From 6f0816baa7fcf76c4af6f9c43e82de7d6ad0db1b Mon Sep 17 00:00:00 2001 From: Erik Dubois Date: Sun, 9 Oct 2016 12:19:49 +0200 Subject: [PATCH 01/16] Commit comment : on Sun Oct 9 12:19:49 CEST 2016 --- themes/Mint-Y-Dark-Sidecar/cinnamon/cinnamon.css | 9 ++++----- themes/Mint-Y-Dark-Sidecar/gtk-3.0/gtk.css | 6 +++--- themes/Mint-Y-Darker-Sidecar/gtk-3.0/gtk.css | 4 ++-- themes/Mint-Y-Sidecar/gtk-3.0/gtk.css | 4 ++-- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/themes/Mint-Y-Dark-Sidecar/cinnamon/cinnamon.css b/themes/Mint-Y-Dark-Sidecar/cinnamon/cinnamon.css index 7ad3881..ea1254b 100644 --- a/themes/Mint-Y-Dark-Sidecar/cinnamon/cinnamon.css +++ b/themes/Mint-Y-Dark-Sidecar/cinnamon/cinnamon.css @@ -191,7 +191,7 @@ StScrollBar { color: white; text-decoration: underline; } .cinnamon-link:hover { - color: white; } + color: black; } #Tooltip { border: 1px solid #d0d0d0; @@ -282,13 +282,12 @@ StScrollBar { #panel { font-weight: bold; - height: 27px; } + height: 27px; + rgba(152, 13, 13, 0.1); } #panelLeft { spacing: 4px; } #panelLeft:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(255, 0, 0, 0.05); - background-gradient-end: rgba(255, 0, 0, 0.2); } + rgba(152, 13, 13, 0.5); } #panelLeft:ltr { padding-right: 4px; } #panelLeft:rtl { diff --git a/themes/Mint-Y-Dark-Sidecar/gtk-3.0/gtk.css b/themes/Mint-Y-Dark-Sidecar/gtk-3.0/gtk.css index 2a0a21f..a77df9b 100644 --- a/themes/Mint-Y-Dark-Sidecar/gtk-3.0/gtk.css +++ b/themes/Mint-Y-Dark-Sidecar/gtk-3.0/gtk.css @@ -60,8 +60,8 @@ text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #76905b; - background-color: rgba(118, 144, 91, 0.2); } + border: 1px solid ##FFEDB5; + background-color: rgba(255, 237, 181, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #DADADA; } @@ -246,7 +246,7 @@ GtkSearchEntry.entry { .button:active { color: #DADADA; } .button:active:hover, .button:checked { - color: #ffffff; } + color: #000000; } .button.flat:insensitive, .sidebar-button.button:insensitive { border-color: transparent; background-color: transparent; diff --git a/themes/Mint-Y-Darker-Sidecar/gtk-3.0/gtk.css b/themes/Mint-Y-Darker-Sidecar/gtk-3.0/gtk.css index 22e7f06..ed29d2f 100644 --- a/themes/Mint-Y-Darker-Sidecar/gtk-3.0/gtk.css +++ b/themes/Mint-Y-Darker-Sidecar/gtk-3.0/gtk.css @@ -60,8 +60,8 @@ text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #ffe182; - background-color: rgba(255, 225, 130, 0.2); } + border: 1px solid ##FFEDB5; + background-color: rgba(255, 237, 181, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #4a4a4a; } diff --git a/themes/Mint-Y-Sidecar/gtk-3.0/gtk.css b/themes/Mint-Y-Sidecar/gtk-3.0/gtk.css index 346feba..bdaff91 100644 --- a/themes/Mint-Y-Sidecar/gtk-3.0/gtk.css +++ b/themes/Mint-Y-Sidecar/gtk-3.0/gtk.css @@ -60,8 +60,8 @@ text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #ffe182; - background-color: rgba(255, 225, 130, 0.2); } + border: 1px solid ##FFEDB5; + background-color: rgba(255, 237, 181, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #4a4a4a; } From b2e9e40d562744e1a414312971d8bb56f25d807f Mon Sep 17 00:00:00 2001 From: Erik Dubois Date: Sun, 9 Oct 2016 12:28:21 +0200 Subject: [PATCH 02/16] Commit comment : on Sun Oct 9 12:28:21 CEST 2016 --- themes/Mint-Y-Dark-Fire/gtk-3.0/gtk.css | 4 ++-- themes/Mint-Y-Darker-Fire/gtk-3.0/gtk-dark.css | 4 ++-- themes/Mint-Y-Darker-Fire/gtk-3.0/gtk.css | 4 ++-- themes/Mint-Y-Fire/gtk-3.0/gtk.css | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/themes/Mint-Y-Dark-Fire/gtk-3.0/gtk.css b/themes/Mint-Y-Dark-Fire/gtk-3.0/gtk.css index 42e7c7f..0904350 100644 --- a/themes/Mint-Y-Dark-Fire/gtk-3.0/gtk.css +++ b/themes/Mint-Y-Dark-Fire/gtk-3.0/gtk.css @@ -60,8 +60,8 @@ text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #76905b; - background-color: rgba(118, 144, 91, 0.2); } + border: 1px solid #B41919; + background-color: rgba(180, 25, 25, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #DADADA; } diff --git a/themes/Mint-Y-Darker-Fire/gtk-3.0/gtk-dark.css b/themes/Mint-Y-Darker-Fire/gtk-3.0/gtk-dark.css index 42e7c7f..0904350 100644 --- a/themes/Mint-Y-Darker-Fire/gtk-3.0/gtk-dark.css +++ b/themes/Mint-Y-Darker-Fire/gtk-3.0/gtk-dark.css @@ -60,8 +60,8 @@ text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #76905b; - background-color: rgba(118, 144, 91, 0.2); } + border: 1px solid #B41919; + background-color: rgba(180, 25, 25, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #DADADA; } diff --git a/themes/Mint-Y-Darker-Fire/gtk-3.0/gtk.css b/themes/Mint-Y-Darker-Fire/gtk-3.0/gtk.css index 73b0fe2..fb6bc70 100644 --- a/themes/Mint-Y-Darker-Fire/gtk-3.0/gtk.css +++ b/themes/Mint-Y-Darker-Fire/gtk-3.0/gtk.css @@ -60,8 +60,8 @@ text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #922525; - background-color: rgba(146, 37, 37, 0.2); } + border: 1px solid #B41919; + background-color: rgba(180, 25, 25, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #4a4a4a; } diff --git a/themes/Mint-Y-Fire/gtk-3.0/gtk.css b/themes/Mint-Y-Fire/gtk-3.0/gtk.css index dda3c93..c98017f 100644 --- a/themes/Mint-Y-Fire/gtk-3.0/gtk.css +++ b/themes/Mint-Y-Fire/gtk-3.0/gtk.css @@ -60,8 +60,8 @@ text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #922525; - background-color: rgba(146, 37, 37, 0.2); } + border: 1px solid #B41919; + background-color: rgba(180, 25, 25, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #4a4a4a; } From acae81082955c0689fb018f59596ac3110ea2a20 Mon Sep 17 00:00:00 2001 From: Erik Dubois Date: Sun, 9 Oct 2016 12:33:04 +0200 Subject: [PATCH 03/16] Commit comment : on Sun Oct 9 12:33:04 CEST 2016 --- themes/Mint-Y-Arch/gtk-3.0/gtk.css | 4 ++-- themes/Mint-Y-Dark-Arch/gtk-3.0/gtk.css | 4 ++-- themes/Mint-Y-Darker-Arch/gtk-3.0/gtk-dark.css | 4 ++-- themes/Mint-Y-Darker-Arch/gtk-3.0/gtk.css | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/themes/Mint-Y-Arch/gtk-3.0/gtk.css b/themes/Mint-Y-Arch/gtk-3.0/gtk.css index 8af05c1..8ec79cb 100644 --- a/themes/Mint-Y-Arch/gtk-3.0/gtk.css +++ b/themes/Mint-Y-Arch/gtk-3.0/gtk.css @@ -60,8 +60,8 @@ text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #2790c5; - background-color: rgba(39, 144, 197, 0.2); } + border: 1px solid #1793D1; + background-color: rgba(23, 147, 209, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #4a4a4a; } diff --git a/themes/Mint-Y-Dark-Arch/gtk-3.0/gtk.css b/themes/Mint-Y-Dark-Arch/gtk-3.0/gtk.css index 720d0d3..3012394 100644 --- a/themes/Mint-Y-Dark-Arch/gtk-3.0/gtk.css +++ b/themes/Mint-Y-Dark-Arch/gtk-3.0/gtk.css @@ -60,8 +60,8 @@ text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #76905b; - background-color: rgba(118, 144, 91, 0.2); } + border: 1px solid #1793D1; + background-color: rgba(23, 147, 209, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #DADADA; } diff --git a/themes/Mint-Y-Darker-Arch/gtk-3.0/gtk-dark.css b/themes/Mint-Y-Darker-Arch/gtk-3.0/gtk-dark.css index 720d0d3..3012394 100644 --- a/themes/Mint-Y-Darker-Arch/gtk-3.0/gtk-dark.css +++ b/themes/Mint-Y-Darker-Arch/gtk-3.0/gtk-dark.css @@ -60,8 +60,8 @@ text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #76905b; - background-color: rgba(118, 144, 91, 0.2); } + border: 1px solid #1793D1; + background-color: rgba(23, 147, 209, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #DADADA; } diff --git a/themes/Mint-Y-Darker-Arch/gtk-3.0/gtk.css b/themes/Mint-Y-Darker-Arch/gtk-3.0/gtk.css index f18835a..4510da9 100644 --- a/themes/Mint-Y-Darker-Arch/gtk-3.0/gtk.css +++ b/themes/Mint-Y-Darker-Arch/gtk-3.0/gtk.css @@ -60,8 +60,8 @@ text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #2790c5; - background-color: rgba(39, 144, 197, 0.2); } + border: 1px solid #1793D1; + background-color: rgba(23, 147, 209, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #4a4a4a; } From ee7f31c611b673cb92af3bbd5515e9d857cbfbac Mon Sep 17 00:00:00 2001 From: Erik Dubois Date: Sun, 9 Oct 2016 12:40:44 +0200 Subject: [PATCH 04/16] Commit comment : all themes have a working rubberband in the proper colour on Sun Oct 9 12:40:44 CEST 2016 --- themes/Mint-Y-Dark-Lightning/gtk-3.0/gtk.css | 4 ++-- themes/Mint-Y-Darker-Lightning/gtk-3.0/gtk-dark.css | 4 ++-- themes/Mint-Y-Darker-Lightning/gtk-3.0/gtk.css | 4 ++-- themes/Mint-Y-Lightning/gtk-3.0/gtk.css | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/themes/Mint-Y-Dark-Lightning/gtk-3.0/gtk.css b/themes/Mint-Y-Dark-Lightning/gtk-3.0/gtk.css index 9e536e7..9940467 100644 --- a/themes/Mint-Y-Dark-Lightning/gtk-3.0/gtk.css +++ b/themes/Mint-Y-Dark-Lightning/gtk-3.0/gtk.css @@ -60,8 +60,8 @@ text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #76905b; - background-color: rgba(118, 144, 91, 0.2); } + border: 1px solid #FFA726; + background-color: rgba(255, 167, 38, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #DADADA; } diff --git a/themes/Mint-Y-Darker-Lightning/gtk-3.0/gtk-dark.css b/themes/Mint-Y-Darker-Lightning/gtk-3.0/gtk-dark.css index 9e536e7..9940467 100644 --- a/themes/Mint-Y-Darker-Lightning/gtk-3.0/gtk-dark.css +++ b/themes/Mint-Y-Darker-Lightning/gtk-3.0/gtk-dark.css @@ -60,8 +60,8 @@ text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #76905b; - background-color: rgba(118, 144, 91, 0.2); } + border: 1px solid #FFA726; + background-color: rgba(255, 167, 38, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #DADADA; } diff --git a/themes/Mint-Y-Darker-Lightning/gtk-3.0/gtk.css b/themes/Mint-Y-Darker-Lightning/gtk-3.0/gtk.css index 8426c37..b3d8a2b 100644 --- a/themes/Mint-Y-Darker-Lightning/gtk-3.0/gtk.css +++ b/themes/Mint-Y-Darker-Lightning/gtk-3.0/gtk.css @@ -60,8 +60,8 @@ text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #ffa31e; - background-color: rgba(255, 163, 30, 0.2); } + border: 1px solid #FFA726; + background-color: rgba(255, 167, 38, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #4a4a4a; } diff --git a/themes/Mint-Y-Lightning/gtk-3.0/gtk.css b/themes/Mint-Y-Lightning/gtk-3.0/gtk.css index c5a8009..3532e1e 100644 --- a/themes/Mint-Y-Lightning/gtk-3.0/gtk.css +++ b/themes/Mint-Y-Lightning/gtk-3.0/gtk.css @@ -60,8 +60,8 @@ text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #ffa31e; - background-color: rgba(255, 163, 30, 0.2); } + border: 1px solid #FFA726; + background-color: rgba(255, 167, 38, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #4a4a4a; } From 1510a7fea6d22a21c67d915ac8e5beeabcd6abd2 Mon Sep 17 00:00:00 2001 From: Erik Dubois Date: Sun, 9 Oct 2016 13:23:58 +0200 Subject: [PATCH 05/16] Commit comment : on Sun Oct 9 13:23:58 CEST 2016 --- themes/Mint-Y-Dark-Polo/gtk-3.0/gtk.css | 4 +- .../Mint-Y-Dark-Polo/xfwm4/bottom-active.xpm | 8 ++ .../xfwm4/bottom-inactive.xpm | 1 + .../xfwm4/bottom-left-active.xpm | 8 ++ .../xfwm4/bottom-left-inactive.xpm | 1 + .../xfwm4/bottom-right-active.xpm | 8 ++ .../xfwm4/bottom-right-inactive.xpm | 1 + .../Mint-Y-Dark-Polo/xfwm4/close-active.xpm | 66 +++++++++++ .../Mint-Y-Dark-Polo/xfwm4/close-inactive.xpm | 47 ++++++++ .../Mint-Y-Dark-Polo/xfwm4/close-prelight.xpm | 68 ++++++++++++ .../Mint-Y-Dark-Polo/xfwm4/close-pressed.xpm | 69 ++++++++++++ themes/Mint-Y-Dark-Polo/xfwm4/hide-active.xpm | 33 ++++++ .../Mint-Y-Dark-Polo/xfwm4/hide-inactive.xpm | 33 ++++++ .../Mint-Y-Dark-Polo/xfwm4/hide-prelight.xpm | 40 +++++++ .../Mint-Y-Dark-Polo/xfwm4/hide-pressed.xpm | 44 ++++++++ themes/Mint-Y-Dark-Polo/xfwm4/left-active.xpm | 6 + .../Mint-Y-Dark-Polo/xfwm4/left-inactive.xpm | 1 + .../xfwm4/maximize-active.xpm | 38 +++++++ .../xfwm4/maximize-inactive.xpm | 38 +++++++ .../xfwm4/maximize-prelight.xpm | 45 ++++++++ .../xfwm4/maximize-pressed.xpm | 49 +++++++++ themes/Mint-Y-Dark-Polo/xfwm4/menu-active.xpm | 40 +++++++ .../Mint-Y-Dark-Polo/xfwm4/menu-inactive.xpm | 40 +++++++ .../Mint-Y-Dark-Polo/xfwm4/menu-prelight.xpm | 49 +++++++++ .../Mint-Y-Dark-Polo/xfwm4/menu-pressed.xpm | 51 +++++++++ .../Mint-Y-Dark-Polo/xfwm4/right-active.xpm | 6 + .../Mint-Y-Dark-Polo/xfwm4/right-inactive.xpm | 1 + .../Mint-Y-Dark-Polo/xfwm4/shade-active.xpm | 42 +++++++ .../Mint-Y-Dark-Polo/xfwm4/shade-inactive.xpm | 44 ++++++++ .../Mint-Y-Dark-Polo/xfwm4/shade-prelight.xpm | 51 +++++++++ .../xfwm4/shade-toggled-active.xpm | 42 +++++++ .../xfwm4/shade-toggled-inactive.xpm | 40 +++++++ .../xfwm4/shade-toggled-prelight.xpm | 50 +++++++++ .../Mint-Y-Dark-Polo/xfwm4/stick-active.xpm | 44 ++++++++ .../Mint-Y-Dark-Polo/xfwm4/stick-inactive.xpm | 44 ++++++++ .../Mint-Y-Dark-Polo/xfwm4/stick-prelight.xpm | 45 ++++++++ .../xfwm4/stick-toggled-active.xpm | 49 +++++++++ .../xfwm4/stick-toggled-inactive.xpm | 46 ++++++++ .../xfwm4/stick-toggled-prelight.xpm | 49 +++++++++ themes/Mint-Y-Dark-Polo/xfwm4/themerc | 25 +++++ .../Mint-Y-Dark-Polo/xfwm4/title-1-active.xpm | 30 +++++ .../xfwm4/title-1-inactive.xpm | 1 + .../Mint-Y-Dark-Polo/xfwm4/title-2-active.xpm | 30 +++++ .../xfwm4/title-2-inactive.xpm | 1 + .../Mint-Y-Dark-Polo/xfwm4/title-3-active.xpm | 30 +++++ .../xfwm4/title-3-inactive.xpm | 1 + .../Mint-Y-Dark-Polo/xfwm4/title-4-active.xpm | 30 +++++ .../xfwm4/title-4-inactive.xpm | 1 + .../Mint-Y-Dark-Polo/xfwm4/title-5-active.xpm | 30 +++++ .../xfwm4/title-5-inactive.xpm | 1 + .../xfwm4/top-left-active.xpm | 30 +++++ .../xfwm4/top-left-inactive.xpm | 1 + .../xfwm4/top-right-active.xpm | 30 +++++ .../xfwm4/top-right-inactive.xpm | 1 + .../Mint-Y-Darker-Polo/gtk-3.0/gtk-dark.css | 4 +- themes/Mint-Y-Darker-Polo/gtk-3.0/gtk.css | 104 +++++++++--------- themes/Mint-Y-Darker-Polo/index.theme | 2 +- .../xfwm4/bottom-active.xpm | 8 ++ .../xfwm4/bottom-inactive.xpm | 1 + .../xfwm4/bottom-left-active.xpm | 8 ++ .../xfwm4/bottom-left-inactive.xpm | 1 + .../xfwm4/bottom-right-active.xpm | 8 ++ .../xfwm4/bottom-right-inactive.xpm | 1 + .../Mint-Y-Darker-Polo/xfwm4/close-active.xpm | 66 +++++++++++ .../xfwm4/close-inactive.xpm | 47 ++++++++ .../xfwm4/close-prelight.xpm | 68 ++++++++++++ .../xfwm4/close-pressed.xpm | 69 ++++++++++++ .../Mint-Y-Darker-Polo/xfwm4/hide-active.xpm | 33 ++++++ .../xfwm4/hide-inactive.xpm | 33 ++++++ .../xfwm4/hide-prelight.xpm | 40 +++++++ .../Mint-Y-Darker-Polo/xfwm4/hide-pressed.xpm | 44 ++++++++ .../Mint-Y-Darker-Polo/xfwm4/left-active.xpm | 6 + .../xfwm4/left-inactive.xpm | 1 + .../xfwm4/maximize-active.xpm | 38 +++++++ .../xfwm4/maximize-inactive.xpm | 38 +++++++ .../xfwm4/maximize-prelight.xpm | 45 ++++++++ .../xfwm4/maximize-pressed.xpm | 49 +++++++++ .../Mint-Y-Darker-Polo/xfwm4/menu-active.xpm | 40 +++++++ .../xfwm4/menu-inactive.xpm | 40 +++++++ .../xfwm4/menu-prelight.xpm | 49 +++++++++ .../Mint-Y-Darker-Polo/xfwm4/menu-pressed.xpm | 51 +++++++++ .../Mint-Y-Darker-Polo/xfwm4/right-active.xpm | 6 + .../xfwm4/right-inactive.xpm | 1 + .../Mint-Y-Darker-Polo/xfwm4/shade-active.xpm | 42 +++++++ .../xfwm4/shade-inactive.xpm | 44 ++++++++ .../xfwm4/shade-prelight.xpm | 51 +++++++++ .../xfwm4/shade-toggled-active.xpm | 42 +++++++ .../xfwm4/shade-toggled-inactive.xpm | 40 +++++++ .../xfwm4/shade-toggled-prelight.xpm | 50 +++++++++ .../Mint-Y-Darker-Polo/xfwm4/stick-active.xpm | 44 ++++++++ .../xfwm4/stick-inactive.xpm | 44 ++++++++ .../xfwm4/stick-prelight.xpm | 45 ++++++++ .../xfwm4/stick-toggled-active.xpm | 49 +++++++++ .../xfwm4/stick-toggled-inactive.xpm | 46 ++++++++ .../xfwm4/stick-toggled-prelight.xpm | 49 +++++++++ themes/Mint-Y-Darker-Polo/xfwm4/themerc | 25 +++++ .../xfwm4/title-1-active.xpm | 30 +++++ .../xfwm4/title-1-inactive.xpm | 1 + .../xfwm4/title-2-active.xpm | 30 +++++ .../xfwm4/title-2-inactive.xpm | 1 + .../xfwm4/title-3-active.xpm | 30 +++++ .../xfwm4/title-3-inactive.xpm | 1 + .../xfwm4/title-4-active.xpm | 30 +++++ .../xfwm4/title-4-inactive.xpm | 1 + .../xfwm4/title-5-active.xpm | 30 +++++ .../xfwm4/title-5-inactive.xpm | 1 + .../xfwm4/top-left-active.xpm | 30 +++++ .../xfwm4/top-left-inactive.xpm | 1 + .../xfwm4/top-right-active.xpm | 30 +++++ .../xfwm4/top-right-inactive.xpm | 1 + themes/Mint-Y-Polo/cinnamon/cinnamon.css | 16 +-- themes/Mint-Y-Polo/gtk-3.0/gtk.css | 4 +- 112 files changed, 3225 insertions(+), 67 deletions(-) create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/bottom-active.xpm create mode 120000 themes/Mint-Y-Dark-Polo/xfwm4/bottom-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/bottom-left-active.xpm create mode 120000 themes/Mint-Y-Dark-Polo/xfwm4/bottom-left-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/bottom-right-active.xpm create mode 120000 themes/Mint-Y-Dark-Polo/xfwm4/bottom-right-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/close-active.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/close-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/close-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/close-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/hide-active.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/hide-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/hide-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/hide-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/left-active.xpm create mode 120000 themes/Mint-Y-Dark-Polo/xfwm4/left-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/maximize-active.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/maximize-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/maximize-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/maximize-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/menu-active.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/menu-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/menu-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/menu-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/right-active.xpm create mode 120000 themes/Mint-Y-Dark-Polo/xfwm4/right-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/shade-active.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/shade-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/shade-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/shade-toggled-active.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/shade-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/shade-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/stick-active.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/stick-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/stick-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/stick-toggled-active.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/stick-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/stick-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/themerc create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/title-1-active.xpm create mode 120000 themes/Mint-Y-Dark-Polo/xfwm4/title-1-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/title-2-active.xpm create mode 120000 themes/Mint-Y-Dark-Polo/xfwm4/title-2-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/title-3-active.xpm create mode 120000 themes/Mint-Y-Dark-Polo/xfwm4/title-3-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/title-4-active.xpm create mode 120000 themes/Mint-Y-Dark-Polo/xfwm4/title-4-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/title-5-active.xpm create mode 120000 themes/Mint-Y-Dark-Polo/xfwm4/title-5-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/top-left-active.xpm create mode 120000 themes/Mint-Y-Dark-Polo/xfwm4/top-left-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Polo/xfwm4/top-right-active.xpm create mode 120000 themes/Mint-Y-Dark-Polo/xfwm4/top-right-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/bottom-active.xpm create mode 120000 themes/Mint-Y-Darker-Polo/xfwm4/bottom-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/bottom-left-active.xpm create mode 120000 themes/Mint-Y-Darker-Polo/xfwm4/bottom-left-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/bottom-right-active.xpm create mode 120000 themes/Mint-Y-Darker-Polo/xfwm4/bottom-right-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/close-active.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/close-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/close-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/close-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/hide-active.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/hide-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/hide-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/hide-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/left-active.xpm create mode 120000 themes/Mint-Y-Darker-Polo/xfwm4/left-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/maximize-active.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/maximize-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/maximize-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/maximize-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/menu-active.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/menu-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/menu-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/menu-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/right-active.xpm create mode 120000 themes/Mint-Y-Darker-Polo/xfwm4/right-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/shade-active.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/shade-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/shade-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/shade-toggled-active.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/shade-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/shade-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/stick-active.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/stick-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/stick-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/stick-toggled-active.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/stick-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/stick-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/themerc create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/title-1-active.xpm create mode 120000 themes/Mint-Y-Darker-Polo/xfwm4/title-1-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/title-2-active.xpm create mode 120000 themes/Mint-Y-Darker-Polo/xfwm4/title-2-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/title-3-active.xpm create mode 120000 themes/Mint-Y-Darker-Polo/xfwm4/title-3-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/title-4-active.xpm create mode 120000 themes/Mint-Y-Darker-Polo/xfwm4/title-4-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/title-5-active.xpm create mode 120000 themes/Mint-Y-Darker-Polo/xfwm4/title-5-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/top-left-active.xpm create mode 120000 themes/Mint-Y-Darker-Polo/xfwm4/top-left-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Polo/xfwm4/top-right-active.xpm create mode 120000 themes/Mint-Y-Darker-Polo/xfwm4/top-right-inactive.xpm diff --git a/themes/Mint-Y-Dark-Polo/gtk-3.0/gtk.css b/themes/Mint-Y-Dark-Polo/gtk-3.0/gtk.css index c8d05e3..3b1235f 100644 --- a/themes/Mint-Y-Dark-Polo/gtk-3.0/gtk.css +++ b/themes/Mint-Y-Dark-Polo/gtk-3.0/gtk.css @@ -60,8 +60,8 @@ text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #76905b; - background-color: rgba(118, 144, 91, 0.2); } + border: 1px solid #688BC6; + background-color: rgba(104, 139, 198, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #DADADA; } diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/bottom-active.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..938416f --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/bottom-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"1 3 2 1", +" c None", +". c #2F2F2F", +".", +".", +"."}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/bottom-inactive.xpm new file mode 120000 index 0000000..9f10639 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..1e2652f --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/bottom-left-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 0000000..d70de34 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..f08c031 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/bottom-right-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 0000000..d234cea --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/close-active.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/close-active.xpm new file mode 100644 index 0000000..864b7b7 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/close-active.xpm @@ -0,0 +1,66 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 36 1 ", +" c #2F2F2F", +". c gray19", +"X c #313230", +"o c #373737", +"O c #383B36", +"+ c #3D3F3B", +"@ c #3E403C", +"# c #3E413C", +"$ c #535D49", +"% c #56624B", +"& c #58634C", +"* c #59654E", +"= c #5F6D52", +"- c #606E52", +"; c #61675A", +": c #62685B", +"> c #627054", +", c #647355", +"< c #657456", +"1 c #677757", +"2 c #737A6B", +"3 c #747B6C", +"4 c #80827F", +"5 c #81857C", +"6 c #82847F", +"7 c #8B987E", +"8 c #8B987F", +"9 c #94AC7D", +"0 c #95AC7D", +"q c #96AE7D", +"w c #95B178", +"e c #99B77B", +"r c #99B67D", +"t c #9AB87C", +"y c #818280", +"u c #838680", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" . ", +" #35y453# ", +" :u70rr075:. ", +" :u0rttttt05: ", +" O#50twttttwt0u@ ", +" X3utt.*te*.tt72 ", +" 59rt< %* >et05 ", +" 5tttt> -teer4 ", +" 5rree&. $ertr4 ", +" .50re* << *et05 ", +" .37ttO1tt c gray58", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" .X X.. ", +" O**==**O ", +" %=-:>>:-=% ", +" %=:>>>>>>;=% ", +" +=:>:>>>>:>:=O ", +" *->>.#:>#.>>-* ", +" *:>>%.@@ $:>:* ", +" =:>>>$ $>>>>- ", +" .=>>>>+. +:>>>= ", +" X*:>>@.&%.@>>:= ", +" *->>o&>>&o>:-* ", +" O=:>>>>>>>>;=O ", +" $=;>>>>>>:=% ", +" $=-;:>:-=$ ", +" O**==**O ", +" ..X . X. ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/close-prelight.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..c319b10 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/close-prelight.xpm @@ -0,0 +1,68 @@ +/* XPM */ +static char *close_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 38 1 ", +" c #2F2F2F", +". c #303130", +"X c #313230", +"o c #373737", +"O c #383C34", +"+ c #3E413B", +"@ c #3E423B", +"# c #536244", +"$ c #576846", +"% c #586847", +"& c #5B6D49", +"* c #5F734C", +"= c #60754C", +"- c #62774D", +"; c #647A4E", +": c #657B4F", +"> c #616A56", +", c #626B58", +"< c #626C58", +"1 c #677E50", +"2 c #737E68", +"3 c #747E69", +"4 c #747F69", +"5 c #81877A", +"6 c #80827F", +"7 c #82857E", +"8 c #82877E", +"9 c #81887A", +"0 c #83887E", +"q c #8B9E78", +"w c #8B9E79", +"e c #94BD6B", +"r c #94B772", +"t c #95B772", +"y c #95B971", +"u c #96BA72", +"i c #99C36F", +"p c #9AC66E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @496654@ ", +" <7qtiitq7, ", +" <0yppppppy7, ", +" .+7ypeppppepy7@ ", +" 3qppX%pp&Xppq3 ", +" 9rpp; %% *ppt5 ", +" .6ippp- *pppp6 ", +" 7ippp$. #ipii0. ", +" 9rpp% ;;X$pir7. ", +" 3qppO1pp1Opiq3 ", +" +7yppppppppy0O ", +" >0yppppppy0< ", +" ,7qriitq0> ", +" @396653O ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/close-pressed.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..b15992a --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/close-pressed.xpm @@ -0,0 +1,69 @@ +/* XPM */ +static char *close_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 39 1 ", +" c #2F2F2F", +". c gray19", +"X c #303130", +"o c #373737", +"O c #353832", +"+ c #3A3D37", +"@ c #3B3E39", +"# c #3C3D39", +"$ c #46523A", +"% c #49553B", +"& c #4A573C", +"* c #4B593D", +"= c #4F5E3E", +"- c #50603F", +"; c #585F50", +": c #526340", +"> c #536541", +", c #5A6152", +"< c #6A7261", +"1 c #6A7361", +"2 c #6A7362", +"3 c #70904F", +"4 c #739551", +"5 c #749651", +"6 c #759553", +"7 c #759554", +"8 c #759654", +"9 c #76925A", +"0 c #77925A", +"q c #77915C", +"w c #77925C", +"e c #7B896C", +"r c #7B8A6C", +"t c #7B8075", +"y c #7B8176", +"u c #7F827B", +"i c #7F817C", +"p c #7F807D", +"a c #7F817E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @2tppt2@ ", +" ,prw889ep; ", +" ,u05555559p; ", +" ... $a854555535wu$ ", +" ... 2r84 *35*X58r< ", +" .. &559yX ", +" 2r55O>55>O53e2 ", +" @p9555555559u+ ", +" ;2w555558wp, ", +" o,atq77qtp; ", +" ..o.# c gray88", +", c #EAEAEA", +"< c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$====:<<,==$+.....", +".....o&===--:<<==%o.....", +"..... *==:-==;<=== .....", +"..... *==<>===:==* .....", +"....XO&=-<<;-====%o.....", +".....O#*=,<<:====$+.....", +".....o.*========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+O o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/menu-active.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/menu-active.xpm new file mode 100644 index 0000000..8bce888 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/menu-active.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #494949", +"O c gray33", +"+ c #5D5D5D", +"@ c #747474", +"# c #777777", +"$ c gray53", +"% c gray56", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+. +%+ ", +" O%%##%%O ", +" o$%%$o ", +" X##X ", +" . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..b0e1be3 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/menu-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #3E3E3E", +"O c #444444", +"+ c #494949", +"@ c #565656", +"# c #585858", +"$ c gray38", +"% c #656565", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+..+%+ ", +" O%%##%%O ", +" o$%%#O ", +" X@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/menu-prelight.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/menu-prelight.xpm new file mode 100644 index 0000000..51e419f --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/menu-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *menu_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #515151", +"& c #565656", +"* c #585858", +"= c #6C6C6C", +"- c gray48", +"; c #868686", +": c #A4A4A4", +"> c #B9B9B9", +", c #C3C3C3", +"< c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$%$$$$%$#OoXXXXX", +"XXXXX.+$;,;$$;,;$+.XXXXX", +"XXXXX.#$-,,::,,-## XXXXX", +"XXXXX #$$=><<>=$$# XXXXX", +"XXXXo.+#$$&::*$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..31c747f --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/menu-pressed.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *menu_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #565656", +"# c #7B7B7B", +"$ c gray50", +"% c #8E8E8E", +"& c gray58", +"* c #959595", +"= c gray62", +"- c #B1B1B1", +"; c gray74", +": c #C8C8C8", +"> c gray88", +", c gray89", +"< c gray96", +"1 c gray99", +"2 c #FEFEFE", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.@#%&#@.+.......", +"......+X$&&&&&&$X+......", +".....o.$&&&&&&&&$.o.....", +".....+@&&&&&&&&&&@+.....", +".....o$&:2:&&:2:&$O.....", +"..... %&;22,,22;&% .....", +"..... %&&-<22<-&&% .....", +".....o$&&&=,,=&&&#O.....", +".....+@%&&&&&&&&&@+.....", +".....o %&&&&&&&&$.o.....", +"......+X$&&&&&&$X+......", +".......+.@#%%#@.+.......", +"........o+o o+o........", +"..........X.............", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/right-active.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/right-active.xpm new file mode 100644 index 0000000..e8e87a9 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/right-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/right-inactive.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/right-inactive.xpm new file mode 120000 index 0000000..6734f48 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/shade-active.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/shade-active.xpm new file mode 100644 index 0000000..cf88acf --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/shade-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #606060", +"@ c #6F6F6F", +"# c #727272", +"$ c gray49", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X@#X ", +" o%*&%o ", +" O&****&O ", +" +&+**@*O ", +" .X ** X. ", +" ** ", +" ** ", +" .$$ ", +" .. ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..4826696 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/shade-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *shade_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #323232", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #535353", +"$ c #555555", +"% c #5B5B5B", +"& c gray36", +"* c #606060", +"= c #656565", +"- c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X$$X ", +" o*==%o ", +" O======O ", +" +=@==+=+ ", +" ...==... ", +" ==. ", +" == ", +" %% ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/shade-prelight.xpm new file mode 100644 index 0000000..58b0ad4 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/shade-prelight.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *shade_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #565656", +"* c #686868", +"= c gray46", +"- c #898989", +"; c gray55", +": c #9B9B9B", +"> c #9F9F9F", +", c gray68", +"< c #B6B6B6", +"1 c #C3C3C3", +"2 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$%:>%$$@.oXXXXX", +"XXXXXoO$$*<22<*$#OoXXXXX", +"XXXXX.+$=112221=$+.XXXXX", +"XXXXX.#$-1;22;1-## XXXXX", +"XXXXX ##$%$22$%$$# XXXXX", +"XXXXo.+#$$$22$$$#+XXXXXX", +"XXXXooO$$$$22$$$#OoXXXXX", +"XXXXoo.@$$$,,$$$+.XXXXXX", +"XXXXXXo.@$$$$$#@.oXXXXXX", +"XXXXXXXo O+##@O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/shade-toggled-active.xpm new file mode 100644 index 0000000..66fda1c --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #626262", +"@ c #6F6F6F", +"# c #727272", +"$ c #7E7E7E", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" .. ", +" $$ ", +" ** ", +" ** ", +" .X ** X. ", +" +*+**+&+ ", +" O*****&O ", +" o%*&%o ", +" .@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 0000000..b635912 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *shade_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #555555", +"$ c gray36", +"% c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" $$ ", +" %% ", +" %% ", +" . %% . ", +" @%@%%@%+ ", +" O%%%%%%O ", +" o$%%$o ", +" .##. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 0000000..c6bafc4 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #565656", +"& c #686868", +"* c gray46", +"= c #898989", +"- c gray55", +"; c #9B9B9B", +": c gray68", +"> c #AEAEAE", +", c #B6B6B6", +"< c gray76", +"1 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXoo.. XoXXXXXXXXX", +"XXXXXXXo.O@$#@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$>>$$$@.oXXXXX", +"XXXXXoO$$$$11$$$#OoXXXXX", +"XXXXX.+$$$$11$$$$+.XXXXX", +"XXXXX.#$$%$11$%$## XXXXX", +"XXXXX.##=1-<1-1=$# XXXXX", +"XXXXX.+#*<1<11<*#+XXXXXX", +"XXXXXoO$$&,<<,&$#OoXXXXX", +"XXXXXo.@$$#;>%$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/stick-active.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/stick-active.xpm new file mode 100644 index 0000000..368e639 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/stick-active.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #414141", +"O c #444444", +"+ c gray31", +"@ c #606060", +"# c gray38", +"$ c gray40", +"% c #676767", +"& c gray49", +"* c gray52", +"= c #898989", +"- c gray55", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X#&--&#X ", +" +=$O..O$=+ ", +" +*o o*+ ", +" X=o X=X ", +" #$ X$#. ", +" &o o& ", +" -X X= ", +" =X .= ", +" &o Xo& ", +" #$ $@ ", +" X=o o*X ", +" +*o . .X=+ ", +" +=$oXXo$*+. ", +" X#&==&@X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..7bb6c4e --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/stick-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #5B5B5B", +"* c gray36", +"= c #606060", +"- c #646464", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$&--&#X.. ", +" +=$o..o$=+. ", +" +=o. . .o*+ ", +" X=o o=X ", +" $$. .## ", +" *o. o& ", +" ..=. .o* ", +" =X ..=. ", +" *o .O*. ", +" #$ .%# ", +" X=o o*. ", +" +=o. . .o=+ ", +" .+-$o..o$=+. ", +" .$*=-&#.. ", +" . . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/stick-prelight.xpm new file mode 100644 index 0000000..1abf476 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/stick-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *stick_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray39", +"# c gray40", +"$ c #838383", +"% c #909090", +"& c gray67", +"* c #ACACAC", +"= c #B6B6B6", +"- c #BBBBBB", +"; c gray75", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o$*;;&$o ", +" #-%#++#%-# ", +" #=@OOOOOO@=# ", +" o-@OOOOOOOO#-o ", +" $%OOOOOOOOOO%$ ", +" *#OOOOOOOOOO#& ", +" ;+OOOOOOOOOOO- ", +" ;+OOOOOOOOOOO; ", +" &#OOOOOOOOOO#*. ", +" $%OOOOOOOOOO%$ ", +" o-@OOOOOOOO@-X ", +" #=@OOOOOO@=# ", +" #-%#++#%-@ ", +" o$&;;&$o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/stick-toggled-active.xpm new file mode 100644 index 0000000..64bba8a --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3A3A3A", +"O c #3E3E3E", +"+ c #414141", +"@ c #444444", +"# c gray31", +"$ c #606060", +"% c gray38", +"& c gray40", +"* c #676767", +"= c #6F6F6F", +"- c gray44", +"; c gray49", +": c gray52", +"> c #898989", +", c gray55", +"< c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X%;,,;%X ", +" #>&@..@&># ", +" #:+ +:# ", +" X>+ o-,>-+.O:o ", +" %& o><<<<:oX*% ", +" ;+ =<<<<<<- +; ", +" ,X ><<<<<<, .> ", +" >X ,<<<<<<> .> ", +" ;+ -<<<<<<-X+;. ", +" %& O><<<<>o &% ", +" X>+.o-,>=o +:X ", +" #:+ .O:# ", +" #>&+oX+&:# ", +" X%;>>;$X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 0000000..b2474de --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char *stick_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 16 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #555555", +"* c #5B5B5B", +"= c gray36", +"- c #606060", +"; c #646464", +": c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$*;;*#X.. ", +" +-$o..o$-+. ", +" +-o. . .o=+ ", +" X-o X%;;*o.o-X ", +" $$.X-::;:=X.$# ", +" =o.%;;:::;% o* ", +" ..-. -;::::;; X- ", +" -X ;::::::; .- ", +" *o %::;::;% o=. ", +" ##.O-;;;;-o.%# ", +" .X-o.o%;;%o.o-. ", +" +-o. . o=+ ", +" .+;$o..o%-+. ", +" .$=-;*#. ", +" . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 0000000..aa149ad --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray35", +"# c gray37", +"$ c gray39", +"% c gray40", +"& c #838383", +"* c #909090", +"= c gray61", +"- c gray67", +"; c #ACACAC", +": c #B6B6B6", +"> c #BBBBBB", +", c gray75", +"< c gray77", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o&;,,-&o ", +" %>*%++%*>% ", +" %:$OOOOOO$:% ", +" o>$O@=,,=#O%>o ", +" &*O@><<<<,@O*& ", +" -%O=<<<<<<=O%- ", +" ,+O,<<<<<<,OO, ", +" ,+O,<<<<<<>OO< ", +" -%O=<<<<<<=O%- ", +" &*O#,<<<<>@O*& ", +" o>$O@=>,=@O$>X ", +" %:$OOOOOO$:% ", +" %>*%++%*>$ ", +" o&-,,-&o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/themerc b/themes/Mint-Y-Dark-Polo/xfwm4/themerc new file mode 100644 index 0000000..b333fc9 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/themerc @@ -0,0 +1,25 @@ +button_offset=7 +button_spacing=4 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +#button_layout=O|HMC + +active_text_color=#cfcfcf +#active_text_shadow_color=#e7e8eb +inactive_text_color=#bababa +#inactive_text_shadow_color=#e7e8eb + +#placement_ratio=20 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=50 + +show_frame_shadow=true +show_popup_shadow=true diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/title-1-active.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..f38cd33 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/title-1-inactive.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/title-2-active.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..782c921 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/title-2-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/title-2-inactive.xpm new file mode 120000 index 0000000..a37458a --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/title-3-active.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..39c0c2e --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/title-3-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/title-3-inactive.xpm new file mode 120000 index 0000000..66e6af7 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/title-4-active.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..19537cb --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/title-4-inactive.xpm new file mode 120000 index 0000000..069dba6 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/title-5-active.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..746f199 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/title-5-inactive.xpm new file mode 120000 index 0000000..dcc7946 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/top-left-active.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..31e0277 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/top-left-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +" ....", +".++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/top-left-inactive.xpm new file mode 120000 index 0000000..0517526 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/top-right-active.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..419b92c --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/top-right-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +".... ", +"++++.", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Dark-Polo/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Dark-Polo/xfwm4/top-right-inactive.xpm new file mode 120000 index 0000000..42cae62 --- /dev/null +++ b/themes/Mint-Y-Dark-Polo/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Polo/gtk-3.0/gtk-dark.css b/themes/Mint-Y-Darker-Polo/gtk-3.0/gtk-dark.css index c8d05e3..3b1235f 100644 --- a/themes/Mint-Y-Darker-Polo/gtk-3.0/gtk-dark.css +++ b/themes/Mint-Y-Darker-Polo/gtk-3.0/gtk-dark.css @@ -60,8 +60,8 @@ text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #76905b; - background-color: rgba(118, 144, 91, 0.2); } + border: 1px solid #688BC6; + background-color: rgba(104, 139, 198, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #DADADA; } diff --git a/themes/Mint-Y-Darker-Polo/gtk-3.0/gtk.css b/themes/Mint-Y-Darker-Polo/gtk-3.0/gtk.css index af6270e..6fcf26f 100644 --- a/themes/Mint-Y-Darker-Polo/gtk-3.0/gtk.css +++ b/themes/Mint-Y-Darker-Polo/gtk-3.0/gtk.css @@ -12,8 +12,8 @@ -GtkTreeView-horizontal-separator: 4; -GtkMenu-horizontal-padding: 0; -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #81a65b; - -GtkWidget-visited-link-color: #678648; + -GtkWidget-link-color: #456fb6; + -GtkWidget-visited-link-color: #375891; -GtkWidget-focus-padding: 2; -GtkWidget-focus-line-width: 1; -GtkWidget-text-handle-width: 20; @@ -60,8 +60,8 @@ text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #81a65b; - background-color: rgba(129, 166, 91, 0.2); } + border: 1px solid #688BC6; + background-color: rgba(104, 139, 198, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #4a4a4a; } @@ -258,8 +258,8 @@ GtkSearchEntry.entry { color: inherit; } .button:insensitive:active, .button:insensitive:checked { color: rgba(255, 255, 255, 0.8); - border-color: rgba(154, 184, 124, 0.75); - background-color: rgba(154, 184, 124, 0.75); + border-color: rgba(104, 139, 198, 0.75); + background-color: rgba(104, 139, 198, 0.75); opacity: 0.6; } .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { color: inherit; } @@ -480,8 +480,8 @@ GtkSearchEntry.entry { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { color: rgba(255, 255, 255, 0.8); - border-color: rgba(154, 184, 124, 0.75); - background-color: rgba(154, 184, 124, 0.75); + border-color: rgba(104, 139, 198, 0.75); + background-color: rgba(104, 139, 198, 0.75); opacity: 0.6; } .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { color: inherit; } @@ -700,21 +700,21 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #4a4a4a; } *:link, .button:link, .button:visited { - color: #81a65b; } + color: #456fb6; } *:link:visited, .button:visited { - color: #678648; } + color: #375891; } *:selected *:link:visited, *:selected .button:visited { - color: #d7e3cb; } + color: #c3d1e8; } *:link:hover, .button:hover:link, .button:hover:visited { - color: #688BC6; } + color: #688bc6; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #f5f8f2; } + color: #f0f3f9; } *:link:active, .button:active:link, .button:active:visited { - color: #81a65b; } + color: #456fb6; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #ebf1e5; } + color: #e1e8f4; } *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #ebf1e5; } + color: #e1e8f4; } .button:link > .label, .button:visited > .label { text-decoration-line: underline; } @@ -890,7 +890,7 @@ GtkComboBox { .header-bar.selection-mode, .header-bar.titlebar.selection-mode { color: #ffffff; background-color: #688BC6; - border-color: #90b16f; + border-color: #5980c0; box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { background-color: #688BC6; @@ -913,7 +913,7 @@ GtkComboBox { border-color: rgba(255, 255, 255, 0.5); } .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { color: #688BC6; - outline-color: rgba(154, 184, 124, 0.3); + outline-color: rgba(104, 139, 198, 0.3); background-color: #ffffff; border-color: #ffffff; } .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { @@ -921,7 +921,7 @@ GtkComboBox { background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0); } .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(154, 184, 124, 0.4); + color: rgba(104, 139, 198, 0.4); background-color: rgba(255, 255, 255, 0.15); border-color: rgba(255, 255, 255, 0.15); } .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { @@ -933,7 +933,7 @@ GtkComboBox { .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #688BC6; } + background-color: #688bc6; } .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { border-radius: 0; } .maximized .header-bar { @@ -1055,8 +1055,8 @@ GtkComboBox { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { color: rgba(255, 255, 255, 0.75); - border-color: rgba(154, 184, 124, 0.65); - background-color: rgba(154, 184, 124, 0.65); } + border-color: rgba(104, 139, 198, 0.65); + background-color: rgba(104, 139, 198, 0.65); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, @@ -1374,16 +1374,16 @@ GtkTreeView.view { border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; - border-left-color: #cddcbe; + border-left-color: #b4c5e3; border-top-color: rgba(74, 74, 74, 0.1); } GtkTreeView.view:insensitive { color: rgba(74, 74, 74, 0.55); } GtkTreeView.view:insensitive:selected { - color: #c2d4b0; } + color: #a4b9dd; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #728163; } + border-color: #596b88; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); color: #a5a5a5; } @@ -1392,7 +1392,7 @@ GtkTreeView.view { GtkTreeView.view.expander:hover { color: #4a4a4a; } GtkTreeView.view.expander:selected { - color: #e1ead8; } + color: #d2dcee; } GtkTreeView.view.expander:selected:hover { color: #ffffff; } GtkTreeView.view.expander:checked { @@ -2007,20 +2007,20 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .osd .scale.slider:hover { background-image: linear-gradient(to bottom, #688BC6); } .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #81a65b); - border-color: #81a65b; } + background-image: linear-gradient(to bottom, #456fb6); + border-color: #456fb6; } .list-row:selected .scale.slider, GtkInfoBar .scale.slider { background-image: linear-gradient(to bottom, #ffffff); border-color: #ffffff; } .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #f0f4eb); - border-color: #f0f4eb; } + background-image: linear-gradient(to bottom, #e8eef6); + border-color: #e8eef6; } .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #cddcbe); - border-color: #cddcbe; } + background-image: linear-gradient(to bottom, #b4c5e3); + border-color: #b4c5e3; } .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #d2dfc4); - border-color: #d2dfc4; } + background-image: linear-gradient(to bottom, #bbcbe5); + border-color: #bbcbe5; } .scale.trough { border: none; border-radius: 2.5px; @@ -2028,7 +2028,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.trough.highlight { background-image: linear-gradient(to bottom, #688BC6); } .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(154, 184, 124, 0.55)); } + background-image: linear-gradient(to bottom, rgba(104, 139, 198, 0.55)); } .scale.trough:insensitive { background-image: linear-gradient(to bottom, rgba(207, 207, 207, 0.55)); } .osd .scale.trough { @@ -2042,7 +2042,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { background-image: linear-gradient(to bottom, #ffffff); } .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #d2dfc4); } + background-image: linear-gradient(to bottom, #bbcbe5); } .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } @@ -2139,10 +2139,10 @@ GtkScrolledWindow GtkViewport.frame { .list-row.activatable:selected:active { color: #ffffff; } .list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { - background-color: #8ba670; } + background-color: #5e7db2; } .list-row.activatable:selected:insensitive { color: rgba(255, 255, 255, 0.7); - background-color: rgba(154, 184, 124, 0.7); } + background-color: rgba(104, 139, 198, 0.7); } .list-row.activatable:selected:insensitive .label { color: inherit; } @@ -2170,7 +2170,7 @@ GtkScrolledWindow GtkViewport.frame { .app-notification .button.flat, .app-notification .sidebar-button.button, .app-notification.frame .button.flat, .app-notification.frame .sidebar-button.button { - border-color: rgba(154, 184, 124, 0); } + border-color: rgba(104, 139, 198, 0); } .app-notification .button:hover, .app-notification.frame .button:hover { color: #C3C3C3; @@ -2374,7 +2374,7 @@ GtkInfoBar { border-color: rgba(255, 255, 255, 0.8); } .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { color: #688BC6; - outline-color: rgba(154, 184, 124, 0.3); + outline-color: rgba(104, 139, 198, 0.3); background-color: #ffffff; border-color: #ffffff; } .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { @@ -2382,7 +2382,7 @@ GtkInfoBar { background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.2); } .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(154, 184, 124, 0.4); + color: rgba(104, 139, 198, 0.4); background-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.2); } @@ -2481,7 +2481,7 @@ GtkVolumeButton.button { font: Monospace; } .overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(154, 184, 124, 0.2)), to(rgba(154, 184, 124, 0))); + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(104, 139, 198, 0.2)), to(rgba(104, 139, 198, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center top; @@ -2489,7 +2489,7 @@ GtkVolumeButton.button { border: none; box-shadow: none; } .overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(154, 184, 124, 0.2)), to(rgba(154, 184, 124, 0))); + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(104, 139, 198, 0.2)), to(rgba(104, 139, 198, 0))); background-size: 100% 60%; background-repeat: no-repeat; background-position: center bottom; @@ -2497,7 +2497,7 @@ GtkVolumeButton.button { border: none; box-shadow: none; } .overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(154, 184, 124, 0.2)), to(rgba(154, 184, 124, 0))); + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(104, 139, 198, 0.2)), to(rgba(104, 139, 198, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: left center; @@ -2505,7 +2505,7 @@ GtkVolumeButton.button { border: none; box-shadow: none; } .overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(154, 184, 124, 0.2)), to(rgba(154, 184, 124, 0))); + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(104, 139, 198, 0.2)), to(rgba(104, 139, 198, 0))); background-size: 60% 100%; background-repeat: no-repeat; background-position: right center; @@ -2752,7 +2752,7 @@ TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook . .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { - color: #ebf1e5; } + color: #e1e8f4; } NautilusNotebook.notebook { background-color: #ffffff; } @@ -2780,8 +2780,8 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- background-color: rgba(74, 74, 74, 0.5); border-color: rgba(49, 49, 49, 0.5); } .disk-space-display.used { - background-color: rgba(154, 184, 124, 0.8); - border-color: rgba(129, 166, 91, 0.8); } + background-color: rgba(104, 139, 198, 0.8); + border-color: rgba(69, 111, 182, 0.8); } .disk-space-display.free { background-color: #e8e8e8; border-color: #cfcfcf; } @@ -2791,7 +2791,7 @@ NautilusListView .view { NemoPlacesTreeView { -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; - -NemoPlacesTreeView-disk-full-fg-color: #81a65b; } + -NemoPlacesTreeView-disk-full-fg-color: #456fb6; } NemoWindow EelEditableLabel.entry { transition: none; } @@ -3045,7 +3045,7 @@ EphyWindow .floating-bar { .documents-favorite.button:active, .documents-favorite.button:active:hover { - color: #cddcbe; } + color: #b2c4e2; } .documents-entry-tag { background-color: #688BC6; @@ -3056,10 +3056,10 @@ EphyWindow .floating-bar { padding: 4px; } .documents-entry-tag:hover { color: #ffffff; - background-color: #a4bf89; } + background-color: #7796cc; } .documents-entry-tag:active { color: #ffffff; - background-color: #90b16f; } + background-color: #5980c0; } .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { background: none; border: none; diff --git a/themes/Mint-Y-Darker-Polo/index.theme b/themes/Mint-Y-Darker-Polo/index.theme index 2d6f824..3d89b5d 100644 --- a/themes/Mint-Y-Darker-Polo/index.theme +++ b/themes/Mint-Y-Darker-Polo/index.theme @@ -6,7 +6,7 @@ Encoding=UTF-8 [X-GNOME-Metatheme] GtkTheme=Mint-Y-Darker-Polo -MetacityTheme=Mint-Y-Dark-Polo +MetacityTheme=Mint-Y-Darker-Polo IconTheme=Mint-Y CursorTheme=DMZ-Black ButtonLayout=menu:minimize,maximize,close diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/bottom-active.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..938416f --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/bottom-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"1 3 2 1", +" c None", +". c #2F2F2F", +".", +".", +"."}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/bottom-inactive.xpm new file mode 120000 index 0000000..9f10639 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..1e2652f --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/bottom-left-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 0000000..d70de34 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..f08c031 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/bottom-right-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 0000000..d234cea --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/close-active.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/close-active.xpm new file mode 100644 index 0000000..864b7b7 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/close-active.xpm @@ -0,0 +1,66 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 36 1 ", +" c #2F2F2F", +". c gray19", +"X c #313230", +"o c #373737", +"O c #383B36", +"+ c #3D3F3B", +"@ c #3E403C", +"# c #3E413C", +"$ c #535D49", +"% c #56624B", +"& c #58634C", +"* c #59654E", +"= c #5F6D52", +"- c #606E52", +"; c #61675A", +": c #62685B", +"> c #627054", +", c #647355", +"< c #657456", +"1 c #677757", +"2 c #737A6B", +"3 c #747B6C", +"4 c #80827F", +"5 c #81857C", +"6 c #82847F", +"7 c #8B987E", +"8 c #8B987F", +"9 c #94AC7D", +"0 c #95AC7D", +"q c #96AE7D", +"w c #95B178", +"e c #99B77B", +"r c #99B67D", +"t c #9AB87C", +"y c #818280", +"u c #838680", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" . ", +" #35y453# ", +" :u70rr075:. ", +" :u0rttttt05: ", +" O#50twttttwt0u@ ", +" X3utt.*te*.tt72 ", +" 59rt< %* >et05 ", +" 5tttt> -teer4 ", +" 5rree&. $ertr4 ", +" .50re* << *et05 ", +" .37ttO1tt c gray58", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" .X X.. ", +" O**==**O ", +" %=-:>>:-=% ", +" %=:>>>>>>;=% ", +" +=:>:>>>>:>:=O ", +" *->>.#:>#.>>-* ", +" *:>>%.@@ $:>:* ", +" =:>>>$ $>>>>- ", +" .=>>>>+. +:>>>= ", +" X*:>>@.&%.@>>:= ", +" *->>o&>>&o>:-* ", +" O=:>>>>>>>>;=O ", +" $=;>>>>>>:=% ", +" $=-;:>:-=$ ", +" O**==**O ", +" ..X . X. ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/close-prelight.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..c319b10 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/close-prelight.xpm @@ -0,0 +1,68 @@ +/* XPM */ +static char *close_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 38 1 ", +" c #2F2F2F", +". c #303130", +"X c #313230", +"o c #373737", +"O c #383C34", +"+ c #3E413B", +"@ c #3E423B", +"# c #536244", +"$ c #576846", +"% c #586847", +"& c #5B6D49", +"* c #5F734C", +"= c #60754C", +"- c #62774D", +"; c #647A4E", +": c #657B4F", +"> c #616A56", +", c #626B58", +"< c #626C58", +"1 c #677E50", +"2 c #737E68", +"3 c #747E69", +"4 c #747F69", +"5 c #81877A", +"6 c #80827F", +"7 c #82857E", +"8 c #82877E", +"9 c #81887A", +"0 c #83887E", +"q c #8B9E78", +"w c #8B9E79", +"e c #94BD6B", +"r c #94B772", +"t c #95B772", +"y c #95B971", +"u c #96BA72", +"i c #99C36F", +"p c #9AC66E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @496654@ ", +" <7qtiitq7, ", +" <0yppppppy7, ", +" .+7ypeppppepy7@ ", +" 3qppX%pp&Xppq3 ", +" 9rpp; %% *ppt5 ", +" .6ippp- *pppp6 ", +" 7ippp$. #ipii0. ", +" 9rpp% ;;X$pir7. ", +" 3qppO1pp1Opiq3 ", +" +7yppppppppy0O ", +" >0yppppppy0< ", +" ,7qriitq0> ", +" @396653O ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/close-pressed.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..b15992a --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/close-pressed.xpm @@ -0,0 +1,69 @@ +/* XPM */ +static char *close_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 39 1 ", +" c #2F2F2F", +". c gray19", +"X c #303130", +"o c #373737", +"O c #353832", +"+ c #3A3D37", +"@ c #3B3E39", +"# c #3C3D39", +"$ c #46523A", +"% c #49553B", +"& c #4A573C", +"* c #4B593D", +"= c #4F5E3E", +"- c #50603F", +"; c #585F50", +": c #526340", +"> c #536541", +", c #5A6152", +"< c #6A7261", +"1 c #6A7361", +"2 c #6A7362", +"3 c #70904F", +"4 c #739551", +"5 c #749651", +"6 c #759553", +"7 c #759554", +"8 c #759654", +"9 c #76925A", +"0 c #77925A", +"q c #77915C", +"w c #77925C", +"e c #7B896C", +"r c #7B8A6C", +"t c #7B8075", +"y c #7B8176", +"u c #7F827B", +"i c #7F817C", +"p c #7F807D", +"a c #7F817E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @2tppt2@ ", +" ,prw889ep; ", +" ,u05555559p; ", +" ... $a854555535wu$ ", +" ... 2r84 *35*X58r< ", +" .. &559yX ", +" 2r55O>55>O53e2 ", +" @p9555555559u+ ", +" ;2w555558wp, ", +" o,atq77qtp; ", +" ..o.# c gray88", +", c #EAEAEA", +"< c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$====:<<,==$+.....", +".....o&===--:<<==%o.....", +"..... *==:-==;<=== .....", +"..... *==<>===:==* .....", +"....XO&=-<<;-====%o.....", +".....O#*=,<<:====$+.....", +".....o.*========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+O o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/menu-active.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/menu-active.xpm new file mode 100644 index 0000000..8bce888 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/menu-active.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #494949", +"O c gray33", +"+ c #5D5D5D", +"@ c #747474", +"# c #777777", +"$ c gray53", +"% c gray56", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+. +%+ ", +" O%%##%%O ", +" o$%%$o ", +" X##X ", +" . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..b0e1be3 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/menu-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #3E3E3E", +"O c #444444", +"+ c #494949", +"@ c #565656", +"# c #585858", +"$ c gray38", +"% c #656565", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+..+%+ ", +" O%%##%%O ", +" o$%%#O ", +" X@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/menu-prelight.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/menu-prelight.xpm new file mode 100644 index 0000000..51e419f --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/menu-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *menu_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #515151", +"& c #565656", +"* c #585858", +"= c #6C6C6C", +"- c gray48", +"; c #868686", +": c #A4A4A4", +"> c #B9B9B9", +", c #C3C3C3", +"< c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$%$$$$%$#OoXXXXX", +"XXXXX.+$;,;$$;,;$+.XXXXX", +"XXXXX.#$-,,::,,-## XXXXX", +"XXXXX #$$=><<>=$$# XXXXX", +"XXXXo.+#$$&::*$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..31c747f --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/menu-pressed.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *menu_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #565656", +"# c #7B7B7B", +"$ c gray50", +"% c #8E8E8E", +"& c gray58", +"* c #959595", +"= c gray62", +"- c #B1B1B1", +"; c gray74", +": c #C8C8C8", +"> c gray88", +", c gray89", +"< c gray96", +"1 c gray99", +"2 c #FEFEFE", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.@#%&#@.+.......", +"......+X$&&&&&&$X+......", +".....o.$&&&&&&&&$.o.....", +".....+@&&&&&&&&&&@+.....", +".....o$&:2:&&:2:&$O.....", +"..... %&;22,,22;&% .....", +"..... %&&-<22<-&&% .....", +".....o$&&&=,,=&&&#O.....", +".....+@%&&&&&&&&&@+.....", +".....o %&&&&&&&&$.o.....", +"......+X$&&&&&&$X+......", +".......+.@#%%#@.+.......", +"........o+o o+o........", +"..........X.............", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/right-active.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/right-active.xpm new file mode 100644 index 0000000..e8e87a9 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/right-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/right-inactive.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/right-inactive.xpm new file mode 120000 index 0000000..6734f48 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/shade-active.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/shade-active.xpm new file mode 100644 index 0000000..cf88acf --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/shade-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #606060", +"@ c #6F6F6F", +"# c #727272", +"$ c gray49", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X@#X ", +" o%*&%o ", +" O&****&O ", +" +&+**@*O ", +" .X ** X. ", +" ** ", +" ** ", +" .$$ ", +" .. ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..4826696 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/shade-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *shade_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #323232", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #535353", +"$ c #555555", +"% c #5B5B5B", +"& c gray36", +"* c #606060", +"= c #656565", +"- c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X$$X ", +" o*==%o ", +" O======O ", +" +=@==+=+ ", +" ...==... ", +" ==. ", +" == ", +" %% ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/shade-prelight.xpm new file mode 100644 index 0000000..58b0ad4 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/shade-prelight.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *shade_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #565656", +"* c #686868", +"= c gray46", +"- c #898989", +"; c gray55", +": c #9B9B9B", +"> c #9F9F9F", +", c gray68", +"< c #B6B6B6", +"1 c #C3C3C3", +"2 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$%:>%$$@.oXXXXX", +"XXXXXoO$$*<22<*$#OoXXXXX", +"XXXXX.+$=112221=$+.XXXXX", +"XXXXX.#$-1;22;1-## XXXXX", +"XXXXX ##$%$22$%$$# XXXXX", +"XXXXo.+#$$$22$$$#+XXXXXX", +"XXXXooO$$$$22$$$#OoXXXXX", +"XXXXoo.@$$$,,$$$+.XXXXXX", +"XXXXXXo.@$$$$$#@.oXXXXXX", +"XXXXXXXo O+##@O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/shade-toggled-active.xpm new file mode 100644 index 0000000..66fda1c --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #626262", +"@ c #6F6F6F", +"# c #727272", +"$ c #7E7E7E", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" .. ", +" $$ ", +" ** ", +" ** ", +" .X ** X. ", +" +*+**+&+ ", +" O*****&O ", +" o%*&%o ", +" .@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 0000000..b635912 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *shade_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #555555", +"$ c gray36", +"% c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" $$ ", +" %% ", +" %% ", +" . %% . ", +" @%@%%@%+ ", +" O%%%%%%O ", +" o$%%$o ", +" .##. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 0000000..c6bafc4 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #565656", +"& c #686868", +"* c gray46", +"= c #898989", +"- c gray55", +"; c #9B9B9B", +": c gray68", +"> c #AEAEAE", +", c #B6B6B6", +"< c gray76", +"1 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXoo.. XoXXXXXXXXX", +"XXXXXXXo.O@$#@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$>>$$$@.oXXXXX", +"XXXXXoO$$$$11$$$#OoXXXXX", +"XXXXX.+$$$$11$$$$+.XXXXX", +"XXXXX.#$$%$11$%$## XXXXX", +"XXXXX.##=1-<1-1=$# XXXXX", +"XXXXX.+#*<1<11<*#+XXXXXX", +"XXXXXoO$$&,<<,&$#OoXXXXX", +"XXXXXo.@$$#;>%$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/stick-active.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/stick-active.xpm new file mode 100644 index 0000000..368e639 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/stick-active.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #414141", +"O c #444444", +"+ c gray31", +"@ c #606060", +"# c gray38", +"$ c gray40", +"% c #676767", +"& c gray49", +"* c gray52", +"= c #898989", +"- c gray55", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X#&--&#X ", +" +=$O..O$=+ ", +" +*o o*+ ", +" X=o X=X ", +" #$ X$#. ", +" &o o& ", +" -X X= ", +" =X .= ", +" &o Xo& ", +" #$ $@ ", +" X=o o*X ", +" +*o . .X=+ ", +" +=$oXXo$*+. ", +" X#&==&@X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..7bb6c4e --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/stick-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #5B5B5B", +"* c gray36", +"= c #606060", +"- c #646464", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$&--&#X.. ", +" +=$o..o$=+. ", +" +=o. . .o*+ ", +" X=o o=X ", +" $$. .## ", +" *o. o& ", +" ..=. .o* ", +" =X ..=. ", +" *o .O*. ", +" #$ .%# ", +" X=o o*. ", +" +=o. . .o=+ ", +" .+-$o..o$=+. ", +" .$*=-&#.. ", +" . . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/stick-prelight.xpm new file mode 100644 index 0000000..1abf476 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/stick-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *stick_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray39", +"# c gray40", +"$ c #838383", +"% c #909090", +"& c gray67", +"* c #ACACAC", +"= c #B6B6B6", +"- c #BBBBBB", +"; c gray75", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o$*;;&$o ", +" #-%#++#%-# ", +" #=@OOOOOO@=# ", +" o-@OOOOOOOO#-o ", +" $%OOOOOOOOOO%$ ", +" *#OOOOOOOOOO#& ", +" ;+OOOOOOOOOOO- ", +" ;+OOOOOOOOOOO; ", +" &#OOOOOOOOOO#*. ", +" $%OOOOOOOOOO%$ ", +" o-@OOOOOOOO@-X ", +" #=@OOOOOO@=# ", +" #-%#++#%-@ ", +" o$&;;&$o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/stick-toggled-active.xpm new file mode 100644 index 0000000..64bba8a --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3A3A3A", +"O c #3E3E3E", +"+ c #414141", +"@ c #444444", +"# c gray31", +"$ c #606060", +"% c gray38", +"& c gray40", +"* c #676767", +"= c #6F6F6F", +"- c gray44", +"; c gray49", +": c gray52", +"> c #898989", +", c gray55", +"< c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X%;,,;%X ", +" #>&@..@&># ", +" #:+ +:# ", +" X>+ o-,>-+.O:o ", +" %& o><<<<:oX*% ", +" ;+ =<<<<<<- +; ", +" ,X ><<<<<<, .> ", +" >X ,<<<<<<> .> ", +" ;+ -<<<<<<-X+;. ", +" %& O><<<<>o &% ", +" X>+.o-,>=o +:X ", +" #:+ .O:# ", +" #>&+oX+&:# ", +" X%;>>;$X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 0000000..b2474de --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char *stick_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 16 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #555555", +"* c #5B5B5B", +"= c gray36", +"- c #606060", +"; c #646464", +": c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$*;;*#X.. ", +" +-$o..o$-+. ", +" +-o. . .o=+ ", +" X-o X%;;*o.o-X ", +" $$.X-::;:=X.$# ", +" =o.%;;:::;% o* ", +" ..-. -;::::;; X- ", +" -X ;::::::; .- ", +" *o %::;::;% o=. ", +" ##.O-;;;;-o.%# ", +" .X-o.o%;;%o.o-. ", +" +-o. . o=+ ", +" .+;$o..o%-+. ", +" .$=-;*#. ", +" . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 0000000..aa149ad --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray35", +"# c gray37", +"$ c gray39", +"% c gray40", +"& c #838383", +"* c #909090", +"= c gray61", +"- c gray67", +"; c #ACACAC", +": c #B6B6B6", +"> c #BBBBBB", +", c gray75", +"< c gray77", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o&;,,-&o ", +" %>*%++%*>% ", +" %:$OOOOOO$:% ", +" o>$O@=,,=#O%>o ", +" &*O@><<<<,@O*& ", +" -%O=<<<<<<=O%- ", +" ,+O,<<<<<<,OO, ", +" ,+O,<<<<<<>OO< ", +" -%O=<<<<<<=O%- ", +" &*O#,<<<<>@O*& ", +" o>$O@=>,=@O$>X ", +" %:$OOOOOO$:% ", +" %>*%++%*>$ ", +" o&-,,-&o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/themerc b/themes/Mint-Y-Darker-Polo/xfwm4/themerc new file mode 100644 index 0000000..b333fc9 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/themerc @@ -0,0 +1,25 @@ +button_offset=7 +button_spacing=4 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +#button_layout=O|HMC + +active_text_color=#cfcfcf +#active_text_shadow_color=#e7e8eb +inactive_text_color=#bababa +#inactive_text_shadow_color=#e7e8eb + +#placement_ratio=20 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=50 + +show_frame_shadow=true +show_popup_shadow=true diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/title-1-active.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..f38cd33 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/title-1-inactive.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/title-2-active.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..782c921 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/title-2-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/title-2-inactive.xpm new file mode 120000 index 0000000..a37458a --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/title-3-active.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..39c0c2e --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/title-3-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/title-3-inactive.xpm new file mode 120000 index 0000000..66e6af7 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/title-4-active.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..19537cb --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/title-4-inactive.xpm new file mode 120000 index 0000000..069dba6 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/title-5-active.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..746f199 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/title-5-inactive.xpm new file mode 120000 index 0000000..dcc7946 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/top-left-active.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..31e0277 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/top-left-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +" ....", +".++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/top-left-inactive.xpm new file mode 120000 index 0000000..0517526 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/top-right-active.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..419b92c --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/top-right-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +".... ", +"++++.", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Darker-Polo/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Darker-Polo/xfwm4/top-right-inactive.xpm new file mode 120000 index 0000000..42cae62 --- /dev/null +++ b/themes/Mint-Y-Darker-Polo/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Polo/cinnamon/cinnamon.css b/themes/Mint-Y-Polo/cinnamon/cinnamon.css index 1a0285e..9dfa166 100644 --- a/themes/Mint-Y-Polo/cinnamon/cinnamon.css +++ b/themes/Mint-Y-Polo/cinnamon/cinnamon.css @@ -188,10 +188,10 @@ StScrollBar { background-image: url("light-assets/switch/switch-on.svg"); } .cinnamon-link { - color: #456fb6; + color: #688BC6; text-decoration: underline; } .cinnamon-link:hover { - color: #688bc6; } + color: #688BC6; } #Tooltip { border: 1px solid #d0d0d0; @@ -1171,7 +1171,7 @@ StScrollBar { .workspace-button:outlined, .workspace-button:outlined:hover { color: #688BC6; } .workspace-button:hover { - color: rgba(104, 139, 198, 0.5); } + color: rgba(154, 184, 124, 0.5); } /* Controls the style when using the "Visual representation" option */ .workspace-graph { @@ -1305,7 +1305,7 @@ StScrollBar { padding-bottom: 6px; } .desklet-drag-placeholder { border: 2px solid #688BC6; - background-color: rgba(104, 139, 198, 0.3); } + background-color: rgba(154, 184, 124, 0.3); } .photoframe-box { border: 1px solid #d9d9d9; @@ -1330,16 +1330,16 @@ StScrollBar { max-height: 100px; } .tile-preview { - background-color: rgba(104, 139, 198, 0.3); + background-color: rgba(154, 184, 124, 0.3); border: 1px solid #688BC6; } .tile-preview.snap { - background-color: rgba(104, 139, 198, 0.6); } + background-color: rgba(154, 184, 124, 0.6); } .tile-hud { - background-color: rgba(104, 139, 198, 0.3); + background-color: rgba(154, 184, 124, 0.3); border: 1px solid #688BC6; } .tile-hud.snap { - background-color: rgba(104, 139, 198, 0.6); } + background-color: rgba(154, 184, 124, 0.6); } .tile-hud:top { border-top-width: 0px; } .tile-hud:bottom { diff --git a/themes/Mint-Y-Polo/gtk-3.0/gtk.css b/themes/Mint-Y-Polo/gtk-3.0/gtk.css index b7a9f84..20a40b1 100644 --- a/themes/Mint-Y-Polo/gtk-3.0/gtk.css +++ b/themes/Mint-Y-Polo/gtk-3.0/gtk.css @@ -60,8 +60,8 @@ text-shadow: none; } .rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { - border: 1px solid #456fb6; - background-color: rgba(69, 111, 182, 0.2); } + border: 1px solid #688BC6; + background-color: rgba(104, 139, 198, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { color: #4a4a4a; } From ec813e3562110bb40f9252408753a4768e418edf Mon Sep 17 00:00:00 2001 From: Erik Dubois Date: Sun, 9 Oct 2016 18:51:17 +0200 Subject: [PATCH 06/16] Commit comment : on Sun Oct 9 18:51:17 CEST 2016 --- 1-change-color.sh | 47 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 43 insertions(+), 4 deletions(-) diff --git a/1-change-color.sh b/1-change-color.sh index 79c279e..bc07553 100755 --- a/1-change-color.sh +++ b/1-change-color.sh @@ -29,10 +29,14 @@ # THESE CODES MUST BE CHANGED # THESE CODES MUST BE CHANGED # THESE CODES MUST BE CHANGED -# This is crimson red. +# This is crimson red. #fd424d + +#original light version is #9ab87c +personallightcolour=fd424d + +#original dark version is #8fa876 +personaldarkcolour=fd424d -personaldarkcolour=FD424D -personallightcolour=FD424D # THESE CODES MUST BE CHANGED # THESE CODES MUST BE CHANGED @@ -56,9 +60,11 @@ echo "Wait for it ...." ## DO NOT CHANGE THESE LINES - +#original light version is #9ab87c oldcolour1=9ab87c +#original dark version is #8fa876 oldcolour2=8fa876 +#other colour variations in svg oldcolour3=779559 oldcolour4=9abe76 oldcolour5=9ab87d @@ -68,6 +74,7 @@ oldcolour7=81a65b newcolour1=$personallightcolour newcolour2=$personaldarkcolour + newcolour3=$personaldarkcolour newcolour4=$personallightcolour newcolour5=$personallightcolour @@ -83,6 +90,38 @@ find src -name "*.*" -type f -exec sed -i 's/'$oldcolour5'/'$newcolour5'/g' {} find src -name "*.*" -type f -exec sed -i 's/'$oldcolour6'/'$newcolour6'/g' {} \; find src -name "*.*" -type f -exec sed -i 's/'$oldcolour7'/'$newcolour7'/g' {} \; + +#Rubberband Solution for now + +#border +oldcolour1=76905b +find src -type f -exec sed -i 's/'$oldcolour1'/'$newcolour1'/g' {} \; + +#background of rubberband is in rgba +#from hex to decimal +redhex=${newcolour1:0:2} +greenhex=${newcolour1:2:2} +bluehex=${newcolour1:4:2} + +reddec=$((16#$redhex)) +greendec=$((16#$greenhex)) +bluedec=$((16#$bluehex)) + +rgbacolour="$reddec, $greendec, $bluedec" +echo $rgbacolour + +#old rgba colour of background rubberband +oldcolour1="118, 144, 91" +newcolour1=$rgbacolour + +#gtk-dark rubberband +find src -type f -exec sed -i "s/$oldcolour1/$newcolour1/g" {} \; + +#gtk + gtk-darker rubberband +oldcolour1="129, 166, 91" +find src -type f -exec sed -i "s/$oldcolour1/$newcolour1/g" {} \; + + echo "All css files but also svg files will be affected" echo "PNG'S will not be altered with this script" echo From 9e39303f84b3c83b66a0c8119f375f1acf03b77f Mon Sep 17 00:00:00 2001 From: Erik Dubois Date: Sun, 9 Oct 2016 19:08:55 +0200 Subject: [PATCH 07/16] Commit comment : on Sun Oct 9 19:08:55 CEST 2016 --- README.md | 7 + .../cinnamon/cinnamon.css | 1368 ++++++ .../common-assets/menu/menu-separator.svg | 60 + .../misc/add-workspace-active.svg | 117 + .../misc/add-workspace-hover.svg | 117 + .../common-assets/misc/add-workspace.svg | 117 + .../cinnamon/common-assets/misc/bg.svg | 127 + .../misc/calendar-arrow-left-hover.svg | 152 + .../misc/calendar-arrow-left.svg | 152 + .../misc/calendar-arrow-right-hover.svg | 152 + .../misc/calendar-arrow-right.svg | 152 + .../common-assets/misc/close-active.svg | 100 + .../common-assets/misc/close-hover.svg | 100 + .../cinnamon/common-assets/misc/close.svg | 100 + .../common-assets/misc/corner-ripple.svg | 122 + .../common-assets/misc/desklet-header.svg | 158 + .../cinnamon/common-assets/misc/desklet.svg | 152 + .../cinnamon/common-assets/misc/osd.svg | 127 + .../common-assets/misc/overview-hover.png | Bin 0 -> 838 bytes .../cinnamon/common-assets/misc/overview.png | Bin 0 -> 680 bytes .../common-assets/misc/trash-icon.svg | 97 + .../common-assets/panel/activities-active.svg | 158 + .../common-assets/panel/activities.svg | 158 + .../common-assets/panel/panel-bottom.svg | 84 + .../common-assets/panel/panel-top.svg | 80 + .../panel/window-list-active-bottom.svg | 142 + .../panel/window-list-active-top.svg | 142 + .../checkbox/checkbox-checked-focused.svg | 195 + .../dark-assets/checkbox/checkbox-checked.svg | 195 + .../checkbox/checkbox-unchecked-focused.svg | 141 + .../checkbox/checkbox-unchecked.svg | 141 + .../cinnamon/dark-assets/menu/menu-hover.svg | 97 + .../cinnamon/dark-assets/menu/menu.svg | 127 + .../cinnamon/dark-assets/menu/submenu.svg | 117 + .../cinnamon/dark-assets/misc/button-box.svg | 101 + .../cinnamon/dark-assets/misc/message.svg | 81 + .../cinnamon/dark-assets/misc/modal.svg | 143 + .../dark-assets/switch/switch-off.svg | 201 + .../cinnamon/dark-assets/switch/switch-on.svg | 220 + .../cinnamon/menu/menu-separator.svg | 60 + .../cinnamon/misc/add-workspace-active.svg | 117 + .../cinnamon/misc/add-workspace-hover.svg | 117 + .../cinnamon/misc/add-workspace.svg | 117 + .../Mint-Y-Dark-Havelock/cinnamon/misc/bg.svg | 127 + .../misc/calendar-arrow-left-hover.svg | 152 + .../cinnamon/misc/calendar-arrow-left.svg | 152 + .../misc/calendar-arrow-right-hover.svg | 152 + .../cinnamon/misc/calendar-arrow-right.svg | 152 + .../cinnamon/misc/close-active.svg | 100 + .../cinnamon/misc/close-hover.svg | 100 + .../cinnamon/misc/close.svg | 100 + .../cinnamon/misc/corner-ripple-ltr.svg | 125 + .../cinnamon/misc/corner-ripple-rtl.svg | 83 + .../cinnamon/misc/desklet-header.svg | 158 + .../cinnamon/misc/desklet.svg | 152 + .../cinnamon/misc/osd.svg | 127 + .../cinnamon/misc/overview-hover.png | Bin 0 -> 838 bytes .../cinnamon/misc/overview.png | Bin 0 -> 680 bytes .../cinnamon/misc/trash-icon.svg | 97 + .../cinnamon/panel/activities-active.svg | 158 + .../cinnamon/panel/activities.svg | 158 + .../cinnamon/panel/panel-bottom.svg | 84 + .../cinnamon/panel/panel-top.svg | 80 + .../panel/window-list-active-bottom.svg | 142 + .../cinnamon/panel/window-list-active-top.svg | 142 + .../cinnamon/thumbnail.png | Bin 0 -> 31016 bytes themes/Mint-Y-Dark-Havelock/gtk-2.0/apps.rc | 45 + .../gtk-2.0/assets/arrow-down-insens.png | Bin 0 -> 220 bytes .../gtk-2.0/assets/arrow-down-prelight.png | Bin 0 -> 218 bytes .../assets/arrow-down-small-insens.png | Bin 0 -> 203 bytes .../assets/arrow-down-small-prelight.png | Bin 0 -> 207 bytes .../gtk-2.0/assets/arrow-down-small.png | Bin 0 -> 276 bytes .../gtk-2.0/assets/arrow-down.png | Bin 0 -> 306 bytes .../gtk-2.0/assets/arrow-left-insens.png | Bin 0 -> 222 bytes .../gtk-2.0/assets/arrow-left-prelight.png | Bin 0 -> 221 bytes .../gtk-2.0/assets/arrow-left.png | Bin 0 -> 307 bytes .../gtk-2.0/assets/arrow-right-insens.png | Bin 0 -> 213 bytes .../gtk-2.0/assets/arrow-right-prelight.png | Bin 0 -> 215 bytes .../gtk-2.0/assets/arrow-right.png | Bin 0 -> 304 bytes .../gtk-2.0/assets/arrow-up-insens.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/arrow-up-prelight.png | Bin 0 -> 218 bytes .../gtk-2.0/assets/arrow-up-small-insens.png | Bin 0 -> 204 bytes .../assets/arrow-up-small-prelight.png | Bin 0 -> 210 bytes .../gtk-2.0/assets/arrow-up-small.png | Bin 0 -> 278 bytes .../gtk-2.0/assets/arrow-up.png | Bin 0 -> 312 bytes .../gtk-2.0/assets/button-active.png | Bin 0 -> 266 bytes .../gtk-2.0/assets/button-hover.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/button-insensitive.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/button.png | Bin 0 -> 252 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 366 bytes .../gtk-2.0/assets/checkbox-checked.png | Bin 0 -> 359 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/checkbox-unchecked.png | Bin 0 -> 256 bytes .../assets/combo-entry-button-active-rtl.png | Bin 0 -> 237 bytes .../assets/combo-entry-button-active.png | Bin 0 -> 222 bytes .../combo-entry-button-insensitive-rtl.png | Bin 0 -> 234 bytes .../assets/combo-entry-button-insensitive.png | Bin 0 -> 232 bytes .../gtk-2.0/assets/combo-entry-button-rtl.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/combo-entry-button.png | Bin 0 -> 231 bytes .../assets/combo-entry-focus-notebook-rtl.png | Bin 0 -> 259 bytes .../assets/combo-entry-focus-notebook.png | Bin 0 -> 250 bytes .../gtk-2.0/assets/combo-entry-focus-rtl.png | Bin 0 -> 262 bytes .../gtk-2.0/assets/combo-entry-focus.png | Bin 0 -> 254 bytes .../combo-entry-insensitive-notebook-rtl.png | Bin 0 -> 223 bytes .../combo-entry-insensitive-notebook.png | Bin 0 -> 210 bytes .../assets/combo-entry-insensitive-rtl.png | Bin 0 -> 210 bytes .../assets/combo-entry-insensitive.png | Bin 0 -> 204 bytes .../assets/combo-entry-notebook-rtl.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/combo-entry-notebook.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/combo-entry-rtl.png | Bin 0 -> 256 bytes .../gtk-2.0/assets/combo-entry.png | Bin 0 -> 240 bytes .../assets/down-background-disable-rtl.png | Bin 0 -> 200 bytes .../assets/down-background-disable.png | Bin 0 -> 199 bytes .../gtk-2.0/assets/down-background-rtl.png | Bin 0 -> 200 bytes .../gtk-2.0/assets/down-background.png | Bin 0 -> 199 bytes .../assets/entry-border-active-bg-solid.png | Bin 0 -> 298 bytes .../gtk-2.0/assets/entry-border-active-bg.png | Bin 0 -> 297 bytes .../gtk-2.0/assets/entry-border-bg-solid.png | Bin 0 -> 226 bytes .../gtk-2.0/assets/entry-border-bg.png | Bin 0 -> 271 bytes .../assets/entry-border-disabled-bg.png | Bin 0 -> 226 bytes .../gtk-2.0/assets/entry-border-fill.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/focus-line.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/frame-gap-end.png | Bin 0 -> 139 bytes .../gtk-2.0/assets/frame-gap-start.png | Bin 0 -> 139 bytes .../gtk-2.0/assets/frame.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/handle-h.png | Bin 0 -> 160 bytes .../gtk-2.0/assets/handle-v.png | Bin 0 -> 157 bytes .../gtk-2.0/assets/inline-toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/line-h.png | Bin 0 -> 151 bytes .../gtk-2.0/assets/line-v.png | Bin 0 -> 151 bytes .../gtk-2.0/assets/menu-arrow-prelight.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/menu-arrow.png | Bin 0 -> 238 bytes .../menu-checkbox-checked-insensitive.png | Bin 0 -> 360 bytes .../gtk-2.0/assets/menu-checkbox-checked.png | Bin 0 -> 327 bytes .../menu-checkbox-unchecked-insensitive.png | Bin 0 -> 223 bytes .../assets/menu-checkbox-unchecked.png | Bin 0 -> 230 bytes .../assets/menu-radio-checked-insensitive.png | Bin 0 -> 377 bytes .../gtk-2.0/assets/menu-radio-checked.png | Bin 0 -> 391 bytes .../menu-radio-unchecked-insensitive.png | Bin 0 -> 411 bytes .../gtk-2.0/assets/menu-radio-unchecked.png | Bin 0 -> 314 bytes .../gtk-2.0/assets/menubar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/menubar_button.png | Bin 0 -> 156 bytes .../gtk-2.0/assets/menuitem.png | Bin 0 -> 177 bytes .../gtk-2.0/assets/minus.png | Bin 0 -> 267 bytes .../notebook-entry-border-active-bg.png | Bin 0 -> 287 bytes .../assets/notebook-entry-border-bg.png | Bin 0 -> 263 bytes .../notebook-entry-border-disabled-bg.png | Bin 0 -> 233 bytes .../gtk-2.0/assets/notebook-gap-horiz.png | Bin 0 -> 159 bytes .../gtk-2.0/assets/notebook-gap-vert.png | Bin 0 -> 155 bytes .../gtk-2.0/assets/notebook.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/null.png | Bin 0 -> 148 bytes .../gtk-2.0/assets/plus.png | Bin 0 -> 255 bytes .../gtk-2.0/assets/progressbar.png | Bin 0 -> 267 bytes .../gtk-2.0/assets/progressbar_v.png | Bin 0 -> 264 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 392 bytes .../gtk-2.0/assets/radio-checked.png | Bin 0 -> 371 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 350 bytes .../gtk-2.0/assets/radio-unchecked.png | Bin 0 -> 395 bytes .../gtk-2.0/assets/slider-horiz-active.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-insens.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-prelight.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-insensitive.png | Bin 0 -> 375 bytes .../gtk-2.0/assets/slider-prelight.png | Bin 0 -> 400 bytes .../gtk-2.0/assets/slider-vert-active.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-insens.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-prelight.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider.png | Bin 0 -> 407 bytes .../gtk-2.0/assets/tab-bottom-active.png | Bin 0 -> 166 bytes .../gtk-2.0/assets/tab-left-active.png | Bin 0 -> 167 bytes .../gtk-2.0/assets/tab-right-active.png | Bin 0 -> 168 bytes .../gtk-2.0/assets/tab-top-active.png | Bin 0 -> 166 bytes .../assets/toolbar-entry-border-active-bg.png | Bin 0 -> 291 bytes .../assets/toolbar-entry-border-bg.png | Bin 0 -> 254 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 216 bytes .../gtk-2.0/assets/toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/tree_header.png | Bin 0 -> 164 bytes .../assets/trough-horizontal-active.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-horizontal.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-progressbar.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/trough-progressbar_v.png | Bin 0 -> 276 bytes .../gtk-2.0/assets/trough-scrollbar-horiz.png | Bin 0 -> 164 bytes .../gtk-2.0/assets/trough-scrollbar-vert.png | Bin 0 -> 161 bytes .../gtk-2.0/assets/trough-vertical-active.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/trough-vertical.png | Bin 0 -> 257 bytes .../assets/up-background-disable-rtl.png | Bin 0 -> 201 bytes .../gtk-2.0/assets/up-background-disable.png | Bin 0 -> 212 bytes .../gtk-2.0/assets/up-background-rtl.png | Bin 0 -> 204 bytes .../gtk-2.0/assets/up-background.png | Bin 0 -> 212 bytes themes/Mint-Y-Dark-Havelock/gtk-2.0/gtkrc | 10 + themes/Mint-Y-Dark-Havelock/gtk-2.0/main.rc | 2441 +++++++++++ .../gtk-2.0/menubar-toolbar/button-active.png | Bin 0 -> 293 bytes .../gtk-2.0/menubar-toolbar/button-hover.png | Bin 0 -> 310 bytes .../menubar-toolbar/button-insensitive.png | Bin 0 -> 289 bytes .../gtk-2.0/menubar-toolbar/button.png | Bin 0 -> 306 bytes .../gtk-2.0/menubar-toolbar/menubar-dark.png | Bin 0 -> 181 bytes .../menubar-toolbar/menubar-toolbar-dark.rc | 222 + .../menubar-toolbar/menubar-toolbar.rc | 166 + .../gtk-2.0/menubar-toolbar/menubar.png | Bin 0 -> 165 bytes .../menubar-toolbar/menubar_button-dark.png | Bin 0 -> 164 bytes .../menubar-toolbar/menubar_button.png | Bin 0 -> 164 bytes .../toolbar-entry-border-active-bg-dark.png | Bin 0 -> 413 bytes .../toolbar-entry-border-active-bg.png | Bin 0 -> 406 bytes .../toolbar-entry-border-bg-dark.png | Bin 0 -> 322 bytes .../toolbar-entry-border-bg.png | Bin 0 -> 335 bytes .../toolbar-entry-border-disabled-bg-dark.png | Bin 0 -> 276 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 310 bytes themes/Mint-Y-Dark-Havelock/gtk-2.0/panel.rc | 153 + .../gtk-3.0/assets/checkbox-checked-dark.png | Bin 0 -> 354 bytes .../assets/checkbox-checked-dark@2.png | Bin 0 -> 483 bytes .../checkbox-checked-insensitive-dark.png | Bin 0 -> 373 bytes .../checkbox-checked-insensitive-dark@2.png | Bin 0 -> 505 bytes .../checkbox-checked-insensitive-selected.png | Bin 0 -> 380 bytes ...heckbox-checked-insensitive-selected@2.png | Bin 0 -> 492 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 379 bytes .../assets/checkbox-checked-insensitive@2.png | Bin 0 -> 503 bytes .../assets/checkbox-checked-selected.png | Bin 0 -> 362 bytes .../assets/checkbox-checked-selected@2.png | Bin 0 -> 483 bytes .../checkbox-checked-selectionmode-dark.png | Bin 0 -> 474 bytes .../checkbox-checked-selectionmode-dark@2.png | Bin 0 -> 670 bytes .../assets/checkbox-checked-selectionmode.png | Bin 0 -> 467 bytes .../checkbox-checked-selectionmode@2.png | Bin 0 -> 659 bytes .../gtk-3.0/assets/checkbox-checked.png | Bin 0 -> 357 bytes .../gtk-3.0/assets/checkbox-checked@2.png | Bin 0 -> 483 bytes .../gtk-3.0/assets/checkbox-mixed-dark.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed-dark@2.png | Bin 0 -> 294 bytes .../checkbox-mixed-insensitive-dark.png | Bin 0 -> 237 bytes .../checkbox-mixed-insensitive-dark@2.png | Bin 0 -> 296 bytes .../checkbox-mixed-insensitive-selected.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-selected@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-insensitive.png | Bin 0 -> 237 bytes .../assets/checkbox-mixed-insensitive@2.png | Bin 0 -> 296 bytes .../assets/checkbox-mixed-selected.png | Bin 0 -> 235 bytes .../assets/checkbox-mixed-selected@2.png | Bin 0 -> 294 bytes .../gtk-3.0/assets/checkbox-mixed.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed@2.png | Bin 0 -> 294 bytes .../assets/checkbox-selectionmode-dark.png | Bin 0 -> 477 bytes .../assets/checkbox-selectionmode-dark@2.png | Bin 0 -> 675 bytes .../gtk-3.0/assets/checkbox-selectionmode.png | Bin 0 -> 407 bytes .../assets/checkbox-selectionmode@2.png | Bin 0 -> 615 bytes .../assets/checkbox-unchecked-dark.png | Bin 0 -> 264 bytes .../assets/checkbox-unchecked-dark@2.png | Bin 0 -> 345 bytes .../checkbox-unchecked-insensitive-dark.png | Bin 0 -> 262 bytes .../checkbox-unchecked-insensitive-dark@2.png | Bin 0 -> 330 bytes ...heckbox-unchecked-insensitive-selected.png | Bin 0 -> 244 bytes ...ckbox-unchecked-insensitive-selected@2.png | Bin 0 -> 312 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 258 bytes .../checkbox-unchecked-insensitive@2.png | Bin 0 -> 336 bytes .../assets/checkbox-unchecked-selected.png | Bin 0 -> 252 bytes .../assets/checkbox-unchecked-selected@2.png | Bin 0 -> 337 bytes .../gtk-3.0/assets/checkbox-unchecked.png | Bin 0 -> 260 bytes .../gtk-3.0/assets/checkbox-unchecked@2.png | Bin 0 -> 351 bytes .../assets/pane-separator-vertical.png | Bin 0 -> 172 bytes .../assets/pane-separator-vertical@2.png | Bin 0 -> 194 bytes .../gtk-3.0/assets/pane-separator.png | Bin 0 -> 176 bytes .../gtk-3.0/assets/pane-separator@2.png | Bin 0 -> 201 bytes .../gtk-3.0/assets/radio-checked-dark.png | Bin 0 -> 375 bytes .../gtk-3.0/assets/radio-checked-dark@2.png | Bin 0 -> 638 bytes .../assets/radio-checked-insensitive-dark.png | Bin 0 -> 363 bytes .../radio-checked-insensitive-dark@2.png | Bin 0 -> 607 bytes .../radio-checked-insensitive-selected.png | Bin 0 -> 351 bytes .../radio-checked-insensitive-selected@2.png | Bin 0 -> 560 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 369 bytes .../assets/radio-checked-insensitive@2.png | Bin 0 -> 604 bytes .../gtk-3.0/assets/radio-checked-selected.png | Bin 0 -> 366 bytes .../assets/radio-checked-selected@2.png | Bin 0 -> 634 bytes .../gtk-3.0/assets/radio-checked.png | Bin 0 -> 371 bytes .../gtk-3.0/assets/radio-checked@2.png | Bin 0 -> 634 bytes .../gtk-3.0/assets/radio-mixed-dark.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed-dark@2.png | Bin 0 -> 546 bytes .../assets/radio-mixed-insensitive-dark.png | Bin 0 -> 339 bytes .../assets/radio-mixed-insensitive-dark@2.png | Bin 0 -> 521 bytes .../radio-mixed-insensitive-selected.png | Bin 0 -> 319 bytes .../radio-mixed-insensitive-selected@2.png | Bin 0 -> 481 bytes .../assets/radio-mixed-insensitive.png | Bin 0 -> 339 bytes .../assets/radio-mixed-insensitive@2.png | Bin 0 -> 521 bytes .../gtk-3.0/assets/radio-mixed-selected.png | Bin 0 -> 310 bytes .../gtk-3.0/assets/radio-mixed-selected@2.png | Bin 0 -> 519 bytes .../gtk-3.0/assets/radio-mixed.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed@2.png | Bin 0 -> 546 bytes .../gtk-3.0/assets/radio-unchecked-dark.png | Bin 0 -> 426 bytes .../gtk-3.0/assets/radio-unchecked-dark@2.png | Bin 0 -> 742 bytes .../radio-unchecked-insensitive-dark.png | Bin 0 -> 410 bytes .../radio-unchecked-insensitive-dark@2.png | Bin 0 -> 673 bytes .../radio-unchecked-insensitive-selected.png | Bin 0 -> 333 bytes ...radio-unchecked-insensitive-selected@2.png | Bin 0 -> 575 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 395 bytes .../assets/radio-unchecked-insensitive@2.png | Bin 0 -> 657 bytes .../assets/radio-unchecked-selected.png | Bin 0 -> 356 bytes .../assets/radio-unchecked-selected@2.png | Bin 0 -> 708 bytes .../gtk-3.0/assets/radio-unchecked.png | Bin 0 -> 410 bytes .../gtk-3.0/assets/radio-unchecked@2.png | Bin 0 -> 716 bytes .../gtk-3.0/assets/switch-active-dark.png | Bin 0 -> 820 bytes .../gtk-3.0/assets/switch-active-dark@2.png | Bin 0 -> 1456 bytes .../assets/switch-active-header-dark.png | Bin 0 -> 826 bytes .../assets/switch-active-header-dark@2.png | Bin 0 -> 1467 bytes .../gtk-3.0/assets/switch-active-header.png | Bin 0 -> 800 bytes .../gtk-3.0/assets/switch-active-header@2.png | Bin 0 -> 1451 bytes .../assets/switch-active-insensitive-dark.png | Bin 0 -> 816 bytes .../switch-active-insensitive-dark@2.png | Bin 0 -> 1456 bytes .../switch-active-insensitive-header-dark.png | Bin 0 -> 814 bytes ...witch-active-insensitive-header-dark@2.png | Bin 0 -> 1423 bytes .../switch-active-insensitive-header.png | Bin 0 -> 786 bytes .../switch-active-insensitive-header@2.png | Bin 0 -> 1412 bytes .../switch-active-insensitive-selected.png | Bin 0 -> 768 bytes .../switch-active-insensitive-selected@2.png | Bin 0 -> 1317 bytes .../assets/switch-active-insensitive.png | Bin 0 -> 786 bytes .../assets/switch-active-insensitive@2.png | Bin 0 -> 1412 bytes .../gtk-3.0/assets/switch-active-selected.png | Bin 0 -> 799 bytes .../assets/switch-active-selected@2.png | Bin 0 -> 1451 bytes .../gtk-3.0/assets/switch-active.png | Bin 0 -> 800 bytes .../gtk-3.0/assets/switch-active@2.png | Bin 0 -> 1451 bytes .../gtk-3.0/assets/switch-dark.png | Bin 0 -> 728 bytes .../gtk-3.0/assets/switch-dark@2.png | Bin 0 -> 1266 bytes .../gtk-3.0/assets/switch-header-dark.png | Bin 0 -> 742 bytes .../gtk-3.0/assets/switch-header-dark@2.png | Bin 0 -> 1291 bytes .../gtk-3.0/assets/switch-header.png | Bin 0 -> 781 bytes .../gtk-3.0/assets/switch-header@2.png | Bin 0 -> 1343 bytes .../assets/switch-insensitive-dark.png | Bin 0 -> 667 bytes .../assets/switch-insensitive-dark@2.png | Bin 0 -> 1159 bytes .../assets/switch-insensitive-header-dark.png | Bin 0 -> 662 bytes .../switch-insensitive-header-dark@2.png | Bin 0 -> 1147 bytes .../assets/switch-insensitive-header.png | Bin 0 -> 687 bytes .../assets/switch-insensitive-header@2.png | Bin 0 -> 1177 bytes .../assets/switch-insensitive-selected.png | Bin 0 -> 644 bytes .../assets/switch-insensitive-selected@2.png | Bin 0 -> 1081 bytes .../gtk-3.0/assets/switch-insensitive.png | Bin 0 -> 687 bytes .../gtk-3.0/assets/switch-insensitive@2.png | Bin 0 -> 1170 bytes .../gtk-3.0/assets/switch-selected.png | Bin 0 -> 717 bytes .../gtk-3.0/assets/switch-selected@2.png | Bin 0 -> 1216 bytes .../gtk-3.0/assets/switch.png | Bin 0 -> 729 bytes .../gtk-3.0/assets/switch@2.png | Bin 0 -> 1264 bytes .../assets/titlebutton-close-active-dark.png | Bin 0 -> 446 bytes .../titlebutton-close-active-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-active.png | Bin 0 -> 439 bytes .../assets/titlebutton-close-active@2.png | Bin 0 -> 779 bytes .../titlebutton-close-backdrop-dark.png | Bin 0 -> 421 bytes .../titlebutton-close-backdrop-dark@2.png | Bin 0 -> 708 bytes .../assets/titlebutton-close-backdrop.png | Bin 0 -> 438 bytes .../assets/titlebutton-close-backdrop@2.png | Bin 0 -> 748 bytes .../gtk-3.0/assets/titlebutton-close-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-hover-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover.png | Bin 0 -> 467 bytes .../assets/titlebutton-close-hover@2.png | Bin 0 -> 814 bytes .../gtk-3.0/assets/titlebutton-close.png | Bin 0 -> 467 bytes .../gtk-3.0/assets/titlebutton-close@2.png | Bin 0 -> 814 bytes .../assets/titlebutton-max-active-dark.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active-dark@2.png | Bin 0 -> 652 bytes .../gtk-3.0/assets/titlebutton-max-active.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active@2.png | Bin 0 -> 652 bytes .../assets/titlebutton-max-backdrop-dark.png | Bin 0 -> 241 bytes .../titlebutton-max-backdrop-dark@2.png | Bin 0 -> 280 bytes .../assets/titlebutton-max-backdrop.png | Bin 0 -> 241 bytes .../assets/titlebutton-max-backdrop@2.png | Bin 0 -> 289 bytes .../gtk-3.0/assets/titlebutton-max-dark.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max-dark@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-max-hover-dark.png | Bin 0 -> 413 bytes .../assets/titlebutton-max-hover-dark@2.png | Bin 0 -> 807 bytes .../gtk-3.0/assets/titlebutton-max-hover.png | Bin 0 -> 422 bytes .../assets/titlebutton-max-hover@2.png | Bin 0 -> 801 bytes .../gtk-3.0/assets/titlebutton-max.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-min-active-dark.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active-dark@2.png | Bin 0 -> 571 bytes .../gtk-3.0/assets/titlebutton-min-active.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active@2.png | Bin 0 -> 571 bytes .../assets/titlebutton-min-backdrop-dark.png | Bin 0 -> 168 bytes .../titlebutton-min-backdrop-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-backdrop.png | Bin 0 -> 167 bytes .../assets/titlebutton-min-backdrop@2.png | Bin 0 -> 180 bytes .../gtk-3.0/assets/titlebutton-min-dark.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-hover-dark.png | Bin 0 -> 363 bytes .../assets/titlebutton-min-hover-dark@2.png | Bin 0 -> 701 bytes .../gtk-3.0/assets/titlebutton-min-hover.png | Bin 0 -> 368 bytes .../assets/titlebutton-min-hover@2.png | Bin 0 -> 694 bytes .../gtk-3.0/assets/titlebutton-min.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min@2.png | Bin 0 -> 180 bytes themes/Mint-Y-Dark-Havelock/gtk-3.0/gtk.css | 3783 +++++++++++++++++ .../gtk-3.0/thumbnail.png | Bin 0 -> 1506 bytes themes/Mint-Y-Dark-Havelock/index.theme | 12 + .../metacity-1/button-bg.svg | 105 + .../metacity-1/button-border.svg | 107 + .../metacity-1/close-icon.svg | 104 + .../metacity-1/max-icon.svg | 75 + .../metacity-1/metacity-theme-2.xml | 768 ++++ .../metacity-1/metacity-theme-3.xml | 1026 +++++ .../metacity-1/min-icon.svg | 75 + .../metacity-1/thumbnail.png | Bin 0 -> 685 bytes .../xfce-notify-4.0/gtkrc | 72 + .../xfwm4/bottom-active.xpm | 8 + .../xfwm4/bottom-inactive.xpm | 1 + .../xfwm4/bottom-left-active.xpm | 8 + .../xfwm4/bottom-left-inactive.xpm | 1 + .../xfwm4/bottom-right-active.xpm | 8 + .../xfwm4/bottom-right-inactive.xpm | 1 + .../xfwm4/close-active.xpm | 66 + .../xfwm4/close-inactive.xpm | 47 + .../xfwm4/close-prelight.xpm | 68 + .../xfwm4/close-pressed.xpm | 69 + .../xfwm4/hide-active.xpm | 33 + .../xfwm4/hide-inactive.xpm | 33 + .../xfwm4/hide-prelight.xpm | 40 + .../xfwm4/hide-pressed.xpm | 44 + .../xfwm4/left-active.xpm | 6 + .../xfwm4/left-inactive.xpm | 1 + .../xfwm4/maximize-active.xpm | 38 + .../xfwm4/maximize-inactive.xpm | 38 + .../xfwm4/maximize-prelight.xpm | 45 + .../xfwm4/maximize-pressed.xpm | 49 + .../xfwm4/menu-active.xpm | 40 + .../xfwm4/menu-inactive.xpm | 40 + .../xfwm4/menu-prelight.xpm | 49 + .../xfwm4/menu-pressed.xpm | 51 + .../xfwm4/right-active.xpm | 6 + .../xfwm4/right-inactive.xpm | 1 + .../xfwm4/shade-active.xpm | 42 + .../xfwm4/shade-inactive.xpm | 44 + .../xfwm4/shade-prelight.xpm | 51 + .../xfwm4/shade-toggled-active.xpm | 42 + .../xfwm4/shade-toggled-inactive.xpm | 40 + .../xfwm4/shade-toggled-prelight.xpm | 50 + .../xfwm4/stick-active.xpm | 44 + .../xfwm4/stick-inactive.xpm | 44 + .../xfwm4/stick-prelight.xpm | 45 + .../xfwm4/stick-toggled-active.xpm | 49 + .../xfwm4/stick-toggled-inactive.xpm | 46 + .../xfwm4/stick-toggled-prelight.xpm | 49 + themes/Mint-Y-Dark-Havelock/xfwm4/themerc | 25 + .../xfwm4/title-1-active.xpm | 30 + .../xfwm4/title-1-inactive.xpm | 1 + .../xfwm4/title-2-active.xpm | 30 + .../xfwm4/title-2-inactive.xpm | 1 + .../xfwm4/title-3-active.xpm | 30 + .../xfwm4/title-3-inactive.xpm | 1 + .../xfwm4/title-4-active.xpm | 30 + .../xfwm4/title-4-inactive.xpm | 1 + .../xfwm4/title-5-active.xpm | 30 + .../xfwm4/title-5-inactive.xpm | 1 + .../xfwm4/top-left-active.xpm | 30 + .../xfwm4/top-left-inactive.xpm | 1 + .../xfwm4/top-right-active.xpm | 30 + .../xfwm4/top-right-inactive.xpm | 1 + themes/Mint-Y-Darker-Havelock/gtk-2.0/apps.rc | 45 + .../gtk-2.0/assets/arrow-down-insens.png | Bin 0 -> 218 bytes .../gtk-2.0/assets/arrow-down-prelight.png | Bin 0 -> 219 bytes .../assets/arrow-down-small-insens.png | Bin 0 -> 201 bytes .../assets/arrow-down-small-prelight.png | Bin 0 -> 203 bytes .../gtk-2.0/assets/arrow-down-small.png | Bin 0 -> 280 bytes .../gtk-2.0/assets/arrow-down.png | Bin 0 -> 308 bytes .../gtk-2.0/assets/arrow-left-insens.png | Bin 0 -> 217 bytes .../gtk-2.0/assets/arrow-left-prelight.png | Bin 0 -> 221 bytes .../gtk-2.0/assets/arrow-left.png | Bin 0 -> 316 bytes .../gtk-2.0/assets/arrow-right-insens.png | Bin 0 -> 213 bytes .../gtk-2.0/assets/arrow-right-prelight.png | Bin 0 -> 214 bytes .../gtk-2.0/assets/arrow-right.png | Bin 0 -> 316 bytes .../gtk-2.0/assets/arrow-up-insens.png | Bin 0 -> 216 bytes .../gtk-2.0/assets/arrow-up-prelight.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/arrow-up-small-insens.png | Bin 0 -> 203 bytes .../assets/arrow-up-small-prelight.png | Bin 0 -> 207 bytes .../gtk-2.0/assets/arrow-up-small.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/arrow-up.png | Bin 0 -> 314 bytes .../gtk-2.0/assets/button-active.png | Bin 0 -> 266 bytes .../gtk-2.0/assets/button-hover.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/button-insensitive.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/button.png | Bin 0 -> 252 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 356 bytes .../gtk-2.0/assets/checkbox-checked.png | Bin 0 -> 357 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/checkbox-unchecked.png | Bin 0 -> 262 bytes .../assets/combo-entry-button-active-rtl.png | Bin 0 -> 237 bytes .../assets/combo-entry-button-active.png | Bin 0 -> 232 bytes .../combo-entry-button-insensitive-rtl.png | Bin 0 -> 239 bytes .../assets/combo-entry-button-insensitive.png | Bin 0 -> 235 bytes .../gtk-2.0/assets/combo-entry-button-rtl.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/combo-entry-button.png | Bin 0 -> 231 bytes .../assets/combo-entry-focus-notebook-rtl.png | Bin 0 -> 262 bytes .../assets/combo-entry-focus-notebook.png | Bin 0 -> 254 bytes .../gtk-2.0/assets/combo-entry-focus-rtl.png | Bin 0 -> 262 bytes .../gtk-2.0/assets/combo-entry-focus.png | Bin 0 -> 270 bytes .../combo-entry-insensitive-notebook-rtl.png | Bin 0 -> 208 bytes .../combo-entry-insensitive-notebook.png | Bin 0 -> 206 bytes .../assets/combo-entry-insensitive-rtl.png | Bin 0 -> 214 bytes .../assets/combo-entry-insensitive.png | Bin 0 -> 213 bytes .../assets/combo-entry-notebook-rtl.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/combo-entry-notebook.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/combo-entry-rtl.png | Bin 0 -> 254 bytes .../gtk-2.0/assets/combo-entry.png | Bin 0 -> 243 bytes .../assets/down-background-disable-rtl.png | Bin 0 -> 201 bytes .../assets/down-background-disable.png | Bin 0 -> 201 bytes .../gtk-2.0/assets/down-background-rtl.png | Bin 0 -> 197 bytes .../gtk-2.0/assets/down-background.png | Bin 0 -> 191 bytes .../assets/entry-border-active-bg-solid.png | Bin 0 -> 271 bytes .../gtk-2.0/assets/entry-border-active-bg.png | Bin 0 -> 304 bytes .../gtk-2.0/assets/entry-border-bg-solid.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/entry-border-bg.png | Bin 0 -> 270 bytes .../assets/entry-border-disabled-bg.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/entry-border-fill.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/focus-line.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/frame-gap-end.png | Bin 0 -> 142 bytes .../gtk-2.0/assets/frame-gap-start.png | Bin 0 -> 142 bytes .../gtk-2.0/assets/frame.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/handle-h.png | Bin 0 -> 160 bytes .../gtk-2.0/assets/handle-v.png | Bin 0 -> 157 bytes .../gtk-2.0/assets/inline-toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/line-h.png | Bin 0 -> 152 bytes .../gtk-2.0/assets/line-v.png | Bin 0 -> 152 bytes .../gtk-2.0/assets/menu-arrow-prelight.png | Bin 0 -> 265 bytes .../gtk-2.0/assets/menu-arrow.png | Bin 0 -> 265 bytes .../menu-checkbox-checked-insensitive.png | Bin 0 -> 360 bytes .../gtk-2.0/assets/menu-checkbox-checked.png | Bin 0 -> 324 bytes .../menu-checkbox-unchecked-insensitive.png | Bin 0 -> 234 bytes .../assets/menu-checkbox-unchecked.png | Bin 0 -> 226 bytes .../assets/menu-radio-checked-insensitive.png | Bin 0 -> 364 bytes .../gtk-2.0/assets/menu-radio-checked.png | Bin 0 -> 391 bytes .../menu-radio-unchecked-insensitive.png | Bin 0 -> 420 bytes .../gtk-2.0/assets/menu-radio-unchecked.png | Bin 0 -> 309 bytes .../gtk-2.0/assets/menubar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/menubar_button.png | Bin 0 -> 156 bytes .../gtk-2.0/assets/menuitem.png | Bin 0 -> 176 bytes .../gtk-2.0/assets/minus.png | Bin 0 -> 261 bytes .../notebook-entry-border-active-bg.png | Bin 0 -> 292 bytes .../assets/notebook-entry-border-bg.png | Bin 0 -> 258 bytes .../notebook-entry-border-disabled-bg.png | Bin 0 -> 222 bytes .../gtk-2.0/assets/notebook-gap-horiz.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/notebook-gap-vert.png | Bin 0 -> 155 bytes .../gtk-2.0/assets/notebook.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/null.png | Bin 0 -> 148 bytes .../gtk-2.0/assets/plus.png | Bin 0 -> 249 bytes .../gtk-2.0/assets/progressbar.png | Bin 0 -> 267 bytes .../gtk-2.0/assets/progressbar_v.png | Bin 0 -> 264 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 388 bytes .../gtk-2.0/assets/radio-checked.png | Bin 0 -> 371 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 386 bytes .../gtk-2.0/assets/radio-unchecked.png | Bin 0 -> 404 bytes .../gtk-2.0/assets/slider-horiz-active.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-insens.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-prelight.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-insensitive.png | Bin 0 -> 408 bytes .../gtk-2.0/assets/slider-prelight.png | Bin 0 -> 400 bytes .../gtk-2.0/assets/slider-vert-active.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-insens.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-prelight.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider.png | Bin 0 -> 403 bytes .../gtk-2.0/assets/tab-bottom-active.png | Bin 0 -> 166 bytes .../gtk-2.0/assets/tab-left-active.png | Bin 0 -> 167 bytes .../gtk-2.0/assets/tab-right-active.png | Bin 0 -> 168 bytes .../gtk-2.0/assets/tab-top-active.png | Bin 0 -> 166 bytes .../assets/toolbar-entry-border-active-bg.png | Bin 0 -> 304 bytes .../assets/toolbar-entry-border-bg.png | Bin 0 -> 267 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/tree_header.png | Bin 0 -> 164 bytes .../assets/trough-horizontal-active.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-horizontal.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-progressbar.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/trough-progressbar_v.png | Bin 0 -> 276 bytes .../gtk-2.0/assets/trough-scrollbar-horiz.png | Bin 0 -> 164 bytes .../gtk-2.0/assets/trough-scrollbar-vert.png | Bin 0 -> 162 bytes .../gtk-2.0/assets/trough-vertical-active.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/trough-vertical.png | Bin 0 -> 257 bytes .../assets/up-background-disable-rtl.png | Bin 0 -> 206 bytes .../gtk-2.0/assets/up-background-disable.png | Bin 0 -> 212 bytes .../gtk-2.0/assets/up-background-rtl.png | Bin 0 -> 206 bytes .../gtk-2.0/assets/up-background.png | Bin 0 -> 212 bytes themes/Mint-Y-Darker-Havelock/gtk-2.0/gtkrc | 10 + themes/Mint-Y-Darker-Havelock/gtk-2.0/main.rc | 2441 +++++++++++ .../gtk-2.0/menubar-toolbar/button-active.png | Bin 0 -> 293 bytes .../gtk-2.0/menubar-toolbar/button-hover.png | Bin 0 -> 310 bytes .../menubar-toolbar/button-insensitive.png | Bin 0 -> 289 bytes .../gtk-2.0/menubar-toolbar/button.png | Bin 0 -> 306 bytes .../gtk-2.0/menubar-toolbar/menubar-dark.png | Bin 0 -> 181 bytes .../menubar-toolbar/menubar-toolbar-dark.rc | 222 + .../menubar-toolbar/menubar-toolbar.rc | 166 + .../gtk-2.0/menubar-toolbar/menubar.png | Bin 0 -> 165 bytes .../menubar-toolbar/menubar_button-dark.png | Bin 0 -> 164 bytes .../menubar-toolbar/menubar_button.png | Bin 0 -> 164 bytes .../toolbar-entry-border-active-bg-dark.png | Bin 0 -> 413 bytes .../toolbar-entry-border-active-bg.png | Bin 0 -> 406 bytes .../toolbar-entry-border-bg-dark.png | Bin 0 -> 322 bytes .../toolbar-entry-border-bg.png | Bin 0 -> 335 bytes .../toolbar-entry-border-disabled-bg-dark.png | Bin 0 -> 276 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 310 bytes .../Mint-Y-Darker-Havelock/gtk-2.0/panel.rc | 153 + .../gtk-3.0/assets/checkbox-checked-dark.png | Bin 0 -> 354 bytes .../assets/checkbox-checked-dark@2.png | Bin 0 -> 483 bytes .../checkbox-checked-insensitive-dark.png | Bin 0 -> 373 bytes .../checkbox-checked-insensitive-dark@2.png | Bin 0 -> 505 bytes .../checkbox-checked-insensitive-selected.png | Bin 0 -> 380 bytes ...heckbox-checked-insensitive-selected@2.png | Bin 0 -> 492 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 379 bytes .../assets/checkbox-checked-insensitive@2.png | Bin 0 -> 503 bytes .../assets/checkbox-checked-selected.png | Bin 0 -> 362 bytes .../assets/checkbox-checked-selected@2.png | Bin 0 -> 483 bytes .../checkbox-checked-selectionmode-dark.png | Bin 0 -> 474 bytes .../checkbox-checked-selectionmode-dark@2.png | Bin 0 -> 670 bytes .../assets/checkbox-checked-selectionmode.png | Bin 0 -> 467 bytes .../checkbox-checked-selectionmode@2.png | Bin 0 -> 659 bytes .../gtk-3.0/assets/checkbox-checked.png | Bin 0 -> 357 bytes .../gtk-3.0/assets/checkbox-checked@2.png | Bin 0 -> 483 bytes .../gtk-3.0/assets/checkbox-mixed-dark.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed-dark@2.png | Bin 0 -> 294 bytes .../checkbox-mixed-insensitive-dark.png | Bin 0 -> 237 bytes .../checkbox-mixed-insensitive-dark@2.png | Bin 0 -> 296 bytes .../checkbox-mixed-insensitive-selected.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-selected@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-insensitive.png | Bin 0 -> 237 bytes .../assets/checkbox-mixed-insensitive@2.png | Bin 0 -> 296 bytes .../assets/checkbox-mixed-selected.png | Bin 0 -> 235 bytes .../assets/checkbox-mixed-selected@2.png | Bin 0 -> 294 bytes .../gtk-3.0/assets/checkbox-mixed.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed@2.png | Bin 0 -> 294 bytes .../assets/checkbox-selectionmode-dark.png | Bin 0 -> 477 bytes .../assets/checkbox-selectionmode-dark@2.png | Bin 0 -> 675 bytes .../gtk-3.0/assets/checkbox-selectionmode.png | Bin 0 -> 407 bytes .../assets/checkbox-selectionmode@2.png | Bin 0 -> 615 bytes .../assets/checkbox-unchecked-dark.png | Bin 0 -> 264 bytes .../assets/checkbox-unchecked-dark@2.png | Bin 0 -> 345 bytes .../checkbox-unchecked-insensitive-dark.png | Bin 0 -> 262 bytes .../checkbox-unchecked-insensitive-dark@2.png | Bin 0 -> 330 bytes ...heckbox-unchecked-insensitive-selected.png | Bin 0 -> 244 bytes ...ckbox-unchecked-insensitive-selected@2.png | Bin 0 -> 312 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 258 bytes .../checkbox-unchecked-insensitive@2.png | Bin 0 -> 336 bytes .../assets/checkbox-unchecked-selected.png | Bin 0 -> 252 bytes .../assets/checkbox-unchecked-selected@2.png | Bin 0 -> 337 bytes .../gtk-3.0/assets/checkbox-unchecked.png | Bin 0 -> 260 bytes .../gtk-3.0/assets/checkbox-unchecked@2.png | Bin 0 -> 351 bytes .../assets/pane-separator-vertical.png | Bin 0 -> 172 bytes .../assets/pane-separator-vertical@2.png | Bin 0 -> 194 bytes .../gtk-3.0/assets/pane-separator.png | Bin 0 -> 176 bytes .../gtk-3.0/assets/pane-separator@2.png | Bin 0 -> 201 bytes .../gtk-3.0/assets/radio-checked-dark.png | Bin 0 -> 375 bytes .../gtk-3.0/assets/radio-checked-dark@2.png | Bin 0 -> 638 bytes .../assets/radio-checked-insensitive-dark.png | Bin 0 -> 363 bytes .../radio-checked-insensitive-dark@2.png | Bin 0 -> 607 bytes .../radio-checked-insensitive-selected.png | Bin 0 -> 351 bytes .../radio-checked-insensitive-selected@2.png | Bin 0 -> 560 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 369 bytes .../assets/radio-checked-insensitive@2.png | Bin 0 -> 604 bytes .../gtk-3.0/assets/radio-checked-selected.png | Bin 0 -> 366 bytes .../assets/radio-checked-selected@2.png | Bin 0 -> 634 bytes .../gtk-3.0/assets/radio-checked.png | Bin 0 -> 371 bytes .../gtk-3.0/assets/radio-checked@2.png | Bin 0 -> 634 bytes .../gtk-3.0/assets/radio-mixed-dark.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed-dark@2.png | Bin 0 -> 546 bytes .../assets/radio-mixed-insensitive-dark.png | Bin 0 -> 339 bytes .../assets/radio-mixed-insensitive-dark@2.png | Bin 0 -> 521 bytes .../radio-mixed-insensitive-selected.png | Bin 0 -> 319 bytes .../radio-mixed-insensitive-selected@2.png | Bin 0 -> 481 bytes .../assets/radio-mixed-insensitive.png | Bin 0 -> 339 bytes .../assets/radio-mixed-insensitive@2.png | Bin 0 -> 521 bytes .../gtk-3.0/assets/radio-mixed-selected.png | Bin 0 -> 310 bytes .../gtk-3.0/assets/radio-mixed-selected@2.png | Bin 0 -> 519 bytes .../gtk-3.0/assets/radio-mixed.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed@2.png | Bin 0 -> 546 bytes .../gtk-3.0/assets/radio-unchecked-dark.png | Bin 0 -> 426 bytes .../gtk-3.0/assets/radio-unchecked-dark@2.png | Bin 0 -> 742 bytes .../radio-unchecked-insensitive-dark.png | Bin 0 -> 410 bytes .../radio-unchecked-insensitive-dark@2.png | Bin 0 -> 673 bytes .../radio-unchecked-insensitive-selected.png | Bin 0 -> 333 bytes ...radio-unchecked-insensitive-selected@2.png | Bin 0 -> 575 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 395 bytes .../assets/radio-unchecked-insensitive@2.png | Bin 0 -> 657 bytes .../assets/radio-unchecked-selected.png | Bin 0 -> 356 bytes .../assets/radio-unchecked-selected@2.png | Bin 0 -> 708 bytes .../gtk-3.0/assets/radio-unchecked.png | Bin 0 -> 410 bytes .../gtk-3.0/assets/radio-unchecked@2.png | Bin 0 -> 716 bytes .../gtk-3.0/assets/switch-active-dark.png | Bin 0 -> 820 bytes .../gtk-3.0/assets/switch-active-dark@2.png | Bin 0 -> 1456 bytes .../assets/switch-active-header-dark.png | Bin 0 -> 826 bytes .../assets/switch-active-header-dark@2.png | Bin 0 -> 1467 bytes .../gtk-3.0/assets/switch-active-header.png | Bin 0 -> 800 bytes .../gtk-3.0/assets/switch-active-header@2.png | Bin 0 -> 1451 bytes .../assets/switch-active-insensitive-dark.png | Bin 0 -> 816 bytes .../switch-active-insensitive-dark@2.png | Bin 0 -> 1456 bytes .../switch-active-insensitive-header-dark.png | Bin 0 -> 814 bytes ...witch-active-insensitive-header-dark@2.png | Bin 0 -> 1423 bytes .../switch-active-insensitive-header.png | Bin 0 -> 786 bytes .../switch-active-insensitive-header@2.png | Bin 0 -> 1412 bytes .../switch-active-insensitive-selected.png | Bin 0 -> 768 bytes .../switch-active-insensitive-selected@2.png | Bin 0 -> 1317 bytes .../assets/switch-active-insensitive.png | Bin 0 -> 786 bytes .../assets/switch-active-insensitive@2.png | Bin 0 -> 1412 bytes .../gtk-3.0/assets/switch-active-selected.png | Bin 0 -> 799 bytes .../assets/switch-active-selected@2.png | Bin 0 -> 1451 bytes .../gtk-3.0/assets/switch-active.png | Bin 0 -> 800 bytes .../gtk-3.0/assets/switch-active@2.png | Bin 0 -> 1451 bytes .../gtk-3.0/assets/switch-dark.png | Bin 0 -> 728 bytes .../gtk-3.0/assets/switch-dark@2.png | Bin 0 -> 1266 bytes .../gtk-3.0/assets/switch-header-dark.png | Bin 0 -> 742 bytes .../gtk-3.0/assets/switch-header-dark@2.png | Bin 0 -> 1291 bytes .../gtk-3.0/assets/switch-header.png | Bin 0 -> 781 bytes .../gtk-3.0/assets/switch-header@2.png | Bin 0 -> 1343 bytes .../assets/switch-insensitive-dark.png | Bin 0 -> 667 bytes .../assets/switch-insensitive-dark@2.png | Bin 0 -> 1159 bytes .../assets/switch-insensitive-header-dark.png | Bin 0 -> 662 bytes .../switch-insensitive-header-dark@2.png | Bin 0 -> 1147 bytes .../assets/switch-insensitive-header.png | Bin 0 -> 687 bytes .../assets/switch-insensitive-header@2.png | Bin 0 -> 1177 bytes .../assets/switch-insensitive-selected.png | Bin 0 -> 644 bytes .../assets/switch-insensitive-selected@2.png | Bin 0 -> 1081 bytes .../gtk-3.0/assets/switch-insensitive.png | Bin 0 -> 687 bytes .../gtk-3.0/assets/switch-insensitive@2.png | Bin 0 -> 1170 bytes .../gtk-3.0/assets/switch-selected.png | Bin 0 -> 717 bytes .../gtk-3.0/assets/switch-selected@2.png | Bin 0 -> 1216 bytes .../gtk-3.0/assets/switch.png | Bin 0 -> 729 bytes .../gtk-3.0/assets/switch@2.png | Bin 0 -> 1264 bytes .../assets/titlebutton-close-active-dark.png | Bin 0 -> 446 bytes .../titlebutton-close-active-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-active.png | Bin 0 -> 439 bytes .../assets/titlebutton-close-active@2.png | Bin 0 -> 779 bytes .../titlebutton-close-backdrop-dark.png | Bin 0 -> 421 bytes .../titlebutton-close-backdrop-dark@2.png | Bin 0 -> 708 bytes .../assets/titlebutton-close-backdrop.png | Bin 0 -> 438 bytes .../assets/titlebutton-close-backdrop@2.png | Bin 0 -> 748 bytes .../gtk-3.0/assets/titlebutton-close-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-hover-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover.png | Bin 0 -> 467 bytes .../assets/titlebutton-close-hover@2.png | Bin 0 -> 814 bytes .../gtk-3.0/assets/titlebutton-close.png | Bin 0 -> 467 bytes .../gtk-3.0/assets/titlebutton-close@2.png | Bin 0 -> 814 bytes .../assets/titlebutton-max-active-dark.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active-dark@2.png | Bin 0 -> 652 bytes .../gtk-3.0/assets/titlebutton-max-active.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active@2.png | Bin 0 -> 652 bytes .../assets/titlebutton-max-backdrop-dark.png | Bin 0 -> 241 bytes .../titlebutton-max-backdrop-dark@2.png | Bin 0 -> 280 bytes .../assets/titlebutton-max-backdrop.png | Bin 0 -> 241 bytes .../assets/titlebutton-max-backdrop@2.png | Bin 0 -> 289 bytes .../gtk-3.0/assets/titlebutton-max-dark.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max-dark@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-max-hover-dark.png | Bin 0 -> 413 bytes .../assets/titlebutton-max-hover-dark@2.png | Bin 0 -> 807 bytes .../gtk-3.0/assets/titlebutton-max-hover.png | Bin 0 -> 422 bytes .../assets/titlebutton-max-hover@2.png | Bin 0 -> 801 bytes .../gtk-3.0/assets/titlebutton-max.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-min-active-dark.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active-dark@2.png | Bin 0 -> 571 bytes .../gtk-3.0/assets/titlebutton-min-active.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active@2.png | Bin 0 -> 571 bytes .../assets/titlebutton-min-backdrop-dark.png | Bin 0 -> 168 bytes .../titlebutton-min-backdrop-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-backdrop.png | Bin 0 -> 167 bytes .../assets/titlebutton-min-backdrop@2.png | Bin 0 -> 180 bytes .../gtk-3.0/assets/titlebutton-min-dark.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-hover-dark.png | Bin 0 -> 363 bytes .../assets/titlebutton-min-hover-dark@2.png | Bin 0 -> 701 bytes .../gtk-3.0/assets/titlebutton-min-hover.png | Bin 0 -> 368 bytes .../assets/titlebutton-min-hover@2.png | Bin 0 -> 694 bytes .../gtk-3.0/assets/titlebutton-min.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min@2.png | Bin 0 -> 180 bytes .../gtk-3.0/gtk-dark.css | 3783 +++++++++++++++++ themes/Mint-Y-Darker-Havelock/gtk-3.0/gtk.css | 3777 ++++++++++++++++ .../gtk-3.0/thumbnail.png | Bin 0 -> 1529 bytes themes/Mint-Y-Darker-Havelock/index.theme | 12 + .../xfce-notify-4.0/gtkrc | 72 + .../xfwm4/bottom-active.xpm | 8 + .../xfwm4/bottom-inactive.xpm | 1 + .../xfwm4/bottom-left-active.xpm | 8 + .../xfwm4/bottom-left-inactive.xpm | 1 + .../xfwm4/bottom-right-active.xpm | 8 + .../xfwm4/bottom-right-inactive.xpm | 1 + .../xfwm4/close-active.xpm | 66 + .../xfwm4/close-inactive.xpm | 47 + .../xfwm4/close-prelight.xpm | 68 + .../xfwm4/close-pressed.xpm | 69 + .../xfwm4/hide-active.xpm | 33 + .../xfwm4/hide-inactive.xpm | 33 + .../xfwm4/hide-prelight.xpm | 40 + .../xfwm4/hide-pressed.xpm | 44 + .../xfwm4/left-active.xpm | 6 + .../xfwm4/left-inactive.xpm | 1 + .../xfwm4/maximize-active.xpm | 38 + .../xfwm4/maximize-inactive.xpm | 38 + .../xfwm4/maximize-prelight.xpm | 45 + .../xfwm4/maximize-pressed.xpm | 49 + .../xfwm4/menu-active.xpm | 40 + .../xfwm4/menu-inactive.xpm | 40 + .../xfwm4/menu-prelight.xpm | 49 + .../xfwm4/menu-pressed.xpm | 51 + .../xfwm4/right-active.xpm | 6 + .../xfwm4/right-inactive.xpm | 1 + .../xfwm4/shade-active.xpm | 42 + .../xfwm4/shade-inactive.xpm | 44 + .../xfwm4/shade-prelight.xpm | 51 + .../xfwm4/shade-toggled-active.xpm | 42 + .../xfwm4/shade-toggled-inactive.xpm | 40 + .../xfwm4/shade-toggled-prelight.xpm | 50 + .../xfwm4/stick-active.xpm | 44 + .../xfwm4/stick-inactive.xpm | 44 + .../xfwm4/stick-prelight.xpm | 45 + .../xfwm4/stick-toggled-active.xpm | 49 + .../xfwm4/stick-toggled-inactive.xpm | 46 + .../xfwm4/stick-toggled-prelight.xpm | 49 + themes/Mint-Y-Darker-Havelock/xfwm4/themerc | 25 + .../xfwm4/title-1-active.xpm | 30 + .../xfwm4/title-1-inactive.xpm | 1 + .../xfwm4/title-2-active.xpm | 30 + .../xfwm4/title-2-inactive.xpm | 1 + .../xfwm4/title-3-active.xpm | 30 + .../xfwm4/title-3-inactive.xpm | 1 + .../xfwm4/title-4-active.xpm | 30 + .../xfwm4/title-4-inactive.xpm | 1 + .../xfwm4/title-5-active.xpm | 30 + .../xfwm4/title-5-inactive.xpm | 1 + .../xfwm4/top-left-active.xpm | 30 + .../xfwm4/top-left-inactive.xpm | 1 + .../xfwm4/top-right-active.xpm | 30 + .../xfwm4/top-right-inactive.xpm | 1 + themes/Mint-Y-Havelock/cinnamon/cinnamon.css | 1368 ++++++ .../common-assets/menu/menu-separator.svg | 60 + .../misc/add-workspace-active.svg | 117 + .../misc/add-workspace-hover.svg | 117 + .../common-assets/misc/add-workspace.svg | 117 + .../cinnamon/common-assets/misc/bg.svg | 127 + .../misc/calendar-arrow-left-hover.svg | 152 + .../misc/calendar-arrow-left.svg | 152 + .../misc/calendar-arrow-right-hover.svg | 152 + .../misc/calendar-arrow-right.svg | 152 + .../common-assets/misc/close-active.svg | 100 + .../common-assets/misc/close-hover.svg | 100 + .../cinnamon/common-assets/misc/close.svg | 100 + .../common-assets/misc/corner-ripple.svg | 122 + .../common-assets/misc/desklet-header.svg | 158 + .../cinnamon/common-assets/misc/desklet.svg | 152 + .../cinnamon/common-assets/misc/osd.svg | 127 + .../common-assets/misc/overview-hover.png | Bin 0 -> 838 bytes .../cinnamon/common-assets/misc/overview.png | Bin 0 -> 680 bytes .../common-assets/misc/trash-icon.svg | 97 + .../common-assets/panel/activities-active.svg | 158 + .../common-assets/panel/activities.svg | 158 + .../common-assets/panel/panel-bottom.svg | 84 + .../common-assets/panel/panel-top.svg | 80 + .../panel/window-list-active-bottom.svg | 142 + .../panel/window-list-active-top.svg | 142 + .../checkbox/checkbox-checked-focused.svg | 223 + .../checkbox/checkbox-checked.svg | 223 + .../checkbox/checkbox-unchecked-focused.svg | 141 + .../checkbox/checkbox-unchecked.svg | 141 + .../cinnamon/light-assets/menu/menu-hover.svg | 97 + .../cinnamon/light-assets/menu/menu.svg | 127 + .../cinnamon/light-assets/menu/submenu.svg | 117 + .../cinnamon/light-assets/misc/button-box.svg | 92 + .../cinnamon/light-assets/misc/message.svg | 81 + .../cinnamon/light-assets/misc/modal.svg | 143 + .../light-assets/switch/switch-off.svg | 201 + .../light-assets/switch/switch-on.svg | 220 + themes/Mint-Y-Havelock/cinnamon/thumbnail.png | Bin 0 -> 31164 bytes themes/Mint-Y-Havelock/gtk-2.0/apps.rc | 45 + .../gtk-2.0/assets/arrow-down-insens.png | Bin 0 -> 218 bytes .../gtk-2.0/assets/arrow-down-prelight.png | Bin 0 -> 219 bytes .../assets/arrow-down-small-insens.png | Bin 0 -> 201 bytes .../assets/arrow-down-small-prelight.png | Bin 0 -> 203 bytes .../gtk-2.0/assets/arrow-down-small.png | Bin 0 -> 280 bytes .../gtk-2.0/assets/arrow-down.png | Bin 0 -> 308 bytes .../gtk-2.0/assets/arrow-left-insens.png | Bin 0 -> 217 bytes .../gtk-2.0/assets/arrow-left-prelight.png | Bin 0 -> 221 bytes .../gtk-2.0/assets/arrow-left.png | Bin 0 -> 316 bytes .../gtk-2.0/assets/arrow-right-insens.png | Bin 0 -> 213 bytes .../gtk-2.0/assets/arrow-right-prelight.png | Bin 0 -> 214 bytes .../gtk-2.0/assets/arrow-right.png | Bin 0 -> 316 bytes .../gtk-2.0/assets/arrow-up-insens.png | Bin 0 -> 216 bytes .../gtk-2.0/assets/arrow-up-prelight.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/arrow-up-small-insens.png | Bin 0 -> 203 bytes .../assets/arrow-up-small-prelight.png | Bin 0 -> 207 bytes .../gtk-2.0/assets/arrow-up-small.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/arrow-up.png | Bin 0 -> 314 bytes .../gtk-2.0/assets/button-active.png | Bin 0 -> 266 bytes .../gtk-2.0/assets/button-hover.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/button-insensitive.png | Bin 0 -> 257 bytes .../Mint-Y-Havelock/gtk-2.0/assets/button.png | Bin 0 -> 252 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 356 bytes .../gtk-2.0/assets/checkbox-checked.png | Bin 0 -> 357 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/checkbox-unchecked.png | Bin 0 -> 262 bytes .../assets/combo-entry-button-active-rtl.png | Bin 0 -> 237 bytes .../assets/combo-entry-button-active.png | Bin 0 -> 232 bytes .../combo-entry-button-insensitive-rtl.png | Bin 0 -> 239 bytes .../assets/combo-entry-button-insensitive.png | Bin 0 -> 235 bytes .../gtk-2.0/assets/combo-entry-button-rtl.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/combo-entry-button.png | Bin 0 -> 231 bytes .../assets/combo-entry-focus-notebook-rtl.png | Bin 0 -> 262 bytes .../assets/combo-entry-focus-notebook.png | Bin 0 -> 254 bytes .../gtk-2.0/assets/combo-entry-focus-rtl.png | Bin 0 -> 262 bytes .../gtk-2.0/assets/combo-entry-focus.png | Bin 0 -> 270 bytes .../combo-entry-insensitive-notebook-rtl.png | Bin 0 -> 208 bytes .../combo-entry-insensitive-notebook.png | Bin 0 -> 206 bytes .../assets/combo-entry-insensitive-rtl.png | Bin 0 -> 214 bytes .../assets/combo-entry-insensitive.png | Bin 0 -> 213 bytes .../assets/combo-entry-notebook-rtl.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/combo-entry-notebook.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/combo-entry-rtl.png | Bin 0 -> 254 bytes .../gtk-2.0/assets/combo-entry.png | Bin 0 -> 243 bytes .../assets/down-background-disable-rtl.png | Bin 0 -> 201 bytes .../assets/down-background-disable.png | Bin 0 -> 201 bytes .../gtk-2.0/assets/down-background-rtl.png | Bin 0 -> 197 bytes .../gtk-2.0/assets/down-background.png | Bin 0 -> 191 bytes .../assets/entry-border-active-bg-solid.png | Bin 0 -> 271 bytes .../gtk-2.0/assets/entry-border-active-bg.png | Bin 0 -> 304 bytes .../gtk-2.0/assets/entry-border-bg-solid.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/entry-border-bg.png | Bin 0 -> 270 bytes .../assets/entry-border-disabled-bg.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/entry-border-fill.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/focus-line.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/frame-gap-end.png | Bin 0 -> 142 bytes .../gtk-2.0/assets/frame-gap-start.png | Bin 0 -> 142 bytes .../Mint-Y-Havelock/gtk-2.0/assets/frame.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/handle-h.png | Bin 0 -> 160 bytes .../gtk-2.0/assets/handle-v.png | Bin 0 -> 157 bytes .../gtk-2.0/assets/inline-toolbar.png | Bin 0 -> 165 bytes .../Mint-Y-Havelock/gtk-2.0/assets/line-h.png | Bin 0 -> 152 bytes .../Mint-Y-Havelock/gtk-2.0/assets/line-v.png | Bin 0 -> 152 bytes .../gtk-2.0/assets/menu-arrow-prelight.png | Bin 0 -> 265 bytes .../gtk-2.0/assets/menu-arrow.png | Bin 0 -> 265 bytes .../menu-checkbox-checked-insensitive.png | Bin 0 -> 360 bytes .../gtk-2.0/assets/menu-checkbox-checked.png | Bin 0 -> 324 bytes .../menu-checkbox-unchecked-insensitive.png | Bin 0 -> 234 bytes .../assets/menu-checkbox-unchecked.png | Bin 0 -> 226 bytes .../assets/menu-radio-checked-insensitive.png | Bin 0 -> 364 bytes .../gtk-2.0/assets/menu-radio-checked.png | Bin 0 -> 391 bytes .../menu-radio-unchecked-insensitive.png | Bin 0 -> 420 bytes .../gtk-2.0/assets/menu-radio-unchecked.png | Bin 0 -> 309 bytes .../gtk-2.0/assets/menubar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/menubar_button.png | Bin 0 -> 156 bytes .../gtk-2.0/assets/menuitem.png | Bin 0 -> 176 bytes .../Mint-Y-Havelock/gtk-2.0/assets/minus.png | Bin 0 -> 261 bytes .../notebook-entry-border-active-bg.png | Bin 0 -> 292 bytes .../assets/notebook-entry-border-bg.png | Bin 0 -> 258 bytes .../notebook-entry-border-disabled-bg.png | Bin 0 -> 222 bytes .../gtk-2.0/assets/notebook-gap-horiz.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/notebook-gap-vert.png | Bin 0 -> 155 bytes .../gtk-2.0/assets/notebook.png | Bin 0 -> 165 bytes .../Mint-Y-Havelock/gtk-2.0/assets/null.png | Bin 0 -> 148 bytes .../Mint-Y-Havelock/gtk-2.0/assets/plus.png | Bin 0 -> 249 bytes .../gtk-2.0/assets/progressbar.png | Bin 0 -> 267 bytes .../gtk-2.0/assets/progressbar_v.png | Bin 0 -> 264 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 388 bytes .../gtk-2.0/assets/radio-checked.png | Bin 0 -> 371 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 386 bytes .../gtk-2.0/assets/radio-unchecked.png | Bin 0 -> 404 bytes .../gtk-2.0/assets/slider-horiz-active.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-insens.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-prelight.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-insensitive.png | Bin 0 -> 408 bytes .../gtk-2.0/assets/slider-prelight.png | Bin 0 -> 400 bytes .../gtk-2.0/assets/slider-vert-active.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-insens.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-prelight.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert.png | Bin 0 -> 248 bytes .../Mint-Y-Havelock/gtk-2.0/assets/slider.png | Bin 0 -> 403 bytes .../gtk-2.0/assets/tab-bottom-active.png | Bin 0 -> 166 bytes .../gtk-2.0/assets/tab-left-active.png | Bin 0 -> 167 bytes .../gtk-2.0/assets/tab-right-active.png | Bin 0 -> 168 bytes .../gtk-2.0/assets/tab-top-active.png | Bin 0 -> 166 bytes .../assets/toolbar-entry-border-active-bg.png | Bin 0 -> 304 bytes .../assets/toolbar-entry-border-bg.png | Bin 0 -> 267 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/tree_header.png | Bin 0 -> 164 bytes .../assets/trough-horizontal-active.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-horizontal.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-progressbar.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/trough-progressbar_v.png | Bin 0 -> 276 bytes .../gtk-2.0/assets/trough-scrollbar-horiz.png | Bin 0 -> 164 bytes .../gtk-2.0/assets/trough-scrollbar-vert.png | Bin 0 -> 162 bytes .../gtk-2.0/assets/trough-vertical-active.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/trough-vertical.png | Bin 0 -> 257 bytes .../assets/up-background-disable-rtl.png | Bin 0 -> 206 bytes .../gtk-2.0/assets/up-background-disable.png | Bin 0 -> 212 bytes .../gtk-2.0/assets/up-background-rtl.png | Bin 0 -> 206 bytes .../gtk-2.0/assets/up-background.png | Bin 0 -> 212 bytes themes/Mint-Y-Havelock/gtk-2.0/gtkrc | 10 + themes/Mint-Y-Havelock/gtk-2.0/main.rc | 2441 +++++++++++ .../gtk-2.0/menubar-toolbar/button-active.png | Bin 0 -> 293 bytes .../gtk-2.0/menubar-toolbar/button-hover.png | Bin 0 -> 310 bytes .../menubar-toolbar/button-insensitive.png | Bin 0 -> 289 bytes .../gtk-2.0/menubar-toolbar/button.png | Bin 0 -> 306 bytes .../gtk-2.0/menubar-toolbar/menubar-dark.png | Bin 0 -> 181 bytes .../menubar-toolbar/menubar-toolbar-dark.rc | 222 + .../menubar-toolbar/menubar-toolbar.rc | 166 + .../gtk-2.0/menubar-toolbar/menubar.png | Bin 0 -> 165 bytes .../menubar-toolbar/menubar_button-dark.png | Bin 0 -> 164 bytes .../menubar-toolbar/menubar_button.png | Bin 0 -> 164 bytes .../toolbar-entry-border-active-bg-dark.png | Bin 0 -> 413 bytes .../toolbar-entry-border-active-bg.png | Bin 0 -> 406 bytes .../toolbar-entry-border-bg-dark.png | Bin 0 -> 322 bytes .../toolbar-entry-border-bg.png | Bin 0 -> 335 bytes .../toolbar-entry-border-disabled-bg-dark.png | Bin 0 -> 276 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 310 bytes themes/Mint-Y-Havelock/gtk-2.0/panel.rc | 153 + .../gtk-3.0/assets/checkbox-checked-dark.png | Bin 0 -> 354 bytes .../assets/checkbox-checked-dark@2.png | Bin 0 -> 483 bytes .../checkbox-checked-insensitive-dark.png | Bin 0 -> 373 bytes .../checkbox-checked-insensitive-dark@2.png | Bin 0 -> 505 bytes .../checkbox-checked-insensitive-selected.png | Bin 0 -> 380 bytes ...heckbox-checked-insensitive-selected@2.png | Bin 0 -> 492 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 379 bytes .../assets/checkbox-checked-insensitive@2.png | Bin 0 -> 503 bytes .../assets/checkbox-checked-selected.png | Bin 0 -> 362 bytes .../assets/checkbox-checked-selected@2.png | Bin 0 -> 483 bytes .../checkbox-checked-selectionmode-dark.png | Bin 0 -> 474 bytes .../checkbox-checked-selectionmode-dark@2.png | Bin 0 -> 670 bytes .../assets/checkbox-checked-selectionmode.png | Bin 0 -> 467 bytes .../checkbox-checked-selectionmode@2.png | Bin 0 -> 659 bytes .../gtk-3.0/assets/checkbox-checked.png | Bin 0 -> 357 bytes .../gtk-3.0/assets/checkbox-checked@2.png | Bin 0 -> 483 bytes .../gtk-3.0/assets/checkbox-mixed-dark.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed-dark@2.png | Bin 0 -> 294 bytes .../checkbox-mixed-insensitive-dark.png | Bin 0 -> 237 bytes .../checkbox-mixed-insensitive-dark@2.png | Bin 0 -> 296 bytes .../checkbox-mixed-insensitive-selected.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-selected@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-insensitive.png | Bin 0 -> 237 bytes .../assets/checkbox-mixed-insensitive@2.png | Bin 0 -> 296 bytes .../assets/checkbox-mixed-selected.png | Bin 0 -> 235 bytes .../assets/checkbox-mixed-selected@2.png | Bin 0 -> 294 bytes .../gtk-3.0/assets/checkbox-mixed.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed@2.png | Bin 0 -> 294 bytes .../assets/checkbox-selectionmode-dark.png | Bin 0 -> 477 bytes .../assets/checkbox-selectionmode-dark@2.png | Bin 0 -> 675 bytes .../gtk-3.0/assets/checkbox-selectionmode.png | Bin 0 -> 407 bytes .../assets/checkbox-selectionmode@2.png | Bin 0 -> 615 bytes .../assets/checkbox-unchecked-dark.png | Bin 0 -> 264 bytes .../assets/checkbox-unchecked-dark@2.png | Bin 0 -> 345 bytes .../checkbox-unchecked-insensitive-dark.png | Bin 0 -> 262 bytes .../checkbox-unchecked-insensitive-dark@2.png | Bin 0 -> 330 bytes ...heckbox-unchecked-insensitive-selected.png | Bin 0 -> 244 bytes ...ckbox-unchecked-insensitive-selected@2.png | Bin 0 -> 312 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 258 bytes .../checkbox-unchecked-insensitive@2.png | Bin 0 -> 336 bytes .../assets/checkbox-unchecked-selected.png | Bin 0 -> 252 bytes .../assets/checkbox-unchecked-selected@2.png | Bin 0 -> 337 bytes .../gtk-3.0/assets/checkbox-unchecked.png | Bin 0 -> 260 bytes .../gtk-3.0/assets/checkbox-unchecked@2.png | Bin 0 -> 351 bytes .../assets/pane-separator-vertical.png | Bin 0 -> 172 bytes .../assets/pane-separator-vertical@2.png | Bin 0 -> 194 bytes .../gtk-3.0/assets/pane-separator.png | Bin 0 -> 176 bytes .../gtk-3.0/assets/pane-separator@2.png | Bin 0 -> 201 bytes .../gtk-3.0/assets/radio-checked-dark.png | Bin 0 -> 375 bytes .../gtk-3.0/assets/radio-checked-dark@2.png | Bin 0 -> 638 bytes .../assets/radio-checked-insensitive-dark.png | Bin 0 -> 363 bytes .../radio-checked-insensitive-dark@2.png | Bin 0 -> 607 bytes .../radio-checked-insensitive-selected.png | Bin 0 -> 351 bytes .../radio-checked-insensitive-selected@2.png | Bin 0 -> 560 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 369 bytes .../assets/radio-checked-insensitive@2.png | Bin 0 -> 604 bytes .../gtk-3.0/assets/radio-checked-selected.png | Bin 0 -> 366 bytes .../assets/radio-checked-selected@2.png | Bin 0 -> 634 bytes .../gtk-3.0/assets/radio-checked.png | Bin 0 -> 371 bytes .../gtk-3.0/assets/radio-checked@2.png | Bin 0 -> 634 bytes .../gtk-3.0/assets/radio-mixed-dark.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed-dark@2.png | Bin 0 -> 546 bytes .../assets/radio-mixed-insensitive-dark.png | Bin 0 -> 339 bytes .../assets/radio-mixed-insensitive-dark@2.png | Bin 0 -> 521 bytes .../radio-mixed-insensitive-selected.png | Bin 0 -> 319 bytes .../radio-mixed-insensitive-selected@2.png | Bin 0 -> 481 bytes .../assets/radio-mixed-insensitive.png | Bin 0 -> 339 bytes .../assets/radio-mixed-insensitive@2.png | Bin 0 -> 521 bytes .../gtk-3.0/assets/radio-mixed-selected.png | Bin 0 -> 310 bytes .../gtk-3.0/assets/radio-mixed-selected@2.png | Bin 0 -> 519 bytes .../gtk-3.0/assets/radio-mixed.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed@2.png | Bin 0 -> 546 bytes .../gtk-3.0/assets/radio-unchecked-dark.png | Bin 0 -> 426 bytes .../gtk-3.0/assets/radio-unchecked-dark@2.png | Bin 0 -> 742 bytes .../radio-unchecked-insensitive-dark.png | Bin 0 -> 410 bytes .../radio-unchecked-insensitive-dark@2.png | Bin 0 -> 673 bytes .../radio-unchecked-insensitive-selected.png | Bin 0 -> 333 bytes ...radio-unchecked-insensitive-selected@2.png | Bin 0 -> 575 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 395 bytes .../assets/radio-unchecked-insensitive@2.png | Bin 0 -> 657 bytes .../assets/radio-unchecked-selected.png | Bin 0 -> 356 bytes .../assets/radio-unchecked-selected@2.png | Bin 0 -> 708 bytes .../gtk-3.0/assets/radio-unchecked.png | Bin 0 -> 410 bytes .../gtk-3.0/assets/radio-unchecked@2.png | Bin 0 -> 716 bytes .../gtk-3.0/assets/switch-active-dark.png | Bin 0 -> 820 bytes .../gtk-3.0/assets/switch-active-dark@2.png | Bin 0 -> 1456 bytes .../assets/switch-active-header-dark.png | Bin 0 -> 826 bytes .../assets/switch-active-header-dark@2.png | Bin 0 -> 1467 bytes .../gtk-3.0/assets/switch-active-header.png | Bin 0 -> 800 bytes .../gtk-3.0/assets/switch-active-header@2.png | Bin 0 -> 1451 bytes .../assets/switch-active-insensitive-dark.png | Bin 0 -> 816 bytes .../switch-active-insensitive-dark@2.png | Bin 0 -> 1456 bytes .../switch-active-insensitive-header-dark.png | Bin 0 -> 814 bytes ...witch-active-insensitive-header-dark@2.png | Bin 0 -> 1423 bytes .../switch-active-insensitive-header.png | Bin 0 -> 786 bytes .../switch-active-insensitive-header@2.png | Bin 0 -> 1412 bytes .../switch-active-insensitive-selected.png | Bin 0 -> 768 bytes .../switch-active-insensitive-selected@2.png | Bin 0 -> 1317 bytes .../assets/switch-active-insensitive.png | Bin 0 -> 786 bytes .../assets/switch-active-insensitive@2.png | Bin 0 -> 1412 bytes .../gtk-3.0/assets/switch-active-selected.png | Bin 0 -> 799 bytes .../assets/switch-active-selected@2.png | Bin 0 -> 1451 bytes .../gtk-3.0/assets/switch-active.png | Bin 0 -> 800 bytes .../gtk-3.0/assets/switch-active@2.png | Bin 0 -> 1451 bytes .../gtk-3.0/assets/switch-dark.png | Bin 0 -> 728 bytes .../gtk-3.0/assets/switch-dark@2.png | Bin 0 -> 1266 bytes .../gtk-3.0/assets/switch-header-dark.png | Bin 0 -> 742 bytes .../gtk-3.0/assets/switch-header-dark@2.png | Bin 0 -> 1291 bytes .../gtk-3.0/assets/switch-header.png | Bin 0 -> 781 bytes .../gtk-3.0/assets/switch-header@2.png | Bin 0 -> 1343 bytes .../assets/switch-insensitive-dark.png | Bin 0 -> 667 bytes .../assets/switch-insensitive-dark@2.png | Bin 0 -> 1159 bytes .../assets/switch-insensitive-header-dark.png | Bin 0 -> 662 bytes .../switch-insensitive-header-dark@2.png | Bin 0 -> 1147 bytes .../assets/switch-insensitive-header.png | Bin 0 -> 687 bytes .../assets/switch-insensitive-header@2.png | Bin 0 -> 1177 bytes .../assets/switch-insensitive-selected.png | Bin 0 -> 644 bytes .../assets/switch-insensitive-selected@2.png | Bin 0 -> 1081 bytes .../gtk-3.0/assets/switch-insensitive.png | Bin 0 -> 687 bytes .../gtk-3.0/assets/switch-insensitive@2.png | Bin 0 -> 1170 bytes .../gtk-3.0/assets/switch-selected.png | Bin 0 -> 717 bytes .../gtk-3.0/assets/switch-selected@2.png | Bin 0 -> 1216 bytes .../Mint-Y-Havelock/gtk-3.0/assets/switch.png | Bin 0 -> 729 bytes .../gtk-3.0/assets/switch@2.png | Bin 0 -> 1264 bytes .../assets/titlebutton-close-active-dark.png | Bin 0 -> 446 bytes .../titlebutton-close-active-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-active.png | Bin 0 -> 439 bytes .../assets/titlebutton-close-active@2.png | Bin 0 -> 779 bytes .../titlebutton-close-backdrop-dark.png | Bin 0 -> 421 bytes .../titlebutton-close-backdrop-dark@2.png | Bin 0 -> 708 bytes .../assets/titlebutton-close-backdrop.png | Bin 0 -> 438 bytes .../assets/titlebutton-close-backdrop@2.png | Bin 0 -> 748 bytes .../gtk-3.0/assets/titlebutton-close-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-hover-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover.png | Bin 0 -> 467 bytes .../assets/titlebutton-close-hover@2.png | Bin 0 -> 814 bytes .../gtk-3.0/assets/titlebutton-close.png | Bin 0 -> 467 bytes .../gtk-3.0/assets/titlebutton-close@2.png | Bin 0 -> 814 bytes .../assets/titlebutton-max-active-dark.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active-dark@2.png | Bin 0 -> 652 bytes .../gtk-3.0/assets/titlebutton-max-active.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active@2.png | Bin 0 -> 652 bytes .../assets/titlebutton-max-backdrop-dark.png | Bin 0 -> 241 bytes .../titlebutton-max-backdrop-dark@2.png | Bin 0 -> 280 bytes .../assets/titlebutton-max-backdrop.png | Bin 0 -> 241 bytes .../assets/titlebutton-max-backdrop@2.png | Bin 0 -> 289 bytes .../gtk-3.0/assets/titlebutton-max-dark.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max-dark@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-max-hover-dark.png | Bin 0 -> 413 bytes .../assets/titlebutton-max-hover-dark@2.png | Bin 0 -> 807 bytes .../gtk-3.0/assets/titlebutton-max-hover.png | Bin 0 -> 422 bytes .../assets/titlebutton-max-hover@2.png | Bin 0 -> 801 bytes .../gtk-3.0/assets/titlebutton-max.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-min-active-dark.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active-dark@2.png | Bin 0 -> 571 bytes .../gtk-3.0/assets/titlebutton-min-active.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active@2.png | Bin 0 -> 571 bytes .../assets/titlebutton-min-backdrop-dark.png | Bin 0 -> 168 bytes .../titlebutton-min-backdrop-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-backdrop.png | Bin 0 -> 167 bytes .../assets/titlebutton-min-backdrop@2.png | Bin 0 -> 180 bytes .../gtk-3.0/assets/titlebutton-min-dark.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-hover-dark.png | Bin 0 -> 363 bytes .../assets/titlebutton-min-hover-dark@2.png | Bin 0 -> 701 bytes .../gtk-3.0/assets/titlebutton-min-hover.png | Bin 0 -> 368 bytes .../assets/titlebutton-min-hover@2.png | Bin 0 -> 694 bytes .../gtk-3.0/assets/titlebutton-min.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min@2.png | Bin 0 -> 180 bytes themes/Mint-Y-Havelock/gtk-3.0/gtk.css | 3781 ++++++++++++++++ themes/Mint-Y-Havelock/gtk-3.0/thumbnail.png | Bin 0 -> 1529 bytes themes/Mint-Y-Havelock/index.theme | 12 + .../Mint-Y-Havelock/metacity-1/button-bg.svg | 105 + .../metacity-1/button-border.svg | 107 + .../Mint-Y-Havelock/metacity-1/close-icon.svg | 104 + .../Mint-Y-Havelock/metacity-1/max-icon.svg | 75 + .../metacity-1/metacity-theme-2.xml | 767 ++++ .../metacity-1/metacity-theme-3.xml | 1040 +++++ .../Mint-Y-Havelock/metacity-1/min-icon.svg | 75 + .../Mint-Y-Havelock/metacity-1/thumbnail.png | Bin 0 -> 695 bytes themes/Mint-Y-Havelock/xfce-notify-4.0/gtkrc | 72 + .../Mint-Y-Havelock/xfwm4/bottom-active.xpm | 9 + .../Mint-Y-Havelock/xfwm4/bottom-inactive.xpm | 1 + .../xfwm4/bottom-left-active.xpm | 9 + .../xfwm4/bottom-left-inactive.xpm | 1 + .../xfwm4/bottom-right-active.xpm | 9 + .../xfwm4/bottom-right-inactive.xpm | 1 + themes/Mint-Y-Havelock/xfwm4/close-active.xpm | 60 + .../Mint-Y-Havelock/xfwm4/close-inactive.xpm | 40 + .../Mint-Y-Havelock/xfwm4/close-prelight.xpm | 58 + .../Mint-Y-Havelock/xfwm4/close-pressed.xpm | 62 + themes/Mint-Y-Havelock/xfwm4/hide-active.xpm | 33 + .../Mint-Y-Havelock/xfwm4/hide-inactive.xpm | 33 + .../Mint-Y-Havelock/xfwm4/hide-prelight.xpm | 42 + themes/Mint-Y-Havelock/xfwm4/hide-pressed.xpm | 39 + themes/Mint-Y-Havelock/xfwm4/left-active.xpm | 7 + .../Mint-Y-Havelock/xfwm4/left-inactive.xpm | 1 + .../Mint-Y-Havelock/xfwm4/maximize-active.xpm | 37 + .../xfwm4/maximize-inactive.xpm | 37 + .../xfwm4/maximize-prelight.xpm | 47 + .../xfwm4/maximize-pressed.xpm | 43 + themes/Mint-Y-Havelock/xfwm4/menu-active.xpm | 41 + .../Mint-Y-Havelock/xfwm4/menu-inactive.xpm | 40 + themes/Mint-Y-Havelock/xfwm4/menu-pressed.xpm | 48 + themes/Mint-Y-Havelock/xfwm4/right-active.xpm | 7 + .../Mint-Y-Havelock/xfwm4/right-inactive.xpm | 1 + themes/Mint-Y-Havelock/xfwm4/shade-active.xpm | 46 + .../Mint-Y-Havelock/xfwm4/shade-inactive.xpm | 42 + .../Mint-Y-Havelock/xfwm4/shade-prelight.xpm | 50 + .../xfwm4/shade-toggled-active.xpm | 44 + .../xfwm4/shade-toggled-inactive.xpm | 40 + .../xfwm4/shade-toggled-prelight.xpm | 50 + themes/Mint-Y-Havelock/xfwm4/stick-active.xpm | 45 + .../Mint-Y-Havelock/xfwm4/stick-inactive.xpm | 39 + .../Mint-Y-Havelock/xfwm4/stick-prelight.xpm | 41 + .../xfwm4/stick-toggled-active.xpm | 48 + .../xfwm4/stick-toggled-inactive.xpm | 41 + .../xfwm4/stick-toggled-prelight.xpm | 47 + themes/Mint-Y-Havelock/xfwm4/themerc | 25 + .../xfwm4/title-1-active-shaded.xpm | 30 + .../Mint-Y-Havelock/xfwm4/title-1-active.xpm | 30 + .../xfwm4/title-1-inactive.xpm | 1 + .../Mint-Y-Havelock/xfwm4/title-2-active.xpm | 30 + .../xfwm4/title-2-inactive.xpm | 1 + .../Mint-Y-Havelock/xfwm4/title-3-active.xpm | 30 + .../xfwm4/title-3-inactive.xpm | 1 + .../Mint-Y-Havelock/xfwm4/title-4-active.xpm | 30 + .../xfwm4/title-4-inactive.xpm | 1 + .../Mint-Y-Havelock/xfwm4/title-5-active.xpm | 30 + .../xfwm4/title-5-inactive.xpm | 1 + .../xfwm4/top-left-active-shaded.xpm | 32 + .../Mint-Y-Havelock/xfwm4/top-left-active.xpm | 34 + .../xfwm4/top-left-inactive.xpm | 1 + .../xfwm4/top-right-active-shaded.xpm | 32 + .../xfwm4/top-right-active.xpm | 32 + .../xfwm4/top-right-inactive.xpm | 1 + 1240 files changed, 48751 insertions(+) create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/cinnamon.css create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/menu/menu-separator.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/add-workspace-active.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/add-workspace-hover.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/add-workspace.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/bg.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/calendar-arrow-left.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/calendar-arrow-right.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/close-active.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/close-hover.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/close.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/corner-ripple.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/desklet-header.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/desklet.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/osd.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/overview-hover.png create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/overview.png create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/trash-icon.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/activities-active.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/activities.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/panel-bottom.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/panel-top.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/window-list-active-bottom.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/window-list-active-top.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/checkbox/checkbox-checked.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/menu/menu-hover.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/menu/menu.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/menu/submenu.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/misc/button-box.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/misc/message.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/misc/modal.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/switch/switch-off.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/switch/switch-on.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/menu/menu-separator.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/misc/add-workspace-active.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/misc/add-workspace-hover.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/misc/add-workspace.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/misc/bg.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/misc/calendar-arrow-left-hover.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/misc/calendar-arrow-left.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/misc/calendar-arrow-right-hover.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/misc/calendar-arrow-right.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/misc/close-active.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/misc/close-hover.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/misc/close.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/misc/corner-ripple-ltr.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/misc/corner-ripple-rtl.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/misc/desklet-header.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/misc/desklet.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/misc/osd.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/misc/overview-hover.png create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/misc/overview.png create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/misc/trash-icon.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/panel/activities-active.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/panel/activities.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/panel/panel-bottom.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/panel/panel-top.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/panel/window-list-active-bottom.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/panel/window-list-active-top.svg create mode 100644 themes/Mint-Y-Dark-Havelock/cinnamon/thumbnail.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/apps.rc create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-down-insens.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-down-prelight.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-down-small-insens.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-down-small-prelight.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-down-small.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-down.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-left-insens.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-left-prelight.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-left.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-right-insens.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-right-prelight.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-right.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-up-insens.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-up-prelight.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-up-small-insens.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-up-small-prelight.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-up-small.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-up.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/button-active.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/button-hover.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/button-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/button.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-button-active-rtl.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-button-active.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-button-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-button-rtl.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-button.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-focus-notebook.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-focus-rtl.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-focus.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-insensitive-notebook.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-insensitive-rtl.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-notebook-rtl.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-notebook.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-rtl.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/down-background-disable-rtl.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/down-background-disable.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/down-background-rtl.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/down-background.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/entry-border-active-bg-solid.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/entry-border-active-bg.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/entry-border-bg-solid.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/entry-border-bg.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/entry-border-fill.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/focus-line.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/frame-gap-end.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/frame-gap-start.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/frame.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/handle-h.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/handle-v.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/inline-toolbar.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/line-h.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/line-v.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-arrow-prelight.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-arrow.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-checkbox-checked.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-checkbox-unchecked.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-radio-checked.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-radio-unchecked.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menubar.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menubar_button.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menuitem.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/minus.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/notebook-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/notebook-entry-border-bg.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/notebook-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/notebook-gap-horiz.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/notebook-gap-vert.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/notebook.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/null.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/plus.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/progressbar.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/progressbar_v.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-horiz-active.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-horiz-insens.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-horiz-prelight.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-horiz.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-prelight.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-vert-active.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-vert-insens.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-vert-prelight.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-vert.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/tab-bottom-active.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/tab-left-active.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/tab-right-active.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/tab-top-active.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/toolbar.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/tree_header.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/trough-horizontal-active.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/trough-horizontal.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/trough-progressbar.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/trough-progressbar_v.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/trough-scrollbar-horiz.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/trough-scrollbar-vert.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/trough-vertical-active.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/trough-vertical.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/up-background-disable-rtl.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/up-background-disable.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/up-background-rtl.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/up-background.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/gtkrc create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/main.rc create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/button-active.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/button-hover.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/button-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/button.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/menubar-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar.rc create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/menubar.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/menubar_button-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/menubar_button.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-2.0/panel.rc create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-selected.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-selected@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-selected.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-selected@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-selectionmode-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-selectionmode.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-selectionmode@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-selected.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/pane-separator-vertical.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/pane-separator-vertical@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/pane-separator.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/pane-separator@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-selected.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-selected@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed-selected.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed-selected@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-selected.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-header-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-header-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-header.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-header@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive-header.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive-header@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-selected.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-selected@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-header-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-header-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-header.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-header@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-insensitive-header.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-insensitive-header@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-insensitive.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-selected.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-selected@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-active-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-active-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-active.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-active@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-backdrop-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-backdrop.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-backdrop@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-hover-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-hover-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-hover.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-hover@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-active-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-active-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-active.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-active@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-backdrop-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-backdrop.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-backdrop@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-hover-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-hover-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-hover.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-hover@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-active-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-active-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-active.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-active@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-backdrop-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-backdrop.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-backdrop@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-hover-dark.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-hover-dark@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-hover.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-hover@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min@2.png create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/gtk.css create mode 100644 themes/Mint-Y-Dark-Havelock/gtk-3.0/thumbnail.png create mode 100644 themes/Mint-Y-Dark-Havelock/index.theme create mode 100644 themes/Mint-Y-Dark-Havelock/metacity-1/button-bg.svg create mode 100644 themes/Mint-Y-Dark-Havelock/metacity-1/button-border.svg create mode 100644 themes/Mint-Y-Dark-Havelock/metacity-1/close-icon.svg create mode 100644 themes/Mint-Y-Dark-Havelock/metacity-1/max-icon.svg create mode 100644 themes/Mint-Y-Dark-Havelock/metacity-1/metacity-theme-2.xml create mode 100644 themes/Mint-Y-Dark-Havelock/metacity-1/metacity-theme-3.xml create mode 100644 themes/Mint-Y-Dark-Havelock/metacity-1/min-icon.svg create mode 100644 themes/Mint-Y-Dark-Havelock/metacity-1/thumbnail.png create mode 100644 themes/Mint-Y-Dark-Havelock/xfce-notify-4.0/gtkrc create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/bottom-active.xpm create mode 120000 themes/Mint-Y-Dark-Havelock/xfwm4/bottom-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/bottom-left-active.xpm create mode 120000 themes/Mint-Y-Dark-Havelock/xfwm4/bottom-left-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/bottom-right-active.xpm create mode 120000 themes/Mint-Y-Dark-Havelock/xfwm4/bottom-right-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/close-active.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/close-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/close-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/close-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/hide-active.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/hide-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/hide-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/hide-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/left-active.xpm create mode 120000 themes/Mint-Y-Dark-Havelock/xfwm4/left-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/maximize-active.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/maximize-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/maximize-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/maximize-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/menu-active.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/menu-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/menu-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/menu-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/right-active.xpm create mode 120000 themes/Mint-Y-Dark-Havelock/xfwm4/right-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/shade-active.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/shade-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/shade-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/shade-toggled-active.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/shade-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/shade-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/stick-active.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/stick-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/stick-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/stick-toggled-active.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/stick-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/stick-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/themerc create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/title-1-active.xpm create mode 120000 themes/Mint-Y-Dark-Havelock/xfwm4/title-1-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/title-2-active.xpm create mode 120000 themes/Mint-Y-Dark-Havelock/xfwm4/title-2-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/title-3-active.xpm create mode 120000 themes/Mint-Y-Dark-Havelock/xfwm4/title-3-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/title-4-active.xpm create mode 120000 themes/Mint-Y-Dark-Havelock/xfwm4/title-4-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/title-5-active.xpm create mode 120000 themes/Mint-Y-Dark-Havelock/xfwm4/title-5-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/top-left-active.xpm create mode 120000 themes/Mint-Y-Dark-Havelock/xfwm4/top-left-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Havelock/xfwm4/top-right-active.xpm create mode 120000 themes/Mint-Y-Dark-Havelock/xfwm4/top-right-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/apps.rc create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-down-insens.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-down-prelight.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-down-small-insens.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-down-small-prelight.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-down-small.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-down.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-left-insens.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-left-prelight.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-left.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-right-insens.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-right-prelight.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-right.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-up-insens.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-up-prelight.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-up-small-insens.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-up-small-prelight.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-up-small.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-up.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/button-active.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/button-hover.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/button-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/button.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-button-active-rtl.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-button-active.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-button-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-button-rtl.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-button.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-focus-notebook.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-focus-rtl.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-focus.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-insensitive-notebook.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-insensitive-rtl.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-notebook-rtl.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-notebook.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-rtl.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/down-background-disable-rtl.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/down-background-disable.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/down-background-rtl.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/down-background.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/entry-border-active-bg-solid.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/entry-border-active-bg.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/entry-border-bg-solid.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/entry-border-bg.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/entry-border-fill.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/focus-line.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/frame-gap-end.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/frame-gap-start.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/frame.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/handle-h.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/handle-v.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/inline-toolbar.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/line-h.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/line-v.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-arrow-prelight.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-arrow.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-checkbox-checked.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-checkbox-unchecked.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-radio-checked.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-radio-unchecked.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menubar.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menubar_button.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menuitem.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/minus.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/notebook-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/notebook-entry-border-bg.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/notebook-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/notebook-gap-horiz.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/notebook-gap-vert.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/notebook.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/null.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/plus.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/progressbar.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/progressbar_v.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-horiz-active.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-horiz-insens.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-horiz-prelight.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-horiz.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-prelight.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-vert-active.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-vert-insens.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-vert-prelight.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-vert.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/tab-bottom-active.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/tab-left-active.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/tab-right-active.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/tab-top-active.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/toolbar.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/tree_header.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-horizontal-active.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-horizontal.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-progressbar.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-progressbar_v.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-scrollbar-horiz.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-scrollbar-vert.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-vertical-active.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-vertical.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/up-background-disable-rtl.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/up-background-disable.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/up-background-rtl.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/up-background.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/gtkrc create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/main.rc create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/button-active.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/button-hover.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/button-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/button.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/menubar-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar.rc create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/menubar.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/menubar_button-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/menubar_button.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-2.0/panel.rc create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-selected.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-selected@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-selected.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-selected@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-selectionmode-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-selectionmode.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-selectionmode@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-selected.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/pane-separator-vertical.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/pane-separator-vertical@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/pane-separator.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/pane-separator@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-selected.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-selected@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-selected.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-selected@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-selected.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-header-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-header-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-header.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-header@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-header.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-header@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-selected.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-selected@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-header-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-header-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-header.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-header@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-header.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-header@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-selected.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-selected@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-active-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-active-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-active.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-active@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-backdrop-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-backdrop.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-backdrop@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-hover-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-hover-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-hover.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-hover@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-active-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-active-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-active.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-active@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-backdrop-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-backdrop.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-backdrop@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-hover-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-hover-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-hover.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-hover@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-active-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-active-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-active.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-active@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-backdrop-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-backdrop.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-backdrop@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-hover-dark.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-hover-dark@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-hover.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-hover@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min@2.png create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/gtk-dark.css create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/gtk.css create mode 100644 themes/Mint-Y-Darker-Havelock/gtk-3.0/thumbnail.png create mode 100644 themes/Mint-Y-Darker-Havelock/index.theme create mode 100644 themes/Mint-Y-Darker-Havelock/xfce-notify-4.0/gtkrc create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/bottom-active.xpm create mode 120000 themes/Mint-Y-Darker-Havelock/xfwm4/bottom-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/bottom-left-active.xpm create mode 120000 themes/Mint-Y-Darker-Havelock/xfwm4/bottom-left-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/bottom-right-active.xpm create mode 120000 themes/Mint-Y-Darker-Havelock/xfwm4/bottom-right-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/close-active.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/close-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/close-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/close-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/hide-active.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/hide-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/hide-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/hide-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/left-active.xpm create mode 120000 themes/Mint-Y-Darker-Havelock/xfwm4/left-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/maximize-active.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/maximize-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/maximize-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/maximize-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/menu-active.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/menu-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/menu-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/menu-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/right-active.xpm create mode 120000 themes/Mint-Y-Darker-Havelock/xfwm4/right-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/shade-active.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/shade-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/shade-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/shade-toggled-active.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/shade-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/shade-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/stick-active.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/stick-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/stick-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/stick-toggled-active.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/stick-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/stick-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/themerc create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/title-1-active.xpm create mode 120000 themes/Mint-Y-Darker-Havelock/xfwm4/title-1-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/title-2-active.xpm create mode 120000 themes/Mint-Y-Darker-Havelock/xfwm4/title-2-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/title-3-active.xpm create mode 120000 themes/Mint-Y-Darker-Havelock/xfwm4/title-3-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/title-4-active.xpm create mode 120000 themes/Mint-Y-Darker-Havelock/xfwm4/title-4-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/title-5-active.xpm create mode 120000 themes/Mint-Y-Darker-Havelock/xfwm4/title-5-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/top-left-active.xpm create mode 120000 themes/Mint-Y-Darker-Havelock/xfwm4/top-left-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Havelock/xfwm4/top-right-active.xpm create mode 120000 themes/Mint-Y-Darker-Havelock/xfwm4/top-right-inactive.xpm create mode 100644 themes/Mint-Y-Havelock/cinnamon/cinnamon.css create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/menu/menu-separator.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/misc/add-workspace-active.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/misc/add-workspace-hover.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/misc/add-workspace.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/misc/bg.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/misc/calendar-arrow-left.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/misc/calendar-arrow-right.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/misc/close-active.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/misc/close-hover.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/misc/close.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/misc/corner-ripple.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/misc/desklet-header.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/misc/desklet.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/misc/osd.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/misc/overview-hover.png create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/misc/overview.png create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/misc/trash-icon.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/panel/activities-active.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/panel/activities.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/panel/panel-bottom.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/panel/panel-top.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/panel/window-list-active-bottom.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/common-assets/panel/window-list-active-top.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/light-assets/checkbox/checkbox-checked.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/light-assets/checkbox/checkbox-unchecked.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/light-assets/menu/menu-hover.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/light-assets/menu/menu.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/light-assets/menu/submenu.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/light-assets/misc/button-box.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/light-assets/misc/message.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/light-assets/misc/modal.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/light-assets/switch/switch-off.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/light-assets/switch/switch-on.svg create mode 100644 themes/Mint-Y-Havelock/cinnamon/thumbnail.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/apps.rc create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-down-insens.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-down-prelight.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-down-small-insens.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-down-small-prelight.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-down-small.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-down.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-left-insens.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-left-prelight.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-left.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-right-insens.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-right-prelight.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-right.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-up-insens.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-up-prelight.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-up-small-insens.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-up-small-prelight.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-up-small.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-up.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/button-active.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/button-hover.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/button-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/button.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-button-active-rtl.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-button-active.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-button-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-button-rtl.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-button.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-focus-notebook.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-focus-rtl.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-focus.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-insensitive-notebook.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-insensitive-rtl.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-notebook-rtl.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-notebook.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-rtl.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/down-background-disable-rtl.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/down-background-disable.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/down-background-rtl.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/down-background.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/entry-border-active-bg-solid.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/entry-border-active-bg.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/entry-border-bg-solid.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/entry-border-bg.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/entry-border-fill.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/focus-line.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/frame-gap-end.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/frame-gap-start.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/frame.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/handle-h.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/handle-v.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/inline-toolbar.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/line-h.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/line-v.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/menu-arrow-prelight.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/menu-arrow.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/menu-checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/menu-checkbox-checked.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/menu-checkbox-unchecked.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/menu-radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/menu-radio-checked.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/menu-radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/menu-radio-unchecked.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/menubar.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/menubar_button.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/menuitem.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/minus.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/notebook-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/notebook-entry-border-bg.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/notebook-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/notebook-gap-horiz.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/notebook-gap-vert.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/notebook.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/null.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/plus.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/progressbar.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/progressbar_v.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/slider-horiz-active.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/slider-horiz-insens.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/slider-horiz-prelight.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/slider-horiz.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/slider-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/slider-prelight.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/slider-vert-active.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/slider-vert-insens.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/slider-vert-prelight.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/slider-vert.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/slider.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/tab-bottom-active.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/tab-left-active.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/tab-right-active.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/tab-top-active.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/toolbar.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/tree_header.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/trough-horizontal-active.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/trough-horizontal.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/trough-progressbar.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/trough-progressbar_v.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/trough-scrollbar-horiz.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/trough-scrollbar-vert.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/trough-vertical-active.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/trough-vertical.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/up-background-disable-rtl.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/up-background-disable.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/up-background-rtl.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/assets/up-background.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/gtkrc create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/main.rc create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/button-active.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/button-hover.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/button-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/button.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/menubar-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar.rc create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/menubar.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/menubar_button-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/menubar_button.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Havelock/gtk-2.0/panel.rc create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-selected.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-selected@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-selected.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-selected@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-selectionmode-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-selectionmode.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-selectionmode@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-selected.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/pane-separator-vertical.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/pane-separator-vertical@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/pane-separator.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/pane-separator@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-selected.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-selected@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed-selected.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed-selected@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-selected.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-header-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-header-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-header.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-header@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive-header.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive-header@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive-selected.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-selected.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-selected@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-header-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-header-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-header.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-header@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-insensitive-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-insensitive-header.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-insensitive-header@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-insensitive-selected.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-insensitive.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-insensitive@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-selected.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch-selected@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/switch@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-active-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-active-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-active.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-active@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-backdrop-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-backdrop.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-backdrop@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-hover-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-hover-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-hover.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-hover@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-active-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-active-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-active.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-active@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-backdrop-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-backdrop.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-backdrop@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-hover-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-hover-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-hover.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-hover@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-active-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-active-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-active.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-active@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-backdrop-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-backdrop.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-backdrop@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-hover-dark.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-hover-dark@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-hover.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-hover@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min@2.png create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/gtk.css create mode 100644 themes/Mint-Y-Havelock/gtk-3.0/thumbnail.png create mode 100644 themes/Mint-Y-Havelock/index.theme create mode 100644 themes/Mint-Y-Havelock/metacity-1/button-bg.svg create mode 100644 themes/Mint-Y-Havelock/metacity-1/button-border.svg create mode 100644 themes/Mint-Y-Havelock/metacity-1/close-icon.svg create mode 100644 themes/Mint-Y-Havelock/metacity-1/max-icon.svg create mode 100644 themes/Mint-Y-Havelock/metacity-1/metacity-theme-2.xml create mode 100644 themes/Mint-Y-Havelock/metacity-1/metacity-theme-3.xml create mode 100644 themes/Mint-Y-Havelock/metacity-1/min-icon.svg create mode 100644 themes/Mint-Y-Havelock/metacity-1/thumbnail.png create mode 100644 themes/Mint-Y-Havelock/xfce-notify-4.0/gtkrc create mode 100644 themes/Mint-Y-Havelock/xfwm4/bottom-active.xpm create mode 120000 themes/Mint-Y-Havelock/xfwm4/bottom-inactive.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/bottom-left-active.xpm create mode 120000 themes/Mint-Y-Havelock/xfwm4/bottom-left-inactive.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/bottom-right-active.xpm create mode 120000 themes/Mint-Y-Havelock/xfwm4/bottom-right-inactive.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/close-active.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/close-inactive.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/close-prelight.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/close-pressed.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/hide-active.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/hide-inactive.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/hide-prelight.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/hide-pressed.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/left-active.xpm create mode 120000 themes/Mint-Y-Havelock/xfwm4/left-inactive.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/maximize-active.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/maximize-inactive.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/maximize-prelight.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/maximize-pressed.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/menu-active.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/menu-inactive.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/menu-pressed.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/right-active.xpm create mode 120000 themes/Mint-Y-Havelock/xfwm4/right-inactive.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/shade-active.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/shade-inactive.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/shade-prelight.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/shade-toggled-active.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/shade-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/shade-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/stick-active.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/stick-inactive.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/stick-prelight.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/stick-toggled-active.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/stick-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/stick-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/themerc create mode 100644 themes/Mint-Y-Havelock/xfwm4/title-1-active-shaded.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/title-1-active.xpm create mode 120000 themes/Mint-Y-Havelock/xfwm4/title-1-inactive.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/title-2-active.xpm create mode 120000 themes/Mint-Y-Havelock/xfwm4/title-2-inactive.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/title-3-active.xpm create mode 120000 themes/Mint-Y-Havelock/xfwm4/title-3-inactive.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/title-4-active.xpm create mode 120000 themes/Mint-Y-Havelock/xfwm4/title-4-inactive.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/title-5-active.xpm create mode 120000 themes/Mint-Y-Havelock/xfwm4/title-5-inactive.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/top-left-active-shaded.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/top-left-active.xpm create mode 120000 themes/Mint-Y-Havelock/xfwm4/top-left-inactive.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/top-right-active-shaded.xpm create mode 100644 themes/Mint-Y-Havelock/xfwm4/top-right-active.xpm create mode 120000 themes/Mint-Y-Havelock/xfwm4/top-right-inactive.xpm diff --git a/README.md b/README.md index d763761..3e68b2c 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,13 @@ All themes are sorted alphabetically. +# This is the Mint-Y-Havelock theme. + +## Mint-Y-Dark-Havelock + +![Screenshots](http://i.imgur.com/TOYWMRB.jpg) + + # This is the Mint-Y-Lightning theme. diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/cinnamon.css b/themes/Mint-Y-Dark-Havelock/cinnamon/cinnamon.css new file mode 100644 index 0000000..6daa3fc --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/cinnamon.css @@ -0,0 +1,1368 @@ +stage { + font-family: sans, Sans-Serif; + font-size: 9pt; + color: #D3D3D3; } + +.label-shadow { + color: transparent; } + +.popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button, .sound-button { + min-height: 20px; + padding: 5px 32px; + transition-duration: 0; + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #D3D3D3; + background-color: #454545; + border: 1px solid #202020; + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button, .sound-button, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .sound-button:focus, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .notification-button:active:focus, .notification-icon-button:active:focus, .modal-dialog-button-box .modal-dialog-button:active:focus, .sound-button:active:focus, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .sound-button:insensitive { + border-radius: 2px; } + .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .sound-button:focus { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #D3D3D3; + background-color: #454545; + border: 1px solid #5491d6; + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #D3D3D3; + background-color: #525252; + border: 1px solid #202020; + box-shadow: inset 0 2px 4px rgba(82, 82, 82, 0.05); } + .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #D3D3D3; + background-color: #525252; + border: 1px solid #5491d6; + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .notification-button:active:focus, .notification-icon-button:active:focus, .modal-dialog-button-box .modal-dialog-button:active:focus, .sound-button:active:focus { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #ffffff; + background-color: #5491d6; + border: 1px solid #5491d6; + box-shadow: inset 0 2px 4px #5491d6; } + .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .sound-button:insensitive { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: rgba(211, 211, 211, 0.45); + border: 1px solid rgba(32, 32, 32, 0.55); + background-color: rgba(69, 69, 69, 0.55); + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + +.popup-menu #notification StEntry, #menu-search-entry { + padding: 7px; + caret-size: 1px; + selection-background-color: #5491d6; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #D3D3D3; + background-color: #404040; + border: 1px solid #202020; + box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); } + .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover { + color: #D3D3D3; + background-color: #404040; + border: 1px solid #5491d6; + box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); } + .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { + color: rgba(211, 211, 211, 0.45); + background-color: #383838; + border-color: 1px solid #272727; + box-shadow: inset 0 2px 4px rgba(56, 56, 56, 0.05); } + .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 4px; } + +.notification StEntry { + padding: 7px; + caret-size: 1px; + caret-color: #c3c3c3; + selection-background-color: #5491d6; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:focus { + color: #ffffff; + background-color: #5491d6; + border: 1px solid #5491d6; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-color: rgba(109, 109, 109, 0.2); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + +StScrollView.vfade { + -st-vfade-offset: 0px; } +StScrollView.hfade { + -st-hfade-offset: 0px; } + +StScrollBar { + padding: 8px; } + StScrollView StScrollBar { + min-width: 5px; + min-height: 5px; } + StScrollBar StBin#trough { + background-color: rgba(64, 64, 64, 0.1); + border-radius: 8px; } + StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 2px; + background-color: #717171; + border: 0px solid; + margin: 0px; } + StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #606060; } + StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #5491d6; } + +.separator { + -gradient-height: 1px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-slider-menu-item, +.slider { + -slider-height: 0.3em; + -slider-background-color: #202020; + -slider-border-color: transparent; + -slider-active-background-color: #5491d6; + -slider-active-border-color: transparent; + -slider-border-width: 0; + -slider-handle-radius: 0.5em; + height: 1em; + min-width: 15em; + border: 0 solid transparent; + border-right-width: 1px; + border-left-width: 5px; } + +.check-box CinnamonGenericContainer { + spacing: .2em; + min-height: 30px; + padding-top: 2px; } +.check-box StLabel { + font-weight: normal; } +.check-box StBin { + width: 16px; + height: 16px; + background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } +.check-box:focus StBin { + background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } +.check-box:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } +.check-box:focus:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } + +.radiobutton CinnamonGenericContainer { + spacing: .2em; + height: 26px; + padding-top: 2px; } +.radiobutton StLabel { + padding-top: 4px; + font-size: 0.9em; + box-shadow: none; } +.radiobutton StBin { + width: 16px; + height: 16px; + background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } +.radiobutton:focus StBin { + background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } +.radiobutton:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } +.radiobutton:focus:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } + +.toggle-switch { + width: 50px; + height: 20px; + background-size: contain; } + .toggle-switch-us, .toggle-switch-intl { + background-image: url("dark-assets/switch/switch-off.svg"); } + .toggle-switch-us:checked, .toggle-switch-intl:checked { + background-image: url("dark-assets/switch/switch-on.svg"); } + +.cinnamon-link { + color: #a6c6ea; + text-decoration: underline; } + .cinnamon-link:hover { + color: #cfe0f4; } + +#Tooltip { + border: 1px solid #d0d0d0; + border-radius: 3px; + padding: 5px 12px; + background-color: #fbeaa0; + color: #4a4a4a; + font-size: 1em; + font-weight: normal; + text-align: center; } + +.popup-menu { + color: white; + color: #D3D3D3; } + .popup-menu-arrow { + icon-size: 16px; } + .popup-menu .popup-sub-menu { + background-color: #404040; + box-shadow: none; } + .popup-menu .popup-sub-menu .popup-menu-item:ltr { + padding-right: 1.75em; } + .popup-menu .popup-sub-menu .popup-menu-item:rtl { + padding-left: 1.75em; } + .popup-menu .popup-sub-menu StScrollBar { + padding: 4px; } + .popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle { + border-width: 0; } + .popup-menu .popup-menu-content { + padding: 1em 0em 1em 0em; } + .popup-menu .popup-menu-item { + padding: .4em 1.75em; + spacing: 1em; + border: 1px solid transparent; + border-left-width: 0; + border-right-width: 0; } + .popup-menu .popup-menu-item:active { + color: #D3D3D3; + border-color: rgba(211, 211, 211, 0.11); + background-color: rgba(211, 211, 211, 0.08); } + .popup-menu .popup-menu-item:insensitive { + color: rgba(211, 211, 211, 0.5); + background: none; } + .popup-menu .popup-inactive-menu-item { + color: #D3D3D3; } + .popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(211, 211, 211, 0.45); } + .popup-menu-icon { + icon-size: 16px; } + +.popup-menu-boxpointer { + -arrow-border-radius: 3px; + -arrow-background-color: #2f2f2f; + -arrow-border-width: 1px; + -arrow-border-color: #202020; + -arrow-base: 21px; + -arrow-rise: 9px; + -boxpointer-gap: 2px; } + +/*Don't know what this does*/ +.popup-combo-menu { + background-color: rgba(0, 0, 0, 0.4); + padding: 1em 0em; + color: red; + border: 1px solid rgba(0, 0, 0, 0.6); + border-radius: 3px; } + +.popup-combobox-item { + spacing: 1em; } + +.popup-separator-menu-item { + -gradient-height: 2px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-alternating-menu-item:alternate { + font-weight: normal; } + +.popup-device-menu-item { + spacing: .5em; } + +.popup-subtitle-menu-item { + font-weight: normal; } + +.nm-menu-item-icons { + spacing: .5em; } + +#panel { + font-weight: bold; + height: 27px; } + #panelLeft { + spacing: 4px; } + #panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + #panelLeft:ltr { + padding-right: 4px; } + #panelLeft:rtl { + padding-left: 4px; } + #panelLeft.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + #panelLeft.vertical:ltr { + padding-right: 0px; } + #panelLeft.vertical:rtl { + padding-left: 0px; } + #panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } + #panelRight:ltr { + padding-left: 4px; + spacing: 0px; } + #panelRight:rtl { + padding-right: 4px; + spacing: 0px; } + #panelRight.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + #panelRight.vertical:ltr { + padding-right: 0px; } + #panelRight.vertical:rtl { + padding-left: 0px; } + #panelCenter { + spacing: 4px; } + #panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } + #panel:highlight { + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } + +.panelLeft { + spacing: 4px; } + .panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + .panelLeft:ltr { + padding-right: 4px; } + .panelLeft:rtl { + padding-left: 4px; } + .panelLeft.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + .panelLeft.vertical:ltr { + padding-right: 0px; } + .panelLeft.vertical:rtl { + padding-left: 0px; } +.panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } +.panelRight:ltr { + padding-left: 4px; + spacing: 0px; } +.panelRight:rtl { + padding-right: 4px; + spacing: 0px; } +.panelRight.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + .panelRight.vertical:ltr { + padding-left: 0px; + spacing: 0px; } + .panelRight.vertical:rtl { + padding-right: 0px; + spacing: 0px; } +.panelCenter { + spacing: 4px; } + .panelCenter.vertical { + padding-left: 0px; + padding-right: 0px; } + .panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } +.panel-top, .panel-bottom, .panel-left, .panel-right { + color: #ffffff; + font-size: 1em; + padding: 0px; } +.panel-top { + border-image: url("common-assets/panel/panel-top.svg") 1 1 1 1; } +.panel-bottom, .panel-left, .panel-right { + border-image: url("common-assets/panel/panel-bottom.svg") 1 1 1 1; } +.panel-dummy { + background-color: rgba(252, 65, 56, 0.5); } + .panel-dummy:entered { + background-color: rgba(252, 65, 56, 0.6); } +.panel-status-button { + border-width: 0; + -natural-hpadding: 3px; + -minimum-hpadding: 3px; + font-weight: bold; + color: white; + height: 22px; } +.panel-button { + -natural-hpadding: 6px; + -minimum-hpadding: 2px; + font-weight: bold; + color: green; + transition-duration: 100; } + +.system-status-icon { + icon-size: 16px; + padding: 0 1px; } + +#overview { + spacing: 12px; } + +.window-caption { + background-color: rgba(53, 53, 53, 0.95); + border: 1px solid rgba(53, 53, 53, 0.95); + color: #c3c3c3; + spacing: 25px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; } + .window-caption#selected { + background-color: #5491d6; + color: #ffffff; + border: 1px solid #5491d6; + spacing: 25px; } + +.expo-workspaces-name-entry, +.expo-workspaces-name-entry#selected { + height: 15px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .expo-workspaces-name-entry:focus, + .expo-workspaces-name-entry#selected:focus { + border: 1px solid #5491d6; + background-color: #5491d6; + color: #ffffff; + font-style: italic; + transition-duration: 300; + selection-background-color: #ffffff; + selected-color: #5491d6; } + +.expo-workspace-thumbnail-frame { + border: 4px solid rgba(255, 255, 255, 0); + background-color: rgba(255, 255, 255, 0); + border-radius: 2px; } + .expo-workspace-thumbnail-frame#active { + border: 4px solid #5491d6; + background-color: black; + border-radius: 2px; } + +.expo-background { + background-color: #353535; } + +.workspace-thumbnails { + spacing: 26px; } + .workspace-thumbnails-background, .workspace-thumbnails-background:rtl { + padding: 8px; } +.workspace-add-button { + background-image: url("common-assets/misc/add-workspace.svg"); + height: 200px; + width: 35px; + transition-duration: 100; } + .workspace-add-button:hover { + background-image: url("common-assets/misc/add-workspace-hover.svg"); + transition-duration: 100; } + .workspace-add-button:active { + background-image: url("common-assets/misc/add-workspace-active.svg"); + transition-duration: 100; } +.workspace-overview-background-shade { + background-color: rgba(0, 0, 0, 0.5); } + +.workspace-close-button, +.window-close { + background-image: url("common-assets/misc/close.svg"); + background-size: 26px; + height: 26px; + width: 26px; + -cinnamon-close-overlap: 10px; } + .workspace-close-button:hover, + .window-close:hover { + background-image: url("common-assets/misc/close-hover.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + .workspace-close-button:active, + .window-close:active { + background-image: url("common-assets/misc/close-active.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + +.window-close-area { + background-image: url("common-assets/misc/trash-icon.svg"); + height: 120px; + width: 400px; } + +.about-content { + width: 550px; + height: 250px; + spacing: 8px; + padding-bottom: 10px; } +.about-title { + font-size: 2em; + font-weight: bold; } +.about-uuid { + font-size: 10px; + color: #888; } +.about-icon { + padding-right: 20px; + padding-bottom: 14px; } +.about-scrollBox { + border: 1px solid #202020; + border-radius: 2px; + background-color: #404040; + padding: 4px; + padding-right: 0; + border-radius: 0; } + .about-scrollBox-innerBox { + padding: 1.2em; + spacing: 1.2em; } +.about-description { + padding-top: 4px; + padding-bottom: 16px; } +.about-version { + padding-left: 7px; + font-size: 10px; + color: #888; } + +.calendar { + padding: .4em 1.75em; + spacing-rows: 0px; + spacing-columns: 0px; } + +.calendar-month-label { + color: #D3D3D3; + font-weight: bold; + padding: 8px 0; } + +.calendar-change-month-back, +.calendar-change-month-forward { + width: 16px; + height: 16px; } + +.calendar-change-month-back { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:focus, .calendar-change-month-back:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-back:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:rtl { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-back:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + +.calendar-change-month-forward { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-forward:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:rtl { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-forward:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + +.datemenu-date-label { + padding: .4em 1.75em; + font-weight: bold; + text-align: center; + color: #D3D3D3; + border-radius: 2px; } + +.calendar-day-base { + font-size: 85%; + text-align: center; + width: 25px; + height: 25px; + padding: 0.1em; + margin: 2px; + border-radius: 12.5px; } + +.calendar-day-heading { + color: rgba(211, 211, 211, 0.85); + margin-top: 1em; + font-size: 80%; } + +.calendar-day { + border-width: 0; + color: rgba(211, 211, 211, 0.9); } + +.calendar-day-top { + border-top-width: 0; } + +.calendar-day-left { + border-left-width: 0; } + +.calendar-nonwork-day { + color: #D3D3D3; + background-color: transparent; + font-weight: bold; } + +.calendar-today, +.calendar-today:active, +.calendar-today:focus, +.calendar-today:hover { + font-weight: bold; + color: #ffffff; + background-color: #5491d6; + border-width: 0; } + +.calendar-other-month-day { + color: rgba(211, 211, 211, 0.3); + opacity: 1; } + +.calendar-week-number { + color: rgba(211, 211, 211, 0.85); + font-size: 80%; } + +#notification { + border: 1px solid #202020; + border-radius: 3px; + background-color: #2f2f2f; + padding: 13px; + spacing-rows: 10px; + spacing-columns: 10px; + margin-from-right-edge-of-screen: 20px; + width: 34em; + color: #D3D3D3; } + .popup-menu #notification { + color: #D3D3D3; + border-image: url("dark-assets/misc/message.svg") 9 9 9 9; } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { + padding: 5px; } + #notification.multi-line-notification { + padding-bottom: 13px; + color: #c3c3c3; } + #notification-scrollview { + max-height: 10em; } + #notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { + height: 1em; } + #notification-scrollview:ltr > StScrollBar { + padding-left: 6px; } + #notification-scrollview:rtl > StScrollBar { + padding-right: 6px; } + #notification-body { + spacing: 5px; } + #notification-actions { + spacing: 10px; } + +.notification-with-image { + min-height: 159px; + color: #D3D3D3; } +.notification-button, .notification-icon-button { + padding: 5px; } +.notification-icon-button > StIcon { + icon-size: 32px; } + +#altTabPopup { + padding: 8px; + spacing: 16px; } + +.switcher-list { + color: #D3D3D3; + border: 1px solid #202020; + background-color: #2f2f2f; + border-radius: 3px; + padding: 20px; } + .switcher-list > StBoxLayout { + padding: 4px; } + .switcher-list-item-container { + spacing: 8px; } + .switcher-list .item-box { + padding: 8px; + border-radius: 2px; } + .switcher-list .item-box:outlined { + padding: 8px; + border: 1px solid #5491d6; } + .switcher-list .item-box:selected { + color: #ffffff; + background-color: #5491d6; + border: 0px solid #5491d6; } + .switcher-list .thumbnail { + width: 256px; } + .switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; } + .switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.2); } + +.switcher-arrow { + border-color: transparent; + color: #D3D3D3; } + .switcher-arrow:highlighted { + border-color: transparent; + color: #ffffff; } + +.thumbnail-scroll-gradient-left { + background-color: transparent; + border-radius: 24px; + border-radius-topright: 0px; + border-radius-bottomright: 0px; + width: 60px; } + +.thumbnail-scroll-gradient-right { + background-color: transparent; + border-radius: 24px; + border-radius-topleft: 0px; + border-radius-bottomleft: 0px; + width: 60px; } + +.ripple-box { + width: 104px; + height: 104px; + background-image: url("common-assets/misc/corner-ripple.svg"); + background-size: contain; } + .ripple-box:rtl { + background-image: url("common-assets/misc/corner-ripple.svg"); } + +.lightbox { + background-color: rgba(0, 0, 0, 0.4); } + +.flashspot { + background-color: white; } + +.modal-dialog { + background-color: #2f2f2f; + border: 1px solid #202020; + border-radius: 3px; + padding: 0; } + .modal-dialog > StBoxLayout:first-child { + padding: 20px 10px 10px 10px; } + .modal-dialog-button-box { + spacing: 0; + margin: 0px; + padding: 14px 10px; + border: none; + background-color: #2f2f2f; } + .modal-dialog-button-box .modal-dialog-button { + padding-top: 0; + padding-bottom: 0; + height: 30px; } + +.run-dialog { + padding: 0px 15px 10px 15px; + border: 1px solid #202020; + border-radius: 3px; + background-color: #2f2f2f; } + .run-dialog > * { + padding: 0; } + .run-dialog-label { + font-size: 0; + font-weight: bold; + color: #D3D3D3; + padding-bottom: 0; } + .run-dialog-error-label { + color: #FC4138; } + .run-dialog-error-box { + padding-top: 15px; + spacing: 5px; } + .run-dialog-completion-box { + padding-top: 5px; + padding-left: 15px; + font-size: 10px; } + .run-dialog-entry { + width: 21em; + padding: 7px; + border-radius: 3px; + caret-color: #c3c3c3; + selected-color: #ffffff; + selection-background-color: #5491d6; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .run-dialog-entry:focus { + color: #D3D3D3; + background-color: #404040; + border: 1px solid #5491d6; + box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); } + .run-dialog .modal-dialog-button-box { + border: none; + box-shadow: none; + background: none; } + +/* CinnamonMountOperation Dialogs */ +.cinnamon-mount-operation-icon { + icon-size: 48px; } + +.mount-password-reask { + color: #F27835; } + +.show-processes-dialog, +.mount-question-dialog { + spacing: 24px; } + .show-processes-dialog-subject, + .mount-question-dialog-subject { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; } + .show-processes-dialog-subject:rtl, + .mount-question-dialog-subject:rtl { + padding-left: 0px; + padding-right: 17px; } + .show-processes-dialog-description, + .mount-question-dialog-description { + padding-left: 17px; + width: 28em; } + .show-processes-dialog-description:rtl, + .mount-question-dialog-description:rtl { + padding-right: 17px; } + +.show-processes-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; } + .show-processes-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; } + .show-processes-dialog-app-list-item { + color: #ccc; } + .show-processes-dialog-app-list-item:hover { + color: white; } + .show-processes-dialog-app-list-item:ltr { + padding-right: 1em; } + .show-processes-dialog-app-list-item:rtl { + padding-left: 1em; } + .show-processes-dialog-app-list-item-icon:ltr { + padding-right: 17px; } + .show-processes-dialog-app-list-item-icon:rtl { + padding-left: 17px; } + .show-processes-dialog-app-list-item-name { + font-size: 1.1em; } + +.magnifier-zoom-region { + border: 2px solid maroon; } + .magnifier-zoom-region .full-screen { + border-width: 0px; } + +#keyboard { + background-color: rgba(53, 53, 53, 0.95); + border-width: 0; + border-top-width: 1px; + border-color: rgba(0, 0, 0, 0.4); } + +.keyboard-layout { + spacing: 10px; + padding: 10px; } + +.keyboard-row { + spacing: 15px; } + +.keyboard-key { + min-height: 2em; + min-width: 2em; + font-size: 14pt; + font-weight: bold; + border-radius: 3px; + box-shadow: none; + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #c3c3c3; + border: 1px solid #202020; + background-color: rgba(109, 109, 109, 0.35); } + .keyboard-key:hover { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(127, 127, 127, 0.45); } + .keyboard-key:active, .keyboard-key:checked { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #ffffff; + border: 1px solid #5491d6; + background-color: #5491d6; } + .keyboard-key:grayed { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #606060; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(109, 109, 109, 0.2); } + +.keyboard-subkeys { + color: #c3c3c3; + padding: 5px; + -arrow-border-radius: 2px; + -arrow-background-color: rgba(53, 53, 53, 0.95); + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0.4); + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 5px; } + +.menu-favorites-box { + margin: auto; + padding: 10px; + transition-duration: 300; + background-color: #404040; + border: 1px solid #202020; } +.menu-favorites-button { + padding: 10px; + border: 1px solid transparent; } +.menu-places-box { + margin: auto; + padding: 10px; + border: 0px solid red; } +.menu-places-button { + padding: 10px; } +.menu-categories-box { + padding: 10px 30px 10px 30px; } +.menu-applications-inner-box, .menu-applications-outer-box { + padding: 10px 10px 0 10px; } +.menu-application-button { + padding: 7px; + border: 1px solid transparent; } + .menu-application-button:highlighted { + font-weight: bold; } + .menu-application-button-selected { + padding: 7px; } + .menu-application-button-selected:highlighted { + font-weight: bold; } + .menu-application-button-label:ltr { + padding-left: 5px; } + .menu-application-button-label:rtl { + padding-right: 5px; } +.menu-category-button { + padding: 7px; + border: 1px solid transparent; } + .menu-category-button-selected { + padding: 7px; } + .menu-category-button-hover { + background-color: red; + border-radius: 2px; } + .menu-category-button-greyed { + padding: 7px; + color: rgba(211, 211, 211, 0.45); + border: 1px solid transparent; } + .menu-category-button-label:ltr { + padding-left: 5px; } + .menu-category-button-label:rtl { + padding-right: 5px; } +.menu-selected-app-box { + padding-right: 30px; + padding-left: 28px; + text-align: right; + height: 30px; } + .menu-selected-app-box:rtl { + padding-top: 10px; + height: 30px; } +.menu-selected-app-title { + font-weight: bold; } +.menu-selected-app-description { + max-width: 150px; } +.menu-search-box:ltr { + padding-left: 30px; } +.menu-search-box-rtl { + padding-right: 30px; } + +#menu-search-entry { + width: 250px; + height: 15px; + font-weight: normal; + caret-color: #D3D3D3; } + +.menu-search-entry-icon { + icon-size: 1em; + color: #D3D3D3; } + +/* Context menu (at the moment only for favorites) */ +.info-osd { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 16px; + color: #D3D3D3; + border: 1px solid #202020; + border-radius: 5px; + background-color: #2f2f2f; } + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 20px; + margin: 32px; + min-width: 64px; + min-height: 64px; + color: #D3D3D3; + background-color: #2f2f2f; + border: 1px solid #202020; + border-radius: 5px; } + .osd-window .osd-monitor-label { + font-size: 3em; } + .osd-window .level { + padding: 0; + height: 4px; + background-color: rgba(0, 0, 0, 0.5); + border-radius: 2px; + color: #5491d6; } + +.window-list-box { + spacing: 6px; + padding-left: 10px; + padding-top: 1px; } + .window-list-box.vertical { + spacing: 0px; + padding-left: 0px; + padding-right: 0px; + padding-top: 10px; + padding-bottom: 10px; } + .window-list-box:highlight { + background-color: rgba(252, 65, 56, 0.5); } +.window-list-item-label { + font-weight: bold; + width: 15em; + min-width: 5px; } +.window-list-item-box { + font-weight: bold; + background-image: none; + padding-left: 8px; + padding-right: 8px; + transition-duration: 100; + color: rgba(255, 255, 255, 0.6); } + .window-list-item-box.right { + padding-left: 0px; + padding-right: 0px; } + .window-list-item-box.left { + padding-left: 0px; + padding-right: 0px; } + .window-list-item-box:hover { + color: #ffffff; } + .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus { + color: #ffffff; + border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; } +.window-list-item-demands-attention { + background-gradient-direction: vertical; + background-gradient-start: #F04A50; + background-gradient-end: #F04A50; } + +.sound-button { + width: 22px; + height: 13px; + padding: 8px; } + .sound-button-container { + padding-right: 3px; + padding-left: 3px; } + .sound-button StIcon { + icon-size: 1.4em; } + +.sound-track-infos { + padding: 5px; } +.sound-track-info { + padding-top: 2px; + padding-bottom: 2px; } + .sound-track-info StIcon { + icon-size: 16px; } + .sound-track-info StLabel { + padding-left: 5px; + padding-right: 5px; } +.sound-track-box { + padding-left: 15px; + padding-right: 15px; + max-width: 220px; } + +.sound-seek-box { + padding-left: 15px; } + .sound-seek-box StLabel { + padding-top: 2px; } + .sound-seek-box StIcon { + icon-size: 16px; } + +.sound-seek-slider { + width: 140px; } + +.sound-volume-menu-item { + padding: .4em 1.75em; } + .sound-volume-menu-item StIcon { + icon-size: 1.14em; + padding-left: 8px; + padding-right: 8px; } + +.sound-playback-control { + padding: 5px 10px 10px 10px; } + +.sound-player { + padding: 0 4px; } + .sound-player > StBoxLayout:first-child { + padding: 5px 10px 12px 10px; + spacing: 0.5em; } + .sound-player > StBoxLayout:first-child StButton:small { + width: 16px; + height: 8px; + padding: 1px; } + .sound-player > StBoxLayout:first-child StButton:small StIcon { + icon-size: 12px; } + .sound-player-generic-coverart { + background: rgba(0, 0, 0, 0.2); } + .sound-player-overlay { + width: 290px; + height: 70px; + padding: 15px; + spacing: 0.5em; + background: rgba(40, 40, 40, 0.85); + border: 0px solid rgba(28, 28, 28, 0.95); + border-bottom: 1px; + color: #c3c3c3; } + .sound-player-overlay StButton { + width: 22px; + height: 13px; + padding: 5px; + color: #c3c3c3; + border-radius: 2px; + border: 1px solid rgba(53, 53, 53, 0); } + .sound-player-overlay StButton StIcon { + icon-size: 16px; } + .sound-player-overlay StButton:hover { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(127, 127, 127, 0.45); } + .sound-player-overlay StButton:active { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #ffffff; + background-color: #5491d6; + border: 1px solid #5491d6; + box-shadow: inset 0 2px 4px #5491d6; } + .sound-player-overlay StBoxLayout { + padding-top: 2px; } + .sound-player-overlay > StBoxLayout { + spacing: 5px; } + .sound-player .slider { + height: 0.5em; + padding: 0; + border: none; + -slider-height: 0.5em; + -slider-background-color: #222222; + -slider-border-color: transparent; + -slider-active-background-color: #5491d6; + -slider-active-border-color: transparent; + -slider-border-width: 0px; + -slider-handle-radius: 0px; } + +#workspaceSwitcher { + spacing: 0px; + padding: 3px; } + +/* Controls the styling when using the "Simple buttons" option */ +.workspace-switcher { + padding-left: 3px; + padding-right: 3px; } + +.workspace-button { + width: 20px; + height: 10px; + color: #ffffff; + padding: 3px; + padding-top: 4px; + transition-duration: 300; } + .workspace-button:outlined, .workspace-button:outlined:hover { + color: #5491d6; } + .workspace-button:hover { + color: rgba(84, 145, 214, 0.5); } + +/* Controls the style when using the "Visual representation" option */ +.workspace-graph { + padding: 3px; + spacing: 3px; } + +.workspace-graph .workspace { + border: 1px solid rgba(0, 0, 0, 0.4); + background-color: rgba(0, 0, 0, 0.2); } + +.workspace-graph .workspace:active { + border: 1px solid #5491d6; } + +.workspace-graph .workspace .windows { + -active-window-background: rgba(79, 79, 79, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(79, 79, 79, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +.workspace-graph .workspace:active .windows { + -active-window-background: rgba(105, 105, 105, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(54, 54, 54, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +#panel-launchers-box { + padding-left: 7px; } + #panel-launchers-box.vertical { + padding-top: 2px; + padding-bottom: 2px; + padding-left: 0px; + padding-right: 0px; } + #panel-launchers-box.vertical .panel-launcher { + border-bottom-width: 1px; } + +.panel-launcher { + margin: 1px; + padding: 1px; + transition-duration: 200; } + .panel-launcher:hover { + border: 0px solid #5491d6; + border-bottom-width: 1px; } + +#overview-corner { + background-image: url("common-assets/misc/overview.png"); } + #overview-corner:hover { + background-image: url("common-assets/misc/overview-hover.png"); } + +.applet-separator { + padding: 1px 4px; } +.applet-separator-line { + width: 1px; + background: rgba(255, 255, 255, 0.12); } +.applet-box { + padding-left: 3px; + padding-right: 3px; + color: rgba(255, 255, 255, 0.6); + text-shadow: none; + transition-duration: 100; } + .applet-box.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 3px; + padding-bottom: 3px; } + .applet-box:hover { + color: #ffffff; + background-color: #5491d6; } + .applet-box:highlight { + background-image: none; + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } +.applet-label { + font-weight: bold; + color: rgba(255, 255, 255, 0.6); } + .applet-label:hover, .applet-box:hover > .applet-label { + color: #ffffff; + text-shadow: none; } +.applet-icon { + color: #ffffff; + icon-size: 22px; } + .applet-icon:hover, .applet-box:hover > .applet-icon { + color: #ffffff; + text-shadow: none; } + +.user-icon { + width: 32px; + height: 32px; + background-color: transparent; + border: none; + border-radius: 0; } + +.user-label { + color: #D3D3D3; + font-size: 1em; + font-weight: bold; + margin: 0px; } + +.desklet { + color: #D3D3D3; } + .desklet:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders { + border: 1px solid #202020; + border-radius: 5px; + background-color: #2f2f2f; + color: #D3D3D3; + padding: 12px; + padding-bottom: 16px; } + .desklet-with-borders:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders-and-header { + border: 1px solid #202020; + border-top-width: 0; + border-radius: 0 0 5px 5px; + background-color: #2f2f2f; + color: #D3D3D3; + border-radius: 0; + border-radius-topleft: 0; + border-radius-topright: 0; + padding: 12px; + padding-bottom: 17px; } + .desklet-with-borders-and-header:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-header { + border: 1px solid #202020; + border-radius: 5px 5px 0 0; + background-color: #272727; + color: #D3D3D3; + font-size: 1em; + padding: 12px; + padding-bottom: 6px; } + .desklet-drag-placeholder { + border: 2px solid #5491d6; + background-color: rgba(84, 145, 214, 0.3); } + +.photoframe-box { + border: 1px solid #202020; + border-radius: 5px; + background-color: #2f2f2f; + color: #D3D3D3; + padding: 12px; + padding-bottom: 16px; } + +/*FIXME*/ +.workspace-osd { + /*color: red;*/ + color: #c3c3c3; + text-shadow: black 5px 5px 5px; + font-weight: bold; + font-size: 48pt; } + +.notification-applet-padding { + padding: .5em 1em; } + +.notification-applet-container { + max-height: 100px; } + +.tile-preview { + background-color: rgba(84, 145, 214, 0.3); + border: 1px solid #5491d6; } + .tile-preview.snap { + background-color: rgba(84, 145, 214, 0.6); } + +.tile-hud { + background-color: rgba(84, 145, 214, 0.3); + border: 1px solid #5491d6; } + .tile-hud.snap { + background-color: rgba(84, 145, 214, 0.6); } + .tile-hud:top { + border-top-width: 0px; } + .tile-hud:bottom { + border-bottom-width: 0px; } + .tile-hud:left { + border-left-width: 0px; } + .tile-hud:right { + border-right-width: 0px; } + .tile-hud:top-left { + border-top-width: 0px; + border-left-width: 0px; } + .tile-hud:top-right { + border-top-width: 0px; + border-right-width: 0px; } + .tile-hud:bottom-left { + border-bottom-width: 0px; + border-left-width: 0px; } + .tile-hud:bottom-right { + border-bottom-width: 0px; + border-right-width: 0px; } + +.xkcd-box { + padding: 6px; + border: 0px; + background-color: transparent; + border-radius: 0px; } diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/menu/menu-separator.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/menu/menu-separator.svg new file mode 100644 index 0000000..4962ebc --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/menu/menu-separator.svg @@ -0,0 +1,60 @@ + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/add-workspace-active.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/add-workspace-active.svg new file mode 100644 index 0000000..c840b85 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/add-workspace-active.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/add-workspace-hover.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/add-workspace-hover.svg new file mode 100644 index 0000000..ce48f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/add-workspace-hover.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/add-workspace.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/add-workspace.svg new file mode 100644 index 0000000..5b3ed52 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/add-workspace.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/bg.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/bg.svg new file mode 100644 index 0000000..feeddea --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/bg.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg new file mode 100644 index 0000000..a8c7bbc --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/calendar-arrow-left.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/calendar-arrow-left.svg new file mode 100644 index 0000000..2774254 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/calendar-arrow-left.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg new file mode 100644 index 0000000..fdf9cf7 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/calendar-arrow-right.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/calendar-arrow-right.svg new file mode 100644 index 0000000..366e69b --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/calendar-arrow-right.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/close-active.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/close-active.svg new file mode 100644 index 0000000..95822bf --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/close-active.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/close-hover.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/close-hover.svg new file mode 100644 index 0000000..7b52140 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/close-hover.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/close.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/close.svg new file mode 100644 index 0000000..e221a33 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/close.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/corner-ripple.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/corner-ripple.svg new file mode 100644 index 0000000..afa9dea --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/corner-ripple.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/desklet-header.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/desklet-header.svg new file mode 100644 index 0000000..a6e1054 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/desklet-header.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/desklet.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/desklet.svg new file mode 100644 index 0000000..8445c61 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/desklet.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/osd.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/osd.svg new file mode 100644 index 0000000..df41a00 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/osd.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/overview-hover.png b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/overview-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..75673f9cf4d11cc891275cbcb5fc775db9585540 GIT binary patch literal 838 zcmV-M1G)T(P)kdg0009GNkl1!KD9DQ@_rPbw?9N7*sw#Z576(BYZ3DEzb{X_e)6zI27Qi4@NLTggv_=u%gc6IKq z_MDkkn?VhNLVmQbWvk!4Q-E9+tqwIZ;jQ&2E4P!K4{ zVmm2%q@W83^_SfE%JoPU#PVW+Td|Lms^%XH9UnTZV>$b6d z{;iU34gsM(fa~AKN6w(yeBwPF_MaV`T-4G#6|dp!-S{$2pZ|Q=%Vnpz|5@{Ca6S00 zlz1sJXa`i!JTylYZ!b%K?7q9$^qax-syC|M=I)D^N5_rH#`N;-Pu(o__C}S^1P6r% z*C$O!_Ow)PU-d_WouD0qS|zP`TY-r>$~^YT2l0me>;5hrW~9P=&pB+Y+{Wqsx>1SGJUMB~@W z>Dr(%@xn4ps(4lo8$o@ZkfAjy#g-&i?2R`@oyh|q*}}szNcyIcR;ZMdUWH*PF*&Ss zZN4?PvVi6mvE~L-wRk<)2wQXH5CwhZHWD!KbIZ5JreuJVm-AZYihvH8&lBRn&8q26 zs_Am|Ixp&b5n5Dy@FGCRX3>$w45I$si?j*_{L_oH6w%#Px`rnIxA=%Z0mD;*r^|!p Q1ONa407*qoM6N<$f{;O?8~^|S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/overview.png b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/misc/overview.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb4f87f4e8e2b95cb3ae488e84da3d63d1786ed GIT binary patch literal 680 zcmV;Z0$2TsP)kdg00002VoOIv0RM-N z%)bBt010qNS#tmY3ljhU3ljkVnw%H_000McNliru-U%BC88MnF!IrGCBwm9)u_fl)|8*yQeM^6m$^r64|vV z3`vkcNr{9G7J`vMnZim6VY%*Zx;s0&JI-`zYgVOmhkZ`p_Z^=1dEe)GKPaJu{{h0T zyNHO0fQ^NPjqv*gY<94){zV`lb$k2Uf~Q@9+-l<8hxyJ#jr5`=-0o`A3*%NZ)IZ+*HH*RyO0Q4Yaj-SHFD97pssQ;?B{Jj#yThZ--;`ZmBH3X{6TcLhClVGN)8+2eH}DXOOW7= z=5IsRtH-?@rJgzt_jMTK$ziIHi--1?KrL_BSR06vB*7NO!=x54(svg~5+g=@AiA+u z-hf(6AUmjJ5N!<7=zw_Kt@@1A;!n0oVPoSFZ9sMuEm8n%M*X3|nt~&Dnib!6?3%C8 z^I(lXv>9cO?*&+xbF+%p)Ajrqz7v(xr%ra}QXfBG2v63X^WhzB>giInxmnC&7X(K$ zWevfR^DSrcnfwN_`+#Y_oVY)KD|Dz<_PYGudY9+@%%!pAb+$40&w&uPC)cXueyyw; z`Rn4-iR*Jq2{{o~Dh{f_`1;h;)z>R=bn;Fcg`$DF(eU9x!p07j6_}Y)rCbu@F&kA!CyxOMZ8Z_FEHjHVKl}m(9?n#zS$LZO O0000 + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/activities-active.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/activities-active.svg new file mode 100644 index 0000000..6986f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/activities-active.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/activities.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/activities.svg new file mode 100644 index 0000000..b4a4b0d --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/activities.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/panel-bottom.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/panel-bottom.svg new file mode 100644 index 0000000..c6d6f5f --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/panel-bottom.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/panel-top.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/panel-top.svg new file mode 100644 index 0000000..43dd84b --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/panel-top.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/window-list-active-bottom.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/window-list-active-bottom.svg new file mode 100644 index 0000000..f812cbb --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/window-list-active-bottom.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/window-list-active-top.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/window-list-active-top.svg new file mode 100644 index 0000000..5424d6e --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/common-assets/panel/window-list-active-top.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg new file mode 100644 index 0000000..15ef3ea --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/checkbox/checkbox-checked.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/checkbox/checkbox-checked.svg new file mode 100644 index 0000000..e6e2ef6 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/checkbox/checkbox-checked.svg @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg new file mode 100644 index 0000000..fb0d550 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg new file mode 100644 index 0000000..f99c5d6 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/menu/menu-hover.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/menu/menu-hover.svg new file mode 100644 index 0000000..a023a8e --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/menu/menu-hover.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/menu/menu.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/menu/menu.svg new file mode 100644 index 0000000..44e295d --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/menu/menu.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/menu/submenu.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/menu/submenu.svg new file mode 100644 index 0000000..9369544 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/menu/submenu.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/misc/button-box.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/misc/button-box.svg new file mode 100644 index 0000000..0342698 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/misc/button-box.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/misc/message.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/misc/message.svg new file mode 100644 index 0000000..83e554a --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/misc/message.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/misc/modal.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/misc/modal.svg new file mode 100644 index 0000000..ec0b945 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/misc/modal.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/switch/switch-off.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/switch/switch-off.svg new file mode 100644 index 0000000..5d6df1f --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/switch/switch-off.svg @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/switch/switch-on.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/switch/switch-on.svg new file mode 100644 index 0000000..013cae4 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/dark-assets/switch/switch-on.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/menu/menu-separator.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/menu/menu-separator.svg new file mode 100644 index 0000000..4962ebc --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/menu/menu-separator.svg @@ -0,0 +1,60 @@ + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/misc/add-workspace-active.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/add-workspace-active.svg new file mode 100644 index 0000000..4a54d61 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/add-workspace-active.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/misc/add-workspace-hover.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/add-workspace-hover.svg new file mode 100644 index 0000000..ce48f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/add-workspace-hover.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/misc/add-workspace.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/add-workspace.svg new file mode 100644 index 0000000..5b3ed52 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/add-workspace.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/misc/bg.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/bg.svg new file mode 100644 index 0000000..feeddea --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/bg.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/misc/calendar-arrow-left-hover.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/calendar-arrow-left-hover.svg new file mode 100644 index 0000000..fb957eb --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/calendar-arrow-left-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/misc/calendar-arrow-left.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/calendar-arrow-left.svg new file mode 100644 index 0000000..2774254 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/calendar-arrow-left.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/misc/calendar-arrow-right-hover.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/calendar-arrow-right-hover.svg new file mode 100644 index 0000000..f2c44a4 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/calendar-arrow-right-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/misc/calendar-arrow-right.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/calendar-arrow-right.svg new file mode 100644 index 0000000..366e69b --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/calendar-arrow-right.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/misc/close-active.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/close-active.svg new file mode 100644 index 0000000..95822bf --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/close-active.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/misc/close-hover.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/close-hover.svg new file mode 100644 index 0000000..7b52140 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/close-hover.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/misc/close.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/close.svg new file mode 100644 index 0000000..e221a33 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/close.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/misc/corner-ripple-ltr.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/corner-ripple-ltr.svg new file mode 100644 index 0000000..ec3d261 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/corner-ripple-ltr.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/misc/corner-ripple-rtl.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/corner-ripple-rtl.svg new file mode 100644 index 0000000..ec95067 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/corner-ripple-rtl.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/misc/desklet-header.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/desklet-header.svg new file mode 100644 index 0000000..a6e1054 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/desklet-header.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/misc/desklet.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/desklet.svg new file mode 100644 index 0000000..8445c61 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/desklet.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/misc/osd.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/osd.svg new file mode 100644 index 0000000..df41a00 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/osd.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/misc/overview-hover.png b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/overview-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..75673f9cf4d11cc891275cbcb5fc775db9585540 GIT binary patch literal 838 zcmV-M1G)T(P)kdg0009GNkl1!KD9DQ@_rPbw?9N7*sw#Z576(BYZ3DEzb{X_e)6zI27Qi4@NLTggv_=u%gc6IKq z_MDkkn?VhNLVmQbWvk!4Q-E9+tqwIZ;jQ&2E4P!K4{ zVmm2%q@W83^_SfE%JoPU#PVW+Td|Lms^%XH9UnTZV>$b6d z{;iU34gsM(fa~AKN6w(yeBwPF_MaV`T-4G#6|dp!-S{$2pZ|Q=%Vnpz|5@{Ca6S00 zlz1sJXa`i!JTylYZ!b%K?7q9$^qax-syC|M=I)D^N5_rH#`N;-Pu(o__C}S^1P6r% z*C$O!_Ow)PU-d_WouD0qS|zP`TY-r>$~^YT2l0me>;5hrW~9P=&pB+Y+{Wqsx>1SGJUMB~@W z>Dr(%@xn4ps(4lo8$o@ZkfAjy#g-&i?2R`@oyh|q*}}szNcyIcR;ZMdUWH*PF*&Ss zZN4?PvVi6mvE~L-wRk<)2wQXH5CwhZHWD!KbIZ5JreuJVm-AZYihvH8&lBRn&8q26 zs_Am|Ixp&b5n5Dy@FGCRX3>$w45I$si?j*_{L_oH6w%#Px`rnIxA=%Z0mD;*r^|!p Q1ONa407*qoM6N<$f{;O?8~^|S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/misc/overview.png b/themes/Mint-Y-Dark-Havelock/cinnamon/misc/overview.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb4f87f4e8e2b95cb3ae488e84da3d63d1786ed GIT binary patch literal 680 zcmV;Z0$2TsP)kdg00002VoOIv0RM-N z%)bBt010qNS#tmY3ljhU3ljkVnw%H_000McNliru-U%BC88MnF!IrGCBwm9)u_fl)|8*yQeM^6m$^r64|vV z3`vkcNr{9G7J`vMnZim6VY%*Zx;s0&JI-`zYgVOmhkZ`p_Z^=1dEe)GKPaJu{{h0T zyNHO0fQ^NPjqv*gY<94){zV`lb$k2Uf~Q@9+-l<8hxyJ#jr5`=-0o`A3*%NZ)IZ+*HH*RyO0Q4Yaj-SHFD97pssQ;?B{Jj#yThZ--;`ZmBH3X{6TcLhClVGN)8+2eH}DXOOW7= z=5IsRtH-?@rJgzt_jMTK$ziIHi--1?KrL_BSR06vB*7NO!=x54(svg~5+g=@AiA+u z-hf(6AUmjJ5N!<7=zw_Kt@@1A;!n0oVPoSFZ9sMuEm8n%M*X3|nt~&Dnib!6?3%C8 z^I(lXv>9cO?*&+xbF+%p)Ajrqz7v(xr%ra}QXfBG2v63X^WhzB>giInxmnC&7X(K$ zWevfR^DSrcnfwN_`+#Y_oVY)KD|Dz<_PYGudY9+@%%!pAb+$40&w&uPC)cXueyyw; z`Rn4-iR*Jq2{{o~Dh{f_`1;h;)z>R=bn;Fcg`$DF(eU9x!p07j6_}Y)rCbu@F&kA!CyxOMZ8Z_FEHjHVKl}m(9?n#zS$LZO O0000 + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/panel/activities-active.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/panel/activities-active.svg new file mode 100644 index 0000000..6986f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/panel/activities-active.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/panel/activities.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/panel/activities.svg new file mode 100644 index 0000000..b4a4b0d --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/panel/activities.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/panel/panel-bottom.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/panel/panel-bottom.svg new file mode 100644 index 0000000..c6d6f5f --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/panel/panel-bottom.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/panel/panel-top.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/panel/panel-top.svg new file mode 100644 index 0000000..43dd84b --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/panel/panel-top.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/panel/window-list-active-bottom.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/panel/window-list-active-bottom.svg new file mode 100644 index 0000000..b69b955 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/panel/window-list-active-bottom.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/panel/window-list-active-top.svg b/themes/Mint-Y-Dark-Havelock/cinnamon/panel/window-list-active-top.svg new file mode 100644 index 0000000..d2b8f15 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/cinnamon/panel/window-list-active-top.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Dark-Havelock/cinnamon/thumbnail.png b/themes/Mint-Y-Dark-Havelock/cinnamon/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..b892c37d1a5d1ffa878ef6a55a35d851793ba126 GIT binary patch literal 31016 zcmdqJbx>U2(l$yUSg-)WEdc@{xH}}lg9X>%?(Q%UG-%Ml2_d+CIalhkm8gG0mp_4f!aIhF9f5!p#fRt$L& z36X#aKHbJ#3=Zx&oRsKWWw)7~Id>=JwVSSkv$U7&8npb>kKR3hqy9M1x2Tu0ZZW7r zS+uhlrfF?yy)`uPx_G=H^Xt!#3eTS5i6J5?JnL&=)<;8?=BhBQ80c>X34blt%zI

54LO!QF`znyBdO|kr z^Zk9KF1PIt^6x!vT^a_>g>fMJfGB+FlyXR&eU;pBv9YmvJ26PO`d`0(t!Rg99`vZh zxG%x$_F_WFj)7 zH~pIFey+#=afANTUHx<0e|!GZ@UK1o?SelIpW4J`$4gla!RRLQao=4eE0-R&>H7t1 zSv4Qf9+%ljQk4N){oFG2)ogvLysk%BXEyB_X#mkgTDkm9q;%FzoNQWa+5%V9kTFru z@%dQgY>L9!&G3fhP_FP|?PynOWwG<8c6p+_SBDR;UP9gHao~wtf-Q#;Z6r2tY>8B+%UDIIxDW z6~EptCpbSV)^sri_0rH6HXeF1@OvL6kI=YFY_uH~s>Az3UpBA-(;!E5W+AyMQ9@2( z3V?UaZ^Udcd3llVAQknA#C<#saD)kOGb;H;3w-!V)NJ+Dym=IoItaZNs#D1f4W>1R zZ%&cxj6V?5twA-K$EDrCEKC_rBm^`_a3Q@`@_j)ct?~tCwPVR9Tcxf~2KA4n3Mp-; z-{Jez`=wP;k9b?`;r&@xrD3P@#<4nu_zF(W9Dl@19e%wI@{IQmb8Q#FZ)Q8MZ@0>w zj0M?k0g3K-(bV(%@bZ{7ECjP{|@(uE-^pUpQ7KR7;AUW$>Y)CBCF zAnA2XpS-rYxj^xt<@ity^PWG@T(}b$bV+sYA`6GbNPdFAZRgFj1Vrg3wKWOEo`TXl zDLgq81y_(@=T+pOr587_jilMi=wxo2)phypTTkUDGwSH!3I0URC)w!2jDBVv@&l1W z7n|`(UQPVI?ms>CNYFC8e9zv4NC+aCnutzF63+nK2g)S`6nZ%yJ2LM0Qfpu^quQ$T zSx+Hh=n{g1+u0CceHWp4^Q4u1Hg+UML1ZP7zc92}$!6Jw(##$rEikc%+$K~+PX(BW ze)UA-2Nl_Kosx{TIl(V zBy>8bFZPBmLJ+mcemD`fshnxQNfgoW#XWGc~+Lz)iG56vs zoT%yITKD`W4}BRO8Yjf~a9F=jmrr_iSPn57OQ)rE7rj8Ia73uRy_M4O+E!(DzU8%p)&*ivWO-AKZkkgCm;G zAPX!P7t{S0n}Q}nS2Tq(2)ggMa=Ww=dH2{s?QgxeFVHQ`^{dF<@9o23^9wDfAaptO z%vF{1$dPo^kNC8|pEsJ3ra0^=+7hT8k0A2l0-j(B7s%^zkS?}HRu^g3BxAgk(>C`e z@)`2h9$TOCk0#>x9dS*SwuFxxa!;4XoI(wAFofgE0E(lx{?Oe(e!dubdk`T`<7l^L zCGGKJSFbZ>U2uo=n$W02 zopQbKmjb*2rPf#X#gI5}Q#Y_ZKhStz zSiU~&FWsvlxND!YA^K&}(=RuO&z$=?VoUD>0%7wi^zWY@3o^ce&CJE^=yX)fkxcKv zBue|V2^AEA=T}!2-?gF`%;~9kN=iE-1fvm7fD))~Sun?es<_YL0Zva22CJW4&HkXN zUs@RAqAuDao8^0sDY3TEbkWOJbJ6H{!OZ-f{jLeODEhEe=;cOC*e07BrJ8;Ri`xFy zB~pJ@Jr=#BVLp96_(w$HF+vU~Rb&hFDT~b0{Ui#R$`r>u-Qkps=UBOWZ=wtnjI8#K z(q0Z%*PS&RBN!5jAu(xLe>N$ywLCSHKtR4&&P<;#T$S0{;=IZpew@g_=fN;R7V@&$ zoBD%vXF{{^d|^z)&i+YOATInwCKi4f975$h;C%+clLr&AqYf)UZ**k%n4f8&`=T@A zpsI(bj=IF)#s)5YX3mPqaa6E{YGclhtYpS2sJc{eU30xg{=8<14~Zsn<1{1qNaJJ+ zeed8#* z96zppie9njovJmu{mSS1Jxt>!1A-=swKTYZo*g#OuDamsxj#3{P53qFhMnB_vP3?y z`oPO)jxlTm)C{bOsX6Y?>)bD0_7}tR#TY8nN*W#)6V3I9IGr`6YZ+J`lz0VhfIjwk zhS9R=xsgr_g8~aD#YXiLFuaIhlyQI`Moq<+GE{i*C0k=!iiOsMn;H#O}_y^0lXzCx=pV#cYVzOxT7b^ta zX@f7b<&UnnUpJL+>{pU7>+78Wi;e)G1pWB3t+7;*uxBJwrxz~0QO9l)9p{sQbwnu3 z>II;s6Jfz2PiUY0F=gf=T%Zb407RDwKbTa?KE3k%3C6 zZTKVz2xl-pv7t?E|K)FnNaAYLxUn&}#Plf_1E9tDkbH&Ka%p{ zq*4AO|IZcw*7I+}U-@ry{G-VH?kIs)M$Lqcm1ylYYPY4jJz?9eib%G7|`o-8>Ac6yr^SCG4Z(w zzr-J+ZHLU=qAJ%R97gyb{mnJcq9pELD1`bsF_Dl)F14G;G&R#C;FoCo@fr8?=g${C zXF$CFxo=7OpM1+X0S`ipWcOcTNc5M-wdICg%V$^9HP#UMTX%SSf}^Y4uF?3D{-zuK zbrsPVw+=J`-l_Kcds73cVz%y3X`UGW>F^_vA* zfp};qa-#X<{sss$x44minvqfHEPZIm(#5iaI)4-{=sa{N4*;YL$t^{0b=#6a4AF5R7iTurAG)) z?ZocR#i?R>>&nVs3NE{p8T6Q(2Gr6(53erfo=?h8bl^%o7@Ji2V(s@muHA& zW&7hC@N!m|2)_HPgjR11N8Nmmj?YE*N|B%Es66{{3Yu35S0%7N+51uFHRPj0?SQx9X~zO%dx{K1*-Tp$@g6V6IH<~drf%_KQ=jWB=4Z;yU`YCv z9?D(79>QM9VP#d-!wD^0R+k-ha3mSTD?v6{2$RVo{P_fiYISfG2lofhy2Sm`?0DgD z7w4DbiFNkzKCQ<<$5++iBBfL1K(#w+k+6^uz2nW1I&CJCp>$be<2CszkQGmZPG2*K z{5?UJPfgQ4T$Hzl)J-N0(rGbOhW__1qmdEAa@ZS&tz9ZV&DS+MHwObiE2H323dYo@ zWth8ZzKDd0C$||z!4C${VYHy6#N_^+3nyX^x(}B*!r)AQ!b}{KVqphlyn8`VyKxit zBJW*R+b+=3N1@XCG;CA?hpnf`x@%f>xRBu%ttS{tdj=<{E%bD3Y%%vE=+#2puXbyr zp!y_jGrE48FJ>=NGM&mbrnX7!uv${CkPv>B0l--@3n!?RTsoqu+XGP~^eC#Ujas{t21!2j z%16dUI?DU8r~9HK56F+>q@tqIpUjEoi%G_J{n&iq9*|3j;8K`_FPNE(466}LfiI4+ zblZ2F!R5LFYJd(Xz$5)^0=Tlt8zU|8u{$KaC&2pZQ}#H}vih;;Zd$8Zd-xJ24g1vD{-R#7;AmA!2U&0MIBv1d+ zF;l^Cb;#(XU6H$U7nYu4lu8a}l zWLFFB>8@vpfWcN7Q2Lc^ltD+9{Qlc=jLHE~AAkfy3b}VGR;b8_p}7dO5~BAx{GoBG za<9)4MnBZYiR%@ z$M)9A$u|zFyM%LSTeb$7$8=14m-*l``Q%1R4M$Jxf5vkdT%J{~7f&0C2Y&fdDYjHeI&k>xChw-J}Nv+g16 zIM>}l1^D!&H>eUaKI;atp0!uu>T&Te>kahUpCC<0Abi1(Z=J1sICyO84od>MEjW^! zf;Dz@>QlbO+a7taW7>TE)HtHWOF)qa&p`QBI;sD zRR`;WzKV34ICs{drN~k$A_pe#`B=A6>}d7LW0qG7AA|XO5E0w*&b))evK8{lDK#VY zy@DPwQM54XznNowJSu3V|2TD zadri>v_tvX4=(mw<1^}~3XZ-zsduDm*805hR}1R{#zOFfgy8aVj($ZK z{MzLpokop{S?a~XE`d_+1FZx_!$-l>EtQ~%y2r@kE&h24(L865^{s?=#-mU5Sv2rf zL!vtK=KXuLF9^pRznOcVL>wca_eGgk>T?`9N=d6$GxS%?}ovo}(7(v=)icRAJnzM>OB@ zmISHn9SlrC>Q2Imx35p)1^{Wio{=x{IX<-XQPMfmUTs?wMqE7eM8b~MlBLokGr8I; zx=nO8q-7JTL;|Fuddl^y%YzNexh%LNI>7cCYIa>n`;Sa|XbzcM5=gX)jAlp{xF83F zs%3X4Z+`_i$?@Ug=zS{(dDxT#AB>G(*4Nid#KTTnaeiS6c66-ogFy)i`72-jA?yFj z|AFFPhx})#|GDCSySnbrYY#j>bs~c)rTG?PNECX9IYMDec#Po1PGLD5zrK`pkL1Bq zeQs1Y=~vwl2`LfW?P&wa-QfgL0>Z>|`qM9swK05StsyqDS6t+?;&6Zq8<*YE?2#v8 zj3IrS?<~U6Y5~kzwQ-A_{*X!73d}%s!w9Evoz1ydcxr|FUBzAhlu)X$2THSM&{A2! zEA2~sb^-zg>%gxGg;X7-B(fQ92#q6>CqY<=yv)JNPa`l|!^vAYqvqS{6@0em8=|#@ z3OXKgDU^4ysnMeRP0G*kR~%`_*o4yYtx57`l;1du@{wtFE*`>Omj0C0h8oRO73Ol~ z9@lk5>bvunIU*qXp!J13&s0Jl&6+IF<_oIg!sgh~9EuEjwai~dC1^nfDU1S`NfcC9 z<7~fosjQ@qt|=B7oA|c2x8GY~RZ_=O6}Ew18PklGu75zze8M`d?KS4c)a@Q#dxi`u z8K@1$D-~}4Ml7tVPA>=2r!<@q{_!*Q0|rwN*NV?zy~1tm;m^?rcLWu7Vn0V-V?8%8 z{|)EK(GlGtk@_Htwo93W7&a2eGXf<|O-cP?vavLocj`(x9q{MZ!9EKtEM;X3&jtMI z-moHXW3X7#F$eC~mE~Z-B&&TdlQp-mRl6@W;~JxuHF4>GUX{KMmc7s+W?(6BsmP}c z4G4LP#}3UaI52#K&t;|lf;7W#WJ}YB)s7p@WRJ=YCtd4LXt`K%OU4o&;%1PBUz4n8 z0gsf!3^!#D7G1VMp`9>>*AL+LyQGP$ayJ{NOM6^PmSx4SRoE6{Z+JGjR0+q>FD@)z zgkWYhvyZ6+jhl<_x#8)mj5ZF;EYuG&W<6Z*+lpTWt6#B=)o8uh2g+)~O2V7Uu~;b< z+8`HatUJ`R6n~a693q+h(F7j51?SL3?SrkKM)c6UCIVF^Ra&KH>?#k>h5@I2LnjOU zbgi)qCLv^wYGm8b!N*v{azbp8;} zGp_==9t{bxx)c_A-{^^WOjgdH97y?gUxN-`)8?1U6&-rON7|)|llk9i(X?_=d+Z^S~ zAN`XMH><)Ip@pX3hletxY+M0i<|i0hr%rN<;FCw6-5&k!TVwe3rQI?v`u3CLM4TvP zsPYUT@>xT~4H1H?Kv!j-C8{|?gyhR{4av9JpYhV=&TN>r)g}VJD-RGTxzTj_VX#2t z7EjR(P#CWG$3Xdl=BE)4w(Bu)PPXomURT=irvx~+%%V68ke^_~OU77?RtXUe@_Nrg z^QvT=c>(HLsBahQVs0h_aMl5>qsRc@!$7nvm(@7%L$@U?O}1Hh7o{3bAW6`S#JI~u z-HE3d@x+t6vYNxqQI(8#erU>xfGN1=1Vkn}oh#2~EM_?DnlbJ{P2d{-ylL0^x+V+3q{QnabvnvcCmiVJ^Cne|Z=9I#?Hb8rRkR=B;d%KhPs*8AI2gV)l{7KzRW<2vAE2F=)05kfB!r8y? zLVLw*zVMF+^(1BB>(D*}U)lT#p{tX$aIHL7V$B~8X!hIJ2GZ6}(tY88J?TI8|5qj~~#}dCb;;Bx{srFa(g0)j5mwhI{2%;ef`I5M-5G(c&E`86h z2zC-!4~`{e?C{m`=P&5_!x4@?OAqM&$_%{DjH@}g-@+mlwEFW#we&TB-h`?1POXpEOo_9}Xu0=iS7mObNb(+y;?${|tLgojuqKf3`Ix`z zp=1fDg*M*>t!&AT7u8EB2^my`wL{lw@$>4V;Q4{^X4UeG!bM~;_LFxs$Gyh4aT`;cmeQvuxOGO8 zD^1Z9P4;+?UI~^3W20r`2mvnKU3pE`^sg+}rlGO^AsQuB%mC}{djY{*R zs1^h*To?3GPPGSmnX>C;FRqUj=tIqy69~v)V0}nE5t_UH3c$!V<9*ylRYPFfRcdfs z!M4rtH8UK+Idd;Cn#(sGLt4YouoqT3qY#FCkB7_n42xHw zRbLoombAd6>r$J@MJk znvHjgu+~z=c%-JcrY4%j?4NT~de!u1H&veV*|cm#p=0vc?|Jx}a$TbKFzA{K8TU*( zMP7ucv~W2=pNcspk>p|SKEg{9brL}x&v}%{5jSq&6!y5+x#H%C=fNXeb>sOc!HuO? z8)`Ot$|`+#K)hEn-GfAhpf!XV9(ssWjp?gD#j*^+sdsuUf3u4?Z!M5PAKV#Kg_YAN zc*FKYy}CT|O`b)7>o>p|PK*2DBO2l3XQh|SE4}PTwCcSh7M(x^oMrlN<+2xTL00ry>25rH``W&+?~x zewI$jB@wmnuQO)SETQv>X{gtz&p3sFbwA)HYu2DF8>CI$uQ|0-EbX++>!Wjb6m6j! zh8E@JNN(VxLFI-Mj#pE|RWD=By@T1CY>CNRCCOSB^$~ceCay;&lj-MTEm&9OI*)D%*@uQabCm|pIBn~v>UzsGJeREXJA$DjqDltt@c z6YAG26m>$;(nDZ;`gLNH=fDS?(`d&lQ*yWayjRFOhK|0bV$q+0M*Bhw=6Ig>Q8;$e zMN^j85NOZsAgf3PhfyqU-&w6wL%^gj+X(;^*RwH5qpAN&H^~`4pa<%ui##;tZRra# zk=qM3rWr8UxPB(u;eA0-5j8jWSsqS7f^6t7vdg}wkB;w!^I(ErtYf0Bl zk6|A1Y0g+Vek&92uVJR9$6tS10I_30Q)Qgbp$YrrzbM7ysl-;A$V=8VJF5sGKY2ZF zg#Ga7QG@Og2jlXv=bPYKk$PO#dgz}nWr;bR%e>H6{b++{`FN}G6`N_CiI0>9@Dv_s zJ3WiMv+~8_cq@(gp@VsNQw@AA)%D87Vik^`S3i}bDTaYg_dIckc$byh%B_A83iF9f@{*o#c=Xa_M2>uu-<;WZj}GMiRG>)tg4yU4rW!PZL4v-* zwk6iSsW)qkOVI!clt7fw83<}gZmH2EW-Rkm+dus&KQ&{9HcS~662T-DWi}`G5B^%U_(CTEuwmf(gGOLM9 z_*NLRSk$zXrOVytA zYpMDROL_|^7JuN;W@P_2u%rO~1C|_JFD5c))*wC8F&&ZbX%pj>IW-3^n?@f3nN%J> zaW7=%q4L@-`I@dMPl%dTF~)#Z@cqN>PGQbfiy<-G?URAnjKn3SQdPK1QrPp=h$;0P z)uOqR$hvYfHC^4+v3%%Fx7}dbfEpBteBlqD;-Y^1q=)bbZBW{|Exohf+m?tQD#DBW zOis~-ug2L{ft2N)Vp|P>OMYO`;4sni{7Bi?zy);9kP*kV=l1;%5VxUQ5v|lgTiU8h z&%-xzO7uWP-@=Z;#a?X2Y*=zWNf-76ECPZYKv0bf0c&WzSE^;8S3>`KpW#*|*5Q5! zz~u0V{?)c4qah^NOrD4<{Jch#DXmut;OXZ|GPKdFU;Y9!XLk#z&{`1T{P>*;Rf#ZA zdpJ39&X)bAoWR`{KuI(?+u!~DO{I|IgR{9BpyM;cuQO1(2MW2JcbB>Ap!d=tzLZwX z5{h!>jjr0mA&c1!&aI_v7<+7UH%Cn)+fPa3%uy>Nz{ufWzMYq6)@rMvzDAB({cEOl8fXE zY5H+0if>zh(Gj^`Iz&?E(v!a}xFZ>YLd12am zr%MD9h1y?~WoHc4^~vQHL)u@Thhmuk2JmgoJj}#T*Fzx{Q&&5MUP{(z)Ar|G15!qj zEome}yQ1{9pXXBg8tTUqPo*BI(4H5b(Pe@?^j^?SZfb*3qId@7L$sv-v{WdR(f&(PpCkh=7?4s z1(Uk!7TMb%gJ=7REm}E1&vb)`Uacn^p)KT!wZcD3QTU)f+xFgz~RZVB~GrkLj zGt~6p@>8>NVrCxVT-RJ@$Y2k(>VWZf9H6YrmLoq{qCjPf_s|r@qqr;*9c07dy^OIV zPBl&N7?n=Kws5_n|SKbJrw;8*WX-NX|8AOwN3= zg3EfUwBjqkQE8KA40wxMyT^E!d?}l(OSpt;+`|(T@n5_jPZ%Up8Csl71qk{YRcMDr zuLB4W8gahwmw zTM}L;~s3bm9idVaDWvU16s@nUm@?Y}5MS@H$I)pbHH1<*-rsL7b~JcZcl zP6q|rr8@b{{clL6Puy3) zYLB}>6&BY_cWg6_LLE(xw#w~&rRpF&cwl9u@nZP(=glCT0$BtW^H+tPoA{`4$i@r{ zg?I)M1$d!D`yJNF`WoR)7Y-gT>scpS`m1*FADahldsbVKk4mIQT8}6nUhgKi9K2a+ zBjQBgvA&GmJy@AP#nZCfUF1^+40p&7Jq`k3ku12yEx7CPymjwn3+u{Cw$7QJzCn1*{*)RDC7Xu~cJjIonICM02#b z3QVGKebg}~qSQA5qZDTaMmaKm0%rUhYMJXjem{M%1!=n7d6u4jz{p#}<Vsk57_BjIj5-ax1JQ4%_UP8VqVpCCH|xe9(YNkCw%*Sv3IebUSd>#daS8zIv914 zF>@wfrplT^XDpIl2)=L@ay)Ebr!`QrV3}&#w~}xST?eM?nqr&>B6-0rneRy zpW!PkXW1-o(honqhA95{;|*0U9X;>mI}ix-5eNl}zT6Zhlogba5JYT=>e&)S6pORu zNFYRx@0FFUo|`%{NIaPX--i3~r>{(}RR<^Z`l&PpF=CsJ<#uYWlS^i6$@_mAN~tkA zl&pS-GaJcK^3*Gc%7&dXUfJ{oVmyti8{b@GeV(ocL5${nAlA`vyU3ooBi>o0b_ac_ z)uJ2FESXXKpihd5X8>lrap|!f9Ih|(H6-E)WT3QdJu94({*mNNfp{cV|09&8f47L) zW}dtGuaR&ja;2K2=7b*}ws@wd4K?;$!cpC|TZB2F0#i3yO%jyO2OI@XdQC7nmJW7Q zq0!p2te^I4Y7hEu;ZEXOt_X*0rh7kORV3Q2+13v&Wx3qQ=s>2cuBs!o`@XIGxFSk{ zwXd<%-`4uSx;mE1DKbO%D9%5TxJ7R(;Vl0CujC{6%Lz-~5_bV-@ecmex6l_^W*Dtp z;iUwX`40SzI|PmsiTa|`3|@is=T=}RA;wB>=zjyK3RI%WnZ3R59UL8_USmN0Uj8y0 zl$5lO9-bZcpO^|8`yod9FZn-E{2lu5kpB$zpA^xtsUnO|e=(_gY`8(JO9^2_!$R0m zW9_wfBxuG{=&(?lte2144|SHc35(Q9j~wS@vEh2LBBfsf_+N#GLSL zIa#JECpI-Y>CpM3&jE&d&%8T>D_cw|CsE!Oo5c*Ze4@VuuW&*0v~OwHTNpCI7VScg z&PM0XSzEZadfdeM^ZSq3H`YGv)UI?lCDJo*iJ~<|HJntsdAI4j?q4KhwkP^18DYP4 zx@Qbcz-clui)gdjW&no1~#<;R#K2qaXAd9H11(ve6_;b!aO#gj;`hU@XVGUhvk%wQ&m`^yX)nUU!K19x*Q#Ip1 z;2E;WsTvUIex=&-PBTb168_{b)V@ahmv^?#=Lk=e3&X5+%d00MqsNmtTKk()K+Wl* zkK=dlR#9*H9Qm_N#!Q8aR((=ern@WJ_ii~-zwbC%LFd2mJZ&OM*qf+u2ObVCL+dWm zh1qx(e>6ie(x*3b=_3XH+4N(rg58;McsYnCFlmLieM!UeP=#ZPu_LI{T zq@cOTM^o*!2R(77?vAFE`5SjJT71Y$GXfPP9bL}feC8#J@-NPeOSWv}LE-SK)G;2P&_n&k5&2!K9mD=t|9JV+Re`2vW z{#Ue=AIWx2yGQvVV#O0H4kG+&Dokca)c&8>}~2rTgw%ZGD4p zrpbFBO_sQO)m&3}-8vIJm3?1PY5u4yzAZ^D@_R?cR{!iy$F)s}3`Mv3xNc<*n`EV4 zaACX)zIVTI5i`Q|ODkQa;9Ns(GYbu!_aOI(tti3Xg`ECnX#nBLRdZX|+=+Wp-{n>`aGvQnbe7d(lM;QMPY!7lOJCY@ z+FSqDQiu6(Y~=?ZMRH&QePDS1k2}-7!Ii>SST|7slfjtSRU>)HcQ}%82>NQRh@y|x zL}#I@wVGPMnhBlStIFo$=8v#q)lzF~>*{J)v86qNz1W*Lu~ToffT!Ip>9MKCCO&`w zQFzpVmkFC^Hy#%;)TZmH?t}g8N8ahC=`TjAP`G&9#;#)0;zJj*r+*i)uUhsVY(zsH ze0dIObY-B_pGa8Ohx9+LS?zqD=Ged0CoR8N zSQ$KkV^juRK8-4NEL#a;Va-hpv<)badIu5%?o}_5>1ca!0vB#^2a$Ht_6`mq5u`nW zwjY}(Gq|!@H!DbZXd$iR6>0IdEv*uqB~*}-I!d|bQ<@-Z9zEndjRW~~Eqriz$;RAd zu-yRn9mU;Ny%P*+a)kj1`lv7lUdGcWi|kHCd=W#f2X*8*8}gTorA})?!U4RUDOI_T zRkTlr1G%X(KJ8F1Yjdf7y)SrkRU~>~{jkl$c-7lp_gYe^r$1x6qK=thj-3fg<2aTa zX0^*+iy^n5-r@9c8N2_etaRahgmD$fHHyWH`gBjiV#Q;^3ezx2#~_^CqjX)7tMv68 z?g!j%y57z?y_5d*C0SbLtiS>clKfD&5PCvzYt`#*56V~IvyHl0Q3LpFtJ2fxn8{!t z1Wgp1JQ}^TNGhq0->>p_2_hFNJbo7i9TgE-Yuo|M;Zt4t$MEt0e!bS>F}({Os|&V*L9?M=)*dN|5Oa^4Fx9-9~dKkFOiu`^!U8om186zOlnc zBqlVm{7%p6<Os~5aq`L{4$P8iR*6&*%>1~O(`oHyhb5iBgc|| zCouor?^(oS8Ez&jzcvIiRjU%HUql5;@YyxHwzQZxrpU7P@D#!d5f!6oJGKQpS0wJY z{2WADek6~aj8aZ!uxSj=^gxaz)+y}%S;2PntWmxOf;CCx8wg$}dp@_~R;<@YbS@Wa ziVTcq4`0DaF?&M)Q27P7NR4h_=kW#nCLoVHzF!@!!#uMd+2mPxT(N=JboyBYMR&+7 zF_&#VGzr7;Vn6AHCMBjDj+Au3{vde+Hlwmgahiz34imAzjX|t;BBNjupTLittFi(T zloO*NWe!nlns{n?--0~gIW@OSnJIj};bl+%sfhIBKA_x!C`pzNfeLokB&qbn5g)BA zVo}wmsEEO6ZL=uJ^xD9*_$IzL&tyyNjcoE|(SaourLBPR8TWC&7Lgq88bAChLGt}S z82DQY5N;H(_2!5vwDv^X&2d)B2+XNi-LW;Ylq>E?2eCkk(dCF~@x`6(JWU%(_u$q> z)i63?^+m}{-hBq-!g28!@-gFy%zE-G;jv0z^!012)cf~}Z$n7^x1mrvCMKBbr=J0T zB9i9+zgE)y8|C(wdizK5KQHI|k3;?2Tz?z>NUzRw$(xDT>)nR94$aG$1;KVQgyK?B zDX;jNwL)+)dL{mD-g2s?5_BabIhHMwMH=&;Mb8oZh<9FIe z(4)xb&gS?^H){XXi>xlRm6utUCHGF3Z)RNE1EY3yy~7HTW(Pa8Mv2_k$h=$?AJzNd z=6ditX86R>0&Bi__5tklLrIQWK!-pxc9o&Ifv63!=iZbA-W%_8Fr+DkD#9>qZ=x4K zsxrl6tRHy9-vgmFzJ+)DC`lBhVCU%A;r;b*>!gg7j+Ibk%Urr4%{1CH^DCkB?QbIi3h00av@Irv>WA|vCjc1LkO zMs5s6ml$4$`^@fMg&rrE!1r>$LW#(dxuZm-B-s%?0Cb3dezoVWDcZ8MISFF=!~VK> z(y?IS+v*V3k%u*2n2$Fu_ktI)a5_QTDf)VSD<+nfec zBY+~62_}X2Y5hPuTj&8?Z@$&pIr`WFcn|d`no`g{&B{l=+?2CvxyAQ6cHxQzcP{c0 zYfOv*aibOnckWy-WWh1^$tgp4H&zoirsn&FE>suv|}wu8n^T4dJ@eb zl&;j+7rLzpxAbsM&Ud@|9K3e4d?x%SA2fw+{hiHhQTEV)r`jqF6cFL8KuY`OopuYH|1% z?Zny3TAvNJ9UOtHJWCd(IN`35c+>oiN6nc4|?piaMLhAYe zgU(ax7M8UywUbtwt(C%_;gcdOJV)!g`zgZ09Sbl}Dm#0Gh>n^oSswZp05kW#DAh~- zZEHD7sdu31WWC)?--~xYfwFhE-jWVl0e#$MEpowK(ZgjAg;Kq0iKs?DcmtpvdNg0W z*K6ySQZvydIm*alr|M9&4ER8~y^{SedW2I+CmKCHBoCnYA|B=nCk3O{e_K_KF&5?NJ0YleeUN>RgeK4?I!0xJYR_KdV(&&%LGk!@SV&B;~Tv84^IbIP^E>z+^yTuT$ZL z6+dh2Z}XHnck7s7uV`ex{)i=x-JDF97l1}61p^k@IpxA&<7F#U=*ydzvMuP>CJ^L( zoD5?B!fR=!LXoNYn@`%iPlQtI{YhH5AFI19I=f52)F#s6?_MA_>fuG$^HMjGh7jwW zOKz`pR9Ehz73A(TOSta~vfzaAta%ErpB4&lqySz|zI8}^=J^{ny9t?O#v-~hqz0$@ z>QCnL(Y0?~Z_CGj9Gri~04ix>x3>qnPF^VJ497@vWtjF>hi>TdXE1|1sdDT($S%x&` zT@zaBI-f;~6+_>|fy3jU5A`n+t8csRKF$4S-gqx2Sq1#nO{8u0At}>e4>6mX|2%|Pv!nY32P^(z>gqq#^!oybZuI^pwDZ%CuESjjCMzBZ0w*lY3H8bxf-1|zzdyr19M92@rR-wD z`2D@v{Srd|60Lvb|CVt5=Ys!jkAJ)1p&@$k{!>c4Pu*&Z=gPkeGA=@)3n1YUGiAgV z4&k50vsO1Y9{gd+LW;Zdu3dsqN{5}t+`d<^#!^ThVdP5Q>M!(YSr)q97ulEu-Eu-| ztUD?g@IsC?QBhF|gZ%UfC924~?CnT{!C)}6H_881)OW|T`F>#=EmgZ}ud0@|R_slO zqP2?Jd+%L)RjC+7mD;04Y3)(5#STK$9w9a*2x3Ky_v!cjy`MM#C44fT=f2NJ zIi`Y)I2>-?e=$@&Q{)Gd_5UTiu+$G9h)BORHa5PfuHlbw!L%a-F>R+H4Qw^BsR>Dz zl-KC;soNDit+=C?Z?-n&GNiTK*g%`_I^5TPL3q((J5^7!)s-she;c z*$F7f?*DS@G4#A=H>I+l9|T*-d3g)wC1pr$EXLAX%g+(8Lh z(wl6n1HAdJ)DEP#-4j>$&sLL8=a!29S61IP_wR45Cvz?VZRYorRZBXDR}c0N;XUlqoY_HPznuHL{qTKO#IzN{`%kh!BV?3UyAVZ z!UC|vk|Tp~csIn&70Dwc^sg2>EXZO}VN zh?Bc}@sA%Lfs0~iw4k1>-i%ms`j`xHM#;@+t zbky?m!wXtlb8eC|fILvGCt!5w0&&iwji*;~{5VO#fO;I)6uN72_^_G{oEFpj?TCh0 zr>ph1%5^5WdU|@O2oYX6f}Dvn3`74yz0%qu z8;T9arKp%c-`YMw0te)|mu_rqo;g$37+mO=#du;M8ULhUbvNDAo9yAkhZj2ziZ;Vp z;ud%UNl4Xz6VClm*TyUJ{kU=T!ZOjy0uSzSO(Pq4g#}C@a` zNcsI+j1Bg^xVRYJhu#}RAU0aD2yOv^3X`fTpz;~`|DCz|GJ~(#)94@HzP+z7X}A-s z^qZTVup87YKUV|aCwZf7@Y*h4n!r#$HHMzc`D4xQBZ!sNtagEZ)KB)#+WSg{v^%%s z)koea^O_H=CMhD={pUMZdgDzZ`={SIqGD%BGRcG+Jv;WMByTY-&9FZ=jb4N|w$my+ za=$bKG4-r_1Dl)~WJ$oSl2}w!6!n$QU<|P0?~ZJGH_1dv!fPKrd9reX^jNGS5~YY- zXz|B(l5)P|Yh{l1QV+vKJbiBon%N!fTRos*WK;5E>>Qb2(Dnyx0-U3aUkFLq)Rl59Z%E>%%p)dHl*n%JoB z2iZ4^g2@d>LBz1%)of+rzh`Ord0$V&SsPhFJ~C+EG3PSIxY71ZtS--w!S$$#iMMR9WgrmC{1yM~lrFOzdpuhiHLBVs` zNv?g~v&Z~wJ@wP(Dppop3Ksmmy(WRU^>o7;Yx?yTxGZJQUZvm$;n>COgd6L#1Q$9# z9pbA-g`;>@ctI&+XLU`^En)ln3M)Tj@7fqq4dh*k8GaRu^2a_K_Q2V97Mh0P*5wX* z=t$?^>q4)unK&H?C(A?6$xu%`+DZlo@FWdpdQXX#eud{-T-rHR;l1T%GNddq%&yz9 zz56|p>^D8w3~6&LeS@{K-DVBto!CdObZqxhApD?e}|E|k7iAD83l&IV!`h~f~7oo)7YX&|aZ z?()#w+F?W$F9Zs8n^vr|x2!saofwlaE+`~$^=UFF9#C*jUg0s+txJ2sNxw#X%H6=Z zzJ!t%l2NJhieSYn_9T7^b~+>*1qp6lDEyVazJ7yNhmn!d#R?;I3E2CxYw^qZBlsxM zVeyOAI1jAjFCLLE;h3vtkIQpxcxqX@+@~^{>r8)7BpFGic=&QSsuELwygVvl_j-DS zQ}*&`oLaWEo-)FvQ9eIf}i0^@V`x_<62O4Gwzjt9 zhY5d-!Q%FDA;9*wG-7D++Xce%MRg@iQ|>?sSYCm9O`CIz_#7X^cddK{^(?X2e<9np zpT^tU`)6gP!iR5v3*<0id(0TOg;U7<;Hui4t#ZEmI~=bOWSb(we33hbbkxIdF3FH- zZJn%>H8UAv#pXRxbbZ1K!#yg*J6XM(Y78Kuzv!a{QK556gWh+I#!;n#uI3W)nc@mN zR8_NymwVUy__+rJPek@MRdlTf2yR^@tDv52dGjr}OJ>eyQm}}9CPzTucfKIeU3{Zr zr+0J9Y3pbhv9i~K`B7P!=5G(}{&1805lTnh#|IwKo$ZwM_U+rxIXUW9h=WE`o3o#L zTm_?3Lh@|4ZCDw&br5!M=fpa`3BHZCYE(V6Us(cqY%UtTJ=TKgm)oxN#L8Wrtu9;~ zjxi}nL{i)9kE;`fYVkjaK*=Xgc@em1Wr(PM`t&{Hqb|sl!xKg`dq%5_V{t5Xru5WI zRn=wJ-@a$US(XbkGWR2%a znQ%?gU!yxzB+>AQzct69QO~(nR#upVt#2se2DAc}KQd+jtu3CVi)vsA(G&m6gs zW!s&JCB@}g&Ia_yqbNv2bL;>s{4sBmrK9`pu)2?y$9|A<j0iwDJ`pX_BcBZYNKEliE3??%M0F<24WxeF8{8duA$*fdwXA>GO%kM zfyZ^Z8!{~`>-F>JL_pCn5C!X;#*3-AE2!+dqR7-UK;JJnySko7Q!sb2dbD;@O3rum zCvzJ?T$w2;DIf6gd;#vbukW$dS6$tCoVvm&66NT5kJf)#E}4=jUi8tf z`k_{m_Y|@&V6rjiKv&Z`j_<}pPSI(p$b&!wkiGZ&;@L7IhU0f_hkeI8j<2F8_z%ZM z?Ecusi=u+kPoD>a+pjV{D%@dw-joILX|HfwztwvLxdL_cUb2Gr*q5An>Ln~cTvF@0NYl!?8)pku2SU~SD)U9 z@qF~WKqyz+X?$k(cN%*_ne<~ctCZA`z@;qlmp>a|b#`E9q`66|!GB48AXLQcX5dz(MR4j>) z$4{^52$T1%vVds2*WESzuG9gYqXt&d9J++-AOiWBxG^ zKGC3w;^yY8-grh)-|Y#_={lcdeTkA8sXZ~0jS@?u(OL~xa+Zu`jnt2Sr($*2;4>Do zWfronBZ$fJUr7(0o^k~Su1alwcq$Cl;6G&0iYk#jRe|P zjc)BS92^|v1a1Fny*xpJf44^vliuOv)OvK+8h^42KwD7Andj}>x97SY0q_JQb~eY` zlK?u5zq-T&$27B)=RH;lSE;3QC~nxpPiAd)^}rK|+$&hzOlzPhJYC3PXQqaNQz1vM zOg}jzL-qCRL936F@Ex$nd;lV`eHi_9yb;v0x~QggO$i;op&yp6GWBCAAxsn3B6_AP z5EU`kW6~7ltPr_i^XL$&oa;eU((-<3JfzW)SnX%wgH`X!1B>3GA*2yRv>r`ecTQ-| zH}DM+&YiBw3UCHW(GQ20+Tw(|vTrt?YdEaLP2<35w&LR-zMApwribDZB%Vzg+pOEa z%zxjQ#&cQ)$nA6$HCanKp(Wlld(tAP-MjPC)yjqP&YPPP3ES)FTTCl21$6}Y=1>bP zvC8``=L95b{?J}Xht6%?KDwG0{G}n8S%0X!>7rBaj8ns70Z85w=*3oage9r%V-Rlt zODxfsr>Z~*3FUa;U`pa9J$pjA{Hbij#x&<8Hmx^=VP~YD)+QsQKE2<O7Px8 zmd>8e{QxgsTN?2NntY-w{+|o8=hC}ECy5Xm0CK@#oZ;$5M$C40cCHJ}Uy&Zr+~sa? zLzqSKt%e0ZlZF?uZYD|vT*h6U+_HpA_t_GceA$DShaql2VlmU`#jRVSX@_bJRAEA$ zoHyG5j0B{JjdZu8Do?W_dh+dgkauPHXVwW=e_ARE(>RoJ91bx=k+& z!%#r}dP1eUB3rqh z|5Oaeda;P~2j$&nxV|vnGv0L;Lgr(n#n1W{yFDt~qjW{PCPwfUdpI1wzGQYqfdQ|HW66z0W4v%OsVAX#sH^c*QeX^khQXAD2KY` zmb!g~sO8^^`Ox*T`U^Nl4O=$68LI>-Uty9r&klw_zow-7o&>?Iz@q=2$S ztK^e}uNbyB6bI_^C1?=2L%8ui5h>y4J_jX3ZkZj@FYUoxvAL68(5uxC#Chah3$AY! z3|GZ68u41o7udcx88qLU0tkIf*k;g`!JF?lbE{y&lexjDPz4M8nhR{Lt)_#UprKM&WbEq z7&&aolIkOOgDF8i>LYni>v9k6g^F39Kh3F%d3J!t4Y7532@}+OUjC3v+B7A)0@67j zBYkgQJw%o8sxv{*^rM5PDRkN?k$E6?;tlk1;!LLk)ybdADP#@{NIkNM>!WKfj*6QN zTsm9#s@~0-GP3y0aHUqnt7SfQcm9>H?`~(e2{QDx8}))axho=1zwqaAue@FwU2j}; z4SS1kW3G*r?5I2=25d|yWr*CUd-s=KT`G`ev!yM7WkV!<)3cJPVH(Wg$zrq0FGtCF zaJVy>iY$Aq(ex4StpZwZJT+`C7s#ov#vX?s_UQ|eZCJW9lf7yRGc=zTZasb%RL9QN z;#+%%n}?A5af|$|2@hlSU6rI1l<9|MB2tj`IEYlUD?2A%wubs-DsUI>KZRw8Rhp@_ zBmc+D{bPqVs=_Z_z+Qhy$=UH&@+_2e3DHT8b%pjf5<3a`-PR$#X#K&#!GO!-X)iYL zhyuR+Qk*wGTfZtLId|snxMkn!3vCdpJSm` z;^d6ecMk17=ca4Mo&I5YqD)m~J#hF#EP)CBxeMF)G@WlbO<(bk-j?AWfH@<>D&8W zX6B{^jOi3kR9t`3qvUD7vXSQUr*JTx>#5{bD10z?l8Fa-Tg&O0OxFstbqKe#m`)={ zebqi>XD~%NJ{nW_&~!ZQp7Xax5mN64Wd+t8&@cWzjpHtTzOaolSbrJFu!}WwgYMd2 zunhGos@r4Zter(}tLC2RhWR4c1aoM+G-cvBuW;s->e0(kPNx3+i3Hiz=D@md=`y)C1WmDsNlit7gH z^mm}a5><$~SGp?%(TN;S&2vclLvv53&*%`Vtr1=is8osg3s?VJAfG~S0X|9%6?lBCp!{mtRh1x{E2{oDf!=wfP3zD z#|2qomPwTKCNuVl%jE@?mA*1lUZnDjVr;Jqy{8k#{Vr4y?Y8_MIao`)`5x|h<+P1B zygO{J?1l;gE8}Nr>3wx2 zK>1$Y(I4`Q!ae8qT)E^hU0!bs@S6W;SMR};d9Oi~(JsCHH14#$l-uf*!hGjippq$w z*dY7qlAU=~b0!~&e_{3$CfkFRm+Bb-PxgQYAJ>};{OuUtPjODWvnEm9J=d2H8#O}O z4L8Ei$pr92_ZD{rY2h{1NFt5?Cg$vNAF<3K>xIH|eB19hRwv zHa~7|)(K=i%_k4<5^rzJTx?LF z7Obp2)HX;B)>A-dHx5zZ=?Te@P=(jWCR+PP#*(p{*QAT=&h?V^Ggr?(?K9Q|=-%SP zhzQCLsI0e)V2kA=$PqUi$R=Fvc~|@6zmaMjN-|XCGBwZ5D=9 zQ8(JpcQk~v-aAgOJA>IuN_XonEery?c`~kXYHFzX_FzMm{X&{S;8n5=5rpS0P6kt@ zjPQ(Je~P|WEaSK5&T~6slz94?Y^^a`uWsGv>iG23aM~JjqMvCGUJ^h0qNW<-R=k`7 z#SVQi&SD4oXjx~#`sfWi)P#oY)Wp7iHMn}u=PfI{=v%%z|H4ChsmZbr4<7qD@4Nat zGx+`sd5OxUlGdXOm}_ita`@zFlN|4FgKoWP-?M2aMYFab@sj+opptM4fPT@=^mGHb z8bDmQ>&X7)Y)nn4#&uSNLC{q7`s$K8xQ(2FzXNlM?PK-${Pk<^+Ca*{(9jJ>=;G0@ zlDw4<imGYrbl+&qf@HNWpNG*9hLdLB%`*H zbazbINpz7KbNIOw;z+!EJ0E*wEJWDBYW8dwuO~O^A=XXzqDR7Yb@c;gznkJ-z~}Q~ zFZmzC?w=eflLxho>YJhjrWCv$*QWNGwD;1#(6YSIvHipKuf4dvi3FB0qzeEOY8q~o z@ar?Cz=(Sh8w~2*-?YTKwl^&-|JEDWF!97Q3ihEK+R6R>+rLfa&Yu@-3a~u1{^%4d zVKr-2pr87g{+=_qdiPP98*MF>f4^C3$KXp>Sv$F#Q!)(YE}h$TBX%!CX}}NU67of` z3p(3Kz$p5$>{nB~d3|VCyv?XFLbxZ84Yc}7?esUeqi_K`#emu=mf6Y5ZS(=UPZ1Oy zJq#L5FkEIZe$rsgqR=|q?dd?>2QpLIep1a+>ecX35jiUq^^Vt)?e$1DvC@63`^nrC z9?EAKdx6ArLJ!zrPWjfSPuG2=zNSh(W+3*IOx0l(?<5<2gQEDzVM-SEC@`HGV$nBy zsbxKOltSQnb4vKSSJH5PH#&}_6zQ%_@pk;F!U5{R1;?3nd;V+4Zla~l9d`nv{YxAn-aF#0Vjbu=Ba?V>-Uy) ze+B(!^=)mv*oU^wnRjvv7L{eYf7MX~A0N19^bU#8UB6#tmfg}J(IUE~BkgZhwLK7{ zTnK(whg(Jt790;7Hr~>IX`)4sni5HbYr3=RCSMYBQG zdXhu+Bz>ne1}}^S4{sv*bSiN@L=Ntg4$Hleg?{%hnqh`;n=qYQmtIq-H~SU-X!KzVK5G zJEjv3O8@sVA?A}%Ohz+sk{LF*vwO7THlA6?0wg)W9t12!kW%3<(*#WV4q%*GIyySA z(6V2#Kh%;CI~xGNA_GA0Znqe~F9K?W70`l~-vqK#J#C_|-#4zMI1CU3TG~LTf9U$g z2GB4rA*rzcLD&(Gp8$eiLyksx%#PW^fiRb{PUJ9N{EteNTAne<| z-kULHM*S;6LQ4e_*cQ`w#tN`(yXv!NSGALBK6qN2m3sd>k5B{8zdhd5;rT>3L)k)o zsI9NqQTC8I*sQHt)@@0BzWK|`7b@NbmxS4`tz+1_C|8m3YBM!9q)7X=7hNk4l@{F7 zHrAIYZ#;5!wSx0q7o4o6%wHK@v1 z#@CUO`phrv$*3f!jgMrs3(I$JKe1-!&!6Fqzc!bg9Zr6f@>)2lN=B{Io>*>YQ z9vK#S539u9K4VK81Q+)=KwLuaG4AwnmZ zfKE_4ISkJ^ptLI#{kSQ<`9Fl4Y38Abs5`cDeP6GJ+qqOY8a}er+by{NN0x`i5sCSS z(;7Xkz_0F|FfcO0VtMma7u!RVj@WB<Gq4YjucTzx4!uAxl)GMK9+IazuI!;?a3w9ap z=k!0`%DyaO{&l25;J+7v{^Dtpn4 zXGL5w3F(f{ExwqU{Ct=8K7MMCw^XpA#$WuvI180H_z@s0br;`9=5Aj$; z&>NU`Vn-Ci`|C9Jf_EVR1%7^vhUG~6%m8ZIADLeRz?>*5bmuIIWVRZE|B*az_ELwayg`H z1kHpvE)Rn~od{QWRX!*st{4$u8r|e)NNbOCQ>w|mCBeX;4RQ?;_FC&paLiTZHVw)M zwuvdu?R}>gn$cMwvfm0$d(0~u^d~mQn{7rw{O#9rTRXE;<4>O)AFH8^l&`TWDT^L= zyCFjMs43kHv2UbZ(YwD#MC`=$?w~+PZx+Az*i+u)sTaB|LB*LhG0S;nJeFQM1Qt%| zWA5Kpf~fOaA$#PzoXQu|qvd}R`>J0}*WhDFVYtKRKlEBlYC08@;gtwWvwPWHgxcS- z#N%B&&&_%@9HM?bswj~7%fr=sb4H11^o8Tk7%qGly2)CNy#3j1&yuAF(2>{iG`d5I z(qxt;v+t)VBVR*%cMB3a5IBwMb!^Epv!XklDQgUXnWD04BAy^Sw!-bw^8+#F!LZz? z#-00`M24Hk!^`~spw9Eqlhw4_gOF21-X|@^%hXsp-Y>}qy+u9r^z^NO@uh+{s!v$~ zzf*T9sFdiuQ2n>6)%e;Xq;O=?RB@rVT!5s#Jc5FKI%)qh9dr${Hn-Jm72;jCIe2e_49@3D7Zn zC5vkPRG7F0QlfC-%d-`3c#qH9Nfx%TzM=*c3bFBm)ORjm_a!if{oDI*mHV`oYF+Tv zk5ge@(%%cc1wqfR3derBrVHAet+7Qv)ZFO8S{t&kb&%a;M?WjE_=g2GbjPm@vQ_T< zl+gtQ+3%9V^76T4bUdC1y^L5umSrDpmh?cWdwB`3_9d(qXS)+wZjJr;r<#JrA2jU- zy8n@R;fiDh5dJiV_jQ|w4VQ|yiUvzK$Y0#6 zuNOB=e5s=kJUPCR8R{JXOkbO6bl2USo+fR{Fb4D%h+7IR`@r^w_B9tgDVQB zvEd{Ma>t3XA;t@4#UkiODoIn_d|h6HOS&4#`!#t=ZDD_~7R!cIDkSf3C$ z<3*hD#qN%CcJKBMah&(UD;^0<%KpOd(9idhAISKj?-o@6U4b<}%a38BecnZDWPKMB zf585_Y=0CJ=(8G|@DLHVGyT_6qG~;I)85r7LHQ!{^g#9wsh-BW-l&m7aoA8 zy$^akyf2+BCHE}hUnB!;9H=Wq!{}YOH$|7b$a1WRk{4WqH@!GQnj$z_O^gyVFOTET z#hK1m>Vp@t45f4Zb4_(dh8P(~GiylsX5l94{=2?_L{8BA&h8GUC-!=t`Ltwy0!Vv> zk)bHGbQQ+7vQ?@>x2k-lZCYesgH_Ech%m4>{}6SqD;*r;^@o>`ZO7Eo^Bv3A;f~w( z*L;x~zj#58{Q;VDO+eaEn+fu)Vr2hD1v_FN2gK|(K+ceKpAUm7E=SS*tf-Lhs547a z2ZSG&>B`+BS|aeIs;dzof?kA$m%wJ1vt<1R0eun>fp5J(Mo-sSb(6Ta9w-CeHnlW< zz><>!s2yS~fDXKOYf<>=URQ9SEmsGlyls=u-a75KT`P$LfvWwj_^N%U60|DJmT{wi z6FXF}2g^HTcEco(CQR=rD%WBvg9CSZ_dJ|_KI{Re5&WI5;=IIS0rsT_A}}^4lBpQ3 z;L(2Um)-{LJ3Cm-CD!XmvpaxWTzwhm$?Yr44pY{%A+xC!D)M;FMfHYu<~cTRIXRk8 zn@=ea%L5S;>|wX@4mx-Hq?wNZvbeblCnIQFn9uXiqqAO(LsM~oYT2_WIG5XPVmQ4> z+J^{xifkjC?o=+k#O_txm2hwt3k9MhY}*eb9jEm}jSxIGD&r}$2qYv36**E_$>7n9U8-7za=R+1gpKMEA9AE-$murNV5sB=wXKN{1 zbNL!)=jbYbsb|d#dnb5tKoSI!VVSM1EvD$sC^EW!I9xaDvv~`2&jfmP!MT3DAt2_7 zH=PlvNcn78Ec`bM+4z7@DFDGOSNmul4ebth2n`sKKV>@<0sD-YXlhdZvo8Jo`Llay z9-oIXs4(uWwS)g#Rz=5)p{EN3az}q&khkXUKlcU{yuBD`vJX_&Jbs zGmF|&c(ffeM3Pbi&bFFRydN-oQYQ3L(p~Y`#Z0LE0*^Dh65x|f@d!nmd{PLzOLnDX zj|j>Rm%G*~EpwszljHmC$sh>$05E4*1}(QTNd8(ufgdMI?x(2oTkQEnq9szB%@s6@ zbtEM17V`{Nr?|I}eqFDasVB+$J4#^XbbcR0bm8}T2@)vw)uV{(JGGzb6H7}H7f|+- z{hNMt7{YX`_X|NuT55n;xgH6{=(>itkaUh3+iq z-le09v@>G2mq$;L4MSupL-X4XMO;oPTzswZK8MUU%r_ddA=)fE@>Z~zJ^O{Sq;b$5 ze{oJIolR(P^tth5s^I14Q)pKM1G6}J0RD$w&u^4roSx4P1**r^Z%*j`?pMh(@-AFkl>XSA5@GTpSG; z>Gqn@mG0q?!UMw(c~ow0|4`-0E|OWykp`Fs19%9Y@cCXJEYGx+_e~dP*brZ^T8)oMUD116P8~WXcirpqGp1nJu^AZ zA5zu-3ubjg58}-(w&xsDd*jZyPW`m zdi;DMeXtLtR@yGr^zgxhH)duD@O7D;Lti#hc&*IPZ(AlFFVx-nXbb^4N63P?7Jqcj zZU$Zf@YFsM5`wLJ`^t9IA3rZCF5crrGv629WWyw7X{bHmgbP zlUcZ2!=D66lvXSA{XaA6Gr;7ReKBs+m$Q&ko5Q-^-rj@p{Hs(v2AUssdG1?wvk|cM z0ne^oWapl>%iz(dV{{GIYc(VKW#K|*T>`0REDb`o137{GzpkCt>#i~7)Je7*{d*&SG1ZNOYrX8k6VWDGG=LQ}F79?# zR@Pj;-qZq3!|5ptAf(&d+v915wzHg9?kuRt=@vO<+}Q3e`ccfOy9i#D`o9)96*aX} z9y!1Z1z1Z`zI-{XcaQlTzIZh^F)^_l%mkb$VNeTvnPWJ8a=0vIc24*^RzoTV)JfYP z4?N}#58RQQ0UVsK?cqQ`=AJG5i?)wP" style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*." style "thunar-handle" + +# Caja +widget_class "*CajaSidePane*" style "dark-sidebar" + + + +####### TERMINAL ################ + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#3f3f3f" + + TerminalScreen::background-darkness = 0.9 +} + +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-down-insens.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-down-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..dcba37c9cdef847baaf8fd9dee8ddf6af2f38846 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprU9`7sn8e z=;V${vCF3z*bRLR{Uwv89r@G0u7PU`kcvDv;h5BB-DmMRQq0adIuq_qKfpMp`)Qx0 z+-LQwq%-qp1bglY5O(^Re2#hRoi5SlnVc+zmkg^Hrz+$y^y0b0Z0>FVdQ I&MBb@0G~rhQ2+n{ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-down-prelight.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-down-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..51ef506d94b787420d9dd1de4cebaa8dc63d655f GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprS}m7sn8e znaMjoys6PxVe7=uKm|d0O(^hI#kP9^P*?S8^?Xc82m!JNpzopr0NXuD@Bjb+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-down-small-insens.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-down-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..1dbda3d75553b80dd9234371d7ce47ef51bc0f00 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;VY0Y)SKuRXIj%d}nz6K+lV9GyDVDcz6n{4CRxp6ejf;dN*jDO_n>hCNrTa%lAQt srPOEhXB8UilPV`FU9?U*s*uCrmLO{JcH!jNKvNk!UHx3vIVCg!0F+Zd>i_@% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-down-small-prelight.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-down-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..9de0a08814dfdbd7ee60e6805c97ff8c7a0b184a GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdvp{7sn8e z=;VY0Y<>2&4_O86pVhsQoKd*w?T_V)*&L$Y|2Y0wHeuoap5xPH>Z|Vj`EmGh_CI6C xvp3Hd{(13n|M7nL$1X-cdQNo8x*t_wVkr5d5E#MH^&4n1gQu&X%Q~loCID{MO2hyF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-down-small.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-down-small.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f06c41659773537f768494b82d0e56aa5ccc5d GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynTA)5S4_ zV`gu!BHtkg5!UBdzv-yNFuDdb98{cD&@?aM{f0kFCb78gWRg3mxPmE^_vEtQh5}8G zPtNp|`?EXatnM+3--(8P+poniaxoO$^0b<9^M`Ct!?ofpMwSQfj5hDx?SH3M^Cd^j zuYK{Y0!54pCr@v>Cqtx7*v$vCGiamMx1zdv?}$9LEU3hda% Q0dyRLr>mdKI;Vst04!2vy#N3J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-down.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-down.png new file mode 100644 index 0000000000000000000000000000000000000000..16604bd24a4ba86f2ccb47be4e48a6501c737298 GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=&)5S4_ zV`gmMLasvr5^m?~56kHMVA$7kG~<)4i=$5R1_hsuT?e<`eL3Uc1MdiyTBi5|8Aj4= z$OKP`3ly4TtlSl^x7 wStoPcpW)}~}U&Kt-{hE{-7_ z(a8x6%>mnHv>Kj2a3*o(xro5N#BnB>7U1O z@uYyFbg}NUav!BB(pn<5I?v*BB&W~}U&Kt(a0E{-7_ z(a8x6&8u^si^o;4rNuqjx8d`l|J-jKo~a(>c5ghxH-V}1v$+1BofG)NiW2n$N|a`t zJWvq%?a@~5{rW0SJHuP`&>jX) LS3j3^P6h*rdD+Fui3O>8`9aczaSY*@ z>DygTe~DWM4fOPq6L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-right-insens.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-right-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..9cf5f5537e200741221287dbafaa6290a228de6f GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&;*E{-7_ z(a9Z^Vw(-7^fEFf-A?{@{7ui(wxZ-y$^VYd=@MxyTKqVERXu=Whz)wnPm3r1L>I|yx^4d1}KKp>?GkCiCxvX~}U&Kt*AmE{-7_ z(aAeLy!mrzbqsahu@E8i>D@R5^n7J?lhxQ zVdm*g4$qG6;jY)8W2w$1l*^>K;~;n7r$>iA-F_o5mtmofo`%DuAVZ)H44$rjF6*2U FngIH;Nl5?z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-right.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-right.png new file mode 100644 index 0000000000000000000000000000000000000000..9f13d5223339022257caa4ba0500a62772dc2586 GIT binary patch literal 304 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9O^r+34@^kXnzbf2+OcUxR=FXsV-cfHBe%i@g+P{79UMb)tzdU7o*w>W%e)4 zuXr!6vYp|b%5vtC8Iw&I{Fp^tH;POYI^e5m8XTM9lA^5?KIyTFr`##a?Lre}4(wd_ ry3_F4*ZT0690%s5WUT%B<+AgTe~DWM4fItgjh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-up-insens.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-up-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd78cc1107853897ca9b1ce1d5cb13b94174cfb GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Q>3W{a0I_FgpN;h3NxP^|c@{>)mB!W9lWHjG{ zn{7%L>!sg977|I*j{NCg*RY~rlQAp)oWN(LZL*13KEY>%8T=Q?o7;rVnGUpt!PC{x JWt~$(698|ENR9vi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-up-prelight.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-up-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c2fb35746d02179bde19c1a1b82728495c03f7 GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprS}m7sn8e z=;Q>3X6{Sk-{PhuIy8J{64#6QQUCB-YT=3luJ5>y>;KtlAlTu5_W>){oW#8w{vO)T zo#}9PqeIpGTD~@J?}jL?1+Tmt-aO?IkBiB0pHa2&Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdxQi7sn8e z=;Q>3W|xaI=1zRX!!hB2V6n-w{4<>aels|d&rF)JeB(1i{^V;W292(ZZYSBfN-|{L tozZU?o3L=k^Nn!=PdC0Z^q1Jc$e=DLYF}`-80ZiN22WQ%mvv4FO#lLBK+ymI literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-up-small-prelight.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-up-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..b73866affed02e7976d936fce079bd68d4dc3e82 GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprSxe7sn8e z=;Q>3X6Hr6%jOBBJ2d>2Io>b#zxvM+L%$UV>W@A4?z6YetNZitqv`*d2b|Pz_0?Nt z9XL?n^Zmzh;n;+QkI(y8I9`!2w*S|{D9ym|)m_2&`@QoAfQB=8y85}Sb4q9e0Mh14 A1poj5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-up-small.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/arrow-up-small.png new file mode 100644 index 0000000000000000000000000000000000000000..f5431a615f4a7522890f4bec20551eb29519f047 GIT binary patch literal 278 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynTI)5S4_ zV`guUF5e*s5w`UEn>b&vH9nTA2oR8Yz)^SEw?DwSKzr6y7108Q9c*1K!37Pco-I7p zpM2%X=_kfDfuUC~NEGMYE{hg9y7~6f$-CD5Rw`m#cI{SnPvHmQm8&vmJzKFVIdm?A z^7A_@b-XLxHJ93M5SduX@sLfYA#z%3`}xUV%2w_Ac<(;rC!2bP>?3P`Ocz&KspBg5-u&wghk1yr=v)5S4_ zV`gaoMz6yO60Ya}b}SKS$>YmA*XOj|sq~{^iRu0R+0DBzOmK3VF5nncQYt8@KL1$w z36VOXekw2TWVUok@BOJj4={MT`njxgN@xNA DQ+<2P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/button-active.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..ef088723c8402351a16d834a2c1430349238547f GIT binary patch literal 266 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>!2Ka=y z0%=W6O$``OS62rzfg;*qpr@w?ObE)5S4FB0M>vYacgrG>gQIXM36(h52~yJb$n!Tw0>yzT$ya!DG(6oMA2+vgQd1 fU)tIqq%ksVU}ol+dEQMCXaa+$tDnm{r-UW|>$gps literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/button-hover.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..a7d3dcde6b2164954c9d282c700cd19963069b29 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0%=W6O$`kVZEbBG9UUME1U5D{5Qe|Me?UOM54l~7K{k~H`2{n`E9~06XYYfbM=jUR z1PYpZx;TbNgeNC-&ERC#W#Y*R-JO`QlbQK=mPLLzGxPI2mKg?zDpn{S>=N-}gcyqV(DCY(S=}2l#}z z0%=1-LjxGl*VhMf&CJZq&CMZVwzjr*c6N_KJq`hta+L)61vAJi?ApC&?}GgTe~DWM4fH>OI< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/button.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/button.png new file mode 100644 index 0000000000000000000000000000000000000000..2d6977f4178698543c058a735c63f2e69b36b8f7 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0%=W6O$`kVZEbBG9UUME1m@=E5Qej}vx|#M-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkPe=FDX{-?_|#h=ldgqKyb?0;nhpr)>6_ZsdJcX{yfj( zCBBV&{2KTAH3QLpzxKm^?MDMTj|X&}3hKEKGU;mT!q`PXqh(8i{DK)YG&O5#YkRPQ zH_aA5fC>{lT^vIs!gKrI3N;7_xT@Z|#4ajy@4w|`o}`k0ca1lfmkVaSV4uIxg5wpp zhrqr?BJWnT3O}CLvMImK)2+}b&pA!2cZTSWhRFJ*-`Nb82W>WpUB7q9de>*~OJXE0 bZ9Q*)IYg**#k$fopj`}}u6{1-oD!M-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkPexAHF)B+&`H;VCtVAfcr|3=HEkf!(b3k?)zQ_{H?`F_vo*AIGPHCyw)Zi%_ce71 zHFXIya|?INo8wWk%%^sXPu+IEragYm`vTgJ1a_SY>^dFPb2g~=d~olD;QmWM1J5w* zzXi03y(Gvln8DM_`_bbk(dKJb0EH4fT^vIs!gKpQg&GuiSd^P~ynod9?Em~P4ht4+ z$iEyqnN>mQ>;**$297Te7#bM&UGUcU5^*N%j{YO#lU3@4VSin3cI=*dH^C^h&n;-1 qbLh+0LuJ3431 ztekO_4Jc#i>Eal|5uKdSz_`pZz2QL%19SM>ScM&Cjg8OsBxDxYHCv0h#K#^uu!%k8 dWhV0uZH92C01ocDi{?Ph44$rjF6*2UngABVNAUmv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..e9f7c0f3c957c1619af4ab4c7533f83c05ca2996 GIT binary patch literal 256 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4vytH(~cZ1D}Ed}{S2G-B-i5{Lm<9%Ia*%3WtyBn=vFX# uXL?>@vSFMh!((`CWzvqRSHl1NPh;JstlX3_lm7$IAq<|belF{r5}E*-kz3>d literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-button-active-rtl.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-button-active-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..33d83762096db16216fa311004b4e5bb0a633477 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!3JV=Zu02?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4Vximm6~?dv|lm2fCw z&HKc(rBjSvE!_HTkvDsLJk$Nl0&hCqk~-C9Wi0Ca*SzhX#g)7Mlfp%E7#6IOJ~=m~ arBiz811TnvfJzIXtqh*7elF{r5}E+(h*IkS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-button-active.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..3e70a7293c7e53e393c2ae7c1dae1816ff21a5b0 GIT binary patch literal 222 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSBm#Uw zT!FNvrltlMXlZFd7vKr0GfgcyqV(DCY@~pS6a#!h zT!FNqp`ig7=bP0l+XkKudYPA literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-button-insensitive.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..f471363d28a741ae207235697b0d3f34d119ff0b GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!FNqp`ig7n3Ge99VPZ!4! z3CU!Q_9i1|wzhSl0RlZo=CvJ(v-7!mqOK$gcyqV(DCY@~pSR04cL zT!FNvrly95hK`PoHW-+jn?o38W@gUL&Mq!46K_u53RK5Y666=mAg{1{&)x?=-M%kx z0O|E~aSV|NPfjR$-_XRyc5Thw0E5QHTGOVpjLCe)W}DgcyqV(DCY@~pSKFze!&d#yLLbLx%MpMOpqQ= z7sn6@$z+e_rVwYgwo@|&3=T^koOiS9$UHNjn;vy@9v(Tsz%T5|#t`zSUFV{+Mh{RE NgQu&X%Q~loCIC?OLA?L~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..355ec9644064d8383fe618507a26181dee435852 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSbOU@s zT!D0G!&SG~ZilR?e&vgON*4MR&h{;s71VLe!NI{TBF8NvH=tpA$b`!w6R&v|c7Zf- zmIV0)Gq7>gcyqV(DCY@~pSbOU@s zT!D0G!&Tq3nSP}Ue2NzM7S0UpI2zP(%)!CIEh5(~GB2QEdqCrkkO`MVCSHrW>=g>s zz)=$97tFxMm6=`m`*-VJ12>?Uwx^3@h(vhui(9|>xa16Uj8ht#7jvi`R#o}dta#4t l+vzZsZ$<7byM+bS7!KH~ahLqBJPOpt;OXk;vd$@?2>@>DP^|y} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-focus-rtl.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-focus-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..4504cbb8ae6cc01602bdb7f0fd772b512e8fee0c GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS3<7*Y zT!D0G!&SG~ZilR?o<;LK3+H*}PWQ~28rXi+!otEKDBUqQ-LGz|fBm-L{!1YfuSraQ zJRM|fNswPK0~gcyqV(DCY@~pS3<7*Y zT!D0G!&Tq3nVto+y$a@fD;IK!`Qt6%*#|N3pg{g*-}UgL9_ zod?vzQ4-`A%)rK#nO*q%ck5mQH=vk~r;B5VM0oOxTi@lm>_9EQHKBk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe70c85fc36f076663777512c56970f7c8b18c1 GIT binary patch literal 223 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zTn!8i3=Iv9jEszpjZI8UtgNi8t*vcsZSCyr?CtFx931@Qb8Z3^8+f`nhDd}br!+9R zUDi3qC-GZFe$Lqs<)%$%Z}cS?hw$Wn`|r1=E@jWpenC04b%6}>{W3F!ubtQd)XU)M L>gTe~DWM4f98y9J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-insensitive-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..e67ae2ab161e0f6b888a872a56efaff41bf054c4 GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zTn!8i3=Iv9jEszpjjgP#tgWr>?Ck9A?HwE(61INR1}f9^ba4!k2v5#1O=)Oe@WDjG yBf-GedBf3(H*%ck^u7^Kv1i+gcyqV(DCY@~pSqyv0H zTn!8i3=Iv9jEqc8P0h^AEG#T6EiG+rZSCyrSU#Go0+nfcx;TbNgeRvoFeXMHgcyqV(DCY@~pSBm#Uw zTn!8i3=Iv9jEqc8O)V@eEG;dqtgP(p?0mg)?SX34JY5_^B*K#m#1a~q4}U4r&`1!_ qb>DEaT{D`eGgqQ7!CL!3GYi8Tt#lisTgkOR9SokXelF{r5}E)kIyZ9w literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-notebook-rtl.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..a21fd44e1bcc30eda5b8c064bec0b12d6b51b7b0 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSbOU@s zT!FNnhqzP`SJfq|8km4kzWsQBAiAS+9P{DK+SxOp;j zic5YAO_%Zq3L1O5IEF}sC(qzy-Tciip@Gq@pS!?}`8FHN>`ca{vj&M7n`ch^bExlw ia`F*Ywu%{ZY8egcyqV(DCY@~pSR04cL zT!FNbJ_baeFf^{uR|92^{e&Hv~RRL5QtgcyqV(DCY@~pSbOU@s zT!FN{oY7)-V=i;kSrf*CX%dfe(p1c>5B2v5 hic365-1ME1!RWp8hVSy1M1Xo3JYD@<);T3K0RSW*M4tcv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/combo-entry.png new file mode 100644 index 0000000000000000000000000000000000000000..4e6d895f572da9a622c2e3d43f11987d16683556 GIT binary patch literal 240 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!FNHwW0!2(rOe`!cPV2a~1J$vY1o;IsuyJK(7yiDU z^{yYJ)zif>L?S%-#??4JR#u+VJdzI2naawkF?b#l V?N?s*@*q$fgQu&X%Q~loCIAc7LeKyJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/down-background-disable-rtl.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/down-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..f3be72c574df3da12ff76369b3f71c5badfed1d7 GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD=x;TbN zOifNnNJua+F!*u)`0?Wn{00xF%7%KZIu!4s`RD)t{}1Qe*V`RgKB2V{2s%48e?C7y mzqsz-AI*~o4jgFnRb)8KBN)8LqiQG6Kn71&KbLh*2~7YRtwbpR literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/down-background-disable.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/down-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..8e06e28d6fdf4049c8881559d1345ac61b4b80a0 GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD;x;TbN zOnrN5p=g5vkLyKozvrjS-blw@7v1OWyFo(f!rouAc8l|Ry0pZ`R#|_nU!&E)Yp`p^ nOzs&B&X=y=K47w0`T^szHzKF!RCBli&13L%^>bP0l+XkK0Np;_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/down-background-rtl.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/down-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..cafcd34bdff3c19304745d7be3371e4ad5f7446e GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD=x;TbN zOifNnNJzMF_3B@J9i1}`{00xF%7%KZIu!r^|9^F_hY#iL>uioJpV8Xb*!b}LeEXC4 n_tnn+{PwoFCmS1^Sq>Lt_I`1FpIzM`cQSao`njxgN@xNA;mJWk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/down-background.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/down-background.png new file mode 100644 index 0000000000000000000000000000000000000000..7c8222c62eaa72d1df49fbdf56c11039226010d6 GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD;x;TbN zOnrMwQLMp$$K_yr9RIY_1y5#JeR(ybi=|tU>Ff*1v@jEuhwmQ0xO7>5|M68!HyAd1 n3l=hRCwNuumX4TN$#f_7tJFNdn)p{h^B6o`{an^LB{Ts58_qvk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/entry-border-active-bg-solid.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/entry-border-active-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..59582142bff413464cbf772afa0e8f429afb6906 GIT binary patch literal 298 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6HXu_i1AIbU zfpqAkYatV^2T!^l+Y&apUH#uV4S{`1j!$P}s-Q#W6(V{M$)}Oa~M=j`*#- z!gTf2fBD<&9M$bN$A?6oiazj@;Y#?H ivzNI8qD^iGeqdTtBcrKtEg%DEE`z75pUXO@geCyQYHaxc literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/entry-border-active-bg.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..57a951bc6b1db6025f02baa66a39c1107b101b1d GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6HXu_i1AIbU zfwV(tgJl6<4~aZ=*ucxGp{RG; h&YjM;xYA#LVv75~w)D%cZy?(kJYD@<);T3K0RY9?XtV$T literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/entry-border-bg-solid.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/entry-border-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..d03c69e28484913c504e32800a04e19fe9f0696d GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zYHMrj>gww0>6w_An3|eeSXfwETH4#&J2*Hr$}Tz&RA%Yv;us=vIhjK&p@GpYnC_Y1kB|ZhzYPSgqomi-HNMH>EzoS|>!`+QNN$ehPb^{Gz N@O1TaS?83{1OWdgcyqV(DCY(S>!2Ka=y z0%>h+ZF6&TJv}`GFfcSU1k$>?xXZ#}J9j$rYQ6)OgNV9WOXEk&(@%T0+cN!NKgXi^@Ee!z?Ot&kdd^ v{tla*$m!)V$D^hANVVj>H!bZC-c&RE?N&_Ve7OEN&?p8^S3j3^P6gcyqV(DCY(S>U1^9%x z8WaT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0xGo-U3d s5>u16Y}oMQd;{Bz3#@Le?Xwjaavm~X&pSIK5U7N~)78&qol`;+03;GA@Bjb+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/focus-line.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/focus-line.png new file mode 100644 index 0000000000000000000000000000000000000000..7918ae91aa8d97f0b7f9ef8c669a8f05bc0d9f35 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=mSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt)QPE{-7_ yGm~xV|LxIYwsH^$Glbi;*x17#La@!m|wacmstQJYD@<);T3K0RSK9B6$D+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/frame-gap-start.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/frame-gap-start.png new file mode 100644 index 0000000000000000000000000000000000000000..53cabfc78aa979b387b0bf0dfb364d93f5db9416 GIT binary patch literal 139 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y0VEhMdMbp0IK@t$Aso-RqGtj*oCO|{#X!Z^ zL734=V|E2lP_o1|q9iy!t)x7$D3zhSyj(9cFS|H7u^?41zbJk7I~ysWB5qF?#}E$L d7#La@!m|wacmstQJYD@<);T3K0RSK9B6$D+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/frame.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/frame.png new file mode 100644 index 0000000000000000000000000000000000000000..1cadcd7c9c95af19f27318eaddd6871fd89a76f1 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2xGmzZ=C-xtZVlH;_4B_D5xc$)o0g%gC;1O92 zRDKPrNd`|>KbLh*2~7YQ CjVzS_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/handle-h.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/handle-h.png new file mode 100644 index 0000000000000000000000000000000000000000..3375bd2b7f20cafd6337ee0280d7b61568fc6e78 GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^59gP2NC6c|dAc}; saLi0jP+&J;V`crDo&W?=0Y`xbED~USxwiB36`(2xPgg&ebxsLQ0RILl&j0`b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/inline-toolbar.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/inline-toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..fcd4fcc99ef488e27fe3014193012f636732931c GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H zS8Z)=Lqo&eET8OwB7&YSjv*Y;$t(WgTe~DWM4f DQm!it literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/line-h.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/line-h.png new file mode 100644 index 0000000000000000000000000000000000000000..9b1daafafccf0b7bbe333ce376d3cfe539b693f4 GIT binary patch literal 151 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&>+E{-7_ lGm{e~}U&Kt&>+E{-7_ mGm|e|yY}z=0U$WSz{((|#@IY*W$+iEJcFmJpUXO@geCyVJ1L<6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-arrow-prelight.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-arrow-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..a275339825695376efea05bf65cbc53005e49002 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3HD^Kbl$tDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0x7o-U3d z95a1;9k~t#2sp>veO;$#r`*+jX==$$r74n{auaT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0x7o-U3d z95a1;9k~t#2sp>veO;$#r`*+jX==$$r74n{aumbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*GHXPl#*q zOiPv;=bPTPW4Xs=aZQKoQJPmEUjUD_$dpTZS!kC8URAa13H1|L_pW6psq7PJr_dyE`&_D8Zzl>jGCPX&=$FpAirP@P0gCx z+8!Lh;cE0ls9P1~LSvnIXy#&Bu^Q-dLc9fw1H zc$0k9>dWCf=FS6B%?0b)t5+WvKeX*i)N|3M+?B=bjo(vQnHYi?4AL|hj{RYrxPX84 Uk3%cJ0BvCKboFyt=akR{0G3UK$p8QV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-checkbox-checked.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..3b2551970e900d7005a81a2757cc883c967c4b55 GIT binary patch literal 327 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*F&LPl#*C zpCo*B zOazJqd%8G=a74$R^Au`O5MVjzSSa$H*X8y9|6dX~+Dc#T*(xHMf2~6`+-sKl1d&~; zr?*?hajYp;v5-~b@UeQsFTmmVnw{f8cCOO;8^4;@TzTKUQT~qGUcU3vr>3$2jc4$5 L^>bP0l+XkKKYVf| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..44c0eb87284c5b17d873b323b332839ddb1b3fe5 GIT binary patch literal 223 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uAB#T}@sR2?f#ZI0f96(URk z2Vq7hjoB4ILCF%=h?3y^w370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iiefxn978lF zzCEod)Sw{3_VBN4Taw{z%Vzh=@FxjX3~4G32lF19cF+DE?DcX&%7IgRxSlASOzLsH zB+_f>_5Lo?hAM`JC9(-0&%Ceu!nx|e(?9+X_#E=q&J@mdsAC8f75?z`rhq!o9tKZW KKbLh*2~7apkW9G% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..743d7e6309880e2ef9320fa45e437354b7a47dc8 GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uAB#T}@sR2?f#ZI0f96(URk z2Vq7hjoB4ILCF%=h?3y^w370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iijqBD978lF zzU^Je+h8EV8qev;eqh3b=)-Pj7a&0C(%x&2EkLTgvQw(_4F`n5``30n^wPvY2~>~KC)cwR;X)H S*|HyK9fPNmbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*H4vPlzj! zZfN))x@uLx^y{IMFNRLO5!`<(eA4BRN!NoXTo0ObHDuD&;0afQCtnSncrA3|&5(&# zLMC1ViiAwK24v{y=;-Mi>ggMsyM~*)Mw+`v`Ze$OYd+}LdKjp2;_M0upat?JL4Lsu zOw0<3ib~2s!6DHxF|o0=wRIhxJ#g?pU2_spX|kt_V+e;V>p@1QMg|eq4eE;oJmWcc z|2NF_EZXJ!*+gct%2~+^=AP#mem!AnFe|UQcKzE?Q{ii?qCTGJS-MKh#yD~HD&Aza zn)|1Jw|hr1$V`%Rn7-sC!(Bbkq8)b6K5p{=#Qv3$_nzaUmbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*Hw>Plzj! zc4*k2HuFr-fZ3BkWC%$1Du{uEw6(Q$ z^^J55jCBo6%-q7w+#<}}BF)@^D9W$pfPc$D|JFl5^+7Lp-v?SLQ4-`A%)r8GZDVU^ zKXuylnM;=~U$Ju4<0nsl{QRX}_?{1_Ce72uF@!^w^&mUbK?V`l4a?m!bB}Hhe^>A3 zIcdx7hc-EBo|Bfbm-tSSbC|w`VMbc}`NyArCCz30zN+fs1mSg|rH2ifzopr0F0rQ A6aWAK literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a22bcfe23b0fcd063259a446b903d05eba0fa4cf GIT binary patch literal 411 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*Hw>Plzj! zZfIywQBhG=R#s9{Qd3h?RaFIY)z#I3Y#`9p)z#6_(bCcal0cvV2AZ0hKm`yrKmmwK zphlnwPztC;Utb@nSWiz6$Og)Swdw%b5klM4fL5xO1o;IsFe$63Mnpy@r=%7Ymz0!N zRMs>#x3#r*bb>%v*QBXar_DU$yi)2Kg~5W#jWQKm8+LCBsd>pD@qOO+Pn_q^E!brD%p!upzTBNZ<*u>ve4xb)p00i_ I>zopr0P&Q6$p8QV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-radio-unchecked.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menu-radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..63b4fcb4ca12387147495b93e60a9bdde6e45e93 GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4u6ByT*@`3|I*ik&<|I5oc5!lIL8@MUQTpt6Hc~)EJ3U<-LnOj; zC;0L;8Hlv(exT*!onhOs;9*}&0aKk{qJ#Oa!u*(yg-@AwY{=VUlA&a<`H#`(Pi+F) zIRQ?N&Wjv8_I1gar-sLU^xIQ$JiE$S$Wma-v(UB`#=&ra-_AlMSpb)4nvmc-YIoky(w|5+)@ zU3WM%W#!wJIL&(h_Z`Pg*)B3zMr}^?HjYmH!niqj`s6hn7dHVt!QkoY=d#Wzp$PyN Cw{u7U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menubar.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..b10371fca679a675d127f4f89754d1aac83b0484 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H zS2Z;?eSLk?X@%ZE5kXHE#}JO_gcyqV(DCY@|R21^9%x shD^M6TD6=9$mRBQaSY**OlpinR(g8$%zH2dih1^v)|cB0Tt-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^tfKQ04 zhK7c^y1E(|sH&<$7;q6FS6f?KM@L6jS2rakrK+lG8q=j1pkA($AirQW^}YM{pFVT; z`#m5^=AJH&Asn*F0`s?KT{U53o4>pK{k_117py_$(h}F2Roc5!lIL8@MUQTpt6HXu`t1AIbU zfplorRL|T=z6CQp^QL;|PV*_45!i7wsNN+`oob^X`Kw+C?l}k5;~3G%g^ WtgpP7()R%kW$<+Mb6Mw<&;$UY!eS!; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/notebook-entry-border-bg.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/notebook-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..b303b7f4badb99b6ea6903251428d2fa3f285a71 GIT binary patch literal 263 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=J1^9%x z0%->a2Xk|CQ&UqTBO_yDV<1CMPfuH0TSrGnUtizAz`)AN3aCbMse><2HAhL1UoZm? zUrAYc6R2w=t@))@}IPjvGceg tPvwbyS6#R}A2$~CMes5Qah$W`W>Bh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/notebook-entry-border-disabled-bg.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/notebook-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..9a2c88b25f502434d027570c2ff3d75a572f4e12 GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S&+S%FJ+uJ)hIQYru+ypAN@^olpinR(g8$%zH2dih1^v)|cB0Ts!3x;Tb# w%#1x~D9FIT!Jv39<^KLD@0eC>i;_6c7%sxx_{2K48>o)K)78&qol`;+00gos6#xJL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/notebook-gap-vert.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/notebook-gap-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..837e8cf9d59655d774fc1944d6100ac8b9cf2aef GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-S!3HFkynkm2;uJf1hHwBu4M$1`kk47*5m^jW ze;tGwoit`w00kvWTq86FfeHGFdn}Ah0ztLhQZU-&t;ucLK6UY?PrNd`|>KbLh*2~7YQ CjVzS_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/null.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/null.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a1600a657945ee95d0c3a620dcb7689c949c9e GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^{22?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4V4lptcyp7EIZ%?p)78&qol`;+01F5sS^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/plus.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/plus.png new file mode 100644 index 0000000000000000000000000000000000000000..cc63a1eecd4fac0d76d8c0cb14d20f12f0f75891 GIT binary patch literal 255 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-t3?!qQvP6LtbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^?fKQ04 zy1Kd=2GG{l*3r??)zwW(N=ivdsi>%^s;atD`N9IIi>)NcFSxw2>hqT$f4*jK0E(D; zx;Tb#L?;LMdV70|CVZG-S^SKLxy?tx)R@uZY*Rq-fh%vUw@<7vu-xD^Vc$zOo<$15 a5)4-@oc5!lIL8@MUQTpt6Hc~)Ex&b~R zu0T3y(#6mTH-abM44HT>WWqHd89E6>VxqJa3#@?}_)3EOf*EAgHCC=&w|>K$_a8of z;$Tj{43shRba4#fkWEf`_vus0mRpB5v~JXId}#gHma(nA=e>l4#0z(ZwSP`Wgdh0O j8~B>zaFW}yH5~E`e-|oFbL)u%d6&V{)z4*}Q$iB}!Q*2G literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/progressbar_v.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..69827c8a95862d7018b65901c4710f6eb71bdb68 GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^azM<%!VDy3CI*QEDdu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7-2k5u zS0EiU>0;=F8^M!rhD^K`GT|DK44nibF;Uuz1=c_fd?i7C!3;9$8Y|bXTfgDW`wt&K zaWJP}2Fe(Fx;Tb#L?Hv0n03zz=_kEdf7- gC1(^(*x}B?@ZC54pw+y2Nzopr06er_{Qv*} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..73047a34c85df5b08d22caeda1e05348bc320238 GIT binary patch literal 392 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkPe-C)vxo2-`pF)6D|k#UJ0CZGqnF!@PsR2ldp$Pyc#<3M#$u=!4oe5MS>?>3!VrR zydE;)dhkS`;I)uRS3@RU4*`lyyso38qi<@XZw^Fup2bT%iD!m?tuWMUA}*TYV$l@9780+bNgQlH3$f}y<9gt zFKp?jfB83!BxatI-`&pdeL}v{-rKVD%6HR@ZjIRe*~jBv<;rv%- z+U|Hg&o3^@oRi{H+BiE~R@;t>Nh{_}wbswoN7>C2-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkPe-6J8=5N$O)H2CtVGha5Z@1)zAsoLMC1dnQ$!_NKU#AVo$slIuXi%a3Q3&wzj^h zt-hJ9ftj60@e+^Xr9knzlVAFQ=8BdC`2{nGiiwAWhJ`mZx3r!+f8pZCPoKa1d+GFI z3Q$3Tr;B5VM0jrhU9koMftIE53vY;g`uBdO=+ly4dDqU|OceO!etLTD^78K1KAo!pxnx*TXXgQu&X%Q~loCIH}tmB|1A literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cce4d70498cfd94e190e230bd21d9cb1e2e9c72b GIT binary patch literal 350 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkk;1LR##V7QBl#<)YQ<>05X68D53=hKn4)#=;-L`>H-;RFaTi#1%aS3_G22*An}qQ zzhDL)ULzx8UqAoilIoiJrp}(;zKN42&5Uk!j{qvk@N{tukqFQ2_Y`VS;9(I=x$naC zzkXGNhs}lUFTJ#coyr29GR#>N|IG7u(4Kui&lp~D?07!I-`ITeuW6S`7lsO-Tl`@i zr-lZX$;AIk@57cjCO&zmlNiynH#E{{@2;IUs{C&7gvq2FXI6R5-E!(L^J<`-44$rj JF6*2UngAy-YnK23 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/radio-unchecked.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..ed22c29015a9617510a06defaa1810ca5abc552b GIT binary patch literal 395 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkXBPuQ&CY-R#sM3RaFNApa_Jmt*x!4r3DlNiU5Hw5`e3ONWn><61YlBZE|H*P+8`s($YkDoq&{_>^k!yk}G%RF5iLnI_~4|)nU zD~LE86j#)G(2(IF^W(dHnod_zs(Jqu$@SSLU5k3JEr0TMyK44zg~*8ecS3lAT2?S5 zFWtm8V^2sOQ=dwxRl|MFt2>z&Pe0}F@P0{=?S&%>M}?&Gs<9gP2NC6e81o(uw z0_o6(tDci?2T!~jGT~at#B0G|63Bof?}7{Gf$F$Rg8YIR*x1`UI=h}cefC`9`^mdKI;Vst02B;ZzW@LL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-horiz-insens.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-horiz-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..c690bded1bdb1a9613125b476406127825c14ddc GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_o7uP)|?K;Naj8Fn}{4Tp;;MdrlKj9d}8PUoZn3dwWM`*ORBuo=be6IT0vq;_2cT z!Z9;BVFAmEv-fyet(hC|yt!Mjf%Qae?}K+tMd`{rZa3b^U@14Au=*D7SyqD^>bP0l+XkKE+J4_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-horiz-prelight.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-horiz-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..bddb0ac105da8cb576df95e29987d6159bb9de7a GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_lc^hDnnqO_(sD9}N2X`XCG-2@yQM^~M9BI_{DnzhDM7_V$j>t|w2QJ(u`Cb0SdK z#M8wwgkxrM!UC2RXYcW{S~EA^d2_d51M7*{-UsiPiqe&L+-|&+!BTEKVf8KE$8QT% b&I&RF2^czhADJWv)X(7Q>gTe~DWM4fC@NV2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-horiz.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..3d1d371c7a1bac53b6174ccb8779ebfa69b7b16e GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_lc^hTPoT($dnhvN8w>)Bt3|fo4O8Jy0EYNswPK0~>pLM`zcQr_Y{Ce4jZHC~V^C z;uyj)GdW=a%Zju2cv-EP8}GciTd;xkL~QSacT7d;$~$g1-pODoH=eNi7VqP?1uAC+ Z8G-~19leiCk^|~z@O1TaS?83{1ONd6R2={S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-insensitive.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..342978c889e1b7d22a7f9899dc8a1f3c6bd5b435 GIT binary patch literal 375 zcmeAS@N?(olHy`uVBq!ia0vp^{20)8)WNzbVVdY?MX>Vp>Z*FO4W@&3?VGCpck*S5PnYkU1Yie$7ZfR>` zW(7nxcFwjyWbbTe?_%%Z>g?j_;_8)cFCqXmSE3}yFPMRu)zHYeyt3;0jhnY_zk2=p z`_I4sfFSgb#bcnFLQfaR5Dr=2gN#B=3IePb`jw()Y?5Yuv;V(safwV7e|uu2s`ngO zzsu{+X82A%o;XQg-_^$8jr={YqKGMT+4e~7mQp-+j%DWmdjiSnOGldgwOydE;?TF8X!!4t0rgV;cktD!)ti9iL{ zLnmDeodgmD%Yw9oOuPyvL9!r?Kv|ezME7bdpiK%TL4LsuOw5W(%Ha`_QG538+qeI~ zfrHm?-n{kx{rk_KfB*UO=Wm|p)>S~Y1)eUBAsn*42it|36+~DLRCno~J>tfx@%_KO zE;e!U=mZ9@3jzWTf%53S7~H%PIHd_Fc=o^|fyqh>!0zPF^Q>2aK?T{yFo zyXsk9hOGX!HXm*OIspgC^Uda}LZ(q}ZnqX5@tf7o_bZOOL7wxus8_4wi&CK744$rj JF6*2UngGujru6^- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-vert-active.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-vert-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b8ab25b24e8afe93017024e0c09f7007bfbaba28 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkPdCQ>N)9l@WiVj6Rw3!ycP^5febkEF1T-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkPZzE_4M=%4h{|h12_Z11(L6{=QIJ;ahC-71v9X*w|8`QJ$d@-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkZx#bm^5k9gb5S+!Jx0N55fSF5W(|XZ#)31<1PvE3ua(rZ|~^rdh+zybBXUWCjy1_ zJzX3_IHHpi4lraHGaoGZ_D(mU>g&7MgsSiF?lyPL+goitqwn5cNuSka7DfpS3`;5u V9p~R$q7Br_;OXk;vd$@?2>>dzSE&F1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-vert.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..77a157eacbf3030f255e6ad98f7e35da7b6ae5bb GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkZx#b$j!|yEiEl8D}#_g4L~*=Xf|}%1J!Yt1o;Isu(7vybap*?`s}&H_n8xc!up;r zjv*Y;$q5G-vW%GzmVA4sn^5)jU2HM{$X1O|pB6^4%U T?=8^=YGv?r^>bP0l+XkK8~;+p literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/slider.png new file mode 100644 index 0000000000000000000000000000000000000000..d307bd3149cc97919587d42a047ad327fd9d9f60 GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^{2Sk(crYbtdYMMrBnkK3mKxC}0WumSHB#kw+O@K&K#}tUvfov@xGFAghX`5*4 znd#`6162ZbSy256H^NswPK0~52Nl5%)N zWYnI$`}XZWaPa!gTkqe0{`~vTpTAYEFCPQdRd~8MhH%Kb9^@2iRuEu0;P~-Ws*AYN zq67c_Ph7ZV&0DuXUgfo4UW)piee-R`d0Y{{Iaxmj~UzAu|PZ!OaY Y_AgPQD*fW`yFj7h>FVdQ&MBb@07HR_!Toc5!lIL8@MUQTpt6HXu{Y0(?ST zfwV(tgL!m=OM1U+)s$FGSotJc`6l_)Z1$<$;#<2Vxc^ef z#A~&#vywq}mjw9*Gw|@0l$BTh{{6_RTo@?m<>}%WqH+H1BtxbK1CAqn*}7XaKKwub ztKrbQglj#VE@zVu`?6X|B{uuTRY(QxI;a``ghS-W`h6=_O=&;;ig8NywzEftH(k2< bPE-HQMK-6H*t$gcyqV(DCY(S=}1o(uw z0%>h+Z50(2EiEk|LsL^zLqkJNO-)r*Rb5?OM@L6rU;ng_{2`z^j*=k1UgcyqV(DCY(S<;2l#}z zs;a80si~=}tLy0K=oB%yzhk zPa;D&E#S37g9;m;O5EX&N1_W_S%NgSav3jZQDBgr&@=74jdBQ3D}$%2pUXO@geCxN C$2qA0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/toolbar.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..065417bf2dc001030c5cd7d376afc20827995320 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H zSABhb3k!?CJ9gdyiU@kTIEHXUC;vHr;J^_B0|^#}zMqV?w*O)l0wozdUHx3vIVCg! E0IQ-c_y7O^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/tree_header.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/tree_header.png new file mode 100644 index 0000000000000000000000000000000000000000..681e68f4480d6569eb6f2f9780a224c4cfe443f7 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^Ahrx6GmuOw-ctdjn2Vh}LpV4%Za?&Y0OWEOctjQh zm0t&8MkkHgAT^RDt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tr zYipaDn%?J${s$Bh@N{tu;gC)KbN_@#?2!Wu3~#S$%ssL&mkB7x;OXk;vd$@?2>_+b BEzJM` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/trough-horizontal-active.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/trough-horizontal-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b3168b531e56cec00d194c8b71ce864023581a62 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^NhT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE07MIcr|FswTS-fArr3wQ7D)UnE>TN1pOzKeg`V$DGBlmW{{It*tu)>p1q$w|CG(% z8w?cJ_jGX#k(ipCus|_kogFjtZIJ^?GU);ej5>!}Rg8dSpNbHJSYlTjcaGqKrOk{5 W!aBt%k*4WDtqh*7elF{r5}E)yE>OS# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/trough-horizontal.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/trough-horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..f3efa12314ba42d8ea940500837c9f43f7a20b32 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^NhT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE0EUK*4EV2G%zsG#SM}be7*ve@{|Pm1vALWE9~60d(YlapMT0`?+pfu>wCI5hDc0J zPFSFru+EN|`L@UbC7E;q1xB4ittv)9vQI^bK`gPWjXOth!O~{N0%4uvlt|NbpjHM? LS3j3^P6?%l3DJZE0t+Z&YdpyK(yEr+qAXP8FD1G)j8!4b7-2k5u zS0Jqi2D)GXWI`BN$#t70bAcN8N`m}?8D!KoR<2#Qe#4vhA3lEKU{1dbl(F}8aSY*@ znVfKdLG1gzg9mRbv9UcXeLvxVHY;0SxrRbRqj=~8hFu5P*vdi}+1b=Yoa4C+3|7o_ f{&3$S$%>o7Nj+Ug;fK;~pivB-u6{1-oD!M2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<#S#rl_F^1+a-c%}UwFD|=@O1TaS?83{1ON|P BEG+;4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/trough-scrollbar-vert.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/trough-scrollbar-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..1d8ea2c7c9e2763e22213f75bf20fba1d7932092 GIT binary patch literal 161 zcmeAS@N?(olHy`uVBq!ia0vp^{22?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4nolGo?SevkeMO6kny^h<)1pBN(N6?KbLh*2~7aYXf3S( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/trough-vertical-active.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/trough-vertical-active.png new file mode 100644 index 0000000000000000000000000000000000000000..486ce5bf26d5b2b82c76d7925a1760161987a268 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!D1x#H&G5u0`};51Dukh(f_+$OI@CA_ye&?{u;PRr8hv`2{n`$t&#KwR_Lr&tHE0 zbokPj4wNwPba4!k2v1H>;57(Wb(D}PU+*YkQ~usTVo&*dz9P2scW(=@{l2?efGv25 cGIJ*bgFm-M`9eXC2SB|Hp00i_>zopr0OibAQ~&?~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/trough-vertical.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/trough-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..249dbbdbbcfc4f0e73e8f0ba85e15223b6d50518 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!FN Q0MyIi>FVdQ&MBb@0I8`+5C8xG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/up-background-disable-rtl.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/up-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d325809d06df3aa2832aa9791fc92789820f7d GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsDU+3FZ?t-Q8NtzAMUo!QUmq_9KiT2DVu_6-*@*(Q|Syq8mc pk$LhPWfp_2{1>I`z8y|9U$B7V$F-vBA3zfsJYD@<);T3K0RaC!K9v9f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/up-background-disable.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/up-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..358ecc894c426430d06ef184ee50eda4f53011fb GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tl&$x;TbN zOnrN5pTW4Vz1WHm_62wv6rH8^IP7Cpln8$BPrD^5>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Ax;TbN zOnrN5BWHty0PDp_OTIesCf*#z^yN{n*qM2G`nEEv&wRq_khX3ce*(MJWT}R?!I#ul rx*s`nS3p9PDPrFA7rger6K}Grb#gLhU1)g#G?c;9)z4*}Q$iB}Ax}Il literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/up-background.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/assets/up-background.png new file mode 100644 index 0000000000000000000000000000000000000000..9f755162f2b12242fea5e3e8b54c00653a6c1887 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#RGmu>AYB(84F&8^|hH!9j+9gP2NC6c|1o(uw z0%=W6O&uK_Gcz-7FtE3`cW`i6E&iSdD92h7!CQ-KN@JYD@<);T3K0RY2;H-G>D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/gtkrc b/themes/Mint-Y-Dark-Havelock/gtk-2.0/gtkrc new file mode 100644 index 0000000..442a545 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#404040\nfg_color:#DADADA\ntooltip_fg_color:#4a4a4a\nselected_bg_color:#8fa876\nselected_fg_color:#FFFFFF\ntext_color:#D3D3D3\nbg_color:#383838\ninsensitive_bg_color:#3e3e3e\ninsensitive_fg_color:#7f7f7f\nnotebook_bg:#404040\ndark_sidebar_bg:#353535\ntooltip_bg_color:#fbeaa0\nlink_color:#5294E2\nmenu_bg:#383838" + +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +include "main.rc" +include "apps.rc" +include "panel.rc" +include "menubar-toolbar/menubar-toolbar-dark.rc" diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/main.rc b/themes/Mint-Y-Dark-Havelock/gtk-2.0/main.rc new file mode 100644 index 0000000..72255a9 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/gtk-2.0/main.rc @@ -0,0 +1,2441 @@ +style "default" { + + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkWidget::focus-line-width = 1 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 2 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkEntry::state-hint = 1 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 15 + GtkScale::slider_width = 15 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkExpander::expander-size = 11 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @insensitive_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # For succinctness, all reasonable pixmap options remain here + + engine "pixmap" { + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image { + function = ARROW + overlay_file = "assets/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state= PRELIGHT + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Option Menu Arrows + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image { + function = VLINE + file = "assets/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image { + function = HLINE + file = "assets/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image { + function = FOCUS + file = "assets/focus-line.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + # Handles + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/plus.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/plus.png" + } + + image { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "assets/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image { + function = SHADOW_GAP + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +style "toplevel_hack" { + + engine "adwaita" { + } +} + +style "ooo_stepper_hack" { + + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + +} + +style "scrollbar" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-horiz.png" + border = { 2, 2, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-vert.png" + border = { 3, 3, 2, 2 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-horiz.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-horiz-active.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-horiz-prelight.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-horiz-insens.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-vert.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-vert-active.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-vert-prelight.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-vert-insens.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = @menu_bg + bg[INSENSITIVE] = @menu_bg + bg[PRELIGHT] = @menu_bg + + engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator + + image { + function = HLINE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 4 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = @selected_fg_color + + fg[NORMAL] = @fg_color + fg[SELECTED] = @fg_color + + text[PRELIGHT] = @fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "assets/menuitem.png" + border = { 1, 0, 1, 0 } + stretch = TRUE + } + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = SHADOW # This fixes boxy Qt menu items + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "checkbutton" { + + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + +} + +style "entry" { + + xthickness = 6 + ythickness = 4 + + base[NORMAL] = @base_color + base[INSENSITIVE] = @insensitive_bg_color + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_entry" { + xthickness = 6 + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/notebook-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/notebook-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/notebook-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_tab_label" { + + fg[ACTIVE] = @text_color + +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 4 + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "notebook_combobox_entry" { + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "combobox_entry_button" +{ + xthickness = 6 + + fg[ACTIVE] = @text_color + + engine "pixmap" { + + # LTR version + + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "spinbutton" { + + bg[NORMAL] = @bg_color + + xthickness = 6 + ythickness = 4 + + engine "pixmap" { + + image { + function = ARROW + } + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} + +style "gimp_spin_scale" { + + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "libreoffice_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "standalone_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + + engine "pixmap" { + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # How to draw boxes with a gap on one side (ie the page of a notebook) + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + + # How to draw the box of a notebook when it isnt attached to a tab + + image { + function = BOX + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "handlebox" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" { + + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 + +} + +style "combobox" { + + xthickness = 0 + ythickness = 0 + +} + +style "combobox_button" { + + xthickness = 3 + ythickness = 3 + +} + +style "range" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-horizontal.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-horizontal-active.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-vertical.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-vertical-active.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + + image { + function = BOX + file = "assets/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + } +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar_v.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar_v.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "treeview_header" { + ythickness = 1 + + fg[PRELIGHT] = mix(0.70, @text_color, @base_color) + font_name = "Bold" + + engine "pixmap" { + + image { + function = BOX + file = "assets/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +# Treeview Rows + +style "treeview" { + + xthickness = 2 + ythickness = 0 + + base[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + recolorable = TRUE + state = NORMAL + file = "assets/null.png" + stretch = TRUE + } + } +} + +style "scrolled_window" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" { + + engine "pixmap" { + + image { + function = SHADOW + } + } +} + +style "toolbar" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = VLINE + recolorable = TRUE + file = "assets/null.png" + } + + image { + function = HLINE + recolorable = TRUE + file = "assets/null.png" + } + } +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + + image { + function = BOX + file = "assets/inline-toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "notebook_viewport" { + + bg[NORMAL] = @notebook_bg +} + + +style "notebook_eventbox" { + + bg[NORMAL] = @notebook_bg + bg[ACTIVE] = @bg_color +} + +style "tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + +style "eclipse-tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = shade(1.05, @bg_color) + fg[NORMAL] = @text_color + bg[SELECTED] = shade(1.05, @bg_color) + +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 100 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = "#000000" + XfdesktopIconView::selected-shadow-color = "#000000" + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @bg_color + bg[SELECTED] = @bg_color + + fg[NORMAL] = @fg_color + + engine "murrine" { + contrast = 0.7 + glazestyle = 0 + glowstyle = 0 + highlight_shade = 1.0 + gradient_shades = {1.0,1.0,1.0,1.0} + border_shades = { 0.8, 0.8 } + } +} + +style "xfwm-tabwin-button" { + + font_name = "bold" + bg[SELECTED] = @selected_bg_color +} + +# Chromium +style "chrome_menu_item" { + + bg[SELECTED] = @selected_bg_color + +} + +# Text Style +style "text" { + engine "murrine" { textstyle = 0 } +} + +style "null" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + } + } +} + + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkTreeView" style "treeview" +class "GtkToolbar" style "toolbar" +class "*HandleBox" style "toolbar" + +widget_class "**" style "menu" +widget_class "**" style "menu_item" +widget_class "**" style "checkbutton" +widget_class "*" style "combobox" +widget_class "**" style "combobox_button" +widget_class "**" style "combobox_separator" +widget_class "***" style "treeview_header" +widget_class "**" style "inline_toolbar" +widget_class "**" style "combobox_entry" +widget_class "**" style "combobox_entry_button" +widget_class "***" style "notebook_viewport" +widget_class "*HandleBox" style "toolbar" + +# Entries in notebooks draw with notebook's base color, but not if there's +# something else in the middle that draws gray again +widget_class "**" style "notebook_entry" +widget_class "***" style "entry" + +widget_class "***" style "notebook_combobox_entry" +widget_class "****" style "combobox_entry" + +# We also need to avoid changing fg color for the inactive notebook tab labels +widget_class "*." style "notebook_tab_label" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" + +#Fix GVim tabs +widget_class "**" style "notebook_eventbox" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# GIMP +# Disable gradients completely for GimpSpinScale +#class "GimpSpinScale" style "gimp_spin_scale" + +# Remove borders from "Wilbert frame" in Gimp +widget_class "**" style "gimp_toolbox_frame" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget_class "***" style "chrome_menu_item" + +# We use this weird selector to target an offscreen entry as created +# by Chrome/Chromium to derive the style for its toolbar +widget_class "" style "standalone_entry" + +# Eclipse/SWT +widget "gtk-tooltips*" style "eclipse-tooltips" +widget "*swt-toolbar-flat" style "null" + +# Openoffice, Libreoffice +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*" style "ooo_stepper_hack" +widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" + +# Xfce +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" + +# Fixes ugly text shadows for insensitive text +widget_class "*" style "text" +widget_class "**" style "text" +widget_class "**" style "text" +widget_class "**" style "text" diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/button-active.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd6865759433b710256f4b38e25f3231ff41314 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ((_>EamT z(fRi3M&3gPBCZ#I|J99XHqv%!n&jEA_K;D4fm7Bog=>>FJD7#mPSmK8j?U|gv1NX- zD{peK+?gEqH7hQ&#GH9!(f8Q)T>o>4#k;FjA5UGPk;(9l_0~C$wf7m;+}S%lg@JVy zXU#Uf=^vCItY$M^;mDg6(EN{4i`)8a`rD|Yq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/button-hover.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..aa079ece8e7bf704069fcb3750ed5728bc700c49 GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8Vc#JKp4Nx=eWuvW>dKlZ5X8r*svh|*?4iK{MWu^R8N!zJO))$xvT|FIqv853 zI`yry)fsB<%R6x}7cfTEZ0a~s9DDt?MPD$pfYXlh*zz93ZAy<8&4^sRYWb8)3^B8f z?5mX+l$?4#rq6qBdtlv}*onGsl}F$G58WTK!bx;hK&#dl-wR1;?~b27o65a6r1aB~ zGd!Vl8`vF~Clvql)#P33vE!=lgSo~3n13+%pSSCbJAIG|=zIoGS3j3^P69gP2fQ+5z>EamT z(fRh;M&3gX0xlQr)lY{r3wm_iVRi6ObqHT3v4G)uieB;@9mZpd7ZnBXv@E{5r-b!F z>0LFYDo^$WOMTQH=)JVzIede`W7o4e+by35aX4gGr|)L(<8^R(!>ydZGWYtnaE6zc zr@Aqy=-z($J9B5q3MbK30j*kJ{4adz{@4+*?Q)DwPXE${m7m!zFf5tkx9#`Oi5fri dY*k|!;vP*hdfaRj`3&e%22WQ%mvv4FO#nZnYUKa` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/button.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/button.png new file mode 100644 index 0000000000000000000000000000000000000000..9d50a7e4f6dab8c2c67c550ffb8f248308336a1e GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ()5>EamT z(fRh8Vc#JKp4Nx=eWsieU%6d`3lUIFH5?ZvQIzR3CoX;G0c3JIr zQDRVPS|xWThkwKB&jBgjf$gTe~DWM4f^AT|Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/menubar-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/menubar-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..299c550650fa3b0ccb2c20ff9e5fb239f828c05b GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^5aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0vUo-U3d z9-VK`Itns4a2!7Hn9cs{`ZfLm7sWdpay(~=zfpeFVdQ&MBb@00l@fPyhe` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 100644 index 0000000..23a344e --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1,222 @@ +style "menubar" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[ACTIVE] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar-dark.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button-dark.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + + +style "toolbar_text" { + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[INSENSITIVE] = shade(0.7, "#dadada") + fg[ACTIVE] = "#dadada" + + text[NORMAL] = "#dadada" + text[PRELIGHT] = "#dadada" + text[INSENSITIVE] = shade(0.7, "#dadada") + text[ACTIVE] = "#dadada" + +} + +style "toolbar_button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "menubar-toolbar/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "menubar-toolbar/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "menubar-toolbar/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#414141" + base[INSENSITIVE] = "#393939" + + text[NORMAL] = "#dadada" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#2f2f2f" + ChromeGtkFrame::inactive-frame-color = "#2f2f2f" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*ThunarWindow**" style "toolbar_button" +widget_class "*ThunarWindow**" style "toolbar_text" +widget_class "*ThunarWindow***" style "menubar-text" + diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 100644 index 0000000..5bd9a7d --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1,166 @@ +style "menubar" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[PRELIGHT] = "#5c5c5c" + fg[ACTIVE] = "#5c5c5c" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#fdfdfd" + base[INSENSITIVE] = "#f4f4f4" + + text[NORMAL] = "#5c5c5c" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#d9d9d9" + ChromeGtkFrame::inactive-frame-color = "#d9d9d9" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" +widget_class "*CajaNavigationWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*CajaNavigationWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*CajaNavigationWindow**" style "toolbar_entry" diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/menubar.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..2be034ef3a8d8bbcdd55baf64b7431eec8a61e19 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<>&pIsg^%A{SJ3rka&((}XraT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-D;sd|UZ#>q}c}=V*$|&pP3f0BadZL=x85lI&nNHniZ`A=RX7F_Nb6Mw<&;$TR CKQ06S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/menubar_button.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..78c8122e226f075afb51e3b0ae6ee728a869a198 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ!3HD+(^8%SDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-Hwl02V&)mx>yjE9YYs!^Lf!=Pql3Q8$85mxNGQDp2T$KP+%;4$j=d#Wzp$P!` C)GVO@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..54293fdf0ad2ca4289100a4744099a03b02634cc GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7mo@^o5)u}lQP4Pb_`s1fM;v%Rynk=s_I>?+gBXjV=?_1?4d>C>v?_^5 zEN@o5-2J-H%FowsORiqN_Ma1Px6@{)%9hH=O*(hCMoIqrpPsnlo&W#&aZ-U!yoWb7 zewozq>D9k4|9za2_VB#l_iwJFcK5y7-`1fXJ<}UIJ7;z_MjdSBT{CanFK%IDVdm1L zc^n2=7gxA07VC{N$+|dU%ZvN>>vPKhL;3|hW}ZbvY_(gt(V#RS0p-SglY6|-Rrk;&n}nGFZY_yl=%Af z>;KcMI*eZ2)-dMi{1~)#=ht^n)7!Y+-x=BL{5^}2!DM61qP_M~A;6$y@O1TaS?83{ F1OP#&xcLA8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..519e134b1090ad7b73802a45c968f615f3e831df GIT binary patch literal 406 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7l7_H=O! z@#uVeZNJyy0FmP#@9#YFZ=zYDhoKj{>&3HccUN}WHFM=PariayF9>+SyhDXw;f2uS zMIr2p!Mj~HJP3U?A$zH-bKmZgJ(4Xo@(*er_}EVh+7x2Qww~W(nX*Cp1;L38p&K`D zywa4s?$87+w=YGLt*-qFR4(4N?zY_PhNc7S|DO3AXTsyZ(vxk^ho1FS_Zs^iZ{Ah+ zh41g}VzI1WjhDnrKQ}$ITRGXsP2h}V$=>WRphn|#fl9`D?FCF)AXLvO$jQ9gP2fQ;Sm>EamT z(fRh8VHUF^PwPYTs7$TN!EX%Ct#)$}5ac<`U}n7HRqssu89#TedwpK+gw1(&2KCUtU4}+Q=SpWS z+iu(UKUDLn?emzEcLkkxY-{Rx@#vj{*UD{9a!aRZZFQ3?UEwVIDxm$JZb|)aU#a6C zSs6My09gP2fQ&uk>EamT z(fRh8Vb@^;f!2rW(anNKRyY4h@=Vz6z_BFihB8Z$0jG4#&f?66xyOWWue_wA`Lvbw zFMEZ&kLjxSzo*VL>{E7OF;rHXlG?dQW5G|M2LzC_3Oy6Mk<8n%4M zU3<0Q+}hIE`AI$dS7*-JT%32-h2`|7JKLL{RqpHLFks1dq0a~B`zfIS&zJ|ZQ ZCVZndL4i;6i4o9W44$rjF6*2UngC%6gFXNN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..24480b98111cef5c68227e9bdab2320057c0f087 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ+5!>EamT z(fRh8A>UyG9_PSmo2ICipZt41RkA}l;_a11FJu;X|7ZLWX4m()qR&u3@PyADNzWBp zE-a}%jjwlYcyGNecem)Py@&56rfCQovNC?SnX|TWrX}moV@ASr)c$N)z^a?!$Q^aT ze&Kh1Mb9tymOBbEPFk?)(B0(;&npkzUARg^iOJYGn|JHAXvIke#vL4Sdvk0{6#To6 Q10BcU>FVdQ&MBb@0MsdEWdHyG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Dark-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc822f001cd7ed843741d20d3128be0ecec9ebb GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8A=hC8p4NxUJt7wLy!?A!+-uIoPQ@;(Dbs?iteg-2XS~Ng%jL68`|icpx*l6N zxMT#nIJhiWm5|o4J9)k6Ws`$vW;rbtS!1cZl;!4k*~@R+3T0+9tnYZScjk1~=G}+S z%u<>^Q}T{1v!JQ<_4RST52qdqmwgq`Zgpkh{uU)B!9vM`dFo0`%^eG-6iIH$z5UrT zFm#P2^MTa!ovWN?NNTD+Nj-RXujY|6{w^&1J7)y$uHNk74smdKI;Vst0CK2y A+yDRo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-2.0/panel.rc b/themes/Mint-Y-Dark-Havelock/gtk-2.0/panel.rc new file mode 100644 index 0000000..c877428 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/gtk-2.0/panel.rc @@ -0,0 +1,153 @@ +style "theme-panel" { + + ythickness = 0 + + bg[NORMAL] = "#383838" + bg[ACTIVE] = @selected_bg_color + bg[PRELIGHT] = shade(1.1, @selected_bg_color) + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + text[NORMAL] = "#BAC3CF" + text[PRELIGHT] = "#BAC3CF" + text[ACTIVE] = "#BAC3CF" + text[SELECTED] = "#BAC3CF" + + engine "murrine" { + reliefstyle = 0 + glazestyle = 0 + glow_shade = 1.0 + highlight_shade = 1.0 + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + textstyle = 0 + contrast = 0.0 + textstyle = 0 + } +} + +style "panelbar" { + + fg[NORMAL] = "#edf5fb" + fg[ACTIVE] = "#edf5fb" + fg[PRELIGHT] = "#edf5fb" + fg[SELECTED] = @selected_fg_color + + bg[SELECTED] = @selected_bg_color + + engine "murrine" {} +} + +style "panelbuttons" { + + xthickness = 4 + ythickness = 0 + + engine "murrine" { + textstyle = 0 + } +} + +style "theme-panel-text" { + + fg[NORMAL] = "#edf5fb" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = "#edf5fb" + + text[NORMAL] = "#edf5fb" + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = "#edf5fb" + + engine "murrine" { + textstyle = 0 + text_shade = 0.2 + } +} + +style "panel-entry" { + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + fg[INSENSITIVE] = @text_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = @text_color + +} + +style "theme-main-menu-text" = "theme-panel-text" { + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "workspace-switcher" = "theme-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "indicator" = "theme-panel" { + xthickness = 0 + ythickness = 0 +} + +widget "*tasklist*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*PanelToplevel*Button" style "panelbuttons" +widget_class "*Panel*GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*Panel*Button*" style "panelbuttons" +widget_class "*" style "panelbuttons" +widget_class "**" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" +widget "*dict*Applet*" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*Tasklist*" style:highest "panelbuttons" + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" + +# Fix gtk-entries in the panel +widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel**" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d476c05c8c9b4f1db017d26bf87783685eef7231 GIT binary patch literal 354 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkPexAHF)B+&`H;VCtVAfcr|3=HEjcHZ9`ifBRhR7AAM^dL)!pD+dyNd2xI3cQ;$Sb zk0dj%WVeDv9%ZY2>bCpT@A7Nf=ht!|p#5lI*Xh8nGeJG)f_g6m15y7aplNsJe47Nc zhP@=nFPOp8%lpyeC(-6>RseasvZx(HO;`QzGiwQ3# nniWXBICT5|^;&Ny{`quotS3}w28sf)z4*}Q$iB}o&|$E literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..8db05eee2348143644a591cd5b7127b3957ffb23 GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0T3y(#6mTH-abM44HT>WWqHd89E6>q9JVqYi&at9b*R_V@DkmM_p4VJu_E5OAmcZ zPea=PBgZgv-%JbtT+4t0n}|xAs5;xo8t3%M&Y3gZixzv9uk)-}>s7JNw_&$m(_X*k z1AZ+Bg8MIr^j`^?a204#fc3U2pi}rtg8YIRWYjfQu3fi&!<+XXK7Qh0PQMJ4+2ZNq z7-DgH?d6+7O$s7x398=42RGGjJ(Sb!%Z~k@^uL&`MVO^FWkSGBL8;09 z^Sx9uwS_vr5;#vtiJxeAn!;?;zCBg@cmqZ!;zaUb7Slym2~ZKjWn*-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkPe=FDX{-?_|#h=ldgqKyb?0;nvTAej-ic?p`E^!uc1wVu~WFQbEK(fqN!(+xp$Il z{vyw^)xLGxd>eN8HSYCm-XG9@G@$ELK-Za|o^wGx7eat&!o`qDSKItDtbrEDmjw9* zGiYdP*3{Pa-~h+kOr?QJ<2_v*LnOj;`#psk6nI#an-q3D=9=~2{xY-o#7p~p!+pgX z_)D854>C9;FtRhKOgW?<@+0u9=MMId^OoFOY*AW&RHnsvleAOc)WaucTn@OsYU;YX lIzbbETF(`23%~z7KEp=1^}@L)CxKQmc)I$ztaD0e0stEIi4On( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..809aad74e7d7ae2f28e7e0c30e6e866f29a47130 GIT binary patch literal 505 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EjR8I( zu0T3;=H1Xqw*#l&37vQ?c;fY-{;Q#ru7^y#8Zz-($Rwc1)nE|gs*b*uj-ic?v4f7W zla8sA9uS$k>REW|TX-7U1Qz{2KTAHSZ6Za5-ecRiLqRpE8&N9id$k7yT(e|#vsw0Rn{ug?o9XA?Gp)BD z+}yR7?MLslGcQd)Ojxa*_FXEWRVZxz`-k_spB{VD>#LRc^_k)7Loe6-N zi`hN@bJd%gz3ulIK4pk=sTg#Kb{sf3v;A;}>*ksgjYk(wr|f5Jyj1jlqh8t!pz|3# MUHx3vIVCg!0Q@)2VE_OC literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..3e13fb70d85917e716b647f879fbaf6c8f25f874 GIT binary patch literal 380 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkp7PZLMB}e1EMKc!>3$Nn|nKB?(OUaKy;^c*`2Z#_v%(ZXjltGkB;8{aN)tHdoRD; zd->zR>mSeF|9bxZ*V|9OKmGXq<;U-DzyAIJqThdi|NaX!`+;e~VW2gNB|(0{3>um> zwLN%%!rv#$fQsWhT^vIs!gJ4G=Q|+4(3)tv>$}{R=YQvK64G+{zx%T)i_;>F_U>Tb zdu%h8CJ-{ePyPh^4)(xzV&@j^ePgDOeX%6%wz9kGn}2$-pK@CHZ=|(6_*K2@ ezvZ+EE5zBKi)`{L_6P&o#Ng@b=d#Wzp$P!7;Zuoc5!lIL8@MUQTpt6Hc~)E)d4;s zu0Z-fArLa@YS^T!kyEcnPrVsC^=9Jqn@O{8r_8>cz2Hvql6&o&A9Zbc(zor&%)QU& z?teaS|MM*u-tM~m{`l=r7ax7O`~--;J$n1&$@^c=-v4_3{@3rnfB%AQd{OzY6KK6= zNswPK1HY(PYOV*^-d)Dq zly~;E8N)m6b3Y$7GX33mE^ya^%3pgKpUk{|=rwP_W&h`g-tsDF3Har&d&rfP`Td%b zqs896XT6_(Jy&m0^J_1U%rvoRNt?5m{f_P8-`{xA+q-ZAqr!^^XD-!k;m~E@KYwYU b+Hc-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkPe=FDX{-?_|#h=ldgqKyb?0;TF9iU;Zv?hPrVsC{bv01n~5`Trp>*bz2HvnqC3UQ z?v<^$*Szsj-?k^0pM1Ie2j zD3k>G1v6-9YSz@&_TU10*5}6q)h2qnIEF}s=k}lEYf#{E(QXorDU6@+?|*z111HP< z+&H6|VhW4b7$`_EaP&N2XyDv9Az154)^qZuoc5!lIL8@MUQTpt6Hc~)EjR8I( zu0T3;=H1Xqw*#l&37vQ?c;fY-{;Q#ru7^y#8Zz-($Rwc1)nE|gDiDQDx*9&^diH`l zxeM;(FS=8_TTS3s^{Euqsss6J=gRscHF-5A^ubS zxrPmaB1+A3KF-^q^YaU_b){^Ve2}{H0UwX@{5G~-B|1OdDQQr4!YK|6rYtQ(;{(7$7V$biz z3VPn%n-%hl%Y_!+JDlH8u|=3ck}rsX)5_xU4(YWiA>a61rPyb_5kJLg9Fz9s>^7j| O89ZJ6T-G@yGywoZ-Rxfg literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-selected.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..e6516105cbeda31f40a1a44abe2c025e47000ea9 GIT binary patch literal 362 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkp7PWLMC1dn{+K~^0n|O*VE?SN}qcxd*SVzg?CDp-7Q;wuXgo=`n3-l);>IX>*M(c zpYOf=cJJl)2d}?BefRVE`=4(=|Ni{_&zB#6zWx0Bv9Z*Rojwc*5_vL&UA z938?X9Bd3swiXNu2gS1%IemSZarCc}U9(QP^0`HOeXc!PmwNeSj+VQs?>6V@HqkF{ m<+^Ff)Gs$a|3RbXAM?cpVmhC?ME3ygV(@hJb6Mw<&;$TvnyMuL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-selected@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..049a649b3fb36cbd319d49a239d9fbc1c9724d67 GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0Z-faUf*kwa|&zBBx%DntDBY>W!FbHxg#tOrCWsW%jM?1$T;;+-uwPsC&zkzU_}^ z?tMPz!1H+rUTnSacGu;1$8UeS^ytgw$3XP;;hP^%-u-;`{^#@eKmYvw_xJz*e_-1e z_LeUPI)$$!$S;^dMqOj&+I8zUym|lO<0lU0^vgh*EuJopAr`0CUcM>Rq#(kUpz3XW za8vEp6FH6F>-T-Q!P?!v?AZTF|BKmLgjs4+CIs9Rl$z{6-%BM^Tc|UQqv4SPvx4nU zd7J$WRk4+hdy`zBGHzE*&Z%>6{1x|9A*Y~r$6mH0ouYSMnid4EHqQGl^}v#2_4V%s zc}GeTza3L^jM!Uw#;CmNwf&pfb?P?LmmYDe$p5^f_Ul)pG2FlSpgK<;pyTS zVsZNJmD@s13Ic2i#<`b`-sY5DFygKJ&#qHYP^6f!O#7~O+K*@PmK~3ImMk+~rFsAD z0{^W~OD9NWv256N^PpB-TyBCaGsnv2Gqow1O{Irq-gHXM<9>MUj;wU)Yn`5VH6L!( zJ@+)=X54Xv@8I#Kv+KBi-TCtCRA=UaXNzT?pS)l3sHpF=$m%@f!g*Qpt#7Qawr#)5 z-~031hBLAoccx`3?37QhRZRY~^Izk&{wb@c-b>Lq|6O{W|Fk|G1r<=7F?hQAxvXgcyqV(DCY@~pS76tf( zxB}^*Nf$#W+z6h0Gi2hmkO|j-WauOiiH5WdtaXhYbj@7!%-!{^eDtk-46M8jZ2Syt z{S9sW&Aijiz0=Hn(#?G`Ec~)9{PQdVaxDY$ti!A9;+h>2I-Sxcd6cd8EL-JSw%VtD zr*G4Kzoxx@%?JEi4*0bm@^3lh-+I`;?MOh!@u0qo!F`v4`!9z~xB_&8)!nU&fv)5$ z3GxeOkWtrIxpv+94R79m`1px~IsGyN17nD%i(^Q{;kP$#2OTmHV0#c0C~#Y2-g$Kg z5mEjL-|J1IB^1t@?Y^yYu3+Q;)bw9x?|bfgtKz9LDfg70`Sp1xtuuSCUuJyixN&v! zChh|^JZBhIFe@);VESkOkHc1OBw_#h&{e4v%xrM_U(mz;~zb7Ztb)qgd; zu1jTmxZt9`m-F`H4Eq;;uS=@n|D3kk=AHe`>2`W^{$>>12|p#Ye1?1D()7+9?hW4S zm4xK@*4a4EnfF+ZD{s$Mk17odE0cG1dh2WE?flODd}6%M#uqmi#u1+Z%Q9tznyUZ%4(PkE||dlFvGOyV%}qSi5FxaqVoMoW+m-`nWTg zKRUa{E~Hmxw(QeQEmRmFT0V{e2v-9_rrpuj^zL32@Mps1PV&IN&F7gDpX- tWX87pO~;F0#yvZo`Zi2yVovZshL;~%KgtWoE(eA@gQu&X%Q~loCIHa+9}55g literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..4fdd6430d4c0be9ddab9899d18057fac2aaf1590 GIT binary patch literal 467 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIb20G|+7 zARRLKYVgEsp_8r!Pr4Q|@oLCKAbBkmED|~8deqeG(Nk}v&%2#5?{?<=+t~|l=PtaH zzvxcUlDoC5A9QSf+_UxZ)ZNdf?S8iN(!1T4-|xNp{>;74XYYSL|KQ8ThhHu}`f};f zmscNuz5ev;+SuxGVpw>l73uMNW*qtDW}aS-c-}GV{upJTjuJx;-&` z3ONgJGxjhnleV8R?fqPSA1}o%C5|uaif*z`US9HO&w_`Fm)|YClgX!YrgCdo^N(-y z(+|$!UZ_&WvCgjO+f>II^Ix|*U3H(Yek=O)X10yi$wIk}uhoQ~2R>i1^yLcX{9V$u znJbL+)8dYcifw&r^{y&^=e~C9vKN0nS^XsaZaBQ+4xFvEfbr`6*FY~Yc)I$ztaD0e F0sz&P+Q|R_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..eb4a126c33e7660d82c110f93bb3a0d0c75e2afc GIT binary patch literal 659 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSW(N3# zxB}^*Nf$#W+z6h0Gi2hmkO|j-WauOiiHX7|Uyqz}J$25ljCr>+foT5itogTd7T(ES zcqf0+oswnun%6&U*#Jb3<{x~q>cs2yXWs0*^zQiWkH>F+I&tUI$vdCU-v4~=!RPZJ z^yTHpU$21Z)2}z5f4%+u``wq{pT7V3^5f61KmY#!|Gz@yZ4A(Hd?i7C!3;9$8Y|bX zTfgDW`wt&KaWJP}W?*0p@^oHq0-AI{$Q+?6QgDs@(GskMi1!lk;HhrGQC&Ki6@8r2LwsR>LD$~{e7 zT0j0j`1y84Xu+?<_inmPGt(P27|i7a4j+s^FW!9c{d$D+SzyAuN~L##5BkG}IQiMP&r|lBSIE!$ ze~*)jt;n7~MRm1v?JaB9-q)WKzOUfun#VKVxa)dFKB>5}ZRYMr>Oc4O^v1sO_?}!- zH8pAPaS1+ArALLw#03odP5EsFzg94B+j5QjO0r+h^2fIC3i}(JYHWt``&;ej9CIKM+wev+P3S_2Q3pLZ?*s g`YpNmCTJhycL~{PhZ_t|1H+xc)78&qol`;+0B#pWLjV8( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d637617a5bc3afd67d4093ea30e59807a9ed835 GIT binary patch literal 357 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkPexAHF)B+&`H;VCtVAfcr|1qkh~T#<$Cng8`0Bl#7@5vKjUV?%$sR*Z{;k!leg$j z@zQ%`%kQ;pc+|J;$>qmit~~yF?a9}>FTdY=_5Jz#pD#ZAeDnF&+t0uM{QdX$-+v(3 zet8`y&>HrVAirP+PcQFBkDo-FuUP>UO7wJb43P-WJ%3xMK|r7(v2)vsDd*Tf{_~$H zY1H#?_usTKv6fAzxST|y7YMlOI0W(Jcr~uA`qyxs;cQag!-c`suhZH8m>hqWw*ON6 vF%7}^iT!eyH#fJ4IMw?fpEyD3{~zwZ671bq8Yfl(Eo1O>^>bP0l+XkK-4~#M literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f7d3b3cc27a02aefb4e7cd6ceaf97a25851133 GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0T3y(#6mTH-abM44HT>WWqHd89E6>VxrKA*TN=V3!i*FXW^aPg?I87-6>jfw_)vr zhP4kH*FEgn`grEv=kpG{*m~jZ_6u)!U4D1;=EoCvKApMu`Qe)%FFyQy|MmBWZ@)i( z|MUIV-ygsK{`~##*Pnm?{)2$}n)~fQr|^{o`2{n`sB5fTyKeo4H}5}u{KUbWein58ylLclda zsmcEHjr=c#shpXu$nc6?lA-NMy}@s$Pu`79f3#LJF`k}1<LmlmrS?>Z#@M@4FiLxtDnm{ Hr-UW|)Kl#P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c54fc4ce7d0c0598e6aa3df7e269dee4197bd039 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFeI_X;Qq-!A)uZB##rfpyiBztdM2>?p7mjw9*GkAJ=KYIKm+I-Clppd?& zi(?2!baFxi}-4-iy7?~%Wwopwv--Ro6yB@QJ1M8oPptoo8iSz S(%P&*tqh*7elF{r5}E+hOGtMB literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..561baa8e085cb93d5d73464a68fd4ca60a7c12ae GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0EiU>0;=F8^M!rhD^K`GT|DK44nib(U7)*HBcmuXP!Aw4_`@;UoeA=y2i@2>(+00 z^ZvufPaMqYmw_^Vo-U3d8t0P}6nJJ-|37@NlyyPF)q0f;92yt;bv}q{6v#(D;176U z&m|GiSRUZed0@c@ZZC!ZY+P5Axoa4?G8DOeShx(HD*SL~>FB6tm>*i*QRZ;z4A5i- MPgg&ebxsLQ0C6E^djJ3c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2a226be9490f06530cdc2ee703553b60c7289d0d GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFPKpL#1~(zTF@S3)LU)6usInRNB%V;4h^1tmd#!3-Ljnl-hxJv}SMV~l}< z`kpS1Aso@k2@Qv|lX45g^%8dT?z*7sEwerh;$=h97Q* V7e7gBvjVj;c)I$ztaD0e0szfzM<@UQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..76a155a4797c1467178622dd076093fd94f2b4bf GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Eia^KR&*+kw;XgigE`Jn?!^|JBe**Fz>=4Vic?WD-#1YA}d#RY%_nNIsgQpaRq* zP!i-9%)l=y78{?Ckl57R($d<~6KMRJ6)5ND>EaloaXvXgfoDeb|HB7MSr;^1tykH= zp>d&K=Yyz5fqdix{(uMeToM6|@Ck7R z(*Kb_$fT=4-c-wiexL+bP0l+XkK{$xhy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d1b81c83d711566b2901e2da2e7968ea9c3f231d GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0MeL5D1xc6{sZI_xci`YQB;nzhDM_QL)(ggv6%ime!sgfsQMgKpAgO7sn8d^T`Pc zJTq3mKXlNHbwR_^SQP_Kjeu^Q0#S_(;*k%;0v_mbNdz<+2RL*dSnz?{P2sr`cMKy} oh7z|46YGpk0)JGQT#nc>%wYA{Czc`{2Q-$!)78&qol`;+05@%H1poj5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..8a93396888c9b05de6fd2d22bc89bdd34949b0c1 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFPKpL#1~(zTF@S3)LU3z>BF|NsBXWGr5TEGP-`3ue&J)U2tk?de%59%Bp? z)c1684B?1QPH13!_N7QcBQzmFmz|lNt&C$agZ*M=jsVG)(t~RgxY#eMG8Kd~F!bx| V9A%B!qX5*(;OXk;vd$@?2>^jRNHYKc literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..838575d71f9cbf33a2e2b12d82114df957b575e9 GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Eia^KR&*+kw;XgigE`Jn?!^|JBe**Fz>=4Vic?WD-#1YA}d#6^Q=-|Gzgm<{wax zKuM5aFay7+SZsVkLSj>MOG|4{PoVK@R-l}pr;B5V#>C_V1)dqz_YWQ{WnIv4)mmi( zhsK3=oev@!1^kf@cmp2Da!CX<{ts~IJh0#cx0k|xHm)m*+%}9{8H(IKEL;Xp6@Iw0 cbaYfR%n?kxa5`P_Ezo2JPgg&ebxsLQ0E+cys{jB1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-selected.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..090d27bf1949e8f716826e424c52f8e5fd58d6cd GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4JV|fB*OY|Nqbbqb_Ij56BVU#Mtk7frq(Y0t6Pa{ZT*uv9pc(HySH6}6>1HTv-mue@;e!d# OP6kg`KbLh*2~7a~9aY=_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-selected@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..343322fa7a517e7b569e17cfe7bebe8ad7a0ca1d GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeLI1n=N8c^Zpb!S?EdiY9${DK)|)HPPFUAKP2oA)0+e&S$GzYLV|^K@|x(Kw%+ zpujVu`v2jBrK}4YuGXt;;Ly0xuk%4vqd-3L0e`>)doGE9#_|A%&I1cRaC<5IXXCn} t%w5CCm7&P(!@_0oRN;p^OGigF!~D?djxvW!XMiR%c)I$ztaD0e0sxXvdaeKf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..c24c50a7a1c7583bf5b7a4887f6accb3cd746a5f GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFeI_X;Qq-!A)uZBznlGpzK|6e4p;S7{!FA4GsX7Kd#e)RZBwE3D9Kp}lk z7sn8e=;VY3#%EuO6f{B;5_H*_+1biC7Bko{X66WxY$-jsHi3)%qAF8CI0Hk!zRpqB Sm^}(Wtqh*7elF{r5}E)UDM(-d literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d0fd54a4d8731baa75bd8bc97c9bb195b3f33d52 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0EiU>0;=F8^M!rhD^K`GT|DK44nibG1343{}-N4QUU7WD+%%oW{^?WSh;rH`VDX1 zfB5)`gE{>&P{z;G#W6%TTs0S{!k zBmx@$2RL*dSnz?{OJP47*A+!>8%C}SMQ$G!E`z5EKipY5I;t7w2&P>)ov!#6XflJR LtDnm{r-UW|(wJzH literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-selectionmode-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-selectionmode-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..193ed1fad8a70ebaaffb2437abc0193266d58b8f GIT binary patch literal 477 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIZ?0G|+7 zAg!rssG(t@rfCdC8YZe5CTg0dnmUG>TKbyW25Oony1Kf0AfRtxU}RuuWC%jWhDOFl z#-=7F=B8$rX69Dr7B&`^wzl@Jw)SpzK;+===JjMX8RX#|>fs&c z=^b{$`T0Gd-8>~he!&d#3dc{JJoV?#pTB?mQVTa978NlU%hf$s7XP9Ey0t= z`^curk!fj{e(z6YI?2Llc-i-j?)^W9nxtJDujn}5h~i-4e17^)pyU*Rr{|o6lFX0% z=kD&6*V*;^9Q&lcOVdl7p1JM(#n!qwJ*lldsI)h=U-a!!$CF=m-wTI5mYP26^24fx z)!U1Tdbd6_o&I-Q=x3g4o1&i=KKU#cn;A84WB=rkIU657dad4n{jib#k>@k7Howa$ z->c5}*Lc6f`-ziM^tN}XvKVab-)q9Qu;;z{1Pwd+%wnboFyt=akR{03N@q Ap#T5? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b635b412ef5f801e74e9d2fd7c0272581583d7a8 GIT binary patch literal 675 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSrUm$f zxB_W4Eh7~TQ*~_Qfq{{Mp^+g7 z85cSz21zTiZI>*g4zUyV^T?*gJVRIC(ladpSCLJGywgx(B$r2fBI$ zx_Jb-c>+cc_PVSk!?QklzJLg8YIRY<>OwtJ*sD?%V(I)8{XLYglG#GcYhF zd%8G=L>zv5<95&?0|B-NOkJ$pIs753I+ASUFYNh$I`UM&Y_+#)H)9O^{#Eb$Y0Y`} z99v`mdC#XgR_v?Ks4Gt`XKd*a{mbykWV6>S1|HP{uEMmrENVg)%~#}NoKzYaBo!It zzARv0ddKF8-@(`V=VF?c9*$r5!^QKShxPoq z_e|P5^}*A$2UXjr{@PpqvP+0$??70JMG5vg%1u2ABp2bP0l+XkK;Y9*D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-selectionmode.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..03311efed2deb69ea3c59f17439e3f3857cf5dfe GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD>c0G|+7 zAbsxKx%21GUjl>6moEcpAom3r02y!Iym|Zf?YnpHK7Rc8`Sa&5U%veK@#E*upTB?q z{`2S0-@kwV{rmU-|NjW9mTaI|TqQw%!3^>W$4{I*1(Y>!c%lasUG3@O7-Dhy>Xoy6 z%?bi632P&?oO2iM`28>c7IT|hf~Nc2&(j~KPnK=#eqxrb?6%tQ;BP0LHnFJ-@+{IW zaZ2SKn(w~f)NA2?-NTEo@|Pdoc_}64qI&NIQNLMV+pQJjWy;o1*|~Fx mTyWFkthIYzZvW;tPhT>^e@)FTEk>ZT89ZJ6T-G@yGywo9aKcUi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-selectionmode@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e979f8c3bbd74801d117610402005023ca2b0a2c GIT binary patch literal 615 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSasqrp zT!HjOFgSPa+<6!PvXQwkVJLm!!iASFU%qh({T}zJ2@o^XIQ$zyAFB^Y`!HfB*jd|NnpG+oVN6`vgjY{DK*5ef|8a+B){` z+yC*?=P!S2SY~Q7Ffaysx;TbJ9DaM_W?7Sg09!)Ls*FH(L%rNAr9JKyWE2Q+VEnuGTkJQkTWhVpaK_nO6Z zWlepJ?A|M>iO#nx`blFPK4I;rNM@ zr~dr;^Y?FGYGDXa+``kvF@z&JIiZ1Z*#~2X0Hp&5wtdqRxKoypu%DZamB&Wl7^9bD s0dwT{rWdo>czWa%yl1mMSjWI{*xz^SN{g=sKrZuoc5!lIL8@MUQTpt6Hc~)EP60k4 zu0UE%%Sc7TR9)LdUCTrbgpAcRP1Q6^foxSx6EzH^rEQ?4W1yo80eVJ3(dj@_1WJPZ zf*EXm{rs!iI`;0{|MAo3FMn%TW@-cFay?xfLo80ey==|bpdi8;=<4cn;oFdoEA7>}V^K7v&e!IDN63}7>Pgg&e IbxsLQ075-;iU0rr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..481a15e6ebf2b81e9bce00d25ee873d9b7853df6 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFYB!C8W3cvs%fIGWum2HsHLS3B-OM`bai##_=N}pmGYJZ`2{lwmseC)PMEal|5uKdS!05L9uEPYK0|%_0^9al_N=UF~X5-|!BXEq(OR|7D p@>;_SVJ@DYXA0ikEDzQ(F#J+<4=H)*uoh?rgQu&X%Q~loCICr!N>%^> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ce9562780cb800d29d0e0bd91ddfeadee253c6e8 GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EW&u7S zu0UEz(?DI_Tus|dP0K`0(^yr*R87-FP1{&a%UE5*SWUx39Vo74qNQ!1tqTGAH$N@f z4%8`B666=mpsJ_u84y%hR6KFgjF}){Em$=VD4XHw;uvCa`t4*-z6J#WmPnUtav%QB zH+B4YXo2BFkJ#nUuBjdo+0y@_!*BcVKE`MN*fpm2`82F*Viy%_TJ7ZWtd)5omxCmO zP9o?3)(@sTr(e94{_T#v;z?~D;}>eVy1J<|zcfuPK4iye60WPV)mgC*XeWcGtDnm{ Hr-UW|j#g-M literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4356b0ac3407588cd75fa6c316f00a0ae1986a GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF2R^0qxl3~i7eJTK@toM5x<1Po?UdD57f=z>FVdQ&MBb@ E0Fjbcg#Z8m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..bdafd334439a1cda0c82647e3edcf457ac90768e GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeL6kzSkVgS@5P!i-9%)r6JD<~?asH|#Y>g4R|##R{^43vxWba4#Pn3$ZPz?5?T zKR;{z^rjzk{!cu>vcTaVx2vOuz^mU}A~)`9aIg#QZ(#Z^D#&!GzJcjK>%;^90~rr7 zJ-^s2U^zk6u~Fv#A%S%X_r$++Xfe3Pir8rV*HKh^#dzgcai!f;&lNzM7(8A5T-G@y GGywojo_(kQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..90d0374562aa65031c51f90f518da9f81fedf1f5 GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFI(F>XWiYr11}|T}eE$6Tg$oz{{{8#^|9=}FXHB3wo{}KHU+Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..554d44958d1bbf6c4f25fddb7817bf99e083e4c6 GIT binary patch literal 336 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0ZN;kyK;J|&AKHZ2L=4-O_bKI~?A!g)Y! z+lTlc9`Dv&ycD4@W14O6=KfEzZS&r!&C88y|M>T&^v<*!{Kvl=Iq;qk3IN*5;OXk; Jvd$@?2>`Dql6e3C literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-selected.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4d32106a91fc846c32e52145ae36bbc8cdc7aa85 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFgN)HayuC$R#B%{*NkLpY+76B-zooeFg@h;3{< z94Wxz!!2RK>&WwvlP9JrVM9X@+Z~5*2?B>r7_(lQuzopr0A4U$zW@LL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..7b361e3461209ca7e8cec4c4a0439109142522a9 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z-fS%AyRG#{v0xFpCgn1NqRTwYzn*51L{B|f3Ds9>>3 z`3@NH9ElPBUi7~{hhh3jqb3Hq!=Y2uCT>)YF-%ruw|y=redmU|VUs>b^o4vE3BM%4 zSrZg99Fmci52&t;ucLK6U$!H=8( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb129da8b244e26f2e22c643ca88db8953c084a GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF` zJkbM+T6(%ThHykDCp0iF`w;37pmgAX*>4_!Hzf%P_nDLC=p{U`VrJvkNIk%t!WzBt ka6{uo*_6zU40l8s_6ND8d+u_X0W^fc)78&qol`;+04cU)DF6Tf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ae8ef7b929e41b2dad7e7690e0434fe179db53 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Et^qzF zu0Z-C7@RwI?mP?t*~na&FqFP<;lj(8FJHZS_4@VeKY#xG|Ns9G&k_ZoK>{T~e!&d3 zzJC5yZ5?~}?f>}c^OwIhEHkx%as{3)jv*GO-%hp^YETehakOD@OxyYIf5_?pC4~*A zCirbPpPlwbJgj!%!=Od?_<3&JuMhCqsmOXLh^2SNZk82F5li+>Na$jC!gxSr*@swz z$0z5$&v1_aFu_$|!G+m-)sN3N_~vMyw>nez(zbNvpZ1CO9nRV;S+vtJ8fZ6zr>mdK II;Vst010uOuK)l5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/pane-separator-vertical.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/pane-separator-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4f5d70f7b112aafd658d1eedf07a77a8dde7ab GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6dTdb&7< zaLi0jNk|AtPXK}>1s(}W35g#-ED-_3B7rU(FBa_%%WQIsuyx)R i%LtV}uV2^J)H1~9$n9sCt@;ya6oaR$pUXO@geCxnQ9BU; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/pane-separator.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/pane-separator.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f1ca449c51555e918bb1ba9f81075bdc98eff5 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^5k5_L+Qlh;h^Y&^!m@GO(-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkPe-6J8=5N$O)H2CtVGha5Z@1)zAsoLMC1dnQ$!_NKU#AVo$slIuXi%a3Q3&fwjJs zkG{2!fwhlE$qJ9sl^&(5fKoxf^7A*<#3uX`%6AuXu3vX&}X+3xT!o`oDK7aZ5 z(&@z%pn^hA7sn8Z@ZA2_VhsWUErBJWYnF6>uRphDh2Qb->1XH2vMH*rN;Go&7J7~M zM~9fFzTL(TJNW-OZcgC&=PceM$^ZKm-y9hTNc0iBYCZtA=%rrlUw#Oze&V)&mN%V44$rjF6*2UngFlImtFt> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0ff03473a0522502934aa1d5cca0448cb43b6395 GIT binary patch literal 638 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E2LgOT zT!A#h|No(rZ-h^}9NKp^c;dC-NmqmVuZ2#$9z6L*(1a@?K<00Qd zt05DB%C3e^xE2CZd>te{;VO_FGT|Cfd+0tkz4t#hmA~5l z*_ZQC7OE@1&)N9Ce{Npv1oiL1QhCu60&5dbU2r<}wMQ~e*nJjbaT8n5sX45BwD_LP zY-MZO%RVhbQBlu(2h-C@OS1y1O!i$1+;Z>I3x~oLe{~Me-L7jYeQL@rE1#MmY3Im* z?n5puJW+^S8_CBrEY(>xcBE`MN3fn%3_U2 zn~u0l$k=>D_gl&dr`m&#sppvHu`U)gP~UNI;%Z6bJ#0a17=wSMpO`SsJGn^x#N?>s iazFo_sM{ql=Ysv})BV;GkM72U;@{KN&t;ucLK6T9!xuaN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-insensitive-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..46188201745bec30002cafc89787bd8f3630806d GIT binary patch literal 363 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkPe-C)vxnN@Px~Oy;lM!-3;x&8aDZQ=)|j`6K{k}z8XB?TJS_5_j<^LtHBemg-p5{ zGU<8>s zAh1H6(FUj}*VDx@L?S%5|Djle08i_3Auq$gd;dL+1(#p`p8n2u_icthhB~v0qj*El zOBhcRuRU_e@M&F-{xsF(PFW*KYuj@IdaJA?Ed}@RhkVSQA+>W?$E$X(sO;HhTf{1? pb87tNdi6`bPM;AY7=G|UzqGIwuYGvHFMgoK44$rjF6*2UngFnZf&2gf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-insensitive-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9a17855cc1112fadcb5e28b1612cc38900a98a95 GIT binary patch literal 607 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EO9OmD zT!A#h|No(VSL3E!kL)=UIrC;{-_4*&xBYuBhfcl`+~3z>8+1Vml|GC&F@Uk{mh z9i$6r6i6Jz1+sPYt@KQt^~{0D)xs~^!Y|h%AlJ8XuW#dizs9|O?MDOJkA_UT`lg^v z1n5rlk|4ie21X%a5fNz_Sw$rkRXu%u0|P@hcXtnujLf{e{DQLb@`{Rv#-^6mw$2`8 zu%PF81ki|=o-U3d7N^%vzAn^cAmHklsl_EWOTpE3mO|IF|MtFW2~M1o#oyn4H_vmM z(HZ%pUTsg0ZcKkEr=8N%g$;r(DW-)x1e{p>N5)~w z-_s@RYD>28vjjU_uu*LE>=ZEA@HjFhGB7c^xuNxqmVfqL!$c>B?K?acdOi7|AfRZS z-N0k1WHdqfI4{$VQ=1s&PCVqBRC8G6^K}JJ+3BHIQ>V%2ywB_v(pdZLcIL|91G9|Y zDSJms^ld6y{VqsP!~3+s9NQoDc2+V=gV*j?yf-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkp52!2$^&>ZSL(1Aewjk+`Uid9()4oZVkDa12jmyB*-tAfrnR5-@x6&v#_YRrM0cQ z2LepZ><$8zWO}+dhDe0x_TLsdAi%?V_f=S+>)-#&#aw$g>Zcs{WLhZel9jzxVXvJ+ zXv5ZDUcIZOm@*kGxM!-lh^6m5a{GAEE1j%E*5X-dqG>KQ6;&>0e195Uo3gRvZ}-Lg n&};W3ZrL}tG6l#imeu#$#(jDF^?7DMOBp;}{an^LB{Ts5kA0g9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..10c0b892182f000d54ba13d797f42702cf1d40a4 GIT binary patch literal 560 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z-f?Lo+-tFhB>#!tW5x%o-gmM1+xwC%~0w?Ce||Ml$sueYCm0iB>*EF}bVjb2HR zUoZoskg$lfjI5%PimINzfuWnbM@D8|enDAzMMGm#OKV$a4-%L%=L3s_?*0E-bb&$e*s_{qT6>NZh$wibBrR0xwBGJ&&86#k zBxds79iGo-#4P3+eKfdu4cQOZE5uI$J^rdd_5^o_}&D(3u`Nr_&wov{q7$Y sX2nqn-2bON{8c#b_`cQMr|dtoEfGlTV7XjB8R%06Pgg&ebxsLQ09cA9kN^Mx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a13ac6eedecec1e0e024c2935e1da1b9eaa7ef25 GIT binary patch literal 369 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPe-C)vxnN@Px~Oy;lM!-3;x&8aDZQ=)|j`6K{k}z8XB?TJS_5_j<^LtHBemg-p5{ zGU<8gnqnxO;eb78Vs1 zx3splb@zaQ-s!YMtAD$YXa9UetgF7!OVT&Sf}S(klmiHelF{r5}E+(2$YTh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-insensitive@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..71bb3496838cf73657ff2398eb0a05a94e5eed5c GIT binary patch literal 604 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EO9OmD zT!A#h|No(VSL3E!kL)=UIrC;{-_4*&xBYuBhfcl`+~3z>8+1Vml|GC&F@Uk{mh z9i$6r6i6Jz1uM9kG52=HyxX}8?&L1IlfUTB@!KDc-~M#s&Zkp%K7IM|``fR-|Ns9# zH)GW^pgYY=g8YIR7=?sIM5JY86_r#}_4M@(3=G}e-90=qGV}8C3(CsND=Hcqn_61i zI(v}8f}ZCQKqH=cx;TbdoL)Qmx=@pWfU9Gs7MIv81y@%EEhT|}|1Xy?sa-kQ{XMt* zyh^m>v;HL2!=E1A*j&;n%bkCoK|6q*qn=6DGRA!0o`!i&J7uQ}8w6ZZN((nwG~xJ9 z%Y=|``j=&AOt@qt;KS(nw}nMbRq232UpQmpJfUdk2G>U$eyvhz>14R{Xpz&Yjfb5b zT5=2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4T!OZk?MQ5y29S*n8E#KU~ zM8}igY_ayr3g^{cldLAC=p5X>WLCA(Pv5KZeyJ*37j@lRrT$Ym*{9b1Ls5(@&+=Kz zv(H}I%C^{E{^;u8E&nx&nd|yiuU)Zd!H*RSLISL-zOlZsE%V3=eZ$uBEqmQnrV6VE zjI(0wJ>K72$I#2I(!DuNeF;wu6X)%hF*j>#nriuT84fOAu>8^LjD0|FGkCiCxvXZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle!2v=hUW=W6BX0VQ_!&1lH$U#$^0<4;ARoL-v4~_ z>DQajzksgZRie8K=mEWwAirP+Mnz>6RYN0V6H{9|M`xFi(6I1`$cDzI=9Ya2PMkb- z`poqkH*ej3_4@6{&tHB`Iwsl$)cMuZ#W6%ea_zyFRR{OfvcP&VuK7-g?ColYeXK?pHpsVy{7Ji0i4ZJ(7;x?ooop zi`3Sfn#0;8#rI@pYg^M^_GuZ)igw;VnBGoW`s%{3E&Hx{q3mw{nHicTbDj` zn0+bYc&E8kat61QmY;?cH<;GR+~f2)v*t)=xs;sA^keU}?nVB+P_W=@My|P6?Z1mv zE!PrO7H2%#e8gqKiw#F~zoi^;Vm|1YdXC9aG|V{3ucTQy+&GQJcS%UQkK`Oh=UaAb pPtH~Fe-(S2+xdLuE`d20>=WX9RcC|*`~U_3gQu&X%Q~loCICTEWrY9$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ae0c98abb9cf245fabcf8261976c179c06554809 GIT binary patch literal 371 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkPe-6J8=5N$O)H2CtVGha5Z@1)zAsoLMC1dnQ$!_NKU#AVo$slIuXi%aN%U@hDU81 zAHDhX>&@q1Z$JP3|NnpWJNqL*b45#n{DK)o#l%BG!@`@ITUyVZzi{#6r_W#hy>xmp z1*o9F)5S4FLX!2MV;_^E0Kc^JiT#@otN>Oqb7 orgVOT{oQPapU&@H2Mj@b5qoV7xiboFK)V?{UHx3vIVCg!06f-}5&!@I literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c3f1e44593c4382b706ccc9ebcbd242b3a1620b3 GIT binary patch literal 634 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!A#h|No(rZ-h^}9NKp^c;dC-NmqmVuZ2#$9z6L*(1a@?K<00Qd zt05DB%C3e^xE2CZd>te{;VO_FGT|Cfd+0FdHeL8XH)5$xZPTl?V<;S0|KmUIF`S<_-|3y2GSOMLy zR}$nG%)qFqtfFdYWNcz;Yv<_f5)v8~9ue8l*woyz@4$(Zr%s=_e&gn?+pk`~{rLII zuSv&5yMQ{sdb&7KE?i>eyd|(?()P9Mrk(s7ALcuwGUfMk znK_e8e!a8cIi9y(@xT8drBe#2$VDTcgHK*pVHc9b4nc3Rb zw3mHahO(la_YbDGla{`^@N3JyYhG)oZP|4pMr!`;iuBD(9y-jv6mh)MUMe|*TT07M zLy8+r=Vb12`keXaNN2p1oXPZKzt!&DthrFI;A@6%xL57|i&ZVx5>^&xJlcH3Wx|UM zM|8iX9C2bk=$Lwr$x$@SILWW1SvlM|jm39KNV|{Z97X3_c56@0Rq%fmdz{<(eB~~I aIT!5PrW8!C*>*4)6!)I4elF{r5}E)YyDrTD literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..12471d689ed07a9f431fb204def9ca0381c63b3f GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkPe-6J8=5N$O)H2CtVGha5Z@1)zAsoLMC1dnQ$!_NKU#AVo$slIuXi%a3Q3&fi;j( z+z=E8G)S~0$S;^dR7^Z1G%UQSxux~o`3o06e)|07-%F<#Q-BJRJY5_^BqVbWM)S2O z2)G_x{3FaQ#0_9!4tKaug(Zv%6NT!`^}9dH9wj674ggyH~+fZuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!A#h|No(rZ-h^}9NKp^c;dC-NmqmVuZ2#$9z6L*(1a@?K<00Qd zt05DB%C3e^xE2CZd>te{;VO_FGT|Cfd+0qG5&w{;&Oe5 r--L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$GzP&1cUtx_BmZU7yXO zm!V7>R&QonZpCTvvTPEg+Fid>2UhwqnU#tui0v(UU>Lg7>OzmJuUtW*?U_E+4^R1% X^SHmLUrcWWTE^h%>gTe~DWM4f`a^#G literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1e71eebeb80fc5fa478963a3e6a203e735cb10b8 GIT binary patch literal 521 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EEdf3u zu0WdM|Nqdwt8r7VNA{eFoOv^}?`F`X+y1?mLnq$|?!N_;3Z8f^c*5nt-YbEVZie<> z4eh@bJn3r4r0c;Gu7pj#9y;-A=)@agKyuPGpm^}48=(`gg-p5@0wS*f86X9duZK*$ z4$=iQ3M3BV0@*tHRw0wF9%lapbUlMkNswPK1EY|zh={a|tfG>Ns-C{Sfq|i$ySs-+ zMrK}KenDAzc|}D-V^d3OTW3#?@yr>@Kz;i?T^vI!POqJOQmDy*$03^4(e+@fufU2f zkZbb|MO{r%J0-FHkSSS9TJ*etSewV8tBx+y-+A9#$(EbsXvSzWv6*% z6f9iWvR#NpPvpO<Ja literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed-insensitive-selected.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..ac4fa9e0bb3b47775438b94e5cd584c733810fb8 GIT binary patch literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^_fKP}k zkp52!2$^&hs9b02?Q)<_p^_lKUZuoc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-f?Lo+-t3XR0@BDigXrD?+kY6wZqmZzOw2Z8xl8UOHzJZ~eyGKT5UVcGYc|}8G zQ%h@GXHU*9IQT+?(Z;|3>(@9I3*0Q2bxygu zE%t$sYkkXwS>9_^*K2;9%FSxLDnj$4sMwZ|o9gy7I#0j(HK#$eIrYuE2McHKo*=fz zWWJ}j!-?g*B5ErNxw$k}3TDNu=s8f>D48hp@MVJ7Qo*X27tV*2uQ=sMe>!cbzp&ej zDO`8?buEL3d%o^$Zgf;C-{f4$(eh39_pz7z<7?;Kv08g(Z@u=~85g29XnmYo|BQ9@ X?Vwd(b_IU~dV#^y)z4*}Q$iB}O5pb1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed-insensitive.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cf76b7dac85f7f824007b494b23d39754f23bac8 GIT binary patch literal 339 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^MM1#zAoISdf>G;!-+v`>$*?Bk=<*%^*JD)rB5cU%7%r+cSNtAD;4? XtmB>|^t@3WXc>d2tDnm{r-UW|QK*2E literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed-insensitive@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..769ecd3432fcb0ec48b48fe8fca8d60cd82f02c0 GIT binary patch literal 521 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EEdf3u zu0WdM|Nqdwt8r7VNA{eFoOv^}?`F`X+y1?mLnq$|?!N_;3Z8f^c*5nt-YbEVZie<> z4eh@bJn3r4r0c;Gu7pj#9y;-A=)@agKyuPGpm^}48=(`gg-p5@0wS*f86X9duZK*$ z4$=iQ3M3BVf)!l-|NsA-AAO}jXXum!`2{mD3JHsdNXy77DygXI>FXO97`nN;dw67I z=H=xVl$DoPR5Ua;wY0W%_VgIfoS_WVx8KvnF~s8Z+Q}z{nhbaxqFEhX54QRWtmvBZ zhom$1lvVXrrLeq2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4X(` z5>wIxmOG8d)-hQyeVkIsex+wMQ_%dKUuVpXQjk3K&6Izl%OsH-JwBJRjs>?)`c~U? zyr*or)1)5W6|#;+bychNZyw8)PWF-b!RNms_6b+tgJ0|iZ##eQz1s6lD5Cxdqvn48 zOJx%{J=8o-1s3b8F!3Ge&9lnheSZIj=@+;w51!p{|X~SZP5}<4D{N7dI>LJyoA@V z;sVA20$$- zyao(2fLjfLYFzj#@R1?hY5^91b`^((vz+0Q zboygnB={Y7ay)!(rsYKP4J7gMAy6gzNVb>gLjgNv7fR#h!3YyYf*3Wc+Q8aOaL0rJ z8U)QoTy=puF&dMktyx(?n5alvkhBsGKPmW^*w*YJv)1g->k9>V(^XD89VGw&002ov JPDHLkV1l96*HHif literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..1aabde526286deefdc6830da03e6aeb526fcdc62 GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkPe-6J8=5N$O)H2CtVGha5Z@1)zAsoLMC1dnQ$!_NKU#AVo$slIuXi%aN*?t|Nnd3 z*ZBes5-kbx3uX`%6AuXu3vX&}X+3xT!o`oDK7aZ5(&@z%pn@b%7sn6@$=rj{d@TwB zt_K(Y2y@HW`L2Ftvd8fciK6ol{oB262kV`jRi9i;#djKg;#d~`t}(V()Z%JKgXi|i zJO(ezf|&eFl{T#0$e{Ros+C;uL~Z7)GeVa#USHpSb7M)(Pv-tjJZ{!2IWGfkWAJqK Kb6Mw<&;$VNh=`B? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4998013e1f8d7ffa97018f3a15078bca51e12cd4 GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!A#h|No(rZ-h^}9NKp^c;dC-NmqmVuZ2#$9z6L*(1a@?K<00Qd zt05DB%C3e^xE2CZd>te{;VO_FGT|Cfd+0VpttCUjz{NHb^+1*;!WH`tD zo#)JL+q;YuS4p}^E{%LLdzFseorTRinikz(;J)bV=d;XgB4+b%i*kfqGoNqk=(Mo> zbF8D+9lt6TmgSKR2}~=eM=*9BY+(?$QFGZLV6@Qg(RYS#hRIHy+)rnGNMbtJ`enOf zZH$HC!6U6lPXsvVXNlS%!;^EkM{p$n4g-vkNw{AY)~9|y85}Sb4q9e0A^P6Q2+n{ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a80cc0cb9b9daad32209d61ccd3cf5b9bfb869bc GIT binary patch literal 426 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uVfKP}k zkXF_)Rnj)r(6CTfH&atH)zC6i*D_PnHdWI$(a<(g(=b-kGEvnuR@VTsP1Jx4EwG@b zF^~=Bf<-ieQYPw}CYss?TH1y{H9%5J$4EyS#R?@s ze!&c~atew{=^0tsIg=(&pE2{%qsLF4J^%9c+s|LWe*OOaThFa@4Nz^hr;B5VgkgtIn}3 qjoh=f&QLY*-nY+pw!44(!?@Z)g!h`#rC6Xd7(8A5T-G@yGywpfw2UJF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6f79041a62b4f5214cc7a71686e8da4ded4d2491 GIT binary patch literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EZv%Wn zT!FNMgM+cLv9`9hii(PYf`g2VrIfL;iiVknhN-%`iJF#?hK7l{y0N;pk(!pNswPm% zR9)LdUDHHO!xV^AwSWv0RV`z6O;a_9pq2?xnHq=$G1P&|z*0aiNP!kuFGMj!1gIFK z5hx2`fX#tQK@@{EB1DYTwSdT2L(5oG+dxy>P)l21OWQz8+fZ9uPg@6w^tE*ibaZre zbo6v|^mTOgbU{Gx#w}S;kXn}n`2{nuu(GjpaB^8%S=%}|Iyrm$`X#5PrRU`47gko) z^!87fID5|A!$*!CKY8cg{RfYqymzQ6;Bt(5DCe(2Wz7b z21u|!P_KOH8?3c*$(N=RT&drZXRq0uCU^h;;}Y4J-8t6(itlgnp1FDXGCPy6&pua9 zn^ZK_&grjLUy_OJ2APcsaV&kTFQi;W+9lX!gpy~d-YQ_+A@h(aT*S)A;OPu|iQ`+Q zQ%M{e{1M``X0~d=D=JgPp-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zke1W6ky6qID~fdeu702X{d~0VwOzJt0`}`v4b8HI);=tlxj3zGAH&~e zN3St2&QRn};Eehsmhdx6@ZJH9s1qC|tHrX}LpEoq6(3!=F;I9TZ)f4|7KPo$DPIjL f?Rmq`{b5v}DrmBO&kaeS8yGxY{an^LB{Ts5sy=@Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f7844b8b195c40a2089be1d24a5238b2f8f97c52 GIT binary patch literal 673 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!C~$Lqlk2sDp!pv9YnXwzis@sfvoRlBR)%hMBs$iJGplhK8}ay1AORnYy-#nwFWW zrm4ERvAVXgnwF`Wrm315P|!q8(?ng%SY68qB%%r8s)CWarm?!FnVN>FI#3X(Obe$d^gCvp z$pX6Gt|Z7Wn1P9zg_TW7SyfG4Lsw7V+Sbm|(b>h*(R~EsX+|Ub7!Tpop z{{J6sH-$+z+WPT~>-xsqx1VJCukk#`gjeizf|XUd$ekDGcV69dU*l7m!=)Q8DjVBU zE}Z+^&8n;&eY4~A>e_p%y-!k3oR-aRbJhEF_Jhjf()Sa(CH7r0Z)-W;bh?y>F!*D=-sS6JygM4UPx|&t| zWmX28Fy6}ee`gsP9&E`8yqFf~zFu_ov8{4pXX3=RuRi`ZweWF-<{9zB&*D_Ko+>R~ z%6sy@7x$JLBeQE=5!p$X^smSj2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR40PFVvUNI}?CdR<&qFY9FVe@b@QpOLIt->$j4x=g!PkS7}A=! zL;tbyhg&jCouLx&^c%a)v@J=S5ZHO8w#CN9hLHuT zUvJJ1@)4WUIQ6rLWA*vSgf!a=45sHl&TYzGAoy7BspZPt%ZqI$v0R#T||GUom*P`njxgN@xNAP`Gz2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd9a00dbf3002009f2fa7530f45348cc981a41b GIT binary patch literal 575 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z<#-~ivuGkSrp(JKk^3ua(sV&>rF;ujDU5*8H`mync_mXVc{S5Q<^Q`gYc(l#@< zu(GzXwRdoGc5!tR_}vu))cMxa#WBR<^xDZUg_;a_S_Grkh~Mi9+Ow+RQtkii!Gara zDLn4^UB2IQcFJRm`YE^XzYAV_`R}&(g4?!RExuHls<>Aq;I+e#eH_=gJgVRSb8+U4 zTzZhPD(_dY!m~31(+|9P%H2DmHiPr-%6;<_4(lBCxFZzdP$>O?t9z3}o1n6Z(>INa zM<-4Us`#R%n5odD(;&+v#j!!VfhAWeLs_#y#*Vk(32Q+nlb^u-`5AvwLar~YD1$QQMV^j0_HSED_x)G2@@mt?2dNZ@9a?*?sL{%d>|q h_r6~){$F`1+$C7~x9e7KaiGT;JYD@<);T3K0RU|zEmi;k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..41ed4d9ffa62667f4e11c01325691693d25fc649 GIT binary patch literal 395 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkUoF@{IO%lu3o)*^5n^L=gwWabm{Wt%RoUOH&duaT=*WwS}H8jv*4^xqWYi925jx&F_mYs+ltBd%d^z zA&KwzEsb}7XZoX>UA1<%Rc{RMv8wme7Fz9`@>*=usZR-u^xPJ6aGB+or?olVaK9mT z^o9Jxz literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a83495380c6fe9fb2072f3e85f428d52df010c9d GIT binary patch literal 657 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|NmF5S_LHc@85ss%$alN&YeGh{^G@pmoHyFd-m+rt5<ws*aAP_(Vf$DGGym|Zf?Pt%P zJ%9fE?c28>K79D}>C=}lUw-}i_4n^zpo2xv&B_3Jz`i8NFPMRenVE%EUO`b=MMYIp zOWVxc!qVEt*3QY<#n(R|G%PzOH#e`cs=BtezM-Y1t-YhOs|N|h-A;W9H0rmfi(`nz z>9vz@7BxADxLkZ7W!jk?V|Y=Z;JBQtWZJ*~o42qvD@_jwySctLZSUP#-&|grCTCek zS7+^c%3*yyTItFrac3>F12ONo9~Mt%EK_~8-#TF)&(ZQ5X8C{l6ZDmDG54;HFDRH$ zZgoJj?YjB<>+IEkUWqT@ReRKs@PehTjL%=_lfikd1w3k=hAjEA2bMC5JG0g_US>GH zoyq5i$%Dfo2c(+VSj@O0mNMFBy7yexyXjx|%z<&~mi|*`3jTawy*2F8hFjA!_o?*U z{v*A8+WiTQns;0#b;bOhcwwG%qHA*g-eX;#ckU2NzqoYQ(r|a-*D-rfu2^Ni`I7pZ XjNTWWx^lU|U|{fc^>bP0l+XkK%0N^c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-selected.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..aba589ee61620882ea6c052c593170e0c499a0e1 GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR402bOxh^qTfqwn6xatI^{rOvgUOFZ&dC zX)fP?pPG0NP17BRS)Qj>_Ve#?Ir43V!qSpv%X=3W-L^R<5?;~Mab3P?$|cix8+Fv> zPI2&8baj|pXn$BSr-tjDS7cJ$44nhIX8R8~pIm0JH$m%q%-+)7FPqGCnP{s+0&a0T0*>iu(N vdSCA+hf61%jU?|Z`|WdHaN}x?&35yHZaa!wlZuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle;R38CJ>&rT$E765FPMRenT3^KKu}0VR!&|)QAtf*LsLsfPv6Mc#LV2n(%Qz> z&duG!)63h(*UvvGIVCkMGb=kUzo4k3w4$=Ax~8_Sz9D+i#0v}zj8dL1jv*GO*G|q2 zZgLQ5H7{V@SmSwV%^H!KZZBr$AnzxC{{I(Q%c3#;WSUL672DtV z_4#>P=LYX)Q=zr&mP_6-Z(EqXYSmUA=?|}e|0`wq-KD;(=I}SO*X50cGt)!lT6cK< z&1!J3ThMM`;lJ;F;;G_U2PP*kV0S;s+|~PguD^9JEnghHJ|)KHX=7$p-m=^i2Qp@QFirk@qPOu~y_0mSQrF((S64N@?Rx04 zasAV-%kfK(Mt)tHcak^zTkzhQS0~)${K~uZrP0Rr^exuFP-pOT^>bP0l+XkK{Opkr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..52594602458b89def52a2958121a47ded48855d7 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkiLBR@|iPd&YwSj@#4ixmo8lZ10WkH0%QV3fB+%|VIz}Qu3Q010RcqUvuDqM3?TXZ z`SWkzzJ34x{l||VKY#xG`}gnv|Nl+(+D`%PlPd}G3ucg&Q&3b&&&bNonKXI&jG2!f zKY8~2%hzu|fBpLX`}cCc{ojBp%RF5iLnOj;`@{Jf6a-iWtJjOT3O@W-Ug8>pV-Ux=Z-47x~sIVZ!X{1*;2yE@1F< L^>bP0l+XkKf&Ie7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/radio-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c01664c05c71cbcdf32409dbf9e81adbc37391 GIT binary patch literal 716 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!Hld{rk_HIdk>u)!Vmk1KG!p9RqUDojZ3P3@%>02&6AuxBz581R)Fv8z>F|a4tj_ zP!MhckPR^bE&|~~RFXm7xN+m=&6~Gw-Fo`;>9c3goC+MZ{B?T`0>-HPoF=3 z{_^F^&!0bk{rdIq-@pI=|NjYJFAMaibxDw4FarxK8#@Olm!*}pt%IYJv$wBba%x(7 zPHui-WmQdY|AdLN=gd8P!;aVNwHRQEGptK1^7 wvi;gBi?!~nqN~;gZBDzoI<)AQo%Ub;`&(Cj-|&pV4H(J{p00i_>zopr0IcDJFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f0dcc61beaee8b92ba9d1957388850f7c8e44141 GIT binary patch literal 820 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>j1~bt zA+A8h4FCU!_T3DcbTM?|)u1WYLi?`CK=WP* z8&3K+?*p=ZD%XO@iq*c=>wRn1n*xEAyQ#IOsg0+(rH#3jt+|z*xwXBywS$F?lZ8u| zrAvgRdyJK{pOuThjdzTVPn@k!tSylAjk68Raf~Q-j4W}CEOm-1bBZo=PVRC^>2*!* zcgvXKS+d-_VinLLpUO2rOF`CEZ}6?z;#giQI2PD`EU5QF zaPLKsYwc%D0tTIVNswPK1EaKzoVh=46QoAXwdd_aSV}=+OcfA5`F{4+f)MQFnG<$v{VST3KW5~TU^ zWy!lF^Cu0dDZMUPmDhsqNVs+Ddn)xyrk#A#zc5q5PiZU9=8HmkCLV%9S{uxMcCaLL z{Hv`MSbxYOl)phB^3}1A)`jOJm&-70aH)UQHp#Sev9VtsqeG9BoqyhnJdMc76-9)X+-T=t@5erR20|i zxCohpxk4+am4;qDZQW>h!&3cF;7pb$85MUr<9@SoH|d2N+PAC$rCLu{KbLh*2~7Y7 CIb{<7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ead32a26a40b4b00b04d239abc0a2ce82d796cf8 GIT binary patch literal 1456 zcmZ{kc~DbV6viXCAXY#YSt6B;SkbY-=#XF*vJeQ5V953~5J8qkL<#~4MA`~r5rGQX zL4?R6D4?L|2nrL0y0ECAkOiv<4vH1G76mIV^oF)G{ikovJ@?%2{_b~X?%a8WOa^VG zrHds3fmjIzQQ2VL3x>CaImrEM2bY7%Tu6bq78Vu{9*2&D7?$hVDg#eygq0&Z6~ln!$PGJH zMz%}`EA$+ho~TZh6kmeBuRnJiB?Rlwz*0kT zfgBu-i=)A~pdC1fhoi^fAs!wI!v}}s>3sZl0fElMQblR$2V`=EQeArDQ21J5#sih)u9Ige^~`Sk;%?#SzgE7mLA24Z%#N? z^^Cp$aqQXG0}q!J@7a99tNikuS#G0ketEF6hIDnavc7JrD4NPXLsv%+weeXOvJ&3w zA{tuKbs5;XuJehT4mr2?9bx5YR#H{`2=d#&X4TdUHW!b*zvzw{Nb>bwcfZf`nm3VO zKn*|Kf8I`W5k1bEv`7Nn{&bnfb!3RheQ2V~#T?tW+m^DpiCAzrCm} z@wwWK^EGOZQx(0FuA8OU32E(>s_=|n2Rs^O)=d8Pwhwc!_2?iz)U0{av2CfGZRt$cjs?F2UA}huQ%AHEL#$+9- zc4)@%$>B99Rg8yUY0EAJ*<<$|L$zp$#s=ZI6|w^v|0XTPoT!0kKU0TmKILlch|_7j zj>eH}KcsMlizG}@F;(%lJ?r#{7Rh7U*|SOt-=G|P8~Qnvi{0wSxhwwGumjqCe&{C%SpbsqH1pIjoq+gIm=eC zeJ1mk;`%Ld=_*)@?ibvrnd5i%y7Dv-9+ouBEt63@1Ff3=kRAxBeOJKAe_H)Y(Y zDV?6IsHG7itH+)_bxr^1@aP3nGTp2cM7AoYi<+Vqv*Du{`Hc5q?|sGYm?kGrR`jO6 hu}Y=iET-S%_FDJO!uFvrZjViWOelasZJ|Wv`~}0(sz?9; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-header-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39901e30d9e171deece41c6b6790540ef7576c5d GIT binary patch literal 826 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jCKJ& zA+A8h4FCU!_T3DcbTM?|)u1WYLi?`af72ca z8&3K)?FF*E%2$KPvX$PIYrU)1>H>k0y{@r?uCb%8iKD)uiN2Akfw8%PiG_iQrGbf+ zp{>7>ZJ?1usIiT^v8{)Rt%sRwn7LcHxm$#}I}k;hd#Bli{3@>RGk|Xq{L2DxlRMODorTS8ejC-3D}zU&}%N=6(Jx2mD(P`nMkq zXgeCzdm*^@0?>uYr%#*$2B3LKkY6wZqqK~iyn&&StDC!*w~t?NNM3&7tT}V%FW9EN{q~)^Z{EIp|Ka1OFW-Os`u+RQ-@n=ntvbNS(Drn346!(!oUp(=L3Co^ z<1r z#mTX4eKFUrWeg?0jY$r^r#z~3<_KLh-MJ{cD3~Sd607IZoh?b%CuerAI~gXv!joM^ zG(T0aCzOAgnsx31HPsC)b7z15s`d(^2_#hnjRu6I=Qu^#oA40 zDP1&mZEl(qC|3WZYVoU&QBt0r;{LtSf;ePy3h&IErxgOR8p#ZV$N)wxFT)MXgzQc@ zTS=2lgq8gc7b#h#YSxeULPaC+DJ8pD6;h&si^f6LKlV95v|Ibv0C zshTYsg(XUkNXeF{*Z>wQA&C-}08Gh|s35Tl7OQ~*09dSoL@HRM6*(d`I1Y&c19UYg z;D2GQE&_@gY-vd?wsLSK10A$mu?1G37w}&J{%*8lzOoA(wEipkA3$4co&U4^|Jo6J zNTeg$+tG!9bV4DWoRKIr677w2B|2frDA!#mR}T~h1P zIVHJ*B9Kw}XQ;^))Z|L4po%7}p{3T+((3%v>iyFj1G8=fWnB--YNa2(Nzdt^9|6(H zIC_h5>^38}n{~X8mEXrI=w}xyI3S7?9MLFLJPLsfezI7lY~2EG4kAj(rgIRhbiVjf zcb&<4Gjj_|tBuy1Y&P54ZP~gFgLQMqdE&i^q>!-iJrUf!v2ls}_$k8Fv;!isq~uhY ztfuAK_0}8h-Mx4F`sD+ILyGaq2aldkJ)3#)a&F@#Yn)+K~XSVFLwZBZtAD#2HZ+CpfF6qlz z>Kwqvn`_3#78lLW-JPFzImgRQ=RG6KEPv|@$h_t?9MzC*ThkTWH{wL&+4tWdT9lc- zki?xX{n>1E_Tl)=7W0ON*_H?IHldQGfziE5J9>6hnH!Q!8Pq!Aue;^av&CUSJj47G zvi0wR0)*%Q)Znn$H{xf9C4&ce(U!e4>FfGib;^1!4;_Lwyv6BlEy|8NtD)g?$KA}U zdab{uZ>Xq_sPl-oMJF7aq%BuXwPxBiXBY>_hBSBT=4&aNQgVwk!S4>^PA68G|R)%AnD_m@SHg3P2tp6iB5x0t6HEu&gK?p+b4NS&#Muc4=)*b z+&_ZSUud?qN&2J8cXUy(BsIDp<(n!HoXjhC=dvHy9VUgVBR&VW)^@S3q&|sx-Z4nNpkQ$foTomwg;nZYA5&ENWi;hm zzMr|;Jiom>ZOUf$qDDMFlyX0{$LMW{l*+Uj6nR3CmF2ksAgt97rhw%c_JXXJ{q;f}n=un$JuDj_|jDhQ;8rC0MdpQ0yeWsdG?rr-r86oc5!lIL8@MUQTpt6Hc|`>jG6&H zA+A8h4FCU!_T3DcbTM?|)u1WYLi?`;1@?VN>oau?pITzS7{ z^?jhSx-}0P);?@p_pk|w)<5jo`ef1Jm#a>^UVZZQ`ZI5KU4FOw^7}nk-tWEg{_^85 zmmhz<^7!l3Ctshu{qf}8&!_KxK70T3^`~ENKL7gk?a$}$f4=3`1SYC z-+%xA|G%_4#tRr$<|RRX!3>PjGIH_;hDNS#?q1$Le!(Gm`GvFQ%$>hr>$dHOjvl*w z~S4YBRLz0K;9))5S4FLUQlH%xK0$5w-{EPC;JX z6U20HZC>&;Lpt}8m$J9-;)j3!%TF}%ef+e_epf!v9Q7R=CaQEk`Big)S^axVTMF0G zs?Cwwa&9pjd~+uHtUEOA)Hw^CMxK**Om1AWnCEodqbsF|x6I&D+!js4Nm|9zy?huA z-2VHW^9V_ByvMHKv~A6|LdT|XF%f5mYcKr6l4DgJ=dx}UW#G)RuB~6P=GZPTrOB*m zOb6t)#%}u&nH;-RPK|qC8RMEu{lCRFuM1jl#l7k@!=Wo5kLXVQrLplrs@MUIzg0UH z)xC=-c+I>(XVR2ov0C0-xAtgGvizUIu58=W=g^k2j(3}+`{WHj%sth3851*K3=S3j3^P6|L0P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-header@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..05e0b085c9f4d5872f9b071e62bd94f318b9361c GIT binary patch literal 1451 zcmaKsX;f236vqQ7VX39Wwk$5_kwt~#Qb8;z2tk%oRFWqFWRpz+1BF1;;=&>#C?;VO zkWEn8p&&-KLjgqutkICX1TYu~383td1OuTH+Md%-edo@dJOBC3|Gp1%=JqLPyG<(E zDhLE(lY>3l1k6 zs70{F5inta1fp+50D?#)8ehPNMEd!L2N;J%1m#X!Xd@8vI;Whlwg5(~twH5$RyW$9 z8w>}^pnK+fD3x(K9X_4)&W%KeG8iuRn7A|+l*-24r9)(fOF9#G4~EiMt`s^TF=VD| zI_yH~hbRmTiQz(Fx&WBWz)~0x1z-#eg^49IAuo;ZQ`$2f|}c z^b^jdQqGMkZd^4tu7(?5!%e6ixmi1s`iz%K<=vz5NFbi`$j`?pjbquZg4{O2gEqm# z&WR^oljYr?YI;A{^nL#Q&F2Q%RO9>UCi-+UeWryz)7n4N4$pS5W;qTxx==#-c@y*xI(%%54FS(3~OC3C`+c@UzN z1<{K5%j%aEsbodEvMODbu1P_x$v*A;t`u-Xd@S|CR>7~Ces0X(Qllv0Vq7e}CC|cjx z?7pddmFXj73-)KGSeyvg-M-p;luUb^N}IY!Z|1TwPrnBula79%IJP~!@!lkvOO z@@}RZoLzIwH^dF&zP@eR9a;BAcX^I!DV!8-7YDILSEjjla!sd$)~Xb5;I|M4Y`B*%3Of@!;n~j=Gl%w={Nx z4UE#3jx?y)y`d?m6a|#zS=;?`AgM+%3T6r3v9Xh_1VQmCHgVR6%DO`~n+%!vKClm^17#KA zQ9}lf*Uc7^d7Z>mb(1T`uSI@``6XTkff~hoN1j^&XYvCNkihGBNTjb(vP n(Ra&Q!hiGPzZl*5mf7lF$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..00a133478951fcc00a7c0952c55187b0bc6b903b GIT binary patch literal 816 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jN$=4 zA+A8h4FCU!cH9k}c{iZ{zW20C5tDC(_T3Ecy&gX0dgz23f&G`mr``&kbTzo|YVd^1 zp;K>$Ou8C0;abRqtHBemhE2R03S>{b7CIS3hD^K}+!u61eSHb9dFjN*O0z}vR zn)U{?>;-BJ1}dHeRCC?Gc|SyrPsN(hN!NU%|_pvExrxg{F?XrwH^*=-XG9P84&f`Hn7eab2 z0v%>zA(sdYnb?vbzhDMNetrQ#DQPt|bxlnzZ9N-XyU?((@QCD;l&$paOmB+Gp$D{p!pIe{JRO{)rdibMgpGJqsXYY>%@)yPVH56v? ztqs?W~KQwbi?_(_Wspx#=eGTjQG9MB7VSRG3$ZeC(a3*qb3yyE4_p zA^6gP^WPgXr8MrbEC|Ve@cq*t;lgTe~DWM4f_yc3E literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6d972c472717511763ea6bce513f725c7e8088fa GIT binary patch literal 1456 zcmb_c`BPI@6pkR4ML>jDK?JO*hz^4yyfj1`k}x60gh$?cghkl`0U;3f#RWnzKtM_I z0w}If+oGXp{lTKBMHDJB3<@C$7(uZWw2owiGKdb+oAzJmo$sDA=bZ0+cbmC#n9H=c zb+aW92==Tn1`qf&F#WA9f$jHvVgsCI9*u=sTU#3^!(W2XCOa%Tk3iUP-8@&sxvAVi z(ltLcDjyLG^NSL5QwT*xMSh2~GV%n8*(rYF+|+Y36gL84g$X`@h5|BSd08S^#x%=R zNf%c42S+l%X_~?sbX<84_rfR(H^$;dta=<)Jb@K2*p0(joi4845PfnWx@ioT(M z7F8Q~su4_~LsdFNp-0qXJe3~B4UwRV>oBz*1)*vT!3~JYfGTyE(#%AGCay#9QOr!% zBT7A31;~QDnPYANN!`Co82%%pO2E_sWpfC20>~f(wu%F52m}Ly0?EukG7Ex85Qz+t zsSt$*QP>cL15sg!#)D`mi9#b$=p-74L`TVVE;$q>GXWyWEC4>4okU^rDXeG;8z7d# zN!|x%QX>JxG=3f}x_}m2NIN8<#YTy=JU7+VTFa|N*i0-)%Nxd4vuTqIIVSdaUpK> z@bucWX|wkh|6RKS0`>$!P%wq^9hDkF3y0wdUUaM=IXOj`D$2~v$`WViWb?}TxB;* z;@^E{6QGFKAC%AUKDjnsKhh$cyIGMe^Q_cvxy>zcu3Q|a=MM+#(2MUyY275X#Sn)v zD;_4lgE9Zd&ijiW$7>2}{95!JuMx)DQ!>|WCX&YCNOj1kmyC(Bv<>~PTPqhWVuuH% zb5~5Q57)nXZD)r(<&K9n>-M-3T^o)S zygL>6)dSHRk75@erR#jqe9S=bnk2emGCk<;dc@nVju>_`U+}(6HoeY$2fNj;@`mxC z@79ewdYiYKh6*$4nr2HIeNE$M%P$)Sj(_)d^_k@aeg?Dje4|HGp_fN;R*3U2ydq>N ze@-q+T$mAxHS_g?SE<8NOZv_?0itlvV_75JkIwD;D2k2P_5u>5t@I7(Pz!vn8b0Rc zqQ~!ud#H$0r?%l%RP%464WImRMi=$VY`ZQFGh8Oy$alB;J?_}`dG^p$NPFC+na`}^ z{#>J+*a{Or>`h(#=tR1Gu*1n%E9&`PGw!o~$tyl*bo<^HyltA2@(*WxPS9KKNY|f} zG}76tJ4bu5`AmPi!)oc5!lIL8@MUQTpt6Hc|`>jN$=4 zA+A8h4FCU!cH9k}c{iZ{zW20C5tDC(_T3Ecy&gX0dgz23f&G`mr``&kbTzo|YVd^1 zp;K>$Ou8C0;abRqtHBemhE2R03S>{b7CIS3hD^K}+!u61eSHb9dFjN*O0z}vR z8g>UX?FDKK1}dHeRCC?GaW6!TSJ|r2N!Pq9*XRL(p@W_=5IO0YI_Vpl>KmKun_B3b zS{d5-8QKIGI)oY9xEtGen%a1pyM~#&hMT(sQKY$dnoUT)O<18re5*rZmlF`BO>!?> z=2^DFyKJR**=p~KwcZu$y{k6+)@}1^-0Rm2MEm`k5Bjwp^lLvF(0(+i=Ryb&O}c7( z);1FuGO;B=e!&ck{QLrfQqpQ_>YAEb+Ilv&cA;Tm;StFxDcL!>B_*Y06_riR%`Gjh zZ5gOIKjJCqdkb~H#YNLYPrm&3{% zTwZqz%-{c)nYU?*$=Nv%yZ(Q(zppacQZeODr`okou5C+Z#QVB1yTq==7uWheju literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..972d432c87f8205979e3efc97be897f8f8e3619d GIT binary patch literal 1423 zcmb_ciBpnk7{{~}cP-Z}OHFIlvc`oJ33M4FkX6<|?W}>m@A(J|jJ1%)gzfC?OjD7Qz{Lu}!XBVK*6>s3{&bA?0Hn-? z4P5mwqSV1^9i-Gl)gxTB9!3q(AdBjdYCQ~G^$3I-AhiKj=@69#34@-f4nmEH1+0fu zdN2jF1#t_;QUZdye@7Vp1H&qS)Pc?x7iD1WFiz!X$<;iBuMm$|lkPbBJ^w&&Y0M@S7O?-@~#S z!}v{M{NqefGgH*UENF=+I1^EDmL+XxNw2Y_H`paN*(Dw9Qox;T*)6vG4yU4zQ`yH= z48VY^24K|?xB+ld?X^#L!4n_P=dvM;)go&ftiAoW4h~C~E^~DJ&S|-`^NKYdo@>{w z^YZrD>>ofN1a2Xbexy*gQmNZ$ksMAGH!eOUH8pKdIxjmrCxeKX2NeGc6+X^7i@_`sF+;b(vE6gVXYo!^&bGTx-MN37N67X!MeMl9im&;3 zQ+N2fxA)=d)i&HD>D-dR%#li#S@2cI>!~ZbE_|BzdHT)#r{bqY<~;Mb@Ivg$fCcVY z248eTa-!$$ji%Q3tvbKcf0?C072VM}U2vczDsrJ-AmoEEOZw_v&US(l-pTr#JrrKDik$CJ@d5pa zRI_L!)fXE+zT*lcT6~3{L}R61Y72N-(-f-Pwr^Fc4ZHS>ykK(n;3~5huTiuzA+%^~ zX)lMPy-c>9`>A6f>vo^SSXi8p z@v2jyJm19<=b5^%+OhhA{poQlom1$!WDV7&<)s%TE!Z)cP8aMdIcJVZJ2p{#@2Rw} zEL5;jh40J^{Loe>?s`=ASZY0-9ka$#8dlGjLl(syb)Y4D|seEJM_Cg{?`-IWQW!{fF>mA1Xv x=Z{-AHB*8JxhZDTlu&%xJ+o!!yjz-w885h6ktwVHxZd(1G8yd9bF|(2{sGj0n-c&4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive-header.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..4e3d9142599ec7398aaf4c704689b5b875b6e8cc GIT binary patch literal 786 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h4FCU!cH9k}c{iZ{zW20C5tDC(_T3Ecy&gX0dgz23f&G`mr``&kbTzo|YVd^1 zp;K>$Ou8C0;abRqtHBemhE2R03S>{b7CIS3hD^K}+!u61eSHb9dFjN*O0z}tx z7v0HUbO)$07^rv>Pz^{y?!wz36DD12T=%ef!^7Iu4{Fyu0Ln&By_qrhcE-HhS@UjZ zF94!DxeM-8th`sV`d;1Y2Muc>-A^e?z;Sb&*k@fFTcP1 zyFS_T=r4C+~kfd;jb8r(bVB{rdFn_opAfzx??9?bqKQzyALI`}hC<|GD|# zkPR;h@(X5QC~)cmdfFOwqJg~MBP|;e*RTXwW6g~jzRiwRh#sLZrC1YxVZ9YM1Ne`A8ujY z#ZN9aWcEy6JM-qT{z}P1Hiuu|IMO2Z!?KA{!o<1nBG(GV*n*=P88W$C@^`lEDQ5`! zV&E=$u%zx?>Xm7NzJ(<^5-;peoR}2&e!}8e!MnEFU1>9r+$iN9y8KJZ;pvwuF5cI4 zcYl0qHm}#?zqX$n7JpgtgLB&{0j(e9_ z?~ea2u~y%F1M|U{qiM-$NX#+(dBp)FOM?@lOh=>D7CQV=3KcPFnw>!K0+vClfc_rikZxdr{ zV-yNy;_Kr{0X7PpgBUc>0=rj6z@U@deQ6jBMmiff16-p7pWq}E>Z^ABF$l5d+JK-H z%j+zQ8Xw6@4NZ(drKYAjU5txPx)7QW;S`_9;4QjZqfiE;UpS26j1VeK+S|NETzLzs8~*Bzaq1z{cnsx<)V;EB>4JJaJ2-2rGaHa zh%2I0ipf7AP{k-zF%bj{K{=HxhS-x-SgKEP#~?03Ef+$tgvt?7Ig=FjIH-cEKnH}z z7SbvZ3U?f0i)dUCl`W=LNGMz}4Mxs@EG&X5#5CY?B~%!pauFIw1ab6C8t4g&sPF`& zCyS{ZF_;3{g1DZeF9AW(zax!b^uify-E_w zlZ5FZjk+Uc-jPPv$>Qr}NsY4Prl}PER2qLOw^fnXuE+=IP!x11${){h0J`Sju6ek7 zzWTY6*Q2cIQP%e@@CO!}|9IanP_+-KI)+sbM^xRT>TaR>nNa;)sP08R_DMdDDn29g zD-rv8LO$Z8zItZobp@Ydd=!4o~>zAkmpbI&|2@<(RAM@e?Q9 z+ylwv)0ANPh4Ao*NJdO-Y+PJ?!llHt^o-1`?Cjj!y!?WK!lI($l53^c|F6t`XMX^N z+K}z*=|(%-r<(XeH*>SxoY2@OX!zi)I{4K8Xovr?O27SmKDf{F`{FvsPLBIiwA7v+ zMlufjdol){YLSwXlBMleE@|+lowba@RK|RNBz<_yKkHtnP-S~{W8}#DMb=^)W1k3X z;plg+oQZB~lCv{1()@fF%U@!CxVbgIJ9%9{%Tt2ru zg8Ond(c@>KtSEFba7PWHP;+ar#ujbK@Fa9^PuDrMcA7vN@n&~D71}c9FN?dFa!>a% z%MY#4?UrT!(VKfVmGl*~q(|8ato9bB8)W(oUwhAA^>!|FmX%d`y|rh$w`1@-66!GL z@470MqDdn`yDANl9LAP6M(k|P>Yf#s8y?2E34(_=A4|lYBI3;QJ)Bu5bL5e_EG2&6 zis50xi;Gs>Cu>YgNVYzmxb1C%k=O|H)meldjSZKKIHrX=)LqXYtu7t&$IeZR#COrL zS-1z`y&W5xZ^Y3;imz@Q5R5gKhO)A6`wsXKqXZgX@vRF@&yHIRYVJqQ2#?QC)l&BS z)pMWs2;Y!InS6+zy;5=@s$sFo`p+Da8r3+#W4gS#nHJTb=dk74i@(Qul`n65+q|C9 zwAoyK{G4B*t|lJZ)GAQT+4%Wc9;u!Abv zCL}L^M_98GTuz%F{xq0cvH4NPCHeH;w-;Mt_8va>n<%8IzHMMeks&|%!GZautE7?X zvY&vL*%sA|Ew?7u-?G5;8xnbgTJwUlm`wq##J6EVPm)c0cZc)u#qPXEY>z%78GUWy nScyr?JR0zD+(}pVz;M|@cY5p0FvG1;{|owh1$ef(|9IseUOL(5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive-selected.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..45e67cd83f303ae059540601a7bb01451607f5fe GIT binary patch literal 768 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EKLdP1 zT!Hj|nt>;8zdw2V6K?$TcTo1lhhHu~`~noe`t(c4q^sdmfarSk)SIzDH2r4$^qYw@ zZzj&ZnKAcv#=P6P3-07Dx|6@?PTlGU4Qqku(bPT9rUTL5XEXOcUv%{4iW4tao_M+O z%-iF)KU{qDl`s~~FXWwo=|Mu+tujfGY;n&L#zutcO_2bvyAHV+st+sRs zb_04oxFpCgn1PXBKu}6rOAhDnqnjKA*b5G5>jdxdU3i_MV_or8ur3th+AD8zP)n@TrI-~1X?2+j^4l)?3H>U*~XBD0_dssZB=H-UY zI?epEhIMD7rOPt!&s*cWq3ix*1BSV)7o;B1$vPnrb8)kht9u`F_s;LU4V{vUH1gyl z`hMNlk=lGBK;x7(&zCeEsSO^d14FiXeg2)kPf@G;ijk}8>Mu7N+}C|v6xO+D^Zi@d z%sZa-pAWuvRDH)|Nu$Jz&OM7REc^B8VD9ASCzoHF+?}~+r}DC$l7;<-zh3S-uCd|z zfqmsNY1SK>6#j3P+Wk>F?!-4I&r_zSe4K+r&#us(R9)^rnYHFF_sNd;59$|+zTWzN VU7w!gRA3}9c)I$ztaD0e0sw5$C4K* zpqTF{3GxeOU}R!u;pF1s<>MC+6cQE@m6elMP*he?H83E*vB{-u~kaOC46RoXlj$EDf{Qfzy6B4_3m&^S= z`26E<q6`)?R~l* z9WLu=uC}qVu`kMb!D(aW zw7ygAX2BbWT`O;2P*ci2ywSMy*U=3df6FXSPB#qEeZStYnr}~{bH4ZK-BpL{IzPOf zUljJkJjeU%bH=jHc6rrfP>k8~>Dx#fMu=eE@y!(79;c~`!y4Du?M za!upPI`MYNml|HVkk3pdx<+StEGtS6{U0>Am+jZ?yYVRQGR``h4u%zQ%_M p73*CrENlwaUM~G%ev0vo{OzRy4j*@`J_cq522WQ%mvv4FO#qkX3Ecny literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..4e3d9142599ec7398aaf4c704689b5b875b6e8cc GIT binary patch literal 786 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h4FCU!cH9k}c{iZ{zW20C5tDC(_T3Ecy&gX0dgz23f&G`mr``&kbTzo|YVd^1 zp;K>$Ou8C0;abRqtHBemhE2R03S>{b7CIS3hD^K}+!u61eSHb9dFjN*O0z}tx z7v0HUbO)$07^rv>Pz^{y?!wz36DD12T=%ef!^7Iu4{Fyu0Ln&By_qrhcE-HhS@UjZ zF94!DxeM-8th`sV`d;1Y2Muc>-A^e?z;Sb&*k@fFTcP1 zyFS_T=r4C+~kfd;jb8r(bVB{rdFn_opAfzx??9?bqKQzyALI`}hC<|GD|# zkPR;h@(X5QC~)cmdfFOwqJg~MBP|;e*RTXwW6g~jzRiwRh#sLZrC1YxVZ9YM1Ne`A8ujY z#ZN9aWcEy6JM-qT{z}P1Hiuu|IMO2Z!?KA{!o<1nBG(GV*n*=P88W$C@^`lEDQ5`! zV&E=$u%zx?>Xm7NzJ(<^5-;peoR}2&e!}8e!MnEFU1>9r+$iN9y8KJZ;pvwuF5cI4 zcYl0qHm}#?zqX$n7JpgtgLB&{0j(e9_ z?~ea2u~y%F1M|U{qiM-$NX#+(dBp)FOM?@lOh=>D7CQV=3KcPFnw>!K0+vClfc_rikZxdr{ zV-yNy;_Kr{0X7PpgBUc>0=rj6z@U@deQ6jBMmiff16-p7pWq}E>Z^ABF$l5d+JK-H z%j+zQ8Xw6@4NZ(drKYAjU5txPx)7QW;S`_9;4QjZqfiE;UpS26j1VeK+S|NETzLzs8~*Bzaq1z{cnsx<)V;EB>4JJaJ2-2rGaHa zh%2I0ipf7AP{k-zF%bj{K{=HxhS-x-SgKEP#~?03Ef+$tgvt?7Ig=FjIH-cEKnH}z z7SbvZ3U?f0i)dUCl`W=LNGMz}4Mxs@EG&X5#5CY?B~%!pauFIw1ab6C8t4g&sPF`& zCyS{ZF_;3{g1DZeF9AW(zax!b^uify-E_w zlZ5FZjk+Uc-jPPv$>Qr}NsY4Prl}PER2qLOw^fnXuE+=IP!x11${){h0J`Sju6ek7 zzWTY6*Q2cIQP%e@@CO!}|9IanP_+-KI)+sbM^xRT>TaR>nNa;)sP08R_DMdDDn29g zD-rv8LO$Z8zItZobp@Ydd=!4o~>zAkmpbI&|2@<(RAM@e?Q9 z+ylwv)0ANPh4Ao*NJdO-Y+PJ?!llHt^o-1`?Cjj!y!?WK!lI($l53^c|F6t`XMX^N z+K}z*=|(%-r<(XeH*>SxoY2@OX!zi)I{4K8Xovr?O27SmKDf{F`{FvsPLBIiwA7v+ zMlufjdol){YLSwXlBMleE@|+lowba@RK|RNBz<_yKkHtnP-S~{W8}#DMb=^)W1k3X z;plg+oQZB~lCv{1()@fF%U@!CxVbgIJ9%9{%Tt2ru zg8Ond(c@>KtSEFba7PWHP;+ar#ujbK@Fa9^PuDrMcA7vN@n&~D71}c9FN?dFa!>a% z%MY#4?UrT!(VKfVmGl*~q(|8ato9bB8)W(oUwhAA^>!|FmX%d`y|rh$w`1@-66!GL z@470MqDdn`yDANl9LAP6M(k|P>Yf#s8y?2E34(_=A4|lYBI3;QJ)Bu5bL5e_EG2&6 zis50xi;Gs>Cu>YgNVYzmxb1C%k=O|H)meldjSZKKIHrX=)LqXYtu7t&$IeZR#COrL zS-1z`y&W5xZ^Y3;imz@Q5R5gKhO)A6`wsXKqXZgX@vRF@&yHIRYVJqQ2#?QC)l&BS z)pMWs2;Y!InS6+zy;5=@s$sFo`p+Da8r3+#W4gS#nHJTb=dk74i@(Qul`n65+q|C9 zwAoyK{G4B*t|lJZ)GAQT+4%Wc9;u!Abv zCL}L^M_98GTuz%F{xq0cvH4NPCHeH;w-;Mt_8va>n<%8IzHMMeks&|%!GZautE7?X zvY&vL*%sA|Ew?7u-?G5;8xnbgTJwUlm`wq##J6EVPm)c0cZc)u#qPXEY>z%78GUWy nScyr?JR0zD+(}pVz;M|@cY5p0FvG1;{|owh1$ef(|9IseUOL(5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-selected.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..5541b8a856ee5dac2d4c0ff67e2a0401e474247d GIT binary patch literal 799 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jG6&H zA+A8h{|5*>efRUpyPs&5KYI@nx%Bu8ki78d%eALpLndAepA1CTqo>`7nRX*~`i=M* zHxp*wOq_KyeeSJ{dAD;H-pN~ZCm)Cw->qBopnmOx1`v8UZO^mmd!EhM`)uak=ZlZL zTyf&n$`h|PoOyHn_Q#74zg&Fu<$mURee?F+`wt&Kefj?5*YDqd{_fs-4rl_Snx~6nh=kE-Knb|^U7@+9=uZ{@w@BR0h&AdYdulfM4V z(s|NLX6giaEKp&5Q+V8a-a4L3KJOM!cu*mJK&yWDY2i$@@7fa=Y~oQk6nniSR_Z;!6OLzj7HiK)ovA)GCo4~A+5xrG zTh5&fy32RqS>Kz@KAYnLr+EEUuwhX@@1rv@sWU{$?Crt&-%Op;6%Sqz{?Gsna|TaW KKbLh*2~7ataM$Ai literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-selected@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9e5346f1a68bf407c2a70d22943e47a12efe248c GIT binary patch literal 1451 zcmeH``#;kQ7{^!65lY9U4uw?4rip$ISVj^ZWS^&hvVIp6B&Euji-d^?B|Fz`eA!z*-;> zNZb3Q2Lh;QK!-KdfXpx()&z>$HFs~MhK9yRzCRCWHL)kpUIT%Q8~)L@FmRp;Ff_t> z2IB(bV{imiLNtg#AlP2Q#9q6A!baQ1CtNI-xqv~S?PdXfNKasS>;L%g3n23*PUlSo z0@eQRS?-3O1&a9bd`DR!!sn;^3+|_-amK z4Tn&}Ng{KTYq==^6mBYodmZ2@FSCK4`$~}8D#&XU=D!veb<7lZ&Xjb{ly-{Bxlm}o-+y^EDr+5;wT;Q%P0mxN=4n%M8dKiQl=lFz14Z9E(9UF&9z~K{)?SRU6~GU$&D9 zFkeUNNYI=;KBiDD=ihxA{mh{f_(2BaMcp_%-d_?Zx}zs^nTab~3;SFVXtO?Xn#`~1x7ZZBwllD%KF{hKG?eFfX6PI4QZM{>jwISi#-w z<@-XNRI@>0#eL*$axSY>NAq0@gk|G~IdeO0(YiNNdBqyko+LJGcC(=4c$UTs)Kd^= zo2G2nt|h;6HQQsjZwFm)aP+d0+vo3aoEP!40sjgVS3IAu?zPhb+y)Vi7<_ls>0B24 z{4Q78SETc~Y#4&`n8-3|?aPw&4W!;A@oN^PGyeNcrB+{DE)6sibB!sc;%58eCut?- z?c~HTwDK8h850S!32!&0B8Mr-Zb-M!=>P74+4yL|HQW#6;>iHoc5!lIL8@MUQTpt6Hc|`>jG6&H zA+A8h4FCU!_T3DcbTM?|)u1WYLi?`;1@?VN>oau?pITzS7{ z^?jhSx-}0P);?@p_pk|w)<5jo`ef1Jm#a>^UVZZQ`ZI5KU4FOw^7}nk-tWEg{_^85 zmmhz<^7!l3Ctshu{qf}8&!_KxK70T3^`~ENKL7gk?a$}$f4=3`1SYC z-+%xA|G%_4#tRr$<|RRX!3>PjGIH_;hDNS#?q1$Le!(Gm`GvFQ%$>hr>$dHOjvl*w z~S4YBRLz0K;9))5S4FLUQlH%xK0$5w-{EPC;JX z6U20HZC>&;Lpt}8m$J9-;)j3!%TF}%ef+e_epf!v9Q7R=CaQEk`Big)S^axVTMF0G zs?Cwwa&9pjd~+uHtUEOA)Hw^CMxK**Om1AWnCEodqbsF|x6I&D+!js4Nm|9zy?huA z-2VHW^9V_ByvMHKv~A6|LdT|XF%f5mYcKr6l4DgJ=dx}UW#G)RuB~6P=GZPTrOB*m zOb6t)#%}u&nH;-RPK|qC8RMEu{lCRFuM1jl#l7k@!=Wo5kLXVQrLplrs@MUIzg0UH z)xC=-c+I>(XVR2ov0C0-xAtgGvizUIu58=W=g^k2j(3}+`{WHj%sth3851*K3=S3j3^P6|L0P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..05e0b085c9f4d5872f9b071e62bd94f318b9361c GIT binary patch literal 1451 zcmaKsX;f236vqQ7VX39Wwk$5_kwt~#Qb8;z2tk%oRFWqFWRpz+1BF1;;=&>#C?;VO zkWEn8p&&-KLjgqutkICX1TYu~383td1OuTH+Md%-edo@dJOBC3|Gp1%=JqLPyG<(E zDhLE(lY>3l1k6 zs70{F5inta1fp+50D?#)8ehPNMEd!L2N;J%1m#X!Xd@8vI;Whlwg5(~twH5$RyW$9 z8w>}^pnK+fD3x(K9X_4)&W%KeG8iuRn7A|+l*-24r9)(fOF9#G4~EiMt`s^TF=VD| zI_yH~hbRmTiQz(Fx&WBWz)~0x1z-#eg^49IAuo;ZQ`$2f|}c z^b^jdQqGMkZd^4tu7(?5!%e6ixmi1s`iz%K<=vz5NFbi`$j`?pjbquZg4{O2gEqm# z&WR^oljYr?YI;A{^nL#Q&F2Q%RO9>UCi-+UeWryz)7n4N4$pS5W;qTxx==#-c@y*xI(%%54FS(3~OC3C`+c@UzN z1<{K5%j%aEsbodEvMODbu1P_x$v*A;t`u-Xd@S|CR>7~Ces0X(Qllv0Vq7e}CC|cjx z?7pddmFXj73-)KGSeyvg-M-p;luUb^N}IY!Z|1TwPrnBula79%IJP~!@!lkvOO z@@}RZoLzIwH^dF&zP@eR9a;BAcX^I!DV!8-7YDILSEjjla!sd$)~Xb5;I|M4Y`B*%3Of@!;n~j=Gl%w={Nx z4UE#3jx?y)y`d?m6a|#zS=;?`AgM+%3T6r3v9Xh_1VQmCHgVR6%DO`~n+%!vKClm^17#KA zQ9}lf*Uc7^d7Z>mb(1T`uSI@``6XTkff~hoN1j^&XYvCNkihGBNTjb(vP n(Ra&Q!hiGPzZl*5mf7lF$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7feed194842db10259d3b5e26d3f2240c61f83f7 GIT binary patch literal 728 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EKLdP1 zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBpXXo`Sh zVPRoF!N9;k2pJR<1W{uO1Xk{5KxFN1Zf+hFg{8A!N2VC4CDVJYD@<);T3K0RRsdA@KkJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d04c0853dad643559c931291a01da85290230a5e GIT binary patch literal 1266 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42%l{ zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qbm;!;7yBQDwNoyeTFgG{1u&}VQva+_ewz09XwY9agv$J>h zv3K@$bn$fp0#{!rS3f5=KW88Sl5YOa?*1-7;O_4V1Rnlwo&oM&f!^NUzP`SGetrP~ z0fB*mz%UOB3j+ozFl>S026P5E%%ZKn8&Gc$9->joyF~)ShV&BBuVnmj++&+Ies;QA*-+{V8{2>zv7lC(Kh1eQ2!lDm8oUWxJhH%2J); z2A5K*w-(==FW!;XV&leDcH!L7gn8;#4+}4~dM*EXc$Gtm@`8K!TrN)w{w|YrM8SK7 z=*LBQ!n+tHlV+HB?b`NGrh@zPF@gT3d$Kyt+Z8<}4!*q;o%+I*L&w9#alO~M$P+?o zK69(@yt%*V*Tefd?zR?doxVGyId78GI8(^!8uiRVYS&^Xe}^RJNs=%4mwR<>_OPv3 z=#IM7A&^^&9wYk^~8U-7CXf&9BFgx$PB?!9^OR{pzR?(`X-`o4d+nDyoc5!lIL8@MUQTpt6Hc~)E{{wtN zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBRPXo`Sh zp`oEbL4SXL2pJF%08yh01V;9H#z5qtudi=lU|?cmVrpt?VPRouX=x7xPF@Z`;Oy-P zL@wS=AmroZ>f;PVZa#i~en2yUra`QLIR1XRU^meJmL)-c!3>PjGIH_;hDNS#?q1$L ze!(Gm`GvFQ%$>hr>$dHOjvl*wI#{ilk`6Y-ZkWzu+^WF0D5>)Q|Lr?EjGZ2Jo@?8^ ztNW*4(Y-wki~Y83*mhmPTWa^});9u$;p>*_x9I;ia}R%drhld_*Uj=n{MyztI?vwe zJwB--Kdf~7f-^^MHYA>@-oEOx41>j0F=?+1*N{>MpZ!L<-!d<#G;F#u(ZoLITSwfE zSFQ}!`}%5xZ9lCzeS1|t;|gwBPT|1z&)=4>DrHb-`&8$6-o~z@k1JEI)J?A~E<}E3eqo7pg>FVdQ&MBb@ E0FufhtN;K2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-header-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4b1588d09fd36b81267bf325dc593a7b086c53 GIT binary patch literal 1291 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)|7 zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qb=mLR}y&e!4+v^!S7#J8B8X6iK8=IJzn3|fJnVFfJn_E~| zSlYT-*}B`&!>9S{IXM=v`kFMA+x@&X33gR_@|v$rD zb=u-(TeofBv1|8{W5-XNJaziaxeK@M-h1%m>9d!wUcdYF`ODXDKYsrD{V&h&ygvg2 zQ;MgHV@Sl|w>NHvUv>~-e-LCIBKBR>g|U3;x>9y=feEW3*2Id;II?YtXXv9_N?tmx zPTBA7=S&vMxMX5nbea9!!|#*k8S~#inKG^Vby05GRbHK`2@Wa>2-BFod zi_-;UPA*t}u`P3#Y@@5I-;oNtc@w6}baCCk72ABXNS8yhGel*kW8lHndD`jq_9@Fd zG@Zm;ZEuFZ-O?`_bVNy0RJnKS?74jxHhJhMKQ#<`GUcMBT%?#sFNej;h^3c5tx}jY zYa*9K=9bE{nH3D0Ns}e7bXDBgz%{p3XCrUk+qrRt+w9skt34bX^|wu3$o-)`z^H%H zx#8XTw8cuV7as5w)1vpU;fOn z>ilcN|d@D0~e=$v)FgbX-p6}iC4YRDCi!s++pOAm`lELp!|4#j~ zb9I`0N$m9RNy*aRYJY}y1zkxxEY~C>8+;}^O^QlEmk4yVe312cn^tI zJP*^eljr#6cW7q!`O>zssrm~RyxaQf$-dgcNlupEwO0QQ3|$qz^XsOSn>JWWox8rW zfk)nO+A8&?%9V1eg+G?;{E_#0weht3?56quw!JD#dY>GzV%9#EyuG%!lCLW4TrVQM zaY^DeqZRX>_8yO2{QUM)UPr%)M=j1DcZrO2+Uxt`ncr-^GWYWbR4gW({5S9ImScOC ves+8Bkx;YuNJYYu?^WrapWWAxHu%pl{T$2HNoJw>prXjr)z4*}Q$iB}rkoFJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-header.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-header.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1fd7ec3993161329f5e8f382883f0459ccca94 GIT binary patch literal 781 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{|6L&2Log${P^($$OQ@m$$$U;0m+XaKYsf3>GS8$Kn748&OUnV^s(cokDWMk z?8MmaOA+jV+Ri%J9Oma;iEuwYUZ59v*#|EJ#Xop`AZ)@e0b~Dt*ckBUb}Yf z(xpq6FJHcR@gk6M{`~nf1$S;_IQ9@E$Mq5YM&fdY<#nsK*CpjgpySJ}@ z!r~=M*KgXqZ~uWq$BtjQdgJD;+js8VfB5L}<0ns^J$w1`<*Qe3-n@MW0`I}#D+v7j z{rm6VfB%*rlVSu0xrC>SV~EA+J(3cOJj5S6S$>(5yt=V*dVa7$G|vi8ONQ8Bg=K2~ z`ql3G;T+L|D?GJXVuLxBsRfto>x*kdbFc6eb`I7M>$j+`-02vTzKrq85|^IOGJEgX z?s=n_!@5ANa1qm?dsnU;6i=F}5g;t?HsQ7aUy)nnC8cmak)1qm+72#JQ8vqH+NxrA zP>S=wB+GuYjgij1>=PHxIC}OkljBT*dWjd^h6|s?CTfZ@-Hi3>XnnU-fZ<}yJ%RIa SE1H3^z~JfX=d#Wzp$Pysh0B5f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-header@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..df38f3872e2081f98693c46ac3d8e6db3a0f537c GIT binary patch literal 1343 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&BB zd_r7-ivN!SSP1<2^XKp1zyJRI0}22czkmP!{{8!pA3uQPr%#_geE9J3@X@13_wV1odGqG=>(_7GxB+Bb zy?XW9wQH9yUAlbv@`Vc*&YwRIB*TvdZve(wUrCT(Faskq3o9GHfS`z|n7D+Lw2Z8r zf})avp^>qvnYpEnt$$!pa7bumRCHoea(ZS~PE&JBYg_x|X^WREUAAK7#?4!{Zri?N z*Pf%tPnAH%D+GM|`RmuO z-@k!@#_hDPo`HcW-P6S}B;xSf8$W|DJBYA<2-3gO^qp0%V|$RzD_$-Rud8C&{M@_N zFZHms*fQ@%)|M$I3r%DHrOsx!v}JbAlcnbj4u5Zd(thTN@$X$XYoptfZL{^yzMYqs zpCA!7^I^mG+r@ikE;rfr`{1-MyQO_4u5ab&S?c=o`=KVK&X<8AqWgB;ZMa!r=n+&I zHL<2EVMW67$xq+BYyHTy)=RNdD)juisO6;^(-!wUNs`E1vGtavP?z@6@8rmGft3JmG)V*9#ELFnnVy6<-xQ}y{%e|@j^Go>GWnW;P@MA&_Yt_fV zsmo4Hmp@<1|1SH2aKMiVNiW0I<5_j@f93mOs==jd7t&NeVU=t}nl+2C)|XZTMQd;K zy%D?4w}e{#R%5P=c1ugU!ky^D_Iug)Ep7s#vr>HCe=e)r@G2lg^Yo8|?}t{zdIyww zRol-zvuWCbPm5-)f4}HfdhP6r<|aS={F;0Jw|unp`?T%T^c9R-*O#boKQnu><&@&h zn|6Oc`lM=WbbsvB-n)$(3YjBaOeZ}2`z!2gfq~xj#j1SrYxDL+|9PWU&lhT5@BOwg zDV<-X+cfp?+3mZnBiL2a)6Y7-VeYDYRVFp(=eA0x2`4%x1!-w+n&G)%#)YYC)t2AT zm914yaCWP*Hv7!?%r|%XZZ_tNSA{MfNVvY#?E0_!8rcT*42oVKdKVe4IR(rN44$rj JF6*2UngH~oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@uIyO$Ks-Y#<5bLKuO8fe=AcAh2>b2Lda13kwS?D=RxYI|l~`XCQF* za|HrVKUdEHcOdc(0D_>PAfO?UksuoaVw3g(z2Q_6AhEu3pE)C zuq7O5+uN`=fnB<@X~o88f8$S;Drr4PInew+lfOndZL_rFkMc)PtKyf>dGWW(@}1(w zSBEwlY@1_z{^C-ty}o%lv(MiM*ON|*ogAO=S+wTis?f%nQ$8j-d^|r(Ro*S<<}!6N z@r%29|ttTsHcN8BsON%vvQ#67#CS7rVwy`FXS#{Kw(*7I}E%q!WZR|QHM Mp00i_>zopr0Nx+~2mk;8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-insensitive-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0e67ae2e8b1cd57b51f9ebd1d7ecb9de72226c27 GIT binary patch literal 1159 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)g@ zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdC}Ii(R_^9N03@wEEi5dotgLKoZ0zjp z9GrcffB;Ck0+F9H5CBPcKUW~|^mFwLaQ6=I_Vxyb4=`ka0TLD#2J|e@JCTtf!`Co- z83ThduO!GXn1PXrnT3;!i-(t&k6%DQP)JBvL{wHzPF_J#Sw+>r(8$=t%-q_>-oeqy zKOitDC^9-ZB{eNQCpRxIzo4+FqOz*GwyvSExwW;ey`!_My9X~&PW!)`fq}`?)5S3) z;_%xWH-m2lh_ELdxwdr2m0eqIU0a%Ulr=g!H#Tc&s2AhKYGxHd(?z0@hkpK#&(`Zu zQP~;pUvNya-v7*#hqHIjZ$AHh%JJ#%HRm4G{h$(k&`(_L zgC^tBny`r~nu}9DtBOpGsC#(ehj>yzfQR!Hrmn8Dzu(Sjn9#NR$EtGz zQ#j0>zRUUkUA;kmx@OidgA)t-Cp>qq6x8s|JU2m4!_;{*PgJ9h{HZPn%Tp?cElq2G zoLMmckLoVFElLyWay;6KQ|un!=J~}eX*WeM`kU~nqL7Vu*7A5Y9cfqD(VSA6aKCs( zlFsDR##a-j2Txz^H#fAaVvpp5GY;owEzSM-c5P?h^DU>I=4{(u&TbYeeQN8JZI&CF zmBJ@n(DuG8zIEZ!v*w3av+oKqe|_F%;nwp`202B(a7wXE4NKsakTMA&~$I{+lJdKIpm%cB)_voc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@l9z2L}VWKsJyBa>K&HAZ&kse~7pq5Ewe>89V6f>zkUIT3A>(0D+UY zgR{322>Cj>`Z~M%`uX_<1Oz}#0J;mPcTVvfYoIrrN`m}?85sEm1f`^<)zmdLwY2qY zZ0$nB!XuJXvU74vN=nNrDjS=cTUuJ%IyyQ!ySlo2FoBQM^2tEczIeJghFF~5d*!%L zlYszRLf2mHZ*8*Hh7C#P@Bas_6Bcw#XSew=|Jwoco1SHYE%oX_YrdMaxxBvGCCEQf z+xzr_D;xY~B(L7|WY(DzSLPe8*N|Q!J2^J!uV|IqRjcE^HNVmvVgpS3ZF_E*l=}OK zY+S~nQF*EMV1BbI!&F`SO?LKoWF)MG;c3tR9?Ig1>p!dp8K}kJ%Z)|9waA@yA>nBUc!9waMQI zJtz73%7s|oKXd9%#cFtRZfW6m{q!zx;i^Zk*M)ulbpO9o`Mr{}wU?$gMS)UmdK II;Vst09h>bY5)KL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..56036217ea7740c6d270b68616b57ea38a294a88 GIT binary patch literal 1147 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-@3 zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdD53`hh7Nkh4*L4~hK7d5#>S?mrsn46 z7C>O*YGvbY0|XA9Hcp;)Kma72yn(^u03@Bgot(X$U41=0J-xlXfuRHppOBD{u&^+o zmw}!Fnm>Et`w76%%r6P@3ua(sVrJpw;^N`u<>MC+5EK#;77>+|lap6aR8~h8f0vgYX2 zGB7Zydb&7zv5<9g5`2NAY}BYNNNX={nS*_-6Z;$pslQ%a|SO|a^M zaN0;aznJy3RYp`aF2f*U&Su9G1uIlO@`#GgDSTy_dwarO$5|U9wX#-kz4P*Wx95_{ zOFWc+{@!}dLF2sQ-Ga(hGo^y8_dc}g<~el9({`!f zC_!n_`4=owCT704cJD@ea3zcRGXZZ_*>F)s^ArKK^&yjXbG&72Z+=w59)IvDy^n)t?Z52W~yo>&$;ZONU?b3*%>Tp0ve_9fW)U z*GEF5Zj{~*cPPvBdcVL|_2YtVKi+L#e&W4$zIxO)h0{@Yw&j?;HcOIQDcHT*P1pIW z<#V~^j_1SQ^E&!HuzXq9Rk&qsYR0~EOS;$2ytk8yyJ)LzY;X1%>GtQ>`Islp7n*qB j;jKFxUjNUZVn3r?XgTe~DWM4fefY&6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-insensitive-header.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..e0740cea2cf5edf1f8d266b2f228a5364b1ae7a3 GIT binary patch literal 687 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EmjZl3 zT!Hj|T7vIj0Jq`Cj~_pO{)BKpefsp}%NGcH?t&HbfN0Um1&dZ5K6>Kl(Njl{pE`cx z%<&WFPMkV-3W&~JICJjeg$oxhUc7ku^5v^nuU@}?{r2tKj~+dOm;*HV@87>b(-iM4 zI0^KXTS<^#FasmMfS{DLn!2Wzww{fxU1(T%L~=@YPHstQSw&@IQ*%p8YgAi$PzuuHaj{f%Bx!A_@uPyg1Zu!uI!!t=Oi2rY~~=PIKTGiM=pi`Jz~K7Fn=xsz&rE8TVnMozDuc|}I+ z{Q>Pz-OJNDd+m4vzid|9*q)d*>rscB>yBdrQ!a>xzu4aRm_>AgwBq~rY{|!$PZ?y- zTkz~?Z-~AXgD0Ey>UF{1-+Q#0&(aAp`FeoxQIVCkMJtsFWzo4+F zqOz*GwyvSExwWmmqqD2KhgguiUgi%21CzC$sBuEG{lrp{ zr7L8DLRJM-MRbVePtnlv-L9GYa^w5||4*iIUs^Id=Sk~1gTvq3pR}L*V*Gp4&06XC z@6F8hYl9bF^~e!lH{)(Zis_dP{>w^O%@0h@Vc9J+<3Ny*7VF%30+SY2Eo@pe$=lYf z=fCHisYOdPcM2U2_{h5d#7q9eGu?D9o>~#O_WO3L zxx#cW+xMX75^77e%Nzz@b?v*{b^fIE&rqDyqRQa0KKS$#LwLVK{&&%TH z=5F^XZrilt(cafK?avmtsAw*1Gb!iW+cbyg)I+g-ZN@C3O1@Xm%Gcene^g$!XZ?&W z+Y<|q2TX8wH4lgi^=g0fn+dRG?y`ZRLSK|$F z=b+cq&p*5R#I(IkLAl*%-8`$`3qRCsS_9O-v|$IwpZ1i}2Ya6j$Vgo%S8Lg$GxwIp zU2`?9x$To5hRa%780h&JNbZ?^PfLA<;>xC%Z(nj}^BkRUsY$%-!fsWKwVRGD_L@C? zL8F=Os)uE{!kfjVoc5!lIL8@MUQTpt6Hc~)ETLOGS zT!A#HfRmFmH#fJkva+_ewxpz_s;X+voH;XR&YU-I-ok|omn~bic=6)p%a^ZPw{Fv> zO`A7w-oAbNmMvR$?AWn$=gwWbcJ0}-XYby<55eI6{rf=r5g5D&gST(r0_m?`zkUaU z-(c|f?_W6M|NsA~cN|23j)zZ?|(J?bOx3sjf zvbT3|aCCHXc6E!5i;qu8%r7V`tg5PRZfR+2Z|{-%E$oOnr~FxA(cT`lgx&c}YfZ z@R0}1-dnC`g_!wo{#R!DNA-&JgQ|Jl75p7~Z}Ogf-j)97iTqB+Akmapv3@_QK}o>V L)z4*}Q$iB}XucBQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-insensitive-selected@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..67ea825a4dac0c1fcd15b7bd32b42e7c1aa4c652 GIT binary patch literal 1081 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*mM zJ|V6^#gqe1PEH{qAwfYwDJdyMMMVt_4Idw$;NalEz`)$x+`_`bl9G~z3l}b4ymcfQR8`fqv~?`4tgLP9ot&IqTwLAU-90?LyuE#VW8>oD;}a5-Q&Likii(R%N=wVi z%PXs@Ynq!|Iy<|%dz4ODyD=~@nR~i8hD02GJ3Tx2mV-#!Qzci9%!W6STSPtvt>uVV zdTWx<)J363#Bv00{{Qdp!?caXY>UZAW=YRbd@y@C`r}Cj) zDb4TtBtuEnS?8LBQZENiG?Z#QJNew(4-XS7Zd=}SSlA(!5~kuCmK~ns7Qc#BL`(Kz z;Ul&;_cmJcmIZ`K$}AR2``A-h5_M$4nIlZ?Yrac_-xYfGEAEHo>6F?7OeO~=POE)5 zP5)cOf?ewkmi$>Wzr-S$X={Ms!vBv{65Bbqb}OmYs|DnJ_2YT9_><=UDSp}k=|Z6a zYHNKQBX>+{)GMsC*5%xw`FKO24;&XzB# zHP&BNzJ2-l)}6OrHFESkSy26h_mT~JM^(UGR@p#3kEd5d)x*vGjYQd*Z3`6I+uu1_ z9-Pp4zUV@wM8H+&faxL6TgtimL{)Q&le)Y&S#V0X_ikJylyX%~bw%1ouYehgsunI< zVU@c`i}|f)rtrj=M1^NH!Iyu`3H#^9b1Ufbsk;xKgdEuzAamC~ue90n`m1BQ=?yxp zyH@^}I{cA;!aI)`t_?4x%vY#cIM;Q*mcO!Bm+xoae4ZQc^pBY8-HSWMB)0L;zo$N? zQt=@gr)2&qnZ@d!?k&r=kovnL)BKc1c88d#-f1?CiHb4P{y+Nle@%Tre_ErTxBRw6 QOF{Y8)78&qol`;+0C33TeEoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NqaNIdk{!-Sg+qU%GVZ+_`fXE?l^I^CpnIc=6)dvu7b9Kn73*NCMRWRRY;S z0F(l%0dgTKAtFF71OT}}21M}MwQE2&P}$Y1S0S=My+FYmH*P?gws~S+ZowvSrIwtXQ#f<;vBoS3{fu)PDQ+ZJ^4xZ{L3U^y$ZsAHRS9{`>bY&=;P$ zTZMuCaVZJ%3ua*C=NAx^l9pCe*VNM1v$3@c4GWJ*PD#nm$t@`@tEg;jYHn$1X>IH1 z=;#Dm*VPTQ5Djo1s0PLaBde#2V~EA+y;p9QH5mvn1gwY>k6N7+`+8saYa^|RA(8+8 z&zI^6QJg0jH)na}gL$56#vYe8D~GNrT`tm@xjo8<)#FofZbVuiw&t$&)cz-z|2x&UR9w_JmEb1{3}6ONS3j3^P6FJp}ckaA- z^A;>vuxQbuB}+Q!D-!O_V-ATTH>GCDaWB{eNQCpR}QKfj=` zsG_o}y0)&ap|QEOt-ZaYv#T5EY&@Xdc6lfR1CxQLi(^Q{;kP$#2Hy%0VNX~R_ByKD zduv$W?oRH!wb#VLUpd|EI;QGY+@Pc|;lSVj@m}i!CQo?c=3j73vY!8dkKDeU=H-^` z(_dTq>)Xctk20uX;Xe~-vE!Ni`$WyR`+N&jX74NGURG?#_p&BXD_kpeO(0){Xx;{h5=!nsdt>%H{ zQT2^EyeBm>-ly{Z;)p!Nk@viAg=2I;lB24~mcrLxoM#y%zrOR>Pw(aSiqb=!uh`|d zY8!2&Pu*;?@C%r8`V~L#mrkeC0V&R|)&l;jujXXS=>%r5tC*?WY&=rzDzr*IeHPeT_m&1q2AeKl^e$&<0FzeE3a0N9zVQ7ilwnG}XK_!WsOVM8?Uj#tm!CU$ zv|yn^&EhR@KYS9?Q2ey@?~?d?^XJ~#a4KL$%7#SSbFz+e6t2ZjWvlw^(VlhSpJ`!l z)3R6M@gFAY*Id{#mJ=HmNrRH-gG$wMqUw5vz)b@YxCzj9rFXQT; Ug=~?!228mOp00i_>zopr01RGr$N&HU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-selected.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d2186b7c0bd5bac14b912d1a4c0263236bac21 GIT binary patch literal 717 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)E_X2!E zT!A!I04pnNetv#+b#+ZmO>uE?Wo2baNy*%~bLY&NGjHC!MT-_KS+ZpD;>AmsE?u!= z#j<6~HiE(C&6~Gw-MS47wr}6QbLY-oyLRo_vuEGFef#(Ce*goIkidH+@ZrOUZ!qv1 z4E}(@UoiOp|NpAJj&VTmd6oqE1v9X+aq;mB2#SfzE2yZdYiMcf=o=Us8Jqa{`UM08 zCa0uiWMpP$W)&5emX?)QR#w&4)~{N#cI~?L8%~`*bN1}L`w!lK{P^YTw>Jx)T*l;fhO!6yy8uRKfHdw=~g-ZO%+UpHn{dY+H8S@_1V%5dYYzPQcR zj-s8r)q=iCdTkdK$($&B>YV0e)wG*1jyF#7C52Yu`8FS8cH5X;e zt#$droW@=C?&m>A*4ggcI(qmV?(gjoVY(Q9pudKxq}HQmp6V>Il3NK?=Y!R3q*!?l zne@DGH0RiPaPjrq%F~UEujv#_F1)^C$It&#o*SR9J^z4v_3`yrHU7q(k=cKIbz890 vQ(m3h+Zg6Iu4}pRPA$m%^}K}Fb^S67Ud}DAW4c+6fYOqutDnm{r-UW|d-6fb literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-selected@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1b8944f146baf901484833de12d8f0ff4e0995 GIT binary patch literal 1216 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#dHI#tgKvITzq_d!otGh;^HbQDjFIZ+S=MaK0f~b{(*skSy@@Rxw(afg~i3i zixw?fx^(HXWy_W?U%q0+iq)%EZ``mZQpVJ!o`c1E?>QR z?fQ+Icke%V`0o9Ok3WC?{x`3FcM$^vQ@p2(V@Sl|w>NHw3pvWL7jPW$PFdHn#pTea z+pdQ{ghggHl?7f(N;Y-c?4+|nBjw-!>1osTbk4k6^Y_`&;y-q8>E4&=KnkO7t+Q2P5CnzCxebukWfA*9{-Hmk%JQZ@G@uR=i z=GNp(llg!0bj|v*dCml${&ODjvsSMNJK3{Q%J-bSfZMmt5}KB`-uGy7mmc!bZGW}z zby>PgWQI_?N#UiA++AnST<=WIDmT33^ZrTqLB>K)NmJ#d|8t}_c*T5{P;LFMx8TT| znbubv)-JcMpLW?IN62s9qFE;Yq`MBg%ayc5Z;wrv2&>?GsZ;s$P*J9@>HSxeCoTL| zC$MP&=Z(isOJ1;E;!W;mdbKNY&sIlsT@9{KyO57ew&p&bcNggY=I@TWko)6MyWbv% znc>Sq7W7{){&x9f)1(WJobTK8?%I|cQE7aA`}U{+sarKK)MFf8l`H7V1a0@ph)#B5 z+U<9?e0QFEa_QV1Cl}Z*K5<(7nRBvFo5r5!&hPg)RCZtR$((GsS3M#8LX&Rk>?AL% z5BES#Y+Nt=cD>4Br!m5B*bSy*n3f$S!Yt zN`9B~_oFgT?e3er*==ccYUZ}7(Klyp{_GjE)0O+goW};H?-FII89lx8Rlna{XuHFy zG-tz!^V4QNZhp1>pwj#}&D4qu5;Lyv_*vFndGw37SK8wh>E^Fw)@4hmss5b1ZkizL zw63XDtMC4+3)0kE6t&oeY2EZx$rhJs>pto|a}>P(|H0M!8q*E-GaO+xW!}rjRtqXV NJYD@<);T3K0RTvLGB^ML literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch.png new file mode 100644 index 0000000000000000000000000000000000000000..67886a1299f7127feb691700f95cc5813ac90ed9 GIT binary patch literal 729 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ep96eC zT!Hle|Nk#sxNz~}#WQEloI7{!{Q2_`E`$MO0~ruDP!pfubZ zxcIee*MMvY2@wRU0dlWjzYgKvxpN1|xPANf-Me>zjIOS(?(XiMo}ML3mMmMgZ29u# zD^{#nxpL*IRjXF7UJbDksQuQhTR<&9y>H&U`TY6w_wV0-{P^+v_wPS{{`~#>7wFkd zDe;Se-nJ|W@(X5Ql$Mc`H!w7Eb#wRf_VEi2$;&UCHD~Vp1zWdmKXmliy{Y(Lze}EKleWB7;oiDh&-K#YHDZ(OCRx;`b06P$ zL#Fu4PMP~N{#sv-JvwK>8>{VRKh1Cd?X-0b{Xb#$+~x6XBKxj6-!k5mv}@lCjYVBN z8ph?!2X{M`Gfs^ZF#LG9(d}hLLd|tohqJB%kxD_G%O)$Xmu|4~6R=b=3URUvFJ-^5 zx8aR_U5d|%3Ge&vG40~mY&&;_@}iHs_*RIl6Kq>p|6!>g!&^?>`G4;h{nWYja9(x0 z_EP!%i((dseBu6GwPD}0o3l48zIZN=O)IV{ahiEc1%K7i8TDoT+PXD&qNgrCaxH$L ZszUd-(7z$??15p-;OXk;vd$@?2>|PHm7)Lu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/switch@2.png new file mode 100644 index 0000000000000000000000000000000000000000..16a25780c6edccc31494aa05ac96897c1629f6ac GIT binary patch literal 1264 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-h_ zd_r7-ivR!rziQR0{rmS{y?XWb?c0|wT>>&ro;-Q+;>F9CFP}Pf>dcul=gytGaNz=w z3t^u>e;z0cWS>2I7RUxlK}et=Tm;Al>Vl9!22cS+4Ui215D_2=;X(|72m(bQih+U< zHe4};fhmrx9ikUa3whkGuCDIx?w+2WxpU{vn>TO4f(45fEn2*I@scG=mM&eoY}vBq z%a^ZMv0}}dH9(KUoelIgFsy*Vc~S3{QLJ07%54|XR-sMC!r+BFPMRmnT3sA zP)JxzTtZSxT2@Y8K~Y&nRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ew zylm^X?K^huK632%iIb;JpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|@>& zba4!cIQ;g;&)~}rBJ3Z6^h5aG3)={Y>T9j|$|fo>bydI`TM>`I6-SiUPd~cN#CO)M zzne3~CaCysnkYUavF$zoTmG3R)5|u`uGN=2@3$@f*6zQ}jTcOE3@$G`u;71?wRh&X z-X?9yuco&RborAe=yrX&AGKDi`>0M=*FF1;gKu8(tA9>iyX1(xOeA#lQmf++mK@yppF29)5za%wDO0#!jlK9tiHzT4H#R3a1Nv^$YHgQsC zs>+o&z1!DW`}!|*$q8~=+mY`3f5GYr%G)AcJf~lub2oo-mu-mS+vVleVGCbRQ15vX z=)7wi*WM;0Zmq=&rfZ+`JRy{3Qe^mgQcn4xfFgXS3vj^n{xep0Ef#3+Y_{zvl1K-5+K-$uBt7wyJO5 zE`#$IYc5&~EV+=rV&g)oKkX?c4<^4BSn>JTS?*;MW(OZ%?=v@$Yu8?heOD*8SXFZ# zOflTCeNUy=h38umHtosZwKMVR!WENlw%I$}B@^5bL!oS)tZiwv-ai1eETpti{ z{?=o@qUqQobNhA>Ln zF4Ye`-+K8{+LR*~xsN^Ct(+0}M1SEk-5VEg_{r2U?({mm<>9s4pPkcqCw(t-R&Kk! zT)sB0d*1s7d#0I98sV?kE>#gT(oieP-|s8FdwqEdTg-_w1@Gg+lJ8wBEl-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZx%BpEmPMWY5jeNw)*1UksUaJ#^C5kO^0VCjt?WeLV!om~=IC!nKfz*MNc{6M!N> zHcV>5RS(b#ezaY!{QSX zlaf<1ipwhN8XB9LTiVW^JAdKB$4{TX{QmRz-&KBD4xpY!PZ!4!3CY}pothS0VKby8- zUgPqrgnbFi#T-m-9=@i+6!`Z{!mlvx2MgC($VIMVEeJg9o9}4LsQ4>5O{Fq>z3kZuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!A#h|No(@{(DZk9npV1bn=bh{#)UbE{FDA4eq-d+J7~8($%2;YoQabhfKU4H2Fs8 z#H%4dkqOsACtVMkcq4T3)sTrmHP=EXTnm|W9Vi<-5h!&nWCD;45(x$}CIJPnf*2El z>}$b5l@oxbT@9H4)O!tREXV{f8>kno5oiU_KrjhXa1A65R1al9*dnVbpTB(l_Wj4tUw{9-J@n-!0|TSFr;B5Vgyh9KFS_3EXFqhE)yzCLs7wl6z*B`Y^aT>qrk;Pg9L*kY=9!csv}y z^VvC;Fx;3}-f60y&%^YU#Xv2e?evu=K0fzP?3_7o!smwV>+Rn>n%Na}S2F1_@6rsv zNf9q!Og|^YEEaFFXlA;{w>al_$0QTG77FoKFPX{fmAG1TnqK-3fBRPPxfy%61o(kc No~Nsy%Q~loCICBjWSRf~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-active.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-active.png new file mode 100644 index 0000000000000000000000000000000000000000..4e929fb0b0761c22768bf9a76348a9984de2bd67 GIT binary patch literal 439 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u1fKP}k zkdExR89M29;Pi_jldgwOx*9U!YVd@sArr5KOt=<2@mlDlYalj|G4VQtfkpxqgiX2@ zKKXj=^c!*0Z!A6fa@C2~t53dOclynSGjBGXeY^A0yFFLl?**c(@AqAOzyI2YqqjbO z`1bqH-+%x9{Re{3$7|03-62{MUhaH< zzA0EJo3Ws#-(cM|hR3zs?~Ivb-upGhEWY{Mkb&WWy!=v~9P{Ku!a(;hc)I$ztaD0e F0sy;N$*=$b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-active@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6eeca8e8dc1d3aa42c9149acdd4bf068dfc1f9a6 GIT binary patch literal 779 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc|`>j2r`SzhDMN1w~~QeFH-yV-sr| zTYE>Rz@Xreu<*M2hQ_Amz5DhbId=Tywd*%--g^1!&Bsrlzx@1lu~S_K7^G&NE{-7* zl4}pXv~miRV7rhXuJL(Fq|)4=z)I(k6B2@4@BiNK{C02oXA_zKQQpTqecvAmZfz32 z-`Byvby}OcXsD4&Ne5%+0-hPC6Fl-ff9cFiaw&AQIjB?fMD55@zK5?JI=AvI4%0oj z>RQ5@u7#HjPNYf3KG#>_aqp3guuoad6Jv5xJ|gjAS>oM^IaBrTdDtDgC8W!Do%!T7 z>yyug*38Iof3b7Sd;0FHUxsHO)KCU$#~Ig{7D-@AaqZy=AO=?ptgl z!sAu)^F6j{Z%A5{d$>w9lKquRd}3~gSmRgkYZpV+>l1yumIWE?v%YSy&icN=q$Jmm z{iz#6nD%{}x`Qe5$BEV>n*)w?JlgYR=2@U$0@+yj4HE1XoUg26_Ahe%)3QCu&+h#Z dv*jss{xSGlv}zjnu4(}#Mo(8imvv4FO#n0~eWL&X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-backdrop-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7611f5dd0803772b0f8a5c99bc2c87ec99f1f103 GIT binary patch literal 421 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkY-@`4+Q)7?_ag**v_2?x9mB*2aLAwJF;`<{+;{xZ`*Td`<_EP_8s1}|LBgrhjs!P zyY}zeb!6B6Bir{J0E+D1eQ@`_BRh5<+O_x4j@^fM>^;15_dziG&~BjmJqLI0IXrVx z=`5gC$|XU5!3>N{9Gr?uN^0sF8d`e#21dpvCMKq4K|#R@iHS)msi|pcn;kZ&0+rW$ zx;TbNNah~&6lyYHU^p14^kCfzolfpE|K&5g7TMf98~@O7PuySI4J#&X4l!D-CLZi5 zHpy-Cij53%ud3|(+NV}Avwd~i`*g`S2P5ml7j+mt|6U2$dzFLdRp0BWYi}`^n{K(q zww2N8le$>S(%1*Zuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NmF5TD9>A2y6p^6WdOl*mC&ro;@cwZ{ELoKMrY}>Z|+xG9@x%1#|5IC}b|8XFD%O0TK!#npM+r9hXwmpY{_JA2X_8!`~ z@9?f&`+?%juW?%BU{&!HW=5AFbR_Z``}2Pg~T?%I18EO>a=ULg1I zj=hI>?moD4_hGPtBR~Up1I+{}KHT#=vRA3y(qfUvNz@QA3`xVVJG#H6I;a~a{TeVcZm!L4HICzt4GgURESHaS?f4;CsI(Or O>I|N)elF{r5}E+s$yJd6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-backdrop.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..47ec30d89eb70f6d4d037b176754cef95cff1e69 GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u7fKP}k zknZd2YiMYwsp+b0=&f$(t*q@TZ|FFC_QHh=S1(__aq8^l%a?CnyLR)={YQ@;Jp~bu zo<4p0x(cYcuBWP@>&K5D)eYTMbzN1BJ&mms8#^XeHgp3;Y8v~%QoYqp-9ScFU1wEY z50Fu(@A@8St6E8rUoZnFm#UhTwM|%9SU3noL`25K#%1N?0zqD0VPR2GQE_qclOvh| zKpicfE{-7*;ko^%g_;}$m^a&qiHHigggFLQ{rfMzS4X^ipX$n$o=a>eEt>!Qp8D)_ zObjhLucn@u zTCi=^CbfAL2^tG!8f^C6-LZRrQsx?~V>Wk>S={#xo^Jj2BlE$zLIDhAf4hP1VeoYI Kb6Mw<&;$S*7P~9} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3a27f104257b8ee65c5df3f547cfd4664cf19eb3 GIT binary patch literal 748 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E4+DHc zT!C~$!=&=^j)sQ*l7{Z8s@AHi3Dwmt)h&Hx4V?`Qoz>O7ery=66>wYA;V z4ZW4MU8m1otgh>-YUsXj;p*kfHx3>-b?WTp%hzsR1EQOE?%cV5|Nf)vwP7ynFKw2tESAoA>YEe*%HZy6(!x?y3f$nY~}Xe(jk!`|H;q z-4kY3)^$}k^i%=uYV4^5n%2!HeX&D(=IaM`vODpS;(6F$ua43j~jEahm zj*bC>*!cLw#H6I;w6yfhtlZo@5XjFj0D{7zqT=G>Wm(T685kJVJY5_^BqY}!%#3CX zlwf;sJ!+zWJL$m~BVu3lao{{V%lfTdS;-stG+ZvFV!hnna$e3qnaH3nunjn(dSG z$e5N9DB-=yl6{}_6Ct;VDLOq&C!hWKJn@NXPme~W#X1kO`5yPyB|dSfY<@lI)?a;@ z+(5SvcM2Zo@m}|sA{cX7%{D04aHbbstH^nJDbaG7{R6Ybx~repvH&B3!PC{x JWt~$(697+&Tyy{c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5f4828ce5162ce62e130eb11a99154aea0008c6a GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZx%BpEmPMWY5jeNw)*1UksUaJ#^C5kO^0VCjt?WeLV!om~=IC!nKfz*MNc{6M!N> zHcV>5RS(b#ezaY!{QSX zlaf<1ipwhN8XB9LTiVW^JAdKB$4{TX{QmRz-&KBD4xpY!PZ!4!3CY}pothS0VKby8- zUgPqrgnbFi#T-m-9=@i+6!`Z{!mlvx2MgC($VIMVEeJg9o9}4LsQ4>5O{Fq>z3kZuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!A#h|No(@{(DZk9npV1bn=bh{#)UbE{FDA4eq-d+J7~8($%2;YoQabhfKU4H2Fs8 z#H%4dkqOsACtVMkcq4T3)sTrmHP=EXTnm|W9Vi<-5h!&nWCD;45(x$}CIJPnf*2El z>}$b5l@oxbT@9H4)O!tREXV{f8>kno5oiU_KrjhXa1A65R1al9*dnVbpTB(l_Wj4tUw{9-J@n-!0|TSFr;B5Vgyh9KFS_3EXFqhE)yzCLs7wl6z*B`Y^aT>qrk;Pg9L*kY=9!csv}y z^VvC;Fx;3}-f60y&%^YU#Xv2e?evu=K0fzP?3_7o!smwV>+Rn>n%Na}S2F1_@6rsv zNf9q!Og|^YEEaFFXlA;{w>al_$0QTG77FoKFPX{fmAG1TnqK-3fBRPPxfy%61o(kc No~Nsy%Q~loCICBjWSRf~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-hover-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5f4828ce5162ce62e130eb11a99154aea0008c6a GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZx%BpEmPMWY5jeNw)*1UksUaJ#^C5kO^0VCjt?WeLV!om~=IC!nKfz*MNc{6M!N> zHcV>5RS(b#ezaY!{QSX zlaf<1ipwhN8XB9LTiVW^JAdKB$4{TX{QmRz-&KBD4xpY!PZ!4!3CY}pothS0VKby8- zUgPqrgnbFi#T-m-9=@i+6!`Z{!mlvx2MgC($VIMVEeJg9o9}4LsQ4>5O{Fq>z3kZuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!A#h|No(@{(DZk9npV1bn=bh{#)UbE{FDA4eq-d+J7~8($%2;YoQabhfKU4H2Fs8 z#H%4dkqOsACtVMkcq4T3)sTrmHP=EXTnm|W9Vi<-5h!&nWCD;45(x$}CIJPnf*2El z>}$b5l@oxbT@9H4)O!tREXV{f8>kno5oiU_KrjhXa1A65R1al9*dnVbpTB(l_Wj4tUw{9-J@n-!0|TSFr;B5Vgyh9KFS_3EXFqhE)yzCLs7wl6z*B`Y^aT>qrk;Pg9L*kY=9!csv}y z^VvC;Fx;3}-f60y&%^YU#Xv2e?evu=K0fzP?3_7o!smwV>+Rn>n%Na}S2F1_@6rsv zNf9q!Og|^YEEaFFXlA;{w>al_$0QTG77FoKFPX{fmAG1TnqK-3fBRPPxfy%61o(kc No~Nsy%Q~loCICBjWSRf~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-hover.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..68b4ff0bb2fc55edd30e2f7225c2f436eac22e0f GIT binary patch literal 467 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkdExR89M29;Pi_jldgwOx*9U!YVd@sArr5KOt=<2@!FotZw_C7cl_4-gIC|2y!HO{ z?GINUeYo-X)6J)!Zaf8%x1N2v^X&8em!Cr?T?6TwcrA3|_3z(*LD+HAZvYt(63F=R z<7fEf>tP^^Kx~K_Afqs4{X3vjv`d2gf*C|a#ezaY8=IP2_V3?+;J|@{hYlSEf@5dT zoxkw-V3(fB%&@O`Z$#iKmNWh=gSBL3g1h2L{)J{(jGRR#-H3?b-SN z=bS|v;U(E&6RyXGr#7l>OiWSgebjhT;3OxHO~JeiKPDAD*!ueSTX7H7*v3{{*|$beZ`IUn#RJ(3zrb=5)Tcdu@iM;)`YEv;42pB-0|d>!TnN zm6QT4qo}}IZpmcR`5O0;Gt~L0>D=aHbCc4(**_i5^Y@*@?{N4U(o!xtJJFpW2y*5m zuy`PP*^TM|JnKcH90Z5TI1WsuQZ@6bbD*S^C1h4Y(D65RqggwuH;f<2Y{JgTl(9(+HXND*`1W~AIT$l}-p}jpp6M;07mr*tH7(<#cK8o?0 za70Y-nn^^A!6=5H1W!yN%@`uaVU*yD2n5CW;7LrtVvH{W3I18FhXHQy$7O`!8)1-> z#&@a}DW+Fyj3XM8YR072nsDtpzOaFS5fo71TAdlpF6zz8YnGpDmS0ATZeLf7mQ|Al zc*EwlVZ+P^ymmT#KfyQ5*6SV9TNbOZeHxGg{C~}ULV_}@mB?-*v)afjtz;(97Q$+^ z0bI~x?*}=uzrep-jWe0x6d6^#6h1`p^7i#(gq=CdjJgmL8<)=G!x?w(*3=Gsk$eR* zXcwtWHY6V&Rw$Lqkx`XOH8!Qj3G(~2Myp-Yt?1V`HaEAnw#=4oKxEtb{b#p6EWiz1 z{XB;i3%j}ZNrlV<>28j5+X2cHSM*egcM=}h=gam^8sFU8YZ!}AXDO}AlBJke3JmVV zDtN)^v<@xX>XeiiUzf^Q4Dh?yQ{py1HsVrw(%Q`omZY7a%#^RcJaSMO^j6DIVxGO% z+~c{2kh<9Rn-kl&xw5jMr*-D|W#-^&pv^JZXF8}i8MTd#L@2Tav`L;xFB;7e%^0PL zjklU=Lg@85rlYKq!H>g|d!CN;u5*kDNx^LL5eJv9WAnls^(Uch;lYQ)tGdQTIbESC z7H}pra+eZ%YQhyBy@iuq{n3i>ovB6tUfLu~iSK^zoIe29l>6hZyZv5mk#QZ5T*n1q z;eKn;0NCC)hKn&|&zrqFPv0+)7t}RIn0|yLiV}QuQPGi#C7LaDmg^xcM5E{r?f;d- LPGP-{%dPzj1stvs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-close.png new file mode 100644 index 0000000000000000000000000000000000000000..68b4ff0bb2fc55edd30e2f7225c2f436eac22e0f GIT binary patch literal 467 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkdExR89M29;Pi_jldgwOx*9U!YVd@sArr5KOt=<2@!FotZw_C7cl_4-gIC|2y!HO{ z?GINUeYo-X)6J)!Zaf8%x1N2v^X&8em!Cr?T?6TwcrA3|_3z(*LD+HAZvYt(63F=R z<7fEf>tP^^Kx~K_Afqs4{X3vjv`d2gf*C|a#ezaY8=IP2_V3?+;J|@{hYlSEf@5dT zoxkw-V3(fB%&@O`Z$#iKmNWh=gSBL3g1h2L{)J{(jGRR#-H3?b-SN z=bS|v;U(E&6RyXGr#7l>OiWSgebjhT;3OxHO~JeiKPDAD*!ueSTX7H7*v3{{*|$beZ`IUn#RJ(3zrb=5)Tcdu@iM;)`YEv;42pB-0|d>!TnN zm6QT4qo}}IZpmcR`5O0;Gt~L0>D=aHbCc4(**_i5^Y@*@?{N4U(o!xtJJFpW2y*5m zuy`PP*^TM|JnKcH90Z5TI1WsuQZ@6bbD*S^C1h4Y(D65RqggwuH;f<2Y{JgTl(9(+HXND*`1W~AIT$l}-p}jpp6M;07mr*tH7(<#cK8o?0 za70Y-nn^^A!6=5H1W!yN%@`uaVU*yD2n5CW;7LrtVvH{W3I18FhXHQy$7O`!8)1-> z#&@a}DW+Fyj3XM8YR072nsDtpzOaFS5fo71TAdlpF6zz8YnGpDmS0ATZeLf7mQ|Al zc*EwlVZ+P^ymmT#KfyQ5*6SV9TNbOZeHxGg{C~}ULV_}@mB?-*v)afjtz;(97Q$+^ z0bI~x?*}=uzrep-jWe0x6d6^#6h1`p^7i#(gq=CdjJgmL8<)=G!x?w(*3=Gsk$eR* zXcwtWHY6V&Rw$Lqkx`XOH8!Qj3G(~2Myp-Yt?1V`HaEAnw#=4oKxEtb{b#p6EWiz1 z{XB;i3%j}ZNrlV<>28j5+X2cHSM*egcM=}h=gam^8sFU8YZ!}AXDO}AlBJke3JmVV zDtN)^v<@xX>XeiiUzf^Q4Dh?yQ{py1HsVrw(%Q`omZY7a%#^RcJaSMO^j6DIVxGO% z+~c{2kh<9Rn-kl&xw5jMr*-D|W#-^&pv^JZXF8}i8MTd#L@2Tav`L;xFB;7e%^0PL zjklU=Lg@85rlYKq!H>g|d!CN;u5*kDNx^LL5eJv9WAnls^(Uch;lYQ)tGdQTIbESC z7H}pra+eZ%YQhyBy@iuq{n3i>ovB6tUfLu~iSK^zoIe29l>6hZyZv5mk#QZ5T*n1q z;eKn;0NCC)hKn&|&zrqFPv0+)7t}RIn0|yLiV}QuQPGi#C7LaDmg^xcM5E{r?f;d- LPGP-{%dPzj1stvs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-active-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f773f24dc156d5d3551686be3ca8b44946243 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!AgZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~79Gr{BJP`~Lm=-@kwV`SS>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+c5@up- zXZ8;KbN9cf;`%wvc1(nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!AgZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~79Gr{BJP`~Lm=-@kwV`SS>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+c5@up- zXZ8;KbN9cf;`%wvc1(nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv@L=H;{dJmbs4vPziTQkY6wZBO?>Dv#Uo?a2k7# zc0N#8+tbA{gkxrMf`Z_TwOI_8&zy(yEr+qAXP8FD1G)j8!4b7l>na* zS0K&6@V}vTOXzUR>H-3NE>IkW>vf*3$_c$!yQH&7K%NswPK10xd$m!4rr zSW^7lsqnjRQRHB41tnGtosYXVD| zMZ**Y&Npn@j$#Zzd?S`8q)CY(s43-b)&?P!30tebmo+aGyThRKQSuVwS`I^y!#rL6 KT-G@yGywoGwqce4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-backdrop.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..36858b0c462d82fa6dd389e0a8904c988aa87082 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFS5;llyQ_O-fhxF5g8YIR7#W$Ez5N1X;);`n z%~t`1wLM)NLpWw8CnyNcSewOg`OKL}?gKo9?4caat6DS}4n?FTFr*c%^HRH7!SKj| VZL!AY#cCk?JYD@<);T3K0RSE(NHG8a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-backdrop@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..061e3569f13ada9e9769abcd8ed92d2ed7e6fbff GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7^#Gp` zS0D`p4Gj%_eSIY*-L*|Ul}+7M4PBLWot1Un)eYTMbv;1D%6Q5SsE)TJ$S;_Ik%^Pr z*gP&iF)zP3!0LGqP$JmV#W6%9I5|NgsbS~yGc%WJD2b(?o8uH3RQ!ym>39Z1Sd&1) zET*s~m4Zu+jR$2SAMiwQZejr912dBr2#GLG5MoKV!yMMcvg!OB%e(^yM;I6aIHfNI Srd+!Ma-gTHpUXO@geCxY)?2p# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8addbf89ee6d52a0ccf0b12497ec3711182ec985 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFq~#NKo0-i(}EKta3~@zfg!D6otN6x a3Wi4xY>PEEFIEF;WAJqKb6Mw<&;$U}K~sAG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..dedcc3871bfebdbc65da210f37639f454859034f GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfW|Nm91R-HI;V)yRdTMi%Ix#!T1-3NE=KD2A^p`Adq2PCpJ3>*we)^L?bvkK_aOk_1^CC;{h%<_xD!!u3GZ` zt~E>lMTRvjiU+octYPtd5X!*Z%)aS>^#-97Mj&o1KkJ~X!K9$daiD^K4GZU$ebwI& dH6(U0GMHN`l;<24bq5;H;OXk;vd$@?2>^8UZtMU6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-hover-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..84a5583cc628653dd5e203c79909759b887cff10 GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak7A<24> zvFNY?2ZMp+iLJN)|G!mYSRusFz#91alMlbxt5VmSd-u4X5?!QkoY=d#Wzp$P!;ypHSu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-hover-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ef62ad4eab22e6407724d1d8f4204e836e69b0 GIT binary patch literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVfL=9l;6m30@@^e$MsVeyL1yZ0U0z5nQ*1IG>@ zJ#`3#P9Hgb=7{^5!$5y}mjw9*Gw|>V2?>jdiA%`IE9mJPxOsSb`TGZig-1q3MMuX# zK`ao&B_t#!CMG4Pq@<>1Wo2g<6crbjl-AWZY})qh*^8gQe&4Q_+R4Dc80YEY7-DgH z?c{9dCIgW+Q=NR(jwX-F!%5$!#p-NTt62Hw*#H0b8%-0MdU(UJobIKP6+x^-4+aC1T#-FI((-1oC?NhzBE7M)9 zUrbZ^FSgFM-u)g&n9$P3#8YxYvM&n%6|9^uSSoNe=~0|ao*nbD`Q_VoHY>hk|7+2p zu&+`;oQplAN9g!$UG*Qc793;bJ)g5X#@p^k5tHwd52v=RUcdbad;HnNq62K}6Gc6a z)XQ$LywJzcDc}&@QX%Nz^x?eE70pR04jV*gzEfG*bj0CF^J}hj8I1+U^|F3Sd)PVY zF6!o*yd#xeUNfm@Sw*+joZ5a<2h}P++2=Q(?{l$z*S@DUa91KnR8aJ^T`y9i)@hhO z^}Mmgy!*%ZcE?qjhc&DoOj<6vbTemRW0jq;WT>*_oV3*UIhv+t6BdUD^I2W2XMEm# VWR-v%A20$LJYD@<);T3K0RUeWC(Qr= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-hover.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..128a39da1505934b85102494ab976af03f15ee55 GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};Yy&%Z0YI)9~YJ^zKfsv)*-Bo_bf6^Ytd ztk=t>cxvs`?Bo`vyK6eDTQ^@g-lzXrt2|5nl+U$^d9TvnOYhkiT=e3>*SdIK%S~

Zuoc5!lIL8@MUQTpt6Hc~)E&jWly zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPka|?_ZEOkoob`moGqlU%wqXa%%6vV||n7PMA7x;?(&KtrM#1yX%_!>sux~ zypjF^=vA+hAirP+R#tWnPA)DUUSSa#Svdt|6%|!A6LSkoD{Je>=$M$e!lL4m(z3Ei z(`U?@J$J$K4I4L|JAdKQv*#~fzW?y?^XJb%>wf$MSuf}GHj9CQG0fA&F~s8Z+Th6O zCI^vF&tNA73&~qeOE1OgO?lL{P4esidjB&et&D%FUcBCOX70}RYX0(*PyY#9Z(1bT zw(P{EuyR*tmbH@##X}Zce7XDa#@qSV8MjXOB3>GCJ$SxBwMElD?O)z%v*zh1q#V}a z`dAus<_}96-xrJSuC!C~MmZ}c)O46?PdezdAo2 ze6zB3e%ITBoy_a6%{lm1EX6P2Lh|*an+2L@$7-lN?2LV$f7*g=dyG(G!~erJ0upyV zB&cvQHP3f`6WrylbcCmlM}xI9r6s}FOIRs&i}E2gw&Rk2m$g`FUwLFKkkm3GhfB0; zM=Jk%&0|-WU0D;kIA?R)))kS7yZe{VEStYbi?3(0+zh@idkiM2y>XfL&@<`Dj|*}! zev8h(&%WS&bK~}?y^YU#cRd#iIGb*^SVzyV@^zl){`L3bKl0w@t@E1@EBzK2Zw#KU KelF{r5}E)dl%1Ra literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max.png new file mode 100644 index 0000000000000000000000000000000000000000..14e5e3e74dff69ce6e125a0ec0bd54012d6d7bb8 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF;HMs~Ui)tFob|x}mGOq5D_-vRa@b?vfzCUEal|F*7+qL2$;}EQZTx&O~w_;3;Ge<#1lrqRDV5A}xU-tzey(+SLk%M-FU@ UH8w9+18QUNboFyt=akR{0P0~(_5c6? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-max@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a13bb592dfbbf413347f0541f9be75043fb727 GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0LTc(6DONs)mOCii-BiwzlfVo{EO9s`~CqAlcAU-Oydt&|O*A4P-1i7Wo&bfxjfk zFPMReSwK)YI%)Ze)rXH9J7c}NFBK>i?CIhdq7j^&Ad%FNdT)36@c*1pLI~xU{X-!I8edAhK2LWzUuFX d8WKAg8O$ve%5x5jx&w`8@O1TaS?83{1OS2wWsCp- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-active-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-active-dark@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b#-9o$5M3?dLsR977}|*B*Qw*5n|r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-active.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-active@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b#-9o$5M3?dLsR977}|*B*Qw*5n|r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-backdrop-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b04db91415d46e182c878ab176fe3ecb2491235d GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%?4l^1TDHm`Z~Df*H~-IdO&pc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!C~|UC+wR=dFM&rjj7PV20xT^WW|R@`OBH978ywlM@#3ZTR2p831%c$5)oO)A=-S Q17#UJUHx3vIVCg!0Kk|sWB>pF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-dark.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c973246c00bf2b1b0a0cff5a2eb8bf94623a35 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%@rm*;N2pOeH~n!3>*Ke(UoAc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak75uV#0&DWs7!@^j(f^~J%+VA!&I~H&j{wtf5yUpp(!Zn}oNnYL5 zR;qqWu;lFNgRLT6fdR#41>4`8($Cl=@mPJ)=|jSwBNLWccJCBlw_f5+pO%O2a!Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVe`zerEIPw`o8R*p&qN1vBvQ3JD2|iHS?d$t&pT8@PFR zdinbYgoQ^&MMX!)KtU`J#3dvoCMG5&r=+B&W@Tk(7Zep2-)=I_W?*2{@N{tuu{gbU z^6jW52a#4o9e>u2CXdFhqZhQSBb<7T_x?|A{mg4|=u2tfYrb#%zqf2l{ImRA?s0zS z^BZ^H`mnS=>fZ`cyV(rho3u4_%TgG3%)MNZ-GlLbdTz+1+R`CH@^OYbKV^OX+G>5M3yn+q{L`5c{A|c z`+7jEPv>E4#%$yt{M$L&mV|c_TvKc&NrX0E9DB<7PM-4coyb+cO&xB7`+e_MJ#DdzV=VTEj|wuEIjHpwezMXp;u>(e5Ww}a`i}Wv;Xo)mOtIfq{K+~xb>WQssA3<-TuXvbE-jX`#Awy QVCXY=y85}Sb4q9e0A@Ju!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-hover.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..c250748c552e9c2fc4c266ce0167a8046688cbdd GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};dR$4@+a@$z&2xu-jUit;^O z9780g=Jvl8Y7h``jaD@KvT)1Z|J`jDu9W<{YrOf+?b7;&30|Izrr%#odmN$jO|@S- z_0J66gp(H&b_w-KwYe)^cRypqCE9V0Con*MBY(a6p*lI%FK?rH%MIhZHwJ~ywrn|> iaqZYglfLbR`g+zu+-n<;to#AAn!(f6&t;ucLK6TdBAogF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-hover@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..965ce3db3357fad9fe47dcef3a9c89d220caaf64 GIT binary patch literal 694 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E2LgOT zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPks>U2<}=l%aM!Cn)C%{gns?%UsxJ~y-Yo5ZpDq7>^R zpF5IgM^!omIJ0%#DQ!HNG&jfWWR)G;oxI@pfh_%&;v)It3yyEP_uVixMv433_a*;> z?}+Yk6m0w#QfQd_a;b7l^!NUT!qzu3(+mXm6!7{hB-zb)V&yFNpgKvtW5+bfH>VyX zEH&48*db=O>iJxkuS$Zx6$w?$&E+>HJPMgoaa}qo@X>X(+%sR>qziq7lix1b_S$f*`(e?kV znBK15$e*@)#>R?DX@2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4;OXk;vd$@? F2>|T-EmQyi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min@2.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/assets/titlebutton-min@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3581928b3997773cbfc83c9c0f17389a768cc6 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!D0TL-!u7KXZXBrjj7PV1_eK9Gw>fc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + background-color: #353535; + border-color: #212121; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #5491d6; } + .button.osd:active, .button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5491d6; } + .button.osd:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); + border-radius: 0; + border-left-style: none; + border-right-style: none; } + .osd .button:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: none; } + .osd .button:first-child { + border-radius: 3px 0 0 3px; + border-left-style: solid; } + .osd .button:last-child { + border-radius: 0 3px 3px 0; + border-right-style: solid; } + .osd .button:last-child:dir(rtl) { + border-left-style: solid; } + .osd .button:only-child { + border-radius: 3px; + border-style: solid; } + .osd .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5491d6; } + .osd .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5491d6; } + .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(218, 218, 218, 0.55); } + .button.suggested-action:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(218, 218, 218, 0.55); } + .button.destructive-action:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5491d6), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 2px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 2px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .inline-toolbar GtkToolButton > .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #5491d6; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .button, +.linked:not(.vertical):not(.pathbar) > .entry + .button:hover, +.linked:not(.vertical):not(.pathbar) > .entry + .button:active, +.linked:not(.vertical):not(.pathbar) > .entry + .button:checked, +.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive { + border-left-style: solid; } +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .entry { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(41, 41, 41, 0.5); } + .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(41, 41, 41, 0.5); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.error + .entry.warning { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .button, +.linked.vertical > .entry + .button:hover, +.linked.vertical > .entry + .button:active, +.linked.vertical > .entry + .button:checked, +.linked.vertical > .entry + .button:insensitive { + border-top-style: solid; } +.linked.vertical > .entry:focus:not(:only-child) + .entry, +.linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, +.linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, +.linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child), +.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: 0 -1px #292929; } +.linked.vertical > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked.vertical > .button:checked + .entry { + border-top-color: #292929; } +.linked.vertical > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover, +.header-bar .linked:not(.vertical).path-bar > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.primary-toolbar .linked:not(.vertical).path-bar > .button:active, +.header-bar .linked:not(.vertical).path-bar > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.primary-toolbar .linked:not(.vertical).path-bar > .button:checked, +.header-bar .linked:not(.vertical).path-bar > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, +.header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } +.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked { + border-top-style: none; } + .linked.vertical > .button:first-child { + border-top-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #484848; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #DADADA; } + +*:link, .button:link, .button:visited { + color: #c2d0b4; } + *:link:visited, .button:visited { + color: #a9bc95; } + *:selected *:link:visited, *:selected .button:visited { + color: #d2dcc8; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #dce3d4; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #f4f6f1; } + *:link:active, .button:active:link, .button:active:visited { + color: #c2d0b4; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #e9eee4; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #e9eee4; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(41, 41, 41, 0.6); + border-style: none none none solid; + color: #d2d2d2; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(218, 218, 218, 0.55); } + .spinbutton .button:active { + background-color: #5491d6; + color: #ffffff; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #5491d6; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #5491d6; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #5491d6; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(218, 218, 218, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #383838; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(53, 53, 53, 0.9); } + +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar .inline-toolbar { + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #2f2f2f, #1d1d1d) 1 0 1 0; } + .primary-toolbar .label:insensitive, + .primary-toolbar .toolbar .label:insensitive, + .primary-toolbar .inline-toolbar .label:insensitive { + color: rgba(218, 218, 218, 0.55); } + +.inline-toolbar { + background-color: #303030; + border-style: solid; + border-color: #292929; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #383838; + border-style: solid; + border-color: #292929; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #303030; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #252525; + color: #ded6d6; + background-color: #2f2f2f; } + .csd .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #ffffff; + background-color: #5491d6; + border-color: #85a06a; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #5491d6; + color: rgba(255, 255, 255, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #5491d6; + outline-color: rgba(143, 168, 118, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(143, 168, 118, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #5491d6; } + .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #2f2f2f; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { + background-color: #2f2f2f; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 3px 3px 0 0; + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: inset 0 1px #373737; } + .csd .titlebar { + background-color: #2f2f2f; } + .titlebar:backdrop { + color: rgba(222, 214, 214, 0.7); + background-color: #333333; } + .csd .titlebar:backdrop { + background-color: #333333; } + .maximized .titlebar { + background-color: #2f2f2f; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #333333; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, +.primary-toolbar .toolbar .separator, +.primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(222, 214, 214, 0) 25%, rgba(222, 214, 214, 0.35) 25%, rgba(222, 214, 214, 0.35) 75%, rgba(222, 214, 214, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: #ded6d6; + border-color: #5491d6; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-clip: padding-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: rgba(222, 214, 214, 0.85); } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #5491d6; + color: #ffffff; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #5491d6; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #a45b33); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #aa3a34); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } +.primary-toolbar .button, .header-bar .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + outline-offset: -3px; + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5491d6; + background-clip: padding-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:insensitive > GtkLabel, + .primary-toolbar .toolbar .button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(143, 168, 118, 0.65); + background-color: rgba(143, 168, 118, 0.65); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + border-radius: 3px; + border-style: solid; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover, + .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active, + .header-bar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked, + .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5491d6; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +.primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, +.primary-toolbar .button.suggested-action:backdrop, +.header-bar .button.suggested-action:backdrop { + opacity: 0.8; } +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, +.primary-toolbar .button.destructive-action:backdrop, +.header-bar .button.destructive-action:backdrop { + opacity: 0.8; } +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #ffffff; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(255, 255, 255, 0.4); } +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: #ded6d6; } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(222, 214, 214, 0.25); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(222, 214, 214, 0.7); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(222, 214, 214, 0.4); } +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: #ded6d6; + border-color: #5491d6; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.4)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.3)); } +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, #494949); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, #555555); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #5491d6); + border-color: #5491d6; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #414141); + border-color: rgba(16, 16, 16, 0.7); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(218, 218, 218, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #c7d4bb; + border-top-color: rgba(218, 218, 218, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(218, 218, 218, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #bccbad; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #b5c1a8; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #8d8d8d; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #DADADA; } + GtkTreeView.view.expander:selected { + color: #dde5d6; } + GtkTreeView.view.expander:selected:hover { + color: #ffffff; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #ffffff; + border-radius: 3px; + background-image: linear-gradient(to bottom, #5491d6); } + GtkTreeView.view.progressbar:selected { + color: #5491d6; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #DADADA; + background-image: linear-gradient(to bottom, #292929); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #bbbbbb; + background-color: #353535; } + column-header .button:hover { + color: #5491d6; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #DADADA; + transition: none; } +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #5491d6; + box-shadow: inset 1px 1px 0 1px #5491d6, inset -1px 0 0 1px #5491d6, inset 1px 1px #404040, inset -1px 0 #404040; } + +column-header .button, column-header .button:hover, column-header .button:active { + font-weight: bold; + padding: 3px 6px; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #292929; + /*border-image: linear-gradient(to bottom, + transparentize(if($variant == 'light', black, white), 1) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 80%, + transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ } + column-header .button:active, column-header .button:hover { + background-color: #3d3d3d; } + column-header .button:active:hover { + color: #DADADA; } + column-header .button:insensitive { + border-color: #383838; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #2f2f2f; + color: #ded6d6; } + .menubar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + .menubar > .menuitem:hover { + background-color: #5491d6; + color: #ffffff; } + .menubar > .menuitem:insensitive { + color: rgba(222, 214, 214, 0.4); + border-color: transparent; } + +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #383838; + border: 1px solid #292929; } + .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + .menu .menuitem { + padding: 5px; } + .menu .menuitem:hover { + color: #DADADA; + background-color: rgba(255, 255, 255, 0.06); + border: solid rgba(255, 255, 255, 0.11); + border-width: 1px 0 1px 0; } + .menu .menuitem:insensitive { + color: rgba(218, 218, 218, 0.55); } + .menu .menuitem.separator { + color: rgba(64, 64, 64, 0); } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #4f4f4f; } + .menu.button.bottom { + border-top: 1px solid #4f4f4f; } + .menu.button:hover { + background-color: #4f4f4f; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #1c1c1c; + border-radius: 3px; + background-clip: border-box; + background-color: #383838; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(64, 64, 64, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #404040; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #292929; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #383838; } + .notebook.header.frame { + border: 0px solid #292929; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #292929; } + .notebook.header.bottom { + box-shadow: inset 0 1px #292929; } + .notebook.header.right { + box-shadow: inset 1px 0 #292929; } + .notebook.header.left { + box-shadow: inset -1px 0 #292929; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #404040, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #404040; + box-shadow: inset 0 -1px #404040, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #404040, inset -1px 0 #292929; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #404040; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(218, 218, 218, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(218, 218, 218, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #DADADA; } + .notebook tab .button { + padding: 0; + color: #a1a1a1; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #5491d6; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(218, 218, 218, 0.55); } + .notebook.arrow:hover { + color: rgba(218, 218, 218, 0.775); } + .notebook.arrow:active { + color: #DADADA; } + .notebook.arrow:insensitive { + color: rgba(218, 218, 218, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: darkgray; + border: 1px solid rgba(0, 0, 0, 0.3); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #3d3d3d; + border: 1px none #292929; } + .scrollbar .slider { + background-color: #797979; } + .scrollbar .slider:hover { + background-color: dimgray; } + .scrollbar .slider:prelight:active { + background-color: #5491d6; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #292929 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #3d3d3d; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough, +.primary-toolbar .toolbar GtkSwitch.trough, +.primary-toolbar .inline-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active, +.primary-toolbar .toolbar GtkSwitch.trough:active, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(218, 218, 218, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, #454545); + border: 1px solid #242424; + border-radius: 50%; + box-shadow: none; } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #3c3c3c); + border-color: rgba(36, 36, 36, 0.8); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #5491d6); + border-color: #5491d6; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #353535); + border-color: #5491d6; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #5491d6); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #5491d6); + border-color: #5491d6; } + .list-row:selected .scale.slider, GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #eef2ea); + border-color: #eef2ea; } + .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #c7d4bb); + border-color: #c7d4bb; } + .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #cdd8c1); + border-color: #cdd8c1; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #2b2b2b); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #5491d6); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(143, 168, 118, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(43, 43, 43, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #474747); + outline-color: rgba(195, 195, 195, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #5491d6); } + .list-row:selected .scale.trough, GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #cdd8c1); } + .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(218, 218, 218, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #5491d6; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #5491d6; } + .list-row:selected .progressbar, GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #5491d6; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #2b2b2b; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } +.level-bar.fill-block { + border: 1px solid #5491d6; + background-color: #5491d6; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: #404040; + border-color: #404040; } + +.frame { + border: 1px solid #292929; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #404040; + border-color: #292929; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(255, 255, 255, 0.03); } +.list-row.activatable:active { + color: #DADADA; } +.list-row.activatable:selected:active { + color: #ffffff; } +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #81976a; } +.list-row.activatable:selected:insensitive { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(143, 168, 118, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #C3C3C3; + background-color: #353535; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #1c1c1c; } + .app-notification .button, + .app-notification.frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(143, 168, 118, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5491d6; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: white; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #DADADA; + border: 1px solid #292929; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #5491d6; + color: #ffffff; + border-radius: 1.5px; } + GtkCalendar.header { + color: #DADADA; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(218, 218, 218, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #DADADA; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(218, 218, 218, 0.55); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #DADADA; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #2f2f2f; + border-bottom: 1px solid #1d1d1d; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +GtkFileChooserDialog .search-bar { + background-color: #383838; + border-color: #292929; + box-shadow: none; } +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #292929; } + +.sidebar, .sidebar .view { + border: none; + background-color: #383838; } + +GtkSidebarRow.list-row { + padding: 0px; } +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #5491d6; } +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #1f1f1f; } +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(218, 218, 218, 0.8); + border-width: 0; + border-style: solid; } +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #292929; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-repeat: no-repeat; + background-position: center; } + GtkPaned.wide.vertical .pane-separator { + color: #DADADA; + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-repeat: no-repeat; + background-position: center; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #5491d6; + color: #ffffff; } + +.warning, +.error { + background-color: #F04A50; } + +.list-row:selected .button, GtkInfoBar .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #5491d6; + outline-color: rgba(143, 168, 118, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(143, 168, 118, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } + +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } +GtkColorSwatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + GtkColorSwatch#add-color-button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #404040; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } +.undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } +.undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } +.undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +.window-frame { + border-radius: 3px 3px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px #1d1d1d, 0 8px 8px 0 rgba(0, 0, 0, 0.35); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 3px 3px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #1f1f1f; } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #2f2f2f; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding: 8px 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(47, 47, 47, 0); } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5491d6; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.close, + .titlebar .button.titlebutton.maximize, + .titlebar .button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } + .header-bar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.close:hover, + .titlebar .button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } + .header-bar .button.titlebutton.close:active, + .titlebar .button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max-dark.png"), url("assets/titlebutton-max-dark@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop-dark.png"), url("assets/titlebutton-max-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover-dark.png"), url("assets/titlebutton-max-hover-dark@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active-dark.png"), url("assets/titlebutton-max-active-dark@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min-dark.png"), url("assets/titlebutton-min-dark@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop-dark.png"), url("assets/titlebutton-min-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover-dark.png"), url("assets/titlebutton-min-hover-dark@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active-dark.png"), url("assets/titlebutton-min-active-dark@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #5491d6; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #252525, inset 0 -1px #292929; } + +GtkHTML { + background-color: #404040; + color: #DADADA; } + GtkHTML:active { + color: #ffffff; + background-color: #5491d6; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalScreen { + -TerminalScreen-background-darkness: 0.9; + background-color: #3f3f3f; + color: #fff; } + +TerminalScreenContainer .scrollbar:not(.slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #a1a1a1; } + TerminalWindow .notebook tab .button:hover { + color: #DADADA; + border-color: #292929; + background-color: #454545; } +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #5491d6; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #DADADA; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #898989; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #e9eee4; } + +NautilusNotebook.notebook { + background-color: #404040; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #404040; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(218, 218, 218, 0.5); + border-color: rgba(193, 193, 193, 0.5); } + .disk-space-display.used { + background-color: rgba(143, 168, 118, 0.8); + border-color: rgba(84, 145, 214, 0.8); } + .disk-space-display.free { + background-color: #303030; + border-color: #171717; } + +NautilusListView .view { + border-bottom: 1px solid #292929; } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; + -NemoPlacesTreeView-disk-full-fg-color: #5491d6; } + +NemoWindow EelEditableLabel.entry { + transition: none; } +NemoWindow .sidebar .frame { + border-width: 0; } +NemoWindow .sidebar .cell { + padding: 0 2px; } +NemoWindow .sidebar .scrollbar.vertical .trough { + background-color: transparent; } +NemoWindow .sidebar .scrollbar.vertical .slider { + background-color: #797979; } + NemoWindow .sidebar .scrollbar.vertical .slider:hover { + background-color: #585858; } +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #292929; } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5491d6; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } + +.gedit-headerbar-paned { + color: #252525; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #404040; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #ffffff; + background-color: #5491d6; } + +.open-document-selector-name-label { + color: #DADADA; } + +.open-document-selector-path-label { + color: #8d8d8d; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } +.gedit-document-panel .prelight-row .button { + color: #a1a1a1; } +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #ffffff; } +.gedit-document-panel .prelight-row .button:active { + color: #DADADA; } + +.gedit-document-panel-dragged-row { + border: 1px solid #292929; + background-color: #1f1f1f; + color: #DADADA; } + +GeditStatusbar { + border-top: 1px solid #292929; + background-color: #383838; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #292929; } + +.gedit-search-entry-occurrences-tag { + color: rgba(218, 218, 218, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: #3d3d3d; + padding: 6px; + border-color: #292929; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #DADADA; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: #ded6d6; + border-color: #5491d6; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: #ded6d6; + border-color: #5491d6; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #404040; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #383838; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #C3C3C3; + background-image: none; + background-color: #353535; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #404040; + color: #DADADA; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #404040; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #DADADA; } + +.xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(141, 141, 141, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive { + color: rgba(222, 214, 214, 0.6); } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #5491d6; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(218, 218, 218, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #c2d0b4; } + +.documents-entry-tag { + background-color: #5491d6; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #ffffff; + background-color: #99b082; } + .documents-entry-tag:active { + color: #ffffff; + background-color: #85a06a; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(255, 255, 255, 0.7); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #5491d6; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #C3C3C3; + background-image: linear-gradient(to bottom, #292929); } + +.gnome-panel-menu-bar.menubar { + color: #C3C3C3; + font: bold; } + +.gnome-panel-menu-bar.menubar .menu { + font: regular; } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #C3C3C3; } + +PanelApplet .button:hover { + color: #dddddd; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #5491d6; } + +PanelApplet:hover { + color: #ffffff; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #5491d6; } + +WnckPager { + color: #626262; } + WnckPager:selected { + color: #5491d6; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #C3C3C3; + font: bold; } + +.xfce4-panel.panel { + background-color: #292929; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #C3C3C3; + background-color: rgba(41, 41, 41, 0); + border-radius: 0; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #434343; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #5491d6; + border: none; + background-color: #171717; } + +.floating-bar { + background-color: #5491d6; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #5491d6; + outline-color: transparent; } +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: #ded6d6; + border-color: #5491d6; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #5491d6; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(255, 255, 255, 0.05); + border: solid rgba(255, 255, 255, 0.07); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(218, 218, 218, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #DADADA; } + +.cs-header { + padding: 6px; + background-color: #353535; } + +#panel_window { + background-color: #292929; + color: #C3C3C3; + font: bold; + box-shadow: inset 0 -1px #171717; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #C3C3C3; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(195, 195, 195, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #DADADA; } + +#content_frame { + padding-bottom: 14px; + background-color: #383838; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame .button { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + #content_frame .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + #content_frame .button:active, #content_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #5491d6; } + #content_frame .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #2f2f2f; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #252525; } + +#buttonbox_frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + #buttonbox_frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5491d6; } + #buttonbox_frame .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +#login_window #user_combobox { + color: #DADADA; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #252525; } + +NemoWindow GtkEventBox { + background-color: #383838; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog .sidebar, +NautilusWindow .sidebar, +NemoWindow .sidebar { + border-right: 1px solid #282828; } +GtkFileChooserDialog .sidebar:dir(rtl), +NautilusWindow .sidebar:dir(rtl), +NemoWindow .sidebar:dir(rtl) { + border-left: 1px solid #282828; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + -gtk-icon-style: regular; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #353535; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #5491d6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #4f4f4f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #C3C3C3; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(195, 195, 195, 0.6); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(195, 195, 195, 0.15); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + color: transparent; } +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #353535; } +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #C3C3C3; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5491d6; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #353535; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #C3C3C3; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(195, 195, 195, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #5491d6; + color: #ffffff; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #C3C3C3; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #353535; } + +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #282828; } + +NautilusWindow NautilusWindowSlot { + background-color: #404040; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #353535; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #383838; } +GtkFileChooserDialog .dialog-action-box { + background-color: #383838; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #C3C3C3; + border-color: transparent; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: #0f0f0f; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #C3C3C3; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #252525; } +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #282828; } +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #292929; } + +.gedit-bottom-panel-paned { + background-color: #404040; } + +.gedit-document-panel { + background-color: #353535; } + .maximized .gedit-document-panel { + background-color: #353535; } + .gedit-document-panel .list-row { + color: #C3C3C3; } + .gedit-document-panel .list-row { + background-color: rgba(195, 195, 195, 0); + border: solid rgba(195, 195, 195, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(195, 195, 195, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(195, 195, 195, 0.15); } + .gedit-document-panel .list-row:active { + color: #ffffff; + background-color: #5491d6; + border: solid #5491d6; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #ffffff; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #ffffff; + background-color: #5491d6; + border: solid #5491d6; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #C3C3C3; } + +GeditFileBrowserWidget { + background-color: #353535; } + .maximized GeditFileBrowserWidget { + background-color: #353535; } + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #232323; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #C3C3C3; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #5491d6; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5491d6; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #C3C3C3; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.4)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #ffffff; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, #5491d6); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e9e9e9; + border: 1px solid rgba(0, 0, 0, 0.3); } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(233, 233, 233, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f6f6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #5491d6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #DADADA; +@define-color theme_text_color #DADADA; +@define-color theme_bg_color #383838; +@define-color theme_base_color #404040; +@define-color theme_selected_bg_color #5491d6; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #DADADA; +@define-color text_color #DADADA; +@define-color bg_color #383838; +@define-color base_color #404040; +@define-color selected_bg_color #5491d6; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #3d3d3d; +@define-color insensitive_fg_color alpha(#dadada, 0.5); +@define-color insensitive_base_color #404040; +@define-color theme_unfocused_fg_color #DADADA; +@define-color theme_unfocused_text_color #DADADA; +@define-color theme_unfocused_bg_color #383838; +@define-color theme_unfocused_base_color #404040; +@define-color borders #292929; +@define-color unfocused_borders #292929; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #404040; +@define-color wm_title alpha(#ded6d6, 0.8); +@define-color wm_unfocused_title alpha(#ded6d6, 0.5); +@define-color wm_bg #2f2f2f; +@define-color wm_bg_unfocused #333333; +@define-color wm_highlight #373737; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5491d6; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/themes/Mint-Y-Dark-Havelock/gtk-3.0/thumbnail.png b/themes/Mint-Y-Dark-Havelock/gtk-3.0/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8573beec96a82d21683bb41ad78c46f1d6706f GIT binary patch literal 1506 zcmZ8fX;4#F6n-F8N^8|t0b55wtyT<>L^e^D0PiIs3lO#dAreSJ2$BE^yDXwC5+NW0 z3Q-A>DxwGhgdhO~l0b+U0(NXgi!jBdLEL9raqMIItGzS#o^$S;Z@%w*b4~@4vFk0q zw*UZOJs#&rfnz3ocbTt&U(Q?489125V@MbP=n#Lk!uSHNZQ^hg5&&fH0f2&&0Pr{b zRqzY|(vSe~A_f55&jEl{vZOEQFaVg=2NFX-H#av|S64?zM>{*aef#zykw^>%1A?HJ zmzRTs10{k`EJ+q$O)rx0gChLBeLUHMi2Q19DTtVkvll(4-p9^wIYBZmlr5I*ooc9Z6w{8%U! z?ut0stq{}keq?_H>QGXCEHi~lOuRfcSQUc@Axd_au0t3AOCu$>P4paRrd?F(VG^BI zJ0h3-tke!)=8+*1qfn|C(;EzWb$5N%DmO^tx2oF9E1SFf2Zq&}epx=vA1sp!%A18? z0AWA!kc)@U@w%k^vx%uiOlJ>FN)Zc7qGd{lht9>r5_|GPu>@Abuo5J&AX0*4RCDDR zjR0ZEaV7HcesK)`#?|ZOpuLt70H>vwQoV54(#BL5PmEqsmlBF2#9vb1 zsfk?`MC3MUR%asdZ|DZgqw!psT2UN{1HpqBKQAogOY$#k5?~3ToYMC3J9TU#NKUz_ zQ=ABgErQLh98^mah%k1dw;&9g(4_7wi7aYJKIrZ1?BSDI%z^^b<&y(tG#o_9?9|EA z0wE9z$-Q+~d<0KmUl<*(O_XVFO!VZ3VRI@I?a>|x)ZyGSiOiI6$Uiu~wBxR}nGa7u zOAOzv*5Rp|oq-n{ECc;+4mdLfr${2h>O;S!J zSKEK3j2i@t4bQx&P>+oaD*M{%t6GM;U?)Lbc(!avKRu;sNu%J?C|E-Du?sz#dsBvc z>h6Z@C;|kAMw5c5{+~a8K5gvW1h212ECK8HC^^2<7B1Ea@g#8FoY^-Uw%Ra1wXJTk z4c-qELLG^Vu|8fr-7P9yOjd{e~Q7uxBqeKA@+kyRhL@TBtM{5i(1$ zwMfyMHCIr#LA5i_1Y>K<*p&AhRX1_M%&%%`%Xfw5Wd!|b?DowCM{n*X22w0aR0gzM zp8CcD+17LhZC%ajD6=b5t@xNfEp2_$PL1{rCPZPawD+f7fj9#q4CRD|Zc%}QHpJve z-6W68<}ngfyrj6q_~p50%;h=b{ENkxPoDp=wD9NC9UDtE^Nlgvw@WMa?a55hE^kW+ zDgsY%7_*j|QMJk!LB(lOCTeRsWf8QX2o*g#I4b=2A^M{SGpDEL8*BByxRfe;5j@S(Ld9eo&qspZ@2wC?Qn+3DY6$h5?isD9q3;_?O;{;z#WIl~nfZl^Ds%qu^B*x{D> ztlgC%%Bt9=8q=)Io98^d|7!Gg$HLyt0TaYTw zjYZ|dclPM!#ys92sd{JihH>`Pp`U6_)_>W4W+SZ?YVa>KLvmlg>N$7*&4TOK}nK`ur#asX``0$a0TMWx)YJBT+8)NGE%g zQwYk%9qsIna^8PCa|;q4{&lnaNu9SRSEYo4A{EL5X@%_GZ?8X hAfCrhV%ZB|G8Rw3;R~1740^&%03Ia!wfV#p{sWqnnd$%l literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/index.theme b/themes/Mint-Y-Dark-Havelock/index.theme new file mode 100644 index 0000000..29d20aa --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Mint-Y-Dark-Havelock +Comment=A dark flat theme with transparent elements +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Mint-Y-Dark-Havelock +MetacityTheme=Mint-Y-Dark-Havelock +IconTheme=Mint-Y +CursorTheme=DMZ-Black +ButtonLayout=menu:minimize,maximize,close diff --git a/themes/Mint-Y-Dark-Havelock/metacity-1/button-bg.svg b/themes/Mint-Y-Dark-Havelock/metacity-1/button-bg.svg new file mode 100644 index 0000000..1f225b5 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/metacity-1/button-bg.svg @@ -0,0 +1,105 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/metacity-1/button-border.svg b/themes/Mint-Y-Dark-Havelock/metacity-1/button-border.svg new file mode 100644 index 0000000..a1ab948 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/metacity-1/button-border.svg @@ -0,0 +1,107 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/metacity-1/close-icon.svg b/themes/Mint-Y-Dark-Havelock/metacity-1/close-icon.svg new file mode 100644 index 0000000..312fa9e --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/metacity-1/close-icon.svg @@ -0,0 +1,104 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/metacity-1/max-icon.svg b/themes/Mint-Y-Dark-Havelock/metacity-1/max-icon.svg new file mode 100644 index 0000000..6b80028 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/metacity-1/max-icon.svg @@ -0,0 +1,75 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/metacity-1/metacity-theme-2.xml b/themes/Mint-Y-Dark-Havelock/metacity-1/metacity-theme-2.xml new file mode 100644 index 0000000..03f75da --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/metacity-1/metacity-theme-2.xml @@ -0,0 +1,768 @@ + + + + Arc + horst3180 + horst3180 + 2015 + Arc Metacity theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</draw_ops> + +<draw_ops name="title_unfocused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused"/> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Dark-Havelock/metacity-1/metacity-theme-3.xml b/themes/Mint-Y-Dark-Havelock/metacity-1/metacity-theme-3.xml new file mode 100644 index 0000000..b2cba98 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/metacity-1/metacity-theme-3.xml @@ -0,0 +1,1026 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Arc</name> + <author>horst3180</author> + <copyright>horst3180</copyright> + <date>2015</date> + <description>Arc Metacity theme</description> +</info> + +<!-- meaningfull constants --> + +<constant name="C_title_focused" value="#d7cfcf" /> +<constant name="C_title_unfocused" value="#d7cfcf" /> + +<constant name="C_wm_bg_focused" value="#2f2f2f" /> +<constant name="C_wm_bg_unfocused" value="#2f2f2f" /> + +<constant name="C_wm_border" value="#2f2f2f" /> + +<constant name="C_wm_highlight" value="#373737" /> + +<!-- window button colors --> + +<!-- close --> +<constant name="C_button_close_bg_focused" value="gtk:custom(selected_bg_color,#5491d6)" /> +<constant name="C_button_close_bg_hover" value="shade/gtk:custom(selected_bg_color,#5491d6)/1.14" /> +<constant name="C_button_close_bg_active" value="shade/gtk:custom(selected_bg_color,#5491d6)/0.8" /> + +<constant name="C_icon_close_bg" value="#2f2f2f" /> + +<!-- minimize, maximize --> +<constant name="C_button_bg_hover" value="#4C4C4C" /> +<constant name="C_button_bg_active" value="#949494" /> + +<constant name="C_button_border_hover" value="#262626" /> + +<constant name="C_icon_bg_focused" value="#909090" /> +<constant name="C_icon_bg_unfocused" value="#666666" /> +<constant name="C_icon_bg_hover" value="#C4C4C4" /> +<constant name="C_icon_bg_active" value="#ffffff" /> + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="10" right="10" top="3" bottom="3"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="button_width" value="30"/> + <distance name="button_height" value="16"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="title_vertical_pad" value="2"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="left_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="1" rounded_top_right="1"> + <distance name="title_vertical_pad" value="7"/> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> + <border name="title_border" left="10" right="10" top="0" bottom="1"/> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> +</frame_geometry> + +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="title_vertical_pad" value="1" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<!--chromium save dialog--> +<frame_geometry name="attached" title_scale="small" has_title="false" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" rounded_bottom_left="0" rounded_bottom_right="0" parent="normal"> + <distance name="title_vertical_pad" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> +</frame_geometry> + +<!-- drawing operations --> + + <!-- title --> + +<draw_ops name="title_focused"> + + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_focused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_unfocused" /> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_max"> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="borderless"/> + <frame focus="no" state="maximized" style="borderless"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="attached_style_set"> + <frame focus="yes" state="normal" resize="both" style="attached_focused"/> + <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> +<window version=">= 3.2" type="attached" style_set="attached_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Dark-Havelock/metacity-1/min-icon.svg b/themes/Mint-Y-Dark-Havelock/metacity-1/min-icon.svg new file mode 100644 index 0000000..92920b5 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/metacity-1/min-icon.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="min-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#e2e2e2" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="22.627417" + inkscape:cx="6.164106" + inkscape:cy="8.4082271" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-min" + inkscape:label="#g6247" + transform="translate(-587,185.63782)"><g + id="g7138" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"><g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-75"><g + id="g4092-0-7-0" + style="display:inline" + transform="translate(58,0)" /></g><path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-3" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /></g><rect + y="-185.63782" + x="587" + height="16" + width="16" + id="rect17883-32" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/metacity-1/thumbnail.png b/themes/Mint-Y-Dark-Havelock/metacity-1/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..e1f72e4da5ebda9ef385a508455f830731839b62 GIT binary patch literal 685 zcmeAS@N?(olHy`uVBq!ia0vp^DL|~i!3-oXf7O)%QY`6?zK#qG8~eHcB(j1elRbib z85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP-13)Pl&6zxw)~0^@0Tp z^!4?13`{Jn&C<)l+vep>-Bj5+FE_0$JUGU4%EpRWJ8FVsJ!fvOnYyuZ>c$ESD>Fkw z!@|PC2@@vN*47#t8APV~&D>rco$ha7V31ZC);>Qkr8qP^$tNP&Cm}DWq@={i$S5x_ zFR36TJ~t>V$$RFu>c|w|)RM4>6yLhKx{Qj5DH|%xElq=>JzD4H{{R19;@g&eKu0nr zdAqw9Ib8BN0pzfkc>21sKVaeGRnk5q>GKFE^v2W0F~sBe+bcKunhXS314`B~1#NJ+ zTX5gC@aO;e#Th+rLDQFnBwv!2lTw>G*>B;rrM6R7vHlAF&Bny`Q`YGf@9nafMZ%d? zAxA!cRXp1eCoD4MlR(q&jHfJz)kB;Y&G@`+O~CPgbMw|;_b)IEa8g=$Ld*G$ZPQ1V zWjhM)Da1VKoOtHh1f3<J)B3YGHwdM#Zz))K!t3X9(KU>JeCzbI9(!5z7ba~AVy@0t z^iBMJa7SFazDQ)u8($+Y<EHKq&PusQ7o+*yeK~%7pa1bogy!d{k2g!@Sr^~oHj<em zX}$dTqu>8`zv4|2XqI4kz!WjjFm$rMgF4XPswJ)wB`Jv|saDBFsX&Us$iUD{*T6*A z&?Lmr#LC#n%Gglbz|hLT;L)U;?I;>@^HVa@Dls(}LN#1`mF5Q2APKS|I6tkVJh3R1 jAw4fYH&wS7Xjy7raYla0d*=OiKt&9mu6{1-oD!M<zQ_J} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Havelock/xfce-notify-4.0/gtkrc b/themes/Mint-Y-Dark-Havelock/xfce-notify-4.0/gtkrc new file mode 100644 index 0000000..aa8a02c --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfce-notify-4.0/gtkrc @@ -0,0 +1,72 @@ +style "notify-window" { + XfceNotifyWindow::summary-bold = 1 + XfceNotifyWindow::border-color = "#17191F" + XfceNotifyWindow::border-color-hover = "#17191F" + XfceNotifyWindow::border-radius = 3.0 + XfceNotifyWindow::border-width = 1.0 + XfceNotifyWindow::border-width-hover = 1.0 + + bg[NORMAL] = "#292C36" +} + +style "notify-button" { + bg[NORMAL] = "#434652" + bg[PRELIGHT] = "#5C6070" + bg[ACTIVE] = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#ffffff" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + roundness = 2 + textstyle = 0 + } +} + +style "notify-text" { + GtkWidget::link-color = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#BAC3CF" + + engine "murrine" { + textstyle = 0 + } +} + +style "notify-summary" { + font_name = "Bold" +} + +style "notify-progressbar" { + GtkProgressBar::min-horizontal-bar-height = 4 + + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = "#000000" + bg[NORMAL] = "#5294E2" + bg[ACTIVE] = "#1D1F26" + bg[SELECTED] = "#5294E2" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + trough_shades = { 1.0, 1.0 } + trough_border_shades = { 1.0, 1.0 } + progressbarstyle = 0 + roundness = 2 + textstyle = 0 + } +} + +class "XfceNotifyWindow" style "notify-window" +widget "XfceNotifyWindow.*.summary" style "notify-summary" +widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button" +widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text" +widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar" +widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar" diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/bottom-active.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..938416f --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/bottom-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"1 3 2 1", +" c None", +". c #2F2F2F", +".", +".", +"."}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/bottom-inactive.xpm new file mode 120000 index 0000000..9f10639 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..1e2652f --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/bottom-left-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 0000000..d70de34 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..f08c031 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/bottom-right-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 0000000..d234cea --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/close-active.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/close-active.xpm new file mode 100644 index 0000000..864b7b7 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/close-active.xpm @@ -0,0 +1,66 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 36 1 ", +" c #2F2F2F", +". c gray19", +"X c #313230", +"o c #373737", +"O c #383B36", +"+ c #3D3F3B", +"@ c #3E403C", +"# c #3E413C", +"$ c #535D49", +"% c #56624B", +"& c #58634C", +"* c #59654E", +"= c #5F6D52", +"- c #606E52", +"; c #61675A", +": c #62685B", +"> c #627054", +", c #647355", +"< c #657456", +"1 c #677757", +"2 c #737A6B", +"3 c #747B6C", +"4 c #80827F", +"5 c #81857C", +"6 c #82847F", +"7 c #8B987E", +"8 c #8B987F", +"9 c #94AC7D", +"0 c #95AC7D", +"q c #96AE7D", +"w c #95B178", +"e c #99B77B", +"r c #99B67D", +"t c #9AB87C", +"y c #818280", +"u c #838680", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" . ", +" #35y453# ", +" :u70rr075:. ", +" :u0rttttt05: ", +" O#50twttttwt0u@ ", +" X3utt.*te*.tt72 ", +" 59rt< %* >et05 ", +" 5tttt> -teer4 ", +" 5rree&. $ertr4 ", +" .50re* << *et05 ", +" .37ttO1tt<Oet72 ", +" .#50tttttttt04+ ", +" :50ttttte05: ", +" :470rr074:. ", +" #25u453@. ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/close-inactive.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..0e4e39d --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/close-inactive.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *close_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c gray22", +"O c #3E3E3E", +"+ c #515151", +"@ c #555555", +"# c #585858", +"$ c #5F5F5F", +"% c #606060", +"& c #646464", +"* c #727272", +"= c gray51", +"- c #888888", +"; c gray56", +": c #909090", +"> c gray58", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" .X X.. ", +" O**==**O ", +" %=-:>>:-=% ", +" %=:>>>>>>;=% ", +" +=:>:>>>>:>:=O ", +" *->>.#:>#.>>-* ", +" *:>>%.@@ $:>:* ", +" =:>>>$ $>>>>- ", +" .=>>>>+. +:>>>= ", +" X*:>>@.&%.@>>:= ", +" *->>o&>>&o>:-* ", +" O=:>>>>>>>>;=O ", +" $=;>>>>>>:=% ", +" $=-;:>:-=$ ", +" O**==**O ", +" ..X . X. ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/close-prelight.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..c319b10 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/close-prelight.xpm @@ -0,0 +1,68 @@ +/* XPM */ +static char *close_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 38 1 ", +" c #2F2F2F", +". c #303130", +"X c #313230", +"o c #373737", +"O c #383C34", +"+ c #3E413B", +"@ c #3E423B", +"# c #536244", +"$ c #576846", +"% c #586847", +"& c #5B6D49", +"* c #5F734C", +"= c #60754C", +"- c #62774D", +"; c #647A4E", +": c #657B4F", +"> c #616A56", +", c #626B58", +"< c #626C58", +"1 c #677E50", +"2 c #737E68", +"3 c #747E69", +"4 c #747F69", +"5 c #81877A", +"6 c #80827F", +"7 c #82857E", +"8 c #82877E", +"9 c #81887A", +"0 c #83887E", +"q c #8B9E78", +"w c #8B9E79", +"e c #94BD6B", +"r c #94B772", +"t c #95B772", +"y c #95B971", +"u c #96BA72", +"i c #99C36F", +"p c #9AC66E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @496654@ ", +" <7qtiitq7, ", +" <0yppppppy7, ", +" .+7ypeppppepy7@ ", +" 3qppX%pp&Xppq3 ", +" 9rpp; %% *ppt5 ", +" .6ippp- *pppp6 ", +" 7ippp$. #ipii0. ", +" 9rpp% ;;X$pir7. ", +" 3qppO1pp1Opiq3 ", +" +7yppppppppy0O ", +" >0yppppppy0< ", +" ,7qriitq0> ", +" @396653O ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/close-pressed.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..b15992a --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/close-pressed.xpm @@ -0,0 +1,69 @@ +/* XPM */ +static char *close_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 39 1 ", +" c #2F2F2F", +". c gray19", +"X c #303130", +"o c #373737", +"O c #353832", +"+ c #3A3D37", +"@ c #3B3E39", +"# c #3C3D39", +"$ c #46523A", +"% c #49553B", +"& c #4A573C", +"* c #4B593D", +"= c #4F5E3E", +"- c #50603F", +"; c #585F50", +": c #526340", +"> c #536541", +", c #5A6152", +"< c #6A7261", +"1 c #6A7361", +"2 c #6A7362", +"3 c #70904F", +"4 c #739551", +"5 c #749651", +"6 c #759553", +"7 c #759554", +"8 c #759654", +"9 c #76925A", +"0 c #77925A", +"q c #77915C", +"w c #77925C", +"e c #7B896C", +"r c #7B8A6C", +"t c #7B8075", +"y c #7B8176", +"u c #7F827B", +"i c #7F817C", +"p c #7F807D", +"a c #7F817E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @2tppt2@ ", +" ,prw889ep; ", +" ,u05555559p; ", +" ... $a854555535wu$ ", +" ... 2r84 *35*X58r< ", +" .. <w84-X%%X-5882 ", +" ..op8855- =558wa ", +" 2w855%X $4458a ", +" Xtw85%X-> &559yX ", +" 2r55O>55>O53e2 ", +" @p9555555559u+ ", +" ;2w555558wp, ", +" o,atq77qtp; ", +" ..o.#<p<222# ", +" .....o oooo ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/hide-active.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/hide-active.xpm new file mode 100644 index 0000000..79239a2 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/hide-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c #909090", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/hide-inactive.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..0bfa3d3 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/hide-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c gray40", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/hide-prelight.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/hide-prelight.xpm new file mode 100644 index 0000000..f1078f4 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/hide-prelight.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *hide_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXX.+$$$$$$$$$$+.XXXXX", +"XXXXX.#$$%%%%%%$## XXXXX", +"XXXXX.##$%%%%%%$$# XXXXX", +"XXXXX.+#$$$$$$$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/hide-pressed.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/hide-pressed.xpm new file mode 100644 index 0000000..9ad9302 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/hide-pressed.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *hide_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$==========$+.....", +".....o&==========%o.....", +"..... *==------=== .....", +"..... *==------==* .....", +".....o&==========%o.....", +".....+$==========$+.....", +".....o.&========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+o o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/left-active.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/left-active.xpm new file mode 100644 index 0000000..2103096 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/left-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/left-inactive.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/left-inactive.xpm new file mode 120000 index 0000000..ebcf490 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/maximize-active.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..3ee3f0b --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/maximize-active.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c gray43", +"O c #717171", +"+ c #747474", +"@ c gray49", +"# c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ... ", +" .O##@ ", +" ...O## ", +" .+...o# ", +" .#+. .o ", +" .##O... ", +" .@##O.. ", +" .. . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/maximize-inactive.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/maximize-inactive.xpm new file mode 100644 index 0000000..40dd986 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/maximize-inactive.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #535353", +"O c #565656", +"+ c #5B5B5B", +"@ c gray36", +"# c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" O##+ ", +" . .o## ", +" .O.. o# ", +" .#O. o ", +" .##o. . ", +" @##O. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/maximize-prelight.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/maximize-prelight.xpm new file mode 100644 index 0000000..b04d285 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/maximize-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *maximize_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #9A9A9A", +"* c #9D9D9D", +"= c #A0A0A0", +"- c #AEAEAE", +"; c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$%*;;-$#OoXXXXX", +"XXXXX.+$$$$%*;;$$+.XXXXX", +"XXXXX.##$=%$$*;$## XXXXX", +"XXXXX ##$;=%$$*$$# XXXXX", +"XXXXo.+#$;;*$$$$#+XXXXXX", +"XXXXXoO$$-;;*%$$#OoXXXXX", +"XXXXooX@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/maximize-pressed.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..2bf4b7f --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/maximize-pressed.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *maximize_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c #979797", +"; c #DADADA", +": c #DDDDDD", +"> c gray88", +", c #EAEAEA", +"< c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$====:<<,==$+.....", +".....o&===--:<<==%o.....", +"..... *==:-==;<=== .....", +"..... *==<>===:==* .....", +"....XO&=-<<;-====%o.....", +".....O#*=,<<:====$+.....", +".....o.*========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+O o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/menu-active.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/menu-active.xpm new file mode 100644 index 0000000..8bce888 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/menu-active.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #494949", +"O c gray33", +"+ c #5D5D5D", +"@ c #747474", +"# c #777777", +"$ c gray53", +"% c gray56", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+. +%+ ", +" O%%##%%O ", +" o$%%$o ", +" X##X ", +" . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..b0e1be3 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/menu-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #3E3E3E", +"O c #444444", +"+ c #494949", +"@ c #565656", +"# c #585858", +"$ c gray38", +"% c #656565", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+..+%+ ", +" O%%##%%O ", +" o$%%#O ", +" X@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/menu-prelight.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/menu-prelight.xpm new file mode 100644 index 0000000..51e419f --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/menu-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *menu_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #515151", +"& c #565656", +"* c #585858", +"= c #6C6C6C", +"- c gray48", +"; c #868686", +": c #A4A4A4", +"> c #B9B9B9", +", c #C3C3C3", +"< c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$%$$$$%$#OoXXXXX", +"XXXXX.+$;,;$$;,;$+.XXXXX", +"XXXXX.#$-,,::,,-## XXXXX", +"XXXXX #$$=><<>=$$# XXXXX", +"XXXXo.+#$$&::*$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..31c747f --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/menu-pressed.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *menu_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #565656", +"# c #7B7B7B", +"$ c gray50", +"% c #8E8E8E", +"& c gray58", +"* c #959595", +"= c gray62", +"- c #B1B1B1", +"; c gray74", +": c #C8C8C8", +"> c gray88", +", c gray89", +"< c gray96", +"1 c gray99", +"2 c #FEFEFE", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.@#%&#@.+.......", +"......+X$&&&&&&$X+......", +".....o.$&&&&&&&&$.o.....", +".....+@&&&&&&&&&&@+.....", +".....o$&:2:&&:2:&$O.....", +"..... %&;22,,22;&% .....", +"..... %&&-<22<-&&% .....", +".....o$&&&=,,=&&&#O.....", +".....+@%&&&&&&&&&@+.....", +".....o %&&&&&&&&$.o.....", +"......+X$&&&&&&$X+......", +".......+.@#%%#@.+.......", +"........o+o o+o........", +"..........X.............", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/right-active.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/right-active.xpm new file mode 100644 index 0000000..e8e87a9 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/right-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/right-inactive.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/right-inactive.xpm new file mode 120000 index 0000000..6734f48 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/shade-active.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/shade-active.xpm new file mode 100644 index 0000000..cf88acf --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/shade-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #606060", +"@ c #6F6F6F", +"# c #727272", +"$ c gray49", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X@#X ", +" o%*&%o ", +" O&****&O ", +" +&+**@*O ", +" .X ** X. ", +" ** ", +" ** ", +" .$$ ", +" .. ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..4826696 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/shade-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *shade_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #323232", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #535353", +"$ c #555555", +"% c #5B5B5B", +"& c gray36", +"* c #606060", +"= c #656565", +"- c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X$$X ", +" o*==%o ", +" O======O ", +" +=@==+=+ ", +" ...==... ", +" ==. ", +" == ", +" %% ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/shade-prelight.xpm new file mode 100644 index 0000000..58b0ad4 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/shade-prelight.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *shade_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #565656", +"* c #686868", +"= c gray46", +"- c #898989", +"; c gray55", +": c #9B9B9B", +"> c #9F9F9F", +", c gray68", +"< c #B6B6B6", +"1 c #C3C3C3", +"2 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$%:>%$$@.oXXXXX", +"XXXXXoO$$*<22<*$#OoXXXXX", +"XXXXX.+$=112221=$+.XXXXX", +"XXXXX.#$-1;22;1-## XXXXX", +"XXXXX ##$%$22$%$$# XXXXX", +"XXXXo.+#$$$22$$$#+XXXXXX", +"XXXXooO$$$$22$$$#OoXXXXX", +"XXXXoo.@$$$,,$$$+.XXXXXX", +"XXXXXXo.@$$$$$#@.oXXXXXX", +"XXXXXXXo O+##@O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/shade-toggled-active.xpm new file mode 100644 index 0000000..66fda1c --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #626262", +"@ c #6F6F6F", +"# c #727272", +"$ c #7E7E7E", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" .. ", +" $$ ", +" ** ", +" ** ", +" .X ** X. ", +" +*+**+&+ ", +" O*****&O ", +" o%*&%o ", +" .@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 0000000..b635912 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *shade_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #555555", +"$ c gray36", +"% c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" $$ ", +" %% ", +" %% ", +" . %% . ", +" @%@%%@%+ ", +" O%%%%%%O ", +" o$%%$o ", +" .##. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 0000000..c6bafc4 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #565656", +"& c #686868", +"* c gray46", +"= c #898989", +"- c gray55", +"; c #9B9B9B", +": c gray68", +"> c #AEAEAE", +", c #B6B6B6", +"< c gray76", +"1 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXoo.. XoXXXXXXXXX", +"XXXXXXXo.O@$#@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$>>$$$@.oXXXXX", +"XXXXXoO$$$$11$$$#OoXXXXX", +"XXXXX.+$$$$11$$$$+.XXXXX", +"XXXXX.#$$%$11$%$## XXXXX", +"XXXXX.##=1-<1-1=$# XXXXX", +"XXXXX.+#*<1<11<*#+XXXXXX", +"XXXXXoO$$&,<<,&$#OoXXXXX", +"XXXXXo.@$$#;>%$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/stick-active.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/stick-active.xpm new file mode 100644 index 0000000..368e639 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/stick-active.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #414141", +"O c #444444", +"+ c gray31", +"@ c #606060", +"# c gray38", +"$ c gray40", +"% c #676767", +"& c gray49", +"* c gray52", +"= c #898989", +"- c gray55", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X#&--&#X ", +" +=$O..O$=+ ", +" +*o o*+ ", +" X=o X=X ", +" #$ X$#. ", +" &o o& ", +" -X X= ", +" =X .= ", +" &o Xo& ", +" #$ $@ ", +" X=o o*X ", +" +*o . .X=+ ", +" +=$oXXo$*+. ", +" X#&==&@X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..7bb6c4e --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/stick-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #5B5B5B", +"* c gray36", +"= c #606060", +"- c #646464", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$&--&#X.. ", +" +=$o..o$=+. ", +" +=o. . .o*+ ", +" X=o o=X ", +" $$. .## ", +" *o. o& ", +" ..=. .o* ", +" =X ..=. ", +" *o .O*. ", +" #$ .%# ", +" X=o o*. ", +" +=o. . .o=+ ", +" .+-$o..o$=+. ", +" .$*=-&#.. ", +" . . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/stick-prelight.xpm new file mode 100644 index 0000000..1abf476 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/stick-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *stick_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray39", +"# c gray40", +"$ c #838383", +"% c #909090", +"& c gray67", +"* c #ACACAC", +"= c #B6B6B6", +"- c #BBBBBB", +"; c gray75", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o$*;;&$o ", +" #-%#++#%-# ", +" #=@OOOOOO@=# ", +" o-@OOOOOOOO#-o ", +" $%OOOOOOOOOO%$ ", +" *#OOOOOOOOOO#& ", +" ;+OOOOOOOOOOO- ", +" ;+OOOOOOOOOOO; ", +" &#OOOOOOOOOO#*. ", +" $%OOOOOOOOOO%$ ", +" o-@OOOOOOOO@-X ", +" #=@OOOOOO@=# ", +" #-%#++#%-@ ", +" o$&;;&$o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/stick-toggled-active.xpm new file mode 100644 index 0000000..64bba8a --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3A3A3A", +"O c #3E3E3E", +"+ c #414141", +"@ c #444444", +"# c gray31", +"$ c #606060", +"% c gray38", +"& c gray40", +"* c #676767", +"= c #6F6F6F", +"- c gray44", +"; c gray49", +": c gray52", +"> c #898989", +", c gray55", +"< c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X%;,,;%X ", +" #>&@..@&># ", +" #:+ +:# ", +" X>+ o-,>-+.O:o ", +" %& o><<<<:oX*% ", +" ;+ =<<<<<<- +; ", +" ,X ><<<<<<, .> ", +" >X ,<<<<<<> .> ", +" ;+ -<<<<<<-X+;. ", +" %& O><<<<>o &% ", +" X>+.o-,>=o +:X ", +" #:+ .O:# ", +" #>&+oX+&:# ", +" X%;>>;$X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 0000000..b2474de --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char *stick_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 16 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #555555", +"* c #5B5B5B", +"= c gray36", +"- c #606060", +"; c #646464", +": c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$*;;*#X.. ", +" +-$o..o$-+. ", +" +-o. . .o=+ ", +" X-o X%;;*o.o-X ", +" $$.X-::;:=X.$# ", +" =o.%;;:::;% o* ", +" ..-. -;::::;; X- ", +" -X ;::::::; .- ", +" *o %::;::;% o=. ", +" ##.O-;;;;-o.%# ", +" .X-o.o%;;%o.o-. ", +" +-o. . o=+ ", +" .+;$o..o%-+. ", +" .$=-;*#. ", +" . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 0000000..aa149ad --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray35", +"# c gray37", +"$ c gray39", +"% c gray40", +"& c #838383", +"* c #909090", +"= c gray61", +"- c gray67", +"; c #ACACAC", +": c #B6B6B6", +"> c #BBBBBB", +", c gray75", +"< c gray77", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o&;,,-&o ", +" %>*%++%*>% ", +" %:$OOOOOO$:% ", +" o>$O@=,,=#O%>o ", +" &*O@><<<<,@O*& ", +" -%O=<<<<<<=O%- ", +" ,+O,<<<<<<,OO, ", +" ,+O,<<<<<<>OO< ", +" -%O=<<<<<<=O%- ", +" &*O#,<<<<>@O*& ", +" o>$O@=>,=@O$>X ", +" %:$OOOOOO$:% ", +" %>*%++%*>$ ", +" o&-,,-&o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/themerc b/themes/Mint-Y-Dark-Havelock/xfwm4/themerc new file mode 100644 index 0000000..b333fc9 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/themerc @@ -0,0 +1,25 @@ +button_offset=7 +button_spacing=4 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +#button_layout=O|HMC + +active_text_color=#cfcfcf +#active_text_shadow_color=#e7e8eb +inactive_text_color=#bababa +#inactive_text_shadow_color=#e7e8eb + +#placement_ratio=20 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=50 + +show_frame_shadow=true +show_popup_shadow=true diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/title-1-active.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..f38cd33 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/title-1-inactive.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/title-2-active.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..782c921 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/title-2-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/title-2-inactive.xpm new file mode 120000 index 0000000..a37458a --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/title-3-active.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..39c0c2e --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/title-3-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/title-3-inactive.xpm new file mode 120000 index 0000000..66e6af7 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/title-4-active.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..19537cb --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/title-4-inactive.xpm new file mode 120000 index 0000000..069dba6 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/title-5-active.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..746f199 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/title-5-inactive.xpm new file mode 120000 index 0000000..dcc7946 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/top-left-active.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..31e0277 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/top-left-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +" ....", +".++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/top-left-inactive.xpm new file mode 120000 index 0000000..0517526 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/top-right-active.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..419b92c --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/top-right-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +".... ", +"++++.", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Dark-Havelock/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Dark-Havelock/xfwm4/top-right-inactive.xpm new file mode 120000 index 0000000..42cae62 --- /dev/null +++ b/themes/Mint-Y-Dark-Havelock/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/apps.rc b/themes/Mint-Y-Darker-Havelock/gtk-2.0/apps.rc new file mode 100644 index 0000000..8820077 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/gtk-2.0/apps.rc @@ -0,0 +1,45 @@ + +########### FILE MANAGERS ############## + +style "thunar-handle" { GtkPaned::handle-size = 2 } + +style "dark-sidebar" { + GtkTreeView::odd_row_color = @dark_sidebar_bg + GtkTreeView::even_row_color = @dark_sidebar_bg + + + base[NORMAL] = @dark_sidebar_bg + base[INSENSITIVE] = @dark_sidebar_bg + + text[NORMAL] = "#C3C3C3" + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color +} + +style "thunar-frame" { + xthickness = 0 + ythickness = 0 +} + +# Thunar +widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle" + +# Caja +widget_class "*CajaSidePane*" style "dark-sidebar" + + + +####### TERMINAL ################ + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#3f3f3f" + + TerminalScreen::background-darkness = 0.9 +} + +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-down-insens.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-down-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..3c82734ccecd0d46e1c7d6f772a939e3059f65db GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprS}m7sn8e z=;V&I-QQ9gnj^m7uxfj;;>NrP^$v#~=N$hM9%qeWAFr75Ev(GWdkSO9bKID@1N5fo z>X|RoR%7V+Tzqq(no7YD5yq_{EuRjYVOja4{~X8D_6>}AzGB_}8(vugEn)C<^>bP0 Hl+XkK$zewG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-down-prelight.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-down-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb9bd94e0d18ed91c0451a57a74266f6342080e GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Rlb*Djx8V882Y>n~X~?aQC{D;qezOk=otS~6|Zx185MuTMU9;DRvslJBMk4I;(g zW#0e1Y`yWh|M``EaVt1w|JXinjLIwRK6r+u$?oO6y>pEO%ozT}soERg&w2~Ag~8L+ K&t;ucLK6T`L{Jd` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-down-small-insens.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-down-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..8783904837669f08cc0a31ab41280df545c0e2dd GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdt@X7sn8e z=;VY0Y)P+^OcmEie7#|1pnOVunW+<(hJxg6p~t)vQ+oQk)^<<sUe($8`#i_hTL*+D q3tyI<KKoc#j$C<3mIi+dFN4Jm0q5_&4MjjR89ZJ6T-G@yGywnwBtJ+1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-down-small-prelight.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-down-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..7750dc1543aaeece3cc307f84830ec971edfd5a9 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;VY0Y*q8VRXIk!vps*H=iat?{;_O4Ja?;X<*Tg^IQ^Hbp7zD&t=aq98+(^Ea<1Ci txcGU-`TO%8*UmZdtn<s87h=sD7(+~?>h(SUJ_MS|;OXk;vd$@?2>{zUN6i2L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-down-small.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-down-small.png new file mode 100644 index 0000000000000000000000000000000000000000..0bf1768135edfeb9f295e277ab3c24f450db70de GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynTE)5S4_ zV`gukA=e=X5tsXQ#Z$I8DX4D{@|JGRF<VeE!L}=5Yg82n_v||k+PS&mclMikCO)6? z`Psn(`wQ=WOI#cKr{vt(*zG$RIU1JjFhAC^EK`di`>o0Ink!%Im}WSd<ldHRn7K;N z^$APN=}j?}??c-H^}3SS@3=l;vPteaSG}HL@<-?U-{<dIcYamW(ka&zTdtqjcc8>< Vsk_eNV4wpTJYD@<);T3K0RU!KYF_{V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-down.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-down.png new file mode 100644 index 0000000000000000000000000000000000000000..f57c15e5b5e341064a895700d786e0e817c57819 GIT binary patch literal 308 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=r)5S4_ zV`l7`g?vo`5^WFP+Z#z3OYGrU9@L?>>Z{7RM7FezQa9F|OV}R7(^AYRCbIs3!&k13 zb4S?ziQSl!U-ykKL?rz4&6JpFPeto9*M1K^Z_oY6D*c%X&*3NH8cVmG*|XR`mg9P9 zID?)`$%Ux()&h(cLV<~qVLo@uPMoo1m_O6sWeekn4Y}4Hm%sS_jq|cBl6lT|fcZnt x?Xrofk*o}h+>gzeE|A3e;F^i=1!jgHO#ab!Gxp@}lm$AT!PC{xWt~$(69DyLZ?pga literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-left-insens.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-left-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..27104c666092dc737b56d5b2aedc2306911f5052 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&OrE{-7_ z(a8x6%>mDDblkAwn5=82yG{KXx5_EW$-=jVAM>WDeRLB)Ug8?nG}R@Y!Ik-d4_g~U z<BUr))@1~1T%WFOWxme(oZzXmsqC74rR_!15sQ+OUNQ225NoRbCMf{4gTd3)&t;uc GLK6Ul(?eVU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-left-prelight.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-left-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..b85bd1237fb3fa048cec72cbe950eee5c281ffc9 GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt(a0E{-7_ zvdIYy&1~D=wc4IPa3=5Fy}7pkt8X>VDLXiCF_2~5a7M3lUbk(1)#Za;Ro|Fg)thGW z@a)}m_j*-bxw_NNS|{7%RsX(Daojm~kHXQrz5(x4zReT0J<phXNY$gB;j0nQ9tKZW KKbLh*2~7YoM^5Pg literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-left.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-left.png new file mode 100644 index 0000000000000000000000000000000000000000..b21197934425dcbea658e6e324ccdc5807c8c742 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9<lo-`Pk3747tNaSY*@ z>3hyF>reti+r#g_mDK{Qc2qX=G~Kk`5^zvD#gn5&r)kn%ZjNsZu~u80mF_Nao-VgQ zoP%+_U`)%0!|z2tO5acadF1XR3psYj4^MmcUl7==Q(bUQwsGl_y$q97W=bU2HL5>Y zyYBT{jq{&ZZvDnT!!s&0^ebb+nyu^!@8(p?KVq;fn6$<7@)n5$*|)#Rv_0JZyi$MC zwLp>BS<8Oz->cR2Xyg0e@()5Uy<=lYjr<jRz1HgI`EWjKYtshB$=*OuFnGH9xvX<a GXaWE})q8&c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-right-insens.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-right-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..85cba723e893c923eb77faca90182cf78f57eb49 GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&;*E{-7_ z(a9ZayL&lO(;6Bg*58<SV@rUUhWR<eb=GS3)1=k1g)WN*OP%6>dW_}BH<$E=nHQHS z%w%AkAUAu)yBkdbauce`Cp5*Bb-eoZVg{R7haZF5J+Zc!gHx9Q&1dj*^>bP0l+XkK DOIt<` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-right-prelight.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-right-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..ab6c74c66fb0c2068c57c64ea83467a6d00d735e GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-XRE{-7_ z(aA3=ukGE?*vrUNb*uW{_jhlewH56?UH$LtoL7R4Cy#yq^KRcYP3EWH{NDV$zgc{d zfuPD|ZSJIJU;n(dH1-rZlEb9=;z?^p-Nnr{Le?(o3=_On9r+sX{svmW;OXk;vd$@? F2>@9UPZt0H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-right.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-right.png new file mode 100644 index 0000000000000000000000000000000000000000..cf97804f087153224799ef63c023fe7716ec35a9 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!3-qTT-L4!Qq09po*^6@9Je3(KLE)UctjQh zm0t&8MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1S-0(?ST zfplnSXl`z9Y;0^&Qc`4OWMX1sbaZq?L<Eoo0-$(IObn0&0yq~a0ucm~(Q(N!aVcN{ zD6wYc!B0SQrAvbRf*IJ@xp_rIWn|-%^2%G<CobK&_tcqdPhbB2^Y60vt=m9l#-1*Y zAsn)-2iqAP3>X+T+?cJk_1FLTLgg9>XRBF1mzx;atZdeG@5z5PbKmCFlN*nTdi}BA W%*4cF_Nx`Box#)9&t;ucLK6Ueo@&tm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-up-insens.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-up-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..1be55d33d9e2f52417c3bc08a7e578f2519f9992 GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprUY37sn8e z=;Q>3=74`MdIIV=q?Hax28-Mlj(vEXTR5TnbnnY9PKHN+V#+3PJ)1FQ$GZ$}wzi7L zJKo*sVH0b6vEs(O2=$IO3HAlwB-&>DiqLOax$&LhR)#5?#cC#-_$&ij!QkoY=d#Wz Gp$P!6b4hUk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-up-prelight.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-up-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd78cc1107853897ca9b1ce1d5cb13b94174cfb GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Q>3W{a0I_FgpN;h3NxP^|c@{>)mB!W9lW<!3(5u)ipr{O`yduScw0OEw<M>HjG{ zn{7%L>!sg977|I*j{NCg*RY~rlQAp)oWN(LZL*13KEY>%8T=Q?o7;rVnGUpt!PC{x JWt~$(698|ENR9vi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-up-small-insens.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-up-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..7b5eb9edfd2834e817c1af920ad01319db5afd16 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;Q>3=7@JIS_0(QSTYhiy}I-IJo6J8I}O}g-KM&qI5y>o%fED%?jt*nT{-4qWZ=@} se)ZTc=ay5CuPB^a9J2Vd#0Ex&SN8lbT`mVr2b#*@>FVdQ&MBb@0MtuE4gdfE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-up-small-prelight.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-up-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0436d3245b0cf77e8fc67360b19c53d14c60cf97 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdvp{7sn8e z=;Q>3X3s@?t<^h>6&#q|&tIIk-&XyX#X_e4lGW3`*t|7+UwdQkvPMpwE4QzGUU|Bq xaiRbA=gI!!5i6cot`~Qy?XNyB%$CEz&>k)|>HPJp&w(a0c)I$ztaD0e0sut#Mk@dS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-up-small.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-up-small.png new file mode 100644 index 0000000000000000000000000000000000000000..511056f0a7db868ef612e4644304e24dc75d46a5 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynS_)5S4_ zV`gv9THYo@5!d(G&Ron21#24FSr3Z32w%zza*kkPf194jE5f-+*uc47?iF*>qZN~9 zPxk(C$kP0r<^1fmyVt#*_gAlK<2AnGbK(renomQsZGZKym{P=Ikh}IQgU^&8_4j)# z+>gz$Z79vol}z4a_?hc~($bP2Hl2;B&vJV{@-Zm3unXpTX!X`tGCCy~PhNeD=OWN; N44$rjF6*2UngCe6UH1S0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-up.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/arrow-up.png new file mode 100644 index 0000000000000000000000000000000000000000..f05766b76126161c3c5fe61303a55eb224c42e63 GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=%)5S4_ zV`gaoLasvr5^nqJ%Z(gaW*^*Uk>a^Q@(X7VxAgT^X`Qm&8xk(MU#LzzsHCJ8|7c&+ z`Gi|f|1CTC=hDN1Q|>R;XmoXc|MzIl<kHysDETc4OJyqG&u5sHD6wy|j`V-m%6a^A ziuD<S)9jc#S_S$y>9jKlXe_NdQ^RbazG$ssn!AfM!{%j~?}AS4^O*F6E8*;!>a|}v z8P;qy^S!LkaP&;!0mm&$i%v-dm-=U{?RP0j=n}K9S?Xjp>&~v<Krb+Oy85}Sb4q9e E075BtX#fBK literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/button-active.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..785016686f7187066d6d2eb14a299cd8ec3cb514 GIT binary patch literal 266 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>!2Ka=y z0_m+=w{G9QecQHeKoSBD95`?Y3@%-|1QdagmoH!Dd7h{R)WBO3<QL2!udr+Pp1u3` zANcX}r}2sNxj+dsPZ!4!iSXovu6^9h(JT@-p6zLF6z1c(^Zdb{aA}E(`-%rz1&=xN na)!BR$eJf4d}(WckjBWcfti_O=6N?opa~3~u6{1-oD!M<m#k#2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/button-hover.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..fab89f6d6c3f0d5765711d3916b090da91a4a8af GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0_k(-&Yg#W3l}Z`xlf-yg$Vrn_wWDz|Hs{rPY2ml666=mAg{1%_ny5Eejc@4I}<2q z>gnPbA`zaP&^3dTS(k|?Cv<mW!cJ!9<5?E@;mpj>^H^pW9I9BMc(6;vi;bs8?t?&% b7z4wi{u5Uo6jbT}4Pfwe^>bP0l+XkK*PdN< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/button-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1a6660f5a0640b5ef8f8f05eb55598ff70779158 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}2l#}z z0_l7A?%ltC{}C8G27|ZnKma20>-X>9fBrmCl|BMg%2g8N7tA29uxt08y$>GzWGR(P z0E(J<x;TbNgeNC-#jr95vq;?7b^gEsK6bWqwgvZIa`MEa3nU!mc)YNUMO$ggHfaNc fszc5Nn;00LF1_8GttoyNXaa+$tDnm{r-UW|K5%1| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/button.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/button.png new file mode 100644 index 0000000000000000000000000000000000000000..fd430a88350664f844751de897a324325f08f727 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0_k(-&Yg#W3l}Z`xlf)vfe8Hm^XJdszX|b^l|eR@1o;Is$SdsHy=U)(pGPg%&IAgY zdb&7<NQ5URbj{#o)@9<!3EiETu#=hjc$P(eI5YF}JeC;-hbmSm9_$kFV&mzN`yh}b b#=x+s|HPFC1(iBL0~kDA{an^LB{Ts5Z@pY? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a7db3aef9c193511479a2eae5c3ad67d32914cdd GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkPe=FDX{-?_|#h=ldgqKyb?0;TF9iU(Nk~6PrsQo`*zCQ+Zpq2XD<MvJGl$)v~PUW zv*pRvC*SV8{PE=Nk7w_Hz5N74zu$lP{rB&GAlO_MG#O~9bV-n3FoTAsW=(Bv4;D~$ z#qcFiS)8YfV~9j}Zhtgig8~nW;K3%16&zaM?N`hYaccg&eR7U`Pic>Eh{|~<r{)t( z9BTulMPF5XQ(E({XqOCEdG*}lElZP}KF!!@G@r9rGRrCE<*lQPqEq)@u1r31!Tvwf Yn%Qix{vXNP4z!8E)78&qol`;+02^nRG5`Po literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/checkbox-checked.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d637617a5bc3afd67d4093ea30e59807a9ed835 GIT binary patch literal 357 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkPexAHF)B+&`H;VCtVAfcr|1qkh~T#<$Cng8`0Bl#7@5vKjUV?%$sR*Z{;k!leg$j z@zQ%`%kQ;pc+|J;$>qmit~~yF?a9}>FTdY=_5Jz#pD#ZAeDnF&+t0uM{QdX$-+v(3 zet8`y&>HrVAirP+PcQFBkDo-FuUP>UO7wJb43P-WJ%3xMK|r7(v2)vsDd*Tf{_~$H zY1H#?_usTKv6fAzxST|y7YMlOI0W(Jcr~uA`qyxs;cQag!-c`suhZH8m>hqWw*ON6 vF%7}^iT!eyH#fJ4IMw?fpEyD3{~zwZ671bq8Yfl(Eo1O>^>bP0l+XkK-4~#M literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e1b6d89ba3e2070eb6be58334c194ef993c186 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xHr9@Ck7R z(r3<`IeYf(xpU`!|Ni~=?_VH!{``3$7YHs~xBwyl|Nmb&*AJwNuO!GXm_b8RtGKwN zx~8_auBWGR_q8yfjG?ECV+codazX>+v3bT01u+ec#^3b>VsaB6?Br%+Uvd7yC)SJM kY6b@H86&Hr7~gR*SXufne7Ew&CZJ{pPgg&ebxsLQ0OLMnVE_OC literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..a98d3d3938a1012658e2e85f9730e949eac15b90 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQp(uT^vI! zdf!gk%X`Ry$8Em9IaBHpwh(jH?gc$8vki_$a&32D@hP;wFh^;YM_<P0P`!QM-yHgo z&Z2OvLTsXTfk{zub}o<N9masG>F0iaG+cJgYUL}Q2fGVD+~dEtd2aFY)NM|yH^pw? zu48#0bSkB_>O1S-sjewLns?1~>=>r={{33RSd-xM{BzJdkdGNWUHx3vIVCg!0Bj^) AOaK4? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-button-active-rtl.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-button-active-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..47b91b76b7fcf51df43687e0fdb7244f2651b7ec GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!Hk~ty{MvfkTH50eP1$T>_GqFJGQ~Sf>+YO-YbnFoV3p?mc@C{QP<N!gP?^G(BA$ zLnOkJ6N=_@vI<K?7>79?WMTWJ$1+>^m`qwuiv1>qpK~wD$f+^>wwuj-J#Xf5pe6=S LS3j3^P6<r_pUYF6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-button-active.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b821b111b582236f40e4546429555a4cbe1276d0 GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS<N|y` zT!Hk~ty{Nk+qQlC_QQt{A31Ua$N+*%mo8nteEHw|#ovJ{*h_-^f*Is@?SAm!CyVT> zGe99tPZ!4!3CU!Q_9i1|wzg9<1q_rW4$iyTc4VHN&rOfIIS-E<VBi;aWn++i+tGCN Sbg&~(6N9I#pUXO@geCx3O;dmX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..f2787a190b0e80a8f97a580b159b2c72cec4b6ba GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!Hkxd-v|&zyIjbqsL(I?%g{e8wfss`SR=c@85s^h)<oN3{=Na666=mAg{1{&)x?= z-M%kx0E%gPx;TbNgeNByy>Dn@W4pHIZh%2!W36e^S;k~OW3x^2krV!$%i!Y|W>|Z7 W*~_&5J~x1x7(8A5T-G@yGywoAO<hX> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-button-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cbc15c9f6b51690674b2a0d643e4f47b0c3174a7 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!Hkxd-ooJ!P|Er0AYXr_T$&@-@pI-DKVeH0#w9a666=mAirz(g9krZWM7>D3Tb+} zIEF|_CTp}e89B4HtqT>{U?g!c&Xl)vZ_SKN6aVbE)Y-@=r`E;8VE=mBi@Kx~AD|`% MPgg&ebxsLQ0QRO>c>n+a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-button-rtl.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-button-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..e654a6bb0e2f4971144dfa28c0953b517d1f1697 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!HktbLY;3!G#MKfb1tvo<O({A3pr^=g;52e|cL<jsn$jlmz(&Gsr9K-m~|?Pq**O z8-QY(o-U3d65+`SMeiG$*x0VExf@{6*jQ`Ybe1uh&)95}eB^{b=Q8;Cg&Ee~UG_5V Szt0VzCI(MeKbLh*2~7Zm{#)Gu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-button.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-button.png new file mode 100644 index 0000000000000000000000000000000000000000..fa85ac53b8e76363f3280880313e576f140a4ce7 GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS<N|y` zT!HktbLY;3!ILLXAdL4PKK%ak=g;52fAcQp168n<1o;Is$nV<y;OE-2j5C2Enw~C> zArg|w9?eZ5&TMU`W(pV_mOMD`X4jE<W<EDP>gGH=a)5zf*p-bT<WIZKMQ4p3pe6=S LS3j3^P6<r_64_O} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..0ec70e0b312dd5a6edfce68d2942ef3a7a0c6778 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS3<7*Y zT!D0G!_`GQUrgQqs(<H`2|J$7-1B_a-skCaZiP&|7BS^|`SN=eEAF4Z`{~TRPyhb? z3lC#^1G2Rw$S;_IjhiPkr?}*|&~zz(prEm*i(`mHc=8NR*3IAQ5*irY`ne0tm~S(( z%+6$NI%|-av3cgiKZp80C?_9bW~-Pn=QjgGkD^S->(K<x~ku6{1-oD!M<Vwzwr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-focus-notebook.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-focus-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..8105a2a81f54fbf16367aa03f249f1aa24ff7ddf GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS3<7*Y zT!D0G!_}FapH15NWa5seGxt49pK~jH?yZoC*CM7|FI#@EeEGeK757iw{dD^7r+@$c zvFw?05vYfwB*-tAfsHFOyYTn#*1ZO9KrtOp7sn8Z@Z=x6H#2idNvxALI&d(EWpbjB t(C);J%@hA_678%#D|ql<xsaS1!!#4g*{f^bssr^gc)I$ztaD0e0sz5{UQ_@8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-focus-rtl.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-focus-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..1144f56bec02c1695c44a216b8c9020a71bac532 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS3<7*Y zT!D0G!_`GQUrgQqs(0I??#&OT?sznH_tUi5H$x^~i<ok~bm^V4Wp|I>czf*T+ppig z_rz@U0ohs-<QL4q#?6zNQ(W>}Xu6a?P|(=Z#W6%8Jb4Bu>*jBD2@Q;H{oDm+%(od? zW@j=soi#|z*gSLMpF@2gl#`DzvsKKP^P7R8M^Pr^b>^lXpmqjNS3j3^P6<r_N^xKS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-focus.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-focus.png new file mode 100644 index 0000000000000000000000000000000000000000..0fe0bfa77052a34628881bd5fba5a1496a191c33 GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!3-po!riKX6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8<XES>hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkaez;V zE07LtxH@z5v)(QDdpAFry7STW-A~eH-%OixGi2hmh$+`gmfk5{dZ%pJ-6J>N9=-AQ z>$mUU59|XuinAohFPMRiD>J*W@b~ZTugtfAf)<`Gjv*T7lLa0;e)!0Rou@|TOb?Gl z!|bVy+z*ltshv7$pylNq_-5g`!)?A(`scEG=Wu=aoOH~FVMid->>HoX=K#%M@O1Ta JS?83{1OU2VXlnof literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..1744bbe8887c6e6a4bdc3448f8c9c4d3fc9b9ddd GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zT%SID`t14hmoHzwdiCn-*RS8cef#zM_wPS{{{8zmbH}b4pfYt&7sn8ZsmTcqjF;Kk ziX;kn95#512)rq3dw5tc`M^8(1@|91Y-MEF`zV8_Aw{VisD;7P)z4*}Q$iB}-Dprn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-insensitive-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b39eeb781f19eefa4f969f3542dac495cc6e22 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zT%SID`t14hmoHzwdiCn-*RS8cef$3X`|m%0{{8#+<A;&}P?@Tyi(`mHcyfkuLPN95 w_aY6AgaA$V4L930Z?kmvzWE-;S}}ovp>=(R-8RG6$v_PZp00i_>zopr01p{XJOBUy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-insensitive-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..eb794b50b874743b10672781427a5f88f1f35b57 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zTpvAp^!V}Pr_Vs({f7@<zJC4s?fb9azkmPv6SjEaN}w`bPZ!4!iSXov1}3-3ENy%m z8T>^Jo2{dG1>Te~vg~e7%-B5fZ_^X^3HK)+VqthCS2k5-)%`A@Mg~t;KbLh*2~7Z7 C`cZ!X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1e905a7c5dbbf7c6c4d47ef42dc5a9ce063b142c GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS<N|y` zTpvAp^!V}Pr$F!w1m1u6@a5~*uiw7^`u+R&pFiinEUE*l)bw<543P*=)+kMBXkO4W zGr*wnV6Iw|ZsU<>GLLdn_AC50lsNg`Baw-Lv#xa$)68GnftnaRUHx3vIVCg!0Q);s AegFUf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-notebook-rtl.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..9f877d8b42dcc6c721c16cfe0630fcebb0c5a3fc GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSbOU@s zT!Hk}t5;vVc=77htNTyhJ$U-=(ew9@o`1M<>*e`t&n{ele)HbzoA+OT`1JkXzkk`g zHq8K8SrX(I%)rLYlbKUo@>^)Sls{0=*we)^L?S$S1}E$0Z*~a{jBfqh1!l~*8Chm$ xGB%wxNX*zgbK;*veIJyQkFc^;%$QTlz)<;KM)_RN<o`hJ44$rjF6*2UngE}4W-tH% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-notebook.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..e65c4d64cca962a52ff89fdd034bdd3de2bfb2d2 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!Hk}t5=^rdv^c+{Ra;oJbLu#%9ShU&!4|=;lj<EH$Qy%@bBM07N)*@pgQ)FAirP+ zHm=O<!r#}k-t_~8G(BA$LnOkJZ<sEY;o_2*CTVowU<k|Pg`AzS21jn5sB`@G*vOql cTGNN2iA(h1dCk2`ftnaRUHx3vIVCg!0EHq~qyPW_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-rtl.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..a8205c49e416c6d5b0105e0cd9b96500c0b0c18b GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!Hk}t5;vVc=77htGjpa-nnz<9uPcuaQX7(^XJcBxNzb6_3N)*zyA8|J43}0S&)4t zL4LsuY}`DVImIQvg{DjS0|gB|T^vIs!jorkvTptslhDBE*3VpE#(bNNWp*ZG(^-SW qjLkDA{yEh5K{@#dBij-KMh2JZ(i;<gAGrq9%;4$j=d#Wzp$PyQreGuh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/combo-entry.png new file mode 100644 index 0000000000000000000000000000000000000000..adfef2b04c089421b02660fef17f3bea78219763 GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS)B}7% zT!Hk}t5=^rdv+TP?%ut7|Ni~UmoJ|`fBwRS3)in-fA#wH*Kgk=mCPpqm2#8>`2{nu zab;!~7XEg*=+F)n)ADq243P*=w%EIgnM+Dyo3zn^gF!5l6NQ9!Cw6R}_;(Xe=ia-5 d2i>@Y85HMB?66P!tqs)0;OXk;vd$@?2>_5%S^NM1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/down-background-disable-rtl.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/down-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..ed124203a5eac056a46b5ca85d0e663862eb84de GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD<x;TbN zOifNnNJyyo^5SB>r=})bO#|opH!GZiMF0Kz{{Me)6PKi<B>(>E&uRL0M|F6BV1NC8 nzkmP#|DQAc{QT}mK^zQ<Qc|ZL&GIw^n#kbk>gTe~DWM4fw;@2< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/down-background-disable.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/down-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..87956d2b4089c5aafeed072b57f11fa1a7a543d2 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD<x;TbN zOnrMwQK-Ry$Ms<Nvgaq>?kJH}vvr91X}t2NKx5k1ZP8v_mt~E!-KWm`_ro?#?Euq@ o(5?<{35MET`|q;yc&Z;@TbU-+GD|OECD23$Pgg&ebxsLQ0CG(}egFUf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/down-background-rtl.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/down-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..370259f4e1a43a012730aa0b2e6f7ec199964814 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TnrUx;TbN zOnrOGP_)5-$MxcO$t-4djibEPixvjkY+zxYqsCPAoV#In`qKrO$HQujH}_4N*D+(Y k4ui3^>fHmZJ^Oz!vep{OxrXNX0!?G^boFyt=akR{0O6K8bN~PV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/down-background.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/down-background.png new file mode 100644 index 0000000000000000000000000000000000000000..0f40ef0e6ff14ff50c01af9bfd22792edeed5d11 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TtPJx;TbN zOnrN5H*bT10ILCaYUs1QS6;5z<UH#*ON~o!_UYzTTsd*S9)F*~BDQ6>$#WZn1z+#2 fe|N}Z(_zk6re=ly0cv$Xa~M2b{an^LB{Ts5V)Q+w literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/entry-border-active-bg-solid.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/entry-border-active-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..c2626d4792e60dfdb35f9f8bf2a1ff0906be85b0 GIT binary patch literal 271 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6HXu{Y0(?ST zLndB}m~uU1?yZb@w@Q}YDP4M}Y}wr-H{Kq-@%Grwx91*wJ`Y3>KVNwG`RljuzyAFD z{pa8R|Npmbn41MO!Q0ctF+}71+ewB@4F()X_(U?+y8ilq{#V1HcL~>eIPbJ<a7^N} zPFvHvW9P#;+Nl~EMWQTgnEt%#Ugh;uV2Rv;ij><icOLp~zPaT$_c}jipJOrXqCjIA NJYD@<);T3K0RUF+b?pEE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/entry-border-active-bg.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..3306b08208a4498b9a0bbd3d838c2d92ffb9acdf GIT binary patch literal 304 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6HXu`N0(?ST zf%K~Vua=y6J9YP?8GD~j-}89duE#*ej6F}%X5UPkb2DV(wTLO#OP1a#U3#Z%+1(>I z-X6X2_Snt0U%!2~uv3)->gO&A@(X6*;VUUAD=)A7{d?-(KdXSk{+=$5AsXl3UfRgm zV8G#W(Rs1pL5D;Cc3U}k<Uh=huWbLY%xLLZ<~s31BC>ZrzVWc;^|GAkw85k9m(tp0 scSP1c3E@3wy8G-==8L-4vwJHTwHaC7>@1jj186jZr>mdKI;Vst05o)bnE(I) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/entry-border-bg-solid.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/entry-border-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..16d1f6420f104ed9e051b9a203169ff6d6ba2e02 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zo<D#7!i5W0u3Wi({raoduRnbJ`1RZOfB*jd|NmdxB(4vr%*fNlF+?If*~2iUficmX zZTSa2360Q1gSQS132cQbaf;0BLhBPHJ_XcvO9`!5*do-#Fgc|+aCz}uZlG=kPgg&e IbxsLQ0Nb}sr2qf` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/entry-border-bg.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..33a56e74bd8f154366aa4e624f1be6d702cd9047 GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>!2Ka=y z0_j(;UcG($_RhU~_Z~dBfB*hnAb$7|NL;>r`TY6w7cN}5e*OBZ*RQ{R`z}`WEDxxG zt0c%Tn1P3{q@=98yz)2iod{8&sI8}qV~9j}az%BOD9@Xn#|th`WMp%BZX}cD&>+*+ z>tU1G#_D0SF7br(x3y-61y$mB51)0ia8J@>_Tpe-DDPL5W{Ey14m60t)78&qol`;+ E0Hca#V*mgE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/entry-border-disabled-bg.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..7d468a5c2d320c5ef24098143e3fc7940eed60b3 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zK6>=%@#Du&pFVx|?AiMdA3lHi^7Y&IU%!9<{_}^S!+bYTnUSZ9V~9j}vWH<x17o5& z+wu>55*ne225%i264(k=;uM+Lh1MrZd<v-TmJ(XAutlheVRA}u;PT?R+(6w7p00i_ I>zopr06mUQssI20 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/entry-border-fill.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/entry-border-fill.png new file mode 100644 index 0000000000000000000000000000000000000000..15f67464afbfc0e57a0bf88cf6652732d3b6c15f GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^tUxTm!3HFa)Xf(FDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0xGo-U3d s5>u1^{Qv*Ip3USyi=Kg&#T^#L|EF1W7S(TS2P$FkboFyt=akR{05H!gI{*Lx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/focus-line.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/focus-line.png new file mode 100644 index 0000000000000000000000000000000000000000..c06f317b319dd6f97549c7755ff72d5655247f6e GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=mSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt)QPE{-7_ zGn4leJUk@DR??tX@$gWqsgJ}e2?>b}Tt-R8!VE5aJmto9D*u7189ZJ6T-G@yGywo4 C4=acO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/frame-gap-end.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/frame-gap-end.png new file mode 100644 index 0000000000000000000000000000000000000000..8d253648946d582949bf9f52bdd6ecd10556e423 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!2%@Xw6`;Y1d5$JLpV4>-?)JUISV`@i-D@I zgD|6$#_S59pk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MZBIajv*Yf f$vgi4-^I+pk;C*YFo1UsP=dkJ)z4*}Q$iB}PiG_H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/frame-gap-start.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/frame-gap-start.png new file mode 100644 index 0000000000000000000000000000000000000000..b575a6e0b430bd462cbbfb16e08289a613887f61 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!2%@Xw6`;Y1d5$JLpV4>-?)JUISV`@i-D@I zgD|6$#_S59pk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MZBIajv*Yf f$vfT^{I_RdyT|lRxsGQpP=dkJ)z4*}Q$iB}Q_v(b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/frame.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/frame.png new file mode 100644 index 0000000000000000000000000000000000000000..82945e9d57bb06d56304fa15eb661364e8de829e GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2xGmzZ=C-xtZVlH;_4B_D5xc$)o0g%gC;1O92 zRDK<V8J#p{R{#YiOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe1W3-AeX zy?_7y|NsAul?xJpB7&YSjv*Yf$tej5YtoPONk}l*?PlRl$_#r4lw|O9^>bP0l+XkK DxZf|v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/handle-h.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/handle-h.png new file mode 100644 index 0000000000000000000000000000000000000000..d93ba9e16478937a35dc17db7342cb61cbc1af7c GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^5<twv!3HFqtYlb$6icy_X9x!n)NrJ90QsB+9+AaB z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD=*PZ!4! yj+w~`2N=)IxBvhD&(F{QPYOD-`Rq_x!OF1us7UvN=7KDsLIzJ)KbLh*2~7YW&Ml?@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/handle-v.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/handle-v.png new file mode 100644 index 0000000000000000000000000000000000000000..ad016d21bddb7e9c204fbfc4291da02527908c81 GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6c|dAc}; taLi0jP+&KhXJ7x%o*4)(H)tJWW|-Z}<)@Pxun4G%!PC{xWt~$(69D#lD1`t3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/inline-toolbar.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/inline-toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..6094d5fbe6d8dc5a9c1bc7be0bcfb630a65a0e18 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL$P6TnCTLXyDdu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7wg8_H z*SmM`e)#ZVQzXx0popNSi(?2!bn=S-|N9dc7zi*hoOSVKwThGJ1WGb^y85}Sb4q9e E040epXaE2J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/line-h.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/line-h.png new file mode 100644 index 0000000000000000000000000000000000000000..8320e2a623debca401925e540d1512acf006f1c4 GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-aSE{-7_ oGm{e<n2!Da{{DY@LP7!qgLoqIJgc1VZa@VLp00i_>zopr0K}3gSpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/line-v.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/line-v.png new file mode 100644 index 0000000000000000000000000000000000000000..c13ee45c94378510c7830064c47c9715f83986fe GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-aSE{-7_ nGn04J|NmFd1_Wws8Vn5P&zR@i-g49dDq!$*^>bP0l+XkKgT*DV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-arrow-prelight.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-arrow-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef6a640fead0ab219d24110bfffddcc6e761174 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3-qX^pA1^Ddu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7vjCqE zS0Ei58yg)R4J2b?VjyfF11JI~AyP4Mi7~NBKtUiVUOP7ss8g^c$S;^7BP%bzu(+h6 zs;;4><Kc^cmd2X?KuHZx7sn6|S=NJ$Ob!YREE_zXj(q)pe%nv~jL&V#%-?J@DsLLC cc=<z5M@)|4xzV!anLs@Zp00i_>zopr01sYLT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-arrow.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef6a640fead0ab219d24110bfffddcc6e761174 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3-qX^pA1^Ddu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7vjCqE zS0Ei58yg)R4J2b?VjyfF11JI~AyP4Mi7~NBKtUiVUOP7ss8g^c$S;^7BP%bzu(+h6 zs;;4><Kc^cmd2X?KuHZx7sn6|S=NJ$Ob!YREE_zXj(q)pe%nv~jL&V#%-?J@DsLLC cc=<z5M@)|4xzV!anLs@Zp00i_>zopr01sYLT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..b1ab2aba92c3c0eb4a18a494635bf3f4f1a4a6d5 GIT binary patch literal 360 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*GHXPl#*q z<V%75m&2#t3Yl~*Wa5>OiPu6VT@9ObHFC=J$f?)kr{7GReKQG!Zl?gz+}mk$Z<j8+ zSGMBblA|w=-u!U!(U;rLzdd;U<I&q6Pk`wCuV?Rn{rwLDj(a;M0&S5i3Gxfp(A2D{ zt?j`99Ii&+1*#15ba4#fkYzo{&2-R!fpvrV>V&ZR*E8<@pEc>tH-=Lam>LWj`Zx~U zna9FDC;I=qmg7an+xNwCzTbB@`hSeTvZeojMJdjhwl7RzMw}=Ig9qb*84DRCKC`PI WVq>*2;5h-bfx*+&&t;ucLK6UI(VXM} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-checkbox-checked.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e55cdcb2461ca8937b3808b28e91f847227dd56d GIT binary patch literal 324 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*GrjPl#*C z<g39GuZ2#!7Ch-%$i%B56M^Kl(23U~rd*Gmej{z}t&DlMGw0tfSbVo;^@GNB4=3z+ zvj5tLix0nCee(6@vu}^z{(ScS=Zg=&UVZ%a>(9Uc|Nl$Z)gA>J&Q=oS7wqZf{pj(N zgs+Z?K#^ci7sn8e=-6{-#T*nwTpvo`RQbQ?&iDENX79*vFKRX`haR47nxuJkQaXFe z&tgrfN$+%-KEL`9*v#DMd-w+fqx{#Z28P2+Pk!ur`9ky5-+dCl5ArhqVO?S2u2~2) Op25@A&t;ucLK6UkT8=6J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ad9fd148843a62e081eb36165ca04efc01a192 GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4xHBpZ(Y^aoPR#ZI0f92^|CANoH4aybh;B8!1a zu7fb6lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt*x^J|V8> z&!4|=;ljm>7yp96@87?H+;iv70m=XW|IcXq@e!z!t0c%T*uc=JsJNuDsi)_5-;;Qt zsD`JDV+e<Aa=?3rrZUF1OEVn|OdA&pyPVHiFhh?~(%7=mktd~2nwde^(lBe@e@hvl O9tKZWKbLh*2~7al@l~S$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..cc574e4609f399c4771bde06ab0b8971b96be134 GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uAB#T}@sR2?f#ZI0f96(URk<tO=a~60+76a8> z2Vq7hjoB4ILCF%=h?3y^w370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iisC(8978lF zzU|$}+u*=+gy$67lr;z3&M@pYxXJl9pV4Q6hrhqGl~l~_BK1r*vxEn8xg#c)?5fV> zytCKCibvv%PVvDrY7KVE_CFW<FVa@>a_j4mwcw4&UK?FxwC&n7>EiqD$ICm|B!N~j Nc)I$ztaD0e0sw{MNBRH& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-radio-checked-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..862f3c9d332d5a0482b8711ca74396e9b8968def GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*F&LPlzj! zZfN))x@uLx^y{IMFNRLO5!`<(eA4BRN!NoXTo0ObHDuD&;0afQCtnSncrA3|&5(&# zLMC1ViiAwK24nzbGv?jSns@u+qc4}AeEIR~@Bjb**T?8_0L_&t3GxeOU}9EKR8&$9 z3J!^miHVJ^t*z_m?16yHmnvU@>XJNN978x{Sr2kEIR%KY9+<4LXueO}yMNzr`b>(E zf4%LVzUQQOY%_MLm@@<yu^yP9{;h0_tasR-RjVG(<#i90{gL9jdR1HayBoJJ?weuE uu)tr9A$d|BOV4r@&;5J0U$61|#QyCvx8O>(vwT3?7(8A5T-G@yGywo^(2?{2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-radio-checked.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9b722bf778ae0002ca10f0891ae11feb6475b5b1 GIT binary patch literal 391 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*Hw>Plzj! zc4*k2HuFr-<Qt(AuZB#z8Z_Zr=%ni*6R!nNyapz(1_Q+>fZ3BkWC%$1Du{uKGUnaR z1fu!3FFgEm5r`grx%BAE<;P#X{rvm=*WVw%{{H{}|CM^21JFu|k|4ie1{PLp8(Ta3 zsne#<T)J%eij}J#KY9A&=P&ib_k2J#X`U{QAsn)-2ichpGKjElSnigY>-y&F`+7Ie zNn36|w8=^HoV1L+#CMXM!}Ki-Gt$~`zy7`_X)fdYRaK8B2=5F1deD$LF7)dGJLwqt z`@dOF`!E`KS}}Z9Im=`quj;Ax`f%ocDfOSs3;1|myiMBq6lf!Zr>mdKI;Vst071{H A2mk;8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d04294941060fcbb0a95e0a527d21322510cc0 GIT binary patch literal 420 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*G`sPlzj! z{{R2~`Sa&5Uc7kv^y#x;0AvG2E?l_q6%2m-`0?Pu10eJB=g&a${{8z8A3g+<*REZ= z4hBHRl`B`yojV8A0%QXX1hTJQz54g>UmzO-fFeLMA?&_iOtXO&tCs}%1v4-yC@KX8 z1xLqZWM*b%WoPH*6_!_2RoB!4K^+jZwsmxN_S|2&nIEVn&(p;*ghST!Ag9<N1s>J| z{1IGwTh~q1G7CKMw|~W+eP<q=KN|Dw#f2IFwk`HLd{>&`Z{yO3liAI}r-}ND6>4Y6 zPw>2w?Y45!EAg2wx}1d~rYt+2yNB6C9*B>SvMXoksqYV&{&=x*MvjLnEB6ET{VxPe UpIve~3ACBP)78&qol`;+03L$PqW}N^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-radio-unchecked.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menu-radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..1a297dd6afc7ddc41393339fdec415ad2df05dd3 GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4u6ByT*@`3|I*ik&<|I5<MzxPb&Y3p^r=fhw+p zFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ETRdGHLnNk_ zPH^OFG7xax{UD?%Zjyi>Lj@P(%@@n|>#Z@=YjD`f&>A6r#mm6$;P%>?KaJ;4n0R?s zp5lUl%^j9cd~*!v-%l|z`L$4b<|moBoZhaVsjH&@E<DTsp=W_~-Cv=$g-=;?oVNe< zJO4tsh2>DnnU#UU8f(R-9Qu3yib8;(Sn17}lOl|X=ayb8dU$B6rF@)Y{XeUq@+@XK x@z^w@s|rv4#Q=GaS#w%e__T{Q6;6G~xypm%>lr`uI-vU*JYD@<);T3K0RZynb#(v$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menubar.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..dbf51c1d17a5525bb9667316921064ed254ee53c GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL$P6TnCTLXyDdu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7wg8_H z*X!4>KY#vw<+tP~KoLPt7sn8e=;S}=4;(mRU?9Q5(D#$k*7je_LZBprr>mdKI;Vst E09{5gnE(I) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menubar_button.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e9beed35db855a8740410252ecc830f92688547 GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ$P6U4SA1Irq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@|R21^9%x shD^M6TD6=9$mRBQaSY**O<o`e<ajeMemAh124pdKy85}Sb4q9e06lak(EtDd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menuitem.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/menuitem.png new file mode 100644 index 0000000000000000000000000000000000000000..02f74be0d9511e919ac2fa9970d55ae59e4bbcb0 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^{6H+p!3HGXMV6caQY^(zo*^7SP{WbZ0pxQQctjQh z)n5l;MkkHg6(AiYt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tt<bx;Tbd z^d_eyBm|@@2pbp~7<`zpdS+)#@8VhRru|uRS8W!VZZ<G5@R+<>lHvGWhQ`+ymZ$?Y OGI+ZBxvX<aXaWGfe={cl literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/minus.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/minus.png new file mode 100644 index 0000000000000000000000000000000000000000..a135b7bbb03b75c8672b6e4ef513db36e4961480 GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-t3?!qQvP6LtbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_FfKQ0) zg$oxhUc7kj+`02G02Bdofh15MCMKr4yBo;(^5x6_|Nmo!Ey{ozxk`fkg4NXb?%RL* z%-Qe%tlPiu0E(J;x;Tb#L?;W(FMf8$gpuuj`TKi&Lla&w2fde)IM=v>x!~2;RaZT1 lI%GnY>blIAxG-fU4@0ShVP^DxZE>J}22WQ%mvv4FO#tf0XXXF^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/notebook-entry-border-active-bg.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/notebook-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..48f13b11e180146a13a05245ac27a4d83728b410 GIT binary patch literal 292 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6HXu{Y0(?ST zf%K~Vua=y6J7@p%IR~DD$rtH!Zl%w?6*BQ!#FXo0%kPyhzgMy1{;9j4PT&1>=H91& z|NgxZnxO--yCldjn1P3{q^!L1_wPqm<-$NgZ%-G;5RLP1CmAv|7;qfn%XXb`>C^x7 zzZwp`OSsm<dB``_`7Cpt`60HsHXluvd|_M~GtntPVgIj1tAgaXR<jqpyJ;q_e?;bH cPV!N1)k+qr=baUgfyOd;y85}Sb4q9e0N<%~e*gdg literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/notebook-entry-border-bg.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/notebook-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..4a47fbfb1cdefd6ed4ecd8e9a58cbf6265d0716d GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}2l#}z z0_j(;UcG($_R*t9kHO%{lP6cMTseRK{Dlh_Zr;54;lqc2|Na^M&v^h;%25*J7tFxJ zS5j79`MWp0Tm&d)>FMGaA`zZ!v3C<QTiV;i8+j)fn3b;bbV~{-bR{YY`A=HN*m>NL rr}D(Ut1jG~ZyO8xB21aRIG7mj9hDQ_vc@+SXb6L+tDnm{r-UW|<Md$) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/notebook-entry-border-disabled-bg.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/notebook-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..aecefefa8610db638505fc3215bcf3944d2e1cf7 GIT binary patch literal 222 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>U1^9%x zK7IQ1`Sa&5U%q_x>ebh8An^VB_g}w%|Nism-@kuX1g_l$sx<O+aSV~ToIE4#00Z-x znLM3xvIZBFPA$09$l%8#<FThr@Thizfg>m9m4I2R82BBRc`#gg+&lUE@fuN}ZU#?R KKbLh*2~7agA69Mv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/notebook-gap-horiz.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/notebook-gap-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..e14fe4b2b1a25a662125f793ad49fb8a8bc2edf5 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^EI`b}!3HGjSJWnh1d5$JLpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TqdRx;Tb# n%uG%If*<^>JV4;Xlfl4nx`O@pCL@JBpb`d8S3j3^P6<r_1C=H- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/notebook-gap-vert.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/notebook-gap-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..bc4a11c48eba55fc97ad74057c2ea8d8853795ba GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-S!3HFkynkm2;uJf1hHwBu4M$1`kk47*5m^jW ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFX5ba4#f on3<f=z;x_C5TqvnL6QSILlPqk!wD&q8lV~mPgg&ebxsLQ0OiRk;Q#;t literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/notebook.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..49aad67b83023fd44c51359e16c632096841e3e6 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2xGmzZ=C-xtZVlH;_4B_D5xc$)o0g%gC;1O92 zRDK<V8J#p{R{#YiOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe1W3-AeX zy?giW|NsBjDS0&jMFc%v978x{lT#8B)}$ZllaOGr+s(qAlo|F8D9PaI>gTe~DWM4f D%mgqr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/null.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/null.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a1600a657945ee95d0c3a620dcb7689c949c9e GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K11|+SoP4xm&EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQke?T^vI+ kCMG9Hur5vz;Zb5>V4lptcyp7EIZ%?p)78&qol`;+01F5sS^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/plus.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/plus.png new file mode 100644 index 0000000000000000000000000000000000000000..fafcd101a550c387d91c5e55f0e6e940feb7c91e GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-t3?!qQvP6LtbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKQ0) zg$ozXqk@>2nC|ZGo}M0{@Ru)N{{R2K;_U86K=o`TL4LvIl~td={P^=Vdjn9!)YHW= zgd;jRV6J8Hvk*qM^>=rdzc)&l!Mmi)pCRbB;uSN4t+u+do!hI~UHH}rt@0O1;bLa^ YKU;mrCWHDLKm!;&UHx3vIVCg!0D#+F`Tzg` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/progressbar.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..81c453134a8b3f83f98dd36dc68dc1f878f53e2f GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^96&6`!VDxIuXC~kQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ex&b~R zu0T3y(#6mTH-abM44HT>WWqHd89E6>VxqJa3#@?}_)3EOf*EAgHCC=&w|>K$_a8of z;$Tj{43shRba4#fkWEf`_vus0mRpB5v~JXId}#gHma(nA=e>l4#0z(ZwSP`Wgdh0O j8~B>zaFW}yH5~E`e-|oFbL)u%d6&V{)z4*}Q$iB}!Q*2G literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/progressbar_v.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..69827c8a95862d7018b65901c4710f6eb71bdb68 GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^azM<%!VDy3CI*QEDdu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0EiU>0;=F8^M!rhD^K`GT|DK44nibF;Uuz1=c_fd?i7C!3;9$8Y|bXTfgDW`wt&K zaWJP}2Fe(Fx;Tb#L?<V_t8HhvE-JC+o?^2rPp!tE<via5e&k>Hv0n03zz=_kEdf7- gC1(^(*x}B?@ZC54pw+y2N<i%lp00i_>zopr06er_{Qv*} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..771dcc4d4ab312ef6edbbc5e19bd0e61fd97dd50 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkPe-C)vxo2-`pF)6D|k#UJ0CZGqnF!@PsR2ldp$Pyc#<3M#$u=!4oe5MS>?>3!VrR zydE;)dhkS`;I)uRS3@RU4*`k*(WI-b8y~fAeDwCyueYCm|NsBLFZJC=pat?JL4Lsu zJiNSm`uYa$?j9bVUWJ84Ma3;Gt*vd{Jz%ii&_o8PG|$t;F+?IfxBs<JgMfhB%euf_ zdRedk%5P3J$g-+`BWI_RT>m5~EbCR}i)@3wy<hg4$;IyYoS-z@msf3}>c$(7_I%i~ zT4iBQ<M&=YXQrTy$2cAdDk<&VqBya3e(Kfd$th*~<69Cd)ESSN@qK^9cx^u4`WYve RdjoA|@O1TaS?83{1ON<(pMU@W literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/radio-checked.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ae0c98abb9cf245fabcf8261976c179c06554809 GIT binary patch literal 371 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkPe-6J8=5N$O)H2CtVGha5Z@1)zAsoLMC1dnQ$!_NKU#AVo$slIuXi%aN%U@hDU81 zAHDhX>&@q1Z$JP3|NnpWJNqL*b45#n{DK)o#l%BG!@`@ITUyVZzi{#6r_W#hy>xmp z1*o9F)5S4FLX!2MV;_^E0K<Vr(&EBj|Nl3+d6?%y1S`V=N4w7t?_GC0T%j8A-~8kc z7J=kx6V|g`xTk0%++bHCtK=`bOHVP%`hx(2!^^TobDDI0R&3?>c^JiT#@otN>Oqb7 orgVOT{oQPapU&@H2Mj@b5qoV7xiboFK)V?{UHx3vIVCg!06f-}5&!@I literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..0efe47b3ab6a008871d2641466da270b048fe4ad GIT binary patch literal 386 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkiK~F;{N^nuU@@+_Uzen=gwWYZ~@48^XARVmoI?~AQve3_wV1|zkdVC|NsAAyLJtz z7^n*<1q49G`Sa(2;y@Cj0LW(GTDJ*kv}{R`UoZnV509R{yGLeLVPR1T&@r`j4UJ7L zt*vcsZ9R`27A^oPEb(-443Ut`Js8c`tRUiWFxXK}t81Fr(cS+`w<)&hr&la_Qxm&6 z)Fip+;lAeIJt2?fmUiua=D$?K*N1C^pH+IJs)x9kg7`}>wtdS>(%GIV#6~bYUiz6$ z;*#3gS#1BlZ1mhJH_J<1-i!0!+Dta%r#3Ui{p(6Ad4C=>eHH?=pTX1B&t;ucLK6V9 Cxvmue literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/radio-unchecked.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..c5f29df7491ac1898eb0ced3acb504c763201a65 GIT binary patch literal 404 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkUn$f%(-*tE?&F{B!S@k`STaR0LXs*`t_?<uONaz@xMsm-@kv?u3fu&^(s&!P&tqU zDu96h|NjFSKm|Ys5D2M$O#@n^P!i-9%pf8v790}V*wlRB;MsHMFJHNF^X8MMuU^0T z`04ZKFJHcxr5#uZR9o)p;us<!nS0Pvs98b8;h?ypR-cBH5c{9+_Nh8uNvY=jQ(m6m zY~HoxOYdI2+cn;ciVB5xK0WJOsowdS%b+)<myu0-rfh?)hgjKza*whchkVt|%mLdc zZ8Z(}5jp9k_?<6S-X?2jdHgQpNzAdIwPeMv-1n=*{r}CX7LfAtw*-X_gQu&X%Q~lo FCII_(!^{8x literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-horiz-active.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-horiz-active.png new file mode 100644 index 0000000000000000000000000000000000000000..610f7e47b049a03e89073eb5706dbdde60b562bc GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+<xf)0LbMm@Q5r1 zD!C5Aj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6e81o(uw z0_o6(tDci?2T!~jGT~at#B0G|63Bof?}7{Gf$F$Rg8YIR*x1`UI=h}cefC`9`^<?z zVG~am#}JO0$q5TsR-C=Z%WBQsc<0UCf(@)EVtXIFV=78l-f_F}P6kW4@r2d4cptwl cP&q5e5F}ve=zV0898f=lr>mdKI;Vst02B;ZzW@LL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-horiz-insens.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-horiz-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..619bacf5ee778cfb29f4994a3463fe2bf5cfa630 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+<xf)0LbMm@Q5r1 zD!C5Aj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6e81o(uw z0_p$%|KGlS`xO|x1_KBiPFk8>;RmYYE(!7rW?*A)@96A$^7PqriSIKf0)<UHT^vI= zW+o>rU|DhY9xtmkbK{*icMCSKo`~&z@Q$e{U3tgt#yc4-<;D|M-{O7zwm{{qAVZLV Vp`-VaNpe8_44$rjF6*2Ung9fcV+#NP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-horiz-prelight.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-horiz-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0185f169ad3a9e9ee38c7d4912df5e1b9a0eff6d GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+<xf)0LbMm@Q5r1 zD!C5Aj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6e81o(uw z0_m$)uin0W`wAFbx^(F>7{D1oUPj!b<3M%XB|(0{3~cP}9i3fIo<4gn@qOk*ps<Oj zi(?4K%;baxEGy35<7KsGZoKp6ZovlD6S2Jy-Z2%WEAP17cqfCU+<3z3TfC3o7O0#R ZWC#*4bo4$lNe-x=!PC{xWt~$(695y@VK)E( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-horiz.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..d5bf46f5e3a403b079c24f53504a6b8107b80872 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+<xf)0LbMm@Q5r1 zD!C5Aj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6e81o(uw z0_jz&R&Cq1ZTt4^JHTKk7(mz%(!}$@O`tmNk|4ie1~&Hgj?S(pPoF)P_&#$YP}s!N z#W93qW^%#;mKA63@v>SoH{N-3w_pS7iP+u;@0g0xm3Q23ypzFFZaiW2E#Aj(3slYu ZG6V@2I(i?OBnQ;b;OXk;vd$@?2>>%iT{r*$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cecb83d6dd3231ceebd32fce140cc8a7f14dafcc GIT binary patch literal 408 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K13?z9tQY(NIbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g_lq(-vDHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprXtGpAc6d z{r~^}GiS~`efsqE>(|eoJ$w4}`Sa(mo;`c<;>9bVAP_u(P(Uf5^s{GAo;-Q{7>t0d zCr=*%!Q;musprohJbd`z!NU(9K7RNJ1fM>A{`~XTuit<E{Q3L0{(Q%7pk?wUL4Lsu z%&dk+#^vReRo8Faym|B1t=q4Fc7Ol=^XK1xK)_TsR|KfE%+tj&ghST#AiGer0T0Uo z;~CTBx(p5~ME<W&u`%c=n<#p>J*;XAUwc+m#H0cV+f7|&wr`&_Cf)iX#NM74C@fVI z$-CcSkz3jtPv2jSF1=?eHcRbW$eZQFYyPgPb1$=vtF5cn#Gi^AR32WKZn5K;r}o`! b_6Ph5i$t65Z{BbX=mG{$S3j3^P6<r_JB7@% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-prelight.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..349a1022a86a4c5c18a1104821daa52bd96c34c7 GIT binary patch literal 400 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K13?z9tQY(NIbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g_lq(-vDHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprW(@pAc6d z-O%tqbk+aR$v1-gZ-q~~96I4z$i!>GldgwOydE;?TF8X!!4t0rgV;cktD!)ti9iL{ zLnmDeodgmD%Yw9oOuPyvL9!r?Kv|ezME7bdpiK%TL4LsuOw5W(%Ha`_QG538+qeI~ zfrHm?-n{kx{rk_KfB*UO=Wm|p)>S~Y1)eUBAsn*42it|36+~DLRCno~J>tfx@%_KO z<f6wX^d>E;e!U=mZ9@3jzWTf%53S7~H%PIHd_Fc=o^|fyqh>!0zPF^Q>2aK?T{yFo zyXsk9hOGX!HXm*OIspgC^Uda}LZ(q}ZnqX5@tf7o_bZOOL7wxus8_4wi&CK744$rj JF6*2UngGujru6^- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-vert-active.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-vert-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b8ab25b24e8afe93017024e0c09f7007bfbaba28 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkPdCQ>N)9l@WiVj6Rw3!ycP^5febkEF1T<WsE)fN$S;_IjlI32v+K#zXU`?R&zuMp z*7tOA4B?1QPB_4jWz2lA<l8&lgsQLaViT&qzq{MqHE(aV^^CrIdnJ8VmsuDkFfc5s WFm#-MZ;3WgD}$%2pUXO@geCwN;8$k= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-vert-insens.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-vert-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..bec423255727632149b6d13616228190ccbc61be GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkpBPw|LxniUxC4EFo3Y(q@~#vexN$;k|4ie1~&Hgj?S(pPoF)P_&#$YP*~s7#W92< zIyvD0LzXe~!IE$9bQ7w+zKcz$`u^^2bJx7R)z&lm?(LQISzTsfl)%8Sq{7f~{=FsI PK&=d(u6{1-oD!M<)X-tG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-vert-prelight.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-vert-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..95e2df152d4745781590376df31ca0156687910f GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkiL5L>h0UNZ{ECl3k+`DxB+A%gME*TRs+>>mjw9*GqAC@cXW0=dHU?R#P^vKfx`Np zE{-7_(a8x17_y9+50-p;r<+jq^<8X2)%SOIo4e-it+t-gcW<wx&+0M@qXY(qB^8E_ U^Y1Ou25M#SboFyt=akR{06X_!k^lez literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-vert.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..32cb368c41cbf27a30591138ee1f08e41d2302a7 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkY2TF)wXThwr}6Q0}OV80fY@9O*|jm1ghgM3GxeOU}JCZ=<Is(^x1QX?=vR?h4npM z978ywlM@awWEnFbEcy0MH=*k5yV!)P@9*w5cg@>dZ9Sv!-d;(c)nyh&2@DKNDhwUx T-&>*$)XL!L>gTe~DWM4fAiP`P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/slider.png new file mode 100644 index 0000000000000000000000000000000000000000..4c9d301203975346469723cd7918633ff2c19abf GIT binary patch literal 403 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K13?z9tQY(NIbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g_lq(-vDHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprW(@pAc6d z{r~^}RjXE=JbCi;>C<P<oH=#s6p#U7p96#QFaYG8J$n`+2w_~kdiC11YY_D>U%q?= z25;WHdHeS5&!0bk{rdIq-#?)F{r4Cdfi}sM1o;IsFfl7CDThZyM(x?VZ~uXV*Kgi> z|Nism-+%u6`8)B1Ni|Sixu=U`2#2ie!EPaE0|C|x(vPlcCAqfdP5S$P{+h%y^O}P% z@@~1f+;m6C=Tn;Q-_AV>xv02(u1>(2cAF;S7h!?>4xU)FgIzVS@ZdDpr}`S5UEFM9 zU#k~>T~x#SxU90}B*V0(J4{n8BA;76J5i@qXz1%Ny*Hcr0srE|A{G9pmKg$_z~JfX K=d#Wzp$PzIh{bdO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/tab-bottom-active.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/tab-bottom-active.png new file mode 100644 index 0000000000000000000000000000000000000000..fe63df9ae83defd44c79c124388dfbee84066380 GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch>)j?V+cod@(Q33`{4v72L=ZBvJ|I#I@O*)Sq4v6KbLh*2~7aQ Cq%k`H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/tab-left-active.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/tab-left-active.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b43face9ca1530d2ae0fd7c1757ef7c50a0026 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch_I)NV+codasor+FQ6!o7!wOamQSK>WRk*UpfrQ0tDnm{r-UW| D+-)$N literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/tab-right-active.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/tab-right-active.png new file mode 100644 index 0000000000000000000000000000000000000000..43eae963f2de1985ed7182efa5f258fde2d7dc3e GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch=`|)V+e<AasopmQ1HKm4$BE!hRTGzvw0hSFahNmJYD@<);T3K F0RS<GGV=fc literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/tab-top-active.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/tab-top-active.png new file mode 100644 index 0000000000000000000000000000000000000000..9d88e5acb72fcb99bd030f6de293855d14d3b3fd GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch>)j?V+e<Aasor+umAt+dDNH~f`n6?ZmrGB0Ln6Wy85}Sb4q9e E0H*dZj{pDw literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/toolbar-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..fefc80e1de5f19f2d7e4d5d0e09989a9aca88d9d GIT binary patch literal 304 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6HXu`N0(?ST zf%Mc>S0`<|-L>v&?}qC=8*g;4yVkqmM(@U($uq7c&%72g@ml!gYkBjp<<GxXu;BWJ z!#6e_zOm`Zjhi=bPU1W|8>pYVB*-tAfrqc8q^!KW^7rqld;hEg3j2GyIEHAPe|u>o zV}k*Q%SGqKf(IQA{o8Hj;F13@Kfbd4!!o0#XPN874~fX$`S`}en%B#6qSFSCx?f6b tm)#Lr`y_<-oayefN0~3`TF>sSVAN)0d9$-%?hT;P44$rjF6*2UngBD7do%z5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/toolbar-entry-border-bg.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/toolbar-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..f2796fa522071bccaff5784b2a1cd6b7ba7de7a0 GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=J1^9%x z0_m$)uin0W`{KommoHzwa^=dUOP7EoQ1HTq3+K<D2Z~?2cJ1cPn^$dkl7OnYN`m}? z8F=_gO3KR1D}VFei4X;f+IqS;hDd}b@7SCz%CpAqbit*GjBGB?4RX>P8gklNJ!~}F zSUqgkC7y8pwpQ%0m`a@K;ge1l?n!*iUK~seH%(M@!)Bcl02;*L>FVdQ&MBb@0J8C7 AHUIzs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..5f852a5632cff753bb23417becfae550aebd0839 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw zUcP+!%9SfuuU@?d1lK{}#*G^{Z{B?S?%mH{zkdDx{rk_K#<R|OK=rnsE{-7*my<P& z1zH%Nm9$M+ch_Kp(iF#Jb0!nR0>zJF1|G^E&G?+<Hsz}uL@a1=(F)R-X*5Oafb#@H a8HQC7M>M}=$p-@sV(@hJb6Mw<&;$UIW?KIM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/toolbar.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..714890a4dc6f9c4edc7dc68b548e2bafdd555b33 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL$P6TnCTLXyDdu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7wg8_H z*SmM`e)#ZVQzXx0popNSi(?2!bn>6`2M!!DFpywj==;fNYx^%|AyAUR)78&qol`;+ E06mc~+5i9m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/tree_header.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/tree_header.png new file mode 100644 index 0000000000000000000000000000000000000000..a6b8c93261410791e93e8513299c685bacc9b1a9 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^Ahrx6GmuOw-ctdjn2Vh}LpV4%Za?&Y0OWEOctjQh zm0t&8MkkHgAT^RDt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tr<Y_=LFL zx^?UA+qWF{FGPSM0-i38Asn*Ff9{{~h&^(Ef#K~{jk!k_<}v~07(8A5T-G@yGywoY C%rOA~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-horizontal-active.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-horizontal-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b3168b531e56cec00d194c8b71ce864023581a62 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^N<hrd!VDyfqZuTD6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8<XES>hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE07MIcr|FswTS-fArr3wQ7D)UnE>TN1pOzKeg`V$DGBlmW{{It*tu)>p1q$w|CG(% z8w?cJ_jGX#k(ipCus|_kogFjtZIJ^?GU);ej5>!}Rg8dSpNbHJSYlTjcaGqKrOk{5 W!aBt%k*4WDtqh*7elF{r5}E)yE>OS# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-horizontal.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..b784550e52621cd95f44f735db105d707c19b17d GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^N<hrd!VDyfqZuTD6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8<XES>hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE08{O=FGWs=guR63l}b+i5Q2zk^w5^DGBlmW{{It*tu)>p1q$w|CG(%8w?cJ_jGX# zk(ipCus|_kogFjtZIJ^?GU);ej5>!}Rg8dSpNbHJSYlTjcaGqKrOk{5!aBt%k*4WD Otqh*7elF{r5}E+SD_BSX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-progressbar.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..c833b995a20558ec7d676759ea07e54fa063ac58 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^AhrSvGmyNg{pB8zVlH;_4B_D5xc$)o0g%gC;1O92 zRDK<V8J#p{R{#YiOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe2x4e$wZ z1=1J6;LMpb=g*%%ckUdJ#08Gc=$;7Fz*iFF7tA1|uCa3My7e30y#Mg=69;qpWuT0m zr;B3<hiq~}14H+2S00`-ukY;*N_bH5{aq{rv;G8|0|(eu<arD@i%zn!l_|VDaA3>3 kyWWg!Y+H@{0?L^g*6&W2IksFj0B90}r>mdKI;Vst03p+CV*mgE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-progressbar_v.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f2dcce3d33f20ec7cd3078902c6af4efce2e47 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^3P8-o!VDzUlO3l6Ddu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0H^649=W6bN>AKbLY+hNnGIAjP8j*4SXd*e!&bf>KZH8u3Nw1&HE1@KXEXpUk1w9 zd%8G=aLi0jIKUwG{ocWYx0Tq~o|V3za6p@tt*=}|p`lSc^Z~=J18i(%A&l&7Y9h|@ lTm}X!<~o14Z;@oh&ETY-E~D^6={C?P22WQ%mvv4FO#t=GX!QU9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-scrollbar-horiz.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-scrollbar-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..e95ae2a07e792139921936c72ec44e19dd4c64c5 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K11|+SoP4xm&EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQl47T^vI+ zCMNHx{r#<;&4}^weEa$n*Uq@CI~I6$@vQdEX$(9Y*cTiy^~wS&X7F_Nb6Mw<&;$UD Cb}()L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-scrollbar-vert.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-scrollbar-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..f55994b5a7e4cf32640f2f1c3e4c87c4a3ae46f3 GIT binary patch literal 162 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K11|+SoP4xm&EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsZjT^vI+ zCMNHx{r#=p)zy`)h(S1Vmz!ySmfY1IX$A%#X%<1d6Ng^{l`?p``njxgN@xNAtf(t< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-vertical-active.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-vertical-active.png new file mode 100644 index 0000000000000000000000000000000000000000..486ce5bf26d5b2b82c76d7925a1760161987a268 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!D1x#H&G5u0`};51Dukh(f_+$OI@CA_ye&?{u;PRr8hv`2{n`$t&#KwR_Lr&tHE0 zbokPj4wNwPba4!k2v1H>;57(Wb(D}PU+*YkQ~usTVo&*dz9P2scW(=@{l2?efGv25 cGIJ*bgFm-M`9eXC2SB|Hp00i_>zopr0OibAQ~&?~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-vertical.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/trough-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9af498a8a9fb16d0c1bd9a5dbed4f1ceef0df2 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!HkNGiT17J9i!lT)1!nO#~>}vHZtZplaTdAirP+IeCShyLRu{`}xa{pAKL8(t#2N zo-U3d65+`S3cLp4s*Vye<?9_KY|7s|NbD(p&sW5D{_br7w%>PG3$O(*QD*LBVDRVG VC|@YZ@c^io!PC{xWt~$(69A=IVUPd- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/up-background-disable-rtl.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/up-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..6e5c2ce4b17bedff2da141a0c75c99145b8b64a1 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Bx;TbN zOnrN5BX5HN59>waUtY<Zn1!+rEHjwxZpbPkGBL6tdtD`)fME9$W#jS%h8_%){L15> u-<v(N_YSXd@oIqsU-r1<|G3G2TJK8=x1Z^Tvy*|wGI+ZBxvX<aXaWEr6+jUH literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/up-background-disable.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/up-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..0e2f1be8fe73009379ab4135b689c9662636d1f3 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#RGmu>AYB(84F&8^|hH!9j+<xf)0LbMm@Q5r1 zD!&fGj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6c|1o(uw z0_l7A?mc?+=-s<_KoSUk{r>&?&!69dJtaUn){-E<U<Uc!4}Q*MeR&rsAnWPk7{Vc& v%)!fBDwLq1ukRnmFfo-+VUtZmh!8{kR*8qV*PosWRLJ1z>gTe~DWM4f+;T?f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/up-background-rtl.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/up-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..3f6060603143a930d105b351f5bc913a26e627ea GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Bx;TbN zOnrN5BWHty0PDq{O5ukNr8ebeERVW8?F+AofyFhpIVqFW8_vY2$ZjiNV3@(Sq1Nrl ut?K+qZtvPAZR29}Iq&_YZT{a4Z<v<M;x3o{oBR-HEQ6=3pUXO@geCwI_Cy2# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/up-background.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/assets/up-background.png new file mode 100644 index 0000000000000000000000000000000000000000..3247f7f32d434e1f73da901f9b4017e1d39992ca GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tl&$x;TbN zOnrOCP_V&)hv6VMt6b1SMW%peZ!4Z7Od^Jk69WvL58AWssCs_nZufV;gw?B#p5a>+ zm=@;p=G{Ifo?dCCrd56i?zEb-9rOS3rv0womvg#Fwc_)8frc}9y85}Sb4q9e0F$mm AQUCw| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/gtkrc b/themes/Mint-Y-Darker-Havelock/gtk-2.0/gtkrc new file mode 100644 index 0000000..eaa265b --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#4a4a4a\ntooltip_fg_color:#4a4a4a\nselected_bg_color:#9ab87c\nselected_fg_color:#FFFFFF\ntext_color:#4a4a4a\nbg_color:#f0f0f0\ninsensitive_bg_color:#fbfbfb\ninsensitive_fg_color:#a9a9a9\nnotebook_bg:#ffffff\ndark_sidebar_bg:#353535\ntooltip_bg_color:#fbeaa0\nlink_color:#5294E2\nmenu_bg:#ffffff" + +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +include "main.rc" +include "apps.rc" +include "panel.rc" +include "menubar-toolbar/menubar-toolbar-dark.rc" diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/main.rc b/themes/Mint-Y-Darker-Havelock/gtk-2.0/main.rc new file mode 100644 index 0000000..72255a9 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/gtk-2.0/main.rc @@ -0,0 +1,2441 @@ +style "default" { + + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkWidget::focus-line-width = 1 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 2 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkEntry::state-hint = 1 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 15 + GtkScale::slider_width = 15 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkExpander::expander-size = 11 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @insensitive_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # For succinctness, all reasonable pixmap options remain here + + engine "pixmap" { + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image { + function = ARROW + overlay_file = "assets/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state= PRELIGHT + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Option Menu Arrows + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image { + function = VLINE + file = "assets/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image { + function = HLINE + file = "assets/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image { + function = FOCUS + file = "assets/focus-line.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + # Handles + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/plus.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/plus.png" + } + + image { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "assets/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image { + function = SHADOW_GAP + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +style "toplevel_hack" { + + engine "adwaita" { + } +} + +style "ooo_stepper_hack" { + + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + +} + +style "scrollbar" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-horiz.png" + border = { 2, 2, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-vert.png" + border = { 3, 3, 2, 2 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-horiz.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-horiz-active.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-horiz-prelight.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-horiz-insens.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-vert.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-vert-active.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-vert-prelight.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-vert-insens.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = @menu_bg + bg[INSENSITIVE] = @menu_bg + bg[PRELIGHT] = @menu_bg + + engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator + + image { + function = HLINE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 4 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = @selected_fg_color + + fg[NORMAL] = @fg_color + fg[SELECTED] = @fg_color + + text[PRELIGHT] = @fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "assets/menuitem.png" + border = { 1, 0, 1, 0 } + stretch = TRUE + } + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = SHADOW # This fixes boxy Qt menu items + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "checkbutton" { + + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + +} + +style "entry" { + + xthickness = 6 + ythickness = 4 + + base[NORMAL] = @base_color + base[INSENSITIVE] = @insensitive_bg_color + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_entry" { + xthickness = 6 + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/notebook-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/notebook-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/notebook-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_tab_label" { + + fg[ACTIVE] = @text_color + +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 4 + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "notebook_combobox_entry" { + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "combobox_entry_button" +{ + xthickness = 6 + + fg[ACTIVE] = @text_color + + engine "pixmap" { + + # LTR version + + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "spinbutton" { + + bg[NORMAL] = @bg_color + + xthickness = 6 + ythickness = 4 + + engine "pixmap" { + + image { + function = ARROW + } + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} + +style "gimp_spin_scale" { + + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "libreoffice_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "standalone_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + + engine "pixmap" { + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # How to draw boxes with a gap on one side (ie the page of a notebook) + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + + # How to draw the box of a notebook when it isnt attached to a tab + + image { + function = BOX + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "handlebox" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" { + + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 + +} + +style "combobox" { + + xthickness = 0 + ythickness = 0 + +} + +style "combobox_button" { + + xthickness = 3 + ythickness = 3 + +} + +style "range" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-horizontal.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-horizontal-active.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-vertical.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-vertical-active.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + + image { + function = BOX + file = "assets/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + } +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar_v.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar_v.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "treeview_header" { + ythickness = 1 + + fg[PRELIGHT] = mix(0.70, @text_color, @base_color) + font_name = "Bold" + + engine "pixmap" { + + image { + function = BOX + file = "assets/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +# Treeview Rows + +style "treeview" { + + xthickness = 2 + ythickness = 0 + + base[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + recolorable = TRUE + state = NORMAL + file = "assets/null.png" + stretch = TRUE + } + } +} + +style "scrolled_window" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" { + + engine "pixmap" { + + image { + function = SHADOW + } + } +} + +style "toolbar" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = VLINE + recolorable = TRUE + file = "assets/null.png" + } + + image { + function = HLINE + recolorable = TRUE + file = "assets/null.png" + } + } +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + + image { + function = BOX + file = "assets/inline-toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "notebook_viewport" { + + bg[NORMAL] = @notebook_bg +} + + +style "notebook_eventbox" { + + bg[NORMAL] = @notebook_bg + bg[ACTIVE] = @bg_color +} + +style "tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + +style "eclipse-tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = shade(1.05, @bg_color) + fg[NORMAL] = @text_color + bg[SELECTED] = shade(1.05, @bg_color) + +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 100 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = "#000000" + XfdesktopIconView::selected-shadow-color = "#000000" + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @bg_color + bg[SELECTED] = @bg_color + + fg[NORMAL] = @fg_color + + engine "murrine" { + contrast = 0.7 + glazestyle = 0 + glowstyle = 0 + highlight_shade = 1.0 + gradient_shades = {1.0,1.0,1.0,1.0} + border_shades = { 0.8, 0.8 } + } +} + +style "xfwm-tabwin-button" { + + font_name = "bold" + bg[SELECTED] = @selected_bg_color +} + +# Chromium +style "chrome_menu_item" { + + bg[SELECTED] = @selected_bg_color + +} + +# Text Style +style "text" { + engine "murrine" { textstyle = 0 } +} + +style "null" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + } + } +} + + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkTreeView" style "treeview" +class "GtkToolbar" style "toolbar" +class "*HandleBox" style "toolbar" + +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkCheckButton>*" style "checkbutton" +widget_class "*<GtkComboBox>" style "combobox" +widget_class "*<GtkComboBox>*<GtkButton>" style "combobox_button" +widget_class "*<GtkComboBox>*<GtkSeparator>" style "combobox_separator" +widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header" +widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" +widget_class "*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" +widget_class "*<GtkComboBoxEntry>*<GtkButton>" style "combobox_entry_button" +widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_viewport" +widget_class "*HandleBox" style "toolbar" + +# Entries in notebooks draw with notebook's base color, but not if there's +# something else in the middle that draws gray again +widget_class "*<GtkNotebook>*<GtkEntry>" style "notebook_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "entry" + +widget_class "*<GtkNotebook>*<GtkComboBoxEntry>*<GtkEntry>" style "notebook_combobox_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" + +# We also need to avoid changing fg color for the inactive notebook tab labels +widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" + +#Fix GVim tabs +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_eventbox" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# GIMP +# Disable gradients completely for GimpSpinScale +#class "GimpSpinScale" style "gimp_spin_scale" + +# Remove borders from "Wilbert frame" in Gimp +widget_class "*<GimpToolbox>*<GtkFrame>" style "gimp_toolbox_frame" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget_class "*<GtkCustomMenu>*<GtkCustomMenuItem>*" style "chrome_menu_item" + +# We use this weird selector to target an offscreen entry as created +# by Chrome/Chromium to derive the style for its toolbar +widget_class "<GtkEntry>" style "standalone_entry" + +# Eclipse/SWT +widget "gtk-tooltips*" style "eclipse-tooltips" +widget "*swt-toolbar-flat" style "null" + +# Openoffice, Libreoffice +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*" style "ooo_stepper_hack" +widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" + +# Xfce +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" + +# Fixes ugly text shadows for insensitive text +widget_class "*<GtkLabel>" style "text" +widget_class "*<GtkComboBox>*<GtkCellLayout>" style "text" +widget_class "*<GtkNotebook>*<GtkLabel>" style "text" +widget_class "*<GtkNotebook>*<GtkCellLayout>" style "text" diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/button-active.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd6865759433b710256f4b38e25f3231ff41314 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ((_>EamT z(fRi3M&3gPBCZ#I|J99XHqv%!n&jEA_K;D4fm7Bog=>>FJD7#mPSmK8j?U|gv1NX- zD{peK+?gEqH7hQ&#GH9!(f8Q)T>o>4#k;FjA5UGPk;(9l_0~C$wf7m;+}S%lg@JVy zXU#Uf=^vCItY$M^;mDg6(EN{4i`)8a`rD<o4DU71TgI!pmcQ3d3if)*wuF^SQAUM# hl9r_R$uoWo{_|RNV%FWMTnTh7gQu&X%Q~loCIHGpX>|Yq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/button-hover.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..aa079ece8e7bf704069fcb3750ed5728bc700c49 GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8Vc#JKp4Nx=eWuvW>dKlZ5X8r*svh|*?4iK{MWu^R8N!zJO))$xvT|FIqv853 zI`yry)fsB<%R6x}7cfTEZ0a~s9DDt?MPD$pfYXlh*zz93ZAy<8&4^sRYWb8)3^B8f z?5mX+l$?4#rq6qBdtlv}*onGsl}F$G58WTK!bx;hK&#dl-wR1;?~b27o65a6r1aB~ zGd!Vl8`vF~Clvql)#P33vE!=lgSo~3n13+%pSSCbJAIG|=zIoGS3j3^P6<r_Y`Aqy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/button-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..4ed823728cbcee7121313076bbea34ca3f9ec6a2 GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ+5z>EamT z(fRh;M&3gX0xlQr)lY{r3wm_iVRi6ObqHT3v4G)uieB;@9mZpd7ZnBXv@E{5r-b!F z>0LFYDo^$WOMTQH=)JVzIede`W7o4e+by35aX4gGr|)L(<8^R(!>ydZGWYtnaE6zc zr@Aqy=-z($J9B5q3MbK30j*kJ{4adz{@4+*?Q)DwPXE${m7m!zFf5tkx9#`Oi5fri dY*k|!;vP*hdfaRj`3&e%22WQ%mvv4FO#nZnYUKa` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/button.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/button.png new file mode 100644 index 0000000000000000000000000000000000000000..9d50a7e4f6dab8c2c67c550ffb8f248308336a1e GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ()5>EamT z(fRh8Vc#JKp4Nx=eWsieU%<qv_*5XENT@7dl#f|PNhtQ+gG{B=J!eH$u87GoT)#!9 zzIC=b!(juNU@zqY)~cjU9VfD5ug}k%^^8wp>6d`3lUIFH5?ZvQIzR3CoX;G0c3JIr zQDRVPS|xWThkwKB&jBgjf$<xE?~|I&X1c<WH!Gm|pYWC))jvK~72kBqH=eC*SbqFW v+5^rDj8lT%Sw7z=*12I9YmJxYeunxACcAC2Gv=}YozCFt>gTe~DWM4f^AT|Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/menubar-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/menubar-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..299c550650fa3b0ccb2c20ff9e5fb239f828c05b GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL!3HEb;&xa7DVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0vUo-U3d z9-VK`Itns4a2!7Hn9cs{`ZfLm7sWdpay(~=zfpe<R0Rdg8@9=^iX}F&Y_@*Fa0?{p M>FVdQ&MBb@00l@fPyhe` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 100644 index 0000000..23a344e --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1,222 @@ +style "menubar" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[ACTIVE] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar-dark.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button-dark.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + + +style "toolbar_text" { + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[INSENSITIVE] = shade(0.7, "#dadada") + fg[ACTIVE] = "#dadada" + + text[NORMAL] = "#dadada" + text[PRELIGHT] = "#dadada" + text[INSENSITIVE] = shade(0.7, "#dadada") + text[ACTIVE] = "#dadada" + +} + +style "toolbar_button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "menubar-toolbar/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "menubar-toolbar/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "menubar-toolbar/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#414141" + base[INSENSITIVE] = "#393939" + + text[NORMAL] = "#dadada" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#2f2f2f" + ChromeGtkFrame::inactive-frame-color = "#2f2f2f" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" + +widget_class "*ThunarWindow*<GtkToolbar>" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*<GtkMenuBar>*<GtkMenuItem>*<GtkAccelLabel>" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkButton>" style "toolbar_button" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkWidget>" style "toolbar_text" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkButton>*<GtkLabel>" style "menubar-text" + diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 100644 index 0000000..5bd9a7d --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1,166 @@ +style "menubar" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[PRELIGHT] = "#5c5c5c" + fg[ACTIVE] = "#5c5c5c" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#fdfdfd" + base[INSENSITIVE] = "#f4f4f4" + + text[NORMAL] = "#5c5c5c" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#d9d9d9" + ChromeGtkFrame::inactive-frame-color = "#d9d9d9" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" + +widget_class "*ThunarWindow*<GtkToolbar>" style "menubar" +widget_class "*CajaNavigationWindow*<GtkToolbar>" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*<GtkMenuBar>*<GtkMenuItem>*<GtkAccelLabel>" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*CajaNavigationWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" +widget_class "*CajaNavigationWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/menubar.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..2be034ef3a8d8bbcdd55baf64b7431eec8a61e19 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL!3HEb;&xa7DYhhUcNd2LAh=-f^2tCE&H|6f zVxW%eAk65bF}ngN$X?><>&pIsg^%A{SJ3<RTA+}Tr;B5V$MLsk9R(Q-c$ge-b=KF< xIN-FnDLkL|&BnhWC82H(Fz~_Gz;o3>rka&((}Xr<Bmi|Yc)I$ztaD0e0stQ1FGT<V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/menubar_button-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/menubar_button-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8179244b3357b617c59ab2c51b0cee420aed820a GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ!3HD+(^8%SDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-D;sd|UZ#>q}c}=V*$|&pP3f0BadZL=x85lI&nNHniZ`A=RX7F_Nb6Mw<&;$TR CKQ06S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/menubar_button.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..78c8122e226f075afb51e3b0ae6ee728a869a198 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ!3HD+(^8%SDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-Hwl02V&)mx>yjE9YYs!^Lf!=Pql3Q8$85mxNGQDp2T$KP+%;4$j=d#Wzp$P!` C)GVO@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..54293fdf0ad2ca4289100a4744099a03b02634cc GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7mo@^o<w z@#svxa{c;${nc8>5)u}lQP4Pb_`s1fM;v%Rynk=s_I>?+gBXjV=?_1?4d>C>v?_^5 zEN@o5-2J-H%FowsORiqN_Ma1Px6@{)%9hH=O*(hCMoIqrpPsnlo&W#&aZ-U!yoWb7 zewozq>D9k4|9za2_VB#l_iwJFcK5y7-`1fXJ<}UIJ7;z_MjdSBT{CanFK%IDVdm1L zc^n2=7gxA07VC{N$+|dU%ZvN>>v<MNF0|RQNx|y+<o6)1&-?iLM1e<X=N3$LwR!Vr z=KHwXw1j7m1#>PKhL;3|hW}ZbvY_(gt(V#RS0p-SglY6|-Rrk;&n}nGFZY_yl=%Af z>;KcMI*eZ2)-dMi{1~)#=ht^n)7!Y+-x=BL{5^}2!DM61qP_M~A;6$y@O1TaS?83{ F1OP#&xcLA8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..519e134b1090ad7b73802a45c968f615f3e831df GIT binary patch literal 406 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7l7_H=O! z@#uVeZNJyy0FmP#@9#YFZ=zYDhoKj{>&3HccUN}WHFM=PariayF9>+SyhDXw;f2uS zMIr2p!Mj~HJP3U?A$zH-bKmZgJ(4Xo@(*er_}EVh+7x2Qww~W(nX*Cp1;L38p&K`D zywa4s?$87+w=YGLt*-qFR4(4N?zY_PhNc7S|DO3AXTsyZ(vxk^ho1FS_Zs^iZ{Ah+ zh41g}VzI1WjhDnrKQ}$ITRGXsP2h}V$=>WRphn|#fl9`D?FCF)AXLvO$jQ<ef0}#8 zp8W=$EG?lMCtk}`*IyB%^*$<8`iseq#~BjKPIG4;S9;iYuJBXr^S|Yy^K(qM^G*u- uG`q?z{@Vl}lk;n{m}mQOcR%B*V|?e6HFL|UiG08?WbkzLb6Mw<&;$Te=cU{L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..bf7b10d06c2754b70137ebed2b57fa3a02bfaedd GIT binary patch literal 322 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sm>EamT z(fRh8VHUF^PwPYTs7$TN!EX%C<ZZlO#Pg0xF<0RU3tN0n{v@yL%u6?7Psutb{9}Hh z{q@i$ovUXy<VxR>t#)$}5ac<`U}n7HRqssu89#TedwpK+gw1(&2KCUtU4}+Q=SpWS z+iu(UKUDLn?emzEcLkkxY-{Rx@#vj{*UD{9a!aRZZFQ3?UEwVIDxm$JZb|)aU#a6C zSs6My0<vwlHMu;Q+HpXMDfF-2QXZF*o5gcx+`M_lF1d%}{H*BxKR$R&YVn#h6X+EN MPgg&ebxsLQ0BXv9SpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..401c5cb577b6ad1942b2d542416d4032ddd97781 GIT binary patch literal 335 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ&uk>EamT z(fRh8Vb@^;f!2rW(anNKRyY4h@=Vz6z_BFihB8Z$0jG4#&f?66xyOWWue_wA`Lvbw zFMEZ&kLjxSzo*VL>{E7OF;rHXlG?dQW5G<x!v;1zhT==F>|M2LzC_3Oy6Mk<8n%4M zU3<0Q+}hIE`AI$dS7*-JT%32-h2`|7JKLL{RqpHLFk<K^U01$$+vc?m_f<6<IlTg! z{^>s1dq0<TOYUz*21&ujj&IS9416vuS4;0oIaNp`ue)q=H_1*t>a~B`zfIS&zJ|ZQ ZCVZndL4i;6i4o9W44$rjF6*2UngC%6gFXNN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..24480b98111cef5c68227e9bdab2320057c0f087 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ+5!>EamT z(fRh8A>UyG9_PSmo2ICipZt41RkA}l;_a11FJu;X|7ZLWX4m()qR&u3@PyADNzWBp zE-a}%jjwlYcyGNecem)Py@&56rfCQovNC?SnX|TWrX}moV@ASr)c$N)z^a?!$Q^aT ze&Kh1Mb9tymOBbEPFk?)(B0(;&npkzUARg^iOJYGn|JHAXvIke#vL4Sdvk0{6#To6 Q10BcU>FVdQ&MBb@0MsdEWdHyG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Darker-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc822f001cd7ed843741d20d3128be0ecec9ebb GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8A=hC8p4NxUJt7wLy!?A!+-uIoPQ@;(Dbs?iteg-2XS~Ng%jL68`|icpx*l6N zxMT#nIJhiWm5|o4J9)k6Ws`$vW;rbtS!1cZl;!4k*~@R+3T0+9tnYZScjk1~=G}+S z%u<>^Q}T{1v!JQ<_4RST52qdqmwgq`Zgpkh{uU)B!9vM`dFo0`%^eG-6iIH$z5UrT zFm#P2^MTa!ovWN?NNTD+Nj-RXujY|6{w^&1J7)y$uHNk74s<?)r>mdKI;Vst0CK2y A+yDRo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-2.0/panel.rc b/themes/Mint-Y-Darker-Havelock/gtk-2.0/panel.rc new file mode 100644 index 0000000..c877428 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/gtk-2.0/panel.rc @@ -0,0 +1,153 @@ +style "theme-panel" { + + ythickness = 0 + + bg[NORMAL] = "#383838" + bg[ACTIVE] = @selected_bg_color + bg[PRELIGHT] = shade(1.1, @selected_bg_color) + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + text[NORMAL] = "#BAC3CF" + text[PRELIGHT] = "#BAC3CF" + text[ACTIVE] = "#BAC3CF" + text[SELECTED] = "#BAC3CF" + + engine "murrine" { + reliefstyle = 0 + glazestyle = 0 + glow_shade = 1.0 + highlight_shade = 1.0 + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + textstyle = 0 + contrast = 0.0 + textstyle = 0 + } +} + +style "panelbar" { + + fg[NORMAL] = "#edf5fb" + fg[ACTIVE] = "#edf5fb" + fg[PRELIGHT] = "#edf5fb" + fg[SELECTED] = @selected_fg_color + + bg[SELECTED] = @selected_bg_color + + engine "murrine" {} +} + +style "panelbuttons" { + + xthickness = 4 + ythickness = 0 + + engine "murrine" { + textstyle = 0 + } +} + +style "theme-panel-text" { + + fg[NORMAL] = "#edf5fb" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = "#edf5fb" + + text[NORMAL] = "#edf5fb" + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = "#edf5fb" + + engine "murrine" { + textstyle = 0 + text_shade = 0.2 + } +} + +style "panel-entry" { + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + fg[INSENSITIVE] = @text_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = @text_color + +} + +style "theme-main-menu-text" = "theme-panel-text" { + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "workspace-switcher" = "theme-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "indicator" = "theme-panel" { + xthickness = 0 + ythickness = 0 +} + +widget "*tasklist*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*PanelToplevel*Button" style "panelbuttons" +widget_class "*Panel*GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*Panel*Button*" style "panelbuttons" +widget_class "*<XfceArrowButton>" style "panelbuttons" +widget_class "*<XfceActionsPlugin>*" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" +widget "*dict*Applet*" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*Tasklist*" style:highest "panelbuttons" + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" + +# Fix gtk-entries in the panel +widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d476c05c8c9b4f1db017d26bf87783685eef7231 GIT binary patch literal 354 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkPexAHF)B+&`H;VCtVAfcr|3=HEjcHZ9`ifBRhR7AAM^dL)!pD+dyNd2xI3cQ;$Sb zk0dj%WVeDv9%ZY2>bCpT@A7Nf=ht!|p#5lI*Xh8nGeJG)f_g6m15y7aplNsJe47Nc zhP@=nFPOp8%lpyeC(-6>Rse<KJY5_^B*Jsgx$`v`2sj4@3s=2A``uo(n@2<N&)oSY zferqSXSSbU7r3a!;-D_wcdvEv#k<VEUFWSmmDXsw*6b$RH>asvZx(HO;`QzGiwQ3# nniWXBICT5|^;&Ny{`q<GY9e>uotS3}w28sf)z4*}Q$iB}o&|$E literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..8db05eee2348143644a591cd5b7127b3957ffb23 GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0T3y(#6mTH-abM44HT>WWqHd89E6>q9JVqYi&at9b*R_V@DkmM_p4VJu_E5OAmcZ zPea=PBgZgv-%JbtT+4t0n}|xAs5;xo8t3%M&Y3gZixzv9uk)-}>s7JNw_&$m(_X*k z1AZ+Bg8MIr^j`^?a204#fc3U2pi}rtg8YIRWYjfQu3fi&!<+XXK7Qh0PQMJ4+2ZNq z7-DgH?d6+7O$s7x398=42RGGjJ(Sb<y?)<^8?4>!%Z~k@^uL&`MVO^FWkSGBL8;09 z^Sx9uwS_v<I2s-)Fe}*pl(*U6P!(J0xHrl5DdTq4<eWP9#$Rzy6><t{ckE?5GEwx- zOVfhD)y8?>r5;#vtiJxeAn!;?;<saJjuCq+&lr_gy|#ZdyH4F^`qCqA75SgH)PDUc zSI0ch-I`J0u>zCBg@cmqZ!;zaUb7Slym2~ZKjWn*<sZ8^mxcq~&*16m=d#Wzp$P!q CM89wV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..63311727f74c51481b0d0398ca9a33a33d7ea079 GIT binary patch literal 373 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkPe=FDX{-?_|#h=ldgqKyb?0;nvTAej-ic?p`E^!uc1wVu~WFQbEK(fqN!(+xp$Il z{vyw^)xLGxd>eN8HSYCm-XG9@G@$ELK-Za|o^wGx7eat&!o`qDSKItDtbrEDmjw9* zGiYdP*3{Pa-~h+kOr?QJ<2_v*LnOj;`#psk6nI#an-q3D=9=~2{xY-o#7p~p!+pgX z_)D854>C9;FtRhKOgW?<@+0u9=MMId^OoFOY*AW&RHnsvleAOc)WaucTn@OsYU;YX lIzbbETF(`23%~z7KEp=1^}@L)CxKQmc)I$ztaD0e0stEIi4On( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..809aad74e7d7ae2f28e7e0c30e6e866f29a47130 GIT binary patch literal 505 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EjR8I( zu0T3;=H1Xqw*#l&37vQ?c;fY-{;Q#ru7^y#8Zz-($Rwc1)nE|gs*b*uj-ic?v4f7W zla8sA9uS$k>REW|TX-7U1Q<Gnnfqp0_~lvz<lBT-*hJRYMAkWHOmWVd?q0mevuwR* z#ai!*^}Y>z{2KTAHSZ6Za5-ecRiLqRpE8&N9id$k<QL4qFDe!rpOBE))ZEh2+Jg@) zDO%SD)VA5v#WBR<^xDg}g_;yZSOZMGjSp`6eU&Tt;eUIBBXT<`{DKeHrRb+SSU5gV zo;;;v;sljnUuH5);#Cq&SjHtF@q~**<$v=#?u>7yT(e|#vsw0Rn{ug?o9XA?Gp)BD z+}yR7?MLslGcQd)Ojxa*_FXEWRVZxz`-k_spB{VD>#LRc^_k)7Loe6<FL?J`*j>-N zi`hN@bJd%gz3ulIK4pk=sTg#Kb{sf3v;A;}>*ksgjYk(wr|f5Jyj1jlqh8t!pz|3# MUHx3vIVCg!0Q@)2VE_OC literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..3e13fb70d85917e716b647f879fbaf6c8f25f874 GIT binary patch literal 380 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkp7PZLMB}e1EMKc!>3$Nn|nKB?(OUaKy;^c*`2Z#_v%(ZXjltGkB;8{aN)tHdoRD; zd->zR>mSeF|9bxZ*V|9OKmGXq<;U-DzyAIJqThdi|NaX!`+;e~VW2gNB|(0{3>um> zwLN%%!rv#$fQsWhT^vIs!gJ4G=Q|+4(3)tv>$}{R=YQvK64G+{zx%T)i_;>F_U>Tb zdu%h<Sbi>8CJ-{ePyPh^4)(xzV&@j^ePgDOeX%6%wz9kGn}2$-pK@CHZ=|(6_*K2@ ezvZ+EE5zBKi)`{L_6P&o#Ng@b=d#Wzp$P!7;<U*C literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c2ede5a0f553268c50d0ca4f9e17cf8d0f6ba2fd GIT binary patch literal 492 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E)d4;s zu0Z-fArLa@YS^T!kyEcnPrVsC^=9Jqn@O{8r_8>cz2Hvql6&o&A9Zbc(zor&%)QU& z?teaS|MM*u-tM~m{`l=r7ax7O`~--;J$n1&$@^c=-v4_3{@3rnfB%AQd{OzY6KK6= zNswPK1HY(PY<xmuQ*%pe4?f^EYvV1Trgfe!jv*GO*IvFU)}$c98lZYu<jk|37uG!Z zzu#cjw*wE3hIW5`adVf$4o@NF$#YgV8hGuiT{uBx?+MXanhb5tLJeF`>OV*^-d)Dq zly~;E8N)m6b3Y$7GX33mE^ya^%3pgKpUk{|=rwP_W&h`g-tsDF3Har&d&rfP`Td%b zqs896XT6_(Jy&m0^J_1U%rvoRNt?5m{f_P8-`{xA+q-ZAqr!^^XD-!k;m~E@KYwYU b+Hc<dr*e*d;F44Vx}3q&)z4*}Q$iB}{?+^~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..757c9feaf9b90e903c6599db7ba87c7d7a9fe941 GIT binary patch literal 379 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkPe=FDX{-?_|#h=ldgqKyb?0;TF9iU;Zv?hPrVsC{bv01n~5`Trp>*bz2HvnqC3UQ z?v<^$*Szsj-?k^0pM1Ie<lEIJ-|oEpaqs1i=kI?#|M2VWCm{O$`!5ju2Lg}t6U>2j zD3k>G1v6-9YSz@&_TU10*5}6q)h2qnIEF}s=k}lEYf#{E(QXorDU6@+?|*z111HP< z+&H6|VhW4b7$`_EaP&N2XyDv9Az154)^q<AQh|CU-{ZEV<=2!s%`M5%`|VXOIMXif qV!!O=n~up^O!dn*pZK6u|Bv-W4SUM{OQoPdVDNPHb6Mw<&;$U1(4_1D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..219811bd5ea5950f53aaaa0fabddfd7422bba42e GIT binary patch literal 503 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EjR8I( zu0T3;=H1Xqw*#l&37vQ?c;fY-{;Q#ru7^y#8Zz-($Rwc1)nE|gDiDQDx*9&^diH`l zxeM;(FS=8_<W9rd2Muc<HLicuv*pRmz0c?Ef4=3y+ie%#?z;T`=*<r&?tD6P@6)5V zKc0X1_5R!M58r-&`tke6ufIQj|NZs*@8AC*pzX3m6X*!-k|4ie27Xbo*!YBm#HQw! zmewA8U`f%sKA^UZo-U3d7N^%<zAe<GAi$Pj>TTS3s^{Euqsss6J=gRscHF-5A^ubS zxrPmaB1+A3KF-^q^YaU<dr*ne^NcnI2|h1|IVb)n{9+B6K8xjQsHrKVnEBEx$$d<J z_nwQ}kzo0`nz>_b){^Ve2}{H0UwX@{5G~-B|1OdDQQr4!YK|6rYtQ(;{(7$7V$biz z3VPn%n-%hl%Y_!+JDlH8u|=3ck}rsX)5_xU4(YWiA>a61rPyb_5kJLg9Fz9s>^7j| O89ZJ6T-G@yGywoZ-Rxfg literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-selected.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..e6516105cbeda31f40a1a44abe2c025e47000ea9 GIT binary patch literal 362 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkp7PWLMC1dn{+K~^0n|O*VE?SN}qcxd*SVzg?CDp-7Q;wuXgo=`n3-l);>IX>*M(c zpYOf=cJJl)2d}?BefRVE`=4(=|Ni{_&zB#6zWx0B<JaFGzyJRJ^ABjlrac#r0xe@N z3GxeO@bvP2^!Q1%`I;3#p#)DC#}J9|+<tey0}4DWvP_D5zq>v9Z*Rojwc*5_vL&UA z938?X9Bd3swiXNu2gS1%IemSZarCc}U9(QP^0`HOeXc!PmwNeSj+VQs?>6V@HqkF{ m<+^Ff)Gs$a|3RbXAM?cpVmhC?ME3ygV(@hJb6Mw<&;$TvnyMuL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-selected@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..049a649b3fb36cbd319d49a239d9fbc1c9724d67 GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0Z-faUf*kwa|&zBBx%DntDBY>W!FbHxg#tOrCWsW%jM?1$T;;+-uwPsC&zkzU_}^ z?tMPz!1H+rUTnSacGu;1$8UeS^ytgw$3XP;;hP^%-u-;`{^#@eKmYvw_xJz*e_-1e z_LeUPI)$$!$S;^dMqOj&+I8zUym|lO<0lU0^vgh*EuJopAr`0CUcM>Rq#(kUpz3XW za8vEp6FH6F>-T-Q!P?!v?AZTF|BKmLgjs4+CIs9Rl$z{6-%BM^Tc|UQqv4SPvx4nU zd7J$WRk4+hdy`zBGHzE*&Z%>6{1x|9A*Y~r$6mH0ouYSMnid4EHqQGl^}v#2_4V%s zc}GeTza3L^jM!Uw#;CmNwf&pfb?P?LmmYDe$p5^f_Ul)<I_7!q){Fv=6_^|@9F%N- ln=vu)nx#nKjngUn8P7f|f9Lt)j3dzf44$rjF6*2UngBq|_9g%T literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a41daa39b20f5e4f632ca6340cbfdd6ee74a66d5 GIT binary patch literal 474 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIap0G|+7 zARRLKYVgEsp_8r!Pr4Q|@oLD#YuX0Z+J?3|KxAa6V`Q&q;bCCyYiQ$d=9z5fm15?V zYUZ78?we^9R%RVmX&qi=6H)DwGut(LwtLZH_mbsal^cEQclkE$_iNhg*Lujm<)DAt z5&yQML46m4doKj{0nw%430FcUfb3efOtA*&2=<a7zhDMWFYiZ>pG2FlSpgK<;pyTS zVsZNJmD@s13Ic2i#<`b`-sY5DFygKJ&#qHYP^6f!O#7~O+K*@PmK~3ImMk+~rFsAD z0{^W~OD9NWv256N^PpB-TyBCaGsnv2Gqow1O{Irq-gHXM<9>MUj;wU)Yn`5VH6L!( zJ@+)=X54Xv@8I#Kv+KBi-TCtCRA=UaXNzT?pS)l3sHpF=$m%@f!g*Qpt#7Qawr#)5 z-~031hBLAoccx`3?37QhRZRY~^Izk&{wb@c-b>Lq|6O{W|Fk|G1r<=7F?hQAxvX<a GXaWGaioovx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..8d11e2efd08a85adf619a1dd52a82d2fff4dcc72 GIT binary patch literal 670 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS76tf( zxB}^*Nf$#W+z6h0Gi2hmkO|j-WauOiiH5WdtaXhYbj@7!%-!{^eDtk-46M8jZ2Syt z{S9sW&Aijiz0=Hn(#?G`Ec~)9{PQdVaxDY$ti!A9;+h>2I-Sxcd6cd8EL-JSw%VtD zr*G4Kzoxx@%?JEi4*0bm@^3lh-+I`;?MOh!@u0qo!F`v4`!9z~xB_&8)!nU&fv)5$ z3GxeOkWtrIxpv+94R79m`1px~IsGyN17nD%i(^Q{;kP$#2OTmHV0#c0C~#Y2-g$Kg z5mEjL-|J1IB^1t@?Y^yYu3+Q;)bw9x?|bfgtKz9LDfg70`Sp1xtuuSCUuJyixN&v! zChh|^JZBhIFe@);VESkO<C{f4*S>kHc1OBw_#h&{e4v%xrM_U(mz;~zb7Ztb)qgd; zu1jTmxZt9`m-F`H4Eq;;uS=@n|D3kk=AHe`>2`W^{$>>12|p#Ye1?1D()7+9?hW4S zm4xK@*4a4EnfF+ZD{s$Mk17odE0cG1dh2WE?flODd}6%M#uq<azbzJ9s#Ro@b(_cc zV@FNgv198>mi#u1+Z%Q9tznyUZ%4(PkE||dlFvGOyV%}qSi5FxaqVoMoW+m-`nWTg zKRUa<k7?bJ>{E~Hmxw(QeQEmRmFT0V{e2v-9_rrpuj^zL32@Mps1PV&IN&F7gDpX- tWX87pO~;F0#yvZo`Zi2yVovZshL;~%KgtWoE(eA@gQu&X%Q~loCIHa+9}55g literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..4fdd6430d4c0be9ddab9899d18057fac2aaf1590 GIT binary patch literal 467 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIb20G|+7 zARRLKYVgEsp_8r!Pr4Q|@oLCKAbBkmED|~8deqeG(Nk}v&%2#5?{?<=+t~|l=PtaH zzvxcUlDoC5A9QSf+_UxZ)ZNdf?S8iN(!1T4-|xNp{>;74XYYSL|KQ8ThhHu}`f};f zmscNuz5ev;<F`M*|NQ&&_us#N|AFA4iQaag_3R}<e!&c$Ufz!$KZ!P9vjQlz-P6S} z#KQmXmD@s13Ic2iM!DX))>+SuxGVpw>l73uMNW*qtDW}aS-c-}GV{upJTjuJx;-&` z3ONgJGxjhnleV8R?fqPSA1}o%C5|uaif*z`US9HO&w_`Fm)|YClgX!YrgCdo^N(-y z(+|$!UZ_&WvCgjO+f>II^Ix|*U3H(Yek=O)X10yi$wIk}uhoQ~2R>i1^yLcX{9V$u znJbL+)8dYcifw&r^{y&^=e~C9vKN0nS^XsaZaBQ+4xFvEfbr`6*FY~Yc)I$ztaD0e F0sz&P+Q|R_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..eb4a126c33e7660d82c110f93bb3a0d0c75e2afc GIT binary patch literal 659 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSW(N3# zxB}^*Nf$#W+z6h0Gi2hmkO|j-WauOiiHX7|Uyqz}J$25ljCr>+foT5itogTd7T(ES zcqf0+oswnun%6&U*#Jb3<{x~q>cs2yXWs0*^zQiWkH>F+I&tUI$vdCU-v4~=!RPZJ z^yTHpU$21Z)2}z5f4%+u``wq{pT7V3^5f61KmY#!|Gz@yZ4A(Hd?i7C!3;9$8Y|bX zTfgDW`wt&KaWJP}W?*0p@^o<wi8%cB#_ga(1_Epkf&v6?FIb?|#ctD(Zu0(r!8Q%k zv)gvx&YAl#>Hq0-AI{$Q+?6QgDs@(GskMi1!lk;HhrGQC&Ki6@8r2LwsR>LD$~{e7 zT0j0j`1y84Xu+?<_inmPGt(P27|i7a4j+s^FW!9c<?gMaNg5GfP8X}P&#hZ)vgW(Q z1H&)p?#bj|ESQ@9TKfORlis=ZQgha>{d$D+SzyAuN~L##5BkG}IQiMP&r|lBSIE!$ ze~*)jt;n7~MRm1v?JaB9-q)WKzOUfun#VKVxa)dFKB>5}ZRYMr>Oc4O^v1sO_?}!- zH8pAPaS1+ArALLw#03odP5EsFzg94B+j5QjO0r+h^2fIC3i}(JYHW<wHbfVCR{n9$ zQeNk={@}{#o&H;{KarSgZ(#G+d(DC-E+fZ>t``&;ej9CIKM+wev+P3S_2Q3pLZ?*s g`YpNmCTJhycL~{PhZ_t|1H+xc)78&qol`;+0B#pWLjV8( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d637617a5bc3afd67d4093ea30e59807a9ed835 GIT binary patch literal 357 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkPexAHF)B+&`H;VCtVAfcr|1qkh~T#<$Cng8`0Bl#7@5vKjUV?%$sR*Z{;k!leg$j z@zQ%`%kQ;pc+|J;$>qmit~~yF?a9}>FTdY=_5Jz#pD#ZAeDnF&+t0uM{QdX$-+v(3 zet8`y&>HrVAirP+PcQFBkDo-FuUP>UO7wJb43P-WJ%3xMK|r7(v2)vsDd*Tf{_~$H zY1H#?_usTKv6fAzxST|y7YMlOI0W(Jcr~uA`qyxs;cQag!-c`suhZH8m>hqWw*ON6 vF%7}^iT!eyH#fJ4IMw?fpEyD3{~zwZ671bq8Yfl(Eo1O>^>bP0l+XkK-4~#M literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f7d3b3cc27a02aefb4e7cd6ceaf97a25851133 GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0T3y(#6mTH-abM44HT>WWqHd89E6>VxrKA*TN=V3!i*FXW^aPg?I87-6>jfw_)vr zhP4kH*FEgn`grEv=kpG{*m~jZ_6u)!U4D1;=EoCvKApMu`Qe)%FFyQy|MmBWZ@)i( z|MUIV-ygsK{`~##*Pnm?{)2$}n)~fQr|^{o`2{n`sB5fTyKeo4H}5}u{KUbWei<mU z#nZ(x#NzbY%QuCZ6hzn(RK1NG#f+nJ&rkYZzwg5h*6umWj{TqXznHB>n58ylLclda zsmcEHjr=c#shpXu$nc6?lA-NMy}@s$Pu`79f3#LJF`k}1<<rIwOkek&YP_9bT3*fj zVeXoi%h?HQ!{#4)XR44T5Vrn(;^mI(ci;5-Hf^Z-JmdDQmuvqAnEjooJbmernTxmY zwD<j8#lN5N$wfbgBXt6d3il35w!h7o7<kQ6B=E-Rl>LmlmrS?>Z#@M@4FiLxtDnm{ Hr-UW|)Kl#P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c54fc4ce7d0c0598e6aa3df7e269dee4197bd039 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUY@Ck7R z(jk+t22Z>eI_X;Qq-!A)uZB##rfpyiBztdM2>?p7mjw9*GkAJ=KYIKm+I-Clppd?& zi(?2!baFxi<Fg(<g^bXIgtrXL>}-4-iy7?~%Wwopwv--Ro6yB@QJ1M8oPptoo8iSz S(%P&*tqh*7elF{r5}E+hOGtMB literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..561baa8e085cb93d5d73464a68fd4ca60a7c12ae GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0EiU>0;=F8^M!rhD^K`GT|DK44nib(U7)*HBcmuXP!Aw4_`@;UoeA=y2i@2>(+00 z^ZvufPaMqYmw_^Vo-U3d8t0P}6nJJ-|37@NlyyPF)q0f;92yt;bv}q{6v#(D;176U z&m|GiSRUZed0@c@ZZC!ZY+P5Axoa4?G8DOeShx(HD*SL~>FB6tm>*i*QRZ;z4A5i- MPgg&ebxsLQ0C6E^djJ3c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2a226be9490f06530cdc2ee703553b60c7289d0d GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUY@Ck7R z(!rB21@>PKpL#1~(zTF@S3)LU)6usInRNB%V;4h^1tmd#!3-Ljnl-hxJv}SMV~l}< z`kpS1Aso@k2@Q<TdiWGFLK70+GBC5V@o_9>v|lX45g^%8dT?z*7sEwerh;$=h97Q* V7e7gBvjVj;c)I$ztaD0e0szfzM<@UQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..76a155a4797c1467178622dd076093fd94f2b4bf GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Eia^KR&*+kw;XgigE`Jn?!^|JBe**Fz>=4Vic?WD-#1YA}d#RY%_nNIsgQpaRq* zP!i-9%)l=y78{?Ckl57R($d<~6KMRJ6)5ND>EaloaXvXgfoDeb|HB7MSr;^1tykH= zp>d&K=Yyz5fqdix{(uMeToM6|<pB<z2Nrzb_EPxI#&t!RyM~b~Ly_Buh0EZn!Vh<r cj*e=E`JvSvWe%6l08M7_boFyt=akR{03zaKjsO4v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..61cabc15c6328a477149f01c3518cb6d2161fcd5 GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xA*>@Ck7R z(*Kb_$fT=4-c-wiexL+<NswPKgN9~JZBI|lraQ7gAze=w#}JO_<b(!Bwe2Pf9)Sr7 zp3Kb5Y-SwFjP}YR908Ior3cqGM9k7*C}(9TG*opljf?jOYGm+q^>bP0l+XkK{$xhy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d1b81c83d711566b2901e2da2e7968ea9c3f231d GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0MeL5D1xc6{sZI_xci`YQB;nzhDM_QL)(ggv6%ime!sgfsQMgKpAgO7sn8d^T`Pc zJTq3mKXlNHbwR_^SQP_Kjeu^Q0#S_(;*k%;0v_mbNdz<+2RL*dSnz?{P2sr`cMKy} oh7z|46YGpk0)JGQT#nc>%wYA{Czc`{2Q-$!)78&qol`;+05@%H1poj5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..8a93396888c9b05de6fd2d22bc89bdd34949b0c1 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUY@Ck7R z(!rB21@>PKpL#1~(zTF@S3)LU3z>BF|NsBXWGr5TEGP-`3ue&J)U2tk?de%59%Bp? z)c1684B?1QPH13!_N7QcBQzmFmz|lNt&C$agZ*M=jsVG)(t~RgxY#eMG8Kd~F!bx| V9A%B!qX5*(;OXk;vd$@?2>^jRNHYKc literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..838575d71f9cbf33a2e2b12d82114df957b575e9 GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Eia^KR&*+kw;XgigE`Jn?!^|JBe**Fz>=4Vic?WD-#1YA}d#6^Q=-|Gzgm<{wax zKuM5aFay7+SZsVkLSj>MOG|4{PoVK@R-l}pr;B5V#>C_V1)dqz_YWQ{WnIv4)mmi( zhsK3=oev@!1^kf@cmp2Da!CX<{ts~IJh0#cx0k|xHm)m*+%}9{8H(IKEL;Xp6@Iw0 cbaYfR%n?kxa5`P_Ezo2JPgg&ebxsLQ0E+cys{jB1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-selected.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..090d27bf1949e8f716826e424c52f8e5fd58d6cd GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQm9aT^vI! zdXp0tu>JV|fB*OY|Nqbbqb_Ij56BVU#Mtk7frq(Y0t6Pa{ZT*uv<C=$rc~8G;7xE8 z=a^d}yT0ve<*X~E2QzdOcq*LQ?j0|<1~g-@#~J>9pc(HySH6}6>1HTv-mue@;e!d# OP6kg`KbLh*2~7a~9aY=_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-selected@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..343322fa7a517e7b569e17cfe7bebe8ad7a0ca1d GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeLI1n=N8c^Zpb!S?EdiY9${DK)|)HPPFUAKP2oA)0+e&S$GzYLV|^K@|x(Kw%+ zpujVu`v2jBrK}4YuGXt;;Ly0xuk%4vqd-3L0e`>)doGE9#_|A%&I1cRaC<5IXXCn} t%w5CCm7&P(!@_0oRN;p^OGigF!~D?djxvW!XMiR%c)I$ztaD0e0sxXvdaeKf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..c24c50a7a1c7583bf5b7a4887f6accb3cd746a5f GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUY@Ck7R z(jk+t22Z>eI_X;Qq-!A)uZBznlGpzK|6e4p;S7{!FA4GsX7Kd#e)RZBwE3D9Kp}lk z7sn8e=;VY3#%EuO6f{B;5_H*_+1biC7Bko{X66WxY$-jsHi3)%qAF8CI0Hk!zRpqB Sm^}(Wtqh*7elF{r5}E)UDM(-d literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d0fd54a4d8731baa75bd8bc97c9bb195b3f33d52 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0EiU>0;=F8^M!rhD^K`GT|DK44nibG1343{}-N4QUU7WD+%%oW{^?WSh;rH`VDX1 zfB5)`gE{>&P{z;G#W6%<Vse54&y4E(2M?CAE@-%Ft+Ihb<3hX62N8_|{>TTs0S{!k zBmx@$2RL*dSnz?{OJP47*A+!>8%C}SMQ$G!E`z5EKipY5I;t7w2&P>)ov!#6XflJR LtDnm{r-UW|(wJzH literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-selectionmode-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-selectionmode-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..193ed1fad8a70ebaaffb2437abc0193266d58b8f GIT binary patch literal 477 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIZ?0G|+7 zAg!rssG(t@rfCdC8YZe5CTg0dnmUG>TKbyW25Oony1Kf0AfRtxU}RuuWC%jWhDOFl z#-=7F=B8$rX69Dr7B&`^wzl@Jw)SpzK;+===<Ma_?Ct2{?dl%r>JjMX8RX#|>fs&c z=^b{$`T0Gd-8>~he!&d#3dc{JJoV?#pTB?mQVT<X;`=>a978NlU%hf$s7XP9Ey0t= z`^curk!fj{e(z6YI?2Llc-i-j?)^W9nxtJDujn}5h~i-4e17^)pyU*Rr{|o6lFX0% z=kD&6*V*;^9Q&lcOVdl7p1JM(#n!qwJ*lldsI)h=U-a!!$CF=m-wTI5mYP26^24fx z)!U1Tdbd6_o&I-Q=x3g4o1&i=KKU#cn;A84WB=rkIU657dad4n{jib#k>@k7Howa$ z->c5}*Lc6f`-ziM^tN}XvKVab-)q9Qu;;z{1Pwd+%<U$-fL>wnboFyt=akR{03N@q Ap#T5? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b635b412ef5f801e74e9d2fd7c0272581583d7a8 GIT binary patch literal 675 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSrUm$f zxB_W4Eh7~TQ*~_<buAM$5HeQNG*#0u1+rB&P1G=umbQVGj)9IY1n2>Qfq{{Mp^+g7 z85<fI8yT6Jm|B>cSz21zTiZI>*g4zUyV^T?*gJVRIC(ladpSCLJGywgx(B$r2fBI$ zx_Jb-c>+<eyH~J>cc_PVSk!?QklzJLg8YIRY<>OwtJ*sD?%V(I)8{XLYglG#GcYhF zd%8G=L>zv5<95&?0|B-NOkJ$pIs753I+ASUFYNh$I`UM&Y_+#)H)9O^{#Eb$Y0Y`} z99v`mdC#XgR_v?Ks4Gt`XKd*a{mbykWV6>S1|HP{uEMmrENVg)%~#}NoKzYaBo!It zzARv0ddKF8-@(`V=VF?c9*<VyT(f7I2V-}$dKb%vA5UV$-X7d_->$r5!^QKShxPoq z_e|P5^}*A$2UXjr{@Ppq<uc=S>vP+0$??70JMG5vg%1u2ABp2<?vHcUx%bP4<<I9V z!H)tTzAgXw`uD5a4;M@0zsN-jobJ<JB44MmsH6JF)|)0r^Pg01)!TMK@b&Vq*Mqxy zjJ}E}E$$8UOu4f2j*w*S1@82_h5OR--?$xjH=nPx^~bE;jQx*__oo{z(GvXJvn)<? zU&6eb5_fGD&ik+OZ2|j#eTj?Lbf$N?1|;zx6YzS#vF2zhPj};<KT^VFncc-#tMVky jz1g85!(wNrJ~e*n&x{H~zxtiPs9^AP^>bP0l+XkK;Y9*D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-selectionmode.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..03311efed2deb69ea3c59f17439e3f3857cf5dfe GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD>c0G|+7 zAbsxKx%21GUjl>6moEcpAom3r02y!Iym|Zf?YnpHK7Rc8`Sa&5U%veK@#E*upTB?q z{`2S0-@kwV{rmU-|NjW9mTaI|TqQw%!3^>W$4{I*1(Y>!c%lasUG3@O7-Dhy>Xoy6 z%?bi632P&?oO2iM`28>c7IT|hf~Nc2&(j~KPnK=#eqxrb?6%tQ;BP0LHnFJ-@+{IW zaZ2SKn<F0dqIt`$3(T3UWj9;4Fg4u$cksmrA*ou6UE2%X`_nakd%bAXFrI#xx8qYq z-qMS2jb5+5W9T*e>(w~f)NA2?-NTEo@|Pdoc_}64qI&NIQNLMV+pQJjWy;o1*|~Fx mTyWFkthIYzZvW;tPhT>^e@)FTEk>ZT89ZJ6T-G@yGywo9aKcUi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-selectionmode@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e979f8c3bbd74801d117610402005023ca2b0a2c GIT binary patch literal 615 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSasqrp zT!HjOFgSPa+<6!PvXQwkVJLm!!iASFU%q<v>h<f_Z{ECl`}Xa-cke!a{P^k9r_Y~1 zfBEv|>({T}zJ2@o^XIQ$zyAFB^Y`!HfB*jd|NnpG+oVN6`vgjY{DK*5ef|8a+B){` z+yC*?=P!S2SY~Q7Ffaysx;TbJ9DaM_W?7Sg09!)Ls*FH(L%rNAr9J<xcZGU$SQvAP z&ztx2{oix)n<^)%2%U^hwTX8Mn6^1^ws~uZPt-5ReH%jqawZ<W!2Eo}%BJ80XPCtk z4m)zsWM>KyWE2Q+VEnuGTkJQkTWhVpaK_nO6<B;=_H}{e1M%lYl^u2mpAtWOFnxb^ z-J^q1`{Sg_Dpfu_sb0S8d*~;J-It%#iG28#{CAOj`SLrbGgh@X^&iY!)ZSPx?|s>Z zWlepJ?<au^E1u=Oh|}MqXuasz?}w8gb?s=^pPd|gN9nPuZq9P$YyDfk@*G!|<!gI* zu}|Omd&l#Iiq%(`ug!ej_w(u88*SJ63t4TBI^X2~A@F^@?K#y{j=vS#=N<fQxc;K@ zE&qQ)+!_z;**5P;pLTv)`vN7I80S}w$|t%nEMHZ+PwGd1{N#@9Tdum_{(Q$EwxuxA f%0p$+_EVA!ydNy?yslse20VkOtDnm{r-UW|%W64X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a2d09a4c66dcb1386c0aab8ea8b291f48d48da77 GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xHr9@Ck7R z(wdrv8X6XAn#NG1VWO&GqNZu8sbi?ArLU=Npr&b}tE>A|M>iO#nx`blFPK4I;rNM@ zr~dr;^Y?FGYGDXa+``kvF@z&JIiZ1Z*#~2X0Hp&5wtdqRxKoypu%DZamB&Wl7^9bD s0dwT{rWdo>czWa%yl1mMSjWI{*xz^SN{g=sKr<LTUHx3vIVCg!0AW!~-2eap literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2b9318ba1cbefd4f8402b9cbbfb4c3f615364449 GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EP60k4 zu0UE%%Sc7TR9)LdUCTrbgpAcRP1Q6^foxSx6EzH^rEQ?4W1yo80eVJ3(dj@_1WJPZ zf*EXm{rs!iI`;0{|MAo3FMn%TW@-cFay?xfLo80ey==|bpdi8;=<4cn;o<iGYiBJ8 zaY#&hx#j(Z!uE%g(`o}sbAorSFPU_{x<E0Em0yXuxBIM3G~2WbY@CxBkNACPmfyp^ z?Elkm&oBQnD_Fs!HcQF!+()^#H*cQBoZ8Z|>FdoEA7>}V^K7v&e!IDN63}7>Pgg&e IbxsLQ075-;iU0rr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..481a15e6ebf2b81e9bce00d25ee873d9b7853df6 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7u@Ck7R z(i$3O>YB!C8W3cvs%fIGWum2HsHLS3B-OM`bai##_=N}pmGYJZ`2{lwmseC)PM<z~ z#*CRW7u=XS1t?+R>Eal|5uKdS!05L9uEPYK0|%_0^9al_N=UF~X5-|!BXEq(OR|7D p@>;_SVJ@DYXA0ikEDzQ(F#J+<4=H)*uoh?rgQu&X%Q~loCICr!N>%^> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ce9562780cb800d29d0e0bd91ddfeadee253c6e8 GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EW&u7S zu0UEz(?DI_Tus|dP0K`0(^yr*R87-FP1{&a%UE5*SWUx39Vo74qNQ!1tqTGAH$N@f z4%8`B666=mpsJ_u84y%hR6KFgjF}){Em$=VD4XHw;uvCa`t4*-z6J#WmPnUtav%QB zH+B4YXo2BFkJ#nUuBjdo+0y@_!*BcVKE`MN*fpm2`82F*Viy%_TJ7ZWtd)5omxCmO zP9o?3)(@sTr(e94{_T#v;z?~D;}>eVy1J<|zcfuPK4iye60WPV)mgC*XeWcGtDnm{ Hr-UW|j#g-M literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4356b0ac3407588cd75fa6c316f00a0ae1986a GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUV@Ck7R z(*JP-m73X8fhxF4g8YIRI5@df)l5uX-BkZCj{%ArdAc};aLi0jXkc8{Gt=S1vI7U+ z>2R<t<K&TPQ)nw-W?rr!;j>^0qxl3~i7eJTK@toM5x<1Po?UdD57f=z>FVdQ&MBb@ E0Fjbcg#Z8m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..bdafd334439a1cda0c82647e3edcf457ac90768e GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeL6kzSkVgS@5P!i-9%)r6JD<~?asH|#Y>g4R|##R{^43vxWba4#Pn3$ZPz?5?T zKR;{z^rjzk{!cu>vcTaVx2vOuz^mU}A~)`9aIg#QZ(#Z^D#&!GzJcjK>%;^90~rr7 zJ-^s2U^zk6u~Fv#A%S%X_r$++Xfe3Pir8rV*HKh^#dzgcai!f;&lNzM7(8A5T-G@y GGywojo_(kQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..90d0374562aa65031c51f90f518da9f81fedf1f5 GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7o@Ck7R z(w8n>I(F>XWiYr11}|T}eE$6Tg$oz{{{8#^|9=}FXHB3wo{}KHU<N^<+`Rm*uI`?m z9%tisf<SQ#PZ!4!j_Bls21d2*GaV)<9XN1nt29TLg~5ikY=&j31_kffnmMN!Jz(3^ lur?y^zyXeJCXo#9fS$bKU^&b0LN?G022WQ%mvv4FO#r2ZUc>+Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..554d44958d1bbf6c4f25fddb7817bf99e083e4c6 GIT binary patch literal 336 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z<Y#fw+3UcGSP!nt$j&YwSj=FAx&1HuJL0YxAHDDv{<%h#`8|Ni~^|NsBr-s%Jb zH4B#n`2{m5YH2%rd1qu~wzRf&_kcjRitIn2be5-!V~EA+x04U@9S{&;U8&Wz{o4Qf z9O0)eYQ8dOOVjf|w?s4*G0GlXRkq*2@p`>N;kyK;J|&AKHZ2L=4-O_bKI~?A!g)Y! z+lTlc9`Dv&ycD4@W14O6=KfEzZS&r!&C88y|M>T&^v<*!{Kvl=Iq;qk3IN*5;OXk; Jvd$@?2>`Dql6e3C literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-selected.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4d32106a91fc846c32e52145ae36bbc8cdc7aa85 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(*N;-^NO#30u^zW1o;Is@CyjJxW>gN)HayuC$R#B%{*NkLpY+76B-zooeFg@h;3{< z94Wxz!!2RK>&WwvlP9JrVM9X@+Z~5*2?B>r7_(lQu<p=iIKe4$_sdrHW}pcSp00i_ I>zopr0A4U$zW@LL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..7b361e3461209ca7e8cec4c4a0439109142522a9 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z-fS%AyRG#{v0xFpCgn1NqRTwYzn*51L{B|f3Ds<ysiXVE<qpmesUi(`nz>9>>3 z`3@NH9ElPBUi7~{hhh3jqb3Hq!=Y2uCT>)YF-%ruw|y=redmU|VUs>b^o4vE3BM%4 zSrZg99F<HNA4oUE|7d;hR8_r`!<)O#X06-CNjJVPT_x9cyCnGi%xQcsRhlb|6YX2m W`S-<oO_&C>mci52&t;ucLK6U$!H=8( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb129da8b244e26f2e22c643ca88db8953c084a GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7u@Ck7R z(&x^dJAeNCB`~;r`7)3Oa$kS}kn!)|zyJULM}%<C2P)+%3GxeOkXJZ<;^e76fBu>` zJkbM+T6(%ThHykDCp0iF`w;37pmgAX*>4_!Hzf%P_nDLC=p{U`VrJvkNIk%t!WzBt ka6{uo*_6zU40l8s_6ND8d+u_X0W^fc)78&qol`;+04cU)DF6Tf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ae8ef7b929e41b2dad7e7690e0434fe179db53 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Et^qzF zu0Z-C7@RwI?mP?t*~na&FqFP<;lj(8FJHZS_4@VeKY#xG|Ns9G&k_ZoK>{T~e!&d3 zzJC5yZ5?~}?f>}c^OwIhEHkx%as{3)jv*GO-%hp^YETehakOD@OxyYIf5_?pC4~*A zCirbPpPlwbJgj!%!=Od?_<3&JuMhCqsmOXLh^2SNZk82F5li+>Na$jC!gxSr*@swz z$0z5$&v1_aFu_$|!G+m-)sN3N_~vMyw>nez(zbNvpZ1CO9nRV;S+vtJ8fZ6zr>mdK II;Vst010uOuK)l5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/pane-separator-vertical.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/pane-separator-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4f5d70f7b112aafd658d1eedf07a77a8dde7ab GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6dTdb&7< zaLi0jNk|AtPXK}>1s(}W35g#-ED-_3B7rU(FBa_<WhfS8<UHB#_6?|s!PC{xWt~$( F698e{ELQ*k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/pane-separator-vertical@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/pane-separator-vertical@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b82de17d1540d4b2aea8e4fbb88f89e1c3a16b63 GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^EI@3)!3HGFq;4Mt2^2edhHwBu4M$1`kk47*5n0T@ zAiW-h8RMiT$^Zo=OI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe2R_jGX# z(U|!5+(zC81rdjXzb6IEv|tk6@ZV-btC|~^HQR!VtK&a1v2)3Nad7>%%WQIsuyx)R i%LtV}uV2^J)H1~9$n9sCt@;ya6oaR$pUXO@geCxnQ9BU; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/pane-separator.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/pane-separator.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f1ca449c51555e918bb1ba9f81075bdc98eff5 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^5<twv!3HFqtYlb$6icy_X9x!n)NrJ90QsB+9+AaB z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD=<PZ!4! zj+x162?+t|2?+v;2?-Ua8yNoZ@bJt6;`@>k5_L+Qlh;h^Y&^!m@GO(<Ve0cOAk!H< MUHx3vIVCg!0AeIB(*OVf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/pane-separator@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/pane-separator@2.png new file mode 100644 index 0000000000000000000000000000000000000000..04870eb5826823ff028eade5bf2918b3343f6579 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^20+Zh!3HExyxe00;uJf1hHwBu4M$1`kk47*5n0T@ zAiW-h8RMiT$^Zo=OI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe1m^K@|x z(U^Glq9WG;0}+;s?oNxiN~dn!`F~<jPluCh^5k3g8#W}}Ntu(e!{Aw1OR;dC$d#Yv qEyb7nW#+v(UHZUr`+4zmwTv5LW&ep^e##6qk-^i|&t;ucLK6UT=R;rs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..64a4d32cdf4415157423eb0e30b314eb8e10d307 GIT binary patch literal 375 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkPe-6J8=5N$O)H2CtVGha5Z@1)zAsoLMC1dnQ$!_NKU#AVo$slIuXi%a3Q3&fwjJs zkG{2!fwhlE$qJ9sl^&(5fKox<Qf>f^7A*<#3uX`%6AuXu3vX&}X+3xT!o`oDK7aZ5 z(&@z%pn^hA7sn8Z@ZA2_VhsWUErBJWYnF6>uRphDh2Qb->1XH2vMH*rN;Go&7J7~M zM~9fFzTL(TJNW-OZcgC&=PceM$^ZKm-y9<e!-s3`796@CU|F=|?U{-Hsx!OKzY5px tay=5gX5Z>hTNc0iBYCZtA=%rrlUw#Oze&V)&mN%V44$rjF6*2UngFlImtFt> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0ff03473a0522502934aa1d5cca0448cb43b6395 GIT binary patch literal 638 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E2LgOT zT!A#h|No(rZ-h^}9NKp^c;dC-NmqmVuZ2#$9z6L*(1a@?K<<QVK@)F;OuQOA>00Qd zt05DB%C3e^xE2CZd>te{;VO_FGT|Cfd+0<k8^{H*uLA`^QeZ)#EQmb`B7#n88(8a_ zI_sLb=$g6enY!qiyIS~VTlnW#_~%&!<XQ&g`8MtKZQAeGwAZg`pMTrYfVLw*(-s%V zr~$p8R}$nG%)qFqtfFdYWNcz;Yv<_f5)v8~9ue8l*woyz@4$(Zr%s=_e&gn?+pk`~ z{rLIIuSv&5yMQ{sdAc};NJy?d_&SO)P=f8k_sbeq0VM}`xSCJO7=>tkz4t#hmA~5l z*_ZQC7OE@1&)N9Ce{Npv1oiL1QhCu60&5dbU2r<}wMQ~e*nJjbaT8n5sX45BwD_LP zY-MZO%RVhbQBlu(2h-C@OS1y1O!i$1+;Z>I3x~oLe{~Me-L7jYeQL@rE1#MmY3Im* z?n5p<xs0ifx?IBES?dF0vSu56bj)Qry71d>uJW+^S8_CBrEY(>xcBE`MN3fn%3_U2 zn~u0l$k=>D_gl&dr`m&#sppvHu`U)gP~UNI;%Z6bJ#0a17=wSMpO`SsJGn^x#N?>s iazFo_sM{ql=Ysv})BV;GkM72U;@{KN&t;ucLK6T9!xuaN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-insensitive-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..46188201745bec30002cafc89787bd8f3630806d GIT binary patch literal 363 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkPe-C)vxnN@Px~Oy;lM!-3;x&8aDZQ=)|j`6K{k}z8XB?TJS_5_j<^LtHBemg-p5{ zGU<8<kUR0Zj=q(?m9J;%3eVD&KygJm*9frPL4LsuJiL1P`UdVE9-f6oMa3<xt!>>s zAh1H6(FUj}*VDx@L?S%5|Djle08i_3Auq$gd;dL+1(#p`p8n2u_icthhB~v0qj*El zOBhcRuRU_e@M&F-{xsF(PFW*KYuj@IdaJA?Ed}@RhkVSQA+>W?$E$X(sO;HhTf{1? pb87tNdi6`bPM;AY7=G|UzqGIwuYGvHFMgoK44$rjF6*2UngFnZf&2gf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-insensitive-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9a17855cc1112fadcb5e28b1612cc38900a98a95 GIT binary patch literal 607 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EO9OmD zT!A#h|No(VSL3E!kL)=UIrC;{-_4*&xBYuBhfcl`+<yxw6+H1;@Px~Oy;lM!-3;x& z8rpv=c+%C7N!NoXTnU?eJ#^yL(1|y~faIiWK=I&7H$o>~3z>8+1Vml|GC&F@Uk{mh z9i$6r6i6Jz1+sPYt@KQt^~{0D)xs~^!Y|h%AlJ8XuW#dizs9|O?MDOJkA_UT`lg^v z1n5rlk|4ie21X%a5fNz_Sw$rkRXu%u0|P@hcXtnujLf{e{DQLb@`{Rv#-^6mw$2`8 zu%PF81ki|=o-U3d7N^%vzAn^cAmHklsl_EWOTpE3mO|IF|MtFW2~M1o#oyn4H_vmM z(HZ%pUTsg0ZcKkE<js|To<TFfoui(~)-uL^-=2m>r=8N%g$;r(DW-)x1e{p>N5)~w z-_s@RYD>28vjjU_uu*LE>=ZEA@HjFhGB7c^xuNxqmVfqL!$c>B?K?acdOi7|AfRZS z-N0k1WHdqfI4{$VQ=1s&PCVqBRC8G6^K}JJ+3BHIQ>V%2ywB_v(pdZLcIL|91G9|Y zDSJms^ld6y{VqsP!~3+s9NQoDc2+V=gV*j?yf<yd%siRh&m0r}S6+%|zF6HR&5@uE OieOJyKbLh*2~7Y!BKST4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-insensitive-selected.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..974733c6fe25119d088fd1f4844ad03e22d951c7 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkp52!2$^&>ZSL(1Aewjk+`Uid9()4oZVkDa12jmyB*-tAfrnR5-@x6&v#_YRrM0cQ z2LepZ><$8zWO}+dhDe0x_TLsdAi%?V_f=S+>)-#&#aw$g>Zcs{WLhZel9jzxVXvJ+ zXv5ZDUcIZOm@*kGxM!-lh^6m5a{GAEE1j%E*5X-dqG>KQ6;&>0e195Uo3gRvZ}-Lg n&};W3ZrL}tG6l#imeu#$#(jDF^?7DMOBp;}{an^LB{Ts5kA0g9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..10c0b892182f000d54ba13d797f42702cf1d40a4 GIT binary patch literal 560 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z-f?Lo+-tFhB>#!tW5x%o-gmM1+xwC%~0w?Ce||Ml$sueYCm0iB>*EF}bVjb2HR zUoZoskg$lfjI5%PimINzfuWnbM@D8|enDAzMMGm#OKV$a4-%L<CHpy0=RHps#}JFt zYbU=HYElqr*lMG7`IC>%=L3s_?*0E-bb&$e*s_<ux9`4xfT?@YAHl0%m?k_|_}~*7 zQYPf$F{gD=?1dhW+1I~^ADI}Hb64v^Q<I^Yxr&17?iGSULUmTQik#oJI4B8ED&!RQ zG~Dpu;*rg58(wC-Nm5k!xLS){E9*zZ0^KXB%M>{qT6>NZh$wibBrR0xwBGJ&&86#k zBxds79iGo-#4<lzy!>P3+eKfdu4cQOZE5uI$J^rdd_5^o_}&D(3u`Nr_&wov{q7$Y sX2nqn-2bON{8c#b_`cQMr|dtoEfGlTV7XjB8R%06Pgg&ebxsLQ09cA9kN^Mx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a13ac6eedecec1e0e024c2935e1da1b9eaa7ef25 GIT binary patch literal 369 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPe-C)vxnN@Px~Oy;lM!-3;x&8aDZQ=)|j`6K{k}z8XB?TJS_5_j<^LtHBemg-p5{ zGU<8<kPAeUuC{J`)V}f2+fTpVe)|3Y|9^#oWgmbhN|glp1vBvQ>gnqnxO;eb78Vs1 zx3splb@zaQ<mqalB8GfV7sn6@$=rjHLd^;yt_Pbxi?HsTxZ!{AGf~&bx*KO#r~RDs z+{`@0IpAS+m*T1}*=3x&D%o|aW;Db;`?b_Njk(F^l;uelg%eBWOg_W-#wgq?ekSjX yuLexL*WVV*uv^uo>-s!YMtAD$YXa9UetgF7!OVT&Sf}S(klmiHelF{r5}E+(2$YTh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-insensitive@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..71bb3496838cf73657ff2398eb0a05a94e5eed5c GIT binary patch literal 604 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EO9OmD zT!A#h|No(VSL3E!kL)=UIrC;{-_4*&xBYuBhfcl`+<yxw6+H1;@Px~Oy;lM!-3;x& z8rpv=c+%C7N!NoXTnU?eJ#^yL(1|y~faIiWK=I&7H$o>~3z>8+1Vml|GC&F@Uk{mh z9i$6r6i6Jz1uM9kG52=HyxX}8?&L1IlfUTB@!KDc-~M#s&Zkp%K7IM|``fR-|Ns9# zH)GW^pgYY=g8YIR7=?sIM5JY86_r#}_4M@(3=G}e-90=qGV}8C3(CsND=Hcqn_61i zI(v}8f}ZCQKqH=cx;TbdoL)Qmx=@pWfU9Gs7MIv81y@%EEhT|}|1Xy?sa-kQ{XMt* zyh^m>v;HL2!=E1A*j&;n%bkCoK|6q*qn=6DGRA!0o`!i&J7uQ}8w6ZZN((nwG~xJ9 z%Y=|``j=&AOt@qt;KS(nw}nMbRq232UpQmpJfUdk2G>U$eyvhz>14R{Xpz&Yjfb5b zT5=<p1+0~%3Y-~M8m(?LFWa$KMPAkG(@pOn_0*-7EjQ=hsE%69;<fs3TGT6%4a<6d zp9m6bTfFAZs=ZUVPhB$NN&o(DK0lv(X6WmDw|ws_KIVO~pA|Ozw|U8be^Q!E^~DGY PQ0#iT`njxgN@xNA^0^7V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-selected.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..bfb36029afd2806262b9691b859ef3c21f5d245f GIT binary patch literal 366 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnvwx;Tbd z^sb#`n8#!&;&MFj#e%3-UfHf7<%!B~B$;+Hh7@%8TCm8l<!zY2?efxtS!jdmE%!!2 zwlhqE%8{GC*gk&#UjJ^i1IL#J&Iz|n+4ePjnDmo5qA<>T!OZk?MQ5y29S*n8E#KU~ zM8}igY_ayr3g^{cldLAC=p5X>WLCA(Pv5KZeyJ*37j@lRrT$Ym*{9b1Ls5(@&+=Kz zv(H}I%C^{E{^;u8E&nx&nd|yiuU)Zd!H*RSLISL-zOlZsE%V3=eZ$uBEqmQnrV6VE zjI(0wJ>K72$I#2I(!DuNeF;wu6X)%hF*j>#nriuT84fOAu>8^LjD0|FGkCiCxvX<a GXaWGt<BX92 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-selected@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..56f523ea5d9c1a24bd7c37cb565e137a5cb34158 GIT binary patch literal 634 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle!2v=hUW=W6BX0VQ_!&1lH$U#$^0<4;<DRWR^rUy&lP7O~JbCx?>ARoL-v4~_ z>DQajzksgZRie8K=mEWwAirP+Mnz>6RYN0V6H{9|M`xFi(6I1`$cDzI=9Ya2PMkb- z`poqkH*ej3_4@6{&tHB`Iwsl$)cMuZ#W6%ea_zyFRR<j;*e-kzj@otM5-aB|fhCiA zmag9R{%?Gk?~KZn-_K>{OfvcP&VuK7-g?ColYeXK?pHpsVy{7Ji0i4ZJ(7;x?ooop zi`3Sfn#0;8#rI@pYg^M^_GuZ)igw;VnBGoW`s%{3E&Hx{<!;-u>q3mw{nHicTbDj` zn0+bYc&E8kat61QmY;?cH<;GR+~f2)v*t)=xs;sA^keU}?nVB+P_W=@My|P6?Z1mv zE!PrO7H2%#e8gqKiw#F~zoi^;Vm|1YdXC9aG|V{3ucTQy+&GQJcS%UQkK`Oh=UaAb pPtH~Fe-(S2+xdLuE`d20>=WX9RcC|*`~U_3gQu&X%Q~loCICTEWrY9$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ae0c98abb9cf245fabcf8261976c179c06554809 GIT binary patch literal 371 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkPe-6J8=5N$O)H2CtVGha5Z@1)zAsoLMC1dnQ$!_NKU#AVo$slIuXi%aN%U@hDU81 zAHDhX>&@q1Z$JP3|NnpWJNqL*b45#n{DK)o#l%BG!@`@ITUyVZzi{#6r_W#hy>xmp z1*o9F)5S4FLX!2MV;_^E0K<Vr(&EBj|Nl3+d6?%y1S`V=N4w7t?_GC0T%j8A-~8kc z7J=kx6V|g`xTk0%++bHCtK=`bOHVP%`hx(2!^^TobDDI0R&3?>c^JiT#@otN>Oqb7 orgVOT{oQPapU&@H2Mj@b5qoV7xiboFK)V?{UHx3vIVCg!06f-}5&!@I literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c3f1e44593c4382b706ccc9ebcbd242b3a1620b3 GIT binary patch literal 634 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!A#h|No(rZ-h^}9NKp^c;dC-NmqmVuZ2#$9z6L*(1a@?K<<QVK@)F;OuQOA>00Qd zt05DB%C3e^xE2CZd>te{;VO_FGT|Cfd+0<k8^{H*uLA`^QeZ)#EQmb`B7%iXpL;8P z-tF9lck&k9$p@mvcaPorc>FdHeL8XH)5$xZPTl?V<;S0|KmUIF`S<_-|3y2GSOMLy zR}$nG%)qFqtfFdYWNcz;Yv<_f5)v8~9ue8l*woyz@4$(Zr%s=_e&gn?+pk`~{rLII zuSv&5yMQ{sdb&7<NJy?d__FGtg9O`!@4->KE?i>eyd|(?()P9Mrk(s7ALcuwGUfMk znK_e8e!a8cIi9y(@x<icn!5XyPpsH$kQ(B8>T8drBe#2$VDTcgHK*pVHc9b4nc3Rb zw3mHahO(la_YbDGla{`^@N3JyYhG)oZP|4pMr!`;iuBD(9y-jv6mh)MUMe|*TT07M zLy8+r=Vb12`keXaNN2p1oXPZKzt!&DthrFI;A@6%xL57|i&ZVx5>^&xJlcH3Wx|UM zM|8iX9C2bk=$Lwr$x$@SILWW1SvlM|jm39KNV|{Z97X3_c56@0Rq%fmdz{<(eB~~I aIT!5PrW8!C*>*4)6!)I4elF{r5}E)YyDrTD literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..12471d689ed07a9f431fb204def9ca0381c63b3f GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkPe-6J8=5N$O)H2CtVGha5Z@1)zAsoLMC1dnQ$!_NKU#AVo$slIuXi%a3Q3&fi;j( z+z=E8G)S~0$S;^dR7^Z1G%UQSxux~o`3o06e)|07-%F<#Q-BJRJY5_^BqVbWM)S2O z2)G_x{3FaQ<Kw&fmB}8*KO~CIKlE?+x*e={a#nqEF%{ow^oe6x_`Al~UQvsy9Sxq_ zC-WG*EDK`tGgaEKawCJ{>#0_9!4tKaug(Zv%6NT!`^}9dH9wj674ggyH~+f<Xd8p4 LtDnm{r-UW|XrYF< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b5d2d25d88a116d24c1f7f3451041061d16083f8 GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E69Rlf zT!A#h|No(rZ-h^}9NKp^c;dC-NmqmVuZ2#$9z6L*(1a@?K<<QVK@)F;OuQOA>00Qd zt05DB%C3e^xE2CZd>te{;VO_FGT|Cfd+0<k8^{H*uLA`^QeZ)#EQmb`B7#n88(0Hn z8H`OeflksZ3GxeOU{q9AQ8hF&HZireb98nI2@MO6h-_$VYHrzg;Ka#Or_Wr!ar4&g zSFhiG{QTwDq+_C8K%J*NT^vI!POqJOlds7@z}3<5Agf5s4Hni_N=JYG-*2qh-CEXU zILG~+=ge)}yNnc9NxDcbjeIhDm5$w=h0Qyf7TsUqzUb@cv&?KFX7g{0a)ewnpKt5v zw6OehtfSW*zbY1%<&g~uOe?2HFm@emVGy@bbJ-zaw9xL+cZP3<$xfZzPiK5cVmjFR zWxHZ+jD_LBBdteI1U^5TyK}~d?Df_YpNp3+F^JLCjeNSTM)P`7rtZ>qG5&w{;&Oe5 r-<sX`zCZ0@tLD<oinvpc_WxuMO3cq{KX&FdD2_Z`{an^LB{Ts5Kuqrp literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..61ff6ec970ab2094010422d0198ba4c9120c8d5a GIT binary patch literal 339 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^<fKP}k zkPe-C)vxnN@Px~Oy;lM!-3;x&8aDZQ=)|j`6K{k}z8XB?TJS_5_j<^LtHBemg-p5{ zGU<8<kUR0Zj=mL;J2TAj1<(|+k|4ie1|D8LeSHIW4-e16qN3uK*4DP}o}Q=AcWwr% zNc41Z43Ut`Js8c`q9EXUka^!!!KgjI@4u3`WLOh%boq||>$GzP&1cUtx_BmZU7yXO zm!V7>R&QonZpCTvvTPEg+Fid>2UhwqnU#tui0v(UU>Lg7>OzmJuUtW*?U_E+4^R1% X^SHmLUrcWWTE^h%>gTe~DWM4f`a^#G literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1e71eebeb80fc5fa478963a3e6a203e735cb10b8 GIT binary patch literal 521 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EEdf3u zu0WdM|Nqdwt8r7VNA{eFoOv^}?`F`X+y1?mLnq$|?!N_;3Z8f^c*5nt-YbEVZie<> z4eh@bJn3r4r0c;Gu7pj#9y;-A=)@agKyuPGpm^}48=(`gg-p5@0wS*f86X9duZK*$ z4$=iQ3M3BV0@*tHRw0wF9%lapbUlMkNswPK1EY|zh={a|tfG>Ns-C{Sfq|i$ySs-+ zMrK}KenDAzc|}D-V^d3OTW3#?@yr>@Kz;i?T^vI!POqJOQmDy*$03^4(e+@fufU2f zk<b7CKlgE5=3xBsfVElvEfel!?n8GibeHN}KJj$fhnI}ZN;5RS$+|tcX0fmOP|K~$ zkK?$Fqs~U`J>Zbb|MO{r%J0-FHkSSS9TJ*etSewV8tBx+y-+A9#$(EbsXvSzWv6*% z6f9iWvR#NpPvpO<<ikU)T36aMO0Sk{A828|_)c1#?U<5V-g^G0(<Gvft;zZHuWFmc rzHhf*W!%wK_u<m)ezNPK_qs3Q-`P{w^_(nw1&Rt!S3j3^P6<r_Rg>Ja literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-insensitive-selected.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..ac4fa9e0bb3b47775438b94e5cd584c733810fb8 GIT binary patch literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^_fKP}k zkp52!2$^&hs9b02?Q)<_p^_lKU<MvuJ$(ar56{A);+EF7?w+0_3u`@rvay~njv*3~ zxd$Ej8Wb3q53&Y|ti18RKFqn};RBxikK)#?esW^NskuUTZ`o`)qJ2u9HQ~Do^Ky08 z3AOy&7;b(~2!HTp3B%3Fyd9sGv&F5f%;1ilw0oC9OO3~Iu^*oqG!!{kO#Z3H0<?(1 M)78&qol`;+0MNUNQ2+n{ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..773441b678738a169d09ee4371b5ae2cf7e47161 GIT binary patch literal 481 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-f?Lo+-t3XR0@BDigXrD?+kY6wZqmZzOw2Z8xl8UOHzJZ~eyGKT5UVcGYc|}8G zQ%h@GXHU<AtS}*<`t6=Bjv*GO*G|4D)TAKbx->*9IQT+?(Z;|3>(@9I3*0Q2bxygu zE%t$sYkkXwS>9_^*K2;9%FSxLDnj$4sMwZ|o9gy7I#0j(HK#$eIrYuE2McHKo*=fz zWWJ}j!-?g*B5ErNxw$k}3TDNu=s8f>D48hp@MVJ7Qo*X27tV*2uQ=sMe>!cbzp&ej zDO`8?buEL3d%o^$Zgf;C-{f4$(eh39_pz7z<7?;Kv08g(Z@u=~85g29XnmYo|BQ9@ X?Vwd(b_IU~dV#^y)z4*}Q$iB}O5pb1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cf76b7dac85f7f824007b494b23d39754f23bac8 GIT binary patch literal 339 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^<fKP}k zkPe-C)vxnN@Px~Oy;lM!-3;x&8aDZQ=)|j`6K{k}z8XB?TJS_5_j<^LtHBemg-p5{ zGU<8<kPAeUuKxf3|JX`fBcLf_B|(0{3_QGg`uYa$9v+^BMMcFet*vd{Jv~pK@7xSj zk?85-7$PB=doY@>MM1#zAoISdf>G;!-+v`>$*?Bk=<*%^*J<Ypn$MnPbn#5+x;~pl zFGHC&tlrGD+=|oSW!WS~wYz?&4y^QJGAk8R5Zhbyz%X>D)rB5cU%7%r+cSNtAD;4? XtmB>|^t@3WXc>d2tDnm{r-UW|QK*2E literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-insensitive@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..769ecd3432fcb0ec48b48fe8fca8d60cd82f02c0 GIT binary patch literal 521 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EEdf3u zu0WdM|Nqdwt8r7VNA{eFoOv^}?`F`X+y1?mLnq$|?!N_;3Z8f^c*5nt-YbEVZie<> z4eh@bJn3r4r0c;Gu7pj#9y;-A=)@agKyuPGpm^}48=(`gg-p5@0wS*f86X9duZK*$ z4$=iQ3M3BVf)!l-|NsA-AAO}jXXum!`2{mD3JHsdNXy77DygXI>FXO97`nN;dw67I z=H=xVl$DoPR5Ua;wY0W%_VgIfoS_WVx8KvnF~s8Z+Q}z{nhbaxqFEhX54QRWtmvBZ z<NyEXK90*Aj6WW*Hp{<d!kx^0=&ptCQk}~uo-X_Fl95?yhUPa}w<p&u_EjHhxpnz* z9Jg`Q*@(Rd9CG=8K21>hom$1lvVXrrLeq<N1&l`noqD(z3I)Y@Ot~=ihq0sVG_Q<; zg$rA@3$f^l{8yEHc&JtDN}ERM)pG3vEzB3+NvpFRQ*z5&&;N9qMAWf0IiLPjZL`?- q?e?pTJG$yVT$<fac0Kf7_eH!#DuwA`v+;3IRCv1jxvX<aXaWFjXWnQ4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-selected.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f90823907a24b3b6d783362a3039b615030956 GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQmMIx;Tbd z^sb$BR<OxH!o_^fQ;jPL_D!K4f-87$w7LHlu#IH5PoKv=Nzk3+(FWt0Clz=9o>X(` z5>wIxmOG8d)-hQyeVkIsex+wMQ_%dKUuVpXQjk3K&6Izl%OsH-JwBJRjs>?)`c~U? zyr*or)1)5W6|#;+bychNZyw8)PWF-b!RNms_6b+tgJ0|iZ##eQz1s6lD5Cxdqvn48 zOJx%{J=8o-1s3b8F!3Ge&9lnheSZIj=@+;w51!<hGc$@E=zIoGS3j3^P6<r_zH)Q) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-selected@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4197edcbf6659e9a50fff360930b57b431412f85 GIT binary patch literal 519 zcmV+i0{H!jP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ zaAhuUa%Y?FJQ@H10fb3JK~z|U<(EHB0znwX-xv>p{|X~SZP5}<4D{N7dI>LJyoA@V z;sVA<gQ&4IK&erq;Q|!?EOv)XWQARJcTDtEyWdRmdow$keV_E-W#Uc*jHE3|2a+n1 z3X+z?;b%#2l3J3QlJ1Q$Wa1Doz!A_VzIwo6XgU?V1l%P6e^&=6&I;cJ-c!J>20$$- zyao(2fLjfLYFzj#@R1?hY5<g`!3}Vm1KjF{Ne2@+&Jk|aaGAz|8%bSBlea0o`jXb| zJu&ADY<qw!WR&fTYhd34e2nE9sCYCmV$D0nrKp+p^T$-Ai<8Z$@}hlkcc74pluV<= z&P|$?qdubyym~b7GFAbuJX}InmzL}9K+DI{LtRH1XnHg-V*SQd+>^91b`^((vz+0Q zboygnB={Y7ay)!(rsYKP4J7gMAy6gzNVb>gLjgNv7fR#h!3YyYf*3Wc+Q8aOaL0rJ z8U)QoTy=puF&dMktyx(?n5alvkhBsGKPmW^*w*YJv)1g->k9>V(^XD89VGw&002ov JPDHLkV1l96*HHif literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..1aabde526286deefdc6830da03e6aeb526fcdc62 GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkPe-6J8=5N$O)H2CtVGha5Z@1)zAsoLMC1dnQ$!_NKU#AVo$slIuXi%aN*?t|Nnd3 z*ZBes5-kbx3uX`%6AuXu3vX&}X+3xT!o`oDK7aZ5(&@z%pn@b%7sn6@$=rj{d@TwB zt_K(Y2y@HW`L2Ftvd8fciK6ol{oB262kV`jRi9i;#djKg;#d~`t}(V()Z%JKgXi|i zJO(ezf|&eFl{T#0$e{Ros+C;uL~Z7)GeVa#USHpSb7M)(Pv-tjJZ{!2IWGfkWAJqK Kb6Mw<&;$VNh=`B? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4998013e1f8d7ffa97018f3a15078bca51e12cd4 GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E69Rlf zT!A#h|No(rZ-h^}9NKp^c;dC-NmqmVuZ2#$9z6L*(1a@?K<<QVK@)F;OuQOA>00Qd zt05DB%C3e^xE2CZd>te{;VO_FGT|Cfd+0<k8^{H*uLA`^QeZ)#EQmb`B7%kd4+LLM zS^=G;R}$nG%)qFqtfFdYWNcz;Yv<_f5)v8~9ue8l*woyz@4$(Zr%s=_e&gn?+pk`~ z{rLIIuSv&5yMQ`RdAc};Se#xv`6geJfq<){<3U!Dm>VpttCUjz{NHb^+1*;!WH`tD zo#)JL+q;YuS4p}^E{%LLdzFseorTRinikz(;J)bV=d;XgB4+b%i*kfqGoNqk=(Mo> zbF8D+9lt6TmgSKR2}~=eM=*9BY+(?$QFGZLV6@Qg(RYS#hRIHy+)rnGNMbtJ`enOf zZH$HC!6U6lPXs<co4a$yhV1p$6Q7HhE-{GF)s1|*tw!^DQl{?Gb}{~c_TqAVhu@mr o_r5>vVXNlS%!;^EkM{p$n4g-vkNw{AY)~9|y85}Sb4q9e0A^P6Q2+n{ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a80cc0cb9b9daad32209d61ccd3cf5b9bfb869bc GIT binary patch literal 426 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uVfKP}k zkXF_)Rnj)r(6CTfH&atH)zC6i*D_PnHdWI$(a<(g(=b-kGEvnuR@VTsP1Jx4EwG@b zF^~=Bf<-ieQYPw}CYss?TH1y{H9%5J$4Ey<S4T%rM^{%z7f9;sf`Fd1J<D>S#R?@s ze!&c~atew{=^0tsIg=(&pE2{%qsLF4J^%9c+s|LWe*OOaThFa@4Nz^hr;B5Vgk<i) z+d@qWA`TaGBP(@JGoA6CFz4TY;bMt4_3KI3Uw)hQ{JE+6sxyz)l*$JSik$L%5OVO@ zg1Ih!@(pQ|QnDJ_rysfBc+l&Ubi+gK&RXWV(~p!p*m@aVb66JM88&z0P7U>gtIn}3 qjoh=f&QLY*-nY+pw!44(!?@Z)g!h`#rC6Xd7(8A5T-G@yGywpfw2UJF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6f79041a62b4f5214cc7a71686e8da4ded4d2491 GIT binary patch literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EZv%Wn zT!FNMgM+cLv9`9hii(PYf`g2VrIfL;iiVknhN-%`iJF#?hK7l{y0N;pk(!pNswPm% zR9)LdUDHHO!xV^AwSWv0RV`z6O;a_9pq2?xnHq=$G1P&|z*0aiNP!kuFGMj!1gIFK z5hx2`fX#tQK@@{EB1DYTwSdT2L(5oG+dxy>P)l21OWQz8+fZ9uPg@6w^tE*ibaZre zbo6v|^mTOgbU{Gx#w}S;kXn}n`2{nuu(GjpaB^8%S=%}|Iyrm$`X#5PrRU`47gko) z^!87fID5|A!$*!CKY8cg{RfYqym<NQ!^baQfBgLQ+vmLD9R>zQ6;Bt(5DCe(2Wz7b z21u|!P_KOH8?3c*$(N=RT&drZXRq0uCU^h;;}Y4J-8t6(itlgnp1FDXGCPy6&pua9 zn^ZK_&grjLUy_OJ2APcsaV&kTFQi;W+9lX!gpy~d-YQ_+A@h(aT*S)A;OPu|iQ`+Q z<sE+7!g=rVmY}w`#ZCDS+olE0{}6G|+1xcqPC0DT!iirP+NZ|YO!~rg(2Mbv%2tE) zrINQ)YMZwoXjr2EK}=%8mo`@Ivlo?KvNla+y5hO3{je9`DwVkjN4%6XRNmGeNN$ZU z3Eon|d;2-deYcrm-=b#}G<BEFy2i&gqv#BOk29BOBd5E?0o7a$sSPacdkoJAxjwOO zc-tlU*~ce$L9v(N&D(NLdw1)orgCj{OV4=K8>Q%M{e{1M``X0~d=D=JgPp<C)z4*} HQ$iB}^Gx^z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..cd282427195c5187bd1e0aa685a5ce041e7a36c2 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zke1W6k<qr)&@fX|GuG5J)zC3f*EUwuG*r_xQBgNiS2qPBHBDo6O;c4(6A;ocR?`9^ z6QBY$O;ez_rnZ5$wxPO~iI$e3mX4vewyw6ezP7HewywS|2<UI!aS`Z72Bnf9zhDMI zAz=|a2gitr=;)Y^j?S*`Nt35coi=US^y$-Qf<eKX#S4L|D?D8sLnI_~58f7PQV?;t zn5!9gO6Q13^SPJ*>y6qID~fdeu702X{d~0VwOzJt0`}`v4b8HI);=tlxj3zGAH&~e zN3St2&QRn};Eehsmhdx6@ZJH9s1qC|tHrX}LpEoq6(3!=F;I9TZ)f4|7KPo$DPIjL f?Rmq`{b5v}DrmBO&kaeS8yGxY{an^LB{Ts5sy=@Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f7844b8b195c40a2089be1d24a5238b2f8f97c52 GIT binary patch literal 673 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!C~$Lqlk2sDp!pv9YnXwzis@sfvoRlBR)%hMBs$iJGplhK8}ay1AORnYy-#nwFWW zrm4ERvAVXgnwF`Wrm315P|!q8(?ng%SY68qB%%r8s)CWarm?!FnVN>FI#3X(Obe<D zD66hv3={_%0#XBFn}Cp}DbReNtQycLEfWnb6D@6hEo}pBZC!0`eQh8^S6>$d^gCvp z$pX6Gt|Z7Wn1P9zg_TW7SyfG4Lsw7V+Sbm|(b>h*(<?MAJT|Vhth~IkrM0cCqqDoG zXTroulc!FbJ`(|+2mFs`U|{6;ba4!^IK6gqVDKRafo5fqKnGV>R~EsX+|Ub7!Tpop z{{J6sH-$+z+WPT~>-xsqx1VJCukk#`gjeizf|XUd$ekDGcV69dU*l7m!=)Q8DjVBU zE}Z+^&8n;&eY4~A>e_p%y-!k3oR-aRbJhEF_Jhjf()Sa(CH7r0Z<Bj`bz!3Gy(N3T zxoLOl+|Ooc5K|5mHU9hBVYb5DM~n;x*Wv{>)-W;bh?y>F!*D=-sS6JygM4UPx|&t| zWmX28Fy6}ee`gsP9&E`8yqFf~zFu_ov8{4pXX3=RuRi`ZweWF-<{9zB&*D_Ko+>R~ z%6sy@7x$JLBeQE=5!p$X^smSj<fZREJo9em_NOIn!u1<@)DHKx{a+)$y0a^O#rs*Q Qz(8j3boFyt=akR{0IX%=XaE2J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-selected.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..7e5c6e3912cef0b9de268abda0978941af8664c9 GIT binary patch literal 333 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQn9ex;Tbd z^e&yeQ0S0>0PFVvUNI}?CdR<<fB(G;jxsD_GFi*5w0<G8NM4)z<u`GYb|0F*@p`L7 zGDFz`CXFq3n9U!gq}^SjaBK&o)&kLj>&qFY9FVe@b@QpOLIt->$j4x=g!PkS7}A=! zL;tbyhg&jCouLx&^c%a)v@J=S5<GWpHa9nn6sWM9p<Zqn$six~>ZHO8w#CN9hLHuT zUvJJ1@)4WUIQ6rLWA*vSgf!a=45sHl&TYzGAoy7BspZPt%ZqI$v0R#<Q~1ZH{yAfu XoTGTu>T||GUom*P`njxgN@xNAP`Gz2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd9a00dbf3002009f2fa7530f45348cc981a41b GIT binary patch literal 575 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z<#-~ivuGkSrp(JKk^3ua(sV&>rF;ujDU5*8H`mync_mXVc{S5Q<^Q`gYc(l#@< zu(GzXwRdoGc5!tR_}vu))cMxa#WBR<^xDZUg_;a_S_Grkh~Mi9+Ow+RQtkii!Gara zDLn4^UB2IQcFJRm`YE^XzYAV_`R}&(g4?!RExuHls<>Aq;I+e#eH_=gJgVRSb8+U4 zTzZhPD(_dY!m~31(+|9P%H2DmHiPr-%6;<_4(lBCxFZzdP$>O?t9z3}o1n6Z(>INa zM<-4Us`#R%n5odD(;&+v#j!!VfhAWeLs_#y#*Vk(32Q+nlb^u-`5AvwLar~<xxGgA z%0`(G?ZY!Z9X}sv{kbjm>YD1$QQMV^j0_HSED_x)G2@@mt?2dNZ@9a?*?sL{%d>|q h_r6~){$F`1+$C7~x9e7KaiGT;JYD@<);T3K0RU|zEmi;k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..41ed4d9ffa62667f4e11c01325691693d25fc649 GIT binary patch literal 395 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkUoF@{IO%lu3o)*^5n^L=gwWabm{Wt%RoUO<HCgt7cXACa^(t;1act&$Ob9^N&&e* zWkAOB=g)zHPoF*oGQNHL_T$HoU%!6+{rmU-|Npn<sa6B+P$&uV3uX`y5)!tww6YEe z3=R&dsjaJTYj5xD?Ck35>H&duaT=*WwS}H8jv*4^xqWYi925jx&F_mYs+ltBd%d^z zA&KwzEsb}7XZoX>UA1<%Rc{RMv8wme7Fz9`@>*=usZR-u^xPJ6aGB+or?olVaK9mT z^o9Jx<LhSxY`HJ|tIo@LZTA}|U6H~WlYdt4GA*=nIMsTsN&Ulg*^g`j$7@g2n*c3m N@O1TaS?83{1OTFMx!3>z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a83495380c6fe9fb2072f3e85f428d52df010c9d GIT binary patch literal 657 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|NmF5S_LHc@85ss%$alN&YeGh{^G@pmoHyFd-m+rt5<<s2;%}60HuHcq70}W zD0S)5C5Q-65Xb<khX9~*AOolXC=O&pv_PaFB2aZ;>ws*aAP_(Vf$DGGym|Zf?Pt%P zJ%9fE?c28>K79D}>C=}lUw-}i_4n^zpo2xv&B_3Jz`i8NFPMRenVE%EUO`b=MMYIp zOWVxc!qVEt*3QY<#n(R|G%PzOH#e`cs=BtezM-Y1t-YhOs|N|h-A;W9H0rmfi(`nz z>9vz@7BxADxLkZ7W!jk?V|Y=Z;JBQtWZJ*~o42qvD@_jwySctLZSUP#-&|grCTCek zS7+^c%3*yyTItFrac3>F12ONo9~Mt%EK_~8-#TF)&(ZQ5X8C{l6ZDmDG54;HFDRH$ zZgoJj?YjB<>+IEkUWqT@ReRKs@PehTjL%=_lfikd1w3k=hAjEA2bMC5JG0g_US>GH zoyq5i$%Dfo2c(+VSj@O0mNMFBy7yexyXjx|%z<&~mi|*`3jTawy*2F8hFjA!_o?*U z{v*A8+WiTQns;0#b;bOhcwwG%qHA*g-eX;#ckU2NzqoYQ(r|a-*D-rfu2^Ni`I7pZ XjNTWWx^lU|U|{fc^>bP0l+XkK%0N^c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-selected.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..aba589ee61620882ea6c052c593170e0c499a0e1 GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlY^x;Tbd z^e(;Z7{p{K;P!C6ZG%BML)f&uEncxjj5b>02bOxh^qTfqwn6xatI^{rOvgUOFZ&dC zX)fP?pPG0NP17BRS)Qj>_Ve#?Ir43V!qSpv%X=3W-L^R<5?;~Mab3P?$|cix8+Fv> zPI2&8baj|pXn$BSr-tjDS7cJ$44nhIX8R8~pIm0JH$m%q%<QndB7KRUSrNY5iju1t z+2?Iho11W5Qv0&VGVv`l{yG|H`{+kJUi3-q@uu>-+)7FPqGCnP{s+0&a0T0*>iu(N vdSCA+hf61%jU?|Z`|WdHaN}x?&35yHZaa!wl<wLA^els?tDnm{r-UW|w)=@F literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-selected@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b820fd2a2e07b8971290e07f8f1f3ecb9da6329f GIT binary patch literal 708 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle;R38CJ>&rT$E765FPMRenT3^KKu}0VR!&|)QAtf*LsLsfPv6Mc#LV2n(%Qz> z&duG!)63h(*UvvGIVCkMGb=kUzo4k3w4$=Ax~8_Sz9D+i#0v}zj8dL1jv*GO*G|q2 zZgLQ5H7{V@SmSwV%^H!KZZBr$AnzxC{{I(Q%c3#;WSUL<dE?F1?`_*R3VY>672DtV z_4#>P=LYX)Q=zr&mP_6-Z(EqXYSmUA=?|}e|0`wq-KD;(=I}SO*X50cGt)!lT6cK< z&1!J3ThMM`;lJ;F;;G_U2PP*kV0S;s+|~PguD<TYXDzoPyqH!b9`v-lan|a{1U8=@ zmJdvG*`g{$8@jo8LmqHG;MU^Rc<9D3zn<~^g|2x8{lAw)nxvWRXVB{s+u9*s`mK@g zX?b1v*>^9JEnghHJ|)KHX=7$p-m=^i2Qp@QFirk@qPOu~y_0mSQrF((S64N@?Rx04 zasAV-%kfK(Mt)tHcak^zTkzhQS0~)${K~uZrP0Rr^exuFP-pOT^>bP0l+XkK{Opkr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..52594602458b89def52a2958121a47ded48855d7 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkiLBR@|iPd&YwSj@#4ixmo8lZ10WkH0%QV3fB+%|VIz}Qu3Q010RcqUvuDqM3?TXZ z`SWkzzJ34x{l||VKY#xG`}gnv|Nl+(+D`%PlPd}G3ucg&Q&3b&&&bNonKXI&jG2!f zKY8~2%hzu|fBpLX`}cCc{ojBp%RF5iLnOj;`@{Jf6a-iWtJjOT3O@W-Ug8><TvKm+ zauVah{jFaWT;f^#jLp2)UT;lRS5Gl6llJ60_9e+cq*+6)IA6<Q%O}B2j0e9eoBZz* zbop$1@_zp_1)Ehe+OK34H*yE7SOo{q)=QtZ>pV-Ux=Z-47x~sIVZ!X{1*;2yE@1F< L^>bP0l+XkKf&Ie7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/radio-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c01664c05c71cbcdf32409dbf9e81adbc37391 GIT binary patch literal 716 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EPXc^G zT!Hld{rk_HIdk>u)!Vmk1KG!p9RqUDojZ3P3@%>02&6AuxBz581R)Fv8z>F|a4tj_ zP!MhckPR^bE&|~~RFXm7xN+m=&6~Gw-Fo`;>9c3go<D#7;>C+MZ{B?T`0>-HPoF=3 z{_^F^&!0bk{rdIq-@pI=|NjYJFAMaibxDw4FarxK8#@Olm!*}pt%IYJv$wBba%x(7 zPHui-WmQdY|AdLN=gd8P<k<0(ckbPP@c7A#m#;p2{POk3&tJcN&KurgU|<yXba4!^ zIK6iA&9Flb0xrrz0_FvduC6RG2adRisRjruD)`L!`Tze!<3#U_6Wm{;zR#KYZr!CV zwqE;JTzi{$e%=0<WgOPAIms)_3}wG=HhaLgQ@`bWyIw;2;eVmx?_Bhb)?eHm`+a?5 zBTpv7oi%@w*_9<Pa-2JP$bZ(0)4X3l&YZ){YOs-$L;QQ={EP%0&fbeY8V`7UCM9vC z)wa1a%bnt?U|!DHSI#Q&Av1w1n9*LqMBzf<fpVD-8~<`TGp;Y3UvtYY&69C?VYk(f zL-)^xW|x22D8cnPTTbfB&a+2%Ze7eLIpa)}%E}W@ofnptwU>!;aVNwHRQEGptK1^7 wvi;gBi?!~nqN~;gZBDzoI<)AQo%Ub;`&(Cj-|&pV4H(J{p00i_>zopr0IcDJFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f0dcc61beaee8b92ba9d1957388850f7c8e44141 GIT binary patch literal 820 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j1~bt zA+A8h4FCU!_T3DcbTM?|)u1WYLi?`<Pr4e^e=T&vwU9~IgC|@Mo_H;E(zTEY*Fz^< z1#&|tffR&JycP^na1AIM0%BhUl0d-_py0&oKsE?X0*e6kg1A><ia{!Y$gg>CK=WP* z8&3K+?*p=ZD%XO@iq*c=>wRn1n*xEAyQ#IOsg0+(rH#3jt+|z*xwXBywS$F?lZ8u| zrAvgRdyJK{pOuThjdzTVPn@k!tSylAjk68Raf~Q-j4W}CEOm-1bBZo=PVRC^>2*!* zcgvXKS+d-_VinLLpUO2rOF`CEZ}6?z;#<ER=o0_dLjf)O16mITv>giQI2PD`EU5QF zaPLKsYwc%D0tTIVNswPK1EaKzoV<adk*k}#m$#2!a7bQ$;jB4x=P%g0ZTq34$1Y#F zdj0mDyKmmUd;j6%r!U`s{QCX-&)>h=46QoAXwdd_aSV}=+<P$7nki6%?Lm5o&_va# zI+2^Qy9(5L-F&!}BPXxj`0d~SdWDlS{9>OcfA5`F{4+f)MQFnG<$v{VST3KW5~TU^ zWy!lF^Cu0dDZMUPmDhsqNVs+Ddn)xyrk#A#zc5q5PiZU9=8HmkCLV%9S{uxMcCaLL z{Hv`MSbxYOl)phB^3}1A)`jOJm&-70aH)UQHp#Sev9VtsqeG9BoqyhnJdMc76<Uv1 z7&1g(`7kMH9gk{u5c||ZK66H$OZ~g2EK2cxwZyp3j$gsU_xh<u&)6vv&x?c(DE!@3 zyDaaW<nx2f4zpAj8edyxp}z2-top?5%4v&Le_edyJ?X^cV>-9)X+-T=t@5erR20|i zxCohpxk4+am4;qDZQW>h!&3cF;7pb$85MUr<9@SoH|d2N+PAC$rCLu{KbLh*2~7Y7 CIb{<7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ead32a26a40b4b00b04d239abc0a2ce82d796cf8 GIT binary patch literal 1456 zcmZ{kc~DbV6viXCAXY#YSt6B;SkbY-=#XF*vJeQ5V953~5J8qkL<#~4MA`~r5rGQX zL4?R6D4?L|2nrL0y0ECAkOiv<4vH1G76mIV^oF)G{ikovJ@?%2{_b~X?%a8WOa^VG zrHds3fmjIzQQ2VL3x>CaImrEM2bY7%Tu6bq78Vu{9*2&D<?`g9Fd+hgJZl<@B3<Nb zfaoj=;E6c<_lU&NsRD#pEcT2~N)X0ICks6Hr^Z#h#=9U8W**ECZUBH0^Yd`iJV|mD zmgphHgYeQJxJ1uV8Chlb!eqm+TF;gmc*+sD<UX%>7?$hVDg#eygq0&Z6~ln!$PGJH zMz%}`EA$+ho~<yj0W8;Z6?#|!Fg-_M;K~iK+z1o^z;XjuW`JcTks~vL<6JplfNlf@ z{4Z?MWk4~4EfZ<N77i|Cpo4Y`w!jMX0{#oY-;EZ`7j}Vz$$ugL1DI-)^M98AU;BU$ zjrPIPd~iW%j4v9q4eg6X<AX6c5(ZDk5Vm7TEDV{Ap>TZh6kmeBuRnJiB?Rlwz*0kT zfgBu-i=)A~pdC1fhoi^fAs!wI!v}}s>3sZl0fEl<V<i#cL=v1t+5uuenI|NNrIB|@ zDExE^UrdRVP@?kuV~eOU1=QG|0|e55J@SBfHEo}QmY}31sG;OaC|LugfH)4NRzbo# zNK_x3T1`)Hpo<&n2bw}maXKWUnUQswA?aXbcZTL@Lvyc&=7H#99_nW1|H3?cgH_ne zD(Yhw_Hl~ua!Nql<H&Sesg4UWxL&zol~-gQcq&mMHiLs$WWIRmvQ@Trs~w%3U68I{ zuXRJMb6@|B54a#4o<O8fdExwB5s|Uq2@(>MQblR$2V`=EQeArD<i)o3OC6opZ}#-| z_20TZaQD~IN8?YPPClP{@p}60yP4TPKg@mnlEfGc1@E&2qLR71Yp+J0^KDu7%cAP; z^w%HMufCwIQ>Q21J5#sih)u9Ige^~`Sk;%?#<!Iz+Tu#pF6H)>SzgE7mLA24Z%#N? z^^Cp$aqQXG0}q!J@7a99tNikuS#G0ketEF6hIDnavc7JrD4NPXLsv%+weeXOvJ&3w zA{tuKbs5;XuJehT4mr2?9bx5YR#H{`2=d#&X4TdUHW!b*zvzw{Nb>bwcfZf`nm3VO zKn*|Kf8I`W<Ec}eY=a`@V>5k1bEv`7Nn{&bnfb!3RheQ2V~#T?tW+m^DpiCAzrCm} z@wwWK^EGOZQx(0FuA8OU32E(>s_=|n2Rs^O)=d8Pw<Xa})}JXM9rob-l+m)dqdUjt z@i;NgQ;>hwc!_2?iz)U0{<Ak<V&J$kvULM_1=a@3yNu@@5mvZ|*KAfypF?@Qw5eXF zn@P4lYPBoQAHQaGwX&5})8kmxB<$+WZ^>av2CfGZRt$cjs?F2UA}huQ%AHEL#$+9- zc4)@%$>B99Rg8yUY0EAJ*<<$|L$zp$#s=ZI6|w^v|0XTPoT!0kKU0TmKILlch|_7j zj>eH}KcsMlizG}@F;(%lJ?r#{7Rh7U*|SOt-=G|<M6K2B=QjQDyEAiH73YucQ(@WI z4}QJ=1R1hZ^D+=>P8~Qnvi{0wSxhwwGumjqCe&{C%SpbsqH1pI<xJk>joq+gIm=eC zeJ1mk;`%Ld=_*)@?i<?>bvrnd5i%y7Dv-9+ouBEt63@1Ff3=kRAxBeOJKAe_H)Y(Y zDV?6IsHG7itH+)_bxr^1@aP3nGTp2cM7AoYi<+Vqv*Du{`Hc5q?|sGYm?kGrR`jO6 hu}Y=iET-S%_FDJO!uFvrZjViWOelasZJ|Wv`~}0(sz?9; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-header-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39901e30d9e171deece41c6b6790540ef7576c5d GIT binary patch literal 826 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jCKJ& zA+A8h4FCU!_T3DcbTM?|)u1WYLi?`<Pr4e^e=T&vwU9~IgC|@Mo_H;E(zTEY*Fz^< z1#&|tffR&JycP^na1AIM0%BhUl0d-_py0&oKsE?X0*e6kg1A><ia{!Y$hT>af72ca z8&3K)?FF*E%2$KPvX$PIYrU)1>H>k0y{@r?uCb%8iKD)uiN2Akfw8%PiG_iQrGbf+ zp{>7>ZJ?1usIiT^v8{)Rt%sRwn7LcHxm$#}I}k;hd#Bli<lBT4*oNfWh8Eg}723zQ zIwW*CCU!feO>{3@>RGk|Xq{L2DxlRMODorTS8ejC-3D}zU&}%N=6(Jx2mD(P`nMkq zXgeCzdm*^@0?>uYr%#*$2B3LKkY6wZqqK~iyn&&StDC!*w~t?NNM3&7tT}V%FW9<m z`=O)9E?>EN{q~)^Z{EIp|Ka1OFW-Os`u+RQ-@n=ntvbNS(Drn346!(!oUp(=L3Co^ z<<m!)zl1DxjR@Sb!9(it<q47xpJydMewMFvu;;?z<&ELqP3@K<6<Hq-efjWsyV|jP zGJJ2&vM5$reEE30dCBoRcMdklE@=;xTR+c7zF6de;(3lMM|zhi*oqqSoVn;Aq8>1r z#mTX4eKFUrWeg?0jY$r^r#z~3<_KLh-MJ{cD3~Sd607IZoh?b%CuerAI~gXv!joM^ zG(T0aCzOAgnsx31HPsC<JC?GB+0Hmu9L|s>)b7z15s`d(^2_#hnjRu6I=Qu^#oA40 zDP1&mZEl(qC|3WZYVoU&Q<z=#n63Y%OnK8WtLH|C*M^OJ9#uZ92`A^c%dTIiqCZ1U z-dE10ElJG$$ZB1!3wN(wv%TQa!)f}S%X{U6^Y65RoODX`TNzX&jrDfKc5s8zuBWS? J%Q~loCIH_1VwV5_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-header-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d9d30240fd4fd6349801c352a6060ee9167f5562 GIT binary patch literal 1467 zcmZ{kdo<K(7{{mVS;}pb+*--%Mr({=hKym1xfqwZ{(iY-Tw;f%F{?q;Iiw;AGefo! zmBzZZ*_0wJCB(2y%UqCdo20}^Nte^wckJ#t`_KN)^FHtMe&5ggea`uv_q_Q`I@NHk z)mj7sVMy~MvB4Y<21-u{WVy}o8ZhbXC(<B2J-vy?j7MO(M&K8^AA#7|q#dicR^qRL zXelIz2sz2$3Dcuf;t=WS>Bt0r;{LtSf;ePy3h&IErxgOR8p#ZV$N)wxFT)MXgzQc@ zTS=2lgq8gc7b#h#YSxeULPaC+DJ8pD6;h&si^f6<M_{p%U8)KxR>LKlV95v|Ibv0C zshTYsg(XUkNXeF{*Z>wQA&C-}08Gh|s35Tl7OQ~*09dSoL@HRM6*(d`I1Y&c19UYg z;D2GQE&_@gY-vd?wsLSK10A$mu?1G37w}&J{%*8lzOoA(wEipkA3$4co&U4^|Jo6J zNTeg$+tG!9bV4DWoRKIr677w2B|2frDA!#mR}T~h1P<lykJ{yr!Ua0xg3vg!izn3u z@8{}8b0q}166mg^Js3g|#)p9+GBHFJ#+QwuL}Gn8SQ3OK!|nm`9?W<gGXci}@x3P` zz(dLS-9O-Wr{IGR;zJL4g=c$nk9tSu61cfO(I<Rj3W;%I60evPFCxWDDEp+8edQE> zIVHJ*B9Kw}XQ;^))Z|L4po%7}p{3T+((3%v>iyFj1G8=fWnB--YNa2(Nzdt^9|6(H zIC_h5>^38}n{~X8mEXrI=w}xyI3S7?9MLFLJPLsfezI7lY~2EG4kAj(rgIRhbiVjf zcb&<4Gjj_|tBuy1Y&P54ZP~gFgLQMqdE&i^q>!-iJrUf!v2ls}_$k8Fv;!isq~uhY ztfuAK_0}8h-Mx4F`sD+ILyGaq2aldkJ)3#)a&F<x+r@Y9KYaZ3C!apd0JpS+M)H9| z?!3}`2siPu&=ph<$Yq~Kjjps;m+)UHE>@#Yn)+K~XSVFLwZBZtAD#2HZ+CpfF6qlz z>Kwqvn`_3#78lLW-JPFzImgRQ=RG6KEPv|@$h_t?9MzC*ThkTWH{wL&+4tWdT9lc- zki?xX{n>1E_Tl)=7W0ON*_H?IHldQGfziE5J9>6hnH!Q!8Pq!Aue;^av&CUSJj47G zvi0wR0)*%Q)Znn$H{xf9C4&ce(U!e4>FfGib;^1!4;_Lwyv6BlEy|8NtD)g?$KA}U zdab{uZ>Xq_sPl-oMJF7aq%BuXwPxBiXBY>_hBSBT=4&aNQgVw<o**<b^)u-f89F=d z6szQ>k!S4>^PA68G|R)%AnD_m@SHg3P2tp6iB5x0t6HEu&gK?p+b4NS&#Muc4=)*b z+&_ZSUud?qN&2J8cXUy(BsIDp<(n!H<rV46x{QatS<~5-h7qgnj4Mqjc<YMKmmPGI zlAaq>oXjhC=dvHy9VUgVBR&VW)^@S3q&|sx-Z4nNpkQ$foTomwg;nZYA5&ENWi;hm zzMr|;Jiom>ZOUf$qDDMFlyX0{$LMW{l*+Uj6nR3CmF<h+Ju{QHay*%Ywrw4Gu)E@R z&V#Ok=RG_^#37@M>2ksAgt97rhw%c_JXXJ{q;f}n=un$JuDj_|jDhQ;8r<S-nf;Tz z$vrNVwalz-)5dQqG_@~QL)+J#zgX`T#Wh`iKZLrF)&wsst+8@3naHm{$lCDwo|LJM z_=Q&h9jT7UOYG*l70~S(r>C0MdpQ0yeWsd<aZ<coYMaGQ^mv@>G?rr-r86<xpPE8l zsA{w~&$H2)F)&^l9_wJ^z~Vc|Cr_X9_~<6r8?@;?Uda{enw4oEPa2s{x<ri1`3rdO Bt*Zb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-header.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-header.png new file mode 100644 index 0000000000000000000000000000000000000000..66fb833bde37cf28d49e912fbd3a6d5ae63484d7 GIT binary patch literal 800 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jG6&H zA+A8h4FCU!_T3DcbTM?|)u1WYLi?`<Pr4e^e=T&vwU9~IgC|@Mo_H;E(zTEY*Fz^< z1#&|tffR&JycP^na1AIM0%BhUl0d-_py0&oKsE?X0*e6kg1A><ia{!YD0k7F{6%*l zY&e;_04mbB?osplN42XT)UJ5|l#QNxBYN76^trdv=iSble>;1@?VN>oau?pITzS7{ z^?jhSx-}0P);?@p_pk|w)<5jo`ef1Jm#a>^UVZZQ`ZI5KU4FOw^7}nk-tWEg{_^85 zmmhz<^7!l3Ctshu{qf}8&!_KxK70T3^`~ENKL7gk?a$}$f4=<q^X=!~@4x>3`1SYC z-+%xA|G%_4#tRr$<|RRX!3>PjGIH_;hDNS#?q1$Le!(Gm`GvFQ%$>hr>$dHOjvl*w z<?8j@ckaG<`|kaRkDtDL|MBbh?>~S4YBRLz0K;9))5S4FLUQlH%xK0$5w-{EPC;JX z6U20HZC>&;Lpt}8m$J9-;)j3!%TF}%ef+e_epf!v9Q7R=CaQEk`Big)S^axVTMF0G zs?Cwwa&9pjd~+uHtUEOA)Hw^CMxK**Om1AWnCEodqbsF|x6I&D+!js4Nm|9zy?huA z-2VHW^9V_ByvMHKv~A6|LdT|XF%f5mYcKr6l4DgJ=dx}UW#G)RuB~6P=GZPTrOB*m zOb6t)#%}u&nH;-RPK|qC8RMEu{lCRFuM1jl#l7k@!=Wo5kLXVQrLplrs@MUIzg0UH z)xC=-c+I>(XVR2ov0C0-xAtgGvizUIu58=W=g^k2j(3}+`{WHj%sth<ADi}Ro4i?g z#r%{{M^|Nrb+a#2wAh)x=%b3K%HxZf=4@}JnS$Qd?>3851*K3=S3j3^P6<r_>|L0P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-header@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..05e0b085c9f4d5872f9b071e62bd94f318b9361c GIT binary patch literal 1451 zcmaKsX;f236vqQ7VX39Wwk$5_kwt~#Qb8;z2tk%oRFWqFWRpz+1BF1;;=&>#C?;VO zkWEn8p&&-KLjgqutkICX1TYu~383td1OuTH+Md%-edo@dJOBC3|Gp1%=JqLPyG<(E zDhLE(lY>3l1<dEc*sr7ja*xhiWiTm3T03Bsl#~X!CqIIva=5))Bm%LeMmFTUw8>k6 zs70{F5inta1fp+50D?#)8ehPNMEd!L2N;J%1m#X!Xd@8vI;Whlwg5(~twH5$RyW$9 z8w>}^pnK+fD3x(K9X_4)&W%KeG8iuRn7A|+l*-24r9)(fOF9#G4~EiMt`s^TF=VD| zI_yH~hbRmTiQz(Fx&WBWz)~0x1z-#eg^49IAu<dU06=6Wmc)ceG7&?9!Er1ZFhGYv z0sRZhbP`Ztuq7j9*!scs40O<L-4<AZUci4H_`A`%`T8z!kom9Ye*jr6bN<ire{0|j z{^|^wd4|GtO@rOiVfPH!BZK9e!#<b8_RASKpFen^U@*8~Fr;uOv}h>o;ZQ`$2f|}c z^b^jdQqGMkZd^4tu7(?5!%e6ixmi1s`iz%K<=vz5NFbi`$j`?pjbquZg4{O2gEqm# z&WR^oljYr?YI;A{^nL#Q&F2Q%RO9>UCi-+UeWryz)7n4N4$pS5W;<DPo$R@H+(me7 z3FZq~d?6czKsX=}4vvEm4NZtXOo%v>qTxx==#-c@y*xI(%%54FS(3~OC3C`+c@UzN z1<{K5%j%aEsbodEvMODbu1P_x$v*A;t`u-Xd<ZVi7=)a{21TSgYV-FRnp)ahwr$th zv2&NMp1z6cVKZ}!qn6faoV&+aPcJ|JfRKy$2tri!B@&sEmXTTfxZxS~c~kR?u2<c! zdwTo+qz!!FeB_PsCni5l&o3-43B}7_BvQQd+mqm0QXJ67vAE7D*0KlcxF#~Zq_?M7 z(*JdRb4eQh2YO}6!8_kNUft8-jxp@5tJ~d=?@KylZlz#eSa{#EcE~E)Hz){(y<@hw zS<2TJ1O*N^($4E2lv46)_8q(*?3-R@qLsW@QRn8^RQ*+#Za@=3OW%*WacMCmFF*E_ zE^6y6;ZXc#*h%Hb3m)H{Xk08UP@3oXRt%J9MDQ~UuS61)boFS8w*)0WHD+k?Bh<+D z#H#`Ly80IF(L>@S|CR><k63QW<#CCKBHcgSGL`Zw>7~Ces0X(Qllv0Vq7e}CC|cjx z?7pddmF<y>Xj73-)KGSeyvg-M-p;luUb^N}IY!Z|1TwPrnBula79%IJP~!@!lkvOO z@@}RZoLzIwH^dF&zP@eR9<zPGDJn_6EKOP6Ae2|s`hHY+QG9q`l~H$R;!y3aTd5d{ z%~>a;BAcX^I!DV!8-7YDILSEjjla!sd$)~Xb5;I|M4Y`B*%3Of@!;n~j=Gl%w={Nx z4UE#3jx?y)y`d?m6a|#zS=;?`AgM<ZXrHGL#-`=sE{CB^T9!Q6E4QE6EGKyGz)y&6 zx(m-CbBg=)O4a!e#^qDww;E6-XVs`w!*S2x3#dW`xz%X=SY=9BjAGw4f7NbtZ`788 zz)it|=3QzH*4IV|bvk-cy+>+%3T6r3v9Xh_1VQmCHgVR6%DO`~n+%!vKClm^17#KA zQ9}lf*Uc7^d7Z>mb(1T`uSI@``6XTkff~hoN1j<es`lX0jLK9g(W=4XP&LVhiqlW2 zs~v86nGu5AB0Ep7!q*eRjh$SbW7K-}a-wrq<4b45-Bs}i>^&XYvCNkihGBNTjb(vP n(Ra&Q!hiGPzZl*<y8pV|oGZ1-irJMVdn_Gnozd0SK5>5mf7lF$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..00a133478951fcc00a7c0952c55187b0bc6b903b GIT binary patch literal 816 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jN$=4 zA+A8h4FCU!cH9k}c{iZ{zW20C5tDC(_T3Ecy&gX0dgz23f&G`mr``&kbTzo|YVd^1 zp;K>$Ou8C0;abRqtHBemhE2R03S>{b7CIS3hD^K}+<zr>!u61eSHb9dFjN*O0z}vR zn)U{?>;-BJ1}dHeRCC?Gc|SyrPsN(hN!NU<H~7|WFa-iDcT+1*QyWin3mbDQAhI*J za<H&*vTzQwa1OU{kF|34v+<6#@dcuIn}BSm@M5RPQm4o=r|2^0q%P-_9@mr!t{GE2 zOILVTtn{r|?OU<dw`RR>%|_pvExrxg{F?XrwH^*=-XG9<FrfW#K>P84&f`Hn7eab2 z0v%>zA(sdYnb?vbzhDMNetrQ#DQPt|bxlnzZ9N-XyU?((@QCD;l<b_`l9JN0ipr+u z=9ZS$wvLX@uCDIx9^%2#kaz2WaiQet;uvD#zxVRZutNp{Y!5=ZR;<uqdeo$`gR$$D z(pEjjEu~BIcFg`>&$paOmB+Gp$D{p!pIe{JRO{)rdibMgpGJqsXYY>%@)yPVH56v? ztq<E7?AKbAmNr>s?W~KQwbi?_(_Wspx#=eGTjQG9MB7VSRG3$ZeC(a3*qb3yyE4_p zA^6gP^WPgXr8MrbEC|Ve@cq*t;l<iLcUTtio}7`MFHzW2Ar^3O{XV^SSKJ~bB3T`F z*L{sL%%74bF!v2Z)c^N#TFWkJ^lfL;xT%+aHhHQbpWAir1~u!qf4fg{@Go}%KRsLf z)I)_AMXy)i63G5is3pDI#O}%=yVKm&60g@)PN|c6e~?o;I#5hy${qEY&x=k!%Cj^) n_T<Iqmok6v6u-2b+iO+-OopH1Yvzw9pcL!r>gTe~DWM4f_yc3E literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6d972c472717511763ea6bce513f725c7e8088fa GIT binary patch literal 1456 zcmb_c`BPI@6pkR4ML>jDK?JO*hz^4yyfj1`k}x60gh$?cghkl`0U;3f#RWnzKtM_I z0w}If+oGXp{lTKBMHDJB3<@C$7(uZWw2owiGKdb+oAzJmo$sDA=bZ0+cbmC#n9H=c zb+aW92==Tn1`qf&F#WA9f$jHvVgsCI9*u=sTU#3^!(W2XCOa%Tk3iUP-8@&sxvAVi z(ltLcDjyLG^NSL5QwT*xMSh2~GV%n8*(rYF+|+Y36gL84g$X`@h5|BSd08S^#x%=R zNf%c42S+l%X_~?sbX<84_rfR(H^$;dta=<)Jb@K2*p0(joi4845PfnWx@io<jp3)X zm`ca1*Tbg`n0g3PkMeOXXh&3fOz{lCjpmYS7*iRLIxU8eAxa&he8y9ZfG(^7C>T(M z7F8Q~su4_~LsdFNp-0qXJe3~B4UwRV>oBz*1)*vT!3~JYfGTyE(#%AGCay#9QOr!% zBT7A31;~QDnPYANN!`Co82%%pO2E_sWpfC20>~f(wu%F52m}Ly0?EukG7Ex85Qz+t zsSt$*QP>cL15sg!#)D`mi9#b$=p-74L`TVVE;$q>GXWyWEC4>4okU^rDXeG;8z7d# zN!|x%QX>JxG=3f}x_}m2NIN8<#Y<?374#%IJ*g%%Ss5zCL(?0W={Pf^o|)0W5?^5D z09<6{0sO!!_=%m@%r3mbF1*SvzREG9jZ@stm2`5;?{drUaVxrDSvOqu5U%Ql<$Z8X zA5Y$go_vbd0Suu^Ew~VH@Z{d8e(>Ty=JU7+VTFa|N*i0-)%Nxd4vuTqIIVSdaUpK> z@bucWX|wkh|6RKS0`>$!P%wq^9hDkF3y0wdUUaM=IXOj`D$2~v$`WVi<QA74IeNUb zR3a&_kjW~ms;cERwI~0-v9D#pf<Um4vKS#~)Wi3qhxuBn%c_^WuhDhA_T5%F{J&zJ z-?!56h_%ERJ8e|^E2#?YPG9+4CcR@F<^K)G<VX}`sDsq3TgN8dCrs+;fj@=9EYYuv z1NU6`<c#r&$TNvC_hw?Ir;-|RQ+D^yJ+J$q1Y6D0mDWd}dj~hPz_$?h>Wb?}TxB;* z;@^E{6QGFKAC%AUKDjnsKhh$cyIGMe^Q_cvxy>zcu3Q|a=MM+#(2MUyY275X#Sn)v zD;_4lgE9Zd&ijiW$7>2}{95!JuMx)DQ!>|WCX&YCNOj1kmyC(Bv<>~PTPqhWVuuH% zb5~5Q57)nXZD)r(<&K<KWwY6o$h0NXOL`PV!se=-KDO7&2Hl<w7F;@-nN%kD)|=$e z=91>9n>-M<bfCH?;k3oZq4<tqt;53Z$5KX+_k%<$GV_Atg7ocu%OLOj(N>-3T^o)S zygL>6)dSHRk75@erR#jqe9S=bnk2emGCk<;dc@nVju>_`U+}(6HoeY$2fNj;@`mxC z@79ewdYiYKh6*$4nr2HIeNE$M%P$)Sj(_)d^_k@aeg?Dje4|HGp_fN;R*3U2ydq>N ze@-q+T$mAxHS_g?SE<8NOZv_?0itlvV_75JkIwD;D2k2P_5u>5t@I7(Pz!vn8b0Rc zqQ~!ud#H$0r?%l%RP%464WImRMi=$VY`ZQFGh8Oy$alB;J?_}`dG^p$NPFC+na`}^ z{#>J+*a{Or>`h(#=tR1Gu*1n%E9&`PGw!o~$tyl*bo<^HyltA2@(*WxPS9KKNY|f} zG}76tJ4bu5`AmPi!)<LbJ?R6rz7G05#g+kEEG8<?S`uY*T@h0WUkJiow{PrUmC|ee NF<GHp#x+`k^dEw$nu7oU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-header-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a3299982f44c2743614aa077fe2dc8ce2eb1ba36 GIT binary patch literal 814 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jN$=4 zA+A8h4FCU!cH9k}c{iZ{zW20C5tDC(_T3Ecy&gX0dgz23f&G`mr``&kbTzo|YVd^1 zp;K>$Ou8C0;abRqtHBemhE2R03S>{b7CIS3hD^K}+<zr>!u61eSHb9dFjN*O0z}vR z8g>UX?FDKK1}dHeRCC?GaW6!TSJ|r2N!Pq9*XRL(p@W_=5IO0YI_Vpl>KmKun_B3b zS{d5-8QKIGI)oY9xEtGen%a1pyM~#&hMT(sQKY$dnoUT)O<18re5*rZmlF`BO>!?> z=2^DFyKJR**=p~KwcZu$y{k6+)@}1^-0Rm2MEm`k5Bjwp^lLvF(0(+i=Ryb&O}c7( z);1FuGO;B=e!&ck{QLrfQqpQ_>YAEb+Ilv&cA;Tm;StFxDcL!>B_*Y06_riR%`Gjh zZ5<t*U0vNhBmm(a_eNk`D0sR!hFJLTy?it1kbwx>gOIKjJCqdkb~H#YNLYPrm&3{% zTwZqz%-{c)nYU?*$=Nv%yZ(Q(zppacQZeODr`okou5C+Z#QVB1yTq<cXxREzYpLn( zIek25@9241m9CY~t}jb?_Az-L@7eysO&5$eDqktFU|uEixo46qZ+1rGmCalWB=a78 zw@$e=OQ4)9pvvMydHG*erDzvFp$mNJUsn4IhPsB_W(xVRYX0nLcMP<Yq8LhEgyyIJ z+Iywt;!(y0Z}Yxatn&8#QT0r1LCE@?SI>=<D?3shF8}@ZFf?t3_9FH7C#ROa+%W(4 zf{kWV1h2h#JjvWGvuH_c?L=K2#lk<?d!m^y-{=;$pLoUaRLt=uS4vKu<UHgad+N!D h_w!EctV+4_ll|!nK9lWUETH7d;OXk;vd$@?2>=7uWheju literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..972d432c87f8205979e3efc97be897f8f8e3619d GIT binary patch literal 1423 zcmb_ciBpnk7{{~}cP-Z}OHFIlvc`oJ33M4FkX6<|<oiC4%*-oYML`kSm2@ye)JWh{ z%Og9sa*Wn4%Z^R7G_zw&Qx0W4n<2BYw%ew|ecAmN_L=9H=Xrk5@xJfOTft$6IoP|} zV=x#8W_TzU*bE?>?W}>m@A(J|jJ1%)gzfC?OjD7Qz{Lu}<AfND+j)yv?Q&JSgW&3X zMr=OB-;*y+%1gtD#bVqqIa$J#BtaUEpO@bFg5rw7SWR-a!wdk%EG$T+3y5ZcD(yt7 zp0K13S@mY5R>!XBVK*6>s3{&bA?0Hn<s*)ABI3|vq)NA|#t^4?7*{`npr*)!Lx@_( zt<iH18<6Tjq}mvR4uNt=tw)rj5Nfid)Q=Ih0je58&=E+bgH)qj<uIs1YC#7BtQ>-? z4P5mwqSV1^9i-Gl)gxTB9!3q(AdBjdYCQ~G^$3I-AhiKj=@69#34@-f4nmEH1+0fu zdN2jF1#t_;QUZdye@7Vp1H&qS)Pc?x7i<E+AOcoJfi~a(;qf@UKhB?uBT#Wf8lFhT z6NB+22A&*&4`%rXGyH>D1WFiz!X$<;iBuMm$|lkPbBJ^<k)A+gB$DVbi4jeX$Oz^D z&ZNM6N^~wIT1bi6ONrYX5-+7DmQoYtw4_Q}vVxY1(lb=_43v>w&&Y0M@S7O?-@~#S z!}v{M{NqefGgH*UENF=+I1^EDmL+XxNw2Y_H`paN*(Dw9Qox;T*)6vG4yU4zQ`yH= z48VY^24K|?xB+ld?X^#L!4n_P=dvM;)go&ftiAoW4h~C~E^~DJ&S|-`^NKYdo@>{w z^YZrD>>ofN1a2Xbexy*gQmNZ$ksMAGH!eOUH8pKdIxjmrCx<V{&HMGYLP=3^u~b@8 zDwCDT<>eKX2NeGc6+X^7i@_`sF+;b(vE6gVXYo!^&bGTx-MN37N67X!MeMl9im&;3 zQ+N2fxA)=d)i&HD>D-dR%#li#S@2cI>!~ZbE_|BzdHT)#r{bqY<~;Mb@Ivg$fCcVY z248eTa-!$$ji%Q3tvbKcf0?C072VM}U2vczDsrJ-A<KF9;lPR50PCaX70$hd7u-(v zJ@bw7X*l%fve<V=8nz6Z6b|S<o8Czt>moEEOZw_v&US(l-pTr#JrrKDik$CJ@d5pa zRI_L!)fXE+zT*lcT6~3{L}R61Y72N-(-f-Pwr^Fc4ZHS>ykK(n;3~5huTiuzA+%^~ zX)lMPy-c>9`>A6f>vo^SSX<g3<?-rE?dqA3Z(Nt$RkT&T-tQ@vxvcLe-QK=L?>i8p z@v2jyJm19<=b5^%+OhhA{poQlom1$!WDV7&<)s%TE!Z)cP8aMdIcJVZJ2p{#@2Rw} zEL5;jh40J^{Loe>?s`=AS<vBF=<Vwy@3ubE{=(F?bqXu*ZWGNW*Qv?wN0SF?J{YV* zY^Ti+B<J@`9d<Kok2!@HuZ-4uHaFQeuj#vR0vp>ZY0-9k<e14FC;c|q&(&m2#~kV| z3H;Px43fMGigHQpGG0I2IqzqRB28>a$#8dlGj<PKlWIIdDSI;eLc83W#ZZj4K3Fl^ zdrn`fo^eS1`)YbeJ2F<@;C;%j)#p7A$J0LF*)rxf_@!ulg6PhZ9u1+Ta^Brf^E{W_ z!4*52lx{ua4q5%Bq}Rm8+JHAdTs>Ll(syb)Y4D|seEJM_Cg{?`-IWQW!{fF>mA1Xv x=Z{-AHB*8JxhZDTlu&%xJ+o!!yjz-w885h6ktwVHxZd(1G8yd9bF|(2{sGj0n-c&4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-header.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..4e3d9142599ec7398aaf4c704689b5b875b6e8cc GIT binary patch literal 786 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h4FCU!cH9k}c{iZ{zW20C5tDC(_T3Ecy&gX0dgz23f&G`mr``&kbTzo|YVd^1 zp;K>$Ou8C0;abRqtHBemhE2R03S>{b7CIS3hD^K}+<zr>!u61eSHb9dFjN*O0z}tx z7v0HUbO)$07^rv>Pz^{y?!wz36DD12T=%ef!^7Iu4{Fyu0Ln&By_qrhcE-HhS@UjZ zF94!DxeM-8th`sV`d;1Y2Muc<HLicuv*pR6!!K8!c)j|>>-A^e?z;Sb&*k@fFTcP1 z<jdtJ->yFS_T=r4C+~kfd;jb8r(bVB{rdFn_opAfzx??9?bqKQzyALI`}hC<|GD|# zkPR;h@(X5Q<mVR<l#*6cQ`gkg($=%FwF?ak3y(-nNy*O1Eh#B2tEg;hZf<F5ZR_ah z?CR?3?(QK1d^58%28Ower;B5V#p%6QZiXE)5MWEtQqWM^)WxBvbLyGY(Yw3YGFEad z`~0up>C~)cmdfFOwqJg~MBP|;e*RTXwW6g~jzRiwRh#sLZrC1YxVZ9YM1Ne`A8ujY z#ZN9aWcEy6JM-qT{z}P1Hiuu|IMO2Z!?KA{!o<1nBG(GV*n*=P88W$C@^`lEDQ5`! zV&E=$u%zx?>Xm7NzJ(<^5-;peoR}2&e!}8e!MnEFU1>9r+$iN9y8KJZ;pvwuF5cI4 zcYl0qHm}#?zqX$n7JpgtgLB&{0j<UFRota7zxus-lkYt3`qFhVw~x=hJ#p6T>(e9_ z?~ea2u~y%F1M|U{qiM-<KhsU0J-)uyMU4BY|NMnM%hi(A_Ij+{S#Ca0_tERPGw)c! b{&Dp(w3uCITI<Fp0ZNmeu6{1-oD!M<6s(9d literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-header@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1f846dc3759cf03a51eacdb46a03c732f7c46d24 GIT binary patch literal 1412 zcmbtUiBpqT5Dx}5paeyfqfm%R6&+*@u~L;8<&vvHO!A2|$`k~G;S|Cxm&heTk`J(A zL=Y$qSU|*sK^>$NX#+(dBp)FOM?@lOh=>D7CQV=3KcPFnw>!K0+vClfc_rikZxdr{ zV-yNy;_Kr{0X7PpgBUc>0=rj6z@U@deQ6jBMmiff16-p7pWq}E>Z^ABF$l5d+JK-H z%j+zQ8Xw6@4NZ(drKYAjU5txPx)7QW;S`_9;4QjZqfiE;<nL)-fQ-`Va&vW1i|#~j z4^;m8RPNBJ>UpS26j1VeK+S|NETzLzs8~*Bzaq1z{cnsx<)V;EB>4JJaJ2-2rGaHa zh%2I0ipf7AP{k-zF%bj{K{=HxhS-x-SgKEP#~?03Ef+$tgvt?7Ig=FjIH-cEKnH}z z7SbvZ3U?f0i)dUCl`W=LNGMz}4Mxs@EG&X5#5CY?B~%!pauFIw1ab6C8t4g&sPF`& zCyS{ZF_;3{g1DZeF9AW(zax<U$TSXMia=+*3pN2{5CN;gK<j6nfki>!b^uify-E_w zlZ5FZjk+Uc-jPPv$>Qr}NsY4Prl}PER2qLOw^fnXuE+=IP!x11${){h0J`Sju6ek7 zzWTY6*Q2cIQP%e@@CO!}|9IanP_+-KI)+sbM^xRT>TaR>nNa;)sP08R_DMdDDn29g zD-r<Zid2s^*}~e?!rGi_ZBD&DuU=QLXg;oJJ^`$0*4DM_8m$IE3q+^Y=><u?{0O`$ zk3|Wfq6{{m4ULSAx0;w>v8LO$Z8zItZobp@Ydd=!4o~>zAkmpbI&|2@<(RAM@e?Q9 z+ylwv)0ANPh4Ao*NJdO-Y+PJ?!llHt^o-1`?Cjj!y!?WK!lI($l53^c|F6t`XMX^N z+K}z*=|(%-r<(XeH*>SxoY2@OX!zi)I{4K8Xovr?O27SmKDf{F`{FvsPLBIiwA7v+ zMlufjdol){YLSwXlBMleE@|+lowba@RK|RNBz<_yKkHtnP-S~{W8}#DMb=^)W1k3X z;plg+oQZB~lCv{1()@fF%U@!CxVbgIJ<GPB!%jWmuo}`-yuaB2$r)->9%9{%Tt2ru zg8Ond(c@>KtSEFba7PWHP;+ar#ujbK@Fa9^PuDrMcA7vN@n&~D71}c9FN?dFa!>a% z%MY#4?UrT!(VKfVmGl*~q(|8ato9bB8)W(oUwhAA^>!|FmX%d`y|rh$w`1@-66!GL z@470MqDdn`yDANl9LAP6M(k|P>Yf#s8y?2E34(_=A4|lYBI3;QJ)Bu5bL5e_EG2&6 zis50xi;Gs>Cu>YgNVYzmxb1C%k=O|H)meldjSZKKIHrX=)LqXYtu7t&$IeZR#COrL zS-1z`y&W5xZ^Y3;imz@Q5R5gKhO)A6`wsXKqXZgX@vRF@&yHIRYVJqQ2#?QC)l&BS z)pMWs2;Y!InS6+zy;5=@s$sFo`p+Da8r3+#W4gS#nHJTb=dk74i@(Qul`n65+q|C9 zwAoyK{G4B*t|lJZ)GAQT+4%Wc9;u!Abv<ReG_TO4jZW(2efzHTe1j=|X}osd@{1=> zCL}L^M_98GTuz%F{xq0cvH4NPCHeH;w-;Mt_8va>n<%8IzHMMeks&|%!GZautE7?X zvY&vL*%sA|Ew?7u-?G5;8xnbgTJwUlm`wq##J6EVPm)c0cZc)u#qPXEY>z%78GUWy nScyr?JR0zD+(}pVz;M|@cY5p0FvG1;{|owh1$ef(|9IseUOL(5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-selected.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..45e67cd83f303ae059540601a7bb01451607f5fe GIT binary patch literal 768 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EKLdP1 zT!Hj|nt>;8zdw2V6K?$TcTo1lhhHu~`~noe`t(c4q^sdmfarSk)SIzDH2r4$^qYw@ zZzj&ZnKAcv#=P6P3-07Dx|6@?PTlGU4Qqku(bPT9rUTL5XEXOcUv%{4iW4tao_M+O z%-iF)KU{qD<?@p+SD$>l`s~~FXWwo=|Mu+tujfGY;n&L#zutcO_2bvyAHV+st+sRs zb_04oxFpCgn1PXBKu}6rO<hw<ThGSUE;KAWA~_{HC%2@utfI21xw)mat)ru}tE;QK zhe+`1r*0er1EZ9ui(`nz>AhDnqnjKA*b5G5>jdxdU3<kRJIF@Z=EV^`@4N5+C&qkY zn3nr#>i_MV_or8ur3th+AD8zP)n@TrI-~1X?2+j^4l)?3H>U*~XBD0_dssZB=H-UY zI?epEhIMD7rOPt!&s*cWq3ix*1BSV)7o;B1$vPnrb8)kht9u`F_s;LU4V{vUH1gyl z`hMNlk=lGBK;x7(&zCeEsSO^d14FiXeg2)kPf@G;ijk}8>Mu7N+}C|v6xO+D^Zi@d z%sZa-pAWuvRDH)|Nu$Jz&OM7REc^B8VD9ASCzoHF+?}~+r}DC$l7;<-zh3S-uCd|z zfqmsNY1SK>6#j3P+Wk>F?!-4I&r_zSe4K+r&#us(R9)^rnYHFF_sNd;59$|+zTWzN VU7w!gRA3}9c)I$ztaD0e0sw5<wbB3p literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-selected@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..79d10e53b4302e81427c247ef225f451d8f2aa62 GIT binary patch literal 1317 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&}Z zd_r7-ivJHs5Hjg%*rcoBQ?5r&xgI_BX5!47iL-Aefza)g*|&2S+{s;ZCx6kM(q;F` zR@|!qqLufmR^F=tqSX%?*FT!D?a724PbTenHfh(hse7JH-}`Ll-siLTKA*S$`J%%w zmmGb$^2E#4r(SP7_jcRG_d71W-*x%@!RsFm-~4bCh;Dy4_u$h7AbRxW;-fE@pM1If z{KuV_KkmK!@#yW3C+~kf2ci$ZUVixX`qQru-+q7k_WQ^0zrTL}{rwjR{{IC>$C4K* zpqTF{3GxeOU}R!u;pF1s<>MC+6cQE@m6elMP*he?H83<XHZe1|wy}3`bn*`f42q0S zPDxEm&&kcpFDNXksI024t!rp(Zf$Gt=<Mq5p%7d(6FJ1dz?ALj;usQf`0b6q(U$^5 z*b9~zT|8rS*5~vjuQ#sVD~?P$&>E*vB{-u~kaOC46RoXlj$EDf{Qfzy6B4_3m&^S= z`26E<<J-@7mVbXLBhz<SW{*i}CEMSFg*TFqHUD!w|5I&R(ED!(_Z@k@ZhJz^U#3@Y z?WbKn8DS#jy)4|!@kRaugLA7Ddp<?aQrope#kAyT<};J(z{NjpJb60T9||a5ds*&) z!Tz*P&rMzn?!K5Kd)Q)=hmZ29Lp!sc^JIyhD0K3S5sUij_gEwAo{LlOik@9ses^`R zSj|usJ9+T!uGkk$ry^CS{baeD`uqe()_<QUXU?w&FA800mb$=x$b+%U>q6`)?R~l* z9WLu=u<olrr+G?x-+q<PGS8(?D^66}l5rt*m9xc?R5h1R1)j}$GtS@c-oL+c``M;T zIU3B@O<&lR+Nc~aQ8?M=vSYbpzm|XQ{`y@B=Nl!YtN0jsxx(i~>C}qVu`kMb!D(aW zw7ygAX2BbWT`O;2P*ci2ywSMy*U=3df6FXSPB#qEeZStYnr}~{bH4ZK-BpL{IzPOf zUljJkJjeU%<V$^1o|GjRA1Y*-YhoM1eNnTn{c*rtM*XL=ZfttoaHPrZ(9usvpC7;D zo;Bz9qvDdqdHYPWGh}yZUFBS7aWcxXxF9(G?&4FrM;G0xT541Bl6&{H{~-=)bzIAN zmzuAdJYl)U<B6?&$sg~wX?>bH=jHc6rrfP>k8~>Dx#fMu=eE@y!(79;c~`!y4Du?M za!upPI`MYNml|HVkk3p<YuxT+>dx<+StEGtS6{U0>Am+jZ?yYVRQGR``h4u%zQ%_M p73*CrENlwaUM~G%ev0vo{OzRy4j*@`J_cq522WQ%mvv4FO#qkX3Ecny literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..4e3d9142599ec7398aaf4c704689b5b875b6e8cc GIT binary patch literal 786 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h4FCU!cH9k}c{iZ{zW20C5tDC(_T3Ecy&gX0dgz23f&G`mr``&kbTzo|YVd^1 zp;K>$Ou8C0;abRqtHBemhE2R03S>{b7CIS3hD^K}+<zr>!u61eSHb9dFjN*O0z}tx z7v0HUbO)$07^rv>Pz^{y?!wz36DD12T=%ef!^7Iu4{Fyu0Ln&By_qrhcE-HhS@UjZ zF94!DxeM-8th`sV`d;1Y2Muc<HLicuv*pR6!!K8!c)j|>>-A^e?z;Sb&*k@fFTcP1 z<jdtJ->yFS_T=r4C+~kfd;jb8r(bVB{rdFn_opAfzx??9?bqKQzyALI`}hC<|GD|# zkPR;h@(X5Q<mVR<l#*6cQ`gkg($=%FwF?ak3y(-nNy*O1Eh#B2tEg;hZf<F5ZR_ah z?CR?3?(QK1d^58%28Ower;B5V#p%6QZiXE)5MWEtQqWM^)WxBvbLyGY(Yw3YGFEad z`~0up>C~)cmdfFOwqJg~MBP|;e*RTXwW6g~jzRiwRh#sLZrC1YxVZ9YM1Ne`A8ujY z#ZN9aWcEy6JM-qT{z}P1Hiuu|IMO2Z!?KA{!o<1nBG(GV*n*=P88W$C@^`lEDQ5`! zV&E=$u%zx?>Xm7NzJ(<^5-;peoR}2&e!}8e!MnEFU1>9r+$iN9y8KJZ;pvwuF5cI4 zcYl0qHm}#?zqX$n7JpgtgLB&{0j<UFRota7zxus-lkYt3`qFhVw~x=hJ#p6T>(e9_ z?~ea2u~y%F1M|U{qiM-<KhsU0J-)uyMU4BY|NMnM%hi(A_Ij+{S#Ca0_tERPGw)c! b{&Dp(w3uCITI<Fp0ZNmeu6{1-oD!M<6s(9d literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1f846dc3759cf03a51eacdb46a03c732f7c46d24 GIT binary patch literal 1412 zcmbtUiBpqT5Dx}5paeyfqfm%R6&+*@u~L;8<&vvHO!A2|$`k~G;S|Cxm&heTk`J(A zL=Y$qSU|*sK^>$NX#+(dBp)FOM?@lOh=>D7CQV=3KcPFnw>!K0+vClfc_rikZxdr{ zV-yNy;_Kr{0X7PpgBUc>0=rj6z@U@deQ6jBMmiff16-p7pWq}E>Z^ABF$l5d+JK-H z%j+zQ8Xw6@4NZ(drKYAjU5txPx)7QW;S`_9;4QjZqfiE;<nL)-fQ-`Va&vW1i|#~j z4^;m8RPNBJ>UpS26j1VeK+S|NETzLzs8~*Bzaq1z{cnsx<)V;EB>4JJaJ2-2rGaHa zh%2I0ipf7AP{k-zF%bj{K{=HxhS-x-SgKEP#~?03Ef+$tgvt?7Ig=FjIH-cEKnH}z z7SbvZ3U?f0i)dUCl`W=LNGMz}4Mxs@EG&X5#5CY?B~%!pauFIw1ab6C8t4g&sPF`& zCyS{ZF_;3{g1DZeF9AW(zax<U$TSXMia=+*3pN2{5CN;gK<j6nfki>!b^uify-E_w zlZ5FZjk+Uc-jPPv$>Qr}NsY4Prl}PER2qLOw^fnXuE+=IP!x11${){h0J`Sju6ek7 zzWTY6*Q2cIQP%e@@CO!}|9IanP_+-KI)+sbM^xRT>TaR>nNa;)sP08R_DMdDDn29g zD-r<Zid2s^*}~e?!rGi_ZBD&DuU=QLXg;oJJ^`$0*4DM_8m$IE3q+^Y=><u?{0O`$ zk3|Wfq6{{m4ULSAx0;w>v8LO$Z8zItZobp@Ydd=!4o~>zAkmpbI&|2@<(RAM@e?Q9 z+ylwv)0ANPh4Ao*NJdO-Y+PJ?!llHt^o-1`?Cjj!y!?WK!lI($l53^c|F6t`XMX^N z+K}z*=|(%-r<(XeH*>SxoY2@OX!zi)I{4K8Xovr?O27SmKDf{F`{FvsPLBIiwA7v+ zMlufjdol){YLSwXlBMleE@|+lowba@RK|RNBz<_yKkHtnP-S~{W8}#DMb=^)W1k3X z;plg+oQZB~lCv{1()@fF%U@!CxVbgIJ<GPB!%jWmuo}`-yuaB2$r)->9%9{%Tt2ru zg8Ond(c@>KtSEFba7PWHP;+ar#ujbK@Fa9^PuDrMcA7vN@n&~D71}c9FN?dFa!>a% z%MY#4?UrT!(VKfVmGl*~q(|8ato9bB8)W(oUwhAA^>!|FmX%d`y|rh$w`1@-66!GL z@470MqDdn`yDANl9LAP6M(k|P>Yf#s8y?2E34(_=A4|lYBI3;QJ)Bu5bL5e_EG2&6 zis50xi;Gs>Cu>YgNVYzmxb1C%k=O|H)meldjSZKKIHrX=)LqXYtu7t&$IeZR#COrL zS-1z`y&W5xZ^Y3;imz@Q5R5gKhO)A6`wsXKqXZgX@vRF@&yHIRYVJqQ2#?QC)l&BS z)pMWs2;Y!InS6+zy;5=@s$sFo`p+Da8r3+#W4gS#nHJTb=dk74i@(Qul`n65+q|C9 zwAoyK{G4B*t|lJZ)GAQT+4%Wc9;u!Abv<ReG_TO4jZW(2efzHTe1j=|X}osd@{1=> zCL}L^M_98GTuz%F{xq0cvH4NPCHeH;w-;Mt_8va>n<%8IzHMMeks&|%!GZautE7?X zvY&vL*%sA|Ew?7u-?G5;8xnbgTJwUlm`wq##J6EVPm)c0cZc)u#qPXEY>z%78GUWy nScyr?JR0zD+(}pVz;M|@cY5p0FvG1;{|owh1$ef(|9IseUOL(5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-selected.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..5541b8a856ee5dac2d4c0ff67e2a0401e474247d GIT binary patch literal 799 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jG6&H zA+A8h{|5*>efRUpyPs&5KYI@nx%Bu8ki78d%eALpLndAepA1CTqo>`7nRX*~`i=M* zHxp*wOq_KyeeSJ{dAD;H-pN~ZCm)Cw->qBopnmOx1`v8UZO^mmd!EhM`)uak=ZlZL zTyf&n$`h|PoOyHn_Q#74zg&Fu<<g@smmhz*`s6Fnmg`Ty-g^EGX#4Z`KVN+K_44Dd zH=lmJ`TXn0ufIQj{{=c`vbk|0FtE%@g8YIR7^P+8<P8jsT;1HgynXzFL-O(qXU&;A zf5Fym+YcQ*cKOQH>$mURee?F+`wt&Kefj?5*YDqd{_fs-4rl_Snx~6nh=k<cgPGBc zi6U$d+&#Q91urdft)4bXcycD!<j$~6<J@!q{|kCvHi=vJJ^6cY{c~R3oFx%TTkYgO z9Xe?|J$0tr+7OK?uiFF7bA+RHE?+vi=zY&&p);G#Bu~sadPiiJ+a;aLT9cY*eO!20 zG<~Jk*9(vJ7?S@y|2)@~SIFcq!=jvQ>E-Knb|^U7@+9=uZ{@w@BR0h&AdYdulfM4V z(s|NLX6giaEKp&5Q+V8a-a4L3KJOM!cu*mJK&yWDY2i$@@7fa=Y~oQk6nniS<r9Oc zP|P_diKp`0&)b}^<&^uw5Yw%b8o*zBvXw7>R_Z;!6OLzj7HiK)ovA)GCo4~A+5xrG zTh5&fy32RqS>Kz@KAYnLr+EEUuwhX@@1rv@sWU{$?Crt&-%Op;6%Sqz{?Gsna|TaW KKbLh*2~7ataM$Ai literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-selected@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9e5346f1a68bf407c2a70d22943e47a12efe248c GIT binary patch literal 1451 zcmeH``#;kQ7{^!65lY9U4u<JOsPjTiBJpzOaO84Ev!vuQp_R<iW-i5{lS(?rE!S3I zhgm{}<W_AiGjfR+wq}>w?4rip$ISVj^ZWS^&hvVIp6B&Euji-d^?B|Fz`eA!z*-;> zNZb3Q2Lh;QK!-KdfXpx()&z>$HFs~MhK9yRzCRCWHL)kpUIT%Q8~)L@FmRp;Ff_t> z2IB(bV{imiLNtg#AlP2Q#9q6A!baQ1CtNI-xqv~S?PdXfNKasS>;L%g3n23*PUlSo z<xiX`m<$FeoIG1N8B#PAQOZOClrbaAm>0@eQRS?-3O1&a9bd`DR!!sn;^3+|_-amK z4Tn&}Ng{KTYq==^6mBYodmZ2@FSCK4`$~}8D#&XU=D!veb<7lZ&Xjb{ly-{Bx<rrO ziYsXnQn!TEBdMiJ>lm}o-+y^EDr+5;wT;Q%P0mxN=4n%M8dKiQl=lFz<U_p0Vcy~h ze`yrp)6&@IrH|s(X~`;Ay2}5uCXgvaa|-diLLy(6%GYNX*5_9?<SWXB73JE-reZ_2 zu2d;ERhz1<&8;n!YD@L+P5u;w&j1#Qz#-s)plxd3sPE9#)BoPU&<Jd73NhRFgSo{4 zONV2QPA6Pk-P}Eb&xM>14Z9E(9UF&9z~K{<a`W;F9u!qoH@CcMZENrD?W6ZI1_p;l zSkoMyKsY0j&dL@RmzG!76zdx*41Cxhuw}lt2MifZ`#Plv(SsT8z>)?SRU6~GU$&D9 zFkeUNNYI=;KBiDD=ihxA{mh{f_(2BaMcp_%-<spr$bLJ0i%1L&PnRbvRT_h7k4kTd z+-r=7r+gE;p3|dhGjywaBM(9A=`jZ-SqQ@ih2Rf+OLB<E#>d_?Zx}zs<LlMaz3hSs zel>^nTab~3;SFVXtO?Xn#`~1x7ZZ<A9Oq`e5$sSbI*3vbl7UKV(JO7z4iZ?N@O^rC z=(l2eZy&SBm)Ju-WQf)GVLyz^o9cJI1$MNn=ruSvyys!l4YD)(fR-jz)r3MjFeLl4 zlXv{6Kh*u1tO#t_m0W3M*;9ch@9wn7>BwllD%KF{hKG?eFfX6PI4QZM{>jwISi#-w z<@-XNRI@>0#eL*$axSY>NAq0@gk|G~IdeO0(YiNNdBqyko+LJGcC(=4c$UTs)Kd^= zo2G2nt|h;6HQQsjZwFm)aP+d0+vo3aoEP!40sjgVS3IAu?zPhb+y)Vi7<_ls>0B24 z{4Q78SETc~Y#4&`n8-3|?aPw&4W!;A@oN^PGyeNcrB+{DE)6sibB!sc;%58eCut?- z?c~HTwDK8h850S!32<jxcJ&=~(usk^qkfJ2Y>!&0B8M<v+g`cecA89_y9piFR!}8T zc0QK_6ChNGT+(HtroAp6dPeWxC4Yyh*lT`ud{Ur5h3<2u*uthQT7U6Lcba`6pb`Es za!7$OSM`sGNMTkn5RcQ{Uj9Cz1X_ksf`P@R<@mg3xZ}Mb^Hg8aV|#U1;gI9|J8d05 zg<JFR$4!bmGXmU@agQn3dqhM4VrNw@>r-Zb-M!=>P74+4yL|HQW#6;>iH<?}n^V0J as_lC-V?V5TyGH|`0P^;Pd(^u}Wd02#WrZsM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active.png new file mode 100644 index 0000000000000000000000000000000000000000..66fb833bde37cf28d49e912fbd3a6d5ae63484d7 GIT binary patch literal 800 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jG6&H zA+A8h4FCU!_T3DcbTM?|)u1WYLi?`<Pr4e^e=T&vwU9~IgC|@Mo_H;E(zTEY*Fz^< z1#&|tffR&JycP^na1AIM0%BhUl0d-_py0&oKsE?X0*e6kg1A><ia{!YD0k7F{6%*l zY&e;_04mbB?osplN42XT)UJ5|l#QNxBYN76^trdv=iSble>;1@?VN>oau?pITzS7{ z^?jhSx-}0P);?@p_pk|w)<5jo`ef1Jm#a>^UVZZQ`ZI5KU4FOw^7}nk-tWEg{_^85 zmmhz<^7!l3Ctshu{qf}8&!_KxK70T3^`~ENKL7gk?a$}$f4=<q^X=!~@4x>3`1SYC z-+%xA|G%_4#tRr$<|RRX!3>PjGIH_;hDNS#?q1$Le!(Gm`GvFQ%$>hr>$dHOjvl*w z<?8j@ckaG<`|kaRkDtDL|MBbh?>~S4YBRLz0K;9))5S4FLUQlH%xK0$5w-{EPC;JX z6U20HZC>&;Lpt}8m$J9-;)j3!%TF}%ef+e_epf!v9Q7R=CaQEk`Big)S^axVTMF0G zs?Cwwa&9pjd~+uHtUEOA)Hw^CMxK**Om1AWnCEodqbsF|x6I&D+!js4Nm|9zy?huA z-2VHW^9V_ByvMHKv~A6|LdT|XF%f5mYcKr6l4DgJ=dx}UW#G)RuB~6P=GZPTrOB*m zOb6t)#%}u&nH;-RPK|qC8RMEu{lCRFuM1jl#l7k@!=Wo5kLXVQrLplrs@MUIzg0UH z)xC=-c+I>(XVR2ov0C0-xAtgGvizUIu58=W=g^k2j(3}+`{WHj%sth<ADi}Ro4i?g z#r%{{M^|Nrb+a#2wAh)x=%b3K%HxZf=4@}JnS$Qd?>3851*K3=S3j3^P6<r_>|L0P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..05e0b085c9f4d5872f9b071e62bd94f318b9361c GIT binary patch literal 1451 zcmaKsX;f236vqQ7VX39Wwk$5_kwt~#Qb8;z2tk%oRFWqFWRpz+1BF1;;=&>#C?;VO zkWEn8p&&-KLjgqutkICX1TYu~383td1OuTH+Md%-edo@dJOBC3|Gp1%=JqLPyG<(E zDhLE(lY>3l1<dEc*sr7ja*xhiWiTm3T03Bsl#~X!CqIIva=5))Bm%LeMmFTUw8>k6 zs70{F5inta1fp+50D?#)8ehPNMEd!L2N;J%1m#X!Xd@8vI;Whlwg5(~twH5$RyW$9 z8w>}^pnK+fD3x(K9X_4)&W%KeG8iuRn7A|+l*-24r9)(fOF9#G4~EiMt`s^TF=VD| zI_yH~hbRmTiQz(Fx&WBWz)~0x1z-#eg^49IAu<dU06=6Wmc)ceG7&?9!Er1ZFhGYv z0sRZhbP`Ztuq7j9*!scs40O<L-4<AZUci4H_`A`%`T8z!kom9Ye*jr6bN<ire{0|j z{^|^wd4|GtO@rOiVfPH!BZK9e!#<b8_RASKpFen^U@*8~Fr;uOv}h>o;ZQ`$2f|}c z^b^jdQqGMkZd^4tu7(?5!%e6ixmi1s`iz%K<=vz5NFbi`$j`?pjbquZg4{O2gEqm# z&WR^oljYr?YI;A{^nL#Q&F2Q%RO9>UCi-+UeWryz)7n4N4$pS5W;<DPo$R@H+(me7 z3FZq~d?6czKsX=}4vvEm4NZtXOo%v>qTxx==#-c@y*xI(%%54FS(3~OC3C`+c@UzN z1<{K5%j%aEsbodEvMODbu1P_x$v*A;t`u-Xd<ZVi7=)a{21TSgYV-FRnp)ahwr$th zv2&NMp1z6cVKZ}!qn6faoV&+aPcJ|JfRKy$2tri!B@&sEmXTTfxZxS~c~kR?u2<c! zdwTo+qz!!FeB_PsCni5l&o3-43B}7_BvQQd+mqm0QXJ67vAE7D*0KlcxF#~Zq_?M7 z(*JdRb4eQh2YO}6!8_kNUft8-jxp@5tJ~d=?@KylZlz#eSa{#EcE~E)Hz){(y<@hw zS<2TJ1O*N^($4E2lv46)_8q(*?3-R@qLsW@QRn8^RQ*+#Za@=3OW%*WacMCmFF*E_ zE^6y6;ZXc#*h%Hb3m)H{Xk08UP@3oXRt%J9MDQ~UuS61)boFS8w*)0WHD+k?Bh<+D z#H#`Ly80IF(L>@S|CR><k63QW<#CCKBHcgSGL`Zw>7~Ces0X(Qllv0Vq7e}CC|cjx z?7pddmF<y>Xj73-)KGSeyvg-M-p;luUb^N}IY!Z|1TwPrnBula79%IJP~!@!lkvOO z@@}RZoLzIwH^dF&zP@eR9<zPGDJn_6EKOP6Ae2|s`hHY+QG9q`l~H$R;!y3aTd5d{ z%~>a;BAcX^I!DV!8-7YDILSEjjla!sd$)~Xb5;I|M4Y`B*%3Of@!;n~j=Gl%w={Nx z4UE#3jx?y)y`d?m6a|#zS=;?`AgM<ZXrHGL#-`=sE{CB^T9!Q6E4QE6EGKyGz)y&6 zx(m-CbBg=)O4a!e#^qDww;E6-XVs`w!*S2x3#dW`xz%X=SY=9BjAGw4f7NbtZ`788 zz)it|=3QzH*4IV|bvk-cy+>+%3T6r3v9Xh_1VQmCHgVR6%DO`~n+%!vKClm^17#KA zQ9}lf*Uc7^d7Z>mb(1T`uSI@``6XTkff~hoN1j<es`lX0jLK9g(W=4XP&LVhiqlW2 zs~v86nGu5AB0Ep7!q*eRjh$SbW7K-}a-wrq<4b45-Bs}i>^&XYvCNkihGBNTjb(vP n(Ra&Q!hiGPzZl*<y8pV|oGZ1-irJMVdn_Gnozd0SK5>5mf7lF$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7feed194842db10259d3b5e26d3f2240c61f83f7 GIT binary patch literal 728 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EKLdP1 zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBpXXo`Sh zVPRoF!N9;k2pJR<1W{uO1Xk{5KxFN1Zf<U2VPS1;ZD(g^Z*TAH?Cb&r?*6Vo;NkD; z5#R<yo&oMa<P`t}K+}NcKnw@FI(p{$jTS(kTb2a*1v4;8%gD(a7#g{{xqEs0_yvdL z<rmJHGk5-it=qOAI(qE#m8;ip-?{tx&HE1@K7RW0{l|}AzkmPv^XKnM%PWiw42(RU zE{-7<r}tio3_fHa!2V%cv?Gg)gG1M;g-R6<u4ZH`;0WPUz5oC44j+vh2i|P4`A~nW z{h!**vw5Pa_c@n!ZxwUDv`XxfBRl7uy))RBwpkvPsXzDgx?0`oFR3^5Pp#|EDgNX2 zHS`5f=zGsZCI0_BE967&wu`%6o$-#tS@3#@!^KWL*7t1o3{zg8JaOmGhr^F*d|c)- zmZY9Ial?h#Xp=|$74e2yA#PLhgO}KgrwU(~tNq3IO>+hFg{8A!N2VC4C<jhwO!bwl z&CPH5s`)C|q5ZOK)Vg`)wzhehA9r~D*!VcL$LSvXH{Hbk$~S4H&TaF9``3z}nxDHn t^3d|0^E-E||K!^DZfcFzhVT0?$ot%7n9%AgeF>DVJYD@<);T3K0RRsdA@KkJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d04c0853dad643559c931291a01da85290230a5e GIT binary patch literal 1266 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42%l{ zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qbm;!;7yBQDwNoyeTFgG{1u&}VQva+_ewz09XwY9agv$J>h zv3K@$bn$fp0#{!rS3f5=KW88Sl5YOa?*1-7;O_4V1Rnlwo&oM&f!^NUzP`SGetrP~ z0fB*mz%UOB3j+ozFl>S026P5E%%ZKn8<qfLD4`_CFPMRmnT3sAP)JxzTtZSxT2@Y8 zK~Y&nRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ewylm^X?K^huK632% ziIb;JpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|<UOba4!cIQ;g;&v2nY z5%z*3V%pO;?cFjdM_<!)lka5{<CQ$h(}M0#=s4_SDkYl1yPD(s`fHK_l?KN7pZexK zwydjvWME%&PWE1rzS-@%Z*fspvCMhzO>&Gc$9->joyF~)S<u&{Dp_hKVbELac;Zx0 ziJnN8i>hV&BBuVnmj++&+Ies;QA*-+{V8{2>zv7lC(Kh1eQ2!lDm8oUWxJhH%2J); z2A5K*w-(==FW!;XV&leDcH!L7gn8;#4+}4~dM*EXc$Gtm@`8K!TrN)w{w|YrM8SK7 z=*LBQ!n+tHlV+HB?b`NGrh@zPF@gT3d$Kyt+Z8<}4!*q;o%+I*L&w9#alO~M$P+?o zK69(@yt%*V*Tefd?zR?doxVGyId78GI8(^!8uiRVYS&^Xe}^RJNs=%4mwR<>_OPv3 z<CL#(s%=r)f<yeSL38rI$jJvU>=#IM7A&^^&9wYk^~8U-7CXf&9BFg<ARn}qdA@FY z7boj4&RG+tuGb5!D(znI_0^hao)6KQ&%<+llb=m5Ka*qox<yIVWZL)G(`Ik37iqo@ ziby^@uTe%i%CMBBb^7V0tuH4(yrL(&N_qBmm#p;lowKFI=S%;H-T5Qux?(QR!&@iL zt$p`I@<{I-i&K?RH}Cq3@LX%|$l89-Jj|@@IkWXu2exw;*S=DnALp&}XpZ*Pv*ojw zZ%C<~{62HFthyhMW83zM97&sXrV2OT|5nhv)GV=Tj=$gTb7#u0JZ+z&!#VL%#?Gcy z$NqolI4DxRBRhpn=fs(U>x$PB?!9^OR{pzR?(`X-`o4d+nDy<y+s)=k=KSFMc0w+5 QkAq4aPgg&ebxsLQ09nQXQUCw| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-header-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5081ff1d582c2cd40544ff88a9880f0317923170 GIT binary patch literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E{{wtN zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBRPXo`Sh zp`oEbL4SXL2pJF%08yh01V;9H#z5qtudi=lU|?cmVrpt?VPRouX=x7xPF@Z`;Oy-P zL@wS=AmroZ>f;PVZa#i~en2yUra`QLIR1XRU^meJmL)-c!3>PjGIH_;hDNS#?q1$L ze!(Gm`GvFQ%$>hr>$dHOjvl*w<?8j@ckaG^^Zvt!kDtDL|MBD3@85s^{Q0}m@(LpZ z1EYwii(`m||K7{);Y@}itPiY>I#{ilk`6Y-ZkWzu+^WF0D5>)Q|Lr?EjGZ2Jo@?8^ ztNW*4(Y-wki~Y83*mhmPTWa^});9u$;p>*_x9I;ia}R%drhld_*Uj=n{MyztI?vwe zJwB--Kdf~7f-^^MHYA>@-oEOx41>j0F=?+1*N{>MpZ!L<-!d<#G;F#u(ZoLITSwfE zSFQ}!`}%5xZ9lCzeS1|t;|gwBPT|1z&)=4>DrHb-`&8$6-o~z@k1<F3I=9c|r*k{p zSLHKlNH$j(1a5Z!QnLP+QNzl8eg6!L(rxdazgxhdP(ClK_t<6qH*ah9Jo|b0Nt^C( z%ionMC#UG8D!6<&uDnO1FVWy#(9*Q}cUw;_>JEI)J?A~E<}E3eqo7pg>FVdQ&MBb@ E0FufhtN;K2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-header-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4b1588d09fd36b81267bf325dc593a7b086c53 GIT binary patch literal 1291 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)|7 zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qb=mLR}y&e!4+v^!S7#J8B8X6iK8=IJzn3|fJnVFfJn_E~| zSlYT-*}B`<d)PR5*aCrrr>&!>9S{IXM=v`kFMA+x@&X33gR_@|v$rD<xp+If`FePG zczJnwdwcu%`1twx`TP5agoFUYKP)T^7`(u628LlI&`sa~yd--j1sGciB|(0{42;Yy zZ0v$U!eZhQl2X#La`Fm_$||aAre@|A);6~GPA(Bq(J`@c$tkJXxp_q;rDYWpCQh0> zb=u-(TeofBv1|8{W5-XNJaziaxeK@M-h1%m>9d!wUcdYF`ODXDKYsrD{V&h&ygvg2 zQ;MgHV@Sl|w>NHvUv>~-e-LCIBKBR>g|U3;x>9y=feEW3*2Id;II?YtXXv9_N?tmx zPTBA7=S&vMxMX5nbea9!!|#*k8S~#inKG^Vby05G<E2|~-+s>RbHK`2@Wa>2-BFod zi_-;UPA*t}u`P3#Y@@5I-;oNtc@w6}baCCk72ABXNS8yhGel*kW8lHndD`jq_9@Fd zG@Zm;ZEuFZ-O?`_bVNy0RJnKS?74jxHhJhMKQ#<`GUcMBT%?#sFNej;h^3c5tx}jY zYa*9K=9bE{nH3D0Ns}e7bXDBgz%{p3XCrUk+qrRt+w9skt34bX^|wu3$o-)`z^H%H zx#<fPCu9T&vD)fdwkJ*uI9&3s@Z$ZYZ*9e&@-VZPzA(}#@knf3Bs2Zml6aZ)7QI&& zVkf+uaE9scgObc`KW3Qm+_|_gUEz}AMAjht%t_B`eq>8XTw8cuV7as5w)1vpU;fOn z>ilc<g|EWu$l-dAH1>N|d@D0~e=$v)FgbX-p6}iC4YRDCi!s++pOAm`lELp!|4#j~ zb9I`0N$m9RNy*aRYJY}y1zkxxEY~C>8<k|;l;&+;H>+;}^O^QlEmk4yVe312cn^tI zJP*^eljr#6cW7q!`O>zssrm~RyxaQf$-dgcNlupEwO0QQ3|$qz^XsOSn>JWWox8rW zfk)nO+A8&?%9V1eg+G?;{E_#0weht3?56quw!JD#dY>GzV%9#EyuG%!lCLW4TrVQM zaY^DeqZRX>_8yO2{QUM)UPr%)M=j1DcZrO2+Uxt`ncr-^GWYWbR4gW({5S9ImScOC ves+8Bkx;YuNJYYu?^WrapWWAxHu%pl{T$2HNoJw>prXjr)z4*}Q$iB}rkoFJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-header.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-header.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1fd7ec3993161329f5e8f382883f0459ccca94 GIT binary patch literal 781 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{|6L&2Log${P^($$OQ@m$$$U;0m+XaKYsf3>GS8$Kn748&OUnV^s(cokDWMk z?8Mm<r_b#>aOA+jV+Ri%J9Oma;iEuwYUZ59v*#|EJ#Xop`AZ)@e0b~Dt*ckBUb}Yf z(xpq6FJHcR@gk6M{`~nf1<yAE10t*>$S;_IQ9@E$Mq5YM&fdY<#nsK*CpjgpySJ}@ z!r~=M*KgXqZ~uWq$BtjQdgJD;+js8VfB5L}<0ns^J$w1`<*Qe3-n@MW0`I}#D+v7j z{rm6VfB%*rlVSu0xrC>SV~EA+<b(z038E7NubLiaE(u-Y8WFf<gGba))|M8QUpF6K zPES)f*mL3V^2hRQtpBc6Y+d>J(3cO<EUgC}C+Nn-sx=AN${h2kYS{JR_R`~gmkw*Z zmv3YG^D)b4aym=aqix*I%s-qD_Xw}>Jj5S6S$>(5yt=V*dVa7$G|vi8ONQ8Bg=K2~ z`ql3G;T+L|D?GJXVuLxBsRfto>x*kdbFc6eb`I7M>$j+`-02vTzKrq85|^IOGJEgX z?s=n_!@5ANa1qm?dsnU;6i=F}5g;t?HsQ7aUy)nnC8cmak)1qm+72#JQ8vqH+NxrA zP>S=wB+GuYjgij1>=PHxIC}OkljBT*dWjd^h6|s?CTfZ@-Hi3>XnnU-fZ<}yJ%RIa SE1H3^z~JfX=d#Wzp$Pysh0B5f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-header@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..df38f3872e2081f98693c46ac3d8e6db3a0f537c GIT binary patch literal 1343 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&BB zd_r7-ivN!SSP1<2^XKp1zyJRI0}22czkmP!{{8!pA3uQPr%#_geE9J3<HsXMPoF$} z{@uHG`wkpAaPZiHL&pvt2BH&(j+{Jv^wit8Z-G)fcJJT0d;jh|2Y2rUqC<Q39ooD9 z$g5YcUcY|5W!vtp+xN_zvv}6rC9~%N(b75dmp**>@X@13_wV1odGqG=>(_7GxB+Bb zy?XW9wQH9yUAlbv@`Vc*&YwRIB*TvdZve(wUrCT(Faskq3o9GHfS`z|n7D+Lw2Z8r zf})avp^>qvnYpEnt$$!pa7bumRCHoea(ZS~PE&JBYg_x|X^WREUAAK7#?4!{Zri?N z*Pf%tPn<e;{?g?u*KggvbNAkZhmW2<1A^x-UcP+w2JD^pFaQhz2>AH%D+GM|`RmuO z-@k!@#_hDPo`HcW-P6S}B;xSf8$W|DJBYA<2-3gO^qp0%V|$RzD_$-Rud8C&{M@_N zFZHms*fQ@%)|M$I3r%DHrOsx!v}JbAlcnbj4u5Zd(thTN@$X$XYoptfZL{^yzMYqs zpCA!7^I^mG+r@ikE;rfr`{1-MyQO_4u5ab&S?c=o`=KVK&X<8AqWgB;ZMa!r=n+&I zHL<2EVMW67$xq+BYyHTy)=RNdD)juisO6;^(-!wUNs`E1vGtavP?z@<Nz1;8O2@yP zTj;UJfj8)YC%g7swRoRJZ4(2pe%={2r|tHH#cC%PrX88vw*P{rN6_V-#Y==wpF7sR zB!N#f@c!k+zTOuiJp%oLRw&MmY+_58$Nn_%!d};O`JTW$p|H3g#owlusjp9GjotV? z;{vP4=Y>6@8rmGft3JmG)V*9#ELFnnVy6<-xQ}y{%e|@j^Go>GWnW;P@MA&_Yt_fV zsmo4Hmp@<1|1SH2aKMiVNiW0I<5_j@f93mOs==jd7t&NeVU=t}nl+2C)|XZTMQd;K zy%D?4w}e{#R%5P=c1ugU!ky^D_Iug)Ep7s#vr>HCe=e)r@G2lg^Yo8|?}t{zdIyww zRol-zvuWCbPm5-)f4}HfdhP6r<|aS={F;0Jw|unp`?T%T^c9R-*O#boKQnu><&@&h zn|6Oc`lM=WbbsvB-n)$(3YjBaOeZ}2`z!2gfq~xj#j1SrYxDL+|9PWU&lhT5@BOwg zDV<-X+cfp?+3mZnBiL2a)6Y7-VeYDYRVFp(=eA0x2`4%x1!-w+n&G)%#)YYC)t2AT zm914yaCWP*Hv7!?%r|%XZZ_tNSA{MfNVvY#?E0_!8rcT*42oVKdKVe4IR(rN44$rj JF6*2UngH~<LcIV0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3e00b02f88f49b1c35bc6a49df829ae6269dc48d GIT binary patch literal 667 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@uIyO$Ks-Y#<5bLKuO8fe=AcAh2>b2Lda13kwS?D=RxYI|l~`XCQF* za|HrVKUdEHcOdc(0D_>PAfO?UksuoaVw3g(z2Q_6<QL4q$S)u$B`vL{uBoY|t!HCv z7aA5Gk(`p9lUq_!T2@in*woz8(%RP1(b?72-Gc=jb-C99H0`ISi(`nz>AhEu3pE)C zuq7O5+uN`=fnB<@X~o88f8$S;Drr4PInew+lfOndZL_rFkMc)PtKyf>dGWW(@}1(w zSBEwlY@1_z{^C-ty}o%lv(MiM*ON|*ogAO=S+wTis?f%nQ$8j-d^|r(Ro*S<<}!6N z@r%<qG-}OiAC@<tY6v;rKj%Svw$n?_jZutOHvc)nwTM}X<!!`WMw6p;EicVm%gn?4 z7=4`<Di`rD5_Y(2u;2Ycqr#zAW(ukoI{toln_#+HyWvTEl%CnPiF(_A?ub#$%vsbE zsPyZA9{0N$>29|ttTsHcN8BsON%vvQ#67#CS7rVwy`FXS#{Kw(*7I}E%q!WZR|QHM Mp00i_>zopr0Nx+~2mk;8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0e67ae2e8b1cd57b51f9ebd1d7ecb9de72226c27 GIT binary patch literal 1159 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)g@ zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdC}Ii(R_^9N03@wEEi5dotgLKoZ0zjp z9GrcffB;Ck0+F9H5CBPcKUW~|^mFwLaQ6=I_Vxyb4=`ka0TLD#2J|e@JCTtf!`Co- z83ThduO!GXn1PXrnT3;!i-(t&k6%DQP)JBvL{wHzPF_J#Sw+>r(8$=t%-q_>-oeqy zKOitDC^9-ZB{eNQCpRxIzo4+FqOz*GwyvSExwW;ey`!_My9X~&PW!)`fq}`?)5S3) z;_%xWH-m2lh_ELdxwdr2m0eqIU0a%Ulr=g!H#Tc&s2AhKYGxHd(?z0@hkpK#&(`Zu zQP~;pUvNya-v7*#hqHIjZ$AHh%JJ#<PF{$zsABkj#?fSt*sK>%HRm4G{h$(k&`(_L zgC^tBny`r~nu}9DtBOpGsC#(ehj>yzfQR!Hrmn8Dzu(Sj<kdKJL}+KnqHFPH*2#jg z%4Qc!dPF2QTjf7aZN1^9xj5|A-kX(^HBKK<H1eyu`{K)+mt2KCO|$myJ+SujH&K&E zlZvnO{kRs^Zs#y@2ix}V%kt)Yi&xm~Y{d2J?;5tV2SgvTlozFEUEmL>n9#NR$EtGz zQ#j0>zRUUkUA;kmx@OidgA)t-Cp>qq6x8s|JU2m4!_;{*PgJ9h{HZPn%Tp?cElq2G zoLMmckLoVFElLyWay;6KQ|un!=J~}eX*WeM`kU~nqL7Vu*7A5Y9cfqD(VSA6aKCs( zlFsDR##a-j2Txz^H#fAaVvpp5GY;owEzSM-c5P?h^DU>I=4{(u&TbYeeQN8JZI&CF zmBJ@n(DuG8zIEZ!v*w3av+oKqe|_F%;nwp<zMMTQUbmqAy!q8z%WFPuvwA3^E_LeX zrHH$`r$uY6x^s)yM667Ct+qnD?$YuzD^<b@&sk@Gw3WJeK04q@zu9)-zpw9Y*S-Hc zM|xud&$^Ie<u<8v_ZQq>`202B(a7wXE4NKsakTMA&~$I{+lJdKIpm%cB)_v<Z}?s^ tKI(3#+Iw%6#n!94A2%-FA1Igjk9i_PBX57y^qHVyz|+;wWt~$(69C?Z+0+04 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-header-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..89dee385d2d0e5b84946f7231b8ccfa45136b144 GIT binary patch literal 662 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@l9z2L}VWKsJyBa>K&HAZ&kse~7pq5Ewe>89V6f>zkUIT3A>(0D+UY zgR{322>Cj>`Z~M%`uX_<1Oz}#0J;mPcTVvfYoIrrN`m}?85sEm1f`^<)zmdLwY2qY zZ0$nB!XuJXvU74vN=nNrDjS=cTUuJ%IyyQ!ySlo2FoBQM^2tEczIeJghFF~5d*!%L zlYszRLf2mHZ*8*Hh7C#P@Bas_6Bcw#XSew=|Jwoco1SHYE%oX_YrdMaxxBvGCCEQf z+xzr_D;xY~B(L7|WY(DzSLPe8*N|Q!J2^J!uV|IqRjcE^HNVmvVgpS3ZF_E*l=}OK zY+S~nQF*EMV1BbI!&F`SO?LKoWF)MG;<OufwaH7)KcTkGciWyk=2-#ui{h(p32xf^ zv4|-{hC{ZqSU{Tj6-#zLyX>c3tR9?Ig1>p!dp8K}kJ%Z)|9waA@yA>nBUc!9waMQI zJtz73%7s|oKXd9%#cFtRZfW6m{q!zx;i^Zk*M)ulbpO9o`Mr{}wU?$gMS)U<r>mdK II;Vst09h>bY5)KL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..56036217ea7740c6d270b68616b57ea38a294a88 GIT binary patch literal 1147 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-@3 zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdD53`hh7Nkh4*L4~hK7d5#>S?mrsn46 z7C>O*YGvbY0|XA9Hcp;)Kma72yn(^u03@Bgot(X$U41=0J-xlXfuRHppOBD{u&^+o zmw}!Fnm>Et`w76%%r6P@3ua(sVrJpw;^N`u<>MC+5EK#;77>+|lap6aR8~<nFf=kY zF*CQev3GEE@(&0M3W|(QPDxEm&&kcp%P%M_s;I20uB~fmY;J9BYwzgn>h8f0vgYX2 zGB7Zydb&7<L>zv5<9g5`2NAY}BYNNNX={nS*_-6Z;$pslQ%a|SO|a<R|4S+hCQV2Q zH!nOU`G2;-<nH`UUu9(a{{Pu)(pz=Cw$b}Xq8{_U()S+1ek;GeX;QuU^~x-Rbw>^M zaN0;aznJy3RYp`aF2f*U&Su9G1uIlO@`#GgDSTy_dwarO$5|U9wX#-kz4P*Wx95_{ zOFWc+{@!}dLF2sQ-Ga(hGo^y8_dc}g<~el9({`!f<CP~A4;O?iE`Rl_NGnXS(`V9> zC_!n_`4=owCT704cJD@ea3zcRGXZZ_*>F)s^ArKK^&yjXbG&72Z+=w59)Iv<i+Kz0 z#hu4p=5up@Q9ZRHu0-R42uFp7LgONy$&;3*w*@*+=GwwzBlpO2fx6qoOP7=vR&8A3 z!2UyXl9?{2idu?iS>Dy^n)t?Z52W~yo>&$;ZONU?b3*%>Tp0ve_9<q{?${tB6l_$& zziYx&=jmEJu}oju&h0w7Kxg-n<egjm_wAAQ*zc~CqPcYQ9^JbePA&Hc3Q0d)=5TJ4 zvPSHWiPvNt-yUh#x+x-=+Wu$O0__iKc6xU58}=7{v^@4^?<x2FtAwMwCr`cf>fW)U z*GEF5Zj{~*cPPvBdcVL|_2YtVKi+L#e&W4$zIxO)h0{@Yw&j?;HcOIQDcHT*P1pIW z<#V~^j_1SQ^E&!HuzXq9Rk&qsYR0~EOS;$2ytk8yyJ)LzY;X1%>GtQ>`Islp7n*qB j;jKFxUjNUZVn3r?X<yfr+mX)opserd>gTe~DWM4fefY&6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-header.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..e0740cea2cf5edf1f8d266b2f228a5364b1ae7a3 GIT binary patch literal 687 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EmjZl3 zT!Hj|T7vIj0Jq`Cj~_pO{)BKpefsp}%NGcH?t&HbfN0Um1&dZ5K6>Kl(Njl{pE`cx z%<&WFPMkV-3W&~JICJjeg$oxhUc7ku^5v^nuU@}?{r2tKj~+dOm;*HV@87>b(-iM4 zI0^KXTS<^#FasmMfS{DLn!2Wzww{fxU1(T%L~=@YPHstQSw&@IQ*%p8Yg<Q0M`u@8 zS9cFC@MepC0no(1o-U3d7N_@KIWE*>Ai$PzuuHaj{f%Bx!A_@uPyg1Zu!uI!<dFO0 zU;SYA8<pKHPXGN>!t=Oi2rY~~=PIKTGiM=pi`Jz~K7Fn=xsz&rE8TVnMozDuc|}I+ z{Q>Pz-OJNDd+m4vzid|9*q)d*>rscB>yBdrQ!a>xzu4aRm_>AgwBq~rY{|!$PZ?y- zTkz~?Z-~AXgD0Ey>UF{<EqN?^PY5vHuzRiO$ZXFspW#OI-G_{hy!LNTI*2r;Y(M^c z7spA1KIzvhY#cwvubZ=yrTUIma^J-tGATWa4zia`tn0PB{&}~Q?729NY4a7o{uc79 qytZ@q&7kgm@74yX{rSHCf^4?`gOV5S^Opkyg2B_(&t;ucLK6TBo`2E+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-header@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..989db68f4bf479601ad02d147741ae4c7ec4dd30 GIT binary patch literal 1177 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42;16 zJ|V6^#s7yRn7d%bJRn*GL@O68TDfD_{#|?a@7aHN@BYL4_aEJV5QvWNKYaY);p2yo zo;Z5+)Y0Roj-NPl{KUBvC(fNack#l73l}e5ynOlc)vH&pU%!6y=FQu;Z$EhO;L)Q; zPo6w^{rdIWw{PFSfB)gbhfkkA{rK_Y*RNl{fB*jb_b)Ik``$aN0)w@%B*-tAfsu)s zg_DbimycgSP)JxrR8~%2K~Y&n)xglm*u>1-+Q#0&(aAp`FeoxQIVCkMJtsFWzo4+F zqOz*GwyvSExwWmmqqD2KhgguiUgi%21CzC<i(^Q{;kP$_248j%VgC>$sBuEG{lrp{ zr7L8DLRJM-MRbVePtnlv-L9GYa^w5||4*iIUs^Id=Sk~1gTvq3pR}L*V*Gp4&06XC z@6F8hYl9bF^~e!lH{)(Zis_dP{>w^O%@0h@Vc9J+<3Ny*7VF%30+SY2Eo@pe$=lYf z=fCHisYOdPcM2U2_{h5d#7q9eGu?D9o>~#O_WO3L<iKg_O-}-wyZR#Mest*-O3dK> zx<qcq+}|f>x#cW+xMX75^77e%Nzz@b?v*{b^fIE&rqDyqRQa0KKS$#LwLVK{&&%TH z=5F^XZrilt(cafK?avmtsAw*1Gb!iW+cbyg)I+g-ZN@C3O1@Xm%Gcene^g$!XZ?&W z+Y<|q2TX8wH4lgi<l}wbzo^E<vESm0Oo`=^-HmlxZAa>^=g0fn+dRG?y`ZRLSK|$F z=b+cq&p*5R#I(IkLAl*%-8`$`3qRCsS_9O-v|$IwpZ1i}2Ya6j$Vgo%S8Lg$GxwIp zU2`?9x$To5hRa%780h&JNbZ?^PfLA<;>xC%Z(nj}^BkRUsY$%-!fsWKwVRGD_L@C? zL8F=Os)uE{!kfjV<CpkK&(DwAHudqX6Dv=@bGbBU&Z0TuXYc+s-4-3)`0QBTk%f(C z9!Z@@^nNY7f7!H(L$_-BZ<+jDzC*2k%U6rSeA!bsr)_%p?6&tq!OQYFwjB#+R9wg} ze)gJEbwSjX%r<%5?og4*5pT+@bk4VbKhXT9_4)f#e9!hy?$(~Y@k(fCNKWz7mnjdv e8K2@k6Ynd3a<k)PjU~V|%;4$j=d#Wzp$PyK)~??G literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-selected.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..f4398f604cea201a384be697cc410ec161652278 GIT binary patch literal 644 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ETLOGS zT!A#HfRmFmH#fJkva+_ewxpz_s;X+voH;XR&YU-I-ok|omn~bic=6)p%a^ZPw{Fv> zO`A7w-oAbNmMvR$?AWn$=gwWbcJ0}-XYby<55eI6{rf=r5g5D&gST(r0_m?`zkUaU z-(c|f?_W6M|NsA~cN|23j<zWY@(X5QX64}I;T04T5fu}ckdl^>)zZ?|(J?bOx3sjf zvbT3|aCCHXc6E!5i;qu8%r7V`tg5PRZfR+2Z|{-%E$<FA=a;98V~EA+y_c_xH5u@* zC5VW~+_<(^{1KPloEzWk^#x@v6fL^<BmQgCdlTNyMSrYU=A2Uz;WRA188S!0_IbhH zcXRbz7YZh3l^&PBc`YC;Xueza+@IRd)mE(#n^j_)WMTiXd}2uhSGL?~zWu8NY*rj^ zeQ<Zd_jE~Z!NxxiYdkXR4>oOnr~FxA(cT`lgx&<HdEItel}evdj^s2*R&TKtj1`hI zVwmAJA!eTTY{46Kt?xgTxVxNgaf|5beg58UMXcaf`|U9&x$VolXV+M`J$?K>c}YfZ z@R0}1-dnC`g_!wo{#R!DNA-&JgQ|Jl75p7~Z}Ogf-j)97iTqB+Akmapv3@_QK}o>V L)z4*}Q$iB}XucBQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-selected@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..67ea825a4dac0c1fcd15b7bd32b42e7c1aa4c652 GIT binary patch literal 1081 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*mM zJ|V6^#gqe1PEH{qAwfYwDJdyMMMVt_4Idw$;NalEz`)$x+`_`bl9G~z3l}b4ym<NY z<x7?<S+#1_x^?TeZQHhU=gwWbcJ0`)V-FY{Ja};5zI}%d9XfpY@bTlvj~qF2^ytx( zU~uZxsfQ0A-n(}XNZ!AHA4om|gQriQK701;#fuj}^8NewpFVwpkU$0yd;tRp<2w@g z`Sa&*F!=lT@Bjb*AtaFT`ciNoFgT)0g8YIR7@3$^*w{I^xOsR5ghWKe#3dx9q-A7f z<>cfQR8`fqv~?`4tgLP9ot&IqTwLAU-90?LyuE#VW8>oD;}a5-Q&Likii(R%N=wVi z%PXs@Ynq!|Iy<|%dz4ODyD=~@nR~i8hD02GJ3Tx2mV-#!Qzci9%!W6STSPtvt>uVV zdTWx<)J363#Bv00{{Qdp!?caXY<K2)zvXj3{@w6%!b}^>>UZAW=YRbd@y@C`r}Cj) zDb4TtBtuEnS?8LBQZENiG?Z#QJNew(4-XS7Zd=}SSlA(!5~kuCmK~ns7Qc#BL`(Kz z;Ul&;_cmJcmIZ`K$}AR2``A-h5_M$4nIlZ?Yrac_-xYfGEAEHo>6F?7OeO~=POE)5 zP5)cOf?ewkmi$>Wzr-S$X={Ms!vBv{65Bbqb}OmYs|DnJ_2YT9_><=UDSp}k=|Z6a zYHNKQBX>+{)GMsC*5%xw`FKO2<r((qv$n77Ufy2jn;w6}Hh{}-iNZAw=1n=f-!Wty z-DdyOL6d(<W1q|wKIW?Q-734@+x)SgHgngD)iNc*Y#|lzCuN=cn0WU7T$>4;&XzB# zHP&BNzJ2-l)}6OrHFESkSy26h_mT~JM^(UGR@p#3kEd5d)x*vGjYQd*Z3`6I+uu1_ z9-Pp4zUV@wM8H+&faxL6TgtimL{)Q&le)Y&S#V0X_ikJylyX%~bw%1ouYehgsunI< zVU@c`i}|f)rtrj=M1^NH!Iyu`3H#^9b1Ufbsk;xKgdEuzAamC~ue90n`m1BQ=?yxp zyH@^}I{cA;!aI)`t_?4x%vY#cIM;Q*mcO!Bm+xoae4ZQc^pBY8-HSWMB)0L;zo$N? zQt=@gr)2&qnZ@d!?k&r=kovnL)BKc1c88d#-f1?CiHb4P{y+Nle@%Tre_ErTxBRw6 QOF{Y8)78&qol`;+0C33TeE<Le literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a6607a73b3925ece312cae1054d4c1a2819735e3 GIT binary patch literal 687 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NqaNIdk{!-Sg+qU%GVZ+_`fXE?l^I^CpnIc=6)dvu7b9Kn73*NCMRWRRY;S z0F(l%0dgTKAtFF71OT}}21M}MwQE2&P}$Y1S0S=My+FYmH*P?<K&d--?%ca~56JE6 z>gws~S+ZowvSrIwtXQ#f<;vBoS3{fu)PDQ+ZJ^4xZ{L3U^y$ZsAHRS9{`>bY&=;P$ zTZMuCaVZJ%3ua*C=NAx^l9pCe*VNM1v$3@c4GWJ*PD#nm$t@`@tEg;jYHn$1X>IH1 z=;#Dm*VPTQ5Djo1s0PLaBde#2V~EA+y;p9QH5mvn1gwY>k6N7+`+8saYa^|RA(8+8 z&zI^6QJg0jH)na}gL$56#vYe8D~GNrT`tm@xjo8<)#FofZbV<Qr23hQ^NSv3-8;6d zn)9=GYVA?;_u9Ar^8fBw<vVZonLo!2TCdMqYO8GSYc8PHl@Xk#QC{TSSl*l_sU@A5 z(jm{Z@C(B)%W%o8=){yx4`!!?^PlzG)chnYl`fe!+*O@#U?Mc3_PG*!gRQ-+tkIRO zA{(Yz&+eYKpC`3eaF^e<Jt3V7*IfAY`0=#UUn}}=e~=6Jsy{BZ`1%j#-DiF$uj5&? z&dq<PUWildN7W;zb*@Z*@J>uiw&t$&)cz-z|2x&UR9w_JmEb1{3}6ONS3j3^P6<r_ DRdiyK literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e9ce96939ba9d3262d60b1a5ea6db5424223526a GIT binary patch literal 1170 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#sB~RZ)j)$l0dM3|Nh61AD=mM=IYg}M~)mhapJ`7+qZ$-^XJcBx^(H-v135- zlP6CCMb4c&clq*Vh)N(EsNmwoix4i54Fnf1TmXukJ$n`?3uFVOfLx$BkOAaEv;Y}E z1z_dpfeavkOF<MvNQg3^EW{|dbr4(NS|H{?xIhvj3sDSYBkP5z?CR?3>FJp}ckaA- z^A;>vuxQbuB}<kpTefV)iWRF@uZE}xIsoWRps#`9aOcjQd-v`=c<|uSqeoAkJbC^4 z_1m{^-@kwV<;$0E-@g6$@#FXJ-+%x91qS1#D-W*%L$;_S$S;_Ik%@_!g_DbimyeHM zKu}0XSVUA-PEKAyQCUURz|hFp#LV2>+Q!D-!O_V-ATTH>GCDaWB{eNQCpR}QKfj=` zsG_o}y0)&ap|QEOt-ZaYv#T5EY&@Xdc6lfR1CxQLi(^Q{;kP$#2Hy%0VNX~R_ByKD zduv$W?oRH!wb#VLUpd|EI;QGY+@Pc|;lSVj@m}i!CQo?c=3j73vY!8dkKDeU=H-^` z(_dTq>)Xctk20uX;Xe~-vE!Ni`$WyR`+N&jX74NGURG?#_p&BXD_kpe<qZGDD{eTo zbAC=TW4b96xO9qZ;6%yo6EBN5^!SuaG}d_a{Iy%U$`l=eW|2t}nkI|N@3{sG8TL#$ z<ni%))bm^$RpH4eEHXXbmdLBACP{IcR<p;J`<*t|5a<>O(0){Xx;{h5=!nsdt>%H{ zQT2^EyeBm>-ly{Z;)p!Nk@viAg=2I;lB24~mcrLxoM#y%zrOR>Pw(aSiqb=!uh`|d zY8!2&Pu*;?@C%r8`V~L#mrkeC0V&R|)&l;jujXXS=>%r5tC*?WY&=rzDzr*IeHP<E zv(`H2nY>eT_m&1q2AeKl^e$&<0FzeE3a0N9zVQ7ilwnG}XK_!WsOVM8?Uj#tm!CU$ zv|yn^&EhR@KYS9?Q2ey@?~?d?^XJ~#a4KL$%7#SSbFz+e6t2ZjWvlw^(VlhSpJ`!l z)3R6M@gFAY*<ELOt@XdVX;1mpli{x)Jz;ygX2t5?&CjMr|DOBmP@ciHHB3fk3$*tt zpVjP4Ui|A(^^GMb_8%1edARqj%X|LC+gP{XyT%*svwi(S!NYGacbw0?^ttrM;tA)j zMxT~hx3%Zo{!LlamNOrJ;Lyi>Id{#mJ=HmNrRH-gG$wMqUw5vz)b@YxCzj9rFXQT; Ug=~?!228mOp00i_>zopr01RGr$N&HU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-selected.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d2186b7c0bd5bac14b912d1a4c0263236bac21 GIT binary patch literal 717 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E_X2!E zT!A!I04pnNetv#+b#+ZmO>uE?Wo2baNy*%~bLY&NGjHC!MT-_KS+ZpD;>AmsE?u!= z#j<6~HiE(C&6~Gw-MS47wr}6QbLY-oyLRo_vuEGFef#(Ce*goIkidH+@ZrOUZ!qv1 z4E}(@UoiOp|NpAJj&VTmd6oqE1v9X+aq;mB2#SfzE2yZdYiMcf=o=Us8Jqa{`UM08 zCa0uiWMpP$W)&5emX?)QR#w&4)~{N#cI~?L8%~`*bN1}L`w!lK{P^YTw>Jx)<S{TX z@_4#9hFF~5d--NrlYszRLdcy1OQRHbY~32VJL1*59ifHV&;G`Hh=@)qICfe3|LT|z zb6YGwdtcfs?6>T*l;fhO!6yy8uRKfHdw=~g-ZO%+UpHn{dY+H8S@_1V%5dYYzPQcR zj-s8r)q=iCdTkdK$($&B>YV0e)w<Ac8BfYjE$!33>G*1jyF#7C52Yu`8FS8cH5X;e zt#$droW@=C?&m>A*4ggcI(qmV?(gjoVY(Q9pudKxq}HQmp6V>Il3NK?=Y!R3q*!?l zne@DGH0RiPaPjrq%F~UEujv#_F1)^C$It&#o*SR9J^z4v_3`yrHU7q(k=cKIbz890 vQ(m3h+Zg6Iu4}pRPA$m%^}K}Fb^S67Ud}DAW4c+6fYOqutDnm{r-UW|d-6fb literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-selected@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1b8944f146baf901484833de12d8f0ff4e0995 GIT binary patch literal 1216 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#dHI#tgKvITzq_d!otGh;^HbQDjFIZ+S=MaK0f~b{(*skSy@@Rxw(afg~i3i zixw?fx^(HXWy_W?U%q0+iq)%EZ``<XI~eTTxpUX9UAw_x&z?Q|_U+rhfB%642M&S3 zVK6v)^ysl;$Bu)+DKL0|1RlY_GbHc<20kHy%V41E9o{WlW$2Lu1Xpi*|9JTO=b zOM?7@85o&aSlQS)xOsT_goH&z#l$6K<rGy^)ipG=baeIf4GfKpO-xPA%q^{~on2gg zef<M6GPAOCbBih}E32w&YHJ%B8=IP2TH880yL(oxUbA-Xx(!>mZQpVJ!o`c1E?>QR z?fQ+Icke%V`0o9Ok3WC?{x`3FcM$^vQ@p2(V@Sl|w>NHw3pvWL7jPW$PFdHn#pTea z+pdQ{ghggHl?7f(N;Y-c?4+|nBjw-!>1osTbk4k6^Y_`&;y-q8><akgpZ$}r*|$1o zA5W|DMi(vK|1(Rp1iM?>E4&=KnkO7t+Q2P5CnzCxebukWfA*9{-Hmk%JQZ@G@uR=i z=GNp(llg!0bj|v*dCml${&ODjvsSMNJK3{Q%J-bSfZMmt5}KB`-uGy7mmc!bZGW}z zby>PgWQI_?N#UiA++AnST<=WIDmT33^ZrTqLB>K)NmJ#d|8t}_c*T5{P;LFMx8TT| znbubv)-JcMpLW?IN62s9qFE;Yq`MBg%ayc5Z;wrv2&>?GsZ;s$P*J9@>HSxeCoTL| zC$MP&=Z(isOJ1;E;!W;mdbKNY&sIlsT@9{KyO57ew&p&bcNggY=I@TWko)6MyWbv% znc>Sq7W7{){&x9f)1(WJobTK8?%I|cQE7aA`}U{+sarKK)MFf8l`H7V1a0@ph)#B5 z+U<9?e0QFEa_QV1Cl}Z*K5<(7nRBvFo5r5!&hPg)RCZtR$((GsS3M#8LX&Rk>?AL% z<b!PqI}hJ&60^;9tUCD0XzhZ{+Z1-Kl>5BES#Y+Nt=cD>4Br!m5B*bSy*n3f$S!Yt zN`9B~_oFgT?e3er*==ccYUZ}7(Klyp{_GjE)0O+goW};H?-FII89lx8Rlna{XuHFy zG-tz!^V4QNZhp1>pwj#}&D4qu5;Lyv_*vFndGw37SK8wh>E^Fw)@4hmss5b1ZkizL zw63XDtMC4+3)0kE6t&oeY2EZx$rhJs>pto|a}>P(|H0M!8q*E-GaO+xW!}rjRtqXV NJYD@<);T3K0RTvLGB^ML literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch.png new file mode 100644 index 0000000000000000000000000000000000000000..67886a1299f7127feb691700f95cc5813ac90ed9 GIT binary patch literal 729 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ep96eC zT!Hle|Nk#sxNz~}#WQEloI7{!{Q2_`E`$MO0~ruDP!<j#B5-k#3K#%t0V;#>pfubZ zxcIee*MMvY2@wRU0dlWjzYgKvxpN1|xPANf-Me>zjIOS(?(XiMo}ML3mMmMgZ29u# zD^{#nxpL*IRjXF7UJbDksQuQhTR<&9y>H&U`TY6w_wV0-{P^+v_wPS{{`~#>7wFkd zDe;Se-nJ|W@(X5Ql$Mc`H!w7Eb#wRf_VEi2$;&UCHD~Vp1zWdmKXmli<ttaO-@bGA z^_%w}K79Q21!&YSh)F9guP`z&FbaFRIEGl9-h1U{*dYS}wg=NfS&y(XGU{@4Nw3%; zIOWo%4NH!0d;j0WhqoiwCb{}>y{Y(Lze}EKleWB7;oiDh&-K#YHDZ(OCRx;`b06P$ zL#Fu4PMP~N{#sv-JvwK>8>{VRKh1Cd?X-0b{Xb#$+~x6XBKxj6-!k5mv}@lCjYVBN z8ph?!2X{M`Gfs^ZF#LG9(d}hLLd|tohqJB%kxD_G%O)$Xmu|4~6R=b=3URUvFJ-^5 zx8aR_U5d|%3Ge&vG40~mY&&;_@}iHs_*RIl6Kq>p|6!>g!&^?>`G4;h{nWYja9(x0 z_EP!%i((dseBu6GwPD}0o3l48zIZN=O)IV{ahiEc1%K7i8TDoT+PXD&qNgrCaxH$L ZszUd-(7z$??15p-;OXk;vd$@?2>|PHm7)Lu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/switch@2.png new file mode 100644 index 0000000000000000000000000000000000000000..16a25780c6edccc31494aa05ac96897c1629f6ac GIT binary patch literal 1264 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-h_ zd_r7-ivR!rziQR0{rmS{y?XWb?c0|wT>>&ro;-Q+;>F9CFP}Pf>dcul=gytGaNz=w z3t^u>e;z0cWS>2I7RUxlK}et=Tm;Al>Vl9!22cS+4Ui215D_2=;X(|72m(bQih+U< zHe4};fhmrx9ikUa3whkGuCDIx?w+2WxpU{vn>TO4f(45fEn2*I@scG=mM&eoY}vBq z%a^ZMv0}}dH9(KUoelIgFsy*Vc<tIXV36LqbLZ~eyZ7(kfAHYJqeqV(KYslB_3Jlp z-n@JF?#q`iU%!6+_U+sE@85s?`0@Mq?>~S3{QLJ07%54|XR-sMC!r+BFPMRmnT3sA zP)JxzTtZSxT2@Y8K~Y&nRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ew zylm^X?K^huK632%iIb;JpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|@>& zba4!cIQ;g;&)~}rBJ3Z6^h5aG3)={Y>T9j|$|fo>bydI`TM>`I6-SiUPd~cN#CO)M zzne3~CaCysnkYUavF$zoTmG3R)5|u`uGN=2@3$@f*6zQ}jTcOE3@$G`u;71?wRh&X z-X?9yuco&RborAe=yrX&AGKDi`>0M=*FF1;gKu8(tA9>i<Y_toNWeq8^)ri0B*a9M zIwm>yX1(xOeA#lQmf++mK@yppF29)5za%wDO0#!jlK9tiHzT4H#R3a1Nv^$YHgQsC zs>+o&z1!DW`}!|*$q8~=+mY`3f5GYr%G)AcJf~lub2oo-mu-mS+vVleVGCbRQ15vX z=)7wi*WM;0Zmq=&rfZ+`JRy{3<d-Kg|F7f!*7=*~EZAEx$7%b56K!053Vn}5pIaY4 zT6%$(%a&;(Z>Qe^mgQcn4xfFgXS3vj^n{xep0Ef#3+Y_{zvl1K-5+K-$uBt7wyJO5 zE`#$IYc5&~EV+=rV&g)oKkX?c4<^4BSn>JTS?*;MW(OZ%?=v@$Yu8?heOD*8SXFZ# zOflTCeNUy=h38umHtosZwKMVR!WENlw%I<sr>$}B@^5bL!oS)tZiwv-ai1eETpti{ z{?<Y98;hFH7q^y9`R~TNqI$1YWm5bcorQCb-+EPNqnaDG^Xop>=o@qUqQobNhA>Ln zF4Ye`-+K8{+LR*~xsN^Ct(+0}M1SEk-5VEg_{r2U?({mm<>9s4pPkcqCw(t-R&Kk! zT)sB0d*1s7d#0I98sV?kE>#gT(oieP-|s8FdwqEdTg-_w1@Gg+lJ8wBEl<!f*&3Ln mWnxyae0Aw_<5Om5jM6u^yx(!D<1;WxGkCiCxvX<aXaWGb_t7{2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-active-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5f4828ce5162ce62e130eb11a99154aea0008c6a GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZx%BpEmPMWY5jeNw)*1UksUaJ#^C5kO^0VCjt?WeLV!om~=IC!nKfz*MNc{6M!N> zHcV>5RS<UqPzoq`HFOe484!g|geZe@A%e(c+x&><K<hP1g8YIRm{>(b#ezaY!{QSX zlaf<1ipwhN8XB9LTiVW^JAdKB$4{TX{QmRz-&KBD4xpY!PZ!4!3CY}po<dCq3=9VY zdv?6vt-&Jt?7zN=Yv8;$&(;^z?uk39dSSMUwc&E(%(q)DJv*Xig+%o>thS0VKby8- zUgPqrgnbFi#T-m-9=@i+6!`Z{!mlvx2MgC($VIMVEeJg9o9}4LsQ4>5O{Fq>z3k<a n+SX5J+<Q^8{`GIo$Mf|U7K$)NtW8e^I)=g1)z4*}Q$iB}?3cbX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-active-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..077a7f51df45dc3f21b6ce21c1bfdf09b4be50b8 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EuL68R zT!A#h|No(@{(DZk9npV1bn=bh{#)UbE{FDA4eq-d+J7~8($%2;YoQabhfKU4H2Fs8 z#H%4dkqOsACtVMkcq4T3)sTrmHP=EXTnm|W9Vi<-5h!&nWCD;45(x$}CIJPnf*2El z>}$b5l@oxbT@9H4)O!tREXV{f8>kno5oiU_KrjhXa1A65R1al9*<eFJvP7cy)@L39 zJ?mQ%<QL4q$jq*wsHCi-ZD43*Y-Md@YiIB1<m}?==Hcb-6Bra65|)~lSy)_BRa@WC z*fe49zWqmz9Y1;P`i+~n?mm3^>dnVbpTB(l_Wj4tUw{9-J@n-!0|TSFr;B5Vgyh<T znbu5!3~djedwf%Ed2@5S<07BPQ!Xy=|NpnPdhSykdd&R$*?ObT*Pq_H9UZZ6mU64* z3hlt#<~=jkWO=Bbo^Yqz%_LlM!v9P9b47)2wgs6i@0htN=&tl0W=sF`v6biji@Ge9 z>9KFS_3EXFqhE)yzCLs7wl6z*B`Y^aT>qrk;Pg9L*kY=9!c<XfW-jRih2e3WuLEnJ zTeRQry1GG0)$fJnt5y1kx~_cR=Xc&|$-eM4yOQ2#TX0WIQoOcy&ov_f7Ke4J>sv}y z^VvC;Fx;3}-f60y&%^YU#Xv2e?evu=K0fzP?3_7o!smwV>+Rn>n%Na}S2F1_@6rsv zNf9q!Og|^YEEaFFXlA;{w>al_$0QTG77FoKFPX{fmAG1TnqK-3fBRPPxfy%61o(kc No~Nsy%Q~loCICBjWSRf~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-active.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-active.png new file mode 100644 index 0000000000000000000000000000000000000000..4e929fb0b0761c22768bf9a76348a9984de2bd67 GIT binary patch literal 439 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u1fKP}k zkdExR89M29;Pi_jldgwOx*9U!YVd@sArr5KOt=<2@mlDlYalj|G4VQtfkpxqgiX2@ zKKXj=^c!*0Z!A6fa@C2~t53dOclynSGjBGXeY^A0yFFLl?**c(@AqAOzyI2YqqjbO z`1bqH-+%x9{Re{3$7|03-62{M<QL2!A}SUX6580*+;aBZ`3oODe)|07-%<6z5|D#E zT^vIsBv}tO`ZXJfFdWE^&-6`@`2Szsyxna<z<UM;l@771b+Y0@uVNhT`!(%in{d1G zbdsN%#-%x_Yd`$-$o!eKs;enicX6IZSJVD4A3k?`noY3JXjFV1vF!S4ofn(>UhaH< zzA0EJo3Ws#-(cM|hR3zs?~Ivb-upGhEWY{Mkb&WWy!=v~9P{Ku!a(;hc)I$ztaD0e F0sy;N$*=$b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-active@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6eeca8e8dc1d3aa42c9149acdd4bf068dfc1f9a6 GIT binary patch literal 779 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j2r<z zA+A8h4FCT}^j{C1d?S3)<<P#Xfs?L;_FoO2bTz2|TIj^<!IN(UO}-I2@oLDVtD%#w z2Ti;YI{9ko#A_jwt_M%J9y;l2@WiX36RrWJLM8&y)!+$NLx8dqfap3{*R@cf$Rwaq z*MQ=|AQGei%mAqYDaL_-T0$pXi<ojfa?16nsn?^Y-iV%dBX;_YjCr@S7u=qA@WqlN zFIS#;wd%y{)hA!CJ@tCy**BZczTJH8?aoW@c3*yf{Pw3a_dcJ!|M~ob&letkxd=p$ zzFd0r<?`b%H=cca^ybHl55Io>`S<tVe;|mf5q=2_3geO>zhDMN1w~~QeFH-yV-sr| zTYE>Rz@Xreu<*M2hQ_Amz5DhbId=Tywd*%--g^1!&Bsrlzx@1lu~S_K7^G&NE{-7* zl4}pXv~miRV7rhXuJL(Fq|)4=z)I(k6B2@4@BiNK{C02oXA_zKQQpTqecvAmZfz32 z-`Byvby}OcXsD4&Ne5%+0-hPC6Fl-ff9cFiaw&AQIjB?fMD55@zK5?JI=AvI4%0oj z>RQ5@u7#HjPNYf3KG#>_aqp3guuoad6Jv5xJ|gjAS>oM^IaBrTdDtDgC8W!Do%!T7 z>yyug*38Iof3b7<MT=%_)hM}n>Sd;0FHUxsHO)KCU$#~Ig{7D-@AaqZy=AO=?ptgl z!sAu)^F6j{Z%A5{d$>w9lKquRd}3~gSmRgkYZpV+>l1yumIWE?v%YSy&icN=q$Jmm z{iz#6nD%{}x`Qe5$BEV>n*)w?JlgYR=2@U$0@+yj4HE1XoUg26_Ahe%)3QCu&+h#Z dv*jss{xSGlv}zjnu4(}#Mo(8imvv4FO#n0~eWL&X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-backdrop-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7611f5dd0803772b0f8a5c99bc2c87ec99f1f103 GIT binary patch literal 421 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkY-@`4+Q)7?_ag**v_2?x9mB*2aLAwJF;`<{+;{xZ`*Td`<_EP_8s1}|LBgrhjs!P zyY}zeb!6B6Bir{J0E+D1eQ@`_BRh5<+O_x4j@^fM>^;15_dziG&~BjmJqLI0IXrVx z=`5gC$|XU5!3>N{9Gr?uN^0sF8d`e#21dpvCMKq4K|#R@iHS)msi|pcn;kZ&0+rW$ zx;TbNNah~&6lyYHU^p14^kCfzolfpE|K&5g7TMf98~@O7PuySI4J#&X4l!D-CLZi5 zHpy-Cij53%ud3|(+NV}Avwd~i`*g`S2P5ml7j+mt|6U2$dzFLdRp0BWYi}`^n{K(q zww2N8le$>S(<e!{473+--jNu1XV>%1*<AmAGJSRwxS0}IS_%p!Pgg&ebxsLQ0GY+N AMgRZ+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0c587941ced7c2e81eb87f950d485c44b297b79e GIT binary patch literal 708 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NmF5TD9>A2y6p^6WdOl*mC&ro;@cwZ{ELoKM<VRv**OttsvHp9fx-9I<o7? zk-Z>rY}>Z|+xG9@x%1#|5IC}b|8XFD%O0TK!#npM+r9hXwmpY{<n}#>_JA2X_8!`~ z@9?f&`+<f4Rqh0<+_mq>?%juW?%BU{&!HW=5AFbR_Z``}2Pg~T?%I18EO>a=ULg1I zj=hI>?moD4_hGPtBR~Up1I+{}KHT#=v<v7Tmy#gAU<O8JUS2*vK0#p-5fO0-2}vm_ zX=xc5SvffcMI|K-O)XtLJwqd76B8>RA3y(qfUvNz@QA3`xVVJG#H6I;<doF3wET3j zvkVN3Ql2i3Arg{n55A6K3}k4#82+-xVX4sE?8_ZIqP$t3?*6w;eQ#^bKkMICvHw~7 zufFqFOWeKFectItqrYsc&EmH#iB9o+8LRE)uCwCEFIBzCntW4}x46D?-D#zw_jJ#` zvrqQ!J+<;N?~?;RLy8M!pR`!~{&a1D)zp1i8`Sc}SF64kT;XSbzQMYZZS~qCwgI-R zd1;@R)-(q3TZG^D`m#|eHE-tbd77e$u3o-=GpswN{5l||VQ6{GvSSLzMyATgMhQFt zQm45$%=(noFp(!<a{7jEPec!7oO5uz$LAM+?%21<bC$p5wY1&S_OHNk(dwA<ORlw_ zGQ6b{-1pTxCh6eA-C;diI+|r$o>a~a{TeVcZm!L4HICzt4GgURESHaS?f4;CsI(Or O>I|N)elF{r5}E+s$yJd6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-backdrop.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..47ec30d89eb70f6d4d037b176754cef95cff1e69 GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u7fKP}k zknZd2YiMYwsp+b0=&f$(t*q@TZ|FFC_QHh=S1(__aq8^l%a?CnyLR)={YQ@;Jp~bu zo<4p0x(cYcuBWP@>&K5D)eYTMbzN1BJ&mms8#^XeHgp3;Y8v~%QoYqp-9ScFU1wEY z50Fu(@A@8St6E8rUoZnFm#UhTwM|%9SU3noL`25K#%1N?0zqD0VPR2GQE_qclOvh| zKpicfE{-7*;ko^%g_;}$m^a&qiHHigggFLQ{rfMzS4X^ipX$n$o=a>eEt>!Qp8D)_ zObjhLucn@u<ryUOfb&DcMNh4U^1V9K^&hC-ZD`)wJGUV&h{0mkTt+7oyR|pJvi3}> zTCi=^CbfAL2^tG!8f^C6-LZRrQsx?~V>Wk>S={#xo^Jj2BlE$zLIDhAf4hP1VeoYI Kb6Mw<&;$S*7P~9} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3a27f104257b8ee65c5df3f547cfd4664cf19eb3 GIT binary patch literal 748 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E4+DHc zT!C~$!=&=^j)sQ*l7{Z8s@AHi3Dwmt)h&Hx4V?`Qoz>O7<qaJ*HC>ery=66>wYA;V z4ZW4MU8m1otgh>-YUsXj;p*kfHx3>-b?WTp%hzsR1EQOE?%cV5|Nf)<kDdY*R5$hj z$!E`ASJd^qeEItI>vwP7ynFKw2tESAoA>YEe*%HZy6(!x?y3f$nY~}Xe(jk!`|H;q z-4kY3)^$}k^i%=uYV4^5n%2<W&@!Q+Wl}@igu3R5b*+6sk=myI+LqoQKYjp}0iE~l z8<5diRo4R)5#gVD4d_Ylk|4ie20nfPF>!HeX&D(=IaM`vODpS;(6F$ua43j~jEahm zj*bC>*!cLw#H6I;w6yfhtlZo@5XjFj0D{7zqT=G>Wm(T685kJVJY5_^BqY}!%#3CX zlwf;sJ!+z<i?)*{?@cwADUT}u{pUYrnVzP1`penc(}Av=e|}3zdTK2Aaq_DJm;Fxd z3*fb0<#@Bu>WJL$m~BVu3lao{{V%lfTdS;-stG+ZvFV!hnna$e3qnaH3nunjn(dSG z$e5N9DB-=yl6{}_6Ct;VDLOq&C!hWKJn@NXPme~W#X1kO`5yPyB|dSfY<@lI)?a;@ z+(5SvcM2Zo@m}|sA{cX7%{<C@$354V2MlW$UYm6=v2#-U$B#an3LHO`vMH;3vANAn z;nbM8=CDV%P~%1=?;9EuwIvcS-n#JXuF{sI?fhqjlsoHHjs&)@-?W3ttmcN|$0K4E z8!RU4syn~g_;{0Y#KFEIhi|Gn6>D04aHbbstH^nJDbaG7{R6Ybx~repvH&B3!PC{x JWt~$(697+&Tyy{c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5f4828ce5162ce62e130eb11a99154aea0008c6a GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZx%BpEmPMWY5jeNw)*1UksUaJ#^C5kO^0VCjt?WeLV!om~=IC!nKfz*MNc{6M!N> zHcV>5RS<UqPzoq`HFOe484!g|geZe@A%e(c+x&><K<hP1g8YIRm{>(b#ezaY!{QSX zlaf<1ipwhN8XB9LTiVW^JAdKB$4{TX{QmRz-&KBD4xpY!PZ!4!3CY}po<dCq3=9VY zdv?6vt-&Jt?7zN=Yv8;$&(;^z?uk39dSSMUwc&E(%(q)DJv*Xig+%o>thS0VKby8- zUgPqrgnbFi#T-m-9=@i+6!`Z{!mlvx2MgC($VIMVEeJg9o9}4LsQ4>5O{Fq>z3k<a n+SX5J+<Q^8{`GIo$Mf|U7K$)NtW8e^I)=g1)z4*}Q$iB}?3cbX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..077a7f51df45dc3f21b6ce21c1bfdf09b4be50b8 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EuL68R zT!A#h|No(@{(DZk9npV1bn=bh{#)UbE{FDA4eq-d+J7~8($%2;YoQabhfKU4H2Fs8 z#H%4dkqOsACtVMkcq4T3)sTrmHP=EXTnm|W9Vi<-5h!&nWCD;45(x$}CIJPnf*2El z>}$b5l@oxbT@9H4)O!tREXV{f8>kno5oiU_KrjhXa1A65R1al9*<eFJvP7cy)@L39 zJ?mQ%<QL4q$jq*wsHCi-ZD43*Y-Md@YiIB1<m}?==Hcb-6Bra65|)~lSy)_BRa@WC z*fe49zWqmz9Y1;P`i+~n?mm3^>dnVbpTB(l_Wj4tUw{9-J@n-!0|TSFr;B5Vgyh<T znbu5!3~djedwf%Ed2@5S<07BPQ!Xy=|NpnPdhSykdd&R$*?ObT*Pq_H9UZZ6mU64* z3hlt#<~=jkWO=Bbo^Yqz%_LlM!v9P9b47)2wgs6i@0htN=&tl0W=sF`v6biji@Ge9 z>9KFS_3EXFqhE)yzCLs7wl6z*B`Y^aT>qrk;Pg9L*kY=9!c<XfW-jRih2e3WuLEnJ zTeRQry1GG0)$fJnt5y1kx~_cR=Xc&|$-eM4yOQ2#TX0WIQoOcy&ov_f7Ke4J>sv}y z^VvC;Fx;3}-f60y&%^YU#Xv2e?evu=K0fzP?3_7o!smwV>+Rn>n%Na}S2F1_@6rsv zNf9q!Og|^YEEaFFXlA;{w>al_$0QTG77FoKFPX{fmAG1TnqK-3fBRPPxfy%61o(kc No~Nsy%Q~loCICBjWSRf~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-hover-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5f4828ce5162ce62e130eb11a99154aea0008c6a GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZx%BpEmPMWY5jeNw)*1UksUaJ#^C5kO^0VCjt?WeLV!om~=IC!nKfz*MNc{6M!N> zHcV>5RS<UqPzoq`HFOe484!g|geZe@A%e(c+x&><K<hP1g8YIRm{>(b#ezaY!{QSX zlaf<1ipwhN8XB9LTiVW^JAdKB$4{TX{QmRz-&KBD4xpY!PZ!4!3CY}po<dCq3=9VY zdv?6vt-&Jt?7zN=Yv8;$&(;^z?uk39dSSMUwc&E(%(q)DJv*Xig+%o>thS0VKby8- zUgPqrgnbFi#T-m-9=@i+6!`Z{!mlvx2MgC($VIMVEeJg9o9}4LsQ4>5O{Fq>z3k<a n+SX5J+<Q^8{`GIo$Mf|U7K$)NtW8e^I)=g1)z4*}Q$iB}?3cbX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-hover-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..077a7f51df45dc3f21b6ce21c1bfdf09b4be50b8 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EuL68R zT!A#h|No(@{(DZk9npV1bn=bh{#)UbE{FDA4eq-d+J7~8($%2;YoQabhfKU4H2Fs8 z#H%4dkqOsACtVMkcq4T3)sTrmHP=EXTnm|W9Vi<-5h!&nWCD;45(x$}CIJPnf*2El z>}$b5l@oxbT@9H4)O!tREXV{f8>kno5oiU_KrjhXa1A65R1al9*<eFJvP7cy)@L39 zJ?mQ%<QL4q$jq*wsHCi-ZD43*Y-Md@YiIB1<m}?==Hcb-6Bra65|)~lSy)_BRa@WC z*fe49zWqmz9Y1;P`i+~n?mm3^>dnVbpTB(l_Wj4tUw{9-J@n-!0|TSFr;B5Vgyh<T znbu5!3~djedwf%Ed2@5S<07BPQ!Xy=|NpnPdhSykdd&R$*?ObT*Pq_H9UZZ6mU64* z3hlt#<~=jkWO=Bbo^Yqz%_LlM!v9P9b47)2wgs6i@0htN=&tl0W=sF`v6biji@Ge9 z>9KFS_3EXFqhE)yzCLs7wl6z*B`Y^aT>qrk;Pg9L*kY=9!c<XfW-jRih2e3WuLEnJ zTeRQry1GG0)$fJnt5y1kx~_cR=Xc&|$-eM4yOQ2#TX0WIQoOcy&ov_f7Ke4J>sv}y z^VvC;Fx;3}-f60y&%^YU#Xv2e?evu=K0fzP?3_7o!smwV>+Rn>n%Na}S2F1_@6rsv zNf9q!Og|^YEEaFFXlA;{w>al_$0QTG77FoKFPX{fmAG1TnqK-3fBRPPxfy%61o(kc No~Nsy%Q~loCICBjWSRf~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-hover.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..68b4ff0bb2fc55edd30e2f7225c2f436eac22e0f GIT binary patch literal 467 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkdExR89M29;Pi_jldgwOx*9U!YVd@sArr5KOt=<2@!FotZw_C7cl_4-gIC|2y!HO{ z?GINUeYo-X)6J)!Zaf8%x1N2v^X&8em!Cr?T?6TwcrA3|_3z(*LD+HAZvYt(63F=R z<7fEf>tP^^Kx~K_Afqs4{X3vjv`d2gf*C|a#ezaY8=IP2_V3?+;J|@{hYlSEf@5dT zoxkw<!^e-GK7Ic3>-V3(fB%&@O`Z$#iKmNWh=gSBL3g1h2L{)J{(jGRR#-H3?b-SN z=bS|v;U(E&6RyXGr#7l>OiWSgebjhT;3OxHO~JeiKPDAD*!ueSTX7H7*v3{{*|$<F zR3zst-6}1ke3D`Q=B?AsFL<nK+#9?04dV)x)B|f99<ixRVmf^P?qp$JpSFO-D-uii jO+Q}VlzaNf<vH?C^u_%6(k@;FI*Gy4)z4*}Q$iB}8qDOt literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-hover@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..28682cf6cf1e14ea262a9ba152e750a30adc7f04 GIT binary patch literal 814 zcmYjPdq`7Z6u--mO)|j>beZ`IUn#RJ(3zrb=5)Tcdu@iM;)`YEv;42pB-0|d>!TnN zm6QT4qo}}IZpmcR`5O0;Gt~L0>D=aHbCc4(**_i5^Y@*@?{N4U(o!xtJJFpW2y*5m zuy`PP*^TM|JnKcH90Z5TI1WsuQZ@6bbD*S^C1h4Y(D65Rqg<tnJpkxl#THcYON*+i z^C}9V>gwuH;f<2Y{JgTl(9(+HXND*`1W~AIT$l}-p}jpp6M;07mr*tH7(<#cK8o?0 za70Y-nn^^A!6=5H1W!yN%@`uaVU*yD2n5CW;7LrtVvH{W3I18FhXHQy$7O`!8)1-> z#&@a}DW+Fyj3XM8YR072nsDtpzOaFS5fo71TAdlpF6zz8YnGpDmS0ATZeLf7mQ|Al zc*EwlVZ+P^ymmT#KfyQ5*6SV9TNbOZeHxGg{C~}ULV_}@mB?-*v)afjtz;(97Q$+^ z0bI~x?*}=uzrep-jWe0x6d6^#6h1`p^7i#(gq=CdjJgmL8<)=G!x?w(*3=Gsk$eR* zXcwtWHY6V&Rw$Lqkx`XOH8!Qj3G(~2Myp-Yt?1V`HaEAnw#=4oKxEtb{b#p6EWiz1 z{XB;i3%j}ZNrlV<>28j5+X2cHSM*egcM=}h=gam^8sFU8YZ!}AXDO}AlBJke3JmVV zDtN)^v<@xX>XeiiUzf^Q4Dh?yQ{py1HsVrw(%Q`omZY7a%#^RcJaSMO^j6DIVxGO% z+~c{2kh<9Rn-kl&xw5jMr*-D|W#-^&pv^JZXF8}i8MTd#L@2Tav`L;xFB;7e%^0PL zjklU=Lg@85rlYKq!H>g|d!CN;u5*kDNx^LL5eJv9WAnls^(Uch;lYQ)tGdQTIbESC z7H}pra+eZ%YQhyBy@iuq{n3i>ovB6tUfLu~iSK^zoIe29l>6hZyZv5mk#QZ5T*n1q z;eKn;0NCC)hKn&|&zrqFPv0+)7t}RIn0|yLiV}QuQPGi#C7LaDmg^xcM5E{r?f;d- LPGP-{%dPzj1stvs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close.png new file mode 100644 index 0000000000000000000000000000000000000000..68b4ff0bb2fc55edd30e2f7225c2f436eac22e0f GIT binary patch literal 467 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkdExR89M29;Pi_jldgwOx*9U!YVd@sArr5KOt=<2@!FotZw_C7cl_4-gIC|2y!HO{ z?GINUeYo-X)6J)!Zaf8%x1N2v^X&8em!Cr?T?6TwcrA3|_3z(*LD+HAZvYt(63F=R z<7fEf>tP^^Kx~K_Afqs4{X3vjv`d2gf*C|a#ezaY8=IP2_V3?+;J|@{hYlSEf@5dT zoxkw<!^e-GK7Ic3>-V3(fB%&@O`Z$#iKmNWh=gSBL3g1h2L{)J{(jGRR#-H3?b-SN z=bS|v;U(E&6RyXGr#7l>OiWSgebjhT;3OxHO~JeiKPDAD*!ueSTX7H7*v3{{*|$<F zR3zst-6}1ke3D`Q=B?AsFL<nK+#9?04dV)x)B|f99<ixRVmf^P?qp$JpSFO-D-uii jO+Q}VlzaNf<vH?C^u_%6(k@;FI*Gy4)z4*}Q$iB}8qDOt literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-close@2.png new file mode 100644 index 0000000000000000000000000000000000000000..28682cf6cf1e14ea262a9ba152e750a30adc7f04 GIT binary patch literal 814 zcmYjPdq`7Z6u--mO)|j>beZ`IUn#RJ(3zrb=5)Tcdu@iM;)`YEv;42pB-0|d>!TnN zm6QT4qo}}IZpmcR`5O0;Gt~L0>D=aHbCc4(**_i5^Y@*@?{N4U(o!xtJJFpW2y*5m zuy`PP*^TM|JnKcH90Z5TI1WsuQZ@6bbD*S^C1h4Y(D65Rqg<tnJpkxl#THcYON*+i z^C}9V>gwuH;f<2Y{JgTl(9(+HXND*`1W~AIT$l}-p}jpp6M;07mr*tH7(<#cK8o?0 za70Y-nn^^A!6=5H1W!yN%@`uaVU*yD2n5CW;7LrtVvH{W3I18FhXHQy$7O`!8)1-> z#&@a}DW+Fyj3XM8YR072nsDtpzOaFS5fo71TAdlpF6zz8YnGpDmS0ATZeLf7mQ|Al zc*EwlVZ+P^ymmT#KfyQ5*6SV9TNbOZeHxGg{C~}ULV_}@mB?-*v)afjtz;(97Q$+^ z0bI~x?*}=uzrep-jWe0x6d6^#6h1`p^7i#(gq=CdjJgmL8<)=G!x?w(*3=Gsk$eR* zXcwtWHY6V&Rw$Lqkx`XOH8!Qj3G(~2Myp-Yt?1V`HaEAnw#=4oKxEtb{b#p6EWiz1 z{XB;i3%j}ZNrlV<>28j5+X2cHSM*egcM=}h=gam^8sFU8YZ!}AXDO}AlBJke3JmVV zDtN)^v<@xX>XeiiUzf^Q4Dh?yQ{py1HsVrw(%Q`omZY7a%#^RcJaSMO^j6DIVxGO% z+~c{2kh<9Rn-kl&xw5jMr*-D|W#-^&pv^JZXF8}i8MTd#L@2Tav`L;xFB;7e%^0PL zjklU=Lg@85rlYKq!H>g|d!CN;u5*kDNx^LL5eJv9WAnls^(Uch;lYQ)tGdQTIbESC z7H}pra+eZ%YQhyBy@iuq{n3i>ovB6tUfLu~iSK^zoIe29l>6hZyZv5mk#QZ5T*n1q z;eKn;0NCC)hKn&|&zrqFPv0+)7t}RIn0|yLiV}QuQPGi#C7LaDmg^xcM5E{r?f;d- LPGP-{%dPzj1stvs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-active-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f773f24dc156d5d3551686be3ca8b44946243 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!Ag<Dsd!^O~i&-b;lD?!GLiD^+I8Oe~kHNUt|Z`^9uj;M^<L s0=wu9_c;vgCNphy{eGs9f#CuB{AY&d-u51^fNo&$boFyt=akR{0A;?UFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-active-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..76250ef99f3df3f28c6f12539798fe95e14f8ff1 GIT binary patch literal 652 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~<PY@#4ixmMl4O;>79Gr{BJP`~Lm=-@kwV`SS<pY_@<nNuURe zOM?7@85k85l~wc&42_IUtZi)V9i0M$f<wZ>>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu<MkY@e#}JFtYbRfycF2Iog*kDh_j}!zXBU_|Qdj=`fBsRz>5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+<jq-du6!SBzOCM(6ef)c`6`X6)0mwvaIUG6DR3>c5@up- zXZ8;KbN9cf;`%wvc1(<l0v{|lOlD9NxKWfK$kfG9b#5Y4leC|d<R*WHo6J`qI`H-X z<niENxMfF{e@J-mjK|5Q_O@ZZcHghO=|7yHcDB)TrN>nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv<KZ|B8p+!K%1*gT!2tp*HC22WQ%mvv4FO#uI-F{c0k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-active.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-active.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f773f24dc156d5d3551686be3ca8b44946243 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!Ag<Dsd!^O~i&-b;lD?!GLiD^+I8Oe~kHNUt|Z`^9uj;M^<L s0=wu9_c;vgCNphy{eGs9f#CuB{AY&d-u51^fNo&$boFyt=akR{0A;?UFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-active@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..76250ef99f3df3f28c6f12539798fe95e14f8ff1 GIT binary patch literal 652 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~<PY@#4ixmMl4O;>79Gr{BJP`~Lm=-@kwV`SS<pY_@<nNuURe zOM?7@85k85l~wc&42_IUtZi)V9i0M$f<wZ>>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu<MkY@e#}JFtYbRfycF2Iog*kDh_j}!zXBU_|Qdj=`fBsRz>5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+<jq-du6!SBzOCM(6ef)c`6`X6)0mwvaIUG6DR3>c5@up- zXZ8;KbN9cf;`%wvc1(<l0v{|lOlD9NxKWfK$kfG9b#5Y4leC|d<R*WHo6J`qI`H-X z<niENxMfF{e@J-mjK|5Q_O@ZZcHghO=|7yHcDB)TrN>nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv<KZ|B8p+!K%1*gT!2tp*HC22WQ%mvv4FO#uI-F{c0k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-backdrop-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0883ca7fb7c8128a51dd689f28e6b0798864b170 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(hLm$Az;<2RoizR+PUY*jy;EW?>@L=H;{dJmbs4vPziTQkY6wZBO?>Dv#Uo?a2k7# zc0N#8+tbA{gkxrMf`Z_TwOI_8&zy<mKEPAR9?IdoszsCGP()e+Lt4Q)FSV-`438Yx U7He!?tOl~t)78&qol`;+0E$6RlmGw# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4542b7f6030429bace82d9ef3c38651c266b88aa GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7l>na* zS0K&6@V}v<VgLU9n>TOXzUR>H-3NE>IkW>vf*3$_c$!yQH&7K%NswPK10xd$m!4rr zSW<G@p^r}sfZ~3hE{-7@=aUm8k{WhaeSf!7L+RP>^7lsqnjRQRHB41tnGtosYXVD| zMZ**Y&Npn@j$#Zzd?S`8q)CY(s43-b)&?P!30tebmo+aGyThRKQSuVwS`I^y!#rL6 KT-G@yGywoGwqce4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-backdrop.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..36858b0c462d82fa6dd389e0a8904c988aa87082 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(qQnvp`jr(bX8SdcV$Cobz^r`LvK|>S5;llyQ_O-fhxF5g8YIR7#W$Ez5N1X;);`n z%~t`1wLM)NLpWw8CnyNcSewOg`OKL}?gKo9?4caat6DS}4n?FTFr*c%^HRH7!SKj| VZL!AY#cCk?JYD@<);T3K0RSE(NHG8a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-backdrop@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..061e3569f13ada9e9769abcd8ed92d2ed7e6fbff GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7^#Gp` zS0D`p4Gj%_eSIY*-L*|Ul}+7M4PBLWot1Un)eYTMbv;1D%6Q5SsE)TJ$S;_Ik%^Pr z*gP&iF)zP3!0LGqP$JmV#W6%9I5|NgsbS~yGc%WJD2b(?o8uH3RQ!ym>39Z1Sd&1) zET*s~m4Zu+jR$2SAMiwQZejr912dBr2#GLG5MoKV!yMMcvg!OB%e(^yM;I6aIHfNI Srd+!Ma-gTHpUXO@geCxY)?2p# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8addbf89ee6d52a0ccf0b12497ec3711182ec985 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(*OVeZ)j-PzkmOkGiP@0KD2Y+kzIQZ?b>q~#NKo0-i(}EKt<doL4Lsuj7%)7rImFP zCT;eczh50FtnKOI7{W0#IYB{i#@Z}~%V*9+av$I+WDn(VUe%(>a3~@zfg!D6otN6x a3Wi4xY>PEEFIEF;WAJqKb6Mw<&;$U}K~sAG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..dedcc3871bfebdbc65da210f37639f454859034f GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfW|Nm91R-HI;V)yRdTMi%Ix#!T1-3NE=KD2A^p`Adq2PCp<FNoZ)y6rzu1Aj@7 zUoZnBGatWTK-lET(^jupyV<AlM>J3>*we)^L?bvkK_aOk_1^CC;{h%<_xD!!u3GZ` zt~E>lMTRvjiU+octYPtd5X!*Z%)aS>^#-97Mj&o1KkJ~X!K9$daiD^K4GZU$ebwI& dH6(U0GMHN`l;<24bq5;H;OXk;vd$@?2>^8UZtMU6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-hover-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..84a5583cc628653dd5e203c79909759b887cff10 GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjt<!Wf<?jM;I6q)50 zkr^D37aUa(ol+g2QJ0+4l#mG`Q*)a)Y}vPY+ukiZ4(!@{WcR+KM~<ISs&3o_v`Mif z$S;_IokLFEz|hAxA~G^6Iwm$YJv}2Mv!J-7w5<I6rE5=~PHIW`1yo$)>Eak7A<24> zvFNY?2ZMp+iLJN)|G!mYSRusFz#91alMlbxt5VmSd-u<F{kxCp%lFMoEB><x6#kmB ztLcnUd6-|P%4{yJDPF6u**#YZmQ;}z*fnvYaf$Zk*K<Nms;AtWE5G3Xwh}*=hJW{z qXWAuK&ikDw=5p-m%vuJ92lAVrJMih(>4X5?!QkoY=d#Wzp$P!;ypHSu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-hover-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ef62ad4eab22e6407724d1d8f4204e836e69b0 GIT binary patch literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EPXc^G zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?b<Jet)pd0(fLdf^RAgk-W#klP<W#iu&2@Cljm({; zrBw{ATn(+<4Q<?kX4-lLIeA4nxraM>MY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVfL<G$my>=9l;6m30@@^e$MsVeyL1yZ0U0z5nQ*1IG>@ zJ#`3#P9Hgb=7{^5!$5y}mjw9*Gw|>V2?>jdiA%`IE9mJPxOsSb`TGZig-1q3MMuX# zK`ao&B_t#!CMG4Pq@<>1Wo2g<6crbjl-AWZY})qh*^8gQe&4Q_+R4Dc80YEY7-DgH z?c{9dCIgW+Q=NR(jwX-F!%5$!#p-NTt62Hw*#H0b8%-0M<ZJhDcxyA~beW%CxrglP zS(&%nmWh3v<?nmMXtm_$K;{>dU(UJobIKP6+x^-4+aC1T#-FI((-1oC?NhzBE7M)9 zUrbZ^FSgFM-u)g&n9$P3#8YxYvM&n%6|9^uSSoNe=~0|ao*nbD`Q_VoHY>hk|7+2p zu&+`;oQplAN9g!$UG*Qc793;bJ)g5X#@p^k5tHwd52v=RUcdbad;HnNq62K}6Gc6a z)XQ$LywJzcDc}&@QX%Nz^x?eE70pR04jV*gzEfG*bj0CF^J}hj8I1+U^|F3Sd)PVY zF6!o*yd#xeUNfm@Sw*+joZ5a<2h}P++2=Q(?{l$z*S@DUa91KnR8aJ^T`y9i)@hhO z^}Mmgy!*%ZcE?qjhc&DoOj<6vbTemRW0jq;WT>*_oV3*UIhv+t6BdUD^I2W2XMEm# VWR-v%A20$LJYD@<);T3K0RUeWC(Qr= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-hover.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..128a39da1505934b85102494ab976af03f15ee55 GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};<l`^&KYyp-Fxs9i0(gp`s2qhIQseP7ZCk} zf#1LX{Q2|u?_UuA|Ns9BmaJK_eEsrOn<h=0KY9AXs`~DSL96S4mMN74`2{mD^Y99b z$g8MmXj+z(mhC@q@X+xS&tAOz3<AG@|Ni@zvG&w%pz20X7sn6@N!Ekyi7bjd3<inP zMJNC5u3PBJ#BgCjDEISq-EDtX%IwRoH*>Yy&%Z0YI)9~YJ^zKfsv)*-Bo_bf6^Ytd ztk=t>cxvs`?Bo`vyK6eDTQ^@g-lzXrt2|5nl+U$^d9TvnOYhkiT=e3>*SdIK%S~<P m@6C5^o+fzirZ@w`KgL-TY}{0J&a(p@!{F)a=d#Wzp$PzwlEC}` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-hover@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..66cdeda056e20937db39de93edef20268a13a7c3 GIT binary patch literal 801 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E&jWly zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQT<pBv50r91NF%_XP z6~PImK-td8i>Az5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPk<z5De3Js5rb^zrkTuV24?{`&39*Kfam{f405 zzyJP21^>a|?_ZEOkoob`moGqlU%wqXa%%6vV||n7PMA7x;?(&KtrM#1yX%_!>sux~ zypjF^=vA+hAirP+R#tWnPA)DUUSSa#Svdt|6%|!A6LSkoD{Je>=$M$e!lL4m(z3Ei z(`U?@J$J$K4I4L|JAdKQv*#~fzW?y?^XJb%>wf$MSuf}GHj9CQG0fA&F~s8Z+Th6O zCI^vF&tNA73&~qeOE1OgO?lL{P4esidjB&et&D%FUcBCOX70}RYX0(*PyY#9Z(1bT zw(P{EuyR*tmbH@##X}Zce7XDa#@qSV8MjXOB3>GCJ$SxBwMElD?O)z%v*zh1q#V}a z`dAus<_}96-xrJSuC!C~MmZ}c)<w*lfAEDss#3;|#mBE!ANcU~ke>O46?PdezdAo2 ze6zB3e%ITBoy_a6%{lm1EX6P2Lh|*an+2L@$7-lN?2LV$f7*g=dyG(G!~erJ0upyV zB&cvQHP3f`6WrylbcCmlM}xI9r6s}FOIRs&i}E2gw&Rk2m$g`FUwLFKkkm3GhfB0; zM=Jk%&0|-WU0D;kIA?R)))kS7yZe{VEStYbi?3(0+zh@idkiM2y>XfL&@<`Dj|*}! zev8h(&%WS&bK~}?y^YU#cRd#iIGb*^SVzyV@^zl){`L3bKl0w@t@E1@EBzK2Zw#KU KelF{r5}E)dl%1Ra literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max.png new file mode 100644 index 0000000000000000000000000000000000000000..14e5e3e74dff69ce6e125a0ec0bd54012d6d7bb8 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(hVT+ABaOk8>;HMs~Ui)tFob|x}mGOq5D_-vRa@b?vfzCU<M{87Phvo2}_opNo&|W z4=Akd>Eal|F*7+qL2$;}EQZTx&O~w_;3;Ge<#1lrqRDV5A}xU-tzey(+SLk%M-FU@ UH8w9+18QUNboFyt=akR{0P0~(_5c6? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-max@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a13bb592dfbbf413347f0541f9be75043fb727 GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0LTc(6DONs)mOCii-BiwzlfVo{EO9s`~CqAlcAU-Oydt&|O*A4P-1i7Wo&bfxjfk zFPMReSwK)YI%)Ze)rXH9J7c}NFBK>i?CIhdq7j^&Ad%FNdT)36@c<W_`+KW<S1oye z*P5mOBEuRM#RFSJ*06X!2xVYyX5VzcdV^33BM>*1pLI~xU{X-!I8edAhK2LWzUuFX d8WKAg8O$ve%5x5jx&w`8@O1TaS?83{1OS2wWsCp- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-active-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-active-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E^8<WB zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b<L zG&VKw-M9b9vEwJNUB7Yj*2`CKK7RWA<>#-9o$5M3?dLsR977}|*B*Qw*5n|<b|L>r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv<osyi2*zxokJ~G z1a&m6Dhd!4a9?%G@hkVlz)(Id?u{t{JR1`(upen~{4SuDdVnwMR71GN=7rZ!Jy=w{ z!2O<UZp0_ApG?Ou&(r<M!FzEQ?`poNGe<UUt8VtMm%F`a!^d>~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-active.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-active@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E^8<WB zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b<L zG&VKw-M9b9vEwJNUB7Yj*2`CKK7RWA<>#-9o$5M3?dLsR977}|*B*Qw*5n|<b|L>r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv<osyi2*zxokJ~G z1a&m6Dhd!4a9?%G@hkVlz)(Id?u{t{JR1`(upen~{4SuDdVnwMR71GN=7rZ!Jy=w{ z!2O<UZp0_ApG?Ou&(r<M!FzEQ?`poNGe<UUt8VtMm%F`a!^d>~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-backdrop-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b04db91415d46e182c878ab176fe3ecb2491235d GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnQ-T^vI! zdXp0*SPwH8BnjWy`Mf~Ntgu}CcI1mBpDSe-H6$i6Fl^q)!s4?qWfxEbgQu&X%Q~lo FCIAj8F9iSq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5b8cf4df958017dc9fc1f8fdb967f94818e00809 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!Hk?J%?4l^1TDHm`Z~Df*H~-IdO&pc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M<kh3u* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-backdrop.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..b83cb7d4db1a381c3ac939b5278709b35af680a6 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnQ+T^vI! zdXp0*SPwH8Bnhus^;+|o+P!Nbm%8<ix#WuXHYsv4Ea7Bf`Tt?tUZ8pgPgg&ebxsLQ E0PY1ZVgLXD literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-backdrop@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f83b673dc3a3b8d184d7bcafabbcec7fedafd040 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!C~|UC+wR=dFM&rjj7PV20xT^WW|R@`OBH978ywlM@#3ZTR2p831%c$5)oO)A=-S Q17#UJUHx3vIVCg!0Kk|sWB>pF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c973246c00bf2b1b0a0cff5a2eb8bf94623a35 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnQ-T^vI! zdXp0*SPwH8BnjWy`TRm!&ZBpFW&2(v`CKWxs39?lfnnE07M5o&iZ(zE44$rjF6*2U FngCC_Fo^&F literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..29b6465947a5ff395ef6640d59e4248f4e2cac9e GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!Hk?J%@rm*;N2pOeH~n!3>*Ke(UoAc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M<l<F}* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-hover-dark.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c38e8b3c52175f56e3282bb1a56e34618ea7bfe7 GIT binary patch literal 363 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjt<!Wf<?jM;I6q)50 zkr^D37aUa(ol+g2QFr9{neA$NQ-Q`wlmz(&Gq7{W$r~8@_(nuVMn%WO#-^udWMmc; z&*IUT0aTOc>Eak75uV#0&DWs7!@^j(f^~J%+VA!&I~H&j{wtf5yUpp(!Zn}oNnYL5 zR;qqWu;lFNgRLT6fdR#41>4`8($Cl=@mPJ)=|jSwBNLWccJCBlw_f5+pO%O2a!<R% rt2`4kE*lEvTJXLvUS^|yR9@Wu7Wauq3mrOuHZyp-`njxgN@xNAT}yE$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-hover-dark@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..59b63da86816e87f7b7125a605e6807327259fcf GIT binary patch literal 701 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?b<Jet)pd0(fLdf^RAgk-W#klP<W#iu&2@Cljm({; zrBw{ATn(+<4Q<?kX4-lLIeA4nxraM>MY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVe`zerEIPw`o8R*p&qN1vBvQ3JD2|iHS?d$t&pT8@PFR zdinbYgoQ^&MMX!)KtU`J#3dvoCMG5&r=+B&W@Tk(7Zep2-)=I_W?*2{@N{tuu{gbU z^6jW52a#4o9e>u2CXdFhqZhQSBb<7T_x?|A{mg4|=u2tfYrb#%zqf2l{ImRA?s0zS z^BZ^H`mnS=>fZ`cyV(rho3u4_%TgG3%)MNZ-<EQChe-8aM}vUJ%@WzCL@#m_#{aBu zs6OU@#E9j%j_?}kkCQqcT>GlLbdTz+1+R`CH@^OYbKV^OX+G>5M3yn+q{L`5c{A|c z`+7jEPv>E<O}(a&KGzQ>4#%$yt{M$L&mV|c_TvKc&NrX0E9DB<7PM<KmTbJhmle;u zO6O4^dyc`>-4coyb+cO&xB7`+e_MJ#DdzV=VTEj|wuEIjHpwezMXp;u>(e5Ww}<!r z`;&UrAa~|b)}T+*f@kG>a`i}Wv;Xo)mOtIfq{K+~xb>WQssA3<-TuXvbE-jX`#Awy QVCXY=y85}Sb4q9e0A@Ju!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-hover.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..c250748c552e9c2fc4c266ce0167a8046688cbdd GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};<l`^&KYyp-Fxs9i0(gp`s2qhIQseP7ZCk} zf&c&iSJihrG<N+5TOZ^X%)rdUD=Z?fqN1T`SyEcI|G>dR$4@+a@$z&2xu-jUit;^O z9780g=Jvl8Y7h``jaD@KvT)1Z|J`jDu9W<{YrOf+?b7;&30|Izrr%#odmN$jO|@S- z_0J66gp(H&b_w-KwYe)^cRypqCE9V0Con*MBY(a6p*lI%FK?rH%MIhZHwJ~ywrn|> iaqZYglfLbR`g+zu+-n<;to#AAn!(f6&t;ucLK6TdBAogF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-hover@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..965ce3db3357fad9fe47dcef3a9c89d220caaf64 GIT binary patch literal 694 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E2LgOT zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQT<pBv50r91NF%_XP z6~PImK-td8i>Az5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPk<z5De3Js5rb^zrkTuV24?{`&39*Kfam{f405 zzyJP21^;27s=k|vP2x7t5B4QNe!&c^tn3_|TwFZ7!Xh%Vatg{SDynKG<`$M#*4B~H zF)?w4Ma3nhWo475&zLoP?t<kTHf}n1{=%ha&tJTJ|Ka0j!RxKl85kI4JzX3_EKaYT z{5q`3L8LYC(u4^!6Vfxpb*8>s>U2<}=l%aM!Cn)C%{gns?%UsxJ~y-Yo5ZpDq7>^R zpF5IgM^!omIJ0%#DQ!HNG&jfWWR)G;oxI@pfh_%&;v)It3yyEP_uVixMv433_a*;> z?}+Yk6m0w#QfQd_a;b7l^!NUT!qzu3(+mXm6!7{hB-zb)V&yFNpgKvtW5+bfH>VyX zEH&48*db=O>iJxkuS$Zx6$w?$&E+>HJPMgoaa}qo@X>X(+%sR>qziq7lix1b_S<o) zugz;7{@;Q1y4t~COG5Nl$9!KJv}DJz06w29d}o-pD7#*Azp-LcoT*ZH>$f*`(e?kV znBK15$e*@)#>R?DX@<jn7mrQS?@N7Qz#qSN|0m9*lNI}xOFM(o4}+(xpUXO@geCxY Cno;)v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min.png new file mode 100644 index 0000000000000000000000000000000000000000..f4b6db0608f0582e6c564236e0bdf108e429d668 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnQ-T^vI! zdXp0*SPwH8Bnhv{dtuk?yJzddD=e`+owxL)Se=C!7}iW=VVUJqt_Re>;OXk;vd$@? F2>|T-EmQyi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min@2.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/assets/titlebutton-min@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3581928b3997773cbfc83c9c0f17389a768cc6 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!D0TL-!u7KXZXBrjj7PV1_eK9Gw>fc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M<s_HS@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/gtk-dark.css b/themes/Mint-Y-Darker-Havelock/gtk-3.0/gtk-dark.css new file mode 100644 index 0000000..5a316a3 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/gtk-3.0/gtk-dark.css @@ -0,0 +1,3783 @@ +* { + background-clip: padding-box; + -GtkToolButton-icon-spacing: 4; + -GtkTextView-error-underline-color: #FC4138; + -GtkCheckButton-indicator-size: 16; + -GtkCheckMenuItem-indicator-size: 16; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkToolItemGroup-expander-size: 11; + -GtkExpander-expander-size: 16; + -GtkTreeView-expander-size: 11; + -GtkTreeView-horizontal-separator: 4; + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; + -GtkWidget-link-color: #c2d0b4; + -GtkWidget-visited-link-color: #a9bc95; + -GtkWidget-focus-padding: 2; + -GtkWidget-focus-line-width: 1; + -GtkWidget-text-handle-width: 20; + -GtkWidget-text-handle-height: 20; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 6; + -GtkStatusbar-shadow-type: none; + outline-color: rgba(218, 218, 218, 0.3); + outline-style: dashed; + outline-offset: -3px; + outline-width: 1px; + outline-radius: 2px; } + +.background { + color: #DADADA; + background-color: #383838; } + +*:insensitive { + -gtk-image-effect: dim; } + +.gtkstyle-fallback { + background-color: #383838; + color: #DADADA; } + .gtkstyle-fallback:prelight { + background-color: #525252; + color: #DADADA; } + .gtkstyle-fallback:active { + background-color: #1f1f1f; + color: #DADADA; } + .gtkstyle-fallback:insensitive { + background-color: #3d3d3d; + color: rgba(218, 218, 218, 0.55); } + .gtkstyle-fallback:selected { + background-color: #5491d6; + color: #ffffff; } + +.view { + color: #DADADA; + background-color: #404040; } + .view.dim-label, .view.label.separator, .header-bar .view.subtitle { + color: rgba(218, 218, 218, 0.55); } + .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { + color: rgba(255, 255, 255, 0.65); + text-shadow: none; } + +.rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { + border: 1px solid #5491d6; + background-color: rgba(84, 145, 214, 0.2); } + +.label.separator, .popover .label.separator, .sidebar .label.view.separator { + color: #DADADA; } +.label:insensitive { + color: rgba(218, 218, 218, 0.55); } + +.dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { + opacity: 0.55; } + +GtkAssistant .sidebar { + background-color: #404040; + border-top: 1px solid #292929; } + GtkAssistant .sidebar:dir(ltr) { + border-right: 1px solid #292929; } + GtkAssistant .sidebar:dir(rtl) { + border-left: 1px solid #292929; } +GtkAssistant.csd .sidebar { + border-top-style: none; } +GtkAssistant .sidebar .label { + padding: 6px 12px; } +GtkAssistant .sidebar .label.highlight { + background-color: #5491d6; + color: #ffffff; } + +GtkTextView { + background-color: #3c3c3c; } + +.grid-child { + padding: 3px; + border-radius: 3px; } + .grid-child:selected { + outline-offset: -2px; } + +.popover.osd, .osd { + color: #C3C3C3; + border: none; + background-color: #353535; + background-clip: padding-box; + outline-color: rgba(195, 195, 195, 0.3); + box-shadow: none; } + +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } +.spinner { + background-image: none; + background-color: blue; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + .spinner:active { + opacity: 1; + animation: spin 1s linear infinite; } + .spinner:active:insensitive { + opacity: 0.5; } + +.entry { + border: 1px solid; + padding: 5px 8px; + border-radius: 3px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + color: #DADADA; + border-color: #292929; + background-color: #404040; + background-image: linear-gradient(to bottom, #404040); } + .entry.image.left { + padding-left: 0; } + .entry.image.right { + padding-right: 0; } + .entry.flat, .entry.flat:focus { + padding: 2px; + color: #DADADA; + border-color: #292929; + background-color: #404040; + background-image: linear-gradient(to bottom, #404040); + border: none; + border-radius: 0; } + .entry:focus { + background-clip: border-box; + color: #DADADA; + border-color: #292929; + background-color: #404040; + background-image: linear-gradient(to bottom, #404040); + box-shadow: inset 1px 0 #5491d6, inset -1px 0 #5491d6, inset 0 1px #5491d6, inset 0 -1px #5491d6; } + .entry:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(64, 64, 64, 0.55); + background-image: linear-gradient(to bottom, rgba(64, 64, 64, 0.55)); } + .entry:selected, .entry:selected:focus { + background-color: #5491d6; + color: #ffffff; } + .entry.progressbar { + margin: 2px 12px; + border-radius: 0; + border-width: 0 0 2px; + border-color: #5491d6; + border-style: solid; + background-image: none; + background-color: transparent; + box-shadow: none; } + .entry.warning { + color: #ffffff; + border-color: #292929; + background-image: linear-gradient(to bottom, #ab6239); } + .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); + box-shadow: none; } + .entry.warning:selected, .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .entry.error { + color: #ffffff; + border-color: #292929; + background-image: linear-gradient(to bottom, #b1413b); } + .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); + box-shadow: none; } + .entry.error:selected, .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } + .entry.image { + color: #bbbbbb; } + .osd .entry { + color: #C3C3C3; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.4)); + background-color: transparent; } + .osd .entry.image, .osd .entry.image:hover { + color: inherit; } + .osd .entry:focus { + color: #ffffff; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, #5491d6); } + .osd .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.25)); } + +GtkSearchEntry.entry { + border-radius: 4px; } + +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5491d6), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5491d6), to(transparent)); } } +.button { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border: 1px solid; + border-radius: 3px; + padding: 5px 8px; + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .button.flat, .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(69, 69, 69, 0); + border-color: rgba(41, 41, 41, 0); + transition: none; } + .button.flat:hover, .sidebar-button.button:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 350ms; } + .button.flat:hover:active, .sidebar-button.button:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; + -gtk-image-effect: highlight; } + .button:active, .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #5491d6; + transition-duration: 50ms; } + .button:active { + color: #DADADA; } + .button:active:hover, .button:checked { + color: #ffffff; } + .button.flat:insensitive, .sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; } + .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button:insensitive > GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + background-color: #353535; + border-color: #212121; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #5491d6; } + .button.osd:active, .button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5491d6; } + .button.osd:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); + border-radius: 0; + border-left-style: none; + border-right-style: none; } + .osd .button:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: none; } + .osd .button:first-child { + border-radius: 3px 0 0 3px; + border-left-style: solid; } + .osd .button:last-child { + border-radius: 0 3px 3px 0; + border-right-style: solid; } + .osd .button:last-child:dir(rtl) { + border-left-style: solid; } + .osd .button:only-child { + border-radius: 3px; + border-style: solid; } + .osd .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5491d6; } + .osd .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5491d6; } + .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(218, 218, 218, 0.55); } + .button.suggested-action:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(218, 218, 218, 0.55); } + .button.destructive-action:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5491d6), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 2px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 2px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .inline-toolbar GtkToolButton > .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #5491d6; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .button, +.linked:not(.vertical):not(.pathbar) > .entry + .button:hover, +.linked:not(.vertical):not(.pathbar) > .entry + .button:active, +.linked:not(.vertical):not(.pathbar) > .entry + .button:checked, +.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive { + border-left-style: solid; } +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .entry { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(41, 41, 41, 0.5); } + .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(41, 41, 41, 0.5); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.error + .entry.warning { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .button, +.linked.vertical > .entry + .button:hover, +.linked.vertical > .entry + .button:active, +.linked.vertical > .entry + .button:checked, +.linked.vertical > .entry + .button:insensitive { + border-top-style: solid; } +.linked.vertical > .entry:focus:not(:only-child) + .entry, +.linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, +.linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, +.linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child), +.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: 0 -1px #292929; } +.linked.vertical > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked.vertical > .button:checked + .entry { + border-top-color: #292929; } +.linked.vertical > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover, +.header-bar .linked:not(.vertical).path-bar > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.primary-toolbar .linked:not(.vertical).path-bar > .button:active, +.header-bar .linked:not(.vertical).path-bar > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.primary-toolbar .linked:not(.vertical).path-bar > .button:checked, +.header-bar .linked:not(.vertical).path-bar > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, +.header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } +.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked { + border-top-style: none; } + .linked.vertical > .button:first-child { + border-top-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #484848; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #DADADA; } + +*:link, .button:link, .button:visited { + color: #c2d0b4; } + *:link:visited, .button:visited { + color: #a9bc95; } + *:selected *:link:visited, *:selected .button:visited { + color: #d2dcc8; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #dce3d4; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #f4f6f1; } + *:link:active, .button:active:link, .button:active:visited { + color: #c2d0b4; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #e9eee4; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #e9eee4; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(41, 41, 41, 0.6); + border-style: none none none solid; + color: #d2d2d2; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(218, 218, 218, 0.55); } + .spinbutton .button:active { + background-color: #5491d6; + color: #ffffff; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #5491d6; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #5491d6; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #5491d6; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(218, 218, 218, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #383838; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(53, 53, 53, 0.9); } + +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar .inline-toolbar { + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #2f2f2f, #1d1d1d) 1 0 1 0; } + .primary-toolbar .label:insensitive, + .primary-toolbar .toolbar .label:insensitive, + .primary-toolbar .inline-toolbar .label:insensitive { + color: rgba(218, 218, 218, 0.55); } + +.inline-toolbar { + background-color: #303030; + border-style: solid; + border-color: #292929; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #383838; + border-style: solid; + border-color: #292929; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #303030; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #252525; + color: #ded6d6; + background-color: #2f2f2f; } + .csd .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #ffffff; + background-color: #5491d6; + border-color: #85a06a; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #5491d6; + color: rgba(255, 255, 255, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #5491d6; + outline-color: rgba(143, 168, 118, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(143, 168, 118, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #5491d6; } + .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #2f2f2f; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { + background-color: #2f2f2f; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 3px 3px 0 0; + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: inset 0 1px #373737; } + .csd .titlebar { + background-color: #2f2f2f; } + .titlebar:backdrop { + color: rgba(222, 214, 214, 0.7); + background-color: #333333; } + .csd .titlebar:backdrop { + background-color: #333333; } + .maximized .titlebar { + background-color: #2f2f2f; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #333333; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, +.primary-toolbar .toolbar .separator, +.primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(222, 214, 214, 0) 25%, rgba(222, 214, 214, 0.35) 25%, rgba(222, 214, 214, 0.35) 75%, rgba(222, 214, 214, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: #ded6d6; + border-color: #5491d6; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-clip: padding-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: rgba(222, 214, 214, 0.85); } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #5491d6; + color: #ffffff; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #5491d6; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #a45b33); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #aa3a34); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } +.primary-toolbar .button, .header-bar .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + outline-offset: -3px; + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5491d6; + background-clip: padding-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:insensitive > GtkLabel, + .primary-toolbar .toolbar .button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(143, 168, 118, 0.65); + background-color: rgba(143, 168, 118, 0.65); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + border-radius: 3px; + border-style: solid; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover, + .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active, + .header-bar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked, + .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5491d6; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +.primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, +.primary-toolbar .button.suggested-action:backdrop, +.header-bar .button.suggested-action:backdrop { + opacity: 0.8; } +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, +.primary-toolbar .button.destructive-action:backdrop, +.header-bar .button.destructive-action:backdrop { + opacity: 0.8; } +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #ffffff; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(255, 255, 255, 0.4); } +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: #ded6d6; } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(222, 214, 214, 0.25); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(222, 214, 214, 0.7); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(222, 214, 214, 0.4); } +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: #ded6d6; + border-color: #5491d6; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.4)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.3)); } +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, #494949); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, #555555); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #5491d6); + border-color: #5491d6; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #414141); + border-color: rgba(16, 16, 16, 0.7); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(218, 218, 218, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #c7d4bb; + border-top-color: rgba(218, 218, 218, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(218, 218, 218, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #bccbad; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #b5c1a8; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #8d8d8d; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #DADADA; } + GtkTreeView.view.expander:selected { + color: #dde5d6; } + GtkTreeView.view.expander:selected:hover { + color: #ffffff; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #ffffff; + border-radius: 3px; + background-image: linear-gradient(to bottom, #5491d6); } + GtkTreeView.view.progressbar:selected { + color: #5491d6; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #DADADA; + background-image: linear-gradient(to bottom, #292929); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #bbbbbb; + background-color: #353535; } + column-header .button:hover { + color: #5491d6; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #DADADA; + transition: none; } +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #5491d6; + box-shadow: inset 1px 1px 0 1px #5491d6, inset -1px 0 0 1px #5491d6, inset 1px 1px #404040, inset -1px 0 #404040; } + +column-header .button, column-header .button:hover, column-header .button:active { + font-weight: bold; + padding: 3px 6px; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #292929; + /*border-image: linear-gradient(to bottom, + transparentize(if($variant == 'light', black, white), 1) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 80%, + transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ } + column-header .button:active, column-header .button:hover { + background-color: #3d3d3d; } + column-header .button:active:hover { + color: #DADADA; } + column-header .button:insensitive { + border-color: #383838; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #2f2f2f; + color: #ded6d6; } + .menubar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + .menubar > .menuitem:hover { + background-color: #5491d6; + color: #ffffff; } + .menubar > .menuitem:insensitive { + color: rgba(222, 214, 214, 0.4); + border-color: transparent; } + +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #383838; + border: 1px solid #292929; } + .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + .menu .menuitem { + padding: 5px; } + .menu .menuitem:hover { + color: #DADADA; + background-color: rgba(255, 255, 255, 0.06); + border: solid rgba(255, 255, 255, 0.11); + border-width: 1px 0 1px 0; } + .menu .menuitem:insensitive { + color: rgba(218, 218, 218, 0.55); } + .menu .menuitem.separator { + color: rgba(64, 64, 64, 0); } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #4f4f4f; } + .menu.button.bottom { + border-top: 1px solid #4f4f4f; } + .menu.button:hover { + background-color: #4f4f4f; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #1c1c1c; + border-radius: 3px; + background-clip: border-box; + background-color: #383838; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(64, 64, 64, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #404040; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #292929; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #383838; } + .notebook.header.frame { + border: 0px solid #292929; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #292929; } + .notebook.header.bottom { + box-shadow: inset 0 1px #292929; } + .notebook.header.right { + box-shadow: inset 1px 0 #292929; } + .notebook.header.left { + box-shadow: inset -1px 0 #292929; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #404040, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #404040; + box-shadow: inset 0 -1px #404040, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #404040, inset -1px 0 #292929; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #404040; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(218, 218, 218, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(218, 218, 218, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #DADADA; } + .notebook tab .button { + padding: 0; + color: #a1a1a1; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #5491d6; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(218, 218, 218, 0.55); } + .notebook.arrow:hover { + color: rgba(218, 218, 218, 0.775); } + .notebook.arrow:active { + color: #DADADA; } + .notebook.arrow:insensitive { + color: rgba(218, 218, 218, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: darkgray; + border: 1px solid rgba(0, 0, 0, 0.3); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #3d3d3d; + border: 1px none #292929; } + .scrollbar .slider { + background-color: #797979; } + .scrollbar .slider:hover { + background-color: dimgray; } + .scrollbar .slider:prelight:active { + background-color: #5491d6; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #292929 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #3d3d3d; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough, +.primary-toolbar .toolbar GtkSwitch.trough, +.primary-toolbar .inline-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active, +.primary-toolbar .toolbar GtkSwitch.trough:active, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(218, 218, 218, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, #454545); + border: 1px solid #242424; + border-radius: 50%; + box-shadow: none; } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #3c3c3c); + border-color: rgba(36, 36, 36, 0.8); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #5491d6); + border-color: #5491d6; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #353535); + border-color: #5491d6; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #5491d6); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #5491d6); + border-color: #5491d6; } + .list-row:selected .scale.slider, GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #eef2ea); + border-color: #eef2ea; } + .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #c7d4bb); + border-color: #c7d4bb; } + .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #cdd8c1); + border-color: #cdd8c1; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #2b2b2b); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #5491d6); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(143, 168, 118, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(43, 43, 43, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #474747); + outline-color: rgba(195, 195, 195, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #5491d6); } + .list-row:selected .scale.trough, GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #cdd8c1); } + .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(218, 218, 218, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #5491d6; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #5491d6; } + .list-row:selected .progressbar, GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #5491d6; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #2b2b2b; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } +.level-bar.fill-block { + border: 1px solid #5491d6; + background-color: #5491d6; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: #404040; + border-color: #404040; } + +.frame { + border: 1px solid #292929; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #404040; + border-color: #292929; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(255, 255, 255, 0.03); } +.list-row.activatable:active { + color: #DADADA; } +.list-row.activatable:selected:active { + color: #ffffff; } +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #81976a; } +.list-row.activatable:selected:insensitive { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(143, 168, 118, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #C3C3C3; + background-color: #353535; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #1c1c1c; } + .app-notification .button, + .app-notification.frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(143, 168, 118, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5491d6; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: white; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #DADADA; + border: 1px solid #292929; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #5491d6; + color: #ffffff; + border-radius: 1.5px; } + GtkCalendar.header { + color: #DADADA; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(218, 218, 218, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #DADADA; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(218, 218, 218, 0.55); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #DADADA; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #2f2f2f; + border-bottom: 1px solid #1d1d1d; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +GtkFileChooserDialog .search-bar { + background-color: #383838; + border-color: #292929; + box-shadow: none; } +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #292929; } + +.sidebar, .sidebar .view { + border: none; + background-color: #383838; } + +GtkSidebarRow.list-row { + padding: 0px; } +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #5491d6; } +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #1f1f1f; } +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(218, 218, 218, 0.8); + border-width: 0; + border-style: solid; } +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #292929; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-repeat: no-repeat; + background-position: center; } + GtkPaned.wide.vertical .pane-separator { + color: #DADADA; + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-repeat: no-repeat; + background-position: center; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #5491d6; + color: #ffffff; } + +.warning, +.error { + background-color: #F04A50; } + +.list-row:selected .button, GtkInfoBar .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #5491d6; + outline-color: rgba(143, 168, 118, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(143, 168, 118, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } + +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } +GtkColorSwatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + GtkColorSwatch#add-color-button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #404040; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } +.undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } +.undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } +.undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +.window-frame { + border-radius: 3px 3px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px #1d1d1d, 0 8px 8px 0 rgba(0, 0, 0, 0.35); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 3px 3px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #1f1f1f; } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #2f2f2f; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding: 8px 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(47, 47, 47, 0); } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5491d6; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.close, + .titlebar .button.titlebutton.maximize, + .titlebar .button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } + .header-bar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.close:hover, + .titlebar .button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } + .header-bar .button.titlebutton.close:active, + .titlebar .button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max-dark.png"), url("assets/titlebutton-max-dark@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop-dark.png"), url("assets/titlebutton-max-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover-dark.png"), url("assets/titlebutton-max-hover-dark@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active-dark.png"), url("assets/titlebutton-max-active-dark@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min-dark.png"), url("assets/titlebutton-min-dark@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop-dark.png"), url("assets/titlebutton-min-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover-dark.png"), url("assets/titlebutton-min-hover-dark@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active-dark.png"), url("assets/titlebutton-min-active-dark@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #5491d6; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #252525, inset 0 -1px #292929; } + +GtkHTML { + background-color: #404040; + color: #DADADA; } + GtkHTML:active { + color: #ffffff; + background-color: #5491d6; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalScreen { + -TerminalScreen-background-darkness: 0.9; + background-color: #3f3f3f; + color: #fff; } + +TerminalScreenContainer .scrollbar:not(.slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #a1a1a1; } + TerminalWindow .notebook tab .button:hover { + color: #DADADA; + border-color: #292929; + background-color: #454545; } +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #5491d6; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #DADADA; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #898989; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #e9eee4; } + +NautilusNotebook.notebook { + background-color: #404040; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #404040; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(218, 218, 218, 0.5); + border-color: rgba(193, 193, 193, 0.5); } + .disk-space-display.used { + background-color: rgba(143, 168, 118, 0.8); + border-color: rgba(84, 145, 214, 0.8); } + .disk-space-display.free { + background-color: #303030; + border-color: #171717; } + +NautilusListView .view { + border-bottom: 1px solid #292929; } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; + -NemoPlacesTreeView-disk-full-fg-color: #5491d6; } + +NemoWindow EelEditableLabel.entry { + transition: none; } +NemoWindow .sidebar .frame { + border-width: 0; } +NemoWindow .sidebar .cell { + padding: 0 2px; } +NemoWindow .sidebar .scrollbar.vertical .trough { + background-color: transparent; } +NemoWindow .sidebar .scrollbar.vertical .slider { + background-color: #797979; } + NemoWindow .sidebar .scrollbar.vertical .slider:hover { + background-color: #585858; } +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #292929; } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5491d6; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } + +.gedit-headerbar-paned { + color: #252525; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #404040; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #ffffff; + background-color: #5491d6; } + +.open-document-selector-name-label { + color: #DADADA; } + +.open-document-selector-path-label { + color: #8d8d8d; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } +.gedit-document-panel .prelight-row .button { + color: #a1a1a1; } +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #ffffff; } +.gedit-document-panel .prelight-row .button:active { + color: #DADADA; } + +.gedit-document-panel-dragged-row { + border: 1px solid #292929; + background-color: #1f1f1f; + color: #DADADA; } + +GeditStatusbar { + border-top: 1px solid #292929; + background-color: #383838; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #292929; } + +.gedit-search-entry-occurrences-tag { + color: rgba(218, 218, 218, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: #3d3d3d; + padding: 6px; + border-color: #292929; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #DADADA; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: #ded6d6; + border-color: #5491d6; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: #ded6d6; + border-color: #5491d6; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #404040; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #383838; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #C3C3C3; + background-image: none; + background-color: #353535; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #404040; + color: #DADADA; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #404040; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #DADADA; } + +.xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(141, 141, 141, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive { + color: rgba(222, 214, 214, 0.6); } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #5491d6; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(218, 218, 218, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #c2d0b4; } + +.documents-entry-tag { + background-color: #5491d6; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #ffffff; + background-color: #99b082; } + .documents-entry-tag:active { + color: #ffffff; + background-color: #85a06a; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(255, 255, 255, 0.7); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #5491d6; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #C3C3C3; + background-image: linear-gradient(to bottom, #292929); } + +.gnome-panel-menu-bar.menubar { + color: #C3C3C3; + font: bold; } + +.gnome-panel-menu-bar.menubar .menu { + font: regular; } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #C3C3C3; } + +PanelApplet .button:hover { + color: #dddddd; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #5491d6; } + +PanelApplet:hover { + color: #ffffff; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #5491d6; } + +WnckPager { + color: #626262; } + WnckPager:selected { + color: #5491d6; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #C3C3C3; + font: bold; } + +.xfce4-panel.panel { + background-color: #292929; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #C3C3C3; + background-color: rgba(41, 41, 41, 0); + border-radius: 0; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #434343; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #5491d6; + border: none; + background-color: #171717; } + +.floating-bar { + background-color: #5491d6; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #5491d6; + outline-color: transparent; } +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: #ded6d6; + border-color: #5491d6; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #5491d6; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(255, 255, 255, 0.05); + border: solid rgba(255, 255, 255, 0.07); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(218, 218, 218, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #DADADA; } + +.cs-header { + padding: 6px; + background-color: #353535; } + +#panel_window { + background-color: #292929; + color: #C3C3C3; + font: bold; + box-shadow: inset 0 -1px #171717; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #C3C3C3; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(195, 195, 195, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #DADADA; } + +#content_frame { + padding-bottom: 14px; + background-color: #383838; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame .button { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + #content_frame .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + #content_frame .button:active, #content_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #5491d6; } + #content_frame .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #2f2f2f; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #252525; } + +#buttonbox_frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + #buttonbox_frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5491d6; } + #buttonbox_frame .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +#login_window #user_combobox { + color: #DADADA; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #252525; } + +NemoWindow GtkEventBox { + background-color: #383838; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog .sidebar, +NautilusWindow .sidebar, +NemoWindow .sidebar { + border-right: 1px solid #282828; } +GtkFileChooserDialog .sidebar:dir(rtl), +NautilusWindow .sidebar:dir(rtl), +NemoWindow .sidebar:dir(rtl) { + border-left: 1px solid #282828; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + -gtk-icon-style: regular; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #353535; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #5491d6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #4f4f4f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #C3C3C3; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(195, 195, 195, 0.6); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(195, 195, 195, 0.15); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + color: transparent; } +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #353535; } +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #C3C3C3; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5491d6; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #353535; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #C3C3C3; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(195, 195, 195, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #5491d6; + color: #ffffff; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #C3C3C3; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #353535; } + +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #282828; } + +NautilusWindow NautilusWindowSlot { + background-color: #404040; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #353535; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #383838; } +GtkFileChooserDialog .dialog-action-box { + background-color: #383838; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #C3C3C3; + border-color: transparent; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: #0f0f0f; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #C3C3C3; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #252525; } +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #282828; } +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #292929; } + +.gedit-bottom-panel-paned { + background-color: #404040; } + +.gedit-document-panel { + background-color: #353535; } + .maximized .gedit-document-panel { + background-color: #353535; } + .gedit-document-panel .list-row { + color: #C3C3C3; } + .gedit-document-panel .list-row { + background-color: rgba(195, 195, 195, 0); + border: solid rgba(195, 195, 195, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(195, 195, 195, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(195, 195, 195, 0.15); } + .gedit-document-panel .list-row:active { + color: #ffffff; + background-color: #5491d6; + border: solid #5491d6; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #ffffff; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #ffffff; + background-color: #5491d6; + border: solid #5491d6; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #C3C3C3; } + +GeditFileBrowserWidget { + background-color: #353535; } + .maximized GeditFileBrowserWidget { + background-color: #353535; } + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #232323; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #C3C3C3; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #5491d6; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5491d6; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #C3C3C3; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.4)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #ffffff; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, #5491d6); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e9e9e9; + border: 1px solid rgba(0, 0, 0, 0.3); } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(233, 233, 233, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f6f6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #5491d6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #DADADA; +@define-color theme_text_color #DADADA; +@define-color theme_bg_color #383838; +@define-color theme_base_color #404040; +@define-color theme_selected_bg_color #5491d6; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #DADADA; +@define-color text_color #DADADA; +@define-color bg_color #383838; +@define-color base_color #404040; +@define-color selected_bg_color #5491d6; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #3d3d3d; +@define-color insensitive_fg_color alpha(#dadada, 0.5); +@define-color insensitive_base_color #404040; +@define-color theme_unfocused_fg_color #DADADA; +@define-color theme_unfocused_text_color #DADADA; +@define-color theme_unfocused_bg_color #383838; +@define-color theme_unfocused_base_color #404040; +@define-color borders #292929; +@define-color unfocused_borders #292929; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #404040; +@define-color wm_title alpha(#ded6d6, 0.8); +@define-color wm_unfocused_title alpha(#ded6d6, 0.5); +@define-color wm_bg #2f2f2f; +@define-color wm_bg_unfocused #333333; +@define-color wm_highlight #373737; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5491d6; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/gtk.css b/themes/Mint-Y-Darker-Havelock/gtk-3.0/gtk.css new file mode 100644 index 0000000..743ca3b --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/gtk-3.0/gtk.css @@ -0,0 +1,3777 @@ +* { + background-clip: padding-box; + -GtkToolButton-icon-spacing: 4; + -GtkTextView-error-underline-color: #FC4138; + -GtkCheckButton-indicator-size: 16; + -GtkCheckMenuItem-indicator-size: 16; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkToolItemGroup-expander-size: 11; + -GtkExpander-expander-size: 16; + -GtkTreeView-expander-size: 11; + -GtkTreeView-horizontal-separator: 4; + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; + -GtkWidget-link-color: #3077c7; + -GtkWidget-visited-link-color: #265e9e; + -GtkWidget-focus-padding: 2; + -GtkWidget-focus-line-width: 1; + -GtkWidget-text-handle-width: 20; + -GtkWidget-text-handle-height: 20; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 6; + -GtkStatusbar-shadow-type: none; + outline-color: rgba(74, 74, 74, 0.3); + outline-style: dashed; + outline-offset: -3px; + outline-width: 1px; + outline-radius: 2px; } + +.background { + color: #4a4a4a; + background-color: #F0F0F0; } + +*:insensitive { + -gtk-image-effect: dim; } + +.gtkstyle-fallback { + background-color: #F0F0F0; + color: #4a4a4a; } + .gtkstyle-fallback:prelight { + background-color: white; + color: #4a4a4a; } + .gtkstyle-fallback:active { + background-color: #d7d7d7; + color: #4a4a4a; } + .gtkstyle-fallback:insensitive { + background-color: #f9f9f9; + color: rgba(74, 74, 74, 0.55); } + .gtkstyle-fallback:selected { + background-color: #5491d6; + color: #ffffff; } + +.view { + color: #4a4a4a; + background-color: #ffffff; } + .view.dim-label, .view.label.separator, .header-bar .view.subtitle { + color: rgba(74, 74, 74, 0.55); } + .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { + color: rgba(255, 255, 255, 0.65); + text-shadow: none; } + +.rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { + border: 1px solid #3077c7; + background-color: rgba(48, 119, 199, 0.2); } + +.label.separator, .popover .label.separator, .sidebar .label.view.separator { + color: #4a4a4a; } +.label:insensitive { + color: rgba(74, 74, 74, 0.55); } + +.dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { + opacity: 0.55; } + +GtkAssistant .sidebar { + background-color: #ffffff; + border-top: 1px solid #d9d9d9; } + GtkAssistant .sidebar:dir(ltr) { + border-right: 1px solid #d9d9d9; } + GtkAssistant .sidebar:dir(rtl) { + border-left: 1px solid #d9d9d9; } +GtkAssistant.csd .sidebar { + border-top-style: none; } +GtkAssistant .sidebar .label { + padding: 6px 12px; } +GtkAssistant .sidebar .label.highlight { + background-color: #5491d6; + color: #ffffff; } + +GtkTextView { + background-color: #f8f8f8; } + +.grid-child { + padding: 3px; + border-radius: 3px; } + .grid-child:selected { + outline-offset: -2px; } + +.popover.osd, .osd { + color: #C3C3C3; + border: none; + background-color: #454545; + background-clip: padding-box; + outline-color: rgba(195, 195, 195, 0.3); + box-shadow: none; } + +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } +.spinner { + background-image: none; + background-color: blue; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + .spinner:active { + opacity: 1; + animation: spin 1s linear infinite; } + .spinner:active:insensitive { + opacity: 0.5; } + +.entry { + border: 1px solid; + padding: 5px 8px; + border-radius: 3px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + color: #4a4a4a; + border-color: #cfcfcf; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } + .entry.image.left { + padding-left: 0; } + .entry.image.right { + padding-right: 0; } + .entry.flat, .entry.flat:focus { + padding: 2px; + color: #4a4a4a; + border-color: #cfcfcf; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); + border: none; + border-radius: 0; } + .entry:focus { + background-clip: border-box; + color: #4a4a4a; + border-color: #5491d6; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } + .entry:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(255, 255, 255, 0.55); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } + .entry:selected, .entry:selected:focus { + background-color: #5491d6; + color: #ffffff; } + .entry.progressbar { + margin: 2px 12px; + border-radius: 0; + border-width: 0 0 2px; + border-color: #5491d6; + border-style: solid; + background-image: none; + background-color: transparent; + box-shadow: none; } + .entry.warning { + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #f7ae86); } + .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); + box-shadow: none; } + .entry.warning:selected, .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .entry.error { + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #fd8d88); } + .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); + box-shadow: none; } + .entry.error:selected, .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } + .entry.image { + color: #6e6e6e; } + .osd .entry { + color: #C3C3C3; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.4)); + background-color: transparent; } + .osd .entry.image, .osd .entry.image:hover { + color: inherit; } + .osd .entry:focus { + color: #ffffff; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, #5491d6); } + .osd .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.25)); } + +GtkSearchEntry.entry { + border-radius: 4px; } + +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5491d6), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5491d6), to(transparent)); } } +.button { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border: 1px solid; + border-radius: 3px; + padding: 5px 8px; + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .button.flat, .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(245, 245, 245, 0); + border-color: rgba(207, 207, 207, 0); + transition: none; } + .button.flat:hover, .sidebar-button.button:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 350ms; } + .button.flat:hover:active, .sidebar-button.button:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; + -gtk-image-effect: highlight; } + .button:active, .button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #5491d6; + transition-duration: 50ms; } + .button:active { + color: #4a4a4a; } + .button:active:hover, .button:checked { + color: #ffffff; } + .button.flat:insensitive, .sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; } + .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button:insensitive > GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(84, 145, 214, 0.75); + background-color: rgba(84, 145, 214, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + background-color: #454545; + border-color: #313131; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #5491d6; } + .button.osd:active, .button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5491d6; } + .button.osd:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + .osd .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); + border-radius: 0; + border-left-style: none; + border-right-style: none; } + .osd .button:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: none; } + .osd .button:first-child { + border-radius: 3px 0 0 3px; + border-left-style: solid; } + .osd .button:last-child { + border-radius: 0 3px 3px 0; + border-right-style: solid; } + .osd .button:last-child:dir(rtl) { + border-left-style: solid; } + .osd .button:only-child { + border-radius: 3px; + border-style: solid; } + .osd .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5491d6; } + .osd .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5491d6; } + .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(74, 74, 74, 0.55); } + .button.suggested-action:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(74, 74, 74, 0.55); } + .button.destructive-action:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5491d6), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 4px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 4px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .inline-toolbar GtkToolButton > .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #5491d6; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(84, 145, 214, 0.75); + background-color: rgba(84, 145, 214, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(207, 207, 207, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #5491d6; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry + .button, +.linked:not(.vertical):not(.pathbar) > .entry + .button:hover, +.linked:not(.vertical):not(.pathbar) > .entry + .button:active, +.linked:not(.vertical):not(.pathbar) > .entry + .button:checked, +.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive { + border-left-style: solid; } +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #5491d6; } +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .entry { + border-left-color: #5491d6; } +.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(207, 207, 207, 0.4); } + .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(207, 207, 207, 0.4); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(207, 207, 207, 0.3); } +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: #FC4138; } +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: #F27835; } +.linked.vertical > .entry.error + .entry.warning { + border-top-color: #FC4138; } +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #5491d6; } +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #F27835; } +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #FC4138; } +.linked.vertical > .entry + .button, +.linked.vertical > .entry + .button:hover, +.linked.vertical > .entry + .button:active, +.linked.vertical > .entry + .button:checked, +.linked.vertical > .entry + .button:insensitive { + border-top-style: solid; } +.linked.vertical > .entry:focus:not(:only-child) + .entry, +.linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #5491d6; } +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, +.linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #F27835; } +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, +.linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #FC4138; } +.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child), +.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: 0 -1px #cfcfcf; } +.linked.vertical > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked.vertical > .button:checked + .entry { + border-top-color: #5491d6; } +.linked.vertical > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover, +.header-bar .linked:not(.vertical).path-bar > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.primary-toolbar .linked:not(.vertical).path-bar > .button:active, +.header-bar .linked:not(.vertical).path-bar > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.primary-toolbar .linked:not(.vertical).path-bar > .button:checked, +.header-bar .linked:not(.vertical).path-bar > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, +.header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } +.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked { + border-top-style: none; } + .linked.vertical > .button:first-child { + border-top-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #e8e8e8; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #4a4a4a; } + +*:link, .button:link, .button:visited { + color: #3077c7; } + *:link:visited, .button:visited { + color: #265e9e; } + *:selected *:link:visited, *:selected .button:visited { + color: #bbd3ef; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #5491d6; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #eef4fb; } + *:link:active, .button:active:link, .button:active:visited { + color: #3077c7; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #dde9f7; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #dde9f7; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(217, 217, 217, 0.6); + border-style: none none none solid; + color: #535353; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(74, 74, 74, 0.55); } + .spinbutton .button:active { + background-color: #5491d6; + color: #ffffff; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #5491d6; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #5491d6; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #5491d6; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(74, 74, 74, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: 1px 0 #5491d6; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: -1px 0 #5491d6; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #F0F0F0; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(69, 69, 69, 0.9); } + +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar .inline-toolbar { + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #2f2f2f, #1d1d1d) 1 0 1 0; } + .primary-toolbar .label:insensitive, + .primary-toolbar .toolbar .label:insensitive, + .primary-toolbar .inline-toolbar .label:insensitive { + color: rgba(222, 214, 214, 0.55); } + +.inline-toolbar { + background-color: #e8e8e8; + border-style: solid; + border-color: #d9d9d9; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #F0F0F0; + border-style: solid; + border-color: #d9d9d9; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #e8e8e8; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #252525; + color: #ded6d6; + background-color: #2f2f2f; } + .csd .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #ffffff; + background-color: #5491d6; + border-color: #4486d2; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #5491d6; + color: rgba(255, 255, 255, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #5491d6; + outline-color: rgba(84, 145, 214, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(84, 145, 214, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #5491d6; } + .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #2f2f2f; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { + background-color: #2f2f2f; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 3px 3px 0 0; + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: inset 0 1px #373737; } + .csd .titlebar { + background-color: #2f2f2f; } + .titlebar:backdrop { + color: rgba(222, 214, 214, 0.7); + background-color: #333333; } + .csd .titlebar:backdrop { + background-color: #333333; } + .maximized .titlebar { + background-color: #2f2f2f; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #333333; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, +.primary-toolbar .toolbar .separator, +.primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(222, 214, 214, 0) 25%, rgba(222, 214, 214, 0.35) 25%, rgba(222, 214, 214, 0.35) 75%, rgba(222, 214, 214, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: #ded6d6; + border-color: #5491d6; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-clip: padding-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: rgba(222, 214, 214, 0.85); } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #5491d6; + color: #ffffff; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #5491d6; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #a45b33); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #aa3a34); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } +.primary-toolbar .button, .header-bar .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + outline-offset: -3px; + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5491d6; + background-clip: padding-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:insensitive > GtkLabel, + .primary-toolbar .toolbar .button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(84, 145, 214, 0.65); + background-color: rgba(84, 145, 214, 0.65); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + border-radius: 3px; + border-style: solid; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover, + .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active, + .header-bar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked, + .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5491d6; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +.primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, +.primary-toolbar .button.suggested-action:backdrop, +.header-bar .button.suggested-action:backdrop { + opacity: 0.8; } +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, +.primary-toolbar .button.destructive-action:backdrop, +.header-bar .button.destructive-action:backdrop { + opacity: 0.8; } +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #ffffff; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(255, 255, 255, 0.4); } +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: #ded6d6; } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(222, 214, 214, 0.25); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(222, 214, 214, 0.7); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(222, 214, 214, 0.4); } +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: #ded6d6; + border-color: #5491d6; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.4)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.3)); } +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, #494949); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, #555555); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #5491d6); + border-color: #5491d6; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #414141); + border-color: rgba(16, 16, 16, 0.7); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(74, 74, 74, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #aac8eb; + border-top-color: rgba(74, 74, 74, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(74, 74, 74, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #98bde6; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #4f6e90; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #a5a5a5; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #4a4a4a; } + GtkTreeView.view.expander:selected { + color: #ccdef3; } + GtkTreeView.view.expander:selected:hover { + color: #ffffff; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #ffffff; + border-radius: 3px; + background-image: linear-gradient(to bottom, #5491d6); } + GtkTreeView.view.progressbar:selected { + color: #5491d6; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #4a4a4a; + background-image: linear-gradient(to bottom, #cfcfcf); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #6e6e6e; + background-color: #ededed; } + column-header .button:hover { + color: #5491d6; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #4a4a4a; + transition: none; } +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #5491d6; + box-shadow: inset 1px 1px 0 1px #5491d6, inset -1px 0 0 1px #5491d6, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + +column-header .button, column-header .button:hover, column-header .button:active { + font-weight: bold; + padding: 3px 6px; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #d9d9d9; + /*border-image: linear-gradient(to bottom, + transparentize(if($variant == 'light', black, white), 1) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 80%, + transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ } + column-header .button:active, column-header .button:hover { + background-color: whitesmoke; } + column-header .button:active:hover { + color: #4a4a4a; } + column-header .button:insensitive { + border-color: #F0F0F0; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #2f2f2f; + color: #ded6d6; } + .menubar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + .menubar > .menuitem:hover { + background-color: #5491d6; + color: #ffffff; } + .menubar > .menuitem:insensitive { + color: rgba(222, 214, 214, 0.4); + border-color: transparent; } + +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #ffffff; + border: 1px solid #d9d9d9; } + .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + .menu .menuitem { + padding: 5px; } + .menu .menuitem:hover { + color: #4a4a4a; + background-color: rgba(0, 0, 0, 0.05); + border: solid rgba(0, 0, 0, 0.12); + border-width: 1px 0 1px 0; } + .menu .menuitem:insensitive { + color: rgba(74, 74, 74, 0.55); } + .menu .menuitem.separator { + color: rgba(255, 255, 255, 0); } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #ededed; } + .menu.button.bottom { + border-top: 1px solid #ededed; } + .menu.button:hover { + background-color: #ededed; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #cccccc; + border-radius: 3px; + background-clip: border-box; + background-color: #ffffff; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(255, 255, 255, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #ffffff; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #d9d9d9; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #F0F0F0; } + .notebook.header.frame { + border: 0px solid #d9d9d9; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #d9d9d9; } + .notebook.header.bottom { + box-shadow: inset 0 1px #d9d9d9; } + .notebook.header.right { + box-shadow: inset 1px 0 #d9d9d9; } + .notebook.header.left { + box-shadow: inset -1px 0 #d9d9d9; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #ffffff, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #ffffff, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #ffffff; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(74, 74, 74, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(74, 74, 74, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #4a4a4a; } + .notebook tab .button { + padding: 0; + color: #848484; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #5491d6; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(74, 74, 74, 0.55); } + .notebook.arrow:hover { + color: rgba(74, 74, 74, 0.775); } + .notebook.arrow:active { + color: #4a4a4a; } + .notebook.arrow:insensitive { + color: rgba(74, 74, 74, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: #7c7c7c; + border: 1px solid rgba(255, 255, 255, 0.6); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #fcfcfc; + border: 1px none #d9d9d9; } + .scrollbar .slider { + background-color: #aeaeae; } + .scrollbar .slider:hover { + background-color: #bebebe; } + .scrollbar .slider:prelight:active { + background-color: #5491d6; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #d9d9d9 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #fcfcfc; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough, +.primary-toolbar .toolbar GtkSwitch.trough, +.primary-toolbar .inline-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active, +.primary-toolbar .toolbar GtkSwitch.trough:active, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(74, 74, 74, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, whitesmoke); + border: 1px solid rgba(143, 143, 143, 0.5); + border-radius: 50%; + box-shadow: none; } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #f8f8f8); + border-color: rgba(143, 143, 143, 0.3); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #5491d6); + border-color: #5491d6; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #454545); + border-color: #5491d6; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #5491d6); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #3077c7); + border-color: #3077c7; } + .list-row:selected .scale.slider, GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #e5eff9); + border-color: #e5eff9; } + .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #aac8eb); + border-color: #aac8eb; } + .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #b2ceed); + border-color: #b2ceed; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #cfcfcf); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #5491d6); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(84, 145, 214, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(207, 207, 207, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #575757); + outline-color: rgba(195, 195, 195, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #5491d6); } + .list-row:selected .scale.trough, GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #b2ceed); } + .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(74, 74, 74, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #5491d6; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #5491d6; } + .list-row:selected .progressbar, GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #5491d6; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #cfcfcf; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } +.level-bar.fill-block { + border: 1px solid #5491d6; + background-color: #5491d6; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: rgba(74, 74, 74, 0.2); + border-color: rgba(74, 74, 74, 0.2); } + +.frame { + border: 1px solid #d9d9d9; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #ffffff; + border-color: #d9d9d9; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(0, 0, 0, 0.03); } +.list-row.activatable:active { + color: #4a4a4a; } +.list-row.activatable:selected:active { + color: #ffffff; } +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #4c83c1; } +.list-row.activatable:selected:insensitive { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(84, 145, 214, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #C3C3C3; + background-color: #454545; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #2c2c2c; } + .app-notification .button, + .app-notification.frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(84, 145, 214, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5491d6; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: #979797; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #4a4a4a; + border: 1px solid #d9d9d9; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #5491d6; + color: #ffffff; + border-radius: 1.5px; } + GtkCalendar.header { + color: #4a4a4a; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(74, 74, 74, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #4a4a4a; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(74, 74, 74, 0.55); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #4a4a4a; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #2f2f2f; + border-bottom: 1px solid #1d1d1d; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +GtkFileChooserDialog .search-bar { + background-color: #F0F0F0; + border-color: #d9d9d9; + box-shadow: none; } +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #d9d9d9; } + +.sidebar, .sidebar .view { + border: none; + background-color: #F0F0F0; } + +GtkSidebarRow.list-row { + padding: 0px; } +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #5491d6; } +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #d7d7d7; } +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(74, 74, 74, 0.8); + border-width: 0; + border-style: solid; } +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #d9d9d9; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-repeat: no-repeat; + background-position: center; } + GtkPaned.wide.vertical .pane-separator { + color: #4a4a4a; + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-repeat: no-repeat; + background-position: center; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #5491d6; + color: #ffffff; } + +.warning, +.error { + background-color: #F04A50; } + +.list-row:selected .button, GtkInfoBar .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #5491d6; + outline-color: rgba(84, 145, 214, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(84, 145, 214, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } + +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } +GtkColorSwatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + GtkColorSwatch#add-color-button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #ffffff; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(84, 145, 214, 0.2)), to(rgba(84, 145, 214, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(84, 145, 214, 0.2)), to(rgba(84, 145, 214, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(84, 145, 214, 0.2)), to(rgba(84, 145, 214, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(84, 145, 214, 0.2)), to(rgba(84, 145, 214, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } +.undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } +.undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } +.undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +.window-frame { + border-radius: 3px 3px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px #1d1d1d, 0 8px 8px 0 rgba(0, 0, 0, 0.2); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 3px 3px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #2f2f2f; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding: 8px 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(47, 47, 47, 0); } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5491d6; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.close, + .titlebar .button.titlebutton.maximize, + .titlebar .button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } + .header-bar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.close:hover, + .titlebar .button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } + .header-bar .button.titlebutton.close:active, + .titlebar .button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max-dark.png"), url("assets/titlebutton-max-dark@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop-dark.png"), url("assets/titlebutton-max-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover-dark.png"), url("assets/titlebutton-max-hover-dark@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active-dark.png"), url("assets/titlebutton-max-active-dark@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min-dark.png"), url("assets/titlebutton-min-dark@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop-dark.png"), url("assets/titlebutton-min-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover-dark.png"), url("assets/titlebutton-min-hover-dark@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active-dark.png"), url("assets/titlebutton-min-active-dark@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #5491d6; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #252525, inset 0 -1px #d9d9d9; } + +GtkHTML { + background-color: #ffffff; + color: #4a4a4a; } + GtkHTML:active { + color: #ffffff; + background-color: #5491d6; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalScreen { + -TerminalScreen-background-darkness: 0.9; + background-color: #3f3f3f; + color: #fff; } + +TerminalScreenContainer .scrollbar:not(.slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #848484; } + TerminalWindow .notebook tab .button:hover { + color: #4a4a4a; + border-color: #cfcfcf; + background-color: whitesmoke; } +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #5491d6; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #4a4a4a; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #9d9d9d; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #dde9f7; } + +NautilusNotebook.notebook { + background-color: #ffffff; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #ffffff; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(74, 74, 74, 0.5); + border-color: rgba(49, 49, 49, 0.5); } + .disk-space-display.used { + background-color: rgba(84, 145, 214, 0.8); + border-color: rgba(48, 119, 199, 0.8); } + .disk-space-display.free { + background-color: #e8e8e8; + border-color: #cfcfcf; } + +NautilusListView .view { + border-bottom: 1px solid #d9d9d9; } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; + -NemoPlacesTreeView-disk-full-fg-color: #3077c7; } + +NemoWindow EelEditableLabel.entry { + transition: none; } +NemoWindow .sidebar .frame { + border-width: 0; } +NemoWindow .sidebar .cell { + padding: 0 2px; } +NemoWindow .sidebar .scrollbar.vertical .trough { + background-color: transparent; } +NemoWindow .sidebar .scrollbar.vertical .slider { + background-color: #aeaeae; } + NemoWindow .sidebar .scrollbar.vertical .slider:hover { + background-color: #cfcfcf; } +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #d9d9d9; } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5491d6; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } + +.gedit-headerbar-paned { + color: #252525; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #ffffff; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #ffffff; + background-color: #5491d6; } + +.open-document-selector-name-label { + color: #4a4a4a; } + +.open-document-selector-path-label { + color: #a5a5a5; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } +.gedit-document-panel .prelight-row .button { + color: #848484; } +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #ffffff; } +.gedit-document-panel .prelight-row .button:active { + color: #4a4a4a; } + +.gedit-document-panel-dragged-row { + border: 1px solid #d9d9d9; + background-color: #d7d7d7; + color: #4a4a4a; } + +GeditStatusbar { + border-top: 1px solid #d9d9d9; + background-color: #F0F0F0; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #d9d9d9; } + +.gedit-search-entry-occurrences-tag { + color: rgba(74, 74, 74, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: whitesmoke; + padding: 6px; + border-color: #d9d9d9; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #4a4a4a; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: #ded6d6; + border-color: #5491d6; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: #ded6d6; + border-color: #5491d6; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #ffffff; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #F0F0F0; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #C3C3C3; + background-image: none; + background-color: #454545; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #ffffff; + color: #4a4a4a; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #ffffff; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #4a4a4a; } + +.xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(141, 141, 141, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive { + color: rgba(222, 214, 214, 0.6); } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #5491d6; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(74, 74, 74, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #a6c6ea; } + +.documents-entry-tag { + background-color: #5491d6; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #ffffff; + background-color: #649cda; } + .documents-entry-tag:active { + color: #ffffff; + background-color: #4486d2; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(255, 255, 255, 0.7); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #5491d6; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #C3C3C3; + background-image: linear-gradient(to bottom, #393939); } + +.gnome-panel-menu-bar.menubar { + color: #C3C3C3; + font: bold; } + +.gnome-panel-menu-bar.menubar .menu { + font: regular; } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #C3C3C3; } + +PanelApplet .button:hover { + color: #dddddd; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #5491d6; } + +PanelApplet:hover { + color: #ffffff; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #5491d6; } + +WnckPager { + color: #626262; } + WnckPager:selected { + color: #5491d6; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #C3C3C3; + font: bold; } + +.xfce4-panel.panel { + background-color: #393939; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #C3C3C3; + background-color: rgba(57, 57, 57, 0); + border-radius: 0; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #535353; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #5491d6; + border: none; + background-color: #272727; } + +.floating-bar { + background-color: #5491d6; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #5491d6; + outline-color: transparent; } +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: #ded6d6; + border-color: #5491d6; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #5491d6; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(0, 0, 0, 0.04); + border: solid rgba(0, 0, 0, 0.08); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(74, 74, 74, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #4a4a4a; } + +.cs-header { + padding: 6px; + background-color: #ededed; } + +#panel_window { + background-color: #393939; + color: #C3C3C3; + font: bold; + box-shadow: inset 0 -1px #272727; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #C3C3C3; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(195, 195, 195, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #4a4a4a; } + +#content_frame { + padding-bottom: 14px; + background-color: #F0F0F0; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame .button { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + #content_frame .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + #content_frame .button:active, #content_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #5491d6; } + #content_frame .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #454545; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #454545; } + +#buttonbox_frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + #buttonbox_frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5491d6; } + #buttonbox_frame .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +#login_window #user_combobox { + color: #4a4a4a; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #252525; } + +NemoWindow GtkEventBox { + background-color: #F0F0F0; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + -gtk-icon-style: regular; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #454545; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #5491d6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #5f5f5f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #C3C3C3; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(195, 195, 195, 0.6); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(195, 195, 195, 0.15); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + color: transparent; } +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #454545; } +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #C3C3C3; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5491d6; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #454545; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #C3C3C3; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(195, 195, 195, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #5491d6; + color: #ffffff; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #C3C3C3; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #454545; } + +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #454545; } + +NautilusWindow NautilusWindowSlot { + background-color: #ffffff; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #454545; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #F0F0F0; } +GtkFileChooserDialog .dialog-action-box { + background-color: #F0F0F0; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #C3C3C3; + border-color: transparent; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: #333333; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #C3C3C3; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #252525; } +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #454545; } +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #d9d9d9; } + +.gedit-bottom-panel-paned { + background-color: #ffffff; } + +.gedit-document-panel { + background-color: #454545; } + .maximized .gedit-document-panel { + background-color: #454545; } + .gedit-document-panel .list-row { + color: #C3C3C3; } + .gedit-document-panel .list-row { + background-color: rgba(195, 195, 195, 0); + border: solid rgba(195, 195, 195, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(195, 195, 195, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(195, 195, 195, 0.15); } + .gedit-document-panel .list-row:active { + color: #ffffff; + background-color: #5491d6; + border: solid #5491d6; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #ffffff; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #ffffff; + background-color: #5491d6; + border: solid #5491d6; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #C3C3C3; } + +GeditFileBrowserWidget { + background-color: #454545; } + .maximized GeditFileBrowserWidget { + background-color: #454545; } + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #333333; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #C3C3C3; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #5491d6; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5491d6; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #C3C3C3; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.4)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #ffffff; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, #5491d6); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e9e9e9; + border: 1px solid rgba(0, 0, 0, 0.3); } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(233, 233, 233, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f6f6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #5491d6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #4a4a4a; +@define-color theme_text_color #4a4a4a; +@define-color theme_bg_color #F0F0F0; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5491d6; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #4a4a4a; +@define-color text_color #4a4a4a; +@define-color bg_color #F0F0F0; +@define-color base_color #ffffff; +@define-color selected_bg_color #5491d6; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #f9f9f9; +@define-color insensitive_fg_color alpha(#4a4a4a, 0.5); +@define-color insensitive_base_color #ffffff; +@define-color theme_unfocused_fg_color #4a4a4a; +@define-color theme_unfocused_text_color #4a4a4a; +@define-color theme_unfocused_bg_color #F0F0F0; +@define-color theme_unfocused_base_color #ffffff; +@define-color borders #d9d9d9; +@define-color unfocused_borders #d9d9d9; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #ffffff; +@define-color wm_title alpha(#ded6d6, 0.8); +@define-color wm_unfocused_title alpha(#ded6d6, 0.5); +@define-color wm_bg #2f2f2f; +@define-color wm_bg_unfocused #333333; +@define-color wm_highlight #373737; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5491d6; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/themes/Mint-Y-Darker-Havelock/gtk-3.0/thumbnail.png b/themes/Mint-Y-Darker-Havelock/gtk-3.0/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..11a2f6ac738610bf27787374bc33d333cbeac000 GIT binary patch literal 1529 zcmZ8fX;4#F6n-K~L8(F=T#8~9nNdKNK`IQjqJTh1Sc5!}B_<#dNR&jjkr5(LAc%q@ z5*}DV6j0oeNWdcdk|>a{#0COX!jkQUyr<&=_Sybw@65gDoIB^c-~G-xd47arh6dXV z001!b@^lNpYznq_f43StW3`7wn9)7uigyKo$CuZAA+5pUon+4dJOHFw06<0-0DQu( zGUfr`oGkz>Mgf5H4FK4D25R<q0RWvlem+6&Fbu2J>dDE;!NI{dZ{7%nLWx8o7K=3+ z4T_@U<Kx4_!=q9`^~+oi_xzaj^}KwxL-?$|y{Mu&v%bB!Q~0d<Wu9=Nx3W32lE)HG z^l`Z9C_D;9d4F5DK+?J5CW#tFmu9-T12SzB|JJ-*29ZN^2b3s^!1E)G*`ROY(-|$6 zGEqmPLSwK@Ik~d3+%j0(DQZ;ou#S^BBQT20Hqrwbtqa(v<gb#0;u{8e`4l|H5I`h` zCl+K-h>;gN77>N;eh&3G9)}}<w8DRgQF(h>7_+jRMT;Rvf?#ykL$MmY*>VwTzEH`_ zoK;SI{rVO8ps8&ytZOgg3aXm~RZDVlQ%(e_h_67=_=nS4)$76t3aWaIDEbOcfES*M zRfu+R=uTpAG&BOI;Jrzu{6z#sRYHhNJm0o}xwl%g<(gUK15BV6x6Lf62J%89ONOyB zpo-pXkW@AT%iB`|PF9Y=D5~tu0;zW;ODL*Am5L?VoJx9=$I_~%2W~TiqlyJe^i^`; zVp~!m^_~<<LgA6}lVDDt5_=&i?!lC{FFQ20MpDz3zl5rg`Q}7Fa+O$v$ePXsCi3PH z6#45(f<H70s|4(@$ZJDtv?mM1Dw-1XP1%F)>&q)&R#sLTx~_GJ8WHt7{%wXok=22T zP!8mR;e~yeGDJ0YmxlA!!ebTW;ItR-v?zkWV~Fz2H4>QqcwG6d8a0VT3P%LjbzE7H z%ZM=-s`}=zmSUQuP5D&tcsPj?n{>JCd;}e1MVF+FStNqD517uA!91B(HU5+x5BmDx zd_mf!#<wa26;1Y!O}(z~C|0RdQmIt7ZxO;qdDThWF}Gj?!-YI7&|`Yx-Swt)zu&Oc zQfrg^44Y_6FE`hqkPdRxmduQzyt3?ow*GF<<}M$FDRfQ8W530)bxic_@dyIpdm856 zVzok$Rkg|GE$q~kk5d_?W?j2hx&A~V8Tqez8&W{AF}u0tN$ZU9Mpv)BoDlwRI#-k> zIr`qX=|>?R!308tt5G*GAb1to*!p^q`{R(qI@6|J2TV=w#l@bc%IA-~Nc*%l%7@cc zoa52mYqD;aUY0(A?c{_P@U5*H4mKpjD;3*KD-_$I@Dme~UtC&S($6n{S*@c9G2O)P z*=)ScWJhNFS@YiZS{RPqXwCX_=EgWTCAUjI&ucBzcNi+>T(2xDo2{t0T3#CImn)p9 zf@gNswtAXeJnHOXbzj#FH&sY}F>Ft8U=LXCbGla_cUr#a^y9X2&e>2?k@4u;wU0NK zb}6~(k|FVk;d8DY?JPa=*SV~`s}{ax{bJh$XBzus41fK_x9lCFq3J#Kx-1T3RN=&! z6U?1>v@uq*>-R49!Ob>cKiC+bs?0CZwUUK3rU^n3g?T>29i4ujvYd0N+>tJBPWW7y zRl!SAi`R92es6X#Wga%7x0`6Uhi4aEUSn?b{<&Gl4?R7;kjuGGd@*Cr=0pqgV?S}{ z%cSLQL0FS|BiZh`j+=phhNOmGw08~4_#DpJRQAQwkv(y=&Rpc9!g)#}lM5V6boHY| zGt+dtpJ$b+Q9MowlU+7$<`-|Xd+aFIZpz6TuDTQNu_0#D`eXp`ikn2&%ahpHB<*3k zhcGE5X0$UoF&Z;~y{(<2wXK7-okNhFqqF@1XFEqrTRUf4TZ<h<IsXA9&?(fI)c*q< zoE_}{1?cXNWnh4<-xvbvG0bFAVl;4yMo);gW?*E|G)63)sb2lZAuI{-awoVwI1<JB E8;BD)!vFvP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Havelock/index.theme b/themes/Mint-Y-Darker-Havelock/index.theme new file mode 100644 index 0000000..7dd3424 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Mint-Y-Darker-Havelock +Comment=A flat theme with transparent elements and dark menu and titlebars +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Mint-Y-Darker-Havelock +MetacityTheme=Mint-Y-Darker-Havelock +IconTheme=Mint-Y +CursorTheme=DMZ-Black +ButtonLayout=menu:minimize,maximize,close diff --git a/themes/Mint-Y-Darker-Havelock/xfce-notify-4.0/gtkrc b/themes/Mint-Y-Darker-Havelock/xfce-notify-4.0/gtkrc new file mode 100644 index 0000000..aa8a02c --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfce-notify-4.0/gtkrc @@ -0,0 +1,72 @@ +style "notify-window" { + XfceNotifyWindow::summary-bold = 1 + XfceNotifyWindow::border-color = "#17191F" + XfceNotifyWindow::border-color-hover = "#17191F" + XfceNotifyWindow::border-radius = 3.0 + XfceNotifyWindow::border-width = 1.0 + XfceNotifyWindow::border-width-hover = 1.0 + + bg[NORMAL] = "#292C36" +} + +style "notify-button" { + bg[NORMAL] = "#434652" + bg[PRELIGHT] = "#5C6070" + bg[ACTIVE] = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#ffffff" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + roundness = 2 + textstyle = 0 + } +} + +style "notify-text" { + GtkWidget::link-color = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#BAC3CF" + + engine "murrine" { + textstyle = 0 + } +} + +style "notify-summary" { + font_name = "Bold" +} + +style "notify-progressbar" { + GtkProgressBar::min-horizontal-bar-height = 4 + + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = "#000000" + bg[NORMAL] = "#5294E2" + bg[ACTIVE] = "#1D1F26" + bg[SELECTED] = "#5294E2" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + trough_shades = { 1.0, 1.0 } + trough_border_shades = { 1.0, 1.0 } + progressbarstyle = 0 + roundness = 2 + textstyle = 0 + } +} + +class "XfceNotifyWindow" style "notify-window" +widget "XfceNotifyWindow.*.summary" style "notify-summary" +widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button" +widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text" +widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar" +widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar" diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/bottom-active.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..938416f --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/bottom-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"1 3 2 1", +" c None", +". c #2F2F2F", +".", +".", +"."}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/bottom-inactive.xpm new file mode 120000 index 0000000..9f10639 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..1e2652f --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/bottom-left-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 0000000..d70de34 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..f08c031 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/bottom-right-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 0000000..d234cea --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/close-active.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/close-active.xpm new file mode 100644 index 0000000..864b7b7 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/close-active.xpm @@ -0,0 +1,66 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 36 1 ", +" c #2F2F2F", +". c gray19", +"X c #313230", +"o c #373737", +"O c #383B36", +"+ c #3D3F3B", +"@ c #3E403C", +"# c #3E413C", +"$ c #535D49", +"% c #56624B", +"& c #58634C", +"* c #59654E", +"= c #5F6D52", +"- c #606E52", +"; c #61675A", +": c #62685B", +"> c #627054", +", c #647355", +"< c #657456", +"1 c #677757", +"2 c #737A6B", +"3 c #747B6C", +"4 c #80827F", +"5 c #81857C", +"6 c #82847F", +"7 c #8B987E", +"8 c #8B987F", +"9 c #94AC7D", +"0 c #95AC7D", +"q c #96AE7D", +"w c #95B178", +"e c #99B77B", +"r c #99B67D", +"t c #9AB87C", +"y c #818280", +"u c #838680", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" . ", +" #35y453# ", +" :u70rr075:. ", +" :u0rttttt05: ", +" O#50twttttwt0u@ ", +" X3utt.*te*.tt72 ", +" 59rt< %* >et05 ", +" 5tttt> -teer4 ", +" 5rree&. $ertr4 ", +" .50re* << *et05 ", +" .37ttO1tt<Oet72 ", +" .#50tttttttt04+ ", +" :50ttttte05: ", +" :470rr074:. ", +" #25u453@. ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/close-inactive.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..0e4e39d --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/close-inactive.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *close_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c gray22", +"O c #3E3E3E", +"+ c #515151", +"@ c #555555", +"# c #585858", +"$ c #5F5F5F", +"% c #606060", +"& c #646464", +"* c #727272", +"= c gray51", +"- c #888888", +"; c gray56", +": c #909090", +"> c gray58", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" .X X.. ", +" O**==**O ", +" %=-:>>:-=% ", +" %=:>>>>>>;=% ", +" +=:>:>>>>:>:=O ", +" *->>.#:>#.>>-* ", +" *:>>%.@@ $:>:* ", +" =:>>>$ $>>>>- ", +" .=>>>>+. +:>>>= ", +" X*:>>@.&%.@>>:= ", +" *->>o&>>&o>:-* ", +" O=:>>>>>>>>;=O ", +" $=;>>>>>>:=% ", +" $=-;:>:-=$ ", +" O**==**O ", +" ..X . X. ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/close-prelight.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..c319b10 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/close-prelight.xpm @@ -0,0 +1,68 @@ +/* XPM */ +static char *close_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 38 1 ", +" c #2F2F2F", +". c #303130", +"X c #313230", +"o c #373737", +"O c #383C34", +"+ c #3E413B", +"@ c #3E423B", +"# c #536244", +"$ c #576846", +"% c #586847", +"& c #5B6D49", +"* c #5F734C", +"= c #60754C", +"- c #62774D", +"; c #647A4E", +": c #657B4F", +"> c #616A56", +", c #626B58", +"< c #626C58", +"1 c #677E50", +"2 c #737E68", +"3 c #747E69", +"4 c #747F69", +"5 c #81877A", +"6 c #80827F", +"7 c #82857E", +"8 c #82877E", +"9 c #81887A", +"0 c #83887E", +"q c #8B9E78", +"w c #8B9E79", +"e c #94BD6B", +"r c #94B772", +"t c #95B772", +"y c #95B971", +"u c #96BA72", +"i c #99C36F", +"p c #9AC66E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @496654@ ", +" <7qtiitq7, ", +" <0yppppppy7, ", +" .+7ypeppppepy7@ ", +" 3qppX%pp&Xppq3 ", +" 9rpp; %% *ppt5 ", +" .6ippp- *pppp6 ", +" 7ippp$. #ipii0. ", +" 9rpp% ;;X$pir7. ", +" 3qppO1pp1Opiq3 ", +" +7yppppppppy0O ", +" >0yppppppy0< ", +" ,7qriitq0> ", +" @396653O ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/close-pressed.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..b15992a --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/close-pressed.xpm @@ -0,0 +1,69 @@ +/* XPM */ +static char *close_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 39 1 ", +" c #2F2F2F", +". c gray19", +"X c #303130", +"o c #373737", +"O c #353832", +"+ c #3A3D37", +"@ c #3B3E39", +"# c #3C3D39", +"$ c #46523A", +"% c #49553B", +"& c #4A573C", +"* c #4B593D", +"= c #4F5E3E", +"- c #50603F", +"; c #585F50", +": c #526340", +"> c #536541", +", c #5A6152", +"< c #6A7261", +"1 c #6A7361", +"2 c #6A7362", +"3 c #70904F", +"4 c #739551", +"5 c #749651", +"6 c #759553", +"7 c #759554", +"8 c #759654", +"9 c #76925A", +"0 c #77925A", +"q c #77915C", +"w c #77925C", +"e c #7B896C", +"r c #7B8A6C", +"t c #7B8075", +"y c #7B8176", +"u c #7F827B", +"i c #7F817C", +"p c #7F807D", +"a c #7F817E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @2tppt2@ ", +" ,prw889ep; ", +" ,u05555559p; ", +" ... $a854555535wu$ ", +" ... 2r84 *35*X58r< ", +" .. <w84-X%%X-5882 ", +" ..op8855- =558wa ", +" 2w855%X $4458a ", +" Xtw85%X-> &559yX ", +" 2r55O>55>O53e2 ", +" @p9555555559u+ ", +" ;2w555558wp, ", +" o,atq77qtp; ", +" ..o.#<p<222# ", +" .....o oooo ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/hide-active.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/hide-active.xpm new file mode 100644 index 0000000..79239a2 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/hide-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c #909090", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/hide-inactive.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..0bfa3d3 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/hide-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c gray40", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/hide-prelight.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/hide-prelight.xpm new file mode 100644 index 0000000..f1078f4 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/hide-prelight.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *hide_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXX.+$$$$$$$$$$+.XXXXX", +"XXXXX.#$$%%%%%%$## XXXXX", +"XXXXX.##$%%%%%%$$# XXXXX", +"XXXXX.+#$$$$$$$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/hide-pressed.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/hide-pressed.xpm new file mode 100644 index 0000000..9ad9302 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/hide-pressed.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *hide_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$==========$+.....", +".....o&==========%o.....", +"..... *==------=== .....", +"..... *==------==* .....", +".....o&==========%o.....", +".....+$==========$+.....", +".....o.&========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+o o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/left-active.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/left-active.xpm new file mode 100644 index 0000000..2103096 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/left-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/left-inactive.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/left-inactive.xpm new file mode 120000 index 0000000..ebcf490 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/maximize-active.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..3ee3f0b --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/maximize-active.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c gray43", +"O c #717171", +"+ c #747474", +"@ c gray49", +"# c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ... ", +" .O##@ ", +" ...O## ", +" .+...o# ", +" .#+. .o ", +" .##O... ", +" .@##O.. ", +" .. . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/maximize-inactive.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/maximize-inactive.xpm new file mode 100644 index 0000000..40dd986 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/maximize-inactive.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #535353", +"O c #565656", +"+ c #5B5B5B", +"@ c gray36", +"# c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" O##+ ", +" . .o## ", +" .O.. o# ", +" .#O. o ", +" .##o. . ", +" @##O. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/maximize-prelight.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/maximize-prelight.xpm new file mode 100644 index 0000000..b04d285 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/maximize-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *maximize_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #9A9A9A", +"* c #9D9D9D", +"= c #A0A0A0", +"- c #AEAEAE", +"; c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$%*;;-$#OoXXXXX", +"XXXXX.+$$$$%*;;$$+.XXXXX", +"XXXXX.##$=%$$*;$## XXXXX", +"XXXXX ##$;=%$$*$$# XXXXX", +"XXXXo.+#$;;*$$$$#+XXXXXX", +"XXXXXoO$$-;;*%$$#OoXXXXX", +"XXXXooX@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/maximize-pressed.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..2bf4b7f --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/maximize-pressed.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *maximize_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c #979797", +"; c #DADADA", +": c #DDDDDD", +"> c gray88", +", c #EAEAEA", +"< c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$====:<<,==$+.....", +".....o&===--:<<==%o.....", +"..... *==:-==;<=== .....", +"..... *==<>===:==* .....", +"....XO&=-<<;-====%o.....", +".....O#*=,<<:====$+.....", +".....o.*========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+O o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/menu-active.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/menu-active.xpm new file mode 100644 index 0000000..8bce888 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/menu-active.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #494949", +"O c gray33", +"+ c #5D5D5D", +"@ c #747474", +"# c #777777", +"$ c gray53", +"% c gray56", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+. +%+ ", +" O%%##%%O ", +" o$%%$o ", +" X##X ", +" . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..b0e1be3 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/menu-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #3E3E3E", +"O c #444444", +"+ c #494949", +"@ c #565656", +"# c #585858", +"$ c gray38", +"% c #656565", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+..+%+ ", +" O%%##%%O ", +" o$%%#O ", +" X@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/menu-prelight.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/menu-prelight.xpm new file mode 100644 index 0000000..51e419f --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/menu-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *menu_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #515151", +"& c #565656", +"* c #585858", +"= c #6C6C6C", +"- c gray48", +"; c #868686", +": c #A4A4A4", +"> c #B9B9B9", +", c #C3C3C3", +"< c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$%$$$$%$#OoXXXXX", +"XXXXX.+$;,;$$;,;$+.XXXXX", +"XXXXX.#$-,,::,,-## XXXXX", +"XXXXX #$$=><<>=$$# XXXXX", +"XXXXo.+#$$&::*$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..31c747f --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/menu-pressed.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *menu_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #565656", +"# c #7B7B7B", +"$ c gray50", +"% c #8E8E8E", +"& c gray58", +"* c #959595", +"= c gray62", +"- c #B1B1B1", +"; c gray74", +": c #C8C8C8", +"> c gray88", +", c gray89", +"< c gray96", +"1 c gray99", +"2 c #FEFEFE", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.@#%&#@.+.......", +"......+X$&&&&&&$X+......", +".....o.$&&&&&&&&$.o.....", +".....+@&&&&&&&&&&@+.....", +".....o$&:2:&&:2:&$O.....", +"..... %&;22,,22;&% .....", +"..... %&&-<22<-&&% .....", +".....o$&&&=,,=&&&#O.....", +".....+@%&&&&&&&&&@+.....", +".....o %&&&&&&&&$.o.....", +"......+X$&&&&&&$X+......", +".......+.@#%%#@.+.......", +"........o+o o+o........", +"..........X.............", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/right-active.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/right-active.xpm new file mode 100644 index 0000000..e8e87a9 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/right-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/right-inactive.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/right-inactive.xpm new file mode 120000 index 0000000..6734f48 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/shade-active.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/shade-active.xpm new file mode 100644 index 0000000..cf88acf --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/shade-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #606060", +"@ c #6F6F6F", +"# c #727272", +"$ c gray49", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X@#X ", +" o%*&%o ", +" O&****&O ", +" +&+**@*O ", +" .X ** X. ", +" ** ", +" ** ", +" .$$ ", +" .. ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..4826696 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/shade-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *shade_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #323232", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #535353", +"$ c #555555", +"% c #5B5B5B", +"& c gray36", +"* c #606060", +"= c #656565", +"- c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X$$X ", +" o*==%o ", +" O======O ", +" +=@==+=+ ", +" ...==... ", +" ==. ", +" == ", +" %% ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/shade-prelight.xpm new file mode 100644 index 0000000..58b0ad4 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/shade-prelight.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *shade_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #565656", +"* c #686868", +"= c gray46", +"- c #898989", +"; c gray55", +": c #9B9B9B", +"> c #9F9F9F", +", c gray68", +"< c #B6B6B6", +"1 c #C3C3C3", +"2 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$%:>%$$@.oXXXXX", +"XXXXXoO$$*<22<*$#OoXXXXX", +"XXXXX.+$=112221=$+.XXXXX", +"XXXXX.#$-1;22;1-## XXXXX", +"XXXXX ##$%$22$%$$# XXXXX", +"XXXXo.+#$$$22$$$#+XXXXXX", +"XXXXooO$$$$22$$$#OoXXXXX", +"XXXXoo.@$$$,,$$$+.XXXXXX", +"XXXXXXo.@$$$$$#@.oXXXXXX", +"XXXXXXXo O+##@O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/shade-toggled-active.xpm new file mode 100644 index 0000000..66fda1c --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #626262", +"@ c #6F6F6F", +"# c #727272", +"$ c #7E7E7E", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" .. ", +" $$ ", +" ** ", +" ** ", +" .X ** X. ", +" +*+**+&+ ", +" O*****&O ", +" o%*&%o ", +" .@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 0000000..b635912 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *shade_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #555555", +"$ c gray36", +"% c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" $$ ", +" %% ", +" %% ", +" . %% . ", +" @%@%%@%+ ", +" O%%%%%%O ", +" o$%%$o ", +" .##. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 0000000..c6bafc4 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #565656", +"& c #686868", +"* c gray46", +"= c #898989", +"- c gray55", +"; c #9B9B9B", +": c gray68", +"> c #AEAEAE", +", c #B6B6B6", +"< c gray76", +"1 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXoo.. XoXXXXXXXXX", +"XXXXXXXo.O@$#@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$>>$$$@.oXXXXX", +"XXXXXoO$$$$11$$$#OoXXXXX", +"XXXXX.+$$$$11$$$$+.XXXXX", +"XXXXX.#$$%$11$%$## XXXXX", +"XXXXX.##=1-<1-1=$# XXXXX", +"XXXXX.+#*<1<11<*#+XXXXXX", +"XXXXXoO$$&,<<,&$#OoXXXXX", +"XXXXXo.@$$#;>%$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/stick-active.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/stick-active.xpm new file mode 100644 index 0000000..368e639 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/stick-active.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #414141", +"O c #444444", +"+ c gray31", +"@ c #606060", +"# c gray38", +"$ c gray40", +"% c #676767", +"& c gray49", +"* c gray52", +"= c #898989", +"- c gray55", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X#&--&#X ", +" +=$O..O$=+ ", +" +*o o*+ ", +" X=o X=X ", +" #$ X$#. ", +" &o o& ", +" -X X= ", +" =X .= ", +" &o Xo& ", +" #$ $@ ", +" X=o o*X ", +" +*o . .X=+ ", +" +=$oXXo$*+. ", +" X#&==&@X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..7bb6c4e --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/stick-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #5B5B5B", +"* c gray36", +"= c #606060", +"- c #646464", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$&--&#X.. ", +" +=$o..o$=+. ", +" +=o. . .o*+ ", +" X=o o=X ", +" $$. .## ", +" *o. o& ", +" ..=. .o* ", +" =X ..=. ", +" *o .O*. ", +" #$ .%# ", +" X=o o*. ", +" +=o. . .o=+ ", +" .+-$o..o$=+. ", +" .$*=-&#.. ", +" . . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/stick-prelight.xpm new file mode 100644 index 0000000..1abf476 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/stick-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *stick_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray39", +"# c gray40", +"$ c #838383", +"% c #909090", +"& c gray67", +"* c #ACACAC", +"= c #B6B6B6", +"- c #BBBBBB", +"; c gray75", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o$*;;&$o ", +" #-%#++#%-# ", +" #=@OOOOOO@=# ", +" o-@OOOOOOOO#-o ", +" $%OOOOOOOOOO%$ ", +" *#OOOOOOOOOO#& ", +" ;+OOOOOOOOOOO- ", +" ;+OOOOOOOOOOO; ", +" &#OOOOOOOOOO#*. ", +" $%OOOOOOOOOO%$ ", +" o-@OOOOOOOO@-X ", +" #=@OOOOOO@=# ", +" #-%#++#%-@ ", +" o$&;;&$o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/stick-toggled-active.xpm new file mode 100644 index 0000000..64bba8a --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3A3A3A", +"O c #3E3E3E", +"+ c #414141", +"@ c #444444", +"# c gray31", +"$ c #606060", +"% c gray38", +"& c gray40", +"* c #676767", +"= c #6F6F6F", +"- c gray44", +"; c gray49", +": c gray52", +"> c #898989", +", c gray55", +"< c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X%;,,;%X ", +" #>&@..@&># ", +" #:+ +:# ", +" X>+ o-,>-+.O:o ", +" %& o><<<<:oX*% ", +" ;+ =<<<<<<- +; ", +" ,X ><<<<<<, .> ", +" >X ,<<<<<<> .> ", +" ;+ -<<<<<<-X+;. ", +" %& O><<<<>o &% ", +" X>+.o-,>=o +:X ", +" #:+ .O:# ", +" #>&+oX+&:# ", +" X%;>>;$X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 0000000..b2474de --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char *stick_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 16 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #555555", +"* c #5B5B5B", +"= c gray36", +"- c #606060", +"; c #646464", +": c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$*;;*#X.. ", +" +-$o..o$-+. ", +" +-o. . .o=+ ", +" X-o X%;;*o.o-X ", +" $$.X-::;:=X.$# ", +" =o.%;;:::;% o* ", +" ..-. -;::::;; X- ", +" -X ;::::::; .- ", +" *o %::;::;% o=. ", +" ##.O-;;;;-o.%# ", +" .X-o.o%;;%o.o-. ", +" +-o. . o=+ ", +" .+;$o..o%-+. ", +" .$=-;*#. ", +" . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 0000000..aa149ad --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray35", +"# c gray37", +"$ c gray39", +"% c gray40", +"& c #838383", +"* c #909090", +"= c gray61", +"- c gray67", +"; c #ACACAC", +": c #B6B6B6", +"> c #BBBBBB", +", c gray75", +"< c gray77", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o&;,,-&o ", +" %>*%++%*>% ", +" %:$OOOOOO$:% ", +" o>$O@=,,=#O%>o ", +" &*O@><<<<,@O*& ", +" -%O=<<<<<<=O%- ", +" ,+O,<<<<<<,OO, ", +" ,+O,<<<<<<>OO< ", +" -%O=<<<<<<=O%- ", +" &*O#,<<<<>@O*& ", +" o>$O@=>,=@O$>X ", +" %:$OOOOOO$:% ", +" %>*%++%*>$ ", +" o&-,,-&o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/themerc b/themes/Mint-Y-Darker-Havelock/xfwm4/themerc new file mode 100644 index 0000000..b333fc9 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/themerc @@ -0,0 +1,25 @@ +button_offset=7 +button_spacing=4 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +#button_layout=O|HMC + +active_text_color=#cfcfcf +#active_text_shadow_color=#e7e8eb +inactive_text_color=#bababa +#inactive_text_shadow_color=#e7e8eb + +#placement_ratio=20 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=50 + +show_frame_shadow=true +show_popup_shadow=true diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/title-1-active.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..f38cd33 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/title-1-inactive.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/title-2-active.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..782c921 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/title-2-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/title-2-inactive.xpm new file mode 120000 index 0000000..a37458a --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/title-3-active.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..39c0c2e --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/title-3-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/title-3-inactive.xpm new file mode 120000 index 0000000..66e6af7 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/title-4-active.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..19537cb --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/title-4-inactive.xpm new file mode 120000 index 0000000..069dba6 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/title-5-active.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..746f199 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/title-5-inactive.xpm new file mode 120000 index 0000000..dcc7946 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/top-left-active.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..31e0277 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/top-left-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +" ....", +".++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/top-left-inactive.xpm new file mode 120000 index 0000000..0517526 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/top-right-active.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..419b92c --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/top-right-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +".... ", +"++++.", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Darker-Havelock/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Darker-Havelock/xfwm4/top-right-inactive.xpm new file mode 120000 index 0000000..42cae62 --- /dev/null +++ b/themes/Mint-Y-Darker-Havelock/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Havelock/cinnamon/cinnamon.css b/themes/Mint-Y-Havelock/cinnamon/cinnamon.css new file mode 100644 index 0000000..a95b3f0 --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/cinnamon.css @@ -0,0 +1,1368 @@ +stage { + font-family: sans, Sans-Serif; + font-size: 9pt; + color: #4a4a4a; } + +.label-shadow { + color: transparent; } + +.popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button, .sound-button { + min-height: 20px; + padding: 5px 32px; + transition-duration: 0; + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #4a4a4a; + background-color: whitesmoke; + border: 1px solid #d9d9d9; + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button, .sound-button, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .sound-button:focus, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .notification-button:active:focus, .notification-icon-button:active:focus, .modal-dialog-button-box .modal-dialog-button:active:focus, .sound-button:active:focus, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .sound-button:insensitive { + border-radius: 2px; } + .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .sound-button:focus { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #4a4a4a; + background-color: whitesmoke; + border: 1px solid #5491d6; + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #4a4a4a; + background-color: white; + border: 1px solid #d9d9d9; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #4a4a4a; + background-color: white; + border: 1px solid #5491d6; + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .notification-button:active:focus, .notification-icon-button:active:focus, .modal-dialog-button-box .modal-dialog-button:active:focus, .sound-button:active:focus { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + background-color: #5491d6; + border: 1px solid #5491d6; + box-shadow: inset 0 2px 4px #5491d6; } + .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .sound-button:insensitive { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: rgba(74, 74, 74, 0.55); + border: 1px solid rgba(217, 217, 217, 0.55); + background-color: rgba(245, 245, 245, 0.55); + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + +.popup-menu #notification StEntry, #menu-search-entry { + padding: 7px; + caret-size: 1px; + selection-background-color: #5491d6; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #4a4a4a; + background-color: #ffffff; + border: 1px solid #cfd6e6; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover { + color: #4a4a4a; + background-color: #ffffff; + border: 1px solid #5491d6; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { + color: rgba(74, 74, 74, 0.55); + background-color: #f8f8f8; + border-color: 1px solid #dee2eb; + box-shadow: inset 0 2px 4px rgba(248, 248, 248, 0.05); } + .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 4px; } + +.notification StEntry { + padding: 7px; + caret-size: 1px; + caret-color: #c3c3c3; + selection-background-color: #5491d6; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:focus { + color: #ffffff; + background-color: #5491d6; + border: 1px solid #5491d6; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-color: rgba(109, 109, 109, 0.2); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + +StScrollView.vfade { + -st-vfade-offset: 0px; } +StScrollView.hfade { + -st-hfade-offset: 0px; } + +StScrollBar { + padding: 8px; } + StScrollView StScrollBar { + min-width: 5px; + min-height: 5px; } + StScrollBar StBin#trough { + background-color: rgba(255, 255, 255, 0.1); + border-radius: 8px; } + StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 2px; + background-color: #aeaeae; + border: 0px solid; + margin: 0px; } + StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #bebebe; } + StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #5491d6; } + +.separator { + -gradient-height: 1px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-slider-menu-item, +.slider { + -slider-height: 0.3em; + -slider-background-color: #cfd6e6; + -slider-border-color: transparent; + -slider-active-background-color: #5491d6; + -slider-active-border-color: transparent; + -slider-border-width: 0; + -slider-handle-radius: 0.5em; + height: 1em; + min-width: 15em; + border: 0 solid transparent; + border-right-width: 1px; + border-left-width: 5px; } + +.check-box CinnamonGenericContainer { + spacing: .2em; + min-height: 30px; + padding-top: 2px; } +.check-box StLabel { + font-weight: normal; } +.check-box StBin { + width: 16px; + height: 16px; + background-image: url("light-assets/checkbox/checkbox-unchecked.svg"); } +.check-box:focus StBin { + background-image: url("light-assets/checkbox/checkbox-unchecked-focused.svg"); } +.check-box:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked.svg"); } +.check-box:focus:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked-focused.svg"); } + +.radiobutton CinnamonGenericContainer { + spacing: .2em; + height: 26px; + padding-top: 2px; } +.radiobutton StLabel { + padding-top: 4px; + font-size: 0.9em; + box-shadow: none; } +.radiobutton StBin { + width: 16px; + height: 16px; + background-image: url("light-assets/checkbox/checkbox-unchecked.svg"); } +.radiobutton:focus StBin { + background-image: url("light-assets/checkbox/checkbox-unchecked-focused.svg"); } +.radiobutton:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked.svg"); } +.radiobutton:focus:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked-focused.svg"); } + +.toggle-switch { + width: 50px; + height: 20px; + background-size: contain; } + .toggle-switch-us, .toggle-switch-intl { + background-image: url("light-assets/switch/switch-off.svg"); } + .toggle-switch-us:checked, .toggle-switch-intl:checked { + background-image: url("light-assets/switch/switch-on.svg"); } + +.cinnamon-link { + color: #5491d6; + text-decoration: underline; } + .cinnamon-link:hover { + color: #5491d6; } + +#Tooltip { + border: 1px solid #d0d0d0; + border-radius: 3px; + padding: 5px 12px; + background-color: #fbeaa0; + color: #4a4a4a; + font-size: 1em; + font-weight: normal; + text-align: center; } + +.popup-menu { + color: white; + color: #4a4a4a; } + .popup-menu-arrow { + icon-size: 16px; } + .popup-menu .popup-sub-menu { + background-color: #ffffff; + box-shadow: none; } + .popup-menu .popup-sub-menu .popup-menu-item:ltr { + padding-right: 1.75em; } + .popup-menu .popup-sub-menu .popup-menu-item:rtl { + padding-left: 1.75em; } + .popup-menu .popup-sub-menu StScrollBar { + padding: 4px; } + .popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle { + border-width: 0; } + .popup-menu .popup-menu-content { + padding: 1em 0em 1em 0em; } + .popup-menu .popup-menu-item { + padding: .4em 1.75em; + spacing: 1em; + border: 1px solid transparent; + border-left-width: 0; + border-right-width: 0; } + .popup-menu .popup-menu-item:active { + color: #4a4a4a; + border-color: rgba(74, 74, 74, 0.11); + background-color: rgba(74, 74, 74, 0.08); } + .popup-menu .popup-menu-item:insensitive { + color: rgba(74, 74, 74, 0.5); + background: none; } + .popup-menu .popup-inactive-menu-item { + color: #4a4a4a; } + .popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(74, 74, 74, 0.55); } + .popup-menu-icon { + icon-size: 16px; } + +.popup-menu-boxpointer { + -arrow-border-radius: 3px; + -arrow-background-color: #F0F0F0; + -arrow-border-width: 1px; + -arrow-border-color: #d9d9d9; + -arrow-base: 21px; + -arrow-rise: 9px; + -boxpointer-gap: 2px; } + +/*Don't know what this does*/ +.popup-combo-menu { + background-color: rgba(0, 0, 0, 0.4); + padding: 1em 0em; + color: red; + border: 1px solid rgba(0, 0, 0, 0.6); + border-radius: 3px; } + +.popup-combobox-item { + spacing: 1em; } + +.popup-separator-menu-item { + -gradient-height: 2px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-alternating-menu-item:alternate { + font-weight: normal; } + +.popup-device-menu-item { + spacing: .5em; } + +.popup-subtitle-menu-item { + font-weight: normal; } + +.nm-menu-item-icons { + spacing: .5em; } + +#panel { + font-weight: bold; + height: 27px; } + #panelLeft { + spacing: 4px; } + #panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + #panelLeft:ltr { + padding-right: 4px; } + #panelLeft:rtl { + padding-left: 4px; } + #panelLeft.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + #panelLeft.vertical:ltr { + padding-right: 0px; } + #panelLeft.vertical:rtl { + padding-left: 0px; } + #panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } + #panelRight:ltr { + padding-left: 4px; + spacing: 0px; } + #panelRight:rtl { + padding-right: 4px; + spacing: 0px; } + #panelRight.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + #panelRight.vertical:ltr { + padding-right: 0px; } + #panelRight.vertical:rtl { + padding-left: 0px; } + #panelCenter { + spacing: 4px; } + #panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } + #panel:highlight { + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } + +.panelLeft { + spacing: 4px; } + .panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + .panelLeft:ltr { + padding-right: 4px; } + .panelLeft:rtl { + padding-left: 4px; } + .panelLeft.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + .panelLeft.vertical:ltr { + padding-right: 0px; } + .panelLeft.vertical:rtl { + padding-left: 0px; } +.panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } +.panelRight:ltr { + padding-left: 4px; + spacing: 0px; } +.panelRight:rtl { + padding-right: 4px; + spacing: 0px; } +.panelRight.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + .panelRight.vertical:ltr { + padding-left: 0px; + spacing: 0px; } + .panelRight.vertical:rtl { + padding-right: 0px; + spacing: 0px; } +.panelCenter { + spacing: 4px; } + .panelCenter.vertical { + padding-left: 0px; + padding-right: 0px; } + .panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } +.panel-top, .panel-bottom, .panel-left, .panel-right { + color: #ffffff; + font-size: 1em; + padding: 0px; } +.panel-top { + border-image: url("common-assets/panel/panel-top.svg") 1 1 1 1; } +.panel-bottom, .panel-left, .panel-right { + border-image: url("common-assets/panel/panel-bottom.svg") 1 1 1 1; } +.panel-dummy { + background-color: rgba(252, 65, 56, 0.5); } + .panel-dummy:entered { + background-color: rgba(252, 65, 56, 0.6); } +.panel-status-button { + border-width: 0; + -natural-hpadding: 3px; + -minimum-hpadding: 3px; + font-weight: bold; + color: white; + height: 22px; } +.panel-button { + -natural-hpadding: 6px; + -minimum-hpadding: 2px; + font-weight: bold; + color: green; + transition-duration: 100; } + +.system-status-icon { + icon-size: 16px; + padding: 0 1px; } + +#overview { + spacing: 12px; } + +.window-caption { + background-color: rgba(53, 53, 53, 0.95); + border: 1px solid rgba(53, 53, 53, 0.95); + color: #c3c3c3; + spacing: 25px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; } + .window-caption#selected { + background-color: #5491d6; + color: #ffffff; + border: 1px solid #5491d6; + spacing: 25px; } + +.expo-workspaces-name-entry, +.expo-workspaces-name-entry#selected { + height: 15px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .expo-workspaces-name-entry:focus, + .expo-workspaces-name-entry#selected:focus { + border: 1px solid #5491d6; + background-color: #5491d6; + color: #ffffff; + font-style: italic; + transition-duration: 300; + selection-background-color: #ffffff; + selected-color: #5491d6; } + +.expo-workspace-thumbnail-frame { + border: 4px solid rgba(255, 255, 255, 0); + background-color: rgba(255, 255, 255, 0); + border-radius: 2px; } + .expo-workspace-thumbnail-frame#active { + border: 4px solid #5491d6; + background-color: black; + border-radius: 2px; } + +.expo-background { + background-color: #353535; } + +.workspace-thumbnails { + spacing: 26px; } + .workspace-thumbnails-background, .workspace-thumbnails-background:rtl { + padding: 8px; } +.workspace-add-button { + background-image: url("common-assets/misc/add-workspace.svg"); + height: 200px; + width: 35px; + transition-duration: 100; } + .workspace-add-button:hover { + background-image: url("common-assets/misc/add-workspace-hover.svg"); + transition-duration: 100; } + .workspace-add-button:active { + background-image: url("common-assets/misc/add-workspace-active.svg"); + transition-duration: 100; } +.workspace-overview-background-shade { + background-color: rgba(0, 0, 0, 0.5); } + +.workspace-close-button, +.window-close { + background-image: url("common-assets/misc/close.svg"); + background-size: 26px; + height: 26px; + width: 26px; + -cinnamon-close-overlap: 10px; } + .workspace-close-button:hover, + .window-close:hover { + background-image: url("common-assets/misc/close-hover.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + .workspace-close-button:active, + .window-close:active { + background-image: url("common-assets/misc/close-active.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + +.window-close-area { + background-image: url("common-assets/misc/trash-icon.svg"); + height: 120px; + width: 400px; } + +.about-content { + width: 550px; + height: 250px; + spacing: 8px; + padding-bottom: 10px; } +.about-title { + font-size: 2em; + font-weight: bold; } +.about-uuid { + font-size: 10px; + color: #888; } +.about-icon { + padding-right: 20px; + padding-bottom: 14px; } +.about-scrollBox { + border: 1px solid #d9d9d9; + border-radius: 2px; + background-color: #ffffff; + padding: 4px; + padding-right: 0; + border-radius: 0; } + .about-scrollBox-innerBox { + padding: 1.2em; + spacing: 1.2em; } +.about-description { + padding-top: 4px; + padding-bottom: 16px; } +.about-version { + padding-left: 7px; + font-size: 10px; + color: #888; } + +.calendar { + padding: .4em 1.75em; + spacing-rows: 0px; + spacing-columns: 0px; } + +.calendar-month-label { + color: #4a4a4a; + font-weight: bold; + padding: 8px 0; } + +.calendar-change-month-back, +.calendar-change-month-forward { + width: 16px; + height: 16px; } + +.calendar-change-month-back { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:focus, .calendar-change-month-back:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-back:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:rtl { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-back:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + +.calendar-change-month-forward { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-forward:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:rtl { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-forward:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + +.datemenu-date-label { + padding: .4em 1.75em; + font-weight: bold; + text-align: center; + color: #4a4a4a; + border-radius: 2px; } + +.calendar-day-base { + font-size: 85%; + text-align: center; + width: 25px; + height: 25px; + padding: 0.1em; + margin: 2px; + border-radius: 12.5px; } + +.calendar-day-heading { + color: rgba(74, 74, 74, 0.85); + margin-top: 1em; + font-size: 80%; } + +.calendar-day { + border-width: 0; + color: rgba(74, 74, 74, 0.9); } + +.calendar-day-top { + border-top-width: 0; } + +.calendar-day-left { + border-left-width: 0; } + +.calendar-nonwork-day { + color: #4a4a4a; + background-color: transparent; + font-weight: bold; } + +.calendar-today, +.calendar-today:active, +.calendar-today:focus, +.calendar-today:hover { + font-weight: bold; + color: #ffffff; + background-color: #5491d6; + border-width: 0; } + +.calendar-other-month-day { + color: rgba(74, 74, 74, 0.3); + opacity: 1; } + +.calendar-week-number { + color: rgba(74, 74, 74, 0.85); + font-size: 80%; } + +#notification { + border: 1px solid #d9d9d9; + border-radius: 3px; + background-color: #F0F0F0; + padding: 13px; + spacing-rows: 10px; + spacing-columns: 10px; + margin-from-right-edge-of-screen: 20px; + width: 34em; + color: #4a4a4a; } + .popup-menu #notification { + color: #4a4a4a; + border-image: url("light-assets/misc/message.svg") 9 9 9 9; } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { + padding: 5px; } + #notification.multi-line-notification { + padding-bottom: 13px; + color: #c3c3c3; } + #notification-scrollview { + max-height: 10em; } + #notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { + height: 1em; } + #notification-scrollview:ltr > StScrollBar { + padding-left: 6px; } + #notification-scrollview:rtl > StScrollBar { + padding-right: 6px; } + #notification-body { + spacing: 5px; } + #notification-actions { + spacing: 10px; } + +.notification-with-image { + min-height: 159px; + color: #4a4a4a; } +.notification-button, .notification-icon-button { + padding: 5px; } +.notification-icon-button > StIcon { + icon-size: 32px; } + +#altTabPopup { + padding: 8px; + spacing: 16px; } + +.switcher-list { + color: #4a4a4a; + border: 1px solid #d9d9d9; + background-color: #F0F0F0; + border-radius: 3px; + padding: 20px; } + .switcher-list > StBoxLayout { + padding: 4px; } + .switcher-list-item-container { + spacing: 8px; } + .switcher-list .item-box { + padding: 8px; + border-radius: 2px; } + .switcher-list .item-box:outlined { + padding: 8px; + border: 1px solid #5491d6; } + .switcher-list .item-box:selected { + color: #ffffff; + background-color: #5491d6; + border: 0px solid #5491d6; } + .switcher-list .thumbnail { + width: 256px; } + .switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; } + .switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.2); } + +.switcher-arrow { + border-color: transparent; + color: #4a4a4a; } + .switcher-arrow:highlighted { + border-color: transparent; + color: #ffffff; } + +.thumbnail-scroll-gradient-left { + background-color: transparent; + border-radius: 24px; + border-radius-topright: 0px; + border-radius-bottomright: 0px; + width: 60px; } + +.thumbnail-scroll-gradient-right { + background-color: transparent; + border-radius: 24px; + border-radius-topleft: 0px; + border-radius-bottomleft: 0px; + width: 60px; } + +.ripple-box { + width: 104px; + height: 104px; + background-image: url("common-assets/misc/corner-ripple.svg"); + background-size: contain; } + .ripple-box:rtl { + background-image: url("common-assets/misc/corner-ripple.svg"); } + +.lightbox { + background-color: rgba(0, 0, 0, 0.4); } + +.flashspot { + background-color: white; } + +.modal-dialog { + background-color: #F0F0F0; + border: 1px solid #d9d9d9; + border-radius: 3px; + padding: 0; } + .modal-dialog > StBoxLayout:first-child { + padding: 20px 10px 10px 10px; } + .modal-dialog-button-box { + spacing: 0; + margin: 0px; + padding: 14px 10px; + border: none; + background-color: #F0F0F0; } + .modal-dialog-button-box .modal-dialog-button { + padding-top: 0; + padding-bottom: 0; + height: 30px; } + +.run-dialog { + padding: 0px 15px 10px 15px; + border: 1px solid #d9d9d9; + border-radius: 3px; + background-color: #F0F0F0; } + .run-dialog > * { + padding: 0; } + .run-dialog-label { + font-size: 0; + font-weight: bold; + color: #4a4a4a; + padding-bottom: 0; } + .run-dialog-error-label { + color: #FC4138; } + .run-dialog-error-box { + padding-top: 15px; + spacing: 5px; } + .run-dialog-completion-box { + padding-top: 5px; + padding-left: 15px; + font-size: 10px; } + .run-dialog-entry { + width: 21em; + padding: 7px; + border-radius: 3px; + caret-color: #c3c3c3; + selected-color: #ffffff; + selection-background-color: #5491d6; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .run-dialog-entry:focus { + color: #4a4a4a; + background-color: #ffffff; + border: 1px solid #5491d6; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .run-dialog .modal-dialog-button-box { + border: none; + box-shadow: none; + background: none; } + +/* CinnamonMountOperation Dialogs */ +.cinnamon-mount-operation-icon { + icon-size: 48px; } + +.mount-password-reask { + color: #F27835; } + +.show-processes-dialog, +.mount-question-dialog { + spacing: 24px; } + .show-processes-dialog-subject, + .mount-question-dialog-subject { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; } + .show-processes-dialog-subject:rtl, + .mount-question-dialog-subject:rtl { + padding-left: 0px; + padding-right: 17px; } + .show-processes-dialog-description, + .mount-question-dialog-description { + padding-left: 17px; + width: 28em; } + .show-processes-dialog-description:rtl, + .mount-question-dialog-description:rtl { + padding-right: 17px; } + +.show-processes-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; } + .show-processes-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; } + .show-processes-dialog-app-list-item { + color: #ccc; } + .show-processes-dialog-app-list-item:hover { + color: white; } + .show-processes-dialog-app-list-item:ltr { + padding-right: 1em; } + .show-processes-dialog-app-list-item:rtl { + padding-left: 1em; } + .show-processes-dialog-app-list-item-icon:ltr { + padding-right: 17px; } + .show-processes-dialog-app-list-item-icon:rtl { + padding-left: 17px; } + .show-processes-dialog-app-list-item-name { + font-size: 1.1em; } + +.magnifier-zoom-region { + border: 2px solid maroon; } + .magnifier-zoom-region .full-screen { + border-width: 0px; } + +#keyboard { + background-color: rgba(53, 53, 53, 0.95); + border-width: 0; + border-top-width: 1px; + border-color: rgba(0, 0, 0, 0.4); } + +.keyboard-layout { + spacing: 10px; + padding: 10px; } + +.keyboard-row { + spacing: 15px; } + +.keyboard-key { + min-height: 2em; + min-width: 2em; + font-size: 14pt; + font-weight: bold; + border-radius: 3px; + box-shadow: none; + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #c3c3c3; + border: 1px solid #d9d9d9; + background-color: rgba(109, 109, 109, 0.35); } + .keyboard-key:hover { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(127, 127, 127, 0.45); } + .keyboard-key:active, .keyboard-key:checked { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + border: 1px solid #5491d6; + background-color: #5491d6; } + .keyboard-key:grayed { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #606060; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(109, 109, 109, 0.2); } + +.keyboard-subkeys { + color: #c3c3c3; + padding: 5px; + -arrow-border-radius: 2px; + -arrow-background-color: rgba(53, 53, 53, 0.95); + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0.4); + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 5px; } + +.menu-favorites-box { + margin: auto; + padding: 10px; + transition-duration: 300; + background-color: #ffffff; + border: 1px solid #d9d9d9; } +.menu-favorites-button { + padding: 10px; + border: 1px solid transparent; } +.menu-places-box { + margin: auto; + padding: 10px; + border: 0px solid red; } +.menu-places-button { + padding: 10px; } +.menu-categories-box { + padding: 10px 30px 10px 30px; } +.menu-applications-inner-box, .menu-applications-outer-box { + padding: 10px 10px 0 10px; } +.menu-application-button { + padding: 7px; + border: 1px solid transparent; } + .menu-application-button:highlighted { + font-weight: bold; } + .menu-application-button-selected { + padding: 7px; } + .menu-application-button-selected:highlighted { + font-weight: bold; } + .menu-application-button-label:ltr { + padding-left: 5px; } + .menu-application-button-label:rtl { + padding-right: 5px; } +.menu-category-button { + padding: 7px; + border: 1px solid transparent; } + .menu-category-button-selected { + padding: 7px; } + .menu-category-button-hover { + background-color: red; + border-radius: 2px; } + .menu-category-button-greyed { + padding: 7px; + color: rgba(74, 74, 74, 0.55); + border: 1px solid transparent; } + .menu-category-button-label:ltr { + padding-left: 5px; } + .menu-category-button-label:rtl { + padding-right: 5px; } +.menu-selected-app-box { + padding-right: 30px; + padding-left: 28px; + text-align: right; + height: 30px; } + .menu-selected-app-box:rtl { + padding-top: 10px; + height: 30px; } +.menu-selected-app-title { + font-weight: bold; } +.menu-selected-app-description { + max-width: 150px; } +.menu-search-box:ltr { + padding-left: 30px; } +.menu-search-box-rtl { + padding-right: 30px; } + +#menu-search-entry { + width: 250px; + height: 15px; + font-weight: normal; + caret-color: #4a4a4a; } + +.menu-search-entry-icon { + icon-size: 1em; + color: #4a4a4a; } + +/* Context menu (at the moment only for favorites) */ +.info-osd { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 16px; + color: #4a4a4a; + border: 1px solid #d9d9d9; + border-radius: 5px; + background-color: #F0F0F0; } + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 20px; + margin: 32px; + min-width: 64px; + min-height: 64px; + color: #4a4a4a; + background-color: #F0F0F0; + border: 1px solid #d9d9d9; + border-radius: 5px; } + .osd-window .osd-monitor-label { + font-size: 3em; } + .osd-window .level { + padding: 0; + height: 4px; + background-color: rgba(0, 0, 0, 0.5); + border-radius: 2px; + color: #5491d6; } + +.window-list-box { + spacing: 6px; + padding-left: 10px; + padding-top: 1px; } + .window-list-box.vertical { + spacing: 0px; + padding-left: 0px; + padding-right: 0px; + padding-top: 10px; + padding-bottom: 10px; } + .window-list-box:highlight { + background-color: rgba(252, 65, 56, 0.5); } +.window-list-item-label { + font-weight: bold; + width: 15em; + min-width: 5px; } +.window-list-item-box { + font-weight: bold; + background-image: none; + padding-left: 8px; + padding-right: 8px; + transition-duration: 100; + color: rgba(255, 255, 255, 0.6); } + .window-list-item-box.right { + padding-left: 0px; + padding-right: 0px; } + .window-list-item-box.left { + padding-left: 0px; + padding-right: 0px; } + .window-list-item-box:hover { + color: #ffffff; } + .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus { + color: #ffffff; + border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; } +.window-list-item-demands-attention { + background-gradient-direction: vertical; + background-gradient-start: #F04A50; + background-gradient-end: #F04A50; } + +.sound-button { + width: 22px; + height: 13px; + padding: 8px; } + .sound-button-container { + padding-right: 3px; + padding-left: 3px; } + .sound-button StIcon { + icon-size: 1.4em; } + +.sound-track-infos { + padding: 5px; } +.sound-track-info { + padding-top: 2px; + padding-bottom: 2px; } + .sound-track-info StIcon { + icon-size: 16px; } + .sound-track-info StLabel { + padding-left: 5px; + padding-right: 5px; } +.sound-track-box { + padding-left: 15px; + padding-right: 15px; + max-width: 220px; } + +.sound-seek-box { + padding-left: 15px; } + .sound-seek-box StLabel { + padding-top: 2px; } + .sound-seek-box StIcon { + icon-size: 16px; } + +.sound-seek-slider { + width: 140px; } + +.sound-volume-menu-item { + padding: .4em 1.75em; } + .sound-volume-menu-item StIcon { + icon-size: 1.14em; + padding-left: 8px; + padding-right: 8px; } + +.sound-playback-control { + padding: 5px 10px 10px 10px; } + +.sound-player { + padding: 0 4px; } + .sound-player > StBoxLayout:first-child { + padding: 5px 10px 12px 10px; + spacing: 0.5em; } + .sound-player > StBoxLayout:first-child StButton:small { + width: 16px; + height: 8px; + padding: 1px; } + .sound-player > StBoxLayout:first-child StButton:small StIcon { + icon-size: 12px; } + .sound-player-generic-coverart { + background: rgba(0, 0, 0, 0.2); } + .sound-player-overlay { + width: 290px; + height: 70px; + padding: 15px; + spacing: 0.5em; + background: rgba(40, 40, 40, 0.85); + border: 0px solid rgba(28, 28, 28, 0.95); + border-bottom: 1px; + color: #c3c3c3; } + .sound-player-overlay StButton { + width: 22px; + height: 13px; + padding: 5px; + color: #c3c3c3; + border-radius: 2px; + border: 1px solid rgba(53, 53, 53, 0); } + .sound-player-overlay StButton StIcon { + icon-size: 16px; } + .sound-player-overlay StButton:hover { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(127, 127, 127, 0.45); } + .sound-player-overlay StButton:active { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + background-color: #5491d6; + border: 1px solid #5491d6; + box-shadow: inset 0 2px 4px #5491d6; } + .sound-player-overlay StBoxLayout { + padding-top: 2px; } + .sound-player-overlay > StBoxLayout { + spacing: 5px; } + .sound-player .slider { + height: 0.5em; + padding: 0; + border: none; + -slider-height: 0.5em; + -slider-background-color: #cfd6e6; + -slider-border-color: transparent; + -slider-active-background-color: #5491d6; + -slider-active-border-color: transparent; + -slider-border-width: 0px; + -slider-handle-radius: 0px; } + +#workspaceSwitcher { + spacing: 0px; + padding: 3px; } + +/* Controls the styling when using the "Simple buttons" option */ +.workspace-switcher { + padding-left: 3px; + padding-right: 3px; } + +.workspace-button { + width: 20px; + height: 10px; + color: #ffffff; + padding: 3px; + padding-top: 4px; + transition-duration: 300; } + .workspace-button:outlined, .workspace-button:outlined:hover { + color: #5491d6; } + .workspace-button:hover { + color: rgba(154, 184, 124, 0.5); } + +/* Controls the style when using the "Visual representation" option */ +.workspace-graph { + padding: 3px; + spacing: 3px; } + +.workspace-graph .workspace { + border: 1px solid rgba(0, 0, 0, 0.4); + background-color: rgba(0, 0, 0, 0.2); } + +.workspace-graph .workspace:active { + border: 1px solid #5491d6; } + +.workspace-graph .workspace .windows { + -active-window-background: rgba(79, 79, 79, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(79, 79, 79, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +.workspace-graph .workspace:active .windows { + -active-window-background: rgba(105, 105, 105, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(54, 54, 54, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +#panel-launchers-box { + padding-left: 7px; } + #panel-launchers-box.vertical { + padding-top: 2px; + padding-bottom: 2px; + padding-left: 0px; + padding-right: 0px; } + #panel-launchers-box.vertical .panel-launcher { + border-bottom-width: 1px; } + +.panel-launcher { + margin: 1px; + padding: 1px; + transition-duration: 200; } + .panel-launcher:hover { + border: 0px solid #5491d6; + border-bottom-width: 1px; } + +#overview-corner { + background-image: url("common-assets/misc/overview.png"); } + #overview-corner:hover { + background-image: url("common-assets/misc/overview-hover.png"); } + +.applet-separator { + padding: 1px 4px; } +.applet-separator-line { + width: 1px; + background: rgba(255, 255, 255, 0.12); } +.applet-box { + padding-left: 3px; + padding-right: 3px; + color: rgba(255, 255, 255, 0.6); + text-shadow: none; + transition-duration: 100; } + .applet-box.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 3px; + padding-bottom: 3px; } + .applet-box:hover { + color: #ffffff; + background-color: #5491d6; } + .applet-box:highlight { + background-image: none; + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } +.applet-label { + font-weight: bold; + color: rgba(255, 255, 255, 0.6); } + .applet-label:hover, .applet-box:hover > .applet-label { + color: #ffffff; + text-shadow: none; } +.applet-icon { + color: #ffffff; + icon-size: 22px; } + .applet-icon:hover, .applet-box:hover > .applet-icon { + color: #ffffff; + text-shadow: none; } + +.user-icon { + width: 32px; + height: 32px; + background-color: transparent; + border: none; + border-radius: 0; } + +.user-label { + color: #4a4a4a; + font-size: 1em; + font-weight: bold; + margin: 0px; } + +.desklet { + color: #4a4a4a; } + .desklet:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders { + border: 1px solid #d9d9d9; + border-radius: 5px; + background-color: #F0F0F0; + color: #4a4a4a; + padding: 12px; + padding-bottom: 16px; } + .desklet-with-borders:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders-and-header { + border: 1px solid #d9d9d9; + border-top-width: 0; + border-radius: 0 0 5px 5px; + background-color: #F0F0F0; + color: #4a4a4a; + border-radius: 0; + border-radius-topleft: 0; + border-radius-topright: 0; + padding: 12px; + padding-bottom: 17px; } + .desklet-with-borders-and-header:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-header { + border: 1px solid #d9d9d9; + border-radius: 5px 5px 0 0; + background-color: #e8e8e8; + color: #4a4a4a; + font-size: 1em; + padding: 12px; + padding-bottom: 6px; } + .desklet-drag-placeholder { + border: 2px solid #5491d6; + background-color: rgba(154, 184, 124, 0.3); } + +.photoframe-box { + border: 1px solid #d9d9d9; + border-radius: 5px; + background-color: #F0F0F0; + color: #4a4a4a; + padding: 12px; + padding-bottom: 16px; } + +/*FIXME*/ +.workspace-osd { + /*color: red;*/ + color: #c3c3c3; + text-shadow: black 5px 5px 5px; + font-weight: bold; + font-size: 48pt; } + +.notification-applet-padding { + padding: .5em 1em; } + +.notification-applet-container { + max-height: 100px; } + +.tile-preview { + background-color: rgba(154, 184, 124, 0.3); + border: 1px solid #5491d6; } + .tile-preview.snap { + background-color: rgba(154, 184, 124, 0.6); } + +.tile-hud { + background-color: rgba(154, 184, 124, 0.3); + border: 1px solid #5491d6; } + .tile-hud.snap { + background-color: rgba(154, 184, 124, 0.6); } + .tile-hud:top { + border-top-width: 0px; } + .tile-hud:bottom { + border-bottom-width: 0px; } + .tile-hud:left { + border-left-width: 0px; } + .tile-hud:right { + border-right-width: 0px; } + .tile-hud:top-left { + border-top-width: 0px; + border-left-width: 0px; } + .tile-hud:top-right { + border-top-width: 0px; + border-right-width: 0px; } + .tile-hud:bottom-left { + border-bottom-width: 0px; + border-left-width: 0px; } + .tile-hud:bottom-right { + border-bottom-width: 0px; + border-right-width: 0px; } + +.xkcd-box { + padding: 6px; + border: 0px; + background-color: transparent; + border-radius: 0px; } diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/menu/menu-separator.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/menu/menu-separator.svg new file mode 100644 index 0000000..4962ebc --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/menu/menu-separator.svg @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="90.311111mm" + height="0.56444442mm" + viewBox="0 0 320 1.9999999" + id="svg7537" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menu-separator.svg"> + <defs + id="defs7539" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="115.53549" + inkscape:cy="8.9322818" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1366" + inkscape:window-height="723" + inkscape:window-x="0" + inkscape:window-y="23" + inkscape:window-maximized="1" /> + <metadata + id="metadata7542"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(340,-443.3622)" /> +</svg> diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/add-workspace-active.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/add-workspace-active.svg new file mode 100644 index 0000000..c840b85 --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/add-workspace-active.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace-active.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="7.0289763" + inkscape:cy="105.84046" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:1;fill:#5491d6;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:1;fill:#5491d6;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#ffffff;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/add-workspace-hover.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/add-workspace-hover.svg new file mode 100644 index 0000000..ce48f5c --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/add-workspace-hover.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace-hover.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="3.4046076" + inkscape:cy="118.15924" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:0.45;fill:#202020;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#bababa;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/add-workspace.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/add-workspace.svg new file mode 100644 index 0000000..5b3ed52 --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/add-workspace.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="7.3133825" + inkscape:cy="105.84268" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#bababa;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/bg.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/bg.svg new file mode 100644 index 0000000..feeddea --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/bg.svg @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32" + height="32" + viewBox="0 0 32 32" + id="svg5386" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="bg.svg"> + <defs + id="defs5388" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="18.271674" + inkscape:cy="5.838404" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid5954" /> + </sodipodi:namedview> + <metadata + id="metadata5391"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1020.3622)"> + <rect + style="display:inline;opacity:0.81;fill:none;fill-opacity:1;stroke:#161a26;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-3" + width="23" + height="21.999889" + x="4.5" + y="1024.8622" + rx="2.0000005" + ry="1.9999999" /> + <rect + style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164" + width="22" + height="20.999971" + x="5" + y="1025.3622" + rx="1.4" + ry="1.4" /> + <g + transform="translate(-425.99995,658.36226)" + id="g4271" + style="display:inline;opacity:0.65"> + <rect + ry="8" + rx="8" + y="362.49994" + x="426.49994" + height="31" + width="31.000011" + id="rect4164-4-7-5-3-8-8" + style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6.999999" + rx="7" + y="363.49997" + x="427.49994" + height="28.999996" + width="29.000011" + id="rect4164-4-7-5-3-8" + style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6" + rx="6" + y="364.49994" + x="428.49994" + height="26.999998" + width="27.000011" + id="rect4164-4-7-5-3" + style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="5" + rx="4.9999995" + y="365.49997" + x="429.49997" + height="24.999998" + width="24.999981" + id="rect4164-4-7-5" + style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + transform="translate(-6.1035156e-5,0)" + id="rect4164-4-7" + d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" + style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscssc" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg new file mode 100644 index 0000000..a8c7bbc --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + sodipodi:docname="calendar-arrow-left-hover.svg" + height="16" + id="svg7384" + inkscape:version="0.91 r13725" + version="1.1" + width="16"> + <metadata + id="metadata90"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + bordercolor="#666666" + borderopacity="1" + inkscape:current-layer="layer12" + inkscape:cx="7.3546086" + inkscape:cy="7.9323223" + gridtolerance="10" + inkscape:guide-bbox="true" + guidetolerance="10" + id="namedview88" + inkscape:object-nodes="false" + inkscape:object-paths="false" + objecttolerance="10" + pagecolor="#ffffff" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + showborder="true" + showgrid="true" + showguides="true" + inkscape:snap-bbox="true" + inkscape:snap-bbox-midpoints="false" + inkscape:snap-global="true" + inkscape:snap-grids="true" + inkscape:snap-nodes="true" + inkscape:snap-others="false" + inkscape:snap-to-guides="true" + inkscape:window-height="1030" + inkscape:window-maximized="1" + inkscape:window-width="1920" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:zoom="22.627417" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + empspacing="2" + enabled="true" + id="grid4866" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="1px" + spacingy="1px" + type="xygrid" + visible="true" /> + <inkscape:grid + color="#000000" + empcolor="#000000" + empopacity="0" + empspacing="4" + enabled="true" + id="grid5968" + opacity="0.1254902" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="0.5px" + spacingy="0.5px" + type="xygrid" + visible="true" /> + </sodipodi:namedview> + <title + id="title9167">Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/calendar-arrow-left.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/calendar-arrow-left.svg new file mode 100644 index 0000000..2774254 --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/calendar-arrow-left.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg new file mode 100644 index 0000000..fdf9cf7 --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/calendar-arrow-right.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/calendar-arrow-right.svg new file mode 100644 index 0000000..366e69b --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/calendar-arrow-right.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/close-active.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/close-active.svg new file mode 100644 index 0000000..95822bf --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/close-active.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/close-hover.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/close-hover.svg new file mode 100644 index 0000000..7b52140 --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/close-hover.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/close.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/close.svg new file mode 100644 index 0000000..e221a33 --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/close.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/corner-ripple.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/corner-ripple.svg new file mode 100644 index 0000000..afa9dea --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/corner-ripple.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/desklet-header.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/desklet-header.svg new file mode 100644 index 0000000..a6e1054 --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/desklet-header.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/desklet.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/desklet.svg new file mode 100644 index 0000000..8445c61 --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/desklet.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/osd.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/osd.svg new file mode 100644 index 0000000..df41a00 --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/osd.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/overview-hover.png b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/overview-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..75673f9cf4d11cc891275cbcb5fc775db9585540 GIT binary patch literal 838 zcmV-M1G)T(P)kdg0009GNkl1!KD9DQ@_rPbw?9N7*sw#Z576(BYZ3DEzb{X_e)6zI27Qi4@NLTggv_=u%gc6IKq z_MDkkn?VhNLVmQbWvk!4Q-E9+tqwIZ;jQ&2E4P!K4{ zVmm2%q@W83^_SfE%JoPU#PVW+Td|Lms^%XH9UnTZV>$b6d z{;iU34gsM(fa~AKN6w(yeBwPF_MaV`T-4G#6|dp!-S{$2pZ|Q=%Vnpz|5@{Ca6S00 zlz1sJXa`i!JTylYZ!b%K?7q9$^qax-syC|M=I)D^N5_rH#`N;-Pu(o__C}S^1P6r% z*C$O!_Ow)PU-d_WouD0qS|zP`TY-r>$~^YT2l0me>;5hrW~9P=&pB+Y+{Wqsx>1SGJUMB~@W z>Dr(%@xn4ps(4lo8$o@ZkfAjy#g-&i?2R`@oyh|q*}}szNcyIcR;ZMdUWH*PF*&Ss zZN4?PvVi6mvE~L-wRk<)2wQXH5CwhZHWD!KbIZ5JreuJVm-AZYihvH8&lBRn&8q26 zs_Am|Ixp&b5n5Dy@FGCRX3>$w45I$si?j*_{L_oH6w%#Px`rnIxA=%Z0mD;*r^|!p Q1ONa407*qoM6N<$f{;O?8~^|S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/overview.png b/themes/Mint-Y-Havelock/cinnamon/common-assets/misc/overview.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb4f87f4e8e2b95cb3ae488e84da3d63d1786ed GIT binary patch literal 680 zcmV;Z0$2TsP)kdg00002VoOIv0RM-N z%)bBt010qNS#tmY3ljhU3ljkVnw%H_000McNliru-U%BC88MnF!IrGCBwm9)u_fl)|8*yQeM^6m$^r64|vV z3`vkcNr{9G7J`vMnZim6VY%*Zx;s0&JI-`zYgVOmhkZ`p_Z^=1dEe)GKPaJu{{h0T zyNHO0fQ^NPjqv*gY<94){zV`lb$k2Uf~Q@9+-l<8hxyJ#jr5`=-0o`A3*%NZ)IZ+*HH*RyO0Q4Yaj-SHFD97pssQ;?B{Jj#yThZ--;`ZmBH3X{6TcLhClVGN)8+2eH}DXOOW7= z=5IsRtH-?@rJgzt_jMTK$ziIHi--1?KrL_BSR06vB*7NO!=x54(svg~5+g=@AiA+u z-hf(6AUmjJ5N!<7=zw_Kt@@1A;!n0oVPoSFZ9sMuEm8n%M*X3|nt~&Dnib!6?3%C8 z^I(lXv>9cO?*&+xbF+%p)Ajrqz7v(xr%ra}QXfBG2v63X^WhzB>giInxmnC&7X(K$ zWevfR^DSrcnfwN_`+#Y_oVY)KD|Dz<_PYGudY9+@%%!pAb+$40&w&uPC)cXueyyw; z`Rn4-iR*Jq2{{o~Dh{f_`1;h;)z>R=bn;Fcg`$DF(eU9x!p07j6_}Y)rCbu@F&kA!CyxOMZ8Z_FEHjHVKl}m(9?n#zS$LZO O0000 + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/panel/activities-active.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/panel/activities-active.svg new file mode 100644 index 0000000..6986f5c --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/panel/activities-active.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/panel/activities.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/panel/activities.svg new file mode 100644 index 0000000..b4a4b0d --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/panel/activities.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/panel/panel-bottom.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/panel/panel-bottom.svg new file mode 100644 index 0000000..c6d6f5f --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/panel/panel-bottom.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/panel/panel-top.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/panel/panel-top.svg new file mode 100644 index 0000000..43dd84b --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/panel/panel-top.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/panel/window-list-active-bottom.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/panel/window-list-active-bottom.svg new file mode 100644 index 0000000..f812cbb --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/panel/window-list-active-bottom.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/common-assets/panel/window-list-active-top.svg b/themes/Mint-Y-Havelock/cinnamon/common-assets/panel/window-list-active-top.svg new file mode 100644 index 0000000..5424d6e --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/common-assets/panel/window-list-active-top.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg b/themes/Mint-Y-Havelock/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg new file mode 100644 index 0000000..c0b790b --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/light-assets/checkbox/checkbox-checked.svg b/themes/Mint-Y-Havelock/cinnamon/light-assets/checkbox/checkbox-checked.svg new file mode 100644 index 0000000..fd415ed --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/light-assets/checkbox/checkbox-checked.svg @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg b/themes/Mint-Y-Havelock/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg new file mode 100644 index 0000000..4c97b11 --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/light-assets/checkbox/checkbox-unchecked.svg b/themes/Mint-Y-Havelock/cinnamon/light-assets/checkbox/checkbox-unchecked.svg new file mode 100644 index 0000000..765e877 --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/light-assets/checkbox/checkbox-unchecked.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/light-assets/menu/menu-hover.svg b/themes/Mint-Y-Havelock/cinnamon/light-assets/menu/menu-hover.svg new file mode 100644 index 0000000..938245a --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/light-assets/menu/menu-hover.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/light-assets/menu/menu.svg b/themes/Mint-Y-Havelock/cinnamon/light-assets/menu/menu.svg new file mode 100644 index 0000000..5ae7466 --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/light-assets/menu/menu.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/light-assets/menu/submenu.svg b/themes/Mint-Y-Havelock/cinnamon/light-assets/menu/submenu.svg new file mode 100644 index 0000000..378f29b --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/light-assets/menu/submenu.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/light-assets/misc/button-box.svg b/themes/Mint-Y-Havelock/cinnamon/light-assets/misc/button-box.svg new file mode 100644 index 0000000..036f0d1 --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/light-assets/misc/button-box.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/light-assets/misc/message.svg b/themes/Mint-Y-Havelock/cinnamon/light-assets/misc/message.svg new file mode 100644 index 0000000..1eae93e --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/light-assets/misc/message.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/light-assets/misc/modal.svg b/themes/Mint-Y-Havelock/cinnamon/light-assets/misc/modal.svg new file mode 100644 index 0000000..b61f537 --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/light-assets/misc/modal.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/light-assets/switch/switch-off.svg b/themes/Mint-Y-Havelock/cinnamon/light-assets/switch/switch-off.svg new file mode 100644 index 0000000..7c4ad4d --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/light-assets/switch/switch-off.svg @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/light-assets/switch/switch-on.svg b/themes/Mint-Y-Havelock/cinnamon/light-assets/switch/switch-on.svg new file mode 100644 index 0000000..0358d8d --- /dev/null +++ b/themes/Mint-Y-Havelock/cinnamon/light-assets/switch/switch-on.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Havelock/cinnamon/thumbnail.png b/themes/Mint-Y-Havelock/cinnamon/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..e278c1026fff1d2b8461ed5792fdf2b27c5e6df8 GIT binary patch literal 31164 zcmdqJ1yCH{yDf@K@ZcUGSa5d;mVsa)xVr=f9o&PvCO8a1LvVK;G+1zVcXzua;X=GMe(@o?4J?r8GcLP$<~HU(is=sRU1rhz`sMP*AU+q$Na^U1s*?T|IEl@4JsD_tK0(dYG^LF<-WO`oTdTY86bNC^j;^$egfH zY3y{XCR4!~bDL~X(JH`ggu-2GmKO7QD<*az;68Bo;B%vd!WCVJ;3@KGtMT2Tu7sYzXTZP7FBOL<0^6dS`cc zdn89D1@>Ef$nPuf@yahOtjx^Hva8d6;Y*p;>TQZ(WN7&P#}A8BAo#gcd-yGjQKQ?+ zR1*Azd7~jio0g{+FZ?Kb&9afb+F5h?u+Q(en)gYC86O7ai7! z=Tn+@WHdUCgjnZa1$pmDM$q~4l}OZj9PF2wDv+!-uG6}eRyAE$mJ^QaD7|dS2ZRx$ zL@rU`3lc^@D18S6W)?Qoem1xGCicFAxqH`^^rhoIf@h2?a$Ewq1n)Mty>!OSa8CRXI86e*gR; z?g9l`$YWoyc7JS!Ac9-TaS;i=s7)@1SHgZ!U0qsX7cxX-tZyeZhKVp+m1AbdA~kgLDn; z08J6L86?>36DL6K`DNcS0qcwlmIA>fkK?>OEO(EiA`5J`*zoSyFB7!nbGNbclijQi|a&wk!66FjsPG`_*{t95@; zJLI~EaOy3w-gX4i$y%Y-);I$`cF!W#n)4(WLm2k10+B#>vihjY#|H#SVzm)!?w7OazfMU5k73=z*XF&OTbHTcErDFF9Hvz# zSllptLivfkU5->eRC3nNq;lrShmu(qZU+m*bJNPxQutP)Dei90IJROqLdUPE=kAx7 zYGI2~?dI~~KDT(@*`$h!pfPb*TVK8SZuF~%>cZw|pFl>=FKzdrHYRgi&+h71^O~Gs z$U3}<@t)@A#=h3$0kw$}6pp3`RWtf^?0odstNLru=)XD2@U(yvh{ z^`=kGM^|pE=#-vvue+<+cOy0CoK7PoOrjnJ3#hb<`kO8>Wb1%Lw5bl1ld=tg{3&U% zZ$z4Zq=olvzo%pVDn~uQnP6owU;So|2`#+meP@;4q786S9j|a9w4gcmZ0!}kt_OVF z5dYV!R5s4)cV!2=Q8Ny3F=PVww`VKSY(~d4c@?ezt{TBBfJZ0s#jRlcWb)kQ*1Uuv z+xZ!G8TENaa~T;_4J0xITHS@J5sI_=#>*D$DAz31M=f;q1BDNGr>I=1DR{a80BRmx zg3oWo`Xqh_$Tj@dwZvghUi-B;ATzVce0@aY^}-^3LD5=H0{L?JqDa{#ok`N|lpX`J z&Iojvx(y?g*WJxJhP=VD`hui5Ib+2hY2EW$UY7oRS5 zfpD^RwT=^VQ#(Iv@6I4e zE;Bj)sD1=Cs8G%NNW^&hzotfzd?r^P+V1Pqs)Z^dy{uE5xD@$OmReQyjrrPF`k(& z%Q6SwR_-J7c3s9BL4Q4GB4~q(ACYe8s{Jq@3o(!)q; zEasu18_#dg10murSA>4xu|{v`ni_r})QSt)$dsG-9i;4Y-ijo5Dhm5Q7Ac-a= zhxvRXs*#9gM9+3t+<{cJ8aLZzKH#X^Sh0G?NPBUni@nGOMzLUVC2m~Ln*r${K7A$A za*)7+$1^~b$raY!u!Fj0n}FYfaTUSjsFCM$?2k8iUMDQEBOv;s?*{A1If8Ejj{&YSx7S1;G)J)skDZD>+Qs=YMp!IJ#zIlAe* zGi=$nSBlmcHeThiJi;2taCHZbdU4a1INPw@N>v*mFA+<;82Y-aFx4d|PWvsa2D5Wr zaE)7Y(cw3-XQ9WewCGfq+KHpz%P9-r52mXq&?YMP{=J0Ou7cvUB!( z2`v)h{LX#AO;dDXqu!3(^z*l+MTN0Nk||Qb_9weW-K@)Feb7g|_x-hJ7Qo>UMqND# ziCsK53_f6sWlo32ob5hoE%wOOQQy}w;B_oC1pRT4n|5P;#PUkQX=293@WANo7{T1W zwz(o=9&agpb!d(Qn_%S&mA9lVxk$IZ23~xXfc^}y8l70iFuWJGW>ID%gRNh$I=yDW zE6%YGpY=^1A{PC&)s_H>Ylrlgv1^U9@r1Di8`HO{L>LS941?C57jQ<{tZYDca2~r{ zsaV_mw*|y&cz7HfoDUy9NMw8?3KD89Bvc}F*s{Y>sVX(tH?-%7t@Ym6pNe%RUmZcy zQZK(^@O=umQ@YdrYGDZ<>Rq`4u~w3$X``Lnr-8-X*GqmaabLHVyYlg)`OWX1CY!0c3{sn+4Kw0E48?G zTVaY*!XOQ(i+bfU$zfAw@t`FEn{S7QObB~K{(6;>F`t_9L*F5Di-zbCZN~F580m!* zchdFP^b8+?3EX@QT1gtcbX`p>$}y=$V$bxZNzk!HehA+3GfkxeQM#UfZQ1sJl&F+d z{+(}Lggsq@gYIpGtTIpZpI%~J!+#|BJx{Q(6#wqA0z{wR`aj%oZDRi&{&!wQ`KT4P z2+1yBrpj!NMa%<>&rs0j(;H0efsU>~Lmx`r_|Uj;3H%A7$J1nn1fsqOim6@XI!}?96m<5b8xM8 zaYIxKz@^kt=H-FwN16{cVIdHXB)9bee?dj4|1t|ar-~|YzdQiWR!0P&;KwE;0E~^- z6r7qHu|(5T9Z{Ox)(v5<1$^%gZcf`aGn;`Z)QZPIjdNthG0QEJrSsQ?d6Ru9L_0pflvh;s8p?9U+D=S;MwwEW(Gt}YpRkl#};M#jd@;?h{6Mzc55Um;<#GdVfe z2YmNee&Mu7`9dnvaV12i&48!(ClOTZ$$5d7?c=O7m%+q73?rG>D#u_dXGkA2f5Nqm zh~GTweYTMDpA{3M*SN7^ipQw#GjC1H!h#XiJ=z;t$^?=YeXt!@&eisyfJGNV^BGTZ z3i=9PP_y!*%#g6{lTi^6dM~9ij6X!sIsfVmn0-HMND0D(az(jtOBa`STG z9@($lPjWm1%~lqK{N(euH)BuPXlZYhB#-4cZdK?s^gOQ}S&5EG|Q%$dit`=fPily__-(E_@p)l8{XACscs*6qf z2ZN1)!r&;$Fgz?&gv(n28&daX)c-8MP{6o#Q22(N!R%8~?EArxF(73Unw8P{7sf%8 zmOZCe9qOQGj+4DagdDsp{^U_@yp z@j6@7kv^(FNnFMlp(rK6U~ki_3+?BUs|^gbiVEZ1n%?W2&5xRjke^&Kt}ZuUz>G+N zVif2?XCI!1-K+dmMdMI^!jlJ+_{Gchi=z!%2G`ZNuWzGw2XDEOn%>0-+X|{!3U6Lk zm|`WxhP9Z(TLY+q$jaPR56@j?=yWb|O^BTl&!ZA>%knP_(23JKeHxW|1omVn?rtRy z(l`=?{c1`b7ThJ4Hm|beAEn)|vhEedADe#bFFkFTNZk>{K_(hs;^QB-&YAk!%bkYc zXMo&-@**6}O+;D_lwp(jSi|)J3*zXrhxasHiGsGbO~&X%kUNuI*WG;{jT#T=EPFT1 znAnG`sEX`txV~}%9&7CeF|1>6FT5kt3F>2i5w$>hz-Ah%kI$5Gp2@B1^`)iD$)QqBk3!{w;9t076I-*b2b@A~>$)xu(j z#iAdc8oKy?9w!r-bu-@bc!MkxMU+41=`Vy5&oP-fbY= z1>5cLsN)Xu34u?V%tJ3BqfX72wd~5$2nK%24o4-Hyy?x2GFqFB8Z~Xv z*6o8Me!e8XX^oE(lV7y^!@da#mVrqKDw$A=Q@@3u zHd0v2GMOdZqRV`3Ptdn16viVQv6F12&2~*0EI(DEIXxeDZGUQN4B z3G8>>)|e}b$nHo^^}H})oX0bFZaSQutu?gA*i2H>Yx`dEnufgX2FmklPC&j^#rGMNx$_J zr!rdziEoiff2}c*p4DbcS2DkgSdb1+9}1EB&2WW_5q3{M(dP;~#|ATmOD87l5~PzF z9&i^bT<`wD@|B)WPiBtZ(qetc%FZV5c{mFHzPrrdgkRq3ZV6R$_%X+sAEt;$zHQclJWF5t(40EI?FN0-M7NL?{GE#mdzs^r)-;0(iVL)Ad{)ni8jo zHS$g6`NW={ePGalH~Mm4`#hzu&SGY~u+Y(P;(*eoL%l1iXSq_I1WxpC0@UlOO|zNq z@p?iUaJNL6=Z5?5IbJMvi=n;HVIAo;qaE~%4YU`7(L74;G|Z1UMG1rU~%mprPkWd&2YNj zgeu7RBD*XHB|!2z+s)UXvHno#WXT46VKy&)V&m}onM`SpMOwSqj z_Sl=<9qG`}R$E?aY1v#;+S)X9ixeU#;v8H7!ZF9oYSQC6@3$p5p>DY=`y(h*qzDbU zXBpX*KB>BX)7q&+WkMh64>H^qt846XoVVY}*Qnlv3!|fy7Tz~dhd{_Eg{gy7`W^?$ zvWhc;Skmzq^xCoR-3@1e?(^QunGwpW``Lh@&%i~E{w1<~^4UxGsuIvt4FApD-o9pP zjWJ(d)SkGH!vYT@y{x)HX3LCr9=&(DC(pRdev-mS|WnhX`Ix;L%rbbsi5G!8uTB~MMT}d*V zL88S=oGl_Utvl&-M*uim8q2(3THLh341=zwKB(s^7u?c({IW`*W~DTVM8KLZizYSv z)9#gPK3+>40GuwDQI9%`YTuKgO9EQqOEe%Neyh?HAyd)-qhQ1}ndV6VQE0}IdCujs z?_r>^eVH5%X97%HBvsbsU)12Rmp*>5(9Cdf$2wMIUWs*AQf>@rA0XaN5xDY!#Lb(= z#7$%8jY{@#s%u3n7<%G5*}RzzMIrc-^cf4QZ{|*}gGYHaR9bMUY`-90fIEpf#Ew8Z ze{ZT;n9)p@Sn$YqRK2 zn_$r|Jn^b65w{zI25TEC9qZw!eN&8mZD2i5Yz3op(d&f~cE#WGZhNc|i~HtcU*UZM z^V!w{THkgTK9WHag#|HDDfGP3N2%Z_2qBiZk!7^LJDs9|(Adk0=H@g`oQL$+6LO1QiD%{_Hyx^}<%5xi1NpVNA!*`^nuOT?Sp z2`JT8KqC(fKn1TTF;b2<%x5ZpjHL4$&243mF?n zw4DjJi4Ukxwchb8+9z9Fut*Xa1=TfW!UN__4M*kCX9=|Kn8}jwStAe_gRm?&`Lu} z04H%2>u>aH6c&R%Gjz8%QZ&f_0n9vZ1u1EX-)H)s9sv^8z zyqH*Z)I1y5#*iQ45w&>hWTUC6Rc26DR|%u1Ln!Yo5yUtP;(x_YlayTlV(yp?P8J1H zUWy9q-3suZ9W^kzb1M3>bp;;3wmhCqx*r)$<>F7N^vd%7lB8hcFA7dAE7YtAwj+e) z_jnZeDU<)nfo*kTw%K)$<RI#3o z+)4*x#h4gQZp2ST1+S?mZspVkF&{EQ22hu5>yY8TRXgD~#WmIn$tU|c!7xQEg?uZw zp!IB^sj>v#{x}D%V9dDgj8F2`E1=e8MIl>a7TTaMA&p@ZrbsC<6l$Ep#{n*oWQsV@ z$>kjvT~PH0;@=71Zh}ZeXo4PAWfMY8sybIV&Ru z+=e%-s9|IN1ofBZn?piy-%7tDjULW64R!D~BIm0IO1nidPT*N}nQCNrx!VC~D=iW1 z!Bsw0@LEXR<3`Ce45}r$&X>xKAvywuC6^+%L~@-eNC>`j?3Q?OQA1RqwP8}P2X4H{ z3ef0_hq}&Aca#Yjid?WGC9)^L(Src!yQ%Aur0>baog%#uO~M`|k17K-Ft7zfsN?k5 zMwywc@OVvf&pslxv#^;_mlSTG5&sbMd#T27_YDozd{j~zM~adE-q@JBx3|ZA&n5BS zs^Fb(ix~6=UEj0bN+YZ5hm`%Q zvRRpx)n9?QH2yhR+)exsbUm^g&vnOHbMt)F3dvvde`-tFadi3gz)`27NbzmHV{`e3 zixSDP#X*sl7auJMMXqi}k_XoIx}!!WxiuTlHY}C#H&^WgYu$djx{Q?bd)#$4`1YsW zLPchfLxC5E*0KVJZC18Pb^AEc7W688aZw%vNPDCr3`aDSUcKQ)tpYZlZW~T8r3XPu zdF_>%vuM(NKke4K=JS;_L#ojjwpXk+W-JdVmu#UC7*6_JALsGy{9(dL$KoK7LSY$p zOOA&gcYNH8*QiuWtNw~QiT3B@$koey&+s4fXrMMTtdv$lG~ZZgoFOM zQym+}T`o5pD2u4jbOFXuA;EO^xqyfL$)q!g-w zSda*tzM9xVZhSldH@g;2Z!YaSgH1NFIaoj1*V-J!p)#sVYhRSY7Oz%c^EvbzcvLU> z-MbZ6{DX8j$)0Gpm%cX&Q|gVuj*{f38X=NKTDw=Xx_N~(Z%gf&Al)PZCKXuA)vHGm z0ZsS;)Kv~3o@IGil)eWv$SZSAI6p606tOl{L!+1N9}61mBm0e6-Wj8kB}hi4`>8h_ z?4lRNe2ocVcyl8Vg?ni6dSKL-r;3&t5F7)EG@hR6-2VZBjP)hj-tk>sp4JV%|I0P# zE8&ta4&mp?mcp%l>fpHtHohA2SWSzEwUiA|zp+d?=ARdQ*bz|vVx42-CYYDTk4%{f znL-u-Gih~Ti3eia^FlsS@ZojIr}jr+2tKU>LvvHcZCC|Ll9rAsF8X*$6EwJ;H=mqn zl@eP*YyD?R^%NZCiaK0L)SVFZV{pJdx#PHQS)O7404`GC40oO(PhVNJS5G-t$+1RkAf;nJ_f`yS7n0_9F8Ll##_mz~Ca_V(@f-h2CD!N- z1#+`|10GJe%*L+U2tTWv2J{M`*@GQ!XD)8IC!m8P?Bg&GDXIY6P7S@mZANsA^H>wY zz$sNxQwJn>p#78u&fa&bPE{ERF??SL%v0lI+eC1Mckd~bwmU{*_{uHEy8oAl8ojQ))9;|-_6#8x%SReb?N@0l=)y+A~U=4YhP>pp>e~_5`S9wM777}qnng_{~d55$f?&85r zFDu^#yX|eXmg#`u$+4?(q+sBvd|mLZt_O79w%J{V?rT%DPm`CFV7GH765Lr^C}Jnh zisflDf?-F5!P>FMYi%n_B6LD2kl57Tu@U#5Z8Pj41N;x=Jk=*jopFk1jy(M?ebya?u5aAbL-9;>% zzrFHPk(GG4YA>JjttxP2N9-xwKA~~;w3@;%)TL6s5QlEe?NA!7YT8f88WQd+K`+yD{3A5&% zJej8(_vamUS&kkGKR3JnkWGDl?R}!z1&jM2kuCj+y*w#1l$N>^bQo^;ph=74hD6uL zw2lCe#J3)my^f<^QH!`(@pj|?8FDtN9v8m?Z3_EPZ6UU9UUFQ2H#kdiaSPH5da47Q z9`>)sc{jiNUYGtfsm;JH1b~MfF|l`>Y2HfDwHEmyt5eWcBIF9#hPde3SicZ8UYpjN zmnQ2~7sVptncz;=95fx(7+ykZuyMo&TlP+2>E8MA?6G?Zm3{w?Blx6iWT(b%agHy1 zt}(PWHReyJ_Dxw2cdJlk!@pHeOjCHysWFw%w$6_hLpDQZp5}-$gE7C$P8B|Hb5w%p z=1?}D{&J}%RpRQfz5+1J?ODFSHTzj}^~$C!>OEm4WY&8U!+xT1x(!un?K@Rv$OH zxpCDDC-w~;t zr+CO)Kdxr+?omXN2z*&~?KYU<_geT~UQJjsI`yXSs=PHiFc4y<+Y2ZW8B9=OdCJ&5dU3)#toJpGNv!`NcndR3=W~3!n(V7` zxe5(vEkc4IGAw2h4m0hx{-g?Zoy`oV+pf|v4Hb21jI1vmy0GnJG;@(qJbHG>JPTLu zgDraq3%ZRlGnpy|`6kc;1v`8~CFDGJ2Q+VVk{FXO-CX>v{|zRa7z@ykOT3%=qfuE} zS`KIg=WkA1K`dB5=nlpXiJ$W>zF;ZqnxR*HvmLO`4_I1;HKl6j?+DI%3HyF< zg+a<6BecTQo4=(B9MlD=J)S_#zV~Q6N(gGlMgrm;A4}^KWOp@er@13_3WTK4S}z=g^$aZ%*h@pg`KN59sjvaKhb1V8cp##`Nd9f;GsdVHEff=7E2 z)hSZdseIw%F2Af?FcnlI*P~Lhk-bLal1|3g@BU+h_jx#d0K*W{a3 zuO1;#R|M~yYR}!6R|@ljego;tbB=wIwJjBnu-=|)c7x+rCDApGW^#6`?`v3XAK%rN?{f+zl4Fcrek!Ui)5Tq+!17-YN?R$W)kIA&_{i5DU z6c3ncOc~Nzs9fB%Vlk(~j$W(!pX+xO6_hQhmy4cQ0J_#GQ6av)sR|^bYSyuGwto*h z#ZKq8dR0yn8n=Rhk;UUU4yRkA70Aj72Far6gkxbw@`8vJq(--TLU2cjr2WbFINQKw z9<>G0R#TA-ergq(DBd;?W^%oK#c1bU-9vl!d!OB)Rj z_O0iCaTcm(VCb6>`f3F{xyR=5I{bO#!yRPpT-tccpk+PAjC^$=$dr9I-RwwU9#Of^ z8pUp-%t(6Ii|i{Jg16g=F2cn&fUZu&rsbBAgEsAROf19`1UA-hd%sd1M0!+vq0%=m zlmh8S?I05Re7Sh96m<5~zrA6?r~aXntJRR?rg|GYY}^ zx$2de=o_L|RSi0wm;6@}>xAio zC<|lhaC;Q*&;?>mEFU|u_L2Nvv$IcEGmIGs&8Zb-AKVH*btAz5Ydr$K6^5~| zqZO&IcJA#HdyMCLT-u^yUXH_`$^tcM z{%;gXN<&35=qWL;YPZs>YPUmOTr>+??3|AhY$J7^>zPuP>LGd=ulbBt%TH)UvvyYL zz9=7rcF})k^`^L^aJF+R)uFH_(Wct<^i+(w?v6*BbsZS*b)^Q3&w2J-y+j8@Zpi@; zzcn`LV^8Wm5>uvFK%=A--J>k+Brjd7nSqW&X!TuJA^eep9~elwOKUve)!y}|+QD;} z4H`P8`OWMTLq1xn7*Gp^e|+hVmO(`|{qMkR{xbw`rGGVQ?FWMwWO`Fiv}k=fYN$ol ze6m{p{$co85#}?O1o*qG4DQmuS&;WPIB6{)FSA@<43^$rD88@0+VA(;{xnFGCa2jl zocI>_C1_>>^BorT+F504lBCCZ$vwYXxCsmxq zX$l}YKE-^(e{9Sa4+%2UWkoM(KPYPs0ZxUD=YlEVDC!0+H8RR<-DngdOFGB(8tWDZP4p#3_yxm(TJ10&s zo%`$YY)S*Z`OzF*bcfka!KS+Hg)p*|9WN7Ka=5g9c#}e+TzH>q?v64{zil9t_uP|{ zip#MAo8|9Qfv{7hSxIO^!jRx%j#9In3gdgH4R2PA2CTJgJMkp@wo0e@L2n~FApxGE zC9sxuV~su&rs0hSZR{^+&b%~xtjne=82QnmE72yYexi}$6#u=33AzLC3$El)9xPP2 zI+F=T8gejTqbEzCaROcK(UVLZFlixA@)N|;EL+-4lrr$zMhZPioVJ>Q^}dA6DSPIf z$e=!y?a=~l*oELs>!+YdD*9rEs&D4H9;-G4-(J<}7}Wt!*42@91kP`NmhxXG5dC&l zXM=kGqgXkgsq)_{R{pC(_1{q`gC?=~{5v;rF#RtAJq*hCPd)&!XR@P=aGOB@LCkEx z;-W2!SHh;x&euu*t6gFi#Rd=qdP;BEY9PBsdoQqvGfChQnnY9tO1K5w3qZ?S>=?yx zc@nvCI|gsVR7(w)TS{RG^A%# zaX$GEKsCB-D(S^{*m6r5`N5~m&&__S%nXZ@-#YS*_pTF><&R*8fUQXzx?HUE>yn8l z2VQ+rd>2BgY^I<*`-uC}Mc3b?z`=jVO+BMzb~^0`^qRri zbW?yJhA>CUgGNfQ)R559e_F<>W$!wjRp(kWX-s4}C{OaB^Y#zoI^g(oMYw%8E7I)Rt(j7daZ!xU*3j9qA8eZN5@1 zxlJB^LOE^-<2=@4Ll_l5D{7YnV06kN;J*Is z-PG1>jYyyYCcBmLgvu%kr(qJshrj(0d16ut*Z)_9A*i-0qWIMpr?N4xr}HG8$& z?kAtx%krAXtb>bCJQBy05IF(D(-gqIM>P-&fJ!Lev%FVo=hYC;^Wr~Bh&X|oI=flw z$`fxhiepWk*#oW%f@Qv2IY;2Ngaw(3$gUQ@L?<7K^Dm?TGMZBkuC|s7K!s&rNpKex z^U{^bK%iKm%q`HK@}&-UD%L&uLO)~F`p@CNml+ApgmwPrpvGh@p$)s|jMddXI?T8E zjsi23$ z$shmITH~pRbe;~SwwLK(t#1;?lZrnmx_=QN(zjdwjZey}jh`|NugT5C$m#9jKj|B* zdUbxNmNi&3z9t0m;Et-g!y3v#I=Br3bw916bU2I8cn;YoPG@~~R;8@d#_U4Id%19U zI{WuPWS4gVKcl zRf$WSqQj^vq6q(h$@;x8KU2o=MAY46g8OE=_7juh1?K(D1!CT22EW%cTihP2ejs;u zCR3Mm-SWH>08Q-O!bq!&p~6k`C`#BNVik?$%vfrlg-yU)8ds9RZCT3PNFISn@# zY3{F#)Q`dM`WC{xKr#sOhl`DlK7YOW+AJyQGAde19sAY7tCk^=XwYDPY7)n3|6TfK zl9>h5!S%2=Ha;4=-5lz}@x;f6>!_Bubgf(8@}s$fFKZ@G4^}!EJvSvY(kKG*$WKow z+3;H)XBX?PDvjR{)*81Qd|TpW#w+$nLCG6z<%hluAhp)$J=T4*I~!8XZ8*(50aWij z5{17nXPjj-x1I@u{xVsqSmjEQ7bS378;^@5iCo1Ag}LW*zMBvO)@qI3llU>?SvjtX z8JXNzbAv_`mE`pCAYmVCs@ju^xto%jFDU#S|0V2*J2a>C@UxwU#z3g76+0)1A4Y^S<(z zVWvkt93{iLO7A|V_9ifc{TQeYYwKGPe2=EUU`jmm4o)jmSpwKL6Q4Y zY?nQx&2VD*cfX-mHe^epKj zNR5f~+sx*zM(ws!ZvVaPq)M#j>&JV0dxrxt34JUqE$Nw=55^o->TDil$G)lN~ zc8?5Jp@gHvdwbY;iy!KYF#x1L-#EQQu3BLSzJC|qiVJpVPr%-@ovN?G87+e@WejU? z+s@uV7g+AIC;9%vGP|t!1+3Ij109JjoVASzP}FayNp4K_u)QqvHSHB0iE8k6*t1%Q zwawCtEW9#uVjjgiHm;(iS{8TQyFHa#pck*Ev?%*yNSt$~g>+ZYIw&MdzIz5AD$PqX zay1div?%XYo>GZr6f&*PTjr&q>bt1FQd^cL`ionm<`XIXJX{AIXeQ$cto9810i6b8gY29aMolp1Dv$mvr zpGpWhyU^QBTJ>3-^7(9}b>;Ekr6CWpWT1%#r^&f#zDch&p5Zs_;1{DED$8E^P2?ry zxk(lM9Ct-p(Q3=+h%~2IihLuDJ}Bx)FK4t>UMdx=J{ZRL&Y%&q$r7Y~m4D|%CNJ`O zK2i!NYTNL1P{+Z4MoR9CEnA=W%<>iIlu}EO==L_R>0_nzwNP}LfbXRY&kDPCHm!Sz zLhoS$=HclLlsPJA98rQiBT0KlM`$41>Pv;tRVk)FcQ4qF9M_Y+4+X@keFzQ+o9Aj^ z1Md2>O)6Rv|DoTcv@W-6zR%U%L|QW%4c4UVv+qBlXaW~i zXGD(sp-O5hWU>}_De0-h^uJeu+bcsBH))tD2qCsTQhk(|z}?Bk!nz_qV+;Z^?-nL1 z%BKH@r0BXV+PCUEs3bzvHOShO@Cp&|e;gV*j(M@3SZ{zg0E+ z`ga)5P@${R`E)z5&ZT27klJ1?p%SD*zm@rw>Eui=nHSM^5Of~e1w^F{oL!|RsX~U^ z=^g6ZORyr?1YvV|NC=1}+DUUFCQF5f9S&W|TiufdnwXyVNfqjN%2)2Nnqbc9DfKCTQfbf_GQON&LiCvf`f^Zl~n*nm{oZ4Nxxdq}|9 zG?7|hP4#m1Xa&%|^xL1US?!=qq(L2&>IA1wvs^aR$)*^HhfaNHCM_fgv9q=h!arZF z=aUdadyVtuY?oU$92AopGlZB@W5|o%i>%9j3OJiRNuK4O(yGCK8cb;gnihSRmbukw zz28AG^S=y=DwN|wf94Yzcs!*iWRn!!qjeDlxbD!cs5G zsCy==GyaOVsINOhE9H-rh!ASod@NFXsk(RDXF9dS$Si2akKh0BI&#vxR!A38w7hv^(v=%j` z-B-K$W_q`WnJ;T-_QrPhF-rsgZ(%MjbwI(UIlj$oFpCMtU_Y0g%<~T8i;WIMZm}`y z`|etc$AE0)NxM-LG$!ip^^jIeYZi}pa`vzp%+h%+A@Ix_vH1os4lH~mWZiN{k~{Q3 zK9h-%qvebVl9b=FXHIgBbh7+wy~qO9$!asleR(aiDNignm;pX1ve6kjU*A2(lV4tL z5gyuc)})=)fzvzIky(Fp(ku`b+zrS8J;mE*Enx#H^)4q-IaHiDu?-bG=#}DL7 zGJ_k}0lU}BHU}#qdXcM$de@ZT`TEqLi{0EQtn-ti+vYwr?25XpY7xchwWED<@08IK zU6ZY(1k%bv$bdln7g1i*k7{-Ph~7uyzVa}7&AZHlS`X}!6~(z#^8-y79^hH#q@J@r zul|)0O|Rq8S-#bkryDmPViLou3iQ^ZF7JJQ>ciA{T^2OfY;zyn?=U55EH3YgG$yP+ zJ}{VRUw;)Yvhgy7F*wxsx_l%vy(yeVC0Fzp*@g@j0Fo!aRi9%F9+98Te2#2H6S~`K zbHAFH`y`umj~#C_)2DFQkjBAG0^d4A3hh*QL#*&{BHCZ6?KIB4aw6&ILxPC*it0B! zz$VYGFNMkEe#^m1_+)q7uhEfXYLJYcFqkS!XMprMIV~vFN!*pAxs_&PparW@IB>0l z&3Pfg)pfZA{bp}?W8ZFCo8!`gF$$w)(sb@B$)j`~7K&SiJI+82bkI4ult{zTg-!t) ztHdsUU{2`t*7X!J{YWGZdMU+BFd&H?Dn(C6({^Zk5#FcXV4?$_B6N)R>5#_XX*3?Ndn@jtLL-q7hAi}zyrhcaTaIe$yeIW z;_ZmPcyqk!nXYC-VnuA)(NK0dk8eT1&8OjKYYwBYZ9oYst`7h|UP~rhkm+w^zid7W zcx?ZgoaOh|V;~&)#zNfRvWDG$Oa=G@xH)b{zUJKm;-QDUH;=ly+S`8|zt@1U+LGkm z9*)70f6B*;5E*F@WjO3GE6!h!KZ$G6uQca7Z?RPL9<>T&6BWpRWvcZ@R&+<|0iXkvfjb*0)O;>tvr607~qy zBQ$AKNXZ%7pnh72DSu(U?y1qyo2bd;ZU+rLBsDcS8v?TSiY-?I5+3?{8vC;bcR$SD zd?-1W?2YEUi0vDxdHB4|TR5jIxu3f}f0!^{so3nwB+vNXurcb&-xwA03mQZ+#{TEI z2(ZDuX)V_RcN>R314nlx51U!X_MDciKRni@EZ(&&o^}s;W8t#}uA3a^>B*K?@U;r1rO$s`eh?k9F&}f@eqf5@5Ha-mD;YuN6jA5DQch#nnEQcaF&r z^IR_E%V-e$Bgf(x1&Acv$g1nlql=VACyKPvQc33XsPFsi1n16H^-ijKd&86N39X`a ze-stv)YjIj$>sh-5@CJX+*7JYhLwX>2^e*?DdGp9Q;oKkq*@Y z`_I|_)$$)c^1t5D<6}U85V>kD9*oKwxvEbP_MCV{|tH!hq2OMvorNcYNRX`)}Lt?EKC-_kHfT?(4ap*;zGZW#zK(xJ2}A z|03$RUc2eHkPuvUI%3X8122csN3m&XKJx36b8{MEbT@s7c0N#(F>h*Wsix zo%7${m>6vg>l{7qL_|iC*b5hxlz7Y{kuP7qY!`x+pzgwtx>?P2=^Iy0wF5I$u zko_|sX)LTJJ)I7vieY7Cy{@jPARVl{kaQZXw6(Wql9q0HAu5W^!~gQXnThMbU|-*v zuCj7ZSbjd6d4+yfkm>vPvr02FGn?#4ANa|{eL z;K1G8T@bZE*T!Jy{C^t;Ma3JEF7t}Z3yJ7nR8DqwTRG&r>{HpNkDgLQ^1E;7bfOM? zxoRW-=T5%GHPzK~-dqz6Mmz)r1fU5ae$9B`^qp(2eh#&f4F4r#F)@AwOt!UUkFK83 z608>ff0~q*-Tz;^D}g}1M(U6J{|XmS@3**PcHa10GoJ5#WOw&>EJGAEtNo`Jw)_kp zo6-C)0T}3v<@R#@o<0sYMT*3r{v@|sgF4&zKpGP}H+9>$1p=L)6=CfOl9UsNnw5_= znwq0lNs&3ytL3hB!&~-|N#&h4GU0&X>*^-P#^kstIxCA8CLgA-Io8p(E@~SY(J>Y* zyZ%S!Yn7@q8-kp38D!)x5K?qekZwSEzoBg38|?&jmHi-hVAnx47TIc%v04`#C0tSdu|I>-#qdGQXrG z+Ez#n5WRxQZis1NF+R=_3Ky z=FGT_?z_GWGGuJgHaA!2Z*_GKuQ35xM6@F5hk?!mrtxke4b({tp@a9+M4?b)f>qVjw){u8 zPh8g$^%z_m^^CoPr>3Ufv~=qM_Q>0o5M^e@>2RV502b|>ixv%ONd z0jUEx1fs9+8I|&c)mo*Z_<4msIedhvS1=8~KWimcg<(0#(9vx2_q&Ytb@JT^F~~PL ztvC`&;_2oK;k!6=aFypnYR3W|&IzJ}U=zY%`FbOsIY-gp;NU1)(U^e&H6R?TK%vmG z)~vy`EmBhnSVyj4~|v9t|4@%XRYM&S4lpxcI^H%{=as3?v5! z2P`Zszw%;X2`Dk(U429l>@)vhZq1dHkx^SsErP>A@v^8-B^x;3(Wp%8rNlET(BYJ! zQ-$3`zD1^u$(N_H%F4KI>qE=1fGgC?nq6SEx~i5|{;ywQ!{0@7ZE_gDC;YX{&+=wl zR>dn?G*rlDb@nwYhnx1c*U~xkveATpvnOVs0H>4O8%3p1Bw2Wb$buu*y21?jxi~vU z_SHCo82NfzA{lSbdjAPq{4Wvs5MY6^T1i|Je+{tmNi*#vN^ zm`+~*gUDQCmDK$HlDdW2g8lkij}P|t9CmhgUESRti>~D1indNp1%-v->+9>rdi%#y z*>XW*mpfJ7n?I9PH8fcG`D2TVxwf{ps^6T*nZIW0?pB&}?zDN%!_$L-XQd76Gz@;nW6V59J7qT{HrZW#>f9plwWsc-@ikK;8+h{wybD!liJ&u#4{;PBy1uyk%$c+A;rKCX+ zzrDIkM@a@Ac!@uq;aRr}9gs4kqoe=j3KEtHL|WoCAx*DK-@t%*e;g~`6WM&b$CQ-4 zljI$=;u zbMoBWoN-o|o15GDGD$$+&t&6SbmTUaf_F{c4JV-aRL0x34mUCG7I}RFXmVt>PW^6@ z4B`CNMd-A={t~y8s1?o5TbEwFwk+#$bB<;_Z8oT~rgx*-**Zjc5G7`2j)oy0%Tji$%b0DBJ%1k6rd35ptx6K4dcGO)i*#g=7;PN`}=T9>O3SnX4zf)5T6Tr*+|~gQv{s}p(3qAgTn{YDb*|{?Fn%&HMAed-2D|0tx2m} zna8~MOv&aAK}gYD0Chr_@w*_ElIP%g|#2YtZ=@OvbnDf8P5E2zVnEis#uXUha0}t3a zVK)4zgf!zD8zq3Z=*7tQutDL}y6*vUTvH7=iXEg5o#qaJI)}~B15jG$BvnWxxf3xl zab(d=*T6;VE8V&nU^;i$#|%3@3>`8ZO5j@X{Tb*PMwlP)5Z!aoq=x6iP-CPlwRxutKHi&IMRWkKrpo-b0<8unFtrbyISEm-T zeN>R;FY#Rj@&j0n3tK$sJfDpTj{oyH+|OwAnF}AE5pfsph!ZJsC=e}dfN0~3g)gr0 z2AmU)%G^pei?b0g&d&BF)#>THTD<3ZFM5(lsD8^XJi`I{o7SYAd?Z~uY3$sNC5`?o z4aanaKkML>?u5CYB;1*L_~R#Z4aazo(NM$r)aMJwB&*o?_#g-p@PkUv-S-j_62#{- z_4Q&sFh*@Ht&wNEJx+cWFOE>eb$P>*Zu4mOckDRU0aBLd12<24FJnv!GN$H#7W-H{ z!|d+T49iN#tSx_znq?pXD#TDf8F6uHSg+e0w&Q1Bp7Xp1!b49L+H9;GO`{|ycUN2b zoQ0d4+YgL{&y!P9dX1LV)Fk%wDBlZ|#d__&uRA_=kBf`z8y#gA7ET00?a79wr;woa zkZDg8^?U#&C8ePK-{;1@2TIb|hEaaUIkBl?0|lT06BkbfrfW1bG%|!2ITie%i%oXF;UORf2M2iB|N0$@d-jleM}L9Jgzb_`(-fn8g*}^uQ?>n zPVS3(U3t$To&S0}_gj_m^0=xOs?8})g|9|Tn!brL-CRoxk%#!G8k2A>wL(jel5w+IjwDhQk7}>dH;=8xIM;Iz7QK}T;gIQR%co$ z-}q%b7=c(cxB7tY&#v-x;-yWRj1@BjDWI6EolF4IZ{llu;c~J9xA|c-UxF)z^p%$` zE=o1?NE2YDp^9&aWT3gb_w(g0J1=inCip|Mf{UElLI&qk$;sTpAUC4Lw>D^W@pGQe zcGV#!W!%y(%|EZ3O)9VW+QefN%*~lly|9A%`V=YX>7Rv#1$0vTwTx5B9|y;0bc75D zd+7XuqJ`PTAHj3xhwB;0;+B?7poIVM;X_&7h;-pg_u5tnMbFDxWfZa>MfK9uU#cm6gpsX}VF$Hj)v zT%U&RQPD!r$hSc18D)4@tSowbj!wYQ0tIjk`W9p(fC`L6wI(3z8IpHonm zTG1^^U=Q_{fmrC0q{&On#l@wU9+$U%>5IZbJ}}j8o3Y6n9^`GED>#p);{WpX>-~;p zz9&zfocT%v-rc#s+zIc5sH+o#z4r2|s}s`FXhMkT)qsb{tQ=(u1Z9=<+X9*EO$E;< z*iVu}nNmP0K6<)~G=O_@zsc7y8%p6XHfhaVU9}t^ACGwfdf)RXivLYRpHFb|cOI*~ zyZ!da1V+~Y-0~An$@iJzqdr+}hXIG5+MeDMVq559w_fER7f#JN;2mH3-or)t=iojj zDXC)0*1~3%{mgx?ASLc#vAA$h@+x`efY7+GKZpNDnJ2@bj|!_1!hSts ztB-voOIF>@ZImD|m%D4tmEL{%qd~=9{<1BX+7C`zKK*92$quMAUu>7_hi6J6G%JU{ zDe@|hKkq!mRQy$wu@f(Ey~2*ajO<>*;}H(;_!5^1D&=n(n9#oOX-ayyb=SG|OBd>? zG)`kJ7EdrCAp(v&mLu>5b)efWZ!Gz!ZY|(xAErqw@zjqk$c3{ zAKLR98dAL$yhDM;?srkq3rDd}O5H=UL}8IV#7x5$7W%u@QxMacBd7A($;oXsSTsiDn`Fz^t9s%uhKox- z^$>5U7g`lvmZ@Fvj|w#NpI6v)Kcq@27)CetpA`GAFmnAyVp4w1^q&$LrufX)7(pE$ zkTj2Jz`f5fO>9Cb6?(vugq#;F-gi2_{#G+M!QiyIac@(IeiN|*b?z!%ZFqrWB<9Bu zC{$t5Tnz-Svi(wsX17Ay^V+YTM=}7uhI@nC^}1|5nRl_n;BUoNCT)Gm-^peOX2vUG zKg$D8rrBTG#zx83z?ac$?ug^(uCmnPl^PqQytF z&RAC?kTFbTq8xHJ;A$jD(xgCT&esTw$i*-957rZ<=DXmW^EY6s=yG_hi5DuT@DW(Siie&wQ{ zpCC*~{uCiSiQm3@CFk!i4fn!W z14%H79(lUpC z5?+94MWU<*lRQGvEl00E>?^gzzrrs{Di^}MUT3f(fYn5P2qZzwh)7=Ed;OrqjFCt5 zYv3o$bLB3GO@nwG6R#{?UaE6~AuT;KLmXZ#kt}$+lp)b*jDUAJhw@wUCGWk=$N6Kb zznJi`d?YGR9V2v!*(Z9R%J~+`n@^+?f1qZ-^Dt!xu3dcoYw-{QEsB{e9qgv3MuxEdzpZTgH7Yr5Qn&u67d`(5ydwg>rN)Q=e*GrFbh z)H!d}mh+3HtSqx?q-QD3#oxlv&B-p^d329)eirLbDo$s0XMfQcZ}KZTrV`E1#7>pw zLw3lOpO_4IEZg5;Ym{f9x4-Rj_8wnUI!lg=Zg;O_{=AZwU1b0A&~w-8 zUy@oINW34E!F>vpw7#&}^@IfSf0_55vN>&k;-ae6CEl8lH4(et`iHBHxL~6LUn=k# zQ_BGyeEyb0i1(T>z%gy0X|QyelZ5@z#b1(h6$M29o)FLNk5HoTTNOQ}(vq@w?ohM- z+aq9A@FKt9Q;(g+=taq2t0(b(%Tia)n~zKVq&)w6OM_Q<{N3O2<3lO-=ZfA{vr-E9 z$Ul2mxz%sGvXVu~q8LZ#it+`kBCYDPTA9Kh>8NKsi~## zncV~GFZLHN!fmqrPU~B50YnZc#Y6zib$(DyOKWdTs-}#FtQ39tY6*G%GypQxBdtg= z%pH)S1bzR~QMz8ZZdf!j7F9(Z_yBo3puQV!sgk*dDbaJW7}uyA$?O+}vJ~d7es_WG zce`9((|?L#ExF`H^epa^WHPwpAjlWmCfWYnaPbNUgliw?Z*q~FPyS9EO7RxiI|eEH zZ+q(cUBaWV9<`FCU1sZk*e}Q~49uec@TWW7enOyyeSQTUA)NEh9zx9)5Zr}$P;T&p zLw4z)GH!ye+kcaEXvnyUDU{n8RK{#=OlO|UurlC;v1Rp6ie}YeCP!$~QI#v7r}kDq zOwOGDu&SnhDcsq5q4|?w+Z^}Q54(;L0W~InGwmTcOJT?l_VsBh=;Q~eF8C?Y_ zn=8$N;b_mvOa>;TT-6#2&9wtSYAgFOT&}+h5Pt%=`YBeX6Vaxw! z?d$*rmq8t!Yw1(DlVtU?v<8FgzqU%&e9fp}sVqCg&Eg!f+^Gf`KR@wg__nP3p7wX) z3_K*!DdZuTZEvi(bb|;}?m^7-U`BqPn-|$@`HB?dHxHecaB{OAf?pFt+F+*q55e zZ*fswT|HI!_t|gA~oi&X@D!3GFKDVH(|H{q{dO3NY^$ptxrS zusBK+-`Kf1qY*Gh62QCfG-59Ob}D-7uMP*{hI?9yDN_5ly@ug4=~7=_D3i0FSX*nJ z2-I+Tt@&mYowLK79GDBu_%kvL{iI5-zLTK^?Y8do?ALalLcMFbVxBHlNoQLqNolXf zSh>sN9ki=0(D*W&XyQr4ymow0r$csX`kqK%lXIr}qo~!?-2=|r5Mj9EQW|MI6=As_ zw;|MkZZ>H+&Px4X2@$OsUF>&OM}A-7J`&7F6tttCFkW!eu|Zqf%cr4Rq95$nmcqQ( za-*LCZaOg=H04tM8}WzqV`n9ES22|tr|J-~1(Kf&$>c!)k+PGj-Gg(+d))w3CsN_? z22c0&ZZZe=GrHIN)ja4#gxAElM>;i+5#*A6@tSZFr{kN2*)H$kR~J)8ffq)2j^Or*=W%8Ry=`s(AF!K|Ugx1-SwggV5tncTz}cCxOt?9zlGq zn@;(rrtPNsU^b3oF6oak6evjfYv8QFLwA!Dv6u;|gu~d{$qI7ag#w5CQf8ivueQv?q?9*vba4_>hg%`@Zx0x@ttnh6KC@?j5|npK zVD?8V1sX;0wj>y^ZnAj7e7ElyUrDKDHYe=Hm}9^^^xBvL@SG2wTKlniTwT)u=OkNr zFj=bW9y_%+k8D_Tq;C3KZte>GVr|h~M!0~kqhoJ}(l6;L?}2?!N7R{IVaBx-u3t1> z=Iwh};cJ5Uz*0W_emrolm@e(frPc$e9^#L(f$QL>XHrpS zKIHG$;k_k_DyT6VYqtSag@E+*A6587LzZ_uivOzyX=qvtPP zEZe{FmN#p4fCO?5j%Ob%BaWf=1x zl9hc>s{b7!EZZiN)t`I!RJQX~Ogw$-(pp;jb?N8%(BeBjOF z${g=b97NzZ1t9uxua+i;o&}R5P6+vIcg?gT<9893kFZWYuH};cr2|{dwyEF>5*tyuhU`{QCBv!_E)c}n2Bro*>SW=Csq*A8)9hW-P?HD}>}_~nf}^cQ5ft*147yq8fKkG}Wi}ct)fEkXd9IP+hMyT@ z&PKddki^v+;x{i@A}e*82|06%dcYjcIbg zu-7}d-z#0Rr?`O23l4)(r%RA@#j5nWLM_(+CUvzGG*T$&N zrpz}?g>ky**aIj}wW6Ho9cj`Z3q-l&vIl~1`>bB(6=`U3G9l{X*Y^O34aZCnTnnXs z^>)ZRD@|!Ti}E!vd&HHW{uIti#5P$I#P(Qq^pGL{af1!DSGAkm;(t;a{S20V_YCxS zNFa@ldAS3{AeIll5fwgIjn@`% zTh|ByQOm2T5dd(O5p=gk^5pLuKL*X?w(VBU?;`w`eUB)3jQVOJ$j>8k)+18bISZdh zz8)SY&tQ-;#9#wD6G{IA{vJFyI0(lp6*mHq+u*fD)YxHZ>*HzuQ^PsYlsy&oJAXl0 zoek7&Q=;Cj!z$msh$q<5g6(&TA4YqdpjVnk2u^o~TTyi-Z(KB+BWODqbts10`(9X9 zY*k-Y6|bE$5j&e%tg;q<+PvxC3*@u3|++d03zs z3fmpeC{ycZ8sE2PF(=qr{Vvh1o~a)MSsgBrbWfMbz*m|OI}$1f(-f8&^){|AOxjad z%r{|YX+n%e0?ib9+U=ff2$H+#oC@@@O9;{oZGCt`x!H9leep2LrJeMSx`Ur^&pl@UA_Ct&QU zuh_JqZWZSgoJU40JF0TSs0R(#*E^*t)ALPJcdC!Z_rwtGx4W*067Z;O+ zsumR$p#WS1BgtP~d$v4{~UZu6O|%4d;=+kppj_+r# zWecwETh-HjudNL#(}%HV)2jg^K-kpC(2$1pP)d8Eo^ihgOv=;fXraXq4D8;fks*=D z>$^;Nr`WhTO@-0#IHl3mOG^8Zgv#SRnn-}@Q*PRRPdSQ8&d*QE4Lt%3I)OfL(Qnbp z!UCmoluIqW0*@d>@QuHbDIV&g?RKAi_yA?g=+0K~UDlml_nfe)hPlrX-35xWebi;U z&=q5m?%#Pq)KqJFmr`n95CEDh=pqy5T4zYdq}aejVg^7^-(GGIRfQ@wa&~L!lx9{UXuCC=GwM|az)tDM#IBD+NVUl z0nRCcgSTBcSVkSrsq!S&(c*bg%~4Il{gqMwfyj(EIIrX}SLv6F;@PM0t9O|Z~5I!9=W*s zvyQeAEK*4I!KS_$3t87ST)XIMKe-RQCSzW0^S@66YKWe%qb`u8SRP?;%~q4zBp#kR{2 z>C9`msL?Rt*`(f8wLc2CH2vI88cIA}0-ruuh-}iI)IQSCAMM!y96T_K$+q<0aja0bRhhm1Cu2)+hnmALC5fV~+ zONc?%ib?4ISadj=qdBz?)W&TZ-1ohGw+5cVq~MtWx6FjMb1%qkhzqiP#cvmUMJQnc zF&C?0xfz5YEsX~?)K{M$+zxe!+B{au9a)L`Jy|@2_;x?zY)29$Uug0`^n2 zpt9GE<1$*mZb^KK-j%^1ufB+R%ESB*#vZbEV#4Jd#M;6Hej#>T1L*G-siNmT!rQv!C`~Gy-?ytk} zgH~KpGlGk(z}3|LOhN4Ne5d!W#DmYqUE77ig(m;B6htlccsc8pvh?FGFNkJ9z{T@q zD=}Db9SX>tF?N4{Di}wphs4tco+9ZMnw)mN!^cL&h^-0Ib$fRid?=orS#{F!)Bvi+_hAQ}@`A{EV z6=J7W;(JDF>j5F0f}&L`C00!)Q?ilq8tZm8&U@YpVb@2mjDOvHGNzkuNIqH{joOm7 zQd~HHLQ+aa6~wqZTNC+HJ=s%+_9&Rrc*Es~JA8f~TL_T!1U^o22?z@EgMz39t%1Fb zvN?st?XU=(K?L;X{bfK?2(Du*Aw1VjhiV8Eaf7m6M~8%S`F_LGQ`Wjzbbgu~+U(Iw z?{(~*X3=27$IAqy)~P8LpR6}NA!UfOtYyd~>w=buC|c#0^){r!h6=#qaY!WFrYkH` zMR$-*@6N$VyWVlrd(Zj75s+Tz@^;I`+~;(liMCyS{?8h>i6>`Zp2N1S<9n0F8%E;L3a&_iF=oUQUHgI^d(#+j zZeJ}*^jY{gUIfEwr1ZiN>%O!aW25Fs#ax@ZW+?GFK0s(B(1?MUJP40uz3FHKyi;{d z+_at|U_}tmu5FF1g>V@+)gwsWIypG7Ff#`s9pNR2#a%_oo*%6WrpXZz1RNY3&p9|c zFxZLN*@1=TMv^Q2ox;MkfPj;aY+4L3lvuHU0QYVV^CEPnfX|i+S5s4S&V532&TG-n z*Zer+E#{hhEt>HU&5Zg`xM%)-i`&gMD<7&j9|>l+d@>L&3|yW*q$|?+LM@z6Xc9@i z*LW|7@M;$t_Tb~`ye%=$M4JUo{XA~SL~5Hu!BM{g)R4JJ?{*nq5WrUf&aDv-g5Sxc z*QK1RsQ0;kh}mO|W+&tf#~N6%k!C7JEp%t)UtV3_EZZ_wh6>@t5mrYsCXtXdcbd|uk< zP!C(Xi6jV&9Jx0bDHpz#FPeX#%q8G|$N=0hbrXmgi!3@n#hGVkx%Q< zq{oNN2HM}hnKHDFd|5Ng6stwVG>$jk1@P)pU5Sb*W{C}}|HwX^Yj|Izb+^1k^WX)> zViZ&!e?|16j~?DnPIdKqtcI+Aj4vpz43lT^)FH aXYvmDg&!-|A+XQ#otH{lily?VU;YnmoHY0V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/apps.rc b/themes/Mint-Y-Havelock/gtk-2.0/apps.rc new file mode 100644 index 0000000..8820077 --- /dev/null +++ b/themes/Mint-Y-Havelock/gtk-2.0/apps.rc @@ -0,0 +1,45 @@ + +########### FILE MANAGERS ############## + +style "thunar-handle" { GtkPaned::handle-size = 2 } + +style "dark-sidebar" { + GtkTreeView::odd_row_color = @dark_sidebar_bg + GtkTreeView::even_row_color = @dark_sidebar_bg + + + base[NORMAL] = @dark_sidebar_bg + base[INSENSITIVE] = @dark_sidebar_bg + + text[NORMAL] = "#C3C3C3" + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color +} + +style "thunar-frame" { + xthickness = 0 + ythickness = 0 +} + +# Thunar +widget_class "*ThunarWindow*." style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*." style "thunar-handle" + +# Caja +widget_class "*CajaSidePane*" style "dark-sidebar" + + + +####### TERMINAL ################ + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#3f3f3f" + + TerminalScreen::background-darkness = 0.9 +} + +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-down-insens.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-down-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..3c82734ccecd0d46e1c7d6f772a939e3059f65db GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprS}m7sn8e z=;V&I-QQ9gnj^m7uxfj;;>NrP^$v#~=N$hM9%qeWAFr75Ev(GWdkSO9bKID@1N5fo z>X|RoR%7V+Tzqq(no7YD5yq_{EuRjYVOja4{~X8D_6>}AzGB_}8(vugEn)C<^>bP0 Hl+XkK$zewG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-down-prelight.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-down-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb9bd94e0d18ed91c0451a57a74266f6342080e GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Rlb*Djx8V882Y>n~X~?aQC{D;qezOk=otS~6|Zx185MuTMU9;DRvslJBMk4I;(g zW#0e1Y`yWh|M``EaVt1w|JXinjLIwRK6r+u$?oO6y>pEO%ozT}soERg&w2~Ag~8L+ K&t;ucLK6T`L{Jd` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-down-small-insens.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-down-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..8783904837669f08cc0a31ab41280df545c0e2dd GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdt@X7sn8e z=;VY0Y)P+^OcmEie7#|1pnOVunW+<(hJxg6p~t)vQ+oQk)^<Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;VY0Y*q8VRXIk!vps*H=iat?{;_O4Ja?;X<*Tg^IQ^Hbp7zD&t=aq98+(^Ea<1Ci txcGU-`TO%8*UmZdtnh(SUJ_MS|;OXk;vd$@?2>{zUN6i2L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-down-small.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-down-small.png new file mode 100644 index 0000000000000000000000000000000000000000..0bf1768135edfeb9f295e277ab3c24f450db70de GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynTE)5S4_ zV`gukA=e=X5tsXQ#Z$I8DX4D{@|JGRFo0Ink!%Im}WSd< Vsk_eNV4wpTJYD@<);T3K0RU!KYF_{V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-down.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-down.png new file mode 100644 index 0000000000000000000000000000000000000000..f57c15e5b5e341064a895700d786e0e817c57819 GIT binary patch literal 308 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=r)5S4_ zV`l7`g?vo`5^WFP+Z#z3OYGrU9@L?>>Z{7RM7FezQa9F|OV}R7(^AYRCbIs3!&k13 zb4S?ziQSl!U-ykKL?rz4&6JpFPeto9*M1K^Z_oY6D*c%X&*3NH8cVmG*|XR`mg9P9 zID?)`$%Ux()&h(cLV<~qVLo@uPMoo1m_O6sWeekn4Y}4Hm%sS_jq|cBl6lT|fcZnt x?Xrofk*o}h+>gzeE|A3e;F^i=1!jgHO#ab!Gxp@}lm$AT!PC{xWt~$(69DyLZ?pga literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-left-insens.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-left-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..27104c666092dc737b56d5b2aedc2306911f5052 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&OrE{-7_ z(a8x6%>mDDblkAwn5=82yG{KXx5_EW$-=jVAM>WDeRLB)Ug8?nG}R@Y!Ik-d4_g~U z~}U&Kt(a0E{-7_ zvdIYy&1~D=wc4IPa3=5Fy}7pkt8X>VDLXiCF_2~5a7M3lUbk(1)#Za;Ro|Fg)thGW z@a)}m_j*-bxw_NNS|{7%RsX(Daojm~kHXQrz5(x4zReT0Jh*rdD+Fui3O>8`93hyF>reti+r#g_mDK{Qc2qX=G~Kk`5^zvD#gn5&r)kn%ZjNsZu~u80mF_Nao-VgQ zoP%+_U`)%0!|z2tO5acadF1XR3psYj4^MmcUl7==Q(bUQwsGl_y$q97W=bU2HL5>Y zyYBT{jq{&ZZvDnT!!s&0^ebb+nyu^!@8(p?KVq;fn6$<7@)n5$*|)#Rv_0JZyi$MC zwLp>BS<8Oz->cR2Xyg0e@()5Uy<=lYjr~}U&Kt&;*E{-7_ z(a9ZayL&lO(;6Bg*58dW_}BH<$E=nHQHS z%w%AkAUAu)yBkdbauce`Cp5*Bb-eoZVg{R7haZF5J+Zc!gHx9Q&1dj*^>bP0l+XkK DOIt<` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-right-prelight.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-right-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..ab6c74c66fb0c2068c57c64ea83467a6d00d735e GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-XRE{-7_ z(aA3=ukGE?*vrUNb*uW{_jhlewH56?UH$LtoL7R4Cy#yq^KRcYP3EWH{NDV$zgc{d zfuPD|ZSJIJU;n(dH1-rZlEb9=;z?^p-Nnr{Le?(o3=_On9r+sX{svmW;OXk;vd$@? F2>@9UPZt0H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-right.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-right.png new file mode 100644 index 0000000000000000000000000000000000000000..cf97804f087153224799ef63c023fe7716ec35a9 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!3-qTT-L4!Qq09po*^6@9Je3(KLE)UctjQh zm0t&8MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1S-0(?ST zfplnSXl`z9Y;0^&Qc`4OWMX1sbaZq?LX+T+?cJk_1FLTLgg9>XRBF1mzx;atZdeG@5z5PbKmCFlN*nTdi}BA W%*4cF_Nx`Box#)9&t;ucLK6Ueo@&tm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-up-insens.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-up-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..1be55d33d9e2f52417c3bc08a7e578f2519f9992 GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprUY37sn8e z=;Q>3=74`MdIIV=q?Hax28-Mlj(vEXTR5TnbnnY9PKHN+V#+3PJ)1FQ$GZ$}wzi7L zJKo*sVH0b6vEs(O2=$IO3HAlwB-&>DiqLOax$&LhR)#5?#cC#-_$&ij!QkoY=d#Wz Gp$P!6b4hUk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-up-prelight.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-up-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd78cc1107853897ca9b1ce1d5cb13b94174cfb GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Q>3W{a0I_FgpN;h3NxP^|c@{>)mB!W9lWHjG{ zn{7%L>!sg977|I*j{NCg*RY~rlQAp)oWN(LZL*13KEY>%8T=Q?o7;rVnGUpt!PC{x JWt~$(698|ENR9vi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-up-small-insens.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-up-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..7b5eb9edfd2834e817c1af920ad01319db5afd16 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;Q>3=7@JIS_0(QSTYhiy}I-IJo6J8I}O}g-KM&qI5y>o%fED%?jt*nT{-4qWZ=@} se)ZTc=ay5CuPB^a9J2Vd#0Ex&SN8lbT`mVr2b#*@>FVdQ&MBb@0MtuE4gdfE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-up-small-prelight.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-up-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0436d3245b0cf77e8fc67360b19c53d14c60cf97 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdvp{7sn8e z=;Q>3X3s@?t<^h>6&#q|&tIIk-&XyX#X_e4lGW3`*t|7+UwdQkvPMpwE4QzGUU|Bq xaiRbA=gI!!5i6cot`~Qy?XNyB%$CEz&>k)|>HPJp&w(a0c)I$ztaD0e0sut#Mk@dS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-up-small.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-up-small.png new file mode 100644 index 0000000000000000000000000000000000000000..511056f0a7db868ef612e4644304e24dc75d46a5 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynS_)5S4_ zV`gv9THYo@5!d(G&Ron21#24FSr3Z32w%zza*kkPf194jE5f-+*uc47?iF*>qZN~9 zPxk(C$kP0r<^1fmyVt#*_gAlK<2AnGbK(renomQsZGZKym{P=Ikh}IQgU^&8_4j)# z+>gz$Z79vol}z4a_?hc~($bP2Hl2;B&vJV{@-Zm3unXpTX!X`tGCCy~PhNeD=OWN; N44$rjF6*2UngCe6UH1S0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-up.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/arrow-up.png new file mode 100644 index 0000000000000000000000000000000000000000..f05766b76126161c3c5fe61303a55eb224c42e63 GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=%)5S4_ zV`gaoLasvr5^nqJ%Z(gaW*^*Uk>a^Q@(X7VxAgT^X`Qm&8xk(MU#LzzsHCJ8|7c&+ z`Gi|f|1CTC=hDN1Q|>R;XmoXc|MzIl9jKlXe_NdQ^RbazG$ssn!AfM!{%j~?}AS4^O*F6E8*;!>a|}v z8P;qy^S!LkaP&;!0mm&$i%v-dm-=U{?RP0j=n}K9S?Xjp>&~vgcyqV(DCY(S>!2Ka=y z0_m+=w{G9QecQHeKoSBD95`?Y3@%-|1QdagmoH!Dd7h{R)WBO3gcyqV(DCY(S=}1o(uw z0_k(-&Yg#W3l}Z`xlf-yg$Vrn_wWDz|Hs{rPY2ml666=mAg{1%_ny5Eejc@4I}<2q z>gnPbA`zaP&^3dTS(k|?Cv^H^pW9I9BMc(6;vi;bs8?t?&% b7z4wi{u5Uo6jbT}4Pfwe^>bP0l+XkK*PdN< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/button-insensitive.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1a6660f5a0640b5ef8f8f05eb55598ff70779158 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}2l#}z z0_l7A?%ltC{}C8G27|ZnKma20>-X>9fBrmCl|BMg%2g8N7tA29uxt08y$>GzWGR(P z0E(JgcyqV(DCY(S=}1o(uw z0_k(-&Yg#W3l}Z`xlf)vfe8Hm^XJdszX|b^l|eR@1o;Is$SdsHy=U)(pGPg%&IAgY zdb&7-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkPe=FDX{-?_|#h=ldgqKyb?0;TF9iU(Nk~6PrsQo`*zCQ+Zpq2XDEh{|~-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkPexAHF)B+&`H;VCtVAfcr|1qkh~T#<$Cng8`0Bl#7@5vKjUV?%$sR*Z{;k!leg$j z@zQ%`%kQ;pc+|J;$>qmit~~yF?a9}>FTdY=_5Jz#pD#ZAeDnF&+t0uM{QdX$-+v(3 zet8`y&>HrVAirP+PcQFBkDo-FuUP>UO7wJb43P-WJ%3xMK|r7(v2)vsDd*Tf{_~$H zY1H#?_usTKv6fAzxST|y7YMlOI0W(Jcr~uA`qyxs;cQag!-c`suhZH8m>hqWw*ON6 vF%7}^iT!eyH#fJ4IMw?fpEyD3{~zwZ671bq8Yfl(Eo1O>^>bP0l+XkK-4~#M literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e1b6d89ba3e2070eb6be58334c194ef993c186 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF+v3bT01u+ec#^3b>VsaB6?Br%+Uvd7yC)SJM kY6b@H86&Hr7~gR*SXufne7Ew&CZJ{pPgg&ebxsLQ0OLMnVE_OC literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..a98d3d3938a1012658e2e85f9730e949eac15b90 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4F0iaG+cJgYUL}Q2fGVD+~dEtd2aFY)NM|yH^pw? zu48#0bSkB_>O1S-sjewLns?1~>=>r={{33RSd-xM{BzJdkdGNWUHx3vIVCg!0Bj^) AOaK4? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-button-active-rtl.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-button-active-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..47b91b76b7fcf51df43687e0fdb7244f2651b7ec GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!Hk~ty{MvfkTH50eP1$T>_GqFJGQ~Sf>+YO-YbnFoV3p?mc@C{QP79?WMTWJ$1+>^m`qwuiv1>qpK~wD$f+^>wwuj-J#Xf5pe6=S LS3j3^P6gcyqV(DCY@~pS zGe99tPZ!4!3CU!Q_9i1|wzg9<1q_rW4$iyTc4VHN&rOfIIS-EgcyqV(DCY@~pSR04cL zT!Hkxd-v|&zyIjbqsL(I?%g{e8wfss`SR=c@85s^h)Dn@W4pHIZh%2!W36e^S;k~OW3x^2krV!$%i!Y|W>|Z7 W*~_&5J~x1x7(8A5T-G@yGywoAO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-button-insensitive.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cbc15c9f6b51690674b2a0d643e4f47b0c3174a7 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!Hkxd-ooJ!P|Er0AYXr_T$&@-@pI-DKVeH0#w9a666=mAirz(g9krZWM7>D3Tb+} zIEF|_CTp}e89B4HtqT>{U?g!c&Xl)vZ_SKN6aVbE)Y-@=r`E;8VE=mBi@Kx~AD|`% MPgg&ebxsLQ0QRO>c>n+a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-button-rtl.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-button-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..e654a6bb0e2f4971144dfa28c0953b517d1f1697 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!HktbLY;3!G#MKfb1tvogcyqV(DCY@~pS zArg|w9?eZ5&TMU`W(pV_mOMD`X4jEgGH=a)5zf*p-bTgcyqV(DCY@~pS3<7*Y zT!D0G!_`GQUrgQqs((KgcyqV(DCY@~pS3<7*Y zT!D0G!_}FapH15NWa5seGxt49pK~jH?yZoC*CM7|FI#@EeEGeK757iw{dD^7r+@$c zvFw?05vYfwB*-tAfsHFOyYTn#*1ZO9KrtOp7sn8Z@Z=x6H#2idNvxALI&d(EWpbjB t(C);J%@hA_678%#D|qlgcyqV(DCY@~pS3<7*Y zT!D0G!_`GQUrgQqs(0I??#&OT?sznH_tUi5H$x^~iczf*T+ppig z_rz@U0ohs-}Xu6a?P|(=Z#W6%8Jb4Bu>*jBD2@Q;H{oDm+%(od? zW@j=soi#|z*gSLMpF@2gl#`DzvsKKP^P7R8M^Pr^b>^lXpmqjNS3j3^P6hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkaez;V zE07LtxH@z5v)(QDdpAFry7STW-A~eH-%OixGi2hmh$+`gmfk5{dZ%pJ-6J>N9=-AQ z>$mUU59|XuinAohFPMRiD>J*W@b~ZTugtfAf)<`Gjv*T7lLa0;e)!0Rou@|TOb?Gl z!|bVy+z*ltshv7$pylNq_-5g`!)?A(`scEG=Wu=aoOH~FVMid->>HoX=K#%M@O1Ta JS?83{1OU2VXlnof literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..1744bbe8887c6e6a4bdc3448f8c9c4d3fc9b9ddd GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zT%SID`t14hmoHzwdiCn-*RS8cef#zM_wPS{{{8zmbH}b4pfYt&7sn8ZsmTcqjF;Kk ziX;kn95#512)rq3dw5tc`M^8(1@|91Y-MEF`zV8_Aw{VisD;7P)z4*}Q$iB}-Dprn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-insensitive-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b39eeb781f19eefa4f969f3542dac495cc6e22 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zT%SID`t14hmoHzwdiCn-*RS8cef$3X`|m%0{{8#+=(R-8RG6$v_PZp00i_>zopr01p{XJOBUy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-insensitive-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..eb794b50b874743b10672781427a5f88f1f35b57 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zTpvAp^!V}Pr_Vs({f7@^Jo2{dG1>Te~vg~e7%-B5fZ_^X^3HK)+VqthCS2k5-)%`A@Mg~t;KbLh*2~7Z7 C`cZ!X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-insensitive.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1e905a7c5dbbf7c6c4d47ef42dc5a9ce063b142c GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSGLLdn_AC50lsNg`Baw-Lv#xa$)68GnftnaRUHx3vIVCg!0Q);s AegFUf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-notebook-rtl.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/combo-entry-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..9f877d8b42dcc6c721c16cfe0630fcebb0c5a3fc GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSbOU@s zT!Hk}t5;vVc=77htNTyhJ$U-=(ew9@o`1M<>*e`t&n{ele)HbzoA+OT`1JkXzkk`g zHq8K8SrX(I%)rLYlbKUo@>^)Sls{0=*we)^L?S$S1}E$0Z*~a{jBfqh1!l~*8Chm$ xGB%wxNX*zgbK;*veIJyQkFc^;%$QTlz)<;KM)_RNgcyqV(DCY@~pSR04cL zT!Hk}t5=^rdv^c+{Ra;oJbLu#%9ShU&!4|=;ljgcyqV(DCY@~pSv;urW zT!Hk}t5;vVc=77htGjpa-nnz<9uPcuaQX7(^XJcBxNzb6_3N)*zyA8|J43}0S&)4t zL4LsuY}`DVImIQvg{DjS0|gB|T^vIs!jorkvTptslhDBE*3VpE#(bNNWp*ZG(^-SW qjLkDA{yEh5K{@#dBij-KMh2JZ(i;gcyqV(DCY@~pS)B}7% zT!Hk}t5=^rdv+TP?%ut7|Ni~UmoJ|`fBwRS3)in-fA#wH*Kgk=mCPpqm2#8>`2{nu zab;!~7XEg*=+F)n)ADq243P*=w%EIgnM+Dyo3zn^gF!5l6NQ9!Cw6R}_;(Xe=ia-5 d2i>@Y85HMB?66P!tqs)0;OXk;vd$@?2>_5%S^NM1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/down-background-disable-rtl.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/down-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..ed124203a5eac056a46b5ca85d0e663862eb84de GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsDr=})bO#|opH!GZiMF0Kz{{Me)6PKi(>E&uRL0M|F6BV1NC8 nzkmP#|DQAc{QT}mK^zQgTe~DWM4fw;@2< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/down-background-disable.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/down-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..87956d2b4089c5aafeed072b57f11fa1a7a543d2 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD?kJH}vvr91X}t2NKx5k1ZP8v_mt~E!-KWm`_ro?#?Euq@ o(5?<{35MET`|q;yc&Z;@TbU-+GD|OECD23$Pgg&ebxsLQ0CG(}egFUf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/down-background-rtl.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/down-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..370259f4e1a43a012730aa0b2e6f7ec199964814 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TnrUx;TbN zOnrOGP_)5-$MxcO$t-4djibEPixvjkY+zxYqsCPAoV#In`qKrO$HQujH}_4N*D+(Y k4ui3^>fHmZJ^Oz!vep{OxrXNX0!?G^boFyt=akR{0O6K8bN~PV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/down-background.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/down-background.png new file mode 100644 index 0000000000000000000000000000000000000000..0f40ef0e6ff14ff50c01af9bfd22792edeed5d11 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TtPJx;TbN zOnrN5H*bT10ILCaYUs1QS6;5z$#WZn1z+#2 fe|N}Z(_zk6re=ly0cv$Xa~M2b{an^LB{Ts5V)Q+w literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/entry-border-active-bg-solid.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/entry-border-active-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..c2626d4792e60dfdb35f9f8bf2a1ff0906be85b0 GIT binary patch literal 271 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6HXu{Y0(?ST zLndB}m~uU1?yZb@w@Q}YDP4M}Y}wr-H{Kq-@%Grwx91*wJ`Y3>KVNwG`RljuzyAFD z{pa8R|Npmbn41MO!Q0ctF+}71+ewB@4F()X_(U?+y8ilq{#V1HcL~>eIPbJoc5!lIL8@MUQTpt6HXu`N0(?ST zf%K~Vua=y6J9YP?8GD~j-}89duE#*ej6F}%X5UPkb2DV(wTLO#OP1a#U3#Z%+1(>I z-X6X2_Snt0U%!2~uv3)->gO&A@(X6*;VUUAD=)A7{d?-(KdXSk{+=$5AsXl3UfRgm zV8G#W(Rs1pL5D;Cc3U}kZrzVWc;^|GAkw85k9m(tp0 scSP1c3E@3wy8G-==8L-4vwJHTwHaC7>@1jj186jZr>mdKI;Vst05o)bnE(I) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/entry-border-bg-solid.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/entry-border-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..16d1f6420f104ed9e051b9a203169ff6d6ba2e02 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zogcyqV(DCY(S>!2Ka=y z0_j(;UcG($_RhU~_Z~dBfB*hnAb$7|NL;>r`TY6w7cN}5e*OBZ*RQ{R`z}`WEDxxG zt0c%Tn1P3{q@=98yz)2iod{8&sI8}qV~9j}az%BOD9@Xn#|th`WMp%BZX}cD&>+*+ z>tU1G#_D0SF7br(x3y-61y$mB51)0ia8J@>_Tpe-DDPL5W{Ey14m60t)78&qol`;+ E0Hca#V*mgE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/entry-border-disabled-bg.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..7d468a5c2d320c5ef24098143e3fc7940eed60b3 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zK6>=%@#Du&pFVx|?AiMdA3lHi^7Y&IU%!9<{_}^S!+bYTnUSZ9V~9j}vWH55*ne225%i264(k=;uM+Lh1MrZdzopr06mUQssI20 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/entry-border-fill.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/entry-border-fill.png new file mode 100644 index 0000000000000000000000000000000000000000..15f67464afbfc0e57a0bf88cf6652732d3b6c15f GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^tUxTm!3HFa)Xf(FDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0xGo-U3d s5>u1^{Qv*Ip3USyi=Kg&#T^#L|EF1W7S(TS2P$FkboFyt=akR{05H!gI{*Lx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/focus-line.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/focus-line.png new file mode 100644 index 0000000000000000000000000000000000000000..c06f317b319dd6f97549c7755ff72d5655247f6e GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=mSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt)QPE{-7_ zGn4leJUk@DR??tX@$gWqsgJ}e2?>b}Tt-R8!VE5aJmto9D*u7189ZJ6T-G@yGywo4 C4=acO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/frame-gap-end.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/frame-gap-end.png new file mode 100644 index 0000000000000000000000000000000000000000..8d253648946d582949bf9f52bdd6ecd10556e423 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!2%@Xw6`;Y1d5$JLpV4>-?)JUISV`@i-D@I zgD|6$#_S59pk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MZBIajv*Yf f$vgi4-^I+pk;C*YFo1UsP=dkJ)z4*}Q$iB}PiG_H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/frame-gap-start.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/frame-gap-start.png new file mode 100644 index 0000000000000000000000000000000000000000..b575a6e0b430bd462cbbfb16e08289a613887f61 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!2%@Xw6`;Y1d5$JLpV4>-?)JUISV`@i-D@I zgD|6$#_S59pk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MZBIajv*Yf f$vfT^{I_RdyT|lRxsGQpP=dkJ)z4*}Q$iB}Q_v(b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/frame.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/frame.png new file mode 100644 index 0000000000000000000000000000000000000000..82945e9d57bb06d56304fa15eb661364e8de829e GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2xGmzZ=C-xtZVlH;_4B_D5xc$)o0g%gC;1O92 zRDKbP0l+XkK DxZf|v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/handle-h.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/handle-h.png new file mode 100644 index 0000000000000000000000000000000000000000..d93ba9e16478937a35dc17db7342cb61cbc1af7c GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^59gP2NC6c|dAc}; taLi0jP+&KhXJ7x%o*4)(H)tJWW|-Z}<)@Pxun4G%!PC{xWt~$(69D#lD1`t3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/inline-toolbar.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/inline-toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..6094d5fbe6d8dc5a9c1bc7be0bcfb630a65a0e18 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H z*SmM`e)#ZVQzXx0popNSi(?2!bn=S-|N9dc7zi*hoOSVKwThGJ1WGb^y85}Sb4q9e E040epXaE2J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/line-h.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/line-h.png new file mode 100644 index 0000000000000000000000000000000000000000..8320e2a623debca401925e540d1512acf006f1c4 GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-aSE{-7_ oGm{ezopr0K}3gSpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/line-v.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/line-v.png new file mode 100644 index 0000000000000000000000000000000000000000..c13ee45c94378510c7830064c47c9715f83986fe GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-aSE{-7_ nGn04J|NmFd1_Wws8Vn5P&zR@i-g49dDq!$*^>bP0l+XkKgT*DV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/menu-arrow-prelight.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/menu-arrow-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef6a640fead0ab219d24110bfffddcc6e761174 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3-qX^pA1^Ddu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7vjCqE zS0Ei58yg)R4J2b?VjyfF11JI~AyP4Mi7~NBKtUiVUOP7ss8g^c$S;^7BP%bzu(+h6 zs;;4>zopr01sYLT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/menu-arrow.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/menu-arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef6a640fead0ab219d24110bfffddcc6e761174 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3-qX^pA1^Ddu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7vjCqE zS0Ei58yg)R4J2b?VjyfF11JI~AyP4Mi7~NBKtUiVUOP7ss8g^c$S;^7BP%bzu(+h6 zs;;4>zopr01sYLT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/menu-checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..b1ab2aba92c3c0eb4a18a494635bf3f4f1a4a6d5 GIT binary patch literal 360 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*GHXPl#*q zOiPu6VT@9ObHFC=J$f?)kr{7GReKQG!Zl?gz+}mk$ZV&ZR*E8<@pEc>tH-=Lam>LWj`Zx~U zna9FDC;I=qmg7an+xNwCzTbB@`hSeTvZeojMJdjhwl7RzMw}=Ig9qb*84DRCKC`PI WVq>*2;5h-bfx*+&&t;ucLK6UI(VXM} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/menu-checkbox-checked.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/menu-checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e55cdcb2461ca8937b3808b28e91f847227dd56d GIT binary patch literal 324 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*GrjPl#*C z(9Uc|Nl$Z)gA>J&Q=oS7wqZf{pj(N zgs+Z?K#^ci7sn8e=-6{-#T*nwTpvo`RQbQ?&iDENX79*vFKRX`haR47nxuJkQaXFe z&tgrfN$+%-KEL`9*v#DMd-w+fqx{#Z28P2+Pk!ur`9ky5-+dCl5ArhqVO?S2u2~2) Op25@A&t;ucLK6UkT8=6J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ad9fd148843a62e081eb36165ca04efc01a192 GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4xHBpZ(Y^aoPR#ZI0f92^|CANoH4aybh;B8!1a zu7fb6lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt*x^J|V8> z&!4|=;ljm>7yp96@87?H+;iv70m=XW|IcXq@e!z!t0c%T*uc=JsJNuDsi)_5-;;Qt zsD`JDV+e z2Vq7hjoB4ILCF%=h?3y^w370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iisC(8978lF zzU|$}+u*=+gy$67lr;z3&M@pYxXJl9pV4Q6hrhqGl~l~_BK1r*vxEn8xg#c)?5fV> zytCKCibvv%PVvDrY7KVE_CFWa_j4mwcw4&UK?FxwC&n7>EiqD$ICm|B!N~j Nc)I$ztaD0e0sw{MNBRH& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/menu-radio-checked-insensitive.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/menu-radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..862f3c9d332d5a0482b8711ca74396e9b8968def GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*F&LPlzj! zZfN))x@uLx^y{IMFNRLO5!`<(eA4BRN!NoXTo0ObHDuD&;0afQCtnSncrA3|&5(&# zLMC1ViiAwK24nzbGv?jSns@u+qc4}AeEIR~@Bjb**T?8_0L_&t3GxeOU}9EKR8&$9 z3J!^miHVJ^t*z_m?16yHmnvU@>XJNN978x{Sr2kEIR%KY9+<4LXueO}yMNzr`b>(E zf4%LVzUQQOY%_MLm@@(vwT3?7(8A5T-G@yGywo^(2?{2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/menu-radio-checked.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/menu-radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9b722bf778ae0002ca10f0891ae11feb6475b5b1 GIT binary patch literal 391 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*Hw>Plzj! zc4*k2HuFr-fZ3BkWC%$1Du{uKGUnaR z1fu!3FFgEm5r`grx%BAE<;P#X{rvm=*WVw%{{H{}|CM^21JFu|k|4ie1{PLp8(Ta3 zsne#-y&F`+7Ie zNn36|w8=^HoV1L+#CMXM!}Ki-Gt$~`zy7`_X)fdYRaK8B2=5F1deD$LF7)dGJLwqt z`@dOF`!E`KS}}Z9Im=`quj;Ax`f%ocDfOSs3;1|myiMBq6lf!Zr>mdKI;Vst071{H A2mk;8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/menu-radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d04294941060fcbb0a95e0a527d21322510cc0 GIT binary patch literal 420 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*G`sPlzj! z{{R2~`Sa&5Uc7kv^y#x;0AvG2E?l_q6%2m-`0?Pu10eJB=g&a${{8z8A3g+<*REZ= z4hBHRl`B`yojV8A0%QXX1hTJQz54g>UmzO-fFeLMA?&_iOtXO&tCs}%1v4-yC@KX8 z1xLqZWM*b%WoPH*6_!_2RoB!4K^+jZwsmxN_S|2&nIEVn&(p;*ghST!Ag9J| z{1IGwTh~q1G7CKMw|~W+eP&`Z{yO3liAI}r-}ND6>4Y6 zPw>2w?Y45!EAg2wx}1d~rYt+2yNB6C9*B>SvMXoksqYV&{&=x*MvjLnEB6ET{VxPe UpIve~3ACBP)78&qol`;+03L$PqW}N^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/menu-radio-unchecked.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/menu-radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..1a297dd6afc7ddc41393339fdec415ad2df05dd3 GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4u6ByT*@`3|I*ik&<|I5oc5!lIL8@MUQTpt6Hc~)ETRdGHLnNk_ zPH^OFG7xax{UD?%Zjyi>Lj@P(%@@n|>#Z@=YjD`f&>A6r#mm6$;P%>?KaJ;4n0R?s zp5lUl%^j9cd~*!v-%l|z`L$4b<|moBoZhaVsjH&@EDnnU#UU8f(R-9Qu3yib8;(Sn17}lOl|X=ayb8dU$B6rF@)Y{XeUq@+@XK x@z^w@s|rv4#Q=GaS#w%e__T{Q6;6G~xypm%>lr`uI-vU*JYD@<);T3K0RZynb#(v$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/menubar.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..dbf51c1d17a5525bb9667316921064ed254ee53c GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H z*X!4>KY#vw<+tP~KoLPt7sn8e=;S}=4;(mRU?9Q5(D#$k*7je_LZBprr>mdKI;Vst E09{5gnE(I) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/menubar_button.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..1e9beed35db855a8740410252ecc830f92688547 GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ$P6U4SA1Irq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@|R21^9%x shD^M6TD6=9$mRBQaSY**OlpinR(g8$%zH2dih1^v)|cB0TtlHvGWhQ`+ymZ$?Y OGI+ZBxvX-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_FfKQ0) zg$oxhUc7kj+`02G02Bdofh15MCMKr4yBo;(^5x6_|Nmo!Ey{ozxk`fkg4NXb?%RL* z%-Qe%tlPiu0E(J;x;Tb#L?;W(FMf8$gpuuj`TKi&Lla&w2fde)IM=v>x!~2;RaZT1 lI%GnY>blIAxG-fU4@0ShVP^DxZE>J}22WQ%mvv4FO#tf0XXXF^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/notebook-entry-border-active-bg.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/notebook-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..48f13b11e180146a13a05245ac27a4d83728b410 GIT binary patch literal 292 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6HXu{Y0(?ST zf%K~Vua=y6J7@p%IR~DD$rtH!Zl%w?6*BQ!#FXo0%kPyhzgMy1{;9j4PT&1>=H91& z|NgxZnxO--yCldjn1P3{q^!L1_wPqm<-$NgZ%-G;5RLP1CmAv|7;qfn%XXb`>C^x7 zzZwp`OSsmgcyqV(DCY(S=}2l#}z z0_j(;UcG($_R*t9kHO%{lP6cMTseRK{Dlh_Zr;54;lqc2|Na^M&v^h;%25*J7tFxJ zS5j79`MWp0Tm&d)>FMGaA`zZ!v3CNL rr}D(Ut1jG~ZyO8xB21aRIG7mj9hDQ_vc@+SXb6L+tDnm{r-UW|gcyqV(DCY(S>U1^9%x zK7IQ1`Sa&5U%q_x>ebh8An^VB_g}w%|Nism-@kuX1g_l$sxm9m4I2R82BBRc`#gg+&lUE@fuN}ZU#?R KKbLh*2~7agA69Mv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/notebook-gap-horiz.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/notebook-gap-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..e14fe4b2b1a25a662125f793ad49fb8a8bc2edf5 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^EI`b}!3HGjSJWnh1d5$JLpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TqdRx;Tb# n%uG%If*<^>JV4;Xlfl4nx`O@pCL@JBpb`d8S3j3^P6gTe~DWM4f D%mgqr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/null.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/null.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a1600a657945ee95d0c3a620dcb7689c949c9e GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^{22?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4V4lptcyp7EIZ%?p)78&qol`;+01F5sS^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/plus.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/plus.png new file mode 100644 index 0000000000000000000000000000000000000000..fafcd101a550c387d91c5e55f0e6e940feb7c91e GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-t3?!qQvP6LtbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKQ0) zg$ozXqk@>2nC|ZGo}M0{@Ru)N{{R2K;_U86K=o`TL4LvIl~td={P^=Vdjn9!)YHW= zgd;jRV6J8Hvk*qM^>=rdzc)&l!Mmi)pCRbB;uSN4t+u+do!hI~UHH}rt@0O1;bLa^ YKU;mrCWHDLKm!;&UHx3vIVCg!0D#+F`Tzg` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/progressbar.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..81c453134a8b3f83f98dd36dc68dc1f878f53e2f GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^96&6`!VDxIuXC~kQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ex&b~R zu0T3y(#6mTH-abM44HT>WWqHd89E6>VxqJa3#@?}_)3EOf*EAgHCC=&w|>K$_a8of z;$Tj{43shRba4#fkWEf`_vus0mRpB5v~JXId}#gHma(nA=e>l4#0z(ZwSP`Wgdh0O j8~B>zaFW}yH5~E`e-|oFbL)u%d6&V{)z4*}Q$iB}!Q*2G literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/progressbar_v.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..69827c8a95862d7018b65901c4710f6eb71bdb68 GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^azM<%!VDy3CI*QEDdu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7-2k5u zS0EiU>0;=F8^M!rhD^K`GT|DK44nibF;Uuz1=c_fd?i7C!3;9$8Y|bXTfgDW`wt&K zaWJP}2Fe(Fx;Tb#L?Hv0n03zz=_kEdf7- gC1(^(*x}B?@ZC54pw+y2Nzopr06er_{Qv*} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..771dcc4d4ab312ef6edbbc5e19bd0e61fd97dd50 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkPe-C)vxo2-`pF)6D|k#UJ0CZGqnF!@PsR2ldp$Pyc#<3M#$u=!4oe5MS>?>3!VrR zydE;)dhkS`;I)uRS3@RU4*`k*(WI-b8y~fAeDwCyueYCm|NsBLFZJC=pat?JL4Lsu zJiNSm`uYa$?j9bVUWJ84Ma3;Gt*vd{Jz%ii&_o8PG|$t;F+?IfxBsm5~EbCR}i)@3wyc$(7_I%i~ zT4iBQ-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkPe-6J8=5N$O)H2CtVGha5Z@1)zAsoLMC1dnQ$!_NKU#AVo$slIuXi%aN%U@hDU81 zAHDhX>&@q1Z$JP3|NnpWJNqL*b45#n{DK)o#l%BG!@`@ITUyVZzi{#6r_W#hy>xmp z1*o9F)5S4FLX!2MV;_^E0Kc^JiT#@otN>Oqb7 orgVOT{oQPapU&@H2Mj@b5qoV7xiboFK)V?{UHx3vIVCg!06f-}5&!@I literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..0efe47b3ab6a008871d2641466da270b048fe4ad GIT binary patch literal 386 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkiK~F;{N^nuU@@+_Uzen=gwWYZ~@48^XARVmoI?~AQve3_wV1|zkdVC|NsAAyLJtz z7^n*<1q49G`Sa(2;y@Cj0LW(GTDJ*kv}{R`UoZnV509R{yGLeLVPR1T&@r`j4UJ7L zt*vcsZ9R`27A^oPEb(-443Ut`Js8c`tRUiWFxXK}t81Fr(cS+`w<)&hr&la_Qxm&6 z)Fip+;lAeIJt2?fmUiua=D$?K*N1C^pH+IJs)x9kg7`}>wtdS>(%GIV#6~bYUiz6$ z;*#3gS#1BlZ1mhJH_J<1-i!0!+Dta%r#3Ui{p(6Ad4C=>eHH?=pTX1B&t;ucLK6V9 Cxvmue literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/radio-unchecked.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..c5f29df7491ac1898eb0ced3acb504c763201a65 GIT binary patch literal 404 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkUn$f%(-*tE?&F{B!S@k`STaR0LXs*`t_?9gP2NC6e81o(uw z0_o6(tDci?2T!~jGT~at#B0G|63Bof?}7{Gf$F$Rg8YIR*x1`UI=h}cefC`9`^mdKI;Vst02B;ZzW@LL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/slider-horiz-insens.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/slider-horiz-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..619bacf5ee778cfb29f4994a3463fe2bf5cfa630 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_p$%|KGlS`xO|x1_KBiPFk8>;RmYYE(!7rW?*A)@96A$^7PqriSIKf0)rU|DhY9xtmkbK{*icMCSKo`~&z@Q$e{U3tgt#yc4-<;D|M-{O7zwm{{qAVZLV Vp`-VaNpe8_44$rjF6*2Ung9fcV+#NP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/slider-horiz-prelight.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/slider-horiz-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0185f169ad3a9e9ee38c7d4912df5e1b9a0eff6d GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_m$)uin0W`wAFbx^(F>7{D1oUPj!b<3M%XB|(0{3~cP}9i3fIo<4gn@qOk*ps9gP2NC6e81o(uw z0_jz&R&Cq1ZTt4^JHTKk7(mz%(!}$@O`tmNk|4ie1~&Hgj?S(pPoF)P_&#$YP}s!N z#W93qW^%#;mKA63@v>SoH{N-3w_pS7iP+u;@0g0xm3Q23ypzFFZaiW2E#Aj(3slYu ZG6V@2I(i?OBnQ;b;OXk;vd$@?2>>%iT{r*$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/slider-insensitive.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/slider-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cecb83d6dd3231ceebd32fce140cc8a7f14dafcc GIT binary patch literal 408 zcmeAS@N?(olHy`uVBq!ia0vp^{2(|eoJ$w4}`Sa(mo;`c<;>9bVAP_u(P(Uf5^s{GAo;-Q{7>t0d zCr=*%!Q;musprohJbd`z!NU(9K7RNJ1fM>A{`~XTuitJ*;XAUwc+m#H0cV+f7|&wr`&_Cf)iX#NM74C@fVI z$-CcSkz3jtPv2jSF1=?eHcRbW$eZQFYyPgPb1$=vtF5cn#Gi^AR32WKZn5K;r}o`! b_6Ph5i$t65Z{BbX=mG{$S3j3^P6GldgwOydE;?TF8X!!4t0rgV;cktD!)ti9iL{ zLnmDeodgmD%Yw9oOuPyvL9!r?Kv|ezME7bdpiK%TL4LsuOw5W(%Ha`_QG538+qeI~ zfrHm?-n{kx{rk_KfB*UO=Wm|p)>S~Y1)eUBAsn*42it|36+~DLRCno~J>tfx@%_KO zE;e!U=mZ9@3jzWTf%53S7~H%PIHd_Fc=o^|fyqh>!0zPF^Q>2aK?T{yFo zyXsk9hOGX!HXm*OIspgC^Uda}LZ(q}ZnqX5@tf7o_bZOOL7wxus8_4wi&CK744$rj JF6*2UngGujru6^- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/slider-vert-active.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/slider-vert-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b8ab25b24e8afe93017024e0c09f7007bfbaba28 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkPdCQ>N)9l@WiVj6Rw3!ycP^5febkEF1T-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkpBPw|LxniUxC4EFo3Y(q@~#vexN$;k|4ie1~&Hgj?S(pPoF)P_&#$YP*~s7#W92< zIyvD0LzXe~!IE$9bQ7w+zKcz$`u^^2bJx7R)z&lm?(LQISzTsfl)%8Sq{7f~{=FsI PK&=d(u6{1-oD!M<)X-tG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/slider-vert-prelight.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/slider-vert-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..95e2df152d4745781590376df31ca0156687910f GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkiL5L>h0UNZ{ECl3k+`DxB+A%gME*TRs+>>mjw9*GqAC@cXW0=dHU?R#P^vKfx`Np zE{-7_(a8x17_y9+50-p;r<+jq^<8X2)%SOIo4e-it+t-gcW-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkY2TF)wXThwr}6Q0}OV80fY@9O*|jm1ghgM3GxeOU}JCZ=dZ9Sv!-d;(c)nyh&2@DKNDhwUx T-&>*$)XL!L>gTe~DWM4fAiP`P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/slider.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/slider.png new file mode 100644 index 0000000000000000000000000000000000000000..4c9d301203975346469723cd7918633ff2c19abf GIT binary patch literal 403 zcmeAS@N?(olHy`uVBq!ia0vp^{2CU%q?= z25;WHdHeS5&!0bk{rdIq-#?)F{r4Cdfi}sM1o;IsFfl7CDThZyM(x?VZ~uXV*Kgi> z|Nism-+%u6`8)B1Ni|Sixu=U`2#2ie!EPaE0|C|x(vPlcCAqfdP5S$P{+h%y^O}P% z@@~1f+;m6C=Tn;Q-_AV>xv02(u1>(2cAF;S7h!?>4xU)FgIzVS@ZdDpr}`S5UEFM9 zU#k~>T~x#SxU90}B*V0(J4{n8BA;76J5i@qXz1%Ny*Hcr0srE|A{G9pmKg$_z~JfX K=d#Wzp$PzIh{bdO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/tab-bottom-active.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/tab-bottom-active.png new file mode 100644 index 0000000000000000000000000000000000000000..fe63df9ae83defd44c79c124388dfbee84066380 GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch>)j?V+cod@(Q33`{4v72L=ZBvJ|I#I@O*)Sq4v6KbLh*2~7aQ Cq%k`H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/tab-left-active.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/tab-left-active.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b43face9ca1530d2ae0fd7c1757ef7c50a0026 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch_I)NV+codasor+FQ6!o7!wOamQSK>WRk*UpfrQ0tDnm{r-UW| D+-)$N literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/tab-right-active.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/tab-right-active.png new file mode 100644 index 0000000000000000000000000000000000000000..43eae963f2de1985ed7182efa5f258fde2d7dc3e GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch=`|)V+e)j?V+eoc5!lIL8@MUQTpt6HXu`N0(?ST zf%Mc>S0`<|-L>v&?}qC=8*g;4yVkqmM(@U($uq7c&%72g@ml!gYkBjp<pYVB*-tAfrqc8q^!KW^7rqld;hEg3j2GyIEHAPe|u>o zV}k*Q%SGqKf(IQA{o8Hj;F13@Kfbd4!!o0#XPN874~fX$`S`}en%B#6qSFSCx?f6b tm)#Lr`y_<-oayefN0~3`TF>sSVAN)0d9$-%?hT;P44$rjF6*2UngBD7do%z5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/toolbar-entry-border-bg.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/toolbar-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..f2796fa522071bccaff5784b2a1cd6b7ba7de7a0 GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=J1^9%x z0_m$)uin0W`{KommoHzwa^=dUOP7EoQ1HTq3+KP8gklNJ!~}F zSUqgkC7y8pwpQ%0m`a@K;ge1l?n!*iUK~seH%(M@!)Bcl02;*L>FVdQ&MBb@0J8C7 AHUIzs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..5f852a5632cff753bb23417becfae550aebd0839 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw zUcP+!%9SfuuU@?d1lK{}#*G^{Z{B?S?%mH{zkdDx{rk_K#zJF1|G^E&G?+M}=$p-@sV(@hJb6Mw<&;$UIW?KIM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/toolbar.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..714890a4dc6f9c4edc7dc68b548e2bafdd555b33 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H z*SmM`e)#ZVQzXx0popNSi(?2!bn>6`2M!!DFpywj==;fNYx^%|AyAUR)78&qol`;+ E06mc~+5i9m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/tree_header.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/tree_header.png new file mode 100644 index 0000000000000000000000000000000000000000..a6b8c93261410791e93e8513299c685bacc9b1a9 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^Ahrx6GmuOw-ctdjn2Vh}LpV4%Za?&Y0OWEOctjQh zm0t&8MkkHgAT^RDt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TrhT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE07MIcr|FswTS-fArr3wQ7D)UnE>TN1pOzKeg`V$DGBlmW{{It*tu)>p1q$w|CG(% z8w?cJ_jGX#k(ipCus|_kogFjtZIJ^?GU);ej5>!}Rg8dSpNbHJSYlTjcaGqKrOk{5 W!aBt%k*4WDtqh*7elF{r5}E)yE>OS# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/trough-horizontal.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/trough-horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..b784550e52621cd95f44f735db105d707c19b17d GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^NhT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE08{O=FGWs=guR63l}b+i5Q2zk^w5^DGBlmW{{It*tu)>p1q$w|CG(%8w?cJ_jGX# zk(ipCus|_kogFjtZIJ^?GU);ej5>!}Rg8dSpNbHJSYlTjcaGqKrOk{5!aBt%k*4WD Otqh*7elF{r5}E+SD_BSX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/trough-progressbar.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/trough-progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..c833b995a20558ec7d676759ea07e54fa063ac58 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^AhrSvGmyNg{pB8zVlH;_4B_D5xc$)o0g%gC;1O92 zRDK3 kyWWg!Y+H@{0?L^g*6&W2IksFj0B90}r>mdKI;Vst03p+CV*mgE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/trough-progressbar_v.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/trough-progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f2dcce3d33f20ec7cd3078902c6af4efce2e47 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^3P8-o!VDzUlO3l6Ddu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7-2k5u zS0H^649=W6bN>AKbLY+hNnGIAjP8j*4SXd*e!&bf>KZH8u3Nw1&HE1@KXEXpUk1w9 zd%8G=aLi0jIKUwG{ocWYx0Tq~o|V3za6p@tt*=}|p`lSc^Z~=J18i(%A&l&7Y9h|@ lTm}X!<~o14Z;@oh&ETY-E~D^6={C?P22WQ%mvv4FO#t=GX!QU9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/trough-scrollbar-horiz.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/trough-scrollbar-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..e95ae2a07e792139921936c72ec44e19dd4c64c5 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^{22?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR42?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pSv;urW zT!D1x#H&G5u0`};51Dukh(f_+$OI@CA_ye&?{u;PRr8hv`2{n`$t&#KwR_Lr&tHE0 zbokPj4wNwPba4!k2v1H>;57(Wb(D}PU+*YkQ~usTVo&*dz9P2scW(=@{l2?efGv25 cGIJ*bgFm-M`9eXC2SB|Hp00i_>zopr0OibAQ~&?~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/trough-vertical.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/trough-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9af498a8a9fb16d0c1bd9a5dbed4f1ceef0df2 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!HkNGiT17J9i!lT)1!nO#~>}vHZtZplaTdAirP+IeCShyLRu{`}xa{pAKL8(t#2N zo-U3d65+`S3cLp4s*VyePG3$O(*QD*LBVDRVG VC|@YZ@c^io!PC{xWt~$(69A=IVUPd- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/up-background-disable-rtl.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/up-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..6e5c2ce4b17bedff2da141a0c75c99145b8b64a1 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Bx;TbN zOnrN5BX5HN59>waUtY u-AYB(84F&8^|hH!9j+9gP2NC6c|1o(uw z0_l7A?mc?+=-s<_KoSUk{r>&?&!69dJtaUn){-EgTe~DWM4f+;T?f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/assets/up-background-rtl.png b/themes/Mint-Y-Havelock/gtk-2.0/assets/up-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..3f6060603143a930d105b351f5bc913a26e627ea GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Bx;TbN zOnrN5BWHty0PDq{O5ukNr8ebeERVW8?F+AofyFhpIVqFW8_vY2$ZjiNV3@(Sq1Nrl ut?K+qZtvPAZR29}Iq&_YZT{a4Z#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tl&$x;TbN zOnrOCP_V&)hv6VMt6b1SMW%peZ!4Z7Od^Jk69WvL58AWssCs_nZufV;gw?B#p5a>+ zm=@;p=G{Ifo?dCCrd56i?zEb-9rOS3rv0womvg#Fwc_)8frc}9y85}Sb4q9e0F$mm AQUCw| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/gtkrc b/themes/Mint-Y-Havelock/gtk-2.0/gtkrc new file mode 100644 index 0000000..cfdce6b --- /dev/null +++ b/themes/Mint-Y-Havelock/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#4a4a4a\ntooltip_fg_color:#4a4a4a\nselected_bg_color:#9ab87c\nselected_fg_color:#FFFFFF\ntext_color:#4a4a4a\nbg_color:#f0f0f0\ninsensitive_bg_color:#fbfcfc\ninsensitive_fg_color:#a9a9a9\nnotebook_bg:#ffffff\ndark_sidebar_bg:#454545\ntooltip_bg_color:#fbeaa0\nlink_color:#5294E2\nmenu_bg:#ffffff" + +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +include "main.rc" +include "apps.rc" +include "panel.rc" +include "menubar-toolbar/menubar-toolbar.rc" diff --git a/themes/Mint-Y-Havelock/gtk-2.0/main.rc b/themes/Mint-Y-Havelock/gtk-2.0/main.rc new file mode 100644 index 0000000..72255a9 --- /dev/null +++ b/themes/Mint-Y-Havelock/gtk-2.0/main.rc @@ -0,0 +1,2441 @@ +style "default" { + + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkWidget::focus-line-width = 1 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 2 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkEntry::state-hint = 1 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 15 + GtkScale::slider_width = 15 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkExpander::expander-size = 11 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @insensitive_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # For succinctness, all reasonable pixmap options remain here + + engine "pixmap" { + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image { + function = ARROW + overlay_file = "assets/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state= PRELIGHT + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Option Menu Arrows + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image { + function = VLINE + file = "assets/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image { + function = HLINE + file = "assets/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image { + function = FOCUS + file = "assets/focus-line.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + # Handles + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/plus.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/plus.png" + } + + image { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "assets/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image { + function = SHADOW_GAP + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +style "toplevel_hack" { + + engine "adwaita" { + } +} + +style "ooo_stepper_hack" { + + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + +} + +style "scrollbar" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-horiz.png" + border = { 2, 2, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-vert.png" + border = { 3, 3, 2, 2 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-horiz.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-horiz-active.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-horiz-prelight.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-horiz-insens.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-vert.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-vert-active.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-vert-prelight.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-vert-insens.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = @menu_bg + bg[INSENSITIVE] = @menu_bg + bg[PRELIGHT] = @menu_bg + + engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator + + image { + function = HLINE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 4 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = @selected_fg_color + + fg[NORMAL] = @fg_color + fg[SELECTED] = @fg_color + + text[PRELIGHT] = @fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "assets/menuitem.png" + border = { 1, 0, 1, 0 } + stretch = TRUE + } + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = SHADOW # This fixes boxy Qt menu items + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "checkbutton" { + + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + +} + +style "entry" { + + xthickness = 6 + ythickness = 4 + + base[NORMAL] = @base_color + base[INSENSITIVE] = @insensitive_bg_color + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_entry" { + xthickness = 6 + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/notebook-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/notebook-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/notebook-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_tab_label" { + + fg[ACTIVE] = @text_color + +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 4 + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "notebook_combobox_entry" { + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "combobox_entry_button" +{ + xthickness = 6 + + fg[ACTIVE] = @text_color + + engine "pixmap" { + + # LTR version + + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "spinbutton" { + + bg[NORMAL] = @bg_color + + xthickness = 6 + ythickness = 4 + + engine "pixmap" { + + image { + function = ARROW + } + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} + +style "gimp_spin_scale" { + + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "libreoffice_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "standalone_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + + engine "pixmap" { + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # How to draw boxes with a gap on one side (ie the page of a notebook) + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + + # How to draw the box of a notebook when it isnt attached to a tab + + image { + function = BOX + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "handlebox" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" { + + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 + +} + +style "combobox" { + + xthickness = 0 + ythickness = 0 + +} + +style "combobox_button" { + + xthickness = 3 + ythickness = 3 + +} + +style "range" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-horizontal.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-horizontal-active.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-vertical.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-vertical-active.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + + image { + function = BOX + file = "assets/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + } +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar_v.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar_v.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "treeview_header" { + ythickness = 1 + + fg[PRELIGHT] = mix(0.70, @text_color, @base_color) + font_name = "Bold" + + engine "pixmap" { + + image { + function = BOX + file = "assets/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +# Treeview Rows + +style "treeview" { + + xthickness = 2 + ythickness = 0 + + base[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + recolorable = TRUE + state = NORMAL + file = "assets/null.png" + stretch = TRUE + } + } +} + +style "scrolled_window" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" { + + engine "pixmap" { + + image { + function = SHADOW + } + } +} + +style "toolbar" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = VLINE + recolorable = TRUE + file = "assets/null.png" + } + + image { + function = HLINE + recolorable = TRUE + file = "assets/null.png" + } + } +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + + image { + function = BOX + file = "assets/inline-toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "notebook_viewport" { + + bg[NORMAL] = @notebook_bg +} + + +style "notebook_eventbox" { + + bg[NORMAL] = @notebook_bg + bg[ACTIVE] = @bg_color +} + +style "tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + +style "eclipse-tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = shade(1.05, @bg_color) + fg[NORMAL] = @text_color + bg[SELECTED] = shade(1.05, @bg_color) + +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 100 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = "#000000" + XfdesktopIconView::selected-shadow-color = "#000000" + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @bg_color + bg[SELECTED] = @bg_color + + fg[NORMAL] = @fg_color + + engine "murrine" { + contrast = 0.7 + glazestyle = 0 + glowstyle = 0 + highlight_shade = 1.0 + gradient_shades = {1.0,1.0,1.0,1.0} + border_shades = { 0.8, 0.8 } + } +} + +style "xfwm-tabwin-button" { + + font_name = "bold" + bg[SELECTED] = @selected_bg_color +} + +# Chromium +style "chrome_menu_item" { + + bg[SELECTED] = @selected_bg_color + +} + +# Text Style +style "text" { + engine "murrine" { textstyle = 0 } +} + +style "null" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + } + } +} + + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkTreeView" style "treeview" +class "GtkToolbar" style "toolbar" +class "*HandleBox" style "toolbar" + +widget_class "**" style "menu" +widget_class "**" style "menu_item" +widget_class "**" style "checkbutton" +widget_class "*" style "combobox" +widget_class "**" style "combobox_button" +widget_class "**" style "combobox_separator" +widget_class "***" style "treeview_header" +widget_class "**" style "inline_toolbar" +widget_class "**" style "combobox_entry" +widget_class "**" style "combobox_entry_button" +widget_class "***" style "notebook_viewport" +widget_class "*HandleBox" style "toolbar" + +# Entries in notebooks draw with notebook's base color, but not if there's +# something else in the middle that draws gray again +widget_class "**" style "notebook_entry" +widget_class "***" style "entry" + +widget_class "***" style "notebook_combobox_entry" +widget_class "****" style "combobox_entry" + +# We also need to avoid changing fg color for the inactive notebook tab labels +widget_class "*." style "notebook_tab_label" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" + +#Fix GVim tabs +widget_class "**" style "notebook_eventbox" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# GIMP +# Disable gradients completely for GimpSpinScale +#class "GimpSpinScale" style "gimp_spin_scale" + +# Remove borders from "Wilbert frame" in Gimp +widget_class "**" style "gimp_toolbox_frame" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget_class "***" style "chrome_menu_item" + +# We use this weird selector to target an offscreen entry as created +# by Chrome/Chromium to derive the style for its toolbar +widget_class "" style "standalone_entry" + +# Eclipse/SWT +widget "gtk-tooltips*" style "eclipse-tooltips" +widget "*swt-toolbar-flat" style "null" + +# Openoffice, Libreoffice +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*" style "ooo_stepper_hack" +widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" + +# Xfce +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" + +# Fixes ugly text shadows for insensitive text +widget_class "*" style "text" +widget_class "**" style "text" +widget_class "**" style "text" +widget_class "**" style "text" diff --git a/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/button-active.png b/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd6865759433b710256f4b38e25f3231ff41314 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ((_>EamT z(fRi3M&3gPBCZ#I|J99XHqv%!n&jEA_K;D4fm7Bog=>>FJD7#mPSmK8j?U|gv1NX- zD{peK+?gEqH7hQ&#GH9!(f8Q)T>o>4#k;FjA5UGPk;(9l_0~C$wf7m;+}S%lg@JVy zXU#Uf=^vCItY$M^;mDg6(EN{4i`)8a`rD|Yq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/button-hover.png b/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..aa079ece8e7bf704069fcb3750ed5728bc700c49 GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8Vc#JKp4Nx=eWuvW>dKlZ5X8r*svh|*?4iK{MWu^R8N!zJO))$xvT|FIqv853 zI`yry)fsB<%R6x}7cfTEZ0a~s9DDt?MPD$pfYXlh*zz93ZAy<8&4^sRYWb8)3^B8f z?5mX+l$?4#rq6qBdtlv}*onGsl}F$G58WTK!bx;hK&#dl-wR1;?~b27o65a6r1aB~ zGd!Vl8`vF~Clvql)#P33vE!=lgSo~3n13+%pSSCbJAIG|=zIoGS3j3^P69gP2fQ+5z>EamT z(fRh;M&3gX0xlQr)lY{r3wm_iVRi6ObqHT3v4G)uieB;@9mZpd7ZnBXv@E{5r-b!F z>0LFYDo^$WOMTQH=)JVzIede`W7o4e+by35aX4gGr|)L(<8^R(!>ydZGWYtnaE6zc zr@Aqy=-z($J9B5q3MbK30j*kJ{4adz{@4+*?Q)DwPXE${m7m!zFf5tkx9#`Oi5fri dY*k|!;vP*hdfaRj`3&e%22WQ%mvv4FO#nZnYUKa` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/button.png b/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/button.png new file mode 100644 index 0000000000000000000000000000000000000000..9d50a7e4f6dab8c2c67c550ffb8f248308336a1e GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ()5>EamT z(fRh8Vc#JKp4Nx=eWsieU%6d`3lUIFH5?ZvQIzR3CoX;G0c3JIr zQDRVPS|xWThkwKB&jBgjf$gTe~DWM4f^AT|Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/menubar-dark.png b/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/menubar-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..299c550650fa3b0ccb2c20ff9e5fb239f828c05b GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^5aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0vUo-U3d z9-VK`Itns4a2!7Hn9cs{`ZfLm7sWdpay(~=zfpeFVdQ&MBb@00l@fPyhe` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 100644 index 0000000..23a344e --- /dev/null +++ b/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1,222 @@ +style "menubar" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[ACTIVE] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar-dark.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button-dark.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + + +style "toolbar_text" { + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[INSENSITIVE] = shade(0.7, "#dadada") + fg[ACTIVE] = "#dadada" + + text[NORMAL] = "#dadada" + text[PRELIGHT] = "#dadada" + text[INSENSITIVE] = shade(0.7, "#dadada") + text[ACTIVE] = "#dadada" + +} + +style "toolbar_button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "menubar-toolbar/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "menubar-toolbar/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "menubar-toolbar/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#414141" + base[INSENSITIVE] = "#393939" + + text[NORMAL] = "#dadada" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#2f2f2f" + ChromeGtkFrame::inactive-frame-color = "#2f2f2f" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*ThunarWindow**" style "toolbar_button" +widget_class "*ThunarWindow**" style "toolbar_text" +widget_class "*ThunarWindow***" style "menubar-text" + diff --git a/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 100644 index 0000000..5bd9a7d --- /dev/null +++ b/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1,166 @@ +style "menubar" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[PRELIGHT] = "#5c5c5c" + fg[ACTIVE] = "#5c5c5c" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#fdfdfd" + base[INSENSITIVE] = "#f4f4f4" + + text[NORMAL] = "#5c5c5c" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#d9d9d9" + ChromeGtkFrame::inactive-frame-color = "#d9d9d9" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" +widget_class "*CajaNavigationWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*CajaNavigationWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*CajaNavigationWindow**" style "toolbar_entry" diff --git a/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/menubar.png b/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..2be034ef3a8d8bbcdd55baf64b7431eec8a61e19 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<>&pIsg^%A{SJ3rka&((}XraT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-D;sd|UZ#>q}c}=V*$|&pP3f0BadZL=x85lI&nNHniZ`A=RX7F_Nb6Mw<&;$TR CKQ06S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/menubar_button.png b/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..78c8122e226f075afb51e3b0ae6ee728a869a198 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ!3HD+(^8%SDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-Hwl02V&)mx>yjE9YYs!^Lf!=Pql3Q8$85mxNGQDp2T$KP+%;4$j=d#Wzp$P!` C)GVO@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..54293fdf0ad2ca4289100a4744099a03b02634cc GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7mo@^o5)u}lQP4Pb_`s1fM;v%Rynk=s_I>?+gBXjV=?_1?4d>C>v?_^5 zEN@o5-2J-H%FowsORiqN_Ma1Px6@{)%9hH=O*(hCMoIqrpPsnlo&W#&aZ-U!yoWb7 zewozq>D9k4|9za2_VB#l_iwJFcK5y7-`1fXJ<}UIJ7;z_MjdSBT{CanFK%IDVdm1L zc^n2=7gxA07VC{N$+|dU%ZvN>>vPKhL;3|hW}ZbvY_(gt(V#RS0p-SglY6|-Rrk;&n}nGFZY_yl=%Af z>;KcMI*eZ2)-dMi{1~)#=ht^n)7!Y+-x=BL{5^}2!DM61qP_M~A;6$y@O1TaS?83{ F1OP#&xcLA8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..519e134b1090ad7b73802a45c968f615f3e831df GIT binary patch literal 406 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7l7_H=O! z@#uVeZNJyy0FmP#@9#YFZ=zYDhoKj{>&3HccUN}WHFM=PariayF9>+SyhDXw;f2uS zMIr2p!Mj~HJP3U?A$zH-bKmZgJ(4Xo@(*er_}EVh+7x2Qww~W(nX*Cp1;L38p&K`D zywa4s?$87+w=YGLt*-qFR4(4N?zY_PhNc7S|DO3AXTsyZ(vxk^ho1FS_Zs^iZ{Ah+ zh41g}VzI1WjhDnrKQ}$ITRGXsP2h}V$=>WRphn|#fl9`D?FCF)AXLvO$jQ9gP2fQ;Sm>EamT z(fRh8VHUF^PwPYTs7$TN!EX%Ct#)$}5ac<`U}n7HRqssu89#TedwpK+gw1(&2KCUtU4}+Q=SpWS z+iu(UKUDLn?emzEcLkkxY-{Rx@#vj{*UD{9a!aRZZFQ3?UEwVIDxm$JZb|)aU#a6C zSs6My09gP2fQ&uk>EamT z(fRh8Vb@^;f!2rW(anNKRyY4h@=Vz6z_BFihB8Z$0jG4#&f?66xyOWWue_wA`Lvbw zFMEZ&kLjxSzo*VL>{E7OF;rHXlG?dQW5G|M2LzC_3Oy6Mk<8n%4M zU3<0Q+}hIE`AI$dS7*-JT%32-h2`|7JKLL{RqpHLFks1dq0a~B`zfIS&zJ|ZQ ZCVZndL4i;6i4o9W44$rjF6*2UngC%6gFXNN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..24480b98111cef5c68227e9bdab2320057c0f087 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ+5!>EamT z(fRh8A>UyG9_PSmo2ICipZt41RkA}l;_a11FJu;X|7ZLWX4m()qR&u3@PyADNzWBp zE-a}%jjwlYcyGNecem)Py@&56rfCQovNC?SnX|TWrX}moV@ASr)c$N)z^a?!$Q^aT ze&Kh1Mb9tymOBbEPFk?)(B0(;&npkzUARg^iOJYGn|JHAXvIke#vL4Sdvk0{6#To6 Q10BcU>FVdQ&MBb@0MsdEWdHyG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Havelock/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc822f001cd7ed843741d20d3128be0ecec9ebb GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8A=hC8p4NxUJt7wLy!?A!+-uIoPQ@;(Dbs?iteg-2XS~Ng%jL68`|icpx*l6N zxMT#nIJhiWm5|o4J9)k6Ws`$vW;rbtS!1cZl;!4k*~@R+3T0+9tnYZScjk1~=G}+S z%u<>^Q}T{1v!JQ<_4RST52qdqmwgq`Zgpkh{uU)B!9vM`dFo0`%^eG-6iIH$z5UrT zFm#P2^MTa!ovWN?NNTD+Nj-RXujY|6{w^&1J7)y$uHNk74smdKI;Vst0CK2y A+yDRo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-2.0/panel.rc b/themes/Mint-Y-Havelock/gtk-2.0/panel.rc new file mode 100644 index 0000000..c877428 --- /dev/null +++ b/themes/Mint-Y-Havelock/gtk-2.0/panel.rc @@ -0,0 +1,153 @@ +style "theme-panel" { + + ythickness = 0 + + bg[NORMAL] = "#383838" + bg[ACTIVE] = @selected_bg_color + bg[PRELIGHT] = shade(1.1, @selected_bg_color) + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + text[NORMAL] = "#BAC3CF" + text[PRELIGHT] = "#BAC3CF" + text[ACTIVE] = "#BAC3CF" + text[SELECTED] = "#BAC3CF" + + engine "murrine" { + reliefstyle = 0 + glazestyle = 0 + glow_shade = 1.0 + highlight_shade = 1.0 + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + textstyle = 0 + contrast = 0.0 + textstyle = 0 + } +} + +style "panelbar" { + + fg[NORMAL] = "#edf5fb" + fg[ACTIVE] = "#edf5fb" + fg[PRELIGHT] = "#edf5fb" + fg[SELECTED] = @selected_fg_color + + bg[SELECTED] = @selected_bg_color + + engine "murrine" {} +} + +style "panelbuttons" { + + xthickness = 4 + ythickness = 0 + + engine "murrine" { + textstyle = 0 + } +} + +style "theme-panel-text" { + + fg[NORMAL] = "#edf5fb" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = "#edf5fb" + + text[NORMAL] = "#edf5fb" + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = "#edf5fb" + + engine "murrine" { + textstyle = 0 + text_shade = 0.2 + } +} + +style "panel-entry" { + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + fg[INSENSITIVE] = @text_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = @text_color + +} + +style "theme-main-menu-text" = "theme-panel-text" { + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "workspace-switcher" = "theme-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "indicator" = "theme-panel" { + xthickness = 0 + ythickness = 0 +} + +widget "*tasklist*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*PanelToplevel*Button" style "panelbuttons" +widget_class "*Panel*GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*Panel*Button*" style "panelbuttons" +widget_class "*" style "panelbuttons" +widget_class "**" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" +widget "*dict*Applet*" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*Tasklist*" style:highest "panelbuttons" + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" + +# Fix gtk-entries in the panel +widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel**" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d476c05c8c9b4f1db017d26bf87783685eef7231 GIT binary patch literal 354 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkPexAHF)B+&`H;VCtVAfcr|3=HEjcHZ9`ifBRhR7AAM^dL)!pD+dyNd2xI3cQ;$Sb zk0dj%WVeDv9%ZY2>bCpT@A7Nf=ht!|p#5lI*Xh8nGeJG)f_g6m15y7aplNsJe47Nc zhP@=nFPOp8%lpyeC(-6>RseasvZx(HO;`QzGiwQ3# nniWXBICT5|^;&Ny{`quotS3}w28sf)z4*}Q$iB}o&|$E literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..8db05eee2348143644a591cd5b7127b3957ffb23 GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0T3y(#6mTH-abM44HT>WWqHd89E6>q9JVqYi&at9b*R_V@DkmM_p4VJu_E5OAmcZ zPea=PBgZgv-%JbtT+4t0n}|xAs5;xo8t3%M&Y3gZixzv9uk)-}>s7JNw_&$m(_X*k z1AZ+Bg8MIr^j`^?a204#fc3U2pi}rtg8YIRWYjfQu3fi&!<+XXK7Qh0PQMJ4+2ZNq z7-DgH?d6+7O$s7x398=42RGGjJ(Sb!%Z~k@^uL&`MVO^FWkSGBL8;09 z^Sx9uwS_vr5;#vtiJxeAn!;?;zCBg@cmqZ!;zaUb7Slym2~ZKjWn*-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkPe=FDX{-?_|#h=ldgqKyb?0;nvTAej-ic?p`E^!uc1wVu~WFQbEK(fqN!(+xp$Il z{vyw^)xLGxd>eN8HSYCm-XG9@G@$ELK-Za|o^wGx7eat&!o`qDSKItDtbrEDmjw9* zGiYdP*3{Pa-~h+kOr?QJ<2_v*LnOj;`#psk6nI#an-q3D=9=~2{xY-o#7p~p!+pgX z_)D854>C9;FtRhKOgW?<@+0u9=MMId^OoFOY*AW&RHnsvleAOc)WaucTn@OsYU;YX lIzbbETF(`23%~z7KEp=1^}@L)CxKQmc)I$ztaD0e0stEIi4On( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..809aad74e7d7ae2f28e7e0c30e6e866f29a47130 GIT binary patch literal 505 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EjR8I( zu0T3;=H1Xqw*#l&37vQ?c;fY-{;Q#ru7^y#8Zz-($Rwc1)nE|gs*b*uj-ic?v4f7W zla8sA9uS$k>REW|TX-7U1Qz{2KTAHSZ6Za5-ecRiLqRpE8&N9id$k7yT(e|#vsw0Rn{ug?o9XA?Gp)BD z+}yR7?MLslGcQd)Ojxa*_FXEWRVZxz`-k_spB{VD>#LRc^_k)7Loe6-N zi`hN@bJd%gz3ulIK4pk=sTg#Kb{sf3v;A;}>*ksgjYk(wr|f5Jyj1jlqh8t!pz|3# MUHx3vIVCg!0Q@)2VE_OC literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..3e13fb70d85917e716b647f879fbaf6c8f25f874 GIT binary patch literal 380 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkp7PZLMB}e1EMKc!>3$Nn|nKB?(OUaKy;^c*`2Z#_v%(ZXjltGkB;8{aN)tHdoRD; zd->zR>mSeF|9bxZ*V|9OKmGXq<;U-DzyAIJqThdi|NaX!`+;e~VW2gNB|(0{3>um> zwLN%%!rv#$fQsWhT^vIs!gJ4G=Q|+4(3)tv>$}{R=YQvK64G+{zx%T)i_;>F_U>Tb zdu%h8CJ-{ePyPh^4)(xzV&@j^ePgDOeX%6%wz9kGn}2$-pK@CHZ=|(6_*K2@ ezvZ+EE5zBKi)`{L_6P&o#Ng@b=d#Wzp$P!7;Zuoc5!lIL8@MUQTpt6Hc~)E)d4;s zu0Z-fArLa@YS^T!kyEcnPrVsC^=9Jqn@O{8r_8>cz2Hvql6&o&A9Zbc(zor&%)QU& z?teaS|MM*u-tM~m{`l=r7ax7O`~--;J$n1&$@^c=-v4_3{@3rnfB%AQd{OzY6KK6= zNswPK1HY(PYOV*^-d)Dq zly~;E8N)m6b3Y$7GX33mE^ya^%3pgKpUk{|=rwP_W&h`g-tsDF3Har&d&rfP`Td%b zqs896XT6_(Jy&m0^J_1U%rvoRNt?5m{f_P8-`{xA+q-ZAqr!^^XD-!k;m~E@KYwYU b+Hc-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkPe=FDX{-?_|#h=ldgqKyb?0;TF9iU;Zv?hPrVsC{bv01n~5`Trp>*bz2HvnqC3UQ z?v<^$*Szsj-?k^0pM1Ie2j zD3k>G1v6-9YSz@&_TU10*5}6q)h2qnIEF}s=k}lEYf#{E(QXorDU6@+?|*z111HP< z+&H6|VhW4b7$`_EaP&N2XyDv9Az154)^qZuoc5!lIL8@MUQTpt6Hc~)EjR8I( zu0T3;=H1Xqw*#l&37vQ?c;fY-{;Q#ru7^y#8Zz-($Rwc1)nE|gDiDQDx*9&^diH`l zxeM;(FS=8_TTS3s^{Euqsss6J=gRscHF-5A^ubS zxrPmaB1+A3KF-^q^YaU_b){^Ve2}{H0UwX@{5G~-B|1OdDQQr4!YK|6rYtQ(;{(7$7V$biz z3VPn%n-%hl%Y_!+JDlH8u|=3ck}rsX)5_xU4(YWiA>a61rPyb_5kJLg9Fz9s>^7j| O89ZJ6T-G@yGywoZ-Rxfg literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-selected.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..e6516105cbeda31f40a1a44abe2c025e47000ea9 GIT binary patch literal 362 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkp7PWLMC1dn{+K~^0n|O*VE?SN}qcxd*SVzg?CDp-7Q;wuXgo=`n3-l);>IX>*M(c zpYOf=cJJl)2d}?BefRVE`=4(=|Ni{_&zB#6zWx0Bv9Z*Rojwc*5_vL&UA z938?X9Bd3swiXNu2gS1%IemSZarCc}U9(QP^0`HOeXc!PmwNeSj+VQs?>6V@HqkF{ m<+^Ff)Gs$a|3RbXAM?cpVmhC?ME3ygV(@hJb6Mw<&;$TvnyMuL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-selected@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..049a649b3fb36cbd319d49a239d9fbc1c9724d67 GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0Z-faUf*kwa|&zBBx%DntDBY>W!FbHxg#tOrCWsW%jM?1$T;;+-uwPsC&zkzU_}^ z?tMPz!1H+rUTnSacGu;1$8UeS^ytgw$3XP;;hP^%-u-;`{^#@eKmYvw_xJz*e_-1e z_LeUPI)$$!$S;^dMqOj&+I8zUym|lO<0lU0^vgh*EuJopAr`0CUcM>Rq#(kUpz3XW za8vEp6FH6F>-T-Q!P?!v?AZTF|BKmLgjs4+CIs9Rl$z{6-%BM^Tc|UQqv4SPvx4nU zd7J$WRk4+hdy`zBGHzE*&Z%>6{1x|9A*Y~r$6mH0ouYSMnid4EHqQGl^}v#2_4V%s zc}GeTza3L^jM!Uw#;CmNwf&pfb?P?LmmYDe$p5^f_Ul)pG2FlSpgK<;pyTS zVsZNJmD@s13Ic2i#<`b`-sY5DFygKJ&#qHYP^6f!O#7~O+K*@PmK~3ImMk+~rFsAD z0{^W~OD9NWv256N^PpB-TyBCaGsnv2Gqow1O{Irq-gHXM<9>MUj;wU)Yn`5VH6L!( zJ@+)=X54Xv@8I#Kv+KBi-TCtCRA=UaXNzT?pS)l3sHpF=$m%@f!g*Qpt#7Qawr#)5 z-~031hBLAoccx`3?37QhRZRY~^Izk&{wb@c-b>Lq|6O{W|Fk|G1r<=7F?hQAxvXgcyqV(DCY@~pS76tf( zxB}^*Nf$#W+z6h0Gi2hmkO|j-WauOiiH5WdtaXhYbj@7!%-!{^eDtk-46M8jZ2Syt z{S9sW&Aijiz0=Hn(#?G`Ec~)9{PQdVaxDY$ti!A9;+h>2I-Sxcd6cd8EL-JSw%VtD zr*G4Kzoxx@%?JEi4*0bm@^3lh-+I`;?MOh!@u0qo!F`v4`!9z~xB_&8)!nU&fv)5$ z3GxeOkWtrIxpv+94R79m`1px~IsGyN17nD%i(^Q{;kP$#2OTmHV0#c0C~#Y2-g$Kg z5mEjL-|J1IB^1t@?Y^yYu3+Q;)bw9x?|bfgtKz9LDfg70`Sp1xtuuSCUuJyixN&v! zChh|^JZBhIFe@);VESkOkHc1OBw_#h&{e4v%xrM_U(mz;~zb7Ztb)qgd; zu1jTmxZt9`m-F`H4Eq;;uS=@n|D3kk=AHe`>2`W^{$>>12|p#Ye1?1D()7+9?hW4S zm4xK@*4a4EnfF+ZD{s$Mk17odE0cG1dh2WE?flODd}6%M#uqmi#u1+Z%Q9tznyUZ%4(PkE||dlFvGOyV%}qSi5FxaqVoMoW+m-`nWTg zKRUa{E~Hmxw(QeQEmRmFT0V{e2v-9_rrpuj^zL32@Mps1PV&IN&F7gDpX- tWX87pO~;F0#yvZo`Zi2yVovZshL;~%KgtWoE(eA@gQu&X%Q~loCIHa+9}55g literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..4fdd6430d4c0be9ddab9899d18057fac2aaf1590 GIT binary patch literal 467 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIb20G|+7 zARRLKYVgEsp_8r!Pr4Q|@oLCKAbBkmED|~8deqeG(Nk}v&%2#5?{?<=+t~|l=PtaH zzvxcUlDoC5A9QSf+_UxZ)ZNdf?S8iN(!1T4-|xNp{>;74XYYSL|KQ8ThhHu}`f};f zmscNuz5ev;+SuxGVpw>l73uMNW*qtDW}aS-c-}GV{upJTjuJx;-&` z3ONgJGxjhnleV8R?fqPSA1}o%C5|uaif*z`US9HO&w_`Fm)|YClgX!YrgCdo^N(-y z(+|$!UZ_&WvCgjO+f>II^Ix|*U3H(Yek=O)X10yi$wIk}uhoQ~2R>i1^yLcX{9V$u znJbL+)8dYcifw&r^{y&^=e~C9vKN0nS^XsaZaBQ+4xFvEfbr`6*FY~Yc)I$ztaD0e F0sz&P+Q|R_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..eb4a126c33e7660d82c110f93bb3a0d0c75e2afc GIT binary patch literal 659 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSW(N3# zxB}^*Nf$#W+z6h0Gi2hmkO|j-WauOiiHX7|Uyqz}J$25ljCr>+foT5itogTd7T(ES zcqf0+oswnun%6&U*#Jb3<{x~q>cs2yXWs0*^zQiWkH>F+I&tUI$vdCU-v4~=!RPZJ z^yTHpU$21Z)2}z5f4%+u``wq{pT7V3^5f61KmY#!|Gz@yZ4A(Hd?i7C!3;9$8Y|bX zTfgDW`wt&KaWJP}W?*0p@^oHq0-AI{$Q+?6QgDs@(GskMi1!lk;HhrGQC&Ki6@8r2LwsR>LD$~{e7 zT0j0j`1y84Xu+?<_inmPGt(P27|i7a4j+s^FW!9c{d$D+SzyAuN~L##5BkG}IQiMP&r|lBSIE!$ ze~*)jt;n7~MRm1v?JaB9-q)WKzOUfun#VKVxa)dFKB>5}ZRYMr>Oc4O^v1sO_?}!- zH8pAPaS1+ArALLw#03odP5EsFzg94B+j5QjO0r+h^2fIC3i}(JYHWt``&;ej9CIKM+wev+P3S_2Q3pLZ?*s g`YpNmCTJhycL~{PhZ_t|1H+xc)78&qol`;+0B#pWLjV8( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..1d637617a5bc3afd67d4093ea30e59807a9ed835 GIT binary patch literal 357 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkPexAHF)B+&`H;VCtVAfcr|1qkh~T#<$Cng8`0Bl#7@5vKjUV?%$sR*Z{;k!leg$j z@zQ%`%kQ;pc+|J;$>qmit~~yF?a9}>FTdY=_5Jz#pD#ZAeDnF&+t0uM{QdX$-+v(3 zet8`y&>HrVAirP+PcQFBkDo-FuUP>UO7wJb43P-WJ%3xMK|r7(v2)vsDd*Tf{_~$H zY1H#?_usTKv6fAzxST|y7YMlOI0W(Jcr~uA`qyxs;cQag!-c`suhZH8m>hqWw*ON6 vF%7}^iT!eyH#fJ4IMw?fpEyD3{~zwZ671bq8Yfl(Eo1O>^>bP0l+XkK-4~#M literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f7d3b3cc27a02aefb4e7cd6ceaf97a25851133 GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0T3y(#6mTH-abM44HT>WWqHd89E6>VxrKA*TN=V3!i*FXW^aPg?I87-6>jfw_)vr zhP4kH*FEgn`grEv=kpG{*m~jZ_6u)!U4D1;=EoCvKApMu`Qe)%FFyQy|MmBWZ@)i( z|MUIV-ygsK{`~##*Pnm?{)2$}n)~fQr|^{o`2{n`sB5fTyKeo4H}5}u{KUbWein58ylLclda zsmcEHjr=c#shpXu$nc6?lA-NMy}@s$Pu`79f3#LJF`k}1<LmlmrS?>Z#@M@4FiLxtDnm{ Hr-UW|)Kl#P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c54fc4ce7d0c0598e6aa3df7e269dee4197bd039 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFeI_X;Qq-!A)uZB##rfpyiBztdM2>?p7mjw9*GkAJ=KYIKm+I-Clppd?& zi(?2!baFxi}-4-iy7?~%Wwopwv--Ro6yB@QJ1M8oPptoo8iSz S(%P&*tqh*7elF{r5}E+hOGtMB literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..561baa8e085cb93d5d73464a68fd4ca60a7c12ae GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0EiU>0;=F8^M!rhD^K`GT|DK44nib(U7)*HBcmuXP!Aw4_`@;UoeA=y2i@2>(+00 z^ZvufPaMqYmw_^Vo-U3d8t0P}6nJJ-|37@NlyyPF)q0f;92yt;bv}q{6v#(D;176U z&m|GiSRUZed0@c@ZZC!ZY+P5Axoa4?G8DOeShx(HD*SL~>FB6tm>*i*QRZ;z4A5i- MPgg&ebxsLQ0C6E^djJ3c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2a226be9490f06530cdc2ee703553b60c7289d0d GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFPKpL#1~(zTF@S3)LU)6usInRNB%V;4h^1tmd#!3-Ljnl-hxJv}SMV~l}< z`kpS1Aso@k2@Qv|lX45g^%8dT?z*7sEwerh;$=h97Q* V7e7gBvjVj;c)I$ztaD0e0szfzM<@UQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..76a155a4797c1467178622dd076093fd94f2b4bf GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Eia^KR&*+kw;XgigE`Jn?!^|JBe**Fz>=4Vic?WD-#1YA}d#RY%_nNIsgQpaRq* zP!i-9%)l=y78{?Ckl57R($d<~6KMRJ6)5ND>EaloaXvXgfoDeb|HB7MSr;^1tykH= zp>d&K=Yyz5fqdix{(uMeToM6|@Ck7R z(*Kb_$fT=4-c-wiexL+bP0l+XkK{$xhy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d1b81c83d711566b2901e2da2e7968ea9c3f231d GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0MeL5D1xc6{sZI_xci`YQB;nzhDM_QL)(ggv6%ime!sgfsQMgKpAgO7sn8d^T`Pc zJTq3mKXlNHbwR_^SQP_Kjeu^Q0#S_(;*k%;0v_mbNdz<+2RL*dSnz?{P2sr`cMKy} oh7z|46YGpk0)JGQT#nc>%wYA{Czc`{2Q-$!)78&qol`;+05@%H1poj5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..8a93396888c9b05de6fd2d22bc89bdd34949b0c1 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFPKpL#1~(zTF@S3)LU3z>BF|NsBXWGr5TEGP-`3ue&J)U2tk?de%59%Bp? z)c1684B?1QPH13!_N7QcBQzmFmz|lNt&C$agZ*M=jsVG)(t~RgxY#eMG8Kd~F!bx| V9A%B!qX5*(;OXk;vd$@?2>^jRNHYKc literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..838575d71f9cbf33a2e2b12d82114df957b575e9 GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Eia^KR&*+kw;XgigE`Jn?!^|JBe**Fz>=4Vic?WD-#1YA}d#6^Q=-|Gzgm<{wax zKuM5aFay7+SZsVkLSj>MOG|4{PoVK@R-l}pr;B5V#>C_V1)dqz_YWQ{WnIv4)mmi( zhsK3=oev@!1^kf@cmp2Da!CX<{ts~IJh0#cx0k|xHm)m*+%}9{8H(IKEL;Xp6@Iw0 cbaYfR%n?kxa5`P_Ezo2JPgg&ebxsLQ0E+cys{jB1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-selected.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..090d27bf1949e8f716826e424c52f8e5fd58d6cd GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4JV|fB*OY|Nqbbqb_Ij56BVU#Mtk7frq(Y0t6Pa{ZT*uv9pc(HySH6}6>1HTv-mue@;e!d# OP6kg`KbLh*2~7a~9aY=_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-selected@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..343322fa7a517e7b569e17cfe7bebe8ad7a0ca1d GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeLI1n=N8c^Zpb!S?EdiY9${DK)|)HPPFUAKP2oA)0+e&S$GzYLV|^K@|x(Kw%+ zpujVu`v2jBrK}4YuGXt;;Ly0xuk%4vqd-3L0e`>)doGE9#_|A%&I1cRaC<5IXXCn} t%w5CCm7&P(!@_0oRN;p^OGigF!~D?djxvW!XMiR%c)I$ztaD0e0sxXvdaeKf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..c24c50a7a1c7583bf5b7a4887f6accb3cd746a5f GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFeI_X;Qq-!A)uZBznlGpzK|6e4p;S7{!FA4GsX7Kd#e)RZBwE3D9Kp}lk z7sn8e=;VY3#%EuO6f{B;5_H*_+1biC7Bko{X66WxY$-jsHi3)%qAF8CI0Hk!zRpqB Sm^}(Wtqh*7elF{r5}E)UDM(-d literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d0fd54a4d8731baa75bd8bc97c9bb195b3f33d52 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0EiU>0;=F8^M!rhD^K`GT|DK44nibG1343{}-N4QUU7WD+%%oW{^?WSh;rH`VDX1 zfB5)`gE{>&P{z;G#W6%TTs0S{!k zBmx@$2RL*dSnz?{OJP47*A+!>8%C}SMQ$G!E`z5EKipY5I;t7w2&P>)ov!#6XflJR LtDnm{r-UW|(wJzH literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-selectionmode-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-selectionmode-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..193ed1fad8a70ebaaffb2437abc0193266d58b8f GIT binary patch literal 477 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIZ?0G|+7 zAg!rssG(t@rfCdC8YZe5CTg0dnmUG>TKbyW25Oony1Kf0AfRtxU}RuuWC%jWhDOFl z#-=7F=B8$rX69Dr7B&`^wzl@Jw)SpzK;+===JjMX8RX#|>fs&c z=^b{$`T0Gd-8>~he!&d#3dc{JJoV?#pTB?mQVTa978NlU%hf$s7XP9Ey0t= z`^curk!fj{e(z6YI?2Llc-i-j?)^W9nxtJDujn}5h~i-4e17^)pyU*Rr{|o6lFX0% z=kD&6*V*;^9Q&lcOVdl7p1JM(#n!qwJ*lldsI)h=U-a!!$CF=m-wTI5mYP26^24fx z)!U1Tdbd6_o&I-Q=x3g4o1&i=KKU#cn;A84WB=rkIU657dad4n{jib#k>@k7Howa$ z->c5}*Lc6f`-ziM^tN}XvKVab-)q9Qu;;z{1Pwd+%wnboFyt=akR{03N@q Ap#T5? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b635b412ef5f801e74e9d2fd7c0272581583d7a8 GIT binary patch literal 675 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSrUm$f zxB_W4Eh7~TQ*~_Qfq{{Mp^+g7 z85cSz21zTiZI>*g4zUyV^T?*gJVRIC(ladpSCLJGywgx(B$r2fBI$ zx_Jb-c>+cc_PVSk!?QklzJLg8YIRY<>OwtJ*sD?%V(I)8{XLYglG#GcYhF zd%8G=L>zv5<95&?0|B-NOkJ$pIs753I+ASUFYNh$I`UM&Y_+#)H)9O^{#Eb$Y0Y`} z99v`mdC#XgR_v?Ks4Gt`XKd*a{mbykWV6>S1|HP{uEMmrENVg)%~#}NoKzYaBo!It zzARv0ddKF8-@(`V=VF?c9*$r5!^QKShxPoq z_e|P5^}*A$2UXjr{@PpqvP+0$??70JMG5vg%1u2ABp2bP0l+XkK;Y9*D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-selectionmode.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..03311efed2deb69ea3c59f17439e3f3857cf5dfe GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD>c0G|+7 zAbsxKx%21GUjl>6moEcpAom3r02y!Iym|Zf?YnpHK7Rc8`Sa&5U%veK@#E*upTB?q z{`2S0-@kwV{rmU-|NjW9mTaI|TqQw%!3^>W$4{I*1(Y>!c%lasUG3@O7-Dhy>Xoy6 z%?bi632P&?oO2iM`28>c7IT|hf~Nc2&(j~KPnK=#eqxrb?6%tQ;BP0LHnFJ-@+{IW zaZ2SKn(w~f)NA2?-NTEo@|Pdoc_}64qI&NIQNLMV+pQJjWy;o1*|~Fx mTyWFkthIYzZvW;tPhT>^e@)FTEk>ZT89ZJ6T-G@yGywo9aKcUi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-selectionmode@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e979f8c3bbd74801d117610402005023ca2b0a2c GIT binary patch literal 615 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSasqrp zT!HjOFgSPa+<6!PvXQwkVJLm!!iASFU%qh({T}zJ2@o^XIQ$zyAFB^Y`!HfB*jd|NnpG+oVN6`vgjY{DK*5ef|8a+B){` z+yC*?=P!S2SY~Q7Ffaysx;TbJ9DaM_W?7Sg09!)Ls*FH(L%rNAr9JKyWE2Q+VEnuGTkJQkTWhVpaK_nO6Z zWlepJ?A|M>iO#nx`blFPK4I;rNM@ zr~dr;^Y?FGYGDXa+``kvF@z&JIiZ1Z*#~2X0Hp&5wtdqRxKoypu%DZamB&Wl7^9bD s0dwT{rWdo>czWa%yl1mMSjWI{*xz^SN{g=sKrZuoc5!lIL8@MUQTpt6Hc~)EP60k4 zu0UE%%Sc7TR9)LdUCTrbgpAcRP1Q6^foxSx6EzH^rEQ?4W1yo80eVJ3(dj@_1WJPZ zf*EXm{rs!iI`;0{|MAo3FMn%TW@-cFay?xfLo80ey==|bpdi8;=<4cn;oFdoEA7>}V^K7v&e!IDN63}7>Pgg&e IbxsLQ075-;iU0rr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..481a15e6ebf2b81e9bce00d25ee873d9b7853df6 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFYB!C8W3cvs%fIGWum2HsHLS3B-OM`bai##_=N}pmGYJZ`2{lwmseC)PMEal|5uKdS!05L9uEPYK0|%_0^9al_N=UF~X5-|!BXEq(OR|7D p@>;_SVJ@DYXA0ikEDzQ(F#J+<4=H)*uoh?rgQu&X%Q~loCICr!N>%^> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ce9562780cb800d29d0e0bd91ddfeadee253c6e8 GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EW&u7S zu0UEz(?DI_Tus|dP0K`0(^yr*R87-FP1{&a%UE5*SWUx39Vo74qNQ!1tqTGAH$N@f z4%8`B666=mpsJ_u84y%hR6KFgjF}){Em$=VD4XHw;uvCa`t4*-z6J#WmPnUtav%QB zH+B4YXo2BFkJ#nUuBjdo+0y@_!*BcVKE`MN*fpm2`82F*Viy%_TJ7ZWtd)5omxCmO zP9o?3)(@sTr(e94{_T#v;z?~D;}>eVy1J<|zcfuPK4iye60WPV)mgC*XeWcGtDnm{ Hr-UW|j#g-M literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4356b0ac3407588cd75fa6c316f00a0ae1986a GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF2R^0qxl3~i7eJTK@toM5x<1Po?UdD57f=z>FVdQ&MBb@ E0Fjbcg#Z8m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..bdafd334439a1cda0c82647e3edcf457ac90768e GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeL6kzSkVgS@5P!i-9%)r6JD<~?asH|#Y>g4R|##R{^43vxWba4#Pn3$ZPz?5?T zKR;{z^rjzk{!cu>vcTaVx2vOuz^mU}A~)`9aIg#QZ(#Z^D#&!GzJcjK>%;^90~rr7 zJ-^s2U^zk6u~Fv#A%S%X_r$++Xfe3Pir8rV*HKh^#dzgcai!f;&lNzM7(8A5T-G@y GGywojo_(kQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..90d0374562aa65031c51f90f518da9f81fedf1f5 GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFI(F>XWiYr11}|T}eE$6Tg$oz{{{8#^|9=}FXHB3wo{}KHU+Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..554d44958d1bbf6c4f25fddb7817bf99e083e4c6 GIT binary patch literal 336 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0ZN;kyK;J|&AKHZ2L=4-O_bKI~?A!g)Y! z+lTlc9`Dv&ycD4@W14O6=KfEzZS&r!&C88y|M>T&^v<*!{Kvl=Iq;qk3IN*5;OXk; Jvd$@?2>`Dql6e3C literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-selected.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4d32106a91fc846c32e52145ae36bbc8cdc7aa85 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFgN)HayuC$R#B%{*NkLpY+76B-zooeFg@h;3{< z94Wxz!!2RK>&WwvlP9JrVM9X@+Z~5*2?B>r7_(lQuzopr0A4U$zW@LL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..7b361e3461209ca7e8cec4c4a0439109142522a9 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z-fS%AyRG#{v0xFpCgn1NqRTwYzn*51L{B|f3Ds9>>3 z`3@NH9ElPBUi7~{hhh3jqb3Hq!=Y2uCT>)YF-%ruw|y=redmU|VUs>b^o4vE3BM%4 zSrZg99Fmci52&t;ucLK6U$!H=8( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb129da8b244e26f2e22c643ca88db8953c084a GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF` zJkbM+T6(%ThHykDCp0iF`w;37pmgAX*>4_!Hzf%P_nDLC=p{U`VrJvkNIk%t!WzBt ka6{uo*_6zU40l8s_6ND8d+u_X0W^fc)78&qol`;+04cU)DF6Tf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ae8ef7b929e41b2dad7e7690e0434fe179db53 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Et^qzF zu0Z-C7@RwI?mP?t*~na&FqFP<;lj(8FJHZS_4@VeKY#xG|Ns9G&k_ZoK>{T~e!&d3 zzJC5yZ5?~}?f>}c^OwIhEHkx%as{3)jv*GO-%hp^YETehakOD@OxyYIf5_?pC4~*A zCirbPpPlwbJgj!%!=Od?_<3&JuMhCqsmOXLh^2SNZk82F5li+>Na$jC!gxSr*@swz z$0z5$&v1_aFu_$|!G+m-)sN3N_~vMyw>nez(zbNvpZ1CO9nRV;S+vtJ8fZ6zr>mdK II;Vst010uOuK)l5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/pane-separator-vertical.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/pane-separator-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4f5d70f7b112aafd658d1eedf07a77a8dde7ab GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6dTdb&7< zaLi0jNk|AtPXK}>1s(}W35g#-ED-_3B7rU(FBa_%%WQIsuyx)R i%LtV}uV2^J)H1~9$n9sCt@;ya6oaR$pUXO@geCxnQ9BU; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/pane-separator.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/pane-separator.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f1ca449c51555e918bb1ba9f81075bdc98eff5 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^5k5_L+Qlh;h^Y&^!m@GO(-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkPe-6J8=5N$O)H2CtVGha5Z@1)zAsoLMC1dnQ$!_NKU#AVo$slIuXi%a3Q3&fwjJs zkG{2!fwhlE$qJ9sl^&(5fKoxf^7A*<#3uX`%6AuXu3vX&}X+3xT!o`oDK7aZ5 z(&@z%pn^hA7sn8Z@ZA2_VhsWUErBJWYnF6>uRphDh2Qb->1XH2vMH*rN;Go&7J7~M zM~9fFzTL(TJNW-OZcgC&=PceM$^ZKm-y9hTNc0iBYCZtA=%rrlUw#Oze&V)&mN%V44$rjF6*2UngFlImtFt> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0ff03473a0522502934aa1d5cca0448cb43b6395 GIT binary patch literal 638 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E2LgOT zT!A#h|No(rZ-h^}9NKp^c;dC-NmqmVuZ2#$9z6L*(1a@?K<00Qd zt05DB%C3e^xE2CZd>te{;VO_FGT|Cfd+0tkz4t#hmA~5l z*_ZQC7OE@1&)N9Ce{Npv1oiL1QhCu60&5dbU2r<}wMQ~e*nJjbaT8n5sX45BwD_LP zY-MZO%RVhbQBlu(2h-C@OS1y1O!i$1+;Z>I3x~oLe{~Me-L7jYeQL@rE1#MmY3Im* z?n5puJW+^S8_CBrEY(>xcBE`MN3fn%3_U2 zn~u0l$k=>D_gl&dr`m&#sppvHu`U)gP~UNI;%Z6bJ#0a17=wSMpO`SsJGn^x#N?>s iazFo_sM{ql=Ysv})BV;GkM72U;@{KN&t;ucLK6T9!xuaN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-insensitive-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..46188201745bec30002cafc89787bd8f3630806d GIT binary patch literal 363 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkPe-C)vxnN@Px~Oy;lM!-3;x&8aDZQ=)|j`6K{k}z8XB?TJS_5_j<^LtHBemg-p5{ zGU<8>s zAh1H6(FUj}*VDx@L?S%5|Djle08i_3Auq$gd;dL+1(#p`p8n2u_icthhB~v0qj*El zOBhcRuRU_e@M&F-{xsF(PFW*KYuj@IdaJA?Ed}@RhkVSQA+>W?$E$X(sO;HhTf{1? pb87tNdi6`bPM;AY7=G|UzqGIwuYGvHFMgoK44$rjF6*2UngFnZf&2gf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-insensitive-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9a17855cc1112fadcb5e28b1612cc38900a98a95 GIT binary patch literal 607 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EO9OmD zT!A#h|No(VSL3E!kL)=UIrC;{-_4*&xBYuBhfcl`+~3z>8+1Vml|GC&F@Uk{mh z9i$6r6i6Jz1+sPYt@KQt^~{0D)xs~^!Y|h%AlJ8XuW#dizs9|O?MDOJkA_UT`lg^v z1n5rlk|4ie21X%a5fNz_Sw$rkRXu%u0|P@hcXtnujLf{e{DQLb@`{Rv#-^6mw$2`8 zu%PF81ki|=o-U3d7N^%vzAn^cAmHklsl_EWOTpE3mO|IF|MtFW2~M1o#oyn4H_vmM z(HZ%pUTsg0ZcKkEr=8N%g$;r(DW-)x1e{p>N5)~w z-_s@RYD>28vjjU_uu*LE>=ZEA@HjFhGB7c^xuNxqmVfqL!$c>B?K?acdOi7|AfRZS z-N0k1WHdqfI4{$VQ=1s&PCVqBRC8G6^K}JJ+3BHIQ>V%2ywB_v(pdZLcIL|91G9|Y zDSJms^ld6y{VqsP!~3+s9NQoDc2+V=gV*j?yf-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkp52!2$^&>ZSL(1Aewjk+`Uid9()4oZVkDa12jmyB*-tAfrnR5-@x6&v#_YRrM0cQ z2LepZ><$8zWO}+dhDe0x_TLsdAi%?V_f=S+>)-#&#aw$g>Zcs{WLhZel9jzxVXvJ+ zXv5ZDUcIZOm@*kGxM!-lh^6m5a{GAEE1j%E*5X-dqG>KQ6;&>0e195Uo3gRvZ}-Lg n&};W3ZrL}tG6l#imeu#$#(jDF^?7DMOBp;}{an^LB{Ts5kA0g9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..10c0b892182f000d54ba13d797f42702cf1d40a4 GIT binary patch literal 560 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z-f?Lo+-tFhB>#!tW5x%o-gmM1+xwC%~0w?Ce||Ml$sueYCm0iB>*EF}bVjb2HR zUoZoskg$lfjI5%PimINzfuWnbM@D8|enDAzMMGm#OKV$a4-%L%=L3s_?*0E-bb&$e*s_{qT6>NZh$wibBrR0xwBGJ&&86#k zBxds79iGo-#4P3+eKfdu4cQOZE5uI$J^rdd_5^o_}&D(3u`Nr_&wov{q7$Y sX2nqn-2bON{8c#b_`cQMr|dtoEfGlTV7XjB8R%06Pgg&ebxsLQ09cA9kN^Mx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a13ac6eedecec1e0e024c2935e1da1b9eaa7ef25 GIT binary patch literal 369 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPe-C)vxnN@Px~Oy;lM!-3;x&8aDZQ=)|j`6K{k}z8XB?TJS_5_j<^LtHBemg-p5{ zGU<8gnqnxO;eb78Vs1 zx3splb@zaQ-s!YMtAD$YXa9UetgF7!OVT&Sf}S(klmiHelF{r5}E+(2$YTh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-insensitive@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..71bb3496838cf73657ff2398eb0a05a94e5eed5c GIT binary patch literal 604 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EO9OmD zT!A#h|No(VSL3E!kL)=UIrC;{-_4*&xBYuBhfcl`+~3z>8+1Vml|GC&F@Uk{mh z9i$6r6i6Jz1uM9kG52=HyxX}8?&L1IlfUTB@!KDc-~M#s&Zkp%K7IM|``fR-|Ns9# zH)GW^pgYY=g8YIR7=?sIM5JY86_r#}_4M@(3=G}e-90=qGV}8C3(CsND=Hcqn_61i zI(v}8f}ZCQKqH=cx;TbdoL)Qmx=@pWfU9Gs7MIv81y@%EEhT|}|1Xy?sa-kQ{XMt* zyh^m>v;HL2!=E1A*j&;n%bkCoK|6q*qn=6DGRA!0o`!i&J7uQ}8w6ZZN((nwG~xJ9 z%Y=|``j=&AOt@qt;KS(nw}nMbRq232UpQmpJfUdk2G>U$eyvhz>14R{Xpz&Yjfb5b zT5=2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4T!OZk?MQ5y29S*n8E#KU~ zM8}igY_ayr3g^{cldLAC=p5X>WLCA(Pv5KZeyJ*37j@lRrT$Ym*{9b1Ls5(@&+=Kz zv(H}I%C^{E{^;u8E&nx&nd|yiuU)Zd!H*RSLISL-zOlZsE%V3=eZ$uBEqmQnrV6VE zjI(0wJ>K72$I#2I(!DuNeF;wu6X)%hF*j>#nriuT84fOAu>8^LjD0|FGkCiCxvXZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle!2v=hUW=W6BX0VQ_!&1lH$U#$^0<4;ARoL-v4~_ z>DQajzksgZRie8K=mEWwAirP+Mnz>6RYN0V6H{9|M`xFi(6I1`$cDzI=9Ya2PMkb- z`poqkH*ej3_4@6{&tHB`Iwsl$)cMuZ#W6%ea_zyFRR{OfvcP&VuK7-g?ColYeXK?pHpsVy{7Ji0i4ZJ(7;x?ooop zi`3Sfn#0;8#rI@pYg^M^_GuZ)igw;VnBGoW`s%{3E&Hx{q3mw{nHicTbDj` zn0+bYc&E8kat61QmY;?cH<;GR+~f2)v*t)=xs;sA^keU}?nVB+P_W=@My|P6?Z1mv zE!PrO7H2%#e8gqKiw#F~zoi^;Vm|1YdXC9aG|V{3ucTQy+&GQJcS%UQkK`Oh=UaAb pPtH~Fe-(S2+xdLuE`d20>=WX9RcC|*`~U_3gQu&X%Q~loCICTEWrY9$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ae0c98abb9cf245fabcf8261976c179c06554809 GIT binary patch literal 371 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkPe-6J8=5N$O)H2CtVGha5Z@1)zAsoLMC1dnQ$!_NKU#AVo$slIuXi%aN%U@hDU81 zAHDhX>&@q1Z$JP3|NnpWJNqL*b45#n{DK)o#l%BG!@`@ITUyVZzi{#6r_W#hy>xmp z1*o9F)5S4FLX!2MV;_^E0Kc^JiT#@otN>Oqb7 orgVOT{oQPapU&@H2Mj@b5qoV7xiboFK)V?{UHx3vIVCg!06f-}5&!@I literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c3f1e44593c4382b706ccc9ebcbd242b3a1620b3 GIT binary patch literal 634 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!A#h|No(rZ-h^}9NKp^c;dC-NmqmVuZ2#$9z6L*(1a@?K<00Qd zt05DB%C3e^xE2CZd>te{;VO_FGT|Cfd+0FdHeL8XH)5$xZPTl?V<;S0|KmUIF`S<_-|3y2GSOMLy zR}$nG%)qFqtfFdYWNcz;Yv<_f5)v8~9ue8l*woyz@4$(Zr%s=_e&gn?+pk`~{rLII zuSv&5yMQ{sdb&7KE?i>eyd|(?()P9Mrk(s7ALcuwGUfMk znK_e8e!a8cIi9y(@xT8drBe#2$VDTcgHK*pVHc9b4nc3Rb zw3mHahO(la_YbDGla{`^@N3JyYhG)oZP|4pMr!`;iuBD(9y-jv6mh)MUMe|*TT07M zLy8+r=Vb12`keXaNN2p1oXPZKzt!&DthrFI;A@6%xL57|i&ZVx5>^&xJlcH3Wx|UM zM|8iX9C2bk=$Lwr$x$@SILWW1SvlM|jm39KNV|{Z97X3_c56@0Rq%fmdz{<(eB~~I aIT!5PrW8!C*>*4)6!)I4elF{r5}E)YyDrTD literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..12471d689ed07a9f431fb204def9ca0381c63b3f GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkPe-6J8=5N$O)H2CtVGha5Z@1)zAsoLMC1dnQ$!_NKU#AVo$slIuXi%a3Q3&fi;j( z+z=E8G)S~0$S;^dR7^Z1G%UQSxux~o`3o06e)|07-%F<#Q-BJRJY5_^BqVbWM)S2O z2)G_x{3FaQ#0_9!4tKaug(Zv%6NT!`^}9dH9wj674ggyH~+fZuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!A#h|No(rZ-h^}9NKp^c;dC-NmqmVuZ2#$9z6L*(1a@?K<00Qd zt05DB%C3e^xE2CZd>te{;VO_FGT|Cfd+0qG5&w{;&Oe5 r--L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$GzP&1cUtx_BmZU7yXO zm!V7>R&QonZpCTvvTPEg+Fid>2UhwqnU#tui0v(UU>Lg7>OzmJuUtW*?U_E+4^R1% X^SHmLUrcWWTE^h%>gTe~DWM4f`a^#G literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1e71eebeb80fc5fa478963a3e6a203e735cb10b8 GIT binary patch literal 521 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EEdf3u zu0WdM|Nqdwt8r7VNA{eFoOv^}?`F`X+y1?mLnq$|?!N_;3Z8f^c*5nt-YbEVZie<> z4eh@bJn3r4r0c;Gu7pj#9y;-A=)@agKyuPGpm^}48=(`gg-p5@0wS*f86X9duZK*$ z4$=iQ3M3BV0@*tHRw0wF9%lapbUlMkNswPK1EY|zh={a|tfG>Ns-C{Sfq|i$ySs-+ zMrK}KenDAzc|}D-V^d3OTW3#?@yr>@Kz;i?T^vI!POqJOQmDy*$03^4(e+@fufU2f zkZbb|MO{r%J0-FHkSSS9TJ*etSewV8tBx+y-+A9#$(EbsXvSzWv6*% z6f9iWvR#NpPvpO<Ja literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed-insensitive-selected.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..ac4fa9e0bb3b47775438b94e5cd584c733810fb8 GIT binary patch literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^_fKP}k zkp52!2$^&hs9b02?Q)<_p^_lKUZuoc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-f?Lo+-t3XR0@BDigXrD?+kY6wZqmZzOw2Z8xl8UOHzJZ~eyGKT5UVcGYc|}8G zQ%h@GXHU*9IQT+?(Z;|3>(@9I3*0Q2bxygu zE%t$sYkkXwS>9_^*K2;9%FSxLDnj$4sMwZ|o9gy7I#0j(HK#$eIrYuE2McHKo*=fz zWWJ}j!-?g*B5ErNxw$k}3TDNu=s8f>D48hp@MVJ7Qo*X27tV*2uQ=sMe>!cbzp&ej zDO`8?buEL3d%o^$Zgf;C-{f4$(eh39_pz7z<7?;Kv08g(Z@u=~85g29XnmYo|BQ9@ X?Vwd(b_IU~dV#^y)z4*}Q$iB}O5pb1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed-insensitive.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cf76b7dac85f7f824007b494b23d39754f23bac8 GIT binary patch literal 339 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^MM1#zAoISdf>G;!-+v`>$*?Bk=<*%^*JD)rB5cU%7%r+cSNtAD;4? XtmB>|^t@3WXc>d2tDnm{r-UW|QK*2E literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed-insensitive@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..769ecd3432fcb0ec48b48fe8fca8d60cd82f02c0 GIT binary patch literal 521 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EEdf3u zu0WdM|Nqdwt8r7VNA{eFoOv^}?`F`X+y1?mLnq$|?!N_;3Z8f^c*5nt-YbEVZie<> z4eh@bJn3r4r0c;Gu7pj#9y;-A=)@agKyuPGpm^}48=(`gg-p5@0wS*f86X9duZK*$ z4$=iQ3M3BVf)!l-|NsA-AAO}jXXum!`2{mD3JHsdNXy77DygXI>FXO97`nN;dw67I z=H=xVl$DoPR5Ua;wY0W%_VgIfoS_WVx8KvnF~s8Z+Q}z{nhbaxqFEhX54QRWtmvBZ zhom$1lvVXrrLeq2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4X(` z5>wIxmOG8d)-hQyeVkIsex+wMQ_%dKUuVpXQjk3K&6Izl%OsH-JwBJRjs>?)`c~U? zyr*or)1)5W6|#;+bychNZyw8)PWF-b!RNms_6b+tgJ0|iZ##eQz1s6lD5Cxdqvn48 zOJx%{J=8o-1s3b8F!3Ge&9lnheSZIj=@+;w51!p{|X~SZP5}<4D{N7dI>LJyoA@V z;sVA20$$- zyao(2fLjfLYFzj#@R1?hY5^91b`^((vz+0Q zboygnB={Y7ay)!(rsYKP4J7gMAy6gzNVb>gLjgNv7fR#h!3YyYf*3Wc+Q8aOaL0rJ z8U)QoTy=puF&dMktyx(?n5alvkhBsGKPmW^*w*YJv)1g->k9>V(^XD89VGw&002ov JPDHLkV1l96*HHif literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..1aabde526286deefdc6830da03e6aeb526fcdc62 GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkPe-6J8=5N$O)H2CtVGha5Z@1)zAsoLMC1dnQ$!_NKU#AVo$slIuXi%aN*?t|Nnd3 z*ZBes5-kbx3uX`%6AuXu3vX&}X+3xT!o`oDK7aZ5(&@z%pn@b%7sn6@$=rj{d@TwB zt_K(Y2y@HW`L2Ftvd8fciK6ol{oB262kV`jRi9i;#djKg;#d~`t}(V()Z%JKgXi|i zJO(ezf|&eFl{T#0$e{Ros+C;uL~Z7)GeVa#USHpSb7M)(Pv-tjJZ{!2IWGfkWAJqK Kb6Mw<&;$VNh=`B? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4998013e1f8d7ffa97018f3a15078bca51e12cd4 GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!A#h|No(rZ-h^}9NKp^c;dC-NmqmVuZ2#$9z6L*(1a@?K<00Qd zt05DB%C3e^xE2CZd>te{;VO_FGT|Cfd+0VpttCUjz{NHb^+1*;!WH`tD zo#)JL+q;YuS4p}^E{%LLdzFseorTRinikz(;J)bV=d;XgB4+b%i*kfqGoNqk=(Mo> zbF8D+9lt6TmgSKR2}~=eM=*9BY+(?$QFGZLV6@Qg(RYS#hRIHy+)rnGNMbtJ`enOf zZH$HC!6U6lPXsvVXNlS%!;^EkM{p$n4g-vkNw{AY)~9|y85}Sb4q9e0A^P6Q2+n{ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a80cc0cb9b9daad32209d61ccd3cf5b9bfb869bc GIT binary patch literal 426 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uVfKP}k zkXF_)Rnj)r(6CTfH&atH)zC6i*D_PnHdWI$(a<(g(=b-kGEvnuR@VTsP1Jx4EwG@b zF^~=Bf<-ieQYPw}CYss?TH1y{H9%5J$4EyS#R?@s ze!&c~atew{=^0tsIg=(&pE2{%qsLF4J^%9c+s|LWe*OOaThFa@4Nz^hr;B5VgkgtIn}3 qjoh=f&QLY*-nY+pw!44(!?@Z)g!h`#rC6Xd7(8A5T-G@yGywpfw2UJF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6f79041a62b4f5214cc7a71686e8da4ded4d2491 GIT binary patch literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EZv%Wn zT!FNMgM+cLv9`9hii(PYf`g2VrIfL;iiVknhN-%`iJF#?hK7l{y0N;pk(!pNswPm% zR9)LdUDHHO!xV^AwSWv0RV`z6O;a_9pq2?xnHq=$G1P&|z*0aiNP!kuFGMj!1gIFK z5hx2`fX#tQK@@{EB1DYTwSdT2L(5oG+dxy>P)l21OWQz8+fZ9uPg@6w^tE*ibaZre zbo6v|^mTOgbU{Gx#w}S;kXn}n`2{nuu(GjpaB^8%S=%}|Iyrm$`X#5PrRU`47gko) z^!87fID5|A!$*!CKY8cg{RfYqymzQ6;Bt(5DCe(2Wz7b z21u|!P_KOH8?3c*$(N=RT&drZXRq0uCU^h;;}Y4J-8t6(itlgnp1FDXGCPy6&pua9 zn^ZK_&grjLUy_OJ2APcsaV&kTFQi;W+9lX!gpy~d-YQ_+A@h(aT*S)A;OPu|iQ`+Q zQ%M{e{1M``X0~d=D=JgPp-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zke1W6ky6qID~fdeu702X{d~0VwOzJt0`}`v4b8HI);=tlxj3zGAH&~e zN3St2&QRn};Eehsmhdx6@ZJH9s1qC|tHrX}LpEoq6(3!=F;I9TZ)f4|7KPo$DPIjL f?Rmq`{b5v}DrmBO&kaeS8yGxY{an^LB{Ts5sy=@Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f7844b8b195c40a2089be1d24a5238b2f8f97c52 GIT binary patch literal 673 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!C~$Lqlk2sDp!pv9YnXwzis@sfvoRlBR)%hMBs$iJGplhK8}ay1AORnYy-#nwFWW zrm4ERvAVXgnwF`Wrm315P|!q8(?ng%SY68qB%%r8s)CWarm?!FnVN>FI#3X(Obe$d^gCvp z$pX6Gt|Z7Wn1P9zg_TW7SyfG4Lsw7V+Sbm|(b>h*(R~EsX+|Ub7!Tpop z{{J6sH-$+z+WPT~>-xsqx1VJCukk#`gjeizf|XUd$ekDGcV69dU*l7m!=)Q8DjVBU zE}Z+^&8n;&eY4~A>e_p%y-!k3oR-aRbJhEF_Jhjf()Sa(CH7r0Z)-W;bh?y>F!*D=-sS6JygM4UPx|&t| zWmX28Fy6}ee`gsP9&E`8yqFf~zFu_ov8{4pXX3=RuRi`ZweWF-<{9zB&*D_Ko+>R~ z%6sy@7x$JLBeQE=5!p$X^smSj2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR40PFVvUNI}?CdR<&qFY9FVe@b@QpOLIt->$j4x=g!PkS7}A=! zL;tbyhg&jCouLx&^c%a)v@J=S5ZHO8w#CN9hLHuT zUvJJ1@)4WUIQ6rLWA*vSgf!a=45sHl&TYzGAoy7BspZPt%ZqI$v0R#T||GUom*P`njxgN@xNAP`Gz2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd9a00dbf3002009f2fa7530f45348cc981a41b GIT binary patch literal 575 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z<#-~ivuGkSrp(JKk^3ua(sV&>rF;ujDU5*8H`mync_mXVc{S5Q<^Q`gYc(l#@< zu(GzXwRdoGc5!tR_}vu))cMxa#WBR<^xDZUg_;a_S_Grkh~Mi9+Ow+RQtkii!Gara zDLn4^UB2IQcFJRm`YE^XzYAV_`R}&(g4?!RExuHls<>Aq;I+e#eH_=gJgVRSb8+U4 zTzZhPD(_dY!m~31(+|9P%H2DmHiPr-%6;<_4(lBCxFZzdP$>O?t9z3}o1n6Z(>INa zM<-4Us`#R%n5odD(;&+v#j!!VfhAWeLs_#y#*Vk(32Q+nlb^u-`5AvwLar~YD1$QQMV^j0_HSED_x)G2@@mt?2dNZ@9a?*?sL{%d>|q h_r6~){$F`1+$C7~x9e7KaiGT;JYD@<);T3K0RU|zEmi;k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..41ed4d9ffa62667f4e11c01325691693d25fc649 GIT binary patch literal 395 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkUoF@{IO%lu3o)*^5n^L=gwWabm{Wt%RoUOH&duaT=*WwS}H8jv*4^xqWYi925jx&F_mYs+ltBd%d^z zA&KwzEsb}7XZoX>UA1<%Rc{RMv8wme7Fz9`@>*=usZR-u^xPJ6aGB+or?olVaK9mT z^o9Jxz literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a83495380c6fe9fb2072f3e85f428d52df010c9d GIT binary patch literal 657 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|NmF5S_LHc@85ss%$alN&YeGh{^G@pmoHyFd-m+rt5<ws*aAP_(Vf$DGGym|Zf?Pt%P zJ%9fE?c28>K79D}>C=}lUw-}i_4n^zpo2xv&B_3Jz`i8NFPMRenVE%EUO`b=MMYIp zOWVxc!qVEt*3QY<#n(R|G%PzOH#e`cs=BtezM-Y1t-YhOs|N|h-A;W9H0rmfi(`nz z>9vz@7BxADxLkZ7W!jk?V|Y=Z;JBQtWZJ*~o42qvD@_jwySctLZSUP#-&|grCTCek zS7+^c%3*yyTItFrac3>F12ONo9~Mt%EK_~8-#TF)&(ZQ5X8C{l6ZDmDG54;HFDRH$ zZgoJj?YjB<>+IEkUWqT@ReRKs@PehTjL%=_lfikd1w3k=hAjEA2bMC5JG0g_US>GH zoyq5i$%Dfo2c(+VSj@O0mNMFBy7yexyXjx|%z<&~mi|*`3jTawy*2F8hFjA!_o?*U z{v*A8+WiTQns;0#b;bOhcwwG%qHA*g-eX;#ckU2NzqoYQ(r|a-*D-rfu2^Ni`I7pZ XjNTWWx^lU|U|{fc^>bP0l+XkK%0N^c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-selected.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..aba589ee61620882ea6c052c593170e0c499a0e1 GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR402bOxh^qTfqwn6xatI^{rOvgUOFZ&dC zX)fP?pPG0NP17BRS)Qj>_Ve#?Ir43V!qSpv%X=3W-L^R<5?;~Mab3P?$|cix8+Fv> zPI2&8baj|pXn$BSr-tjDS7cJ$44nhIX8R8~pIm0JH$m%q%-+)7FPqGCnP{s+0&a0T0*>iu(N vdSCA+hf61%jU?|Z`|WdHaN}x?&35yHZaa!wlZuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle;R38CJ>&rT$E765FPMRenT3^KKu}0VR!&|)QAtf*LsLsfPv6Mc#LV2n(%Qz> z&duG!)63h(*UvvGIVCkMGb=kUzo4k3w4$=Ax~8_Sz9D+i#0v}zj8dL1jv*GO*G|q2 zZgLQ5H7{V@SmSwV%^H!KZZBr$AnzxC{{I(Q%c3#;WSUL672DtV z_4#>P=LYX)Q=zr&mP_6-Z(EqXYSmUA=?|}e|0`wq-KD;(=I}SO*X50cGt)!lT6cK< z&1!J3ThMM`;lJ;F;;G_U2PP*kV0S;s+|~PguD^9JEnghHJ|)KHX=7$p-m=^i2Qp@QFirk@qPOu~y_0mSQrF((S64N@?Rx04 zasAV-%kfK(Mt)tHcak^zTkzhQS0~)${K~uZrP0Rr^exuFP-pOT^>bP0l+XkK{Opkr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..52594602458b89def52a2958121a47ded48855d7 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkiLBR@|iPd&YwSj@#4ixmo8lZ10WkH0%QV3fB+%|VIz}Qu3Q010RcqUvuDqM3?TXZ z`SWkzzJ34x{l||VKY#xG`}gnv|Nl+(+D`%PlPd}G3ucg&Q&3b&&&bNonKXI&jG2!f zKY8~2%hzu|fBpLX`}cCc{ojBp%RF5iLnOj;`@{Jf6a-iWtJjOT3O@W-Ug8>pV-Ux=Z-47x~sIVZ!X{1*;2yE@1F< L^>bP0l+XkKf&Ie7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/radio-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c01664c05c71cbcdf32409dbf9e81adbc37391 GIT binary patch literal 716 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!Hld{rk_HIdk>u)!Vmk1KG!p9RqUDojZ3P3@%>02&6AuxBz581R)Fv8z>F|a4tj_ zP!MhckPR^bE&|~~RFXm7xN+m=&6~Gw-Fo`;>9c3goC+MZ{B?T`0>-HPoF=3 z{_^F^&!0bk{rdIq-@pI=|NjYJFAMaibxDw4FarxK8#@Olm!*}pt%IYJv$wBba%x(7 zPHui-WmQdY|AdLN=gd8P!;aVNwHRQEGptK1^7 wvi;gBi?!~nqN~;gZBDzoI<)AQo%Ub;`&(Cj-|&pV4H(J{p00i_>zopr0IcDJFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f0dcc61beaee8b92ba9d1957388850f7c8e44141 GIT binary patch literal 820 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>j1~bt zA+A8h4FCU!_T3DcbTM?|)u1WYLi?`CK=WP* z8&3K+?*p=ZD%XO@iq*c=>wRn1n*xEAyQ#IOsg0+(rH#3jt+|z*xwXBywS$F?lZ8u| zrAvgRdyJK{pOuThjdzTVPn@k!tSylAjk68Raf~Q-j4W}CEOm-1bBZo=PVRC^>2*!* zcgvXKS+d-_VinLLpUO2rOF`CEZ}6?z;#giQI2PD`EU5QF zaPLKsYwc%D0tTIVNswPK1EaKzoVh=46QoAXwdd_aSV}=+OcfA5`F{4+f)MQFnG<$v{VST3KW5~TU^ zWy!lF^Cu0dDZMUPmDhsqNVs+Ddn)xyrk#A#zc5q5PiZU9=8HmkCLV%9S{uxMcCaLL z{Hv`MSbxYOl)phB^3}1A)`jOJm&-70aH)UQHp#Sev9VtsqeG9BoqyhnJdMc76-9)X+-T=t@5erR20|i zxCohpxk4+am4;qDZQW>h!&3cF;7pb$85MUr<9@SoH|d2N+PAC$rCLu{KbLh*2~7Y7 CIb{<7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ead32a26a40b4b00b04d239abc0a2ce82d796cf8 GIT binary patch literal 1456 zcmZ{kc~DbV6viXCAXY#YSt6B;SkbY-=#XF*vJeQ5V953~5J8qkL<#~4MA`~r5rGQX zL4?R6D4?L|2nrL0y0ECAkOiv<4vH1G76mIV^oF)G{ikovJ@?%2{_b~X?%a8WOa^VG zrHds3fmjIzQQ2VL3x>CaImrEM2bY7%Tu6bq78Vu{9*2&D7?$hVDg#eygq0&Z6~ln!$PGJH zMz%}`EA$+ho~TZh6kmeBuRnJiB?Rlwz*0kT zfgBu-i=)A~pdC1fhoi^fAs!wI!v}}s>3sZl0fElMQblR$2V`=EQeArDQ21J5#sih)u9Ige^~`Sk;%?#SzgE7mLA24Z%#N? z^^Cp$aqQXG0}q!J@7a99tNikuS#G0ketEF6hIDnavc7JrD4NPXLsv%+weeXOvJ&3w zA{tuKbs5;XuJehT4mr2?9bx5YR#H{`2=d#&X4TdUHW!b*zvzw{Nb>bwcfZf`nm3VO zKn*|Kf8I`W5k1bEv`7Nn{&bnfb!3RheQ2V~#T?tW+m^DpiCAzrCm} z@wwWK^EGOZQx(0FuA8OU32E(>s_=|n2Rs^O)=d8Pwhwc!_2?iz)U0{av2CfGZRt$cjs?F2UA}huQ%AHEL#$+9- zc4)@%$>B99Rg8yUY0EAJ*<<$|L$zp$#s=ZI6|w^v|0XTPoT!0kKU0TmKILlch|_7j zj>eH}KcsMlizG}@F;(%lJ?r#{7Rh7U*|SOt-=G|P8~Qnvi{0wSxhwwGumjqCe&{C%SpbsqH1pIjoq+gIm=eC zeJ1mk;`%Ld=_*)@?ibvrnd5i%y7Dv-9+ouBEt63@1Ff3=kRAxBeOJKAe_H)Y(Y zDV?6IsHG7itH+)_bxr^1@aP3nGTp2cM7AoYi<+Vqv*Du{`Hc5q?|sGYm?kGrR`jO6 hu}Y=iET-S%_FDJO!uFvrZjViWOelasZJ|Wv`~}0(sz?9; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-header-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..39901e30d9e171deece41c6b6790540ef7576c5d GIT binary patch literal 826 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jCKJ& zA+A8h4FCU!_T3DcbTM?|)u1WYLi?`af72ca z8&3K)?FF*E%2$KPvX$PIYrU)1>H>k0y{@r?uCb%8iKD)uiN2Akfw8%PiG_iQrGbf+ zp{>7>ZJ?1usIiT^v8{)Rt%sRwn7LcHxm$#}I}k;hd#Bli{3@>RGk|Xq{L2DxlRMODorTS8ejC-3D}zU&}%N=6(Jx2mD(P`nMkq zXgeCzdm*^@0?>uYr%#*$2B3LKkY6wZqqK~iyn&&StDC!*w~t?NNM3&7tT}V%FW9EN{q~)^Z{EIp|Ka1OFW-Os`u+RQ-@n=ntvbNS(Drn346!(!oUp(=L3Co^ z<1r z#mTX4eKFUrWeg?0jY$r^r#z~3<_KLh-MJ{cD3~Sd607IZoh?b%CuerAI~gXv!joM^ zG(T0aCzOAgnsx31HPsC)b7z15s`d(^2_#hnjRu6I=Qu^#oA40 zDP1&mZEl(qC|3WZYVoU&QBt0r;{LtSf;ePy3h&IErxgOR8p#ZV$N)wxFT)MXgzQc@ zTS=2lgq8gc7b#h#YSxeULPaC+DJ8pD6;h&si^f6LKlV95v|Ibv0C zshTYsg(XUkNXeF{*Z>wQA&C-}08Gh|s35Tl7OQ~*09dSoL@HRM6*(d`I1Y&c19UYg z;D2GQE&_@gY-vd?wsLSK10A$mu?1G37w}&J{%*8lzOoA(wEipkA3$4co&U4^|Jo6J zNTeg$+tG!9bV4DWoRKIr677w2B|2frDA!#mR}T~h1P zIVHJ*B9Kw}XQ;^))Z|L4po%7}p{3T+((3%v>iyFj1G8=fWnB--YNa2(Nzdt^9|6(H zIC_h5>^38}n{~X8mEXrI=w}xyI3S7?9MLFLJPLsfezI7lY~2EG4kAj(rgIRhbiVjf zcb&<4Gjj_|tBuy1Y&P54ZP~gFgLQMqdE&i^q>!-iJrUf!v2ls}_$k8Fv;!isq~uhY ztfuAK_0}8h-Mx4F`sD+ILyGaq2aldkJ)3#)a&F@#Yn)+K~XSVFLwZBZtAD#2HZ+CpfF6qlz z>Kwqvn`_3#78lLW-JPFzImgRQ=RG6KEPv|@$h_t?9MzC*ThkTWH{wL&+4tWdT9lc- zki?xX{n>1E_Tl)=7W0ON*_H?IHldQGfziE5J9>6hnH!Q!8Pq!Aue;^av&CUSJj47G zvi0wR0)*%Q)Znn$H{xf9C4&ce(U!e4>FfGib;^1!4;_Lwyv6BlEy|8NtD)g?$KA}U zdab{uZ>Xq_sPl-oMJF7aq%BuXwPxBiXBY>_hBSBT=4&aNQgVwk!S4>^PA68G|R)%AnD_m@SHg3P2tp6iB5x0t6HEu&gK?p+b4NS&#Muc4=)*b z+&_ZSUud?qN&2J8cXUy(BsIDp<(n!HoXjhC=dvHy9VUgVBR&VW)^@S3q&|sx-Z4nNpkQ$foTomwg;nZYA5&ENWi;hm zzMr|;Jiom>ZOUf$qDDMFlyX0{$LMW{l*+Uj6nR3CmF2ksAgt97rhw%c_JXXJ{q;f}n=un$JuDj_|jDhQ;8rC0MdpQ0yeWsdG?rr-r86oc5!lIL8@MUQTpt6Hc|`>jG6&H zA+A8h4FCU!_T3DcbTM?|)u1WYLi?`;1@?VN>oau?pITzS7{ z^?jhSx-}0P);?@p_pk|w)<5jo`ef1Jm#a>^UVZZQ`ZI5KU4FOw^7}nk-tWEg{_^85 zmmhz<^7!l3Ctshu{qf}8&!_KxK70T3^`~ENKL7gk?a$}$f4=3`1SYC z-+%xA|G%_4#tRr$<|RRX!3>PjGIH_;hDNS#?q1$Le!(Gm`GvFQ%$>hr>$dHOjvl*w z~S4YBRLz0K;9))5S4FLUQlH%xK0$5w-{EPC;JX z6U20HZC>&;Lpt}8m$J9-;)j3!%TF}%ef+e_epf!v9Q7R=CaQEk`Big)S^axVTMF0G zs?Cwwa&9pjd~+uHtUEOA)Hw^CMxK**Om1AWnCEodqbsF|x6I&D+!js4Nm|9zy?huA z-2VHW^9V_ByvMHKv~A6|LdT|XF%f5mYcKr6l4DgJ=dx}UW#G)RuB~6P=GZPTrOB*m zOb6t)#%}u&nH;-RPK|qC8RMEu{lCRFuM1jl#l7k@!=Wo5kLXVQrLplrs@MUIzg0UH z)xC=-c+I>(XVR2ov0C0-xAtgGvizUIu58=W=g^k2j(3}+`{WHj%sth3851*K3=S3j3^P6|L0P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-header@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..05e0b085c9f4d5872f9b071e62bd94f318b9361c GIT binary patch literal 1451 zcmaKsX;f236vqQ7VX39Wwk$5_kwt~#Qb8;z2tk%oRFWqFWRpz+1BF1;;=&>#C?;VO zkWEn8p&&-KLjgqutkICX1TYu~383td1OuTH+Md%-edo@dJOBC3|Gp1%=JqLPyG<(E zDhLE(lY>3l1k6 zs70{F5inta1fp+50D?#)8ehPNMEd!L2N;J%1m#X!Xd@8vI;Whlwg5(~twH5$RyW$9 z8w>}^pnK+fD3x(K9X_4)&W%KeG8iuRn7A|+l*-24r9)(fOF9#G4~EiMt`s^TF=VD| zI_yH~hbRmTiQz(Fx&WBWz)~0x1z-#eg^49IAuo;ZQ`$2f|}c z^b^jdQqGMkZd^4tu7(?5!%e6ixmi1s`iz%K<=vz5NFbi`$j`?pjbquZg4{O2gEqm# z&WR^oljYr?YI;A{^nL#Q&F2Q%RO9>UCi-+UeWryz)7n4N4$pS5W;qTxx==#-c@y*xI(%%54FS(3~OC3C`+c@UzN z1<{K5%j%aEsbodEvMODbu1P_x$v*A;t`u-Xd@S|CR>7~Ces0X(Qllv0Vq7e}CC|cjx z?7pddmFXj73-)KGSeyvg-M-p;luUb^N}IY!Z|1TwPrnBula79%IJP~!@!lkvOO z@@}RZoLzIwH^dF&zP@eR9a;BAcX^I!DV!8-7YDILSEjjla!sd$)~Xb5;I|M4Y`B*%3Of@!;n~j=Gl%w={Nx z4UE#3jx?y)y`d?m6a|#zS=;?`AgM+%3T6r3v9Xh_1VQmCHgVR6%DO`~n+%!vKClm^17#KA zQ9}lf*Uc7^d7Z>mb(1T`uSI@``6XTkff~hoN1j^&XYvCNkihGBNTjb(vP n(Ra&Q!hiGPzZl*5mf7lF$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..00a133478951fcc00a7c0952c55187b0bc6b903b GIT binary patch literal 816 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jN$=4 zA+A8h4FCU!cH9k}c{iZ{zW20C5tDC(_T3Ecy&gX0dgz23f&G`mr``&kbTzo|YVd^1 zp;K>$Ou8C0;abRqtHBemhE2R03S>{b7CIS3hD^K}+!u61eSHb9dFjN*O0z}vR zn)U{?>;-BJ1}dHeRCC?Gc|SyrPsN(hN!NU%|_pvExrxg{F?XrwH^*=-XG9P84&f`Hn7eab2 z0v%>zA(sdYnb?vbzhDMNetrQ#DQPt|bxlnzZ9N-XyU?((@QCD;l&$paOmB+Gp$D{p!pIe{JRO{)rdibMgpGJqsXYY>%@)yPVH56v? ztqs?W~KQwbi?_(_Wspx#=eGTjQG9MB7VSRG3$ZeC(a3*qb3yyE4_p zA^6gP^WPgXr8MrbEC|Ve@cq*t;lgTe~DWM4f_yc3E literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6d972c472717511763ea6bce513f725c7e8088fa GIT binary patch literal 1456 zcmb_c`BPI@6pkR4ML>jDK?JO*hz^4yyfj1`k}x60gh$?cghkl`0U;3f#RWnzKtM_I z0w}If+oGXp{lTKBMHDJB3<@C$7(uZWw2owiGKdb+oAzJmo$sDA=bZ0+cbmC#n9H=c zb+aW92==Tn1`qf&F#WA9f$jHvVgsCI9*u=sTU#3^!(W2XCOa%Tk3iUP-8@&sxvAVi z(ltLcDjyLG^NSL5QwT*xMSh2~GV%n8*(rYF+|+Y36gL84g$X`@h5|BSd08S^#x%=R zNf%c42S+l%X_~?sbX<84_rfR(H^$;dta=<)Jb@K2*p0(joi4845PfnWx@ioT(M z7F8Q~su4_~LsdFNp-0qXJe3~B4UwRV>oBz*1)*vT!3~JYfGTyE(#%AGCay#9QOr!% zBT7A31;~QDnPYANN!`Co82%%pO2E_sWpfC20>~f(wu%F52m}Ly0?EukG7Ex85Qz+t zsSt$*QP>cL15sg!#)D`mi9#b$=p-74L`TVVE;$q>GXWyWEC4>4okU^rDXeG;8z7d# zN!|x%QX>JxG=3f}x_}m2NIN8<#YTy=JU7+VTFa|N*i0-)%Nxd4vuTqIIVSdaUpK> z@bucWX|wkh|6RKS0`>$!P%wq^9hDkF3y0wdUUaM=IXOj`D$2~v$`WViWb?}TxB;* z;@^E{6QGFKAC%AUKDjnsKhh$cyIGMe^Q_cvxy>zcu3Q|a=MM+#(2MUyY275X#Sn)v zD;_4lgE9Zd&ijiW$7>2}{95!JuMx)DQ!>|WCX&YCNOj1kmyC(Bv<>~PTPqhWVuuH% zb5~5Q57)nXZD)r(<&K9n>-M-3T^o)S zygL>6)dSHRk75@erR#jqe9S=bnk2emGCk<;dc@nVju>_`U+}(6HoeY$2fNj;@`mxC z@79ewdYiYKh6*$4nr2HIeNE$M%P$)Sj(_)d^_k@aeg?Dje4|HGp_fN;R*3U2ydq>N ze@-q+T$mAxHS_g?SE<8NOZv_?0itlvV_75JkIwD;D2k2P_5u>5t@I7(Pz!vn8b0Rc zqQ~!ud#H$0r?%l%RP%464WImRMi=$VY`ZQFGh8Oy$alB;J?_}`dG^p$NPFC+na`}^ z{#>J+*a{Or>`h(#=tR1Gu*1n%E9&`PGw!o~$tyl*bo<^HyltA2@(*WxPS9KKNY|f} zG}76tJ4bu5`AmPi!)oc5!lIL8@MUQTpt6Hc|`>jN$=4 zA+A8h4FCU!cH9k}c{iZ{zW20C5tDC(_T3Ecy&gX0dgz23f&G`mr``&kbTzo|YVd^1 zp;K>$Ou8C0;abRqtHBemhE2R03S>{b7CIS3hD^K}+!u61eSHb9dFjN*O0z}vR z8g>UX?FDKK1}dHeRCC?GaW6!TSJ|r2N!Pq9*XRL(p@W_=5IO0YI_Vpl>KmKun_B3b zS{d5-8QKIGI)oY9xEtGen%a1pyM~#&hMT(sQKY$dnoUT)O<18re5*rZmlF`BO>!?> z=2^DFyKJR**=p~KwcZu$y{k6+)@}1^-0Rm2MEm`k5Bjwp^lLvF(0(+i=Ryb&O}c7( z);1FuGO;B=e!&ck{QLrfQqpQ_>YAEb+Ilv&cA;Tm;StFxDcL!>B_*Y06_riR%`Gjh zZ5gOIKjJCqdkb~H#YNLYPrm&3{% zTwZqz%-{c)nYU?*$=Nv%yZ(Q(zppacQZeODr`okou5C+Z#QVB1yTq==7uWheju literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..972d432c87f8205979e3efc97be897f8f8e3619d GIT binary patch literal 1423 zcmb_ciBpnk7{{~}cP-Z}OHFIlvc`oJ33M4FkX6<|?W}>m@A(J|jJ1%)gzfC?OjD7Qz{Lu}!XBVK*6>s3{&bA?0Hn-? z4P5mwqSV1^9i-Gl)gxTB9!3q(AdBjdYCQ~G^$3I-AhiKj=@69#34@-f4nmEH1+0fu zdN2jF1#t_;QUZdye@7Vp1H&qS)Pc?x7iD1WFiz!X$<;iBuMm$|lkPbBJ^w&&Y0M@S7O?-@~#S z!}v{M{NqefGgH*UENF=+I1^EDmL+XxNw2Y_H`paN*(Dw9Qox;T*)6vG4yU4zQ`yH= z48VY^24K|?xB+ld?X^#L!4n_P=dvM;)go&ftiAoW4h~C~E^~DJ&S|-`^NKYdo@>{w z^YZrD>>ofN1a2Xbexy*gQmNZ$ksMAGH!eOUH8pKdIxjmrCxeKX2NeGc6+X^7i@_`sF+;b(vE6gVXYo!^&bGTx-MN37N67X!MeMl9im&;3 zQ+N2fxA)=d)i&HD>D-dR%#li#S@2cI>!~ZbE_|BzdHT)#r{bqY<~;Mb@Ivg$fCcVY z248eTa-!$$ji%Q3tvbKcf0?C072VM}U2vczDsrJ-AmoEEOZw_v&US(l-pTr#JrrKDik$CJ@d5pa zRI_L!)fXE+zT*lcT6~3{L}R61Y72N-(-f-Pwr^Fc4ZHS>ykK(n;3~5huTiuzA+%^~ zX)lMPy-c>9`>A6f>vo^SSXi8p z@v2jyJm19<=b5^%+OhhA{poQlom1$!WDV7&<)s%TE!Z)cP8aMdIcJVZJ2p{#@2Rw} zEL5;jh40J^{Loe>?s`=ASZY0-9ka$#8dlGjLl(syb)Y4D|seEJM_Cg{?`-IWQW!{fF>mA1Xv x=Z{-AHB*8JxhZDTlu&%xJ+o!!yjz-w885h6ktwVHxZd(1G8yd9bF|(2{sGj0n-c&4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive-header.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..4e3d9142599ec7398aaf4c704689b5b875b6e8cc GIT binary patch literal 786 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h4FCU!cH9k}c{iZ{zW20C5tDC(_T3Ecy&gX0dgz23f&G`mr``&kbTzo|YVd^1 zp;K>$Ou8C0;abRqtHBemhE2R03S>{b7CIS3hD^K}+!u61eSHb9dFjN*O0z}tx z7v0HUbO)$07^rv>Pz^{y?!wz36DD12T=%ef!^7Iu4{Fyu0Ln&By_qrhcE-HhS@UjZ zF94!DxeM-8th`sV`d;1Y2Muc>-A^e?z;Sb&*k@fFTcP1 zyFS_T=r4C+~kfd;jb8r(bVB{rdFn_opAfzx??9?bqKQzyALI`}hC<|GD|# zkPR;h@(X5QC~)cmdfFOwqJg~MBP|;e*RTXwW6g~jzRiwRh#sLZrC1YxVZ9YM1Ne`A8ujY z#ZN9aWcEy6JM-qT{z}P1Hiuu|IMO2Z!?KA{!o<1nBG(GV*n*=P88W$C@^`lEDQ5`! zV&E=$u%zx?>Xm7NzJ(<^5-;peoR}2&e!}8e!MnEFU1>9r+$iN9y8KJZ;pvwuF5cI4 zcYl0qHm}#?zqX$n7JpgtgLB&{0j(e9_ z?~ea2u~y%F1M|U{qiM-$NX#+(dBp)FOM?@lOh=>D7CQV=3KcPFnw>!K0+vClfc_rikZxdr{ zV-yNy;_Kr{0X7PpgBUc>0=rj6z@U@deQ6jBMmiff16-p7pWq}E>Z^ABF$l5d+JK-H z%j+zQ8Xw6@4NZ(drKYAjU5txPx)7QW;S`_9;4QjZqfiE;UpS26j1VeK+S|NETzLzs8~*Bzaq1z{cnsx<)V;EB>4JJaJ2-2rGaHa zh%2I0ipf7AP{k-zF%bj{K{=HxhS-x-SgKEP#~?03Ef+$tgvt?7Ig=FjIH-cEKnH}z z7SbvZ3U?f0i)dUCl`W=LNGMz}4Mxs@EG&X5#5CY?B~%!pauFIw1ab6C8t4g&sPF`& zCyS{ZF_;3{g1DZeF9AW(zax!b^uify-E_w zlZ5FZjk+Uc-jPPv$>Qr}NsY4Prl}PER2qLOw^fnXuE+=IP!x11${){h0J`Sju6ek7 zzWTY6*Q2cIQP%e@@CO!}|9IanP_+-KI)+sbM^xRT>TaR>nNa;)sP08R_DMdDDn29g zD-rv8LO$Z8zItZobp@Ydd=!4o~>zAkmpbI&|2@<(RAM@e?Q9 z+ylwv)0ANPh4Ao*NJdO-Y+PJ?!llHt^o-1`?Cjj!y!?WK!lI($l53^c|F6t`XMX^N z+K}z*=|(%-r<(XeH*>SxoY2@OX!zi)I{4K8Xovr?O27SmKDf{F`{FvsPLBIiwA7v+ zMlufjdol){YLSwXlBMleE@|+lowba@RK|RNBz<_yKkHtnP-S~{W8}#DMb=^)W1k3X z;plg+oQZB~lCv{1()@fF%U@!CxVbgIJ9%9{%Tt2ru zg8Ond(c@>KtSEFba7PWHP;+ar#ujbK@Fa9^PuDrMcA7vN@n&~D71}c9FN?dFa!>a% z%MY#4?UrT!(VKfVmGl*~q(|8ato9bB8)W(oUwhAA^>!|FmX%d`y|rh$w`1@-66!GL z@470MqDdn`yDANl9LAP6M(k|P>Yf#s8y?2E34(_=A4|lYBI3;QJ)Bu5bL5e_EG2&6 zis50xi;Gs>Cu>YgNVYzmxb1C%k=O|H)meldjSZKKIHrX=)LqXYtu7t&$IeZR#COrL zS-1z`y&W5xZ^Y3;imz@Q5R5gKhO)A6`wsXKqXZgX@vRF@&yHIRYVJqQ2#?QC)l&BS z)pMWs2;Y!InS6+zy;5=@s$sFo`p+Da8r3+#W4gS#nHJTb=dk74i@(Qul`n65+q|C9 zwAoyK{G4B*t|lJZ)GAQT+4%Wc9;u!Abv zCL}L^M_98GTuz%F{xq0cvH4NPCHeH;w-;Mt_8va>n<%8IzHMMeks&|%!GZautE7?X zvY&vL*%sA|Ew?7u-?G5;8xnbgTJwUlm`wq##J6EVPm)c0cZc)u#qPXEY>z%78GUWy nScyr?JR0zD+(}pVz;M|@cY5p0FvG1;{|owh1$ef(|9IseUOL(5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive-selected.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..45e67cd83f303ae059540601a7bb01451607f5fe GIT binary patch literal 768 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EKLdP1 zT!Hj|nt>;8zdw2V6K?$TcTo1lhhHu~`~noe`t(c4q^sdmfarSk)SIzDH2r4$^qYw@ zZzj&ZnKAcv#=P6P3-07Dx|6@?PTlGU4Qqku(bPT9rUTL5XEXOcUv%{4iW4tao_M+O z%-iF)KU{qDl`s~~FXWwo=|Mu+tujfGY;n&L#zutcO_2bvyAHV+st+sRs zb_04oxFpCgn1PXBKu}6rOAhDnqnjKA*b5G5>jdxdU3i_MV_or8ur3th+AD8zP)n@TrI-~1X?2+j^4l)?3H>U*~XBD0_dssZB=H-UY zI?epEhIMD7rOPt!&s*cWq3ix*1BSV)7o;B1$vPnrb8)kht9u`F_s;LU4V{vUH1gyl z`hMNlk=lGBK;x7(&zCeEsSO^d14FiXeg2)kPf@G;ijk}8>Mu7N+}C|v6xO+D^Zi@d z%sZa-pAWuvRDH)|Nu$Jz&OM7REc^B8VD9ASCzoHF+?}~+r}DC$l7;<-zh3S-uCd|z zfqmsNY1SK>6#j3P+Wk>F?!-4I&r_zSe4K+r&#us(R9)^rnYHFF_sNd;59$|+zTWzN VU7w!gRA3}9c)I$ztaD0e0sw5$C4K* zpqTF{3GxeOU}R!u;pF1s<>MC+6cQE@m6elMP*he?H83E*vB{-u~kaOC46RoXlj$EDf{Qfzy6B4_3m&^S= z`26E<q6`)?R~l* z9WLu=uC}qVu`kMb!D(aW zw7ygAX2BbWT`O;2P*ci2ywSMy*U=3df6FXSPB#qEeZStYnr}~{bH4ZK-BpL{IzPOf zUljJkJjeU%bH=jHc6rrfP>k8~>Dx#fMu=eE@y!(79;c~`!y4Du?M za!upPI`MYNml|HVkk3pdx<+StEGtS6{U0>Am+jZ?yYVRQGR``h4u%zQ%_M p73*CrENlwaUM~G%ev0vo{OzRy4j*@`J_cq522WQ%mvv4FO#qkX3Ecny literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..4e3d9142599ec7398aaf4c704689b5b875b6e8cc GIT binary patch literal 786 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h4FCU!cH9k}c{iZ{zW20C5tDC(_T3Ecy&gX0dgz23f&G`mr``&kbTzo|YVd^1 zp;K>$Ou8C0;abRqtHBemhE2R03S>{b7CIS3hD^K}+!u61eSHb9dFjN*O0z}tx z7v0HUbO)$07^rv>Pz^{y?!wz36DD12T=%ef!^7Iu4{Fyu0Ln&By_qrhcE-HhS@UjZ zF94!DxeM-8th`sV`d;1Y2Muc>-A^e?z;Sb&*k@fFTcP1 zyFS_T=r4C+~kfd;jb8r(bVB{rdFn_opAfzx??9?bqKQzyALI`}hC<|GD|# zkPR;h@(X5QC~)cmdfFOwqJg~MBP|;e*RTXwW6g~jzRiwRh#sLZrC1YxVZ9YM1Ne`A8ujY z#ZN9aWcEy6JM-qT{z}P1Hiuu|IMO2Z!?KA{!o<1nBG(GV*n*=P88W$C@^`lEDQ5`! zV&E=$u%zx?>Xm7NzJ(<^5-;peoR}2&e!}8e!MnEFU1>9r+$iN9y8KJZ;pvwuF5cI4 zcYl0qHm}#?zqX$n7JpgtgLB&{0j(e9_ z?~ea2u~y%F1M|U{qiM-$NX#+(dBp)FOM?@lOh=>D7CQV=3KcPFnw>!K0+vClfc_rikZxdr{ zV-yNy;_Kr{0X7PpgBUc>0=rj6z@U@deQ6jBMmiff16-p7pWq}E>Z^ABF$l5d+JK-H z%j+zQ8Xw6@4NZ(drKYAjU5txPx)7QW;S`_9;4QjZqfiE;UpS26j1VeK+S|NETzLzs8~*Bzaq1z{cnsx<)V;EB>4JJaJ2-2rGaHa zh%2I0ipf7AP{k-zF%bj{K{=HxhS-x-SgKEP#~?03Ef+$tgvt?7Ig=FjIH-cEKnH}z z7SbvZ3U?f0i)dUCl`W=LNGMz}4Mxs@EG&X5#5CY?B~%!pauFIw1ab6C8t4g&sPF`& zCyS{ZF_;3{g1DZeF9AW(zax!b^uify-E_w zlZ5FZjk+Uc-jPPv$>Qr}NsY4Prl}PER2qLOw^fnXuE+=IP!x11${){h0J`Sju6ek7 zzWTY6*Q2cIQP%e@@CO!}|9IanP_+-KI)+sbM^xRT>TaR>nNa;)sP08R_DMdDDn29g zD-rv8LO$Z8zItZobp@Ydd=!4o~>zAkmpbI&|2@<(RAM@e?Q9 z+ylwv)0ANPh4Ao*NJdO-Y+PJ?!llHt^o-1`?Cjj!y!?WK!lI($l53^c|F6t`XMX^N z+K}z*=|(%-r<(XeH*>SxoY2@OX!zi)I{4K8Xovr?O27SmKDf{F`{FvsPLBIiwA7v+ zMlufjdol){YLSwXlBMleE@|+lowba@RK|RNBz<_yKkHtnP-S~{W8}#DMb=^)W1k3X z;plg+oQZB~lCv{1()@fF%U@!CxVbgIJ9%9{%Tt2ru zg8Ond(c@>KtSEFba7PWHP;+ar#ujbK@Fa9^PuDrMcA7vN@n&~D71}c9FN?dFa!>a% z%MY#4?UrT!(VKfVmGl*~q(|8ato9bB8)W(oUwhAA^>!|FmX%d`y|rh$w`1@-66!GL z@470MqDdn`yDANl9LAP6M(k|P>Yf#s8y?2E34(_=A4|lYBI3;QJ)Bu5bL5e_EG2&6 zis50xi;Gs>Cu>YgNVYzmxb1C%k=O|H)meldjSZKKIHrX=)LqXYtu7t&$IeZR#COrL zS-1z`y&W5xZ^Y3;imz@Q5R5gKhO)A6`wsXKqXZgX@vRF@&yHIRYVJqQ2#?QC)l&BS z)pMWs2;Y!InS6+zy;5=@s$sFo`p+Da8r3+#W4gS#nHJTb=dk74i@(Qul`n65+q|C9 zwAoyK{G4B*t|lJZ)GAQT+4%Wc9;u!Abv zCL}L^M_98GTuz%F{xq0cvH4NPCHeH;w-;Mt_8va>n<%8IzHMMeks&|%!GZautE7?X zvY&vL*%sA|Ew?7u-?G5;8xnbgTJwUlm`wq##J6EVPm)c0cZc)u#qPXEY>z%78GUWy nScyr?JR0zD+(}pVz;M|@cY5p0FvG1;{|owh1$ef(|9IseUOL(5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-selected.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..5541b8a856ee5dac2d4c0ff67e2a0401e474247d GIT binary patch literal 799 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jG6&H zA+A8h{|5*>efRUpyPs&5KYI@nx%Bu8ki78d%eALpLndAepA1CTqo>`7nRX*~`i=M* zHxp*wOq_KyeeSJ{dAD;H-pN~ZCm)Cw->qBopnmOx1`v8UZO^mmd!EhM`)uak=ZlZL zTyf&n$`h|PoOyHn_Q#74zg&Fu<$mURee?F+`wt&Kefj?5*YDqd{_fs-4rl_Snx~6nh=kE-Knb|^U7@+9=uZ{@w@BR0h&AdYdulfM4V z(s|NLX6giaEKp&5Q+V8a-a4L3KJOM!cu*mJK&yWDY2i$@@7fa=Y~oQk6nniSR_Z;!6OLzj7HiK)ovA)GCo4~A+5xrG zTh5&fy32RqS>Kz@KAYnLr+EEUuwhX@@1rv@sWU{$?Crt&-%Op;6%Sqz{?Gsna|TaW KKbLh*2~7ataM$Ai literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-selected@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9e5346f1a68bf407c2a70d22943e47a12efe248c GIT binary patch literal 1451 zcmeH``#;kQ7{^!65lY9U4uw?4rip$ISVj^ZWS^&hvVIp6B&Euji-d^?B|Fz`eA!z*-;> zNZb3Q2Lh;QK!-KdfXpx()&z>$HFs~MhK9yRzCRCWHL)kpUIT%Q8~)L@FmRp;Ff_t> z2IB(bV{imiLNtg#AlP2Q#9q6A!baQ1CtNI-xqv~S?PdXfNKasS>;L%g3n23*PUlSo z0@eQRS?-3O1&a9bd`DR!!sn;^3+|_-amK z4Tn&}Ng{KTYq==^6mBYodmZ2@FSCK4`$~}8D#&XU=D!veb<7lZ&Xjb{ly-{Bxlm}o-+y^EDr+5;wT;Q%P0mxN=4n%M8dKiQl=lFz14Z9E(9UF&9z~K{)?SRU6~GU$&D9 zFkeUNNYI=;KBiDD=ihxA{mh{f_(2BaMcp_%-d_?Zx}zs^nTab~3;SFVXtO?Xn#`~1x7ZZBwllD%KF{hKG?eFfX6PI4QZM{>jwISi#-w z<@-XNRI@>0#eL*$axSY>NAq0@gk|G~IdeO0(YiNNdBqyko+LJGcC(=4c$UTs)Kd^= zo2G2nt|h;6HQQsjZwFm)aP+d0+vo3aoEP!40sjgVS3IAu?zPhb+y)Vi7<_ls>0B24 z{4Q78SETc~Y#4&`n8-3|?aPw&4W!;A@oN^PGyeNcrB+{DE)6sibB!sc;%58eCut?- z?c~HTwDK8h850S!32!&0B8Mr-Zb-M!=>P74+4yL|HQW#6;>iHoc5!lIL8@MUQTpt6Hc|`>jG6&H zA+A8h4FCU!_T3DcbTM?|)u1WYLi?`;1@?VN>oau?pITzS7{ z^?jhSx-}0P);?@p_pk|w)<5jo`ef1Jm#a>^UVZZQ`ZI5KU4FOw^7}nk-tWEg{_^85 zmmhz<^7!l3Ctshu{qf}8&!_KxK70T3^`~ENKL7gk?a$}$f4=3`1SYC z-+%xA|G%_4#tRr$<|RRX!3>PjGIH_;hDNS#?q1$Le!(Gm`GvFQ%$>hr>$dHOjvl*w z~S4YBRLz0K;9))5S4FLUQlH%xK0$5w-{EPC;JX z6U20HZC>&;Lpt}8m$J9-;)j3!%TF}%ef+e_epf!v9Q7R=CaQEk`Big)S^axVTMF0G zs?Cwwa&9pjd~+uHtUEOA)Hw^CMxK**Om1AWnCEodqbsF|x6I&D+!js4Nm|9zy?huA z-2VHW^9V_ByvMHKv~A6|LdT|XF%f5mYcKr6l4DgJ=dx}UW#G)RuB~6P=GZPTrOB*m zOb6t)#%}u&nH;-RPK|qC8RMEu{lCRFuM1jl#l7k@!=Wo5kLXVQrLplrs@MUIzg0UH z)xC=-c+I>(XVR2ov0C0-xAtgGvizUIu58=W=g^k2j(3}+`{WHj%sth3851*K3=S3j3^P6|L0P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..05e0b085c9f4d5872f9b071e62bd94f318b9361c GIT binary patch literal 1451 zcmaKsX;f236vqQ7VX39Wwk$5_kwt~#Qb8;z2tk%oRFWqFWRpz+1BF1;;=&>#C?;VO zkWEn8p&&-KLjgqutkICX1TYu~383td1OuTH+Md%-edo@dJOBC3|Gp1%=JqLPyG<(E zDhLE(lY>3l1k6 zs70{F5inta1fp+50D?#)8ehPNMEd!L2N;J%1m#X!Xd@8vI;Whlwg5(~twH5$RyW$9 z8w>}^pnK+fD3x(K9X_4)&W%KeG8iuRn7A|+l*-24r9)(fOF9#G4~EiMt`s^TF=VD| zI_yH~hbRmTiQz(Fx&WBWz)~0x1z-#eg^49IAuo;ZQ`$2f|}c z^b^jdQqGMkZd^4tu7(?5!%e6ixmi1s`iz%K<=vz5NFbi`$j`?pjbquZg4{O2gEqm# z&WR^oljYr?YI;A{^nL#Q&F2Q%RO9>UCi-+UeWryz)7n4N4$pS5W;qTxx==#-c@y*xI(%%54FS(3~OC3C`+c@UzN z1<{K5%j%aEsbodEvMODbu1P_x$v*A;t`u-Xd@S|CR>7~Ces0X(Qllv0Vq7e}CC|cjx z?7pddmFXj73-)KGSeyvg-M-p;luUb^N}IY!Z|1TwPrnBula79%IJP~!@!lkvOO z@@}RZoLzIwH^dF&zP@eR9a;BAcX^I!DV!8-7YDILSEjjla!sd$)~Xb5;I|M4Y`B*%3Of@!;n~j=Gl%w={Nx z4UE#3jx?y)y`d?m6a|#zS=;?`AgM+%3T6r3v9Xh_1VQmCHgVR6%DO`~n+%!vKClm^17#KA zQ9}lf*Uc7^d7Z>mb(1T`uSI@``6XTkff~hoN1j^&XYvCNkihGBNTjb(vP n(Ra&Q!hiGPzZl*5mf7lF$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7feed194842db10259d3b5e26d3f2240c61f83f7 GIT binary patch literal 728 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EKLdP1 zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBpXXo`Sh zVPRoF!N9;k2pJR<1W{uO1Xk{5KxFN1Zf+hFg{8A!N2VC4CDVJYD@<);T3K0RRsdA@KkJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d04c0853dad643559c931291a01da85290230a5e GIT binary patch literal 1266 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42%l{ zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qbm;!;7yBQDwNoyeTFgG{1u&}VQva+_ewz09XwY9agv$J>h zv3K@$bn$fp0#{!rS3f5=KW88Sl5YOa?*1-7;O_4V1Rnlwo&oM&f!^NUzP`SGetrP~ z0fB*mz%UOB3j+ozFl>S026P5E%%ZKn8&Gc$9->joyF~)ShV&BBuVnmj++&+Ies;QA*-+{V8{2>zv7lC(Kh1eQ2!lDm8oUWxJhH%2J); z2A5K*w-(==FW!;XV&leDcH!L7gn8;#4+}4~dM*EXc$Gtm@`8K!TrN)w{w|YrM8SK7 z=*LBQ!n+tHlV+HB?b`NGrh@zPF@gT3d$Kyt+Z8<}4!*q;o%+I*L&w9#alO~M$P+?o zK69(@yt%*V*Tefd?zR?doxVGyId78GI8(^!8uiRVYS&^Xe}^RJNs=%4mwR<>_OPv3 z=#IM7A&^^&9wYk^~8U-7CXf&9BFgx$PB?!9^OR{pzR?(`X-`o4d+nDyoc5!lIL8@MUQTpt6Hc~)E{{wtN zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBRPXo`Sh zp`oEbL4SXL2pJF%08yh01V;9H#z5qtudi=lU|?cmVrpt?VPRouX=x7xPF@Z`;Oy-P zL@wS=AmroZ>f;PVZa#i~en2yUra`QLIR1XRU^meJmL)-c!3>PjGIH_;hDNS#?q1$L ze!(Gm`GvFQ%$>hr>$dHOjvl*wI#{ilk`6Y-ZkWzu+^WF0D5>)Q|Lr?EjGZ2Jo@?8^ ztNW*4(Y-wki~Y83*mhmPTWa^});9u$;p>*_x9I;ia}R%drhld_*Uj=n{MyztI?vwe zJwB--Kdf~7f-^^MHYA>@-oEOx41>j0F=?+1*N{>MpZ!L<-!d<#G;F#u(ZoLITSwfE zSFQ}!`}%5xZ9lCzeS1|t;|gwBPT|1z&)=4>DrHb-`&8$6-o~z@k1JEI)J?A~E<}E3eqo7pg>FVdQ&MBb@ E0FufhtN;K2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-header-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4b1588d09fd36b81267bf325dc593a7b086c53 GIT binary patch literal 1291 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)|7 zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qb=mLR}y&e!4+v^!S7#J8B8X6iK8=IJzn3|fJnVFfJn_E~| zSlYT-*}B`&!>9S{IXM=v`kFMA+x@&X33gR_@|v$rD zb=u-(TeofBv1|8{W5-XNJaziaxeK@M-h1%m>9d!wUcdYF`ODXDKYsrD{V&h&ygvg2 zQ;MgHV@Sl|w>NHvUv>~-e-LCIBKBR>g|U3;x>9y=feEW3*2Id;II?YtXXv9_N?tmx zPTBA7=S&vMxMX5nbea9!!|#*k8S~#inKG^Vby05GRbHK`2@Wa>2-BFod zi_-;UPA*t}u`P3#Y@@5I-;oNtc@w6}baCCk72ABXNS8yhGel*kW8lHndD`jq_9@Fd zG@Zm;ZEuFZ-O?`_bVNy0RJnKS?74jxHhJhMKQ#<`GUcMBT%?#sFNej;h^3c5tx}jY zYa*9K=9bE{nH3D0Ns}e7bXDBgz%{p3XCrUk+qrRt+w9skt34bX^|wu3$o-)`z^H%H zx#8XTw8cuV7as5w)1vpU;fOn z>ilcN|d@D0~e=$v)FgbX-p6}iC4YRDCi!s++pOAm`lELp!|4#j~ zb9I`0N$m9RNy*aRYJY}y1zkxxEY~C>8+;}^O^QlEmk4yVe312cn^tI zJP*^eljr#6cW7q!`O>zssrm~RyxaQf$-dgcNlupEwO0QQ3|$qz^XsOSn>JWWox8rW zfk)nO+A8&?%9V1eg+G?;{E_#0weht3?56quw!JD#dY>GzV%9#EyuG%!lCLW4TrVQM zaY^DeqZRX>_8yO2{QUM)UPr%)M=j1DcZrO2+Uxt`ncr-^GWYWbR4gW({5S9ImScOC ves+8Bkx;YuNJYYu?^WrapWWAxHu%pl{T$2HNoJw>prXjr)z4*}Q$iB}rkoFJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-header.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-header.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1fd7ec3993161329f5e8f382883f0459ccca94 GIT binary patch literal 781 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{|6L&2Log${P^($$OQ@m$$$U;0m+XaKYsf3>GS8$Kn748&OUnV^s(cokDWMk z?8MmaOA+jV+Ri%J9Oma;iEuwYUZ59v*#|EJ#Xop`AZ)@e0b~Dt*ckBUb}Yf z(xpq6FJHcR@gk6M{`~nf1$S;_IQ9@E$Mq5YM&fdY<#nsK*CpjgpySJ}@ z!r~=M*KgXqZ~uWq$BtjQdgJD;+js8VfB5L}<0ns^J$w1`<*Qe3-n@MW0`I}#D+v7j z{rm6VfB%*rlVSu0xrC>SV~EA+J(3cOJj5S6S$>(5yt=V*dVa7$G|vi8ONQ8Bg=K2~ z`ql3G;T+L|D?GJXVuLxBsRfto>x*kdbFc6eb`I7M>$j+`-02vTzKrq85|^IOGJEgX z?s=n_!@5ANa1qm?dsnU;6i=F}5g;t?HsQ7aUy)nnC8cmak)1qm+72#JQ8vqH+NxrA zP>S=wB+GuYjgij1>=PHxIC}OkljBT*dWjd^h6|s?CTfZ@-Hi3>XnnU-fZ<}yJ%RIa SE1H3^z~JfX=d#Wzp$Pysh0B5f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-header@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..df38f3872e2081f98693c46ac3d8e6db3a0f537c GIT binary patch literal 1343 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&BB zd_r7-ivN!SSP1<2^XKp1zyJRI0}22czkmP!{{8!pA3uQPr%#_geE9J3@X@13_wV1odGqG=>(_7GxB+Bb zy?XW9wQH9yUAlbv@`Vc*&YwRIB*TvdZve(wUrCT(Faskq3o9GHfS`z|n7D+Lw2Z8r zf})avp^>qvnYpEnt$$!pa7bumRCHoea(ZS~PE&JBYg_x|X^WREUAAK7#?4!{Zri?N z*Pf%tPnAH%D+GM|`RmuO z-@k!@#_hDPo`HcW-P6S}B;xSf8$W|DJBYA<2-3gO^qp0%V|$RzD_$-Rud8C&{M@_N zFZHms*fQ@%)|M$I3r%DHrOsx!v}JbAlcnbj4u5Zd(thTN@$X$XYoptfZL{^yzMYqs zpCA!7^I^mG+r@ikE;rfr`{1-MyQO_4u5ab&S?c=o`=KVK&X<8AqWgB;ZMa!r=n+&I zHL<2EVMW67$xq+BYyHTy)=RNdD)juisO6;^(-!wUNs`E1vGtavP?z@6@8rmGft3JmG)V*9#ELFnnVy6<-xQ}y{%e|@j^Go>GWnW;P@MA&_Yt_fV zsmo4Hmp@<1|1SH2aKMiVNiW0I<5_j@f93mOs==jd7t&NeVU=t}nl+2C)|XZTMQd;K zy%D?4w}e{#R%5P=c1ugU!ky^D_Iug)Ep7s#vr>HCe=e)r@G2lg^Yo8|?}t{zdIyww zRol-zvuWCbPm5-)f4}HfdhP6r<|aS={F;0Jw|unp`?T%T^c9R-*O#boKQnu><&@&h zn|6Oc`lM=WbbsvB-n)$(3YjBaOeZ}2`z!2gfq~xj#j1SrYxDL+|9PWU&lhT5@BOwg zDV<-X+cfp?+3mZnBiL2a)6Y7-VeYDYRVFp(=eA0x2`4%x1!-w+n&G)%#)YYC)t2AT zm914yaCWP*Hv7!?%r|%XZZ_tNSA{MfNVvY#?E0_!8rcT*42oVKdKVe4IR(rN44$rj JF6*2UngH~oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@uIyO$Ks-Y#<5bLKuO8fe=AcAh2>b2Lda13kwS?D=RxYI|l~`XCQF* za|HrVKUdEHcOdc(0D_>PAfO?UksuoaVw3g(z2Q_6AhEu3pE)C zuq7O5+uN`=fnB<@X~o88f8$S;Drr4PInew+lfOndZL_rFkMc)PtKyf>dGWW(@}1(w zSBEwlY@1_z{^C-ty}o%lv(MiM*ON|*ogAO=S+wTis?f%nQ$8j-d^|r(Ro*S<<}!6N z@r%29|ttTsHcN8BsON%vvQ#67#CS7rVwy`FXS#{Kw(*7I}E%q!WZR|QHM Mp00i_>zopr0Nx+~2mk;8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-insensitive-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0e67ae2e8b1cd57b51f9ebd1d7ecb9de72226c27 GIT binary patch literal 1159 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)g@ zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdC}Ii(R_^9N03@wEEi5dotgLKoZ0zjp z9GrcffB;Ck0+F9H5CBPcKUW~|^mFwLaQ6=I_Vxyb4=`ka0TLD#2J|e@JCTtf!`Co- z83ThduO!GXn1PXrnT3;!i-(t&k6%DQP)JBvL{wHzPF_J#Sw+>r(8$=t%-q_>-oeqy zKOitDC^9-ZB{eNQCpRxIzo4+FqOz*GwyvSExwW;ey`!_My9X~&PW!)`fq}`?)5S3) z;_%xWH-m2lh_ELdxwdr2m0eqIU0a%Ulr=g!H#Tc&s2AhKYGxHd(?z0@hkpK#&(`Zu zQP~;pUvNya-v7*#hqHIjZ$AHh%JJ#%HRm4G{h$(k&`(_L zgC^tBny`r~nu}9DtBOpGsC#(ehj>yzfQR!Hrmn8Dzu(Sjn9#NR$EtGz zQ#j0>zRUUkUA;kmx@OidgA)t-Cp>qq6x8s|JU2m4!_;{*PgJ9h{HZPn%Tp?cElq2G zoLMmckLoVFElLyWay;6KQ|un!=J~}eX*WeM`kU~nqL7Vu*7A5Y9cfqD(VSA6aKCs( zlFsDR##a-j2Txz^H#fAaVvpp5GY;owEzSM-c5P?h^DU>I=4{(u&TbYeeQN8JZI&CF zmBJ@n(DuG8zIEZ!v*w3av+oKqe|_F%;nwp`202B(a7wXE4NKsakTMA&~$I{+lJdKIpm%cB)_voc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@l9z2L}VWKsJyBa>K&HAZ&kse~7pq5Ewe>89V6f>zkUIT3A>(0D+UY zgR{322>Cj>`Z~M%`uX_<1Oz}#0J;mPcTVvfYoIrrN`m}?85sEm1f`^<)zmdLwY2qY zZ0$nB!XuJXvU74vN=nNrDjS=cTUuJ%IyyQ!ySlo2FoBQM^2tEczIeJghFF~5d*!%L zlYszRLf2mHZ*8*Hh7C#P@Bas_6Bcw#XSew=|Jwoco1SHYE%oX_YrdMaxxBvGCCEQf z+xzr_D;xY~B(L7|WY(DzSLPe8*N|Q!J2^J!uV|IqRjcE^HNVmvVgpS3ZF_E*l=}OK zY+S~nQF*EMV1BbI!&F`SO?LKoWF)MG;c3tR9?Ig1>p!dp8K}kJ%Z)|9waA@yA>nBUc!9waMQI zJtz73%7s|oKXd9%#cFtRZfW6m{q!zx;i^Zk*M)ulbpO9o`Mr{}wU?$gMS)UmdK II;Vst09h>bY5)KL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..56036217ea7740c6d270b68616b57ea38a294a88 GIT binary patch literal 1147 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-@3 zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdD53`hh7Nkh4*L4~hK7d5#>S?mrsn46 z7C>O*YGvbY0|XA9Hcp;)Kma72yn(^u03@Bgot(X$U41=0J-xlXfuRHppOBD{u&^+o zmw}!Fnm>Et`w76%%r6P@3ua(sVrJpw;^N`u<>MC+5EK#;77>+|lap6aR8~h8f0vgYX2 zGB7Zydb&7zv5<9g5`2NAY}BYNNNX={nS*_-6Z;$pslQ%a|SO|a^M zaN0;aznJy3RYp`aF2f*U&Su9G1uIlO@`#GgDSTy_dwarO$5|U9wX#-kz4P*Wx95_{ zOFWc+{@!}dLF2sQ-Ga(hGo^y8_dc}g<~el9({`!f zC_!n_`4=owCT704cJD@ea3zcRGXZZ_*>F)s^ArKK^&yjXbG&72Z+=w59)IvDy^n)t?Z52W~yo>&$;ZONU?b3*%>Tp0ve_9fW)U z*GEF5Zj{~*cPPvBdcVL|_2YtVKi+L#e&W4$zIxO)h0{@Yw&j?;HcOIQDcHT*P1pIW z<#V~^j_1SQ^E&!HuzXq9Rk&qsYR0~EOS;$2ytk8yyJ)LzY;X1%>GtQ>`Islp7n*qB j;jKFxUjNUZVn3r?XgTe~DWM4fefY&6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-insensitive-header.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..e0740cea2cf5edf1f8d266b2f228a5364b1ae7a3 GIT binary patch literal 687 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EmjZl3 zT!Hj|T7vIj0Jq`Cj~_pO{)BKpefsp}%NGcH?t&HbfN0Um1&dZ5K6>Kl(Njl{pE`cx z%<&WFPMkV-3W&~JICJjeg$oxhUc7ku^5v^nuU@}?{r2tKj~+dOm;*HV@87>b(-iM4 zI0^KXTS<^#FasmMfS{DLn!2Wzww{fxU1(T%L~=@YPHstQSw&@IQ*%p8YgAi$PzuuHaj{f%Bx!A_@uPyg1Zu!uI!!t=Oi2rY~~=PIKTGiM=pi`Jz~K7Fn=xsz&rE8TVnMozDuc|}I+ z{Q>Pz-OJNDd+m4vzid|9*q)d*>rscB>yBdrQ!a>xzu4aRm_>AgwBq~rY{|!$PZ?y- zTkz~?Z-~AXgD0Ey>UF{1-+Q#0&(aAp`FeoxQIVCkMJtsFWzo4+F zqOz*GwyvSExwWmmqqD2KhgguiUgi%21CzC$sBuEG{lrp{ zr7L8DLRJM-MRbVePtnlv-L9GYa^w5||4*iIUs^Id=Sk~1gTvq3pR}L*V*Gp4&06XC z@6F8hYl9bF^~e!lH{)(Zis_dP{>w^O%@0h@Vc9J+<3Ny*7VF%30+SY2Eo@pe$=lYf z=fCHisYOdPcM2U2_{h5d#7q9eGu?D9o>~#O_WO3L zxx#cW+xMX75^77e%Nzz@b?v*{b^fIE&rqDyqRQa0KKS$#LwLVK{&&%TH z=5F^XZrilt(cafK?avmtsAw*1Gb!iW+cbyg)I+g-ZN@C3O1@Xm%Gcene^g$!XZ?&W z+Y<|q2TX8wH4lgi^=g0fn+dRG?y`ZRLSK|$F z=b+cq&p*5R#I(IkLAl*%-8`$`3qRCsS_9O-v|$IwpZ1i}2Ya6j$Vgo%S8Lg$GxwIp zU2`?9x$To5hRa%780h&JNbZ?^PfLA<;>xC%Z(nj}^BkRUsY$%-!fsWKwVRGD_L@C? zL8F=Os)uE{!kfjVoc5!lIL8@MUQTpt6Hc~)ETLOGS zT!A#HfRmFmH#fJkva+_ewxpz_s;X+voH;XR&YU-I-ok|omn~bic=6)p%a^ZPw{Fv> zO`A7w-oAbNmMvR$?AWn$=gwWbcJ0}-XYby<55eI6{rf=r5g5D&gST(r0_m?`zkUaU z-(c|f?_W6M|NsA~cN|23j)zZ?|(J?bOx3sjf zvbT3|aCCHXc6E!5i;qu8%r7V`tg5PRZfR+2Z|{-%E$oOnr~FxA(cT`lgx&c}YfZ z@R0}1-dnC`g_!wo{#R!DNA-&JgQ|Jl75p7~Z}Ogf-j)97iTqB+Akmapv3@_QK}o>V L)z4*}Q$iB}XucBQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-insensitive-selected@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..67ea825a4dac0c1fcd15b7bd32b42e7c1aa4c652 GIT binary patch literal 1081 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*mM zJ|V6^#gqe1PEH{qAwfYwDJdyMMMVt_4Idw$;NalEz`)$x+`_`bl9G~z3l}b4ymcfQR8`fqv~?`4tgLP9ot&IqTwLAU-90?LyuE#VW8>oD;}a5-Q&Likii(R%N=wVi z%PXs@Ynq!|Iy<|%dz4ODyD=~@nR~i8hD02GJ3Tx2mV-#!Qzci9%!W6STSPtvt>uVV zdTWx<)J363#Bv00{{Qdp!?caXY>UZAW=YRbd@y@C`r}Cj) zDb4TtBtuEnS?8LBQZENiG?Z#QJNew(4-XS7Zd=}SSlA(!5~kuCmK~ns7Qc#BL`(Kz z;Ul&;_cmJcmIZ`K$}AR2``A-h5_M$4nIlZ?Yrac_-xYfGEAEHo>6F?7OeO~=POE)5 zP5)cOf?ewkmi$>Wzr-S$X={Ms!vBv{65Bbqb}OmYs|DnJ_2YT9_><=UDSp}k=|Z6a zYHNKQBX>+{)GMsC*5%xw`FKO24;&XzB# zHP&BNzJ2-l)}6OrHFESkSy26h_mT~JM^(UGR@p#3kEd5d)x*vGjYQd*Z3`6I+uu1_ z9-Pp4zUV@wM8H+&faxL6TgtimL{)Q&le)Y&S#V0X_ikJylyX%~bw%1ouYehgsunI< zVU@c`i}|f)rtrj=M1^NH!Iyu`3H#^9b1Ufbsk;xKgdEuzAamC~ue90n`m1BQ=?yxp zyH@^}I{cA;!aI)`t_?4x%vY#cIM;Q*mcO!Bm+xoae4ZQc^pBY8-HSWMB)0L;zo$N? zQt=@gr)2&qnZ@d!?k&r=kovnL)BKc1c88d#-f1?CiHb4P{y+Nle@%Tre_ErTxBRw6 QOF{Y8)78&qol`;+0C33TeEoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NqaNIdk{!-Sg+qU%GVZ+_`fXE?l^I^CpnIc=6)dvu7b9Kn73*NCMRWRRY;S z0F(l%0dgTKAtFF71OT}}21M}MwQE2&P}$Y1S0S=My+FYmH*P?gws~S+ZowvSrIwtXQ#f<;vBoS3{fu)PDQ+ZJ^4xZ{L3U^y$ZsAHRS9{`>bY&=;P$ zTZMuCaVZJ%3ua*C=NAx^l9pCe*VNM1v$3@c4GWJ*PD#nm$t@`@tEg;jYHn$1X>IH1 z=;#Dm*VPTQ5Djo1s0PLaBde#2V~EA+y;p9QH5mvn1gwY>k6N7+`+8saYa^|RA(8+8 z&zI^6QJg0jH)na}gL$56#vYe8D~GNrT`tm@xjo8<)#FofZbVuiw&t$&)cz-z|2x&UR9w_JmEb1{3}6ONS3j3^P6FJp}ckaA- z^A;>vuxQbuB}+Q!D-!O_V-ATTH>GCDaWB{eNQCpR}QKfj=` zsG_o}y0)&ap|QEOt-ZaYv#T5EY&@Xdc6lfR1CxQLi(^Q{;kP$#2Hy%0VNX~R_ByKD zduv$W?oRH!wb#VLUpd|EI;QGY+@Pc|;lSVj@m}i!CQo?c=3j73vY!8dkKDeU=H-^` z(_dTq>)Xctk20uX;Xe~-vE!Ni`$WyR`+N&jX74NGURG?#_p&BXD_kpeO(0){Xx;{h5=!nsdt>%H{ zQT2^EyeBm>-ly{Z;)p!Nk@viAg=2I;lB24~mcrLxoM#y%zrOR>Pw(aSiqb=!uh`|d zY8!2&Pu*;?@C%r8`V~L#mrkeC0V&R|)&l;jujXXS=>%r5tC*?WY&=rzDzr*IeHPeT_m&1q2AeKl^e$&<0FzeE3a0N9zVQ7ilwnG}XK_!WsOVM8?Uj#tm!CU$ zv|yn^&EhR@KYS9?Q2ey@?~?d?^XJ~#a4KL$%7#SSbFz+e6t2ZjWvlw^(VlhSpJ`!l z)3R6M@gFAY*Id{#mJ=HmNrRH-gG$wMqUw5vz)b@YxCzj9rFXQT; Ug=~?!228mOp00i_>zopr01RGr$N&HU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-selected.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d2186b7c0bd5bac14b912d1a4c0263236bac21 GIT binary patch literal 717 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)E_X2!E zT!A!I04pnNetv#+b#+ZmO>uE?Wo2baNy*%~bLY&NGjHC!MT-_KS+ZpD;>AmsE?u!= z#j<6~HiE(C&6~Gw-MS47wr}6QbLY-oyLRo_vuEGFef#(Ce*goIkidH+@ZrOUZ!qv1 z4E}(@UoiOp|NpAJj&VTmd6oqE1v9X+aq;mB2#SfzE2yZdYiMcf=o=Us8Jqa{`UM08 zCa0uiWMpP$W)&5emX?)QR#w&4)~{N#cI~?L8%~`*bN1}L`w!lK{P^YTw>Jx)T*l;fhO!6yy8uRKfHdw=~g-ZO%+UpHn{dY+H8S@_1V%5dYYzPQcR zj-s8r)q=iCdTkdK$($&B>YV0e)wG*1jyF#7C52Yu`8FS8cH5X;e zt#$droW@=C?&m>A*4ggcI(qmV?(gjoVY(Q9pudKxq}HQmp6V>Il3NK?=Y!R3q*!?l zne@DGH0RiPaPjrq%F~UEujv#_F1)^C$It&#o*SR9J^z4v_3`yrHU7q(k=cKIbz890 vQ(m3h+Zg6Iu4}pRPA$m%^}K}Fb^S67Ud}DAW4c+6fYOqutDnm{r-UW|d-6fb literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-selected@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1b8944f146baf901484833de12d8f0ff4e0995 GIT binary patch literal 1216 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#dHI#tgKvITzq_d!otGh;^HbQDjFIZ+S=MaK0f~b{(*skSy@@Rxw(afg~i3i zixw?fx^(HXWy_W?U%q0+iq)%EZ``mZQpVJ!o`c1E?>QR z?fQ+Icke%V`0o9Ok3WC?{x`3FcM$^vQ@p2(V@Sl|w>NHw3pvWL7jPW$PFdHn#pTea z+pdQ{ghggHl?7f(N;Y-c?4+|nBjw-!>1osTbk4k6^Y_`&;y-q8>E4&=KnkO7t+Q2P5CnzCxebukWfA*9{-Hmk%JQZ@G@uR=i z=GNp(llg!0bj|v*dCml${&ODjvsSMNJK3{Q%J-bSfZMmt5}KB`-uGy7mmc!bZGW}z zby>PgWQI_?N#UiA++AnST<=WIDmT33^ZrTqLB>K)NmJ#d|8t}_c*T5{P;LFMx8TT| znbubv)-JcMpLW?IN62s9qFE;Yq`MBg%ayc5Z;wrv2&>?GsZ;s$P*J9@>HSxeCoTL| zC$MP&=Z(isOJ1;E;!W;mdbKNY&sIlsT@9{KyO57ew&p&bcNggY=I@TWko)6MyWbv% znc>Sq7W7{){&x9f)1(WJobTK8?%I|cQE7aA`}U{+sarKK)MFf8l`H7V1a0@ph)#B5 z+U<9?e0QFEa_QV1Cl}Z*K5<(7nRBvFo5r5!&hPg)RCZtR$((GsS3M#8LX&Rk>?AL% z5BES#Y+Nt=cD>4Br!m5B*bSy*n3f$S!Yt zN`9B~_oFgT?e3er*==ccYUZ}7(Klyp{_GjE)0O+goW};H?-FII89lx8Rlna{XuHFy zG-tz!^V4QNZhp1>pwj#}&D4qu5;Lyv_*vFndGw37SK8wh>E^Fw)@4hmss5b1ZkizL zw63XDtMC4+3)0kE6t&oeY2EZx$rhJs>pto|a}>P(|H0M!8q*E-GaO+xW!}rjRtqXV NJYD@<);T3K0RTvLGB^ML literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch.png new file mode 100644 index 0000000000000000000000000000000000000000..67886a1299f7127feb691700f95cc5813ac90ed9 GIT binary patch literal 729 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ep96eC zT!Hle|Nk#sxNz~}#WQEloI7{!{Q2_`E`$MO0~ruDP!pfubZ zxcIee*MMvY2@wRU0dlWjzYgKvxpN1|xPANf-Me>zjIOS(?(XiMo}ML3mMmMgZ29u# zD^{#nxpL*IRjXF7UJbDksQuQhTR<&9y>H&U`TY6w_wV0-{P^+v_wPS{{`~#>7wFkd zDe;Se-nJ|W@(X5Ql$Mc`H!w7Eb#wRf_VEi2$;&UCHD~Vp1zWdmKXmliy{Y(Lze}EKleWB7;oiDh&-K#YHDZ(OCRx;`b06P$ zL#Fu4PMP~N{#sv-JvwK>8>{VRKh1Cd?X-0b{Xb#$+~x6XBKxj6-!k5mv}@lCjYVBN z8ph?!2X{M`Gfs^ZF#LG9(d}hLLd|tohqJB%kxD_G%O)$Xmu|4~6R=b=3URUvFJ-^5 zx8aR_U5d|%3Ge&vG40~mY&&;_@}iHs_*RIl6Kq>p|6!>g!&^?>`G4;h{nWYja9(x0 z_EP!%i((dseBu6GwPD}0o3l48zIZN=O)IV{ahiEc1%K7i8TDoT+PXD&qNgrCaxH$L ZszUd-(7z$??15p-;OXk;vd$@?2>|PHm7)Lu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/switch@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/switch@2.png new file mode 100644 index 0000000000000000000000000000000000000000..16a25780c6edccc31494aa05ac96897c1629f6ac GIT binary patch literal 1264 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-h_ zd_r7-ivR!rziQR0{rmS{y?XWb?c0|wT>>&ro;-Q+;>F9CFP}Pf>dcul=gytGaNz=w z3t^u>e;z0cWS>2I7RUxlK}et=Tm;Al>Vl9!22cS+4Ui215D_2=;X(|72m(bQih+U< zHe4};fhmrx9ikUa3whkGuCDIx?w+2WxpU{vn>TO4f(45fEn2*I@scG=mM&eoY}vBq z%a^ZMv0}}dH9(KUoelIgFsy*Vc~S3{QLJ07%54|XR-sMC!r+BFPMRmnT3sA zP)JxzTtZSxT2@Y8K~Y&nRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ew zylm^X?K^huK632%iIb;JpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|@>& zba4!cIQ;g;&)~}rBJ3Z6^h5aG3)={Y>T9j|$|fo>bydI`TM>`I6-SiUPd~cN#CO)M zzne3~CaCysnkYUavF$zoTmG3R)5|u`uGN=2@3$@f*6zQ}jTcOE3@$G`u;71?wRh&X z-X?9yuco&RborAe=yrX&AGKDi`>0M=*FF1;gKu8(tA9>iyX1(xOeA#lQmf++mK@yppF29)5za%wDO0#!jlK9tiHzT4H#R3a1Nv^$YHgQsC zs>+o&z1!DW`}!|*$q8~=+mY`3f5GYr%G)AcJf~lub2oo-mu-mS+vVleVGCbRQ15vX z=)7wi*WM;0Zmq=&rfZ+`JRy{3Qe^mgQcn4xfFgXS3vj^n{xep0Ef#3+Y_{zvl1K-5+K-$uBt7wyJO5 zE`#$IYc5&~EV+=rV&g)oKkX?c4<^4BSn>JTS?*;MW(OZ%?=v@$Yu8?heOD*8SXFZ# zOflTCeNUy=h38umHtosZwKMVR!WENlw%I$}B@^5bL!oS)tZiwv-ai1eETpti{ z{?=o@qUqQobNhA>Ln zF4Ye`-+K8{+LR*~xsN^Ct(+0}M1SEk-5VEg_{r2U?({mm<>9s4pPkcqCw(t-R&Kk! zT)sB0d*1s7d#0I98sV?kE>#gT(oieP-|s8FdwqEdTg-_w1@Gg+lJ8wBEl-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZx%BpEmPMWY5jeNw)*1UksUaJ#^C5kO^0VCjt?WeLV!om~=IC!nKfz*MNc{6M!N> zHcV>5RS(b#ezaY!{QSX zlaf<1ipwhN8XB9LTiVW^JAdKB$4{TX{QmRz-&KBD4xpY!PZ!4!3CY}pothS0VKby8- zUgPqrgnbFi#T-m-9=@i+6!`Z{!mlvx2MgC($VIMVEeJg9o9}4LsQ4>5O{Fq>z3kZuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!A#h|No(@{(DZk9npV1bn=bh{#)UbE{FDA4eq-d+J7~8($%2;YoQabhfKU4H2Fs8 z#H%4dkqOsACtVMkcq4T3)sTrmHP=EXTnm|W9Vi<-5h!&nWCD;45(x$}CIJPnf*2El z>}$b5l@oxbT@9H4)O!tREXV{f8>kno5oiU_KrjhXa1A65R1al9*dnVbpTB(l_Wj4tUw{9-J@n-!0|TSFr;B5Vgyh9KFS_3EXFqhE)yzCLs7wl6z*B`Y^aT>qrk;Pg9L*kY=9!csv}y z^VvC;Fx;3}-f60y&%^YU#Xv2e?evu=K0fzP?3_7o!smwV>+Rn>n%Na}S2F1_@6rsv zNf9q!Og|^YEEaFFXlA;{w>al_$0QTG77FoKFPX{fmAG1TnqK-3fBRPPxfy%61o(kc No~Nsy%Q~loCICBjWSRf~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-active.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-active.png new file mode 100644 index 0000000000000000000000000000000000000000..4e929fb0b0761c22768bf9a76348a9984de2bd67 GIT binary patch literal 439 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u1fKP}k zkdExR89M29;Pi_jldgwOx*9U!YVd@sArr5KOt=<2@mlDlYalj|G4VQtfkpxqgiX2@ zKKXj=^c!*0Z!A6fa@C2~t53dOclynSGjBGXeY^A0yFFLl?**c(@AqAOzyI2YqqjbO z`1bqH-+%x9{Re{3$7|03-62{MUhaH< zzA0EJo3Ws#-(cM|hR3zs?~Ivb-upGhEWY{Mkb&WWy!=v~9P{Ku!a(;hc)I$ztaD0e F0sy;N$*=$b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-active@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6eeca8e8dc1d3aa42c9149acdd4bf068dfc1f9a6 GIT binary patch literal 779 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc|`>j2r`SzhDMN1w~~QeFH-yV-sr| zTYE>Rz@Xreu<*M2hQ_Amz5DhbId=Tywd*%--g^1!&Bsrlzx@1lu~S_K7^G&NE{-7* zl4}pXv~miRV7rhXuJL(Fq|)4=z)I(k6B2@4@BiNK{C02oXA_zKQQpTqecvAmZfz32 z-`Byvby}OcXsD4&Ne5%+0-hPC6Fl-ff9cFiaw&AQIjB?fMD55@zK5?JI=AvI4%0oj z>RQ5@u7#HjPNYf3KG#>_aqp3guuoad6Jv5xJ|gjAS>oM^IaBrTdDtDgC8W!Do%!T7 z>yyug*38Iof3b7Sd;0FHUxsHO)KCU$#~Ig{7D-@AaqZy=AO=?ptgl z!sAu)^F6j{Z%A5{d$>w9lKquRd}3~gSmRgkYZpV+>l1yumIWE?v%YSy&icN=q$Jmm z{iz#6nD%{}x`Qe5$BEV>n*)w?JlgYR=2@U$0@+yj4HE1XoUg26_Ahe%)3QCu&+h#Z dv*jss{xSGlv}zjnu4(}#Mo(8imvv4FO#n0~eWL&X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-backdrop-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7611f5dd0803772b0f8a5c99bc2c87ec99f1f103 GIT binary patch literal 421 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkY-@`4+Q)7?_ag**v_2?x9mB*2aLAwJF;`<{+;{xZ`*Td`<_EP_8s1}|LBgrhjs!P zyY}zeb!6B6Bir{J0E+D1eQ@`_BRh5<+O_x4j@^fM>^;15_dziG&~BjmJqLI0IXrVx z=`5gC$|XU5!3>N{9Gr?uN^0sF8d`e#21dpvCMKq4K|#R@iHS)msi|pcn;kZ&0+rW$ zx;TbNNah~&6lyYHU^p14^kCfzolfpE|K&5g7TMf98~@O7PuySI4J#&X4l!D-CLZi5 zHpy-Cij53%ud3|(+NV}Avwd~i`*g`S2P5ml7j+mt|6U2$dzFLdRp0BWYi}`^n{K(q zww2N8le$>S(%1*Zuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NmF5TD9>A2y6p^6WdOl*mC&ro;@cwZ{ELoKMrY}>Z|+xG9@x%1#|5IC}b|8XFD%O0TK!#npM+r9hXwmpY{_JA2X_8!`~ z@9?f&`+?%juW?%BU{&!HW=5AFbR_Z``}2Pg~T?%I18EO>a=ULg1I zj=hI>?moD4_hGPtBR~Up1I+{}KHT#=vRA3y(qfUvNz@QA3`xVVJG#H6I;a~a{TeVcZm!L4HICzt4GgURESHaS?f4;CsI(Or O>I|N)elF{r5}E+s$yJd6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-backdrop.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..47ec30d89eb70f6d4d037b176754cef95cff1e69 GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u7fKP}k zknZd2YiMYwsp+b0=&f$(t*q@TZ|FFC_QHh=S1(__aq8^l%a?CnyLR)={YQ@;Jp~bu zo<4p0x(cYcuBWP@>&K5D)eYTMbzN1BJ&mms8#^XeHgp3;Y8v~%QoYqp-9ScFU1wEY z50Fu(@A@8St6E8rUoZnFm#UhTwM|%9SU3noL`25K#%1N?0zqD0VPR2GQE_qclOvh| zKpicfE{-7*;ko^%g_;}$m^a&qiHHigggFLQ{rfMzS4X^ipX$n$o=a>eEt>!Qp8D)_ zObjhLucn@u zTCi=^CbfAL2^tG!8f^C6-LZRrQsx?~V>Wk>S={#xo^Jj2BlE$zLIDhAf4hP1VeoYI Kb6Mw<&;$S*7P~9} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3a27f104257b8ee65c5df3f547cfd4664cf19eb3 GIT binary patch literal 748 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E4+DHc zT!C~$!=&=^j)sQ*l7{Z8s@AHi3Dwmt)h&Hx4V?`Qoz>O7ery=66>wYA;V z4ZW4MU8m1otgh>-YUsXj;p*kfHx3>-b?WTp%hzsR1EQOE?%cV5|Nf)vwP7ynFKw2tESAoA>YEe*%HZy6(!x?y3f$nY~}Xe(jk!`|H;q z-4kY3)^$}k^i%=uYV4^5n%2!HeX&D(=IaM`vODpS;(6F$ua43j~jEahm zj*bC>*!cLw#H6I;w6yfhtlZo@5XjFj0D{7zqT=G>Wm(T685kJVJY5_^BqY}!%#3CX zlwf;sJ!+zWJL$m~BVu3lao{{V%lfTdS;-stG+ZvFV!hnna$e3qnaH3nunjn(dSG z$e5N9DB-=yl6{}_6Ct;VDLOq&C!hWKJn@NXPme~W#X1kO`5yPyB|dSfY<@lI)?a;@ z+(5SvcM2Zo@m}|sA{cX7%{D04aHbbstH^nJDbaG7{R6Ybx~repvH&B3!PC{x JWt~$(697+&Tyy{c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5f4828ce5162ce62e130eb11a99154aea0008c6a GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZx%BpEmPMWY5jeNw)*1UksUaJ#^C5kO^0VCjt?WeLV!om~=IC!nKfz*MNc{6M!N> zHcV>5RS(b#ezaY!{QSX zlaf<1ipwhN8XB9LTiVW^JAdKB$4{TX{QmRz-&KBD4xpY!PZ!4!3CY}pothS0VKby8- zUgPqrgnbFi#T-m-9=@i+6!`Z{!mlvx2MgC($VIMVEeJg9o9}4LsQ4>5O{Fq>z3kZuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!A#h|No(@{(DZk9npV1bn=bh{#)UbE{FDA4eq-d+J7~8($%2;YoQabhfKU4H2Fs8 z#H%4dkqOsACtVMkcq4T3)sTrmHP=EXTnm|W9Vi<-5h!&nWCD;45(x$}CIJPnf*2El z>}$b5l@oxbT@9H4)O!tREXV{f8>kno5oiU_KrjhXa1A65R1al9*dnVbpTB(l_Wj4tUw{9-J@n-!0|TSFr;B5Vgyh9KFS_3EXFqhE)yzCLs7wl6z*B`Y^aT>qrk;Pg9L*kY=9!csv}y z^VvC;Fx;3}-f60y&%^YU#Xv2e?evu=K0fzP?3_7o!smwV>+Rn>n%Na}S2F1_@6rsv zNf9q!Og|^YEEaFFXlA;{w>al_$0QTG77FoKFPX{fmAG1TnqK-3fBRPPxfy%61o(kc No~Nsy%Q~loCICBjWSRf~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-hover-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5f4828ce5162ce62e130eb11a99154aea0008c6a GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZx%BpEmPMWY5jeNw)*1UksUaJ#^C5kO^0VCjt?WeLV!om~=IC!nKfz*MNc{6M!N> zHcV>5RS(b#ezaY!{QSX zlaf<1ipwhN8XB9LTiVW^JAdKB$4{TX{QmRz-&KBD4xpY!PZ!4!3CY}pothS0VKby8- zUgPqrgnbFi#T-m-9=@i+6!`Z{!mlvx2MgC($VIMVEeJg9o9}4LsQ4>5O{Fq>z3kZuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!A#h|No(@{(DZk9npV1bn=bh{#)UbE{FDA4eq-d+J7~8($%2;YoQabhfKU4H2Fs8 z#H%4dkqOsACtVMkcq4T3)sTrmHP=EXTnm|W9Vi<-5h!&nWCD;45(x$}CIJPnf*2El z>}$b5l@oxbT@9H4)O!tREXV{f8>kno5oiU_KrjhXa1A65R1al9*dnVbpTB(l_Wj4tUw{9-J@n-!0|TSFr;B5Vgyh9KFS_3EXFqhE)yzCLs7wl6z*B`Y^aT>qrk;Pg9L*kY=9!csv}y z^VvC;Fx;3}-f60y&%^YU#Xv2e?evu=K0fzP?3_7o!smwV>+Rn>n%Na}S2F1_@6rsv zNf9q!Og|^YEEaFFXlA;{w>al_$0QTG77FoKFPX{fmAG1TnqK-3fBRPPxfy%61o(kc No~Nsy%Q~loCICBjWSRf~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-hover.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..68b4ff0bb2fc55edd30e2f7225c2f436eac22e0f GIT binary patch literal 467 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkdExR89M29;Pi_jldgwOx*9U!YVd@sArr5KOt=<2@!FotZw_C7cl_4-gIC|2y!HO{ z?GINUeYo-X)6J)!Zaf8%x1N2v^X&8em!Cr?T?6TwcrA3|_3z(*LD+HAZvYt(63F=R z<7fEf>tP^^Kx~K_Afqs4{X3vjv`d2gf*C|a#ezaY8=IP2_V3?+;J|@{hYlSEf@5dT zoxkw-V3(fB%&@O`Z$#iKmNWh=gSBL3g1h2L{)J{(jGRR#-H3?b-SN z=bS|v;U(E&6RyXGr#7l>OiWSgebjhT;3OxHO~JeiKPDAD*!ueSTX7H7*v3{{*|$beZ`IUn#RJ(3zrb=5)Tcdu@iM;)`YEv;42pB-0|d>!TnN zm6QT4qo}}IZpmcR`5O0;Gt~L0>D=aHbCc4(**_i5^Y@*@?{N4U(o!xtJJFpW2y*5m zuy`PP*^TM|JnKcH90Z5TI1WsuQZ@6bbD*S^C1h4Y(D65RqggwuH;f<2Y{JgTl(9(+HXND*`1W~AIT$l}-p}jpp6M;07mr*tH7(<#cK8o?0 za70Y-nn^^A!6=5H1W!yN%@`uaVU*yD2n5CW;7LrtVvH{W3I18FhXHQy$7O`!8)1-> z#&@a}DW+Fyj3XM8YR072nsDtpzOaFS5fo71TAdlpF6zz8YnGpDmS0ATZeLf7mQ|Al zc*EwlVZ+P^ymmT#KfyQ5*6SV9TNbOZeHxGg{C~}ULV_}@mB?-*v)afjtz;(97Q$+^ z0bI~x?*}=uzrep-jWe0x6d6^#6h1`p^7i#(gq=CdjJgmL8<)=G!x?w(*3=Gsk$eR* zXcwtWHY6V&Rw$Lqkx`XOH8!Qj3G(~2Myp-Yt?1V`HaEAnw#=4oKxEtb{b#p6EWiz1 z{XB;i3%j}ZNrlV<>28j5+X2cHSM*egcM=}h=gam^8sFU8YZ!}AXDO}AlBJke3JmVV zDtN)^v<@xX>XeiiUzf^Q4Dh?yQ{py1HsVrw(%Q`omZY7a%#^RcJaSMO^j6DIVxGO% z+~c{2kh<9Rn-kl&xw5jMr*-D|W#-^&pv^JZXF8}i8MTd#L@2Tav`L;xFB;7e%^0PL zjklU=Lg@85rlYKq!H>g|d!CN;u5*kDNx^LL5eJv9WAnls^(Uch;lYQ)tGdQTIbESC z7H}pra+eZ%YQhyBy@iuq{n3i>ovB6tUfLu~iSK^zoIe29l>6hZyZv5mk#QZ5T*n1q z;eKn;0NCC)hKn&|&zrqFPv0+)7t}RIn0|yLiV}QuQPGi#C7LaDmg^xcM5E{r?f;d- LPGP-{%dPzj1stvs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-close.png new file mode 100644 index 0000000000000000000000000000000000000000..68b4ff0bb2fc55edd30e2f7225c2f436eac22e0f GIT binary patch literal 467 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkdExR89M29;Pi_jldgwOx*9U!YVd@sArr5KOt=<2@!FotZw_C7cl_4-gIC|2y!HO{ z?GINUeYo-X)6J)!Zaf8%x1N2v^X&8em!Cr?T?6TwcrA3|_3z(*LD+HAZvYt(63F=R z<7fEf>tP^^Kx~K_Afqs4{X3vjv`d2gf*C|a#ezaY8=IP2_V3?+;J|@{hYlSEf@5dT zoxkw-V3(fB%&@O`Z$#iKmNWh=gSBL3g1h2L{)J{(jGRR#-H3?b-SN z=bS|v;U(E&6RyXGr#7l>OiWSgebjhT;3OxHO~JeiKPDAD*!ueSTX7H7*v3{{*|$beZ`IUn#RJ(3zrb=5)Tcdu@iM;)`YEv;42pB-0|d>!TnN zm6QT4qo}}IZpmcR`5O0;Gt~L0>D=aHbCc4(**_i5^Y@*@?{N4U(o!xtJJFpW2y*5m zuy`PP*^TM|JnKcH90Z5TI1WsuQZ@6bbD*S^C1h4Y(D65RqggwuH;f<2Y{JgTl(9(+HXND*`1W~AIT$l}-p}jpp6M;07mr*tH7(<#cK8o?0 za70Y-nn^^A!6=5H1W!yN%@`uaVU*yD2n5CW;7LrtVvH{W3I18FhXHQy$7O`!8)1-> z#&@a}DW+Fyj3XM8YR072nsDtpzOaFS5fo71TAdlpF6zz8YnGpDmS0ATZeLf7mQ|Al zc*EwlVZ+P^ymmT#KfyQ5*6SV9TNbOZeHxGg{C~}ULV_}@mB?-*v)afjtz;(97Q$+^ z0bI~x?*}=uzrep-jWe0x6d6^#6h1`p^7i#(gq=CdjJgmL8<)=G!x?w(*3=Gsk$eR* zXcwtWHY6V&Rw$Lqkx`XOH8!Qj3G(~2Myp-Yt?1V`HaEAnw#=4oKxEtb{b#p6EWiz1 z{XB;i3%j}ZNrlV<>28j5+X2cHSM*egcM=}h=gam^8sFU8YZ!}AXDO}AlBJke3JmVV zDtN)^v<@xX>XeiiUzf^Q4Dh?yQ{py1HsVrw(%Q`omZY7a%#^RcJaSMO^j6DIVxGO% z+~c{2kh<9Rn-kl&xw5jMr*-D|W#-^&pv^JZXF8}i8MTd#L@2Tav`L;xFB;7e%^0PL zjklU=Lg@85rlYKq!H>g|d!CN;u5*kDNx^LL5eJv9WAnls^(Uch;lYQ)tGdQTIbESC z7H}pra+eZ%YQhyBy@iuq{n3i>ovB6tUfLu~iSK^zoIe29l>6hZyZv5mk#QZ5T*n1q z;eKn;0NCC)hKn&|&zrqFPv0+)7t}RIn0|yLiV}QuQPGi#C7LaDmg^xcM5E{r?f;d- LPGP-{%dPzj1stvs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-active-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f773f24dc156d5d3551686be3ca8b44946243 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!AgZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~79Gr{BJP`~Lm=-@kwV`SS>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+c5@up- zXZ8;KbN9cf;`%wvc1(nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!AgZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~79Gr{BJP`~Lm=-@kwV`SS>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+c5@up- zXZ8;KbN9cf;`%wvc1(nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv@L=H;{dJmbs4vPziTQkY6wZBO?>Dv#Uo?a2k7# zc0N#8+tbA{gkxrMf`Z_TwOI_8&zy(yEr+qAXP8FD1G)j8!4b7l>na* zS0K&6@V}vTOXzUR>H-3NE>IkW>vf*3$_c$!yQH&7K%NswPK10xd$m!4rr zSW^7lsqnjRQRHB41tnGtosYXVD| zMZ**Y&Npn@j$#Zzd?S`8q)CY(s43-b)&?P!30tebmo+aGyThRKQSuVwS`I^y!#rL6 KT-G@yGywoGwqce4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-backdrop.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..36858b0c462d82fa6dd389e0a8904c988aa87082 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFS5;llyQ_O-fhxF5g8YIR7#W$Ez5N1X;);`n z%~t`1wLM)NLpWw8CnyNcSewOg`OKL}?gKo9?4caat6DS}4n?FTFr*c%^HRH7!SKj| VZL!AY#cCk?JYD@<);T3K0RSE(NHG8a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-backdrop@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..061e3569f13ada9e9769abcd8ed92d2ed7e6fbff GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7^#Gp` zS0D`p4Gj%_eSIY*-L*|Ul}+7M4PBLWot1Un)eYTMbv;1D%6Q5SsE)TJ$S;_Ik%^Pr z*gP&iF)zP3!0LGqP$JmV#W6%9I5|NgsbS~yGc%WJD2b(?o8uH3RQ!ym>39Z1Sd&1) zET*s~m4Zu+jR$2SAMiwQZejr912dBr2#GLG5MoKV!yMMcvg!OB%e(^yM;I6aIHfNI Srd+!Ma-gTHpUXO@geCxY)?2p# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8addbf89ee6d52a0ccf0b12497ec3711182ec985 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFq~#NKo0-i(}EKta3~@zfg!D6otN6x a3Wi4xY>PEEFIEF;WAJqKb6Mw<&;$U}K~sAG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..dedcc3871bfebdbc65da210f37639f454859034f GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfW|Nm91R-HI;V)yRdTMi%Ix#!T1-3NE=KD2A^p`Adq2PCpJ3>*we)^L?bvkK_aOk_1^CC;{h%<_xD!!u3GZ` zt~E>lMTRvjiU+octYPtd5X!*Z%)aS>^#-97Mj&o1KkJ~X!K9$daiD^K4GZU$ebwI& dH6(U0GMHN`l;<24bq5;H;OXk;vd$@?2>^8UZtMU6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-hover-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..84a5583cc628653dd5e203c79909759b887cff10 GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak7A<24> zvFNY?2ZMp+iLJN)|G!mYSRusFz#91alMlbxt5VmSd-u4X5?!QkoY=d#Wzp$P!;ypHSu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-hover-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ef62ad4eab22e6407724d1d8f4204e836e69b0 GIT binary patch literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVfL=9l;6m30@@^e$MsVeyL1yZ0U0z5nQ*1IG>@ zJ#`3#P9Hgb=7{^5!$5y}mjw9*Gw|>V2?>jdiA%`IE9mJPxOsSb`TGZig-1q3MMuX# zK`ao&B_t#!CMG4Pq@<>1Wo2g<6crbjl-AWZY})qh*^8gQe&4Q_+R4Dc80YEY7-DgH z?c{9dCIgW+Q=NR(jwX-F!%5$!#p-NTt62Hw*#H0b8%-0MdU(UJobIKP6+x^-4+aC1T#-FI((-1oC?NhzBE7M)9 zUrbZ^FSgFM-u)g&n9$P3#8YxYvM&n%6|9^uSSoNe=~0|ao*nbD`Q_VoHY>hk|7+2p zu&+`;oQplAN9g!$UG*Qc793;bJ)g5X#@p^k5tHwd52v=RUcdbad;HnNq62K}6Gc6a z)XQ$LywJzcDc}&@QX%Nz^x?eE70pR04jV*gzEfG*bj0CF^J}hj8I1+U^|F3Sd)PVY zF6!o*yd#xeUNfm@Sw*+joZ5a<2h}P++2=Q(?{l$z*S@DUa91KnR8aJ^T`y9i)@hhO z^}Mmgy!*%ZcE?qjhc&DoOj<6vbTemRW0jq;WT>*_oV3*UIhv+t6BdUD^I2W2XMEm# VWR-v%A20$LJYD@<);T3K0RUeWC(Qr= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-hover.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..128a39da1505934b85102494ab976af03f15ee55 GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};Yy&%Z0YI)9~YJ^zKfsv)*-Bo_bf6^Ytd ztk=t>cxvs`?Bo`vyK6eDTQ^@g-lzXrt2|5nl+U$^d9TvnOYhkiT=e3>*SdIK%S~

Zuoc5!lIL8@MUQTpt6Hc~)E&jWly zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPka|?_ZEOkoob`moGqlU%wqXa%%6vV||n7PMA7x;?(&KtrM#1yX%_!>sux~ zypjF^=vA+hAirP+R#tWnPA)DUUSSa#Svdt|6%|!A6LSkoD{Je>=$M$e!lL4m(z3Ei z(`U?@J$J$K4I4L|JAdKQv*#~fzW?y?^XJb%>wf$MSuf}GHj9CQG0fA&F~s8Z+Th6O zCI^vF&tNA73&~qeOE1OgO?lL{P4esidjB&et&D%FUcBCOX70}RYX0(*PyY#9Z(1bT zw(P{EuyR*tmbH@##X}Zce7XDa#@qSV8MjXOB3>GCJ$SxBwMElD?O)z%v*zh1q#V}a z`dAus<_}96-xrJSuC!C~MmZ}c)O46?PdezdAo2 ze6zB3e%ITBoy_a6%{lm1EX6P2Lh|*an+2L@$7-lN?2LV$f7*g=dyG(G!~erJ0upyV zB&cvQHP3f`6WrylbcCmlM}xI9r6s}FOIRs&i}E2gw&Rk2m$g`FUwLFKkkm3GhfB0; zM=Jk%&0|-WU0D;kIA?R)))kS7yZe{VEStYbi?3(0+zh@idkiM2y>XfL&@<`Dj|*}! zev8h(&%WS&bK~}?y^YU#cRd#iIGb*^SVzyV@^zl){`L3bKl0w@t@E1@EBzK2Zw#KU KelF{r5}E)dl%1Ra literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max.png new file mode 100644 index 0000000000000000000000000000000000000000..14e5e3e74dff69ce6e125a0ec0bd54012d6d7bb8 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF;HMs~Ui)tFob|x}mGOq5D_-vRa@b?vfzCUEal|F*7+qL2$;}EQZTx&O~w_;3;Ge<#1lrqRDV5A}xU-tzey(+SLk%M-FU@ UH8w9+18QUNboFyt=akR{0P0~(_5c6? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-max@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a13bb592dfbbf413347f0541f9be75043fb727 GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0LTc(6DONs)mOCii-BiwzlfVo{EO9s`~CqAlcAU-Oydt&|O*A4P-1i7Wo&bfxjfk zFPMReSwK)YI%)Ze)rXH9J7c}NFBK>i?CIhdq7j^&Ad%FNdT)36@c*1pLI~xU{X-!I8edAhK2LWzUuFX d8WKAg8O$ve%5x5jx&w`8@O1TaS?83{1OS2wWsCp- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-active-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-active-dark@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b#-9o$5M3?dLsR977}|*B*Qw*5n|r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-active.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-active@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b#-9o$5M3?dLsR977}|*B*Qw*5n|r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-backdrop-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b04db91415d46e182c878ab176fe3ecb2491235d GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%?4l^1TDHm`Z~Df*H~-IdO&pc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!C~|UC+wR=dFM&rjj7PV20xT^WW|R@`OBH978ywlM@#3ZTR2p831%c$5)oO)A=-S Q17#UJUHx3vIVCg!0Kk|sWB>pF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-dark.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c973246c00bf2b1b0a0cff5a2eb8bf94623a35 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%@rm*;N2pOeH~n!3>*Ke(UoAc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak75uV#0&DWs7!@^j(f^~J%+VA!&I~H&j{wtf5yUpp(!Zn}oNnYL5 zR;qqWu;lFNgRLT6fdR#41>4`8($Cl=@mPJ)=|jSwBNLWccJCBlw_f5+pO%O2a!Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVe`zerEIPw`o8R*p&qN1vBvQ3JD2|iHS?d$t&pT8@PFR zdinbYgoQ^&MMX!)KtU`J#3dvoCMG5&r=+B&W@Tk(7Zep2-)=I_W?*2{@N{tuu{gbU z^6jW52a#4o9e>u2CXdFhqZhQSBb<7T_x?|A{mg4|=u2tfYrb#%zqf2l{ImRA?s0zS z^BZ^H`mnS=>fZ`cyV(rho3u4_%TgG3%)MNZ-GlLbdTz+1+R`CH@^OYbKV^OX+G>5M3yn+q{L`5c{A|c z`+7jEPv>E4#%$yt{M$L&mV|c_TvKc&NrX0E9DB<7PM-4coyb+cO&xB7`+e_MJ#DdzV=VTEj|wuEIjHpwezMXp;u>(e5Ww}a`i}Wv;Xo)mOtIfq{K+~xb>WQssA3<-TuXvbE-jX`#Awy QVCXY=y85}Sb4q9e0A@Ju!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-hover.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..c250748c552e9c2fc4c266ce0167a8046688cbdd GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};dR$4@+a@$z&2xu-jUit;^O z9780g=Jvl8Y7h``jaD@KvT)1Z|J`jDu9W<{YrOf+?b7;&30|Izrr%#odmN$jO|@S- z_0J66gp(H&b_w-KwYe)^cRypqCE9V0Con*MBY(a6p*lI%FK?rH%MIhZHwJ~ywrn|> iaqZYglfLbR`g+zu+-n<;to#AAn!(f6&t;ucLK6TdBAogF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-hover@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..965ce3db3357fad9fe47dcef3a9c89d220caaf64 GIT binary patch literal 694 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E2LgOT zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPks>U2<}=l%aM!Cn)C%{gns?%UsxJ~y-Yo5ZpDq7>^R zpF5IgM^!omIJ0%#DQ!HNG&jfWWR)G;oxI@pfh_%&;v)It3yyEP_uVixMv433_a*;> z?}+Yk6m0w#QfQd_a;b7l^!NUT!qzu3(+mXm6!7{hB-zb)V&yFNpgKvtW5+bfH>VyX zEH&48*db=O>iJxkuS$Zx6$w?$&E+>HJPMgoaa}qo@X>X(+%sR>qziq7lix1b_S$f*`(e?kV znBK15$e*@)#>R?DX@2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4;OXk;vd$@? F2>|T-EmQyi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min@2.png b/themes/Mint-Y-Havelock/gtk-3.0/assets/titlebutton-min@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3581928b3997773cbfc83c9c0f17389a768cc6 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!D0TL-!u7KXZXBrjj7PV1_eK9Gw>fc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(84, 145, 214, 0.75); + background-color: rgba(84, 145, 214, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + background-color: #454545; + border-color: #313131; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #5491d6; } + .button.osd:active, .button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5491d6; } + .button.osd:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + .osd .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); + border-radius: 0; + border-left-style: none; + border-right-style: none; } + .osd .button:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: none; } + .osd .button:first-child { + border-radius: 3px 0 0 3px; + border-left-style: solid; } + .osd .button:last-child { + border-radius: 0 3px 3px 0; + border-right-style: solid; } + .osd .button:last-child:dir(rtl) { + border-left-style: solid; } + .osd .button:only-child { + border-radius: 3px; + border-style: solid; } + .osd .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5491d6; } + .osd .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5491d6; } + .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(74, 74, 74, 0.55); } + .button.suggested-action:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(74, 74, 74, 0.55); } + .button.destructive-action:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5491d6), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 4px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 4px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .inline-toolbar GtkToolButton > .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #5491d6; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(84, 145, 214, 0.75); + background-color: rgba(84, 145, 214, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(207, 207, 207, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #5491d6; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry + .button, +.linked:not(.vertical):not(.pathbar) > .entry + .button:hover, +.linked:not(.vertical):not(.pathbar) > .entry + .button:active, +.linked:not(.vertical):not(.pathbar) > .entry + .button:checked, +.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive { + border-left-style: solid; } +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #5491d6; } +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .entry { + border-left-color: #5491d6; } +.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(207, 207, 207, 0.4); } + .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(207, 207, 207, 0.4); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(207, 207, 207, 0.3); } +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: #FC4138; } +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: #F27835; } +.linked.vertical > .entry.error + .entry.warning { + border-top-color: #FC4138; } +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #5491d6; } +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #F27835; } +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #FC4138; } +.linked.vertical > .entry + .button, +.linked.vertical > .entry + .button:hover, +.linked.vertical > .entry + .button:active, +.linked.vertical > .entry + .button:checked, +.linked.vertical > .entry + .button:insensitive { + border-top-style: solid; } +.linked.vertical > .entry:focus:not(:only-child) + .entry, +.linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #5491d6; } +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, +.linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #F27835; } +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, +.linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #FC4138; } +.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child), +.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: 0 -1px #cfcfcf; } +.linked.vertical > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked.vertical > .button:checked + .entry { + border-top-color: #5491d6; } +.linked.vertical > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover, +.header-bar .linked:not(.vertical).path-bar > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.primary-toolbar .linked:not(.vertical).path-bar > .button:active, +.header-bar .linked:not(.vertical).path-bar > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.primary-toolbar .linked:not(.vertical).path-bar > .button:checked, +.header-bar .linked:not(.vertical).path-bar > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, +.header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } +.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked { + border-top-style: none; } + .linked.vertical > .button:first-child { + border-top-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #e8e8e8; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #4a4a4a; } + +*:link, .button:link, .button:visited { + color: #3077c7; } + *:link:visited, .button:visited { + color: #265e9e; } + *:selected *:link:visited, *:selected .button:visited { + color: #bbd3ef; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #5491d6; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #eef4fb; } + *:link:active, .button:active:link, .button:active:visited { + color: #3077c7; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #dde9f7; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #dde9f7; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(217, 217, 217, 0.6); + border-style: none none none solid; + color: #535353; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(74, 74, 74, 0.55); } + .spinbutton .button:active { + background-color: #5491d6; + color: #ffffff; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #5491d6; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #5491d6; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #5491d6; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(74, 74, 74, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: 1px 0 #5491d6; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: -1px 0 #5491d6; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #F0F0F0; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(69, 69, 69, 0.9); } + +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar .inline-toolbar { + color: rgba(81, 67, 67, 0.9); + background-color: #d9d9d9; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #d9d9d9, #c7c7c7) 1 0 1 0; } + .primary-toolbar .label:insensitive, + .primary-toolbar .toolbar .label:insensitive, + .primary-toolbar .inline-toolbar .label:insensitive { + color: rgba(74, 74, 74, 0.55); } + +.inline-toolbar { + background-color: #e8e8e8; + border-style: solid; + border-color: #d9d9d9; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #F0F0F0; + border-style: solid; + border-color: #d9d9d9; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #e8e8e8; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #c7c7c7; + color: rgba(81, 67, 67, 0.9); + background-color: #d9d9d9; } + .csd .header-bar { + background-color: #d9d9d9; + border-color: #c7c7c7; } + .header-bar:backdrop { + color: rgba(81, 67, 67, 0.6); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #ffffff; + background-color: #5491d6; + border-color: #4486d2; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #5491d6; + color: rgba(255, 255, 255, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #5491d6; + outline-color: rgba(84, 145, 214, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(84, 145, 214, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #5491d6; } + .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #d9d9d9; + border-color: #c7c7c7; } + .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #d9d9d9; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { + background-color: #d9d9d9; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 4px 4px 0 0; + color: rgba(81, 67, 67, 0.9); + background-color: #d9d9d9; + box-shadow: inset 0 1px #e1e1e1; } + .csd .titlebar { + background-color: #d9d9d9; } + .titlebar:backdrop { + color: rgba(81, 67, 67, 0.6); + background-color: #e1e1e1; } + .csd .titlebar:backdrop { + background-color: #e1e1e1; } + .maximized .titlebar { + background-color: #d9d9d9; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #e1e1e1; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, +.primary-toolbar .toolbar .separator, +.primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(81, 67, 67, 0) 25%, rgba(81, 67, 67, 0.25) 25%, rgba(81, 67, 67, 0.25) 75%, rgba(81, 67, 67, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: rgba(81, 67, 67, 0.9); + border-color: rgba(81, 67, 67, 0.2); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: rgba(81, 67, 67, 0.9); + border-color: #5491d6; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-clip: border-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: rgba(81, 67, 67, 0.75); } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(81, 67, 67, 0.45); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #5491d6; + color: #ffffff; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #5491d6; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #e89f77); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #ee7e78); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } +.primary-toolbar .button, .header-bar .button { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + outline-offset: -3px; + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(81, 67, 67, 0.2); + background-color: #5491d6; + background-clip: border-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(81, 67, 67, 0.45); + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + .primary-toolbar .button:insensitive > GtkLabel, + .primary-toolbar .toolbar .button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(84, 145, 214, 0.65); + background-color: rgba(84, 145, 214, 0.65); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + border-radius: 3px; + border-style: solid; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover, + .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(255, 255, 255, 0.9); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active, + .header-bar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked, + .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(81, 67, 67, 0.2); + background-color: #5491d6; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(81, 67, 67, 0.5); } +.primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(81, 67, 67, 0); } + .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(81, 67, 67, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(81, 67, 67, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #5491d6; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #5491d6; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(81, 67, 67, 0.45); + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, +.primary-toolbar .button.suggested-action:backdrop, +.header-bar .button.suggested-action:backdrop { + opacity: 0.8; } +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(81, 67, 67, 0.45); + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, +.primary-toolbar .button.destructive-action:backdrop, +.header-bar .button.destructive-action:backdrop { + opacity: 0.8; } +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #ffffff; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(255, 255, 255, 0.4); } +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: rgba(81, 67, 67, 0.9); } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(81, 67, 67, 0.15); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(81, 67, 67, 0.6); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(81, 67, 67, 0.3); } +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: rgba(81, 67, 67, 0.9); + border-color: rgba(81, 67, 67, 0.2); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: rgba(81, 67, 67, 0.9); + border-color: #5491d6; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(81, 67, 67, 0.45); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: 1px 0 #5491d6; } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: -1px 0 #5491d6; } +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(81, 67, 67, 0.25); } +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(81, 67, 67, 0.25)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(81, 67, 67, 0.2)); } +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, whitesmoke); + border-color: rgba(81, 67, 67, 0.4); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, white); + border-color: rgba(81, 67, 67, 0.4); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #5491d6); + border-color: #5491d6; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #ededed); + border-color: rgba(81, 67, 67, 0.4); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(74, 74, 74, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #aac8eb; + border-top-color: rgba(74, 74, 74, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(74, 74, 74, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #98bde6; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #4f6e90; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #a5a5a5; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #4a4a4a; } + GtkTreeView.view.expander:selected { + color: #ccdef3; } + GtkTreeView.view.expander:selected:hover { + color: #ffffff; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #ffffff; + border-radius: 3px; + background-image: linear-gradient(to bottom, #5491d6); } + GtkTreeView.view.progressbar:selected { + color: #5491d6; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #4a4a4a; + background-image: linear-gradient(to bottom, #cfcfcf); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #6e6e6e; + background-color: #ededed; } + column-header .button:hover { + color: #5491d6; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #4a4a4a; + transition: none; } +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #5491d6; + box-shadow: inset 1px 1px 0 1px #5491d6, inset -1px 0 0 1px #5491d6, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + +column-header .button, column-header .button:hover, column-header .button:active { + font-weight: bold; + padding: 3px 6px; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #d9d9d9; + /*border-image: linear-gradient(to bottom, + transparentize(if($variant == 'light', black, white), 1) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 80%, + transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ } + column-header .button:active, column-header .button:hover { + background-color: whitesmoke; } + column-header .button:active:hover { + color: #4a4a4a; } + column-header .button:insensitive { + border-color: #F0F0F0; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #d9d9d9; + color: rgba(81, 67, 67, 0.9); } + .menubar:backdrop { + color: rgba(81, 67, 67, 0.6); } + .menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + .menubar > .menuitem:hover { + background-color: #5491d6; + color: #ffffff; } + .menubar > .menuitem:insensitive { + color: rgba(81, 67, 67, 0.3); + border-color: transparent; } + +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #ffffff; + border: 1px solid #d9d9d9; } + .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + .menu .menuitem { + padding: 5px; } + .menu .menuitem:hover { + color: #4a4a4a; + background-color: rgba(0, 0, 0, 0.05); + border: solid rgba(0, 0, 0, 0.12); + border-width: 1px 0 1px 0; } + .menu .menuitem:insensitive { + color: rgba(74, 74, 74, 0.55); } + .menu .menuitem.separator { + color: rgba(255, 255, 255, 0); } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #ededed; } + .menu.button.bottom { + border-top: 1px solid #ededed; } + .menu.button:hover { + background-color: #ededed; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #cccccc; + border-radius: 3px; + background-clip: border-box; + background-color: #ffffff; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(255, 255, 255, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #ffffff; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #d9d9d9; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #F0F0F0; } + .notebook.header.frame { + border: 0px solid #d9d9d9; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #d9d9d9; } + .notebook.header.bottom { + box-shadow: inset 0 1px #d9d9d9; } + .notebook.header.right { + box-shadow: inset 1px 0 #d9d9d9; } + .notebook.header.left { + box-shadow: inset -1px 0 #d9d9d9; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #ffffff, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #ffffff, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #ffffff; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(74, 74, 74, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(74, 74, 74, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #4a4a4a; } + .notebook tab .button { + padding: 0; + color: #848484; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #5491d6; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(74, 74, 74, 0.55); } + .notebook.arrow:hover { + color: rgba(74, 74, 74, 0.775); } + .notebook.arrow:active { + color: #4a4a4a; } + .notebook.arrow:insensitive { + color: rgba(74, 74, 74, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: #7c7c7c; + border: 1px solid rgba(255, 255, 255, 0.6); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #fcfcfc; + border: 1px none #d9d9d9; } + .scrollbar .slider { + background-color: #aeaeae; } + .scrollbar .slider:hover { + background-color: #bebebe; } + .scrollbar .slider:prelight:active { + background-color: #5491d6; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #d9d9d9 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #fcfcfc; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough, +.primary-toolbar .toolbar GtkSwitch.trough, +.primary-toolbar .inline-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header.png"), url("assets/switch-header@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active, +.primary-toolbar .toolbar GtkSwitch.trough:active, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header.png"), url("assets/switch-active-header@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header.png"), url("assets/switch-insensitive-header@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header.png"), url("assets/switch-active-insensitive-header@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(74, 74, 74, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, whitesmoke); + border: 1px solid rgba(143, 143, 143, 0.5); + border-radius: 50%; + box-shadow: none; } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #f8f8f8); + border-color: rgba(143, 143, 143, 0.3); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #5491d6); + border-color: #5491d6; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #454545); + border-color: #5491d6; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #5491d6); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #3077c7); + border-color: #3077c7; } + .list-row:selected .scale.slider, GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #e5eff9); + border-color: #e5eff9; } + .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #aac8eb); + border-color: #aac8eb; } + .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #b2ceed); + border-color: #b2ceed; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #cfcfcf); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #5491d6); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(84, 145, 214, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(207, 207, 207, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #575757); + outline-color: rgba(195, 195, 195, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #5491d6); } + .list-row:selected .scale.trough, GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #b2ceed); } + .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(74, 74, 74, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #5491d6; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #5491d6; } + .list-row:selected .progressbar, GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #5491d6; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #cfcfcf; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } +.level-bar.fill-block { + border: 1px solid #5491d6; + background-color: #5491d6; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: rgba(74, 74, 74, 0.2); + border-color: rgba(74, 74, 74, 0.2); } + +.frame { + border: 1px solid #d9d9d9; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #ffffff; + border-color: #d9d9d9; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(0, 0, 0, 0.03); } +.list-row.activatable:active { + color: #4a4a4a; } +.list-row.activatable:selected:active { + color: #ffffff; } +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #4c83c1; } +.list-row.activatable:selected:insensitive { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(84, 145, 214, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #C3C3C3; + background-color: #454545; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #2c2c2c; } + .app-notification .button, + .app-notification.frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(84, 145, 214, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5491d6; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: #979797; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #4a4a4a; + border: 1px solid #d9d9d9; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #5491d6; + color: #ffffff; + border-radius: 1.5px; } + GtkCalendar.header { + color: #4a4a4a; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(74, 74, 74, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #4a4a4a; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(74, 74, 74, 0.55); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #4a4a4a; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #d9d9d9; + border-bottom: 1px solid #c7c7c7; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +GtkFileChooserDialog .search-bar { + background-color: #F0F0F0; + border-color: #d9d9d9; + box-shadow: none; } +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #d9d9d9; } + +.sidebar, .sidebar .view { + border: none; + background-color: #F0F0F0; } + +GtkSidebarRow.list-row { + padding: 0px; } +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #5491d6; } +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #d7d7d7; } +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(74, 74, 74, 0.8); + border-width: 0; + border-style: solid; } +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #d9d9d9; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-repeat: no-repeat; + background-position: center; } + GtkPaned.wide.vertical .pane-separator { + color: #4a4a4a; + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-repeat: no-repeat; + background-position: center; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #5491d6; + color: #ffffff; } + +.warning, +.error { + background-color: #F04A50; } + +.list-row:selected .button, GtkInfoBar .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #5491d6; + outline-color: rgba(84, 145, 214, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(84, 145, 214, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } + +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } +GtkColorSwatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + GtkColorSwatch#add-color-button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #ffffff; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(84, 145, 214, 0.2)), to(rgba(84, 145, 214, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(84, 145, 214, 0.2)), to(rgba(84, 145, 214, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(84, 145, 214, 0.2)), to(rgba(84, 145, 214, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(84, 145, 214, 0.2)), to(rgba(84, 145, 214, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } +.undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } +.undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } +.undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +.window-frame { + border-radius: 4px 4px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 8px 0 rgba(0, 0, 0, 0.2); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 4px 4px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #d9d9d9; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding: 8px 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(217, 217, 217, 0); } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(81, 67, 67, 0.2); + background-color: #5491d6; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.close, + .titlebar .button.titlebutton.maximize, + .titlebar .button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png")); } + .header-bar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png")); } + .header-bar .button.titlebutton.close:hover, + .titlebar .button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } + .header-bar .button.titlebutton.close:active, + .titlebar .button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max.png"), url("assets/titlebutton-max@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop.png"), url("assets/titlebutton-max-backdrop@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover.png"), url("assets/titlebutton-max-hover@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active.png"), url("assets/titlebutton-max-active@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min.png"), url("assets/titlebutton-min@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop.png"), url("assets/titlebutton-min-backdrop@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover.png"), url("assets/titlebutton-min-hover@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active.png"), url("assets/titlebutton-min-active@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #5491d6; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #c7c7c7, inset 0 -1px #d9d9d9; } + +GtkHTML { + background-color: #ffffff; + color: #4a4a4a; } + GtkHTML:active { + color: #ffffff; + background-color: #5491d6; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalScreen { + -TerminalScreen-background-darkness: 0.9; + background-color: #3f3f3f; + color: #fff; } + +TerminalScreenContainer .scrollbar:not(.slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #848484; } + TerminalWindow .notebook tab .button:hover { + color: #4a4a4a; + border-color: #cfcfcf; + background-color: whitesmoke; } +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #5491d6; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #4a4a4a; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #9d9d9d; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #dde9f7; } + +NautilusNotebook.notebook { + background-color: #ffffff; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #ffffff; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(74, 74, 74, 0.5); + border-color: rgba(49, 49, 49, 0.5); } + .disk-space-display.used { + background-color: rgba(84, 145, 214, 0.8); + border-color: rgba(48, 119, 199, 0.8); } + .disk-space-display.free { + background-color: #e8e8e8; + border-color: #cfcfcf; } + +NautilusListView .view { + border-bottom: 1px solid #d9d9d9; } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; + -NemoPlacesTreeView-disk-full-fg-color: #3077c7; } + +NemoWindow EelEditableLabel.entry { + transition: none; } +NemoWindow .sidebar .frame { + border-width: 0; } +NemoWindow .sidebar .cell { + padding: 0 2px; } +NemoWindow .sidebar .scrollbar.vertical .trough { + background-color: transparent; } +NemoWindow .sidebar .scrollbar.vertical .slider { + background-color: #aeaeae; } + NemoWindow .sidebar .scrollbar.vertical .slider:hover { + background-color: #cfcfcf; } +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #d9d9d9; } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(255, 255, 255, 0.9); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(81, 67, 67, 0.2); + background-color: #5491d6; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(81, 67, 67, 0.5); } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(81, 67, 67, 0); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(81, 67, 67, 0); } + +.gedit-headerbar-paned { + color: #c7c7c7; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #ffffff; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #ffffff; + background-color: #5491d6; } + +.open-document-selector-name-label { + color: #4a4a4a; } + +.open-document-selector-path-label { + color: #a5a5a5; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } +.gedit-document-panel .prelight-row .button { + color: #848484; } +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #ffffff; } +.gedit-document-panel .prelight-row .button:active { + color: #4a4a4a; } + +.gedit-document-panel-dragged-row { + border: 1px solid #d9d9d9; + background-color: #d7d7d7; + color: #4a4a4a; } + +GeditStatusbar { + border-top: 1px solid #d9d9d9; + background-color: #F0F0F0; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #d9d9d9; } + +.gedit-search-entry-occurrences-tag { + color: rgba(74, 74, 74, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: whitesmoke; + padding: 6px; + border-color: #d9d9d9; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #4a4a4a; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: rgba(81, 67, 67, 0.9); + border-color: rgba(81, 67, 67, 0.2); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: rgba(81, 67, 67, 0.9); + border-color: #5491d6; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: rgba(81, 67, 67, 0.9); + border-color: #5491d6; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(81, 67, 67, 0.45); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #ffffff; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #F0F0F0; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #C3C3C3; + background-image: none; + background-color: #454545; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #ffffff; + color: #4a4a4a; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #ffffff; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #4a4a4a; } + +.xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(255, 255, 255, 0.9); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive { + color: rgba(81, 67, 67, 0.5); } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #5491d6; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(74, 74, 74, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #a6c6ea; } + +.documents-entry-tag { + background-color: #5491d6; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #ffffff; + background-color: #649cda; } + .documents-entry-tag:active { + color: #ffffff; + background-color: #4486d2; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(255, 255, 255, 0.7); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #5491d6; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #C3C3C3; + background-image: linear-gradient(to bottom, #393939); } + +.gnome-panel-menu-bar.menubar { + color: #C3C3C3; + font: bold; } + +.gnome-panel-menu-bar.menubar .menu { + font: regular; } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #C3C3C3; } + +PanelApplet .button:hover { + color: #dddddd; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #5491d6; } + +PanelApplet:hover { + color: #ffffff; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #5491d6; } + +WnckPager { + color: #626262; } + WnckPager:selected { + color: #5491d6; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #C3C3C3; + font: bold; } + +.xfce4-panel.panel { + background-color: #393939; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #C3C3C3; + background-color: rgba(57, 57, 57, 0); + border-radius: 0; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #535353; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #5491d6; + border: none; + background-color: #272727; } + +.floating-bar { + background-color: #5491d6; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #5491d6; + outline-color: transparent; } +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: rgba(81, 67, 67, 0.9); + border-color: rgba(81, 67, 67, 0.2); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: rgba(81, 67, 67, 0.9); + border-color: #5491d6; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(81, 67, 67, 0.45); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #5491d6; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(0, 0, 0, 0.04); + border: solid rgba(0, 0, 0, 0.08); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(74, 74, 74, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #4a4a4a; } + +.cs-header { + padding: 6px; + background-color: #ededed; } + +#panel_window { + background-color: #393939; + color: #C3C3C3; + font: bold; + box-shadow: inset 0 -1px #272727; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #C3C3C3; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(195, 195, 195, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #4a4a4a; } + +#content_frame { + padding-bottom: 14px; + background-color: #F0F0F0; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame .button { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + #content_frame .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + #content_frame .button:active, #content_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #5491d6; } + #content_frame .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #454545; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #454545; } + +#buttonbox_frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + #buttonbox_frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5491d6; } + #buttonbox_frame .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +#login_window #user_combobox { + color: #4a4a4a; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #c7c7c7; } + +NemoWindow GtkEventBox { + background-color: #F0F0F0; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + -gtk-icon-style: regular; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #454545; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #5491d6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #5f5f5f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #C3C3C3; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(195, 195, 195, 0.6); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(195, 195, 195, 0.15); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + color: transparent; } +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #454545; } +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #C3C3C3; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5491d6; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #454545; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #C3C3C3; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(195, 195, 195, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #5491d6; + color: #ffffff; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #C3C3C3; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #454545; } + +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #454545; } + +NautilusWindow NautilusWindowSlot { + background-color: #ffffff; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #454545; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #F0F0F0; } +GtkFileChooserDialog .dialog-action-box { + background-color: #F0F0F0; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #C3C3C3; + border-color: transparent; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: #333333; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #C3C3C3; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #c7c7c7; } +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #d9d9d9; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #e1e1e1; } +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #d9d9d9; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #e1e1e1; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #454545; } +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #d9d9d9; } + +.gedit-bottom-panel-paned { + background-color: #ffffff; } + +.gedit-document-panel { + background-color: #454545; } + .maximized .gedit-document-panel { + background-color: #454545; } + .gedit-document-panel .list-row { + color: #C3C3C3; } + .gedit-document-panel .list-row { + background-color: rgba(195, 195, 195, 0); + border: solid rgba(195, 195, 195, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(195, 195, 195, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(195, 195, 195, 0.15); } + .gedit-document-panel .list-row:active { + color: #ffffff; + background-color: #5491d6; + border: solid #5491d6; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #ffffff; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #ffffff; + background-color: #5491d6; + border: solid #5491d6; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #C3C3C3; } + +GeditFileBrowserWidget { + background-color: #454545; } + .maximized GeditFileBrowserWidget { + background-color: #454545; } + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #333333; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #C3C3C3; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #5491d6; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5491d6; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #C3C3C3; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.4)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #ffffff; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, #5491d6); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e9e9e9; + border: 1px solid rgba(0, 0, 0, 0.3); } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(233, 233, 233, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f6f6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #5491d6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #4a4a4a; +@define-color theme_text_color #4a4a4a; +@define-color theme_bg_color #F0F0F0; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5491d6; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #4a4a4a; +@define-color text_color #4a4a4a; +@define-color bg_color #F0F0F0; +@define-color base_color #ffffff; +@define-color selected_bg_color #5491d6; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #f9f9f9; +@define-color insensitive_fg_color alpha(#4a4a4a, 0.5); +@define-color insensitive_base_color #ffffff; +@define-color theme_unfocused_fg_color #4a4a4a; +@define-color theme_unfocused_text_color #4a4a4a; +@define-color theme_unfocused_bg_color #F0F0F0; +@define-color theme_unfocused_base_color #ffffff; +@define-color borders #d9d9d9; +@define-color unfocused_borders #d9d9d9; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #ffffff; +@define-color wm_title alpha(#514343, 0.8); +@define-color wm_unfocused_title alpha(#514343, 0.5); +@define-color wm_bg #d9d9d9; +@define-color wm_bg_unfocused #e1e1e1; +@define-color wm_highlight #e1e1e1; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #f46067; +@define-color wm_button_close_hover_bg #f68086; +@define-color wm_button_close_active_bg #f13039; +@define-color wm_icon_close_bg #F8F8F9; +@define-color wm_button_hover_bg #fdfdfd; +@define-color wm_button_active_bg #5491d6; +@define-color wm_button_hover_border #D1D3DA; +@define-color wm_icon_bg #90949E; +@define-color wm_icon_unfocused_bg #B6B8C0; +@define-color wm_icon_hover_bg #7A7F8B; +@define-color wm_icon_active_bg #ffffff; diff --git a/themes/Mint-Y-Havelock/gtk-3.0/thumbnail.png b/themes/Mint-Y-Havelock/gtk-3.0/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..11a2f6ac738610bf27787374bc33d333cbeac000 GIT binary patch literal 1529 zcmZ8fX;4#F6n-K~L8(F=T#8~9nNdKNK`IQjqJTh1Sc5!}B_<#dNR&jjkr5(LAc%q@ z5*}DV6j0oeNWdcdk|>a{#0COX!jkQUyr<&=_Sybw@65gDoIB^c-~G-xd47arh6dXV z001!b@^lNpYznq_f43StW3`7wn9)7uigyKo$CuZAA+5pUon+4dJOHFw06<0-0DQu( zGUfr`oGkz>Mgf5H4FK4D25RdDE;!NI{dZ{7%nLWx8o7K=3+ z4T_@U;gN77>N;eh&3G9)}}7_+jRMT;Rvf?#ykL$MmY*>VwTzEH`_ zoK;SI{rVO8ps8&ytZOgg3aXm~RZDVlQ%(e_h_67=_=nS4)$76t3aWaIDEbOcfES*M zRfu+R=uTpAG&BOI;Jrzu{6z#sRYHhNJm0o}xwl%g<(gUK15BV6x6Lf62J%89ONOyB zpo-pXkW@AT%iB`|PF9Y=D5~tu0;zW;ODL*Am5L?VoJx9=$I_~%2W~TiqlyJe^i^`; zVp~!m^_~<&q)&R#sLTx~_GJ8WHt7{%wXok=22T zP!8mR;e~yeGDJ0YmxlA!!ebTW;ItR-v?zkWV~Fz2H4>QqcwG6d8a0VT3P%LjbzE7H z%ZM=-s`}=zmSUQuP5D&tcsPj?n{>JCd;}e1MVF+FStNqD517uA!91B(HU5+x5BmDx zd_mf!# zIr`qX=|>?R!308tt5G*GAb1to*!p^q`{R(qI@6|J2TV=w#l@bc%IA-~Nc*%l%7@cc zoa52mYqD;aUY0(A?c{_P@U5*H4mKpjD;3*KD-_$I@Dme~UtC&S($6n{S*@c9G2O)P z*=)ScWJhNFS@YiZS{RPqXwCX_=EgWTCAUjI&ucBzcNi+>T(2xDo2{t0T3#CImn)p9 zf@gNswtAXeJnHOXbzj#FH&sY}F>Ft8U=LXCbGla_cUr#a^y9X2&e>2?k@4u;wU0NK zb}6~(k|FVk;d8DY?JPa=*SV~`s}{ax{bJh$XBzus41fK_x9lCFq3J#Kx-1T3RN=&! z6U?1>v@uq*>-R49!Ob>cKiC+bs?0CZwUUK3rU^n3g?T>29i4ujvYd0N+>tJBPWW7y zRl!SAi`R92es6X#Wga%7x0`6Uhi4aEUSn?b{<&Gl4?R7;kjuGGd@*Cr=0pqgV?S}{ z%cSLQL0FS|BiZh`j+=phhNOmGw08~4_#DpJRQAQwkv(y=&Rpc9!g)#}lM5V6boHY| zGt+dtpJ$b+Q9MowlU+7$<`-|Xd+aFIZpz6TuDTQNu_0#D`eXp`ikn2&%ahpHB<*3k zhcGE5X0$UoF&Z;~y{(<2wXK7-okNhFqqF@1XFEqrTRUf4TZ +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Havelock/metacity-1/button-border.svg b/themes/Mint-Y-Havelock/metacity-1/button-border.svg new file mode 100644 index 0000000..a1ab948 --- /dev/null +++ b/themes/Mint-Y-Havelock/metacity-1/button-border.svg @@ -0,0 +1,107 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Havelock/metacity-1/close-icon.svg b/themes/Mint-Y-Havelock/metacity-1/close-icon.svg new file mode 100644 index 0000000..312fa9e --- /dev/null +++ b/themes/Mint-Y-Havelock/metacity-1/close-icon.svg @@ -0,0 +1,104 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Havelock/metacity-1/max-icon.svg b/themes/Mint-Y-Havelock/metacity-1/max-icon.svg new file mode 100644 index 0000000..6b80028 --- /dev/null +++ b/themes/Mint-Y-Havelock/metacity-1/max-icon.svg @@ -0,0 +1,75 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Havelock/metacity-1/metacity-theme-2.xml b/themes/Mint-Y-Havelock/metacity-1/metacity-theme-2.xml new file mode 100644 index 0000000..750a8eb --- /dev/null +++ b/themes/Mint-Y-Havelock/metacity-1/metacity-theme-2.xml @@ -0,0 +1,767 @@ + + + + Arc + horst3180 + horst3180 + 2015 + Arc Metacity theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</draw_ops> + +<draw_ops name="title_unfocused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused"/> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Havelock/metacity-1/metacity-theme-3.xml b/themes/Mint-Y-Havelock/metacity-1/metacity-theme-3.xml new file mode 100644 index 0000000..41437c3 --- /dev/null +++ b/themes/Mint-Y-Havelock/metacity-1/metacity-theme-3.xml @@ -0,0 +1,1040 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Arc</name> + <author>horst3180</author> + <copyright>horst3180</copyright> + <date>2015</date> + <description>Arc Metacity theme</description> +</info> + +<!-- meaningfull constants --> + +<constant name="C_title_focused" value="#787878" /> +<constant name="C_title_unfocused" value="#9d9d9d" /> + +<constant name="C_wm_bg_focused" value="#d9d9d9" /> +<constant name="C_wm_bg_unfocused" value="#d9d9d9" /> + +<constant name="C_wm_border" value="#d0d0d0" /> + +<constant name="C_wm_highlight" value="#eeeeee" /> + +<!-- window button colors --> + +<!-- close --> +<constant name="C_button_close_bg_focused" value="gtk:custom(selected_bg_color,#5491d6)" /> +<constant name="C_button_close_bg_hover" value="shade/gtk:custom(selected_bg_color,#5491d6)/1.14" /> +<constant name="C_button_close_bg_active" value="shade/gtk:custom(selected_bg_color,#5491d6)/0.8" /> + +<constant name="C_icon_close_bg" value="#F8F8F8" /> + +<!-- minimize, maximize --> +<constant name="C_button_bg_hover" value="#fdfdfd" /> +<constant name="C_button_bg_active" value="#909090" /> + +<constant name="C_button_border_hover" value="#D1D1D1" /> + +<constant name="C_icon_bg_focused" value="#909090" /> +<constant name="C_icon_bg_unfocused" value="#B6B6B6" /> +<constant name="C_icon_bg_hover" value="#7A7A7A" /> +<constant name="C_icon_bg_active" value="#ffffff" /> + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="10" right="10" top="3" bottom="3"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="button_width" value="30"/> + <distance name="button_height" value="16"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="title_vertical_pad" value="2"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="left_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="1" rounded_top_right="1"> + <distance name="title_vertical_pad" value="7"/> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> + <border name="title_border" left="10" right="10" top="0" bottom="1"/> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> +</frame_geometry> + +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="title_vertical_pad" value="1" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<!--chromium save dialog--> +<frame_geometry name="attached" title_scale="small" has_title="false" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" rounded_bottom_left="0" rounded_bottom_right="0" parent="normal"> + <distance name="title_vertical_pad" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> +</frame_geometry> + +<!-- drawing operations --> + + <!-- title --> + +<draw_ops name="title_focused"> + + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_focused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_unfocused" /> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_tiled_right"> + <line x1="0" y1="0" x2="0" y2="height" color="C_wm_border" /> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + +<draw_ops name="border_tiled_left"> + <line x1="width-1" y1="0" x2="width-1" y2="height" color="C_wm_border" /> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + +<draw_ops name="border_max"> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_tiled_left" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_tiled_left" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_tiled_right" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_tiled_right" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="borderless"/> + <frame focus="no" state="maximized" style="borderless"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="attached_style_set"> + <frame focus="yes" state="normal" resize="both" style="attached_focused"/> + <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> +<window version=">= 3.2" type="attached" style_set="attached_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Havelock/metacity-1/min-icon.svg b/themes/Mint-Y-Havelock/metacity-1/min-icon.svg new file mode 100644 index 0000000..92920b5 --- /dev/null +++ b/themes/Mint-Y-Havelock/metacity-1/min-icon.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="min-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#e2e2e2" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="22.627417" + inkscape:cx="6.164106" + inkscape:cy="8.4082271" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-min" + inkscape:label="#g6247" + transform="translate(-587,185.63782)"><g + id="g7138" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"><g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-75"><g + id="g4092-0-7-0" + style="display:inline" + transform="translate(58,0)" /></g><path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-3" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /></g><rect + y="-185.63782" + x="587" + height="16" + width="16" + id="rect17883-32" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file diff --git a/themes/Mint-Y-Havelock/metacity-1/thumbnail.png b/themes/Mint-Y-Havelock/metacity-1/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..54ef44a185a741165d514b8703bb57c4acbb2bd3 GIT binary patch literal 695 zcmeAS@N?(olHy`uVBq!ia0vp^DL|~i!3-oXf7O)%QY`6?zK#qG8~eHcB(j1elRbib z85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP-0PlPl)Tgcke!Y_;CC7 z?VC4m-o1PG^0kXQPpn+FuW!!IhGqNvcAi{y^xW>byBcThs5yFm_pBYY3-+`u*wZ|3 zSL2mymu}p+v0}xF2@@vFpFjWG_pg`lpP0R~_R_s$-@kufwy*c(ja@%}{J8qy)YS(k z&)nL#Y}vBw*RQW!xpMB#hSN9qp1plw_RhMi4^Q2AbZ*Yhx-0ijTzPPE?%cT_KEFGD zef!Q6tLE)$TE4&k|Ns9wm0J~ou4PQ}c6Twox9w&&ki%Z$>Fdh=fQ64=ROY$*-0eW2 zx1KJJAs)xyUb)HFWFWvAuqDV*L(BW_O6_;M|NqbB>%HjFHET+iPt|-iA0u_y1#Js$ zmTqdiviuV-OXidEj?UH7Qm^|=?RYFCcRje>qO{1{cCkqNjDkKlFB8s>%$6!W8o8ZP z63@0<-_2Xk&pOS?X<dgE^9<R|4?B7nZn&>7Mg9B?pFj)YvdJZ(#mB_{-1SzRqP-~W zSEg=w&sy_<A4adaG<y@07lnzY<wweFzRUi)YOZa#%gTdq4o{r$n6YcJ$Rzp8s^8}@ zyK;PzvtRuAj^?MRkAH4k8o6y0PifHiEV5+1`TT$R)od4Ksf!#=;klQMx_;#!n*{W@ zYKdz^NlIc#s#S7PDv)9@GB7mLH89aNGzl>@vobQYGBndRFtjo-(En=q2Sr0}eoAIq zCAtO!D`RtrhER)lprDlm*$|wcR#Ki=l**8vm!F%eTMV=;HLo}$zvMmhemkHd22WQ% Jmvv4FO#pW`Hy8i_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Havelock/xfce-notify-4.0/gtkrc b/themes/Mint-Y-Havelock/xfce-notify-4.0/gtkrc new file mode 100644 index 0000000..aa8a02c --- /dev/null +++ b/themes/Mint-Y-Havelock/xfce-notify-4.0/gtkrc @@ -0,0 +1,72 @@ +style "notify-window" { + XfceNotifyWindow::summary-bold = 1 + XfceNotifyWindow::border-color = "#17191F" + XfceNotifyWindow::border-color-hover = "#17191F" + XfceNotifyWindow::border-radius = 3.0 + XfceNotifyWindow::border-width = 1.0 + XfceNotifyWindow::border-width-hover = 1.0 + + bg[NORMAL] = "#292C36" +} + +style "notify-button" { + bg[NORMAL] = "#434652" + bg[PRELIGHT] = "#5C6070" + bg[ACTIVE] = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#ffffff" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + roundness = 2 + textstyle = 0 + } +} + +style "notify-text" { + GtkWidget::link-color = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#BAC3CF" + + engine "murrine" { + textstyle = 0 + } +} + +style "notify-summary" { + font_name = "Bold" +} + +style "notify-progressbar" { + GtkProgressBar::min-horizontal-bar-height = 4 + + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = "#000000" + bg[NORMAL] = "#5294E2" + bg[ACTIVE] = "#1D1F26" + bg[SELECTED] = "#5294E2" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + trough_shades = { 1.0, 1.0 } + trough_border_shades = { 1.0, 1.0 } + progressbarstyle = 0 + roundness = 2 + textstyle = 0 + } +} + +class "XfceNotifyWindow" style "notify-window" +widget "XfceNotifyWindow.*.summary" style "notify-summary" +widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button" +widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text" +widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar" +widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar" diff --git a/themes/Mint-Y-Havelock/xfwm4/bottom-active.xpm b/themes/Mint-Y-Havelock/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..1191a44 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/bottom-active.xpm @@ -0,0 +1,9 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"1 3 3 1", +" c None", +". c #D9D9D9", +"+ c #BFBFBF", +".", +".", +"+"}; diff --git a/themes/Mint-Y-Havelock/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Havelock/xfwm4/bottom-inactive.xpm new file mode 120000 index 0000000..9f10639 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Havelock/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Havelock/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..727a097 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/bottom-left-active.xpm @@ -0,0 +1,9 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"3 3 3 1", +" c None", +". c #BFBFBF", +"+ c #D9D9D9", +".++", +".++", +"..."}; diff --git a/themes/Mint-Y-Havelock/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Havelock/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 0000000..d70de34 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Havelock/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Havelock/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..0d6f9b5 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/bottom-right-active.xpm @@ -0,0 +1,9 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"3 3 3 1", +" c None", +". c #D9D9D9", +"+ c #BFBFBF", +"..+", +"..+", +"+++"}; diff --git a/themes/Mint-Y-Havelock/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Havelock/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 0000000..d234cea --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Havelock/xfwm4/close-active.xpm b/themes/Mint-Y-Havelock/xfwm4/close-active.xpm new file mode 100644 index 0000000..f534cbf --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/close-active.xpm @@ -0,0 +1,60 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 30 1 ", +" c #9AB87C", +". c #9AB87D", +"X c #9CB97E", +"o c #9CB980", +"O c #9EBA82", +"+ c #A0BC83", +"@ c #A6BF8E", +"# c #A7BF8F", +"$ c #B9C8A9", +"% c #B9C9AA", +"& c #C4CEBA", +"* c #C5CEBB", +"= c #C9D9B9", +"- c #CCDBBD", +"; c #CFDDC1", +": c #D0DEC3", +"> c #D3D6D1", +", c #D4D6D1", +"< c #D4D6D2", +"1 c gray85", +"2 c #D5E1C9", +"3 c #D7E3CC", +"4 c #D8E3CC", +"5 c #D8E4CD", +"6 c #DCE6D2", +"7 c #EEEEEE", +"8 c #F4F7F2", +"9 c #FBFCFA", +"0 c gray99", +"q c #FDFDFD", +/* pixels */ +"777777777777777777777777", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"11111111,%@Xo@%>11111111", +"1111111&X. .o&1111111", +"111111&... ..X*111111", +"11111,X .+ o X,11111", +"11111%. .93XX30 $11111", +"11111@ -q540: . #11111", +"11111X -qq: .Xo11111", +"11111o. X4qq6X X11111", +"11111@.. 4q--q3 #11111", +"11111% 8= =8 . $11111", +"11111,X .+,11111", +"111111&X. .. &111111", +"1111111&+. XX&1111111", +"11111111,%#oX@%,11111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/close-inactive.xpm b/themes/Mint-Y-Havelock/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..5b4918b --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/close-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *close_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c gray71", +". c gray72", +"X c gray74", +"o c gray78", +"O c #CDCDCD", +"+ c gray82", +"@ c gray84", +"# c gray85", +"$ c #E9E9E9", +"% c #EEEEEE", +/* pixels */ +"%%%%%%%%%%%%%%%%%%%%%%%%", +"########################", +"########################", +"########################", +"########################", +"########@oX Xo@########", +"#######O. O#######", +"######O O######", +"#####@ . . @#####", +"#####o %# #% o#####", +"#####X +%##%+ X#####", +"##### +%%@ #####", +"#####. #%%# .#####", +"#####X #%++%# X#####", +"#####o $+ +$ o#####", +"#####@ .@#####", +"######O O######", +"#######+ O#######", +"########@oX Xo#########", +"########################", +"########################", +"########################", +"########################", +"########################" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/close-prelight.xpm b/themes/Mint-Y-Havelock/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..ad68f60 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/close-prelight.xpm @@ -0,0 +1,58 @@ +/* XPM */ +static char *close_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 28 1 ", +" c #9ABC78", +". c #9ABC79", +"X c #9BBD79", +"o c #9CBD7A", +"O c #9CBD7C", +"+ c #9EBE7E", +"@ c #A0C07F", +"# c #A6C28B", +"$ c #A7C28B", +"% c #B9CAA7", +"& c #B9CBA8", +"* c #C5CFBA", +"= c #C9DBB7", +"- c #C4D0B9", +"; c #CCDDBB", +": c #CEDEBE", +"> c #D3D6D0", +", c #D4D6D1", +"< c gray85", +"1 c #D0E0C1", +"2 c #D5E3C7", +"3 c #D6E4C9", +"4 c #D8E5CB", +"5 c #D8E5CC", +"6 c #EEEEEE", +"7 c #F4F7F1", +"8 c #FBFCFA", +"9 c #FDFDFD", +/* pixels */ +"666666666666666666666666", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<,%#oO#&><<<<<<<<", +"<<<<<<<-o. .O*<<<<<<<", +"<<<<<<-... ..o*<<<<<<", +"<<<<<,o @ @ O,<<<<<", +"<<<<<&o .83o.28 &<<<<<", +"<<<<<# ;94491 . $<<<<<", +"<<<<<o :991 ..O<<<<<", +"<<<<<O. .o4894Oo O<<<<<", +"<<<<<#. 49;;94. $<<<<<", +"<<<<<& 7= =7. &<<<<<", +"<<<<<,o oO,<<<<<", +"<<<<<<* . *<<<<<<", +"<<<<<<<*Oo oO*<<<<<<<", +"<<<<<<<<,&$oo$&,<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/close-pressed.xpm b/themes/Mint-Y-Havelock/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..99b07f2 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/close-pressed.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char *close_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 32 1 ", +" c #7BA056", +". c #7CA057", +"X c #7FA25B", +"o c #7FA25C", +"O c #80A35D", +"+ c #82A55F", +"@ c #83A660", +"# c #8CAB6E", +"$ c #8DAB6F", +"% c #8EAC70", +"& c #A9BC96", +"* c #A9BC97", +"= c #B9CCA5", +"- c #BAC6AE", +"; c #BBC7AE", +": c #BBC6AF", +"> c #BDCFAA", +", c #BFD1AE", +"< c #C1D2B0", +"1 c #C2D3B2", +"2 c #C8D7B9", +"3 c #CAD9BC", +"4 c #CCDABE", +"5 c #D1DEC5", +"6 c #D1D4CD", +"7 c #D2D5CF", +"8 c gray85", +"9 c #EEEEEE", +"0 c #F2F5EE", +"q c #FAFBFA", +"w c gray99", +"e c #FDFDFD", +/* pixels */ +"999999999999999999999999", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888886&$XX$&688888888", +"8888888-O O-8888888", +"888888-. o-888888", +"888886+ @ + o688888", +"88888& q3..2e &88888", +"88888# >e43e< %88888", +"88888X ,ee< o88888", +"88888X O3we5X X88888", +"88888$ 2e,<w2 %88888", +"88888& 0= =0 *88888", +"888886+ +788888", +"888888- .-888888", +"8888888-+. @:8888888", +"888888886&$XX$&688888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/hide-active.xpm b/themes/Mint-Y-Havelock/xfwm4/hide-active.xpm new file mode 100644 index 0000000..9a3913c --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/hide-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #808080", +". c gray85", +"X c #EEEEEE", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"......... .........", +"......... .........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/hide-inactive.xpm b/themes/Mint-Y-Havelock/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..8f9fee5 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/hide-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #B6B6B6", +". c gray85", +"X c #EEEEEE", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"......... .........", +"......... .........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/hide-prelight.xpm b/themes/Mint-Y-Havelock/xfwm4/hide-prelight.xpm new file mode 100644 index 0000000..520c42f --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/hide-prelight.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *hide_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c gray48", +". c LightGray", +"X c gray84", +"o c gray85", +"O c #DFDFDF", +"+ c gray89", +"@ c #E4E4E4", +"# c #EEEEEE", +"$ c #F3F3F3", +"% c gray96", +"& c #FBFBFB", +"* c #FDFDFD", +/* pixels */ +"########################", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooOo..oOooooooooo", +"oooooooOX+$&&$@XOooooooo", +"ooooooOX%******$XOoooooo", +"ooooooX%********%Xoooooo", +"oooooO+**********+Oooooo", +"oooooX$**********$oooooo", +"oooooX&** **&.ooooo", +"ooooo.&** **&.ooooo", +"oooooo$**********$Xooooo", +"oooooO+**********+Oooooo", +"ooooooX%********$Xoooooo", +"ooooooOX$******$XOoooooo", +"oooooooOX@$&&$+XOooooooo", +"oooooooooOX..oOooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/hide-pressed.xpm b/themes/Mint-Y-Havelock/xfwm4/hide-pressed.xpm new file mode 100644 index 0000000..8d7bd13 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/hide-pressed.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char *hide_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 9 1 ", +" c #808080", +". c #848484", +"X c #9A9A9A", +"o c #AEAEAE", +"O c #CDCDCD", +"+ c #CECECE", +"@ c gray85", +"# c #EEEEEE", +"$ c white", +/* pixels */ +"########################", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@OX. .XO@@@@@@@@", +"@@@@@@@o o@@@@@@@", +"@@@@@@o o@@@@@@", +"@@@@@O O@@@@@", +"@@@@@X X@@@@@", +"@@@@@. .@@@@@", +"@@@@@ $$$$$$ @@@@@", +"@@@@@ $$$$$$ @@@@@", +"@@@@@. .@@@@@", +"@@@@@X X@@@@@", +"@@@@@O O@@@@@", +"@@@@@@o o@@@@@@", +"@@@@@@@o o@@@@@@@", +"@@@@@@@@OX. .XO@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/left-active.xpm b/themes/Mint-Y-Havelock/xfwm4/left-active.xpm new file mode 100644 index 0000000..f42db54 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/left-active.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 1 3 1", +" c None", +". c #BFBFBF", +"+ c #D9D9D9", +".++"}; diff --git a/themes/Mint-Y-Havelock/xfwm4/left-inactive.xpm b/themes/Mint-Y-Havelock/xfwm4/left-inactive.xpm new file mode 120000 index 0000000..ebcf490 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Havelock/xfwm4/maximize-active.xpm b/themes/Mint-Y-Havelock/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..de718db --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/maximize-active.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char *maximize_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 7 1 ", +" c #909090", +". c #9F9F9F", +"X c gray65", +"o c #A9A9A9", +"O c #D7D7D7", +"+ c gray85", +"@ c #EEEEEE", +/* pixels */ +"@@@@@@@@@@@@@@@@@@@@@@@@", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"+++++++++++X .+++++++++", +"+++++++++O++o +++++++++", +"+++++++++XO+Oo +++++++++", +"++++++++O X++Oo+++++++++", +"+++++++++ X++++++++++++", +"+++++++++. oO++++++++++", +"+++++++++O++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/maximize-inactive.xpm b/themes/Mint-Y-Havelock/xfwm4/maximize-inactive.xpm new file mode 100644 index 0000000..8dcab42 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/maximize-inactive.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char *maximize_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 7 1 ", +" c #B6B6B6", +". c #BCBCBC", +"X c gray74", +"o c gray76", +"O c #D8D8D8", +"+ c gray85", +"@ c #EEEEEE", +/* pixels */ +"@@@@@@@@@@@@@@@@@@@@@@@@", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"+++++++++++o X+++++++++", +"++++++++++++o +++++++++", +"+++++++++X+++o +++++++++", +"+++++++++ XO+Oo+++++++++", +"++++++++O o++++++++++++", +"+++++++++. o+++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/maximize-prelight.xpm b/themes/Mint-Y-Havelock/xfwm4/maximize-prelight.xpm new file mode 100644 index 0000000..998685b --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/maximize-prelight.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *maximize_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c gray48", +". c #939393", +"X c gray58", +"o c #A0A0A0", +"O c #A4A4A4", +"+ c #A7A7A7", +"@ c LightGray", +"# c gray84", +"$ c gray85", +"% c gray87", +"& c #E2E2E2", +"* c #E4E4E4", +"= c #EEEEEE", +"- c #F3F3F3", +"; c gray96", +": c #FBFBFB", +"> c #FDFDFD", +/* pixels */ +"========================", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$%&$@@$&%$$$$$$$$", +"$$$$$$$*#&-::-*#*$$$$$$$", +"$$$$$$*#;>>>>>>-#*$$$$$$", +"$$$$$%#;>>>>>>>>;#%$$$$$", +"$$$$$&&>>>:o X>>&&$$$$$", +"$$$$$$->>:>:+ >>-$$$$$$", +"$$$$$@:>>o:::+ >>:@$$$$$", +"$$$$$@:>> o>>:o>>:@$$$$$", +"$$$$$$->> +:>>>>-$$$$$$", +"$$$$$&*>>. X>>>>&&$$$$$", +"$$$$$%#->>>>>>>>;#%$$$$$", +"$$$$$$&#->>>>>>;#&$$$$$$", +"$$$$$$$*#&-::-&#*$$$$$$$", +"$$$$$$$$%&$#@$&%$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/maximize-pressed.xpm b/themes/Mint-Y-Havelock/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..b076be7 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/maximize-pressed.xpm @@ -0,0 +1,43 @@ +/* XPM */ +static char *maximize_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 13 1 ", +" c #808080", +". c #848484", +"X c #9A9A9A", +"o c #AEAEAE", +"O c #CDCDCD", +"+ c LightGray", +"@ c gray84", +"# c gray85", +"$ c #DADADA", +"% c #E6E6E6", +"& c gray91", +"* c #EEEEEE", +"= c white", +/* pixels */ +"************************", +"########################", +"########################", +"########################", +"########################", +"########OX. .XO########", +"#######o o#######", +"######o o######", +"#####O O#####", +"#####X @==% X#####", +"#####. . @== .#####", +"##### #. += #####", +"##### =# @ #####", +"#####. ==@ .#####", +"#####X &==@. X#####", +"#####O O#####", +"######o o######", +"#######o o#######", +"########OX. .X+########", +"########################", +"########################", +"########################", +"########################", +"########################" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/menu-active.xpm b/themes/Mint-Y-Havelock/xfwm4/menu-active.xpm new file mode 100644 index 0000000..2400a36 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/menu-active.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char *menu_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 11 1 ", +" c #909090", +". c #979797", +"X c #9D9D9D", +"o c gray63", +"O c gray66", +"+ c #B9B9B9", +"@ c #BCBCBC", +"# c #CDCDCD", +"$ c #D7D7D7", +"% c gray85", +"& c #EEEEEE", +/* pixels */ +"&&&&&&&&&&&&&&&&&&&&&&&&", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%@.@%%@.+%%%%%%%%", +"%%%%%%%%+ OO +%%%%%%%%", +"%%%%%%%%%@. .@%%%%%%%%%", +"%%%%%%%%%%#oX#%%%%%%%%%%", +"%%%%%%%%%%%$%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Havelock/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..f38b6e2 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/menu-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #B6B6B6", +". c gray72", +"X c #BCBCBC", +"o c gray76", +"O c #CBCBCB", +"+ c #CDCDCD", +"@ c LightGray", +"# c #D5D5D5", +"$ c gray85", +"% c #EEEEEE", +/* pixels */ +"%%%%%%%%%%%%%%%%%%%%%%%%", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$O.O$$O.O$$$$$$$$", +"$$$$$$$$O oo O$$$$$$$$", +"$$$$$$$$$+.. +$$$$$$$$$", +"$$$$$$$$$$#XX@$$$$$$$$$$", +"$$$$$$$$$$$#$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Havelock/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..1951c18 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/menu-pressed.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char *menu_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 18 1 ", +" c #909090", +". c gray58", +"X c gray62", +"o c gray64", +"O c gray65", +"+ c #B6B6B6", +"@ c #B9B9B9", +"# c gray75", +"$ c #C0C0C0", +"% c gray81", +"& c #D0D0D0", +"* c #D7D7D7", +"= c gray85", +"- c #E6E6E6", +"; c #EEEEEE", +": c #F4F4F4", +"> c #F9F9F9", +", c white", +/* pixels */ +";;;;;;;;;;;;;;;;;;;;;;;;", +"========================", +"========================", +"========================", +"========================", +"========&O. O&========", +"=======+ +=======", +"======+ @======", +"=====& &=====", +"=====O O=====", +"=====. #:# @:# .=====", +"===== $,,=*,,$ =====", +"===== @>,,>@ =====", +"=====. X-;o =====", +"=====O . O=====", +"=====% &=====", +"======+ +======", +"=======+ +=======", +"========&O. .O&========", +"========================", +"========================", +"========================", +"========================", +"========================" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/right-active.xpm b/themes/Mint-Y-Havelock/xfwm4/right-active.xpm new file mode 100644 index 0000000..bbfecc2 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/right-active.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 1 3 1", +" c None", +". c #D9D9D9", +"+ c #BFBFBF", +"..+"}; diff --git a/themes/Mint-Y-Havelock/xfwm4/right-inactive.xpm b/themes/Mint-Y-Havelock/xfwm4/right-inactive.xpm new file mode 120000 index 0000000..6734f48 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Havelock/xfwm4/shade-active.xpm b/themes/Mint-Y-Havelock/xfwm4/shade-active.xpm new file mode 100644 index 0000000..798916e --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/shade-active.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char *shade_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 16 1 ", +" c #909090", +". c gray57", +"X c #989898", +"o c gray63", +"O c #A4A4A4", +"+ c #A9A9A9", +"@ c #B2B2B2", +"# c gray71", +"$ c gray", +"% c #C0C0C0", +"& c gray78", +"* c #C8C8C8", +"= c #D2D2D2", +"- c gray83", +"; c gray85", +": c #EEEEEE", +/* pixels */ +"::::::::::::::::::::::::", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;=+O=;;;;;;;;;;", +";;;;;;;;;*X .X*;;;;;;;;;", +";;;;;;;;%.. ...$;;;;;;;;", +";;;;;;;;#.@. #.@;;;;;;;;", +";;;;;;;;;=;. ;=;;;;;;;;;", +";;;;;;;;;;;. ;;;;;;;;;;;", +";;;;;;;;;;;..;;;;;;;;;;;", +";;;;;;;;;;;oo;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Havelock/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..7724327 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/shade-inactive.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #B6B6B6", +". c #B7B7B7", +"X c gray73", +"o c gray", +"O c #C0C0C0", +"+ c gray78", +"@ c gray80", +"# c #CDCDCD", +"$ c gray82", +"% c #D5D5D5", +"& c gray85", +"* c #EEEEEE", +/* pixels */ +"************************", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&%oO%&&&&&&&&&&", +"&&&&&&&&&$X.XX#&&&&&&&&&", +"&&&&&&&&#.....X@&&&&&&&&", +"&&&&&&&&+.+..+.+&&&&&&&&", +"&&&&&&&&&%&..&%&&&&&&&&&", +"&&&&&&&&&&&..$&&&&&&&&&&", +"&&&&&&&&&&&..&&&&&&&&&&&", +"&&&&&&&&&&&oo&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Havelock/xfwm4/shade-prelight.xpm new file mode 100644 index 0000000..96eb5a1 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/shade-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c gray48", +". c #7C7C7C", +"X c #898989", +"o c gray60", +"O c gray62", +"+ c gray65", +"@ c #BBBBBB", +"# c gray74", +"$ c #CDCDCD", +"% c LightGray", +"& c gray84", +"* c gray85", +"= c #DFDFDF", +"- c gray89", +"; c #E4E4E4", +": c #EEEEEE", +"> c #F3F3F3", +", c gray96", +"< c #FBFBFB", +"1 c #FDFDFD", +/* pixels */ +"::::::::::::::::::::::::", +"************************", +"************************", +"************************", +"************************", +"*********=&%%*=*********", +"*******=&;><<>;&=*******", +"******=&,111111>&=******", +"******&,11,+O><1,&******", +"*****=-11=X X*11-=*****", +"*****&>1%. .$1>******", +"*****&<1@ @ #.@1<%*****", +"*****%<1<<1 1,11<%*****", +"******>1111 1111>&*****", +"*****=;1111 1111-=*****", +"******&>111oo111>&******", +"******=&>111111>&=******", +"*******=&;><<>-&=*******", +"*********=&%%*=*********", +"************************", +"************************", +"************************", +"************************", +"************************" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Havelock/xfwm4/shade-toggled-active.xpm new file mode 100644 index 0000000..b0c23b5 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *shade_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #909090", +". c #989898", +"X c #A0A0A0", +"o c gray65", +"O c #A9A9A9", +"+ c #B2B2B2", +"@ c gray71", +"# c gray", +"$ c #C0C0C0", +"% c #C8C8C8", +"& c gray83", +"* c gray84", +"= c gray85", +"- c #EEEEEE", +/* pixels */ +"------------------------", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================", +"===========XX===========", +"=========== ===========", +"=========== ===========", +"=========*= =*=========", +"========@ + @ @========", +"========# #========", +"=========%. .%=========", +"==========*Oo*==========", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Havelock/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 0000000..129b31b --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *shade_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #B6B6B6", +". c gray73", +"X c gray", +"o c #C0C0C0", +"O c gray78", +"+ c gray80", +"@ c gray82", +"# c #D7D7D7", +"$ c gray85", +"% c #EEEEEE", +/* pixels */ +"%%%%%%%%%%%%%%%%%%%%%%%%", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$XX$$$$$$$$$$$", +"$$$$$$$$$$$ $$$$$$$$$$$", +"$$$$$$$$$$$ $$$$$$$$$$$", +"$$$$$$$$$$$ $#$$$$$$$$$", +"$$$$$$$$O O O O$$$$$$$$", +"$$$$$$$$+ +$$$$$$$$", +"$$$$$$$$$@. .@$$$$$$$$$", +"$$$$$$$$$$$oo#$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Havelock/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 0000000..21aa1ef --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c gray48", +". c #7C7C7C", +"X c #898989", +"o c gray60", +"O c #A2A2A2", +"+ c gray65", +"@ c gray73", +"# c gray74", +"$ c #CDCDCD", +"% c LightGray", +"& c gray84", +"* c gray85", +"= c #DFDFDF", +"- c gray89", +"; c #E4E4E4", +": c #EEEEEE", +"> c #F3F3F3", +", c gray96", +"< c #FBFBFB", +"1 c #FDFDFD", +/* pixels */ +"::::::::::::::::::::::::", +"************************", +"************************", +"************************", +"************************", +"*********=*%%*=*********", +"*******=&-><<>;&=*******", +"******=&,111111>&=******", +"******&,111oo111,&******", +"*****=-1111 1111-=*****", +"*****&>1111 1111>&*****", +"*****&<11,1 <<11<%*****", +"*****%<1#.@ @.@1<%*****", +"******>1% .$1>******", +"*****=-1<=X X=<1-=*****", +"******&>11,+O>11,&******", +"******=&>111111,&=******", +"*******=&;><<>;&=*******", +"*********=&%%&=*&*******", +"************************", +"************************", +"************************", +"************************", +"************************" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/stick-active.xpm b/themes/Mint-Y-Havelock/xfwm4/stick-active.xpm new file mode 100644 index 0000000..d051f7a --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/stick-active.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *stick_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #939393", +". c gray59", +"X c #989898", +"o c gray62", +"O c #AFAFAF", +"+ c gray70", +"@ c #B4B4B4", +"# c #C1C1C1", +"$ c #C8C8C8", +"% c #CBCBCB", +"& c gray80", +"* c #D2D2D2", +"= c #D5D5D5", +"- c gray85", +"; c #EEEEEE", +/* pixels */ +";;;;;;;;;;;;;;;;;;;;;;;;", +"------------------------", +"------------------------", +"------------------------", +"------------------------", +"--------*+o o@*--------", +"-------#.O%==%O.#-------", +"------#X&------%X#------", +"-----*.&--------%.*-----", +"-----++----------O+-----", +"-----o%----------%o-----", +"----= =----------= -----", +"-----.=----------= -----", +"-----o%=---------%o-----", +"-----@O----------O@-----", +"-----*.%--------&.*-----", +"------#X%------%X#------", +"-------#.O%=*%O.#-------", +"--------*+o. o@=--------", +"------------------------", +"------------------------", +"------------------------", +"------------------------", +"------------------------" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Havelock/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..4031c8d --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/stick-inactive.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char *stick_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 9 1 ", +" c #B7B7B7", +". c gray73", +"X c gray74", +"o c gray78", +"O c #CECECE", +"+ c gray82", +"@ c gray84", +"# c gray85", +"$ c #EEEEEE", +/* pixels */ +"$$$$$$$$$$$$$$$$$$$$$$$$", +"########################", +"########################", +"########################", +"########################", +"########@oX Xo@########", +"#######O.o+#@+o.O#######", +"######O.+@#####+.O######", +"#####@.+########+.@#####", +"#####oo##########oo#####", +"#####.+##########+X#####", +"#####.###########@ #####", +"##### ###########@.#####", +"#####X+##########+X#####", +"#####oo##########oo#####", +"#####@.+########+.@#####", +"######O.+#####@+.O######", +"#######O o+@#+o.O#######", +"########@oX Xo@########", +"########################", +"########################", +"########################", +"########################", +"########################" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Havelock/xfwm4/stick-prelight.xpm new file mode 100644 index 0000000..52a81d0 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/stick-prelight.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char *stick_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 11 1 ", +" c gray70", +". c #B4B4B4", +"X c #B9B9B9", +"o c #C3C3C3", +"O c LightGray", +"+ c gray85", +"@ c gray87", +"# c gray88", +"$ c #EEEEEE", +"% c gray96", +"& c #FDFDFD", +/* pixels */ +"$$$$$$$$$$$$$$$$$$$$$$$$", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++OX . XO++++++++", +"+++++++o.X@%%+X o+++++++", +"++++++o #&&&&&&@.o++++++", +"+++++O.#&&&&&&&&@.O+++++", +"+++++XX&&&&&&&&&&XX+++++", +"+++++ +&&&&&&&&&&+ +++++", +"+++++.%&&&&&&&&&&%.+++++", +"+++++.%&&&&&&&&&&%.+++++", +"+++++ @&&&&&&&&&&+ +++++", +"+++++XX&&&&&&&&&&XX+++++", +"+++++O.@&&&&&&&&@.O+++++", +"++++++o.@&&&&&&@.o++++++", +"+++++++o X+%%+X.o+++++++", +"++++++++OX ...XO++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Havelock/xfwm4/stick-toggled-active.xpm new file mode 100644 index 0000000..6e61192 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char *stick_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 18 1 ", +" c #909090", +". c #939393", +"X c gray59", +"o c #989898", +"O c gray62", +"+ c #A7A7A7", +"@ c gray66", +"# c #AFAFAF", +"$ c gray70", +"% c #B4B4B4", +"& c #C1C1C1", +"* c #C8C8C8", +"= c #CBCBCB", +"- c gray80", +"; c #D2D2D2", +": c #D5D5D5", +"> c gray85", +", c #EEEEEE", +/* pixels */ +",,,,,,,,,,,,,,,,,,,,,,,,", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>;$O..O%;>>>>>>>>", +">>>>>>>&X#=::=#X&>>>>>>>", +">>>>>>&o->>>>>>=o&>>>>>>", +">>>>>;X->;+X.+=>=X;>>>>>", +">>>>>$$>-X .;>#$>>>>>", +">>>>>O=:@ .+>=O>>>>>", +">>>>>.:>X. .>:.>>>>>", +">>>>>X:>. X>:X>>>>>", +">>>>>O=>+ +:=O>>>>>", +">>>>>%$>=X. .X;>#%>>>>>", +">>>>:;X->-+..+;:=X:>>>>>", +">>>>>>&X=>>>>>:-o&>>>>>>", +">>>>>>>&X#=:;=$X&>>>>>>>", +">>>>>>>>:$O..O%;>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Havelock/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 0000000..e9fdd0e --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char *stick_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 11 1 ", +" c #B6B6B6", +". c #B7B7B7", +"X c gray73", +"o c gray74", +"O c #C1C1C1", +"+ c gray78", +"@ c #CECECE", +"# c gray82", +"$ c gray84", +"% c gray85", +"& c #EEEEEE", +/* pixels */ +"&&&&&&&&&&&&&&&&&&&&&&&&", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%$+o..o+$%%%%%%%%", +"%%%%%%%@X+#%$#+X@%%%%%%%", +"%%%%%%@X#$%%%%%#X@%%%%%%", +"%%%%%$X#%$XX.o$%#X$%%%%%", +"%%%%%++%$X.....$%++%%%%%", +"%%%%%X#%O......O%#o%%%%%", +"%%%%%X%%........%$.%%%%%", +"%%%%%.%%. ... .%$X%%%%%", +"%%%%%o#%X......o%#o%%%%%", +"%%%%%++%$......#%++%%%%%", +"%%%%%$.#%$OX.O$%#X$%%%%%", +"%%%%%%@X#%%%%%$#X@%%%%%%", +"%%%%%%%@.+#$%#+X@%%%%%%%", +"%%%%%%%%$+o..o+$%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Havelock/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 0000000..417902c --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *stick_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c gray48", +". c #838383", +"X c gray64", +"o c #A4A4A4", +"O c gray70", +"+ c #B4B4B4", +"@ c #B9B9B9", +"# c #C3C3C3", +"$ c LightGray", +"% c gray85", +"& c gray87", +"* c gray88", +"= c #E9E9E9", +"- c #EEEEEE", +"; c #F3F3F3", +": c gray96", +"> c #FDFDFD", +/* pixels */ +"------------------------", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%$@OO+O@$%%%%%%%%", +"%%%%%%%#+@&::%@O#%%%%%%%", +"%%%%%%#O*>>>>>>&+#%%%%%%", +"%%%%%$+&>-X. o=>&+$%%%%%", +"%%%%%@@>-. .;>@@%%%%%", +"%%%%%O&>o o>%O%%%%%", +"%%%%%O:>. .>:+%%%%%", +"%%%%%+:>. .>:+%%%%%", +"%%%%%+&>X o>%O%%%%%", +"%%%%%@+>=. .->@@%%%%%", +"%%%%%$+&>-X..o->&+$%%%%%", +"%%%%%%#O&>>>>>>&+#%%%%%%", +"%%%%%%%#O@%::%@+#%%%%%%%", +"%%%%%%%%$@O+++@$%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%" +}; diff --git a/themes/Mint-Y-Havelock/xfwm4/themerc b/themes/Mint-Y-Havelock/xfwm4/themerc new file mode 100644 index 0000000..4e3833f --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/themerc @@ -0,0 +1,25 @@ +button_offset=7 +button_spacing=4 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +#button_layout=O|HMC + +active_text_color=#787878 +#active_text_shadow_color=#e7e8eb +inactive_text_color=#9d9d9d +#inactive_text_shadow_color=#e7e8eb + +#placement_ratio=20 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=50 + +show_frame_shadow=true +show_popup_shadow=true diff --git a/themes/Mint-Y-Havelock/xfwm4/title-1-active-shaded.xpm b/themes/Mint-Y-Havelock/xfwm4/title-1-active-shaded.xpm new file mode 100644 index 0000000..662295d --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/title-1-active-shaded.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_shaded_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEFF1", +"+ c #E7E8EB", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Havelock/xfwm4/title-1-active.xpm b/themes/Mint-Y-Havelock/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..209bb16 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Havelock/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Havelock/xfwm4/title-1-inactive.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Havelock/xfwm4/title-2-active.xpm b/themes/Mint-Y-Havelock/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..a3cfe4a --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/title-2-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Havelock/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Havelock/xfwm4/title-2-inactive.xpm new file mode 120000 index 0000000..a37458a --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Havelock/xfwm4/title-3-active.xpm b/themes/Mint-Y-Havelock/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..f9df553 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/title-3-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Havelock/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Havelock/xfwm4/title-3-inactive.xpm new file mode 120000 index 0000000..66e6af7 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Havelock/xfwm4/title-4-active.xpm b/themes/Mint-Y-Havelock/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..87e3fb4 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Havelock/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Havelock/xfwm4/title-4-inactive.xpm new file mode 120000 index 0000000..069dba6 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Havelock/xfwm4/title-5-active.xpm b/themes/Mint-Y-Havelock/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..48bee41 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Havelock/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Havelock/xfwm4/title-5-inactive.xpm new file mode 120000 index 0000000..dcc7946 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Havelock/xfwm4/top-left-active-shaded.xpm b/themes/Mint-Y-Havelock/xfwm4/top-left-active-shaded.xpm new file mode 100644 index 0000000..47dc7df --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/top-left-active-shaded.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_left_active_shaded_xpm[] = { +"5 24 5 1", +" c None", +". c #ECEDF0", +"+ c #EEEFF1", +"@ c #E8E9EB", +"# c #E7E8EB", +" .+++", +".@###", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####"}; diff --git a/themes/Mint-Y-Havelock/xfwm4/top-left-active.xpm b/themes/Mint-Y-Havelock/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..ef737a9 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/top-left-active.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"5 24 7 1", +" c None", +". c #ECEDF0", +"+ c #EEEFF1", +"@ c #DFDFE0", +"# c #DADADA", +"$ c #D9D9D9", +"% c #BFBFBF", +" .+++", +".@#$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$"}; diff --git a/themes/Mint-Y-Havelock/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Havelock/xfwm4/top-left-inactive.xpm new file mode 120000 index 0000000..0517526 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Havelock/xfwm4/top-right-active-shaded.xpm b/themes/Mint-Y-Havelock/xfwm4/top-right-active-shaded.xpm new file mode 100644 index 0000000..4920284 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/top-right-active-shaded.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_right_active_shaded_xpm[] = { +"5 24 5 1", +" c None", +". c #EEEFF1", +"+ c #ECEDF0", +"@ c #E7E8EB", +"# c #E8E9EB", +"...+ ", +"@@@#+", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@"}; diff --git a/themes/Mint-Y-Havelock/xfwm4/top-right-active.xpm b/themes/Mint-Y-Havelock/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..5b57971 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/top-right-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"5 24 5 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"@ c #DFDFE0", +"# c #BFBFBF", +".... ", +"+++@.", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#"}; diff --git a/themes/Mint-Y-Havelock/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Havelock/xfwm4/top-right-inactive.xpm new file mode 120000 index 0000000..42cae62 --- /dev/null +++ b/themes/Mint-Y-Havelock/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm \ No newline at end of file From 54cfa0869ba45f8d105d67d915d5715f3b7f5051 Mon Sep 17 00:00:00 2001 From: Erik Dubois <erik.dubois@gmail.com> Date: Sun, 9 Oct 2016 19:09:36 +0200 Subject: [PATCH 08/16] Commit comment : on Sun Oct 9 19:09:36 CEST 2016 --- 1-change-color.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/1-change-color.sh b/1-change-color.sh index bc07553..16da858 100755 --- a/1-change-color.sh +++ b/1-change-color.sh @@ -108,7 +108,6 @@ greendec=$((16#$greenhex)) bluedec=$((16#$bluehex)) rgbacolour="$reddec, $greendec, $bluedec" -echo $rgbacolour #old rgba colour of background rubberband oldcolour1="118, 144, 91" From 71b482ab49eb6d05b0bfe92cb033f843d68219ce Mon Sep 17 00:00:00 2001 From: Erik Dubois <erik.dubois@gmail.com> Date: Sun, 9 Oct 2016 19:41:01 +0200 Subject: [PATCH 09/16] Commit comment : on Sun Oct 9 19:41:00 CEST 2016 --- .../Mint-Y-Dark-Watusi/cinnamon/cinnamon.css | 1368 ++++++ .../common-assets/menu/menu-separator.svg | 60 + .../misc/add-workspace-active.svg | 117 + .../misc/add-workspace-hover.svg | 117 + .../common-assets/misc/add-workspace.svg | 117 + .../cinnamon/common-assets/misc/bg.svg | 127 + .../misc/calendar-arrow-left-hover.svg | 152 + .../misc/calendar-arrow-left.svg | 152 + .../misc/calendar-arrow-right-hover.svg | 152 + .../misc/calendar-arrow-right.svg | 152 + .../common-assets/misc/close-active.svg | 100 + .../common-assets/misc/close-hover.svg | 100 + .../cinnamon/common-assets/misc/close.svg | 100 + .../common-assets/misc/corner-ripple.svg | 122 + .../common-assets/misc/desklet-header.svg | 158 + .../cinnamon/common-assets/misc/desklet.svg | 152 + .../cinnamon/common-assets/misc/osd.svg | 127 + .../common-assets/misc/overview-hover.png | Bin 0 -> 838 bytes .../cinnamon/common-assets/misc/overview.png | Bin 0 -> 680 bytes .../common-assets/misc/trash-icon.svg | 97 + .../common-assets/panel/activities-active.svg | 158 + .../common-assets/panel/activities.svg | 158 + .../common-assets/panel/panel-bottom.svg | 84 + .../common-assets/panel/panel-top.svg | 80 + .../panel/window-list-active-bottom.svg | 142 + .../panel/window-list-active-top.svg | 142 + .../checkbox/checkbox-checked-focused.svg | 195 + .../dark-assets/checkbox/checkbox-checked.svg | 195 + .../checkbox/checkbox-unchecked-focused.svg | 141 + .../checkbox/checkbox-unchecked.svg | 141 + .../cinnamon/dark-assets/menu/menu-hover.svg | 97 + .../cinnamon/dark-assets/menu/menu.svg | 127 + .../cinnamon/dark-assets/menu/submenu.svg | 117 + .../cinnamon/dark-assets/misc/button-box.svg | 101 + .../cinnamon/dark-assets/misc/message.svg | 81 + .../cinnamon/dark-assets/misc/modal.svg | 143 + .../dark-assets/switch/switch-off.svg | 201 + .../cinnamon/dark-assets/switch/switch-on.svg | 220 + .../cinnamon/menu/menu-separator.svg | 60 + .../cinnamon/misc/add-workspace-active.svg | 117 + .../cinnamon/misc/add-workspace-hover.svg | 117 + .../cinnamon/misc/add-workspace.svg | 117 + .../Mint-Y-Dark-Watusi/cinnamon/misc/bg.svg | 127 + .../misc/calendar-arrow-left-hover.svg | 152 + .../cinnamon/misc/calendar-arrow-left.svg | 152 + .../misc/calendar-arrow-right-hover.svg | 152 + .../cinnamon/misc/calendar-arrow-right.svg | 152 + .../cinnamon/misc/close-active.svg | 100 + .../cinnamon/misc/close-hover.svg | 100 + .../cinnamon/misc/close.svg | 100 + .../cinnamon/misc/corner-ripple-ltr.svg | 125 + .../cinnamon/misc/corner-ripple-rtl.svg | 83 + .../cinnamon/misc/desklet-header.svg | 158 + .../cinnamon/misc/desklet.svg | 152 + .../Mint-Y-Dark-Watusi/cinnamon/misc/osd.svg | 127 + .../cinnamon/misc/overview-hover.png | Bin 0 -> 838 bytes .../cinnamon/misc/overview.png | Bin 0 -> 680 bytes .../cinnamon/misc/trash-icon.svg | 97 + .../cinnamon/panel/activities-active.svg | 158 + .../cinnamon/panel/activities.svg | 158 + .../cinnamon/panel/panel-bottom.svg | 84 + .../cinnamon/panel/panel-top.svg | 80 + .../panel/window-list-active-bottom.svg | 142 + .../cinnamon/panel/window-list-active-top.svg | 142 + .../Mint-Y-Dark-Watusi/cinnamon/thumbnail.png | Bin 0 -> 31016 bytes themes/Mint-Y-Dark-Watusi/gtk-2.0/apps.rc | 45 + .../gtk-2.0/assets/arrow-down-insens.png | Bin 0 -> 220 bytes .../gtk-2.0/assets/arrow-down-prelight.png | Bin 0 -> 218 bytes .../assets/arrow-down-small-insens.png | Bin 0 -> 203 bytes .../assets/arrow-down-small-prelight.png | Bin 0 -> 207 bytes .../gtk-2.0/assets/arrow-down-small.png | Bin 0 -> 276 bytes .../gtk-2.0/assets/arrow-down.png | Bin 0 -> 306 bytes .../gtk-2.0/assets/arrow-left-insens.png | Bin 0 -> 222 bytes .../gtk-2.0/assets/arrow-left-prelight.png | Bin 0 -> 221 bytes .../gtk-2.0/assets/arrow-left.png | Bin 0 -> 307 bytes .../gtk-2.0/assets/arrow-right-insens.png | Bin 0 -> 213 bytes .../gtk-2.0/assets/arrow-right-prelight.png | Bin 0 -> 215 bytes .../gtk-2.0/assets/arrow-right.png | Bin 0 -> 304 bytes .../gtk-2.0/assets/arrow-up-insens.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/arrow-up-prelight.png | Bin 0 -> 218 bytes .../gtk-2.0/assets/arrow-up-small-insens.png | Bin 0 -> 204 bytes .../assets/arrow-up-small-prelight.png | Bin 0 -> 210 bytes .../gtk-2.0/assets/arrow-up-small.png | Bin 0 -> 278 bytes .../gtk-2.0/assets/arrow-up.png | Bin 0 -> 312 bytes .../gtk-2.0/assets/button-active.png | Bin 0 -> 266 bytes .../gtk-2.0/assets/button-hover.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/button-insensitive.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/button.png | Bin 0 -> 252 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 360 bytes .../gtk-2.0/assets/checkbox-checked.png | Bin 0 -> 356 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/checkbox-unchecked.png | Bin 0 -> 256 bytes .../assets/combo-entry-button-active-rtl.png | Bin 0 -> 237 bytes .../assets/combo-entry-button-active.png | Bin 0 -> 222 bytes .../combo-entry-button-insensitive-rtl.png | Bin 0 -> 234 bytes .../assets/combo-entry-button-insensitive.png | Bin 0 -> 232 bytes .../gtk-2.0/assets/combo-entry-button-rtl.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/combo-entry-button.png | Bin 0 -> 231 bytes .../assets/combo-entry-focus-notebook-rtl.png | Bin 0 -> 269 bytes .../assets/combo-entry-focus-notebook.png | Bin 0 -> 251 bytes .../gtk-2.0/assets/combo-entry-focus-rtl.png | Bin 0 -> 269 bytes .../gtk-2.0/assets/combo-entry-focus.png | Bin 0 -> 251 bytes .../combo-entry-insensitive-notebook-rtl.png | Bin 0 -> 223 bytes .../combo-entry-insensitive-notebook.png | Bin 0 -> 210 bytes .../assets/combo-entry-insensitive-rtl.png | Bin 0 -> 210 bytes .../assets/combo-entry-insensitive.png | Bin 0 -> 204 bytes .../assets/combo-entry-notebook-rtl.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/combo-entry-notebook.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/combo-entry-rtl.png | Bin 0 -> 256 bytes .../gtk-2.0/assets/combo-entry.png | Bin 0 -> 240 bytes .../assets/down-background-disable-rtl.png | Bin 0 -> 200 bytes .../assets/down-background-disable.png | Bin 0 -> 199 bytes .../gtk-2.0/assets/down-background-rtl.png | Bin 0 -> 200 bytes .../gtk-2.0/assets/down-background.png | Bin 0 -> 199 bytes .../assets/entry-border-active-bg-solid.png | Bin 0 -> 298 bytes .../gtk-2.0/assets/entry-border-active-bg.png | Bin 0 -> 297 bytes .../gtk-2.0/assets/entry-border-bg-solid.png | Bin 0 -> 226 bytes .../gtk-2.0/assets/entry-border-bg.png | Bin 0 -> 271 bytes .../assets/entry-border-disabled-bg.png | Bin 0 -> 226 bytes .../gtk-2.0/assets/entry-border-fill.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/focus-line.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/frame-gap-end.png | Bin 0 -> 139 bytes .../gtk-2.0/assets/frame-gap-start.png | Bin 0 -> 139 bytes .../gtk-2.0/assets/frame.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/handle-h.png | Bin 0 -> 160 bytes .../gtk-2.0/assets/handle-v.png | Bin 0 -> 157 bytes .../gtk-2.0/assets/inline-toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/line-h.png | Bin 0 -> 151 bytes .../gtk-2.0/assets/line-v.png | Bin 0 -> 151 bytes .../gtk-2.0/assets/menu-arrow-prelight.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/menu-arrow.png | Bin 0 -> 238 bytes .../menu-checkbox-checked-insensitive.png | Bin 0 -> 346 bytes .../gtk-2.0/assets/menu-checkbox-checked.png | Bin 0 -> 330 bytes .../menu-checkbox-unchecked-insensitive.png | Bin 0 -> 223 bytes .../assets/menu-checkbox-unchecked.png | Bin 0 -> 230 bytes .../assets/menu-radio-checked-insensitive.png | Bin 0 -> 381 bytes .../gtk-2.0/assets/menu-radio-checked.png | Bin 0 -> 391 bytes .../menu-radio-unchecked-insensitive.png | Bin 0 -> 411 bytes .../gtk-2.0/assets/menu-radio-unchecked.png | Bin 0 -> 314 bytes .../gtk-2.0/assets/menubar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/menubar_button.png | Bin 0 -> 156 bytes .../gtk-2.0/assets/menuitem.png | Bin 0 -> 177 bytes .../gtk-2.0/assets/minus.png | Bin 0 -> 267 bytes .../notebook-entry-border-active-bg.png | Bin 0 -> 292 bytes .../assets/notebook-entry-border-bg.png | Bin 0 -> 263 bytes .../notebook-entry-border-disabled-bg.png | Bin 0 -> 233 bytes .../gtk-2.0/assets/notebook-gap-horiz.png | Bin 0 -> 159 bytes .../gtk-2.0/assets/notebook-gap-vert.png | Bin 0 -> 155 bytes .../gtk-2.0/assets/notebook.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/null.png | Bin 0 -> 148 bytes .../gtk-2.0/assets/plus.png | Bin 0 -> 255 bytes .../gtk-2.0/assets/progressbar.png | Bin 0 -> 267 bytes .../gtk-2.0/assets/progressbar_v.png | Bin 0 -> 264 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 366 bytes .../gtk-2.0/assets/radio-checked.png | Bin 0 -> 373 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 350 bytes .../gtk-2.0/assets/radio-unchecked.png | Bin 0 -> 395 bytes .../gtk-2.0/assets/slider-horiz-active.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-insens.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-prelight.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-insensitive.png | Bin 0 -> 375 bytes .../gtk-2.0/assets/slider-prelight.png | Bin 0 -> 389 bytes .../gtk-2.0/assets/slider-vert-active.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-insens.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-prelight.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider.png | Bin 0 -> 407 bytes .../gtk-2.0/assets/tab-bottom-active.png | Bin 0 -> 166 bytes .../gtk-2.0/assets/tab-left-active.png | Bin 0 -> 167 bytes .../gtk-2.0/assets/tab-right-active.png | Bin 0 -> 168 bytes .../gtk-2.0/assets/tab-top-active.png | Bin 0 -> 166 bytes .../assets/toolbar-entry-border-active-bg.png | Bin 0 -> 296 bytes .../assets/toolbar-entry-border-bg.png | Bin 0 -> 254 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 216 bytes .../gtk-2.0/assets/toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/tree_header.png | Bin 0 -> 164 bytes .../assets/trough-horizontal-active.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-horizontal.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-progressbar.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/trough-progressbar_v.png | Bin 0 -> 276 bytes .../gtk-2.0/assets/trough-scrollbar-horiz.png | Bin 0 -> 164 bytes .../gtk-2.0/assets/trough-scrollbar-vert.png | Bin 0 -> 161 bytes .../gtk-2.0/assets/trough-vertical-active.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/trough-vertical.png | Bin 0 -> 257 bytes .../assets/up-background-disable-rtl.png | Bin 0 -> 201 bytes .../gtk-2.0/assets/up-background-disable.png | Bin 0 -> 212 bytes .../gtk-2.0/assets/up-background-rtl.png | Bin 0 -> 204 bytes .../gtk-2.0/assets/up-background.png | Bin 0 -> 212 bytes themes/Mint-Y-Dark-Watusi/gtk-2.0/gtkrc | 10 + themes/Mint-Y-Dark-Watusi/gtk-2.0/main.rc | 2441 +++++++++++ .../gtk-2.0/menubar-toolbar/button-active.png | Bin 0 -> 293 bytes .../gtk-2.0/menubar-toolbar/button-hover.png | Bin 0 -> 310 bytes .../menubar-toolbar/button-insensitive.png | Bin 0 -> 289 bytes .../gtk-2.0/menubar-toolbar/button.png | Bin 0 -> 306 bytes .../gtk-2.0/menubar-toolbar/menubar-dark.png | Bin 0 -> 181 bytes .../menubar-toolbar/menubar-toolbar-dark.rc | 222 + .../menubar-toolbar/menubar-toolbar.rc | 166 + .../gtk-2.0/menubar-toolbar/menubar.png | Bin 0 -> 165 bytes .../menubar-toolbar/menubar_button-dark.png | Bin 0 -> 164 bytes .../menubar-toolbar/menubar_button.png | Bin 0 -> 164 bytes .../toolbar-entry-border-active-bg-dark.png | Bin 0 -> 413 bytes .../toolbar-entry-border-active-bg.png | Bin 0 -> 406 bytes .../toolbar-entry-border-bg-dark.png | Bin 0 -> 322 bytes .../toolbar-entry-border-bg.png | Bin 0 -> 335 bytes .../toolbar-entry-border-disabled-bg-dark.png | Bin 0 -> 276 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 310 bytes themes/Mint-Y-Dark-Watusi/gtk-2.0/panel.rc | 153 + .../gtk-3.0/assets/checkbox-checked-dark.png | Bin 0 -> 358 bytes .../assets/checkbox-checked-dark@2.png | Bin 0 -> 483 bytes .../checkbox-checked-insensitive-dark.png | Bin 0 -> 374 bytes .../checkbox-checked-insensitive-dark@2.png | Bin 0 -> 481 bytes .../checkbox-checked-insensitive-selected.png | Bin 0 -> 367 bytes ...heckbox-checked-insensitive-selected@2.png | Bin 0 -> 482 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 372 bytes .../assets/checkbox-checked-insensitive@2.png | Bin 0 -> 486 bytes .../assets/checkbox-checked-selected.png | Bin 0 -> 366 bytes .../assets/checkbox-checked-selected@2.png | Bin 0 -> 487 bytes .../checkbox-checked-selectionmode-dark.png | Bin 0 -> 474 bytes .../checkbox-checked-selectionmode-dark@2.png | Bin 0 -> 669 bytes .../assets/checkbox-checked-selectionmode.png | Bin 0 -> 478 bytes .../checkbox-checked-selectionmode@2.png | Bin 0 -> 670 bytes .../gtk-3.0/assets/checkbox-checked.png | Bin 0 -> 359 bytes .../gtk-3.0/assets/checkbox-checked@2.png | Bin 0 -> 483 bytes .../gtk-3.0/assets/checkbox-mixed-dark.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed-dark@2.png | Bin 0 -> 294 bytes .../checkbox-mixed-insensitive-dark.png | Bin 0 -> 237 bytes .../checkbox-mixed-insensitive-dark@2.png | Bin 0 -> 285 bytes .../checkbox-mixed-insensitive-selected.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-selected@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-insensitive.png | Bin 0 -> 237 bytes .../assets/checkbox-mixed-insensitive@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-selected.png | Bin 0 -> 233 bytes .../assets/checkbox-mixed-selected@2.png | Bin 0 -> 294 bytes .../gtk-3.0/assets/checkbox-mixed.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed@2.png | Bin 0 -> 294 bytes .../assets/checkbox-selectionmode-dark.png | Bin 0 -> 477 bytes .../assets/checkbox-selectionmode-dark@2.png | Bin 0 -> 675 bytes .../gtk-3.0/assets/checkbox-selectionmode.png | Bin 0 -> 407 bytes .../assets/checkbox-selectionmode@2.png | Bin 0 -> 615 bytes .../assets/checkbox-unchecked-dark.png | Bin 0 -> 264 bytes .../assets/checkbox-unchecked-dark@2.png | Bin 0 -> 345 bytes .../checkbox-unchecked-insensitive-dark.png | Bin 0 -> 262 bytes .../checkbox-unchecked-insensitive-dark@2.png | Bin 0 -> 330 bytes ...heckbox-unchecked-insensitive-selected.png | Bin 0 -> 244 bytes ...ckbox-unchecked-insensitive-selected@2.png | Bin 0 -> 312 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 258 bytes .../checkbox-unchecked-insensitive@2.png | Bin 0 -> 336 bytes .../assets/checkbox-unchecked-selected.png | Bin 0 -> 252 bytes .../assets/checkbox-unchecked-selected@2.png | Bin 0 -> 337 bytes .../gtk-3.0/assets/checkbox-unchecked.png | Bin 0 -> 260 bytes .../gtk-3.0/assets/checkbox-unchecked@2.png | Bin 0 -> 351 bytes .../assets/pane-separator-vertical.png | Bin 0 -> 172 bytes .../assets/pane-separator-vertical@2.png | Bin 0 -> 194 bytes .../gtk-3.0/assets/pane-separator.png | Bin 0 -> 176 bytes .../gtk-3.0/assets/pane-separator@2.png | Bin 0 -> 201 bytes .../gtk-3.0/assets/radio-checked-dark.png | Bin 0 -> 373 bytes .../gtk-3.0/assets/radio-checked-dark@2.png | Bin 0 -> 638 bytes .../assets/radio-checked-insensitive-dark.png | Bin 0 -> 370 bytes .../radio-checked-insensitive-dark@2.png | Bin 0 -> 615 bytes .../radio-checked-insensitive-selected.png | Bin 0 -> 351 bytes .../radio-checked-insensitive-selected@2.png | Bin 0 -> 584 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 367 bytes .../assets/radio-checked-insensitive@2.png | Bin 0 -> 625 bytes .../gtk-3.0/assets/radio-checked-selected.png | Bin 0 -> 364 bytes .../assets/radio-checked-selected@2.png | Bin 0 -> 644 bytes .../gtk-3.0/assets/radio-checked.png | Bin 0 -> 373 bytes .../gtk-3.0/assets/radio-checked@2.png | Bin 0 -> 645 bytes .../gtk-3.0/assets/radio-mixed-dark.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed-dark@2.png | Bin 0 -> 546 bytes .../assets/radio-mixed-insensitive-dark.png | Bin 0 -> 334 bytes .../assets/radio-mixed-insensitive-dark@2.png | Bin 0 -> 524 bytes .../radio-mixed-insensitive-selected.png | Bin 0 -> 319 bytes .../radio-mixed-insensitive-selected@2.png | Bin 0 -> 481 bytes .../assets/radio-mixed-insensitive.png | Bin 0 -> 334 bytes .../assets/radio-mixed-insensitive@2.png | Bin 0 -> 524 bytes .../gtk-3.0/assets/radio-mixed-selected.png | Bin 0 -> 310 bytes .../gtk-3.0/assets/radio-mixed-selected@2.png | Bin 0 -> 514 bytes .../gtk-3.0/assets/radio-mixed.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed@2.png | Bin 0 -> 546 bytes .../gtk-3.0/assets/radio-unchecked-dark.png | Bin 0 -> 426 bytes .../gtk-3.0/assets/radio-unchecked-dark@2.png | Bin 0 -> 742 bytes .../radio-unchecked-insensitive-dark.png | Bin 0 -> 410 bytes .../radio-unchecked-insensitive-dark@2.png | Bin 0 -> 673 bytes .../radio-unchecked-insensitive-selected.png | Bin 0 -> 333 bytes ...radio-unchecked-insensitive-selected@2.png | Bin 0 -> 575 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 395 bytes .../assets/radio-unchecked-insensitive@2.png | Bin 0 -> 657 bytes .../assets/radio-unchecked-selected.png | Bin 0 -> 356 bytes .../assets/radio-unchecked-selected@2.png | Bin 0 -> 708 bytes .../gtk-3.0/assets/radio-unchecked.png | Bin 0 -> 410 bytes .../gtk-3.0/assets/radio-unchecked@2.png | Bin 0 -> 716 bytes .../gtk-3.0/assets/switch-active-dark.png | Bin 0 -> 815 bytes .../gtk-3.0/assets/switch-active-dark@2.png | Bin 0 -> 1473 bytes .../assets/switch-active-header-dark.png | Bin 0 -> 822 bytes .../assets/switch-active-header-dark@2.png | Bin 0 -> 1462 bytes .../gtk-3.0/assets/switch-active-header.png | Bin 0 -> 810 bytes .../gtk-3.0/assets/switch-active-header@2.png | Bin 0 -> 1454 bytes .../assets/switch-active-insensitive-dark.png | Bin 0 -> 806 bytes .../switch-active-insensitive-dark@2.png | Bin 0 -> 1439 bytes .../switch-active-insensitive-header-dark.png | Bin 0 -> 821 bytes ...witch-active-insensitive-header-dark@2.png | Bin 0 -> 1438 bytes .../switch-active-insensitive-header.png | Bin 0 -> 802 bytes .../switch-active-insensitive-header@2.png | Bin 0 -> 1420 bytes .../switch-active-insensitive-selected.png | Bin 0 -> 772 bytes .../switch-active-insensitive-selected@2.png | Bin 0 -> 1332 bytes .../assets/switch-active-insensitive.png | Bin 0 -> 802 bytes .../assets/switch-active-insensitive@2.png | Bin 0 -> 1420 bytes .../gtk-3.0/assets/switch-active-selected.png | Bin 0 -> 809 bytes .../assets/switch-active-selected@2.png | Bin 0 -> 1447 bytes .../gtk-3.0/assets/switch-active.png | Bin 0 -> 810 bytes .../gtk-3.0/assets/switch-active@2.png | Bin 0 -> 1454 bytes .../gtk-3.0/assets/switch-dark.png | Bin 0 -> 728 bytes .../gtk-3.0/assets/switch-dark@2.png | Bin 0 -> 1266 bytes .../gtk-3.0/assets/switch-header-dark.png | Bin 0 -> 742 bytes .../gtk-3.0/assets/switch-header-dark@2.png | Bin 0 -> 1291 bytes .../gtk-3.0/assets/switch-header.png | Bin 0 -> 781 bytes .../gtk-3.0/assets/switch-header@2.png | Bin 0 -> 1343 bytes .../assets/switch-insensitive-dark.png | Bin 0 -> 667 bytes .../assets/switch-insensitive-dark@2.png | Bin 0 -> 1159 bytes .../assets/switch-insensitive-header-dark.png | Bin 0 -> 662 bytes .../switch-insensitive-header-dark@2.png | Bin 0 -> 1147 bytes .../assets/switch-insensitive-header.png | Bin 0 -> 687 bytes .../assets/switch-insensitive-header@2.png | Bin 0 -> 1177 bytes .../assets/switch-insensitive-selected.png | Bin 0 -> 644 bytes .../assets/switch-insensitive-selected@2.png | Bin 0 -> 1081 bytes .../gtk-3.0/assets/switch-insensitive.png | Bin 0 -> 687 bytes .../gtk-3.0/assets/switch-insensitive@2.png | Bin 0 -> 1170 bytes .../gtk-3.0/assets/switch-selected.png | Bin 0 -> 717 bytes .../gtk-3.0/assets/switch-selected@2.png | Bin 0 -> 1216 bytes .../gtk-3.0/assets/switch.png | Bin 0 -> 729 bytes .../gtk-3.0/assets/switch@2.png | Bin 0 -> 1264 bytes .../assets/titlebutton-close-active-dark.png | Bin 0 -> 446 bytes .../titlebutton-close-active-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-active.png | Bin 0 -> 443 bytes .../assets/titlebutton-close-active@2.png | Bin 0 -> 789 bytes .../titlebutton-close-backdrop-dark.png | Bin 0 -> 421 bytes .../titlebutton-close-backdrop-dark@2.png | Bin 0 -> 708 bytes .../assets/titlebutton-close-backdrop.png | Bin 0 -> 438 bytes .../assets/titlebutton-close-backdrop@2.png | Bin 0 -> 748 bytes .../gtk-3.0/assets/titlebutton-close-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-hover-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover.png | Bin 0 -> 467 bytes .../assets/titlebutton-close-hover@2.png | Bin 0 -> 814 bytes .../gtk-3.0/assets/titlebutton-close.png | Bin 0 -> 467 bytes .../gtk-3.0/assets/titlebutton-close@2.png | Bin 0 -> 814 bytes .../assets/titlebutton-max-active-dark.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active-dark@2.png | Bin 0 -> 652 bytes .../gtk-3.0/assets/titlebutton-max-active.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active@2.png | Bin 0 -> 652 bytes .../assets/titlebutton-max-backdrop-dark.png | Bin 0 -> 241 bytes .../titlebutton-max-backdrop-dark@2.png | Bin 0 -> 280 bytes .../assets/titlebutton-max-backdrop.png | Bin 0 -> 241 bytes .../assets/titlebutton-max-backdrop@2.png | Bin 0 -> 289 bytes .../gtk-3.0/assets/titlebutton-max-dark.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max-dark@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-max-hover-dark.png | Bin 0 -> 413 bytes .../assets/titlebutton-max-hover-dark@2.png | Bin 0 -> 807 bytes .../gtk-3.0/assets/titlebutton-max-hover.png | Bin 0 -> 422 bytes .../assets/titlebutton-max-hover@2.png | Bin 0 -> 801 bytes .../gtk-3.0/assets/titlebutton-max.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-min-active-dark.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active-dark@2.png | Bin 0 -> 571 bytes .../gtk-3.0/assets/titlebutton-min-active.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active@2.png | Bin 0 -> 571 bytes .../assets/titlebutton-min-backdrop-dark.png | Bin 0 -> 168 bytes .../titlebutton-min-backdrop-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-backdrop.png | Bin 0 -> 167 bytes .../assets/titlebutton-min-backdrop@2.png | Bin 0 -> 180 bytes .../gtk-3.0/assets/titlebutton-min-dark.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-hover-dark.png | Bin 0 -> 363 bytes .../assets/titlebutton-min-hover-dark@2.png | Bin 0 -> 701 bytes .../gtk-3.0/assets/titlebutton-min-hover.png | Bin 0 -> 368 bytes .../assets/titlebutton-min-hover@2.png | Bin 0 -> 694 bytes .../gtk-3.0/assets/titlebutton-min.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min@2.png | Bin 0 -> 180 bytes themes/Mint-Y-Dark-Watusi/gtk-3.0/gtk.css | 3783 +++++++++++++++++ .../Mint-Y-Dark-Watusi/gtk-3.0/thumbnail.png | Bin 0 -> 1506 bytes themes/Mint-Y-Dark-Watusi/index.theme | 12 + .../metacity-1/button-bg.svg | 105 + .../metacity-1/button-border.svg | 107 + .../metacity-1/close-icon.svg | 104 + .../metacity-1/max-icon.svg | 75 + .../metacity-1/metacity-theme-2.xml | 768 ++++ .../metacity-1/metacity-theme-3.xml | 1026 +++++ .../metacity-1/min-icon.svg | 75 + .../metacity-1/thumbnail.png | Bin 0 -> 685 bytes .../Mint-Y-Dark-Watusi/xfce-notify-4.0/gtkrc | 72 + .../xfwm4/bottom-active.xpm | 8 + .../xfwm4/bottom-inactive.xpm | 1 + .../xfwm4/bottom-left-active.xpm | 8 + .../xfwm4/bottom-left-inactive.xpm | 1 + .../xfwm4/bottom-right-active.xpm | 8 + .../xfwm4/bottom-right-inactive.xpm | 1 + .../Mint-Y-Dark-Watusi/xfwm4/close-active.xpm | 66 + .../xfwm4/close-inactive.xpm | 47 + .../xfwm4/close-prelight.xpm | 68 + .../xfwm4/close-pressed.xpm | 69 + .../Mint-Y-Dark-Watusi/xfwm4/hide-active.xpm | 33 + .../xfwm4/hide-inactive.xpm | 33 + .../xfwm4/hide-prelight.xpm | 40 + .../Mint-Y-Dark-Watusi/xfwm4/hide-pressed.xpm | 44 + .../Mint-Y-Dark-Watusi/xfwm4/left-active.xpm | 6 + .../xfwm4/left-inactive.xpm | 1 + .../xfwm4/maximize-active.xpm | 38 + .../xfwm4/maximize-inactive.xpm | 38 + .../xfwm4/maximize-prelight.xpm | 45 + .../xfwm4/maximize-pressed.xpm | 49 + .../Mint-Y-Dark-Watusi/xfwm4/menu-active.xpm | 40 + .../xfwm4/menu-inactive.xpm | 40 + .../xfwm4/menu-prelight.xpm | 49 + .../Mint-Y-Dark-Watusi/xfwm4/menu-pressed.xpm | 51 + .../Mint-Y-Dark-Watusi/xfwm4/right-active.xpm | 6 + .../xfwm4/right-inactive.xpm | 1 + .../Mint-Y-Dark-Watusi/xfwm4/shade-active.xpm | 42 + .../xfwm4/shade-inactive.xpm | 44 + .../xfwm4/shade-prelight.xpm | 51 + .../xfwm4/shade-toggled-active.xpm | 42 + .../xfwm4/shade-toggled-inactive.xpm | 40 + .../xfwm4/shade-toggled-prelight.xpm | 50 + .../Mint-Y-Dark-Watusi/xfwm4/stick-active.xpm | 44 + .../xfwm4/stick-inactive.xpm | 44 + .../xfwm4/stick-prelight.xpm | 45 + .../xfwm4/stick-toggled-active.xpm | 49 + .../xfwm4/stick-toggled-inactive.xpm | 46 + .../xfwm4/stick-toggled-prelight.xpm | 49 + themes/Mint-Y-Dark-Watusi/xfwm4/themerc | 25 + .../xfwm4/title-1-active.xpm | 30 + .../xfwm4/title-1-inactive.xpm | 1 + .../xfwm4/title-2-active.xpm | 30 + .../xfwm4/title-2-inactive.xpm | 1 + .../xfwm4/title-3-active.xpm | 30 + .../xfwm4/title-3-inactive.xpm | 1 + .../xfwm4/title-4-active.xpm | 30 + .../xfwm4/title-4-inactive.xpm | 1 + .../xfwm4/title-5-active.xpm | 30 + .../xfwm4/title-5-inactive.xpm | 1 + .../xfwm4/top-left-active.xpm | 30 + .../xfwm4/top-left-inactive.xpm | 1 + .../xfwm4/top-right-active.xpm | 30 + .../xfwm4/top-right-inactive.xpm | 1 + themes/Mint-Y-Darker-Watusi/gtk-2.0/apps.rc | 45 + .../gtk-2.0/assets/arrow-down-insens.png | Bin 0 -> 218 bytes .../gtk-2.0/assets/arrow-down-prelight.png | Bin 0 -> 219 bytes .../assets/arrow-down-small-insens.png | Bin 0 -> 201 bytes .../assets/arrow-down-small-prelight.png | Bin 0 -> 203 bytes .../gtk-2.0/assets/arrow-down-small.png | Bin 0 -> 280 bytes .../gtk-2.0/assets/arrow-down.png | Bin 0 -> 308 bytes .../gtk-2.0/assets/arrow-left-insens.png | Bin 0 -> 217 bytes .../gtk-2.0/assets/arrow-left-prelight.png | Bin 0 -> 221 bytes .../gtk-2.0/assets/arrow-left.png | Bin 0 -> 316 bytes .../gtk-2.0/assets/arrow-right-insens.png | Bin 0 -> 213 bytes .../gtk-2.0/assets/arrow-right-prelight.png | Bin 0 -> 214 bytes .../gtk-2.0/assets/arrow-right.png | Bin 0 -> 316 bytes .../gtk-2.0/assets/arrow-up-insens.png | Bin 0 -> 216 bytes .../gtk-2.0/assets/arrow-up-prelight.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/arrow-up-small-insens.png | Bin 0 -> 203 bytes .../assets/arrow-up-small-prelight.png | Bin 0 -> 207 bytes .../gtk-2.0/assets/arrow-up-small.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/arrow-up.png | Bin 0 -> 314 bytes .../gtk-2.0/assets/button-active.png | Bin 0 -> 266 bytes .../gtk-2.0/assets/button-hover.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/button-insensitive.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/button.png | Bin 0 -> 252 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 371 bytes .../gtk-2.0/assets/checkbox-checked.png | Bin 0 -> 359 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/checkbox-unchecked.png | Bin 0 -> 262 bytes .../assets/combo-entry-button-active-rtl.png | Bin 0 -> 237 bytes .../assets/combo-entry-button-active.png | Bin 0 -> 232 bytes .../combo-entry-button-insensitive-rtl.png | Bin 0 -> 239 bytes .../assets/combo-entry-button-insensitive.png | Bin 0 -> 235 bytes .../gtk-2.0/assets/combo-entry-button-rtl.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/combo-entry-button.png | Bin 0 -> 231 bytes .../assets/combo-entry-focus-notebook-rtl.png | Bin 0 -> 269 bytes .../assets/combo-entry-focus-notebook.png | Bin 0 -> 254 bytes .../gtk-2.0/assets/combo-entry-focus-rtl.png | Bin 0 -> 269 bytes .../gtk-2.0/assets/combo-entry-focus.png | Bin 0 -> 270 bytes .../combo-entry-insensitive-notebook-rtl.png | Bin 0 -> 208 bytes .../combo-entry-insensitive-notebook.png | Bin 0 -> 206 bytes .../assets/combo-entry-insensitive-rtl.png | Bin 0 -> 214 bytes .../assets/combo-entry-insensitive.png | Bin 0 -> 213 bytes .../assets/combo-entry-notebook-rtl.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/combo-entry-notebook.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/combo-entry-rtl.png | Bin 0 -> 254 bytes .../gtk-2.0/assets/combo-entry.png | Bin 0 -> 243 bytes .../assets/down-background-disable-rtl.png | Bin 0 -> 201 bytes .../assets/down-background-disable.png | Bin 0 -> 201 bytes .../gtk-2.0/assets/down-background-rtl.png | Bin 0 -> 197 bytes .../gtk-2.0/assets/down-background.png | Bin 0 -> 191 bytes .../assets/entry-border-active-bg-solid.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/entry-border-active-bg.png | Bin 0 -> 307 bytes .../gtk-2.0/assets/entry-border-bg-solid.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/entry-border-bg.png | Bin 0 -> 270 bytes .../assets/entry-border-disabled-bg.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/entry-border-fill.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/focus-line.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/frame-gap-end.png | Bin 0 -> 142 bytes .../gtk-2.0/assets/frame-gap-start.png | Bin 0 -> 142 bytes .../gtk-2.0/assets/frame.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/handle-h.png | Bin 0 -> 160 bytes .../gtk-2.0/assets/handle-v.png | Bin 0 -> 157 bytes .../gtk-2.0/assets/inline-toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/line-h.png | Bin 0 -> 152 bytes .../gtk-2.0/assets/line-v.png | Bin 0 -> 152 bytes .../gtk-2.0/assets/menu-arrow-prelight.png | Bin 0 -> 265 bytes .../gtk-2.0/assets/menu-arrow.png | Bin 0 -> 265 bytes .../menu-checkbox-checked-insensitive.png | Bin 0 -> 364 bytes .../gtk-2.0/assets/menu-checkbox-checked.png | Bin 0 -> 324 bytes .../menu-checkbox-unchecked-insensitive.png | Bin 0 -> 234 bytes .../assets/menu-checkbox-unchecked.png | Bin 0 -> 226 bytes .../assets/menu-radio-checked-insensitive.png | Bin 0 -> 381 bytes .../gtk-2.0/assets/menu-radio-checked.png | Bin 0 -> 391 bytes .../menu-radio-unchecked-insensitive.png | Bin 0 -> 420 bytes .../gtk-2.0/assets/menu-radio-unchecked.png | Bin 0 -> 309 bytes .../gtk-2.0/assets/menubar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/menubar_button.png | Bin 0 -> 156 bytes .../gtk-2.0/assets/menuitem.png | Bin 0 -> 176 bytes .../gtk-2.0/assets/minus.png | Bin 0 -> 261 bytes .../notebook-entry-border-active-bg.png | Bin 0 -> 296 bytes .../assets/notebook-entry-border-bg.png | Bin 0 -> 258 bytes .../notebook-entry-border-disabled-bg.png | Bin 0 -> 222 bytes .../gtk-2.0/assets/notebook-gap-horiz.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/notebook-gap-vert.png | Bin 0 -> 155 bytes .../gtk-2.0/assets/notebook.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/null.png | Bin 0 -> 148 bytes .../gtk-2.0/assets/plus.png | Bin 0 -> 249 bytes .../gtk-2.0/assets/progressbar.png | Bin 0 -> 267 bytes .../gtk-2.0/assets/progressbar_v.png | Bin 0 -> 264 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 376 bytes .../gtk-2.0/assets/radio-checked.png | Bin 0 -> 373 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 386 bytes .../gtk-2.0/assets/radio-unchecked.png | Bin 0 -> 404 bytes .../gtk-2.0/assets/slider-horiz-active.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-insens.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-prelight.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-insensitive.png | Bin 0 -> 408 bytes .../gtk-2.0/assets/slider-prelight.png | Bin 0 -> 389 bytes .../gtk-2.0/assets/slider-vert-active.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-insens.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-prelight.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider.png | Bin 0 -> 403 bytes .../gtk-2.0/assets/tab-bottom-active.png | Bin 0 -> 166 bytes .../gtk-2.0/assets/tab-left-active.png | Bin 0 -> 167 bytes .../gtk-2.0/assets/tab-right-active.png | Bin 0 -> 168 bytes .../gtk-2.0/assets/tab-top-active.png | Bin 0 -> 166 bytes .../assets/toolbar-entry-border-active-bg.png | Bin 0 -> 307 bytes .../assets/toolbar-entry-border-bg.png | Bin 0 -> 267 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/tree_header.png | Bin 0 -> 164 bytes .../assets/trough-horizontal-active.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-horizontal.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-progressbar.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/trough-progressbar_v.png | Bin 0 -> 276 bytes .../gtk-2.0/assets/trough-scrollbar-horiz.png | Bin 0 -> 164 bytes .../gtk-2.0/assets/trough-scrollbar-vert.png | Bin 0 -> 162 bytes .../gtk-2.0/assets/trough-vertical-active.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/trough-vertical.png | Bin 0 -> 257 bytes .../assets/up-background-disable-rtl.png | Bin 0 -> 206 bytes .../gtk-2.0/assets/up-background-disable.png | Bin 0 -> 212 bytes .../gtk-2.0/assets/up-background-rtl.png | Bin 0 -> 206 bytes .../gtk-2.0/assets/up-background.png | Bin 0 -> 212 bytes themes/Mint-Y-Darker-Watusi/gtk-2.0/gtkrc | 10 + themes/Mint-Y-Darker-Watusi/gtk-2.0/main.rc | 2441 +++++++++++ .../gtk-2.0/menubar-toolbar/button-active.png | Bin 0 -> 293 bytes .../gtk-2.0/menubar-toolbar/button-hover.png | Bin 0 -> 310 bytes .../menubar-toolbar/button-insensitive.png | Bin 0 -> 289 bytes .../gtk-2.0/menubar-toolbar/button.png | Bin 0 -> 306 bytes .../gtk-2.0/menubar-toolbar/menubar-dark.png | Bin 0 -> 181 bytes .../menubar-toolbar/menubar-toolbar-dark.rc | 222 + .../menubar-toolbar/menubar-toolbar.rc | 166 + .../gtk-2.0/menubar-toolbar/menubar.png | Bin 0 -> 165 bytes .../menubar-toolbar/menubar_button-dark.png | Bin 0 -> 164 bytes .../menubar-toolbar/menubar_button.png | Bin 0 -> 164 bytes .../toolbar-entry-border-active-bg-dark.png | Bin 0 -> 413 bytes .../toolbar-entry-border-active-bg.png | Bin 0 -> 406 bytes .../toolbar-entry-border-bg-dark.png | Bin 0 -> 322 bytes .../toolbar-entry-border-bg.png | Bin 0 -> 335 bytes .../toolbar-entry-border-disabled-bg-dark.png | Bin 0 -> 276 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 310 bytes themes/Mint-Y-Darker-Watusi/gtk-2.0/panel.rc | 153 + .../gtk-3.0/assets/checkbox-checked-dark.png | Bin 0 -> 358 bytes .../assets/checkbox-checked-dark@2.png | Bin 0 -> 483 bytes .../checkbox-checked-insensitive-dark.png | Bin 0 -> 374 bytes .../checkbox-checked-insensitive-dark@2.png | Bin 0 -> 481 bytes .../checkbox-checked-insensitive-selected.png | Bin 0 -> 367 bytes ...heckbox-checked-insensitive-selected@2.png | Bin 0 -> 482 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 372 bytes .../assets/checkbox-checked-insensitive@2.png | Bin 0 -> 486 bytes .../assets/checkbox-checked-selected.png | Bin 0 -> 366 bytes .../assets/checkbox-checked-selected@2.png | Bin 0 -> 487 bytes .../checkbox-checked-selectionmode-dark.png | Bin 0 -> 474 bytes .../checkbox-checked-selectionmode-dark@2.png | Bin 0 -> 669 bytes .../assets/checkbox-checked-selectionmode.png | Bin 0 -> 478 bytes .../checkbox-checked-selectionmode@2.png | Bin 0 -> 670 bytes .../gtk-3.0/assets/checkbox-checked.png | Bin 0 -> 359 bytes .../gtk-3.0/assets/checkbox-checked@2.png | Bin 0 -> 483 bytes .../gtk-3.0/assets/checkbox-mixed-dark.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed-dark@2.png | Bin 0 -> 294 bytes .../checkbox-mixed-insensitive-dark.png | Bin 0 -> 237 bytes .../checkbox-mixed-insensitive-dark@2.png | Bin 0 -> 285 bytes .../checkbox-mixed-insensitive-selected.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-selected@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-insensitive.png | Bin 0 -> 237 bytes .../assets/checkbox-mixed-insensitive@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-selected.png | Bin 0 -> 233 bytes .../assets/checkbox-mixed-selected@2.png | Bin 0 -> 294 bytes .../gtk-3.0/assets/checkbox-mixed.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed@2.png | Bin 0 -> 294 bytes .../assets/checkbox-selectionmode-dark.png | Bin 0 -> 477 bytes .../assets/checkbox-selectionmode-dark@2.png | Bin 0 -> 675 bytes .../gtk-3.0/assets/checkbox-selectionmode.png | Bin 0 -> 407 bytes .../assets/checkbox-selectionmode@2.png | Bin 0 -> 615 bytes .../assets/checkbox-unchecked-dark.png | Bin 0 -> 264 bytes .../assets/checkbox-unchecked-dark@2.png | Bin 0 -> 345 bytes .../checkbox-unchecked-insensitive-dark.png | Bin 0 -> 262 bytes .../checkbox-unchecked-insensitive-dark@2.png | Bin 0 -> 330 bytes ...heckbox-unchecked-insensitive-selected.png | Bin 0 -> 244 bytes ...ckbox-unchecked-insensitive-selected@2.png | Bin 0 -> 312 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 258 bytes .../checkbox-unchecked-insensitive@2.png | Bin 0 -> 336 bytes .../assets/checkbox-unchecked-selected.png | Bin 0 -> 252 bytes .../assets/checkbox-unchecked-selected@2.png | Bin 0 -> 337 bytes .../gtk-3.0/assets/checkbox-unchecked.png | Bin 0 -> 260 bytes .../gtk-3.0/assets/checkbox-unchecked@2.png | Bin 0 -> 351 bytes .../assets/pane-separator-vertical.png | Bin 0 -> 172 bytes .../assets/pane-separator-vertical@2.png | Bin 0 -> 194 bytes .../gtk-3.0/assets/pane-separator.png | Bin 0 -> 176 bytes .../gtk-3.0/assets/pane-separator@2.png | Bin 0 -> 201 bytes .../gtk-3.0/assets/radio-checked-dark.png | Bin 0 -> 373 bytes .../gtk-3.0/assets/radio-checked-dark@2.png | Bin 0 -> 638 bytes .../assets/radio-checked-insensitive-dark.png | Bin 0 -> 370 bytes .../radio-checked-insensitive-dark@2.png | Bin 0 -> 615 bytes .../radio-checked-insensitive-selected.png | Bin 0 -> 351 bytes .../radio-checked-insensitive-selected@2.png | Bin 0 -> 584 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 367 bytes .../assets/radio-checked-insensitive@2.png | Bin 0 -> 625 bytes .../gtk-3.0/assets/radio-checked-selected.png | Bin 0 -> 364 bytes .../assets/radio-checked-selected@2.png | Bin 0 -> 644 bytes .../gtk-3.0/assets/radio-checked.png | Bin 0 -> 373 bytes .../gtk-3.0/assets/radio-checked@2.png | Bin 0 -> 645 bytes .../gtk-3.0/assets/radio-mixed-dark.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed-dark@2.png | Bin 0 -> 546 bytes .../assets/radio-mixed-insensitive-dark.png | Bin 0 -> 334 bytes .../assets/radio-mixed-insensitive-dark@2.png | Bin 0 -> 524 bytes .../radio-mixed-insensitive-selected.png | Bin 0 -> 319 bytes .../radio-mixed-insensitive-selected@2.png | Bin 0 -> 481 bytes .../assets/radio-mixed-insensitive.png | Bin 0 -> 334 bytes .../assets/radio-mixed-insensitive@2.png | Bin 0 -> 524 bytes .../gtk-3.0/assets/radio-mixed-selected.png | Bin 0 -> 310 bytes .../gtk-3.0/assets/radio-mixed-selected@2.png | Bin 0 -> 514 bytes .../gtk-3.0/assets/radio-mixed.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed@2.png | Bin 0 -> 546 bytes .../gtk-3.0/assets/radio-unchecked-dark.png | Bin 0 -> 426 bytes .../gtk-3.0/assets/radio-unchecked-dark@2.png | Bin 0 -> 742 bytes .../radio-unchecked-insensitive-dark.png | Bin 0 -> 410 bytes .../radio-unchecked-insensitive-dark@2.png | Bin 0 -> 673 bytes .../radio-unchecked-insensitive-selected.png | Bin 0 -> 333 bytes ...radio-unchecked-insensitive-selected@2.png | Bin 0 -> 575 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 395 bytes .../assets/radio-unchecked-insensitive@2.png | Bin 0 -> 657 bytes .../assets/radio-unchecked-selected.png | Bin 0 -> 356 bytes .../assets/radio-unchecked-selected@2.png | Bin 0 -> 708 bytes .../gtk-3.0/assets/radio-unchecked.png | Bin 0 -> 410 bytes .../gtk-3.0/assets/radio-unchecked@2.png | Bin 0 -> 716 bytes .../gtk-3.0/assets/switch-active-dark.png | Bin 0 -> 815 bytes .../gtk-3.0/assets/switch-active-dark@2.png | Bin 0 -> 1473 bytes .../assets/switch-active-header-dark.png | Bin 0 -> 822 bytes .../assets/switch-active-header-dark@2.png | Bin 0 -> 1462 bytes .../gtk-3.0/assets/switch-active-header.png | Bin 0 -> 810 bytes .../gtk-3.0/assets/switch-active-header@2.png | Bin 0 -> 1454 bytes .../assets/switch-active-insensitive-dark.png | Bin 0 -> 806 bytes .../switch-active-insensitive-dark@2.png | Bin 0 -> 1439 bytes .../switch-active-insensitive-header-dark.png | Bin 0 -> 821 bytes ...witch-active-insensitive-header-dark@2.png | Bin 0 -> 1438 bytes .../switch-active-insensitive-header.png | Bin 0 -> 802 bytes .../switch-active-insensitive-header@2.png | Bin 0 -> 1420 bytes .../switch-active-insensitive-selected.png | Bin 0 -> 772 bytes .../switch-active-insensitive-selected@2.png | Bin 0 -> 1332 bytes .../assets/switch-active-insensitive.png | Bin 0 -> 802 bytes .../assets/switch-active-insensitive@2.png | Bin 0 -> 1420 bytes .../gtk-3.0/assets/switch-active-selected.png | Bin 0 -> 809 bytes .../assets/switch-active-selected@2.png | Bin 0 -> 1447 bytes .../gtk-3.0/assets/switch-active.png | Bin 0 -> 810 bytes .../gtk-3.0/assets/switch-active@2.png | Bin 0 -> 1454 bytes .../gtk-3.0/assets/switch-dark.png | Bin 0 -> 728 bytes .../gtk-3.0/assets/switch-dark@2.png | Bin 0 -> 1266 bytes .../gtk-3.0/assets/switch-header-dark.png | Bin 0 -> 742 bytes .../gtk-3.0/assets/switch-header-dark@2.png | Bin 0 -> 1291 bytes .../gtk-3.0/assets/switch-header.png | Bin 0 -> 781 bytes .../gtk-3.0/assets/switch-header@2.png | Bin 0 -> 1343 bytes .../assets/switch-insensitive-dark.png | Bin 0 -> 667 bytes .../assets/switch-insensitive-dark@2.png | Bin 0 -> 1159 bytes .../assets/switch-insensitive-header-dark.png | Bin 0 -> 662 bytes .../switch-insensitive-header-dark@2.png | Bin 0 -> 1147 bytes .../assets/switch-insensitive-header.png | Bin 0 -> 687 bytes .../assets/switch-insensitive-header@2.png | Bin 0 -> 1177 bytes .../assets/switch-insensitive-selected.png | Bin 0 -> 644 bytes .../assets/switch-insensitive-selected@2.png | Bin 0 -> 1081 bytes .../gtk-3.0/assets/switch-insensitive.png | Bin 0 -> 687 bytes .../gtk-3.0/assets/switch-insensitive@2.png | Bin 0 -> 1170 bytes .../gtk-3.0/assets/switch-selected.png | Bin 0 -> 717 bytes .../gtk-3.0/assets/switch-selected@2.png | Bin 0 -> 1216 bytes .../gtk-3.0/assets/switch.png | Bin 0 -> 729 bytes .../gtk-3.0/assets/switch@2.png | Bin 0 -> 1264 bytes .../assets/titlebutton-close-active-dark.png | Bin 0 -> 446 bytes .../titlebutton-close-active-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-active.png | Bin 0 -> 443 bytes .../assets/titlebutton-close-active@2.png | Bin 0 -> 789 bytes .../titlebutton-close-backdrop-dark.png | Bin 0 -> 421 bytes .../titlebutton-close-backdrop-dark@2.png | Bin 0 -> 708 bytes .../assets/titlebutton-close-backdrop.png | Bin 0 -> 438 bytes .../assets/titlebutton-close-backdrop@2.png | Bin 0 -> 748 bytes .../gtk-3.0/assets/titlebutton-close-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-hover-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover.png | Bin 0 -> 467 bytes .../assets/titlebutton-close-hover@2.png | Bin 0 -> 814 bytes .../gtk-3.0/assets/titlebutton-close.png | Bin 0 -> 467 bytes .../gtk-3.0/assets/titlebutton-close@2.png | Bin 0 -> 814 bytes .../assets/titlebutton-max-active-dark.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active-dark@2.png | Bin 0 -> 652 bytes .../gtk-3.0/assets/titlebutton-max-active.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active@2.png | Bin 0 -> 652 bytes .../assets/titlebutton-max-backdrop-dark.png | Bin 0 -> 241 bytes .../titlebutton-max-backdrop-dark@2.png | Bin 0 -> 280 bytes .../assets/titlebutton-max-backdrop.png | Bin 0 -> 241 bytes .../assets/titlebutton-max-backdrop@2.png | Bin 0 -> 289 bytes .../gtk-3.0/assets/titlebutton-max-dark.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max-dark@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-max-hover-dark.png | Bin 0 -> 413 bytes .../assets/titlebutton-max-hover-dark@2.png | Bin 0 -> 807 bytes .../gtk-3.0/assets/titlebutton-max-hover.png | Bin 0 -> 422 bytes .../assets/titlebutton-max-hover@2.png | Bin 0 -> 801 bytes .../gtk-3.0/assets/titlebutton-max.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-min-active-dark.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active-dark@2.png | Bin 0 -> 571 bytes .../gtk-3.0/assets/titlebutton-min-active.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active@2.png | Bin 0 -> 571 bytes .../assets/titlebutton-min-backdrop-dark.png | Bin 0 -> 168 bytes .../titlebutton-min-backdrop-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-backdrop.png | Bin 0 -> 167 bytes .../assets/titlebutton-min-backdrop@2.png | Bin 0 -> 180 bytes .../gtk-3.0/assets/titlebutton-min-dark.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-hover-dark.png | Bin 0 -> 363 bytes .../assets/titlebutton-min-hover-dark@2.png | Bin 0 -> 701 bytes .../gtk-3.0/assets/titlebutton-min-hover.png | Bin 0 -> 368 bytes .../assets/titlebutton-min-hover@2.png | Bin 0 -> 694 bytes .../gtk-3.0/assets/titlebutton-min.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min@2.png | Bin 0 -> 180 bytes .../Mint-Y-Darker-Watusi/gtk-3.0/gtk-dark.css | 3783 +++++++++++++++++ themes/Mint-Y-Darker-Watusi/gtk-3.0/gtk.css | 3777 ++++++++++++++++ .../gtk-3.0/thumbnail.png | Bin 0 -> 1529 bytes themes/Mint-Y-Darker-Watusi/index.theme | 12 + .../xfce-notify-4.0/gtkrc | 72 + .../xfwm4/bottom-active.xpm | 8 + .../xfwm4/bottom-inactive.xpm | 1 + .../xfwm4/bottom-left-active.xpm | 8 + .../xfwm4/bottom-left-inactive.xpm | 1 + .../xfwm4/bottom-right-active.xpm | 8 + .../xfwm4/bottom-right-inactive.xpm | 1 + .../xfwm4/close-active.xpm | 66 + .../xfwm4/close-inactive.xpm | 47 + .../xfwm4/close-prelight.xpm | 68 + .../xfwm4/close-pressed.xpm | 69 + .../xfwm4/hide-active.xpm | 33 + .../xfwm4/hide-inactive.xpm | 33 + .../xfwm4/hide-prelight.xpm | 40 + .../xfwm4/hide-pressed.xpm | 44 + .../xfwm4/left-active.xpm | 6 + .../xfwm4/left-inactive.xpm | 1 + .../xfwm4/maximize-active.xpm | 38 + .../xfwm4/maximize-inactive.xpm | 38 + .../xfwm4/maximize-prelight.xpm | 45 + .../xfwm4/maximize-pressed.xpm | 49 + .../xfwm4/menu-active.xpm | 40 + .../xfwm4/menu-inactive.xpm | 40 + .../xfwm4/menu-prelight.xpm | 49 + .../xfwm4/menu-pressed.xpm | 51 + .../xfwm4/right-active.xpm | 6 + .../xfwm4/right-inactive.xpm | 1 + .../xfwm4/shade-active.xpm | 42 + .../xfwm4/shade-inactive.xpm | 44 + .../xfwm4/shade-prelight.xpm | 51 + .../xfwm4/shade-toggled-active.xpm | 42 + .../xfwm4/shade-toggled-inactive.xpm | 40 + .../xfwm4/shade-toggled-prelight.xpm | 50 + .../xfwm4/stick-active.xpm | 44 + .../xfwm4/stick-inactive.xpm | 44 + .../xfwm4/stick-prelight.xpm | 45 + .../xfwm4/stick-toggled-active.xpm | 49 + .../xfwm4/stick-toggled-inactive.xpm | 46 + .../xfwm4/stick-toggled-prelight.xpm | 49 + themes/Mint-Y-Darker-Watusi/xfwm4/themerc | 25 + .../xfwm4/title-1-active.xpm | 30 + .../xfwm4/title-1-inactive.xpm | 1 + .../xfwm4/title-2-active.xpm | 30 + .../xfwm4/title-2-inactive.xpm | 1 + .../xfwm4/title-3-active.xpm | 30 + .../xfwm4/title-3-inactive.xpm | 1 + .../xfwm4/title-4-active.xpm | 30 + .../xfwm4/title-4-inactive.xpm | 1 + .../xfwm4/title-5-active.xpm | 30 + .../xfwm4/title-5-inactive.xpm | 1 + .../xfwm4/top-left-active.xpm | 30 + .../xfwm4/top-left-inactive.xpm | 1 + .../xfwm4/top-right-active.xpm | 30 + .../xfwm4/top-right-inactive.xpm | 1 + themes/Mint-Y-Watusi/cinnamon/cinnamon.css | 1368 ++++++ .../common-assets/menu/menu-separator.svg | 60 + .../misc/add-workspace-active.svg | 117 + .../misc/add-workspace-hover.svg | 117 + .../common-assets/misc/add-workspace.svg | 117 + .../cinnamon/common-assets/misc/bg.svg | 127 + .../misc/calendar-arrow-left-hover.svg | 152 + .../misc/calendar-arrow-left.svg | 152 + .../misc/calendar-arrow-right-hover.svg | 152 + .../misc/calendar-arrow-right.svg | 152 + .../common-assets/misc/close-active.svg | 100 + .../common-assets/misc/close-hover.svg | 100 + .../cinnamon/common-assets/misc/close.svg | 100 + .../common-assets/misc/corner-ripple.svg | 122 + .../common-assets/misc/desklet-header.svg | 158 + .../cinnamon/common-assets/misc/desklet.svg | 152 + .../cinnamon/common-assets/misc/osd.svg | 127 + .../common-assets/misc/overview-hover.png | Bin 0 -> 838 bytes .../cinnamon/common-assets/misc/overview.png | Bin 0 -> 680 bytes .../common-assets/misc/trash-icon.svg | 97 + .../common-assets/panel/activities-active.svg | 158 + .../common-assets/panel/activities.svg | 158 + .../common-assets/panel/panel-bottom.svg | 84 + .../common-assets/panel/panel-top.svg | 80 + .../panel/window-list-active-bottom.svg | 142 + .../panel/window-list-active-top.svg | 142 + .../checkbox/checkbox-checked-focused.svg | 223 + .../checkbox/checkbox-checked.svg | 223 + .../checkbox/checkbox-unchecked-focused.svg | 141 + .../checkbox/checkbox-unchecked.svg | 141 + .../cinnamon/light-assets/menu/menu-hover.svg | 97 + .../cinnamon/light-assets/menu/menu.svg | 127 + .../cinnamon/light-assets/menu/submenu.svg | 117 + .../cinnamon/light-assets/misc/button-box.svg | 92 + .../cinnamon/light-assets/misc/message.svg | 81 + .../cinnamon/light-assets/misc/modal.svg | 143 + .../light-assets/switch/switch-off.svg | 201 + .../light-assets/switch/switch-on.svg | 220 + themes/Mint-Y-Watusi/cinnamon/thumbnail.png | Bin 0 -> 31164 bytes themes/Mint-Y-Watusi/gtk-2.0/apps.rc | 45 + .../gtk-2.0/assets/arrow-down-insens.png | Bin 0 -> 218 bytes .../gtk-2.0/assets/arrow-down-prelight.png | Bin 0 -> 219 bytes .../assets/arrow-down-small-insens.png | Bin 0 -> 201 bytes .../assets/arrow-down-small-prelight.png | Bin 0 -> 203 bytes .../gtk-2.0/assets/arrow-down-small.png | Bin 0 -> 280 bytes .../gtk-2.0/assets/arrow-down.png | Bin 0 -> 308 bytes .../gtk-2.0/assets/arrow-left-insens.png | Bin 0 -> 217 bytes .../gtk-2.0/assets/arrow-left-prelight.png | Bin 0 -> 221 bytes .../gtk-2.0/assets/arrow-left.png | Bin 0 -> 316 bytes .../gtk-2.0/assets/arrow-right-insens.png | Bin 0 -> 213 bytes .../gtk-2.0/assets/arrow-right-prelight.png | Bin 0 -> 214 bytes .../gtk-2.0/assets/arrow-right.png | Bin 0 -> 316 bytes .../gtk-2.0/assets/arrow-up-insens.png | Bin 0 -> 216 bytes .../gtk-2.0/assets/arrow-up-prelight.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/arrow-up-small-insens.png | Bin 0 -> 203 bytes .../assets/arrow-up-small-prelight.png | Bin 0 -> 207 bytes .../gtk-2.0/assets/arrow-up-small.png | Bin 0 -> 275 bytes .../Mint-Y-Watusi/gtk-2.0/assets/arrow-up.png | Bin 0 -> 314 bytes .../gtk-2.0/assets/button-active.png | Bin 0 -> 266 bytes .../gtk-2.0/assets/button-hover.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/button-insensitive.png | Bin 0 -> 257 bytes .../Mint-Y-Watusi/gtk-2.0/assets/button.png | Bin 0 -> 252 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 371 bytes .../gtk-2.0/assets/checkbox-checked.png | Bin 0 -> 359 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/checkbox-unchecked.png | Bin 0 -> 262 bytes .../assets/combo-entry-button-active-rtl.png | Bin 0 -> 237 bytes .../assets/combo-entry-button-active.png | Bin 0 -> 232 bytes .../combo-entry-button-insensitive-rtl.png | Bin 0 -> 239 bytes .../assets/combo-entry-button-insensitive.png | Bin 0 -> 235 bytes .../gtk-2.0/assets/combo-entry-button-rtl.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/combo-entry-button.png | Bin 0 -> 231 bytes .../assets/combo-entry-focus-notebook-rtl.png | Bin 0 -> 269 bytes .../assets/combo-entry-focus-notebook.png | Bin 0 -> 254 bytes .../gtk-2.0/assets/combo-entry-focus-rtl.png | Bin 0 -> 269 bytes .../gtk-2.0/assets/combo-entry-focus.png | Bin 0 -> 270 bytes .../combo-entry-insensitive-notebook-rtl.png | Bin 0 -> 208 bytes .../combo-entry-insensitive-notebook.png | Bin 0 -> 206 bytes .../assets/combo-entry-insensitive-rtl.png | Bin 0 -> 214 bytes .../assets/combo-entry-insensitive.png | Bin 0 -> 213 bytes .../assets/combo-entry-notebook-rtl.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/combo-entry-notebook.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/combo-entry-rtl.png | Bin 0 -> 254 bytes .../gtk-2.0/assets/combo-entry.png | Bin 0 -> 243 bytes .../assets/down-background-disable-rtl.png | Bin 0 -> 201 bytes .../assets/down-background-disable.png | Bin 0 -> 201 bytes .../gtk-2.0/assets/down-background-rtl.png | Bin 0 -> 197 bytes .../gtk-2.0/assets/down-background.png | Bin 0 -> 191 bytes .../assets/entry-border-active-bg-solid.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/entry-border-active-bg.png | Bin 0 -> 307 bytes .../gtk-2.0/assets/entry-border-bg-solid.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/entry-border-bg.png | Bin 0 -> 270 bytes .../assets/entry-border-disabled-bg.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/entry-border-fill.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/focus-line.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/frame-gap-end.png | Bin 0 -> 142 bytes .../gtk-2.0/assets/frame-gap-start.png | Bin 0 -> 142 bytes themes/Mint-Y-Watusi/gtk-2.0/assets/frame.png | Bin 0 -> 165 bytes .../Mint-Y-Watusi/gtk-2.0/assets/handle-h.png | Bin 0 -> 160 bytes .../Mint-Y-Watusi/gtk-2.0/assets/handle-v.png | Bin 0 -> 157 bytes .../gtk-2.0/assets/inline-toolbar.png | Bin 0 -> 165 bytes .../Mint-Y-Watusi/gtk-2.0/assets/line-h.png | Bin 0 -> 152 bytes .../Mint-Y-Watusi/gtk-2.0/assets/line-v.png | Bin 0 -> 152 bytes .../gtk-2.0/assets/menu-arrow-prelight.png | Bin 0 -> 265 bytes .../gtk-2.0/assets/menu-arrow.png | Bin 0 -> 265 bytes .../menu-checkbox-checked-insensitive.png | Bin 0 -> 364 bytes .../gtk-2.0/assets/menu-checkbox-checked.png | Bin 0 -> 324 bytes .../menu-checkbox-unchecked-insensitive.png | Bin 0 -> 234 bytes .../assets/menu-checkbox-unchecked.png | Bin 0 -> 226 bytes .../assets/menu-radio-checked-insensitive.png | Bin 0 -> 381 bytes .../gtk-2.0/assets/menu-radio-checked.png | Bin 0 -> 391 bytes .../menu-radio-unchecked-insensitive.png | Bin 0 -> 420 bytes .../gtk-2.0/assets/menu-radio-unchecked.png | Bin 0 -> 309 bytes .../Mint-Y-Watusi/gtk-2.0/assets/menubar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/menubar_button.png | Bin 0 -> 156 bytes .../Mint-Y-Watusi/gtk-2.0/assets/menuitem.png | Bin 0 -> 176 bytes themes/Mint-Y-Watusi/gtk-2.0/assets/minus.png | Bin 0 -> 261 bytes .../notebook-entry-border-active-bg.png | Bin 0 -> 296 bytes .../assets/notebook-entry-border-bg.png | Bin 0 -> 258 bytes .../notebook-entry-border-disabled-bg.png | Bin 0 -> 222 bytes .../gtk-2.0/assets/notebook-gap-horiz.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/notebook-gap-vert.png | Bin 0 -> 155 bytes .../Mint-Y-Watusi/gtk-2.0/assets/notebook.png | Bin 0 -> 165 bytes themes/Mint-Y-Watusi/gtk-2.0/assets/null.png | Bin 0 -> 148 bytes themes/Mint-Y-Watusi/gtk-2.0/assets/plus.png | Bin 0 -> 249 bytes .../gtk-2.0/assets/progressbar.png | Bin 0 -> 267 bytes .../gtk-2.0/assets/progressbar_v.png | Bin 0 -> 264 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 376 bytes .../gtk-2.0/assets/radio-checked.png | Bin 0 -> 373 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 386 bytes .../gtk-2.0/assets/radio-unchecked.png | Bin 0 -> 404 bytes .../gtk-2.0/assets/slider-horiz-active.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-insens.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-prelight.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-insensitive.png | Bin 0 -> 408 bytes .../gtk-2.0/assets/slider-prelight.png | Bin 0 -> 389 bytes .../gtk-2.0/assets/slider-vert-active.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-insens.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-prelight.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert.png | Bin 0 -> 248 bytes .../Mint-Y-Watusi/gtk-2.0/assets/slider.png | Bin 0 -> 403 bytes .../gtk-2.0/assets/tab-bottom-active.png | Bin 0 -> 166 bytes .../gtk-2.0/assets/tab-left-active.png | Bin 0 -> 167 bytes .../gtk-2.0/assets/tab-right-active.png | Bin 0 -> 168 bytes .../gtk-2.0/assets/tab-top-active.png | Bin 0 -> 166 bytes .../assets/toolbar-entry-border-active-bg.png | Bin 0 -> 307 bytes .../assets/toolbar-entry-border-bg.png | Bin 0 -> 267 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 239 bytes .../Mint-Y-Watusi/gtk-2.0/assets/toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/tree_header.png | Bin 0 -> 164 bytes .../assets/trough-horizontal-active.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-horizontal.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-progressbar.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/trough-progressbar_v.png | Bin 0 -> 276 bytes .../gtk-2.0/assets/trough-scrollbar-horiz.png | Bin 0 -> 164 bytes .../gtk-2.0/assets/trough-scrollbar-vert.png | Bin 0 -> 162 bytes .../gtk-2.0/assets/trough-vertical-active.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/trough-vertical.png | Bin 0 -> 257 bytes .../assets/up-background-disable-rtl.png | Bin 0 -> 206 bytes .../gtk-2.0/assets/up-background-disable.png | Bin 0 -> 212 bytes .../gtk-2.0/assets/up-background-rtl.png | Bin 0 -> 206 bytes .../gtk-2.0/assets/up-background.png | Bin 0 -> 212 bytes themes/Mint-Y-Watusi/gtk-2.0/gtkrc | 10 + themes/Mint-Y-Watusi/gtk-2.0/main.rc | 2441 +++++++++++ .../gtk-2.0/menubar-toolbar/button-active.png | Bin 0 -> 293 bytes .../gtk-2.0/menubar-toolbar/button-hover.png | Bin 0 -> 310 bytes .../menubar-toolbar/button-insensitive.png | Bin 0 -> 289 bytes .../gtk-2.0/menubar-toolbar/button.png | Bin 0 -> 306 bytes .../gtk-2.0/menubar-toolbar/menubar-dark.png | Bin 0 -> 181 bytes .../menubar-toolbar/menubar-toolbar-dark.rc | 222 + .../menubar-toolbar/menubar-toolbar.rc | 166 + .../gtk-2.0/menubar-toolbar/menubar.png | Bin 0 -> 165 bytes .../menubar-toolbar/menubar_button-dark.png | Bin 0 -> 164 bytes .../menubar-toolbar/menubar_button.png | Bin 0 -> 164 bytes .../toolbar-entry-border-active-bg-dark.png | Bin 0 -> 413 bytes .../toolbar-entry-border-active-bg.png | Bin 0 -> 406 bytes .../toolbar-entry-border-bg-dark.png | Bin 0 -> 322 bytes .../toolbar-entry-border-bg.png | Bin 0 -> 335 bytes .../toolbar-entry-border-disabled-bg-dark.png | Bin 0 -> 276 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 310 bytes themes/Mint-Y-Watusi/gtk-2.0/panel.rc | 153 + .../gtk-3.0/assets/checkbox-checked-dark.png | Bin 0 -> 358 bytes .../assets/checkbox-checked-dark@2.png | Bin 0 -> 483 bytes .../checkbox-checked-insensitive-dark.png | Bin 0 -> 374 bytes .../checkbox-checked-insensitive-dark@2.png | Bin 0 -> 481 bytes .../checkbox-checked-insensitive-selected.png | Bin 0 -> 367 bytes ...heckbox-checked-insensitive-selected@2.png | Bin 0 -> 482 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 372 bytes .../assets/checkbox-checked-insensitive@2.png | Bin 0 -> 486 bytes .../assets/checkbox-checked-selected.png | Bin 0 -> 366 bytes .../assets/checkbox-checked-selected@2.png | Bin 0 -> 487 bytes .../checkbox-checked-selectionmode-dark.png | Bin 0 -> 474 bytes .../checkbox-checked-selectionmode-dark@2.png | Bin 0 -> 669 bytes .../assets/checkbox-checked-selectionmode.png | Bin 0 -> 478 bytes .../checkbox-checked-selectionmode@2.png | Bin 0 -> 670 bytes .../gtk-3.0/assets/checkbox-checked.png | Bin 0 -> 359 bytes .../gtk-3.0/assets/checkbox-checked@2.png | Bin 0 -> 483 bytes .../gtk-3.0/assets/checkbox-mixed-dark.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed-dark@2.png | Bin 0 -> 294 bytes .../checkbox-mixed-insensitive-dark.png | Bin 0 -> 237 bytes .../checkbox-mixed-insensitive-dark@2.png | Bin 0 -> 285 bytes .../checkbox-mixed-insensitive-selected.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-selected@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-insensitive.png | Bin 0 -> 237 bytes .../assets/checkbox-mixed-insensitive@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-selected.png | Bin 0 -> 233 bytes .../assets/checkbox-mixed-selected@2.png | Bin 0 -> 294 bytes .../gtk-3.0/assets/checkbox-mixed.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed@2.png | Bin 0 -> 294 bytes .../assets/checkbox-selectionmode-dark.png | Bin 0 -> 477 bytes .../assets/checkbox-selectionmode-dark@2.png | Bin 0 -> 675 bytes .../gtk-3.0/assets/checkbox-selectionmode.png | Bin 0 -> 407 bytes .../assets/checkbox-selectionmode@2.png | Bin 0 -> 615 bytes .../assets/checkbox-unchecked-dark.png | Bin 0 -> 264 bytes .../assets/checkbox-unchecked-dark@2.png | Bin 0 -> 345 bytes .../checkbox-unchecked-insensitive-dark.png | Bin 0 -> 262 bytes .../checkbox-unchecked-insensitive-dark@2.png | Bin 0 -> 330 bytes ...heckbox-unchecked-insensitive-selected.png | Bin 0 -> 244 bytes ...ckbox-unchecked-insensitive-selected@2.png | Bin 0 -> 312 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 258 bytes .../checkbox-unchecked-insensitive@2.png | Bin 0 -> 336 bytes .../assets/checkbox-unchecked-selected.png | Bin 0 -> 252 bytes .../assets/checkbox-unchecked-selected@2.png | Bin 0 -> 337 bytes .../gtk-3.0/assets/checkbox-unchecked.png | Bin 0 -> 260 bytes .../gtk-3.0/assets/checkbox-unchecked@2.png | Bin 0 -> 351 bytes .../assets/pane-separator-vertical.png | Bin 0 -> 172 bytes .../assets/pane-separator-vertical@2.png | Bin 0 -> 194 bytes .../gtk-3.0/assets/pane-separator.png | Bin 0 -> 176 bytes .../gtk-3.0/assets/pane-separator@2.png | Bin 0 -> 201 bytes .../gtk-3.0/assets/radio-checked-dark.png | Bin 0 -> 373 bytes .../gtk-3.0/assets/radio-checked-dark@2.png | Bin 0 -> 638 bytes .../assets/radio-checked-insensitive-dark.png | Bin 0 -> 370 bytes .../radio-checked-insensitive-dark@2.png | Bin 0 -> 615 bytes .../radio-checked-insensitive-selected.png | Bin 0 -> 351 bytes .../radio-checked-insensitive-selected@2.png | Bin 0 -> 584 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 367 bytes .../assets/radio-checked-insensitive@2.png | Bin 0 -> 625 bytes .../gtk-3.0/assets/radio-checked-selected.png | Bin 0 -> 364 bytes .../assets/radio-checked-selected@2.png | Bin 0 -> 644 bytes .../gtk-3.0/assets/radio-checked.png | Bin 0 -> 373 bytes .../gtk-3.0/assets/radio-checked@2.png | Bin 0 -> 645 bytes .../gtk-3.0/assets/radio-mixed-dark.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed-dark@2.png | Bin 0 -> 546 bytes .../assets/radio-mixed-insensitive-dark.png | Bin 0 -> 334 bytes .../assets/radio-mixed-insensitive-dark@2.png | Bin 0 -> 524 bytes .../radio-mixed-insensitive-selected.png | Bin 0 -> 319 bytes .../radio-mixed-insensitive-selected@2.png | Bin 0 -> 481 bytes .../assets/radio-mixed-insensitive.png | Bin 0 -> 334 bytes .../assets/radio-mixed-insensitive@2.png | Bin 0 -> 524 bytes .../gtk-3.0/assets/radio-mixed-selected.png | Bin 0 -> 310 bytes .../gtk-3.0/assets/radio-mixed-selected@2.png | Bin 0 -> 514 bytes .../gtk-3.0/assets/radio-mixed.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed@2.png | Bin 0 -> 546 bytes .../gtk-3.0/assets/radio-unchecked-dark.png | Bin 0 -> 426 bytes .../gtk-3.0/assets/radio-unchecked-dark@2.png | Bin 0 -> 742 bytes .../radio-unchecked-insensitive-dark.png | Bin 0 -> 410 bytes .../radio-unchecked-insensitive-dark@2.png | Bin 0 -> 673 bytes .../radio-unchecked-insensitive-selected.png | Bin 0 -> 333 bytes ...radio-unchecked-insensitive-selected@2.png | Bin 0 -> 575 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 395 bytes .../assets/radio-unchecked-insensitive@2.png | Bin 0 -> 657 bytes .../assets/radio-unchecked-selected.png | Bin 0 -> 356 bytes .../assets/radio-unchecked-selected@2.png | Bin 0 -> 708 bytes .../gtk-3.0/assets/radio-unchecked.png | Bin 0 -> 410 bytes .../gtk-3.0/assets/radio-unchecked@2.png | Bin 0 -> 716 bytes .../gtk-3.0/assets/switch-active-dark.png | Bin 0 -> 815 bytes .../gtk-3.0/assets/switch-active-dark@2.png | Bin 0 -> 1473 bytes .../assets/switch-active-header-dark.png | Bin 0 -> 822 bytes .../assets/switch-active-header-dark@2.png | Bin 0 -> 1462 bytes .../gtk-3.0/assets/switch-active-header.png | Bin 0 -> 810 bytes .../gtk-3.0/assets/switch-active-header@2.png | Bin 0 -> 1454 bytes .../assets/switch-active-insensitive-dark.png | Bin 0 -> 806 bytes .../switch-active-insensitive-dark@2.png | Bin 0 -> 1439 bytes .../switch-active-insensitive-header-dark.png | Bin 0 -> 821 bytes ...witch-active-insensitive-header-dark@2.png | Bin 0 -> 1438 bytes .../switch-active-insensitive-header.png | Bin 0 -> 802 bytes .../switch-active-insensitive-header@2.png | Bin 0 -> 1420 bytes .../switch-active-insensitive-selected.png | Bin 0 -> 772 bytes .../switch-active-insensitive-selected@2.png | Bin 0 -> 1332 bytes .../assets/switch-active-insensitive.png | Bin 0 -> 802 bytes .../assets/switch-active-insensitive@2.png | Bin 0 -> 1420 bytes .../gtk-3.0/assets/switch-active-selected.png | Bin 0 -> 809 bytes .../assets/switch-active-selected@2.png | Bin 0 -> 1447 bytes .../gtk-3.0/assets/switch-active.png | Bin 0 -> 810 bytes .../gtk-3.0/assets/switch-active@2.png | Bin 0 -> 1454 bytes .../gtk-3.0/assets/switch-dark.png | Bin 0 -> 728 bytes .../gtk-3.0/assets/switch-dark@2.png | Bin 0 -> 1266 bytes .../gtk-3.0/assets/switch-header-dark.png | Bin 0 -> 742 bytes .../gtk-3.0/assets/switch-header-dark@2.png | Bin 0 -> 1291 bytes .../gtk-3.0/assets/switch-header.png | Bin 0 -> 781 bytes .../gtk-3.0/assets/switch-header@2.png | Bin 0 -> 1343 bytes .../assets/switch-insensitive-dark.png | Bin 0 -> 667 bytes .../assets/switch-insensitive-dark@2.png | Bin 0 -> 1159 bytes .../assets/switch-insensitive-header-dark.png | Bin 0 -> 662 bytes .../switch-insensitive-header-dark@2.png | Bin 0 -> 1147 bytes .../assets/switch-insensitive-header.png | Bin 0 -> 687 bytes .../assets/switch-insensitive-header@2.png | Bin 0 -> 1177 bytes .../assets/switch-insensitive-selected.png | Bin 0 -> 644 bytes .../assets/switch-insensitive-selected@2.png | Bin 0 -> 1081 bytes .../gtk-3.0/assets/switch-insensitive.png | Bin 0 -> 687 bytes .../gtk-3.0/assets/switch-insensitive@2.png | Bin 0 -> 1170 bytes .../gtk-3.0/assets/switch-selected.png | Bin 0 -> 717 bytes .../gtk-3.0/assets/switch-selected@2.png | Bin 0 -> 1216 bytes .../Mint-Y-Watusi/gtk-3.0/assets/switch.png | Bin 0 -> 729 bytes .../Mint-Y-Watusi/gtk-3.0/assets/switch@2.png | Bin 0 -> 1264 bytes .../assets/titlebutton-close-active-dark.png | Bin 0 -> 446 bytes .../titlebutton-close-active-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-active.png | Bin 0 -> 443 bytes .../assets/titlebutton-close-active@2.png | Bin 0 -> 789 bytes .../titlebutton-close-backdrop-dark.png | Bin 0 -> 421 bytes .../titlebutton-close-backdrop-dark@2.png | Bin 0 -> 708 bytes .../assets/titlebutton-close-backdrop.png | Bin 0 -> 438 bytes .../assets/titlebutton-close-backdrop@2.png | Bin 0 -> 748 bytes .../gtk-3.0/assets/titlebutton-close-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-hover-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover.png | Bin 0 -> 467 bytes .../assets/titlebutton-close-hover@2.png | Bin 0 -> 814 bytes .../gtk-3.0/assets/titlebutton-close.png | Bin 0 -> 467 bytes .../gtk-3.0/assets/titlebutton-close@2.png | Bin 0 -> 814 bytes .../assets/titlebutton-max-active-dark.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active-dark@2.png | Bin 0 -> 652 bytes .../gtk-3.0/assets/titlebutton-max-active.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active@2.png | Bin 0 -> 652 bytes .../assets/titlebutton-max-backdrop-dark.png | Bin 0 -> 241 bytes .../titlebutton-max-backdrop-dark@2.png | Bin 0 -> 280 bytes .../assets/titlebutton-max-backdrop.png | Bin 0 -> 241 bytes .../assets/titlebutton-max-backdrop@2.png | Bin 0 -> 289 bytes .../gtk-3.0/assets/titlebutton-max-dark.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max-dark@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-max-hover-dark.png | Bin 0 -> 413 bytes .../assets/titlebutton-max-hover-dark@2.png | Bin 0 -> 807 bytes .../gtk-3.0/assets/titlebutton-max-hover.png | Bin 0 -> 422 bytes .../assets/titlebutton-max-hover@2.png | Bin 0 -> 801 bytes .../gtk-3.0/assets/titlebutton-max.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-min-active-dark.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active-dark@2.png | Bin 0 -> 571 bytes .../gtk-3.0/assets/titlebutton-min-active.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active@2.png | Bin 0 -> 571 bytes .../assets/titlebutton-min-backdrop-dark.png | Bin 0 -> 168 bytes .../titlebutton-min-backdrop-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-backdrop.png | Bin 0 -> 167 bytes .../assets/titlebutton-min-backdrop@2.png | Bin 0 -> 180 bytes .../gtk-3.0/assets/titlebutton-min-dark.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-hover-dark.png | Bin 0 -> 363 bytes .../assets/titlebutton-min-hover-dark@2.png | Bin 0 -> 701 bytes .../gtk-3.0/assets/titlebutton-min-hover.png | Bin 0 -> 368 bytes .../assets/titlebutton-min-hover@2.png | Bin 0 -> 694 bytes .../gtk-3.0/assets/titlebutton-min.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min@2.png | Bin 0 -> 180 bytes themes/Mint-Y-Watusi/gtk-3.0/gtk.css | 3781 ++++++++++++++++ themes/Mint-Y-Watusi/gtk-3.0/thumbnail.png | Bin 0 -> 1529 bytes themes/Mint-Y-Watusi/index.theme | 12 + themes/Mint-Y-Watusi/metacity-1/button-bg.svg | 105 + .../metacity-1/button-border.svg | 107 + .../Mint-Y-Watusi/metacity-1/close-icon.svg | 104 + themes/Mint-Y-Watusi/metacity-1/max-icon.svg | 75 + .../metacity-1/metacity-theme-2.xml | 767 ++++ .../metacity-1/metacity-theme-3.xml | 1040 +++++ themes/Mint-Y-Watusi/metacity-1/min-icon.svg | 75 + themes/Mint-Y-Watusi/metacity-1/thumbnail.png | Bin 0 -> 695 bytes themes/Mint-Y-Watusi/xfce-notify-4.0/gtkrc | 72 + themes/Mint-Y-Watusi/xfwm4/bottom-active.xpm | 9 + .../Mint-Y-Watusi/xfwm4/bottom-inactive.xpm | 1 + .../xfwm4/bottom-left-active.xpm | 9 + .../xfwm4/bottom-left-inactive.xpm | 1 + .../xfwm4/bottom-right-active.xpm | 9 + .../xfwm4/bottom-right-inactive.xpm | 1 + themes/Mint-Y-Watusi/xfwm4/close-active.xpm | 60 + themes/Mint-Y-Watusi/xfwm4/close-inactive.xpm | 40 + themes/Mint-Y-Watusi/xfwm4/close-prelight.xpm | 58 + themes/Mint-Y-Watusi/xfwm4/close-pressed.xpm | 62 + themes/Mint-Y-Watusi/xfwm4/hide-active.xpm | 33 + themes/Mint-Y-Watusi/xfwm4/hide-inactive.xpm | 33 + themes/Mint-Y-Watusi/xfwm4/hide-prelight.xpm | 42 + themes/Mint-Y-Watusi/xfwm4/hide-pressed.xpm | 39 + themes/Mint-Y-Watusi/xfwm4/left-active.xpm | 7 + themes/Mint-Y-Watusi/xfwm4/left-inactive.xpm | 1 + .../Mint-Y-Watusi/xfwm4/maximize-active.xpm | 37 + .../Mint-Y-Watusi/xfwm4/maximize-inactive.xpm | 37 + .../Mint-Y-Watusi/xfwm4/maximize-prelight.xpm | 47 + .../Mint-Y-Watusi/xfwm4/maximize-pressed.xpm | 43 + themes/Mint-Y-Watusi/xfwm4/menu-active.xpm | 41 + themes/Mint-Y-Watusi/xfwm4/menu-inactive.xpm | 40 + themes/Mint-Y-Watusi/xfwm4/menu-pressed.xpm | 48 + themes/Mint-Y-Watusi/xfwm4/right-active.xpm | 7 + themes/Mint-Y-Watusi/xfwm4/right-inactive.xpm | 1 + themes/Mint-Y-Watusi/xfwm4/shade-active.xpm | 46 + themes/Mint-Y-Watusi/xfwm4/shade-inactive.xpm | 42 + themes/Mint-Y-Watusi/xfwm4/shade-prelight.xpm | 50 + .../xfwm4/shade-toggled-active.xpm | 44 + .../xfwm4/shade-toggled-inactive.xpm | 40 + .../xfwm4/shade-toggled-prelight.xpm | 50 + themes/Mint-Y-Watusi/xfwm4/stick-active.xpm | 45 + themes/Mint-Y-Watusi/xfwm4/stick-inactive.xpm | 39 + themes/Mint-Y-Watusi/xfwm4/stick-prelight.xpm | 41 + .../xfwm4/stick-toggled-active.xpm | 48 + .../xfwm4/stick-toggled-inactive.xpm | 41 + .../xfwm4/stick-toggled-prelight.xpm | 47 + themes/Mint-Y-Watusi/xfwm4/themerc | 25 + .../xfwm4/title-1-active-shaded.xpm | 30 + themes/Mint-Y-Watusi/xfwm4/title-1-active.xpm | 30 + .../Mint-Y-Watusi/xfwm4/title-1-inactive.xpm | 1 + themes/Mint-Y-Watusi/xfwm4/title-2-active.xpm | 30 + .../Mint-Y-Watusi/xfwm4/title-2-inactive.xpm | 1 + themes/Mint-Y-Watusi/xfwm4/title-3-active.xpm | 30 + .../Mint-Y-Watusi/xfwm4/title-3-inactive.xpm | 1 + themes/Mint-Y-Watusi/xfwm4/title-4-active.xpm | 30 + .../Mint-Y-Watusi/xfwm4/title-4-inactive.xpm | 1 + themes/Mint-Y-Watusi/xfwm4/title-5-active.xpm | 30 + .../Mint-Y-Watusi/xfwm4/title-5-inactive.xpm | 1 + .../xfwm4/top-left-active-shaded.xpm | 32 + .../Mint-Y-Watusi/xfwm4/top-left-active.xpm | 34 + .../Mint-Y-Watusi/xfwm4/top-left-inactive.xpm | 1 + .../xfwm4/top-right-active-shaded.xpm | 32 + .../Mint-Y-Watusi/xfwm4/top-right-active.xpm | 32 + .../xfwm4/top-right-inactive.xpm | 1 + 1239 files changed, 48744 insertions(+) create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/cinnamon.css create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/menu/menu-separator.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/add-workspace-active.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/add-workspace-hover.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/add-workspace.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/bg.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/calendar-arrow-left.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/calendar-arrow-right.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/close-active.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/close-hover.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/close.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/corner-ripple.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/desklet-header.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/desklet.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/osd.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/overview-hover.png create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/overview.png create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/trash-icon.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/activities-active.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/activities.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/panel-bottom.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/panel-top.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/window-list-active-bottom.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/window-list-active-top.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/checkbox/checkbox-checked.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/menu/menu-hover.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/menu/menu.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/menu/submenu.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/misc/button-box.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/misc/message.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/misc/modal.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/switch/switch-off.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/switch/switch-on.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/menu/menu-separator.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/misc/add-workspace-active.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/misc/add-workspace-hover.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/misc/add-workspace.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/misc/bg.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/misc/calendar-arrow-left-hover.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/misc/calendar-arrow-left.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/misc/calendar-arrow-right-hover.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/misc/calendar-arrow-right.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/misc/close-active.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/misc/close-hover.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/misc/close.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/misc/corner-ripple-ltr.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/misc/corner-ripple-rtl.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/misc/desklet-header.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/misc/desklet.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/misc/osd.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/misc/overview-hover.png create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/misc/overview.png create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/misc/trash-icon.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/panel/activities-active.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/panel/activities.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/panel/panel-bottom.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/panel/panel-top.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/panel/window-list-active-bottom.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/panel/window-list-active-top.svg create mode 100644 themes/Mint-Y-Dark-Watusi/cinnamon/thumbnail.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/apps.rc create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-down-insens.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-down-prelight.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-down-small-insens.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-down-small-prelight.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-down-small.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-down.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-left-insens.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-left-prelight.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-left.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-right-insens.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-right-prelight.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-right.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-up-insens.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-up-prelight.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-up-small-insens.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-up-small-prelight.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-up-small.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-up.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/button-active.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/button-hover.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/button-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/button.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-button-active-rtl.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-button-active.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-button-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-button-rtl.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-button.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-focus-notebook.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-focus-rtl.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-focus.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-insensitive-notebook.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-insensitive-rtl.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-notebook-rtl.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-notebook.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-rtl.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/down-background-disable-rtl.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/down-background-disable.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/down-background-rtl.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/down-background.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/entry-border-active-bg-solid.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/entry-border-active-bg.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/entry-border-bg-solid.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/entry-border-bg.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/entry-border-fill.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/focus-line.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/frame-gap-end.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/frame-gap-start.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/frame.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/handle-h.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/handle-v.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/inline-toolbar.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/line-h.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/line-v.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menu-arrow-prelight.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menu-arrow.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menu-checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menu-checkbox-checked.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menu-checkbox-unchecked.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menu-radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menu-radio-checked.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menu-radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menu-radio-unchecked.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menubar.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menubar_button.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menuitem.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/minus.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/notebook-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/notebook-entry-border-bg.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/notebook-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/notebook-gap-horiz.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/notebook-gap-vert.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/notebook.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/null.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/plus.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/progressbar.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/progressbar_v.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider-horiz-active.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider-horiz-insens.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider-horiz-prelight.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider-horiz.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider-prelight.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider-vert-active.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider-vert-insens.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider-vert-prelight.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider-vert.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/tab-bottom-active.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/tab-left-active.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/tab-right-active.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/tab-top-active.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/toolbar.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/tree_header.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/trough-horizontal-active.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/trough-horizontal.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/trough-progressbar.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/trough-progressbar_v.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/trough-scrollbar-horiz.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/trough-scrollbar-vert.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/trough-vertical-active.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/trough-vertical.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/up-background-disable-rtl.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/up-background-disable.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/up-background-rtl.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/up-background.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/gtkrc create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/main.rc create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/button-active.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/button-hover.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/button-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/button.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/menubar-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar.rc create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/menubar.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/menubar_button-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/menubar_button.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-2.0/panel.rc create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-selected.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-selected@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-selected.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-selected@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-selectionmode-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-selectionmode.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-selectionmode@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-selected.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/pane-separator-vertical.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/pane-separator-vertical@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/pane-separator.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/pane-separator@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-selected.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-selected@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-mixed-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-mixed-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-mixed-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-mixed-selected.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-mixed-selected@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-mixed.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-mixed@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-selected.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-header-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-header-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-header.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-header@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-insensitive-header.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-insensitive-header@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-selected.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-selected@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-header-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-header-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-header.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-header@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-insensitive-header.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-insensitive-header@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-insensitive.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-selected.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-selected@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-active-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-active-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-active.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-active@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-backdrop-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-backdrop.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-backdrop@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-hover-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-hover-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-hover.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-hover@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-active-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-active-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-active.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-active@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-backdrop-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-backdrop.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-backdrop@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-hover-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-hover-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-hover.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-hover@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-active-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-active-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-active.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-active@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-backdrop-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-backdrop.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-backdrop@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-hover-dark.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-hover-dark@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-hover.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-hover@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min@2.png create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/gtk.css create mode 100644 themes/Mint-Y-Dark-Watusi/gtk-3.0/thumbnail.png create mode 100644 themes/Mint-Y-Dark-Watusi/index.theme create mode 100644 themes/Mint-Y-Dark-Watusi/metacity-1/button-bg.svg create mode 100644 themes/Mint-Y-Dark-Watusi/metacity-1/button-border.svg create mode 100644 themes/Mint-Y-Dark-Watusi/metacity-1/close-icon.svg create mode 100644 themes/Mint-Y-Dark-Watusi/metacity-1/max-icon.svg create mode 100644 themes/Mint-Y-Dark-Watusi/metacity-1/metacity-theme-2.xml create mode 100644 themes/Mint-Y-Dark-Watusi/metacity-1/metacity-theme-3.xml create mode 100644 themes/Mint-Y-Dark-Watusi/metacity-1/min-icon.svg create mode 100644 themes/Mint-Y-Dark-Watusi/metacity-1/thumbnail.png create mode 100644 themes/Mint-Y-Dark-Watusi/xfce-notify-4.0/gtkrc create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/bottom-active.xpm create mode 120000 themes/Mint-Y-Dark-Watusi/xfwm4/bottom-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/bottom-left-active.xpm create mode 120000 themes/Mint-Y-Dark-Watusi/xfwm4/bottom-left-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/bottom-right-active.xpm create mode 120000 themes/Mint-Y-Dark-Watusi/xfwm4/bottom-right-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/close-active.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/close-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/close-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/close-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/hide-active.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/hide-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/hide-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/hide-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/left-active.xpm create mode 120000 themes/Mint-Y-Dark-Watusi/xfwm4/left-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/maximize-active.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/maximize-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/maximize-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/maximize-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/menu-active.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/menu-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/menu-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/menu-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/right-active.xpm create mode 120000 themes/Mint-Y-Dark-Watusi/xfwm4/right-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/shade-active.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/shade-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/shade-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/shade-toggled-active.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/shade-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/shade-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/stick-active.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/stick-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/stick-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/stick-toggled-active.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/stick-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/stick-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/themerc create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/title-1-active.xpm create mode 120000 themes/Mint-Y-Dark-Watusi/xfwm4/title-1-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/title-2-active.xpm create mode 120000 themes/Mint-Y-Dark-Watusi/xfwm4/title-2-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/title-3-active.xpm create mode 120000 themes/Mint-Y-Dark-Watusi/xfwm4/title-3-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/title-4-active.xpm create mode 120000 themes/Mint-Y-Dark-Watusi/xfwm4/title-4-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/title-5-active.xpm create mode 120000 themes/Mint-Y-Dark-Watusi/xfwm4/title-5-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/top-left-active.xpm create mode 120000 themes/Mint-Y-Dark-Watusi/xfwm4/top-left-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Watusi/xfwm4/top-right-active.xpm create mode 120000 themes/Mint-Y-Dark-Watusi/xfwm4/top-right-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/apps.rc create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-down-insens.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-down-prelight.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-down-small-insens.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-down-small-prelight.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-down-small.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-down.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-left-insens.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-left-prelight.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-left.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-right-insens.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-right-prelight.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-right.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-up-insens.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-up-prelight.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-up-small-insens.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-up-small-prelight.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-up-small.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-up.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/button-active.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/button-hover.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/button-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/button.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-button-active-rtl.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-button-active.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-button-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-button-rtl.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-button.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-focus-notebook.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-focus-rtl.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-focus.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-insensitive-notebook.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-insensitive-rtl.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-notebook-rtl.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-notebook.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-rtl.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/down-background-disable-rtl.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/down-background-disable.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/down-background-rtl.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/down-background.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/entry-border-active-bg-solid.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/entry-border-active-bg.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/entry-border-bg-solid.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/entry-border-bg.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/entry-border-fill.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/focus-line.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/frame-gap-end.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/frame-gap-start.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/frame.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/handle-h.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/handle-v.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/inline-toolbar.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/line-h.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/line-v.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-arrow-prelight.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-arrow.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-checkbox-checked.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-checkbox-unchecked.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-radio-checked.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-radio-unchecked.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menubar.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menubar_button.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menuitem.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/minus.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/notebook-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/notebook-entry-border-bg.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/notebook-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/notebook-gap-horiz.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/notebook-gap-vert.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/notebook.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/null.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/plus.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/progressbar.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/progressbar_v.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-horiz-active.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-horiz-insens.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-horiz-prelight.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-horiz.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-prelight.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-vert-active.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-vert-insens.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-vert-prelight.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-vert.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/tab-bottom-active.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/tab-left-active.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/tab-right-active.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/tab-top-active.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/toolbar.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/tree_header.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-horizontal-active.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-horizontal.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-progressbar.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-progressbar_v.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-scrollbar-horiz.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-scrollbar-vert.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-vertical-active.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-vertical.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/up-background-disable-rtl.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/up-background-disable.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/up-background-rtl.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/up-background.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/gtkrc create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/main.rc create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/button-active.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/button-hover.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/button-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/button.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/menubar-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar.rc create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/menubar.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/menubar_button-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/menubar_button.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-2.0/panel.rc create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-selected.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-selected@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-selected.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-selected@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-selectionmode-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-selectionmode.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-selectionmode@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-selected.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/pane-separator-vertical.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/pane-separator-vertical@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/pane-separator.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/pane-separator@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-selected.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-selected@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-selected.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-selected@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-selected.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-header-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-header-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-header.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-header@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-header.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-header@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-selected.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-selected@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-header-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-header-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-header.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-header@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-header.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-header@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-selected.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-selected@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-active-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-active-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-active.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-active@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-backdrop-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-backdrop.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-backdrop@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-hover-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-hover-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-hover.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-hover@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-active-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-active-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-active.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-active@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-backdrop-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-backdrop.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-backdrop@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-hover-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-hover-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-hover.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-hover@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-active-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-active-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-active.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-active@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-backdrop-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-backdrop.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-backdrop@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-hover-dark.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-hover-dark@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-hover.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-hover@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min@2.png create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/gtk-dark.css create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/gtk.css create mode 100644 themes/Mint-Y-Darker-Watusi/gtk-3.0/thumbnail.png create mode 100644 themes/Mint-Y-Darker-Watusi/index.theme create mode 100644 themes/Mint-Y-Darker-Watusi/xfce-notify-4.0/gtkrc create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/bottom-active.xpm create mode 120000 themes/Mint-Y-Darker-Watusi/xfwm4/bottom-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/bottom-left-active.xpm create mode 120000 themes/Mint-Y-Darker-Watusi/xfwm4/bottom-left-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/bottom-right-active.xpm create mode 120000 themes/Mint-Y-Darker-Watusi/xfwm4/bottom-right-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/close-active.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/close-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/close-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/close-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/hide-active.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/hide-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/hide-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/hide-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/left-active.xpm create mode 120000 themes/Mint-Y-Darker-Watusi/xfwm4/left-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/maximize-active.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/maximize-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/maximize-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/maximize-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/menu-active.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/menu-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/menu-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/menu-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/right-active.xpm create mode 120000 themes/Mint-Y-Darker-Watusi/xfwm4/right-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/shade-active.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/shade-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/shade-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/shade-toggled-active.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/shade-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/shade-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/stick-active.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/stick-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/stick-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/stick-toggled-active.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/stick-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/stick-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/themerc create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/title-1-active.xpm create mode 120000 themes/Mint-Y-Darker-Watusi/xfwm4/title-1-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/title-2-active.xpm create mode 120000 themes/Mint-Y-Darker-Watusi/xfwm4/title-2-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/title-3-active.xpm create mode 120000 themes/Mint-Y-Darker-Watusi/xfwm4/title-3-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/title-4-active.xpm create mode 120000 themes/Mint-Y-Darker-Watusi/xfwm4/title-4-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/title-5-active.xpm create mode 120000 themes/Mint-Y-Darker-Watusi/xfwm4/title-5-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/top-left-active.xpm create mode 120000 themes/Mint-Y-Darker-Watusi/xfwm4/top-left-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Watusi/xfwm4/top-right-active.xpm create mode 120000 themes/Mint-Y-Darker-Watusi/xfwm4/top-right-inactive.xpm create mode 100644 themes/Mint-Y-Watusi/cinnamon/cinnamon.css create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/menu/menu-separator.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/misc/add-workspace-active.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/misc/add-workspace-hover.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/misc/add-workspace.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/misc/bg.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/misc/calendar-arrow-left.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/misc/calendar-arrow-right.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/misc/close-active.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/misc/close-hover.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/misc/close.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/misc/corner-ripple.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/misc/desklet-header.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/misc/desklet.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/misc/osd.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/misc/overview-hover.png create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/misc/overview.png create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/misc/trash-icon.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/panel/activities-active.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/panel/activities.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/panel/panel-bottom.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/panel/panel-top.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/panel/window-list-active-bottom.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/common-assets/panel/window-list-active-top.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/light-assets/checkbox/checkbox-checked.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/light-assets/checkbox/checkbox-unchecked.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/light-assets/menu/menu-hover.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/light-assets/menu/menu.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/light-assets/menu/submenu.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/light-assets/misc/button-box.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/light-assets/misc/message.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/light-assets/misc/modal.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/light-assets/switch/switch-off.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/light-assets/switch/switch-on.svg create mode 100644 themes/Mint-Y-Watusi/cinnamon/thumbnail.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/apps.rc create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-down-insens.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-down-prelight.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-down-small-insens.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-down-small-prelight.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-down-small.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-down.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-left-insens.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-left-prelight.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-left.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-right-insens.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-right-prelight.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-right.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-up-insens.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-up-prelight.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-up-small-insens.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-up-small-prelight.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-up-small.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-up.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/button-active.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/button-hover.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/button-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/button.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-button-active-rtl.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-button-active.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-button-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-button-rtl.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-button.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-focus-notebook.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-focus-rtl.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-focus.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-insensitive-notebook.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-insensitive-rtl.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-notebook-rtl.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-notebook.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-rtl.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/down-background-disable-rtl.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/down-background-disable.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/down-background-rtl.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/down-background.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/entry-border-active-bg-solid.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/entry-border-active-bg.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/entry-border-bg-solid.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/entry-border-bg.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/entry-border-fill.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/focus-line.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/frame-gap-end.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/frame-gap-start.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/frame.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/handle-h.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/handle-v.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/inline-toolbar.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/line-h.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/line-v.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/menu-arrow-prelight.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/menu-arrow.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/menu-checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/menu-checkbox-checked.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/menu-checkbox-unchecked.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/menu-radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/menu-radio-checked.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/menu-radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/menu-radio-unchecked.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/menubar.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/menubar_button.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/menuitem.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/minus.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/notebook-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/notebook-entry-border-bg.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/notebook-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/notebook-gap-horiz.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/notebook-gap-vert.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/notebook.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/null.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/plus.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/progressbar.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/progressbar_v.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/slider-horiz-active.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/slider-horiz-insens.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/slider-horiz-prelight.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/slider-horiz.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/slider-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/slider-prelight.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/slider-vert-active.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/slider-vert-insens.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/slider-vert-prelight.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/slider-vert.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/slider.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/tab-bottom-active.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/tab-left-active.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/tab-right-active.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/tab-top-active.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/toolbar.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/tree_header.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/trough-horizontal-active.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/trough-horizontal.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/trough-progressbar.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/trough-progressbar_v.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/trough-scrollbar-horiz.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/trough-scrollbar-vert.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/trough-vertical-active.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/trough-vertical.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/up-background-disable-rtl.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/up-background-disable.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/up-background-rtl.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/assets/up-background.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/gtkrc create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/main.rc create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/button-active.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/button-hover.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/button-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/button.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/menubar-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar.rc create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/menubar.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/menubar_button-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/menubar_button.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Watusi/gtk-2.0/panel.rc create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-selected.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-selected@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-selected.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-selected@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-selectionmode-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-selectionmode.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-selectionmode@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-selected.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/pane-separator-vertical.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/pane-separator-vertical@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/pane-separator.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/pane-separator@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-selected.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-selected@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-mixed-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-mixed-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-mixed-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-mixed-selected.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-mixed-selected@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-mixed.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-mixed@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-selected.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-header-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-header-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-header.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-header@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-insensitive-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-insensitive-header.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-insensitive-header@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-insensitive-selected.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-insensitive@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-selected.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-selected@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-header-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-header-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-header.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-header@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-insensitive-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-insensitive-header.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-insensitive-header@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-insensitive-selected.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-insensitive.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-insensitive@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-selected.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch-selected@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/switch@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-active-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-active-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-active.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-active@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-backdrop-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-backdrop.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-backdrop@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-hover-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-hover-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-hover.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-hover@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-active-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-active-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-active.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-active@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-backdrop-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-backdrop.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-backdrop@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-hover-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-hover-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-hover.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-hover@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-active-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-active-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-active.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-active@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-backdrop-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-backdrop.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-backdrop@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-hover-dark.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-hover-dark@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-hover.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-hover@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min@2.png create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/gtk.css create mode 100644 themes/Mint-Y-Watusi/gtk-3.0/thumbnail.png create mode 100644 themes/Mint-Y-Watusi/index.theme create mode 100644 themes/Mint-Y-Watusi/metacity-1/button-bg.svg create mode 100644 themes/Mint-Y-Watusi/metacity-1/button-border.svg create mode 100644 themes/Mint-Y-Watusi/metacity-1/close-icon.svg create mode 100644 themes/Mint-Y-Watusi/metacity-1/max-icon.svg create mode 100644 themes/Mint-Y-Watusi/metacity-1/metacity-theme-2.xml create mode 100644 themes/Mint-Y-Watusi/metacity-1/metacity-theme-3.xml create mode 100644 themes/Mint-Y-Watusi/metacity-1/min-icon.svg create mode 100644 themes/Mint-Y-Watusi/metacity-1/thumbnail.png create mode 100644 themes/Mint-Y-Watusi/xfce-notify-4.0/gtkrc create mode 100644 themes/Mint-Y-Watusi/xfwm4/bottom-active.xpm create mode 120000 themes/Mint-Y-Watusi/xfwm4/bottom-inactive.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/bottom-left-active.xpm create mode 120000 themes/Mint-Y-Watusi/xfwm4/bottom-left-inactive.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/bottom-right-active.xpm create mode 120000 themes/Mint-Y-Watusi/xfwm4/bottom-right-inactive.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/close-active.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/close-inactive.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/close-prelight.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/close-pressed.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/hide-active.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/hide-inactive.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/hide-prelight.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/hide-pressed.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/left-active.xpm create mode 120000 themes/Mint-Y-Watusi/xfwm4/left-inactive.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/maximize-active.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/maximize-inactive.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/maximize-prelight.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/maximize-pressed.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/menu-active.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/menu-inactive.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/menu-pressed.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/right-active.xpm create mode 120000 themes/Mint-Y-Watusi/xfwm4/right-inactive.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/shade-active.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/shade-inactive.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/shade-prelight.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/shade-toggled-active.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/shade-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/shade-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/stick-active.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/stick-inactive.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/stick-prelight.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/stick-toggled-active.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/stick-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/stick-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/themerc create mode 100644 themes/Mint-Y-Watusi/xfwm4/title-1-active-shaded.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/title-1-active.xpm create mode 120000 themes/Mint-Y-Watusi/xfwm4/title-1-inactive.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/title-2-active.xpm create mode 120000 themes/Mint-Y-Watusi/xfwm4/title-2-inactive.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/title-3-active.xpm create mode 120000 themes/Mint-Y-Watusi/xfwm4/title-3-inactive.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/title-4-active.xpm create mode 120000 themes/Mint-Y-Watusi/xfwm4/title-4-inactive.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/title-5-active.xpm create mode 120000 themes/Mint-Y-Watusi/xfwm4/title-5-inactive.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/top-left-active-shaded.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/top-left-active.xpm create mode 120000 themes/Mint-Y-Watusi/xfwm4/top-left-inactive.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/top-right-active-shaded.xpm create mode 100644 themes/Mint-Y-Watusi/xfwm4/top-right-active.xpm create mode 120000 themes/Mint-Y-Watusi/xfwm4/top-right-inactive.xpm diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/cinnamon.css b/themes/Mint-Y-Dark-Watusi/cinnamon/cinnamon.css new file mode 100644 index 0000000..76a3354 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/cinnamon.css @@ -0,0 +1,1368 @@ +stage { + font-family: sans, Sans-Serif; + font-size: 9pt; + color: #D3D3D3; } + +.label-shadow { + color: transparent; } + +.popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button, .sound-button { + min-height: 20px; + padding: 5px 32px; + transition-duration: 0; + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #D3D3D3; + background-color: #454545; + border: 1px solid #202020; + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button, .sound-button, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .sound-button:focus, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .notification-button:active:focus, .notification-icon-button:active:focus, .modal-dialog-button-box .modal-dialog-button:active:focus, .sound-button:active:focus, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .sound-button:insensitive { + border-radius: 2px; } + .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .sound-button:focus { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #D3D3D3; + background-color: #454545; + border: 1px solid #1080e4; + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #D3D3D3; + background-color: #525252; + border: 1px solid #202020; + box-shadow: inset 0 2px 4px rgba(82, 82, 82, 0.05); } + .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #D3D3D3; + background-color: #525252; + border: 1px solid #1080e4; + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .notification-button:active:focus, .notification-icon-button:active:focus, .modal-dialog-button-box .modal-dialog-button:active:focus, .sound-button:active:focus { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #ffffff; + background-color: #1080e4; + border: 1px solid #1080e4; + box-shadow: inset 0 2px 4px #1080e4; } + .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .sound-button:insensitive { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: rgba(211, 211, 211, 0.45); + border: 1px solid rgba(32, 32, 32, 0.55); + background-color: rgba(69, 69, 69, 0.55); + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + +.popup-menu #notification StEntry, #menu-search-entry { + padding: 7px; + caret-size: 1px; + selection-background-color: #1080e4; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #D3D3D3; + background-color: #404040; + border: 1px solid #202020; + box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); } + .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover { + color: #D3D3D3; + background-color: #404040; + border: 1px solid #1080e4; + box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); } + .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { + color: rgba(211, 211, 211, 0.45); + background-color: #383838; + border-color: 1px solid #272727; + box-shadow: inset 0 2px 4px rgba(56, 56, 56, 0.05); } + .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 4px; } + +.notification StEntry { + padding: 7px; + caret-size: 1px; + caret-color: #c3c3c3; + selection-background-color: #1080e4; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:focus { + color: #ffffff; + background-color: #1080e4; + border: 1px solid #1080e4; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-color: rgba(109, 109, 109, 0.2); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + +StScrollView.vfade { + -st-vfade-offset: 0px; } +StScrollView.hfade { + -st-hfade-offset: 0px; } + +StScrollBar { + padding: 8px; } + StScrollView StScrollBar { + min-width: 5px; + min-height: 5px; } + StScrollBar StBin#trough { + background-color: rgba(64, 64, 64, 0.1); + border-radius: 8px; } + StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 2px; + background-color: #717171; + border: 0px solid; + margin: 0px; } + StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #606060; } + StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #1080e4; } + +.separator { + -gradient-height: 1px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-slider-menu-item, +.slider { + -slider-height: 0.3em; + -slider-background-color: #202020; + -slider-border-color: transparent; + -slider-active-background-color: #1080e4; + -slider-active-border-color: transparent; + -slider-border-width: 0; + -slider-handle-radius: 0.5em; + height: 1em; + min-width: 15em; + border: 0 solid transparent; + border-right-width: 1px; + border-left-width: 5px; } + +.check-box CinnamonGenericContainer { + spacing: .2em; + min-height: 30px; + padding-top: 2px; } +.check-box StLabel { + font-weight: normal; } +.check-box StBin { + width: 16px; + height: 16px; + background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } +.check-box:focus StBin { + background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } +.check-box:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } +.check-box:focus:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } + +.radiobutton CinnamonGenericContainer { + spacing: .2em; + height: 26px; + padding-top: 2px; } +.radiobutton StLabel { + padding-top: 4px; + font-size: 0.9em; + box-shadow: none; } +.radiobutton StBin { + width: 16px; + height: 16px; + background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } +.radiobutton:focus StBin { + background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } +.radiobutton:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } +.radiobutton:focus:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } + +.toggle-switch { + width: 50px; + height: 20px; + background-size: contain; } + .toggle-switch-us, .toggle-switch-intl { + background-image: url("dark-assets/switch/switch-off.svg"); } + .toggle-switch-us:checked, .toggle-switch-intl:checked { + background-image: url("dark-assets/switch/switch-on.svg"); } + +.cinnamon-link { + color: #66b1f4; + text-decoration: underline; } + .cinnamon-link:hover { + color: #95c9f8; } + +#Tooltip { + border: 1px solid #d0d0d0; + border-radius: 3px; + padding: 5px 12px; + background-color: #fbeaa0; + color: #4a4a4a; + font-size: 1em; + font-weight: normal; + text-align: center; } + +.popup-menu { + color: white; + color: #D3D3D3; } + .popup-menu-arrow { + icon-size: 16px; } + .popup-menu .popup-sub-menu { + background-color: #404040; + box-shadow: none; } + .popup-menu .popup-sub-menu .popup-menu-item:ltr { + padding-right: 1.75em; } + .popup-menu .popup-sub-menu .popup-menu-item:rtl { + padding-left: 1.75em; } + .popup-menu .popup-sub-menu StScrollBar { + padding: 4px; } + .popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle { + border-width: 0; } + .popup-menu .popup-menu-content { + padding: 1em 0em 1em 0em; } + .popup-menu .popup-menu-item { + padding: .4em 1.75em; + spacing: 1em; + border: 1px solid transparent; + border-left-width: 0; + border-right-width: 0; } + .popup-menu .popup-menu-item:active { + color: #D3D3D3; + border-color: rgba(211, 211, 211, 0.11); + background-color: rgba(211, 211, 211, 0.08); } + .popup-menu .popup-menu-item:insensitive { + color: rgba(211, 211, 211, 0.5); + background: none; } + .popup-menu .popup-inactive-menu-item { + color: #D3D3D3; } + .popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(211, 211, 211, 0.45); } + .popup-menu-icon { + icon-size: 16px; } + +.popup-menu-boxpointer { + -arrow-border-radius: 3px; + -arrow-background-color: #2f2f2f; + -arrow-border-width: 1px; + -arrow-border-color: #202020; + -arrow-base: 21px; + -arrow-rise: 9px; + -boxpointer-gap: 2px; } + +/*Don't know what this does*/ +.popup-combo-menu { + background-color: rgba(0, 0, 0, 0.4); + padding: 1em 0em; + color: red; + border: 1px solid rgba(0, 0, 0, 0.6); + border-radius: 3px; } + +.popup-combobox-item { + spacing: 1em; } + +.popup-separator-menu-item { + -gradient-height: 2px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-alternating-menu-item:alternate { + font-weight: normal; } + +.popup-device-menu-item { + spacing: .5em; } + +.popup-subtitle-menu-item { + font-weight: normal; } + +.nm-menu-item-icons { + spacing: .5em; } + +#panel { + font-weight: bold; + height: 27px; } + #panelLeft { + spacing: 4px; } + #panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + #panelLeft:ltr { + padding-right: 4px; } + #panelLeft:rtl { + padding-left: 4px; } + #panelLeft.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + #panelLeft.vertical:ltr { + padding-right: 0px; } + #panelLeft.vertical:rtl { + padding-left: 0px; } + #panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } + #panelRight:ltr { + padding-left: 4px; + spacing: 0px; } + #panelRight:rtl { + padding-right: 4px; + spacing: 0px; } + #panelRight.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + #panelRight.vertical:ltr { + padding-right: 0px; } + #panelRight.vertical:rtl { + padding-left: 0px; } + #panelCenter { + spacing: 4px; } + #panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } + #panel:highlight { + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } + +.panelLeft { + spacing: 4px; } + .panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + .panelLeft:ltr { + padding-right: 4px; } + .panelLeft:rtl { + padding-left: 4px; } + .panelLeft.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + .panelLeft.vertical:ltr { + padding-right: 0px; } + .panelLeft.vertical:rtl { + padding-left: 0px; } +.panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } +.panelRight:ltr { + padding-left: 4px; + spacing: 0px; } +.panelRight:rtl { + padding-right: 4px; + spacing: 0px; } +.panelRight.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + .panelRight.vertical:ltr { + padding-left: 0px; + spacing: 0px; } + .panelRight.vertical:rtl { + padding-right: 0px; + spacing: 0px; } +.panelCenter { + spacing: 4px; } + .panelCenter.vertical { + padding-left: 0px; + padding-right: 0px; } + .panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } +.panel-top, .panel-bottom, .panel-left, .panel-right { + color: #ffffff; + font-size: 1em; + padding: 0px; } +.panel-top { + border-image: url("common-assets/panel/panel-top.svg") 1 1 1 1; } +.panel-bottom, .panel-left, .panel-right { + border-image: url("common-assets/panel/panel-bottom.svg") 1 1 1 1; } +.panel-dummy { + background-color: rgba(252, 65, 56, 0.5); } + .panel-dummy:entered { + background-color: rgba(252, 65, 56, 0.6); } +.panel-status-button { + border-width: 0; + -natural-hpadding: 3px; + -minimum-hpadding: 3px; + font-weight: bold; + color: white; + height: 22px; } +.panel-button { + -natural-hpadding: 6px; + -minimum-hpadding: 2px; + font-weight: bold; + color: green; + transition-duration: 100; } + +.system-status-icon { + icon-size: 16px; + padding: 0 1px; } + +#overview { + spacing: 12px; } + +.window-caption { + background-color: rgba(53, 53, 53, 0.95); + border: 1px solid rgba(53, 53, 53, 0.95); + color: #c3c3c3; + spacing: 25px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; } + .window-caption#selected { + background-color: #1080e4; + color: #ffffff; + border: 1px solid #1080e4; + spacing: 25px; } + +.expo-workspaces-name-entry, +.expo-workspaces-name-entry#selected { + height: 15px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .expo-workspaces-name-entry:focus, + .expo-workspaces-name-entry#selected:focus { + border: 1px solid #1080e4; + background-color: #1080e4; + color: #ffffff; + font-style: italic; + transition-duration: 300; + selection-background-color: #ffffff; + selected-color: #1080e4; } + +.expo-workspace-thumbnail-frame { + border: 4px solid rgba(255, 255, 255, 0); + background-color: rgba(255, 255, 255, 0); + border-radius: 2px; } + .expo-workspace-thumbnail-frame#active { + border: 4px solid #1080e4; + background-color: black; + border-radius: 2px; } + +.expo-background { + background-color: #353535; } + +.workspace-thumbnails { + spacing: 26px; } + .workspace-thumbnails-background, .workspace-thumbnails-background:rtl { + padding: 8px; } +.workspace-add-button { + background-image: url("common-assets/misc/add-workspace.svg"); + height: 200px; + width: 35px; + transition-duration: 100; } + .workspace-add-button:hover { + background-image: url("common-assets/misc/add-workspace-hover.svg"); + transition-duration: 100; } + .workspace-add-button:active { + background-image: url("common-assets/misc/add-workspace-active.svg"); + transition-duration: 100; } +.workspace-overview-background-shade { + background-color: rgba(0, 0, 0, 0.5); } + +.workspace-close-button, +.window-close { + background-image: url("common-assets/misc/close.svg"); + background-size: 26px; + height: 26px; + width: 26px; + -cinnamon-close-overlap: 10px; } + .workspace-close-button:hover, + .window-close:hover { + background-image: url("common-assets/misc/close-hover.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + .workspace-close-button:active, + .window-close:active { + background-image: url("common-assets/misc/close-active.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + +.window-close-area { + background-image: url("common-assets/misc/trash-icon.svg"); + height: 120px; + width: 400px; } + +.about-content { + width: 550px; + height: 250px; + spacing: 8px; + padding-bottom: 10px; } +.about-title { + font-size: 2em; + font-weight: bold; } +.about-uuid { + font-size: 10px; + color: #888; } +.about-icon { + padding-right: 20px; + padding-bottom: 14px; } +.about-scrollBox { + border: 1px solid #202020; + border-radius: 2px; + background-color: #404040; + padding: 4px; + padding-right: 0; + border-radius: 0; } + .about-scrollBox-innerBox { + padding: 1.2em; + spacing: 1.2em; } +.about-description { + padding-top: 4px; + padding-bottom: 16px; } +.about-version { + padding-left: 7px; + font-size: 10px; + color: #888; } + +.calendar { + padding: .4em 1.75em; + spacing-rows: 0px; + spacing-columns: 0px; } + +.calendar-month-label { + color: #D3D3D3; + font-weight: bold; + padding: 8px 0; } + +.calendar-change-month-back, +.calendar-change-month-forward { + width: 16px; + height: 16px; } + +.calendar-change-month-back { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:focus, .calendar-change-month-back:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-back:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:rtl { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-back:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + +.calendar-change-month-forward { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-forward:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:rtl { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-forward:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + +.datemenu-date-label { + padding: .4em 1.75em; + font-weight: bold; + text-align: center; + color: #D3D3D3; + border-radius: 2px; } + +.calendar-day-base { + font-size: 85%; + text-align: center; + width: 25px; + height: 25px; + padding: 0.1em; + margin: 2px; + border-radius: 12.5px; } + +.calendar-day-heading { + color: rgba(211, 211, 211, 0.85); + margin-top: 1em; + font-size: 80%; } + +.calendar-day { + border-width: 0; + color: rgba(211, 211, 211, 0.9); } + +.calendar-day-top { + border-top-width: 0; } + +.calendar-day-left { + border-left-width: 0; } + +.calendar-nonwork-day { + color: #D3D3D3; + background-color: transparent; + font-weight: bold; } + +.calendar-today, +.calendar-today:active, +.calendar-today:focus, +.calendar-today:hover { + font-weight: bold; + color: #ffffff; + background-color: #1080e4; + border-width: 0; } + +.calendar-other-month-day { + color: rgba(211, 211, 211, 0.3); + opacity: 1; } + +.calendar-week-number { + color: rgba(211, 211, 211, 0.85); + font-size: 80%; } + +#notification { + border: 1px solid #202020; + border-radius: 3px; + background-color: #2f2f2f; + padding: 13px; + spacing-rows: 10px; + spacing-columns: 10px; + margin-from-right-edge-of-screen: 20px; + width: 34em; + color: #D3D3D3; } + .popup-menu #notification { + color: #D3D3D3; + border-image: url("dark-assets/misc/message.svg") 9 9 9 9; } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { + padding: 5px; } + #notification.multi-line-notification { + padding-bottom: 13px; + color: #c3c3c3; } + #notification-scrollview { + max-height: 10em; } + #notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { + height: 1em; } + #notification-scrollview:ltr > StScrollBar { + padding-left: 6px; } + #notification-scrollview:rtl > StScrollBar { + padding-right: 6px; } + #notification-body { + spacing: 5px; } + #notification-actions { + spacing: 10px; } + +.notification-with-image { + min-height: 159px; + color: #D3D3D3; } +.notification-button, .notification-icon-button { + padding: 5px; } +.notification-icon-button > StIcon { + icon-size: 32px; } + +#altTabPopup { + padding: 8px; + spacing: 16px; } + +.switcher-list { + color: #D3D3D3; + border: 1px solid #202020; + background-color: #2f2f2f; + border-radius: 3px; + padding: 20px; } + .switcher-list > StBoxLayout { + padding: 4px; } + .switcher-list-item-container { + spacing: 8px; } + .switcher-list .item-box { + padding: 8px; + border-radius: 2px; } + .switcher-list .item-box:outlined { + padding: 8px; + border: 1px solid #1080e4; } + .switcher-list .item-box:selected { + color: #ffffff; + background-color: #1080e4; + border: 0px solid #1080e4; } + .switcher-list .thumbnail { + width: 256px; } + .switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; } + .switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.2); } + +.switcher-arrow { + border-color: transparent; + color: #D3D3D3; } + .switcher-arrow:highlighted { + border-color: transparent; + color: #ffffff; } + +.thumbnail-scroll-gradient-left { + background-color: transparent; + border-radius: 24px; + border-radius-topright: 0px; + border-radius-bottomright: 0px; + width: 60px; } + +.thumbnail-scroll-gradient-right { + background-color: transparent; + border-radius: 24px; + border-radius-topleft: 0px; + border-radius-bottomleft: 0px; + width: 60px; } + +.ripple-box { + width: 104px; + height: 104px; + background-image: url("common-assets/misc/corner-ripple.svg"); + background-size: contain; } + .ripple-box:rtl { + background-image: url("common-assets/misc/corner-ripple.svg"); } + +.lightbox { + background-color: rgba(0, 0, 0, 0.4); } + +.flashspot { + background-color: white; } + +.modal-dialog { + background-color: #2f2f2f; + border: 1px solid #202020; + border-radius: 3px; + padding: 0; } + .modal-dialog > StBoxLayout:first-child { + padding: 20px 10px 10px 10px; } + .modal-dialog-button-box { + spacing: 0; + margin: 0px; + padding: 14px 10px; + border: none; + background-color: #2f2f2f; } + .modal-dialog-button-box .modal-dialog-button { + padding-top: 0; + padding-bottom: 0; + height: 30px; } + +.run-dialog { + padding: 0px 15px 10px 15px; + border: 1px solid #202020; + border-radius: 3px; + background-color: #2f2f2f; } + .run-dialog > * { + padding: 0; } + .run-dialog-label { + font-size: 0; + font-weight: bold; + color: #D3D3D3; + padding-bottom: 0; } + .run-dialog-error-label { + color: #FC4138; } + .run-dialog-error-box { + padding-top: 15px; + spacing: 5px; } + .run-dialog-completion-box { + padding-top: 5px; + padding-left: 15px; + font-size: 10px; } + .run-dialog-entry { + width: 21em; + padding: 7px; + border-radius: 3px; + caret-color: #c3c3c3; + selected-color: #ffffff; + selection-background-color: #1080e4; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .run-dialog-entry:focus { + color: #D3D3D3; + background-color: #404040; + border: 1px solid #1080e4; + box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); } + .run-dialog .modal-dialog-button-box { + border: none; + box-shadow: none; + background: none; } + +/* CinnamonMountOperation Dialogs */ +.cinnamon-mount-operation-icon { + icon-size: 48px; } + +.mount-password-reask { + color: #F27835; } + +.show-processes-dialog, +.mount-question-dialog { + spacing: 24px; } + .show-processes-dialog-subject, + .mount-question-dialog-subject { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; } + .show-processes-dialog-subject:rtl, + .mount-question-dialog-subject:rtl { + padding-left: 0px; + padding-right: 17px; } + .show-processes-dialog-description, + .mount-question-dialog-description { + padding-left: 17px; + width: 28em; } + .show-processes-dialog-description:rtl, + .mount-question-dialog-description:rtl { + padding-right: 17px; } + +.show-processes-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; } + .show-processes-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; } + .show-processes-dialog-app-list-item { + color: #ccc; } + .show-processes-dialog-app-list-item:hover { + color: white; } + .show-processes-dialog-app-list-item:ltr { + padding-right: 1em; } + .show-processes-dialog-app-list-item:rtl { + padding-left: 1em; } + .show-processes-dialog-app-list-item-icon:ltr { + padding-right: 17px; } + .show-processes-dialog-app-list-item-icon:rtl { + padding-left: 17px; } + .show-processes-dialog-app-list-item-name { + font-size: 1.1em; } + +.magnifier-zoom-region { + border: 2px solid maroon; } + .magnifier-zoom-region .full-screen { + border-width: 0px; } + +#keyboard { + background-color: rgba(53, 53, 53, 0.95); + border-width: 0; + border-top-width: 1px; + border-color: rgba(0, 0, 0, 0.4); } + +.keyboard-layout { + spacing: 10px; + padding: 10px; } + +.keyboard-row { + spacing: 15px; } + +.keyboard-key { + min-height: 2em; + min-width: 2em; + font-size: 14pt; + font-weight: bold; + border-radius: 3px; + box-shadow: none; + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #c3c3c3; + border: 1px solid #202020; + background-color: rgba(109, 109, 109, 0.35); } + .keyboard-key:hover { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(127, 127, 127, 0.45); } + .keyboard-key:active, .keyboard-key:checked { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #ffffff; + border: 1px solid #1080e4; + background-color: #1080e4; } + .keyboard-key:grayed { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #606060; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(109, 109, 109, 0.2); } + +.keyboard-subkeys { + color: #c3c3c3; + padding: 5px; + -arrow-border-radius: 2px; + -arrow-background-color: rgba(53, 53, 53, 0.95); + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0.4); + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 5px; } + +.menu-favorites-box { + margin: auto; + padding: 10px; + transition-duration: 300; + background-color: #404040; + border: 1px solid #202020; } +.menu-favorites-button { + padding: 10px; + border: 1px solid transparent; } +.menu-places-box { + margin: auto; + padding: 10px; + border: 0px solid red; } +.menu-places-button { + padding: 10px; } +.menu-categories-box { + padding: 10px 30px 10px 30px; } +.menu-applications-inner-box, .menu-applications-outer-box { + padding: 10px 10px 0 10px; } +.menu-application-button { + padding: 7px; + border: 1px solid transparent; } + .menu-application-button:highlighted { + font-weight: bold; } + .menu-application-button-selected { + padding: 7px; } + .menu-application-button-selected:highlighted { + font-weight: bold; } + .menu-application-button-label:ltr { + padding-left: 5px; } + .menu-application-button-label:rtl { + padding-right: 5px; } +.menu-category-button { + padding: 7px; + border: 1px solid transparent; } + .menu-category-button-selected { + padding: 7px; } + .menu-category-button-hover { + background-color: red; + border-radius: 2px; } + .menu-category-button-greyed { + padding: 7px; + color: rgba(211, 211, 211, 0.45); + border: 1px solid transparent; } + .menu-category-button-label:ltr { + padding-left: 5px; } + .menu-category-button-label:rtl { + padding-right: 5px; } +.menu-selected-app-box { + padding-right: 30px; + padding-left: 28px; + text-align: right; + height: 30px; } + .menu-selected-app-box:rtl { + padding-top: 10px; + height: 30px; } +.menu-selected-app-title { + font-weight: bold; } +.menu-selected-app-description { + max-width: 150px; } +.menu-search-box:ltr { + padding-left: 30px; } +.menu-search-box-rtl { + padding-right: 30px; } + +#menu-search-entry { + width: 250px; + height: 15px; + font-weight: normal; + caret-color: #D3D3D3; } + +.menu-search-entry-icon { + icon-size: 1em; + color: #D3D3D3; } + +/* Context menu (at the moment only for favorites) */ +.info-osd { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 16px; + color: #D3D3D3; + border: 1px solid #202020; + border-radius: 5px; + background-color: #2f2f2f; } + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 20px; + margin: 32px; + min-width: 64px; + min-height: 64px; + color: #D3D3D3; + background-color: #2f2f2f; + border: 1px solid #202020; + border-radius: 5px; } + .osd-window .osd-monitor-label { + font-size: 3em; } + .osd-window .level { + padding: 0; + height: 4px; + background-color: rgba(0, 0, 0, 0.5); + border-radius: 2px; + color: #1080e4; } + +.window-list-box { + spacing: 6px; + padding-left: 10px; + padding-top: 1px; } + .window-list-box.vertical { + spacing: 0px; + padding-left: 0px; + padding-right: 0px; + padding-top: 10px; + padding-bottom: 10px; } + .window-list-box:highlight { + background-color: rgba(252, 65, 56, 0.5); } +.window-list-item-label { + font-weight: bold; + width: 15em; + min-width: 5px; } +.window-list-item-box { + font-weight: bold; + background-image: none; + padding-left: 8px; + padding-right: 8px; + transition-duration: 100; + color: rgba(255, 255, 255, 0.6); } + .window-list-item-box.right { + padding-left: 0px; + padding-right: 0px; } + .window-list-item-box.left { + padding-left: 0px; + padding-right: 0px; } + .window-list-item-box:hover { + color: #ffffff; } + .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus { + color: #ffffff; + border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; } +.window-list-item-demands-attention { + background-gradient-direction: vertical; + background-gradient-start: #F04A50; + background-gradient-end: #F04A50; } + +.sound-button { + width: 22px; + height: 13px; + padding: 8px; } + .sound-button-container { + padding-right: 3px; + padding-left: 3px; } + .sound-button StIcon { + icon-size: 1.4em; } + +.sound-track-infos { + padding: 5px; } +.sound-track-info { + padding-top: 2px; + padding-bottom: 2px; } + .sound-track-info StIcon { + icon-size: 16px; } + .sound-track-info StLabel { + padding-left: 5px; + padding-right: 5px; } +.sound-track-box { + padding-left: 15px; + padding-right: 15px; + max-width: 220px; } + +.sound-seek-box { + padding-left: 15px; } + .sound-seek-box StLabel { + padding-top: 2px; } + .sound-seek-box StIcon { + icon-size: 16px; } + +.sound-seek-slider { + width: 140px; } + +.sound-volume-menu-item { + padding: .4em 1.75em; } + .sound-volume-menu-item StIcon { + icon-size: 1.14em; + padding-left: 8px; + padding-right: 8px; } + +.sound-playback-control { + padding: 5px 10px 10px 10px; } + +.sound-player { + padding: 0 4px; } + .sound-player > StBoxLayout:first-child { + padding: 5px 10px 12px 10px; + spacing: 0.5em; } + .sound-player > StBoxLayout:first-child StButton:small { + width: 16px; + height: 8px; + padding: 1px; } + .sound-player > StBoxLayout:first-child StButton:small StIcon { + icon-size: 12px; } + .sound-player-generic-coverart { + background: rgba(0, 0, 0, 0.2); } + .sound-player-overlay { + width: 290px; + height: 70px; + padding: 15px; + spacing: 0.5em; + background: rgba(40, 40, 40, 0.85); + border: 0px solid rgba(28, 28, 28, 0.95); + border-bottom: 1px; + color: #c3c3c3; } + .sound-player-overlay StButton { + width: 22px; + height: 13px; + padding: 5px; + color: #c3c3c3; + border-radius: 2px; + border: 1px solid rgba(53, 53, 53, 0); } + .sound-player-overlay StButton StIcon { + icon-size: 16px; } + .sound-player-overlay StButton:hover { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(127, 127, 127, 0.45); } + .sound-player-overlay StButton:active { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #ffffff; + background-color: #1080e4; + border: 1px solid #1080e4; + box-shadow: inset 0 2px 4px #1080e4; } + .sound-player-overlay StBoxLayout { + padding-top: 2px; } + .sound-player-overlay > StBoxLayout { + spacing: 5px; } + .sound-player .slider { + height: 0.5em; + padding: 0; + border: none; + -slider-height: 0.5em; + -slider-background-color: #222222; + -slider-border-color: transparent; + -slider-active-background-color: #1080e4; + -slider-active-border-color: transparent; + -slider-border-width: 0px; + -slider-handle-radius: 0px; } + +#workspaceSwitcher { + spacing: 0px; + padding: 3px; } + +/* Controls the styling when using the "Simple buttons" option */ +.workspace-switcher { + padding-left: 3px; + padding-right: 3px; } + +.workspace-button { + width: 20px; + height: 10px; + color: #ffffff; + padding: 3px; + padding-top: 4px; + transition-duration: 300; } + .workspace-button:outlined, .workspace-button:outlined:hover { + color: #1080e4; } + .workspace-button:hover { + color: rgba(16, 128, 228, 0.5); } + +/* Controls the style when using the "Visual representation" option */ +.workspace-graph { + padding: 3px; + spacing: 3px; } + +.workspace-graph .workspace { + border: 1px solid rgba(0, 0, 0, 0.4); + background-color: rgba(0, 0, 0, 0.2); } + +.workspace-graph .workspace:active { + border: 1px solid #1080e4; } + +.workspace-graph .workspace .windows { + -active-window-background: rgba(79, 79, 79, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(79, 79, 79, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +.workspace-graph .workspace:active .windows { + -active-window-background: rgba(105, 105, 105, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(54, 54, 54, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +#panel-launchers-box { + padding-left: 7px; } + #panel-launchers-box.vertical { + padding-top: 2px; + padding-bottom: 2px; + padding-left: 0px; + padding-right: 0px; } + #panel-launchers-box.vertical .panel-launcher { + border-bottom-width: 1px; } + +.panel-launcher { + margin: 1px; + padding: 1px; + transition-duration: 200; } + .panel-launcher:hover { + border: 0px solid #1080e4; + border-bottom-width: 1px; } + +#overview-corner { + background-image: url("common-assets/misc/overview.png"); } + #overview-corner:hover { + background-image: url("common-assets/misc/overview-hover.png"); } + +.applet-separator { + padding: 1px 4px; } +.applet-separator-line { + width: 1px; + background: rgba(255, 255, 255, 0.12); } +.applet-box { + padding-left: 3px; + padding-right: 3px; + color: rgba(255, 255, 255, 0.6); + text-shadow: none; + transition-duration: 100; } + .applet-box.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 3px; + padding-bottom: 3px; } + .applet-box:hover { + color: #ffffff; + background-color: #1080e4; } + .applet-box:highlight { + background-image: none; + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } +.applet-label { + font-weight: bold; + color: rgba(255, 255, 255, 0.6); } + .applet-label:hover, .applet-box:hover > .applet-label { + color: #ffffff; + text-shadow: none; } +.applet-icon { + color: #ffffff; + icon-size: 22px; } + .applet-icon:hover, .applet-box:hover > .applet-icon { + color: #ffffff; + text-shadow: none; } + +.user-icon { + width: 32px; + height: 32px; + background-color: transparent; + border: none; + border-radius: 0; } + +.user-label { + color: #D3D3D3; + font-size: 1em; + font-weight: bold; + margin: 0px; } + +.desklet { + color: #D3D3D3; } + .desklet:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders { + border: 1px solid #202020; + border-radius: 5px; + background-color: #2f2f2f; + color: #D3D3D3; + padding: 12px; + padding-bottom: 16px; } + .desklet-with-borders:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders-and-header { + border: 1px solid #202020; + border-top-width: 0; + border-radius: 0 0 5px 5px; + background-color: #2f2f2f; + color: #D3D3D3; + border-radius: 0; + border-radius-topleft: 0; + border-radius-topright: 0; + padding: 12px; + padding-bottom: 17px; } + .desklet-with-borders-and-header:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-header { + border: 1px solid #202020; + border-radius: 5px 5px 0 0; + background-color: #272727; + color: #D3D3D3; + font-size: 1em; + padding: 12px; + padding-bottom: 6px; } + .desklet-drag-placeholder { + border: 2px solid #1080e4; + background-color: rgba(16, 128, 228, 0.3); } + +.photoframe-box { + border: 1px solid #202020; + border-radius: 5px; + background-color: #2f2f2f; + color: #D3D3D3; + padding: 12px; + padding-bottom: 16px; } + +/*FIXME*/ +.workspace-osd { + /*color: red;*/ + color: #c3c3c3; + text-shadow: black 5px 5px 5px; + font-weight: bold; + font-size: 48pt; } + +.notification-applet-padding { + padding: .5em 1em; } + +.notification-applet-container { + max-height: 100px; } + +.tile-preview { + background-color: rgba(16, 128, 228, 0.3); + border: 1px solid #1080e4; } + .tile-preview.snap { + background-color: rgba(16, 128, 228, 0.6); } + +.tile-hud { + background-color: rgba(16, 128, 228, 0.3); + border: 1px solid #1080e4; } + .tile-hud.snap { + background-color: rgba(16, 128, 228, 0.6); } + .tile-hud:top { + border-top-width: 0px; } + .tile-hud:bottom { + border-bottom-width: 0px; } + .tile-hud:left { + border-left-width: 0px; } + .tile-hud:right { + border-right-width: 0px; } + .tile-hud:top-left { + border-top-width: 0px; + border-left-width: 0px; } + .tile-hud:top-right { + border-top-width: 0px; + border-right-width: 0px; } + .tile-hud:bottom-left { + border-bottom-width: 0px; + border-left-width: 0px; } + .tile-hud:bottom-right { + border-bottom-width: 0px; + border-right-width: 0px; } + +.xkcd-box { + padding: 6px; + border: 0px; + background-color: transparent; + border-radius: 0px; } diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/menu/menu-separator.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/menu/menu-separator.svg new file mode 100644 index 0000000..4962ebc --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/menu/menu-separator.svg @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="90.311111mm" + height="0.56444442mm" + viewBox="0 0 320 1.9999999" + id="svg7537" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menu-separator.svg"> + <defs + id="defs7539" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="115.53549" + inkscape:cy="8.9322818" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1366" + inkscape:window-height="723" + inkscape:window-x="0" + inkscape:window-y="23" + inkscape:window-maximized="1" /> + <metadata + id="metadata7542"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(340,-443.3622)" /> +</svg> diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/add-workspace-active.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/add-workspace-active.svg new file mode 100644 index 0000000..0adcf33 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/add-workspace-active.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace-active.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="7.0289763" + inkscape:cy="105.84046" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:1;fill:#1080e4;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:1;fill:#1080e4;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#ffffff;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/add-workspace-hover.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/add-workspace-hover.svg new file mode 100644 index 0000000..ce48f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/add-workspace-hover.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace-hover.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="3.4046076" + inkscape:cy="118.15924" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:0.45;fill:#202020;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#bababa;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/add-workspace.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/add-workspace.svg new file mode 100644 index 0000000..5b3ed52 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/add-workspace.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="7.3133825" + inkscape:cy="105.84268" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#bababa;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/bg.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/bg.svg new file mode 100644 index 0000000..feeddea --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/bg.svg @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32" + height="32" + viewBox="0 0 32 32" + id="svg5386" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="bg.svg"> + <defs + id="defs5388" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="18.271674" + inkscape:cy="5.838404" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid5954" /> + </sodipodi:namedview> + <metadata + id="metadata5391"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1020.3622)"> + <rect + style="display:inline;opacity:0.81;fill:none;fill-opacity:1;stroke:#161a26;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-3" + width="23" + height="21.999889" + x="4.5" + y="1024.8622" + rx="2.0000005" + ry="1.9999999" /> + <rect + style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164" + width="22" + height="20.999971" + x="5" + y="1025.3622" + rx="1.4" + ry="1.4" /> + <g + transform="translate(-425.99995,658.36226)" + id="g4271" + style="display:inline;opacity:0.65"> + <rect + ry="8" + rx="8" + y="362.49994" + x="426.49994" + height="31" + width="31.000011" + id="rect4164-4-7-5-3-8-8" + style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6.999999" + rx="7" + y="363.49997" + x="427.49994" + height="28.999996" + width="29.000011" + id="rect4164-4-7-5-3-8" + style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6" + rx="6" + y="364.49994" + x="428.49994" + height="26.999998" + width="27.000011" + id="rect4164-4-7-5-3" + style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="5" + rx="4.9999995" + y="365.49997" + x="429.49997" + height="24.999998" + width="24.999981" + id="rect4164-4-7-5" + style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + transform="translate(-6.1035156e-5,0)" + id="rect4164-4-7" + d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" + style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscssc" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg new file mode 100644 index 0000000..90f4852 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + sodipodi:docname="calendar-arrow-left-hover.svg" + height="16" + id="svg7384" + inkscape:version="0.91 r13725" + version="1.1" + width="16"> + <metadata + id="metadata90"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + bordercolor="#666666" + borderopacity="1" + inkscape:current-layer="layer12" + inkscape:cx="7.3546086" + inkscape:cy="7.9323223" + gridtolerance="10" + inkscape:guide-bbox="true" + guidetolerance="10" + id="namedview88" + inkscape:object-nodes="false" + inkscape:object-paths="false" + objecttolerance="10" + pagecolor="#ffffff" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + showborder="true" + showgrid="true" + showguides="true" + inkscape:snap-bbox="true" + inkscape:snap-bbox-midpoints="false" + inkscape:snap-global="true" + inkscape:snap-grids="true" + inkscape:snap-nodes="true" + inkscape:snap-others="false" + inkscape:snap-to-guides="true" + inkscape:window-height="1030" + inkscape:window-maximized="1" + inkscape:window-width="1920" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:zoom="22.627417" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + empspacing="2" + enabled="true" + id="grid4866" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="1px" + spacingy="1px" + type="xygrid" + visible="true" /> + <inkscape:grid + color="#000000" + empcolor="#000000" + empopacity="0" + empspacing="4" + enabled="true" + id="grid5968" + opacity="0.1254902" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="0.5px" + spacingy="0.5px" + type="xygrid" + visible="true" /> + </sodipodi:namedview> + <title + id="title9167">Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/calendar-arrow-left.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/calendar-arrow-left.svg new file mode 100644 index 0000000..2774254 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/calendar-arrow-left.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg new file mode 100644 index 0000000..dfb2b37 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/calendar-arrow-right.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/calendar-arrow-right.svg new file mode 100644 index 0000000..366e69b --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/calendar-arrow-right.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/close-active.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/close-active.svg new file mode 100644 index 0000000..95822bf --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/close-active.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/close-hover.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/close-hover.svg new file mode 100644 index 0000000..7b52140 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/close-hover.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/close.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/close.svg new file mode 100644 index 0000000..e221a33 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/close.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/corner-ripple.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/corner-ripple.svg new file mode 100644 index 0000000..fa409c1 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/corner-ripple.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/desklet-header.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/desklet-header.svg new file mode 100644 index 0000000..a6e1054 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/desklet-header.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/desklet.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/desklet.svg new file mode 100644 index 0000000..8445c61 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/desklet.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/osd.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/osd.svg new file mode 100644 index 0000000..df41a00 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/osd.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/overview-hover.png b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/overview-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..75673f9cf4d11cc891275cbcb5fc775db9585540 GIT binary patch literal 838 zcmV-M1G)T(P)kdg0009GNkl1!KD9DQ@_rPbw?9N7*sw#Z576(BYZ3DEzb{X_e)6zI27Qi4@NLTggv_=u%gc6IKq z_MDkkn?VhNLVmQbWvk!4Q-E9+tqwIZ;jQ&2E4P!K4{ zVmm2%q@W83^_SfE%JoPU#PVW+Td|Lms^%XH9UnTZV>$b6d z{;iU34gsM(fa~AKN6w(yeBwPF_MaV`T-4G#6|dp!-S{$2pZ|Q=%Vnpz|5@{Ca6S00 zlz1sJXa`i!JTylYZ!b%K?7q9$^qax-syC|M=I)D^N5_rH#`N;-Pu(o__C}S^1P6r% z*C$O!_Ow)PU-d_WouD0qS|zP`TY-r>$~^YT2l0me>;5hrW~9P=&pB+Y+{Wqsx>1SGJUMB~@W z>Dr(%@xn4ps(4lo8$o@ZkfAjy#g-&i?2R`@oyh|q*}}szNcyIcR;ZMdUWH*PF*&Ss zZN4?PvVi6mvE~L-wRk<)2wQXH5CwhZHWD!KbIZ5JreuJVm-AZYihvH8&lBRn&8q26 zs_Am|Ixp&b5n5Dy@FGCRX3>$w45I$si?j*_{L_oH6w%#Px`rnIxA=%Z0mD;*r^|!p Q1ONa407*qoM6N<$f{;O?8~^|S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/overview.png b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/misc/overview.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb4f87f4e8e2b95cb3ae488e84da3d63d1786ed GIT binary patch literal 680 zcmV;Z0$2TsP)kdg00002VoOIv0RM-N z%)bBt010qNS#tmY3ljhU3ljkVnw%H_000McNliru-U%BC88MnF!IrGCBwm9)u_fl)|8*yQeM^6m$^r64|vV z3`vkcNr{9G7J`vMnZim6VY%*Zx;s0&JI-`zYgVOmhkZ`p_Z^=1dEe)GKPaJu{{h0T zyNHO0fQ^NPjqv*gY<94){zV`lb$k2Uf~Q@9+-l<8hxyJ#jr5`=-0o`A3*%NZ)IZ+*HH*RyO0Q4Yaj-SHFD97pssQ;?B{Jj#yThZ--;`ZmBH3X{6TcLhClVGN)8+2eH}DXOOW7= z=5IsRtH-?@rJgzt_jMTK$ziIHi--1?KrL_BSR06vB*7NO!=x54(svg~5+g=@AiA+u z-hf(6AUmjJ5N!<7=zw_Kt@@1A;!n0oVPoSFZ9sMuEm8n%M*X3|nt~&Dnib!6?3%C8 z^I(lXv>9cO?*&+xbF+%p)Ajrqz7v(xr%ra}QXfBG2v63X^WhzB>giInxmnC&7X(K$ zWevfR^DSrcnfwN_`+#Y_oVY)KD|Dz<_PYGudY9+@%%!pAb+$40&w&uPC)cXueyyw; z`Rn4-iR*Jq2{{o~Dh{f_`1;h;)z>R=bn;Fcg`$DF(eU9x!p07j6_}Y)rCbu@F&kA!CyxOMZ8Z_FEHjHVKl}m(9?n#zS$LZO O0000 + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/activities-active.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/activities-active.svg new file mode 100644 index 0000000..6986f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/activities-active.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/activities.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/activities.svg new file mode 100644 index 0000000..b4a4b0d --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/activities.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/panel-bottom.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/panel-bottom.svg new file mode 100644 index 0000000..c6d6f5f --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/panel-bottom.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/panel-top.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/panel-top.svg new file mode 100644 index 0000000..43dd84b --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/panel-top.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/window-list-active-bottom.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/window-list-active-bottom.svg new file mode 100644 index 0000000..74800f9 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/window-list-active-bottom.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/window-list-active-top.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/window-list-active-top.svg new file mode 100644 index 0000000..8ae94cf --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/common-assets/panel/window-list-active-top.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg new file mode 100644 index 0000000..9ca2bd6 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/checkbox/checkbox-checked.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/checkbox/checkbox-checked.svg new file mode 100644 index 0000000..f7f1be2 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/checkbox/checkbox-checked.svg @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg new file mode 100644 index 0000000..1d560b6 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg new file mode 100644 index 0000000..f99c5d6 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/menu/menu-hover.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/menu/menu-hover.svg new file mode 100644 index 0000000..a023a8e --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/menu/menu-hover.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/menu/menu.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/menu/menu.svg new file mode 100644 index 0000000..44e295d --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/menu/menu.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/menu/submenu.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/menu/submenu.svg new file mode 100644 index 0000000..9369544 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/menu/submenu.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/misc/button-box.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/misc/button-box.svg new file mode 100644 index 0000000..0342698 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/misc/button-box.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/misc/message.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/misc/message.svg new file mode 100644 index 0000000..fa9e40d --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/misc/message.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/misc/modal.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/misc/modal.svg new file mode 100644 index 0000000..ec0b945 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/misc/modal.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/switch/switch-off.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/switch/switch-off.svg new file mode 100644 index 0000000..5d6df1f --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/switch/switch-off.svg @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/switch/switch-on.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/switch/switch-on.svg new file mode 100644 index 0000000..e3b74e8 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/dark-assets/switch/switch-on.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/menu/menu-separator.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/menu/menu-separator.svg new file mode 100644 index 0000000..4962ebc --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/menu/menu-separator.svg @@ -0,0 +1,60 @@ + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/misc/add-workspace-active.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/add-workspace-active.svg new file mode 100644 index 0000000..4a54d61 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/add-workspace-active.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/misc/add-workspace-hover.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/add-workspace-hover.svg new file mode 100644 index 0000000..ce48f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/add-workspace-hover.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/misc/add-workspace.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/add-workspace.svg new file mode 100644 index 0000000..5b3ed52 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/add-workspace.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/misc/bg.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/bg.svg new file mode 100644 index 0000000..feeddea --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/bg.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/misc/calendar-arrow-left-hover.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/calendar-arrow-left-hover.svg new file mode 100644 index 0000000..fb957eb --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/calendar-arrow-left-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/misc/calendar-arrow-left.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/calendar-arrow-left.svg new file mode 100644 index 0000000..2774254 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/calendar-arrow-left.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/misc/calendar-arrow-right-hover.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/calendar-arrow-right-hover.svg new file mode 100644 index 0000000..f2c44a4 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/calendar-arrow-right-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/misc/calendar-arrow-right.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/calendar-arrow-right.svg new file mode 100644 index 0000000..366e69b --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/calendar-arrow-right.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/misc/close-active.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/close-active.svg new file mode 100644 index 0000000..95822bf --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/close-active.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/misc/close-hover.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/close-hover.svg new file mode 100644 index 0000000..7b52140 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/close-hover.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/misc/close.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/close.svg new file mode 100644 index 0000000..e221a33 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/close.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/misc/corner-ripple-ltr.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/corner-ripple-ltr.svg new file mode 100644 index 0000000..ec3d261 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/corner-ripple-ltr.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/misc/corner-ripple-rtl.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/corner-ripple-rtl.svg new file mode 100644 index 0000000..ec95067 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/corner-ripple-rtl.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/misc/desklet-header.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/desklet-header.svg new file mode 100644 index 0000000..a6e1054 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/desklet-header.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/misc/desklet.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/desklet.svg new file mode 100644 index 0000000..8445c61 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/desklet.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/misc/osd.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/osd.svg new file mode 100644 index 0000000..df41a00 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/osd.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/misc/overview-hover.png b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/overview-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..75673f9cf4d11cc891275cbcb5fc775db9585540 GIT binary patch literal 838 zcmV-M1G)T(P)kdg0009GNkl1!KD9DQ@_rPbw?9N7*sw#Z576(BYZ3DEzb{X_e)6zI27Qi4@NLTggv_=u%gc6IKq z_MDkkn?VhNLVmQbWvk!4Q-E9+tqwIZ;jQ&2E4P!K4{ zVmm2%q@W83^_SfE%JoPU#PVW+Td|Lms^%XH9UnTZV>$b6d z{;iU34gsM(fa~AKN6w(yeBwPF_MaV`T-4G#6|dp!-S{$2pZ|Q=%Vnpz|5@{Ca6S00 zlz1sJXa`i!JTylYZ!b%K?7q9$^qax-syC|M=I)D^N5_rH#`N;-Pu(o__C}S^1P6r% z*C$O!_Ow)PU-d_WouD0qS|zP`TY-r>$~^YT2l0me>;5hrW~9P=&pB+Y+{Wqsx>1SGJUMB~@W z>Dr(%@xn4ps(4lo8$o@ZkfAjy#g-&i?2R`@oyh|q*}}szNcyIcR;ZMdUWH*PF*&Ss zZN4?PvVi6mvE~L-wRk<)2wQXH5CwhZHWD!KbIZ5JreuJVm-AZYihvH8&lBRn&8q26 zs_Am|Ixp&b5n5Dy@FGCRX3>$w45I$si?j*_{L_oH6w%#Px`rnIxA=%Z0mD;*r^|!p Q1ONa407*qoM6N<$f{;O?8~^|S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/misc/overview.png b/themes/Mint-Y-Dark-Watusi/cinnamon/misc/overview.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb4f87f4e8e2b95cb3ae488e84da3d63d1786ed GIT binary patch literal 680 zcmV;Z0$2TsP)kdg00002VoOIv0RM-N z%)bBt010qNS#tmY3ljhU3ljkVnw%H_000McNliru-U%BC88MnF!IrGCBwm9)u_fl)|8*yQeM^6m$^r64|vV z3`vkcNr{9G7J`vMnZim6VY%*Zx;s0&JI-`zYgVOmhkZ`p_Z^=1dEe)GKPaJu{{h0T zyNHO0fQ^NPjqv*gY<94){zV`lb$k2Uf~Q@9+-l<8hxyJ#jr5`=-0o`A3*%NZ)IZ+*HH*RyO0Q4Yaj-SHFD97pssQ;?B{Jj#yThZ--;`ZmBH3X{6TcLhClVGN)8+2eH}DXOOW7= z=5IsRtH-?@rJgzt_jMTK$ziIHi--1?KrL_BSR06vB*7NO!=x54(svg~5+g=@AiA+u z-hf(6AUmjJ5N!<7=zw_Kt@@1A;!n0oVPoSFZ9sMuEm8n%M*X3|nt~&Dnib!6?3%C8 z^I(lXv>9cO?*&+xbF+%p)Ajrqz7v(xr%ra}QXfBG2v63X^WhzB>giInxmnC&7X(K$ zWevfR^DSrcnfwN_`+#Y_oVY)KD|Dz<_PYGudY9+@%%!pAb+$40&w&uPC)cXueyyw; z`Rn4-iR*Jq2{{o~Dh{f_`1;h;)z>R=bn;Fcg`$DF(eU9x!p07j6_}Y)rCbu@F&kA!CyxOMZ8Z_FEHjHVKl}m(9?n#zS$LZO O0000 + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/panel/activities-active.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/panel/activities-active.svg new file mode 100644 index 0000000..6986f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/panel/activities-active.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/panel/activities.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/panel/activities.svg new file mode 100644 index 0000000..b4a4b0d --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/panel/activities.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/panel/panel-bottom.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/panel/panel-bottom.svg new file mode 100644 index 0000000..c6d6f5f --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/panel/panel-bottom.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/panel/panel-top.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/panel/panel-top.svg new file mode 100644 index 0000000..43dd84b --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/panel/panel-top.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/panel/window-list-active-bottom.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/panel/window-list-active-bottom.svg new file mode 100644 index 0000000..b69b955 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/panel/window-list-active-bottom.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/panel/window-list-active-top.svg b/themes/Mint-Y-Dark-Watusi/cinnamon/panel/window-list-active-top.svg new file mode 100644 index 0000000..d2b8f15 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/cinnamon/panel/window-list-active-top.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Dark-Watusi/cinnamon/thumbnail.png b/themes/Mint-Y-Dark-Watusi/cinnamon/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..b892c37d1a5d1ffa878ef6a55a35d851793ba126 GIT binary patch literal 31016 zcmdqJbx>U2(l$yUSg-)WEdc@{xH}}lg9X>%?(Q%UG-%Ml2_d+CIalhkm8gG0mp_4f!aIhF9f5!p#fRt$L& z36X#aKHbJ#3=Zx&oRsKWWw)7~Id>=JwVSSkv$U7&8npb>kKR3hqy9M1x2Tu0ZZW7r zS+uhlrfF?yy)`uPx_G=H^Xt!#3eTS5i6J5?JnL&=)<;8?=BhBQ80c>X34blt%zI

54LO!QF`znyBdO|kr z^Zk9KF1PIt^6x!vT^a_>g>fMJfGB+FlyXR&eU;pBv9YmvJ26PO`d`0(t!Rg99`vZh zxG%x$_F_WFj)7 zH~pIFey+#=afANTUHx<0e|!GZ@UK1o?SelIpW4J`$4gla!RRLQao=4eE0-R&>H7t1 zSv4Qf9+%ljQk4N){oFG2)ogvLysk%BXEyB_X#mkgTDkm9q;%FzoNQWa+5%V9kTFru z@%dQgY>L9!&G3fhP_FP|?PynOWwG<8c6p+_SBDR;UP9gHao~wtf-Q#;Z6r2tY>8B+%UDIIxDW z6~EptCpbSV)^sri_0rH6HXeF1@OvL6kI=YFY_uH~s>Az3UpBA-(;!E5W+AyMQ9@2( z3V?UaZ^Udcd3llVAQknA#C<#saD)kOGb;H;3w-!V)NJ+Dym=IoItaZNs#D1f4W>1R zZ%&cxj6V?5twA-K$EDrCEKC_rBm^`_a3Q@`@_j)ct?~tCwPVR9Tcxf~2KA4n3Mp-; z-{Jez`=wP;k9b?`;r&@xrD3P@#<4nu_zF(W9Dl@19e%wI@{IQmb8Q#FZ)Q8MZ@0>w zj0M?k0g3K-(bV(%@bZ{7ECjP{|@(uE-^pUpQ7KR7;AUW$>Y)CBCF zAnA2XpS-rYxj^xt<@ity^PWG@T(}b$bV+sYA`6GbNPdFAZRgFj1Vrg3wKWOEo`TXl zDLgq81y_(@=T+pOr587_jilMi=wxo2)phypTTkUDGwSH!3I0URC)w!2jDBVv@&l1W z7n|`(UQPVI?ms>CNYFC8e9zv4NC+aCnutzF63+nK2g)S`6nZ%yJ2LM0Qfpu^quQ$T zSx+Hh=n{g1+u0CceHWp4^Q4u1Hg+UML1ZP7zc92}$!6Jw(##$rEikc%+$K~+PX(BW ze)UA-2Nl_Kosx{TIl(V zBy>8bFZPBmLJ+mcemD`fshnxQNfgoW#XWGc~+Lz)iG56vs zoT%yITKD`W4}BRO8Yjf~a9F=jmrr_iSPn57OQ)rE7rj8Ia73uRy_M4O+E!(DzU8%p)&*ivWO-AKZkkgCm;G zAPX!P7t{S0n}Q}nS2Tq(2)ggMa=Ww=dH2{s?QgxeFVHQ`^{dF<@9o23^9wDfAaptO z%vF{1$dPo^kNC8|pEsJ3ra0^=+7hT8k0A2l0-j(B7s%^zkS?}HRu^g3BxAgk(>C`e z@)`2h9$TOCk0#>x9dS*SwuFxxa!;4XoI(wAFofgE0E(lx{?Oe(e!dubdk`T`<7l^L zCGGKJSFbZ>U2uo=n$W02 zopQbKmjb*2rPf#X#gI5}Q#Y_ZKhStz zSiU~&FWsvlxND!YA^K&}(=RuO&z$=?VoUD>0%7wi^zWY@3o^ce&CJE^=yX)fkxcKv zBue|V2^AEA=T}!2-?gF`%;~9kN=iE-1fvm7fD))~Sun?es<_YL0Zva22CJW4&HkXN zUs@RAqAuDao8^0sDY3TEbkWOJbJ6H{!OZ-f{jLeODEhEe=;cOC*e07BrJ8;Ri`xFy zB~pJ@Jr=#BVLp96_(w$HF+vU~Rb&hFDT~b0{Ui#R$`r>u-Qkps=UBOWZ=wtnjI8#K z(q0Z%*PS&RBN!5jAu(xLe>N$ywLCSHKtR4&&P<;#T$S0{;=IZpew@g_=fN;R7V@&$ zoBD%vXF{{^d|^z)&i+YOATInwCKi4f975$h;C%+clLr&AqYf)UZ**k%n4f8&`=T@A zpsI(bj=IF)#s)5YX3mPqaa6E{YGclhtYpS2sJc{eU30xg{=8<14~Zsn<1{1qNaJJ+ zeed8#* z96zppie9njovJmu{mSS1Jxt>!1A-=swKTYZo*g#OuDamsxj#3{P53qFhMnB_vP3?y z`oPO)jxlTm)C{bOsX6Y?>)bD0_7}tR#TY8nN*W#)6V3I9IGr`6YZ+J`lz0VhfIjwk zhS9R=xsgr_g8~aD#YXiLFuaIhlyQI`Moq<+GE{i*C0k=!iiOsMn;H#O}_y^0lXzCx=pV#cYVzOxT7b^ta zX@f7b<&UnnUpJL+>{pU7>+78Wi;e)G1pWB3t+7;*uxBJwrxz~0QO9l)9p{sQbwnu3 z>II;s6Jfz2PiUY0F=gf=T%Zb407RDwKbTa?KE3k%3C6 zZTKVz2xl-pv7t?E|K)FnNaAYLxUn&}#Plf_1E9tDkbH&Ka%p{ zq*4AO|IZcw*7I+}U-@ry{G-VH?kIs)M$Lqcm1ylYYPY4jJz?9eib%G7|`o-8>Ac6yr^SCG4Z(w zzr-J+ZHLU=qAJ%R97gyb{mnJcq9pELD1`bsF_Dl)F14G;G&R#C;FoCo@fr8?=g${C zXF$CFxo=7OpM1+X0S`ipWcOcTNc5M-wdICg%V$^9HP#UMTX%SSf}^Y4uF?3D{-zuK zbrsPVw+=J`-l_Kcds73cVz%y3X`UGW>F^_vA* zfp};qa-#X<{sss$x44minvqfHEPZIm(#5iaI)4-{=sa{N4*;YL$t^{0b=#6a4AF5R7iTurAG)) z?ZocR#i?R>>&nVs3NE{p8T6Q(2Gr6(53erfo=?h8bl^%o7@Ji2V(s@muHA& zW&7hC@N!m|2)_HPgjR11N8Nmmj?YE*N|B%Es66{{3Yu35S0%7N+51uFHRPj0?SQx9X~zO%dx{K1*-Tp$@g6V6IH<~drf%_KQ=jWB=4Z;yU`YCv z9?D(79>QM9VP#d-!wD^0R+k-ha3mSTD?v6{2$RVo{P_fiYISfG2lofhy2Sm`?0DgD z7w4DbiFNkzKCQ<<$5++iBBfL1K(#w+k+6^uz2nW1I&CJCp>$be<2CszkQGmZPG2*K z{5?UJPfgQ4T$Hzl)J-N0(rGbOhW__1qmdEAa@ZS&tz9ZV&DS+MHwObiE2H323dYo@ zWth8ZzKDd0C$||z!4C${VYHy6#N_^+3nyX^x(}B*!r)AQ!b}{KVqphlyn8`VyKxit zBJW*R+b+=3N1@XCG;CA?hpnf`x@%f>xRBu%ttS{tdj=<{E%bD3Y%%vE=+#2puXbyr zp!y_jGrE48FJ>=NGM&mbrnX7!uv${CkPv>B0l--@3n!?RTsoqu+XGP~^eC#Ujas{t21!2j z%16dUI?DU8r~9HK56F+>q@tqIpUjEoi%G_J{n&iq9*|3j;8K`_FPNE(466}LfiI4+ zblZ2F!R5LFYJd(Xz$5)^0=Tlt8zU|8u{$KaC&2pZQ}#H}vih;;Zd$8Zd-xJ24g1vD{-R#7;AmA!2U&0MIBv1d+ zF;l^Cb;#(XU6H$U7nYu4lu8a}l zWLFFB>8@vpfWcN7Q2Lc^ltD+9{Qlc=jLHE~AAkfy3b}VGR;b8_p}7dO5~BAx{GoBG za<9)4MnBZYiR%@ z$M)9A$u|zFyM%LSTeb$7$8=14m-*l``Q%1R4M$Jxf5vkdT%J{~7f&0C2Y&fdDYjHeI&k>xChw-J}Nv+g16 zIM>}l1^D!&H>eUaKI;atp0!uu>T&Te>kahUpCC<0Abi1(Z=J1sICyO84od>MEjW^! zf;Dz@>QlbO+a7taW7>TE)HtHWOF)qa&p`QBI;sD zRR`;WzKV34ICs{drN~k$A_pe#`B=A6>}d7LW0qG7AA|XO5E0w*&b))evK8{lDK#VY zy@DPwQM54XznNowJSu3V|2TD zadri>v_tvX4=(mw<1^}~3XZ-zsduDm*805hR}1R{#zOFfgy8aVj($ZK z{MzLpokop{S?a~XE`d_+1FZx_!$-l>EtQ~%y2r@kE&h24(L865^{s?=#-mU5Sv2rf zL!vtK=KXuLF9^pRznOcVL>wca_eGgk>T?`9N=d6$GxS%?}ovo}(7(v=)icRAJnzM>OB@ zmISHn9SlrC>Q2Imx35p)1^{Wio{=x{IX<-XQPMfmUTs?wMqE7eM8b~MlBLokGr8I; zx=nO8q-7JTL;|Fuddl^y%YzNexh%LNI>7cCYIa>n`;Sa|XbzcM5=gX)jAlp{xF83F zs%3X4Z+`_i$?@Ug=zS{(dDxT#AB>G(*4Nid#KTTnaeiS6c66-ogFy)i`72-jA?yFj z|AFFPhx})#|GDCSySnbrYY#j>bs~c)rTG?PNECX9IYMDec#Po1PGLD5zrK`pkL1Bq zeQs1Y=~vwl2`LfW?P&wa-QfgL0>Z>|`qM9swK05StsyqDS6t+?;&6Zq8<*YE?2#v8 zj3IrS?<~U6Y5~kzwQ-A_{*X!73d}%s!w9Evoz1ydcxr|FUBzAhlu)X$2THSM&{A2! zEA2~sb^-zg>%gxGg;X7-B(fQ92#q6>CqY<=yv)JNPa`l|!^vAYqvqS{6@0em8=|#@ z3OXKgDU^4ysnMeRP0G*kR~%`_*o4yYtx57`l;1du@{wtFE*`>Omj0C0h8oRO73Ol~ z9@lk5>bvunIU*qXp!J13&s0Jl&6+IF<_oIg!sgh~9EuEjwai~dC1^nfDU1S`NfcC9 z<7~fosjQ@qt|=B7oA|c2x8GY~RZ_=O6}Ew18PklGu75zze8M`d?KS4c)a@Q#dxi`u z8K@1$D-~}4Ml7tVPA>=2r!<@q{_!*Q0|rwN*NV?zy~1tm;m^?rcLWu7Vn0V-V?8%8 z{|)EK(GlGtk@_Htwo93W7&a2eGXf<|O-cP?vavLocj`(x9q{MZ!9EKtEM;X3&jtMI z-moHXW3X7#F$eC~mE~Z-B&&TdlQp-mRl6@W;~JxuHF4>GUX{KMmc7s+W?(6BsmP}c z4G4LP#}3UaI52#K&t;|lf;7W#WJ}YB)s7p@WRJ=YCtd4LXt`K%OU4o&;%1PBUz4n8 z0gsf!3^!#D7G1VMp`9>>*AL+LyQGP$ayJ{NOM6^PmSx4SRoE6{Z+JGjR0+q>FD@)z zgkWYhvyZ6+jhl<_x#8)mj5ZF;EYuG&W<6Z*+lpTWt6#B=)o8uh2g+)~O2V7Uu~;b< z+8`HatUJ`R6n~a693q+h(F7j51?SL3?SrkKM)c6UCIVF^Ra&KH>?#k>h5@I2LnjOU zbgi)qCLv^wYGm8b!N*v{azbp8;} zGp_==9t{bxx)c_A-{^^WOjgdH97y?gUxN-`)8?1U6&-rON7|)|llk9i(X?_=d+Z^S~ zAN`XMH><)Ip@pX3hletxY+M0i<|i0hr%rN<;FCw6-5&k!TVwe3rQI?v`u3CLM4TvP zsPYUT@>xT~4H1H?Kv!j-C8{|?gyhR{4av9JpYhV=&TN>r)g}VJD-RGTxzTj_VX#2t z7EjR(P#CWG$3Xdl=BE)4w(Bu)PPXomURT=irvx~+%%V68ke^_~OU77?RtXUe@_Nrg z^QvT=c>(HLsBahQVs0h_aMl5>qsRc@!$7nvm(@7%L$@U?O}1Hh7o{3bAW6`S#JI~u z-HE3d@x+t6vYNxqQI(8#erU>xfGN1=1Vkn}oh#2~EM_?DnlbJ{P2d{-ylL0^x+V+3q{QnabvnvcCmiVJ^Cne|Z=9I#?Hb8rRkR=B;d%KhPs*8AI2gV)l{7KzRW<2vAE2F=)05kfB!r8y? zLVLw*zVMF+^(1BB>(D*}U)lT#p{tX$aIHL7V$B~8X!hIJ2GZ6}(tY88J?TI8|5qj~~#}dCb;;Bx{srFa(g0)j5mwhI{2%;ef`I5M-5G(c&E`86h z2zC-!4~`{e?C{m`=P&5_!x4@?OAqM&$_%{DjH@}g-@+mlwEFW#we&TB-h`?1POXpEOo_9}Xu0=iS7mObNb(+y;?${|tLgojuqKf3`Ix`z zp=1fDg*M*>t!&AT7u8EB2^my`wL{lw@$>4V;Q4{^X4UeG!bM~;_LFxs$Gyh4aT`;cmeQvuxOGO8 zD^1Z9P4;+?UI~^3W20r`2mvnKU3pE`^sg+}rlGO^AsQuB%mC}{djY{*R zs1^h*To?3GPPGSmnX>C;FRqUj=tIqy69~v)V0}nE5t_UH3c$!V<9*ylRYPFfRcdfs z!M4rtH8UK+Idd;Cn#(sGLt4YouoqT3qY#FCkB7_n42xHw zRbLoombAd6>r$J@MJk znvHjgu+~z=c%-JcrY4%j?4NT~de!u1H&veV*|cm#p=0vc?|Jx}a$TbKFzA{K8TU*( zMP7ucv~W2=pNcspk>p|SKEg{9brL}x&v}%{5jSq&6!y5+x#H%C=fNXeb>sOc!HuO? z8)`Ot$|`+#K)hEn-GfAhpf!XV9(ssWjp?gD#j*^+sdsuUf3u4?Z!M5PAKV#Kg_YAN zc*FKYy}CT|O`b)7>o>p|PK*2DBO2l3XQh|SE4}PTwCcSh7M(x^oMrlN<+2xTL00ry>25rH``W&+?~x zewI$jB@wmnuQO)SETQv>X{gtz&p3sFbwA)HYu2DF8>CI$uQ|0-EbX++>!Wjb6m6j! zh8E@JNN(VxLFI-Mj#pE|RWD=By@T1CY>CNRCCOSB^$~ceCay;&lj-MTEm&9OI*)D%*@uQabCm|pIBn~v>UzsGJeREXJA$DjqDltt@c z6YAG26m>$;(nDZ;`gLNH=fDS?(`d&lQ*yWayjRFOhK|0bV$q+0M*Bhw=6Ig>Q8;$e zMN^j85NOZsAgf3PhfyqU-&w6wL%^gj+X(;^*RwH5qpAN&H^~`4pa<%ui##;tZRra# zk=qM3rWr8UxPB(u;eA0-5j8jWSsqS7f^6t7vdg}wkB;w!^I(ErtYf0Bl zk6|A1Y0g+Vek&92uVJR9$6tS10I_30Q)Qgbp$YrrzbM7ysl-;A$V=8VJF5sGKY2ZF zg#Ga7QG@Og2jlXv=bPYKk$PO#dgz}nWr;bR%e>H6{b++{`FN}G6`N_CiI0>9@Dv_s zJ3WiMv+~8_cq@(gp@VsNQw@AA)%D87Vik^`S3i}bDTaYg_dIckc$byh%B_A83iF9f@{*o#c=Xa_M2>uu-<;WZj}GMiRG>)tg4yU4rW!PZL4v-* zwk6iSsW)qkOVI!clt7fw83<}gZmH2EW-Rkm+dus&KQ&{9HcS~662T-DWi}`G5B^%U_(CTEuwmf(gGOLM9 z_*NLRSk$zXrOVytA zYpMDROL_|^7JuN;W@P_2u%rO~1C|_JFD5c))*wC8F&&ZbX%pj>IW-3^n?@f3nN%J> zaW7=%q4L@-`I@dMPl%dTF~)#Z@cqN>PGQbfiy<-G?URAnjKn3SQdPK1QrPp=h$;0P z)uOqR$hvYfHC^4+v3%%Fx7}dbfEpBteBlqD;-Y^1q=)bbZBW{|Exohf+m?tQD#DBW zOis~-ug2L{ft2N)Vp|P>OMYO`;4sni{7Bi?zy);9kP*kV=l1;%5VxUQ5v|lgTiU8h z&%-xzO7uWP-@=Z;#a?X2Y*=zWNf-76ECPZYKv0bf0c&WzSE^;8S3>`KpW#*|*5Q5! zz~u0V{?)c4qah^NOrD4<{Jch#DXmut;OXZ|GPKdFU;Y9!XLk#z&{`1T{P>*;Rf#ZA zdpJ39&X)bAoWR`{KuI(?+u!~DO{I|IgR{9BpyM;cuQO1(2MW2JcbB>Ap!d=tzLZwX z5{h!>jjr0mA&c1!&aI_v7<+7UH%Cn)+fPa3%uy>Nz{ufWzMYq6)@rMvzDAB({cEOl8fXE zY5H+0if>zh(Gj^`Iz&?E(v!a}xFZ>YLd12am zr%MD9h1y?~WoHc4^~vQHL)u@Thhmuk2JmgoJj}#T*Fzx{Q&&5MUP{(z)Ar|G15!qj zEome}yQ1{9pXXBg8tTUqPo*BI(4H5b(Pe@?^j^?SZfb*3qId@7L$sv-v{WdR(f&(PpCkh=7?4s z1(Uk!7TMb%gJ=7REm}E1&vb)`Uacn^p)KT!wZcD3QTU)f+xFgz~RZVB~GrkLj zGt~6p@>8>NVrCxVT-RJ@$Y2k(>VWZf9H6YrmLoq{qCjPf_s|r@qqr;*9c07dy^OIV zPBl&N7?n=Kws5_n|SKbJrw;8*WX-NX|8AOwN3= zg3EfUwBjqkQE8KA40wxMyT^E!d?}l(OSpt;+`|(T@n5_jPZ%Up8Csl71qk{YRcMDr zuLB4W8gahwmw zTM}L;~s3bm9idVaDWvU16s@nUm@?Y}5MS@H$I)pbHH1<*-rsL7b~JcZcl zP6q|rr8@b{{clL6Puy3) zYLB}>6&BY_cWg6_LLE(xw#w~&rRpF&cwl9u@nZP(=glCT0$BtW^H+tPoA{`4$i@r{ zg?I)M1$d!D`yJNF`WoR)7Y-gT>scpS`m1*FADahldsbVKk4mIQT8}6nUhgKi9K2a+ zBjQBgvA&GmJy@AP#nZCfUF1^+40p&7Jq`k3ku12yEx7CPymjwn3+u{Cw$7QJzCn1*{*)RDC7Xu~cJjIonICM02#b z3QVGKebg}~qSQA5qZDTaMmaKm0%rUhYMJXjem{M%1!=n7d6u4jz{p#}<Vsk57_BjIj5-ax1JQ4%_UP8VqVpCCH|xe9(YNkCw%*Sv3IebUSd>#daS8zIv914 zF>@wfrplT^XDpIl2)=L@ay)Ebr!`QrV3}&#w~}xST?eM?nqr&>B6-0rneRy zpW!PkXW1-o(honqhA95{;|*0U9X;>mI}ix-5eNl}zT6Zhlogba5JYT=>e&)S6pORu zNFYRx@0FFUo|`%{NIaPX--i3~r>{(}RR<^Z`l&PpF=CsJ<#uYWlS^i6$@_mAN~tkA zl&pS-GaJcK^3*Gc%7&dXUfJ{oVmyti8{b@GeV(ocL5${nAlA`vyU3ooBi>o0b_ac_ z)uJ2FESXXKpihd5X8>lrap|!f9Ih|(H6-E)WT3QdJu94({*mNNfp{cV|09&8f47L) zW}dtGuaR&ja;2K2=7b*}ws@wd4K?;$!cpC|TZB2F0#i3yO%jyO2OI@XdQC7nmJW7Q zq0!p2te^I4Y7hEu;ZEXOt_X*0rh7kORV3Q2+13v&Wx3qQ=s>2cuBs!o`@XIGxFSk{ zwXd<%-`4uSx;mE1DKbO%D9%5TxJ7R(;Vl0CujC{6%Lz-~5_bV-@ecmex6l_^W*Dtp z;iUwX`40SzI|PmsiTa|`3|@is=T=}RA;wB>=zjyK3RI%WnZ3R59UL8_USmN0Uj8y0 zl$5lO9-bZcpO^|8`yod9FZn-E{2lu5kpB$zpA^xtsUnO|e=(_gY`8(JO9^2_!$R0m zW9_wfBxuG{=&(?lte2144|SHc35(Q9j~wS@vEh2LBBfsf_+N#GLSL zIa#JECpI-Y>CpM3&jE&d&%8T>D_cw|CsE!Oo5c*Ze4@VuuW&*0v~OwHTNpCI7VScg z&PM0XSzEZadfdeM^ZSq3H`YGv)UI?lCDJo*iJ~<|HJntsdAI4j?q4KhwkP^18DYP4 zx@Qbcz-clui)gdjW&no1~#<;R#K2qaXAd9H11(ve6_;b!aO#gj;`hU@XVGUhvk%wQ&m`^yX)nUU!K19x*Q#Ip1 z;2E;WsTvUIex=&-PBTb168_{b)V@ahmv^?#=Lk=e3&X5+%d00MqsNmtTKk()K+Wl* zkK=dlR#9*H9Qm_N#!Q8aR((=ern@WJ_ii~-zwbC%LFd2mJZ&OM*qf+u2ObVCL+dWm zh1qx(e>6ie(x*3b=_3XH+4N(rg58;McsYnCFlmLieM!UeP=#ZPu_LI{T zq@cOTM^o*!2R(77?vAFE`5SjJT71Y$GXfPP9bL}feC8#J@-NPeOSWv}LE-SK)G;2P&_n&k5&2!K9mD=t|9JV+Re`2vW z{#Ue=AIWx2yGQvVV#O0H4kG+&Dokca)c&8>}~2rTgw%ZGD4p zrpbFBO_sQO)m&3}-8vIJm3?1PY5u4yzAZ^D@_R?cR{!iy$F)s}3`Mv3xNc<*n`EV4 zaACX)zIVTI5i`Q|ODkQa;9Ns(GYbu!_aOI(tti3Xg`ECnX#nBLRdZX|+=+Wp-{n>`aGvQnbe7d(lM;QMPY!7lOJCY@ z+FSqDQiu6(Y~=?ZMRH&QePDS1k2}-7!Ii>SST|7slfjtSRU>)HcQ}%82>NQRh@y|x zL}#I@wVGPMnhBlStIFo$=8v#q)lzF~>*{J)v86qNz1W*Lu~ToffT!Ip>9MKCCO&`w zQFzpVmkFC^Hy#%;)TZmH?t}g8N8ahC=`TjAP`G&9#;#)0;zJj*r+*i)uUhsVY(zsH ze0dIObY-B_pGa8Ohx9+LS?zqD=Ged0CoR8N zSQ$KkV^juRK8-4NEL#a;Va-hpv<)badIu5%?o}_5>1ca!0vB#^2a$Ht_6`mq5u`nW zwjY}(Gq|!@H!DbZXd$iR6>0IdEv*uqB~*}-I!d|bQ<@-Z9zEndjRW~~Eqriz$;RAd zu-yRn9mU;Ny%P*+a)kj1`lv7lUdGcWi|kHCd=W#f2X*8*8}gTorA})?!U4RUDOI_T zRkTlr1G%X(KJ8F1Yjdf7y)SrkRU~>~{jkl$c-7lp_gYe^r$1x6qK=thj-3fg<2aTa zX0^*+iy^n5-r@9c8N2_etaRahgmD$fHHyWH`gBjiV#Q;^3ezx2#~_^CqjX)7tMv68 z?g!j%y57z?y_5d*C0SbLtiS>clKfD&5PCvzYt`#*56V~IvyHl0Q3LpFtJ2fxn8{!t z1Wgp1JQ}^TNGhq0->>p_2_hFNJbo7i9TgE-Yuo|M;Zt4t$MEt0e!bS>F}({Os|&V*L9?M=)*dN|5Oa^4Fx9-9~dKkFOiu`^!U8om186zOlnc zBqlVm{7%p6<Os~5aq`L{4$P8iR*6&*%>1~O(`oHyhb5iBgc|| zCouor?^(oS8Ez&jzcvIiRjU%HUql5;@YyxHwzQZxrpU7P@D#!d5f!6oJGKQpS0wJY z{2WADek6~aj8aZ!uxSj=^gxaz)+y}%S;2PntWmxOf;CCx8wg$}dp@_~R;<@YbS@Wa ziVTcq4`0DaF?&M)Q27P7NR4h_=kW#nCLoVHzF!@!!#uMd+2mPxT(N=JboyBYMR&+7 zF_&#VGzr7;Vn6AHCMBjDj+Au3{vde+Hlwmgahiz34imAzjX|t;BBNjupTLittFi(T zloO*NWe!nlns{n?--0~gIW@OSnJIj};bl+%sfhIBKA_x!C`pzNfeLokB&qbn5g)BA zVo}wmsEEO6ZL=uJ^xD9*_$IzL&tyyNjcoE|(SaourLBPR8TWC&7Lgq88bAChLGt}S z82DQY5N;H(_2!5vwDv^X&2d)B2+XNi-LW;Ylq>E?2eCkk(dCF~@x`6(JWU%(_u$q> z)i63?^+m}{-hBq-!g28!@-gFy%zE-G;jv0z^!012)cf~}Z$n7^x1mrvCMKBbr=J0T zB9i9+zgE)y8|C(wdizK5KQHI|k3;?2Tz?z>NUzRw$(xDT>)nR94$aG$1;KVQgyK?B zDX;jNwL)+)dL{mD-g2s?5_BabIhHMwMH=&;Mb8oZh<9FIe z(4)xb&gS?^H){XXi>xlRm6utUCHGF3Z)RNE1EY3yy~7HTW(Pa8Mv2_k$h=$?AJzNd z=6ditX86R>0&Bi__5tklLrIQWK!-pxc9o&Ifv63!=iZbA-W%_8Fr+DkD#9>qZ=x4K zsxrl6tRHy9-vgmFzJ+)DC`lBhVCU%A;r;b*>!gg7j+Ibk%Urr4%{1CH^DCkB?QbIi3h00av@Irv>WA|vCjc1LkO zMs5s6ml$4$`^@fMg&rrE!1r>$LW#(dxuZm-B-s%?0Cb3dezoVWDcZ8MISFF=!~VK> z(y?IS+v*V3k%u*2n2$Fu_ktI)a5_QTDf)VSD<+nfec zBY+~62_}X2Y5hPuTj&8?Z@$&pIr`WFcn|d`no`g{&B{l=+?2CvxyAQ6cHxQzcP{c0 zYfOv*aibOnckWy-WWh1^$tgp4H&zoirsn&FE>suv|}wu8n^T4dJ@eb zl&;j+7rLzpxAbsM&Ud@|9K3e4d?x%SA2fw+{hiHhQTEV)r`jqF6cFL8KuY`OopuYH|1% z?Zny3TAvNJ9UOtHJWCd(IN`35c+>oiN6nc4|?piaMLhAYe zgU(ax7M8UywUbtwt(C%_;gcdOJV)!g`zgZ09Sbl}Dm#0Gh>n^oSswZp05kW#DAh~- zZEHD7sdu31WWC)?--~xYfwFhE-jWVl0e#$MEpowK(ZgjAg;Kq0iKs?DcmtpvdNg0W z*K6ySQZvydIm*alr|M9&4ER8~y^{SedW2I+CmKCHBoCnYA|B=nCk3O{e_K_KF&5?NJ0YleeUN>RgeK4?I!0xJYR_KdV(&&%LGk!@SV&B;~Tv84^IbIP^E>z+^yTuT$ZL z6+dh2Z}XHnck7s7uV`ex{)i=x-JDF97l1}61p^k@IpxA&<7F#U=*ydzvMuP>CJ^L( zoD5?B!fR=!LXoNYn@`%iPlQtI{YhH5AFI19I=f52)F#s6?_MA_>fuG$^HMjGh7jwW zOKz`pR9Ehz73A(TOSta~vfzaAta%ErpB4&lqySz|zI8}^=J^{ny9t?O#v-~hqz0$@ z>QCnL(Y0?~Z_CGj9Gri~04ix>x3>qnPF^VJ497@vWtjF>hi>TdXE1|1sdDT($S%x&` zT@zaBI-f;~6+_>|fy3jU5A`n+t8csRKF$4S-gqx2Sq1#nO{8u0At}>e4>6mX|2%|Pv!nY32P^(z>gqq#^!oybZuI^pwDZ%CuESjjCMzBZ0w*lY3H8bxf-1|zzdyr19M92@rR-wD z`2D@v{Srd|60Lvb|CVt5=Ys!jkAJ)1p&@$k{!>c4Pu*&Z=gPkeGA=@)3n1YUGiAgV z4&k50vsO1Y9{gd+LW;Zdu3dsqN{5}t+`d<^#!^ThVdP5Q>M!(YSr)q97ulEu-Eu-| ztUD?g@IsC?QBhF|gZ%UfC924~?CnT{!C)}6H_881)OW|T`F>#=EmgZ}ud0@|R_slO zqP2?Jd+%L)RjC+7mD;04Y3)(5#STK$9w9a*2x3Ky_v!cjy`MM#C44fT=f2NJ zIi`Y)I2>-?e=$@&Q{)Gd_5UTiu+$G9h)BORHa5PfuHlbw!L%a-F>R+H4Qw^BsR>Dz zl-KC;soNDit+=C?Z?-n&GNiTK*g%`_I^5TPL3q((J5^7!)s-she;c z*$F7f?*DS@G4#A=H>I+l9|T*-d3g)wC1pr$EXLAX%g+(8Lh z(wl6n1HAdJ)DEP#-4j>$&sLL8=a!29S61IP_wR45Cvz?VZRYorRZBXDR}c0N;XUlqoY_HPznuHL{qTKO#IzN{`%kh!BV?3UyAVZ z!UC|vk|Tp~csIn&70Dwc^sg2>EXZO}VN zh?Bc}@sA%Lfs0~iw4k1>-i%ms`j`xHM#;@+t zbky?m!wXtlb8eC|fILvGCt!5w0&&iwji*;~{5VO#fO;I)6uN72_^_G{oEFpj?TCh0 zr>ph1%5^5WdU|@O2oYX6f}Dvn3`74yz0%qu z8;T9arKp%c-`YMw0te)|mu_rqo;g$37+mO=#du;M8ULhUbvNDAo9yAkhZj2ziZ;Vp z;ud%UNl4Xz6VClm*TyUJ{kU=T!ZOjy0uSzSO(Pq4g#}C@a` zNcsI+j1Bg^xVRYJhu#}RAU0aD2yOv^3X`fTpz;~`|DCz|GJ~(#)94@HzP+z7X}A-s z^qZTVup87YKUV|aCwZf7@Y*h4n!r#$HHMzc`D4xQBZ!sNtagEZ)KB)#+WSg{v^%%s z)koea^O_H=CMhD={pUMZdgDzZ`={SIqGD%BGRcG+Jv;WMByTY-&9FZ=jb4N|w$my+ za=$bKG4-r_1Dl)~WJ$oSl2}w!6!n$QU<|P0?~ZJGH_1dv!fPKrd9reX^jNGS5~YY- zXz|B(l5)P|Yh{l1QV+vKJbiBon%N!fTRos*WK;5E>>Qb2(Dnyx0-U3aUkFLq)Rl59Z%E>%%p)dHl*n%JoB z2iZ4^g2@d>LBz1%)of+rzh`Ord0$V&SsPhFJ~C+EG3PSIxY71ZtS--w!S$$#iMMR9WgrmC{1yM~lrFOzdpuhiHLBVs` zNv?g~v&Z~wJ@wP(Dppop3Ksmmy(WRU^>o7;Yx?yTxGZJQUZvm$;n>COgd6L#1Q$9# z9pbA-g`;>@ctI&+XLU`^En)ln3M)Tj@7fqq4dh*k8GaRu^2a_K_Q2V97Mh0P*5wX* z=t$?^>q4)unK&H?C(A?6$xu%`+DZlo@FWdpdQXX#eud{-T-rHR;l1T%GNddq%&yz9 zz56|p>^D8w3~6&LeS@{K-DVBto!CdObZqxhApD?e}|E|k7iAD83l&IV!`h~f~7oo)7YX&|aZ z?()#w+F?W$F9Zs8n^vr|x2!saofwlaE+`~$^=UFF9#C*jUg0s+txJ2sNxw#X%H6=Z zzJ!t%l2NJhieSYn_9T7^b~+>*1qp6lDEyVazJ7yNhmn!d#R?;I3E2CxYw^qZBlsxM zVeyOAI1jAjFCLLE;h3vtkIQpxcxqX@+@~^{>r8)7BpFGic=&QSsuELwygVvl_j-DS zQ}*&`oLaWEo-)FvQ9eIf}i0^@V`x_<62O4Gwzjt9 zhY5d-!Q%FDA;9*wG-7D++Xce%MRg@iQ|>?sSYCm9O`CIz_#7X^cddK{^(?X2e<9np zpT^tU`)6gP!iR5v3*<0id(0TOg;U7<;Hui4t#ZEmI~=bOWSb(we33hbbkxIdF3FH- zZJn%>H8UAv#pXRxbbZ1K!#yg*J6XM(Y78Kuzv!a{QK556gWh+I#!;n#uI3W)nc@mN zR8_NymwVUy__+rJPek@MRdlTf2yR^@tDv52dGjr}OJ>eyQm}}9CPzTucfKIeU3{Zr zr+0J9Y3pbhv9i~K`B7P!=5G(}{&1805lTnh#|IwKo$ZwM_U+rxIXUW9h=WE`o3o#L zTm_?3Lh@|4ZCDw&br5!M=fpa`3BHZCYE(V6Us(cqY%UtTJ=TKgm)oxN#L8Wrtu9;~ zjxi}nL{i)9kE;`fYVkjaK*=Xgc@em1Wr(PM`t&{Hqb|sl!xKg`dq%5_V{t5Xru5WI zRn=wJ-@a$US(XbkGWR2%a znQ%?gU!yxzB+>AQzct69QO~(nR#upVt#2se2DAc}KQd+jtu3CVi)vsA(G&m6gs zW!s&JCB@}g&Ia_yqbNv2bL;>s{4sBmrK9`pu)2?y$9|A<j0iwDJ`pX_BcBZYNKEliE3??%M0F<24WxeF8{8duA$*fdwXA>GO%kM zfyZ^Z8!{~`>-F>JL_pCn5C!X;#*3-AE2!+dqR7-UK;JJnySko7Q!sb2dbD;@O3rum zCvzJ?T$w2;DIf6gd;#vbukW$dS6$tCoVvm&66NT5kJf)#E}4=jUi8tf z`k_{m_Y|@&V6rjiKv&Z`j_<}pPSI(p$b&!wkiGZ&;@L7IhU0f_hkeI8j<2F8_z%ZM z?Ecusi=u+kPoD>a+pjV{D%@dw-joILX|HfwztwvLxdL_cUb2Gr*q5An>Ln~cTvF@0NYl!?8)pku2SU~SD)U9 z@qF~WKqyz+X?$k(cN%*_ne<~ctCZA`z@;qlmp>a|b#`E9q`66|!GB48AXLQcX5dz(MR4j>) z$4{^52$T1%vVds2*WESzuG9gYqXt&d9J++-AOiWBxG^ zKGC3w;^yY8-grh)-|Y#_={lcdeTkA8sXZ~0jS@?u(OL~xa+Zu`jnt2Sr($*2;4>Do zWfronBZ$fJUr7(0o^k~Su1alwcq$Cl;6G&0iYk#jRe|P zjc)BS92^|v1a1Fny*xpJf44^vliuOv)OvK+8h^42KwD7Andj}>x97SY0q_JQb~eY` zlK?u5zq-T&$27B)=RH;lSE;3QC~nxpPiAd)^}rK|+$&hzOlzPhJYC3PXQqaNQz1vM zOg}jzL-qCRL936F@Ex$nd;lV`eHi_9yb;v0x~QggO$i;op&yp6GWBCAAxsn3B6_AP z5EU`kW6~7ltPr_i^XL$&oa;eU((-<3JfzW)SnX%wgH`X!1B>3GA*2yRv>r`ecTQ-| zH}DM+&YiBw3UCHW(GQ20+Tw(|vTrt?YdEaLP2<35w&LR-zMApwribDZB%Vzg+pOEa z%zxjQ#&cQ)$nA6$HCanKp(Wlld(tAP-MjPC)yjqP&YPPP3ES)FTTCl21$6}Y=1>bP zvC8``=L95b{?J}Xht6%?KDwG0{G}n8S%0X!>7rBaj8ns70Z85w=*3oage9r%V-Rlt zODxfsr>Z~*3FUa;U`pa9J$pjA{Hbij#x&<8Hmx^=VP~YD)+QsQKE2<O7Px8 zmd>8e{QxgsTN?2NntY-w{+|o8=hC}ECy5Xm0CK@#oZ;$5M$C40cCHJ}Uy&Zr+~sa? zLzqSKt%e0ZlZF?uZYD|vT*h6U+_HpA_t_GceA$DShaql2VlmU`#jRVSX@_bJRAEA$ zoHyG5j0B{JjdZu8Do?W_dh+dgkauPHXVwW=e_ARE(>RoJ91bx=k+& z!%#r}dP1eUB3rqh z|5Oaeda;P~2j$&nxV|vnGv0L;Lgr(n#n1W{yFDt~qjW{PCPwfUdpI1wzGQYqfdQ|HW66z0W4v%OsVAX#sH^c*QeX^khQXAD2KY` zmb!g~sO8^^`Ox*T`U^Nl4O=$68LI>-Uty9r&klw_zow-7o&>?Iz@q=2$S ztK^e}uNbyB6bI_^C1?=2L%8ui5h>y4J_jX3ZkZj@FYUoxvAL68(5uxC#Chah3$AY! z3|GZ68u41o7udcx88qLU0tkIf*k;g`!JF?lbE{y&lexjDPz4M8nhR{Lt)_#UprKM&WbEq z7&&aolIkOOgDF8i>LYni>v9k6g^F39Kh3F%d3J!t4Y7532@}+OUjC3v+B7A)0@67j zBYkgQJw%o8sxv{*^rM5PDRkN?k$E6?;tlk1;!LLk)ybdADP#@{NIkNM>!WKfj*6QN zTsm9#s@~0-GP3y0aHUqnt7SfQcm9>H?`~(e2{QDx8}))axho=1zwqaAue@FwU2j}; z4SS1kW3G*r?5I2=25d|yWr*CUd-s=KT`G`ev!yM7WkV!<)3cJPVH(Wg$zrq0FGtCF zaJVy>iY$Aq(ex4StpZwZJT+`C7s#ov#vX?s_UQ|eZCJW9lf7yRGc=zTZasb%RL9QN z;#+%%n}?A5af|$|2@hlSU6rI1l<9|MB2tj`IEYlUD?2A%wubs-DsUI>KZRw8Rhp@_ zBmc+D{bPqVs=_Z_z+Qhy$=UH&@+_2e3DHT8b%pjf5<3a`-PR$#X#K&#!GO!-X)iYL zhyuR+Qk*wGTfZtLId|snxMkn!3vCdpJSm` z;^d6ecMk17=ca4Mo&I5YqD)m~J#hF#EP)CBxeMF)G@WlbO<(bk-j?AWfH@<>D&8W zX6B{^jOi3kR9t`3qvUD7vXSQUr*JTx>#5{bD10z?l8Fa-Tg&O0OxFstbqKe#m`)={ zebqi>XD~%NJ{nW_&~!ZQp7Xax5mN64Wd+t8&@cWzjpHtTzOaolSbrJFu!}WwgYMd2 zunhGos@r4Zter(}tLC2RhWR4c1aoM+G-cvBuW;s->e0(kPNx3+i3Hiz=D@md=`y)C1WmDsNlit7gH z^mm}a5><$~SGp?%(TN;S&2vclLvv53&*%`Vtr1=is8osg3s?VJAfG~S0X|9%6?lBCp!{mtRh1x{E2{oDf!=wfP3zD z#|2qomPwTKCNuVl%jE@?mA*1lUZnDjVr;Jqy{8k#{Vr4y?Y8_MIao`)`5x|h<+P1B zygO{J?1l;gE8}Nr>3wx2 zK>1$Y(I4`Q!ae8qT)E^hU0!bs@S6W;SMR};d9Oi~(JsCHH14#$l-uf*!hGjippq$w z*dY7qlAU=~b0!~&e_{3$CfkFRm+Bb-PxgQYAJ>};{OuUtPjODWvnEm9J=d2H8#O}O z4L8Ei$pr92_ZD{rY2h{1NFt5?Cg$vNAF<3K>xIH|eB19hRwv zHa~7|)(K=i%_k4<5^rzJTx?LF z7Obp2)HX;B)>A-dHx5zZ=?Te@P=(jWCR+PP#*(p{*QAT=&h?V^Ggr?(?K9Q|=-%SP zhzQCLsI0e)V2kA=$PqUi$R=Fvc~|@6zmaMjN-|XCGBwZ5D=9 zQ8(JpcQk~v-aAgOJA>IuN_XonEery?c`~kXYHFzX_FzMm{X&{S;8n5=5rpS0P6kt@ zjPQ(Je~P|WEaSK5&T~6slz94?Y^^a`uWsGv>iG23aM~JjqMvCGUJ^h0qNW<-R=k`7 z#SVQi&SD4oXjx~#`sfWi)P#oY)Wp7iHMn}u=PfI{=v%%z|H4ChsmZbr4<7qD@4Nat zGx+`sd5OxUlGdXOm}_ita`@zFlN|4FgKoWP-?M2aMYFab@sj+opptM4fPT@=^mGHb z8bDmQ>&X7)Y)nn4#&uSNLC{q7`s$K8xQ(2FzXNlM?PK-${Pk<^+Ca*{(9jJ>=;G0@ zlDw4<imGYrbl+&qf@HNWpNG*9hLdLB%`*H zbazbINpz7KbNIOw;z+!EJ0E*wEJWDBYW8dwuO~O^A=XXzqDR7Yb@c;gznkJ-z~}Q~ zFZmzC?w=eflLxho>YJhjrWCv$*QWNGwD;1#(6YSIvHipKuf4dvi3FB0qzeEOY8q~o z@ar?Cz=(Sh8w~2*-?YTKwl^&-|JEDWF!97Q3ihEK+R6R>+rLfa&Yu@-3a~u1{^%4d zVKr-2pr87g{+=_qdiPP98*MF>f4^C3$KXp>Sv$F#Q!)(YE}h$TBX%!CX}}NU67of` z3p(3Kz$p5$>{nB~d3|VCyv?XFLbxZ84Yc}7?esUeqi_K`#emu=mf6Y5ZS(=UPZ1Oy zJq#L5FkEIZe$rsgqR=|q?dd?>2QpLIep1a+>ecX35jiUq^^Vt)?e$1DvC@63`^nrC z9?EAKdx6ArLJ!zrPWjfSPuG2=zNSh(W+3*IOx0l(?<5<2gQEDzVM-SEC@`HGV$nBy zsbxKOltSQnb4vKSSJH5PH#&}_6zQ%_@pk;F!U5{R1;?3nd;V+4Zla~l9d`nv{YxAn-aF#0Vjbu=Ba?V>-Uy) ze+B(!^=)mv*oU^wnRjvv7L{eYf7MX~A0N19^bU#8UB6#tmfg}J(IUE~BkgZhwLK7{ zTnK(whg(Jt790;7Hr~>IX`)4sni5HbYr3=RCSMYBQG zdXhu+Bz>ne1}}^S4{sv*bSiN@L=Ntg4$Hleg?{%hnqh`;n=qYQmtIq-H~SU-X!KzVK5G zJEjv3O8@sVA?A}%Ohz+sk{LF*vwO7THlA6?0wg)W9t12!kW%3<(*#WV4q%*GIyySA z(6V2#Kh%;CI~xGNA_GA0Znqe~F9K?W70`l~-vqK#J#C_|-#4zMI1CU3TG~LTf9U$g z2GB4rA*rzcLD&(Gp8$eiLyksx%#PW^fiRb{PUJ9N{EteNTAne<| z-kULHM*S;6LQ4e_*cQ`w#tN`(yXv!NSGALBK6qN2m3sd>k5B{8zdhd5;rT>3L)k)o zsI9NqQTC8I*sQHt)@@0BzWK|`7b@NbmxS4`tz+1_C|8m3YBM!9q)7X=7hNk4l@{F7 zHrAIYZ#;5!wSx0q7o4o6%wHK@v1 z#@CUO`phrv$*3f!jgMrs3(I$JKe1-!&!6Fqzc!bg9Zr6f@>)2lN=B{Io>*>YQ z9vK#S539u9K4VK81Q+)=KwLuaG4AwnmZ zfKE_4ISkJ^ptLI#{kSQ<`9Fl4Y38Abs5`cDeP6GJ+qqOY8a}er+by{NN0x`i5sCSS z(;7Xkz_0F|FfcO0VtMma7u!RVj@WB<Gq4YjucTzx4!uAxl)GMK9+IazuI!;?a3w9ap z=k!0`%DyaO{&l25;J+7v{^Dtpn4 zXGL5w3F(f{ExwqU{Ct=8K7MMCw^XpA#$WuvI180H_z@s0br;`9=5Aj$; z&>NU`Vn-Ci`|C9Jf_EVR1%7^vhUG~6%m8ZIADLeRz?>*5bmuIIWVRZE|B*az_ELwayg`H z1kHpvE)Rn~od{QWRX!*st{4$u8r|e)NNbOCQ>w|mCBeX;4RQ?;_FC&paLiTZHVw)M zwuvdu?R}>gn$cMwvfm0$d(0~u^d~mQn{7rw{O#9rTRXE;<4>O)AFH8^l&`TWDT^L= zyCFjMs43kHv2UbZ(YwD#MC`=$?w~+PZx+Az*i+u)sTaB|LB*LhG0S;nJeFQM1Qt%| zWA5Kpf~fOaA$#PzoXQu|qvd}R`>J0}*WhDFVYtKRKlEBlYC08@;gtwWvwPWHgxcS- z#N%B&&&_%@9HM?bswj~7%fr=sb4H11^o8Tk7%qGly2)CNy#3j1&yuAF(2>{iG`d5I z(qxt;v+t)VBVR*%cMB3a5IBwMb!^Epv!XklDQgUXnWD04BAy^Sw!-bw^8+#F!LZz? z#-00`M24Hk!^`~spw9Eqlhw4_gOF21-X|@^%hXsp-Y>}qy+u9r^z^NO@uh+{s!v$~ zzf*T9sFdiuQ2n>6)%e;Xq;O=?RB@rVT!5s#Jc5FKI%)qh9dr${Hn-Jm72;jCIe2e_49@3D7Zn zC5vkPRG7F0QlfC-%d-`3c#qH9Nfx%TzM=*c3bFBm)ORjm_a!if{oDI*mHV`oYF+Tv zk5ge@(%%cc1wqfR3derBrVHAet+7Qv)ZFO8S{t&kb&%a;M?WjE_=g2GbjPm@vQ_T< zl+gtQ+3%9V^76T4bUdC1y^L5umSrDpmh?cWdwB`3_9d(qXS)+wZjJr;r<#JrA2jU- zy8n@R;fiDh5dJiV_jQ|w4VQ|yiUvzK$Y0#6 zuNOB=e5s=kJUPCR8R{JXOkbO6bl2USo+fR{Fb4D%h+7IR`@r^w_B9tgDVQB zvEd{Ma>t3XA;t@4#UkiODoIn_d|h6HOS&4#`!#t=ZDD_~7R!cIDkSf3C$ z<3*hD#qN%CcJKBMah&(UD;^0<%KpOd(9idhAISKj?-o@6U4b<}%a38BecnZDWPKMB zf585_Y=0CJ=(8G|@DLHVGyT_6qG~;I)85r7LHQ!{^g#9wsh-BW-l&m7aoA8 zy$^akyf2+BCHE}hUnB!;9H=Wq!{}YOH$|7b$a1WRk{4WqH@!GQnj$z_O^gyVFOTET z#hK1m>Vp@t45f4Zb4_(dh8P(~GiylsX5l94{=2?_L{8BA&h8GUC-!=t`Ltwy0!Vv> zk)bHGbQQ+7vQ?@>x2k-lZCYesgH_Ech%m4>{}6SqD;*r;^@o>`ZO7Eo^Bv3A;f~w( z*L;x~zj#58{Q;VDO+eaEn+fu)Vr2hD1v_FN2gK|(K+ceKpAUm7E=SS*tf-Lhs547a z2ZSG&>B`+BS|aeIs;dzof?kA$m%wJ1vt<1R0eun>fp5J(Mo-sSb(6Ta9w-CeHnlW< zz><>!s2yS~fDXKOYf<>=URQ9SEmsGlyls=u-a75KT`P$LfvWwj_^N%U60|DJmT{wi z6FXF}2g^HTcEco(CQR=rD%WBvg9CSZ_dJ|_KI{Re5&WI5;=IIS0rsT_A}}^4lBpQ3 z;L(2Um)-{LJ3Cm-CD!XmvpaxWTzwhm$?Yr44pY{%A+xC!D)M;FMfHYu<~cTRIXRk8 zn@=ea%L5S;>|wX@4mx-Hq?wNZvbeblCnIQFn9uXiqqAO(LsM~oYT2_WIG5XPVmQ4> z+J^{xifkjC?o=+k#O_txm2hwt3k9MhY}*eb9jEm}jSxIGD&r}$2qYv36**E_$>7n9U8-7za=R+1gpKMEA9AE-$murNV5sB=wXKN{1 zbNL!)=jbYbsb|d#dnb5tKoSI!VVSM1EvD$sC^EW!I9xaDvv~`2&jfmP!MT3DAt2_7 zH=PlvNcn78Ec`bM+4z7@DFDGOSNmul4ebth2n`sKKV>@<0sD-YXlhdZvo8Jo`Llay z9-oIXs4(uWwS)g#Rz=5)p{EN3az}q&khkXUKlcU{yuBD`vJX_&Jbs zGmF|&c(ffeM3Pbi&bFFRydN-oQYQ3L(p~Y`#Z0LE0*^Dh65x|f@d!nmd{PLzOLnDX zj|j>Rm%G*~EpwszljHmC$sh>$05E4*1}(QTNd8(ufgdMI?x(2oTkQEnq9szB%@s6@ zbtEM17V`{Nr?|I}eqFDasVB+$J4#^XbbcR0bm8}T2@)vw)uV{(JGGzb6H7}H7f|+- z{hNMt7{YX`_X|NuT55n;xgH6{=(>itkaUh3+iq z-le09v@>G2mq$;L4MSupL-X4XMO;oPTzswZK8MUU%r_ddA=)fE@>Z~zJ^O{Sq;b$5 ze{oJIolR(P^tth5s^I14Q)pKM1G6}J0RD$w&u^4roSx4P1**r^Z%*j`?pMh(@-AFkl>XSA5@GTpSG; z>Gqn@mG0q?!UMw(c~ow0|4`-0E|OWykp`Fs19%9Y@cCXJEYGx+_e~dP*brZ^T8)oMUD116P8~WXcirpqGp1nJu^AZ zA5zu-3ubjg58}-(w&xsDd*jZyPW`m zdi;DMeXtLtR@yGr^zgxhH)duD@O7D;Lti#hc&*IPZ(AlFFVx-nXbb^4N63P?7Jqcj zZU$Zf@YFsM5`wLJ`^t9IA3rZCF5crrGv629WWyw7X{bHmgbP zlUcZ2!=D66lvXSA{XaA6Gr;7ReKBs+m$Q&ko5Q-^-rj@p{Hs(v2AUssdG1?wvk|cM z0ne^oWapl>%iz(dV{{GIYc(VKW#K|*T>`0REDb`o137{GzpkCt>#i~7)Je7*{d*&SG1ZNOYrX8k6VWDGG=LQ}F79?# zR@Pj;-qZq3!|5ptAf(&d+v915wzHg9?kuRt=@vO<+}Q3e`ccfOy9i#D`o9)96*aX} z9y!1Z1z1Z`zI-{XcaQlTzIZh^F)^_l%mkb$VNeTvnPWJ8a=0vIc24*^RzoTV)JfYP z4?N}#58RQQ0UVsK?cqQ`=AJG5i?)wP" style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*." style "thunar-handle" + +# Caja +widget_class "*CajaSidePane*" style "dark-sidebar" + + + +####### TERMINAL ################ + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#3f3f3f" + + TerminalScreen::background-darkness = 0.9 +} + +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-down-insens.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-down-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..dcba37c9cdef847baaf8fd9dee8ddf6af2f38846 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprU9`7sn8e z=;V${vCF3z*bRLR{Uwv89r@G0u7PU`kcvDv;h5BB-DmMRQq0adIuq_qKfpMp`)Qx0 z+-LQwq%-qp1bglY5O(^Re2#hRoi5SlnVc+zmkg^Hrz+$y^y0b0Z0>FVdQ I&MBb@0G~rhQ2+n{ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-down-prelight.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-down-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..51ef506d94b787420d9dd1de4cebaa8dc63d655f GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprS}m7sn8e znaMjoys6PxVe7=uKm|d0O(^hI#kP9^P*?S8^?Xc82m!JNpzopr0NXuD@Bjb+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-down-small-insens.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-down-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..1dbda3d75553b80dd9234371d7ce47ef51bc0f00 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;VY0Y)SKuRXIj%d}nz6K+lV9GyDVDcz6n{4CRxp6ejf;dN*jDO_n>hCNrTa%lAQt srPOEhXB8UilPV`FU9?U*s*uCrmLO{JcH!jNKvNk!UHx3vIVCg!0F+Zd>i_@% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-down-small-prelight.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-down-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..9de0a08814dfdbd7ee60e6805c97ff8c7a0b184a GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdvp{7sn8e z=;VY0Y<>2&4_O86pVhsQoKd*w?T_V)*&L$Y|2Y0wHeuoap5xPH>Z|Vj`EmGh_CI6C xvp3Hd{(13n|M7nL$1X-cdQNo8x*t_wVkr5d5E#MH^&4n1gQu&X%Q~loCID{MO2hyF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-down-small.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-down-small.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f06c41659773537f768494b82d0e56aa5ccc5d GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynTA)5S4_ zV`gu!BHtkg5!UBdzv-yNFuDdb98{cD&@?aM{f0kFCb78gWRg3mxPmE^_vEtQh5}8G zPtNp|`?EXatnM+3--(8P+poniaxoO$^0b<9^M`Ct!?ofpMwSQfj5hDx?SH3M^Cd^j zuYK{Y0!54pCr@v>Cqtx7*v$vCGiamMx1zdv?}$9LEU3hda% Q0dyRLr>mdKI;Vst04!2vy#N3J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-down.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-down.png new file mode 100644 index 0000000000000000000000000000000000000000..16604bd24a4ba86f2ccb47be4e48a6501c737298 GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=&)5S4_ zV`gmMLasvr5^m?~56kHMVA$7kG~<)4i=$5R1_hsuT?e<`eL3Uc1MdiyTBi5|8Aj4= z$OKP`3ly4TtlSl^x7 wStoPcpW)}~}U&Kt-{hE{-7_ z(a8x6%>mnHv>Kj2a3*o(xro5N#BnB>7U1O z@uYyFbg}NUav!BB(pn<5I?v*BB&W~}U&Kt(a0E{-7_ z(a8x6&8u^si^o;4rNuqjx8d`l|J-jKo~a(>c5ghxH-V}1v$+1BofG)NiW2n$N|a`t zJWvq%?a@~5{rW0SJHuP`&>jX) LS3j3^P6h*rdD+Fui3O>8`9aczaSY*@ z>DygTe~DWM4fOPq6L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-right-insens.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-right-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..9cf5f5537e200741221287dbafaa6290a228de6f GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&;*E{-7_ z(a9Z^Vw(-7^fEFf-A?{@{7ui(wxZ-y$^VYd=@MxyTKqVERXu=Whz)wnPm3r1L>I|yx^4d1}KKp>?GkCiCxvX~}U&Kt*AmE{-7_ z(aAeLy!mrzbqsahu@E8i>D@R5^n7J?lhxQ zVdm*g4$qG6;jY)8W2w$1l*^>K;~;n7r$>iA-F_o5mtmofo`%DuAVZ)H44$rjF6*2U FngIH;Nl5?z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-right.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-right.png new file mode 100644 index 0000000000000000000000000000000000000000..9f13d5223339022257caa4ba0500a62772dc2586 GIT binary patch literal 304 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9O^r+34@^kXnzbf2+OcUxR=FXsV-cfHBe%i@g+P{79UMb)tzdU7o*w>W%e)4 zuXr!6vYp|b%5vtC8Iw&I{Fp^tH;POYI^e5m8XTM9lA^5?KIyTFr`##a?Lre}4(wd_ ry3_F4*ZT0690%s5WUT%B<+AgTe~DWM4fItgjh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-up-insens.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-up-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd78cc1107853897ca9b1ce1d5cb13b94174cfb GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Q>3W{a0I_FgpN;h3NxP^|c@{>)mB!W9lWHjG{ zn{7%L>!sg977|I*j{NCg*RY~rlQAp)oWN(LZL*13KEY>%8T=Q?o7;rVnGUpt!PC{x JWt~$(698|ENR9vi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-up-prelight.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-up-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c2fb35746d02179bde19c1a1b82728495c03f7 GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprS}m7sn8e z=;Q>3X6{Sk-{PhuIy8J{64#6QQUCB-YT=3luJ5>y>;KtlAlTu5_W>){oW#8w{vO)T zo#}9PqeIpGTD~@J?}jL?1+Tmt-aO?IkBiB0pHa2&Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdxQi7sn8e z=;Q>3W|xaI=1zRX!!hB2V6n-w{4<>aels|d&rF)JeB(1i{^V;W292(ZZYSBfN-|{L tozZU?o3L=k^Nn!=PdC0Z^q1Jc$e=DLYF}`-80ZiN22WQ%mvv4FO#lLBK+ymI literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-up-small-prelight.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-up-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..b73866affed02e7976d936fce079bd68d4dc3e82 GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprSxe7sn8e z=;Q>3X6Hr6%jOBBJ2d>2Io>b#zxvM+L%$UV>W@A4?z6YetNZitqv`*d2b|Pz_0?Nt z9XL?n^Zmzh;n;+QkI(y8I9`!2w*S|{D9ym|)m_2&`@QoAfQB=8y85}Sb4q9e0Mh14 A1poj5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-up-small.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/arrow-up-small.png new file mode 100644 index 0000000000000000000000000000000000000000..f5431a615f4a7522890f4bec20551eb29519f047 GIT binary patch literal 278 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynTI)5S4_ zV`guUF5e*s5w`UEn>b&vH9nTA2oR8Yz)^SEw?DwSKzr6y7108Q9c*1K!37Pco-I7p zpM2%X=_kfDfuUC~NEGMYE{hg9y7~6f$-CD5Rw`m#cI{SnPvHmQm8&vmJzKFVIdm?A z^7A_@b-XLxHJ93M5SduX@sLfYA#z%3`}xUV%2w_Ac<(;rC!2bP>?3P`Ocz&KspBg5-u&wghk1yr=v)5S4_ zV`gaoMz6yO60Ya}b}SKS$>YmA*XOj|sq~{^iRu0R+0DBzOmK3VF5nncQYt8@KL1$w z36VOXekw2TWVUok@BOJj4={MT`njxgN@xNA DQ+<2P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/button-active.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..ef088723c8402351a16d834a2c1430349238547f GIT binary patch literal 266 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>!2Ka=y z0%=W6O$``OS62rzfg;*qpr@w?ObE)5S4FB0M>vYacgrG>gQIXM36(h52~yJb$n!Tw0>yzT$ya!DG(6oMA2+vgQd1 fU)tIqq%ksVU}ol+dEQMCXaa+$tDnm{r-UW|>$gps literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/button-hover.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..a7d3dcde6b2164954c9d282c700cd19963069b29 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0%=W6O$`kVZEbBG9UUME1U5D{5Qe|Me?UOM54l~7K{k~H`2{n`E9~06XYYfbM=jUR z1PYpZx;TbNgeNC-&ERC#W#Y*R-JO`QlbQK=mPLLzGxPI2mKg?zDpn{S>=N-}gcyqV(DCY(S=}2l#}z z0%=1-LjxGl*VhMf&CJZq&CMZVwzjr*c6N_KJq`hta+L)61vAJi?ApC&?}GgTe~DWM4fH>OI< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/button.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/button.png new file mode 100644 index 0000000000000000000000000000000000000000..2d6977f4178698543c058a735c63f2e69b36b8f7 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0%=W6O$`kVZEbBG9UUME1m@=E5Qej}vx|#M-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkQQ!uCS3DCxcQkt!xMqVM*@vc1ZwU8*+OL(gvu@oRa_RTx+zk8LZtMRNa-1gjP+6} zD^zR(R2;(9EL_zr+|?|+HB9X^OdYgz^t4RvbaZsyD+%xc&6Oz$@(X6r(A2D{t?j`E z-Y-~}4OAEB>Eak75uV#0$=9I3!z$>g#iW&|@qPdD86r;2pTDbB#!6(rVAt@N*V4i@ zkwqYDp_tZ{vh|S`pPyDlihTR1_VhuKtNg{}W2Z{o&Qz|rci888pV$hGKXcD%EARUD aQ~ci__SVk#4yHhx7(8A5T-G@yGywomG=0zj literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/checkbox-checked.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..536c29a52cb2528a86ac9060295d6eb288a8fcdf GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkQQuwEZFc^u|l$;XHKOkCgNIYYM zWb#rKhe#F2XjPj4Rfh;Q8-I0k7j<)24HG*J6MHQkU2P!H)o1uQ!y0G}dr6RAFoUO; z_oK&8qRrQ=0172|x;TbNgy;5q3NrwsH&BpZ z;OKe4(9jaGVj`F6?3couoOHyizsFsKL7v# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..86acdca7a743255d8423e63b7a570fabe3a1c3e5 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF+0LuJ3431 ztekO_4Jc#i>Eal|5uKdSz_`pZz2QL%19SM>ScM&Cjg8OsBxDxYHCv0h#K#^uu!%k8 dWhV0uZH92C01ocDi{?Ph44$rjF6*2UngABVNAUmv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..e9f7c0f3c957c1619af4ab4c7533f83c05ca2996 GIT binary patch literal 256 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4vytH(~cZ1D}Ed}{S2G-B-i5{Lm<9%Ia*%3WtyBn=vFX# uXL?>@vSFMh!((`CWzvqRSHl1NPh;JstlX3_lm7$IAq<|belF{r5}E*-kz3>d literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-button-active-rtl.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-button-active-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..33d83762096db16216fa311004b4e5bb0a633477 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!3JV=Zu02?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4Vximm6~?dv|lm2fCw z&HKc(rBjSvE!_HTkvDsLJk$Nl0&hCqk~-C9Wi0Ca*SzhX#g)7Mlfp%E7#6IOJ~=m~ arBiz811TnvfJzIXtqh*7elF{r5}E+(h*IkS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-button-active.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..3e70a7293c7e53e393c2ae7c1dae1816ff21a5b0 GIT binary patch literal 222 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSBm#Uw zT!FNvrltlMXlZFd7vKr0GfgcyqV(DCY@~pS6a#!h zT!FNqp`ig7=bP0l+XkKudYPA literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-button-insensitive.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..f471363d28a741ae207235697b0d3f34d119ff0b GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!FNqp`ig7n3Ge99VPZ!4! z3CU!Q_9i1|wzhSl0RlZo=CvJ(v-7!mqOK$gcyqV(DCY@~pSR04cL zT!FNvrly95hK`PoHW-+jn?o38W@gUL&Mq!46K_u53RK5Y666=mAg{1{&)x?=-M%kx z0O|E~aSV|NPfjR$-_XRyc5Thw0E5QHTGOVpjLCe)W}DgcyqV(DCY@~pSKFze!&d#yLLbLx%MpMOpqQ= z7sn6@$z+e_rVwYgwo@|&3=T^koOiS9$UHNjn;vy@9v(Tsz%T5|#t`zSUFV{+Mh{RE NgQu&X%Q~loCIC?OLA?L~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..e7dd2bcb8691a340d751d788aec788682058b085 GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!3-po!riKX6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkaez;V zE0AVrxGEmoEt)k|DSM54#wz8ECCcfGMJq1}G&~Wie<)RSNUHd-bnzjh-~yxILI($j z>fi5EfVwzKg8YIR*tmHzbBarT3r&~u2MU^dx;TbtoPT@KkcmNogcyqV(DCY@~pSbOU@s zT!A!0!&RxYnM&EKQWGoV`yeL|ENuc40Q2j%xqC--}hmC>@jY5hX931TTDINi; z=O_vC3ua*B%FHhO{kwIqfg4av$J50zL?S%7V)tfdE-8t1l12v(hOtae6cXB<*s*!y l-=;UmU-xnJ?~UZ-7iO5aNiy@WU?oT&gQu&X%Q~loCIF~3PN4t* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-focus-rtl.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-focus-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..3605d268cb2d5b264fdda9bb960b50de2b0631fd GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!3-po!riKX6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkaez;V zE0AVrxGEmoEt)k|Hf@DW+6wuU1@g)BL@F){G&~WkdmvGGP_poVWZ^*_-)vpKYzqsE z#8Q_opf1jmAirP+Hg2BGoZ^z-Ler)Efr93qE{-7@=igpb6k<@|VLrIzWx%ih{Estr z`X*=h_i6_@@`SEic|dFV#<`33?+dvpp1RL4bk1{U8_|u7BJ&pP*8(}m)78&qol`;+ E0O2oH82|tP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-focus.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-focus.png new file mode 100644 index 0000000000000000000000000000000000000000..3c8482a35e67bb78faabdf0a9193a3ac1edb5569 GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSbOU@s zT!A!0!&RxYnX+k1Wz&``B+nD6xFAw-QJ~?8VBG_W!h@292X%b2b^LNHEG+Ko{ZRp` z=O_vC3ua*B%FHhO{kwIqfg4av$J50zL?S%7V)rIyE-8t1l12v(2C+;|6cXB<*s*!y l-=;UmU-xnJ@4d;%FU*j8Nz#*fRZttqa!*%3mvv4FO#qtnPQm~H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe70c85fc36f076663777512c56970f7c8b18c1 GIT binary patch literal 223 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zTn!8i3=Iv9jEszpjZI8UtgNi8t*vcsZSCyr?CtFx931@Qb8Z3^8+f`nhDd}br!+9R zUDi3qC-GZFe$Lqs<)%$%Z}cS?hw$Wn`|r1=E@jWpenC04b%6}>{W3F!ubtQd)XU)M L>gTe~DWM4f98y9J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-insensitive-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..e67ae2ab161e0f6b888a872a56efaff41bf054c4 GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zTn!8i3=Iv9jEszpjjgP#tgWr>?Ck9A?HwE(61INR1}f9^ba4!k2v5#1O=)Oe@WDjG yBf-GedBf3(H*%ck^u7^Kv1i+gcyqV(DCY@~pSqyv0H zTn!8i3=Iv9jEqc8P0h^AEG#T6EiG+rZSCyrSU#Go0+nfcx;TbNgeRvoFeXMHgcyqV(DCY@~pSBm#Uw zTn!8i3=Iv9jEqc8O)V@eEG;dqtgP(p?0mg)?SX34JY5_^B*K#m#1a~q4}U4r&`1!_ qb>DEaT{D`eGgqQ7!CL!3GYi8Tt#lisTgkOR9SokXelF{r5}E)kIyZ9w literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-notebook-rtl.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..a21fd44e1bcc30eda5b8c064bec0b12d6b51b7b0 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSbOU@s zT!FNnhqzP`SJfq|8km4kzWsQBAiAS+9P{DK+SxOp;j zic5YAO_%Zq3L1O5IEF}sC(qzy-Tciip@Gq@pS!?}`8FHN>`ca{vj&M7n`ch^bExlw ia`F*Ywu%{ZY8egcyqV(DCY@~pSR04cL zT!FNbJ_baeFf^{uR|92^{e&Hv~RRL5QtgcyqV(DCY@~pSbOU@s zT!FN{oY7)-V=i;kSrf*CX%dfe(p1c>5B2v5 hic365-1ME1!RWp8hVSy1M1Xo3JYD@<);T3K0RSW*M4tcv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/combo-entry.png new file mode 100644 index 0000000000000000000000000000000000000000..4e6d895f572da9a622c2e3d43f11987d16683556 GIT binary patch literal 240 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!FNHwW0!2(rOe`!cPV2a~1J$vY1o;IsuyJK(7yiDU z^{yYJ)zif>L?S%-#??4JR#u+VJdzI2naawkF?b#l V?N?s*@*q$fgQu&X%Q~loCIAc7LeKyJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/down-background-disable-rtl.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/down-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..f3be72c574df3da12ff76369b3f71c5badfed1d7 GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD=x;TbN zOifNnNJua+F!*u)`0?Wn{00xF%7%KZIu!4s`RD)t{}1Qe*V`RgKB2V{2s%48e?C7y mzqsz-AI*~o4jgFnRb)8KBN)8LqiQG6Kn71&KbLh*2~7YRtwbpR literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/down-background-disable.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/down-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..8e06e28d6fdf4049c8881559d1345ac61b4b80a0 GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD;x;TbN zOnrN5p=g5vkLyKozvrjS-blw@7v1OWyFo(f!rouAc8l|Ry0pZ`R#|_nU!&E)Yp`p^ nOzs&B&X=y=K47w0`T^szHzKF!RCBli&13L%^>bP0l+XkK0Np;_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/down-background-rtl.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/down-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..cafcd34bdff3c19304745d7be3371e4ad5f7446e GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD=x;TbN zOifNnNJzMF_3B@J9i1}`{00xF%7%KZIu!r^|9^F_hY#iL>uioJpV8Xb*!b}LeEXC4 n_tnn+{PwoFCmS1^Sq>Lt_I`1FpIzM`cQSao`njxgN@xNA;mJWk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/down-background.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/down-background.png new file mode 100644 index 0000000000000000000000000000000000000000..7c8222c62eaa72d1df49fbdf56c11039226010d6 GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD;x;TbN zOnrMwQLMp$$K_yr9RIY_1y5#JeR(ybi=|tU>Ff*1v@jEuhwmQ0xO7>5|M68!HyAd1 n3l=hRCwNuumX4TN$#f_7tJFNdn)p{h^B6o`{an^LB{Ts58_qvk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/entry-border-active-bg-solid.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/entry-border-active-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..fcd2da06dc6c04f89212b84412832807666610a2 GIT binary patch literal 298 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6HXu_i1AIbU zfwW-b6TyZjf{jl_YHo_u+!Cq14I-+0Mzu z!NEbIo!1_ynY$#&FPOpG$M?pKo43Ax{j=lWhhsotA5Ry@5RLP1CmAvwP~bS?x6*52 z*s1^Wx7j(W+tbd@V7TIHzC_sJxyk(vv$cOj~$``iu4ZR&1Kmzu-Bu!1|2Y h-P{4uCbt7WFfqN;aGuBCx*BLMgQu&X%Q~loCIFYJXoc5!lIL8@MUQTpt6HXu_i1AIbU zfwX97gG%ls`NUa@$#WDE=O}o(R@GkSIJTS$IIQ@Su)wwvJzpu3xr= zg~ik!fyY42TqQw%!3;cnB_(C$mA`-Ueeb^p6!r0RaSYKo|8|lg(*XsJBYoGh1XrE- zFMpezqq;rq?2H4xOY=Ks9e(F@V?nq27Z(p%fi6)_E1_TO_pR78rQN~Xs-duVTjrhz e#V(s|PsgwR%F=rK(3CWwxeT7JelF{r5}E+8`Dh&g literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/entry-border-bg-solid.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/entry-border-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..d03c69e28484913c504e32800a04e19fe9f0696d GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zYHMrj>gww0>6w_An3|eeSXfwETH4#&J2*Hr$}Tz&RA%Yv;us=vIhjK&p@GpYnC_Y1kB|ZhzYPSgqomi-HNMH>EzoS|>!`+QNN$ehPb^{Gz N@O1TaS?83{1OWdgcyqV(DCY(S>!2Ka=y z0%>h+ZF6&TJv}`GFfcSU1k$>?xXZ#}J9j$rYQ6)OgNV9WOXEk&(@%T0+cN!NKgXi^@Ee!z?Ot&kdd^ v{tla*$m!)V$D^hANVVj>H!bZC-c&RE?N&_Ve7OEN&?p8^S3j3^P6gcyqV(DCY(S>U1^9%x z8WaT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0xGo-U3d s5>u16Y}oMQd;{Bz3#@Le?Xwjaavm~X&pSIK5U7N~)78&qol`;+03;GA@Bjb+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/focus-line.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/focus-line.png new file mode 100644 index 0000000000000000000000000000000000000000..7918ae91aa8d97f0b7f9ef8c669a8f05bc0d9f35 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=mSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt)QPE{-7_ yGm~xV|LxIYwsH^$Glbi;*x17#La@!m|wacmstQJYD@<);T3K0RSK9B6$D+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/frame-gap-start.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/frame-gap-start.png new file mode 100644 index 0000000000000000000000000000000000000000..53cabfc78aa979b387b0bf0dfb364d93f5db9416 GIT binary patch literal 139 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y0VEhMdMbp0IK@t$Aso-RqGtj*oCO|{#X!Z^ zL734=V|E2lP_o1|q9iy!t)x7$D3zhSyj(9cFS|H7u^?41zbJk7I~ysWB5qF?#}E$L d7#La@!m|wacmstQJYD@<);T3K0RSK9B6$D+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/frame.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/frame.png new file mode 100644 index 0000000000000000000000000000000000000000..1cadcd7c9c95af19f27318eaddd6871fd89a76f1 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2xGmzZ=C-xtZVlH;_4B_D5xc$)o0g%gC;1O92 zRDKPrNd`|>KbLh*2~7YQ CjVzS_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/handle-h.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/handle-h.png new file mode 100644 index 0000000000000000000000000000000000000000..3375bd2b7f20cafd6337ee0280d7b61568fc6e78 GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^59gP2NC6c|dAc}; saLi0jP+&J;V`crDo&W?=0Y`xbED~USxwiB36`(2xPgg&ebxsLQ0RILl&j0`b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/inline-toolbar.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/inline-toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..fcd4fcc99ef488e27fe3014193012f636732931c GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H zS8Z)=Lqo&eET8OwB7&YSjv*Y;$t(WgTe~DWM4f DQm!it literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/line-h.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/line-h.png new file mode 100644 index 0000000000000000000000000000000000000000..9b1daafafccf0b7bbe333ce376d3cfe539b693f4 GIT binary patch literal 151 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&>+E{-7_ lGm{e~}U&Kt&>+E{-7_ mGm|e|yY}z=0U$WSz{((|#@IY*W$+iEJcFmJpUXO@geCyVJ1L<6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menu-arrow-prelight.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menu-arrow-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..a275339825695376efea05bf65cbc53005e49002 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3HD^Kbl$tDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0x7o-U3d z95a1;9k~t#2sp>veO;$#r`*+jX==$$r74n{auaT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0x7o-U3d z95a1;9k~t#2sp>veO;$#r`*+jX==$$r74n{aumbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*GrjPl&5< z!!zNU2g1$I1R9Ip1cW;nF2Re!&`=nl-hxJ=lQH!{<#v zWg(s}jv*YftOq%nnhXS3HaJcQIKr*J>wovmWG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menu-checkbox-checked.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menu-checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..bfdb044fa784644474064384ca0e549b18c96094 GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*He*Pl&5v z<72^w$AXPd1R7wd{xOg(SbbBl?txI*dEwGC!e!?~ijIh7Zx_$pESa=e(YsLDDOS}k zMAace-PBRt%vs&SP2JK{!^~Mr*Fa0xP+MDDBwMEoXa!qIkYBK;m-nN`PZGX5CIUr* zJzX3_IHF_Ec?vZs2(TPxXqo#&e0Njo}J@?eyq&;jPJ9S+<4!;QT~p>J~lP(#q%}+jc4$5^>bP0 Hl+XkKz1M9b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..44c0eb87284c5b17d873b323b332839ddb1b3fe5 GIT binary patch literal 223 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uAB#T}@sR2?f#ZI0f96(URk z2Vq7hjoB4ILCF%=h?3y^w370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iiefxn978lF zzCEod)Sw{3_VBN4Taw{z%Vzh=@FxjX3~4G32lF19cF+DE?DcX&%7IgRxSlASOzLsH zB+_f>_5Lo?hAM`JC9(-0&%Ceu!nx|e(?9+X_#E=q&J@mdsAC8f75?z`rhq!o9tKZW KKbLh*2~7apkW9G% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menu-checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..743d7e6309880e2ef9320fa45e437354b7a47dc8 GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uAB#T}@sR2?f#ZI0f96(URk z2Vq7hjoB4ILCF%=h?3y^w370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iijqBD978lF zzU^Je+h8EV8qev;eqh3b=)-Pj7a&0C(%x&2EkLTgvQw(_4F`n5``30n^wPvY2~>~KC)cwR;X)H S*|HyK9fPNmbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*FmFPlzj! zW@z}&uxgb+!*l+c7yQjH_!}PbH$M_+cr4KHjKA?Qf5Q{L#>adOj|G7ujZXv`AA!h* zr-C2^6nrYs@Ihk2JtWggZUF~vkUEArBbfvG( z{<}l|ai=u)^e4uQZ^9*#*}lzh+P3Y*Ux`1A4;rmbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*Hw>Plzj! zW@z}&F!PLH(^J8QXM#=71R5R*G(F~TcmhF!AjVVv29OAl4M748PcV^i=^5eDv%+QP zl$~Ogo#Ip+qg9+@RGeb9^o_OjO|%S5wY9aGnBJ)XZImbp@(X5QVYRlgwX>f(ZTifm z%a*TLx$5zgr$2uFQZIbZ2UL^h>Eal|Aa|m^S^cU#nQhOiSAEXgcHGmbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*Hw>Plzj! zZfIywQBhG=R#s9{Qd3h?RaFIY)z#I3Y#`9p)z#6_(bCcal0cvV2AZ0hKm`yrKmmwK zphlnwPztC;Utb@nSWiz6$Og)Swdw%b5klM4fL5xO1o;IsFe$63Mnpy@r=%7Ymz0!N zRMs>#x3#r*bb>%v*QBXar_DU$yi)2Kg~5W#jWQKm8+LCBsd>pD@qOO+Pn_q^E!brD%p!upzTBNZ<*u>ve4xb)p00i_ I>zopr0P&Q6$p8QV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menu-radio-unchecked.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menu-radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..63b4fcb4ca12387147495b93e60a9bdde6e45e93 GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4u6ByT*@`3|I*ik&<|I5oc5!lIL8@MUQTpt6Hc~)EJ3U<-LnOj; zC;0L;8Hlv(exT*!onhOs;9*}&0aKk{qJ#Oa!u*(yg-@AwY{=VUlA&a<`H#`(Pi+F) zIRQ?N&Wjv8_I1gar-sLU^xIQ$JiE$S$Wma-v(UB`#=&ra-_AlMSpb)4nvmc-YIoky(w|5+)@ zU3WM%W#!wJIL&(h_Z`Pg*)B3zMr}^?HjYmH!niqj`s6hn7dHVt!QkoY=d#Wzp$PyN Cw{u7U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menubar.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..b10371fca679a675d127f4f89754d1aac83b0484 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H zS2Z;?eSLk?X@%ZE5kXHE#}JO_gcyqV(DCY@|R21^9%x s3N$=X-=WX|lpinR(g8$%zH2dih1^v)|cB0Tt-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^tfKQ04 zhK7c^y1E(|sH&<$7;q6FS6f?KM@L6jS2rakrK+lG8q=j1pkA($AirQW^}YM{pFVT; z`#m5^=AJH&Asn*F0`s?KT{U53o4>pK{k_117py_$(h}F2Roc5!lIL8@MUQTpt6HXu{Y0(?ST zfwXqkRF&LGs_6@qljkX=&R0oYAX<4*wDOWb!xN$Uhf+m{q>2wq7auYTE-(r%Gzuwl zaBw(Wn0^9ecS(?6Far-?Nm+U2@86HC%7uY~-kvUwAsXl3PBLUVpulmYFG^b>^vD17 z-wYdz+tbd@P`DE!cE#qwS^=>aPdK$bR?2$qRBBCV{`0CkYx<`P+ZpF%Z##RG*|6H| cw(TQE!)Gkg?>Dn=1RBfW>FVdQ&MBb@0PCA&5&!@I literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/notebook-entry-border-bg.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/notebook-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..b303b7f4badb99b6ea6903251428d2fa3f285a71 GIT binary patch literal 263 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=J1^9%x z0%->a2Xk|CQ&UqTBO_yDV<1CMPfuH0TSrGnUtizAz`)AN3aCbMse><2HAhL1UoZm? zUrAYc6R2w=t@))@}IPjvGceg tPvwbyS6#R}A2$~CMes5Qah$W`W>Bh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/notebook-entry-border-disabled-bg.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/notebook-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..9a2c88b25f502434d027570c2ff3d75a572f4e12 GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S&+S%FJ+uJ)hIQYru+ypAN@^olpinR(g8$%zH2dih1^v)|cB0Ts!3x;Tb# w%#1x~D9FIT!Jv39<^KLD@0eC>i;_6c7%sxx_{2K48>o)K)78&qol`;+00gos6#xJL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/notebook-gap-vert.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/notebook-gap-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..837e8cf9d59655d774fc1944d6100ac8b9cf2aef GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-S!3HFkynkm2;uJf1hHwBu4M$1`kk47*5m^jW ze;tGwoit`w00kvWTq86FfeHGFdn}Ah0ztLhQZU-&t;ucLK6UY?PrNd`|>KbLh*2~7YQ CjVzS_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/null.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/null.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a1600a657945ee95d0c3a620dcb7689c949c9e GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^{22?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4V4lptcyp7EIZ%?p)78&qol`;+01F5sS^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/plus.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/plus.png new file mode 100644 index 0000000000000000000000000000000000000000..cc63a1eecd4fac0d76d8c0cb14d20f12f0f75891 GIT binary patch literal 255 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-t3?!qQvP6LtbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^?fKQ04 zy1Kd=2GG{l*3r??)zwW(N=ivdsi>%^s;atD`N9IIi>)NcFSxw2>hqT$f4*jK0E(D; zx;Tb#L?;LMdV70|CVZG-S^SKLxy?tx)R@uZY*Rq-fh%vUw@<7vu-xD^Vc$zOo<$15 a5)4-@oc5!lIL8@MUQTpt6Hc~)Ex&b~R zu0UF-;R$c^Q{jeZf(=guK(yEr+qAXP8FD1G)j8!4b7-2k5u zS0F9a@PxPdsc^$H!G~I}#KD|?87O1y>Eal|5uKdyuC|@wx~RmOdy37jJhd8smh*fM_>q6%$9l-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkQQyYD%$W$r1Q04!()M_Cjt#m_!=MaH9q5Oc+A)EjIR+$J{D+vB+v+w0+Rd zWWy7|hNnP5iH!9crgj>p4mvtIvReOyfQCw!1o;Is@bK{J=^MDadw6(y6&4m1x3spl zb@zaPdr?6dP+5kji(`mHcy9kgF$V=6H|Gw4u;jh}o1-*kmj7P<_S$x@4xwJNYqK_< zt7VtCdHagBkA>uUX1g5GZccj*v22aL$$cC2baFIKRCh^=eGo5ix!3WJ@2&Usu5aHB n%&Koq|7rYn1H+kBLaKVtb9mmrXE^*3XeWcGtDnm{r-UW|U-g4I literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/radio-checked.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..79c141d4432c2d00e87b6a792566c16b6ac4ffda GIT binary patch literal 373 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkmhN7&eQOMyY(f1!xR3-Ct&iaK*JLt0?~PxcKqY=P&c`+B~#KHrL3=OJ2650GSR@EhyFW~;pu;BisxU~%5wyJEt&hS@Cq+{Ch e^gGfF4FBe?)-Y(VoA?4~HG`+CpUXO@geCyG{DwgQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cce4d70498cfd94e190e230bd21d9cb1e2e9c72b GIT binary patch literal 350 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkk;1LR##V7QBl#<)YQ<>05X68D53=hKn4)#=;-L`>H-;RFaTi#1%aS3_G22*An}qQ zzhDL)ULzx8UqAoilIoiJrp}(;zKN42&5Uk!j{qvk@N{tukqFQ2_Y`VS;9(I=x$naC zzkXGNhs}lUFTJ#coyr29GR#>N|IG7u(4Kui&lp~D?07!I-`ITeuW6S`7lsO-Tl`@i zr-lZX$;AIk@57cjCO&zmlNiynH#E{{@2;IUs{C&7gvq2FXI6R5-E!(L^J<`-44$rj JF6*2UngAy-YnK23 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/radio-unchecked.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..ed22c29015a9617510a06defaa1810ca5abc552b GIT binary patch literal 395 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkXBPuQ&CY-R#sM3RaFNApa_Jmt*x!4r3DlNiU5Hw5`e3ONWn><61YlBZE|H*P+8`s($YkDoq&{_>^k!yk}G%RF5iLnI_~4|)nU zD~LE86j#)G(2(IF^W(dHnod_zs(Jqu$@SSLU5k3JEr0TMyK44zg~*8ecS3lAT2?S5 zFWtm8V^2sOQ=dwxRl|MFt2>z&Pe0}F@P0{=?S&%>M}?&Gs<9gP2NC6e81o(uw z0%?YZs|=HF^EW&d1fj=3B+&2#f`EcR#=N+>4nSqxB|(0{3~cP}9i3fIo<4gn@qOk* zps9gP2NC6e81o(uw z0_o7uP)|?K;Naj8Fn}{4Tp;;MdrlKj9d}8PUoZn3dwWM`*ORBuo=be6IT0vq;_2cT z!Z9;BVFAmEv-fyet(hC|yt!Mjf%Qae?}K+tMd`{rZa3b^U@14Au=*D7SyqD^>bP0l+XkKE+J4_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider-horiz-prelight.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider-horiz-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..bddb0ac105da8cb576df95e29987d6159bb9de7a GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_lc^hDnnqO_(sD9}N2X`XCG-2@yQM^~M9BI_{DnzhDM7_V$j>t|w2QJ(u`Cb0SdK z#M8wwgkxrM!UC2RXYcW{S~EA^d2_d51M7*{-UsiPiqe&L+-|&+!BTEKVf8KE$8QT% b&I&RF2^czhADJWv)X(7Q>gTe~DWM4fC@NV2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider-horiz.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..3d1d371c7a1bac53b6174ccb8779ebfa69b7b16e GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_lc^hTPoT($dnhvN8w>)Bt3|fo4O8Jy0EYNswPK0~>pLM`zcQr_Y{Ce4jZHC~V^C z;uyj)GdW=a%Zju2cv-EP8}GciTd;xkL~QSacT7d;$~$g1-pODoH=eNi7VqP?1uAC+ Z8G-~19leiCk^|~z@O1TaS?83{1ONd6R2={S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider-insensitive.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..342978c889e1b7d22a7f9899dc8a1f3c6bd5b435 GIT binary patch literal 375 zcmeAS@N?(olHy`uVBq!ia0vp^{20)8)WNzbVVdY?MX>Vp>Z*FO4W@&3?VGCpck*S5PnYkU1Yie$7ZfR>` zW(7nxcFwjyWbbTe?_%%Z>g?j_;_8)cFCqXmSE3}yFPMRu)zHYeyt3;0jhnY_zk2=p z`_I4sfFSgb#bcnFLQfaR5Dr=2gN#B=3IePb`jw()Y?5Yuv;V(safwV7e|uu2s`ngO zzsu{+X82A%o;XQg-_^$8jr={YqKGMT+4e~7mQp-+j%DWmdjiSnOB<`?`85BZxP@i#sdY(fKB!`2YV@9-ij1iK4OVyZ1#M zTsMo^JhAA6R&1rmtA?bw%C5x=xcB^E%a8KcSgWtJR({GgcH6bmQRlr^C8oZd0PSV)boFyt=akR{0Gzy&YXATM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider-vert-active.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider-vert-active.png new file mode 100644 index 0000000000000000000000000000000000000000..e9b37a14abe185658ef19256924531e8c1451fca GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkY;GO$}s6Rf5THj5PA$m0u4_f2q*|-%!`}r093|Z666=mz{cL*(b@In>9gk&-)Bw) z3hR5iIEHXUCnp?W$TDU=Sn}-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkPZzE_4M=%4h{|h12_Z11(L6{=QIJ;ahC-71v9X*w|8`QJ$d@-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkZx#bm^5k9gb5S+!Jx0N55fSF5W(|XZ#)31<1PvE3ua(rZ|~^rdh+zybBXUWCjy1_ zJzX3_IHHpi4lraHGaoGZ_D(mU>g&7MgsSiF?lyPL+goitqwn5cNuSka7DfpS3`;5u V9p~R$q7Br_;OXk;vd$@?2>>dzSE&F1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider-vert.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..77a157eacbf3030f255e6ad98f7e35da7b6ae5bb GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkZx#b$j!|yEiEl8D}#_g4L~*=Xf|}%1J!Yt1o;Isu(7vybap*?`s}&H_n8xc!up;r zjv*Y;$q5G-vW%GzmVA4sn^5)jU2HM{$X1O|pB6^4%U T?=8^=YGv?r^>bP0l+XkK8~;+p literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/slider.png new file mode 100644 index 0000000000000000000000000000000000000000..d307bd3149cc97919587d42a047ad327fd9d9f60 GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^{2Sk(crYbtdYMMrBnkK3mKxC}0WumSHB#kw+O@K&K#}tUvfov@xGFAghX`5*4 znd#`6162ZbSy256H^NswPK0~52Nl5%)N zWYnI$`}XZWaPa!gTkqe0{`~vTpTAYEFCPQdRd~8MhH%Kb9^@2iRuEu0;P~-Ws*AYN zq67c_Ph7ZV&0DuXUgfo4UW)piee-R`d0Y{{Iaxmj~UzAu|PZ!OaY Y_AgPQD*fW`yFj7h>FVdQ&MBb@07HR_!Toc5!lIL8@MUQTpt6HXu_i1AIbU zfwX97gHUvXZ2Szl_?a?sGo)i@2$!E1F25kq@IVSATko6@&e!&bpd?jV&mA`*KvMLt_3i^1uIEHAPe>=&VslkBbsNA(Ehu@9A z<*zY|l(BD4^LbzvVpcNaaFk-sg_GRnjvj9VxrbF eo%MF+KPJB@7DJ<@MoWO^GI+ZBxvXgcyqV(DCY(S=}1o(uw z0%>h+Z50(2EiEk|LsL^zLqkJNO-)r*Rb5?OM@L6rU;ng_{2`z^j*=k1UgcyqV(DCY(S<;2l#}z zs;a80si~=}tLy0K=oB%yzhk zPa;D&E#S37g9;m;O5EX&N1_W_S%NgSav3jZQDBgr&@=74jdBQ3D}$%2pUXO@geCxN C$2qA0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/toolbar.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..065417bf2dc001030c5cd7d376afc20827995320 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H zSABhb3k!?CJ9gdyiU@kTIEHXUC;vHr;J^_B0|^#}zMqV?w*O)l0wozdUHx3vIVCg! E0IQ-c_y7O^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/tree_header.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/tree_header.png new file mode 100644 index 0000000000000000000000000000000000000000..681e68f4480d6569eb6f2f9780a224c4cfe443f7 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^Ahrx6GmuOw-ctdjn2Vh}LpV4%Za?&Y0OWEOctjQh zm0t&8MkkHgAT^RDt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tr zYipaDn%?J${s$Bh@N{tu;gC)KbN_@#?2!Wu3~#S$%ssL&mkB7x;OXk;vd$@?2>_+b BEzJM` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/trough-horizontal-active.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/trough-horizontal-active.png new file mode 100644 index 0000000000000000000000000000000000000000..0de85ab864281f6f3e74ac515db128f1b0ed0f7b GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^NhT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE07j!cqY*DOrYVpV8dg9h9_82x?RIrpi-WaAirP+IeCShyLRu{`|0yf+3dZ+KyiIf z7sn8ZsmTco6cg6jF*Dy5IiMtyE}+1ubEs9t2uSv+2r-BycC~Tm2rgLK%vd0-Q=AfM Rnhw;;;OXk;vd$@?2>_5-O&9hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE0EUK*4EV2G%zsG#SM}be7*ve@{|Pm1vALWE9~60d(YlapMT0`?+pfu>wCI5hDc0J zPFSFru+EN|`L@UbC7E;q1xB4ittv)9vQI^bK`gPWjXOth!O~{N0%4uvlt|NbpjHM? LS3j3^P6?%l3DJZE0t+Z&YdpyK(yEr+qAXP8FD1G)j8!4b7-2k5u zS0Jqi2D)GXWI`BN$#t70bAcN8N`m}?8D!KoR<2#Qe#4vhA3lEKU{1dbl(F}8aSY*@ znVfKdLG1gzg9mRbv9UcXeLvxVHY;0SxrRbRqj=~8hFu5P*vdi}+1b=Yoa4C+3|7o_ f{&3$S$%>o7Nj+Ug;fK;~pivB-u6{1-oD!M2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<#S#rl_F^1+a-c%}UwFD|=@O1TaS?83{1ON|P BEG+;4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/trough-scrollbar-vert.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/trough-scrollbar-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..1d8ea2c7c9e2763e22213f75bf20fba1d7932092 GIT binary patch literal 161 zcmeAS@N?(olHy`uVBq!ia0vp^{22?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4nolGo?SevkeMO6kny^h<)1pBN(N6?KbLh*2~7aYXf3S( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/trough-vertical-active.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/trough-vertical-active.png new file mode 100644 index 0000000000000000000000000000000000000000..c63f182a122004d948015d8e389e3964918361c1 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!FM;!!v=FX95k+1sfgVN?FzL1It&d%hyJ^LK9xu>HQfT7WHhi86C11A{-e VM)^WPjt4-!44$rjF6*2UngIHbQ#k+t literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/trough-vertical.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/trough-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..249dbbdbbcfc4f0e73e8f0ba85e15223b6d50518 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!FN Q0MyIi>FVdQ&MBb@0I8`+5C8xG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/up-background-disable-rtl.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/up-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d325809d06df3aa2832aa9791fc92789820f7d GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsDU+3FZ?t-Q8NtzAMUo!QUmq_9KiT2DVu_6-*@*(Q|Syq8mc pk$LhPWfp_2{1>I`z8y|9U$B7V$F-vBA3zfsJYD@<);T3K0RaC!K9v9f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/up-background-disable.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/up-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..358ecc894c426430d06ef184ee50eda4f53011fb GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tl&$x;TbN zOnrN5pTW4Vz1WHm_62wv6rH8^IP7Cpln8$BPrD^5>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Ax;TbN zOnrN5BWHty0PDp_OTIesCf*#z^yN{n*qM2G`nEEv&wRq_khX3ce*(MJWT}R?!I#ul rx*s`nS3p9PDPrFA7rger6K}Grb#gLhU1)g#G?c;9)z4*}Q$iB}Ax}Il literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/up-background.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/assets/up-background.png new file mode 100644 index 0000000000000000000000000000000000000000..9f755162f2b12242fea5e3e8b54c00653a6c1887 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#RGmu>AYB(84F&8^|hH!9j+9gP2NC6c|1o(uw z0%=W6O&uK_Gcz-7FtE3`cW`i6E&iSdD92h7!CQ-KN@JYD@<);T3K0RY2;H-G>D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/gtkrc b/themes/Mint-Y-Dark-Watusi/gtk-2.0/gtkrc new file mode 100644 index 0000000..442a545 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#404040\nfg_color:#DADADA\ntooltip_fg_color:#4a4a4a\nselected_bg_color:#8fa876\nselected_fg_color:#FFFFFF\ntext_color:#D3D3D3\nbg_color:#383838\ninsensitive_bg_color:#3e3e3e\ninsensitive_fg_color:#7f7f7f\nnotebook_bg:#404040\ndark_sidebar_bg:#353535\ntooltip_bg_color:#fbeaa0\nlink_color:#5294E2\nmenu_bg:#383838" + +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +include "main.rc" +include "apps.rc" +include "panel.rc" +include "menubar-toolbar/menubar-toolbar-dark.rc" diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/main.rc b/themes/Mint-Y-Dark-Watusi/gtk-2.0/main.rc new file mode 100644 index 0000000..72255a9 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/gtk-2.0/main.rc @@ -0,0 +1,2441 @@ +style "default" { + + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkWidget::focus-line-width = 1 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 2 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkEntry::state-hint = 1 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 15 + GtkScale::slider_width = 15 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkExpander::expander-size = 11 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @insensitive_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # For succinctness, all reasonable pixmap options remain here + + engine "pixmap" { + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image { + function = ARROW + overlay_file = "assets/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state= PRELIGHT + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Option Menu Arrows + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image { + function = VLINE + file = "assets/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image { + function = HLINE + file = "assets/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image { + function = FOCUS + file = "assets/focus-line.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + # Handles + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/plus.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/plus.png" + } + + image { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "assets/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image { + function = SHADOW_GAP + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +style "toplevel_hack" { + + engine "adwaita" { + } +} + +style "ooo_stepper_hack" { + + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + +} + +style "scrollbar" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-horiz.png" + border = { 2, 2, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-vert.png" + border = { 3, 3, 2, 2 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-horiz.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-horiz-active.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-horiz-prelight.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-horiz-insens.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-vert.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-vert-active.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-vert-prelight.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-vert-insens.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = @menu_bg + bg[INSENSITIVE] = @menu_bg + bg[PRELIGHT] = @menu_bg + + engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator + + image { + function = HLINE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 4 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = @selected_fg_color + + fg[NORMAL] = @fg_color + fg[SELECTED] = @fg_color + + text[PRELIGHT] = @fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "assets/menuitem.png" + border = { 1, 0, 1, 0 } + stretch = TRUE + } + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = SHADOW # This fixes boxy Qt menu items + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "checkbutton" { + + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + +} + +style "entry" { + + xthickness = 6 + ythickness = 4 + + base[NORMAL] = @base_color + base[INSENSITIVE] = @insensitive_bg_color + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_entry" { + xthickness = 6 + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/notebook-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/notebook-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/notebook-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_tab_label" { + + fg[ACTIVE] = @text_color + +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 4 + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "notebook_combobox_entry" { + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "combobox_entry_button" +{ + xthickness = 6 + + fg[ACTIVE] = @text_color + + engine "pixmap" { + + # LTR version + + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "spinbutton" { + + bg[NORMAL] = @bg_color + + xthickness = 6 + ythickness = 4 + + engine "pixmap" { + + image { + function = ARROW + } + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} + +style "gimp_spin_scale" { + + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "libreoffice_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "standalone_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + + engine "pixmap" { + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # How to draw boxes with a gap on one side (ie the page of a notebook) + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + + # How to draw the box of a notebook when it isnt attached to a tab + + image { + function = BOX + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "handlebox" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" { + + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 + +} + +style "combobox" { + + xthickness = 0 + ythickness = 0 + +} + +style "combobox_button" { + + xthickness = 3 + ythickness = 3 + +} + +style "range" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-horizontal.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-horizontal-active.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-vertical.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-vertical-active.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + + image { + function = BOX + file = "assets/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + } +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar_v.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar_v.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "treeview_header" { + ythickness = 1 + + fg[PRELIGHT] = mix(0.70, @text_color, @base_color) + font_name = "Bold" + + engine "pixmap" { + + image { + function = BOX + file = "assets/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +# Treeview Rows + +style "treeview" { + + xthickness = 2 + ythickness = 0 + + base[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + recolorable = TRUE + state = NORMAL + file = "assets/null.png" + stretch = TRUE + } + } +} + +style "scrolled_window" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" { + + engine "pixmap" { + + image { + function = SHADOW + } + } +} + +style "toolbar" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = VLINE + recolorable = TRUE + file = "assets/null.png" + } + + image { + function = HLINE + recolorable = TRUE + file = "assets/null.png" + } + } +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + + image { + function = BOX + file = "assets/inline-toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "notebook_viewport" { + + bg[NORMAL] = @notebook_bg +} + + +style "notebook_eventbox" { + + bg[NORMAL] = @notebook_bg + bg[ACTIVE] = @bg_color +} + +style "tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + +style "eclipse-tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = shade(1.05, @bg_color) + fg[NORMAL] = @text_color + bg[SELECTED] = shade(1.05, @bg_color) + +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 100 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = "#000000" + XfdesktopIconView::selected-shadow-color = "#000000" + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @bg_color + bg[SELECTED] = @bg_color + + fg[NORMAL] = @fg_color + + engine "murrine" { + contrast = 0.7 + glazestyle = 0 + glowstyle = 0 + highlight_shade = 1.0 + gradient_shades = {1.0,1.0,1.0,1.0} + border_shades = { 0.8, 0.8 } + } +} + +style "xfwm-tabwin-button" { + + font_name = "bold" + bg[SELECTED] = @selected_bg_color +} + +# Chromium +style "chrome_menu_item" { + + bg[SELECTED] = @selected_bg_color + +} + +# Text Style +style "text" { + engine "murrine" { textstyle = 0 } +} + +style "null" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + } + } +} + + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkTreeView" style "treeview" +class "GtkToolbar" style "toolbar" +class "*HandleBox" style "toolbar" + +widget_class "**" style "menu" +widget_class "**" style "menu_item" +widget_class "**" style "checkbutton" +widget_class "*" style "combobox" +widget_class "**" style "combobox_button" +widget_class "**" style "combobox_separator" +widget_class "***" style "treeview_header" +widget_class "**" style "inline_toolbar" +widget_class "**" style "combobox_entry" +widget_class "**" style "combobox_entry_button" +widget_class "***" style "notebook_viewport" +widget_class "*HandleBox" style "toolbar" + +# Entries in notebooks draw with notebook's base color, but not if there's +# something else in the middle that draws gray again +widget_class "**" style "notebook_entry" +widget_class "***" style "entry" + +widget_class "***" style "notebook_combobox_entry" +widget_class "****" style "combobox_entry" + +# We also need to avoid changing fg color for the inactive notebook tab labels +widget_class "*." style "notebook_tab_label" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" + +#Fix GVim tabs +widget_class "**" style "notebook_eventbox" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# GIMP +# Disable gradients completely for GimpSpinScale +#class "GimpSpinScale" style "gimp_spin_scale" + +# Remove borders from "Wilbert frame" in Gimp +widget_class "**" style "gimp_toolbox_frame" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget_class "***" style "chrome_menu_item" + +# We use this weird selector to target an offscreen entry as created +# by Chrome/Chromium to derive the style for its toolbar +widget_class "" style "standalone_entry" + +# Eclipse/SWT +widget "gtk-tooltips*" style "eclipse-tooltips" +widget "*swt-toolbar-flat" style "null" + +# Openoffice, Libreoffice +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*" style "ooo_stepper_hack" +widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" + +# Xfce +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" + +# Fixes ugly text shadows for insensitive text +widget_class "*" style "text" +widget_class "**" style "text" +widget_class "**" style "text" +widget_class "**" style "text" diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/button-active.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd6865759433b710256f4b38e25f3231ff41314 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ((_>EamT z(fRi3M&3gPBCZ#I|J99XHqv%!n&jEA_K;D4fm7Bog=>>FJD7#mPSmK8j?U|gv1NX- zD{peK+?gEqH7hQ&#GH9!(f8Q)T>o>4#k;FjA5UGPk;(9l_0~C$wf7m;+}S%lg@JVy zXU#Uf=^vCItY$M^;mDg6(EN{4i`)8a`rD|Yq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/button-hover.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..aa079ece8e7bf704069fcb3750ed5728bc700c49 GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8Vc#JKp4Nx=eWuvW>dKlZ5X8r*svh|*?4iK{MWu^R8N!zJO))$xvT|FIqv853 zI`yry)fsB<%R6x}7cfTEZ0a~s9DDt?MPD$pfYXlh*zz93ZAy<8&4^sRYWb8)3^B8f z?5mX+l$?4#rq6qBdtlv}*onGsl}F$G58WTK!bx;hK&#dl-wR1;?~b27o65a6r1aB~ zGd!Vl8`vF~Clvql)#P33vE!=lgSo~3n13+%pSSCbJAIG|=zIoGS3j3^P69gP2fQ+5z>EamT z(fRh;M&3gX0xlQr)lY{r3wm_iVRi6ObqHT3v4G)uieB;@9mZpd7ZnBXv@E{5r-b!F z>0LFYDo^$WOMTQH=)JVzIede`W7o4e+by35aX4gGr|)L(<8^R(!>ydZGWYtnaE6zc zr@Aqy=-z($J9B5q3MbK30j*kJ{4adz{@4+*?Q)DwPXE${m7m!zFf5tkx9#`Oi5fri dY*k|!;vP*hdfaRj`3&e%22WQ%mvv4FO#nZnYUKa` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/button.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/button.png new file mode 100644 index 0000000000000000000000000000000000000000..9d50a7e4f6dab8c2c67c550ffb8f248308336a1e GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ()5>EamT z(fRh8Vc#JKp4Nx=eWsieU%6d`3lUIFH5?ZvQIzR3CoX;G0c3JIr zQDRVPS|xWThkwKB&jBgjf$gTe~DWM4f^AT|Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/menubar-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/menubar-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..299c550650fa3b0ccb2c20ff9e5fb239f828c05b GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^5aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0vUo-U3d z9-VK`Itns4a2!7Hn9cs{`ZfLm7sWdpay(~=zfpeFVdQ&MBb@00l@fPyhe` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 100644 index 0000000..23a344e --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1,222 @@ +style "menubar" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[ACTIVE] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar-dark.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button-dark.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + + +style "toolbar_text" { + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[INSENSITIVE] = shade(0.7, "#dadada") + fg[ACTIVE] = "#dadada" + + text[NORMAL] = "#dadada" + text[PRELIGHT] = "#dadada" + text[INSENSITIVE] = shade(0.7, "#dadada") + text[ACTIVE] = "#dadada" + +} + +style "toolbar_button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "menubar-toolbar/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "menubar-toolbar/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "menubar-toolbar/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#414141" + base[INSENSITIVE] = "#393939" + + text[NORMAL] = "#dadada" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#2f2f2f" + ChromeGtkFrame::inactive-frame-color = "#2f2f2f" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*ThunarWindow**" style "toolbar_button" +widget_class "*ThunarWindow**" style "toolbar_text" +widget_class "*ThunarWindow***" style "menubar-text" + diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 100644 index 0000000..5bd9a7d --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1,166 @@ +style "menubar" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[PRELIGHT] = "#5c5c5c" + fg[ACTIVE] = "#5c5c5c" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#fdfdfd" + base[INSENSITIVE] = "#f4f4f4" + + text[NORMAL] = "#5c5c5c" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#d9d9d9" + ChromeGtkFrame::inactive-frame-color = "#d9d9d9" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" +widget_class "*CajaNavigationWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*CajaNavigationWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*CajaNavigationWindow**" style "toolbar_entry" diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/menubar.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..2be034ef3a8d8bbcdd55baf64b7431eec8a61e19 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<>&pIsg^%A{SJ3rka&((}XraT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-D;sd|UZ#>q}c}=V*$|&pP3f0BadZL=x85lI&nNHniZ`A=RX7F_Nb6Mw<&;$TR CKQ06S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/menubar_button.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..78c8122e226f075afb51e3b0ae6ee728a869a198 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ!3HD+(^8%SDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-Hwl02V&)mx>yjE9YYs!^Lf!=Pql3Q8$85mxNGQDp2T$KP+%;4$j=d#Wzp$P!` C)GVO@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..54293fdf0ad2ca4289100a4744099a03b02634cc GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7mo@^o5)u}lQP4Pb_`s1fM;v%Rynk=s_I>?+gBXjV=?_1?4d>C>v?_^5 zEN@o5-2J-H%FowsORiqN_Ma1Px6@{)%9hH=O*(hCMoIqrpPsnlo&W#&aZ-U!yoWb7 zewozq>D9k4|9za2_VB#l_iwJFcK5y7-`1fXJ<}UIJ7;z_MjdSBT{CanFK%IDVdm1L zc^n2=7gxA07VC{N$+|dU%ZvN>>vPKhL;3|hW}ZbvY_(gt(V#RS0p-SglY6|-Rrk;&n}nGFZY_yl=%Af z>;KcMI*eZ2)-dMi{1~)#=ht^n)7!Y+-x=BL{5^}2!DM61qP_M~A;6$y@O1TaS?83{ F1OP#&xcLA8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..519e134b1090ad7b73802a45c968f615f3e831df GIT binary patch literal 406 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7l7_H=O! z@#uVeZNJyy0FmP#@9#YFZ=zYDhoKj{>&3HccUN}WHFM=PariayF9>+SyhDXw;f2uS zMIr2p!Mj~HJP3U?A$zH-bKmZgJ(4Xo@(*er_}EVh+7x2Qww~W(nX*Cp1;L38p&K`D zywa4s?$87+w=YGLt*-qFR4(4N?zY_PhNc7S|DO3AXTsyZ(vxk^ho1FS_Zs^iZ{Ah+ zh41g}VzI1WjhDnrKQ}$ITRGXsP2h}V$=>WRphn|#fl9`D?FCF)AXLvO$jQ9gP2fQ;Sm>EamT z(fRh8VHUF^PwPYTs7$TN!EX%Ct#)$}5ac<`U}n7HRqssu89#TedwpK+gw1(&2KCUtU4}+Q=SpWS z+iu(UKUDLn?emzEcLkkxY-{Rx@#vj{*UD{9a!aRZZFQ3?UEwVIDxm$JZb|)aU#a6C zSs6My09gP2fQ&uk>EamT z(fRh8Vb@^;f!2rW(anNKRyY4h@=Vz6z_BFihB8Z$0jG4#&f?66xyOWWue_wA`Lvbw zFMEZ&kLjxSzo*VL>{E7OF;rHXlG?dQW5G|M2LzC_3Oy6Mk<8n%4M zU3<0Q+}hIE`AI$dS7*-JT%32-h2`|7JKLL{RqpHLFks1dq0a~B`zfIS&zJ|ZQ ZCVZndL4i;6i4o9W44$rjF6*2UngC%6gFXNN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..24480b98111cef5c68227e9bdab2320057c0f087 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ+5!>EamT z(fRh8A>UyG9_PSmo2ICipZt41RkA}l;_a11FJu;X|7ZLWX4m()qR&u3@PyADNzWBp zE-a}%jjwlYcyGNecem)Py@&56rfCQovNC?SnX|TWrX}moV@ASr)c$N)z^a?!$Q^aT ze&Kh1Mb9tymOBbEPFk?)(B0(;&npkzUARg^iOJYGn|JHAXvIke#vL4Sdvk0{6#To6 Q10BcU>FVdQ&MBb@0MsdEWdHyG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Dark-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc822f001cd7ed843741d20d3128be0ecec9ebb GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8A=hC8p4NxUJt7wLy!?A!+-uIoPQ@;(Dbs?iteg-2XS~Ng%jL68`|icpx*l6N zxMT#nIJhiWm5|o4J9)k6Ws`$vW;rbtS!1cZl;!4k*~@R+3T0+9tnYZScjk1~=G}+S z%u<>^Q}T{1v!JQ<_4RST52qdqmwgq`Zgpkh{uU)B!9vM`dFo0`%^eG-6iIH$z5UrT zFm#P2^MTa!ovWN?NNTD+Nj-RXujY|6{w^&1J7)y$uHNk74smdKI;Vst0CK2y A+yDRo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-2.0/panel.rc b/themes/Mint-Y-Dark-Watusi/gtk-2.0/panel.rc new file mode 100644 index 0000000..c877428 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/gtk-2.0/panel.rc @@ -0,0 +1,153 @@ +style "theme-panel" { + + ythickness = 0 + + bg[NORMAL] = "#383838" + bg[ACTIVE] = @selected_bg_color + bg[PRELIGHT] = shade(1.1, @selected_bg_color) + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + text[NORMAL] = "#BAC3CF" + text[PRELIGHT] = "#BAC3CF" + text[ACTIVE] = "#BAC3CF" + text[SELECTED] = "#BAC3CF" + + engine "murrine" { + reliefstyle = 0 + glazestyle = 0 + glow_shade = 1.0 + highlight_shade = 1.0 + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + textstyle = 0 + contrast = 0.0 + textstyle = 0 + } +} + +style "panelbar" { + + fg[NORMAL] = "#edf5fb" + fg[ACTIVE] = "#edf5fb" + fg[PRELIGHT] = "#edf5fb" + fg[SELECTED] = @selected_fg_color + + bg[SELECTED] = @selected_bg_color + + engine "murrine" {} +} + +style "panelbuttons" { + + xthickness = 4 + ythickness = 0 + + engine "murrine" { + textstyle = 0 + } +} + +style "theme-panel-text" { + + fg[NORMAL] = "#edf5fb" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = "#edf5fb" + + text[NORMAL] = "#edf5fb" + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = "#edf5fb" + + engine "murrine" { + textstyle = 0 + text_shade = 0.2 + } +} + +style "panel-entry" { + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + fg[INSENSITIVE] = @text_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = @text_color + +} + +style "theme-main-menu-text" = "theme-panel-text" { + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "workspace-switcher" = "theme-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "indicator" = "theme-panel" { + xthickness = 0 + ythickness = 0 +} + +widget "*tasklist*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*PanelToplevel*Button" style "panelbuttons" +widget_class "*Panel*GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*Panel*Button*" style "panelbuttons" +widget_class "*" style "panelbuttons" +widget_class "**" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" +widget "*dict*Applet*" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*Tasklist*" style:highest "panelbuttons" + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" + +# Fix gtk-entries in the panel +widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel**" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..78ee1e496cd3b04b6b18c8012dab91f967a4d95e GIT binary patch literal 358 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkQQuwEZFc^uej&;mcAO6ep-gM+6LCzhW1v!y#4`gVlN5u z3uf^2@_zLANwoQz6+oeQPZ!4!iSXQhcfJD(JS?(IhA;PupZIS-li4*QCC~cOE(Vt+ zl2t6s42_I33=;&pY8ENQUwPA_BiJ2kKUehX-m7NPiu$#0)NXqfXU)EQ;bEw9?CozJ jtZuoc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0UF-;R$c^Q{jeZf(=guK3RyuxxOx$ewpcaL|dWE1SC9fhS?-FJATy^Upb-M@+b1zL(H%)Ud zEn^2QV@EAxCoL0aZ3Am<1Dj%P855vW_)3EOf*EAgHCC=&w|>K$_a8of;$Tj{43yd8 z>Eak-aeD3L+d@qWBCG+b-o~7#jCSAJ%k%&L??cJ_F*YWqZ`{8Xv9$=Z*co|fyyxsa zx!m7!(iUM(cViZZ!U>EI`u^~z#XHpL%~jany{n|*XDG+Vs09vn`kT|$B6Q!zG3Kbh zI`m3(!?e}s54{l$Fj44zopr E0KxOMWB>pF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..761ab63509f1bb49dfb1bb59b950cdac72445a98 GIT binary patch literal 374 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkQQ!uCS3DCxcQkt!xMqVM*@vc1Zr*z)Z7uM1EL2&L7}pXLRB|Kicg7@o)ODGELM0_ zB5R9O%4!vdSQY0K71s8}cuQPG()O zAn${-0fWGdgNzKEI|GbGPwi6Wys5Zt_Wt7Zuoc5!lIL8@MUQTpt6Hc~)Er2#%6 zu0UF_;~h`ibMb~30*y~VsNsn~-6Ig$@Pr?T>Y-eb;^QKvCqzomNMvu5$lf85y-O-> zt#tfs>G%cmLCuN*4T?dH%I>+!-o?t^rD|3|YIflo=H6Py4qC=eTBgogrmkA%-a7hL zI{G$z2J_|vEmkiH@(X6*7Zr<*Pe^QPZfWho4c4jrKL^yZ+SA1`#NzbY%eTdv6a-iU zR1b@Io_$xY{pY_w&j$8{IfZM*o?qPTDx&V0lroXqQt;r-_4+E4l0>D}wu%4% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..1866d89425df7fdb80a4be0188abfd746d9dee84 GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uAfKP}k zkp7PZ1R9_J zEIhd#Md|J-w{de`ok@=p}j1l|>paMxQr;qj%l*Q{-;*EqPIy8pV;GH~is Zd!`Pd;|miblz|p8c)I$ztaD0e0s!b3r^WyP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..64bd31bbee10ffe5c7fadb85f9ff2b53e1ebaedd GIT binary patch literal 482 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Er2#%6 zu0Z-fAt2E3M56hbRO>V8_GgNn&s4gesr5WJob=pk>dWwDZ(~=!Of*JTl z#bVYM%dgtGn@b!o|K7{^M0C}y*SsGt_)p(@TY3STh+qD?hkZ%8->)eJTI}6>cJ_Vi z{|~>s>^CZih-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkQQ!uCS3DCxcQkt!xMqVM*@vcfDEzbXHu=tq}!h2$M|Fz&;t3A zAirP+4Nc9O+S(o*;8>ffG*D@rr;B5VM0jrhO}+yH0t}%q#caRW{rrD^%@LtRpUoz} z(Q6U8!s}vD+UU$w%xH8;VVO?+Qi`L>gTe~DWM4f@V29m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..aba0036a6fe239550793e3028bce7f1f11c6356e GIT binary patch literal 486 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E6#+gW zu0UF_;~h`ibMb~30*y~VsNsn~-6Ig$@Pr?T>Ol;lh9_c;&kQF$H=gv|bjov!sV{vO zy!Ko0I)3Hb!p-l?wtbj>;?wLCU*?_pvi|b7%~!wexcTGi%U}22|9<)D_scJT-+%l2 z<=5YDzyALC{rB(R|3DD1x9U64ZjF*4zhDM_QL)(ggv6%imew9Tz^m@{IiQ|3o-U3d z7N^%J;(GSWZsng(En>MDC;>%V&)SkK9_=TZ@E2} zyl~Y!=_AM?HH9NZ;eYc{juo@4I95q-DP>smp5a5xM2Gw9i@$^gc<(nqC>QngE8C41 ztM#9LV+)YwT5c}C(e>ko>g>rHbMDohjeY+0T)9Q?15C8xG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-selected.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..e6e6b5d8d66e080cbf304f53d452fc84c29669dc GIT binary patch literal 366 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkp7PW1R9h#VK?KY!_1dn^I!Qaco_q}oJPv^_0?#YmSl|AAufge|@T0ue zGuS~x!|#CGMkX#l7siU63hDAsCiu#Cus@KCJjy%AwR~n|b4JAN*EiS5m?o>1uU}KS n>u36R)|w4}ZDp;U7Jc}vuje9m^RzA#$lnZ}u6{1-oD!M<4`ro& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-selected@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c376f40f2ae5ca76a81b95b56b9a162a406125eb GIT binary patch literal 487 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z-faX_H{i9o{>!GePJT_!l8HtG1(0E(bUI-0E^!aGCu; zfdeDQ@jv`>@eX@e%~=rlX-`qZ>!xD6-3uM|>8IbH@t|n?Zl+mH&zD{mEtuxNeCbWm zfHZ}kb@Lv65u3d8-d5)(gI)h-9zXNym|R)%&Fxv{;;KiZUSCt=pS^tj|A*!WKG-n{ tJXTkpb*%o?3StQo~7)OtKyoj;+mmh?x|tv zuVEFaWoV~m1Vr}Q2G-h!wss4DOb0rGy(Gvln8DM_`_bbk(dKJb0EKpVx;Tbd_}{&9 zTc}AvfGxr3?S@%%FQ1E?_VBlTLSwV?>8?Ak;tUU)|1Xk~ccoU%hC1H2 zd=8x?+XIpeNCm5jL|b*?hRp zEj_|_@M`#(eaSQKZQYla6xH>!ruXw1Q@N#o9@r#Z4^=z2_*|gp-9YxZ()}jCF9oE{ z`?6=6wvYGWt#`iOD~RPUe{tdGgcyqV(DCY@~pS76tf( zxB_XRh9|tuPlX$v2{t?t0HLP>4UfSH!Ud8*?h}E!`#@5#_JLsCL&5roLKRnp%gzax zofj^@AX0Ktq~x?n$r+JSAUY>nctkvFt3>8jiL9+Mv9sjDI^`lJC5tG{fCdAIGEEfGcYg)d%8G=L>zv5<95&?0|B-NL4g9%%ogrVRe<3)KHecR|SY{%b6UGLoY zU|0Oi*98||h%a4uJGsIAg7trcJ?)8`L+72zf8%{T{#>1j#mwy7PUSO;4_w;pa!2{V z(r`gee)jNrihcJA_*u>GMXA_|?D=E*ZlCV@n3`SRxt~v5@3Zkmh10jiVoSA(Y_e|q z_aAdPJRCoCN2#HaUL5ED~1Gho*ZTa tUMrv5`3E2GEYbh`bW@r3M2~Hn^|k*DtGfP3T>%C>gQu&X%Q~loCIHUy5sd%< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..63680c745c1e81b57f8c027bf462b12d06b53b61 GIT binary patch literal 478 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIa30G|+7 zAT8MVSg_%-VB-^k1_Tmpcp}vJM7;T_c*|3XmZy@fPqq7=>-0a@oABIV;tP|>FHEPr zu$uPLbKa}SBc!h{frVGKT9ehuB~=j@V}Bo+9#V{ zhe+Qmv1fU9yLqO1R`JOj3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ee8b7a783e19d1916141cd8e34f7bbe705110535 GIT binary patch literal 670 zcmV;P0%84$P) z+=slR} zQlslrqwG_p?0LBGh`{oX#PXiY^sv?TvDWso*7mg5_qy8myW97?+xNWO_u%jR;qUz7 z@ciZR{O0of=komR_Wkhp{rCI+|NsArnX0Y;000hjQchC<949ELt*)=I?Cq;+mxMdt^$*H(i*R)80kT=t613uV9oesmYro3|c;odKl zN4_-0qT?~z4_lO~Nb#_3Gd0B@^mz#zyV4QwM|kyWMYl&74mG03ql_;g`aIG+v_!8* z8?cqNcCK%eiEVUz7^n!~MtmBoDBwzb#yt8*Y9YR$UW2b*A-*1}h@hH2;{D{8SU>>< zq=L+YpaTGQcwifVDeEw8zXgxy(!DH{%i66(BH5<=0b3&@bbFv?)&Kwi07*qoM6N<$ Eg4eo6;{X5v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..820df91ed430e2009a5eb415808b06a18d2d4bb7 GIT binary patch literal 359 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkQQuwEZFc^u(9SG|NaAk(7AW>fHtw0 z1o;IsczSt1di*5Xe9a1=P=cq6V~9j}Zoj8cg8~oB;-U6j*e^L67)pQ+C-O?i9aVQB4+ nZPJD!efuv5pWmQT_m7#2iG8t*$e%wzyBIuO{an^LB{Ts500*7b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..31c6c6fca82f7ae2dd61833491d2df10d137e186 GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0UF-;R$c^Q{jeZf(=guK<5s>c-2A?L`-d4PKF>P&W!{-D>#ls;bnV-Yo8Pa#{B`f$@0Xwdy!!I@ z{kOkge*XLR>)-d^|9<@W_wV0-Ads)KECo7+uO!GXm_bHeW98a)>o>f4|KZ~&4(9aB zK$$I`E{-71()ap(A8xRA&slct|D^xLY%RhpwJ8$< zt_ey__MdO$e<@7m%xp!5SL~7uZBObAelvaYZfyFawVH|X^z130Hhy6Gy7yG$?F7^E zYTgfX*R)*DPFNc@|Ij;Ag)D)v_3slecU-^wrq{P=L)GUQw{N{%`#-?!??mP4OOMQ4 zynUy=@9!%9{ftj8`Y{}-6JS)hcTlqZZN|jFYnCE`H%_PQXVkr9!X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..00faa0e5c89254d1614567adbdb87962d68902d4 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF}AOX`?$}W$<+M Kb6Mw<&;$T*Y(z2u literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..cd75c57796bb8c5ec4e86589c4d9a8e365b3b9d9 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0F9a@PxPdsc^$H!GiGarc0S=u97JT6LQrOSNbw!cehLI~nk=uub%iyWP4|kT1j%tQEf@v2{rz^e% Pn#|zo>gTe~DWM4f<2zxw literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b5a1f970d31a8d5846163b2d6f03c75afdcc6eff GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0F9e@s6kMxp>11fyO5w)bK>0?h%M=c)|}v^&p0hzSZWX4njcHd?i7C!3_MOVzKcF ziA~Kdtvx*g9al1eGTxppjv*QolM@tpW~@Gc;Gh}nf`+G(Dh8Yy0nIuEA{ramBOiza zJmBGy2x#0L;Lv$s!3S@Ck7R z(*KcwK*JLtFW5c#GEjoOB*-tAK|`~qwx_3N(;Zo$kglhTV+codazX>6+IABKkHCZk zPiAIjHZu-oMtfxujsVG)(t~RoB4+6@l(RAv8mhXO#>M*sH8Oa*`njxgN@xNA<9(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0MeL5D;j10#q{B_{a~SYQB;nzhDM_QL)(ggv6%ime!sgfsQMgKpAgO7sn8d^T`Pc zJTq3mKXlNHbwR_^SQP_Kjeu^Q0#S_(;*k%;0v_mbNdz<+2RL*dSnz?{P2sr`cMKy} oh7z|46YGpk0)JGQT#nc>%wYA{Czc`{2Q-$!)78&qol`;+07e~bCjbBd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..4e1891fe2ac695e02430627d7ecd09aa399cff43 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFgco;S3D@`Z`Bh TWA-QjwK90R`njxgN@xNAqIgCx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..78a24f7e5285df198c247fa1e1506311a48db63c GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0F9e@s6kMxp>11fyO5w)bK>0?h%M=c)|}v^&rOo|Np~cETVy``AUNPf*JTl#bVSNl%0UyhTYrnQfW|U- My85}Sb4q9e0Fc&OH2?qr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-selected.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..020a43c6414daa0af263bda095436cdf1f05c4e3 GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR44IsjB|>z2VocjAJja8Sv-cWU1$7S4gWkY{#hgQQqdlUSECBD2Cj{ V8+LMpO$T|3!PC{xWt~$(698CVP8a|H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-selected@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2b2638b4c9faa902aa774943506bcbef80167e22 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeLI3UpQ1gKEqDA#kK9=?(wzhDL#b&Zv4*R9|1=KY6{pE#J)F9T)#JY5_^G|nd{ zDDcdv{(tyjDeHoUtMw`yI5aNw>wFN^D3FhQz#s6yo=YO2u{^+`^T2`+++GU**|@GK sbJs9(Whip{uy7eXRruk~($P`PFh8`qqs-yb8KB7wp00i_>zopr0Q$yxivR!s literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..030e87a570273f21a07e541b88aa781669be9ae6 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF(yEr+qAXP8FD1G)j8!4b7g8-ip zS0F9a@PxPdsc^$H!G%zp z)^B+8{=>&l9L(vLfiixcE{-7@6O$7ZcxF`JKX|Z|bwR^bYn2Tg8W-AiK8R=(@JBx2 z4R|2SB@xj0Kfs~$z=99lUJCo!xUML2+c0uvD02I-a2Y&R_~Fjd(NWDXM=2$@n QK$96fUHx3vIVCg!09RgQg8%>k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-selectionmode-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-selectionmode-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..193ed1fad8a70ebaaffb2437abc0193266d58b8f GIT binary patch literal 477 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIZ?0G|+7 zAg!rssG(t@rfCdC8YZe5CTg0dnmUG>TKbyW25Oony1Kf0AfRtxU}RuuWC%jWhDOFl z#-=7F=B8$rX69Dr7B&`^wzl@Jw)SpzK;+===JjMX8RX#|>fs&c z=^b{$`T0Gd-8>~he!&d#3dc{JJoV?#pTB?mQVTa978NlU%hf$s7XP9Ey0t= z`^curk!fj{e(z6YI?2Llc-i-j?)^W9nxtJDujn}5h~i-4e17^)pyU*Rr{|o6lFX0% z=kD&6*V*;^9Q&lcOVdl7p1JM(#n!qwJ*lldsI)h=U-a!!$CF=m-wTI5mYP26^24fx z)!U1Tdbd6_o&I-Q=x3g4o1&i=KKU#cn;A84WB=rkIU657dad4n{jib#k>@k7Howa$ z->c5}*Lc6f`-ziM^tN}XvKVab-)q9Qu;;z{1Pwd+%wnboFyt=akR{03N@q Ap#T5? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b635b412ef5f801e74e9d2fd7c0272581583d7a8 GIT binary patch literal 675 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSrUm$f zxB_W4Eh7~TQ*~_Qfq{{Mp^+g7 z85cSz21zTiZI>*g4zUyV^T?*gJVRIC(ladpSCLJGywgx(B$r2fBI$ zx_Jb-c>+cc_PVSk!?QklzJLg8YIRY<>OwtJ*sD?%V(I)8{XLYglG#GcYhF zd%8G=L>zv5<95&?0|B-NOkJ$pIs753I+ASUFYNh$I`UM&Y_+#)H)9O^{#Eb$Y0Y`} z99v`mdC#XgR_v?Ks4Gt`XKd*a{mbykWV6>S1|HP{uEMmrENVg)%~#}NoKzYaBo!It zzARv0ddKF8-@(`V=VF?c9*$r5!^QKShxPoq z_e|P5^}*A$2UXjr{@PpqvP+0$??70JMG5vg%1u2ABp2bP0l+XkK;Y9*D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-selectionmode.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..03311efed2deb69ea3c59f17439e3f3857cf5dfe GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD>c0G|+7 zAbsxKx%21GUjl>6moEcpAom3r02y!Iym|Zf?YnpHK7Rc8`Sa&5U%veK@#E*upTB?q z{`2S0-@kwV{rmU-|NjW9mTaI|TqQw%!3^>W$4{I*1(Y>!c%lasUG3@O7-Dhy>Xoy6 z%?bi632P&?oO2iM`28>c7IT|hf~Nc2&(j~KPnK=#eqxrb?6%tQ;BP0LHnFJ-@+{IW zaZ2SKn(w~f)NA2?-NTEo@|Pdoc_}64qI&NIQNLMV+pQJjWy;o1*|~Fx mTyWFkthIYzZvW;tPhT>^e@)FTEk>ZT89ZJ6T-G@yGywo9aKcUi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-selectionmode@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e979f8c3bbd74801d117610402005023ca2b0a2c GIT binary patch literal 615 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSasqrp zT!HjOFgSPa+<6!PvXQwkVJLm!!iASFU%qh({T}zJ2@o^XIQ$zyAFB^Y`!HfB*jd|NnpG+oVN6`vgjY{DK*5ef|8a+B){` z+yC*?=P!S2SY~Q7Ffaysx;TbJ9DaM_W?7Sg09!)Ls*FH(L%rNAr9JKyWE2Q+VEnuGTkJQkTWhVpaK_nO6Z zWlepJ?A|M>iO#nx`blFPK4I;rNM@ zr~dr;^Y?FGYGDXa+``kvF@z&JIiZ1Z*#~2X0Hp&5wtdqRxKoypu%DZamB&Wl7^9bD s0dwT{rWdo>czWa%yl1mMSjWI{*xz^SN{g=sKrZuoc5!lIL8@MUQTpt6Hc~)EP60k4 zu0UE%%Sc7TR9)LdUCTrbgpAcRP1Q6^foxSx6EzH^rEQ?4W1yo80eVJ3(dj@_1WJPZ zf*EXm{rs!iI`;0{|MAo3FMn%TW@-cFay?xfLo80ey==|bpdi8;=<4cn;oFdoEA7>}V^K7v&e!IDN63}7>Pgg&e IbxsLQ075-;iU0rr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..481a15e6ebf2b81e9bce00d25ee873d9b7853df6 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFYB!C8W3cvs%fIGWum2HsHLS3B-OM`bai##_=N}pmGYJZ`2{lwmseC)PMEal|5uKdS!05L9uEPYK0|%_0^9al_N=UF~X5-|!BXEq(OR|7D p@>;_SVJ@DYXA0ikEDzQ(F#J+<4=H)*uoh?rgQu&X%Q~loCICr!N>%^> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ce9562780cb800d29d0e0bd91ddfeadee253c6e8 GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EW&u7S zu0UEz(?DI_Tus|dP0K`0(^yr*R87-FP1{&a%UE5*SWUx39Vo74qNQ!1tqTGAH$N@f z4%8`B666=mpsJ_u84y%hR6KFgjF}){Em$=VD4XHw;uvCa`t4*-z6J#WmPnUtav%QB zH+B4YXo2BFkJ#nUuBjdo+0y@_!*BcVKE`MN*fpm2`82F*Viy%_TJ7ZWtd)5omxCmO zP9o?3)(@sTr(e94{_T#v;z?~D;}>eVy1J<|zcfuPK4iye60WPV)mgC*XeWcGtDnm{ Hr-UW|j#g-M literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4356b0ac3407588cd75fa6c316f00a0ae1986a GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF2R^0qxl3~i7eJTK@toM5x<1Po?UdD57f=z>FVdQ&MBb@ E0Fjbcg#Z8m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..bdafd334439a1cda0c82647e3edcf457ac90768e GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeL6kzSkVgS@5P!i-9%)r6JD<~?asH|#Y>g4R|##R{^43vxWba4#Pn3$ZPz?5?T zKR;{z^rjzk{!cu>vcTaVx2vOuz^mU}A~)`9aIg#QZ(#Z^D#&!GzJcjK>%;^90~rr7 zJ-^s2U^zk6u~Fv#A%S%X_r$++Xfe3Pir8rV*HKh^#dzgcai!f;&lNzM7(8A5T-G@y GGywojo_(kQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..90d0374562aa65031c51f90f518da9f81fedf1f5 GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFI(F>XWiYr11}|T}eE$6Tg$oz{{{8#^|9=}FXHB3wo{}KHU+Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..554d44958d1bbf6c4f25fddb7817bf99e083e4c6 GIT binary patch literal 336 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0ZN;kyK;J|&AKHZ2L=4-O_bKI~?A!g)Y! z+lTlc9`Dv&ycD4@W14O6=KfEzZS&r!&C88y|M>T&^v<*!{Kvl=Iq;qk3IN*5;OXk; Jvd$@?2>`Dql6e3C literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-selected.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4d32106a91fc846c32e52145ae36bbc8cdc7aa85 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFgN)HayuC$R#B%{*NkLpY+76B-zooeFg@h;3{< z94Wxz!!2RK>&WwvlP9JrVM9X@+Z~5*2?B>r7_(lQuzopr0A4U$zW@LL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..7b361e3461209ca7e8cec4c4a0439109142522a9 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z-fS%AyRG#{v0xFpCgn1NqRTwYzn*51L{B|f3Ds9>>3 z`3@NH9ElPBUi7~{hhh3jqb3Hq!=Y2uCT>)YF-%ruw|y=redmU|VUs>b^o4vE3BM%4 zSrZg99Fmci52&t;ucLK6U$!H=8( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb129da8b244e26f2e22c643ca88db8953c084a GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF` zJkbM+T6(%ThHykDCp0iF`w;37pmgAX*>4_!Hzf%P_nDLC=p{U`VrJvkNIk%t!WzBt ka6{uo*_6zU40l8s_6ND8d+u_X0W^fc)78&qol`;+04cU)DF6Tf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ae8ef7b929e41b2dad7e7690e0434fe179db53 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Et^qzF zu0Z-C7@RwI?mP?t*~na&FqFP<;lj(8FJHZS_4@VeKY#xG|Ns9G&k_ZoK>{T~e!&d3 zzJC5yZ5?~}?f>}c^OwIhEHkx%as{3)jv*GO-%hp^YETehakOD@OxyYIf5_?pC4~*A zCirbPpPlwbJgj!%!=Od?_<3&JuMhCqsmOXLh^2SNZk82F5li+>Na$jC!gxSr*@swz z$0z5$&v1_aFu_$|!G+m-)sN3N_~vMyw>nez(zbNvpZ1CO9nRV;S+vtJ8fZ6zr>mdK II;Vst010uOuK)l5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/pane-separator-vertical.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/pane-separator-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4f5d70f7b112aafd658d1eedf07a77a8dde7ab GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6dTdb&7< zaLi0jNk|AtPXK}>1s(}W35g#-ED-_3B7rU(FBa_%%WQIsuyx)R i%LtV}uV2^J)H1~9$n9sCt@;ya6oaR$pUXO@geCxnQ9BU; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/pane-separator.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/pane-separator.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f1ca449c51555e918bb1ba9f81075bdc98eff5 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^5k5_L+Qlh;h^Y&^!m@GO(-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkmhN7&eQOMyY(f1!xR3-Ct&iaK*JLt0?~PxcKqY=P&c`+B~#KHrL3=OJ2650GSR@EhyFW~;pu;BisxU~%5wyJEt&hS@Cq+{Ch e^gGfF4FBe?)-Y(VoA?4~HG`+CpUXO@geCx@Jcbnj literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..acaf956156911efbfe84b920728e28d1beed77a3 GIT binary patch literal 638 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E2LgOT zT!AzL!+-wf7yQkS_!=JbH9r<;ddlDMjKAp_f5RibrbmKJ&jcDC2{b<82cia`6odgJ zp9(fS6>NMe(C`?Ho(KS?8bBlv3Bnix4L}7TaU>C_8n8;BUIbUT?4oe_MUmnYA|)q9 zN=}OwpHlKFQ1U8N@+wmDDpv9?R`x8=G zsAfF zH7oWy6|Veyv@<>{S;K7W_R>9@|1C;$e0h;$zxnL{3tQaYu4t})YQa0tmx+i`SW zPeg`-#fmeL2UZ`-U^~N^SMVh37|;67DX%7IHXEmS++J$9Q}~JJ-t6Am`W)L>4!;cU X8*d8^Oj&S&1r+_Bu6{1-oD!M-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkQQyYD%$W$r1Q04!()M_Cjt#m_!^(_H9Y2Pc*fWGSfCLk0wnnxp77U$$%ZF_4NrlB z5*eE%vVdrdhJ~+&g`b9%pN_uOshd`Zfrd(#1o;Is@bK{J=^MCvcz6~T6}PmuwsrSF z!TtM*uYk&OJY5_^BqUi6p5#4jz{6k=RV1tM;@@Pp+8+U4Obi(l!fVzT^Gh9@oA6)k zn%*RZq-xy(!&?az@RE)@l{UauG|WyX$IyD*Zuoc5!lIL8@MUQTpt6Hc~)ED*}8% zT!AzL!+*Yp$GmM%cpIJxw>%bZc_Y;DM5y|XP|H*P<`?`84}r3L&5s2e9t$)*5omZK z(DanQ;Td1!BfiFGAgP9Df(=gu8-Y@f1sa|S)IAnxdiOT*4-jq{+ z(yZELPR?hyk$WKO&!ZTw#AfnphnuHR>y$rFiCL-ADJ@Ulit7jmVb|$q#YIZ!$D(TKy@Qy=lvCR-mCAP-y$Ms@VoDJ z((&sLuD3p1b7#q(DT}8qJ$wD$n!oq6W%^=PU7I>{yXvZ4Z+~ywC(}?r?+f<_y)>=I TuaE2ldYr-2)z4*}Q$iB}ZCm-P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-insensitive-selected.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..671fce02ed1c83a6f3b036dca21891b19104d426 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkp52!5NLR!)$?4d@3~Ij^If-p?795|sJnjRGe)36;w3?T!3;dSdinS(mKrtqObX z6ha%e{_^TwEya|{V8K08%|$GI=aJjTi(ctu9kLeBN)t_Usi~-PIph1&=-QNx9e=wo o=7(OpCvnTZxs@qEX0fck-!|^c+po_v16s=9>FVdQ&MBb@0H7h6xc~qF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5d4ae65aa0c1ee95fa145bbfd57e81f411ad8bf2 GIT binary patch literal 584 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EGXs1= zT!Hj|+5>@xC(`ZDWZR#~cRo|>d=|OlZS;z_u|Tx)ZT!l&i7VgUeEs`25WW5V_x%G* z-pfC`^PJ{qY*F~4>l{{=?9+L7+NJnMY~6L6?V=JJd(U2fE1S3RanCy`?;96ldswF# z{V%aP$~EUZ(?+k3*Qz>ej;J)97n-hgn$KLU+Jz&t#x?WkJV{2u2yRy|i;FA@PEL>4 zhzadd}XRzN=d*W1ZBV_|u`Blk?|CTN`vu zl>Y2&d4(s}^jmS_|G3wWE$(DCD*ugMChj8O)@VLqYW*`#mFR*hk%@;>fxcz%boFyt I=akR{06eKEssI20 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..389d5613779dcf9d515765b153ee522bef11ec04 GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkQQyYD%$W$r1Q04!()M_Cjt#m_!^(_H9Y2Pc*fWGSfCLk0wnnxp77U$$%ZF_4NrlB zAxqwdEqnXq!|!K6^y&Bi|Noh;E^cv#_YRrM0!Ky9WX` zJc(ojs>=0raSV}=WIgD}cUXak!C}K3z-J;F-!g;zt<*Ey%oEL93>M=B2dh24zs;aYME5FafScWsgTe~DWM4fwjYN4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-insensitive@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ac211f36c32ff4bc789f93daabb12a59418fcc47 GIT binary patch literal 625 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E>jHd2 zT!AzL!+*Yp$GmM%cpIJxw>%bZc_Y;DM5y|XP|H*P<`?`84}r3L&5s2e9t$)*5omZK z(DanQ;Td1!BfiFGAgP9Df(=gu8-Y@f1sa|S)IAnxdm+?haZ1G0nx9& z|NsBLW519W=w7RmAirP+Mj>GlX=xc*Sw$rkRXu$JLpOJK508w@yuAGUg0k}Rii(ED zrk2*W&K@+ND`K+`Xv%v}7sn8b(`zRm7i%&QaP8$?v!F>q!_`%xYwoxI_RH8jG)`V@ z%{Mpxt`Z!*)}HHw_th^p!BZ<8xVxh}QoDJV>~0i&c{i(OOS7rvj-D5J z*(R&T6qBPaDUjUm&93yuLZKm~@@#{4nZ#BV|A*>w*CtQ#j67)Dr|+J0Uhu$X>8rml zWogf!c7kcy(H*5#HLP{9630&Up7yr@3w3@y cn6LhqX?c2D-K&K=Izch+>FVdQ&MBb@0F~to(EtDd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-selected.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..2b7741a269216cc8cd333c677012f69335aceb88 GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4dPbx*9k?e9H|YjCpfn#EG=^6+>)TO>PO%Pj`T>L zX+JJ`t&aR_@4s33ZnOgjPlJ3y_BoLs42QCx@l7a*lwL45-LLqJ`%;G|ht9ozqqNd9 z=wwQXs;!7bXym2nX$fiDXB@GXv!A}D&3oUYx!p-xp7S_8a+;Q3^y)r4UuC7_k6*Rx zZ;M2q|9nbyca+1*l354u)XCb1U*V`RWsZM5y-WMSlZP8rT(6#HYk8KPcU5Y|zsHQX z?(Fkee{LniMbSxLU5nM0uzhLF=es>~M)iB1-*UH@PaHoLnCJXK2Zuoc5!lIL8@MUQTpt6Hc~)E#{zsp zT!Hle!2tvsp2)O4m2H12*Zxet-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkmhN7&eQOMyY(f1!xR3-Ct&iaK*JLt0T=n3|J`nI#wwNh)M?AwX-L*Hl5@Lgms(3G~pU!l# g==+}UObiY77w2o3ZB_Q(4z!xV)78&qol`;+05!FdmH+?% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f0e70a33cb6f3a8e35a27f0e6cb45e5a4dc1a8fa GIT binary patch literal 645 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzL!+-wf7yQkS_!=JbH9r<;ddlDMjKAp_f5RibrbmKJ&jcDC2{b<82cia`6odgJ zp9(fS6>NMe(C`?Ho(KS?8bBlv3Bnix4L}7TaU>C_8n8;BUIbUG@40s0bCbz0Oo3?1 z3$rON)?fX$;p(@I*S>AK_HFa^Z(FW^-+JTw`|p20eE<9L$KOvs{(b)W@Bjb*L8Xjp zK!50!1o;IsFe)mms2Um>o0!_#IXb(9gocGjL^d=wHMi_LaN^{t(`T;VxOwaLtJiNo ze*W@n(lOC4pw91}E{-7*l4}pXtU4GV!g`^0$~3+$B@RtyEGtvCU)?$7$=~=c>34rq zex>WmOun+~+lBA#Wy{r0OuB8zyIs{|rHx@?fZL&`Et+x6>{5)zO;$aZrdaOb`u1ev z&R-$=Y=5y{9UgB|iso^fc6wj@> imiyjE@TWH^-(u)iDiq-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkmhN7&eQOMyY(f1!xR3-Ct&iaK*JLt0r0FU8YEg0gTe~DWM4f6>flo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-mixed-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c9e9a807a42c1470c2bff28220e78819685a8d8e GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!AzL!+-wf7yQkS_!=JbH9r<;ddlDMjKAp_f5RibrbmKJ&jcDC2{b<82cia`6odgJ zp9(fS6>NMe(C`?Ho(KS?8bBlv3Bnix4L}7TaU>C_8n8;BUIbU$!1`R%iz7f6>6HZe z1v4-zDyyg(8X23I+S)lfyM%;>g-1j-G&VK2>^pGc-MYHZ$Ezi@@vvD z(Jr9QQ=Tr4Ar`0CPQJ<4WFX+`=y;G-B<2PS>nf$xKmYd|Yj(GmH5txvf9E-K+x9La z#Z{6nl1n3>%wDBqcV}Vqj;2NT7q~C_`uQv~n~2%`+oBvH*UabJIyx;Z{~YV+b;qxY zg=KkULju#v=@E=w2U{4#ZPZ+L2pBE2d-R>*n_;q3C->7CACj03wtm^JSQ}$uc<@N; z(G!8s&*tu&u_1fC^~C4mrArKAbaf-2ZmZF}o|LJ(v|Wtzopr0H5{akN^Mx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4aa9f0c0a316c89233a2fbc4fb88449c60a927f1 GIT binary patch literal 334 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_UfKP}k zkQQyYD%$W$r1Q04!()M_Cjt#m_!^(_H9Y2Pc*fWGSfCLk0wnnxp77U$$%ZF_4NrlB zI{H@iypR8Zj3^263ufTq;nmYOaQE==EG#N+X>D!m?&;BdHP-^DAi>kcF+@T#_n;?V zgMxtT!Q~ywPN%>BOTRjyFELSc|Dk#7v~wBFXU`JKe5MtyyguRA6u}!;BO8O~vdk#4 zKFKgSPd)WPh&tnJD{g@Zuoc5!lIL8@MUQTpt6Hc~)EEdf3u zu0WcB;Xhx)W8StWybaHUTOJFyyb)@6B2;}xsO2et^9%llhd^1r=Es5!j|G~Z2sAtq zXnM-u@QknV5ntmokW|An!GK+R;J_9P_Z+I+N_gJv;DNv&zP`u$O zSOHKRiUdI-PjvLHiZ4}b09~O|666=mz$hdvA}uW=E32raqN=BFVCd%V?%|P9vz@@--Oz>px`NT4T)S$G9`Npwt?k#lQp?q|YWB-vi&v&!)XvmnBYe@uZ z9(%+o)s-h&#;RMm`?9jYhcqTf&PDT*m{r8M7zj5b~z|`BTm)`N4@-6yz#fE=HUkY~= q-I|mAf7;X5l~Xb+;$A@_m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-mixed-insensitive-selected.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-mixed-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..a9d6f2c053f442b99fb5c31cded4eec5f9ff5f8b GIT binary patch literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^_fKP}k zkp52!5NLP;RQ~Gq32mTGp^_lKUZuoc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-f?SVkU6QCuk$KN#q?NccU@(X5Q6cQGZmXTFdQc=~@H!yT__sGc1%P%M^uV`p& zYH4lj?CE)s6($5!zunWtF~s8Z+Q}D%niK?FmxgEs2VZC~+W7Z>{Tjz&ftv-h&M8;7 z#Xb;nt#7$7%X_Wrdd-hhxmk@@MQDB$72EQ0Q{A3M=jk`U<}`>lr@ndjVBzfD6U6qI z%=h$mII)~pL~TVOHV<3iL1t&dadpRumK X9klApuHcVAFEDtz`njxgN@xNA-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_UfKP}k zkQQyYD%$W$r1Q04!()M_Cjt#m_!^(_H9Y2Pc*fWGSfCLk0wnnxp77U$$%ZF_4NrlB z|NsA=^=0;UkP#(8e!&bpJiL1P2JRjno`prlEv>C>-90^;ujX0+6(o4NIEF|_<{tFq zYfunyJ-EC>+3EE6f9Y2z^d%;W?mskdopvsx`RrLjna{MsmDeZynj(1PYGh;ZT$ULn z)+ZSz=c%VY2vKL8ZN)9nWmow?bal+!jHJNH>UVa?r5!i=@SO2&2DiA)q_=iJyBIuO L{an^LB{Ts5Ru*@n literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-mixed-insensitive@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..941e22aad3a7ab7971776082fc61a8325149b3d1 GIT binary patch literal 524 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EEdf3u zu0WcB;Xhx)W8StWybaHUTOJFyyb)@6B2;}xsO2et^9%llhd^1r=Es5!j|G~Z2sAtq zXnM-u@QknV5ntmokW|An!GK+R;J_9P_Z+I+N_gJv;DNv&zP`u$O zSOHKRiUdI-PyYY^KTVrC5$Fn?k|4ie21X%a5ou`|Sy@FT6;(Zb14B1=cMp$@%)Gq( z{DQLb@`{Rv#-^6mw$7d&=kF#JKz)ZiT^vI!POqJOlds7@z;)%K2TiW2!XhiWrhNSW z-``kA^8)9Q3b|_kUH7Dp$tRWxqz0u;%r}mGb8n&Z4&|eJ9Q%*FdA^&SM?=Q6TuUNQ z^VlO!sjfWHGFIKf-ItXGKBO@@axR*e#H=F5#i(1M;j%?wQ9%61Y6iYEjVW6K{5bVR zSag?sHhX#b5GU(wu`uEAx#sJi1|3>h`_5&4{Ea(@1g73zz4VUXlyA|$D>nQq`ck-~ q=+>O<|I?nfuAGut5%>Dh{GSZ*?#Z8g+-LWKBE!?w&t;ucLK6V!12?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4O-f93f+UjFGPFR3s>@AblzcRbFD@%L)lFuX~q&y@wqeCzt#8E zRbV@JfOo~4Qw_ob{4=jRc<$#?_&PJY|K>`zNqRZ)#p0eSo{eX3c+KjqSQT(-nQwvo z#dlLYCv9Y0syySp{JmGt^ImS7YN*Cj)6O2^U&QKO@U!{B+l4=mCAn1d>DWDLm~x*z z^Xf?!6=s#n^*cp{7~LOu8P8pMSAO4yThdw%J^%lIw?jHFFT`;w}XijtPY z=|@Sgl3J3QlJ1N#q~Z`Tz!A{LUp?S3G@S@u25w`3zpDe3W`*wnZwcU51E3xkUI&IL zz^#Tr%@@83yr&4a8UW>Ka0A?A0Jpkk(!m6dGlW|;T&8j0Mp9SOzNB?qCkoEQ zRt|85jEcQ+4eaFrA7i-&syP}MvF4n?rKpwj=TC`9A7_z|U9=bO4ipoS;%VfnFlkkW z`iwI0lB0p=u@T@hhazNkVY%)OwDNfMP*+g~nmHO6v3{cz_atqMmEv&VG-J3Vo&1;= z34X_&3=dzMX*rQ>1BqWg1Zt!o$#!FXC}5lPLaARKj4)9mh*7hu4Xn)scT5-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkmhN7&eQOMyY(f1!xR3-Ct&iaK*JLt0}vle6lRi>dfdqfZ>m!rwK<_KI3u?P&1aKAFehWmyoDpQ+M@ zl^YopUr)7?3!bRWe04_XQpW4++iz|xsrkv=zlq1qdL`#&pluAEu6{1-oD!MZuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!AzL!+-wf7yQkS_!=JbH9r<;ddlDMjKAp_f5RibrbmKJ&jcDC2{b<82cia`6odgJ zp9(fS6>NMe(C`?Ho(KS?8bBlv3Bnix4L}7TaU>C_8n8;BUIh35|Nm1mcYs`^R}$nG z%)qFqtfFdYWNcz;Yv<_f5)v8~9ue8l*woyz@4$(Zr%s=_e&gn?+pk`~{rLIIuSv&5 zyMQ`RdAc};Se#xv`6geJfq<){<3U!Dm>VpttCUjz{NHb^+1*;!WH`tDo#)JL+q;Yu zS4p}^E{%LLdzFseorTRinikz(;J)bV=d;XgB4+b%i*kfqGoNqk=(Mo>bF8D+9lt6T zmgSKR2}~=eM=*9BY+(?$QFGZLV6@Qg(RYS#hRIHy+)rnGNMbtJ`enOfZH$HC!6U6l zPXsvVXNlS g%!;^EkM{p$n4g-vkNw{AY*2uBy85}Sb4q9e0PCmZumAu6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a80cc0cb9b9daad32209d61ccd3cf5b9bfb869bc GIT binary patch literal 426 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uVfKP}k zkXF_)Rnj)r(6CTfH&atH)zC6i*D_PnHdWI$(a<(g(=b-kGEvnuR@VTsP1Jx4EwG@b zF^~=Bf<-ieQYPw}CYss?TH1y{H9%5J$4EyS#R?@s ze!&c~atew{=^0tsIg=(&pE2{%qsLF4J^%9c+s|LWe*OOaThFa@4Nz^hr;B5VgkgtIn}3 qjoh=f&QLY*-nY+pw!44(!?@Z)g!h`#rC6Xd7(8A5T-G@yGywpfw2UJF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6f79041a62b4f5214cc7a71686e8da4ded4d2491 GIT binary patch literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EZv%Wn zT!FNMgM+cLv9`9hii(PYf`g2VrIfL;iiVknhN-%`iJF#?hK7l{y0N;pk(!pNswPm% zR9)LdUDHHO!xV^AwSWv0RV`z6O;a_9pq2?xnHq=$G1P&|z*0aiNP!kuFGMj!1gIFK z5hx2`fX#tQK@@{EB1DYTwSdT2L(5oG+dxy>P)l21OWQz8+fZ9uPg@6w^tE*ibaZre zbo6v|^mTOgbU{Gx#w}S;kXn}n`2{nuu(GjpaB^8%S=%}|Iyrm$`X#5PrRU`47gko) z^!87fID5|A!$*!CKY8cg{RfYqymzQ6;Bt(5DCe(2Wz7b z21u|!P_KOH8?3c*$(N=RT&drZXRq0uCU^h;;}Y4J-8t6(itlgnp1FDXGCPy6&pua9 zn^ZK_&grjLUy_OJ2APcsaV&kTFQi;W+9lX!gpy~d-YQ_+A@h(aT*S)A;OPu|iQ`+Q zQ%M{e{1M``X0~d=D=JgPp-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zke1W6ky6qID~fdeu702X{d~0VwOzJt0`}`v4b8HI);=tlxj3zGAH&~e zN3St2&QRn};Eehsmhdx6@ZJH9s1qC|tHrX}LpEoq6(3!=F;I9TZ)f4|7KPo$DPIjL f?Rmq`{b5v}DrmBO&kaeS8yGxY{an^LB{Ts5sy=@Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f7844b8b195c40a2089be1d24a5238b2f8f97c52 GIT binary patch literal 673 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!C~$Lqlk2sDp!pv9YnXwzis@sfvoRlBR)%hMBs$iJGplhK8}ay1AORnYy-#nwFWW zrm4ERvAVXgnwF`Wrm315P|!q8(?ng%SY68qB%%r8s)CWarm?!FnVN>FI#3X(Obe$d^gCvp z$pX6Gt|Z7Wn1P9zg_TW7SyfG4Lsw7V+Sbm|(b>h*(R~EsX+|Ub7!Tpop z{{J6sH-$+z+WPT~>-xsqx1VJCukk#`gjeizf|XUd$ekDGcV69dU*l7m!=)Q8DjVBU zE}Z+^&8n;&eY4~A>e_p%y-!k3oR-aRbJhEF_Jhjf()Sa(CH7r0Z)-W;bh?y>F!*D=-sS6JygM4UPx|&t| zWmX28Fy6}ee`gsP9&E`8yqFf~zFu_ov8{4pXX3=RuRi`ZweWF-<{9zB&*D_Ko+>R~ z%6sy@7x$JLBeQE=5!p$X^smSj2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR40PFVvUNI}?CdR<&qFY9FVe@b@QpOLIt->$j4x=g!PkS7}A=! zL;tbyhg&jCouLx&^c%a)v@J=S5ZHO8w#CN9hLHuT zUvJJ1@)4WUIQ6rLWA*vSgf!a=45sHl&TYzGAoy7BspZPt%ZqI$v0R#T||GUom*P`njxgN@xNAP`Gz2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd9a00dbf3002009f2fa7530f45348cc981a41b GIT binary patch literal 575 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z<#-~ivuGkSrp(JKk^3ua(sV&>rF;ujDU5*8H`mync_mXVc{S5Q<^Q`gYc(l#@< zu(GzXwRdoGc5!tR_}vu))cMxa#WBR<^xDZUg_;a_S_Grkh~Mi9+Ow+RQtkii!Gara zDLn4^UB2IQcFJRm`YE^XzYAV_`R}&(g4?!RExuHls<>Aq;I+e#eH_=gJgVRSb8+U4 zTzZhPD(_dY!m~31(+|9P%H2DmHiPr-%6;<_4(lBCxFZzdP$>O?t9z3}o1n6Z(>INa zM<-4Us`#R%n5odD(;&+v#j!!VfhAWeLs_#y#*Vk(32Q+nlb^u-`5AvwLar~YD1$QQMV^j0_HSED_x)G2@@mt?2dNZ@9a?*?sL{%d>|q h_r6~){$F`1+$C7~x9e7KaiGT;JYD@<);T3K0RU|zEmi;k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..41ed4d9ffa62667f4e11c01325691693d25fc649 GIT binary patch literal 395 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkUoF@{IO%lu3o)*^5n^L=gwWabm{Wt%RoUOH&duaT=*WwS}H8jv*4^xqWYi925jx&F_mYs+ltBd%d^z zA&KwzEsb}7XZoX>UA1<%Rc{RMv8wme7Fz9`@>*=usZR-u^xPJ6aGB+or?olVaK9mT z^o9Jxz literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a83495380c6fe9fb2072f3e85f428d52df010c9d GIT binary patch literal 657 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|NmF5S_LHc@85ss%$alN&YeGh{^G@pmoHyFd-m+rt5<ws*aAP_(Vf$DGGym|Zf?Pt%P zJ%9fE?c28>K79D}>C=}lUw-}i_4n^zpo2xv&B_3Jz`i8NFPMRenVE%EUO`b=MMYIp zOWVxc!qVEt*3QY<#n(R|G%PzOH#e`cs=BtezM-Y1t-YhOs|N|h-A;W9H0rmfi(`nz z>9vz@7BxADxLkZ7W!jk?V|Y=Z;JBQtWZJ*~o42qvD@_jwySctLZSUP#-&|grCTCek zS7+^c%3*yyTItFrac3>F12ONo9~Mt%EK_~8-#TF)&(ZQ5X8C{l6ZDmDG54;HFDRH$ zZgoJj?YjB<>+IEkUWqT@ReRKs@PehTjL%=_lfikd1w3k=hAjEA2bMC5JG0g_US>GH zoyq5i$%Dfo2c(+VSj@O0mNMFBy7yexyXjx|%z<&~mi|*`3jTawy*2F8hFjA!_o?*U z{v*A8+WiTQns;0#b;bOhcwwG%qHA*g-eX;#ckU2NzqoYQ(r|a-*D-rfu2^Ni`I7pZ XjNTWWx^lU|U|{fc^>bP0l+XkK%0N^c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-selected.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..aba589ee61620882ea6c052c593170e0c499a0e1 GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR402bOxh^qTfqwn6xatI^{rOvgUOFZ&dC zX)fP?pPG0NP17BRS)Qj>_Ve#?Ir43V!qSpv%X=3W-L^R<5?;~Mab3P?$|cix8+Fv> zPI2&8baj|pXn$BSr-tjDS7cJ$44nhIX8R8~pIm0JH$m%q%-+)7FPqGCnP{s+0&a0T0*>iu(N vdSCA+hf61%jU?|Z`|WdHaN}x?&35yHZaa!wlZuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle;R38CJ>&rT$E765FPMRenT3^KKu}0VR!&|)QAtf*LsLsfPv6Mc#LV2n(%Qz> z&duG!)63h(*UvvGIVCkMGb=kUzo4k3w4$=Ax~8_Sz9D+i#0v}zj8dL1jv*GO*G|q2 zZgLQ5H7{V@SmSwV%^H!KZZBr$AnzxC{{I(Q%c3#;WSUL672DtV z_4#>P=LYX)Q=zr&mP_6-Z(EqXYSmUA=?|}e|0`wq-KD;(=I}SO*X50cGt)!lT6cK< z&1!J3ThMM`;lJ;F;;G_U2PP*kV0S;s+|~PguD^9JEnghHJ|)KHX=7$p-m=^i2Qp@QFirk@qPOu~y_0mSQrF((S64N@?Rx04 zasAV-%kfK(Mt)tHcak^zTkzhQS0~)${K~uZrP0Rr^exuFP-pOT^>bP0l+XkK{Opkr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..52594602458b89def52a2958121a47ded48855d7 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkiLBR@|iPd&YwSj@#4ixmo8lZ10WkH0%QV3fB+%|VIz}Qu3Q010RcqUvuDqM3?TXZ z`SWkzzJ34x{l||VKY#xG`}gnv|Nl+(+D`%PlPd}G3ucg&Q&3b&&&bNonKXI&jG2!f zKY8~2%hzu|fBpLX`}cCc{ojBp%RF5iLnOj;`@{Jf6a-iWtJjOT3O@W-Ug8>pV-Ux=Z-47x~sIVZ!X{1*;2yE@1F< L^>bP0l+XkKf&Ie7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/radio-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c01664c05c71cbcdf32409dbf9e81adbc37391 GIT binary patch literal 716 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!Hld{rk_HIdk>u)!Vmk1KG!p9RqUDojZ3P3@%>02&6AuxBz581R)Fv8z>F|a4tj_ zP!MhckPR^bE&|~~RFXm7xN+m=&6~Gw-Fo`;>9c3goC+MZ{B?T`0>-HPoF=3 z{_^F^&!0bk{rdIq-@pI=|NjYJFAMaibxDw4FarxK8#@Olm!*}pt%IYJv$wBba%x(7 zPHui-WmQdY|AdLN=gd8P!;aVNwHRQEGptK1^7 wvi;gBi?!~nqN~;gZBDzoI<)AQo%Ub;`&(Cj-|&pV4H(J{p00i_>zopr0IcDJFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..abee2813e3f2f79905f313b3d4ae7c4a25a4490f GIT binary patch literal 815 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jHUrT zA+A8h3=IE;TOJEFJP~YoCeZRspy7!?(^LM2XZ(#IlCSZRV8dg0vKm-(g3Sxs0Q1A&*3XC9vAU0SW#D%dTA|O(<YbyO+0*UvNlXe&MV+bLTJEx^4TRqsJ~^xqAKfox5+|zI*@S zV2kB7c|c)b0XrI{#S(peV8DvK{4Z#OSdH#I%i zAiJbJP;R~4=K~=k0!rsOt{mxIa^Mh`F;CFN25I$x$t+HdsRccKh5Fvs0X zD$I7qx$XdlETMLfs->#QmzyO87#BJC#sozAyRW(Uq-)(tS&=6_n|>&pbAlp}62O});SlC>DTpV_>sD79=k_=P3wlY)`R<{gT0xq1HtJv{~g9ZT|A oQ5hcL#adq$K2a!XVYMa;!?&0Zd9L@>tU&42)78&qol`;+0Bz1m?f?J) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..182411a2ade49df5b7b17e31d8923e3125383410 GIT binary patch literal 1473 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC3`~Xr zJ|V6^#S9Gp8CLygXaJ(C43lp2w?E`-c+A`Ogs0&Jck4^hhWjF|4@4Rs3Aa2JYI!Qy z@JyiPnLxvH{^l3_&5wX8`I;Z|Hay{L0<)VQ3pG3uYyv40YPT7{UhPZtHM>+L@F+d zR9zJ^N5zYeNfaHC%GxBAy;&-Ii&V~5sod?-Ia_2>m&v3p zmrY$No4QOE$Vgiuo4!&uW36n)I{AcI@`%u$M)p&UIyId+;#RKH5}MAe8c zwV+D1;3~C{8nuvGwXjyT@HP$qB8`Azjertu-y&U?2wm4mUDs$`Hz119b&J(?kJELJ z*K-cja|zdTiO};%(eq5#ckt794A6HBGH?tubO<%Fax}7bGO~6yvT-r84>EEHHgXI# zF}E-=w=}V^GO_V8vGp?r0W(u8cT;N*Q)|zaiD@FhB$H4QD+x8v1 zb{{!*{KUyqr_Y?baO>{92Tz_pd->}1yHB6LeEs(0=da)Y^8C*G0~6{rPZ!6Kh{JDh z{EQZIlwdDda{AQb-&goH?_M%F@9l*(ON@F%ymarWXat|ud%MB;WtjGgwLX(4X`Gsr zb>r9TO}w{Q%gV}X{~mq*@%QgH&u88&Pk$CWH_yUZ|K-hNHj|e!vCZJ>);zyMVeV2D zX|BY8pbU?&gdnq90si*4-@N>H<+}KrZ(FW3lpe0&GEVZn+1Be|3svlt>Rksw?%0G zX*2IvOJtqa&h8I5Y}pm;s-7vmiZ80u=~iO(rTPrRQ<*AVJ2|))pF8n)#rx&%l3W)2 zJzWl`1B7?^N$h0vR=yy2O8MN~Q0Bc!j&nEso^L#NTXF5<_p5K*kKp6Hekg=7%CodW zG{{(3DKA3LVfNGOZ zJDPoAJ;PMuBU8Hm|I2<8OMxWk`wug0zBGxe@b-y$Y%2M>x4w0`l#H&ox^COA^))J5 zvbskFg6}=A-fEe3>UZUmJ>f@q_I!xG`(4<#`xk#%)SDBx_gDOzo5h}W=#1_PzGWx! zR+ZQ7v0s#;$ZrrIqrV@H+^=r`BBmxpng9!bp_+5 zqqk3nO}Vn{iA|&KrQ5ZJY^xrp4=E^vEy7HHK5=N-6W384A}GUWPB6cD{0J@FwZj-FfpY zk}d>S?JIN(`OLI6Z@s<*SM9Ss@2oVU?ZXy!%T5js;B207>d%~uYmV9IX2<4DTw1fh mW#>|j^4zdjAM&Rt&alr4yW{1dzxXGp1od?Fb6Mw<&;$T*)Qctn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-header-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..bea0fb5763b2f80112ded2170f29449b6f6d5af4 GIT binary patch literal 822 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jMf1@ zA+A8h3=IE;TOJEFJP~YoCeZRspy7!?(^LM2XZ(#IlCSZRV8dg0vKm-(g3Sxs0Q1A&*3XC9vAU0SW#D%dTA|O(v__%2C39tf$c9G&!V38*h*;^$t zH;LzL7th@R6cMbsD_DD1xcs7U`6ZFkGa{vDMas^JmYftVIVG06S3GBjc>Y14dWo#f z5?Nb-dZp6V$;Hl)kC-SQIY}YBThX^f(XUj|uT0UuT*EN{q~)^ zZ{EIp|Ka1OFW-Os`u+RQ-@n=ntvbM%(DHO~46!(!oUp(=L3Co^W#i+_UqY6;Mg(rz z;34(!a>Bbu(i3M$JWW?R*mL3V^2YG)S`RCcmaLD5zI=GR{g|emEZ?KEEQ(bYUq0S$ zUZQSmd$2)vNqeB&db!UZN<;*d&U0Kj(!1oqAueN{OBWlY)dME8I5nmg%#q!-%%Q~h zUy_6GDUT|nq}+?9t_!lef>^RHv3f?jS0!Ihp4YNY(^GtfC%ekiIkO%%hw?95mXfQiPjl_1x(2-oWWm<-?kAa*n&~dcAgo8S@H!Q wN>lUJ{fHh;)AwB7D<7PHrxoO+Q=;F>uwl`smdKI;Vst0B?9rOaK4? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-header-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..bf810d5273ed75586bf55de0032b3cb9afa26ae3 GIT binary patch literal 1462 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC3``mU zJ|V6^#S9Gp8CLygXaJ(C43lp2w?E`-c+A`Ogs0&Jck4^hhWjF|4@4Rs3Aa2JYI!Qy z@JyiPnLxvH{^l3_&5wX8`I;Z|Hay{L0<)VQ3pG3uYyv40Y40Tl(qf8|dg8 z>KGX5n7QeKfS#_Ay{?giuCbGg*oEc5l#);qD+x8v1b{{!*{KUyq zr_Y?baO>{92Tz_pd->}1yHB6LeEs(0=da)Y^8C*G1JmaePZ!6Kh{JDh{EQZIlwdDd za{AQb-&goH?_M%FPxtbgB}P3WUP~*CCw+RcVapxch`DgdLGVR;lnU&#-B~QQbPFuI{K*FlF#AUZqG%o0$PSISsOGskklovs% zGq$`HyK-57>(1)^e7vkxci(`2OTyd*rJ0#IvRma;3-Q9c%5GKTWt_SK`DH)jaEh z?jaBDHGK~3n*BTOEM%!V-1O_=0sC~l+~>c}*@tY{zfndgtKlZomU*u}a4j)YbBWmy z)==iP{`T|@hwV3SR4|wRbbyc1%4aVB|0ypIRGS?+sK{s~D4kmU;qyc*cBY&c#uBVA zN^-9J{cu@+b&l=U0$f_duYj+PRMvUi|s$x`B00jX?`(0zW0B4h*)KHDX!bI zo@Z6@lqui4Ju26COILiIzUjUCtg@%_Z|3}%`2El&_M?1P+Gj)uD4&^hCnW!0UAf!Q zcXy9BRV|oNF(Ei>=qMIezJg`0k%+Jx>_5Cm<>RNh zsV-~dra$?;QEKy~+nq04S9I-o=)dZ<*bQ^vRgRbP9CYX3y{Uhz*U7g0+`KE9nzr{v zY*$q_vQ0lO&B110C>O3Ak~df9@=?E2+UptxJ$wW2xr8Opo48qZ|CJEam_?^TX6?6B fuYF^FO5==t-Mbr|79AZoc5!lIL8@MUQTpt6Hc|`>j79-I zA+A8h3=IE;TOJEFJP~YoCeZRspy7!?(^LM2XZ(#IlCSZRV8dg0vKm-(g3Sxs0Q1A&*3XC9vAU0SW#D%dTA|TRq@^jP4FTe^A+KnbbM4tFBdK0+l zwb#5?Uh`iA)kwBJm1=#e)%RSx@45bj=LQpB096`KdSNp8h0E+$9`jy#f>ru0eC@yR zb-<$6K)vy+-q!8<*m2-f*TGK{4u76^=F9vuUlyGGvheJeMd!XAy!YeK{U3+#|2XpC z$I%BrZod9~3y9wQzVr6?;}3tHe*E+1>)&_Z{=WbI_tTGmUw;1k`s?5CzyE=NLAb;e z7-r@rL4LsujM6f4@&<-Ru5RvL-adZ8A$j?Qv*yg5zhLXO?T3yYyL{#9_1kyuzIprZ z{fCdAzI^}j>-X25@-$=i z7SGito35Hjo%{cv+jCaM&U^juq-&plIJef-Q)!pg>(T{tYtQXO>Rg6&eu`#qwbJGWT_>uQ>Oyp1;h{_VW5))vraTo211VQs*r( zc^427aN$AE#4|6|w;Mic&iJI_@$6JWccDR_*mtXwbM_Z{*InlAKD*!B=w;4H6Yrb0 q_Ze>8T;B9h!_(#PK~L*nZ>4Yj`><`!!NrWAr0VJF=d#Wzp$PzODUS01 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-header@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3d6f051e7e9719a6c4fffa6ec2276e9fbb0845db GIT binary patch literal 1454 zcma)6X;4#F6n=^p5JM7(vMJPcgs2e}(IB8qP~w7MGE_v7u(qPCk;MgHVvx<004Ylq z3V|vjphZCou0Rn&1OzRLP?qF{gb8Xo}) zjOp_=oo@mP(DXSQnl41q`AATJ1Yrt;kEZeAh@uHlut?}A(AZ2!!h_bljhB6_Z60dV8L^+K^Q@IT`JqVQPwQ6@BjDNTT(3(Odh zIRmmthSsGE*QX0NWC%BBj&5a*;#i~hS)%RPA_ul;Pp;TGU+h{S-v6`Mvqa*>k$7_? z$4e!ovT<_RIOU!+5Jsgms8SkSH4#!Z5n4SF{ctk2c9L2;UFci$>1x)t}j6_q_R&j-G~9#*!FDBDJqT)wg$hCulS z2BhqOl$}CVmr(U~RMkDI`Y@*Mlc@W~)%{YnSgskH)=CuGafMboqn()1Dpb0!8l6(3 zQ^C;cG`d-xZWcb_qN-=`js#GTdy;@fdP~01N1K?gG&8rbv|4R#^X-~->o;t4*yXs} zX|J=Z8{x!Bzf-6EgMvfC&qu^iFT^FVva)l2$}PQJTle@$eM580>((}IJFlawZ{V*X z0VEWUNhW0SX~oP}rAn=f@a#MWZ)P@;u%CRQN%}$QXR_a1KdP*qTdIC%{IH=cCqmj) zxqinD%%Ll`jVDRi_L}VukDPd^JF#fQIJh=Q_aa8`V{&2P=`&ZS5;ZylUQ$uPl~K3S z0$%gsi*+uY0Tm4U+ugyfJ@<)Wwr%xp=6RU0?2vr+vz709BB@XG=}k?vMe&!M^S|(J zZzILADQxWdX9O0qs;)+Q(l#u~rNZ$`ipMF<(WrC&oE+bDN_8AMjp~yZ+Tw(5xA$b` zd9*b7`eYPB<#y#$riV1QLJGQwP8pVtxRRD29Fe()nBsMz%RP96(L^lmy2$P!1j~Ux z4;0?L<1G*Ku$FyHzvEtfwA|Qv_n&KBs!kALYF(S#r~xd5qKRmYHwzEB zqLdfl^%tKLIhiMl0xRG5T(xoi4%(NB(9(^jx-K;ywp-=E3J_V+*PVIlJzQ>qr`Yej zQAZM$+kWGnIA~lEJG9#BqLuCB7S8o}-KLwaZy#ZQd63b(#jlaE+%B%zg?Ea6mO>M7 z`ZQ|!h86eXaYkd;7jt(-4^%YLd{$1Qb`cz1^g>;0lu#k=H|DX2# zso8kwR&Uh4gnHboeebR7*X3HjI*XZzcz)Uc&aeH-P_cKO zS$XV}r!+6o!58h`Mo>c-w?8mUfFZxyU1sMRhL;2u<!x03CBIE`d>!w&2PStQ#q Y{{;v(@J&hMr{}&)qPr)d+AV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-insensitive-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e86b191fe8b6ae04eb2c5497d7c8c5c1cff0da GIT binary patch literal 806 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jDi6^ zA+A8h3=IDTJMId0yc1}6&)@z~q~W!2%VXh|H@po`cpF~xHa``vc_7^UOsL_ZQ0+s( zhR1>p&jgzu2{b(7uY1DZ@Q}aZ34h~LzJ{kjlE2|Gf73I;x<`TyPX+28^MeF|Bv?z` z6T!x30u4_@i%*D`o&f2p2WkhR$D$>tf$D)KOJ#4B%H1xNw^J%_w?NGufx3G@^&%A) zMJg_fm7WqSJ116lK_Y*@MB!nn>@8B++oW=VXqR->M#aRr%CS?FW2dS_PEZS~Pz$M2 z3#rj@kJs@`)bUKx@y*wF3eb0rH?(pvv~n`EayE1dH*|_Lws0^70t*{c3p-OQcT+1* zQ!DSsMRNMUAc-ys@(X5Q(rGQWJFMNq znBXO0Vaq?$YI@cY#*}vE^!4+n8)cn3;l+GIpyzwwWWmXT(aZr#O1mnmL!^sRpG;#A z>Fijy``+YBEf>QD4_FBb-YvCV`t#{`qrHdO-$$p4h;L*_*i>ItztrfV_Wn+0gRm)w z>+~Iy*Gn-7TwWjeHrB*1^-n$bYmR3YmJy$i$on6Tx35-b-0zVVe_BecI5tgo>2Za$ kbI-YcJ&!wacBVwBeUkRAU%%xn4MEA&)78&qol`;+0CM_2S^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-insensitive-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..95d7daee435eac0ee8ff929ed36db9c846935d68 GIT binary patch literal 1439 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42;hL zd_r7-iWwOGGc^2XSOp~a%k({#YIr8v@JgifwNS%tp@z4D9d`v9?h7=$=Wl<=*YKFP z?FnzgGoH%lLM=}P8}14=JQJwCC(!VmzvcyhGY~xjs^M#XEYR>opy?@p!vp@>hx|>? z_#1%Y&-rQ}^EEvdYyxV02+~*!R0c%P1?ryg1JyS^6=--Q02FV8h(F_Ne9G7On7L4OOV}Z)RWc?F< zAZmc1$NUXImjKaYI4MwfN1*PWKpoH-K=eeY;;K;9RgsE|B2`z#N>7NDo)RlPBUW}! zqWGvp@o}lF%~IJwv_&d+n{>)D>9iHn*;`~&mdU2Akj+>ro3U0lW4(OhZ282wiivZT zqbDfGPF0Sdt`gp*5;;L7dXidDg<43JT1bsrNS#_(t6F%whF`Hp01%bx_!jFqhv_+o z>$yhixkl@`#_GAp>v^W=d1mN4_~|0K7Nk}YvF;C>X_bhyrMcwZ(L;BJW0%bBWG~ch4!jnZv$MsmIQHX z3cX@}-zdbDeE)J|;Ge^Wi#&B+yuXoaUZgcUAiuc0>4}S6Q}EQEe!kXiJI$PUjI_2~ ze`1wwZRoe&g-5w_-`A>i(^XtmsZO0bzrr%-elokV&$C6!Gei5dmFw|`QXwGE@|5d#hD)qvHO)<+4v%g}XK^)Q|~USbXJs z;Jr=T-!V&1da#Bo_L5HZ&*zf!nK{kAh~CjEG2Q*D^4H7tJ7hdIE}UPWDqgjIg;4up z=FDw*30YAUhaY~(nY&GbZJ*}Mh?0sf$MAc9gKPSxeyW?U`CfKc>)-urYVBETHiZ6~ z+JEVi`fJ;*`k4z^b&YdY_1D+$J9lw!@|$J1d@R-Sie!Zy#l8q^J0nx0cjch^Z0pH4 zo6m3KEd6xXxSegGUbVGl*Ce;IbFLS-RPT0=-Oe)k^|c)Z8$+r$M!!7jq4bxj^6+k_ z`q0?sSt>{Rr+gRO`?^T~{?)uI?|LQw*){F9s-F{4B@|v=dE4BQLw%YAU()V^<{N)^ zER$A!?D#*meXh~xsTP5UxmgZfe0lLxw+Ju$g5v*4n-h2L+sU4$XzTm6JEFO=^6kF1 rF#qs{F4LE9P0Y`|`RBeyu|Yj!SeQ|T{5+q7pz_hv)z4*}Q$iB}wE=8> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-insensitive-header-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-insensitive-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..37213440572691fc186a7ad4acb2d3ecaefec31a GIT binary patch literal 821 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>j8XwU zA+A8h3=IDTJMId0yc1}6&)@z~q~W!2%VXh|H@po`cpF~xHa``vc_7^UOsL_ZQ0+s( zhR1>p&jgzu2{b(7uY1DZ@Q}aZ34h~LzJ{kjlE2|Gf73I;x<`TyPX+28^MeF|Bv?z` z6T!x30u4`ui;s&Ip8)Bq2WkhR$HGOYf$D)KOJr`A$lfZEvt6L(jzHZVpkkr2iz20G zL`u(zl${gH-78jlLag+ZMAl}BtSu7RK(s?5|DaUbdfC|N^5K)@BPS{PmMZ!IQJG?R zm$F}}ic_qLYnGZ*q?%K-nscm%m8XVXxR$Y%mX)`bRe+XNh>oGDj-k1Zp@ohy5LxLM zJL#A@=>dVEgWuYuP+-`^l?3?(GcfY=3kXU{ORK4=Yiep~>)F`ag@%QNMw{cG!dZ^6 zikdsz;n(AM7creHYH5(q|Nr+tFhyN5N!#;i@7YSVx#u_y-Yhz~^sJDkR<4fPV#Y=K zZ&ov0m0DYNyUON-3tL*2x92Lg*Xi$ks?wrr&z83TEbU9HO3Mk)Ts0^0jOK9$htrz8 zrjZK9%Nb`pVC&OX3{H0XYSC~e;lY!yuVY-!D;WhbT(f*!H?MPrs#3P7!^DmipZ+PB zr*xmtW6}^1yjyZteI@7O_e>3@N=m!l?h5*R{Q1)A_V4fd&jdKT9J6Wo`0wT2)-x^j zKSO02w&}=ztLBs{c4cmuQPt~bU-5W~`~U45_|o^ZvI@OgUikCb%x7gxbrZkLn{<`; t^fukc2Bu7QwR*F|?Z4NQg&p7Un{|TLeVcfzuM0q_*3;F`Wt~$(697lbO0fU{ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0926a59f940fe671537bc0f965f21bd9d2870d1e GIT binary patch literal 1438 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42;hL zd_r7-iWwOGGc^2XSOp~a%k({#YIr8v@JgifwNS%tp@z4D9d`v9?h7=$=Wl<=*YKFP z?FnzgGoH%lLM=}P8}14=JQJwCC(!VmzvcyhGY~xjs^M#XEYR>opy?@p!vp@>hx|>? z_#1%Y&-rQ}^EEvdYyxV02+~*!R0c%P1?ryg1JyS^6=--Q02FV8h(F_Ne9G7On7L4OOV}Z)RWc?F< zAZmc1$NUXImjKaYI4MwfN1*PWKpoH-K=eeY?1E6mWuc0zLRD8qN>7QDo)IZKCsue^ ztnjE<@d=5HjS^Wvv{@p1i$vjJsiZ|xNlT=XmPw@m(MqY5)zY!krQ?BUwru1S+1Tmw zVO{d!J@S#06#YsS{mK;mDinhn6+_w;!+MmxbCtdGmHkSU0~%D^v(;<@)a-)P975C_ z!qgnX)trDRNyEZj!^%^`CP2d}Udz}@%hX28!cWV}Tg%EfZY>9(u5ZYj4+>X3+7Ud|;Q@LNqdOJw0fg||=UI9)x+vGIh!oO3_< zbB|w@-gt)j#;l@gF>bZ?ldlDsRHSAK-D<5`Xm{v@@Qs-*dI55U|664A%SQ35R z_ILP?0}nss%-tuktA5qV8zmK82LtYXPx~oj{q(P0DXPg`(dZs5bLegBfSU+bUf^6I?E-q-QT zdsgK+_zFGJcv|c7f7zMSt7J3;PJSn$ps(;4E^oc5!lIL8@MUQTpt6Hc|`>jC=t; zA+A8h3=IDTJMId0yc1}6&)@z~q~W!2%VXh|H@po`cpF~xHa``vc_7^UOsL_ZQ0+s( zhR1>p&jgzu2{b(7uY1DZ@Q}aZ34h~LzJ{kjlE2|Gf73I;x<`TyPX+28^MeF|Bv?z` z6T!x30u4`0C%rJ8@&cr*9;h9N9ve@32~-a>*?-~dz{RgU=e_h?@EWL6s`Z&x-*cV5 z=lT<#>rZ-aIO)0Zr01qno;%Ne2~^`f@3r58*8z)O$FF=_x9daa{!d*8KTSCNY2KMH z3(kF6bne^1dp{1}`*HNakDIT5-v*+$zwf;L{p7>%XCHpQ{r2}g5dHZ3>BrwMzy5yv z_4oJR|3L6*+xDx#@Q5l2@(X5Q*khL7q0T%?0fS2^So!8YR)FNx4)dDUY+*JVc+re8MoUD84NxxTFAzp z^qiMr^FDsPb%#t7RJUd_M9yDXe|NI!fgbbSgyzErNhCidF@bBVl6*;fR=lFp)lF#($u1KJWY9e)s$Py`9;a$7col z5eXIq2!e?IOrH?2MuX{Mpa-Jg1l&oPg`i_j^$np0G zDuYjafO&u+kRkCT2r5M~hhcO8P9KCbaTo=@jFc`RWlG4Ipm1=$Fdf7IGK4FIK^_}M z&>;l)*n*FfuwfD=ficiW0-8`ToPtWpn3N2vxRNhO(1g?$Xp9#?&oFe zF39PHahZ+7@#OmP)cSF5!vydC1pk3b z@JJ6zcJ|-8?)!H_+)Dy}Y~`K`d5qNXV|A zBiZczQJmOAhvMSm;}a5-jvPI9Je`Z881LlC?3|ojK0oibQ~!VL)_OdKAYHD%k9XKo zb7jlS#_mMRZzeqbs|sih@xIrE!Yv|c-uHW+*1L2(&kC5_M(KR)6x#hhBeuUf#-piM zR(xg;-TF#UPc5;cM6}Ye`cTV?J1;LTk(LBdvFTCUSiW%dNS@Q=VLf(A{?>aJFBaaf zx-m#AigOS&y*ZdF5PN(WK-Ti`hRWJX$qNpZ}BVOM& zLTwpg|5EpFwuvdu)UywNXNmRpBos01cQP1%pR>DkCu~J9tLumM>5gE>zic+mmGDk+ zPal9d(XXnm3&eMugP#_!9&#M8Wj99ZY@o5cT&GeWohl zq8V{E`c9bVRuSGU8QxAfl~^k&C>F{s~~#bS3$aI_rE0iS7D^J3Red=3b--9$Mbw z=_{NRN#WbtVlGduV%9kR8QB+dA#mB~aRc-8kBy?;&eo$2R<%1vmbb)SolF*F^u%$m zSZ&czl18Xy$9NBF|kq*r}?% ex>ab^`)tooc5!lIL8@MUQTpt6Hc~)Ee*%0$ zT!Hj|nt@wye%^ZX8*cn<7<=Enp9k*!0E!=b@Kd1SiAW<5J(FsECf)u_w*8r6=QHK5 zXIg#FbtXJFp7h*w%5(E6&%Nip_FeGWZ^7%_jqh_ezt7+NzHsyVhCLrz_kL*K|6$V6 zPaCg(+k5B7ejvK{Nm zZU2&^AOrM&NJ)@iFasmMfS{DLn!2Wzww{fxU1(T%L~=@YPHstQSw&@2b8|~;TSrG{ zS65ee53yjE>Cy-W21Y4Q7sn8b(|fPn3_D~X!1iF9LV)-Jj;>StxE!_gavilaxK8y| z{x3HaY$=;%+^+ra_RI1~lV`3}k+u5gp%lBsqwA&1k@rgbK1;E^aKD~m#=Bc8xa^rl z^Q4uoW*duM?YBJG|1)c1Zq(PyTREqEES70o8Pp(c*(r5PZC!-t%!LykH_u=CotNW; z!HIw~iB|r_9dQbqOxyBg+HB4#7%3R7lhFEb>D5o)oE3Z%;}SH^drxM2$=NG@_qpV* zf2(<=Tr&1tH~#r`OX)`ccP?#ZidDTvB6mXW?{Cfh)sk^!e$2iDvu`t=-8<#G#NwmP z)jfURq;71?NKo}W8lJpOc7IveUEL{*LIcdU_{N&QjrJ{kpJy@e&~;l;`_Hm}^uKTm YPyD!NOUm^wU@S0ry85}Sb4q9e0Eqmp4gdfE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-insensitive-selected@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a615723156aba07135feee4705e55349a7c2d585 GIT binary patch literal 1332 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42%l{ zd_r7-ivJHsAkgqcsPTzd<1?}5XA;fNq*|XTc0N-EqONBuUC-2do*PekZaU?;`PAn& z(_h+6f9WvurPJ(}&OkKxrR&_6?sH#y&U+cK=ylTSw<&Air>%dVyYYSg=J$o0-xqIr zU$*T--L4M}dp@-9|Il^t)1;%HW}o^p_tckpXTGew_-!>1UH-QA^0)PuzwNpGWAB|G z`|tcXc<;x#XTL5y`*rd8ud6SA-G2T1&fDMj-v55^{`aHzzn^^g{qoD-*WdoW{r30U zufIQj|NZ^<|KGo$h}pNbJ_{I0-6cVO!3>N{%q*N-JiL7T0)j%qBBHW#@(PN|DyjyC zM#d&)=GHd$4vtR#0f9l0(a9;PY3Vt+dHDr}MHQ7*)wOjEjm@oX?H!$6-93~8@l54j z1_q`)PZ!6Kh{JDhyp9%f6k$(TVs!D0(ORF=lY-tXQVj|6e9-1M;X!I|>js6TyBAGL zi(I*LYr(%)SzDVRXS(PJb*dY2OCR`pEl}e5Q~@_ly=9$RFPA30*mU_s z=9fijn~hvc9)>3_*mx_GH(^Hn<|7KlK?_3P&yhQ3ahu7|C+Nw!thvD}VmF)>_Nthe z9cKO2c}1x(hpA`giKP~%<^jJGrp-`cH_t9x@L3~$>Wnm2E3I=2t5NYD-Uh={B-Tm?_Pt=oW4dSov#GAFWE?+ zI_xUBD{W7naQ*(zyN)y&@<3Bs=s_QkZHU{{dp&zMKX;hJ>+9gq zcIecK?@#9+-NhVe_Ju|6 z3eD?B_^tVLHZJHdSXlJ&XP~%z{yQIS@%f7%*T+50zOXJteaEAeb7v}9uV1}tyXwxQ zNhRv4wgoG>cc+CgYF^?#G5?Nd?91L)DlVty1Syrf#n)_K&{dQV9Bpu?_{y5d zcc1zW$)#MmUD|SW#`W!Azwojh-mQA*;K6oc5!lIL8@MUQTpt6Hc|`>jC=t; zA+A8h3=IDTJMId0yc1}6&)@z~q~W!2%VXh|H@po`cpF~xHa``vc_7^UOsL_ZQ0+s( zhR1>p&jgzu2{b(7uY1DZ@Q}aZ34h~LzJ{kjlE2|Gf73I;x<`TyPX+28^MeF|Bv?z` z6T!x30u4`0C%rJ8@&cr*9;h9N9ve@32~-a>*?-~dz{RgU=e_h?@EWL6s`Z&x-*cV5 z=lT<#>rZ-aIO)0Zr01qno;%Ne2~^`f@3r58*8z)O$FF=_x9daa{!d*8KTSCNY2KMH z3(kF6bne^1dp{1}`*HNakDIT5-v*+$zwf;L{p7>%XCHpQ{r2}g5dHZ3>BrwMzy5yv z_4oJR|3L6*+xDx#@Q5l2@(X5Q*khL7q0T%?0fS2^So!8YR)FNx4)dDUY+*JVc+re8MoUD84NxxTFAzp z^qiMr^FDsPb%#t7RJUd_M9yDXe|NI!fgbbSgyzErNhCidF@bBVl6*;fR=lFp)lF#($u1KJWY9e)s$Py`9;a$7col z5eXIq2!e?IOrH?2MuX{Mpa-Jg1l&oPg`i_j^$np0G zDuYjafO&u+kRkCT2r5M~hhcO8P9KCbaTo=@jFc`RWlG4Ipm1=$Fdf7IGK4FIK^_}M z&>;l)*n*FfuwfD=ficiW0-8`ToPtWpn3N2vxRNhO(1g?$Xp9#?&oFe zF39PHahZ+7@#OmP)cSF5!vydC1pk3b z@JJ6zcJ|-8?)!H_+)Dy}Y~`K`d5qNXV|A zBiZczQJmOAhvMSm;}a5-jvPI9Je`Z881LlC?3|ojK0oibQ~!VL)_OdKAYHD%k9XKo zb7jlS#_mMRZzeqbs|sih@xIrE!Yv|c-uHW+*1L2(&kC5_M(KR)6x#hhBeuUf#-piM zR(xg;-TF#UPc5;cM6}Ye`cTV?J1;LTk(LBdvFTCUSiW%dNS@Q=VLf(A{?>aJFBaaf zx-m#AigOS&y*ZdF5PN(WK-Ti`hRWJX$qNpZ}BVOM& zLTwpg|5EpFwuvdu)UywNXNmRpBos01cQP1%pR>DkCu~J9tLumM>5gE>zic+mmGDk+ zPal9d(XXnm3&eMugP#_!9&#M8Wj99ZY@o5cT&GeWohl zq8V{E`c9bVRuSGU8QxAfl~^k&C>F{s~~#bS3$aI_rE0iS7D^J3Red=3b--9$Mbw z=_{NRN#WbtVlGduV%9kR8QB+dA#mB~aRc-8kBy?;&eo$2R<%1vmbb)SolF*F^u%$m zSZ&czl18Xy$9NBF|kq*r}?% ex>ab^`)tooc5!lIL8@MUQTpt6Hc|`>j79-I zA+A8h{|5-%e)Id*o8M@b-vNspxcdVrzVGgjV-J4{G&~V$0-~ozP*HbDjR@#*$yZ=_^W%m zIEF|_?md_p&6p^{_8{FU$g6vTnC>m(DKaxNPEGTSTIzfG*`NRWCoJg^s`tO@EXa z?6=2UY&`j2WAcL}sRIW8cT_(5e`n%@d#nyK(>0rSiHM7sST5H2T;?Kcw9#=(#Uq{1 zGZekm4ExN!Tb_U{ilt#dc|G-G}ZP#gVoLDO^HBn78G3StNYC~yF+8* U+FVdQ&MBb@0AN|#*8l(j literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-selected@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f96c09b02558847d001e097f426fdba645ccc11a GIT binary patch literal 1447 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC3`{Zs zJ|V6^#s5bE?hp`Ycp}*FM7Z&ZXwy@%=BMJ#Po-L)Dt10o>U^f$^-QJfnQHelwVvn3 zlU|rkeqlQ0h56JMwliMZ&3I`)^QFVgmyWYuIn8?IJnNOq>{l*xUb)VB<~``lL^ z^IiomdY!!HZOYnrscYY*t$UZd@m>C=_xYRO7jAxEwB>#I_78QtJ~Zt9*s$kg`~HvJ z2R}_b`g!)LFLO?PnRn*P%8OrDUHZEE($_VYzpVwLE8o^#`L_G^_dU12@4fS5-`yYk z@BTP=@5i~Pzb-ucb?N!9YcGG@dj0$E+u!%z{eJNN&%^hB9)I}r>dW8PU;n=O`uE$f zf8T%q`~CO-pMU@V{{8>=-~WIAKq2z-*=IRm`ba1V@(X5QWM*Mw7Zef}6PJ*bl9rW| zS5Q<|QB^ZFGq+O+1%9i^`C@;c@P z;x}&I{Q6aV{_*$y2i`oNd9z&4WY$TaJt@y$ck?WZl1R?-ZBzO?D`(oIb=u8^o-_4g z+fLrdcC`H)-G2Y^hMRNb>Yp>r_g z?5KM9Vo!+rcA>+6a#V#fxx=5SS!=I0Jhx%G$Fbv)Vd_?=149koC{5X6aoT9(tY7cpEm;-zJ0vlnN{yG;pG8cvnveh6))yo(E9b{RB&b-@*$xjQ6&x!=|-xgz51R9RoP zqIf|ouWirN@6%e^=Id$Bw*Oe7HGf05P;^-|=SPjQgafByn%WW?pDenSy!&(X(N}j* zG|gH#Ws`4B|Ehuo-K=|Cc|Z1^Z@Ag7q*wWT*@lmq*A|xTy?pbk> z+iTza4TkDptqiwIgbK>v)hxZs?*7apcEXn10f)t3<_WEJyY_6J{qxeOQ*-mD$(2?% z9t=3}dduzgW-Lz50eh>LozX3GbIg?Oaen2+wQRHAv&hQbT&I0alU1{Pp0-+lHd6oZ dHnZU;cfqfucsAKpQNWDA;OXk;vd$@?2>^Gwc8mZ3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active.png new file mode 100644 index 0000000000000000000000000000000000000000..3f18f1d4ac1f0fc8e386ce19b5f28bb40e189936 GIT binary patch literal 810 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>j79-I zA+A8h3=IE;TOJEFJP~YoCeZRspy7!?(^LM2XZ(#IlCSZRV8dg0vKm-(g3Sxs0Q1A&*3XC9vAU0SW#D%dTA|TRq@^jP4FTe^A+KnbbM4tFBdK0+l zwb#5?Uh`iA)kwBJm1=#e)%RSx@45bj=LQpB096`KdSNp8h0E+$9`jy#f>ru0eC@yR zb-<$6K)vy+-q!8<*m2-f*TGK{4u76^=F9vuUlyGGvheJeMd!XAy!YeK{U3+#|2XpC z$I%BrZod9~3y9wQzVr6?;}3tHe*E+1>)&_Z{=WbI_tTGmUw;1k`s?5CzyE=NLAb;e z7-r@rL4LsujM6f4@&<-Ru5RvL-adZ8A$j?Qv*yg5zhLXO?T3yYyL{#9_1kyuzIprZ z{fCdAzI^}j>-X25@-$=i z7SGito35Hjo%{cv+jCaM&U^juq-&plIJef-Q)!pg>(T{tYtQXO>Rg6&eu`#qwbJGWT_>uQ>Oyp1;h{_VW5))vraTo211VQs*r( zc^427aN$AE#4|6|w;Mic&iJI_@$6JWccDR_*mtXwbM_Z{*InlAKD*!B=w;4H6Yrb0 q_Ze>8T;B9h!_(#PK~L*nZ>4Yj`><`!!NrWAr0VJF=d#Wzp$PzODUS01 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3d6f051e7e9719a6c4fffa6ec2276e9fbb0845db GIT binary patch literal 1454 zcma)6X;4#F6n=^p5JM7(vMJPcgs2e}(IB8qP~w7MGE_v7u(qPCk;MgHVvx<004Ylq z3V|vjphZCou0Rn&1OzRLP?qF{gb8Xo}) zjOp_=oo@mP(DXSQnl41q`AATJ1Yrt;kEZeAh@uHlut?}A(AZ2!!h_bljhB6_Z60dV8L^+K^Q@IT`JqVQPwQ6@BjDNTT(3(Odh zIRmmthSsGE*QX0NWC%BBj&5a*;#i~hS)%RPA_ul;Pp;TGU+h{S-v6`Mvqa*>k$7_? z$4e!ovT<_RIOU!+5Jsgms8SkSH4#!Z5n4SF{ctk2c9L2;UFci$>1x)t}j6_q_R&j-G~9#*!FDBDJqT)wg$hCulS z2BhqOl$}CVmr(U~RMkDI`Y@*Mlc@W~)%{YnSgskH)=CuGafMboqn()1Dpb0!8l6(3 zQ^C;cG`d-xZWcb_qN-=`js#GTdy;@fdP~01N1K?gG&8rbv|4R#^X-~->o;t4*yXs} zX|J=Z8{x!Bzf-6EgMvfC&qu^iFT^FVva)l2$}PQJTle@$eM580>((}IJFlawZ{V*X z0VEWUNhW0SX~oP}rAn=f@a#MWZ)P@;u%CRQN%}$QXR_a1KdP*qTdIC%{IH=cCqmj) zxqinD%%Ll`jVDRi_L}VukDPd^JF#fQIJh=Q_aa8`V{&2P=`&ZS5;ZylUQ$uPl~K3S z0$%gsi*+uY0Tm4U+ugyfJ@<)Wwr%xp=6RU0?2vr+vz709BB@XG=}k?vMe&!M^S|(J zZzILADQxWdX9O0qs;)+Q(l#u~rNZ$`ipMF<(WrC&oE+bDN_8AMjp~yZ+Tw(5xA$b` zd9*b7`eYPB<#y#$riV1QLJGQwP8pVtxRRD29Fe()nBsMz%RP96(L^lmy2$P!1j~Ux z4;0?L<1G*Ku$FyHzvEtfwA|Qv_n&KBs!kALYF(S#r~xd5qKRmYHwzEB zqLdfl^%tKLIhiMl0xRG5T(xoi4%(NB(9(^jx-K;ywp-=E3J_V+*PVIlJzQ>qr`Yej zQAZM$+kWGnIA~lEJG9#BqLuCB7S8o}-KLwaZy#ZQd63b(#jlaE+%B%zg?Ea6mO>M7 z`ZQ|!h86eXaYkd;7jt(-4^%YLd{$1Qb`cz1^g>;0lu#k=H|DX2# zso8kwR&Uh4gnHboeebR7*X3HjI*XZzcz)Uc&aeH-P_cKO zS$XV}r!+6o!58h`Mo>c-w?8mUfFZxyU1sMRhL;2u<!x03CBIE`d>!w&2PStQ#q Y{{;v(@J&hMr{}&)qPr)d+AV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7feed194842db10259d3b5e26d3f2240c61f83f7 GIT binary patch literal 728 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EKLdP1 zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBpXXo`Sh zVPRoF!N9;k2pJR<1W{uO1Xk{5KxFN1Zf+hFg{8A!N2VC4CDVJYD@<);T3K0RRsdA@KkJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d04c0853dad643559c931291a01da85290230a5e GIT binary patch literal 1266 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42%l{ zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qbm;!;7yBQDwNoyeTFgG{1u&}VQva+_ewz09XwY9agv$J>h zv3K@$bn$fp0#{!rS3f5=KW88Sl5YOa?*1-7;O_4V1Rnlwo&oM&f!^NUzP`SGetrP~ z0fB*mz%UOB3j+ozFl>S026P5E%%ZKn8&Gc$9->joyF~)ShV&BBuVnmj++&+Ies;QA*-+{V8{2>zv7lC(Kh1eQ2!lDm8oUWxJhH%2J); z2A5K*w-(==FW!;XV&leDcH!L7gn8;#4+}4~dM*EXc$Gtm@`8K!TrN)w{w|YrM8SK7 z=*LBQ!n+tHlV+HB?b`NGrh@zPF@gT3d$Kyt+Z8<}4!*q;o%+I*L&w9#alO~M$P+?o zK69(@yt%*V*Tefd?zR?doxVGyId78GI8(^!8uiRVYS&^Xe}^RJNs=%4mwR<>_OPv3 z=#IM7A&^^&9wYk^~8U-7CXf&9BFgx$PB?!9^OR{pzR?(`X-`o4d+nDyoc5!lIL8@MUQTpt6Hc~)E{{wtN zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBRPXo`Sh zp`oEbL4SXL2pJF%08yh01V;9H#z5qtudi=lU|?cmVrpt?VPRouX=x7xPF@Z`;Oy-P zL@wS=AmroZ>f;PVZa#i~en2yUra`QLIR1XRU^meJmL)-c!3>PjGIH_;hDNS#?q1$L ze!(Gm`GvFQ%$>hr>$dHOjvl*wI#{ilk`6Y-ZkWzu+^WF0D5>)Q|Lr?EjGZ2Jo@?8^ ztNW*4(Y-wki~Y83*mhmPTWa^});9u$;p>*_x9I;ia}R%drhld_*Uj=n{MyztI?vwe zJwB--Kdf~7f-^^MHYA>@-oEOx41>j0F=?+1*N{>MpZ!L<-!d<#G;F#u(ZoLITSwfE zSFQ}!`}%5xZ9lCzeS1|t;|gwBPT|1z&)=4>DrHb-`&8$6-o~z@k1JEI)J?A~E<}E3eqo7pg>FVdQ&MBb@ E0FufhtN;K2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-header-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4b1588d09fd36b81267bf325dc593a7b086c53 GIT binary patch literal 1291 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)|7 zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qb=mLR}y&e!4+v^!S7#J8B8X6iK8=IJzn3|fJnVFfJn_E~| zSlYT-*}B`&!>9S{IXM=v`kFMA+x@&X33gR_@|v$rD zb=u-(TeofBv1|8{W5-XNJaziaxeK@M-h1%m>9d!wUcdYF`ODXDKYsrD{V&h&ygvg2 zQ;MgHV@Sl|w>NHvUv>~-e-LCIBKBR>g|U3;x>9y=feEW3*2Id;II?YtXXv9_N?tmx zPTBA7=S&vMxMX5nbea9!!|#*k8S~#inKG^Vby05GRbHK`2@Wa>2-BFod zi_-;UPA*t}u`P3#Y@@5I-;oNtc@w6}baCCk72ABXNS8yhGel*kW8lHndD`jq_9@Fd zG@Zm;ZEuFZ-O?`_bVNy0RJnKS?74jxHhJhMKQ#<`GUcMBT%?#sFNej;h^3c5tx}jY zYa*9K=9bE{nH3D0Ns}e7bXDBgz%{p3XCrUk+qrRt+w9skt34bX^|wu3$o-)`z^H%H zx#8XTw8cuV7as5w)1vpU;fOn z>ilcN|d@D0~e=$v)FgbX-p6}iC4YRDCi!s++pOAm`lELp!|4#j~ zb9I`0N$m9RNy*aRYJY}y1zkxxEY~C>8+;}^O^QlEmk4yVe312cn^tI zJP*^eljr#6cW7q!`O>zssrm~RyxaQf$-dgcNlupEwO0QQ3|$qz^XsOSn>JWWox8rW zfk)nO+A8&?%9V1eg+G?;{E_#0weht3?56quw!JD#dY>GzV%9#EyuG%!lCLW4TrVQM zaY^DeqZRX>_8yO2{QUM)UPr%)M=j1DcZrO2+Uxt`ncr-^GWYWbR4gW({5S9ImScOC ves+8Bkx;YuNJYYu?^WrapWWAxHu%pl{T$2HNoJw>prXjr)z4*}Q$iB}rkoFJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-header.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-header.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1fd7ec3993161329f5e8f382883f0459ccca94 GIT binary patch literal 781 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{|6L&2Log${P^($$OQ@m$$$U;0m+XaKYsf3>GS8$Kn748&OUnV^s(cokDWMk z?8MmaOA+jV+Ri%J9Oma;iEuwYUZ59v*#|EJ#Xop`AZ)@e0b~Dt*ckBUb}Yf z(xpq6FJHcR@gk6M{`~nf1$S;_IQ9@E$Mq5YM&fdY<#nsK*CpjgpySJ}@ z!r~=M*KgXqZ~uWq$BtjQdgJD;+js8VfB5L}<0ns^J$w1`<*Qe3-n@MW0`I}#D+v7j z{rm6VfB%*rlVSu0xrC>SV~EA+J(3cOJj5S6S$>(5yt=V*dVa7$G|vi8ONQ8Bg=K2~ z`ql3G;T+L|D?GJXVuLxBsRfto>x*kdbFc6eb`I7M>$j+`-02vTzKrq85|^IOGJEgX z?s=n_!@5ANa1qm?dsnU;6i=F}5g;t?HsQ7aUy)nnC8cmak)1qm+72#JQ8vqH+NxrA zP>S=wB+GuYjgij1>=PHxIC}OkljBT*dWjd^h6|s?CTfZ@-Hi3>XnnU-fZ<}yJ%RIa SE1H3^z~JfX=d#Wzp$Pysh0B5f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-header@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..df38f3872e2081f98693c46ac3d8e6db3a0f537c GIT binary patch literal 1343 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&BB zd_r7-ivN!SSP1<2^XKp1zyJRI0}22czkmP!{{8!pA3uQPr%#_geE9J3@X@13_wV1odGqG=>(_7GxB+Bb zy?XW9wQH9yUAlbv@`Vc*&YwRIB*TvdZve(wUrCT(Faskq3o9GHfS`z|n7D+Lw2Z8r zf})avp^>qvnYpEnt$$!pa7bumRCHoea(ZS~PE&JBYg_x|X^WREUAAK7#?4!{Zri?N z*Pf%tPnAH%D+GM|`RmuO z-@k!@#_hDPo`HcW-P6S}B;xSf8$W|DJBYA<2-3gO^qp0%V|$RzD_$-Rud8C&{M@_N zFZHms*fQ@%)|M$I3r%DHrOsx!v}JbAlcnbj4u5Zd(thTN@$X$XYoptfZL{^yzMYqs zpCA!7^I^mG+r@ikE;rfr`{1-MyQO_4u5ab&S?c=o`=KVK&X<8AqWgB;ZMa!r=n+&I zHL<2EVMW67$xq+BYyHTy)=RNdD)juisO6;^(-!wUNs`E1vGtavP?z@6@8rmGft3JmG)V*9#ELFnnVy6<-xQ}y{%e|@j^Go>GWnW;P@MA&_Yt_fV zsmo4Hmp@<1|1SH2aKMiVNiW0I<5_j@f93mOs==jd7t&NeVU=t}nl+2C)|XZTMQd;K zy%D?4w}e{#R%5P=c1ugU!ky^D_Iug)Ep7s#vr>HCe=e)r@G2lg^Yo8|?}t{zdIyww zRol-zvuWCbPm5-)f4}HfdhP6r<|aS={F;0Jw|unp`?T%T^c9R-*O#boKQnu><&@&h zn|6Oc`lM=WbbsvB-n)$(3YjBaOeZ}2`z!2gfq~xj#j1SrYxDL+|9PWU&lhT5@BOwg zDV<-X+cfp?+3mZnBiL2a)6Y7-VeYDYRVFp(=eA0x2`4%x1!-w+n&G)%#)YYC)t2AT zm914yaCWP*Hv7!?%r|%XZZ_tNSA{MfNVvY#?E0_!8rcT*42oVKdKVe4IR(rN44$rj JF6*2UngH~oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@uIyO$Ks-Y#<5bLKuO8fe=AcAh2>b2Lda13kwS?D=RxYI|l~`XCQF* za|HrVKUdEHcOdc(0D_>PAfO?UksuoaVw3g(z2Q_6AhEu3pE)C zuq7O5+uN`=fnB<@X~o88f8$S;Drr4PInew+lfOndZL_rFkMc)PtKyf>dGWW(@}1(w zSBEwlY@1_z{^C-ty}o%lv(MiM*ON|*ogAO=S+wTis?f%nQ$8j-d^|r(Ro*S<<}!6N z@r%29|ttTsHcN8BsON%vvQ#67#CS7rVwy`FXS#{Kw(*7I}E%q!WZR|QHM Mp00i_>zopr0Nx+~2mk;8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-insensitive-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0e67ae2e8b1cd57b51f9ebd1d7ecb9de72226c27 GIT binary patch literal 1159 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)g@ zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdC}Ii(R_^9N03@wEEi5dotgLKoZ0zjp z9GrcffB;Ck0+F9H5CBPcKUW~|^mFwLaQ6=I_Vxyb4=`ka0TLD#2J|e@JCTtf!`Co- z83ThduO!GXn1PXrnT3;!i-(t&k6%DQP)JBvL{wHzPF_J#Sw+>r(8$=t%-q_>-oeqy zKOitDC^9-ZB{eNQCpRxIzo4+FqOz*GwyvSExwW;ey`!_My9X~&PW!)`fq}`?)5S3) z;_%xWH-m2lh_ELdxwdr2m0eqIU0a%Ulr=g!H#Tc&s2AhKYGxHd(?z0@hkpK#&(`Zu zQP~;pUvNya-v7*#hqHIjZ$AHh%JJ#%HRm4G{h$(k&`(_L zgC^tBny`r~nu}9DtBOpGsC#(ehj>yzfQR!Hrmn8Dzu(Sjn9#NR$EtGz zQ#j0>zRUUkUA;kmx@OidgA)t-Cp>qq6x8s|JU2m4!_;{*PgJ9h{HZPn%Tp?cElq2G zoLMmckLoVFElLyWay;6KQ|un!=J~}eX*WeM`kU~nqL7Vu*7A5Y9cfqD(VSA6aKCs( zlFsDR##a-j2Txz^H#fAaVvpp5GY;owEzSM-c5P?h^DU>I=4{(u&TbYeeQN8JZI&CF zmBJ@n(DuG8zIEZ!v*w3av+oKqe|_F%;nwp`202B(a7wXE4NKsakTMA&~$I{+lJdKIpm%cB)_voc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@l9z2L}VWKsJyBa>K&HAZ&kse~7pq5Ewe>89V6f>zkUIT3A>(0D+UY zgR{322>Cj>`Z~M%`uX_<1Oz}#0J;mPcTVvfYoIrrN`m}?85sEm1f`^<)zmdLwY2qY zZ0$nB!XuJXvU74vN=nNrDjS=cTUuJ%IyyQ!ySlo2FoBQM^2tEczIeJghFF~5d*!%L zlYszRLf2mHZ*8*Hh7C#P@Bas_6Bcw#XSew=|Jwoco1SHYE%oX_YrdMaxxBvGCCEQf z+xzr_D;xY~B(L7|WY(DzSLPe8*N|Q!J2^J!uV|IqRjcE^HNVmvVgpS3ZF_E*l=}OK zY+S~nQF*EMV1BbI!&F`SO?LKoWF)MG;c3tR9?Ig1>p!dp8K}kJ%Z)|9waA@yA>nBUc!9waMQI zJtz73%7s|oKXd9%#cFtRZfW6m{q!zx;i^Zk*M)ulbpO9o`Mr{}wU?$gMS)UmdK II;Vst09h>bY5)KL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..56036217ea7740c6d270b68616b57ea38a294a88 GIT binary patch literal 1147 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-@3 zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdD53`hh7Nkh4*L4~hK7d5#>S?mrsn46 z7C>O*YGvbY0|XA9Hcp;)Kma72yn(^u03@Bgot(X$U41=0J-xlXfuRHppOBD{u&^+o zmw}!Fnm>Et`w76%%r6P@3ua(sVrJpw;^N`u<>MC+5EK#;77>+|lap6aR8~h8f0vgYX2 zGB7Zydb&7zv5<9g5`2NAY}BYNNNX={nS*_-6Z;$pslQ%a|SO|a^M zaN0;aznJy3RYp`aF2f*U&Su9G1uIlO@`#GgDSTy_dwarO$5|U9wX#-kz4P*Wx95_{ zOFWc+{@!}dLF2sQ-Ga(hGo^y8_dc}g<~el9({`!f zC_!n_`4=owCT704cJD@ea3zcRGXZZ_*>F)s^ArKK^&yjXbG&72Z+=w59)IvDy^n)t?Z52W~yo>&$;ZONU?b3*%>Tp0ve_9fW)U z*GEF5Zj{~*cPPvBdcVL|_2YtVKi+L#e&W4$zIxO)h0{@Yw&j?;HcOIQDcHT*P1pIW z<#V~^j_1SQ^E&!HuzXq9Rk&qsYR0~EOS;$2ytk8yyJ)LzY;X1%>GtQ>`Islp7n*qB j;jKFxUjNUZVn3r?XgTe~DWM4fefY&6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-insensitive-header.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..e0740cea2cf5edf1f8d266b2f228a5364b1ae7a3 GIT binary patch literal 687 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EmjZl3 zT!Hj|T7vIj0Jq`Cj~_pO{)BKpefsp}%NGcH?t&HbfN0Um1&dZ5K6>Kl(Njl{pE`cx z%<&WFPMkV-3W&~JICJjeg$oxhUc7ku^5v^nuU@}?{r2tKj~+dOm;*HV@87>b(-iM4 zI0^KXTS<^#FasmMfS{DLn!2Wzww{fxU1(T%L~=@YPHstQSw&@IQ*%p8YgAi$PzuuHaj{f%Bx!A_@uPyg1Zu!uI!!t=Oi2rY~~=PIKTGiM=pi`Jz~K7Fn=xsz&rE8TVnMozDuc|}I+ z{Q>Pz-OJNDd+m4vzid|9*q)d*>rscB>yBdrQ!a>xzu4aRm_>AgwBq~rY{|!$PZ?y- zTkz~?Z-~AXgD0Ey>UF{1-+Q#0&(aAp`FeoxQIVCkMJtsFWzo4+F zqOz*GwyvSExwWmmqqD2KhgguiUgi%21CzC$sBuEG{lrp{ zr7L8DLRJM-MRbVePtnlv-L9GYa^w5||4*iIUs^Id=Sk~1gTvq3pR}L*V*Gp4&06XC z@6F8hYl9bF^~e!lH{)(Zis_dP{>w^O%@0h@Vc9J+<3Ny*7VF%30+SY2Eo@pe$=lYf z=fCHisYOdPcM2U2_{h5d#7q9eGu?D9o>~#O_WO3L zxx#cW+xMX75^77e%Nzz@b?v*{b^fIE&rqDyqRQa0KKS$#LwLVK{&&%TH z=5F^XZrilt(cafK?avmtsAw*1Gb!iW+cbyg)I+g-ZN@C3O1@Xm%Gcene^g$!XZ?&W z+Y<|q2TX8wH4lgi^=g0fn+dRG?y`ZRLSK|$F z=b+cq&p*5R#I(IkLAl*%-8`$`3qRCsS_9O-v|$IwpZ1i}2Ya6j$Vgo%S8Lg$GxwIp zU2`?9x$To5hRa%780h&JNbZ?^PfLA<;>xC%Z(nj}^BkRUsY$%-!fsWKwVRGD_L@C? zL8F=Os)uE{!kfjVoc5!lIL8@MUQTpt6Hc~)ETLOGS zT!A#HfRmFmH#fJkva+_ewxpz_s;X+voH;XR&YU-I-ok|omn~bic=6)p%a^ZPw{Fv> zO`A7w-oAbNmMvR$?AWn$=gwWbcJ0}-XYby<55eI6{rf=r5g5D&gST(r0_m?`zkUaU z-(c|f?_W6M|NsA~cN|23j)zZ?|(J?bOx3sjf zvbT3|aCCHXc6E!5i;qu8%r7V`tg5PRZfR+2Z|{-%E$oOnr~FxA(cT`lgx&c}YfZ z@R0}1-dnC`g_!wo{#R!DNA-&JgQ|Jl75p7~Z}Ogf-j)97iTqB+Akmapv3@_QK}o>V L)z4*}Q$iB}XucBQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-insensitive-selected@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..67ea825a4dac0c1fcd15b7bd32b42e7c1aa4c652 GIT binary patch literal 1081 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*mM zJ|V6^#gqe1PEH{qAwfYwDJdyMMMVt_4Idw$;NalEz`)$x+`_`bl9G~z3l}b4ymcfQR8`fqv~?`4tgLP9ot&IqTwLAU-90?LyuE#VW8>oD;}a5-Q&Likii(R%N=wVi z%PXs@Ynq!|Iy<|%dz4ODyD=~@nR~i8hD02GJ3Tx2mV-#!Qzci9%!W6STSPtvt>uVV zdTWx<)J363#Bv00{{Qdp!?caXY>UZAW=YRbd@y@C`r}Cj) zDb4TtBtuEnS?8LBQZENiG?Z#QJNew(4-XS7Zd=}SSlA(!5~kuCmK~ns7Qc#BL`(Kz z;Ul&;_cmJcmIZ`K$}AR2``A-h5_M$4nIlZ?Yrac_-xYfGEAEHo>6F?7OeO~=POE)5 zP5)cOf?ewkmi$>Wzr-S$X={Ms!vBv{65Bbqb}OmYs|DnJ_2YT9_><=UDSp}k=|Z6a zYHNKQBX>+{)GMsC*5%xw`FKO24;&XzB# zHP&BNzJ2-l)}6OrHFESkSy26h_mT~JM^(UGR@p#3kEd5d)x*vGjYQd*Z3`6I+uu1_ z9-Pp4zUV@wM8H+&faxL6TgtimL{)Q&le)Y&S#V0X_ikJylyX%~bw%1ouYehgsunI< zVU@c`i}|f)rtrj=M1^NH!Iyu`3H#^9b1Ufbsk;xKgdEuzAamC~ue90n`m1BQ=?yxp zyH@^}I{cA;!aI)`t_?4x%vY#cIM;Q*mcO!Bm+xoae4ZQc^pBY8-HSWMB)0L;zo$N? zQt=@gr)2&qnZ@d!?k&r=kovnL)BKc1c88d#-f1?CiHb4P{y+Nle@%Tre_ErTxBRw6 QOF{Y8)78&qol`;+0C33TeEoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NqaNIdk{!-Sg+qU%GVZ+_`fXE?l^I^CpnIc=6)dvu7b9Kn73*NCMRWRRY;S z0F(l%0dgTKAtFF71OT}}21M}MwQE2&P}$Y1S0S=My+FYmH*P?gws~S+ZowvSrIwtXQ#f<;vBoS3{fu)PDQ+ZJ^4xZ{L3U^y$ZsAHRS9{`>bY&=;P$ zTZMuCaVZJ%3ua*C=NAx^l9pCe*VNM1v$3@c4GWJ*PD#nm$t@`@tEg;jYHn$1X>IH1 z=;#Dm*VPTQ5Djo1s0PLaBde#2V~EA+y;p9QH5mvn1gwY>k6N7+`+8saYa^|RA(8+8 z&zI^6QJg0jH)na}gL$56#vYe8D~GNrT`tm@xjo8<)#FofZbVuiw&t$&)cz-z|2x&UR9w_JmEb1{3}6ONS3j3^P6FJp}ckaA- z^A;>vuxQbuB}+Q!D-!O_V-ATTH>GCDaWB{eNQCpR}QKfj=` zsG_o}y0)&ap|QEOt-ZaYv#T5EY&@Xdc6lfR1CxQLi(^Q{;kP$#2Hy%0VNX~R_ByKD zduv$W?oRH!wb#VLUpd|EI;QGY+@Pc|;lSVj@m}i!CQo?c=3j73vY!8dkKDeU=H-^` z(_dTq>)Xctk20uX;Xe~-vE!Ni`$WyR`+N&jX74NGURG?#_p&BXD_kpeO(0){Xx;{h5=!nsdt>%H{ zQT2^EyeBm>-ly{Z;)p!Nk@viAg=2I;lB24~mcrLxoM#y%zrOR>Pw(aSiqb=!uh`|d zY8!2&Pu*;?@C%r8`V~L#mrkeC0V&R|)&l;jujXXS=>%r5tC*?WY&=rzDzr*IeHPeT_m&1q2AeKl^e$&<0FzeE3a0N9zVQ7ilwnG}XK_!WsOVM8?Uj#tm!CU$ zv|yn^&EhR@KYS9?Q2ey@?~?d?^XJ~#a4KL$%7#SSbFz+e6t2ZjWvlw^(VlhSpJ`!l z)3R6M@gFAY*Id{#mJ=HmNrRH-gG$wMqUw5vz)b@YxCzj9rFXQT; Ug=~?!228mOp00i_>zopr01RGr$N&HU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-selected.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d2186b7c0bd5bac14b912d1a4c0263236bac21 GIT binary patch literal 717 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)E_X2!E zT!A!I04pnNetv#+b#+ZmO>uE?Wo2baNy*%~bLY&NGjHC!MT-_KS+ZpD;>AmsE?u!= z#j<6~HiE(C&6~Gw-MS47wr}6QbLY-oyLRo_vuEGFef#(Ce*goIkidH+@ZrOUZ!qv1 z4E}(@UoiOp|NpAJj&VTmd6oqE1v9X+aq;mB2#SfzE2yZdYiMcf=o=Us8Jqa{`UM08 zCa0uiWMpP$W)&5emX?)QR#w&4)~{N#cI~?L8%~`*bN1}L`w!lK{P^YTw>Jx)T*l;fhO!6yy8uRKfHdw=~g-ZO%+UpHn{dY+H8S@_1V%5dYYzPQcR zj-s8r)q=iCdTkdK$($&B>YV0e)wG*1jyF#7C52Yu`8FS8cH5X;e zt#$droW@=C?&m>A*4ggcI(qmV?(gjoVY(Q9pudKxq}HQmp6V>Il3NK?=Y!R3q*!?l zne@DGH0RiPaPjrq%F~UEujv#_F1)^C$It&#o*SR9J^z4v_3`yrHU7q(k=cKIbz890 vQ(m3h+Zg6Iu4}pRPA$m%^}K}Fb^S67Ud}DAW4c+6fYOqutDnm{r-UW|d-6fb literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-selected@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1b8944f146baf901484833de12d8f0ff4e0995 GIT binary patch literal 1216 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#dHI#tgKvITzq_d!otGh;^HbQDjFIZ+S=MaK0f~b{(*skSy@@Rxw(afg~i3i zixw?fx^(HXWy_W?U%q0+iq)%EZ``mZQpVJ!o`c1E?>QR z?fQ+Icke%V`0o9Ok3WC?{x`3FcM$^vQ@p2(V@Sl|w>NHw3pvWL7jPW$PFdHn#pTea z+pdQ{ghggHl?7f(N;Y-c?4+|nBjw-!>1osTbk4k6^Y_`&;y-q8>E4&=KnkO7t+Q2P5CnzCxebukWfA*9{-Hmk%JQZ@G@uR=i z=GNp(llg!0bj|v*dCml${&ODjvsSMNJK3{Q%J-bSfZMmt5}KB`-uGy7mmc!bZGW}z zby>PgWQI_?N#UiA++AnST<=WIDmT33^ZrTqLB>K)NmJ#d|8t}_c*T5{P;LFMx8TT| znbubv)-JcMpLW?IN62s9qFE;Yq`MBg%ayc5Z;wrv2&>?GsZ;s$P*J9@>HSxeCoTL| zC$MP&=Z(isOJ1;E;!W;mdbKNY&sIlsT@9{KyO57ew&p&bcNggY=I@TWko)6MyWbv% znc>Sq7W7{){&x9f)1(WJobTK8?%I|cQE7aA`}U{+sarKK)MFf8l`H7V1a0@ph)#B5 z+U<9?e0QFEa_QV1Cl}Z*K5<(7nRBvFo5r5!&hPg)RCZtR$((GsS3M#8LX&Rk>?AL% z5BES#Y+Nt=cD>4Br!m5B*bSy*n3f$S!Yt zN`9B~_oFgT?e3er*==ccYUZ}7(Klyp{_GjE)0O+goW};H?-FII89lx8Rlna{XuHFy zG-tz!^V4QNZhp1>pwj#}&D4qu5;Lyv_*vFndGw37SK8wh>E^Fw)@4hmss5b1ZkizL zw63XDtMC4+3)0kE6t&oeY2EZx$rhJs>pto|a}>P(|H0M!8q*E-GaO+xW!}rjRtqXV NJYD@<);T3K0RTvLGB^ML literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch.png new file mode 100644 index 0000000000000000000000000000000000000000..67886a1299f7127feb691700f95cc5813ac90ed9 GIT binary patch literal 729 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ep96eC zT!Hle|Nk#sxNz~}#WQEloI7{!{Q2_`E`$MO0~ruDP!pfubZ zxcIee*MMvY2@wRU0dlWjzYgKvxpN1|xPANf-Me>zjIOS(?(XiMo}ML3mMmMgZ29u# zD^{#nxpL*IRjXF7UJbDksQuQhTR<&9y>H&U`TY6w_wV0-{P^+v_wPS{{`~#>7wFkd zDe;Se-nJ|W@(X5Ql$Mc`H!w7Eb#wRf_VEi2$;&UCHD~Vp1zWdmKXmliy{Y(Lze}EKleWB7;oiDh&-K#YHDZ(OCRx;`b06P$ zL#Fu4PMP~N{#sv-JvwK>8>{VRKh1Cd?X-0b{Xb#$+~x6XBKxj6-!k5mv}@lCjYVBN z8ph?!2X{M`Gfs^ZF#LG9(d}hLLd|tohqJB%kxD_G%O)$Xmu|4~6R=b=3URUvFJ-^5 zx8aR_U5d|%3Ge&vG40~mY&&;_@}iHs_*RIl6Kq>p|6!>g!&^?>`G4;h{nWYja9(x0 z_EP!%i((dseBu6GwPD}0o3l48zIZN=O)IV{ahiEc1%K7i8TDoT+PXD&qNgrCaxH$L ZszUd-(7z$??15p-;OXk;vd$@?2>|PHm7)Lu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/switch@2.png new file mode 100644 index 0000000000000000000000000000000000000000..16a25780c6edccc31494aa05ac96897c1629f6ac GIT binary patch literal 1264 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-h_ zd_r7-ivR!rziQR0{rmS{y?XWb?c0|wT>>&ro;-Q+;>F9CFP}Pf>dcul=gytGaNz=w z3t^u>e;z0cWS>2I7RUxlK}et=Tm;Al>Vl9!22cS+4Ui215D_2=;X(|72m(bQih+U< zHe4};fhmrx9ikUa3whkGuCDIx?w+2WxpU{vn>TO4f(45fEn2*I@scG=mM&eoY}vBq z%a^ZMv0}}dH9(KUoelIgFsy*Vc~S3{QLJ07%54|XR-sMC!r+BFPMRmnT3sA zP)JxzTtZSxT2@Y8K~Y&nRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ew zylm^X?K^huK632%iIb;JpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|@>& zba4!cIQ;g;&)~}rBJ3Z6^h5aG3)={Y>T9j|$|fo>bydI`TM>`I6-SiUPd~cN#CO)M zzne3~CaCysnkYUavF$zoTmG3R)5|u`uGN=2@3$@f*6zQ}jTcOE3@$G`u;71?wRh&X z-X?9yuco&RborAe=yrX&AGKDi`>0M=*FF1;gKu8(tA9>iyX1(xOeA#lQmf++mK@yppF29)5za%wDO0#!jlK9tiHzT4H#R3a1Nv^$YHgQsC zs>+o&z1!DW`}!|*$q8~=+mY`3f5GYr%G)AcJf~lub2oo-mu-mS+vVleVGCbRQ15vX z=)7wi*WM;0Zmq=&rfZ+`JRy{3Qe^mgQcn4xfFgXS3vj^n{xep0Ef#3+Y_{zvl1K-5+K-$uBt7wyJO5 zE`#$IYc5&~EV+=rV&g)oKkX?c4<^4BSn>JTS?*;MW(OZ%?=v@$Yu8?heOD*8SXFZ# zOflTCeNUy=h38umHtosZwKMVR!WENlw%I$}B@^5bL!oS)tZiwv-ai1eETpti{ z{?=o@qUqQobNhA>Ln zF4Ye`-+K8{+LR*~xsN^Ct(+0}M1SEk-5VEg_{r2U?({mm<>9s4pPkcqCw(t-R&Kk! zT)sB0d*1s7d#0I98sV?kE>#gT(oieP-|s8FdwqEdTg-_w1@Gg+lJ8wBEl-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkY;H3&oJ{0Z^JX5w&y$zF9aGM^EW)NEc8R9RU?!3W7u;H|uo*ZPzFX@(X5QVige;3knGhi%&>QN>0frE~~6- zXl!b3X*+xF{Dlu6KYjl4`_JEhSNUZ*fO;A|T^vIsBy$gX3N;xpFdPi*+3|k228-yk z|N17bf%D!xTVGJSC+?`~h1o9FhRcmJ-)^<^?1-8b64l$V+A7BUY}$f(jmxVN_9ZMA zb1=Di_?ik+;NLR|zrwU1EL>+H7rBbHAn>qnzN0Op;;-N|mCEe(vX@V4TR)v~??uh} d*S|F%&(~jAD8d-AHa!&-ex9y=F6*2UngBZLvL65d literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-active-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a739431eb89ab2fb6fd138f8e5d502ee31ed9b25 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!AzL!+(ZV{~0FT7HD|R-~58V;URzXBff^mLQM|^8lDI=J>_qB#^3ZzsNtz#(^J8Q zXM#=71R5R*G(8q*e8S)Ggdapc3CKDm1knf-fiOVou_K^%6e*y3G!Y<|_wN!bpkIAUg8YIR7@64> z6qS@!v<(c6jIFF~Z0+nFot#}<-8{U!eFB4mL&8$iG7F1Ks%q;S8k;8U-M9b9vEwJN zUB7Yj*4>9MU%mPG>GPMb-@gC&`Rnh$w}-ymWME)a_jGX#k&s+_Fw>eTkfH72bB}MT zEpKjacUKe2!))n)KDP3_e^HmkGClTfw_d#zarEmj z*4Jll-S%ZCuVm%si0hy98k~M73tLPTPnard&CDfzpfEg+^L1eDbBp%-T~{|KsrtRJ ze6>pdP}i03`~1#3E!h{oW>?btYzyv*Ns8Cj?zv_pz~Zn@b$v^zYCb#15{4TS%R5cg z^Ld!QvKXl4vz@;3#K-6UiJdd&P59ifeZBpgM>D&E?n)*-=3ScMH!0%fi|OZtn8o5v z7R^le_!j5LoLIy%JZ8PSZ>O;cwq6J~w0UmH-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkmhZ8#?$tkr{RS_!(;x2C;W|1fDC~KAo&Eyg)opvs1#g8sPTz#;}emlC$jBN<=US$ z?)lhp;8W*;Pko0!O*ry-^0CkJPJdZ=_RFGkUl*VIy5#)VrRTpcyYO}0m2a=U{QdR! z-`{`#f#8#x{|=y2L`#DFf*C|a#ezaY8=IP2&YnAe;lsyIpTGP&svcMZRM6__;us!gH)&u6qVtXDG7Hk34gd z#dX%^HKP0Mf}-}#T(v0Sx6a~RjjpEsTdMvhP2zo0evird+D4!A>5&&wWxsBG-_N;R zq2ACieNx{SxlxZfEw$waF=uDkf=uLJ|b2Yy98oxFusrGJ19V(@hJb6Mw<&;$U# CYr=j2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-active@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..48187f2a9dfdbf913bda35fb57e4d16fbb592609 GIT binary patch literal 789 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc|`>jDi6^ zA+A8h3=IDT8lLkvzu<3v#Mkgxpy`P~!xMp~r~D1i_?w>bH#`z-dMeoPOt9&hK+|J^ z#wYwh*~Z5L4UhR79|PGS)c91O;i&+K1c`&Rqauhhpdf@Hh$;(Kj71kvnNZ^svF4}Z zK-BV7qUEV%>r<)Lr!s9%b^4zhOngzX{X@gJex7{n^VH*? z=brvD|IC*KXTNN`_HD<_?>ldO-*xNzp4;E|-ubcb?vMRa_soYYu9hwy!Gzi03IqnE3z{c22A?5;Sm%_|8x+3-;1 zR}Slv^C4o)pEiGTu8`j^l72+^#6kBuml!S1cuv)8N`->%J?Qx;aq9k>n3vi z54^g=8lLyX@~eIkak=e!{-pKpS)yOwbWCe}{iNA#Gt+eCTWo7C`%juKt}qmYBfrJ>P+;)~r3Hq08dKl4nQ#3sj$paQWp_`uw|WUKiVD^7xoq QCn!~Vy85}Sb4q9e0P`VpW&i*H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-backdrop-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7611f5dd0803772b0f8a5c99bc2c87ec99f1f103 GIT binary patch literal 421 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkY-@`4+Q)7?_ag**v_2?x9mB*2aLAwJF;`<{+;{xZ`*Td`<_EP_8s1}|LBgrhjs!P zyY}zeb!6B6Bir{J0E+D1eQ@`_BRh5<+O_x4j@^fM>^;15_dziG&~BjmJqLI0IXrVx z=`5gC$|XU5!3>N{9Gr?uN^0sF8d`e#21dpvCMKq4K|#R@iHS)msi|pcn;kZ&0+rW$ zx;TbNNah~&6lyYHU^p14^kCfzolfpE|K&5g7TMf98~@O7PuySI4J#&X4l!D-CLZi5 zHpy-Cij53%ud3|(+NV}Avwd~i`*g`S2P5ml7j+mt|6U2$dzFLdRp0BWYi}`^n{K(q zww2N8le$>S(%1*Zuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NmF5TD9>A2y6p^6WdOl*mC&ro;@cwZ{ELoKMrY}>Z|+xG9@x%1#|5IC}b|8XFD%O0TK!#npM+r9hXwmpY{_JA2X_8!`~ z@9?f&`+?%juW?%BU{&!HW=5AFbR_Z``}2Pg~T?%I18EO>a=ULg1I zj=hI>?moD4_hGPtBR~Up1I+{}KHT#=vRA3y(qfUvNz@QA3`xVVJG#H6I;a~a{TeVcZm!L4HICzt4GgURESHaS?f4;CsI(Or O>I|N)elF{r5}E+s$yJd6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-backdrop.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..47ec30d89eb70f6d4d037b176754cef95cff1e69 GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u7fKP}k zknZd2YiMYwsp+b0=&f$(t*q@TZ|FFC_QHh=S1(__aq8^l%a?CnyLR)={YQ@;Jp~bu zo<4p0x(cYcuBWP@>&K5D)eYTMbzN1BJ&mms8#^XeHgp3;Y8v~%QoYqp-9ScFU1wEY z50Fu(@A@8St6E8rUoZnFm#UhTwM|%9SU3noL`25K#%1N?0zqD0VPR2GQE_qclOvh| zKpicfE{-7*;ko^%g_;}$m^a&qiHHigggFLQ{rfMzS4X^ipX$n$o=a>eEt>!Qp8D)_ zObjhLucn@u zTCi=^CbfAL2^tG!8f^C6-LZRrQsx?~V>Wk>S={#xo^Jj2BlE$zLIDhAf4hP1VeoYI Kb6Mw<&;$S*7P~9} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3a27f104257b8ee65c5df3f547cfd4664cf19eb3 GIT binary patch literal 748 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E4+DHc zT!C~$!=&=^j)sQ*l7{Z8s@AHi3Dwmt)h&Hx4V?`Qoz>O7ery=66>wYA;V z4ZW4MU8m1otgh>-YUsXj;p*kfHx3>-b?WTp%hzsR1EQOE?%cV5|Nf)vwP7ynFKw2tESAoA>YEe*%HZy6(!x?y3f$nY~}Xe(jk!`|H;q z-4kY3)^$}k^i%=uYV4^5n%2!HeX&D(=IaM`vODpS;(6F$ua43j~jEahm zj*bC>*!cLw#H6I;w6yfhtlZo@5XjFj0D{7zqT=G>Wm(T685kJVJY5_^BqY}!%#3CX zlwf;sJ!+zWJL$m~BVu3lao{{V%lfTdS;-stG+ZvFV!hnna$e3qnaH3nunjn(dSG z$e5N9DB-=yl6{}_6Ct;VDLOq&C!hWKJn@NXPme~W#X1kO`5yPyB|dSfY<@lI)?a;@ z+(5SvcM2Zo@m}|sA{cX7%{D04aHbbstH^nJDbaG7{R6Ybx~repvH&B3!PC{x JWt~$(697+&Tyy{c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4d68eda1b77f0efaa6ed99aa9bb13fe10b940a GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkY;H3&oJ{0Z^JX5w&y$zF9aGM^EW)NEc8R9RU?!3W7u;H|uo*ZPzFX@(X5QVige;3knGhi%&>QN>0frE~~6- zXl!b3X*+xF{Dlu6KYjl4`_JEhSNUZ*fO;A|T^vIsBy$gX3N;xpFdPi*+3|k228-yk z|N17bf%D!xTVGJSC+?`~h1o9FhRcmJ-)^<^?1-8b64l$V+A7BUY}$f(jmxVN_9ZMA zb1=Di_?ik+;NLR|zrwU1EL>+H7rBbHAn>qnzN0Op;;-N|mCEe(vX@V4TR)v~??uh} d*S|F%&(~jAD8d-AHa!&-ex9y=F6*2UngBZLvL65d literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a739431eb89ab2fb6fd138f8e5d502ee31ed9b25 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!AzL!+(ZV{~0FT7HD|R-~58V;URzXBff^mLQM|^8lDI=J>_qB#^3ZzsNtz#(^J8Q zXM#=71R5R*G(8q*e8S)Ggdapc3CKDm1knf-fiOVou_K^%6e*y3G!Y<|_wN!bpkIAUg8YIR7@64> z6qS@!v<(c6jIFF~Z0+nFot#}<-8{U!eFB4mL&8$iG7F1Ks%q;S8k;8U-M9b9vEwJN zUB7Yj*4>9MU%mPG>GPMb-@gC&`Rnh$w}-ymWME)a_jGX#k&s+_Fw>eTkfH72bB}MT zEpKjacUKe2!))n)KDP3_e^HmkGClTfw_d#zarEmj z*4Jll-S%ZCuVm%si0hy98k~M73tLPTPnard&CDfzpfEg+^L1eDbBp%-T~{|KsrtRJ ze6>pdP}i03`~1#3E!h{oW>?btYzyv*Ns8Cj?zv_pz~Zn@b$v^zYCb#15{4TS%R5cg z^Ld!QvKXl4vz@;3#K-6UiJdd&P59ifeZBpgM>D&E?n)*-=3ScMH!0%fi|OZtn8o5v z7R^le_!j5LoLIy%JZ8PSZ>O;cwq6J~w0UmH-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkY;H3&oJ{0Z^JX5w&y$zF9aGM^EW)NEc8R9RU?!3W7u;H|uo*ZPzFX@(X5QVige;3knGhi%&>QN>0frE~~6- zXl!b3X*+xF{Dlu6KYjl4`_JEhSNUZ*fO;A|T^vIsBy$gX3N;xpFdPi*+3|k228-yk z|N17bf%D!xTVGJSC+?`~h1o9FhRcmJ-)^<^?1-8b64l$V+A7BUY}$f(jmxVN_9ZMA zb1=Di_?ik+;NLR|zrwU1EL>+H7rBbHAn>qnzN0Op;;-N|mCEe(vX@V4TR)v~??uh} d*S|F%&(~jAD8d-AHa!&-ex9y=F6*2UngBZLvL65d literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-hover-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-close-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a739431eb89ab2fb6fd138f8e5d502ee31ed9b25 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!AzL!+(ZV{~0FT7HD|R-~58V;URzXBff^mLQM|^8lDI=J>_qB#^3ZzsNtz#(^J8Q zXM#=71R5R*G(8q*e8S)Ggdapc3CKDm1knf-fiOVou_K^%6e*y3G!Y<|_wN!bpkIAUg8YIR7@64> z6qS@!v<(c6jIFF~Z0+nFot#}<-8{U!eFB4mL&8$iG7F1Ks%q;S8k;8U-M9b9vEwJN zUB7Yj*4>9MU%mPG>GPMb-@gC&`Rnh$w}-ymWME)a_jGX#k&s+_Fw>eTkfH72bB}MT zEpKjacUKe2!))n)KDP3_e^HmkGClTfw_d#zarEmj z*4Jll-S%ZCuVm%si0hy98k~M73tLPTPnard&CDfzpfEg+^L1eDbBp%-T~{|KsrtRJ ze6>pdP}i03`~1#3E!h{oW>?btYzyv*Ns8Cj?zv_pz~Zn@b$v^zYCb#15{4TS%R5cg z^Ld!QvKXl4vz@;3#K-6UiJdd&P59ifeZBpgM>D&E?n)*-=3ScMH!0%fi|OZtn8o5v z7R^le_!j5LoLIy%JZ8PSZ>O;cwq6J~w0UmH-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkmhZ8#?$tkr{RS_!(;x2C;W|1fDC~KAo&EyU3})#nhT#dU-`W1{HLu~KkvN$`PjWL zCm((}_3+#2hhNV;`g-=!*Yi)lU3>Zsq6I>J`~C~ecr4%k49Jjce+m)*@#CjR(-YyQ zCqj)+fNZ$n%*9SOfKJga3GxeO5D^s%3JGm&YHr!TfB%642M!)ObQlPZojrH{!s`zo zKYsf3`OB~0fBydcSK>5zF32aIE{-7*lDP-ng_;}~To3yDJ>ywn(bTnP=l`E`7HNc+ zWQR?-9vhz8sJ1aNMXC2u<4J*&oIExK^Dg|DRP)&t1Jyc^GTWw|EO07_loU?SR zw2bmehWVSfPB*{cv8r)z?AkYsD^yYstZjJ2rZS1?@cp}!g?WA20v4}GEa5l(czILq d=_8lt$Uo5+^W#gqcopa*22WQ%mvv4FO#s~G+Zuoc5!lIL8@MUQTpt6Hc|`>j2r z9`iRo2C~82r$8G{1Q4}=(2pNKf#TxLAXy+= zsPPHJKp^|EL24N=B*IF9{DK)66%>_K3=EBot!-@W9i0M$f)+lLjoA;W}YsNArg{n4`y031xm0z_^xrvPiT^Awxahn&9%y|ir(ix|Nq~4&hm21 zsUOewJ+)tX@@mM!t3^TDft(8-x&Gkt_Ht|SH+Z6<;=C+d;^Dc|{KfJ=mRf7?3y@{J zQ}}U(Fv}^ejgJgYU6ostCF$nF6WZc9uk^zAI-f%YM`pBqb$e!g;I-yYHf^O_T5EhK z{XBQt@?>lT=f$88Zzi0HpK#~>L9ec|{zhG?_V^DXF4+gRAK%w3$0oJN)ZoItl>5HI z%>0W)A7;j1-jR9eamO~k*Dt%C9FsbEJ3YelVpzgck7bP}CuP>8UR<=n?xe}DOHb6- za9#{ybX&TGH+gqRW1;#rp?@0`rdc^H=n*;}0d(+&A8EURu2;7AxoU7|?qtP-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkmhZ8#?$tkr{RS_!(;x2C;W|1fDC~KAo&EyU3})#nhT#dU-`W1{HLu~KkvN$`PjWL zCm((}_3+#2hhNV;`g-=!*Yi)lU3>Zsq6I>J`~C~ecr4%k49Jjce+m)*@#CjR(-YyQ zCqj)+fNZ$n%*9SOfKJga3GxeO5D^s%3JGm&YHr!TfB%642M!)ObQlPZojrH{!s`zo zKYsf3`OB~0fBydcSK>5zF32aIE{-7*lDP-ng_;}~To3yDJ>ywn(bTnP=l`E`7HNc+ zWQR?-9vhz8sJ1aNMXC2u<4J*&oIExK^Dg|DRP)&t1Jyc^GTWw|EO07_loU?SR zw2bmehWVSfPB*{cv8r)z?AkYsD^yYstZjJ2rZS1?@cp}!g?WA20v4}GEa5l(czILq d=_8lt$Uo5+^W#gqcopa*22WQ%mvv4FO#s~G+Zuoc5!lIL8@MUQTpt6Hc|`>j2r z9`iRo2C~82r$8G{1Q4}=(2pNKf#TxLAXy+= zsPPHJKp^|EL24N=B*IF9{DK)66%>_K3=EBot!-@W9i0M$f)+lLjoA;W}YsNArg{n4`y031xm0z_^xrvPiT^Awxahn&9%y|ir(ix|Nq~4&hm21 zsUOewJ+)tX@@mM!t3^TDft(8-x&Gkt_Ht|SH+Z6<;=C+d;^Dc|{KfJ=mRf7?3y@{J zQ}}U(Fv}^ejgJgYU6ostCF$nF6WZc9uk^zAI-f%YM`pBqb$e!g;I-yYHf^O_T5EhK z{XBQt@?>lT=f$88Zzi0HpK#~>L9ec|{zhG?_V^DXF4+gRAK%w3$0oJN)ZoItl>5HI z%>0W)A7;j1-jR9eamO~k*Dt%C9FsbEJ3YelVpzgck7bP}CuP>8UR<=n?xe}DOHb6- za9#{ybX&TGH+gqRW1;#rp?@0`rdc^H=n*;}0d(+&A8EURu2;7AxoU7|?qtP-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!AgZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~79Gr{BJP`~Lm=-@kwV`SS>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+c5@up- zXZ8;KbN9cf;`%wvc1(nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!AgZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~79Gr{BJP`~Lm=-@kwV`SS>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+c5@up- zXZ8;KbN9cf;`%wvc1(nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv@L=H;{dJmbs4vPziTQkY6wZBO?>Dv#Uo?a2k7# zc0N#8+tbA{gkxrMf`Z_TwOI_8&zy(yEr+qAXP8FD1G)j8!4b7l>na* zS0K&6@V}vTOXzUR>H-3NE>IkW>vf*3$_c$!yQH&7K%NswPK10xd$m!4rr zSW^7lsqnjRQRHB41tnGtosYXVD| zMZ**Y&Npn@j$#Zzd?S`8q)CY(s43-b)&?P!30tebmo+aGyThRKQSuVwS`I^y!#rL6 KT-G@yGywoGwqce4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-backdrop.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..36858b0c462d82fa6dd389e0a8904c988aa87082 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFS5;llyQ_O-fhxF5g8YIR7#W$Ez5N1X;);`n z%~t`1wLM)NLpWw8CnyNcSewOg`OKL}?gKo9?4caat6DS}4n?FTFr*c%^HRH7!SKj| VZL!AY#cCk?JYD@<);T3K0RSE(NHG8a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-backdrop@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..061e3569f13ada9e9769abcd8ed92d2ed7e6fbff GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7^#Gp` zS0D`p4Gj%_eSIY*-L*|Ul}+7M4PBLWot1Un)eYTMbv;1D%6Q5SsE)TJ$S;_Ik%^Pr z*gP&iF)zP3!0LGqP$JmV#W6%9I5|NgsbS~yGc%WJD2b(?o8uH3RQ!ym>39Z1Sd&1) zET*s~m4Zu+jR$2SAMiwQZejr912dBr2#GLG5MoKV!yMMcvg!OB%e(^yM;I6aIHfNI Srd+!Ma-gTHpUXO@geCxY)?2p# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8addbf89ee6d52a0ccf0b12497ec3711182ec985 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFq~#NKo0-i(}EKta3~@zfg!D6otN6x a3Wi4xY>PEEFIEF;WAJqKb6Mw<&;$U}K~sAG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..dedcc3871bfebdbc65da210f37639f454859034f GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfW|Nm91R-HI;V)yRdTMi%Ix#!T1-3NE=KD2A^p`Adq2PCpJ3>*we)^L?bvkK_aOk_1^CC;{h%<_xD!!u3GZ` zt~E>lMTRvjiU+octYPtd5X!*Z%)aS>^#-97Mj&o1KkJ~X!K9$daiD^K4GZU$ebwI& dH6(U0GMHN`l;<24bq5;H;OXk;vd$@?2>^8UZtMU6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-hover-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..84a5583cc628653dd5e203c79909759b887cff10 GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak7A<24> zvFNY?2ZMp+iLJN)|G!mYSRusFz#91alMlbxt5VmSd-u4X5?!QkoY=d#Wzp$P!;ypHSu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-hover-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ef62ad4eab22e6407724d1d8f4204e836e69b0 GIT binary patch literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVfL=9l;6m30@@^e$MsVeyL1yZ0U0z5nQ*1IG>@ zJ#`3#P9Hgb=7{^5!$5y}mjw9*Gw|>V2?>jdiA%`IE9mJPxOsSb`TGZig-1q3MMuX# zK`ao&B_t#!CMG4Pq@<>1Wo2g<6crbjl-AWZY})qh*^8gQe&4Q_+R4Dc80YEY7-DgH z?c{9dCIgW+Q=NR(jwX-F!%5$!#p-NTt62Hw*#H0b8%-0MdU(UJobIKP6+x^-4+aC1T#-FI((-1oC?NhzBE7M)9 zUrbZ^FSgFM-u)g&n9$P3#8YxYvM&n%6|9^uSSoNe=~0|ao*nbD`Q_VoHY>hk|7+2p zu&+`;oQplAN9g!$UG*Qc793;bJ)g5X#@p^k5tHwd52v=RUcdbad;HnNq62K}6Gc6a z)XQ$LywJzcDc}&@QX%Nz^x?eE70pR04jV*gzEfG*bj0CF^J}hj8I1+U^|F3Sd)PVY zF6!o*yd#xeUNfm@Sw*+joZ5a<2h}P++2=Q(?{l$z*S@DUa91KnR8aJ^T`y9i)@hhO z^}Mmgy!*%ZcE?qjhc&DoOj<6vbTemRW0jq;WT>*_oV3*UIhv+t6BdUD^I2W2XMEm# VWR-v%A20$LJYD@<);T3K0RUeWC(Qr= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-hover.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..128a39da1505934b85102494ab976af03f15ee55 GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};Yy&%Z0YI)9~YJ^zKfsv)*-Bo_bf6^Ytd ztk=t>cxvs`?Bo`vyK6eDTQ^@g-lzXrt2|5nl+U$^d9TvnOYhkiT=e3>*SdIK%S~

Zuoc5!lIL8@MUQTpt6Hc~)E&jWly zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPka|?_ZEOkoob`moGqlU%wqXa%%6vV||n7PMA7x;?(&KtrM#1yX%_!>sux~ zypjF^=vA+hAirP+R#tWnPA)DUUSSa#Svdt|6%|!A6LSkoD{Je>=$M$e!lL4m(z3Ei z(`U?@J$J$K4I4L|JAdKQv*#~fzW?y?^XJb%>wf$MSuf}GHj9CQG0fA&F~s8Z+Th6O zCI^vF&tNA73&~qeOE1OgO?lL{P4esidjB&et&D%FUcBCOX70}RYX0(*PyY#9Z(1bT zw(P{EuyR*tmbH@##X}Zce7XDa#@qSV8MjXOB3>GCJ$SxBwMElD?O)z%v*zh1q#V}a z`dAus<_}96-xrJSuC!C~MmZ}c)O46?PdezdAo2 ze6zB3e%ITBoy_a6%{lm1EX6P2Lh|*an+2L@$7-lN?2LV$f7*g=dyG(G!~erJ0upyV zB&cvQHP3f`6WrylbcCmlM}xI9r6s}FOIRs&i}E2gw&Rk2m$g`FUwLFKkkm3GhfB0; zM=Jk%&0|-WU0D;kIA?R)))kS7yZe{VEStYbi?3(0+zh@idkiM2y>XfL&@<`Dj|*}! zev8h(&%WS&bK~}?y^YU#cRd#iIGb*^SVzyV@^zl){`L3bKl0w@t@E1@EBzK2Zw#KU KelF{r5}E)dl%1Ra literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max.png new file mode 100644 index 0000000000000000000000000000000000000000..14e5e3e74dff69ce6e125a0ec0bd54012d6d7bb8 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF;HMs~Ui)tFob|x}mGOq5D_-vRa@b?vfzCUEal|F*7+qL2$;}EQZTx&O~w_;3;Ge<#1lrqRDV5A}xU-tzey(+SLk%M-FU@ UH8w9+18QUNboFyt=akR{0P0~(_5c6? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-max@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a13bb592dfbbf413347f0541f9be75043fb727 GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0LTc(6DONs)mOCii-BiwzlfVo{EO9s`~CqAlcAU-Oydt&|O*A4P-1i7Wo&bfxjfk zFPMReSwK)YI%)Ze)rXH9J7c}NFBK>i?CIhdq7j^&Ad%FNdT)36@c*1pLI~xU{X-!I8edAhK2LWzUuFX d8WKAg8O$ve%5x5jx&w`8@O1TaS?83{1OS2wWsCp- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-active-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-active-dark@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b#-9o$5M3?dLsR977}|*B*Qw*5n|r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-active.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-active@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b#-9o$5M3?dLsR977}|*B*Qw*5n|r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-backdrop-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b04db91415d46e182c878ab176fe3ecb2491235d GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%?4l^1TDHm`Z~Df*H~-IdO&pc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!C~|UC+wR=dFM&rjj7PV20xT^WW|R@`OBH978ywlM@#3ZTR2p831%c$5)oO)A=-S Q17#UJUHx3vIVCg!0Kk|sWB>pF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-dark.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c973246c00bf2b1b0a0cff5a2eb8bf94623a35 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%@rm*;N2pOeH~n!3>*Ke(UoAc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak75uV#0&DWs7!@^j(f^~J%+VA!&I~H&j{wtf5yUpp(!Zn}oNnYL5 zR;qqWu;lFNgRLT6fdR#41>4`8($Cl=@mPJ)=|jSwBNLWccJCBlw_f5+pO%O2a!Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVe`zerEIPw`o8R*p&qN1vBvQ3JD2|iHS?d$t&pT8@PFR zdinbYgoQ^&MMX!)KtU`J#3dvoCMG5&r=+B&W@Tk(7Zep2-)=I_W?*2{@N{tuu{gbU z^6jW52a#4o9e>u2CXdFhqZhQSBb<7T_x?|A{mg4|=u2tfYrb#%zqf2l{ImRA?s0zS z^BZ^H`mnS=>fZ`cyV(rho3u4_%TgG3%)MNZ-GlLbdTz+1+R`CH@^OYbKV^OX+G>5M3yn+q{L`5c{A|c z`+7jEPv>E4#%$yt{M$L&mV|c_TvKc&NrX0E9DB<7PM-4coyb+cO&xB7`+e_MJ#DdzV=VTEj|wuEIjHpwezMXp;u>(e5Ww}a`i}Wv;Xo)mOtIfq{K+~xb>WQssA3<-TuXvbE-jX`#Awy QVCXY=y85}Sb4q9e0A@Ju!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-hover.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..c250748c552e9c2fc4c266ce0167a8046688cbdd GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};dR$4@+a@$z&2xu-jUit;^O z9780g=Jvl8Y7h``jaD@KvT)1Z|J`jDu9W<{YrOf+?b7;&30|Izrr%#odmN$jO|@S- z_0J66gp(H&b_w-KwYe)^cRypqCE9V0Con*MBY(a6p*lI%FK?rH%MIhZHwJ~ywrn|> iaqZYglfLbR`g+zu+-n<;to#AAn!(f6&t;ucLK6TdBAogF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-hover@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..965ce3db3357fad9fe47dcef3a9c89d220caaf64 GIT binary patch literal 694 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E2LgOT zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPks>U2<}=l%aM!Cn)C%{gns?%UsxJ~y-Yo5ZpDq7>^R zpF5IgM^!omIJ0%#DQ!HNG&jfWWR)G;oxI@pfh_%&;v)It3yyEP_uVixMv433_a*;> z?}+Yk6m0w#QfQd_a;b7l^!NUT!qzu3(+mXm6!7{hB-zb)V&yFNpgKvtW5+bfH>VyX zEH&48*db=O>iJxkuS$Zx6$w?$&E+>HJPMgoaa}qo@X>X(+%sR>qziq7lix1b_S$f*`(e?kV znBK15$e*@)#>R?DX@2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4;OXk;vd$@? F2>|T-EmQyi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min@2.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/assets/titlebutton-min@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3581928b3997773cbfc83c9c0f17389a768cc6 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!D0TL-!u7KXZXBrjj7PV1_eK9Gw>fc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + background-color: #353535; + border-color: #212121; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #1080e4; } + .button.osd:active, .button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #1080e4; } + .button.osd:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); + border-radius: 0; + border-left-style: none; + border-right-style: none; } + .osd .button:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: none; } + .osd .button:first-child { + border-radius: 3px 0 0 3px; + border-left-style: solid; } + .osd .button:last-child { + border-radius: 0 3px 3px 0; + border-right-style: solid; } + .osd .button:last-child:dir(rtl) { + border-left-style: solid; } + .osd .button:only-child { + border-radius: 3px; + border-style: solid; } + .osd .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #1080e4; } + .osd .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #1080e4; } + .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(218, 218, 218, 0.55); } + .button.suggested-action:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(218, 218, 218, 0.55); } + .button.destructive-action:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#1080e4), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 2px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 2px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .inline-toolbar GtkToolButton > .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #1080e4; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .button, +.linked:not(.vertical):not(.pathbar) > .entry + .button:hover, +.linked:not(.vertical):not(.pathbar) > .entry + .button:active, +.linked:not(.vertical):not(.pathbar) > .entry + .button:checked, +.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive { + border-left-style: solid; } +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .entry { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(41, 41, 41, 0.5); } + .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(41, 41, 41, 0.5); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.error + .entry.warning { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .button, +.linked.vertical > .entry + .button:hover, +.linked.vertical > .entry + .button:active, +.linked.vertical > .entry + .button:checked, +.linked.vertical > .entry + .button:insensitive { + border-top-style: solid; } +.linked.vertical > .entry:focus:not(:only-child) + .entry, +.linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, +.linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, +.linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child), +.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: 0 -1px #292929; } +.linked.vertical > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked.vertical > .button:checked + .entry { + border-top-color: #292929; } +.linked.vertical > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover, +.header-bar .linked:not(.vertical).path-bar > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.primary-toolbar .linked:not(.vertical).path-bar > .button:active, +.header-bar .linked:not(.vertical).path-bar > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.primary-toolbar .linked:not(.vertical).path-bar > .button:checked, +.header-bar .linked:not(.vertical).path-bar > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, +.header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } +.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked { + border-top-style: none; } + .linked.vertical > .button:first-child { + border-top-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #484848; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #DADADA; } + +*:link, .button:link, .button:visited { + color: #c2d0b4; } + *:link:visited, .button:visited { + color: #a9bc95; } + *:selected *:link:visited, *:selected .button:visited { + color: #d2dcc8; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #dce3d4; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #f4f6f1; } + *:link:active, .button:active:link, .button:active:visited { + color: #c2d0b4; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #e9eee4; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #e9eee4; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(41, 41, 41, 0.6); + border-style: none none none solid; + color: #d2d2d2; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(218, 218, 218, 0.55); } + .spinbutton .button:active { + background-color: #1080e4; + color: #ffffff; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #1080e4; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #1080e4; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #1080e4; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(218, 218, 218, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #383838; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(53, 53, 53, 0.9); } + +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar .inline-toolbar { + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #2f2f2f, #1d1d1d) 1 0 1 0; } + .primary-toolbar .label:insensitive, + .primary-toolbar .toolbar .label:insensitive, + .primary-toolbar .inline-toolbar .label:insensitive { + color: rgba(218, 218, 218, 0.55); } + +.inline-toolbar { + background-color: #303030; + border-style: solid; + border-color: #292929; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #383838; + border-style: solid; + border-color: #292929; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #303030; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #252525; + color: #ded6d6; + background-color: #2f2f2f; } + .csd .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #ffffff; + background-color: #1080e4; + border-color: #85a06a; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #1080e4; + color: rgba(255, 255, 255, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #1080e4; + outline-color: rgba(143, 168, 118, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(143, 168, 118, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #1080e4; } + .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #2f2f2f; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { + background-color: #2f2f2f; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 3px 3px 0 0; + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: inset 0 1px #373737; } + .csd .titlebar { + background-color: #2f2f2f; } + .titlebar:backdrop { + color: rgba(222, 214, 214, 0.7); + background-color: #333333; } + .csd .titlebar:backdrop { + background-color: #333333; } + .maximized .titlebar { + background-color: #2f2f2f; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #333333; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, +.primary-toolbar .toolbar .separator, +.primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(222, 214, 214, 0) 25%, rgba(222, 214, 214, 0.35) 25%, rgba(222, 214, 214, 0.35) 75%, rgba(222, 214, 214, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: #ded6d6; + border-color: #1080e4; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-clip: padding-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: rgba(222, 214, 214, 0.85); } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #1080e4; + color: #ffffff; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #1080e4; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #a45b33); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #aa3a34); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } +.primary-toolbar .button, .header-bar .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + outline-offset: -3px; + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #1080e4; + background-clip: padding-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:insensitive > GtkLabel, + .primary-toolbar .toolbar .button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(143, 168, 118, 0.65); + background-color: rgba(143, 168, 118, 0.65); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + border-radius: 3px; + border-style: solid; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover, + .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active, + .header-bar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked, + .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #1080e4; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +.primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, +.primary-toolbar .button.suggested-action:backdrop, +.header-bar .button.suggested-action:backdrop { + opacity: 0.8; } +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, +.primary-toolbar .button.destructive-action:backdrop, +.header-bar .button.destructive-action:backdrop { + opacity: 0.8; } +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #ffffff; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(255, 255, 255, 0.4); } +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: #ded6d6; } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(222, 214, 214, 0.25); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(222, 214, 214, 0.7); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(222, 214, 214, 0.4); } +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: #ded6d6; + border-color: #1080e4; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.4)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.3)); } +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, #494949); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, #555555); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #1080e4); + border-color: #1080e4; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #414141); + border-color: rgba(16, 16, 16, 0.7); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(218, 218, 218, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #c7d4bb; + border-top-color: rgba(218, 218, 218, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(218, 218, 218, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #bccbad; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #b5c1a8; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #8d8d8d; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #DADADA; } + GtkTreeView.view.expander:selected { + color: #dde5d6; } + GtkTreeView.view.expander:selected:hover { + color: #ffffff; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #ffffff; + border-radius: 3px; + background-image: linear-gradient(to bottom, #1080e4); } + GtkTreeView.view.progressbar:selected { + color: #1080e4; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #DADADA; + background-image: linear-gradient(to bottom, #292929); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #bbbbbb; + background-color: #353535; } + column-header .button:hover { + color: #1080e4; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #DADADA; + transition: none; } +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #1080e4; + box-shadow: inset 1px 1px 0 1px #1080e4, inset -1px 0 0 1px #1080e4, inset 1px 1px #404040, inset -1px 0 #404040; } + +column-header .button, column-header .button:hover, column-header .button:active { + font-weight: bold; + padding: 3px 6px; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #292929; + /*border-image: linear-gradient(to bottom, + transparentize(if($variant == 'light', black, white), 1) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 80%, + transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ } + column-header .button:active, column-header .button:hover { + background-color: #3d3d3d; } + column-header .button:active:hover { + color: #DADADA; } + column-header .button:insensitive { + border-color: #383838; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #2f2f2f; + color: #ded6d6; } + .menubar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + .menubar > .menuitem:hover { + background-color: #1080e4; + color: #ffffff; } + .menubar > .menuitem:insensitive { + color: rgba(222, 214, 214, 0.4); + border-color: transparent; } + +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #383838; + border: 1px solid #292929; } + .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + .menu .menuitem { + padding: 5px; } + .menu .menuitem:hover { + color: #DADADA; + background-color: rgba(255, 255, 255, 0.06); + border: solid rgba(255, 255, 255, 0.11); + border-width: 1px 0 1px 0; } + .menu .menuitem:insensitive { + color: rgba(218, 218, 218, 0.55); } + .menu .menuitem.separator { + color: rgba(64, 64, 64, 0); } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #4f4f4f; } + .menu.button.bottom { + border-top: 1px solid #4f4f4f; } + .menu.button:hover { + background-color: #4f4f4f; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #1c1c1c; + border-radius: 3px; + background-clip: border-box; + background-color: #383838; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(64, 64, 64, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #404040; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #292929; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #383838; } + .notebook.header.frame { + border: 0px solid #292929; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #292929; } + .notebook.header.bottom { + box-shadow: inset 0 1px #292929; } + .notebook.header.right { + box-shadow: inset 1px 0 #292929; } + .notebook.header.left { + box-shadow: inset -1px 0 #292929; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #404040, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #404040; + box-shadow: inset 0 -1px #404040, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #404040, inset -1px 0 #292929; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #404040; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(218, 218, 218, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(218, 218, 218, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #DADADA; } + .notebook tab .button { + padding: 0; + color: #a1a1a1; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #1080e4; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(218, 218, 218, 0.55); } + .notebook.arrow:hover { + color: rgba(218, 218, 218, 0.775); } + .notebook.arrow:active { + color: #DADADA; } + .notebook.arrow:insensitive { + color: rgba(218, 218, 218, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: darkgray; + border: 1px solid rgba(0, 0, 0, 0.3); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #3d3d3d; + border: 1px none #292929; } + .scrollbar .slider { + background-color: #797979; } + .scrollbar .slider:hover { + background-color: dimgray; } + .scrollbar .slider:prelight:active { + background-color: #1080e4; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #292929 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #3d3d3d; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough, +.primary-toolbar .toolbar GtkSwitch.trough, +.primary-toolbar .inline-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active, +.primary-toolbar .toolbar GtkSwitch.trough:active, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(218, 218, 218, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, #454545); + border: 1px solid #242424; + border-radius: 50%; + box-shadow: none; } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #3c3c3c); + border-color: rgba(36, 36, 36, 0.8); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #1080e4); + border-color: #1080e4; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #353535); + border-color: #1080e4; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #1080e4); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #1080e4); + border-color: #1080e4; } + .list-row:selected .scale.slider, GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #eef2ea); + border-color: #eef2ea; } + .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #c7d4bb); + border-color: #c7d4bb; } + .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #cdd8c1); + border-color: #cdd8c1; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #2b2b2b); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #1080e4); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(143, 168, 118, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(43, 43, 43, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #474747); + outline-color: rgba(195, 195, 195, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #1080e4); } + .list-row:selected .scale.trough, GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #cdd8c1); } + .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(218, 218, 218, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #1080e4; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #1080e4; } + .list-row:selected .progressbar, GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #1080e4; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #2b2b2b; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } +.level-bar.fill-block { + border: 1px solid #1080e4; + background-color: #1080e4; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: #404040; + border-color: #404040; } + +.frame { + border: 1px solid #292929; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #404040; + border-color: #292929; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(255, 255, 255, 0.03); } +.list-row.activatable:active { + color: #DADADA; } +.list-row.activatable:selected:active { + color: #ffffff; } +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #81976a; } +.list-row.activatable:selected:insensitive { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(143, 168, 118, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #C3C3C3; + background-color: #353535; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #1c1c1c; } + .app-notification .button, + .app-notification.frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(143, 168, 118, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #1080e4; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: white; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #DADADA; + border: 1px solid #292929; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #1080e4; + color: #ffffff; + border-radius: 1.5px; } + GtkCalendar.header { + color: #DADADA; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(218, 218, 218, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #DADADA; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(218, 218, 218, 0.55); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #DADADA; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #2f2f2f; + border-bottom: 1px solid #1d1d1d; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +GtkFileChooserDialog .search-bar { + background-color: #383838; + border-color: #292929; + box-shadow: none; } +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #292929; } + +.sidebar, .sidebar .view { + border: none; + background-color: #383838; } + +GtkSidebarRow.list-row { + padding: 0px; } +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #1080e4; } +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #1f1f1f; } +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(218, 218, 218, 0.8); + border-width: 0; + border-style: solid; } +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #292929; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-repeat: no-repeat; + background-position: center; } + GtkPaned.wide.vertical .pane-separator { + color: #DADADA; + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-repeat: no-repeat; + background-position: center; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #1080e4; + color: #ffffff; } + +.warning, +.error { + background-color: #F04A50; } + +.list-row:selected .button, GtkInfoBar .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #1080e4; + outline-color: rgba(143, 168, 118, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(143, 168, 118, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } + +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } +GtkColorSwatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + GtkColorSwatch#add-color-button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #404040; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } +.undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } +.undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } +.undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +.window-frame { + border-radius: 3px 3px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px #1d1d1d, 0 8px 8px 0 rgba(0, 0, 0, 0.35); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 3px 3px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #1f1f1f; } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #2f2f2f; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding: 8px 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(47, 47, 47, 0); } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #1080e4; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.close, + .titlebar .button.titlebutton.maximize, + .titlebar .button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } + .header-bar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.close:hover, + .titlebar .button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } + .header-bar .button.titlebutton.close:active, + .titlebar .button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max-dark.png"), url("assets/titlebutton-max-dark@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop-dark.png"), url("assets/titlebutton-max-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover-dark.png"), url("assets/titlebutton-max-hover-dark@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active-dark.png"), url("assets/titlebutton-max-active-dark@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min-dark.png"), url("assets/titlebutton-min-dark@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop-dark.png"), url("assets/titlebutton-min-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover-dark.png"), url("assets/titlebutton-min-hover-dark@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active-dark.png"), url("assets/titlebutton-min-active-dark@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #1080e4; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #252525, inset 0 -1px #292929; } + +GtkHTML { + background-color: #404040; + color: #DADADA; } + GtkHTML:active { + color: #ffffff; + background-color: #1080e4; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalScreen { + -TerminalScreen-background-darkness: 0.9; + background-color: #3f3f3f; + color: #fff; } + +TerminalScreenContainer .scrollbar:not(.slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #a1a1a1; } + TerminalWindow .notebook tab .button:hover { + color: #DADADA; + border-color: #292929; + background-color: #454545; } +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #1080e4; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #DADADA; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #898989; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #e9eee4; } + +NautilusNotebook.notebook { + background-color: #404040; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #404040; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(218, 218, 218, 0.5); + border-color: rgba(193, 193, 193, 0.5); } + .disk-space-display.used { + background-color: rgba(143, 168, 118, 0.8); + border-color: rgba(16, 128, 228, 0.8); } + .disk-space-display.free { + background-color: #303030; + border-color: #171717; } + +NautilusListView .view { + border-bottom: 1px solid #292929; } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; + -NemoPlacesTreeView-disk-full-fg-color: #1080e4; } + +NemoWindow EelEditableLabel.entry { + transition: none; } +NemoWindow .sidebar .frame { + border-width: 0; } +NemoWindow .sidebar .cell { + padding: 0 2px; } +NemoWindow .sidebar .scrollbar.vertical .trough { + background-color: transparent; } +NemoWindow .sidebar .scrollbar.vertical .slider { + background-color: #797979; } + NemoWindow .sidebar .scrollbar.vertical .slider:hover { + background-color: #585858; } +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #292929; } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #1080e4; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } + +.gedit-headerbar-paned { + color: #252525; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #404040; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #ffffff; + background-color: #1080e4; } + +.open-document-selector-name-label { + color: #DADADA; } + +.open-document-selector-path-label { + color: #8d8d8d; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } +.gedit-document-panel .prelight-row .button { + color: #a1a1a1; } +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #ffffff; } +.gedit-document-panel .prelight-row .button:active { + color: #DADADA; } + +.gedit-document-panel-dragged-row { + border: 1px solid #292929; + background-color: #1f1f1f; + color: #DADADA; } + +GeditStatusbar { + border-top: 1px solid #292929; + background-color: #383838; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #292929; } + +.gedit-search-entry-occurrences-tag { + color: rgba(218, 218, 218, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: #3d3d3d; + padding: 6px; + border-color: #292929; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #DADADA; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: #ded6d6; + border-color: #1080e4; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: #ded6d6; + border-color: #1080e4; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #404040; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #383838; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #C3C3C3; + background-image: none; + background-color: #353535; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #404040; + color: #DADADA; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #404040; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #DADADA; } + +.xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(141, 141, 141, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive { + color: rgba(222, 214, 214, 0.6); } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #1080e4; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(218, 218, 218, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #c2d0b4; } + +.documents-entry-tag { + background-color: #1080e4; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #ffffff; + background-color: #99b082; } + .documents-entry-tag:active { + color: #ffffff; + background-color: #85a06a; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(255, 255, 255, 0.7); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #1080e4; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #C3C3C3; + background-image: linear-gradient(to bottom, #292929); } + +.gnome-panel-menu-bar.menubar { + color: #C3C3C3; + font: bold; } + +.gnome-panel-menu-bar.menubar .menu { + font: regular; } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #C3C3C3; } + +PanelApplet .button:hover { + color: #dddddd; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #1080e4; } + +PanelApplet:hover { + color: #ffffff; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #1080e4; } + +WnckPager { + color: #626262; } + WnckPager:selected { + color: #1080e4; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #C3C3C3; + font: bold; } + +.xfce4-panel.panel { + background-color: #292929; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #C3C3C3; + background-color: rgba(41, 41, 41, 0); + border-radius: 0; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #434343; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #1080e4; + border: none; + background-color: #171717; } + +.floating-bar { + background-color: #1080e4; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #1080e4; + outline-color: transparent; } +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: #ded6d6; + border-color: #1080e4; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #1080e4; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(255, 255, 255, 0.05); + border: solid rgba(255, 255, 255, 0.07); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(218, 218, 218, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #DADADA; } + +.cs-header { + padding: 6px; + background-color: #353535; } + +#panel_window { + background-color: #292929; + color: #C3C3C3; + font: bold; + box-shadow: inset 0 -1px #171717; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #C3C3C3; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(195, 195, 195, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #DADADA; } + +#content_frame { + padding-bottom: 14px; + background-color: #383838; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame .button { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + #content_frame .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + #content_frame .button:active, #content_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #1080e4; } + #content_frame .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #2f2f2f; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #252525; } + +#buttonbox_frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + #buttonbox_frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #1080e4; } + #buttonbox_frame .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +#login_window #user_combobox { + color: #DADADA; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #252525; } + +NemoWindow GtkEventBox { + background-color: #383838; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog .sidebar, +NautilusWindow .sidebar, +NemoWindow .sidebar { + border-right: 1px solid #282828; } +GtkFileChooserDialog .sidebar:dir(rtl), +NautilusWindow .sidebar:dir(rtl), +NemoWindow .sidebar:dir(rtl) { + border-left: 1px solid #282828; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + -gtk-icon-style: regular; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #353535; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #1080e4; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #4f4f4f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #C3C3C3; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(195, 195, 195, 0.6); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(195, 195, 195, 0.15); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + color: transparent; } +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #353535; } +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #C3C3C3; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #1080e4; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #353535; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #C3C3C3; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(195, 195, 195, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #1080e4; + color: #ffffff; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #C3C3C3; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #353535; } + +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #282828; } + +NautilusWindow NautilusWindowSlot { + background-color: #404040; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #353535; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #383838; } +GtkFileChooserDialog .dialog-action-box { + background-color: #383838; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #C3C3C3; + border-color: transparent; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: #0f0f0f; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #C3C3C3; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #252525; } +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #282828; } +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #292929; } + +.gedit-bottom-panel-paned { + background-color: #404040; } + +.gedit-document-panel { + background-color: #353535; } + .maximized .gedit-document-panel { + background-color: #353535; } + .gedit-document-panel .list-row { + color: #C3C3C3; } + .gedit-document-panel .list-row { + background-color: rgba(195, 195, 195, 0); + border: solid rgba(195, 195, 195, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(195, 195, 195, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(195, 195, 195, 0.15); } + .gedit-document-panel .list-row:active { + color: #ffffff; + background-color: #1080e4; + border: solid #1080e4; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #ffffff; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #ffffff; + background-color: #1080e4; + border: solid #1080e4; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #C3C3C3; } + +GeditFileBrowserWidget { + background-color: #353535; } + .maximized GeditFileBrowserWidget { + background-color: #353535; } + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #232323; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #C3C3C3; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #1080e4; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #1080e4; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #C3C3C3; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.4)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #ffffff; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, #1080e4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e9e9e9; + border: 1px solid rgba(0, 0, 0, 0.3); } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(233, 233, 233, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f6f6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #1080e4; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #DADADA; +@define-color theme_text_color #DADADA; +@define-color theme_bg_color #383838; +@define-color theme_base_color #404040; +@define-color theme_selected_bg_color #1080e4; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #DADADA; +@define-color text_color #DADADA; +@define-color bg_color #383838; +@define-color base_color #404040; +@define-color selected_bg_color #1080e4; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #3d3d3d; +@define-color insensitive_fg_color alpha(#dadada, 0.5); +@define-color insensitive_base_color #404040; +@define-color theme_unfocused_fg_color #DADADA; +@define-color theme_unfocused_text_color #DADADA; +@define-color theme_unfocused_bg_color #383838; +@define-color theme_unfocused_base_color #404040; +@define-color borders #292929; +@define-color unfocused_borders #292929; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #404040; +@define-color wm_title alpha(#ded6d6, 0.8); +@define-color wm_unfocused_title alpha(#ded6d6, 0.5); +@define-color wm_bg #2f2f2f; +@define-color wm_bg_unfocused #333333; +@define-color wm_highlight #373737; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #1080e4; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/themes/Mint-Y-Dark-Watusi/gtk-3.0/thumbnail.png b/themes/Mint-Y-Dark-Watusi/gtk-3.0/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8573beec96a82d21683bb41ad78c46f1d6706f GIT binary patch literal 1506 zcmZ8fX;4#F6n-F8N^8|t0b55wtyT<>L^e^D0PiIs3lO#dAreSJ2$BE^yDXwC5+NW0 z3Q-A>DxwGhgdhO~l0b+U0(NXgi!jBdLEL9raqMIItGzS#o^$S;Z@%w*b4~@4vFk0q zw*UZOJs#&rfnz3ocbTt&U(Q?489125V@MbP=n#Lk!uSHNZQ^hg5&&fH0f2&&0Pr{b zRqzY|(vSe~A_f55&jEl{vZOEQFaVg=2NFX-H#av|S64?zM>{*aef#zykw^>%1A?HJ zmzRTs10{k`EJ+q$O)rx0gChLBeLUHMi2Q19DTtVkvll(4-p9^wIYBZmlr5I*ooc9Z6w{8%U! z?ut0stq{}keq?_H>QGXCEHi~lOuRfcSQUc@Axd_au0t3AOCu$>P4paRrd?F(VG^BI zJ0h3-tke!)=8+*1qfn|C(;EzWb$5N%DmO^tx2oF9E1SFf2Zq&}epx=vA1sp!%A18? z0AWA!kc)@U@w%k^vx%uiOlJ>FN)Zc7qGd{lht9>r5_|GPu>@Abuo5J&AX0*4RCDDR zjR0ZEaV7HcesK)`#?|ZOpuLt70H>vwQoV54(#BL5PmEqsmlBF2#9vb1 zsfk?`MC3MUR%asdZ|DZgqw!psT2UN{1HpqBKQAogOY$#k5?~3ToYMC3J9TU#NKUz_ zQ=ABgErQLh98^mah%k1dw;&9g(4_7wi7aYJKIrZ1?BSDI%z^^b<&y(tG#o_9?9|EA z0wE9z$-Q+~d<0KmUl<*(O_XVFO!VZ3VRI@I?a>|x)ZyGSiOiI6$Uiu~wBxR}nGa7u zOAOzv*5Rp|oq-n{ECc;+4mdLfr${2h>O;S!J zSKEK3j2i@t4bQx&P>+oaD*M{%t6GM;U?)Lbc(!avKRu;sNu%J?C|E-Du?sz#dsBvc z>h6Z@C;|kAMw5c5{+~a8K5gvW1h212ECK8HC^^2<7B1Ea@g#8FoY^-Uw%Ra1wXJTk z4c-qELLG^Vu|8fr-7P9yOjd{e~Q7uxBqeKA@+kyRhL@TBtM{5i(1$ zwMfyMHCIr#LA5i_1Y>K<*p&AhRX1_M%&%%`%Xfw5Wd!|b?DowCM{n*X22w0aR0gzM zp8CcD+17LhZC%ajD6=b5t@xNfEp2_$PL1{rCPZPawD+f7fj9#q4CRD|Zc%}QHpJve z-6W68<}ngfyrj6q_~p50%;h=b{ENkxPoDp=wD9NC9UDtE^Nlgvw@WMa?a55hE^kW+ zDgsY%7_*j|QMJk!LB(lOCTeRsWf8QX2o*g#I4b=2A^M{SGpDEL8*BByxRfe;5j@S(Ld9eo&qspZ@2wC?Qn+3DY6$h5?isD9q3;_?O;{;z#WIl~nfZl^Ds%qu^B*x{D> ztlgC%%Bt9=8q=)Io98^d|7!Gg$HLyt0TaYTw zjYZ|dclPM!#ys92sd{JihH>`Pp`U6_)_>W4W+SZ?YVa>KLvmlg>N$7*&4TOK}nK`ur#asX``0$a0TMWx)YJBT+8)NGE%g zQwYk%9qsIna^8PCa|;q4{&lnaNu9SRSEYo4A{EL5X@%_GZ?8X hAfCrhV%ZB|G8Rw3;R~1740^&%03Ia!wfV#p{sWqnnd$%l literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/index.theme b/themes/Mint-Y-Dark-Watusi/index.theme new file mode 100644 index 0000000..ebaa5f5 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Mint-Y-Dark-Watusi +Comment=A dark flat theme with transparent elements +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Mint-Y-Dark-Watusi +MetacityTheme=Mint-Y-Dark-Watusi +IconTheme=Mint-Y +CursorTheme=DMZ-Black +ButtonLayout=menu:minimize,maximize,close diff --git a/themes/Mint-Y-Dark-Watusi/metacity-1/button-bg.svg b/themes/Mint-Y-Dark-Watusi/metacity-1/button-bg.svg new file mode 100644 index 0000000..1f225b5 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/metacity-1/button-bg.svg @@ -0,0 +1,105 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/metacity-1/button-border.svg b/themes/Mint-Y-Dark-Watusi/metacity-1/button-border.svg new file mode 100644 index 0000000..a1ab948 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/metacity-1/button-border.svg @@ -0,0 +1,107 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/metacity-1/close-icon.svg b/themes/Mint-Y-Dark-Watusi/metacity-1/close-icon.svg new file mode 100644 index 0000000..312fa9e --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/metacity-1/close-icon.svg @@ -0,0 +1,104 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/metacity-1/max-icon.svg b/themes/Mint-Y-Dark-Watusi/metacity-1/max-icon.svg new file mode 100644 index 0000000..6b80028 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/metacity-1/max-icon.svg @@ -0,0 +1,75 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/metacity-1/metacity-theme-2.xml b/themes/Mint-Y-Dark-Watusi/metacity-1/metacity-theme-2.xml new file mode 100644 index 0000000..03f75da --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/metacity-1/metacity-theme-2.xml @@ -0,0 +1,768 @@ + + + + Arc + horst3180 + horst3180 + 2015 + Arc Metacity theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</draw_ops> + +<draw_ops name="title_unfocused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused"/> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Dark-Watusi/metacity-1/metacity-theme-3.xml b/themes/Mint-Y-Dark-Watusi/metacity-1/metacity-theme-3.xml new file mode 100644 index 0000000..1f7abf3 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/metacity-1/metacity-theme-3.xml @@ -0,0 +1,1026 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Arc</name> + <author>horst3180</author> + <copyright>horst3180</copyright> + <date>2015</date> + <description>Arc Metacity theme</description> +</info> + +<!-- meaningfull constants --> + +<constant name="C_title_focused" value="#d7cfcf" /> +<constant name="C_title_unfocused" value="#d7cfcf" /> + +<constant name="C_wm_bg_focused" value="#2f2f2f" /> +<constant name="C_wm_bg_unfocused" value="#2f2f2f" /> + +<constant name="C_wm_border" value="#2f2f2f" /> + +<constant name="C_wm_highlight" value="#373737" /> + +<!-- window button colors --> + +<!-- close --> +<constant name="C_button_close_bg_focused" value="gtk:custom(selected_bg_color,#1080e4)" /> +<constant name="C_button_close_bg_hover" value="shade/gtk:custom(selected_bg_color,#1080e4)/1.14" /> +<constant name="C_button_close_bg_active" value="shade/gtk:custom(selected_bg_color,#1080e4)/0.8" /> + +<constant name="C_icon_close_bg" value="#2f2f2f" /> + +<!-- minimize, maximize --> +<constant name="C_button_bg_hover" value="#4C4C4C" /> +<constant name="C_button_bg_active" value="#949494" /> + +<constant name="C_button_border_hover" value="#262626" /> + +<constant name="C_icon_bg_focused" value="#909090" /> +<constant name="C_icon_bg_unfocused" value="#666666" /> +<constant name="C_icon_bg_hover" value="#C4C4C4" /> +<constant name="C_icon_bg_active" value="#ffffff" /> + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="10" right="10" top="3" bottom="3"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="button_width" value="30"/> + <distance name="button_height" value="16"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="title_vertical_pad" value="2"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="left_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="1" rounded_top_right="1"> + <distance name="title_vertical_pad" value="7"/> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> + <border name="title_border" left="10" right="10" top="0" bottom="1"/> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> +</frame_geometry> + +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="title_vertical_pad" value="1" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<!--chromium save dialog--> +<frame_geometry name="attached" title_scale="small" has_title="false" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" rounded_bottom_left="0" rounded_bottom_right="0" parent="normal"> + <distance name="title_vertical_pad" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> +</frame_geometry> + +<!-- drawing operations --> + + <!-- title --> + +<draw_ops name="title_focused"> + + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_focused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_unfocused" /> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_max"> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="borderless"/> + <frame focus="no" state="maximized" style="borderless"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="attached_style_set"> + <frame focus="yes" state="normal" resize="both" style="attached_focused"/> + <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> +<window version=">= 3.2" type="attached" style_set="attached_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Dark-Watusi/metacity-1/min-icon.svg b/themes/Mint-Y-Dark-Watusi/metacity-1/min-icon.svg new file mode 100644 index 0000000..92920b5 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/metacity-1/min-icon.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="min-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#e2e2e2" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="22.627417" + inkscape:cx="6.164106" + inkscape:cy="8.4082271" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-min" + inkscape:label="#g6247" + transform="translate(-587,185.63782)"><g + id="g7138" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"><g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-75"><g + id="g4092-0-7-0" + style="display:inline" + transform="translate(58,0)" /></g><path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-3" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /></g><rect + y="-185.63782" + x="587" + height="16" + width="16" + id="rect17883-32" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/metacity-1/thumbnail.png b/themes/Mint-Y-Dark-Watusi/metacity-1/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..e1f72e4da5ebda9ef385a508455f830731839b62 GIT binary patch literal 685 zcmeAS@N?(olHy`uVBq!ia0vp^DL|~i!3-oXf7O)%QY`6?zK#qG8~eHcB(j1elRbib z85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP-13)Pl&6zxw)~0^@0Tp z^!4?13`{Jn&C<)l+vep>-Bj5+FE_0$JUGU4%EpRWJ8FVsJ!fvOnYyuZ>c$ESD>Fkw z!@|PC2@@vN*47#t8APV~&D>rco$ha7V31ZC);>Qkr8qP^$tNP&Cm}DWq@={i$S5x_ zFR36TJ~t>V$$RFu>c|w|)RM4>6yLhKx{Qj5DH|%xElq=>JzD4H{{R19;@g&eKu0nr zdAqw9Ib8BN0pzfkc>21sKVaeGRnk5q>GKFE^v2W0F~sBe+bcKunhXS314`B~1#NJ+ zTX5gC@aO;e#Th+rLDQFnBwv!2lTw>G*>B;rrM6R7vHlAF&Bny`Q`YGf@9nafMZ%d? zAxA!cRXp1eCoD4MlR(q&jHfJz)kB;Y&G@`+O~CPgbMw|;_b)IEa8g=$Ld*G$ZPQ1V zWjhM)Da1VKoOtHh1f3<J)B3YGHwdM#Zz))K!t3X9(KU>JeCzbI9(!5z7ba~AVy@0t z^iBMJa7SFazDQ)u8($+Y<EHKq&PusQ7o+*yeK~%7pa1bogy!d{k2g!@Sr^~oHj<em zX}$dTqu>8`zv4|2XqI4kz!WjjFm$rMgF4XPswJ)wB`Jv|saDBFsX&Us$iUD{*T6*A z&?Lmr#LC#n%Gglbz|hLT;L)U;?I;>@^HVa@Dls(}LN#1`mF5Q2APKS|I6tkVJh3R1 jAw4fYH&wS7Xjy7raYla0d*=OiKt&9mu6{1-oD!M<zQ_J} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Watusi/xfce-notify-4.0/gtkrc b/themes/Mint-Y-Dark-Watusi/xfce-notify-4.0/gtkrc new file mode 100644 index 0000000..aa8a02c --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfce-notify-4.0/gtkrc @@ -0,0 +1,72 @@ +style "notify-window" { + XfceNotifyWindow::summary-bold = 1 + XfceNotifyWindow::border-color = "#17191F" + XfceNotifyWindow::border-color-hover = "#17191F" + XfceNotifyWindow::border-radius = 3.0 + XfceNotifyWindow::border-width = 1.0 + XfceNotifyWindow::border-width-hover = 1.0 + + bg[NORMAL] = "#292C36" +} + +style "notify-button" { + bg[NORMAL] = "#434652" + bg[PRELIGHT] = "#5C6070" + bg[ACTIVE] = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#ffffff" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + roundness = 2 + textstyle = 0 + } +} + +style "notify-text" { + GtkWidget::link-color = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#BAC3CF" + + engine "murrine" { + textstyle = 0 + } +} + +style "notify-summary" { + font_name = "Bold" +} + +style "notify-progressbar" { + GtkProgressBar::min-horizontal-bar-height = 4 + + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = "#000000" + bg[NORMAL] = "#5294E2" + bg[ACTIVE] = "#1D1F26" + bg[SELECTED] = "#5294E2" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + trough_shades = { 1.0, 1.0 } + trough_border_shades = { 1.0, 1.0 } + progressbarstyle = 0 + roundness = 2 + textstyle = 0 + } +} + +class "XfceNotifyWindow" style "notify-window" +widget "XfceNotifyWindow.*.summary" style "notify-summary" +widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button" +widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text" +widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar" +widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar" diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/bottom-active.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..938416f --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/bottom-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"1 3 2 1", +" c None", +". c #2F2F2F", +".", +".", +"."}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/bottom-inactive.xpm new file mode 120000 index 0000000..9f10639 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..1e2652f --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/bottom-left-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 0000000..d70de34 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..f08c031 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/bottom-right-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 0000000..d234cea --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/close-active.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/close-active.xpm new file mode 100644 index 0000000..864b7b7 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/close-active.xpm @@ -0,0 +1,66 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 36 1 ", +" c #2F2F2F", +". c gray19", +"X c #313230", +"o c #373737", +"O c #383B36", +"+ c #3D3F3B", +"@ c #3E403C", +"# c #3E413C", +"$ c #535D49", +"% c #56624B", +"& c #58634C", +"* c #59654E", +"= c #5F6D52", +"- c #606E52", +"; c #61675A", +": c #62685B", +"> c #627054", +", c #647355", +"< c #657456", +"1 c #677757", +"2 c #737A6B", +"3 c #747B6C", +"4 c #80827F", +"5 c #81857C", +"6 c #82847F", +"7 c #8B987E", +"8 c #8B987F", +"9 c #94AC7D", +"0 c #95AC7D", +"q c #96AE7D", +"w c #95B178", +"e c #99B77B", +"r c #99B67D", +"t c #9AB87C", +"y c #818280", +"u c #838680", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" . ", +" #35y453# ", +" :u70rr075:. ", +" :u0rttttt05: ", +" O#50twttttwt0u@ ", +" X3utt.*te*.tt72 ", +" 59rt< %* >et05 ", +" 5tttt> -teer4 ", +" 5rree&. $ertr4 ", +" .50re* << *et05 ", +" .37ttO1tt<Oet72 ", +" .#50tttttttt04+ ", +" :50ttttte05: ", +" :470rr074:. ", +" #25u453@. ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/close-inactive.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..0e4e39d --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/close-inactive.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *close_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c gray22", +"O c #3E3E3E", +"+ c #515151", +"@ c #555555", +"# c #585858", +"$ c #5F5F5F", +"% c #606060", +"& c #646464", +"* c #727272", +"= c gray51", +"- c #888888", +"; c gray56", +": c #909090", +"> c gray58", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" .X X.. ", +" O**==**O ", +" %=-:>>:-=% ", +" %=:>>>>>>;=% ", +" +=:>:>>>>:>:=O ", +" *->>.#:>#.>>-* ", +" *:>>%.@@ $:>:* ", +" =:>>>$ $>>>>- ", +" .=>>>>+. +:>>>= ", +" X*:>>@.&%.@>>:= ", +" *->>o&>>&o>:-* ", +" O=:>>>>>>>>;=O ", +" $=;>>>>>>:=% ", +" $=-;:>:-=$ ", +" O**==**O ", +" ..X . X. ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/close-prelight.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..c319b10 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/close-prelight.xpm @@ -0,0 +1,68 @@ +/* XPM */ +static char *close_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 38 1 ", +" c #2F2F2F", +". c #303130", +"X c #313230", +"o c #373737", +"O c #383C34", +"+ c #3E413B", +"@ c #3E423B", +"# c #536244", +"$ c #576846", +"% c #586847", +"& c #5B6D49", +"* c #5F734C", +"= c #60754C", +"- c #62774D", +"; c #647A4E", +": c #657B4F", +"> c #616A56", +", c #626B58", +"< c #626C58", +"1 c #677E50", +"2 c #737E68", +"3 c #747E69", +"4 c #747F69", +"5 c #81877A", +"6 c #80827F", +"7 c #82857E", +"8 c #82877E", +"9 c #81887A", +"0 c #83887E", +"q c #8B9E78", +"w c #8B9E79", +"e c #94BD6B", +"r c #94B772", +"t c #95B772", +"y c #95B971", +"u c #96BA72", +"i c #99C36F", +"p c #9AC66E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @496654@ ", +" <7qtiitq7, ", +" <0yppppppy7, ", +" .+7ypeppppepy7@ ", +" 3qppX%pp&Xppq3 ", +" 9rpp; %% *ppt5 ", +" .6ippp- *pppp6 ", +" 7ippp$. #ipii0. ", +" 9rpp% ;;X$pir7. ", +" 3qppO1pp1Opiq3 ", +" +7yppppppppy0O ", +" >0yppppppy0< ", +" ,7qriitq0> ", +" @396653O ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/close-pressed.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..b15992a --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/close-pressed.xpm @@ -0,0 +1,69 @@ +/* XPM */ +static char *close_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 39 1 ", +" c #2F2F2F", +". c gray19", +"X c #303130", +"o c #373737", +"O c #353832", +"+ c #3A3D37", +"@ c #3B3E39", +"# c #3C3D39", +"$ c #46523A", +"% c #49553B", +"& c #4A573C", +"* c #4B593D", +"= c #4F5E3E", +"- c #50603F", +"; c #585F50", +": c #526340", +"> c #536541", +", c #5A6152", +"< c #6A7261", +"1 c #6A7361", +"2 c #6A7362", +"3 c #70904F", +"4 c #739551", +"5 c #749651", +"6 c #759553", +"7 c #759554", +"8 c #759654", +"9 c #76925A", +"0 c #77925A", +"q c #77915C", +"w c #77925C", +"e c #7B896C", +"r c #7B8A6C", +"t c #7B8075", +"y c #7B8176", +"u c #7F827B", +"i c #7F817C", +"p c #7F807D", +"a c #7F817E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @2tppt2@ ", +" ,prw889ep; ", +" ,u05555559p; ", +" ... $a854555535wu$ ", +" ... 2r84 *35*X58r< ", +" .. <w84-X%%X-5882 ", +" ..op8855- =558wa ", +" 2w855%X $4458a ", +" Xtw85%X-> &559yX ", +" 2r55O>55>O53e2 ", +" @p9555555559u+ ", +" ;2w555558wp, ", +" o,atq77qtp; ", +" ..o.#<p<222# ", +" .....o oooo ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/hide-active.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/hide-active.xpm new file mode 100644 index 0000000..79239a2 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/hide-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c #909090", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/hide-inactive.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..0bfa3d3 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/hide-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c gray40", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/hide-prelight.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/hide-prelight.xpm new file mode 100644 index 0000000..f1078f4 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/hide-prelight.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *hide_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXX.+$$$$$$$$$$+.XXXXX", +"XXXXX.#$$%%%%%%$## XXXXX", +"XXXXX.##$%%%%%%$$# XXXXX", +"XXXXX.+#$$$$$$$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/hide-pressed.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/hide-pressed.xpm new file mode 100644 index 0000000..9ad9302 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/hide-pressed.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *hide_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$==========$+.....", +".....o&==========%o.....", +"..... *==------=== .....", +"..... *==------==* .....", +".....o&==========%o.....", +".....+$==========$+.....", +".....o.&========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+o o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/left-active.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/left-active.xpm new file mode 100644 index 0000000..2103096 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/left-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/left-inactive.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/left-inactive.xpm new file mode 120000 index 0000000..ebcf490 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/maximize-active.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..3ee3f0b --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/maximize-active.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c gray43", +"O c #717171", +"+ c #747474", +"@ c gray49", +"# c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ... ", +" .O##@ ", +" ...O## ", +" .+...o# ", +" .#+. .o ", +" .##O... ", +" .@##O.. ", +" .. . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/maximize-inactive.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/maximize-inactive.xpm new file mode 100644 index 0000000..40dd986 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/maximize-inactive.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #535353", +"O c #565656", +"+ c #5B5B5B", +"@ c gray36", +"# c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" O##+ ", +" . .o## ", +" .O.. o# ", +" .#O. o ", +" .##o. . ", +" @##O. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/maximize-prelight.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/maximize-prelight.xpm new file mode 100644 index 0000000..b04d285 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/maximize-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *maximize_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #9A9A9A", +"* c #9D9D9D", +"= c #A0A0A0", +"- c #AEAEAE", +"; c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$%*;;-$#OoXXXXX", +"XXXXX.+$$$$%*;;$$+.XXXXX", +"XXXXX.##$=%$$*;$## XXXXX", +"XXXXX ##$;=%$$*$$# XXXXX", +"XXXXo.+#$;;*$$$$#+XXXXXX", +"XXXXXoO$$-;;*%$$#OoXXXXX", +"XXXXooX@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/maximize-pressed.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..2bf4b7f --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/maximize-pressed.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *maximize_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c #979797", +"; c #DADADA", +": c #DDDDDD", +"> c gray88", +", c #EAEAEA", +"< c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$====:<<,==$+.....", +".....o&===--:<<==%o.....", +"..... *==:-==;<=== .....", +"..... *==<>===:==* .....", +"....XO&=-<<;-====%o.....", +".....O#*=,<<:====$+.....", +".....o.*========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+O o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/menu-active.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/menu-active.xpm new file mode 100644 index 0000000..8bce888 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/menu-active.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #494949", +"O c gray33", +"+ c #5D5D5D", +"@ c #747474", +"# c #777777", +"$ c gray53", +"% c gray56", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+. +%+ ", +" O%%##%%O ", +" o$%%$o ", +" X##X ", +" . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..b0e1be3 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/menu-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #3E3E3E", +"O c #444444", +"+ c #494949", +"@ c #565656", +"# c #585858", +"$ c gray38", +"% c #656565", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+..+%+ ", +" O%%##%%O ", +" o$%%#O ", +" X@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/menu-prelight.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/menu-prelight.xpm new file mode 100644 index 0000000..51e419f --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/menu-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *menu_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #515151", +"& c #565656", +"* c #585858", +"= c #6C6C6C", +"- c gray48", +"; c #868686", +": c #A4A4A4", +"> c #B9B9B9", +", c #C3C3C3", +"< c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$%$$$$%$#OoXXXXX", +"XXXXX.+$;,;$$;,;$+.XXXXX", +"XXXXX.#$-,,::,,-## XXXXX", +"XXXXX #$$=><<>=$$# XXXXX", +"XXXXo.+#$$&::*$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..31c747f --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/menu-pressed.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *menu_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #565656", +"# c #7B7B7B", +"$ c gray50", +"% c #8E8E8E", +"& c gray58", +"* c #959595", +"= c gray62", +"- c #B1B1B1", +"; c gray74", +": c #C8C8C8", +"> c gray88", +", c gray89", +"< c gray96", +"1 c gray99", +"2 c #FEFEFE", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.@#%&#@.+.......", +"......+X$&&&&&&$X+......", +".....o.$&&&&&&&&$.o.....", +".....+@&&&&&&&&&&@+.....", +".....o$&:2:&&:2:&$O.....", +"..... %&;22,,22;&% .....", +"..... %&&-<22<-&&% .....", +".....o$&&&=,,=&&&#O.....", +".....+@%&&&&&&&&&@+.....", +".....o %&&&&&&&&$.o.....", +"......+X$&&&&&&$X+......", +".......+.@#%%#@.+.......", +"........o+o o+o........", +"..........X.............", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/right-active.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/right-active.xpm new file mode 100644 index 0000000..e8e87a9 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/right-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/right-inactive.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/right-inactive.xpm new file mode 120000 index 0000000..6734f48 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/shade-active.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/shade-active.xpm new file mode 100644 index 0000000..cf88acf --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/shade-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #606060", +"@ c #6F6F6F", +"# c #727272", +"$ c gray49", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X@#X ", +" o%*&%o ", +" O&****&O ", +" +&+**@*O ", +" .X ** X. ", +" ** ", +" ** ", +" .$$ ", +" .. ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..4826696 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/shade-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *shade_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #323232", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #535353", +"$ c #555555", +"% c #5B5B5B", +"& c gray36", +"* c #606060", +"= c #656565", +"- c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X$$X ", +" o*==%o ", +" O======O ", +" +=@==+=+ ", +" ...==... ", +" ==. ", +" == ", +" %% ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/shade-prelight.xpm new file mode 100644 index 0000000..58b0ad4 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/shade-prelight.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *shade_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #565656", +"* c #686868", +"= c gray46", +"- c #898989", +"; c gray55", +": c #9B9B9B", +"> c #9F9F9F", +", c gray68", +"< c #B6B6B6", +"1 c #C3C3C3", +"2 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$%:>%$$@.oXXXXX", +"XXXXXoO$$*<22<*$#OoXXXXX", +"XXXXX.+$=112221=$+.XXXXX", +"XXXXX.#$-1;22;1-## XXXXX", +"XXXXX ##$%$22$%$$# XXXXX", +"XXXXo.+#$$$22$$$#+XXXXXX", +"XXXXooO$$$$22$$$#OoXXXXX", +"XXXXoo.@$$$,,$$$+.XXXXXX", +"XXXXXXo.@$$$$$#@.oXXXXXX", +"XXXXXXXo O+##@O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/shade-toggled-active.xpm new file mode 100644 index 0000000..66fda1c --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #626262", +"@ c #6F6F6F", +"# c #727272", +"$ c #7E7E7E", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" .. ", +" $$ ", +" ** ", +" ** ", +" .X ** X. ", +" +*+**+&+ ", +" O*****&O ", +" o%*&%o ", +" .@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 0000000..b635912 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *shade_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #555555", +"$ c gray36", +"% c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" $$ ", +" %% ", +" %% ", +" . %% . ", +" @%@%%@%+ ", +" O%%%%%%O ", +" o$%%$o ", +" .##. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 0000000..c6bafc4 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #565656", +"& c #686868", +"* c gray46", +"= c #898989", +"- c gray55", +"; c #9B9B9B", +": c gray68", +"> c #AEAEAE", +", c #B6B6B6", +"< c gray76", +"1 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXoo.. XoXXXXXXXXX", +"XXXXXXXo.O@$#@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$>>$$$@.oXXXXX", +"XXXXXoO$$$$11$$$#OoXXXXX", +"XXXXX.+$$$$11$$$$+.XXXXX", +"XXXXX.#$$%$11$%$## XXXXX", +"XXXXX.##=1-<1-1=$# XXXXX", +"XXXXX.+#*<1<11<*#+XXXXXX", +"XXXXXoO$$&,<<,&$#OoXXXXX", +"XXXXXo.@$$#;>%$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/stick-active.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/stick-active.xpm new file mode 100644 index 0000000..368e639 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/stick-active.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #414141", +"O c #444444", +"+ c gray31", +"@ c #606060", +"# c gray38", +"$ c gray40", +"% c #676767", +"& c gray49", +"* c gray52", +"= c #898989", +"- c gray55", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X#&--&#X ", +" +=$O..O$=+ ", +" +*o o*+ ", +" X=o X=X ", +" #$ X$#. ", +" &o o& ", +" -X X= ", +" =X .= ", +" &o Xo& ", +" #$ $@ ", +" X=o o*X ", +" +*o . .X=+ ", +" +=$oXXo$*+. ", +" X#&==&@X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..7bb6c4e --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/stick-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #5B5B5B", +"* c gray36", +"= c #606060", +"- c #646464", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$&--&#X.. ", +" +=$o..o$=+. ", +" +=o. . .o*+ ", +" X=o o=X ", +" $$. .## ", +" *o. o& ", +" ..=. .o* ", +" =X ..=. ", +" *o .O*. ", +" #$ .%# ", +" X=o o*. ", +" +=o. . .o=+ ", +" .+-$o..o$=+. ", +" .$*=-&#.. ", +" . . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/stick-prelight.xpm new file mode 100644 index 0000000..1abf476 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/stick-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *stick_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray39", +"# c gray40", +"$ c #838383", +"% c #909090", +"& c gray67", +"* c #ACACAC", +"= c #B6B6B6", +"- c #BBBBBB", +"; c gray75", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o$*;;&$o ", +" #-%#++#%-# ", +" #=@OOOOOO@=# ", +" o-@OOOOOOOO#-o ", +" $%OOOOOOOOOO%$ ", +" *#OOOOOOOOOO#& ", +" ;+OOOOOOOOOOO- ", +" ;+OOOOOOOOOOO; ", +" &#OOOOOOOOOO#*. ", +" $%OOOOOOOOOO%$ ", +" o-@OOOOOOOO@-X ", +" #=@OOOOOO@=# ", +" #-%#++#%-@ ", +" o$&;;&$o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/stick-toggled-active.xpm new file mode 100644 index 0000000..64bba8a --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3A3A3A", +"O c #3E3E3E", +"+ c #414141", +"@ c #444444", +"# c gray31", +"$ c #606060", +"% c gray38", +"& c gray40", +"* c #676767", +"= c #6F6F6F", +"- c gray44", +"; c gray49", +": c gray52", +"> c #898989", +", c gray55", +"< c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X%;,,;%X ", +" #>&@..@&># ", +" #:+ +:# ", +" X>+ o-,>-+.O:o ", +" %& o><<<<:oX*% ", +" ;+ =<<<<<<- +; ", +" ,X ><<<<<<, .> ", +" >X ,<<<<<<> .> ", +" ;+ -<<<<<<-X+;. ", +" %& O><<<<>o &% ", +" X>+.o-,>=o +:X ", +" #:+ .O:# ", +" #>&+oX+&:# ", +" X%;>>;$X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 0000000..b2474de --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char *stick_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 16 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #555555", +"* c #5B5B5B", +"= c gray36", +"- c #606060", +"; c #646464", +": c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$*;;*#X.. ", +" +-$o..o$-+. ", +" +-o. . .o=+ ", +" X-o X%;;*o.o-X ", +" $$.X-::;:=X.$# ", +" =o.%;;:::;% o* ", +" ..-. -;::::;; X- ", +" -X ;::::::; .- ", +" *o %::;::;% o=. ", +" ##.O-;;;;-o.%# ", +" .X-o.o%;;%o.o-. ", +" +-o. . o=+ ", +" .+;$o..o%-+. ", +" .$=-;*#. ", +" . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 0000000..aa149ad --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray35", +"# c gray37", +"$ c gray39", +"% c gray40", +"& c #838383", +"* c #909090", +"= c gray61", +"- c gray67", +"; c #ACACAC", +": c #B6B6B6", +"> c #BBBBBB", +", c gray75", +"< c gray77", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o&;,,-&o ", +" %>*%++%*>% ", +" %:$OOOOOO$:% ", +" o>$O@=,,=#O%>o ", +" &*O@><<<<,@O*& ", +" -%O=<<<<<<=O%- ", +" ,+O,<<<<<<,OO, ", +" ,+O,<<<<<<>OO< ", +" -%O=<<<<<<=O%- ", +" &*O#,<<<<>@O*& ", +" o>$O@=>,=@O$>X ", +" %:$OOOOOO$:% ", +" %>*%++%*>$ ", +" o&-,,-&o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/themerc b/themes/Mint-Y-Dark-Watusi/xfwm4/themerc new file mode 100644 index 0000000..b333fc9 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/themerc @@ -0,0 +1,25 @@ +button_offset=7 +button_spacing=4 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +#button_layout=O|HMC + +active_text_color=#cfcfcf +#active_text_shadow_color=#e7e8eb +inactive_text_color=#bababa +#inactive_text_shadow_color=#e7e8eb + +#placement_ratio=20 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=50 + +show_frame_shadow=true +show_popup_shadow=true diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/title-1-active.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..f38cd33 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/title-1-inactive.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/title-2-active.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..782c921 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/title-2-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/title-2-inactive.xpm new file mode 120000 index 0000000..a37458a --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/title-3-active.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..39c0c2e --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/title-3-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/title-3-inactive.xpm new file mode 120000 index 0000000..66e6af7 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/title-4-active.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..19537cb --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/title-4-inactive.xpm new file mode 120000 index 0000000..069dba6 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/title-5-active.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..746f199 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/title-5-inactive.xpm new file mode 120000 index 0000000..dcc7946 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/top-left-active.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..31e0277 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/top-left-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +" ....", +".++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/top-left-inactive.xpm new file mode 120000 index 0000000..0517526 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/top-right-active.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..419b92c --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/top-right-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +".... ", +"++++.", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Dark-Watusi/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Dark-Watusi/xfwm4/top-right-inactive.xpm new file mode 120000 index 0000000..42cae62 --- /dev/null +++ b/themes/Mint-Y-Dark-Watusi/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/apps.rc b/themes/Mint-Y-Darker-Watusi/gtk-2.0/apps.rc new file mode 100644 index 0000000..8820077 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/gtk-2.0/apps.rc @@ -0,0 +1,45 @@ + +########### FILE MANAGERS ############## + +style "thunar-handle" { GtkPaned::handle-size = 2 } + +style "dark-sidebar" { + GtkTreeView::odd_row_color = @dark_sidebar_bg + GtkTreeView::even_row_color = @dark_sidebar_bg + + + base[NORMAL] = @dark_sidebar_bg + base[INSENSITIVE] = @dark_sidebar_bg + + text[NORMAL] = "#C3C3C3" + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color +} + +style "thunar-frame" { + xthickness = 0 + ythickness = 0 +} + +# Thunar +widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle" + +# Caja +widget_class "*CajaSidePane*" style "dark-sidebar" + + + +####### TERMINAL ################ + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#3f3f3f" + + TerminalScreen::background-darkness = 0.9 +} + +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-down-insens.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-down-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..3c82734ccecd0d46e1c7d6f772a939e3059f65db GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprS}m7sn8e z=;V&I-QQ9gnj^m7uxfj;;>NrP^$v#~=N$hM9%qeWAFr75Ev(GWdkSO9bKID@1N5fo z>X|RoR%7V+Tzqq(no7YD5yq_{EuRjYVOja4{~X8D_6>}AzGB_}8(vugEn)C<^>bP0 Hl+XkK$zewG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-down-prelight.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-down-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb9bd94e0d18ed91c0451a57a74266f6342080e GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Rlb*Djx8V882Y>n~X~?aQC{D;qezOk=otS~6|Zx185MuTMU9;DRvslJBMk4I;(g zW#0e1Y`yWh|M``EaVt1w|JXinjLIwRK6r+u$?oO6y>pEO%ozT}soERg&w2~Ag~8L+ K&t;ucLK6T`L{Jd` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-down-small-insens.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-down-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..8783904837669f08cc0a31ab41280df545c0e2dd GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdt@X7sn8e z=;VY0Y)P+^OcmEie7#|1pnOVunW+<(hJxg6p~t)vQ+oQk)^<<sUe($8`#i_hTL*+D q3tyI<KKoc#j$C<3mIi+dFN4Jm0q5_&4MjjR89ZJ6T-G@yGywnwBtJ+1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-down-small-prelight.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-down-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..7750dc1543aaeece3cc307f84830ec971edfd5a9 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;VY0Y*q8VRXIk!vps*H=iat?{;_O4Ja?;X<*Tg^IQ^Hbp7zD&t=aq98+(^Ea<1Ci txcGU-`TO%8*UmZdtn<s87h=sD7(+~?>h(SUJ_MS|;OXk;vd$@?2>{zUN6i2L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-down-small.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-down-small.png new file mode 100644 index 0000000000000000000000000000000000000000..0bf1768135edfeb9f295e277ab3c24f450db70de GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynTE)5S4_ zV`gukA=e=X5tsXQ#Z$I8DX4D{@|JGRF<VeE!L}=5Yg82n_v||k+PS&mclMikCO)6? z`Psn(`wQ=WOI#cKr{vt(*zG$RIU1JjFhAC^EK`di`>o0Ink!%Im}WSd<ldHRn7K;N z^$APN=}j?}??c-H^}3SS@3=l;vPteaSG}HL@<-?U-{<dIcYamW(ka&zTdtqjcc8>< Vsk_eNV4wpTJYD@<);T3K0RU!KYF_{V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-down.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-down.png new file mode 100644 index 0000000000000000000000000000000000000000..f57c15e5b5e341064a895700d786e0e817c57819 GIT binary patch literal 308 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=r)5S4_ zV`l7`g?vo`5^WFP+Z#z3OYGrU9@L?>>Z{7RM7FezQa9F|OV}R7(^AYRCbIs3!&k13 zb4S?ziQSl!U-ykKL?rz4&6JpFPeto9*M1K^Z_oY6D*c%X&*3NH8cVmG*|XR`mg9P9 zID?)`$%Ux()&h(cLV<~qVLo@uPMoo1m_O6sWeekn4Y}4Hm%sS_jq|cBl6lT|fcZnt x?Xrofk*o}h+>gzeE|A3e;F^i=1!jgHO#ab!Gxp@}lm$AT!PC{xWt~$(69DyLZ?pga literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-left-insens.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-left-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..27104c666092dc737b56d5b2aedc2306911f5052 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&OrE{-7_ z(a8x6%>mDDblkAwn5=82yG{KXx5_EW$-=jVAM>WDeRLB)Ug8?nG}R@Y!Ik-d4_g~U z<BUr))@1~1T%WFOWxme(oZzXmsqC74rR_!15sQ+OUNQ225NoRbCMf{4gTd3)&t;uc GLK6Ul(?eVU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-left-prelight.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-left-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..b85bd1237fb3fa048cec72cbe950eee5c281ffc9 GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt(a0E{-7_ zvdIYy&1~D=wc4IPa3=5Fy}7pkt8X>VDLXiCF_2~5a7M3lUbk(1)#Za;Ro|Fg)thGW z@a)}m_j*-bxw_NNS|{7%RsX(Daojm~kHXQrz5(x4zReT0J<phXNY$gB;j0nQ9tKZW KKbLh*2~7YoM^5Pg literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-left.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-left.png new file mode 100644 index 0000000000000000000000000000000000000000..b21197934425dcbea658e6e324ccdc5807c8c742 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9<lo-`Pk3747tNaSY*@ z>3hyF>reti+r#g_mDK{Qc2qX=G~Kk`5^zvD#gn5&r)kn%ZjNsZu~u80mF_Nao-VgQ zoP%+_U`)%0!|z2tO5acadF1XR3psYj4^MmcUl7==Q(bUQwsGl_y$q97W=bU2HL5>Y zyYBT{jq{&ZZvDnT!!s&0^ebb+nyu^!@8(p?KVq;fn6$<7@)n5$*|)#Rv_0JZyi$MC zwLp>BS<8Oz->cR2Xyg0e@()5Uy<=lYjr<jRz1HgI`EWjKYtshB$=*OuFnGH9xvX<a GXaWE})q8&c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-right-insens.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-right-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..85cba723e893c923eb77faca90182cf78f57eb49 GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&;*E{-7_ z(a9ZayL&lO(;6Bg*58<SV@rUUhWR<eb=GS3)1=k1g)WN*OP%6>dW_}BH<$E=nHQHS z%w%AkAUAu)yBkdbauce`Cp5*Bb-eoZVg{R7haZF5J+Zc!gHx9Q&1dj*^>bP0l+XkK DOIt<` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-right-prelight.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-right-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..ab6c74c66fb0c2068c57c64ea83467a6d00d735e GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-XRE{-7_ z(aA3=ukGE?*vrUNb*uW{_jhlewH56?UH$LtoL7R4Cy#yq^KRcYP3EWH{NDV$zgc{d zfuPD|ZSJIJU;n(dH1-rZlEb9=;z?^p-Nnr{Le?(o3=_On9r+sX{svmW;OXk;vd$@? F2>@9UPZt0H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-right.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-right.png new file mode 100644 index 0000000000000000000000000000000000000000..cf97804f087153224799ef63c023fe7716ec35a9 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!3-qTT-L4!Qq09po*^6@9Je3(KLE)UctjQh zm0t&8MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1S-0(?ST zfplnSXl`z9Y;0^&Qc`4OWMX1sbaZq?L<Eoo0-$(IObn0&0yq~a0ucm~(Q(N!aVcN{ zD6wYc!B0SQrAvbRf*IJ@xp_rIWn|-%^2%G<CobK&_tcqdPhbB2^Y60vt=m9l#-1*Y zAsn)-2iqAP3>X+T+?cJk_1FLTLgg9>XRBF1mzx;atZdeG@5z5PbKmCFlN*nTdi}BA W%*4cF_Nx`Box#)9&t;ucLK6Ueo@&tm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-up-insens.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-up-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..1be55d33d9e2f52417c3bc08a7e578f2519f9992 GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprUY37sn8e z=;Q>3=74`MdIIV=q?Hax28-Mlj(vEXTR5TnbnnY9PKHN+V#+3PJ)1FQ$GZ$}wzi7L zJKo*sVH0b6vEs(O2=$IO3HAlwB-&>DiqLOax$&LhR)#5?#cC#-_$&ij!QkoY=d#Wz Gp$P!6b4hUk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-up-prelight.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-up-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd78cc1107853897ca9b1ce1d5cb13b94174cfb GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Q>3W{a0I_FgpN;h3NxP^|c@{>)mB!W9lW<!3(5u)ipr{O`yduScw0OEw<M>HjG{ zn{7%L>!sg977|I*j{NCg*RY~rlQAp)oWN(LZL*13KEY>%8T=Q?o7;rVnGUpt!PC{x JWt~$(698|ENR9vi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-up-small-insens.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-up-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..7b5eb9edfd2834e817c1af920ad01319db5afd16 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;Q>3=7@JIS_0(QSTYhiy}I-IJo6J8I}O}g-KM&qI5y>o%fED%?jt*nT{-4qWZ=@} se)ZTc=ay5CuPB^a9J2Vd#0Ex&SN8lbT`mVr2b#*@>FVdQ&MBb@0MtuE4gdfE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-up-small-prelight.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-up-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0436d3245b0cf77e8fc67360b19c53d14c60cf97 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdvp{7sn8e z=;Q>3X3s@?t<^h>6&#q|&tIIk-&XyX#X_e4lGW3`*t|7+UwdQkvPMpwE4QzGUU|Bq xaiRbA=gI!!5i6cot`~Qy?XNyB%$CEz&>k)|>HPJp&w(a0c)I$ztaD0e0sut#Mk@dS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-up-small.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-up-small.png new file mode 100644 index 0000000000000000000000000000000000000000..511056f0a7db868ef612e4644304e24dc75d46a5 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynS_)5S4_ zV`gv9THYo@5!d(G&Ron21#24FSr3Z32w%zza*kkPf194jE5f-+*uc47?iF*>qZN~9 zPxk(C$kP0r<^1fmyVt#*_gAlK<2AnGbK(renomQsZGZKym{P=Ikh}IQgU^&8_4j)# z+>gz$Z79vol}z4a_?hc~($bP2Hl2;B&vJV{@-Zm3unXpTX!X`tGCCy~PhNeD=OWN; N44$rjF6*2UngCe6UH1S0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-up.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/arrow-up.png new file mode 100644 index 0000000000000000000000000000000000000000..f05766b76126161c3c5fe61303a55eb224c42e63 GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=%)5S4_ zV`gaoLasvr5^nqJ%Z(gaW*^*Uk>a^Q@(X7VxAgT^X`Qm&8xk(MU#LzzsHCJ8|7c&+ z`Gi|f|1CTC=hDN1Q|>R;XmoXc|MzIl<kHysDETc4OJyqG&u5sHD6wy|j`V-m%6a^A ziuD<S)9jc#S_S$y>9jKlXe_NdQ^RbazG$ssn!AfM!{%j~?}AS4^O*F6E8*;!>a|}v z8P;qy^S!LkaP&;!0mm&$i%v-dm-=U{?RP0j=n}K9S?Xjp>&~v<Krb+Oy85}Sb4q9e E075BtX#fBK literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/button-active.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..785016686f7187066d6d2eb14a299cd8ec3cb514 GIT binary patch literal 266 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>!2Ka=y z0_m+=w{G9QecQHeKoSBD95`?Y3@%-|1QdagmoH!Dd7h{R)WBO3<QL2!udr+Pp1u3` zANcX}r}2sNxj+dsPZ!4!iSXovu6^9h(JT@-p6zLF6z1c(^Zdb{aA}E(`-%rz1&=xN na)!BR$eJf4d}(WckjBWcfti_O=6N?opa~3~u6{1-oD!M<m#k#2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/button-hover.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..fab89f6d6c3f0d5765711d3916b090da91a4a8af GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0_k(-&Yg#W3l}Z`xlf-yg$Vrn_wWDz|Hs{rPY2ml666=mAg{1%_ny5Eejc@4I}<2q z>gnPbA`zaP&^3dTS(k|?Cv<mW!cJ!9<5?E@;mpj>^H^pW9I9BMc(6;vi;bs8?t?&% b7z4wi{u5Uo6jbT}4Pfwe^>bP0l+XkK*PdN< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/button-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1a6660f5a0640b5ef8f8f05eb55598ff70779158 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}2l#}z z0_l7A?%ltC{}C8G27|ZnKma20>-X>9fBrmCl|BMg%2g8N7tA29uxt08y$>GzWGR(P z0E(J<x;TbNgeNC-#jr95vq;?7b^gEsK6bWqwgvZIa`MEa3nU!mc)YNUMO$ggHfaNc fszc5Nn;00LF1_8GttoyNXaa+$tDnm{r-UW|K5%1| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/button.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/button.png new file mode 100644 index 0000000000000000000000000000000000000000..fd430a88350664f844751de897a324325f08f727 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0_k(-&Yg#W3l}Z`xlf)vfe8Hm^XJdszX|b^l|eR@1o;Is$SdsHy=U)(pGPg%&IAgY zdb&7<NQ5URbj{#o)@9<!3EiETu#=hjc$P(eI5YF}JeC;-hbmSm9_$kFV&mzN`yh}b b#=x+s|HPFC1(iBL0~kDA{an^LB{Ts5Z@pY? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..c2960295e80c392f5b3ea9e6be73fbda1146fd76 GIT binary patch literal 371 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uAfKP}k zkQQ!uCS3DCxcQkt!xMqVM*@vcfDEbDXNsNA)ViK&^gP$;d#*p}x#6Ve#*?0#PI(@- z>}~wYw?`lRxbW=P&6mG#zx{pZ?e8Zaem?`EPrsjk`u+Rwe;}ClG3^!5bh(lszhDLp zP0gCx+8*qnwe98vpvpu~7sn8Z@ZA2lLJa}}uBuT%Azv1L`nP^&n!w`E@8`|jySqEU z^|oVElD<ZYfc^pn@f<zY%io1spX8S<=Stee^Zn*23njDkE!I!MZ>`sR5}{RQJuRD^ kb*aanxqZgYvwr<#Kd#FzqiSHq4YZ8G)78&qol`;+0Q^CnxBvhE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/checkbox-checked.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..820df91ed430e2009a5eb415808b06a18d2d4bb7 GIT binary patch literal 359 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkQQuwEZFc^u<?mN0|JRPKb35KD%JW_rtPUh$1}ywXPUjwjV8S?nf$_f`b+znK=dkj z$(zL0Zx7!4arpj^qYr+bfA;I*^Iv!0{=WC__tTGmo_+fB>(9SG|NaAk(7AW>fHtw0 z1o;IsczSt1di*5Xe9a1=P=cq6V~9j}Zoj8cg8~oB;-<iY`{fV+&;R1EV8Mp`%b}B5 z6_ie2JQ&RI;Kf0p-)j_?1$2a-4LiZKG3LwNNh{{>U6j*e^L67)pQ+C-O?i9aVQB4+ nZPJD!efuv5pWmQT_m7#2iG8t*$e%wzyBIuO{an^LB{Ts500*7b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e1b6d89ba3e2070eb6be58334c194ef993c186 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xHr9@Ck7R z(r3<`IeYf(xpU`!|Ni~=?_VH!{``3$7YHs~xBwyl|Nmb&*AJwNuO!GXm_b8RtGKwN zx~8_auBWGR_q8yfjG?ECV+codazX>+v3bT01u+ec#^3b>VsaB6?Br%+Uvd7yC)SJM kY6b@H86&Hr7~gR*SXufne7Ew&CZJ{pPgg&ebxsLQ0OLMnVE_OC literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..a98d3d3938a1012658e2e85f9730e949eac15b90 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQp(uT^vI! zdf!gk%X`Ry$8Em9IaBHpwh(jH?gc$8vki_$a&32D@hP;wFh^;YM_<P0P`!QM-yHgo z&Z2OvLTsXTfk{zub}o<N9masG>F0iaG+cJgYUL}Q2fGVD+~dEtd2aFY)NM|yH^pw? zu48#0bSkB_>O1S-sjewLns?1~>=>r={{33RSd-xM{BzJdkdGNWUHx3vIVCg!0Bj^) AOaK4? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-button-active-rtl.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-button-active-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..47b91b76b7fcf51df43687e0fdb7244f2651b7ec GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!Hk~ty{MvfkTH50eP1$T>_GqFJGQ~Sf>+YO-YbnFoV3p?mc@C{QP<N!gP?^G(BA$ zLnOkJ6N=_@vI<K?7>79?WMTWJ$1+>^m`qwuiv1>qpK~wD$f+^>wwuj-J#Xf5pe6=S LS3j3^P6<r_pUYF6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-button-active.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b821b111b582236f40e4546429555a4cbe1276d0 GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS<N|y` zT!Hk~ty{Nk+qQlC_QQt{A31Ua$N+*%mo8nteEHw|#ovJ{*h_-^f*Is@?SAm!CyVT> zGe99tPZ!4!3CU!Q_9i1|wzg9<1q_rW4$iyTc4VHN&rOfIIS-E<VBi;aWn++i+tGCN Sbg&~(6N9I#pUXO@geCx3O;dmX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..f2787a190b0e80a8f97a580b159b2c72cec4b6ba GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!Hkxd-v|&zyIjbqsL(I?%g{e8wfss`SR=c@85s^h)<oN3{=Na666=mAg{1{&)x?= z-M%kx0E%gPx;TbNgeNByy>Dn@W4pHIZh%2!W36e^S;k~OW3x^2krV!$%i!Y|W>|Z7 W*~_&5J~x1x7(8A5T-G@yGywoAO<hX> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-button-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cbc15c9f6b51690674b2a0d643e4f47b0c3174a7 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!Hkxd-ooJ!P|Er0AYXr_T$&@-@pI-DKVeH0#w9a666=mAirz(g9krZWM7>D3Tb+} zIEF|_CTp}e89B4HtqT>{U?g!c&Xl)vZ_SKN6aVbE)Y-@=r`E;8VE=mBi@Kx~AD|`% MPgg&ebxsLQ0QRO>c>n+a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-button-rtl.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-button-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..e654a6bb0e2f4971144dfa28c0953b517d1f1697 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!HktbLY;3!G#MKfb1tvo<O({A3pr^=g;52e|cL<jsn$jlmz(&Gsr9K-m~|?Pq**O z8-QY(o-U3d65+`SMeiG$*x0VExf@{6*jQ`Ybe1uh&)95}eB^{b=Q8;Cg&Ee~UG_5V Szt0VzCI(MeKbLh*2~7Zm{#)Gu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-button.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-button.png new file mode 100644 index 0000000000000000000000000000000000000000..fa85ac53b8e76363f3280880313e576f140a4ce7 GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS<N|y` zT!HktbLY;3!ILLXAdL4PKK%ak=g;52fAcQp168n<1o;Is$nV<y;OE-2j5C2Enw~C> zArg|w9?eZ5&TMU`W(pV_mOMD`X4jE<W<EDP>gGH=a)5zf*p-bT<WIZKMQ4p3pe6=S LS3j3^P6<r_64_O} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..ef12ef963aa9d1b0b33e1b3f63c6922c0f59489e GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!3-po!riKX6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8<XES>hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkaez;V zE0AVrxLUIFMb`dTDQn&(uX&fh<$b}H4_dv?1sa}+H9vKn^~!11E9cp-w%_=+<L0-2 z|NdRnopl?ii?bxiFPMRin<q1;xa7CcbSZzJpt+}uV~9rZ+lz)w3<?~F4@_Hh;=lbH zzBPGidrW<%ct~nDeYz`pWAUw-B0s+_)l%y<y;H*ayHZkLcpIb8)oUT$Am@0x`njxg HN@xNAiq&IG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-focus-notebook.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-focus-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..013bbd4a595abf98df69cf45baac23a5a4f6b262 GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS3<7*Y zT!A!0!_~CS&(hYvOIi1>aO-=m-sjqV&jlKuh&4ZTnEBFi)+?u3ueROzw*AJpfB*h1 zy%cBx)WT5`<QL4q#+8{}`1^P3UIRCvn2x85V~9j}@{iq{nYpAS)=3*3I2gn-IZ;Sx rcVfrpiGMeVcGjL1Jov9%NKTDmnu+A>)irO`LH2vP`njxgN@xNATw7a7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-focus-rtl.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-focus-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..bc8aa6904ce09669945bbb03a943aa49f0e5ebb2 GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!3-po!riKX6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8<XES>hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkaez;V zE0AVrxLUIFMb`dTiL2hkt$3BS{&mi#x0*fA1R9=*H9xhV@xo!o3&)u+HeUX?>B`5i z-@Y%LVJHjK#aR;M7tFxM&6Al^T=H9Jx|Baq(A?9-F+?Ny?L|W-1_h482c|7L@!$Rp z-<rI%J*GZWJS4T7KHU|)vG~?Zk)L0eYN_>_-YH@IT`8$Ayp2)l>a~z=kaIj;{an^L HB{Ts5^xt9V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-focus.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-focus.png new file mode 100644 index 0000000000000000000000000000000000000000..6689a3548ab86c7c9a951dab21b91a8f9994d6cb GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!3-po!riKX6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8<XES>hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkaez;V zE0AVrxSF>4S>mdf@he~DY<Qi&>8)nZGp*id0u4{ZnxEQDe{MhHg~N;&8!ms`c=_Yk zZ{H7Au<Zrv;w%aB3ua*B%FHe-{QbN8EAuU&poOQ4V~EE2WPt~dA3kzn=c$o7)59at zFncN^_k*NEYNt*bXnA=DzFBzgaGURx{<*B)Ib0t;Cmpk4*b&Gy`^Km9IUx6Vy85}S Ib4q9e0Or1A&Hw-a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..1744bbe8887c6e6a4bdc3448f8c9c4d3fc9b9ddd GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zT%SID`t14hmoHzwdiCn-*RS8cef#zM_wPS{{{8zmbH}b4pfYt&7sn8ZsmTcqjF;Kk ziX;kn95#512)rq3dw5tc`M^8(1@|91Y-MEF`zV8_Aw{VisD;7P)z4*}Q$iB}-Dprn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-insensitive-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b39eeb781f19eefa4f969f3542dac495cc6e22 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zT%SID`t14hmoHzwdiCn-*RS8cef$3X`|m%0{{8#+<A;&}P?@Tyi(`mHcyfkuLPN95 w_aY6AgaA$V4L930Z?kmvzWE-;S}}ovp>=(R-8RG6$v_PZp00i_>zopr01p{XJOBUy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-insensitive-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..eb794b50b874743b10672781427a5f88f1f35b57 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zTpvAp^!V}Pr_Vs({f7@<zJC4s?fb9azkmPv6SjEaN}w`bPZ!4!iSXov1}3-3ENy%m z8T>^Jo2{dG1>Te~vg~e7%-B5fZ_^X^3HK)+VqthCS2k5-)%`A@Mg~t;KbLh*2~7Z7 C`cZ!X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1e905a7c5dbbf7c6c4d47ef42dc5a9ce063b142c GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS<N|y` zTpvAp^!V}Pr$F!w1m1u6@a5~*uiw7^`u+R&pFiinEUE*l)bw<543P*=)+kMBXkO4W zGr*wnV6Iw|ZsU<>GLLdn_AC50lsNg`Baw-Lv#xa$)68GnftnaRUHx3vIVCg!0Q);s AegFUf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-notebook-rtl.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..9f877d8b42dcc6c721c16cfe0630fcebb0c5a3fc GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSbOU@s zT!Hk}t5;vVc=77htNTyhJ$U-=(ew9@o`1M<>*e`t&n{ele)HbzoA+OT`1JkXzkk`g zHq8K8SrX(I%)rLYlbKUo@>^)Sls{0=*we)^L?S$S1}E$0Z*~a{jBfqh1!l~*8Chm$ xGB%wxNX*zgbK;*veIJyQkFc^;%$QTlz)<;KM)_RN<o`hJ44$rjF6*2UngE}4W-tH% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-notebook.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..e65c4d64cca962a52ff89fdd034bdd3de2bfb2d2 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!Hk}t5=^rdv^c+{Ra;oJbLu#%9ShU&!4|=;lj<EH$Qy%@bBM07N)*@pgQ)FAirP+ zHm=O<!r#}k-t_~8G(BA$LnOkJZ<sEY;o_2*CTVowU<k|Pg`AzS21jn5sB`@G*vOql cTGNN2iA(h1dCk2`ftnaRUHx3vIVCg!0EHq~qyPW_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-rtl.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..a8205c49e416c6d5b0105e0cd9b96500c0b0c18b GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!Hk}t5;vVc=77htGjpa-nnz<9uPcuaQX7(^XJcBxNzb6_3N)*zyA8|J43}0S&)4t zL4LsuY}`DVImIQvg{DjS0|gB|T^vIs!jorkvTptslhDBE*3VpE#(bNNWp*ZG(^-SW qjLkDA{yEh5K{@#dBij-KMh2JZ(i;<gAGrq9%;4$j=d#Wzp$PyQreGuh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/combo-entry.png new file mode 100644 index 0000000000000000000000000000000000000000..adfef2b04c089421b02660fef17f3bea78219763 GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS)B}7% zT!Hk}t5=^rdv+TP?%ut7|Ni~UmoJ|`fBwRS3)in-fA#wH*Kgk=mCPpqm2#8>`2{nu zab;!~7XEg*=+F)n)ADq243P*=w%EIgnM+Dyo3zn^gF!5l6NQ9!Cw6R}_;(Xe=ia-5 d2i>@Y85HMB?66P!tqs)0;OXk;vd$@?2>_5%S^NM1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/down-background-disable-rtl.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/down-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..ed124203a5eac056a46b5ca85d0e663862eb84de GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD<x;TbN zOifNnNJyyo^5SB>r=})bO#|opH!GZiMF0Kz{{Me)6PKi<B>(>E&uRL0M|F6BV1NC8 nzkmP#|DQAc{QT}mK^zQ<Qc|ZL&GIw^n#kbk>gTe~DWM4fw;@2< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/down-background-disable.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/down-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..87956d2b4089c5aafeed072b57f11fa1a7a543d2 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD<x;TbN zOnrMwQK-Ry$Ms<Nvgaq>?kJH}vvr91X}t2NKx5k1ZP8v_mt~E!-KWm`_ro?#?Euq@ o(5?<{35MET`|q;yc&Z;@TbU-+GD|OECD23$Pgg&ebxsLQ0CG(}egFUf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/down-background-rtl.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/down-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..370259f4e1a43a012730aa0b2e6f7ec199964814 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TnrUx;TbN zOnrOGP_)5-$MxcO$t-4djibEPixvjkY+zxYqsCPAoV#In`qKrO$HQujH}_4N*D+(Y k4ui3^>fHmZJ^Oz!vep{OxrXNX0!?G^boFyt=akR{0O6K8bN~PV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/down-background.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/down-background.png new file mode 100644 index 0000000000000000000000000000000000000000..0f40ef0e6ff14ff50c01af9bfd22792edeed5d11 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TtPJx;TbN zOnrN5H*bT10ILCaYUs1QS6;5z<UH#*ON~o!_UYzTTsd*S9)F*~BDQ6>$#WZn1z+#2 fe|N}Z(_zk6re=ly0cv$Xa~M2b{an^LB{Ts5V)Q+w literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/entry-border-active-bg-solid.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/entry-border-active-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..d7196f2c041d241f376585aa5e60d4f2749c5ebf GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6HXu_i1AIbU z1sa}+H9ytqd#2m}%x?N~`x!4BX1s8m`C`N6j~g$4+;rvR?%Ut@-1)xu&i8$HzkmJq z{l}kwKmYvu|Np<q#xQZ9AwHfijv*T7-%c`QI-tODgfChrO8d}%`P=Lq)$M6#XE?NS zN*`G?A$eB*jbN#BFBKOz>4dp8s6Pmg4~abG`k;nEQ~B02J=t4XCbzGCWevHfnmWDp Rs4CE022WQ%mvv4FO#qcOaYg_D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/entry-border-active-bg.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..14b7374350933b22f2e346b32fd45849d30c73ba GIT binary patch literal 307 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6HXu{&1AIbU zfpo+ER}ClL=52aiu;p#R#y7c}-sEq22V`jWJk#oZCeZLitof<k^yl_7UO3En;W+cf zhRYu}UjDf0%EzzYz9;8Zhy#t_E(!7rX5ir~DJd&2ul)Uc>fS%AfWrQsE{-7@=igr1 z$k?F3<8rZkQAcN^!?*cY89Da0?yr3+dncsA>xxX7`XLe7rH^k4mW6Q~bzwTD^zUW& umRUu@8C{y;5hpL^t}}YD*DXE!aJ-cX%g-pMJLW*689ZJ6T-G@yGywoU<a^`* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/entry-border-bg-solid.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/entry-border-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..16d1f6420f104ed9e051b9a203169ff6d6ba2e02 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zo<D#7!i5W0u3Wi({raoduRnbJ`1RZOfB*jd|NmdxB(4vr%*fNlF+?If*~2iUficmX zZTSa2360Q1gSQS132cQbaf;0BLhBPHJ_XcvO9`!5*do-#Fgc|+aCz}uZlG=kPgg&e IbxsLQ0Nb}sr2qf` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/entry-border-bg.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..33a56e74bd8f154366aa4e624f1be6d702cd9047 GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>!2Ka=y z0_j(;UcG($_RhU~_Z~dBfB*hnAb$7|NL;>r`TY6w7cN}5e*OBZ*RQ{R`z}`WEDxxG zt0c%Tn1P3{q@=98yz)2iod{8&sI8}qV~9j}az%BOD9@Xn#|th`WMp%BZX}cD&>+*+ z>tU1G#_D0SF7br(x3y-61y$mB51)0ia8J@>_Tpe-DDPL5W{Ey14m60t)78&qol`;+ E0Hca#V*mgE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/entry-border-disabled-bg.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..7d468a5c2d320c5ef24098143e3fc7940eed60b3 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zK6>=%@#Du&pFVx|?AiMdA3lHi^7Y&IU%!9<{_}^S!+bYTnUSZ9V~9j}vWH<x17o5& z+wu>55*ne225%i264(k=;uM+Lh1MrZd<v-TmJ(XAutlheVRA}u;PT?R+(6w7p00i_ I>zopr06mUQssI20 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/entry-border-fill.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/entry-border-fill.png new file mode 100644 index 0000000000000000000000000000000000000000..15f67464afbfc0e57a0bf88cf6652732d3b6c15f GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^tUxTm!3HFa)Xf(FDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0xGo-U3d s5>u1^{Qv*Ip3USyi=Kg&#T^#L|EF1W7S(TS2P$FkboFyt=akR{05H!gI{*Lx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/focus-line.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/focus-line.png new file mode 100644 index 0000000000000000000000000000000000000000..c06f317b319dd6f97549c7755ff72d5655247f6e GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=mSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt)QPE{-7_ zGn4leJUk@DR??tX@$gWqsgJ}e2?>b}Tt-R8!VE5aJmto9D*u7189ZJ6T-G@yGywo4 C4=acO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/frame-gap-end.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/frame-gap-end.png new file mode 100644 index 0000000000000000000000000000000000000000..8d253648946d582949bf9f52bdd6ecd10556e423 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!2%@Xw6`;Y1d5$JLpV4>-?)JUISV`@i-D@I zgD|6$#_S59pk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MZBIajv*Yf f$vgi4-^I+pk;C*YFo1UsP=dkJ)z4*}Q$iB}PiG_H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/frame-gap-start.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/frame-gap-start.png new file mode 100644 index 0000000000000000000000000000000000000000..b575a6e0b430bd462cbbfb16e08289a613887f61 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!2%@Xw6`;Y1d5$JLpV4>-?)JUISV`@i-D@I zgD|6$#_S59pk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MZBIajv*Yf f$vfT^{I_RdyT|lRxsGQpP=dkJ)z4*}Q$iB}Q_v(b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/frame.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/frame.png new file mode 100644 index 0000000000000000000000000000000000000000..82945e9d57bb06d56304fa15eb661364e8de829e GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2xGmzZ=C-xtZVlH;_4B_D5xc$)o0g%gC;1O92 zRDK<V8J#p{R{#YiOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe1W3-AeX zy?_7y|NsAul?xJpB7&YSjv*Yf$tej5YtoPONk}l*?PlRl$_#r4lw|O9^>bP0l+XkK DxZf|v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/handle-h.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/handle-h.png new file mode 100644 index 0000000000000000000000000000000000000000..d93ba9e16478937a35dc17db7342cb61cbc1af7c GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^5<twv!3HFqtYlb$6icy_X9x!n)NrJ90QsB+9+AaB z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD=*PZ!4! yj+w~`2N=)IxBvhD&(F{QPYOD-`Rq_x!OF1us7UvN=7KDsLIzJ)KbLh*2~7YW&Ml?@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/handle-v.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/handle-v.png new file mode 100644 index 0000000000000000000000000000000000000000..ad016d21bddb7e9c204fbfc4291da02527908c81 GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6c|dAc}; taLi0jP+&KhXJ7x%o*4)(H)tJWW|-Z}<)@Pxun4G%!PC{xWt~$(69D#lD1`t3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/inline-toolbar.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/inline-toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..6094d5fbe6d8dc5a9c1bc7be0bcfb630a65a0e18 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL$P6TnCTLXyDdu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7wg8_H z*SmM`e)#ZVQzXx0popNSi(?2!bn=S-|N9dc7zi*hoOSVKwThGJ1WGb^y85}Sb4q9e E040epXaE2J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/line-h.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/line-h.png new file mode 100644 index 0000000000000000000000000000000000000000..8320e2a623debca401925e540d1512acf006f1c4 GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-aSE{-7_ oGm{e<n2!Da{{DY@LP7!qgLoqIJgc1VZa@VLp00i_>zopr0K}3gSpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/line-v.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/line-v.png new file mode 100644 index 0000000000000000000000000000000000000000..c13ee45c94378510c7830064c47c9715f83986fe GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-aSE{-7_ nGn04J|NmFd1_Wws8Vn5P&zR@i-g49dDq!$*^>bP0l+XkKgT*DV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-arrow-prelight.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-arrow-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef6a640fead0ab219d24110bfffddcc6e761174 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3-qX^pA1^Ddu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7vjCqE zS0Ei58yg)R4J2b?VjyfF11JI~AyP4Mi7~NBKtUiVUOP7ss8g^c$S;^7BP%bzu(+h6 zs;;4><Kc^cmd2X?KuHZx7sn6|S=NJ$Ob!YREE_zXj(q)pe%nv~jL&V#%-?J@DsLLC cc=<z5M@)|4xzV!anLs@Zp00i_>zopr01sYLT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-arrow.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef6a640fead0ab219d24110bfffddcc6e761174 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3-qX^pA1^Ddu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7vjCqE zS0Ei58yg)R4J2b?VjyfF11JI~AyP4Mi7~NBKtUiVUOP7ss8g^c$S;^7BP%bzu(+h6 zs;;4><Kc^cmd2X?KuHZx7sn6|S=NJ$Ob!YREE_zXj(q)pe%nv~jL&V#%-?J@DsLLC cc=<z5M@)|4xzV!anLs@Zp00i_>zopr01sYLT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..27d32c795fc27f4bd8ed16d1d81cb772cb5c2e9e GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*H4vPl&5< z!!zNU2g1$I1R9<QG(Hk&d;(-hG(VH?e5Tm>Ou6fsO4l<rAnJLp(eqrZ=ef=Fmku*u zHthMZ_VTyAcYd6C^6T8QUzeZ%y8iOl&6mG#zy5vu?e9BpfB*ga9|*2%WL^bYBwrHb z7p$SFSyNlvgA1I~i{1iM8s_QZ7{VdTdXSx|$$)`ngL9UHV_{It-~YzGn{G2}#BwqG zVvrDMSb2}*LB#E9fpzDPhTMMcQ?cd!(rwo{6Ju_#&oyRwd}|vg3*UE14h9cKhxzLm cUVLU(Jj42R!>(C6KpPl5UHx3vIVCg!05IU1%>V!Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-checkbox-checked.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e19dd6882d38a7d2e7649dc4bcb4b6f51a2612d1 GIT binary patch literal 324 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*GrjPl&5v z<72^w$AXPd1R4-Xu;GbV^HbUOr<#4wbo!s`O?YlG^@Yd0SN;oMr>uRq^!(R-cYhpx z@Z;3upEq9rzVr6?{dd0~zW?*%_rL%D|9^Tkc>&OHwvr&fU{5daM~|N*e059&iUfPQ zIEHXU$DTVY=Aa<r`cV3&%Kt@ozSjpZdq;kIQL|Y&^zdxcB+aXn(%Dmf7HdjPdZ)|u z`PGNOX68oU!#@}p<-b-nFdSZb@?+P_7n-O3?vwa^keB%n>k12Z%|f8@44$rjF6*2U FngFTDij4pO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ad9fd148843a62e081eb36165ca04efc01a192 GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4xHBpZ(Y^aoPR#ZI0f92^|CANoH4aybh;B8!1a zu7fb6lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt*x^J|V8> z&!4|=;ljm>7yp96@87?H+;iv70m=XW|IcXq@e!z!t0c%T*uc=JsJNuDsi)_5-;;Qt zsD`JDV+e<Aa=?3rrZUF1OEVn|OdA&pyPVHiFhh?~(%7=mktd~2nwde^(lBe@e@hvl O9tKZWKbLh*2~7al@l~S$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..cc574e4609f399c4771bde06ab0b8971b96be134 GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uAB#T}@sR2?f#ZI0f96(URk<tO=a~60+76a8> z2Vq7hjoB4ILCF%=h?3y^w370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iisC(8978lF zzU|$}+u*=+gy$67lr;z3&M@pYxXJl9pV4Q6hrhqGl~l~_BK1r*vxEn8xg#c)?5fV> zytCKCibvv%PVvDrY7KVE_CFW<FVa@>a_j4mwcw4&UK?FxwC&n7>EiqD$ICm|B!N~j Nc)I$ztaD0e0sw{MNBRH& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-radio-checked-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..8c30fe3dba376c9215973969f728d2d32984708f GIT binary patch literal 381 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*FmFPlzj! zW@z}&uxgb+!*l+c7yQjH_!}PbH$M_+cr4KHjKA?Qf5Q{L#>adOj|G7ujZXv`AA!h* zr-C2^6nrYs@I+_AbG-@A_ul!jABgV#IC$^JmtTLs{rda=|NqGIyq!QR6iR~pf*F{Y z6%-Yfl!JnTL!x71Vry&bIyyUh;NU4wkS|bevZsq<2!|}|L2jWY1rde=t?e@+zwcje zI@x}~-Ikw%7vKF=IeD6^=DXZH?FHYopP4sQ9a}xYJ5_<*%QJYvlb)8IIo48AQ9i7; zv9j)8S`BYC_<spx+-AJRjQO_WLLJq2zpwvb=5klH?+RF03i7_EtDnm{r-UW|gOimw literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-radio-checked.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed55f6c6b6b753f78a763d6d3f879320593d66f GIT binary patch literal 391 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*Hw>Plzj! zW@z}&F!PLH(^J8QXM#=71R5R*G(F~TcmhF!AjVVv29OAl4M748PcV^A|8w2`=Xw*K z@4fS5-`yYk@BTP&@5jM=KR*Bb_vPomufP8N|Nq~Wbuu^5Mv0OjzhDLyR%;tuJNv2A zrq5iuZ25|ns~$gj`s3#>^}_djKs9NeE{-7_vaAQ$nGQ0Dux?oHmYM7N=Ii@<H_u61 zZa=iiN%NevjJ?EnlAOczEetc#+Hb%9z9(re<NH-rk0uE33;lY~kU1{&>j69I82S6Z xSx@^g8hBbUd{#NjWFW8VsrLGC=6)&lpUeyRcwW3s+W8a|5T34nF6*2UngHLcp{oD@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d04294941060fcbb0a95e0a527d21322510cc0 GIT binary patch literal 420 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*G`sPlzj! z{{R2~`Sa&5Uc7kv^y#x;0AvG2E?l_q6%2m-`0?Pu10eJB=g&a${{8z8A3g+<*REZ= z4hBHRl`B`yojV8A0%QXX1hTJQz54g>UmzO-fFeLMA?&_iOtXO&tCs}%1v4-yC@KX8 z1xLqZWM*b%WoPH*6_!_2RoB!4K^+jZwsmxN_S|2&nIEVn&(p;*ghST!Ag9<N1s>J| z{1IGwTh~q1G7CKMw|~W+eP<q=KN|Dw#f2IFwk`HLd{>&`Z{yO3liAI}r-}ND6>4Y6 zPw>2w?Y45!EAg2wx}1d~rYt+2yNB6C9*B>SvMXoksqYV&{&=x*MvjLnEB6ET{VxPe UpIve~3ACBP)78&qol`;+03L$PqW}N^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-radio-unchecked.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menu-radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..1a297dd6afc7ddc41393339fdec415ad2df05dd3 GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4u6ByT*@`3|I*ik&<|I5<MzxPb&Y3p^r=fhw+p zFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ETRdGHLnNk_ zPH^OFG7xax{UD?%Zjyi>Lj@P(%@@n|>#Z@=YjD`f&>A6r#mm6$;P%>?KaJ;4n0R?s zp5lUl%^j9cd~*!v-%l|z`L$4b<|moBoZhaVsjH&@E<DTsp=W_~-Cv=$g-=;?oVNe< zJO4tsh2>DnnU#UU8f(R-9Qu3yib8;(Sn17}lOl|X=ayb8dU$B6rF@)Y{XeUq@+@XK x@z^w@s|rv4#Q=GaS#w%e__T{Q6;6G~xypm%>lr`uI-vU*JYD@<);T3K0RZynb#(v$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menubar.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..dbf51c1d17a5525bb9667316921064ed254ee53c GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL$P6TnCTLXyDdu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7wg8_H z*X!4>KY#vw<+tP~KoLPt7sn8e=;S}=4;(mRU?9Q5(D#$k*7je_LZBprr>mdKI;Vst E09{5gnE(I) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menubar_button.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9a5c322001ed9d3b96c2ce8bd009d4496cec528 GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ$P6U4SA1Irq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@|R21^9%x s3N$=X-=WX|<Z^quIEHY@CNGc!a=aNBzZ+Oh1F{%AUHx3vIVCg!05Vo5mH+?% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menuitem.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/menuitem.png new file mode 100644 index 0000000000000000000000000000000000000000..02f74be0d9511e919ac2fa9970d55ae59e4bbcb0 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^{6H+p!3HGXMV6caQY^(zo*^7SP{WbZ0pxQQctjQh z)n5l;MkkHg6(AiYt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tt<bx;Tbd z^d_eyBm|@@2pbp~7<`zpdS+)#@8VhRru|uRS8W!VZZ<G5@R+<>lHvGWhQ`+ymZ$?Y OGI+ZBxvX<aXaWGfe={cl literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/minus.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/minus.png new file mode 100644 index 0000000000000000000000000000000000000000..a135b7bbb03b75c8672b6e4ef513db36e4961480 GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-t3?!qQvP6LtbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_FfKQ0) zg$oxhUc7kj+`02G02Bdofh15MCMKr4yBo;(^5x6_|Nmo!Ey{ozxk`fkg4NXb?%RL* z%-Qe%tlPiu0E(J;x;Tb#L?;W(FMf8$gpuuj`TKi&Lla&w2fde)IM=v>x!~2;RaZT1 lI%GnY>blIAxG-fU4@0ShVP^DxZE>J}22WQ%mvv4FO#tf0XXXF^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/notebook-entry-border-active-bg.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/notebook-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..5e58a8a7f6775a5e0b58545d376d2571b5ba73b8 GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6HXu_i1AIbU zfpo+ER}ClLmTvn1L?uA9^@CRLbM3z80u4{Znx8t%eCasrmD8+O&a+=_yYX%Njc+?{ ze*5?D-}S1v2SCl7B|(0{3_N@#W#yH>e?PJ+7X}LYc)B=-Xq<mL$&l%Q0>_cQsO|vW zQ~%{}vvX9pr=6W~VD0Lh4D<G_PB#`zR)5zt!D@ksb`XcqlkoVE$WzW2KQs1ZZ#jFE g+s@tO_U1pVCTm#KZ)<eC1)9s?>FVdQ&MBb@07A5N0{{R3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/notebook-entry-border-bg.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/notebook-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..4a47fbfb1cdefd6ed4ecd8e9a58cbf6265d0716d GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}2l#}z z0_j(;UcG($_R*t9kHO%{lP6cMTseRK{Dlh_Zr;54;lqc2|Na^M&v^h;%25*J7tFxJ zS5j79`MWp0Tm&d)>FMGaA`zZ!v3C<QTiV;i8+j)fn3b;bbV~{-bR{YY`A=HN*m>NL rr}D(Ut1jG~ZyO8xB21aRIG7mj9hDQ_vc@+SXb6L+tDnm{r-UW|<Md$) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/notebook-entry-border-disabled-bg.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/notebook-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..aecefefa8610db638505fc3215bcf3944d2e1cf7 GIT binary patch literal 222 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>U1^9%x zK7IQ1`Sa&5U%q_x>ebh8An^VB_g}w%|Nism-@kuX1g_l$sx<O+aSV~ToIE4#00Z-x znLM3xvIZBFPA$09$l%8#<FThr@Thizfg>m9m4I2R82BBRc`#gg+&lUE@fuN}ZU#?R KKbLh*2~7agA69Mv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/notebook-gap-horiz.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/notebook-gap-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..e14fe4b2b1a25a662125f793ad49fb8a8bc2edf5 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^EI`b}!3HGjSJWnh1d5$JLpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TqdRx;Tb# n%uG%If*<^>JV4;Xlfl4nx`O@pCL@JBpb`d8S3j3^P6<r_1C=H- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/notebook-gap-vert.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/notebook-gap-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..bc4a11c48eba55fc97ad74057c2ea8d8853795ba GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-S!3HFkynkm2;uJf1hHwBu4M$1`kk47*5m^jW ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFX5ba4#f on3<f=z;x_C5TqvnL6QSILlPqk!wD&q8lV~mPgg&ebxsLQ0OiRk;Q#;t literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/notebook.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..49aad67b83023fd44c51359e16c632096841e3e6 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2xGmzZ=C-xtZVlH;_4B_D5xc$)o0g%gC;1O92 zRDK<V8J#p{R{#YiOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe1W3-AeX zy?giW|NsBjDS0&jMFc%v978x{lT#8B)}$ZllaOGr+s(qAlo|F8D9PaI>gTe~DWM4f D%mgqr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/null.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/null.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a1600a657945ee95d0c3a620dcb7689c949c9e GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K11|+SoP4xm&EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQke?T^vI+ kCMG9Hur5vz;Zb5>V4lptcyp7EIZ%?p)78&qol`;+01F5sS^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/plus.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/plus.png new file mode 100644 index 0000000000000000000000000000000000000000..fafcd101a550c387d91c5e55f0e6e940feb7c91e GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-t3?!qQvP6LtbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKQ0) zg$ozXqk@>2nC|ZGo}M0{@Ru)N{{R2K;_U86K=o`TL4LvIl~td={P^=Vdjn9!)YHW= zgd;jRV6J8Hvk*qM^>=rdzc)&l!Mmi)pCRbB;uSN4t+u+do!hI~UHH}rt@0O1;bLa^ YKU;mrCWHDLKm!;&UHx3vIVCg!0D#+F`Tzg` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/progressbar.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..2692b940f7fab2d4ce58de2f3979d01d4c16e8be GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^96&6`!VDxIuXC~kQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ex&b~R zu0UF-;R$c^Q{jeZf(=guK<KGJ!(%XlaDgO{3u2#W(P0H@;42C83ucf}*I2oB-TDo0 z-hcS`iGw-)GEm0M)5S4_LpC|(-KS3}TW%fN(7I8-@uBr&TgJBfp7#<G5-;2t*8Vvi n5q{u9Z{TZ=!%1$-)^Nx({9ULx&8;U6<Xr|&S3j3^P6<r_o?2eN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/progressbar_v.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..a91e329cc1c37877940f09708ab19ad8e9a0d375 GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^azM<%!VDy3CI*QEDdu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0F9a@PxPdsc^$H!G<RSAoNtA;V~FNxIhxf1+h=G=&%Ac@RbDl1vAK~Yph(mZvBQg z?>~I}#KD|?87O1y>Eal|5uKdyuC|@wx~RmOdy37jJhd8smh*fM_>q6%$9l<E0YCgD lwgmhTmYh*EVTU^l!*}2GgI4qADFL-Jc)I$ztaD0e0stlhTD1TG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..3f2232c5c45e9c4c799acb0bba9ce59fcf5d4860 GIT binary patch literal 376 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkQQyYD%$W$r1Q04!()M_Cjt#m_!=MaH9q5Oc+A)EjIR+$J{D+vB+v+w0+Rd<Px$M> zWWy7|hNnQmkR@-!mc4!Q;rBBj`t<w%|NmXK);EDh%a#QB1vBvQ@apLsxVw9JczP8U z78SR&wzhTmK!9}Pqh6rGEKe855Q*^I{?|ec0s?N+--TaQTKT>H+_a3I!hbhxYq%SP zuBt2%QSPtpzEy0pFx+ZER=wQU^XELySS?iFxbx7RYdcC+6=M_UKmQ~tG^1NTX}z)A wvXYGOU1GD|B&PIjh(CV*L!xU;6`N|@#|&P^zV?&<fwnSuy85}Sb4q9e0Fu9y>;M1& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/radio-checked.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ec94713f56f3761ad1c8ab486382fb243bed5e GIT binary patch literal 373 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkmhN7&eQOMyY(f1!xR3-Ct&iaK*JLt0<pmi2p3E~Mq-21ge-Xzy7W!h(l<{&{(1WG z&$CZ|{{R1f+os??&}h+;AirP+Q8Dq5(6I2P=9boT=Pz9R`04YPe=nV0OaUs$_jGX# zk&t9P=*ZWsAi!`SQT*tUZ~y<BymS<N!NbtNRQcqY<aY;0YvDcn+n3ZbcU)UOA)QfU zzCa(#0<+N8Gp1^*CJ3l9nK3f>T=n3|J`nI#wwNh)M?AwX-L*Hl5@Lgms(3G~pU!l# g==+}UObiY77w2o3ZB_Q(4z!xV)78&qol`;+05!FdmH+?% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..0efe47b3ab6a008871d2641466da270b048fe4ad GIT binary patch literal 386 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkiK~F;{N^nuU@@+_Uzen=gwWYZ~@48^XARVmoI?~AQve3_wV1|zkdVC|NsAAyLJtz z7^n*<1q49G`Sa(2;y@Cj0LW(GTDJ*kv}{R`UoZnV509R{yGLeLVPR1T&@r`j4UJ7L zt*vcsZ9R`27A^oPEb(-443Ut`Js8c`tRUiWFxXK}t81Fr(cS+`w<)&hr&la_Qxm&6 z)Fip+;lAeIJt2?fmUiua=D$?K*N1C^pH+IJs)x9kg7`}>wtdS>(%GIV#6~bYUiz6$ z;*#3gS#1BlZ1mhJH_J<1-i!0!+Dta%r#3Ui{p(6Ad4C=>eHH?=pTX1B&t;ucLK6V9 Cxvmue literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/radio-unchecked.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..c5f29df7491ac1898eb0ced3acb504c763201a65 GIT binary patch literal 404 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkUn$f%(-*tE?&F{B!S@k`STaR0LXs*`t_?<uONaz@xMsm-@kv?u3fu&^(s&!P&tqU zDu96h|NjFSKm|Ys5D2M$O#@n^P!i-9%pf8v790}V*wlRB;MsHMFJHNF^X8MMuU^0T z`04ZKFJHcxr5#uZR9o)p;us<!nS0Pvs98b8;h?ypR-cBH5c{9+_Nh8uNvY=jQ(m6m zY~HoxOYdI2+cn;ciVB5xK0WJOsowdS%b+)<myu0-rfh?)hgjKza*whchkVt|%mLdc zZ8Z(}5jp9k_?<6S-X?2jdHgQpNzAdIwPeMv-1n=*{r}CX7LfAtw*-X_gQu&X%Q~lo FCII_(!^{8x literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-horiz-active.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-horiz-active.png new file mode 100644 index 0000000000000000000000000000000000000000..84a8ce4ff6a8837f14753c49bd4d6d8b27693dc3 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+<xf)0LbMm@Q5r1 zD!C5Aj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6e81o(uw z0%?YZs|=HF^EW&d1fj=3B+&2#f`EcR#=N+>4nSqxB|(0{3~cP}9i3fIo<4gn@qOk* zps<Oji(?4K%;baxEGy35<7KsGZoKp6ZovlD6S2Jy-Z2%WEAP17cqfCU+<3z3TfC3o d7O0#RWC#*4bo4$lNe-x=!PC{xWt~$(698+MRVV-e literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-horiz-insens.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-horiz-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..619bacf5ee778cfb29f4994a3463fe2bf5cfa630 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+<xf)0LbMm@Q5r1 zD!C5Aj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6e81o(uw z0_p$%|KGlS`xO|x1_KBiPFk8>;RmYYE(!7rW?*A)@96A$^7PqriSIKf0)<UHT^vI= zW+o>rU|DhY9xtmkbK{*icMCSKo`~&z@Q$e{U3tgt#yc4-<;D|M-{O7zwm{{qAVZLV Vp`-VaNpe8_44$rjF6*2Ung9fcV+#NP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-horiz-prelight.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-horiz-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0185f169ad3a9e9ee38c7d4912df5e1b9a0eff6d GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+<xf)0LbMm@Q5r1 zD!C5Aj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6e81o(uw z0_m$)uin0W`wAFbx^(F>7{D1oUPj!b<3M%XB|(0{3~cP}9i3fIo<4gn@qOk*ps<Oj zi(?4K%;baxEGy35<7KsGZoKp6ZovlD6S2Jy-Z2%WEAP17cqfCU+<3z3TfC3o7O0#R ZWC#*4bo4$lNe-x=!PC{xWt~$(695y@VK)E( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-horiz.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..d5bf46f5e3a403b079c24f53504a6b8107b80872 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+<xf)0LbMm@Q5r1 zD!C5Aj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6e81o(uw z0_jz&R&Cq1ZTt4^JHTKk7(mz%(!}$@O`tmNk|4ie1~&Hgj?S(pPoF)P_&#$YP}s!N z#W93qW^%#;mKA63@v>SoH{N-3w_pS7iP+u;@0g0xm3Q23ypzFFZaiW2E#Aj(3slYu ZG6V@2I(i?OBnQ;b;OXk;vd$@?2>>%iT{r*$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cecb83d6dd3231ceebd32fce140cc8a7f14dafcc GIT binary patch literal 408 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K13?z9tQY(NIbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g_lq(-vDHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprXtGpAc6d z{r~^}GiS~`efsqE>(|eoJ$w4}`Sa(mo;`c<;>9bVAP_u(P(Uf5^s{GAo;-Q{7>t0d zCr=*%!Q;musprohJbd`z!NU(9K7RNJ1fM>A{`~XTuit<E{Q3L0{(Q%7pk?wUL4Lsu z%&dk+#^vReRo8Faym|B1t=q4Fc7Ol=^XK1xK)_TsR|KfE%+tj&ghST#AiGer0T0Uo z;~CTBx(p5~ME<W&u`%c=n<#p>J*;XAUwc+m#H0cV+f7|&wr`&_Cf)iX#NM74C@fVI z$-CcSkz3jtPv2jSF1=?eHcRbW$eZQFYyPgPb1$=vtF5cn#Gi^AR32WKZn5K;r}o`! b_6Ph5i$t65Z{BbX=mG{$S3j3^P6<r_JB7@% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-prelight.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0722b77096ea37cd4a18928683817bad521ab91b GIT binary patch literal 389 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K13?z9tQY(NIbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g_lq(-vDHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprV8TpAc6d z&Cu|lVby>B<`?`85BZxP@i#sdY<MaNA|DGhJ`rdDA_(I#h|%y^5F!F3fwJ|F1?s_S zAY{W+u==M0jS$9@-?CMbKr7@+g8YIRn3xrnl*1z;qxS6Gw{QP}gV%4~y!HP5`_G?$ z|M~Oh@7y5v=Rl=7o-U3d9J0O#*@c=7cvuby&zR<>(fKB!`2YV@9-ij1iK4OVyZ1#M zTsMo^JhAA6R&1rmtA?bw%C5x=xcB^E%a8KcSgWtJR({GgcH6bmQRlr^C<Z^$<Yltx swNcTXxbtGMaGQ{IrrfR<d&L;)8+VB4>8oZd0PSV)boFyt=akR{0Gzy&YXATM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-vert-active.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-vert-active.png new file mode 100644 index 0000000000000000000000000000000000000000..e9b37a14abe185658ef19256924531e8c1451fca GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkY;GO$}s6Rf5THj5PA$m0u4_f2q*|-%!`}r093|Z666=mz{cL*(b@In>9gk&-)Bw) z3hR5iIEHXUCnp?W$TDU=Sn}<iZbH@9cd-do-{0MB?wYr^+ImLcy}gn?tII5m5*Qek XR2VwWzqdpisFlIf)z4*}Q$iB}fnHP4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-vert-insens.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-vert-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..bec423255727632149b6d13616228190ccbc61be GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkpBPw|LxniUxC4EFo3Y(q@~#vexN$;k|4ie1~&Hgj?S(pPoF)P_&#$YP*~s7#W92< zIyvD0LzXe~!IE$9bQ7w+zKcz$`u^^2bJx7R)z&lm?(LQISzTsfl)%8Sq{7f~{=FsI PK&=d(u6{1-oD!M<)X-tG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-vert-prelight.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-vert-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..95e2df152d4745781590376df31ca0156687910f GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkiL5L>h0UNZ{ECl3k+`DxB+A%gME*TRs+>>mjw9*GqAC@cXW0=dHU?R#P^vKfx`Np zE{-7_(a8x17_y9+50-p;r<+jq^<8X2)%SOIo4e-it+t-gcW<wx&+0M@qXY(qB^8E_ U^Y1Ou25M#SboFyt=akR{06X_!k^lez literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-vert.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..32cb368c41cbf27a30591138ee1f08e41d2302a7 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkY2TF)wXThwr}6Q0}OV80fY@9O*|jm1ghgM3GxeOU}JCZ=<Is(^x1QX?=vR?h4npM z978ywlM@awWEnFbEcy0MH=*k5yV!)P@9*w5cg@>dZ9Sv!-d;(c)nyh&2@DKNDhwUx T-&>*$)XL!L>gTe~DWM4fAiP`P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/slider.png new file mode 100644 index 0000000000000000000000000000000000000000..4c9d301203975346469723cd7918633ff2c19abf GIT binary patch literal 403 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K13?z9tQY(NIbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g_lq(-vDHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprW(@pAc6d z{r~^}RjXE=JbCi;>C<P<oH=#s6p#U7p96#QFaYG8J$n`+2w_~kdiC11YY_D>U%q?= z25;WHdHeS5&!0bk{rdIq-#?)F{r4Cdfi}sM1o;IsFfl7CDThZyM(x?VZ~uXV*Kgi> z|Nism-+%u6`8)B1Ni|Sixu=U`2#2ie!EPaE0|C|x(vPlcCAqfdP5S$P{+h%y^O}P% z@@~1f+;m6C=Tn;Q-_AV>xv02(u1>(2cAF;S7h!?>4xU)FgIzVS@ZdDpr}`S5UEFM9 zU#k~>T~x#SxU90}B*V0(J4{n8BA;76J5i@qXz1%Ny*Hcr0srE|A{G9pmKg$_z~JfX K=d#Wzp$PzIh{bdO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/tab-bottom-active.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/tab-bottom-active.png new file mode 100644 index 0000000000000000000000000000000000000000..fe63df9ae83defd44c79c124388dfbee84066380 GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch>)j?V+cod@(Q33`{4v72L=ZBvJ|I#I@O*)Sq4v6KbLh*2~7aQ Cq%k`H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/tab-left-active.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/tab-left-active.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b43face9ca1530d2ae0fd7c1757ef7c50a0026 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch_I)NV+codasor+FQ6!o7!wOamQSK>WRk*UpfrQ0tDnm{r-UW| D+-)$N literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/tab-right-active.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/tab-right-active.png new file mode 100644 index 0000000000000000000000000000000000000000..43eae963f2de1985ed7182efa5f258fde2d7dc3e GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch=`|)V+e<AasopmQ1HKm4$BE!hRTGzvw0hSFahNmJYD@<);T3K F0RS<GGV=fc literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/tab-top-active.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/tab-top-active.png new file mode 100644 index 0000000000000000000000000000000000000000..9d88e5acb72fcb99bd030f6de293855d14d3b3fd GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch>)j?V+e<Aasor+umAt+dDNH~f`n6?ZmrGB0Ln6Wy85}Sb4q9e E0H*dZj{pDw literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/toolbar-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..4ea6d282a8a5308cd3a49a50fe24124259823cd9 GIT binary patch literal 307 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6HXu{&1AIbU zfppfYtGU~5CojF1y8J=fvWLk_@24(*n7ZttTIXZ+uEzomPehxZSWJ9qIq8wrq(|11 zAI;f!XYRf`^Y-7ldGqFp(+{hFMsSw|`2{oZ@RgL5m6uok{ylZ?pH)C%e@_?35RLP1 zFKuLOP~dU7*uAKuv(e$({Hu%{dt3L{K9#)_QsH$)rcC{ii0snGHwDYWIF7n79aH-E vvU|&{BH@fK&G3km7jxGcJ=p7(o_#pp%7o=-l+zt^pwSGTu6{1-oD!M<R(E>3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/toolbar-entry-border-bg.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/toolbar-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..f2796fa522071bccaff5784b2a1cd6b7ba7de7a0 GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=J1^9%x z0_m$)uin0W`{KommoHzwa^=dUOP7EoQ1HTq3+K<D2Z~?2cJ1cPn^$dkl7OnYN`m}? z8F=_gO3KR1D}VFei4X;f+IqS;hDd}b@7SCz%CpAqbit*GjBGB?4RX>P8gklNJ!~}F zSUqgkC7y8pwpQ%0m`a@K;ge1l?n!*iUK~seH%(M@!)Bcl02;*L>FVdQ&MBb@0J8C7 AHUIzs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..5f852a5632cff753bb23417becfae550aebd0839 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw zUcP+!%9SfuuU@?d1lK{}#*G^{Z{B?S?%mH{zkdDx{rk_K#<R|OK=rnsE{-7*my<P& z1zH%Nm9$M+ch_Kp(iF#Jb0!nR0>zJF1|G^E&G?+<Hsz}uL@a1=(F)R-X*5Oafb#@H a8HQC7M>M}=$p-@sV(@hJb6Mw<&;$UIW?KIM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/toolbar.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..714890a4dc6f9c4edc7dc68b548e2bafdd555b33 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL$P6TnCTLXyDdu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7wg8_H z*SmM`e)#ZVQzXx0popNSi(?2!bn>6`2M!!DFpywj==;fNYx^%|AyAUR)78&qol`;+ E06mc~+5i9m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/tree_header.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/tree_header.png new file mode 100644 index 0000000000000000000000000000000000000000..a6b8c93261410791e93e8513299c685bacc9b1a9 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^Ahrx6GmuOw-ctdjn2Vh}LpV4%Za?&Y0OWEOctjQh zm0t&8MkkHgAT^RDt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tr<Y_=LFL zx^?UA+qWF{FGPSM0-i38Asn*Ff9{{~h&^(Ef#K~{jk!k_<}v~07(8A5T-G@yGywoY C%rOA~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-horizontal-active.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-horizontal-active.png new file mode 100644 index 0000000000000000000000000000000000000000..0de85ab864281f6f3e74ac515db128f1b0ed0f7b GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^N<hrd!VDyfqZuTD6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8<XES>hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE07j!cqY*DOrYVpV8dg9h9_82x?RIrpi-WaAirP+IeCShyLRu{`|0yf+3dZ+KyiIf z7sn8ZsmTco6cg6jF*Dy5IiMtyE}+1ubEs9t2uSv+2r-BycC~Tm2rgLK%vd0-Q=AfM Rnhw;;;OXk;vd$@?2>_5-O&9<G literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-horizontal.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..b784550e52621cd95f44f735db105d707c19b17d GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^N<hrd!VDyfqZuTD6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8<XES>hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE08{O=FGWs=guR63l}b+i5Q2zk^w5^DGBlmW{{It*tu)>p1q$w|CG(%8w?cJ_jGX# zk(ipCus|_kogFjtZIJ^?GU);ej5>!}Rg8dSpNbHJSYlTjcaGqKrOk{5!aBt%k*4WD Otqh*7elF{r5}E+SD_BSX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-progressbar.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..c833b995a20558ec7d676759ea07e54fa063ac58 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^AhrSvGmyNg{pB8zVlH;_4B_D5xc$)o0g%gC;1O92 zRDK<V8J#p{R{#YiOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe2x4e$wZ z1=1J6;LMpb=g*%%ckUdJ#08Gc=$;7Fz*iFF7tA1|uCa3My7e30y#Mg=69;qpWuT0m zr;B3<hiq~}14H+2S00`-ukY;*N_bH5{aq{rv;G8|0|(eu<arD@i%zn!l_|VDaA3>3 kyWWg!Y+H@{0?L^g*6&W2IksFj0B90}r>mdKI;Vst03p+CV*mgE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-progressbar_v.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f2dcce3d33f20ec7cd3078902c6af4efce2e47 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^3P8-o!VDzUlO3l6Ddu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0H^649=W6bN>AKbLY+hNnGIAjP8j*4SXd*e!&bf>KZH8u3Nw1&HE1@KXEXpUk1w9 zd%8G=aLi0jIKUwG{ocWYx0Tq~o|V3za6p@tt*=}|p`lSc^Z~=J18i(%A&l&7Y9h|@ lTm}X!<~o14Z;@oh&ETY-E~D^6={C?P22WQ%mvv4FO#t=GX!QU9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-scrollbar-horiz.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-scrollbar-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..e95ae2a07e792139921936c72ec44e19dd4c64c5 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K11|+SoP4xm&EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQl47T^vI+ zCMNHx{r#<;&4}^weEa$n*Uq@CI~I6$@vQdEX$(9Y*cTiy^~wS&X7F_Nb6Mw<&;$UD Cb}()L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-scrollbar-vert.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-scrollbar-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..f55994b5a7e4cf32640f2f1c3e4c87c4a3ae46f3 GIT binary patch literal 162 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K11|+SoP4xm&EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsZjT^vI+ zCMNHx{r#=p)zy`)h(S1Vmz!ySmfY1IX$A%#X%<1d6Ng^{l`?p``njxgN@xNAtf(t< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-vertical-active.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-vertical-active.png new file mode 100644 index 0000000000000000000000000000000000000000..c63f182a122004d948015d8e389e3964918361c1 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!FM;!!v=FX95k+1sfg<G(5qDWW-$V09Esr1o;Is$jK}0+_ihp-p^lt{B-!zmkyLL z@N{tukqA#tP~bHPS9O$-DPQj>VN?FzL1It&d%hyJ^LK9xu>HQfT7WHhi86C11A{-e VM)^WPjt4-!44$rjF6*2UngIHbQ#k+t literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-vertical.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/trough-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9af498a8a9fb16d0c1bd9a5dbed4f1ceef0df2 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!HkNGiT17J9i!lT)1!nO#~>}vHZtZplaTdAirP+IeCShyLRu{`}xa{pAKL8(t#2N zo-U3d65+`S3cLp4s*Vye<?9_KY|7s|NbD(p&sW5D{_br7w%>PG3$O(*QD*LBVDRVG VC|@YZ@c^io!PC{xWt~$(69A=IVUPd- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/up-background-disable-rtl.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/up-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..6e5c2ce4b17bedff2da141a0c75c99145b8b64a1 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Bx;TbN zOnrN5BX5HN59>waUtY<Zn1!+rEHjwxZpbPkGBL6tdtD`)fME9$W#jS%h8_%){L15> u-<v(N_YSXd@oIqsU-r1<|G3G2TJK8=x1Z^Tvy*|wGI+ZBxvX<aXaWEr6+jUH literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/up-background-disable.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/up-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..0e2f1be8fe73009379ab4135b689c9662636d1f3 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#RGmu>AYB(84F&8^|hH!9j+<xf)0LbMm@Q5r1 zD!&fGj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6c|1o(uw z0_l7A?mc?+=-s<_KoSUk{r>&?&!69dJtaUn){-E<U<Uc!4}Q*MeR&rsAnWPk7{Vc& v%)!fBDwLq1ukRnmFfo-+VUtZmh!8{kR*8qV*PosWRLJ1z>gTe~DWM4f+;T?f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/up-background-rtl.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/up-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..3f6060603143a930d105b351f5bc913a26e627ea GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Bx;TbN zOnrN5BWHty0PDq{O5ukNr8ebeERVW8?F+AofyFhpIVqFW8_vY2$ZjiNV3@(Sq1Nrl ut?K+qZtvPAZR29}Iq&_YZT{a4Z<v<M;x3o{oBR-HEQ6=3pUXO@geCwI_Cy2# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/up-background.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/assets/up-background.png new file mode 100644 index 0000000000000000000000000000000000000000..3247f7f32d434e1f73da901f9b4017e1d39992ca GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tl&$x;TbN zOnrOCP_V&)hv6VMt6b1SMW%peZ!4Z7Od^Jk69WvL58AWssCs_nZufV;gw?B#p5a>+ zm=@;p=G{Ifo?dCCrd56i?zEb-9rOS3rv0womvg#Fwc_)8frc}9y85}Sb4q9e0F$mm AQUCw| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/gtkrc b/themes/Mint-Y-Darker-Watusi/gtk-2.0/gtkrc new file mode 100644 index 0000000..eaa265b --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#4a4a4a\ntooltip_fg_color:#4a4a4a\nselected_bg_color:#9ab87c\nselected_fg_color:#FFFFFF\ntext_color:#4a4a4a\nbg_color:#f0f0f0\ninsensitive_bg_color:#fbfbfb\ninsensitive_fg_color:#a9a9a9\nnotebook_bg:#ffffff\ndark_sidebar_bg:#353535\ntooltip_bg_color:#fbeaa0\nlink_color:#5294E2\nmenu_bg:#ffffff" + +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +include "main.rc" +include "apps.rc" +include "panel.rc" +include "menubar-toolbar/menubar-toolbar-dark.rc" diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/main.rc b/themes/Mint-Y-Darker-Watusi/gtk-2.0/main.rc new file mode 100644 index 0000000..72255a9 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/gtk-2.0/main.rc @@ -0,0 +1,2441 @@ +style "default" { + + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkWidget::focus-line-width = 1 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 2 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkEntry::state-hint = 1 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 15 + GtkScale::slider_width = 15 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkExpander::expander-size = 11 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @insensitive_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # For succinctness, all reasonable pixmap options remain here + + engine "pixmap" { + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image { + function = ARROW + overlay_file = "assets/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state= PRELIGHT + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Option Menu Arrows + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image { + function = VLINE + file = "assets/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image { + function = HLINE + file = "assets/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image { + function = FOCUS + file = "assets/focus-line.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + # Handles + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/plus.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/plus.png" + } + + image { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "assets/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image { + function = SHADOW_GAP + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +style "toplevel_hack" { + + engine "adwaita" { + } +} + +style "ooo_stepper_hack" { + + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + +} + +style "scrollbar" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-horiz.png" + border = { 2, 2, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-vert.png" + border = { 3, 3, 2, 2 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-horiz.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-horiz-active.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-horiz-prelight.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-horiz-insens.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-vert.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-vert-active.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-vert-prelight.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-vert-insens.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = @menu_bg + bg[INSENSITIVE] = @menu_bg + bg[PRELIGHT] = @menu_bg + + engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator + + image { + function = HLINE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 4 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = @selected_fg_color + + fg[NORMAL] = @fg_color + fg[SELECTED] = @fg_color + + text[PRELIGHT] = @fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "assets/menuitem.png" + border = { 1, 0, 1, 0 } + stretch = TRUE + } + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = SHADOW # This fixes boxy Qt menu items + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "checkbutton" { + + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + +} + +style "entry" { + + xthickness = 6 + ythickness = 4 + + base[NORMAL] = @base_color + base[INSENSITIVE] = @insensitive_bg_color + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_entry" { + xthickness = 6 + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/notebook-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/notebook-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/notebook-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_tab_label" { + + fg[ACTIVE] = @text_color + +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 4 + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "notebook_combobox_entry" { + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "combobox_entry_button" +{ + xthickness = 6 + + fg[ACTIVE] = @text_color + + engine "pixmap" { + + # LTR version + + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "spinbutton" { + + bg[NORMAL] = @bg_color + + xthickness = 6 + ythickness = 4 + + engine "pixmap" { + + image { + function = ARROW + } + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} + +style "gimp_spin_scale" { + + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "libreoffice_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "standalone_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + + engine "pixmap" { + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # How to draw boxes with a gap on one side (ie the page of a notebook) + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + + # How to draw the box of a notebook when it isnt attached to a tab + + image { + function = BOX + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "handlebox" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" { + + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 + +} + +style "combobox" { + + xthickness = 0 + ythickness = 0 + +} + +style "combobox_button" { + + xthickness = 3 + ythickness = 3 + +} + +style "range" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-horizontal.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-horizontal-active.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-vertical.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-vertical-active.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + + image { + function = BOX + file = "assets/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + } +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar_v.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar_v.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "treeview_header" { + ythickness = 1 + + fg[PRELIGHT] = mix(0.70, @text_color, @base_color) + font_name = "Bold" + + engine "pixmap" { + + image { + function = BOX + file = "assets/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +# Treeview Rows + +style "treeview" { + + xthickness = 2 + ythickness = 0 + + base[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + recolorable = TRUE + state = NORMAL + file = "assets/null.png" + stretch = TRUE + } + } +} + +style "scrolled_window" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" { + + engine "pixmap" { + + image { + function = SHADOW + } + } +} + +style "toolbar" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = VLINE + recolorable = TRUE + file = "assets/null.png" + } + + image { + function = HLINE + recolorable = TRUE + file = "assets/null.png" + } + } +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + + image { + function = BOX + file = "assets/inline-toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "notebook_viewport" { + + bg[NORMAL] = @notebook_bg +} + + +style "notebook_eventbox" { + + bg[NORMAL] = @notebook_bg + bg[ACTIVE] = @bg_color +} + +style "tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + +style "eclipse-tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = shade(1.05, @bg_color) + fg[NORMAL] = @text_color + bg[SELECTED] = shade(1.05, @bg_color) + +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 100 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = "#000000" + XfdesktopIconView::selected-shadow-color = "#000000" + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @bg_color + bg[SELECTED] = @bg_color + + fg[NORMAL] = @fg_color + + engine "murrine" { + contrast = 0.7 + glazestyle = 0 + glowstyle = 0 + highlight_shade = 1.0 + gradient_shades = {1.0,1.0,1.0,1.0} + border_shades = { 0.8, 0.8 } + } +} + +style "xfwm-tabwin-button" { + + font_name = "bold" + bg[SELECTED] = @selected_bg_color +} + +# Chromium +style "chrome_menu_item" { + + bg[SELECTED] = @selected_bg_color + +} + +# Text Style +style "text" { + engine "murrine" { textstyle = 0 } +} + +style "null" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + } + } +} + + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkTreeView" style "treeview" +class "GtkToolbar" style "toolbar" +class "*HandleBox" style "toolbar" + +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkCheckButton>*" style "checkbutton" +widget_class "*<GtkComboBox>" style "combobox" +widget_class "*<GtkComboBox>*<GtkButton>" style "combobox_button" +widget_class "*<GtkComboBox>*<GtkSeparator>" style "combobox_separator" +widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header" +widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" +widget_class "*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" +widget_class "*<GtkComboBoxEntry>*<GtkButton>" style "combobox_entry_button" +widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_viewport" +widget_class "*HandleBox" style "toolbar" + +# Entries in notebooks draw with notebook's base color, but not if there's +# something else in the middle that draws gray again +widget_class "*<GtkNotebook>*<GtkEntry>" style "notebook_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "entry" + +widget_class "*<GtkNotebook>*<GtkComboBoxEntry>*<GtkEntry>" style "notebook_combobox_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" + +# We also need to avoid changing fg color for the inactive notebook tab labels +widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" + +#Fix GVim tabs +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_eventbox" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# GIMP +# Disable gradients completely for GimpSpinScale +#class "GimpSpinScale" style "gimp_spin_scale" + +# Remove borders from "Wilbert frame" in Gimp +widget_class "*<GimpToolbox>*<GtkFrame>" style "gimp_toolbox_frame" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget_class "*<GtkCustomMenu>*<GtkCustomMenuItem>*" style "chrome_menu_item" + +# We use this weird selector to target an offscreen entry as created +# by Chrome/Chromium to derive the style for its toolbar +widget_class "<GtkEntry>" style "standalone_entry" + +# Eclipse/SWT +widget "gtk-tooltips*" style "eclipse-tooltips" +widget "*swt-toolbar-flat" style "null" + +# Openoffice, Libreoffice +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*" style "ooo_stepper_hack" +widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" + +# Xfce +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" + +# Fixes ugly text shadows for insensitive text +widget_class "*<GtkLabel>" style "text" +widget_class "*<GtkComboBox>*<GtkCellLayout>" style "text" +widget_class "*<GtkNotebook>*<GtkLabel>" style "text" +widget_class "*<GtkNotebook>*<GtkCellLayout>" style "text" diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/button-active.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd6865759433b710256f4b38e25f3231ff41314 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ((_>EamT z(fRi3M&3gPBCZ#I|J99XHqv%!n&jEA_K;D4fm7Bog=>>FJD7#mPSmK8j?U|gv1NX- zD{peK+?gEqH7hQ&#GH9!(f8Q)T>o>4#k;FjA5UGPk;(9l_0~C$wf7m;+}S%lg@JVy zXU#Uf=^vCItY$M^;mDg6(EN{4i`)8a`rD<o4DU71TgI!pmcQ3d3if)*wuF^SQAUM# hl9r_R$uoWo{_|RNV%FWMTnTh7gQu&X%Q~loCIHGpX>|Yq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/button-hover.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..aa079ece8e7bf704069fcb3750ed5728bc700c49 GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8Vc#JKp4Nx=eWuvW>dKlZ5X8r*svh|*?4iK{MWu^R8N!zJO))$xvT|FIqv853 zI`yry)fsB<%R6x}7cfTEZ0a~s9DDt?MPD$pfYXlh*zz93ZAy<8&4^sRYWb8)3^B8f z?5mX+l$?4#rq6qBdtlv}*onGsl}F$G58WTK!bx;hK&#dl-wR1;?~b27o65a6r1aB~ zGd!Vl8`vF~Clvql)#P33vE!=lgSo~3n13+%pSSCbJAIG|=zIoGS3j3^P6<r_Y`Aqy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/button-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..4ed823728cbcee7121313076bbea34ca3f9ec6a2 GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ+5z>EamT z(fRh;M&3gX0xlQr)lY{r3wm_iVRi6ObqHT3v4G)uieB;@9mZpd7ZnBXv@E{5r-b!F z>0LFYDo^$WOMTQH=)JVzIede`W7o4e+by35aX4gGr|)L(<8^R(!>ydZGWYtnaE6zc zr@Aqy=-z($J9B5q3MbK30j*kJ{4adz{@4+*?Q)DwPXE${m7m!zFf5tkx9#`Oi5fri dY*k|!;vP*hdfaRj`3&e%22WQ%mvv4FO#nZnYUKa` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/button.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/button.png new file mode 100644 index 0000000000000000000000000000000000000000..9d50a7e4f6dab8c2c67c550ffb8f248308336a1e GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ()5>EamT z(fRh8Vc#JKp4Nx=eWsieU%<qv_*5XENT@7dl#f|PNhtQ+gG{B=J!eH$u87GoT)#!9 zzIC=b!(juNU@zqY)~cjU9VfD5ug}k%^^8wp>6d`3lUIFH5?ZvQIzR3CoX;G0c3JIr zQDRVPS|xWThkwKB&jBgjf$<xE?~|I&X1c<WH!Gm|pYWC))jvK~72kBqH=eC*SbqFW v+5^rDj8lT%Sw7z=*12I9YmJxYeunxACcAC2Gv=}YozCFt>gTe~DWM4f^AT|Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/menubar-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/menubar-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..299c550650fa3b0ccb2c20ff9e5fb239f828c05b GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL!3HEb;&xa7DVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0vUo-U3d z9-VK`Itns4a2!7Hn9cs{`ZfLm7sWdpay(~=zfpe<R0Rdg8@9=^iX}F&Y_@*Fa0?{p M>FVdQ&MBb@00l@fPyhe` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 100644 index 0000000..23a344e --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1,222 @@ +style "menubar" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[ACTIVE] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar-dark.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button-dark.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + + +style "toolbar_text" { + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[INSENSITIVE] = shade(0.7, "#dadada") + fg[ACTIVE] = "#dadada" + + text[NORMAL] = "#dadada" + text[PRELIGHT] = "#dadada" + text[INSENSITIVE] = shade(0.7, "#dadada") + text[ACTIVE] = "#dadada" + +} + +style "toolbar_button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "menubar-toolbar/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "menubar-toolbar/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "menubar-toolbar/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#414141" + base[INSENSITIVE] = "#393939" + + text[NORMAL] = "#dadada" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#2f2f2f" + ChromeGtkFrame::inactive-frame-color = "#2f2f2f" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" + +widget_class "*ThunarWindow*<GtkToolbar>" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*<GtkMenuBar>*<GtkMenuItem>*<GtkAccelLabel>" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkButton>" style "toolbar_button" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkWidget>" style "toolbar_text" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkButton>*<GtkLabel>" style "menubar-text" + diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 100644 index 0000000..5bd9a7d --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1,166 @@ +style "menubar" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[PRELIGHT] = "#5c5c5c" + fg[ACTIVE] = "#5c5c5c" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#fdfdfd" + base[INSENSITIVE] = "#f4f4f4" + + text[NORMAL] = "#5c5c5c" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#d9d9d9" + ChromeGtkFrame::inactive-frame-color = "#d9d9d9" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" + +widget_class "*ThunarWindow*<GtkToolbar>" style "menubar" +widget_class "*CajaNavigationWindow*<GtkToolbar>" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*<GtkMenuBar>*<GtkMenuItem>*<GtkAccelLabel>" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*CajaNavigationWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" +widget_class "*CajaNavigationWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/menubar.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..2be034ef3a8d8bbcdd55baf64b7431eec8a61e19 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL!3HEb;&xa7DYhhUcNd2LAh=-f^2tCE&H|6f zVxW%eAk65bF}ngN$X?><>&pIsg^%A{SJ3<RTA+}Tr;B5V$MLsk9R(Q-c$ge-b=KF< xIN-FnDLkL|&BnhWC82H(Fz~_Gz;o3>rka&((}Xr<Bmi|Yc)I$ztaD0e0stQ1FGT<V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/menubar_button-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/menubar_button-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8179244b3357b617c59ab2c51b0cee420aed820a GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ!3HD+(^8%SDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-D;sd|UZ#>q}c}=V*$|&pP3f0BadZL=x85lI&nNHniZ`A=RX7F_Nb6Mw<&;$TR CKQ06S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/menubar_button.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..78c8122e226f075afb51e3b0ae6ee728a869a198 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ!3HD+(^8%SDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-Hwl02V&)mx>yjE9YYs!^Lf!=Pql3Q8$85mxNGQDp2T$KP+%;4$j=d#Wzp$P!` C)GVO@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..54293fdf0ad2ca4289100a4744099a03b02634cc GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7mo@^o<w z@#svxa{c;${nc8>5)u}lQP4Pb_`s1fM;v%Rynk=s_I>?+gBXjV=?_1?4d>C>v?_^5 zEN@o5-2J-H%FowsORiqN_Ma1Px6@{)%9hH=O*(hCMoIqrpPsnlo&W#&aZ-U!yoWb7 zewozq>D9k4|9za2_VB#l_iwJFcK5y7-`1fXJ<}UIJ7;z_MjdSBT{CanFK%IDVdm1L zc^n2=7gxA07VC{N$+|dU%ZvN>>v<MNF0|RQNx|y+<o6)1&-?iLM1e<X=N3$LwR!Vr z=KHwXw1j7m1#>PKhL;3|hW}ZbvY_(gt(V#RS0p-SglY6|-Rrk;&n}nGFZY_yl=%Af z>;KcMI*eZ2)-dMi{1~)#=ht^n)7!Y+-x=BL{5^}2!DM61qP_M~A;6$y@O1TaS?83{ F1OP#&xcLA8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..519e134b1090ad7b73802a45c968f615f3e831df GIT binary patch literal 406 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7l7_H=O! z@#uVeZNJyy0FmP#@9#YFZ=zYDhoKj{>&3HccUN}WHFM=PariayF9>+SyhDXw;f2uS zMIr2p!Mj~HJP3U?A$zH-bKmZgJ(4Xo@(*er_}EVh+7x2Qww~W(nX*Cp1;L38p&K`D zywa4s?$87+w=YGLt*-qFR4(4N?zY_PhNc7S|DO3AXTsyZ(vxk^ho1FS_Zs^iZ{Ah+ zh41g}VzI1WjhDnrKQ}$ITRGXsP2h}V$=>WRphn|#fl9`D?FCF)AXLvO$jQ<ef0}#8 zp8W=$EG?lMCtk}`*IyB%^*$<8`iseq#~BjKPIG4;S9;iYuJBXr^S|Yy^K(qM^G*u- uG`q?z{@Vl}lk;n{m}mQOcR%B*V|?e6HFL|UiG08?WbkzLb6Mw<&;$Te=cU{L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..bf7b10d06c2754b70137ebed2b57fa3a02bfaedd GIT binary patch literal 322 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sm>EamT z(fRh8VHUF^PwPYTs7$TN!EX%C<ZZlO#Pg0xF<0RU3tN0n{v@yL%u6?7Psutb{9}Hh z{q@i$ovUXy<VxR>t#)$}5ac<`U}n7HRqssu89#TedwpK+gw1(&2KCUtU4}+Q=SpWS z+iu(UKUDLn?emzEcLkkxY-{Rx@#vj{*UD{9a!aRZZFQ3?UEwVIDxm$JZb|)aU#a6C zSs6My0<vwlHMu;Q+HpXMDfF-2QXZF*o5gcx+`M_lF1d%}{H*BxKR$R&YVn#h6X+EN MPgg&ebxsLQ0BXv9SpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..401c5cb577b6ad1942b2d542416d4032ddd97781 GIT binary patch literal 335 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ&uk>EamT z(fRh8Vb@^;f!2rW(anNKRyY4h@=Vz6z_BFihB8Z$0jG4#&f?66xyOWWue_wA`Lvbw zFMEZ&kLjxSzo*VL>{E7OF;rHXlG?dQW5G<x!v;1zhT==F>|M2LzC_3Oy6Mk<8n%4M zU3<0Q+}hIE`AI$dS7*-JT%32-h2`|7JKLL{RqpHLFk<K^U01$$+vc?m_f<6<IlTg! z{^>s1dq0<TOYUz*21&ujj&IS9416vuS4;0oIaNp`ue)q=H_1*t>a~B`zfIS&zJ|ZQ ZCVZndL4i;6i4o9W44$rjF6*2UngC%6gFXNN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..24480b98111cef5c68227e9bdab2320057c0f087 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ+5!>EamT z(fRh8A>UyG9_PSmo2ICipZt41RkA}l;_a11FJu;X|7ZLWX4m()qR&u3@PyADNzWBp zE-a}%jjwlYcyGNecem)Py@&56rfCQovNC?SnX|TWrX}moV@ASr)c$N)z^a?!$Q^aT ze&Kh1Mb9tymOBbEPFk?)(B0(;&npkzUARg^iOJYGn|JHAXvIke#vL4Sdvk0{6#To6 Q10BcU>FVdQ&MBb@0MsdEWdHyG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Darker-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc822f001cd7ed843741d20d3128be0ecec9ebb GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8A=hC8p4NxUJt7wLy!?A!+-uIoPQ@;(Dbs?iteg-2XS~Ng%jL68`|icpx*l6N zxMT#nIJhiWm5|o4J9)k6Ws`$vW;rbtS!1cZl;!4k*~@R+3T0+9tnYZScjk1~=G}+S z%u<>^Q}T{1v!JQ<_4RST52qdqmwgq`Zgpkh{uU)B!9vM`dFo0`%^eG-6iIH$z5UrT zFm#P2^MTa!ovWN?NNTD+Nj-RXujY|6{w^&1J7)y$uHNk74s<?)r>mdKI;Vst0CK2y A+yDRo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-2.0/panel.rc b/themes/Mint-Y-Darker-Watusi/gtk-2.0/panel.rc new file mode 100644 index 0000000..c877428 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/gtk-2.0/panel.rc @@ -0,0 +1,153 @@ +style "theme-panel" { + + ythickness = 0 + + bg[NORMAL] = "#383838" + bg[ACTIVE] = @selected_bg_color + bg[PRELIGHT] = shade(1.1, @selected_bg_color) + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + text[NORMAL] = "#BAC3CF" + text[PRELIGHT] = "#BAC3CF" + text[ACTIVE] = "#BAC3CF" + text[SELECTED] = "#BAC3CF" + + engine "murrine" { + reliefstyle = 0 + glazestyle = 0 + glow_shade = 1.0 + highlight_shade = 1.0 + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + textstyle = 0 + contrast = 0.0 + textstyle = 0 + } +} + +style "panelbar" { + + fg[NORMAL] = "#edf5fb" + fg[ACTIVE] = "#edf5fb" + fg[PRELIGHT] = "#edf5fb" + fg[SELECTED] = @selected_fg_color + + bg[SELECTED] = @selected_bg_color + + engine "murrine" {} +} + +style "panelbuttons" { + + xthickness = 4 + ythickness = 0 + + engine "murrine" { + textstyle = 0 + } +} + +style "theme-panel-text" { + + fg[NORMAL] = "#edf5fb" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = "#edf5fb" + + text[NORMAL] = "#edf5fb" + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = "#edf5fb" + + engine "murrine" { + textstyle = 0 + text_shade = 0.2 + } +} + +style "panel-entry" { + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + fg[INSENSITIVE] = @text_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = @text_color + +} + +style "theme-main-menu-text" = "theme-panel-text" { + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "workspace-switcher" = "theme-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "indicator" = "theme-panel" { + xthickness = 0 + ythickness = 0 +} + +widget "*tasklist*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*PanelToplevel*Button" style "panelbuttons" +widget_class "*Panel*GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*Panel*Button*" style "panelbuttons" +widget_class "*<XfceArrowButton>" style "panelbuttons" +widget_class "*<XfceActionsPlugin>*" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" +widget "*dict*Applet*" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*Tasklist*" style:highest "panelbuttons" + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" + +# Fix gtk-entries in the panel +widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..78ee1e496cd3b04b6b18c8012dab91f967a4d95e GIT binary patch literal 358 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkQQuwEZFc^u<?mN0|E(F-xjR7D_DD1u<n6S)eWJlo5JOnM2b&|l%5eSI3!wdShVn{ zc-B_Q)YU33sVc7Nst&QLE-7mE(dyPg>ej&;mcAO6ep-gM+6LCzhW1v!y#4`gVlN5u z3uf^2@_zLANwoQz6+oeQPZ!4!iSXQhcfJD(JS?(IhA;PupZIS-li4*QCC~cOE(Vt+ zl2t6s42_I33=;&pY8ENQUwPA_BiJ2kKUehX-m7NPiu$#0)NXqfXU)EQ;bEw9?CozJ jt<T?=h)K*la=xBp5BtI{-{tB+s~9|8{an^LB{Ts59;kQ* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..048c0d8e343f274c7b78c0d9db1e73779f73d33d GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0UF-;R$c^Q{jeZf(=guK<KGJ!(%XlaDgO{`$VAbkw86&Az1fNr0BRv$w`rtGa{vD z#Iv`HXYUZt-YJ>3RyuxxOx$ewpcaL|dWE1SC9fhS?-FJATy^Upb-M@+b1zL(H%)Ud zEn^2QV@EAxCoL0aZ3Am<1Dj%P855vW_)3EOf*EAgHCC=&w|>K$_a8of;$Tj{43yd8 z>Eak-aeD3L+d@qWBCG+b-o~7#jCSAJ%k%&L??cJ_F*YWqZ`{8Xv9$=Z*co|fyyxsa zx!m7!(iUM(cViZZ!U>EI`u^~z#XHpL%~jany{n|*XDG+Vs09vn`kT|$B6Q!zG3Kbh zI`m3(!?e}s54{l$Fj44<yL)(<X#ebc*|S*^zx*=X-g{O0|HB*KM2lmliHJYjbM|oN ztJk)F*kt<4m=umVvNSAcHs;%XQEBm-a*ah7PN(c=yb))yEhuAA3DErvp00i_>zopr E0KxOMWB>pF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..761ab63509f1bb49dfb1bb59b950cdac72445a98 GIT binary patch literal 374 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkQQ!uCS3DCxcQkt!xMqVM*@vc1Zr*z)Z7uM1EL2&L7}pXLRB|Kicg7@o)ODGELM0_ zB5R9O%4!vdSQY0K71s<ks~|P25H*Kr4GUil3qLJG8y$Ts9YcrON6)o^7RZ+b`2{m* zXlmBf*7o24$J$J#fl3oRT^vIs!gKpQg&GuiSd^O<2p(k(|M36(7lw!>8}cuQPG()O zAn${-0fWGdgNzKEI|GbGPwi6Wys5Zt_Wt7<U$(xQ(LABuKKI1NOYiNTnOw2STa?Y- k98&XV?m45wt3Uk|=kn)l%@ldb3ABsB)78&qol`;+00oYO&Hw-a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..93be19141fc90a4d49b296ac724839c670696bc8 GIT binary patch literal 481 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Er2#%6 zu0UF_;~h`ibMb~30*y~VsNsn~-6Ig$@Pr?T>Y-eb;^QKvCqzomNMvu5$lf85y-O-> zt#tfs>G%cmLCuN*4T?dH%I>+!-o?t^rD|3|YIflo=H6Py4qC=eTBgogrmkA%-a7hL zI{G$z2J_|vEmkiH@(X6*7Zr<*Pe^QPZfWho4c4jrKL^yZ+SA1`#NzbY%eTdv6a-iU zR1b@Io_$xY{pY_w&j$8{IfZM*o?qPTDx&V0lroXqQt;r-_4+E4l0<g8Y~JGVV8Ip# zp`Y?0#tZh9s;sbI^`2uxoyO8QUal{Ht=u;pTGqIin{QRV<NJoS`?6Z@TQ87Z!%_8J zuv&Ru{{HV~nXVUpuiq){AYaqI`lbGr#LU9w{+~<MWiSYFp82;$hJ7Y0kL;XKt3I*E hPoMmXluF&SKXa+xg-bUkwE&&X;OXk;vd$@?2>>D}wu%4% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..1866d89425df7fdb80a4be0188abfd746d9dee84 GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uAfKP}k zkp7PZ1R9<QH9iq*ex}v)T&wT7;iTtw(_cEweCa*!rSF2*ehXf&zx-{_?H?DO{kr(< z*X8HGZomC~=k4!jpMJmp_V@jdzn^~n{r2ncuit-xMz+Y^jRKl3R}$nG%%GuJQ`>_J zEIhd#<l|UR7sn8Z@ZA1Lz6J#z)``AHYr{8u-@i;n#HsmxzS_%A655AUmw3E$J;rc| zTj6AD^ooMT^A>Md|J-w{de`ok@=p}j1l|>paMxQr;qj%l*Q{-;*EqPIy8pV;GH~is Zd!`Pd;|miblz|p8c)I$ztaD0e0s!b3r^WyP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..64bd31bbee10ffe5c7fadb85f9ff2b53e1ebaedd GIT binary patch literal 482 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Er2#%6 zu0Z-fAt2E3M56hbRO>V8_GgNn&s4gesr5WJob=pk>dWwDZ(~=!O<eu9aP#}pZSTvr zeVBgY)4VfZHeUU<|K5*-_kJ9{_v7lzU$<ZXzVr6?ufIS5vW#`*<XJ$A)k}i>f*JTl z#bV<V5}TS^T6=JVbt?bQ0ky30ba4!^IKB4rZLuZ=0oDN3!&6Sa`yO=p!GC*0sp<!h z9;`ZA`6VY-!DrHu6FTBqDova7<296yDipb<^*LNv;Ie?}r~Do@hwa(T3vN4IWjj#J z%&>YM%dgtGn@b!o|K7{^M0C}y*SsGt_)p(@TY3STh+qD?hkZ%8->)eJTI}6>cJ_Vi z{|~>s>^CZih<cOy!9<^3^0nO`HZ^_S<&JF)6Pq`Cv|mixBlEXzn%m4b=3oA#cOTL( RI16+)gQu&X%Q~loCID76?{xqG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..3a908ee8438aff5eabcc9afe4229e886d6c175be GIT binary patch literal 372 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkQQ!uCS3DCxcQkt!xMqVM*@vcfDEzbXHu=tq}!h<c0SYUd2TrAx#^VWR?}ZP%zPQL z<Za^Ww+HY2IDGHN(FeaSJo|O=`L8=~f8Trm``L%z&p!SB_51JdzyE>2$M|Fz&;t3A zAirP+4Nc9O+S(o*;8>ffG*D@rr;B5VM0jrhO}+yH0t}%q#caRW{rrD^%@LtRpUoz} z(Q6U8!s}vD+UU$w%xH8;VVO<G)ia7GuKi4UFV|dE*7~m5=IzGH;}hR)dXc!Y?(B^D nvL;UyKYcHmB@#Au{(pvR^VuE$PHi>?+Qi`L>gTe~DWM4f@V29m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..aba0036a6fe239550793e3028bce7f1f11c6356e GIT binary patch literal 486 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E6#+gW zu0UF_;~h`ibMb~30*y~VsNsn~-6Ig$@Pr?T>Ol;lh9_c;&kQF$H=gv|bjov!sV{vO zy!Ko0I)3Hb!p-l?wtbj>;?wLCU*?_pvi|b7%~!wexcTGi%U}22|9<)D_scJT-+%l2 z<=5YDzyALC{rB(R|3DD1x9U64ZjF*4zhDM_QL)(ggv6%imew9Tz^m@{IiQ|3o-U3d z7N^%<zA4tEAi$QOdRQdN=azW%nacm>J;(GSWZsng(En>MDC;>%V&)SkK9_=TZ@E2} zyl~Y!=_AM?HH9NZ;eYc{juo@4I95q-DP>smp5a5xM2Gw9i@$^gc<(nqC>QngE8C41 ztM#9LV+)YwT5c}C(e>ko>g>rHbMDohjeY+0T)9Q<ui}h|sF=f-ZDO9;_gNcB{LQrF sHDc+pvDm!DKB{MW^Xv4?DU<)Q&EeMh!TsOX8t85YPgg&ebxsLQ01>?15C8xG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-selected.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..e6e6b5d8d66e080cbf304f53d452fc84c29669dc GIT binary patch literal 366 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkp7PW1R9<QH9iq;d?MQXRI~TFX5VwIzUPJ$Ul>h#VK?KY!_1dn^I!Qac<s0F^|~wH z_T2t{{@Krq&wgHc@$2^6-*?~se)j3lyKjHrfB*aW=fAJN{(bxP@8_R?KudNR^fLnO zV=oEv3uf^2@_zLANwoQz6+odxPZ!4!iSXR>o_q}oJPv^_0?#YmSl|AAufge|@T0ue zGuS~x!|#CGMkX#l7siU63hDAsCiu#Cus@KCJjy%AwR~n|b4JAN*EiS5m?o>1uU}KS n>u36R)|w4}ZDp;U7Jc}vuje9m^RzA#$lnZ}u6{1-oD!M<4`ro& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-selected@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c376f40f2ae5ca76a81b95b56b9a162a406125eb GIT binary patch literal 487 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z-faX_H{i9o{>!G<T|%}*s-o=Ubpm2P{g(D_WY`<YtLbHj-*tfsvTU-l+;<=e#7 zZwoiSFWvUOeEWwPCqB<R^JU|;ZwK!EIC$^Jq5D6sz5I3S_3t}xf8Txk``6!pfB*jf z_YdR(Hun7cK-ch<1o;Is$f#?qT)S@lhBxm&eEh`0oPHT7v(?kZF~s8Z+RHcjnhXRS z0#|5staUBCA0Sw`@c;knYX{r)e0rCCK4Ghp>ePJT_!l8HtG1(0E(bUI-0E^!aGCu; zfdeDQ@jv`>@eX@e%~=rlX-`qZ>!xD6-3uM|>8IbH@t|n?Zl+mH&zD{mEtuxNeCbWm zfHZ}kb@Lv65u3d8-d5)(gI)h-9zXNym|R)%&Fxv{;;KiZUSCt=pS^tj|A*!WKG-n{ tJXT<GxX^9Pb9=Qb+ZOH18efVw$KOh+y7OD5@($1g44$rjF6*2Ung9VM`MCf9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e815fc24fa2bcf1a2fefd348d7bafa8b9d5480ff GIT binary patch literal 474 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIap0G|+7 zAT8MVSg_%-VB-^k1{kWlFHrwTp#CvXM6mX*VC_A@+6TgA=Y-2H3YT9HDLE-pa$2PH zoM_=Ov7Fr!85<<i)=DKVmQGx(;9sK<P^S>kpb*%o?3StQo~7)OtKyoj;+mmh?x|tv zuVEFaWoV~m1Vr}Q2G-h!wss4DOb0rGy(Gvln8DM_`_bbk(dKJb0EKpVx;Tbd_}{&9 zTc}AvfGxr3?S@%%FQ1E?_VBlTLSwV?>8?Ak;tUU)|1Xk~c<tG%p0M)3>coU%hC1H2 zd<hH&cXk{!sD2xhFr{$a5?-$F(@*P3*tR}?F3HQkvB>=8x?+XIpeNCm5jL|b*?hRp zEj_|_@M`#(eaSQKZQYla6xH>!ruXw1Q@N#o9@r#Z4^=z2_*|gp-9YxZ()}jCF9oE{ z`?6=6wvYGWt#`iOD~RPUe{tdG<WFlZ$#0x@h2P<TspG%=^&LPzFnGH9xvX<aXaWF= CmAUu; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2a4cf7034e5b2c4b359fa8ad0609efd4e38404cc GIT binary patch literal 669 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS76tf( zxB_XRh9|tuPlX$v2{t?t0HLP>4UfSH!Ud8*?h}E!`#@5#_JLsCL&5roLKRnp%gzax zofj^@AX0Ktq~x?n$r+JSAUY>nctkvFt3>8jiL9+Mv9sjDI^`lJC<HVpc@-*o6)AZY zE4ybYdlsm;WvRGltGMT=TL)@b`f6DEX;=klSOsdDx@wwvXj=Ga898VhSWlVIdI9K4 zzLFrnU<Mg=jg@QHt>5tG{fCdAIGEEfGcYg)d%8G=L>zv5<95&?0|B-NL4g9%%o<u; z^FGvwo&CLkmM+hPwApuah0=H2_`k{c@3Z$RcgrTJ2%R)bT|Qg;{FAv`j=f&l@MXb` zP{*6B336;{3?Yqz0S=7+<!$EjE^bP<|5Ya-sAI!>grVRe<3)KHecR|SY{%b6UGLoY zU|0Oi*98||h%a4uJGsIAg7trcJ?)8`L+72zf8%{T{#>1j#mwy7PUSO;4_w;pa!2{V z(r`gee)jNrihcJA_*u>GMXA_|?D=E*ZlCV@n3`SRxt~v5@3Zkmh10jiVoSA(Y_e|q z_<o#S6L;*`x{@Wo4deDkU3_cU=G@y+G3O(z%bDb}&fYGz_Zrr&*;-sX+b3u7<GT*7 z4Carr<6RlUA8|kZXdlG=apo7Pny*|RKL)t6T>aAdPJRCoCN2#HaUL5ED~1Gho*ZTa tUMrv5`3E2GEYbh`bW@r3M2~Hn^|k*DtGfP3T>%C>gQu&X%Q~loCIHUy5sd%< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..63680c745c1e81b57f8c027bf462b12d06b53b61 GIT binary patch literal 478 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIa30G|+7 zAT8MVSg_%-VB-^k1_Tmpcp}vJM7;T_c*|3XmZy@fPqq7=>-0a@oABIV;tP|>FHEPr zu$uPLbKa}S<!|CvzRlk7E@$Jrxu?I(JN;$B*)NOFecf^M`_5b6_uTou@9vNNcYhqX z_v7LFKaW5BdHwb8&p-cu{r&g*@BhF5{sRH0g#QenJJ?Ht{DK)gy}TbieiCiIW(81a zr>Bc!h{fr<S8fV5DTuHo81riC=3f4G)a3J?|G%#uJm{&AuuR)F{LF{5^(lhKUwZbc zy9DpM?KD5*bhe`56^4W@Tbcvo*5xM5U@lnM{KBp%uj!$ztjtQOyySOzXWlZGzTToG zWHuvi-)EH>VGKT9ehuB~=j@V<c9;D+)fw6Q`RFU1CnxXkNdBbyOf&3mN>}Bo+9#V{ zhe+Qmv1fU9yLqO1R`J<QQAPIWs+`+@6#r#jE3X-@y*Ds^-h1<DU$sBHmriR1dV;~z L)z4*}Q$iB}K>Oj3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ee8b7a783e19d1916141cd8e34f7bbe705110535 GIT binary patch literal 670 zcmV;P0%84$P)<h;3K|Lk000e1NJLTq002+`002-30{{R3xz7Th00003b3#c}2nYz< z;ZNWI000SaNLh0L02{9W02{9XUK)`c0000PbVXQnQ*UN;cVTj60C#tHE@^ISb7Ns} zWiD@WXPfRk8UO$QqEJj!MF0Q*5`g3lgXI%|<`ID85P;+mfaMT?;}C%35P;+mfaDN> z<Pd=45P;+mfaDZ{<Q0PD7lY*&gykoU=PZxsEsy6ekmoOu=Q5J$Gm_{uljt>+=slR} zQlslrqwG_p?0LBGh`{oX#PXiY^sv?TvDWso*7mg5_qy8myW97?+xNWO_u%jR;qUz7 z@ciZR{O0of=komR_Wkhp{rCI+|NsArnX0Y;000hjQchC<949ELt*)=I?C<dL@(2TG z(*OVgR7pfZR9M69*xORVFc1ddQc)1w04geq;sMWRH1GdvwlF}NZL-^JoZ({s%g*$h zzms&^Ns>q;+mxMdt^$*H(i*R)80kT=t613uV9o<G04in#6i~qb2QTjWQNi<XeLsi@ z7M=zo16+7O3<t+c&lZEh@t4+hVko%oSLT`z8vUX)bbAEw2zqCqhBxasTjk08*1mM| z?(BzyleyNGIP!TISbCP|_YiRDRYb(|gDcMvM{j=53vRr%h<aY|>esmYro3|c;odKl zN4_-0qT?~z4_lO~Nb#_3Gd0B@^mz#zyV4QwM|kyWMYl&74mG03ql_;g`aIG+v_!8* z8?cqNcCK%eiEVUz7^n!~MtmBoDBwzb#yt8*Y9YR$UW2b*A-*1}h@hH2;{D{8SU>>< zq=L+YpaTGQcwifVDeEw8zXgxy(!DH{%i66(BH5<=0b3&@bbFv?)&Kwi07*qoM6N<$ Eg4eo6;{X5v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..820df91ed430e2009a5eb415808b06a18d2d4bb7 GIT binary patch literal 359 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkQQuwEZFc^u<?mN0|JRPKb35KD%JW_rtPUh$1}ywXPUjwjV8S?nf$_f`b+znK=dkj z$(zL0Zx7!4arpj^qYr+bfA;I*^Iv!0{=WC__tTGmo_+fB>(9SG|NaAk(7AW>fHtw0 z1o;IsczSt1di*5Xe9a1=P=cq6V~9j}Zoj8cg8~oB;-<iY`{fV+&;R1EV8Mp`%b}B5 z6_ie2JQ&RI;Kf0p-)j_?1$2a-4LiZKG3LwNNh{{>U6j*e^L67)pQ+C-O?i9aVQB4+ nZPJD!efuv5pWmQT_m7#2iG8t*$e%wzyBIuO{an^LB{Ts500*7b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..31c6c6fca82f7ae2dd61833491d2df10d137e186 GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0UF-;R$c^Q{jeZf(=guK<KGJ!(%XlaDgO{3t|Hm02PZiJvEy2!g$gP(<v`3r@i!D z@Y-+TYyX9><5s>c-2A?L`-d4PKF>P&W!{-D>#ls;bnV-Yo8Pa#{B`f$@0Xwdy!!I@ z{kOkge*XLR>)-d^|9<@W_wV0-Ads)KECo7+uO!GXm_bHeW98a)>o>f4|KZ~&4(9aB zK$$I`E{-7<r`KM-Db%DO!j_=wZQLkk9F=>1()ap(A8xRA&slct|D^xLY%RhpwJ8$< zt_ey__MdO$e<@7m%xp!5SL~7uZBObAelvaYZfyFawVH|X^z130Hhy6Gy7yG$?F7^E zYTgfX*R)*DPFNc@|Ij;Ag)D)v_3slecU-^wrq{P=L)GUQw{N{%`#-?!??mP4OOMQ4 zynUy=@9!%9{ftj8`Y{}-6JS)hcTlqZZN|jFYnCE`H%_PQXVkr9!X<d?DKKgn7(8A5 KT-G@yGywo=-{gh> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..00faa0e5c89254d1614567adbdb87962d68902d4 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUY@Ck7R z(t?eT1sfg<Ha-z(Kp<@cYis9BTc9+1NswPKgQu7GqsLF8&DX2|3h8^gIEHXUCnq#8 zKKoLnpb?sopv%t8&Q`{;n8AKAGe>}AOX<P230&+KRhbIH85sKYb&j&e>`?$}W$<+M Kb6Mw<&;$T*Y(z2u literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..cd75c57796bb8c5ec4e86589c4d9a8e365b3b9d9 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0F9a@PxPdsc^$H!G<RSAoNtA;V~FNxIhxf1+ldatP89i3xIm~N`m}?8D!KoR<2#Q ze#4vhA3lEKU{1dbl=1U)aSYLzn4F-%Go$+c!Goo&3mUFkt8C!VxX`ZiK}4f~Kk@-@ zzynz>iGarc0S=u97JT6LQrOSNbw!cehLI~nk=uub%iyWP4|kT1j%tQEf@v2{rz^e% Pn#|zo>gTe~DWM4f<2zxw literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b5a1f970d31a8d5846163b2d6f03c75afdcc6eff GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUY@Ck7R z(!veTglirMH$M|-cp}jFNTBfvkfEb*^}5tyAIO4|AirP+4Nc9O+S;C;mEtkRKtX*^ z7sn8e=;VY3#%EuO6f{B;5_H*_+1biC7Bko{X66WxY$-jsHi3)%qAF8CI0Hk!zRpqB Sm^}(Wtqh*7elF{r5}E+-9YkCJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c99673489c709f9994a844e01742c4cb499326ff GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0F9e@s6kMxp>11fyO5w)bK>0?h%M=c)|}v^&p0hzSZWX4njcHd?i7C!3_MOVzKcF ziA~Kdtvx*g9al1eGTxppjv*QolM@tpW~@Gc;Gh}nf`+G(Dh8Yy0nIuEA{ramBOiza zJmBGy2x#0L;Lv$s!3S<Ph35*~GK^dqO57$)tTQ$V{843cIbzE&<)8`Mt-r-tKw}v^ MUHx3vIVCg!0Ep;WG5`Po literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..9af9111ecb6ce424cc86f216d33061a27e18c1d9 GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xA*>@Ck7R z(*KcwK*JLtFW5c#GEjoOB*-tAK|`~qwx_3N(;Zo$kglhTV+codazX>6+IABKkHCZk zPiAIjHZu-oMtfxujsVG)(t~RoB4+6@l(RAv8mhXO#>M*sH8Oa*`njxgN@xNA<9<e? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5f97b50f62127262ba1ed2f84db65fdc85d20ca5 GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0MeL5D;j10#q{B_{a~SYQB;nzhDM_QL)(ggv6%ime!sgfsQMgKpAgO7sn8d^T`Pc zJTq3mKXlNHbwR_^SQP_Kjeu^Q0#S_(;*k%;0v_mbNdz<+2RL*dSnz?{P2sr`cMKy} oh7z|46YGpk0)JGQT#nc>%wYA{Czc`{2Q-$!)78&qol`;+07e~bCjbBd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..4e1891fe2ac695e02430627d7ecd09aa399cff43 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUY@Ck7R z(!veTglirMH$M|-cp}jFNTBfvkn#Wjf4&}z?;s0Gg8YIRG&D79YHNFXR*J_M0|oUx zT^vI=qLULE7@vJ9QqTxZNYG_xW@jtoSj=F*n3*F$vZeIk+5|54i>gco;S3D@`Z`Bh TWA-QjwK90R`njxgN@xNAqIgCx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..78a24f7e5285df198c247fa1e1506311a48db63c GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0F9e@s6kMxp>11fyO5w)bK>0?h%M=c)|}v^&rOo|Np~cETVy``AUNPf*JTl#bV<V z5}TS^T6=l~I<8~_WxPFI978lFCMPKH%vgQ?z(F(C1r1LnRSY;a0-ALSL^L+AM?Me< zc)-IY5zx3hz@hWNf)Cto3eOd|Wf-|Kl(<cpSZ8b!_@m0?a>SNl%0UyhTYrnQfW|U- My85}Sb4q9e0Fc&OH2?qr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-selected.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..020a43c6414daa0af263bda095436cdf1f05c4e3 GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQr&QT^vI! zdf!gA=4vnya7jPP9Z{|Hc;S)NY8$_CoIfTnmXvhh*ve_Gm1m6Bgg80yyUf#Oc*n!R z`OG(NQV#2c$#>4IsjB|>z2VocjAJja8Sv-cWU1$7S4gWkY{#hgQQqdlUSECBD2Cj{ V8+LMpO$T|3!PC{xWt~$(698CVP8a|H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-selected@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2b2638b4c9faa902aa774943506bcbef80167e22 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeLI3UpQ1gKEqDA#kK9=?(wzhDL#b&Zv4*R9|1=KY6{pE#J)F9T)#JY5_^G|nd{ zDDcdv{(tyjDeHoUtMw`yI5aNw>wFN^D3FhQz#s6yo=YO2u{^+`^T2`+++GU**|@GK sbJs9(Whip{uy7eXRruk~($P`PFh8`qqs-yb8KB7wp00i_>zopr0Q$yxivR!s literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..030e87a570273f21a07e541b88aa781669be9ae6 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUY@Ck7R z(t?eT1sfg<Ha-z(K%oEs|0k}n{0Wq1FA4GsX7Kd#e)RZBwE3D9Kp}lk7sn8e=;VY3 z#%EuO6f{B;5_H*_+1biC7Bko{X66WxY$-jsHi3)%qAF8CI0Hk!zRpqBm^}(Wtqh*7 KelF{r5}E+JWJj<7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d74ffc97c67f7c7d6d7d27138ca0133b2df8ebb4 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0F9a@PxPdsc^$H!G<RSAoNtA;V~FNxIhxf1+oAC|F3mHa0^fmUrCT(FoTS`#>%zp z)^B+8{=>&l9L(vLfiixcE{-7@6O$7ZcxF`JKX|Z|bwR^bYn2Tg8W-AiK8R=(@JBx2 z4R|2SB@xj0Kfs~$z=99lUJCo!xUML2+c0uvD02I-a2Y&R_~Fjd(NWDXM=<Te>2$@n QK$96fUHx3vIVCg!09RgQg8%>k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-selectionmode-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-selectionmode-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..193ed1fad8a70ebaaffb2437abc0193266d58b8f GIT binary patch literal 477 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIZ?0G|+7 zAg!rssG(t@rfCdC8YZe5CTg0dnmUG>TKbyW25Oony1Kf0AfRtxU}RuuWC%jWhDOFl z#-=7F=B8$rX69Dr7B&`^wzl@Jw)SpzK;+===<Ma_?Ct2{?dl%r>JjMX8RX#|>fs&c z=^b{$`T0Gd-8>~he!&d#3dc{JJoV?#pTB?mQVT<X;`=>a978NlU%hf$s7XP9Ey0t= z`^curk!fj{e(z6YI?2Llc-i-j?)^W9nxtJDujn}5h~i-4e17^)pyU*Rr{|o6lFX0% z=kD&6*V*;^9Q&lcOVdl7p1JM(#n!qwJ*lldsI)h=U-a!!$CF=m-wTI5mYP26^24fx z)!U1Tdbd6_o&I-Q=x3g4o1&i=KKU#cn;A84WB=rkIU657dad4n{jib#k>@k7Howa$ z->c5}*Lc6f`-ziM^tN}XvKVab-)q9Qu;;z{1Pwd+%<U$-fL>wnboFyt=akR{03N@q Ap#T5? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b635b412ef5f801e74e9d2fd7c0272581583d7a8 GIT binary patch literal 675 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSrUm$f zxB_W4Eh7~TQ*~_<buAM$5HeQNG*#0u1+rB&P1G=umbQVGj)9IY1n2>Qfq{{Mp^+g7 z85<fI8yT6Jm|B>cSz21zTiZI>*g4zUyV^T?*gJVRIC(ladpSCLJGywgx(B$r2fBI$ zx_Jb-c>+<eyH~J>cc_PVSk!?QklzJLg8YIRY<>OwtJ*sD?%V(I)8{XLYglG#GcYhF zd%8G=L>zv5<95&?0|B-NOkJ$pIs753I+ASUFYNh$I`UM&Y_+#)H)9O^{#Eb$Y0Y`} z99v`mdC#XgR_v?Ks4Gt`XKd*a{mbykWV6>S1|HP{uEMmrENVg)%~#}NoKzYaBo!It zzARv0ddKF8-@(`V=VF?c9*<VyT(f7I2V-}$dKb%vA5UV$-X7d_->$r5!^QKShxPoq z_e|P5^}*A$2UXjr{@Ppq<uc=S>vP+0$??70JMG5vg%1u2ABp2<?vHcUx%bP4<<I9V z!H)tTzAgXw`uD5a4;M@0zsN-jobJ<JB44MmsH6JF)|)0r^Pg01)!TMK@b&Vq*Mqxy zjJ}E}E$$8UOu4f2j*w*S1@82_h5OR--?$xjH=nPx^~bE;jQx*__oo{z(GvXJvn)<? zU&6eb5_fGD&ik+OZ2|j#eTj?Lbf$N?1|;zx6YzS#vF2zhPj};<KT^VFncc-#tMVky jz1g85!(wNrJ~e*n&x{H~zxtiPs9^AP^>bP0l+XkK;Y9*D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-selectionmode.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..03311efed2deb69ea3c59f17439e3f3857cf5dfe GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD>c0G|+7 zAbsxKx%21GUjl>6moEcpAom3r02y!Iym|Zf?YnpHK7Rc8`Sa&5U%veK@#E*upTB?q z{`2S0-@kwV{rmU-|NjW9mTaI|TqQw%!3^>W$4{I*1(Y>!c%lasUG3@O7-Dhy>Xoy6 z%?bi632P&?oO2iM`28>c7IT|hf~Nc2&(j~KPnK=#eqxrb?6%tQ;BP0LHnFJ-@+{IW zaZ2SKn<F0dqIt`$3(T3UWj9;4Fg4u$cksmrA*ou6UE2%X`_nakd%bAXFrI#xx8qYq z-qMS2jb5+5W9T*e>(w~f)NA2?-NTEo@|Pdoc_}64qI&NIQNLMV+pQJjWy;o1*|~Fx mTyWFkthIYzZvW;tPhT>^e@)FTEk>ZT89ZJ6T-G@yGywo9aKcUi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-selectionmode@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e979f8c3bbd74801d117610402005023ca2b0a2c GIT binary patch literal 615 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSasqrp zT!HjOFgSPa+<6!PvXQwkVJLm!!iASFU%q<v>h<f_Z{ECl`}Xa-cke!a{P^k9r_Y~1 zfBEv|>({T}zJ2@o^XIQ$zyAFB^Y`!HfB*jd|NnpG+oVN6`vgjY{DK*5ef|8a+B){` z+yC*?=P!S2SY~Q7Ffaysx;TbJ9DaM_W?7Sg09!)Ls*FH(L%rNAr9J<xcZGU$SQvAP z&ztx2{oix)n<^)%2%U^hwTX8Mn6^1^ws~uZPt-5ReH%jqawZ<W!2Eo}%BJ80XPCtk z4m)zsWM>KyWE2Q+VEnuGTkJQkTWhVpaK_nO6<B;=_H}{e1M%lYl^u2mpAtWOFnxb^ z-J^q1`{Sg_Dpfu_sb0S8d*~;J-It%#iG28#{CAOj`SLrbGgh@X^&iY!)ZSPx?|s>Z zWlepJ?<au^E1u=Oh|}MqXuasz?}w8gb?s=^pPd|gN9nPuZq9P$YyDfk@*G!|<!gI* zu}|Omd&l#Iiq%(`ug!ej_w(u88*SJ63t4TBI^X2~A@F^@?K#y{j=vS#=N<fQxc;K@ zE&qQ)+!_z;**5P;pLTv)`vN7I80S}w$|t%nEMHZ+PwGd1{N#@9Tdum_{(Q$EwxuxA f%0p$+_EVA!ydNy?yslse20VkOtDnm{r-UW|%W64X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a2d09a4c66dcb1386c0aab8ea8b291f48d48da77 GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xHr9@Ck7R z(wdrv8X6XAn#NG1VWO&GqNZu8sbi?ArLU=Npr&b}tE>A|M>iO#nx`blFPK4I;rNM@ zr~dr;^Y?FGYGDXa+``kvF@z&JIiZ1Z*#~2X0Hp&5wtdqRxKoypu%DZamB&Wl7^9bD s0dwT{rWdo>czWa%yl1mMSjWI{*xz^SN{g=sKr<LTUHx3vIVCg!0AW!~-2eap literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2b9318ba1cbefd4f8402b9cbbfb4c3f615364449 GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EP60k4 zu0UE%%Sc7TR9)LdUCTrbgpAcRP1Q6^foxSx6EzH^rEQ?4W1yo80eVJ3(dj@_1WJPZ zf*EXm{rs!iI`;0{|MAo3FMn%TW@-cFay?xfLo80ey==|bpdi8;=<4cn;o<iGYiBJ8 zaY#&hx#j(Z!uE%g(`o}sbAorSFPU_{x<E0Em0yXuxBIM3G~2WbY@CxBkNACPmfyp^ z?Elkm&oBQnD_Fs!HcQF!+()^#H*cQBoZ8Z|>FdoEA7>}V^K7v&e!IDN63}7>Pgg&e IbxsLQ075-;iU0rr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..481a15e6ebf2b81e9bce00d25ee873d9b7853df6 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7u@Ck7R z(i$3O>YB!C8W3cvs%fIGWum2HsHLS3B-OM`bai##_=N}pmGYJZ`2{lwmseC)PM<z~ z#*CRW7u=XS1t?+R>Eal|5uKdS!05L9uEPYK0|%_0^9al_N=UF~X5-|!BXEq(OR|7D p@>;_SVJ@DYXA0ikEDzQ(F#J+<4=H)*uoh?rgQu&X%Q~loCICr!N>%^> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ce9562780cb800d29d0e0bd91ddfeadee253c6e8 GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EW&u7S zu0UEz(?DI_Tus|dP0K`0(^yr*R87-FP1{&a%UE5*SWUx39Vo74qNQ!1tqTGAH$N@f z4%8`B666=mpsJ_u84y%hR6KFgjF}){Em$=VD4XHw;uvCa`t4*-z6J#WmPnUtav%QB zH+B4YXo2BFkJ#nUuBjdo+0y@_!*BcVKE`MN*fpm2`82F*Viy%_TJ7ZWtd)5omxCmO zP9o?3)(@sTr(e94{_T#v;z?~D;}>eVy1J<|zcfuPK4iye60WPV)mgC*XeWcGtDnm{ Hr-UW|j#g-M literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4356b0ac3407588cd75fa6c316f00a0ae1986a GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUV@Ck7R z(*JP-m73X8fhxF4g8YIRI5@df)l5uX-BkZCj{%ArdAc};aLi0jXkc8{Gt=S1vI7U+ z>2R<t<K&TPQ)nw-W?rr!;j>^0qxl3~i7eJTK@toM5x<1Po?UdD57f=z>FVdQ&MBb@ E0Fjbcg#Z8m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..bdafd334439a1cda0c82647e3edcf457ac90768e GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeL6kzSkVgS@5P!i-9%)r6JD<~?asH|#Y>g4R|##R{^43vxWba4#Pn3$ZPz?5?T zKR;{z^rjzk{!cu>vcTaVx2vOuz^mU}A~)`9aIg#QZ(#Z^D#&!GzJcjK>%;^90~rr7 zJ-^s2U^zk6u~Fv#A%S%X_r$++Xfe3Pir8rV*HKh^#dzgcai!f;&lNzM7(8A5T-G@y GGywojo_(kQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..90d0374562aa65031c51f90f518da9f81fedf1f5 GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7o@Ck7R z(w8n>I(F>XWiYr11}|T}eE$6Tg$oz{{{8#^|9=}FXHB3wo{}KHU<N^<+`Rm*uI`?m z9%tisf<SQ#PZ!4!j_Bls21d2*GaV)<9XN1nt29TLg~5ikY=&j31_kffnmMN!Jz(3^ lur?y^zyXeJCXo#9fS$bKU^&b0LN?G022WQ%mvv4FO#r2ZUc>+Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..554d44958d1bbf6c4f25fddb7817bf99e083e4c6 GIT binary patch literal 336 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z<Y#fw+3UcGSP!nt$j&YwSj=FAx&1HuJL0YxAHDDv{<%h#`8|Ni~^|NsBr-s%Jb zH4B#n`2{m5YH2%rd1qu~wzRf&_kcjRitIn2be5-!V~EA+x04U@9S{&;U8&Wz{o4Qf z9O0)eYQ8dOOVjf|w?s4*G0GlXRkq*2@p`>N;kyK;J|&AKHZ2L=4-O_bKI~?A!g)Y! z+lTlc9`Dv&ycD4@W14O6=KfEzZS&r!&C88y|M>T&^v<*!{Kvl=Iq;qk3IN*5;OXk; Jvd$@?2>`Dql6e3C literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-selected.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4d32106a91fc846c32e52145ae36bbc8cdc7aa85 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(*N;-^NO#30u^zW1o;Is@CyjJxW>gN)HayuC$R#B%{*NkLpY+76B-zooeFg@h;3{< z94Wxz!!2RK>&WwvlP9JrVM9X@+Z~5*2?B>r7_(lQu<p=iIKe4$_sdrHW}pcSp00i_ I>zopr0A4U$zW@LL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..7b361e3461209ca7e8cec4c4a0439109142522a9 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z-fS%AyRG#{v0xFpCgn1NqRTwYzn*51L{B|f3Ds<ysiXVE<qpmesUi(`nz>9>>3 z`3@NH9ElPBUi7~{hhh3jqb3Hq!=Y2uCT>)YF-%ruw|y=redmU|VUs>b^o4vE3BM%4 zSrZg99F<HNA4oUE|7d;hR8_r`!<)O#X06-CNjJVPT_x9cyCnGi%xQcsRhlb|6YX2m W`S-<oO_&C>mci52&t;ucLK6U$!H=8( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb129da8b244e26f2e22c643ca88db8953c084a GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7u@Ck7R z(&x^dJAeNCB`~;r`7)3Oa$kS}kn!)|zyJULM}%<C2P)+%3GxeOkXJZ<;^e76fBu>` zJkbM+T6(%ThHykDCp0iF`w;37pmgAX*>4_!Hzf%P_nDLC=p{U`VrJvkNIk%t!WzBt ka6{uo*_6zU40l8s_6ND8d+u_X0W^fc)78&qol`;+04cU)DF6Tf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ae8ef7b929e41b2dad7e7690e0434fe179db53 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Et^qzF zu0Z-C7@RwI?mP?t*~na&FqFP<;lj(8FJHZS_4@VeKY#xG|Ns9G&k_ZoK>{T~e!&d3 zzJC5yZ5?~}?f>}c^OwIhEHkx%as{3)jv*GO-%hp^YETehakOD@OxyYIf5_?pC4~*A zCirbPpPlwbJgj!%!=Od?_<3&JuMhCqsmOXLh^2SNZk82F5li+>Na$jC!gxSr*@swz z$0z5$&v1_aFu_$|!G+m-)sN3N_~vMyw>nez(zbNvpZ1CO9nRV;S+vtJ8fZ6zr>mdK II;Vst010uOuK)l5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/pane-separator-vertical.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/pane-separator-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4f5d70f7b112aafd658d1eedf07a77a8dde7ab GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6dTdb&7< zaLi0jNk|AtPXK}>1s(}W35g#-ED-_3B7rU(FBa_<WhfS8<UHB#_6?|s!PC{xWt~$( F698e{ELQ*k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/pane-separator-vertical@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/pane-separator-vertical@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b82de17d1540d4b2aea8e4fbb88f89e1c3a16b63 GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^EI@3)!3HGFq;4Mt2^2edhHwBu4M$1`kk47*5n0T@ zAiW-h8RMiT$^Zo=OI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe2R_jGX# z(U|!5+(zC81rdjXzb6IEv|tk6@ZV-btC|~^HQR!VtK&a1v2)3Nad7>%%WQIsuyx)R i%LtV}uV2^J)H1~9$n9sCt@;ya6oaR$pUXO@geCxnQ9BU; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/pane-separator.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/pane-separator.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f1ca449c51555e918bb1ba9f81075bdc98eff5 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^5<twv!3HFqtYlb$6icy_X9x!n)NrJ90QsB+9+AaB z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD=<PZ!4! zj+x162?+t|2?+v;2?-Ua8yNoZ@bJt6;`@>k5_L+Qlh;h^Y&^!m@GO(<Ve0cOAk!H< MUHx3vIVCg!0AeIB(*OVf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/pane-separator@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/pane-separator@2.png new file mode 100644 index 0000000000000000000000000000000000000000..04870eb5826823ff028eade5bf2918b3343f6579 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^20+Zh!3HExyxe00;uJf1hHwBu4M$1`kk47*5n0T@ zAiW-h8RMiT$^Zo=OI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe1m^K@|x z(U^Glq9WG;0}+;s?oNxiN~dn!`F~<jPluCh^5k3g8#W}}Ntu(e!{Aw1OR;dC$d#Yv qEyb7nW#+v(UHZUr`+4zmwTv5LW&ep^e##6qk-^i|&t;ucLK6UT=R;rs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4afee688bf4163af35612893a1c6cc3fd490205e GIT binary patch literal 373 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkmhN7&eQOMyY(f1!xR3-Ct&iaK*JLt0<pmi2p3E~Mq-21h-YpV&)g!Bu}Q<ySHsdz z!^%(Fz*=zbH$I@zq9s9o!3?5e;vu17;Z4mgt>?~PxcKqY=P&<WI=z?zRFLoK;us<! z$$HR}?~s82gF(7l?u3T_|2GS@n@O87G%)=<b=dfQXVW)7gF1fC-)sVF^%d{4E~s&; zP-WP<QY%F>c`+B~#KHrL3=OJ2650GSR@EhyFW~;pu;BisxU~%5wyJEt&hS@Cq+{Ch e^gGfF4FBe?)-Y(VoA?4~HG`+CpUXO@geCx@Jcbnj literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..acaf956156911efbfe84b920728e28d1beed77a3 GIT binary patch literal 638 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E2LgOT zT!AzL!+-wf7yQkS_!=JbH9r<;ddlDMjKAp_f5RibrbmKJ&jcDC2{b<82cia`6odgJ zp9(fS6>NMe(C`?Ho(KS?8bBlv3Bnix4L}7TaU>C_8n8;BUIbUT?4oe_MUmnYA|)q9 zN=}OwpHlKFQ1U8N@+wmDDpv9?R`x8=G<DT9bJH?$)iQO_Hn8TL{goH!1HF<UzhDMN zMP(ILLnC7oQ(HSnXP1!Bu<(e;hQ_AmmVF0KoIG{<%=H^LZ{2?N`t8ThUw%zGCfWtm z`OVYCF+@Ug?ZKB-2LnV{FVs$%#<!)!p(%`IWlFi1y7Q-h`A2!b*BSlYEavAaReSqm z?eTY}ER{v}OCOf8NNyEh*0aiE=RCv1*$+Lm6Z|f;1kT*t5PrDPX7h!B4c`w4<*FP> z<qTgCvnfQ@YyPq0MqSesd-X(S-+HcfFS7NDjz)0SX^W4}XB#&y5Ifq*yOnhc>sAfF zH7oWy6|Veyv@<>{S;K7W_R>9@|1C;$e0h;$zxnL{<x>3tQaYu4t})YQa0tmx+i`SW zPeg`-#fmeL2UZ`-U^~N^SMVh37|;67DX%7IHXEmS++J$9Q}~JJ-t6Am`W)L>4!;cU X8*d8^Oj&S&1r+_Bu6{1-oD!M<gscfZ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-insensitive-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e8fec8cb778d6c8f0b699d12eae22e683dcb968f GIT binary patch literal 370 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkQQyYD%$W$r1Q04!()M_Cjt#m_!^(_H9Y2Pc*fWGSfCLk0wnnxp77U$$%ZF_4NrlB z5*eE%vVdrdhJ~+&g`b9%pN_uOshd`Zfrd(#1o;Is@bK{J=^MCvcz6~T6}PmuwsrSF z!TtM*uYk&OJY5_^BqUi6p5#4jz{6k=RV1tM;@@Pp+8+U4Obi(l!fVzT^Gh9@oA6)k z<PSE1<mnU2nKQ~c!kI3#>n%*RZq-xy(!&?az@RE)@l{UauG|WyX$IyD*<Sg*Y!&k- oT{*|_`ld<8MEUIV;tUM`W*cdkeDAi{478WQ)78&qol`;+0H*zZo&W#< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-insensitive-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3910f400fb1afb80facc0dc9a56f6c60caa28a14 GIT binary patch literal 615 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ED*}8% zT!AzL!+*Yp$GmM%cpIJxw>%bZc_Y;DM5y|XP|H*P<`?`84}r3L&5s2e9t$)*5omZK z(DanQ;Td1!BfiFGAgP9Df(=gu8-Y@f1sa|S)IAnxd<Im;-|$$l?y+FwQ=mpcpm@Vm zumYes6bXVvo(Pp)6e&I-QVK+;#EMTTd*&;915u%}cd?eKvzDo=mbt5rzSYky_YVMF zYEcs87tFvYBrGB=Eh8(dsHCE*r*B~B=I-v{k&&5~m!DryR$g9F(a_k`(%RP9g92{J zhu8qkc<brn7-DgH?d0QPO$Gw4y^9i9MHwA6!#Y?+nEwAyPrA@DNhan;nQ^hd(bmg9 z7dI@C?0av0%!_HwhE2^b^Da5G=&m^-wCdwWxoahJraivQU?wu9;~k?>iOT*4-jq{+ z(yZELPR?hyk$WKO&!ZTw#AfnphnuHR>y<FW1cBden_@bItk^QT7xTRKl;LALcf^m2 zLGbuaUW>$rFiCL-ADJ@Ulit7jmVb|$q#YIZ!$D(TKy@Qy=lvCR-mCAP-y$Ms@VoDJ z((&sLuD3p1b7#q(DT}8qJ$wD$n!oq6W%^=PU7I>{yXvZ4Z+~ywC(}?r?+f<_y)>=I TuaE2ldYr-2)z4*}Q$iB}ZCm-P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-insensitive-selected.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..671fce02ed1c83a6f3b036dca21891b19104d426 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkp52!5NLR!)$?4d@3~Ij^If-p?795|sJnjRGe)36;w3?T!3;dSdin<L9-f6o#VxIE z-8~RsYG!v3s3g<V#W6%8Jh%V0&;bD+*1NC50$u<9UoPg_yHP*oxF^#>S(mKrtqObX z6ha%e{_^TwEya|{V8K08%|$GI=aJjTi(ctu9kLeBN)t_Usi~-PIph1&=-QNx9e=wo o=7(OpCvnTZxs@qEX0fck-!|^c+po_v16s=9>FVdQ&MBb@0H7h6xc~qF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5d4ae65aa0c1ee95fa145bbfd57e81f411ad8bf2 GIT binary patch literal 584 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EGXs1= zT!Hj|+5>@xC(`ZDWZR#~cRo|>d=|OlZS;z_u|Tx)ZT!l&i7VgUeEs`25WW5V<iqc0 zAASQ}6x_-54d^)Ik|4ie21X%a5osA&MI{wgJ$(a1H+PSW%)I=9vhs?C#-^6mw$2`O zz!w}N4b=X~)5S5w;`G|dFNK;E1R6FwYhV7f;s~For?z$F|Mt@x7zEpvz5Km>_x%G* z-pfC`^PJ{qY*F~4>l{{=?9+L7+NJnMY~6L6?V=JJd(U2fE1S3RanCy`?;96ldswF# z{V%aP$~EUZ(?+k3*Qz>ej;J)97n-hgn$KLU+Jz&t#x?WkJV{2u2yRy|i;FA@PEL>4 zhza<rSS4!b1YUFU6rOnDiEaJW;*Fl~W^7k>dd}XRzN=d*W1ZBV_|u`Blk?|CTN`vu zl>Y2&d4(s}^jmS_|G3wWE$(DCD*ugMChj8O)@VLqYW*`#mFR*hk%@;>fxcz%boFyt I=akR{06eKEssI20 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..389d5613779dcf9d515765b153ee522bef11ec04 GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkQQyYD%$W$r1Q04!()M_Cjt#m_!^(_H9Y2Pc*fWGSfCLk0wnnxp77U$$%ZF_4NrlB zAxqwdEqnXq!|!K6^y&Bi|Noh;E<X!2QK}@!FPMRchgVPEz}>^cv#_YRrM0!Ky9WX` zJc(ojs>=0raSV}=WIgD}cUXak!C<n1R_O2l-m7J~T5bZ(cp@raykDC4vEPQe$tg9= z9UHw)>}K3z-J;F-!g;zt<*Ey%oEL93>M=B2dh24zs;aYME5FafScWs<R;E%9Y*bfH nWqh_dLqOU7SrtD6!yiWeS=#FR&K~XsTFl_->gTe~DWM4fwjYN4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-insensitive@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ac211f36c32ff4bc789f93daabb12a59418fcc47 GIT binary patch literal 625 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E>jHd2 zT!AzL!+*Yp$GmM%cpIJxw>%bZc_Y;DM5y|XP|H*P<`?`84}r3L&5s2e9t$)*5omZK z(DanQ;Td1!BfiFGAgP9Df(=gu8-Y@f1sa|S)IAnxd<Im;-|$$l?y+FwQ=mpcpm@Vm zumYes6bXVvo@n(w*Xet1I_0_fl;`WOe%pBU+h!oT{%y<kA6stzc>m+?haZ1G0nx9& z|NsBLW519W=w7RmAirP+Mj>GlX=xc*Sw$rkRXu$JLpOJK508w@yuAGUg0k}Rii(ED zrk2*W&K@+ND`K+`Xv%v}7sn8b(`zRm7i%&QaP8$?v!F>q!_`%xYwoxI_RH8jG)`V@ z%{Mpxt`Z!*)}HHw_th^p!BZ<8xVxh}QoDJV>~0i&c{i(OOS7rv<f58Khui)LUA*Vq zCG&?n!g<verOT2j9w+2CL^jN|HEi%H<cJVD{&S{Ef5QzSrjQ)=z+Yi59IT8>j-D5J z*(R&T6qBPaDUjUm&93yuLZKm~@@#{4nZ#BV|A*>w*CtQ#j67)Dr|+J0Uhu$X>8rml zWogf!c7kcy(H*5#HLP{9630&Up7yr<vuVrwt=F^umrJ!PPg%8<<yCIsq@;>@3w3@y cn6LhqX?c2D-K&K=Izch+>FVdQ&MBb@0F~to(EtDd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-selected.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..2b7741a269216cc8cd333c677012f69335aceb88 GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnvvx;Tbd z^sb#`n0LrQz;%D2w2qWPlW<Fn>dPbx*9k?e9H|YjCpfn#EG=^6+>)TO>PO%Pj`T>L zX+JJ`t&aR_@4s33ZnOgjPlJ3y_BoLs42QCx@l7a*lwL45-LLqJ`%;G|ht9ozqqNd9 z=wwQXs;!7bXym2nX$fiDXB@GXv!A}D&3oUYx!p-xp7S_8a+;Q3^y)r4UuC7_k6*Rx zZ;M2q|9nbyca+1*l354u)XCb1U*V`RWsZM5y-WMSlZP8rT(6#HYk8KPcU5Y|zsHQX z?(Fkee{LniMbSxLU5nM0uzhLF=es>~M)iB1-*UH@PaHoLnCJXK2<T}BPgg&ebxsLQ E0IrRYZ2$lO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-selected@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..822a0f344de10ca6fa7df0f6f9d3bc14fe72f2fa GIT binary patch literal 644 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!Hle!2tvsp2)O4m2H12*Zxet<C#Lov#8~7qF20$S@AY@<=eQGZ{t_JO<48z=Ih_L zfauNd+i!k9`S|DQ$3H;l-}?T|7w8kck|4ie21Z3?6;(qcV-r(bJ4a`ikkGL3h{%S< zrskG?2Tq(kb^6Tp8#iy=e)an8$IoAWO*$sp1=RV?)5S4FLUQfF%xK0y3AP8%MP0dF zxzhp;Cm3;GocHC=fBUJ%bBbrao&Ecmq37Cc{@VJC@~kGEowAn;qMN3i5*B7lRf+MN z@yN7bfuMo%io+VdGY_v$@RyspTK~q*<VLlmN1Gb71I|UR;9BbaxLVY8eYRAthS}En zt~<VNT9)Q0864fZu{_IJ!#FEYVs`Ls$C-iMhi)|8G8UPBD_!FEf@cmJSLRN8c<s~l zS*%N)lmD8{um5{-M|)86!eEU@n+|vgWN$oRT9$Gk#`a)b<|&ytNjKXBw}Mt?ap7eZ zr7BZ?`@EQ|;5tjM_hPSt_p02}A8U_SSqRHqv_ErYvJP|W^$WldVDNPHb6Mw<&;$V2 CA!T|1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ec94713f56f3761ad1c8ab486382fb243bed5e GIT binary patch literal 373 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkmhN7&eQOMyY(f1!xR3-Ct&iaK*JLt0<pmi2p3E~Mq-21ge-Xzy7W!h(l<{&{(1WG z&$CZ|{{R1f+os??&}h+;AirP+Q8Dq5(6I2P=9boT=Pz9R`04YPe=nV0OaUs$_jGX# zk&t9P=*ZWsAi!`SQT*tUZ~y<BymS<N!NbtNRQcqY<aY;0YvDcn+n3ZbcU)UOA)QfU zzCa(#0<+N8Gp1^*CJ3l9nK3f>T=n3|J`nI#wwNh)M?AwX-L*Hl5@Lgms(3G~pU!l# g==+}UObiY77w2o3ZB_Q(4z!xV)78&qol`;+05!FdmH+?% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f0e70a33cb6f3a8e35a27f0e6cb45e5a4dc1a8fa GIT binary patch literal 645 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzL!+-wf7yQkS_!=JbH9r<;ddlDMjKAp_f5RibrbmKJ&jcDC2{b<82cia`6odgJ zp9(fS6>NMe(C`?Ho(KS?8bBlv3Bnix4L}7TaU>C_8n8;BUIbUG@40s0bCbz0Oo3?1 z3$rON)?fX$;p(@I*S>AK_HFa^Z(FW^-+JTw`|p20eE<9L$KOvs{(b)W@Bjb*L8Xjp zK!50!1o;IsFe)mms2Um>o0!_#IXb(9gocGjL^d=wHMi_LaN^{t(`T;VxOwaLtJiNo ze*W@n(lOC4pw91}E{-7*l4}pXtU4GV!g`^0$~3+$B@RtyEGtvCU)?$7$=~=c>34rq zex>WmOun+~+lBA#Wy{r0OuB8zyIs{|rHx@?fZL&`Et+x6>{5)zO;$aZrdaOb`u1ev z&R<P)t;I5w)bzM_Fg=~qx+-9oiJe&D5A)?0+meE-<6Wcw7iWo0G2H4Z@_V6Ki_u~+ zw~eM-C8tPkHRxKq!q&NPWv%PR{473^*|%OB-HO^5xOqWI#+mx-ug{B1eGkaeDdBRB z5tHCd(iPirtdD2LYV{l1zB3PNA6~(JhGSj9gQP<u>-$=Y=5y{9UgB|iso^fc6wj@> imiyjE@TWH^-(u)iDiq<D*aJ*J3=E#GelF{r5}E+BEFeh$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..27f99a80d3ab72cf18cea59fd427cd5acb2d1dde GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkmhN7&eQOMyY(f1!xR3-Ct&iaK*JLt0<pmi2p3E~Mq-21Xd76s>r0FU8YEg0<QL2! zDkdHh8W!Hv+|qjP{Dq4jKYjl4@1@g=DL@5Do-U3d5|X(Gqxo7C1Y8d;{t@PuvGZO1 z%4Cn@9}-39ANsd@-450}IjcUon2PT-`oys;{9R*guc*b<jt0-|lX(nYmIX2SnJR5q zxsgHf^;9dl;ECGIS7(GSWxT$={pQA!nxD-5n|R!;S8`qk+Q#7N>gTe~DWM4f6>flo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c9e9a807a42c1470c2bff28220e78819685a8d8e GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E69Rlf zT!AzL!+-wf7yQkS_!=JbH9r<;ddlDMjKAp_f5RibrbmKJ&jcDC2{b<82cia`6odgJ zp9(fS6>NMe(C`?Ho(KS?8bBlv3Bnix4L}7TaU>C_8n8;BUIbU$!1`R%iz7f6>6HZe z1v4-zDyyg(8X23I+S)lfyM%;>g-1j-G&VK2>^pGc<f+qVuHU$M>-MYHZ$Ezi@@vvD z(Jr9QQ=Tr4Ar`0CPQJ<4WFX+`=y;G-B<2PS>nf$xKmYd|Yj(GmH5txvf9E-K+x9La z#Z{6nl1n3>%wDBqcV}Vqj;2NT7q~C_`uQv~n~2%`+oBvH*UabJIyx;Z{~YV+b;qxY zg=KkULju#v=@E=w2U{4#ZPZ+L2pBE2d-R>*n_;q3C->7CACj03wtm^JSQ}$uc<@N; z(G!8s&*tu&u_1fC^~C4mrArKAbaf-2ZmZF}o|LJ(v|Wt<pS`$T-{H4r_r32=d)TVE gG_xY^)T8}B8Rn<v?qk2VJR1~6p00i_>zopr0H5{akN^Mx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4aa9f0c0a316c89233a2fbc4fb88449c60a927f1 GIT binary patch literal 334 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_UfKP}k zkQQyYD%$W$r1Q04!()M_Cjt#m_!^(_H9Y2Pc*fWGSfCLk0wnnxp77U$$%ZF_4NrlB zI{H@iypR8Zj3^263ufTq;nmYOaQE==EG#N+X>D!m?&;BdHP-^DAi>kcF+@T#_n;?V zgMxtT!Q~ywPN%>BOTRjyFELSc|Dk#7v~wBFXU`JKe5MtyyguRA6u}!;BO8O~vdk#4 zKFKgSPd)WPh&tnJD{g@<yUGWmt7GP7Bn3`Zzq3Ow?YPm0=ZtSNxW#QIy|n|{#o+1c K=d#Wzp$PzxO?1Zq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..08afe23fb3afb853d21353101e409a9680ffd0b7 GIT binary patch literal 524 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EEdf3u zu0WcB;Xhx)W8StWybaHUTOJFyyb)@6B2;}xsO2et^9%llhd^1r=Es5!j|G~Z2sAtq zXnM-u@QknV5ntmokW|An!G<S-jX<f#0u9du>K+R;J_9P_Z+I+N_gJv;DNv&zP`u$O zSOHKRiUdI-PjvLHiZ4}b09~O|666=mz$hdvA}uW=E32raqN=BFVCd%V?%|P<nU|NJ zUr<(FUQyA|*woV6*4fkJ{N1DisPB-ci(`nz>9vz@@--O<xUO9Epvg5=SY$=ll#l=a z`y1<MUf?`ZAy@6c>z>px`NT4T)S$G9`Npwt?k#lQp?q|YWB-vi&v&!)XvmnBYe@uZ z9(%+o)s-h&#;RMm`?9jYhcqTf&PDT*m{r8M7<DT&T($@-3W)z$&A^wYF=b1DAE&+u zi|&%oW-l)v;$)pI7A71%*L?lcphF95-?_|>zj5b~z|`BTm)`N4@-6yz#fE=HUkY~= q-I|mAf7;X5l~Xb+;$A<R|C1r!J^7Q5`|Ms&WO%yzxvX<aXaWEj{>@_m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-insensitive-selected.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..a9d6f2c053f442b99fb5c31cded4eec5f9ff5f8b GIT binary patch literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^_fKP}k zkp52!5NLP;RQ~Gq32mTGp^_lKU<MvuJ$(ar56{A);+EF7?w+0_3u`@rvay~njv*3~ zxd$Ej8Wb3q53&Y|ti18RKFqn};RBxikK)#?esW^NskuUTZ`o`)qJ2u9HQ~Do^Ky08 z3AOy&7;b(~2!HTp3B%3Fyd9sGv&F5f%;1ilw0oC9OO3~Iu^*oqG!!{kO#Z3H0<?(1 M)78&qol`;+01&E*zW@LL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..72de2a99172c2be962fcb5b49186b65e54191728 GIT binary patch literal 481 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-f?SVkU6QCuk$KN#q?NccU@(X5Q6cQGZmXTFdQc=~@H!yT__sGc1%P%M^uV`p& zYH4lj?CE)s6($5!zunWtF~s8Z+Q}D%niK?FmxgEs2VZC~+W7Z>{Tjz&ftv-h&M8;7 z#Xb;nt#7$7%X_Wrdd-hhxmk@@MQDB$72EQ0Q{A3M=jk`U<}`>lr@ndjVBzfD6U6qI z%=h$mII)~pL~TVOH<!jr!K|1SJqHRKB@<;HzDy8XDp(cs!ugQ$6{j5OPp1v_7j}Cw zh3hWAu4V9W&)1#JjgCs?o17~-TE5BtKK62deC?b&R%_4ft=C>V<3iL1t&dadpRumK X9klApuHcVAFEDtz`njxgN@xNA<O=nC literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..60eeb3815683cde8c7e56066ac666e95ef0f8f59 GIT binary patch literal 334 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_UfKP}k zkQQyYD%$W$r1Q04!()M_Cjt#m_!^(_H9Y2Pc*fWGSfCLk0wnnxp77U$$%ZF_4NrlB z|NsA=^=0;UkP#(8e!&bpJiL1P2JRjno`prlEv>C>-90^;ujX0+6(o4NIEF|_<{tFq zYfunyJ-EC>+3EE6f9Y2z^d%;W?mskdopvsx`RrLjna{MsmDeZynj(1PYGh;ZT$ULn z)+ZSz=c%VY2vKL8ZN)9nWmow?bal+!jHJNH>UVa?r5!i=@SO2&2DiA)q_=iJyBIuO L{an^LB{Ts5Ru*@n literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-insensitive@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..941e22aad3a7ab7971776082fc61a8325149b3d1 GIT binary patch literal 524 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EEdf3u zu0WcB;Xhx)W8StWybaHUTOJFyyb)@6B2;}xsO2et^9%llhd^1r=Es5!j|G~Z2sAtq zXnM-u@QknV5ntmokW|An!G<S-jX<f#0u9du>K+R;J_9P_Z+I+N_gJv;DNv&zP`u$O zSOHKRiUdI-PyYY^KTVrC5$Fn?k|4ie21X%a5ou`|Sy@FT6;(Zb14B1=cMp$@%)Gq( z{DQLb@`{Rv#-^6mw$7d&=kF#JKz)ZiT^vI!POqJOlds7@z;)%K2TiW2!XhiWrhNSW z-``kA^8)9Q3b|_kUH7Dp$tRWxqz0u;%r}mGb8n&Z4&|eJ9Q%*FdA^&SM?=Q6TuUNQ z^VlO!sjfWHGFIKf-ItXGKBO@@axR*e#H=F5#i(1M;j%?wQ9%61Y6iYEjVW6K{5bVR zSag?sHhX#b5GU(wu`uEAx#sJi1|3>h`_5&4{Ea(@1g73zz4VUXlyA|$D>nQq`ck-~ q=+>O<|I?nfuAGut5%>Dh{GSZ*?#Z8g+-LWKBE!?w&t;ucLK6V!1<wco literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-selected.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..f2f575e6cc749367ffc7a2b2e16b30f8ed01594d GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQmMIx;Tbd z^sb%c&DUfg(XxC^>O-f93f+UjFGPFR3s>@AblzcRbFD@%L)lFuX~q&y@wqeCzt#8E zRbV@JfOo~4Qw_ob{4=jRc<$#?_&PJY|K>`zNqRZ)#p0eSo{eX3c+KjqSQT(-nQwvo z#dlLYCv9Y0syySp{JmGt^ImS7YN*Cj)6O2^U&QKO@U!{B+l4=mCAn1d>DWDLm~x*z z^Xf?!6=s#n^*cp{7~LOu8P8pMSAO4y<rlaM9-icA^-OgII-kMQ)z4*}Q$iB}0l#u+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-selected@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1fb81c8eca13f5146a32c6658083118934da3090 GIT binary patch literal 514 zcmV+d0{#7oP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ zaAhuUa%Y?FJQ@H10e?wEK~z|U<(Ioo0znvs&k$e04sV4KqBUBgiGf}lQJ=*a<0J6` z#z=#xu?9-7(GYtIKa1TV6Io%Fy_o2!c4sF0ot>Thdw%J^%lIw?jHFFT`;w}XijtPY z=|@Sgl3J3QlJ1N#q~Z`Tz!A{LUp?S3G@S@u25w`3zpDe3W`*wnZwcU51E3xkUI&IL zz^#Tr%@@83yr&4a8UW>Ka0A?A0Jpkk(!m6dGlW|;T&8j0Mp9SO<ZVi>zNB?qCkoEQ zRt|85jEcQ+4eaFrA7i-&syP}MvF4n?rKpwj=TC`9A7_z|U9=bO4ipoS;%VfnFlkkW z`iwI0lB0p=u@T@hhazNkVY%)OwDNfMP*+g~nmHO6v3{cz_atqMmEv&VG-J3Vo&1;= z34X_&3=dzMX*rQ>1BqWg1Zt!o$#!FXC}5lPLaARKj4)9mh*7hu4Xn)scT5<dLC|dY zstX+8(U`<-%_<7QL{-v)q?K^`LBYSowr2OKwPt@_U-PNcRfw9TbpQYW07*qoM6N<$ Eg3#L63IG5A literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..0f6b00e429a563de7f4ff3754d3b5f45fa60d4fa GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkmhN7&eQOMyY(f1!xR3-Ct&iaK*JLt0<pmi2p3E~Mq-21{Qv*|ORC{aph2P~L4Lsu zqGIA9p<&@o%`L6x&R@9r@zduo|6V%1m;zLg<muuVA|aW3Fq*GLLBRFk;vZpd89U$A zuT1th{vlCx{-J-n*X>}vle6lRi>dfdqfZ>m!rwK<_KI3u?P&1aKAFehWmyoDpQ+M@ zl^YopUr)7?3!bRWe04_XQpW4++iz|xsrkv=zlq1qdL`#&pluAEu6{1-oD!M<v7mz! literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c1a339a51a9e4f04a95b8288484d06cd1802a67f GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E69Rlf zT!AzL!+-wf7yQkS_!=JbH9r<;ddlDMjKAp_f5RibrbmKJ&jcDC2{b<82cia`6odgJ zp9(fS6>NMe(C`?Ho(KS?8bBlv3Bnix4L}7TaU>C_8n8;BUIh35|Nm1mcYs`^R}$nG z%)qFqtfFdYWNcz;Yv<_f5)v8~9ue8l*woyz@4$(Zr%s=_e&gn?+pk`~{rLIIuSv&5 zyMQ`RdAc};Se#xv`6geJfq<){<3U!Dm>VpttCUjz{NHb^+1*;!WH`tDo#)JL+q;Yu zS4p}^E{%LLdzFseorTRinikz(;J)bV=d;XgB4+b%i*kfqGoNqk=(Mo>bF8D+9lt6T zmgSKR2}~=eM=*9BY+(?$QFGZLV6@Qg(RYS#hRIHy+)rnGNMbtJ`enOfZH$HC!6U6l zPXs<co4a$yhV1p$6Q7HhE-{GF)s1|*tw!^DQl{?Gb}{~c_TqAVhu@mr_r5>vVXNlS g%!;^EkM{p$n4g-vkNw{AY*2uBy85}Sb4q9e0PCmZumAu6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a80cc0cb9b9daad32209d61ccd3cf5b9bfb869bc GIT binary patch literal 426 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uVfKP}k zkXF_)Rnj)r(6CTfH&atH)zC6i*D_PnHdWI$(a<(g(=b-kGEvnuR@VTsP1Jx4EwG@b zF^~=Bf<-ieQYPw}CYss?TH1y{H9%5J$4Ey<S4T%rM^{%z7f9;sf`Fd1J<D>S#R?@s ze!&c~atew{=^0tsIg=(&pE2{%qsLF4J^%9c+s|LWe*OOaThFa@4Nz^hr;B5Vgk<i) z+d@qWA`TaGBP(@JGoA6CFz4TY;bMt4_3KI3Uw)hQ{JE+6sxyz)l*$JSik$L%5OVO@ zg1Ih!@(pQ|QnDJ_rysfBc+l&Ubi+gK&RXWV(~p!p*m@aVb66JM88&z0P7U>gtIn}3 qjoh=f&QLY*-nY+pw!44(!?@Z)g!h`#rC6Xd7(8A5T-G@yGywpfw2UJF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6f79041a62b4f5214cc7a71686e8da4ded4d2491 GIT binary patch literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EZv%Wn zT!FNMgM+cLv9`9hii(PYf`g2VrIfL;iiVknhN-%`iJF#?hK7l{y0N;pk(!pNswPm% zR9)LdUDHHO!xV^AwSWv0RV`z6O;a_9pq2?xnHq=$G1P&|z*0aiNP!kuFGMj!1gIFK z5hx2`fX#tQK@@{EB1DYTwSdT2L(5oG+dxy>P)l21OWQz8+fZ9uPg@6w^tE*ibaZre zbo6v|^mTOgbU{Gx#w}S;kXn}n`2{nuu(GjpaB^8%S=%}|Iyrm$`X#5PrRU`47gko) z^!87fID5|A!$*!CKY8cg{RfYqym<NQ!^baQfBgLQ+vmLD9R>zQ6;Bt(5DCe(2Wz7b z21u|!P_KOH8?3c*$(N=RT&drZXRq0uCU^h;;}Y4J-8t6(itlgnp1FDXGCPy6&pua9 zn^ZK_&grjLUy_OJ2APcsaV&kTFQi;W+9lX!gpy~d-YQ_+A@h(aT*S)A;OPu|iQ`+Q z<sE+7!g=rVmY}w`#ZCDS+olE0{}6G|+1xcqPC0DT!iirP+NZ|YO!~rg(2Mbv%2tE) zrINQ)YMZwoXjr2EK}=%8mo`@Ivlo?KvNla+y5hO3{je9`DwVkjN4%6XRNmGeNN$ZU z3Eon|d;2-deYcrm-=b#}G<BEFy2i&gqv#BOk29BOBd5E?0o7a$sSPacdkoJAxjwOO zc-tlU*~ce$L9v(N&D(NLdw1)orgCj{OV4=K8>Q%M{e{1M``X0~d=D=JgPp<C)z4*} HQ$iB}^Gx^z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..cd282427195c5187bd1e0aa685a5ce041e7a36c2 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zke1W6k<qr)&@fX|GuG5J)zC3f*EUwuG*r_xQBgNiS2qPBHBDo6O;c4(6A;ocR?`9^ z6QBY$O;ez_rnZ5$wxPO~iI$e3mX4vewyw6ezP7HewywS|2<UI!aS`Z72Bnf9zhDMI zAz=|a2gitr=;)Y^j?S*`Nt35coi=US^y$-Qf<eKX#S4L|D?D8sLnI_~58f7PQV?;t zn5!9gO6Q13^SPJ*>y6qID~fdeu702X{d~0VwOzJt0`}`v4b8HI);=tlxj3zGAH&~e zN3St2&QRn};Eehsmhdx6@ZJH9s1qC|tHrX}LpEoq6(3!=F;I9TZ)f4|7KPo$DPIjL f?Rmq`{b5v}DrmBO&kaeS8yGxY{an^LB{Ts5sy=@Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f7844b8b195c40a2089be1d24a5238b2f8f97c52 GIT binary patch literal 673 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!C~$Lqlk2sDp!pv9YnXwzis@sfvoRlBR)%hMBs$iJGplhK8}ay1AORnYy-#nwFWW zrm4ERvAVXgnwF`Wrm315P|!q8(?ng%SY68qB%%r8s)CWarm?!FnVN>FI#3X(Obe<D zD66hv3={_%0#XBFn}Cp}DbReNtQycLEfWnb6D@6hEo}pBZC!0`eQh8^S6>$d^gCvp z$pX6Gt|Z7Wn1P9zg_TW7SyfG4Lsw7V+Sbm|(b>h*(<?MAJT|Vhth~IkrM0cCqqDoG zXTroulc!FbJ`(|+2mFs`U|{6;ba4!^IK6gqVDKRafo5fqKnGV>R~EsX+|Ub7!Tpop z{{J6sH-$+z+WPT~>-xsqx1VJCukk#`gjeizf|XUd$ekDGcV69dU*l7m!=)Q8DjVBU zE}Z+^&8n;&eY4~A>e_p%y-!k3oR-aRbJhEF_Jhjf()Sa(CH7r0Z<Bj`bz!3Gy(N3T zxoLOl+|Ooc5K|5mHU9hBVYb5DM~n;x*Wv{>)-W;bh?y>F!*D=-sS6JygM4UPx|&t| zWmX28Fy6}ee`gsP9&E`8yqFf~zFu_ov8{4pXX3=RuRi`ZweWF-<{9zB&*D_Ko+>R~ z%6sy@7x$JLBeQE=5!p$X^smSj<fZREJo9em_NOIn!u1<@)DHKx{a+)$y0a^O#rs*Q Qz(8j3boFyt=akR{0IX%=XaE2J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-selected.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..7e5c6e3912cef0b9de268abda0978941af8664c9 GIT binary patch literal 333 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQn9ex;Tbd z^e&yeQ0S0>0PFVvUNI}?CdR<<fB(G;jxsD_GFi*5w0<G8NM4)z<u`GYb|0F*@p`L7 zGDFz`CXFq3n9U!gq}^SjaBK&o)&kLj>&qFY9FVe@b@QpOLIt->$j4x=g!PkS7}A=! zL;tbyhg&jCouLx&^c%a)v@J=S5<GWpHa9nn6sWM9p<Zqn$six~>ZHO8w#CN9hLHuT zUvJJ1@)4WUIQ6rLWA*vSgf!a=45sHl&TYzGAoy7BspZPt%ZqI$v0R#<Q~1ZH{yAfu XoTGTu>T||GUom*P`njxgN@xNAP`Gz2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd9a00dbf3002009f2fa7530f45348cc981a41b GIT binary patch literal 575 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z<#-~ivuGkSrp(JKk^3ua(sV&>rF;ujDU5*8H`mync_mXVc{S5Q<^Q`gYc(l#@< zu(GzXwRdoGc5!tR_}vu))cMxa#WBR<^xDZUg_;a_S_Grkh~Mi9+Ow+RQtkii!Gara zDLn4^UB2IQcFJRm`YE^XzYAV_`R}&(g4?!RExuHls<>Aq;I+e#eH_=gJgVRSb8+U4 zTzZhPD(_dY!m~31(+|9P%H2DmHiPr-%6;<_4(lBCxFZzdP$>O?t9z3}o1n6Z(>INa zM<-4Us`#R%n5odD(;&+v#j!!VfhAWeLs_#y#*Vk(32Q+nlb^u-`5AvwLar~<xxGgA z%0`(G?ZY!Z9X}sv{kbjm>YD1$QQMV^j0_HSED_x)G2@@mt?2dNZ@9a?*?sL{%d>|q h_r6~){$F`1+$C7~x9e7KaiGT;JYD@<);T3K0RU|zEmi;k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..41ed4d9ffa62667f4e11c01325691693d25fc649 GIT binary patch literal 395 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkUoF@{IO%lu3o)*^5n^L=gwWabm{Wt%RoUO<HCgt7cXACa^(t;1act&$Ob9^N&&e* zWkAOB=g)zHPoF*oGQNHL_T$HoU%!6+{rmU-|Npn<sa6B+P$&uV3uX`y5)!tww6YEe z3=R&dsjaJTYj5xD?Ck35>H&duaT=*WwS}H8jv*4^xqWYi925jx&F_mYs+ltBd%d^z zA&KwzEsb}7XZoX>UA1<%Rc{RMv8wme7Fz9`@>*=usZR-u^xPJ6aGB+or?olVaK9mT z^o9Jx<LhSxY`HJ|tIo@LZTA}|U6H~WlYdt4GA*=nIMsTsN&Ulg*^g`j$7@g2n*c3m N@O1TaS?83{1OTFMx!3>z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a83495380c6fe9fb2072f3e85f428d52df010c9d GIT binary patch literal 657 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|NmF5S_LHc@85ss%$alN&YeGh{^G@pmoHyFd-m+rt5<<s2;%}60HuHcq70}W zD0S)5C5Q-65Xb<khX9~*AOolXC=O&pv_PaFB2aZ;>ws*aAP_(Vf$DGGym|Zf?Pt%P zJ%9fE?c28>K79D}>C=}lUw-}i_4n^zpo2xv&B_3Jz`i8NFPMRenVE%EUO`b=MMYIp zOWVxc!qVEt*3QY<#n(R|G%PzOH#e`cs=BtezM-Y1t-YhOs|N|h-A;W9H0rmfi(`nz z>9vz@7BxADxLkZ7W!jk?V|Y=Z;JBQtWZJ*~o42qvD@_jwySctLZSUP#-&|grCTCek zS7+^c%3*yyTItFrac3>F12ONo9~Mt%EK_~8-#TF)&(ZQ5X8C{l6ZDmDG54;HFDRH$ zZgoJj?YjB<>+IEkUWqT@ReRKs@PehTjL%=_lfikd1w3k=hAjEA2bMC5JG0g_US>GH zoyq5i$%Dfo2c(+VSj@O0mNMFBy7yexyXjx|%z<&~mi|*`3jTawy*2F8hFjA!_o?*U z{v*A8+WiTQns;0#b;bOhcwwG%qHA*g-eX;#ckU2NzqoYQ(r|a-*D-rfu2^Ni`I7pZ XjNTWWx^lU|U|{fc^>bP0l+XkK%0N^c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-selected.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..aba589ee61620882ea6c052c593170e0c499a0e1 GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlY^x;Tbd z^e(;Z7{p{K;P!C6ZG%BML)f&uEncxjj5b>02bOxh^qTfqwn6xatI^{rOvgUOFZ&dC zX)fP?pPG0NP17BRS)Qj>_Ve#?Ir43V!qSpv%X=3W-L^R<5?;~Mab3P?$|cix8+Fv> zPI2&8baj|pXn$BSr-tjDS7cJ$44nhIX8R8~pIm0JH$m%q%<QndB7KRUSrNY5iju1t z+2?Iho11W5Qv0&VGVv`l{yG|H`{+kJUi3-q@uu>-+)7FPqGCnP{s+0&a0T0*>iu(N vdSCA+hf61%jU?|Z`|WdHaN}x?&35yHZaa!wl<wLA^els?tDnm{r-UW|w)=@F literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-selected@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b820fd2a2e07b8971290e07f8f1f3ecb9da6329f GIT binary patch literal 708 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle;R38CJ>&rT$E765FPMRenT3^KKu}0VR!&|)QAtf*LsLsfPv6Mc#LV2n(%Qz> z&duG!)63h(*UvvGIVCkMGb=kUzo4k3w4$=Ax~8_Sz9D+i#0v}zj8dL1jv*GO*G|q2 zZgLQ5H7{V@SmSwV%^H!KZZBr$AnzxC{{I(Q%c3#;WSUL<dE?F1?`_*R3VY>672DtV z_4#>P=LYX)Q=zr&mP_6-Z(EqXYSmUA=?|}e|0`wq-KD;(=I}SO*X50cGt)!lT6cK< z&1!J3ThMM`;lJ;F;;G_U2PP*kV0S;s+|~PguD<TYXDzoPyqH!b9`v-lan|a{1U8=@ zmJdvG*`g{$8@jo8LmqHG;MU^Rc<9D3zn<~^g|2x8{lAw)nxvWRXVB{s+u9*s`mK@g zX?b1v*>^9JEnghHJ|)KHX=7$p-m=^i2Qp@QFirk@qPOu~y_0mSQrF((S64N@?Rx04 zasAV-%kfK(Mt)tHcak^zTkzhQS0~)${K~uZrP0Rr^exuFP-pOT^>bP0l+XkK{Opkr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..52594602458b89def52a2958121a47ded48855d7 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkiLBR@|iPd&YwSj@#4ixmo8lZ10WkH0%QV3fB+%|VIz}Qu3Q010RcqUvuDqM3?TXZ z`SWkzzJ34x{l||VKY#xG`}gnv|Nl+(+D`%PlPd}G3ucg&Q&3b&&&bNonKXI&jG2!f zKY8~2%hzu|fBpLX`}cCc{ojBp%RF5iLnOj;`@{Jf6a-iWtJjOT3O@W-Ug8><TvKm+ zauVah{jFaWT;f^#jLp2)UT;lRS5Gl6llJ60_9e+cq*+6)IA6<Q%O}B2j0e9eoBZz* zbop$1@_zp_1)Ehe+OK34H*yE7SOo{q)=QtZ>pV-Ux=Z-47x~sIVZ!X{1*;2yE@1F< L^>bP0l+XkKf&Ie7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/radio-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c01664c05c71cbcdf32409dbf9e81adbc37391 GIT binary patch literal 716 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EPXc^G zT!Hld{rk_HIdk>u)!Vmk1KG!p9RqUDojZ3P3@%>02&6AuxBz581R)Fv8z>F|a4tj_ zP!MhckPR^bE&|~~RFXm7xN+m=&6~Gw-Fo`;>9c3go<D#7;>C+MZ{B?T`0>-HPoF=3 z{_^F^&!0bk{rdIq-@pI=|NjYJFAMaibxDw4FarxK8#@Olm!*}pt%IYJv$wBba%x(7 zPHui-WmQdY|AdLN=gd8P<k<0(ckbPP@c7A#m#;p2{POk3&tJcN&KurgU|<yXba4!^ zIK6iA&9Flb0xrrz0_FvduC6RG2adRisRjruD)`L!`Tze!<3#U_6Wm{;zR#KYZr!CV zwqE;JTzi{$e%=0<WgOPAIms)_3}wG=HhaLgQ@`bWyIw;2;eVmx?_Bhb)?eHm`+a?5 zBTpv7oi%@w*_9<Pa-2JP$bZ(0)4X3l&YZ){YOs-$L;QQ={EP%0&fbeY8V`7UCM9vC z)wa1a%bnt?U|!DHSI#Q&Av1w1n9*LqMBzf<fpVD-8~<`TGp;Y3UvtYY&69C?VYk(f zL-)^xW|x22D8cnPTTbfB&a+2%Ze7eLIpa)}%E}W@ofnptwU>!;aVNwHRQEGptK1^7 wvi;gBi?!~nqN~;gZBDzoI<)AQo%Ub;`&(Cj-|&pV4H(J{p00i_>zopr0IcDJFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..abee2813e3f2f79905f313b3d4ae7c4a25a4490f GIT binary patch literal 815 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jHUrT zA+A8h3=IE;TOJEFJP~YoCeZRspy7!?(^LM2XZ(#IlCSZRV8dg<Mxg8yfrh92jgR?3 zjK>0vKm-(g3Sxs0Q1A&*3XC9vAU0SW#D%dTA|O(<<b+tsNw5NhcF~g4V38+Mx!a|( zw@Bvgl+51+6cMbsD_DC^q~elD#bwd5v!Z3^M9a^Mm7WqSJuQ*HU!w4kWZo{Ida0bP zQaRgzdSx;<C??ENj+vqyJ542Of?80eT5y$GaJ5=UjkZUkwnvh-Pl1kmypBhLjz^-t zV}QP6puTIIfn%VdQ-q;Yl#!K#k(Hy7wX?CMy@{o*iKU&1wWo=-mnjffxi4+5X9WhE zc}b98Fax8sjGVlIp^>YbyO+0*UvNlXe&MV+bLTJEx^4TRqsJ~^xqAKfox5+|zI*@S z<EJm*fBgFW`_JFM+6=8az&OzKba4!^IGvoZz&t^8V&G-t<IG<|mbyj+ZrR`=_3(1S zyGPRVW=K3uS31~p;qdat@a|d<Es>V2kB7c|c)b0XrI{#S(peV8DvK{4Z#OSdH#I%i zAiJbJP;R~4=K~=k0!rsOt{mxIa^Mh`F;CFN25I$x$t+HdsRcc<yVT-KeE%gm_@45p zy0j?wqG{{m?5-e|tV^t(k?vK=*OTY9tkd)qU*XBF@^s3iXU(Df%a*a^E>Kh5Fvs0X zD$I7qx$XdlETMLfs->#QmzyO87#BJC#sozAyRW(Uq-)(tS&=6_n|>&pbA<Y@kkKfT zyzx<8d3ME>lp}62O});SlC>DTpV_>sD79=k_=P3wlY)`R<{gT0xq1HtJv{~g9ZT|A oQ5hcL#adq$K2a!XVYMa;!?&0Zd9L@>tU&42)78&qol`;+0Bz1m?f?J) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..182411a2ade49df5b7b17e31d8923e3125383410 GIT binary patch literal 1473 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC3`~Xr zJ|V6^#S9Gp8CLygXaJ(C43lp2w?E`-c+A`Ogs0&Jck4^hhWjF|4@4Rs3Aa2JYI!Qy z@JyiPnLxvH{^l3_&5wX8`I;Z|Hay{L0<)VQ3pG3uYyv40Y<ecp^q9Zl34a5S3q+3v z8y^EnfyO5SK*7eR{0)!!fg+7h1sWd<0L8&7!QvprK(0W;Q!s)U0@el80#XJw6RZXz z4iXduX@MZ1MmQV7fEb7-NCda;kw85VfwT+O-W9C9Cs=o1u>PT7{UhPZtHM>+L@F+d zR9zJ<JuO;#Mzrj#X!$v@l9S>^N5zYeNfaHC%GxBAy;&-Ii&V~5sod?-Ia_2>m&v3p zmrY$No4QOE$Vgiuo4!&uW36n)I{AcI@`<zM6Xz->%u$M)p&UIyId+;#RKH5}MAe8c zwV+D1;3~C{8nuvGwXjyT@HP$qB8`Azjertu-y&U?2wm4mUDs$`Hz119b&J(?kJELJ z*K-cja|zdTiO};%(eq5#ckt794A6HBGH?tubO<%Fax}7bGO~6yvT-r84>EEHHgXI# zF}E-=w=}V^GO_V8vGp?r0W(u8cT;N*Q)|zaiD@FhB$H4Q<QL4q$jrjVE+`}{CN3c< zB`qr_ub`-`qN-+UW^Q3^V{7l^5)l<06C0PDlA4{HS5#73Rxx4Xq{&mKEnc>D+x8v1 zb{{!*{KUyqr_Y?baO>{92Tz_pd->}1yHB6LeEs(0=da)Y^8C*G0~6{rPZ!6Kh{JDh z{EQZIlwdDda{AQb-&goH?_M%F@9l*(ON@F%ymarWXat|ud%MB;WtjGgwLX(4X`Gsr zb>r9TO}w{Q%gV}X{~mq*@%QgH&u88&Pk$CWH_yUZ|K-hNHj|e!vCZJ>);zyMVeV2D zX|BY8pbU?&gdnq90si*4-@N>H<+}KrZ(FW3lpe0&GEVZ<bh9j7-0bmb*~!RVQToq) z&bgm`7R2A#y<f1**Q><H+u+Q}Fr~@cR!urnk)9`cY~?q>n+1Be|3svlt>Rksw?%0G zX*2IvOJtqa&h8I5Y}pm;s-7vmiZ80u=~iO(rTPrRQ<*AVJ2|))pF8n)#rx&%l3W)2 zJzWl`1B7?^N$h0vR=yy2O8MN~Q0Bc!j&nEso^L#NTXF5<_p5K*kKp6Hekg=7%CodW zG{{(3DKA3LVfNGOZ<F^Qw%@i{fnWO5AvMNZ?sNJ7_q;q1ZFb~f9HW&^-zNJ%KOJT> zJDPoAJ;PMuBU8Hm|I2<8OMxWk`wug0zBGxe@b-y$Y%2M>x4w0`l#H&ox^COA^))J5 zvbskFg6}=A-fEe3>UZUmJ>f@q_I!xG`(4<#`xk#%)SDBx_gDOzo5h}W=#1_PzGWx! zR+ZQ7v0s<?{au1%Y=DEM+PNF178i~*<sF>#;$ZrrIqrV@H+^=r`BBmxpng9!bp_+5 zqqk3nO}Vn{iA|&KrQ5ZJY^xr<IG26=pvcRkdCNqVcdl5kS#Zlr`P(Wh_N$&d;)0$% z-gK^ee@*&~z}46Fe%Hx7>p4=E^vEy7HHK5=N-6W384A}GUWPB6cD{0J@FwZj-FfpY zk}d>S?JIN(`OLI6Z@s<*SM9Ss@2oVU?ZXy!%T5js;B207>d%~uYmV9IX2<4DTw1fh mW#>|j^4zdjAM&Rt&alr4yW{1dzxXGp1od?Fb6Mw<&;$T*)Qctn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-header-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..bea0fb5763b2f80112ded2170f29449b6f6d5af4 GIT binary patch literal 822 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jMf1@ zA+A8h3=IE;TOJEFJP~YoCeZRspy7!?(^LM2XZ(#IlCSZRV8dg<Mxg8yfrh92jgR?3 zjK>0vKm-(g3Sxs0Q1A&*3XC9vAU0SW#D%dTA|O(v__%2C39tf$c9G&!V38*h*;^$t zH;LzL7th@R6cMbsD_DD1xcs7U`6ZFkGa{vDMas^JmYftVIVG06S3GBjc>Y14dWo#f z5?Nb-dZp6V$;Hl)kC-SQIY}YBThX^f(XUj|uT0UuT*<Fg)hR~RElbTYQq3t!%_&;V zIYz_EQ^PJ?)5=TJ+FQ%mTFW|6%Q{%w*izfrO2^Pt$Iwj2$U?{1QODRx$HY+=2#o9( zC;2`G2A+9IkY6wZqqK~iyn&&StDC!*w~t?NNM3&7tT}V%FW9<m`=O)9E?>EN{q~)^ zZ{EIp|Ka1OFW-Os`u+RQ-@n=ntvbM%(DHO~46!(!oUp(=L3Co^W#i+_UqY6;Mg(rz z;34(!a>Bbu(i3M$JWW?R*mL3V^2YG)S`RCcmaLD5zI=GR{g|emEZ?KEEQ(bYUq0S$ zUZQSmd$2)vNqeB&db!UZN<;*d&U0Kj(!1oqAueN{OBWlY)dME8I5nmg%#q!-%%Q~h zUy_6GDUT|nq}+?9t_!lef>^RHv3f?jS0!Ihp4YNY(^GtfC%ekiIkO%%hw?95mXf<b zO?AT@cQ3Xu+ZpG&!x*xJ+C8dLmn2?Je%HND(?MiKC%4w?mmQ|FVlJBQY;KwpC|3W3 zZQ(1<sm!i=%+~)>QiPjl_1x(2-oWWm<-?kAa*n&~dcAgo8S@H!<y_j5#LSPZK6}>Q wN>lUJ{fHh;)AwB7D<7PHrxoO+Q=;F>uwl`s<S%Lm{)3XOr>mdKI;Vst0B?9rOaK4? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-header-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..bf810d5273ed75586bf55de0032b3cb9afa26ae3 GIT binary patch literal 1462 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC3``mU zJ|V6^#S9Gp8CLygXaJ(C43lp2w?E`-c+A`Ogs0&Jck4^hhWjF|4@4Rs3Aa2JYI!Qy z@JyiPnLxvH{^l3_&5wX8`I;Z|Hay{L0<)VQ3pG3uYyv40Y<ecp^q9Zl34a5S3q+3v z8y^EnfyO5SK*7eR{0)!!fg+7h1sWd<0L8&7!QvprK(0W;Q!s)U0@el80#XJw6RZXz z4iXduX@MZ1MmQV7fEb7-NCda`o<Q9rfqEbUnIKquSFrY;VEseE`bWa$7lbRX2v=Se zuDT{ta!RD+v`Fb0k+QR*g-1n;Ply#B7B4&`k+DG{bE8D&CW)-g64_fNQ`bl(Es{!F zES0=ODtW0?3J@)mN?j!rJ6$GjhD_Wnxu_{}F*D@Dy5+-r<Rd33g!L%;l`8s|EBaR` z1~n-Lw<-CRDg`zud*v#7=P7&VtGef?*@vh(M5x;asM`jr+XboH2dmqMsyl?KJA|t{ zMyNX_X;`{zSb1vL2530OYg&0}TKi}jTWguvXj%Gc8(V3cSZkYmYg>40Tl(qf8|dg8 z>KGX5n7QeKfS#_Ay{?giuCbGg*oEc5l#);q<QL4q$jrjVE+`}{CN3c<B`qr_ub`-` zqN-+UW^Q3^V{7l^5)l<06C0PDlA4{HS5#73Rxx4Xq{&mKEnc>D+x8v1b{{!*{KUyq zr_Y?baO>{92Tz_pd->}1yHB6LeEs(0=da)Y^8C*G1JmaePZ!6Kh{JDh{EQZIlwdDd za{AQb-&goH?_M%FPxtbgB}P3WUP~*CCw+RcVa<u4P0rfQUN?;<FXHyjy7BA#BHpCN zxpQOV>pxch`DgdLGVR;lnU&#-B~QQbPFuI{K*FlF#AUZqG%o0$PSISsOGskklovs% zGq$`HyK-57>(1)^e7vkxci(<ZxMw!?P|xj<#=vv;-zhKJQ+i9=ENkhUnXW5tn($9( z`7tZ;e@}|~ZkfY#UaJYcT%&v5uS6_7X^xftM4smxbb8Ch7Oh%v&Ryf9r4IKIzhi}0 zc2#nk&e^JC`)tV@$E%L!6FtS>`2OTyd*rJ0#IvRma;3-Q9c%5GKTWt_SK`DH)jaEh z?jaBDHGK~3n*BTOEM%!V-1O_=0sC~l+~>c}*@tY{zfndgtKlZomU*u}a4j)YbBWmy z)==iP{`T|@hwV3SR4|wRbbyc1%4aVB|0ypIRGS?+sK{s~D4kmU;qyc*cBY&c#uBVA zN^-9J{cu@+b&<k}wz>l=U0$f_duYj+PRMvUi|s$x`B00jX?`(0zW0B4h*)KHDX!bI zo@Z6@lqui4Ju26COILiIzUjUCtg@%_Z|3}%`2El&_M?1P+Gj)uD4&^hCnW!0UAf!Q zcXy9BRV|oN<P)=DWx;`yP45n^dT}uQz#R9o`FlPamVL+!Tj00v^``*tC&%*CcLxS7 zpYxfetTX?6s>F(Ei>=qMIezJg`0k%+Jx><wQ~U4wdC!m4uarX6A6EFz>_5Cm<>RNh zsV-~dra$?;QEKy~+nq04S9I-o=)dZ<*bQ^vRgRbP9CYX3y{Uhz*U7g0+`KE9nzr{v zY*$q_vQ0lO&B110C>O3Ak~df9@=?E2+UptxJ$wW2xr8Opo48qZ|CJEam_?^TX6?6B fuYF^FO5==t-Mbr|79AZ<pkmY0)z4*}Q$iB}BV~-T literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-header.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-header.png new file mode 100644 index 0000000000000000000000000000000000000000..3f18f1d4ac1f0fc8e386ce19b5f28bb40e189936 GIT binary patch literal 810 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j79-I zA+A8h3=IE;TOJEFJP~YoCeZRspy7!?(^LM2XZ(#IlCSZRV8dg<Mxg8yfrh92jgR?3 zjK>0vKm-(g3Sxs0Q1A&*3XC9vAU0SW#D%dTA|TRq@^jP4FTe^A+KnbbM4tFBdK0+l zwb#5?Uh`iA)kwBJm1=#e)%RSx@45bj=LQpB096`KdSNp8h0E+$9`jy#f>ru0eC@yR zb-<$6K)vy+-q!8<*m2-f*TGK{4u76^=F9vuUlyGGvheJeMd!XAy!YeK{U3+#|2XpC z$I%BrZod9~3y9wQzVr6?;}3tHe*E+1>)&_Z{=WbI_tTGmUw;1k`s?5CzyE=NLAb;e z7-r@rL4LsujM6f4@&<-Ru5RvL-adZ8A$j?Qv*yg5zhLXO?T3yYyL{#9_1kyuzIprZ z{fCdAzI^}j>-X<JfB$MTwCVsOK;6^DF+@Ug@4?Jy#zYae2kA~hUfmPKbZ>25@-$=i z7SGito35Hjo%{cv+jCaM&U^juq-&plIJef-Q)!pg>(T{tYt<Z$X2vWH)87AvJ!eBt z?gXDzCv;oa25zYkQYns2_5NDG<m+rW$uo3kuVDEiN6v{M^Q=Xjxf%q2m6tdz;^Dre z$H2HrWoy5&(4I{SubDSE)lZUot;MOOqoL2(5pek9Z)R1~YoS6jbqtgl%2qsFbj}|r zU1}KlVJmOK%(^>QXO>Rg6&eu`#qwbJGWT_>uQ>Oyp1;h{_VW5))vraTo211VQs*r( zc^427aN$AE#4|6|w;Mic&iJI_@$6JWccDR_*mtXwbM_Z{*InlAKD*!B=w;4H6Yrb0 q_Ze>8T;B9h!_(#PK~L*nZ>4Yj`><`!!NrWAr0VJF=d#Wzp$PzODUS01 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-header@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3d6f051e7e9719a6c4fffa6ec2276e9fbb0845db GIT binary patch literal 1454 zcma)6X;4#F6n=^p5JM7(vMJPcgs2e}(IB8qP~w7MGE_v7u(qPCk;MgHVvx<004Ylq z3V|vjphZCou0Rn&1OzRLP?qF{gb<K~pjqhyI{ndKz4P63&iBoC&di-TbJM&$4<eRX zE&~7nLG&OThx7OF-DaQ%N3Kn$A)NGL-H2oZ1A|Y)$A(~P80Fy`3jkL4=k6kZ%dAzf zXhC&9K_x|oQsXHxAwYb5{MH{L!efIdQ6XC+W5RAu?6m}d#cREeklkT30L%gvvj7O= zJ&^qgnKEn)@)6es%R!M*vUmkJh)Ev8fFq_1z6k?DgF+NThyq8E*F?x`Be2u>8Xo}) zjOp_=oo@mP(DXSQnl41q`AATJ1Yrt;kEZeAh@uHlut<ZDARh@UGzdlGqhNjBIj_%| zVTuBwc`OW>?}A(AZ2!!h_bljhB6_Z60dV8L^+K^Q@IT`JqVQPwQ6@BjDNTT(3(Odh zIRmmthSsGE*QX0NWC%BBj&5a*;#i~hS)%RPA_ul;Pp;TGU+h{S-v6`Mvqa*>k$7_? z$4e!ovT<_RIOU!+5Jsgms8SkSH4#!Z5n4SF{ctk2c9L2<nN<Io@q8-vr7W{amf0-J z`a_=IDlcrGF5*oWznL!KO>;UFci$>1x)t}j6_q_R&j-G~9#*!FDBDJqT)wg$hCulS z2BhqOl$}CVmr(U~RMkDI`Y@*Mlc@W~)%{YnSgskH)=CuGafMboqn()1Dpb0!8l6(3 zQ^C;cG`d-xZWcb_qN-=`js#GTdy;@fdP~01N1K?gG&8rbv|4R#^X-~->o;t4*yXs} zX|J=Z8{x!Bzf-6EgMvfC&qu^iFT^FVva)l2$}PQJTle@$eM580>((}IJFlawZ{V*X z0VEWUNhW0SX~oP}rAn=f@a#MWZ)P@;u%CRQN%}$QXR_a1KdP*qTdIC%{IH=cCqmj) zxqinD%%Ll`jVDRi_L}VukDPd^JF#fQIJh=Q_aa8`V{&2P=`&ZS5;ZylUQ$uPl~K3S z0$%gsi*+uY0Tm4U+ugyfJ@<)Wwr%xp=6RU0?2vr+vz709BB@XG=}k?vMe&!M^S|(J zZzILADQxWdX9O0qs;)+Q(l#u~rNZ$`ipMF<(WrC&oE+bDN_8AMjp~yZ+Tw(5xA$b` zd9*b7`eYPB<#y#$riV1QLJGQwP8pVtxRRD29Fe()nBsMz%RP96(L^lmy2$P!1j~Ux z4;0?L<1G*Ku$FyHzvEtfwA|Qv<Bh#^CR(%vLO(9rM02Srw%)B9^gWW;_~yPKnXX_$ ztf<wS1tnGFluayrJ}UZUsC6ICIb!fYlAOz>_n&KBs!kALYF(S#r~xd5qKRmYHwzEB zqLdfl^%tKLIhiMl0xRG5T(xoi4%(NB(9(^jx-K;ywp-=E3J_V+*PVIlJzQ>qr`Yej zQAZM$+kWGnIA~lEJG9#BqLuCB7S8o}-KLwaZy#ZQd63b(#jlaE+%B%zg?Ea6mO>M7 z`ZQ|!h86eXaYkd;7jt(-4^%YLd{$1Qb`cz1^g>;0lu#k=H|DX2#<lW+oD|D7PI34> zso8kwR&Uh4gnHboeebR7<!wnD-4h=8oo(@0rEpMI7v!a8R$#px4XZP|Z91OX={^@y z2+SgqO#6Xpk=C2``$6v&(Y<+Iz09cKAKxt{HXs}>*X3HjI*XZzcz)Uc&aeH-P_cKO zS$XV}r!+6o!58h`Mo>c-w?8mUfFZxyU1sMRhL;2u<<?>!x03CBIE`d>!w&2PStQ#q Y{{;v(@J&hMr{}&)qPr)d+AV<oH-j1M^#A|> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e86b191fe8b6ae04eb2c5497d7c8c5c1cff0da GIT binary patch literal 806 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jDi6^ zA+A8h3=IDTJMId0yc1}6&)@z~q~W!2%VXh|H@po`cpF~xHa``vc_7^UOsL_ZQ0+s( zhR1>p&jgzu2{b(7uY1DZ@Q}aZ34h~LzJ{kjlE2|Gf73I;x<`TyPX+28^MeF|Bv?z` z6T!x30u4_@i%*D`o&f2p2WkhR$D$>tf$D)KOJ#4B%H1xNw^J%_w?NGufx3G@^&%A) zMJg_fm7WqSJ116lK_Y*@MB!nn>@8B++oW=VXqR->M#aRr%CS?FW2dS_PEZS~Pz$M2 z3#rj@kJs@`)bUKx@y*wF3eb0rH?(pvv~n`EayE1dH*|_Lws0^70t*{c3p-OQcT+1* zQ!DSsMRNMUAc-ys@(X5Q<mVR<l#-TKQ&ZQ})Y8_ov9${g3k#1(PD#nm$t@`@tEjAO zYHn_6ZR_ah?CR?3?(QKHc)es52F8Jcr;B5Vh5z2mH^UAYh_pV8)l};0Qc~bsVZr$5 zO<=%5NpI7j_6w(e+jodNcwUy+`)L2!pJBT<`85QJ`|9RT^$e~o))eIxDE{cczT#fW zT)t|%Gj45ZY0=)Rbnl(NH&<>(<lpqX+jrL2PI@!5({}AjuD0UkLd*=x>rGQWJFMNq znBXO0Vaq?$YI@cY#*}vE^!4+n8)cn3;l+GIpyzwwWWmXT(aZr#O1mnmL!^sRpG;#A z>Fijy``+YBEf>QD4_FBb-YvCV`t#{`qrHdO-$$p4h;L*_*i>ItztrfV_Wn+0gRm)w z>+~Iy*Gn-7TwWjeHrB*1^-n$bYmR3YmJy$i$on6Tx35-b-0zVVe_BecI5tgo>2Za$ kbI-YcJ&!wacBVwBeUkRAU%%xn4MEA&)78&qol`;+0CM_2S^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..95d7daee435eac0ee8ff929ed36db9c846935d68 GIT binary patch literal 1439 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42;hL zd_r7-iWwOGGc^2XSOp~a%k({#YIr8v@JgifwNS%tp@z4D9d`v9?h7=$=Wl<=*YKFP z?FnzgGoH%lLM=}P8}14=JQJwCC(!VmzvcyhGY~xjs^M#XEYR>opy?@p!vp@>hx|>? z_#1%Y&-rQ}^EEvdYyxV02+~*!R0c%P1?ryg1JyS^6=--Q02FV8h(F_Ne9G7On7<Kd z&SRh<LXFRa8lDI?J`n`!s(TDp4^;UK%zg&4vGECz1j-6FJ`)5o>L4OOV}Z)RWc?F< zAZmc1$NUXImjKaYI4MwfN1*PWKpoH-K=eeY;;K;9RgsE|B2`z#N>7NDo)RlPBUW}! zqWGvp@o}lF%~IJwv_&d+n{>)D>9iHn*;`~&mdU2Akj+>ro3U0lW4(OhZ282wiivZT zqbDfGPF0Sdt`gp*5;;L7dXidDg<43JT1bsrNS#_(t6F%whF`Hp01%bx_!jFqhv_+o z>$yhixkl@`#_GAp>v^W=d1mN4_~|<Z=sN`&S~(e7IUCwI8#)9TI)oTHgc&-8nSy}1 zskw!zg_Wt5yQ!6@sg1X(jh~hK-WXs!FDeQ03ua(sVrJpw;^F1v;};MR6cQE@m6el| zS5Q<`R#7!DG%_|eF*7%}wz08yaBy_;4+sbh3W|(QPDx2kOV7#8&CAQrFDNXksI024 zt!rp#Y;J9BYj5x9?Ck39p%R$3TCjqFfvMKh#W5t}@Y@@&qlFwr*b|l*<)@Zi)=T?7 zX<f;6y;)O3l9mKyNvEF{TC20P>0K7<RkbPFsiqgg{%7t;d~@jBIlklicK!R`Z+^e| z@J-|54L6?|e-8?Lo>Nk}YvF;C>X_bhyrMcwZ(L;BJW0%bBWG~ch4!jnZv$MsmIQHX z3cX@}-zdbDeE)J|;Ge^Wi#&B+yuXoaUZgcUAiuc0>4}S6Q}EQEe!kXiJI$PUjI_2~ ze`1wwZRoe&g-5w_-`A>i(^XtmsZO0bzrr%-elokV&$C6!Gei5dmFw|<QUfO+Bevt+ z|D0zBo)a)UD|^G@v5rOmuR66eiZ|;M6WMOHRV_?Bbb|TDtj2Qza)qxuMKk8G9)0-5 zKHYL{@!x=XQ7`g!+EthXmO5Fl>`QXwGE@|5d#hD)qvHO)<+4v%g}XK^)Q|~USbXJs z;Jr=T-!V&1da#Bo_L5HZ&*zf!nK{kAh~CjEG2Q*D^4H7tJ7hdIE}UPWDqgjIg;4up z=FDw*30YAUhaY~(nY&GbZJ*}Mh?0sf$MAc9gKPSxeyW?U`CfKc>)-urYVBETHiZ6~ z+JEVi`fJ;*`k4z^b&YdY_1D+$J9lw!@|$J1d@R-Sie!Zy#l8q^J0nx0cjch^Z0pH4 zo6m3KEd6xXxSegGUbVGl*Ce;IbFLS-RPT0=-Oe)k^|c)Z8$+r$M!!7jq4bxj^6+k_ z`q0?sSt>{Rr+gRO`?^T~{?)uI?|LQw*){F9s-F{4B@|v=dE4BQLw%YAU()V^<{N)^ zER$A!?D#*meXh~xsTP5UxmgZfe0lLxw+Ju$g5v*4n-h2L+sU4$XzTm6JEFO=^6kF1 rF#qs{F4LE9P0Y`|`RBeyu|Yj!SeQ|T{5+q7pz_hv)z4*}Q$iB}wE=8> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-header-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..37213440572691fc186a7ad4acb2d3ecaefec31a GIT binary patch literal 821 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j8XwU zA+A8h3=IDTJMId0yc1}6&)@z~q~W!2%VXh|H@po`cpF~xHa``vc_7^UOsL_ZQ0+s( zhR1>p&jgzu2{b(7uY1DZ@Q}aZ34h~LzJ{kjlE2|Gf73I;x<`TyPX+28^MeF|Bv?z` z6T!x30u4`ui;s&Ip8)Bq2WkhR$HGOYf$D)KOJr`A$lfZEvt6L(jzHZVpkkr2iz20G zL`u(zl${gH-78jlLag+ZMAl}BtSu7RK(s?5|DaUbdfC|N^5K)@BPS{PmMZ!IQJG?R zm$F}}ic_qLYnGZ*q?%K-nscm%m8XVXxR$Y%mX)`bRe+XNh>oGDj-k1Zp@ohy5LxLM zJL#A@=>dVEgWuYuP+-`^l?3?(GcfY=3kXU{ORK4=Yiep~>)F`ag@%QNM<l1DWas3T zl$KRgRyH*^x3so(baZxgb#?cU066?D^MLW8?CIhdV&T8{a%Au!1Ch3e>w{cG!dZ^6 zikdsz;n(AM7creHYH5(q|Nr+tFhyN5N!#;i@7YSVx#u_y-Yhz~^sJDkR<4fPV#Y=K zZ&ov0m0DYNyUON-3tL*2x92Lg*Xi$ks?wrr&z83TEbU9HO3Mk)Ts0^0jOK9$htrz8 zrjZK9%Nb`pVC&OX3{H0XYSC~e;lY!yuVY-!D;WhbT(f*!H?MPrs#3P7!^DmipZ+PB zr*xmtW6}^1yjyZteI@7O_e>3@N=m!l?h5*R{Q1)A_V4fd&jdKT9J6Wo`0wT2)-x^j zKSO02w&}=ztLBs{c4cmuQPt~bU-5W~`~U45_|o^ZvI@OgUikCb%x7gxbrZkLn{<`; t^fukc2Bu7QwR*F|?Z4NQg&p7Un{|TLeVcfzuM0q_*3;F`Wt~$(697lbO0fU{ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0926a59f940fe671537bc0f965f21bd9d2870d1e GIT binary patch literal 1438 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42;hL zd_r7-iWwOGGc^2XSOp~a%k({#YIr8v@JgifwNS%tp@z4D9d`v9?h7=$=Wl<=*YKFP z?FnzgGoH%lLM=}P8}14=JQJwCC(!VmzvcyhGY~xjs^M#XEYR>opy?@p!vp@>hx|>? z_#1%Y&-rQ}^EEvdYyxV02+~*!R0c%P1?ryg1JyS^6=--Q02FV8h(F_Ne9G7On7<Kd z&SRh<LXFRa8lDI?J`n`!s(TDp4^;UK%zg&4vGECz1j-6FJ`)5o>L4OOV}Z)RWc?F< zAZmc1$NUXImjKaYI4MwfN1*PWKpoH-K=eeY?1E6mWuc0zLRD8qN>7QDo)IZKCsue^ ztnjE<@d=5HjS^Wvv{@p1i$vjJsiZ|xNlT=XmPw@m(MqY5)zY!krQ?BUwru1S+1Tmw zVO{d!J@S#06#YsS{mK;mDinhn6+_w;!+MmxbCtdGmHkSU0~%D^v(;<@)a-)P975C_ z!qgnX)trDRNyEZj!^%^`CP2d}Udz}@%hX28!cWV}Tg%E<M_*q@-%!WcO2^bn$J|xN z+*`*2i2U?`z|cX@*y&-$-LJrSUQ`m~7tFxO#LU9U#ly?T$1fltC?qT*Dk~=^ub`-? ztfFdQXk=_`VrFh`ZDV8a;Na-w9}o~26cibqoRX57mY$QFo0pfLUr<<7QCU@8Ti4Lg z*xcIM*52OH+1b_ILnSb6wO|DU15=Hsi(^Q{;kP$3!!J9CussM8y(v=2EPf<*W%k{J ztS(Enj&iMKIu_U2prKUSxT`V4MObX*f~ip#JO5viik`h?rcc{x@pBLV+Ew~3GcSL3 z?P0{3L*9X{yKg<tZna!?_4&%Oe9a`yo$IV-Ouw?TNO#7c#f(=jTmMr1`TLAd%rrKu z1NAEXhb;I_5~n2Gm$;Z}Ba(CLy-9Ibc0m4RV^1TYmyN|oZ~8?lx9v1_@-fmdnU-oL zJ=@T4w~x=_j>fZY>9(u5ZYj4+>X3+7Ud|;Q@LNqdOJw0fg||=UI9)x+vGIh!oO3_< zbB|w@-gt)j#;l@gF>bZ?ldlDsRHSAK-D<5`Xm{v@@Qs-*dI55U|664<dRToA{H#Bh z74`hr(tVpQ-sdo$8?eZ+dSzdh^Q&~{#2afJkDvYiHv3TEeIvzAUe5xbX1&1s?y_n5 zchk+59B}2`wJiGEr{mdn?2mF@a95bVNUOT~`N-w_g_Z)z&W1ZCa@K~Jb{>A%SQ35R z_ILP?0}nss%-tuktA5qV8zmK82LtYXPx~oj{q(P0<h^PhZuynp_RSArdsDwb_1IK@ z;d4{|&dXZNT6$3H^0HrVzAwKmb9eU5kmC!d75UtGXr<=#COOId)q~Fq`1W;d{j6L2 z!E)O|zkTi30`x<c<g2R(URp5qGn?Ow{O>DXPg`(dZs5bLegBfSU+bUf^6I?E-q-QT zdsgK+_zFGJcv|c7f7zMS<txRvRy!}--~T}Otekq-yrWm+OjfU}et3rKvSW^Xo&dM6 z#IJ*oACyj?Z1nl*&cMUmC2gvfa^1e#K|8o-@#}Awnx>t7J3;PJSn$ps(;4E^<X5fw qzV*!1jE`5tWp(r;{z#`XKI3olbj`Y?C3y){JbJqNxvX<aXaWHF=X9t5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-header.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..1cf3b0d15a259fb661cbefa8e229b0a7b263f3b3 GIT binary patch literal 802 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jC=t; zA+A8h3=IDTJMId0yc1}6&)@z~q~W!2%VXh|H@po`cpF~xHa``vc_7^UOsL_ZQ0+s( zhR1>p&jgzu2{b(7uY1DZ@Q}aZ34h~LzJ{kjlE2|Gf73I;x<`TyPX+28^MeF|Bv?z` z6T!x30u4`0C%rJ8@&cr*9;h9N9ve@32~-a>*?-~dz{RgU=e_h?@EWL6s`Z&x-*cV5 z=lT<#>rZ-aIO)0Zr01qno;%Ne2~^`f@3r58*8z)O$FF=_x9daa{!d*8KTSCNY2KMH z3(kF6bne^1dp{1}`*HNakDIT5-v*+$zwf;L{p7>%XCHpQ{r2}g5dHZ3>BrwMzy5yv z_4oJR|3L6*+xDx#@Q5l2@(X5Q<mVR<l#-TKQ&ZQ})Y8_ov9${g3k#1(PD#nm$t@`@ ztEjAOYHn_6ZR_ah?CR?3?(QKDSe{Zk2Mm7&PZ!4!i_?3rTn{_sAi(y(o+-)ERZxIi z!|cGj8=@Q4oS4K6QtthC-LpV-wr%mANBi&Aq!%yKF?e?*DBD_8DClOK?@=a|T}3*K zRhy#j=3TZr>*khL7q0T%?0fS2^So!8YR)FNx4)dDUY+*JVc+re8MoUD84NxxTFAzp z^qiMr^FDsPb%#t7RJUd_M9yDXe|N<TXV)~T1Jllb_`bF)N-Il@VM=F*o_+k+wiwZ! zsSK)0i`e_`Z&mB5^JXyX?09iAc`fJvdBF@5Udry<xZF6Um1`qU!m|2bL07kV#up{W z=H<m^zH4J-D6H&RSKpLu@^gLT+HJMZbSx!4x9pKBKm0NKjj9{B=t-H*HECAsUe8c} p+4<m|-qWs6yTpsTFK*oLRByQBmg<eqGXy|M)YH|^Wt~$(69A7SeWd^Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-header@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff1f15c6b05f3aade1d92d7f3d5f8df55cff211 GIT binary patch literal 1420 zcmbu9iBl6-9LJZ#DFl+;1W-W^!(mZr0OhcnR)`=06~dunYpX~kpvaAQ5q1dzp`sBF zsNg|>I!fgbbSgyzErNhCidF@bBVl6*;fR=lFp)lF#($u1KJWY9e)s$Py`9;a$7col z5eXIq2!e?IOrH?2MuX{Mpa-<W=9wW_^pY9=VFm^Uy@Npm;L$LFxholhmQ~MBonI}^ zS_0EN#Wy@9G(IXNEh1?@l$Mr8i-|j!92t?YpBA6QDITL+K#<OB*48jz5Qd;R2%Up& z0)1e4T4I6XX6T41UqL~8DX5a1`wl_-5p*2R86=?+Vz!is;>Jg1l&oPg`i_j^$np0G zDuYjafO&u+kRkCT2r5M~hhcO8P9KCbaTo=@jFc`RWlG4Ipm1=$Fdf7IGK4FIK^_}M z&>;l)*n*FfuwfD=ficiW0-8`ToPtWpn3N2vxRNh<ki@_2@%a-mDNyj1jNxRk;Vw9! zEr@;53@Hpi7m&ax_!5BRtAcWH1O=0tV$!8N+~Oo|mxtTu;Z6b>O(1g?$Xp9#?&oFe zF39PHa<AXzjAD7<H3dtk2oWm6%9Rn7%6*ke_O0=#>hZ+7@#OmP)cSF5!vydC1pk3b z@JJ<SRTZ?V3foneJEpF5O<e<sri3E(jpyo0K)3pS-*nrMrhQ1$A=QWgxJHa?p35|E z<+Htt*<R&rpK?~Nnw3v!6>6<gtsPfu)f(;etX2ciYG<``TJ0PdZ_RX%fggK0B_uEu z($Uq^HzXJnNhBCS$P^P(Gb?Lro8?rhoxOvL>zcJ|-8?)!H_+)Dy}Y~`K`d5qNXV|A zBiZczQJmOAhvMSm;}a5-jvPI9Je`Z881LlC?3|ojK0oibQ~!VL)_OdKAYHD%k9XKo zb7jlS#_mMRZzeqbs|sih@xIrE!Yv|c-uHW+*1L2(&kC5_M(KR)6x#hhBeuUf#-piM zR(xg;-TF#UPc5;cM6}Ye`cTV?J1;LTk(LBdvFTCUSiW%dNS@Q=VLf(A{?>aJFBaaf zx-m#AigOS&y*ZdF5PN(WK-Ti`hRWJ<yHBocW2cGrV_bSb1#!(yYN>X$qNpZ}BVOM& zLTwpg|5EpFwuvdu)UywNXNmRpBos01cQP1%pR>DkCu~J9tLumM>5gE>zic+mmGDk+ zPal9d(XXnm3&eMugP#_!9&#M8Wj99ZY@o5cT&GeW<miwV7qyuDln7~Jtv~CR(iTsq z+2*?ymUiM1co1S9QA%YOtbmU-WZXVrY#Zw2#^3$oJR|4nqg9I-w8crnEI0S?k2A0R zqGPRhtVBNE7Texrc4u9KyXb^wJmP|`-U+9vW%=bX3~}0y{D<?7-GXz&oAr!R*>ohl zq8V{E`c9bVRuSGU8QxAfl~^k<aVUSXDfji3Mh52HA0AD)SAH*x75};BfbnKxofui; ze=ghQ@Wwi$?9`cE&Hb3RUbr-3w8_SKZwYVFAHhtWCFC))&uz<%8e5MN-fSlsMtS<V zbE<O7wsWXuXUaxeV+ajK<|dY{>&C>F{s~~#bS3$aI_rE0iS7D^J3Red=3b--9$Mbw z=_{NRN#WbtVlGduV%9kR8QB+dA#mB~aRc-8kBy?;&eo$2R<%1vmbb)SolF*F^u%$m zSZ&czl18Xy$<Z(5pJp0GPfAHI`};PXZRMEV-Dgz)qo`+_?vrohrG>9NBF|kq*r}?% ex>ab^`)to<g$e$~*<CY#8T$JM`cyIYX8s5Az_hIZ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-selected.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..1742a2b31ad3dda7802afb873d879189f045c2d3 GIT binary patch literal 772 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ee*%0$ zT!Hj|nt@wye%^ZX8*cn<7<=Enp9k*!0E!=b@Kd1SiAW<5J(FsECf)u_w*8r6=QHK5 zXIg#FbtXJFp7h*w%5(E6&%Nip_FeGWZ^7%_jqh_ezt7+NzHsyVhCLrz_kL*K|6$V6 zPaCg(+k5B7ejvK{<KVp?M<4t+{s@SEoqF=?_S@fg-u}M#{`Z6Tzn^^g{p`c<Z@>Nm zZU2&^AOrM&NJ)@iFasmMfS{DLn!2Wzww{fxU1(T%L~=@YPHstQSw&@2b8|~;TSrG{ zS65ee53yjE>Cy-W21Y4Q7sn8b(|fPn3_D~X!1iF9LV)-Jj;>StxE!_gavilaxK8y| z{x3HaY$=;%+^+ra_RI1~lV`3}k+u5gp%lBsqwA&1k@rgbK1;E^aKD~m#=Bc8xa^rl z^Q4uoW*duM?YBJG|1)c1Zq(PyTREqEES70o8Pp(c*(r5PZC!-t%!LykH_u=CotNW; z!HIw~iB|r_9dQbqOxyBg+HB4#7%3R7lhFEb>D5o)oE3Z%;}SH^drxM2$=NG@_qpV* zf2(<=Tr&1tH~#r`OX)`ccP?#ZidDTvB6mXW?{Cfh)sk^!e$2iDvu`t=-8<#G#NwmP z)jfURq;71?NKo}W8lJpOc7IveUEL{*LIcdU_{N&QjrJ{kpJy@e&~;l;`_Hm}^uKTm YPyD!NOUm^wU@S0ry85}Sb4q9e0Eqmp4gdfE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-selected@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a615723156aba07135feee4705e55349a7c2d585 GIT binary patch literal 1332 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42%l{ zd_r7-ivJHsAkgqcsPTzd<1?}5XA;fNq*|XTc0N-EqONBuUC-2do*PekZaU?;`PAn& z(_h+6f9WvurPJ(}&OkKxrR&_6?sH#y&U+cK=ylTSw<&Air>%dVyYYSg=J$o0-xqIr zU$*T--L4M}dp@-9|Il^t)1;%HW}o^p_tckpXTGew_-!>1UH-QA^0)PuzwNpGWAB|G z`|tcXc<;x#XTL5y`*rd8ud6SA-G2T1&fDMj-v55^{`aHzzn^^g{qoD-*WdoW{r30U zufIQj|NZ^<|KGo$h}pNbJ_{I0-6cVO!3>N{%q*N-JiL7T0)j%qBBHW#@(PN|DyjyC zM#d&)=GHd$4vtR#0f9l0(a9;PY3Vt+dHDr}MHQ7*)wOjEjm@oX?H!$6-93~8@l54j z1_q`)PZ!6Kh{JDhyp9%f6k$(TVs!D0(ORF=lY-tXQVj|6e9-1M;X!I|>js6TyBAGL zi(I*LYr(%)S<K%LojbSgxZMw%fBO!-`F+M<b1@&^amR1*QnzgX{(Hdj#z@(*e*g0r zX781yzZ3i)6<?oaur7}8>zDVRXS(PJb*dY2OCR`pEl}e5Q~@_ly=9$RFPA30*mU_s z=9fijn~hvc9)>3_*mx_GH(^Hn<|7KlK?_3P&yhQ3ahu7|C+Nw!thvD}VmF)>_Nthe z9cKO2c}1x(hpA`giKP~%<^jJGrp-`cH_t9x@L3~$>Wnm2E3I=2t5<wBPUZV}^mqH| z0QD@V?v{y6CDRt(p5k8fH-WY4SX0`8@8>NYD-Uh={B-Tm?_Pt=oW4dSov#GAFWE?+ zI_xUBD{W7naQ*(zyN)y&<!Eq+r@qiDwNp7>@<3Bs=s_QkZHU{{dp&zMKX;hJ>+9gq zcIecK?@#9+-NhVe_Ju|6<w9|nX*m{U3Rf?!J^m#7NLzCH%PX@JYt!er9zU0MA?Llm zVKraM%?qbLeY+-i<9z?xx%0im*2v#bdwb%ky}YW9^@f9O+aBzA=)G0IGqRlFlFoC> z3eD?B_^tVLHZJHdSXlJ&XP~%z{yQIS@%f7%*T+50zOXJteaEAeb7v}9uV1}tyXwxQ zNhRv4wgoG>cc+CgYF^?#G5?Nd?91L)DlVty1Syrf#n)_K&{d<E{^Pet<Fr?0k8Utz zx!0_U+V|3QN9v6vtGhegaw^?E+i6U3%2QwZeD&uAv&3(lNpGz%vC>QV9Bpu?_{y5d zcc1zW$)#MmUD|SW#`W!Azwojh-mQA*;K6<G%&s52ukqVpKcnlbTzxhny)D2D!QkoY K=d#Wzp$P!K;|JIP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1cf3b0d15a259fb661cbefa8e229b0a7b263f3b3 GIT binary patch literal 802 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jC=t; zA+A8h3=IDTJMId0yc1}6&)@z~q~W!2%VXh|H@po`cpF~xHa``vc_7^UOsL_ZQ0+s( zhR1>p&jgzu2{b(7uY1DZ@Q}aZ34h~LzJ{kjlE2|Gf73I;x<`TyPX+28^MeF|Bv?z` z6T!x30u4`0C%rJ8@&cr*9;h9N9ve@32~-a>*?-~dz{RgU=e_h?@EWL6s`Z&x-*cV5 z=lT<#>rZ-aIO)0Zr01qno;%Ne2~^`f@3r58*8z)O$FF=_x9daa{!d*8KTSCNY2KMH z3(kF6bne^1dp{1}`*HNakDIT5-v*+$zwf;L{p7>%XCHpQ{r2}g5dHZ3>BrwMzy5yv z_4oJR|3L6*+xDx#@Q5l2@(X5Q<mVR<l#-TKQ&ZQ})Y8_ov9${g3k#1(PD#nm$t@`@ ztEjAOYHn_6ZR_ah?CR?3?(QKDSe{Zk2Mm7&PZ!4!i_?3rTn{_sAi(y(o+-)ERZxIi z!|cGj8=@Q4oS4K6QtthC-LpV-wr%mANBi&Aq!%yKF?e?*DBD_8DClOK?@=a|T}3*K zRhy#j=3TZr>*khL7q0T%?0fS2^So!8YR)FNx4)dDUY+*JVc+re8MoUD84NxxTFAzp z^qiMr^FDsPb%#t7RJUd_M9yDXe|N<TXV)~T1Jllb_`bF)N-Il@VM=F*o_+k+wiwZ! zsSK)0i`e_`Z&mB5^JXyX?09iAc`fJvdBF@5Udry<xZF6Um1`qU!m|2bL07kV#up{W z=H<m^zH4J-D6H&RSKpLu@^gLT+HJMZbSx!4x9pKBKm0NKjj9{B=t-H*HECAsUe8c} p+4<m|-qWs6yTpsTFK*oLRByQBmg<eqGXy|M)YH|^Wt~$(69A7SeWd^Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff1f15c6b05f3aade1d92d7f3d5f8df55cff211 GIT binary patch literal 1420 zcmbu9iBl6-9LJZ#DFl+;1W-W^!(mZr0OhcnR)`=06~dunYpX~kpvaAQ5q1dzp`sBF zsNg|>I!fgbbSgyzErNhCidF@bBVl6*;fR=lFp)lF#($u1KJWY9e)s$Py`9;a$7col z5eXIq2!e?IOrH?2MuX{Mpa-<W=9wW_^pY9=VFm^Uy@Npm;L$LFxholhmQ~MBonI}^ zS_0EN#Wy@9G(IXNEh1?@l$Mr8i-|j!92t?YpBA6QDITL+K#<OB*48jz5Qd;R2%Up& z0)1e4T4I6XX6T41UqL~8DX5a1`wl_-5p*2R86=?+Vz!is;>Jg1l&oPg`i_j^$np0G zDuYjafO&u+kRkCT2r5M~hhcO8P9KCbaTo=@jFc`RWlG4Ipm1=$Fdf7IGK4FIK^_}M z&>;l)*n*FfuwfD=ficiW0-8`ToPtWpn3N2vxRNh<ki@_2@%a-mDNyj1jNxRk;Vw9! zEr@;53@Hpi7m&ax_!5BRtAcWH1O=0tV$!8N+~Oo|mxtTu;Z6b>O(1g?$Xp9#?&oFe zF39PHa<AXzjAD7<H3dtk2oWm6%9Rn7%6*ke_O0=#>hZ+7@#OmP)cSF5!vydC1pk3b z@JJ<SRTZ?V3foneJEpF5O<e<sri3E(jpyo0K)3pS-*nrMrhQ1$A=QWgxJHa?p35|E z<+Htt*<R&rpK?~Nnw3v!6>6<gtsPfu)f(;etX2ciYG<``TJ0PdZ_RX%fggK0B_uEu z($Uq^HzXJnNhBCS$P^P(Gb?Lro8?rhoxOvL>zcJ|-8?)!H_+)Dy}Y~`K`d5qNXV|A zBiZczQJmOAhvMSm;}a5-jvPI9Je`Z881LlC?3|ojK0oibQ~!VL)_OdKAYHD%k9XKo zb7jlS#_mMRZzeqbs|sih@xIrE!Yv|c-uHW+*1L2(&kC5_M(KR)6x#hhBeuUf#-piM zR(xg;-TF#UPc5;cM6}Ye`cTV?J1;LTk(LBdvFTCUSiW%dNS@Q=VLf(A{?>aJFBaaf zx-m#AigOS&y*ZdF5PN(WK-Ti`hRWJ<yHBocW2cGrV_bSb1#!(yYN>X$qNpZ}BVOM& zLTwpg|5EpFwuvdu)UywNXNmRpBos01cQP1%pR>DkCu~J9tLumM>5gE>zic+mmGDk+ zPal9d(XXnm3&eMugP#_!9&#M8Wj99ZY@o5cT&GeW<miwV7qyuDln7~Jtv~CR(iTsq z+2*?ymUiM1co1S9QA%YOtbmU-WZXVrY#Zw2#^3$oJR|4nqg9I-w8crnEI0S?k2A0R zqGPRhtVBNE7Texrc4u9KyXb^wJmP|`-U+9vW%=bX3~}0y{D<?7-GXz&oAr!R*>ohl zq8V{E`c9bVRuSGU8QxAfl~^k<aVUSXDfji3Mh52HA0AD)SAH*x75};BfbnKxofui; ze=ghQ@Wwi$?9`cE&Hb3RUbr-3w8_SKZwYVFAHhtWCFC))&uz<%8e5MN-fSlsMtS<V zbE<O7wsWXuXUaxeV+ajK<|dY{>&C>F{s~~#bS3$aI_rE0iS7D^J3Red=3b--9$Mbw z=_{NRN#WbtVlGduV%9kR8QB+dA#mB~aRc-8kBy?;&eo$2R<%1vmbb)SolF*F^u%$m zSZ&czl18Xy$<Z(5pJp0GPfAHI`};PXZRMEV-Dgz)qo`+_?vrohrG>9NBF|kq*r}?% ex>ab^`)to<g$e$~*<CY#8T$JM`cyIYX8s5Az_hIZ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-selected.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..411b79c396878a3863a57673328a1e2e7648b64c GIT binary patch literal 809 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j79-I zA+A8h{|5-%e)Id*o8M@b-vNspxcdVrzVGgjV-J4{G&~V$0-~o<txu)fp31gARp@x8 z*!fJk>zP*HbDjR@#*<!{PJUrJ<%QXl7hdyUd(VIEv*5Mwg4ccvU*~Rom$&JC{-*Z@ zo8K31e&4X?W9z<;?fXAYJo0(N)o(!a_uu_-;NFje_kJ9G0J7`&!yl)g`~*7e&fDL2 z-~PV;?)QWDf1Z5&^Yr7NufP6%`}Gg#s%tSqhQLrWD+%%oW?+<-k&`ztG;(!w_wx4f z3l7Q4FPt@J?)(K?w{1Uk^w{MqSFhi`bN9{Lcke%Z{PgAfk6*uk|M|On>$yZ=_^W%m zIEF|_?md_p&6p^{_8{FU$g6vTnC>m(DKaxNPEGTSTIzfG*`NRWCoJg<zyAAT?c(<` z_ja02RlRaGay|3hH^zn2R!-ZzGUQ#2eL{0;PIKxj)-3J3-bH7H(`UAuL|*FT+`{7; zxoqAtzL_(GeZ4xCdR<v65X8{)VgC7Yu~5%|Vn&V)OA}@GZ+g(fA}Ze?`tPcNhk4`# zRmVI|hnCrPe(QE7PRQHjq1-6OxZ$wxdCy%Y9_BmS-I@;PGMxVN*35Is>^s`tO@EXa z?6=2UY&`j2WAcL}sRIW8cT_(5e`n%@d#nyK(>0rSiHM7sST5H2T;?Kcw9#=(#Uq{1 zGZekm4ExN!Tb<rBCn!4eGH>_U{ilt#dc|G-G}ZP#gVoLDO^HBn78G3StNYC~yF+8* U+<QCKfPv27>FVdQ&MBb@0AN|#*8l(j literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-selected@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f96c09b02558847d001e097f426fdba645ccc11a GIT binary patch literal 1447 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC3`{Zs zJ|V6^#s5bE?hp`Ycp}*FM7Z&ZXwy@%=BMJ#Po-L)Dt10o>U^f$^-QJfnQHelwVvn3 zlU|rkeqlQ0h56JMwliMZ&3I`)^QFVgmyWYuIn8?IJnNOq>{l*xUb)VB<u><~``lL^ z^IiomdY!!HZOYnrscYY*t$UZd@m>C=_xYRO7jAxEwB>#I_78QtJ~Zt9*s$kg`~HvJ z2R}_b`g!)LFLO?PnRn*P%8OrDUHZEE($_VYzpVwLE8o^#`L_G^_dU12@4fS5-`yYk z@BTP=@5i~Pzb-ucb?N!9YcGG@dj0$E+u!%z{eJNN&%^hB9)I}r>dW8PU;n=O`uE$f zf8T%q`~CO-pMU@V{{8>=-~WIAKq2z-*=IRm`ba1V@(X5QWM*Mw7Zef}6PJ*bl9rW| zS5Q<|QB^ZFGq<p|v9)({iHM4hiH%E6NzKm9D=H~1tC%ox(&VYr7BAbnZTpU0yN?_@ ze&Xb*(`U|IxOMm5gC|d)y?pih-KWoAzJB}h^Vjcxd4A{pfoXE0r;B4q#NoF$enty9 zO0X9!IelvJ?<;(pcQ2Wor+azL5~CgwFWIIhzJ(4}KF&ce{WQ;>+O+1%9i^`C@;c@P z;x}&I{Q6aV{_*$y2i`oNd9z&4WY$TaJt@y$ck?WZl1R?-ZBzO?D`(oIb=u8^o-_4g z+fLrdcC`H)-G2Y^hMRNb>Yp>r_<m-YL2y|};*|LH(w!RLcPoY7-Wqi7k5EYdz3Y>g z?5KM9Vo!+rcA>+6a#V#fxx=5SS!=I0Jhx%G$Fbv)Vd_?=149koC{5X6aoT9(<We!y zyf~*`{g{cG7Mbk<r5C(Xgjx<~F1}DT<+69mXTEF4=B`{G@OgQhT#>t<f4Af80NE;6 ziArYa<O_wTl=tlkVY-{_=v(k+|K=H=TGpGN2xfgPeOmFFW5fyP=#_kd3Z({$LQQ9F zw!~N6S=ayPS>Y7cpEm;-zJ0vlnN{yG;pG8cvnveh6))yo(E9b{RB<Vv#mx(*2A?jt zF1*@ZFK-|Gv|%o9Y#aB<3(SYSwPZ{uWW4w#s~o>&b-@*$xjQ6&x!=|-xgz51R9RoP zqIf|ouWirN@6%e^=Id$Bw*Oe7HGf05P;^-|=SPjQgafByn%WW?pDenSy!&(X(N}j* zG|gH#Ws`4B|Ehuo-K=|Cc|Z1^Z@Ag7q*wWT*@lmq*A|xT<Np*O|Ac$_<YtYPzUL}g z*pDp#&BY_~?c&_s4~-=sHQx;~c6+p9{mH+F_o#eav5Tp6@`JqKUx#OgtIF>y?pbk> z+iTza4TkDptqiwIgbK>v)hxZs?*7apcEXn10f)t3<_WEJyY_6J{qxeOQ*-mD$(2?% z9t=3}dduzgW-Lz50eh>LozX3GbIg?Oaen2+wQRHAv&hQbT&I0alU1{Pp0-+lHd6oZ dHnZU;cfqfucsAKpQNWDA;OXk;vd$@?2>^Gwc8mZ3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active.png new file mode 100644 index 0000000000000000000000000000000000000000..3f18f1d4ac1f0fc8e386ce19b5f28bb40e189936 GIT binary patch literal 810 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j79-I zA+A8h3=IE;TOJEFJP~YoCeZRspy7!?(^LM2XZ(#IlCSZRV8dg<Mxg8yfrh92jgR?3 zjK>0vKm-(g3Sxs0Q1A&*3XC9vAU0SW#D%dTA|TRq@^jP4FTe^A+KnbbM4tFBdK0+l zwb#5?Uh`iA)kwBJm1=#e)%RSx@45bj=LQpB096`KdSNp8h0E+$9`jy#f>ru0eC@yR zb-<$6K)vy+-q!8<*m2-f*TGK{4u76^=F9vuUlyGGvheJeMd!XAy!YeK{U3+#|2XpC z$I%BrZod9~3y9wQzVr6?;}3tHe*E+1>)&_Z{=WbI_tTGmUw;1k`s?5CzyE=NLAb;e z7-r@rL4LsujM6f4@&<-Ru5RvL-adZ8A$j?Qv*yg5zhLXO?T3yYyL{#9_1kyuzIprZ z{fCdAzI^}j>-X<JfB$MTwCVsOK;6^DF+@Ug@4?Jy#zYae2kA~hUfmPKbZ>25@-$=i z7SGito35Hjo%{cv+jCaM&U^juq-&plIJef-Q)!pg>(T{tYt<Z$X2vWH)87AvJ!eBt z?gXDzCv;oa25zYkQYns2_5NDG<m+rW$uo3kuVDEiN6v{M^Q=Xjxf%q2m6tdz;^Dre z$H2HrWoy5&(4I{SubDSE)lZUot;MOOqoL2(5pek9Z)R1~YoS6jbqtgl%2qsFbj}|r zU1}KlVJmOK%(^>QXO>Rg6&eu`#qwbJGWT_>uQ>Oyp1;h{_VW5))vraTo211VQs*r( zc^427aN$AE#4|6|w;Mic&iJI_@$6JWccDR_*mtXwbM_Z{*InlAKD*!B=w;4H6Yrb0 q_Ze>8T;B9h!_(#PK~L*nZ>4Yj`><`!!NrWAr0VJF=d#Wzp$PzODUS01 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3d6f051e7e9719a6c4fffa6ec2276e9fbb0845db GIT binary patch literal 1454 zcma)6X;4#F6n=^p5JM7(vMJPcgs2e}(IB8qP~w7MGE_v7u(qPCk;MgHVvx<004Ylq z3V|vjphZCou0Rn&1OzRLP?qF{gb<K~pjqhyI{ndKz4P63&iBoC&di-TbJM&$4<eRX zE&~7nLG&OThx7OF-DaQ%N3Kn$A)NGL-H2oZ1A|Y)$A(~P80Fy`3jkL4=k6kZ%dAzf zXhC&9K_x|oQsXHxAwYb5{MH{L!efIdQ6XC+W5RAu?6m}d#cREeklkT30L%gvvj7O= zJ&^qgnKEn)@)6es%R!M*vUmkJh)Ev8fFq_1z6k?DgF+NThyq8E*F?x`Be2u>8Xo}) zjOp_=oo@mP(DXSQnl41q`AATJ1Yrt;kEZeAh@uHlut<ZDARh@UGzdlGqhNjBIj_%| zVTuBwc`OW>?}A(AZ2!!h_bljhB6_Z60dV8L^+K^Q@IT`JqVQPwQ6@BjDNTT(3(Odh zIRmmthSsGE*QX0NWC%BBj&5a*;#i~hS)%RPA_ul;Pp;TGU+h{S-v6`Mvqa*>k$7_? z$4e!ovT<_RIOU!+5Jsgms8SkSH4#!Z5n4SF{ctk2c9L2<nN<Io@q8-vr7W{amf0-J z`a_=IDlcrGF5*oWznL!KO>;UFci$>1x)t}j6_q_R&j-G~9#*!FDBDJqT)wg$hCulS z2BhqOl$}CVmr(U~RMkDI`Y@*Mlc@W~)%{YnSgskH)=CuGafMboqn()1Dpb0!8l6(3 zQ^C;cG`d-xZWcb_qN-=`js#GTdy;@fdP~01N1K?gG&8rbv|4R#^X-~->o;t4*yXs} zX|J=Z8{x!Bzf-6EgMvfC&qu^iFT^FVva)l2$}PQJTle@$eM580>((}IJFlawZ{V*X z0VEWUNhW0SX~oP}rAn=f@a#MWZ)P@;u%CRQN%}$QXR_a1KdP*qTdIC%{IH=cCqmj) zxqinD%%Ll`jVDRi_L}VukDPd^JF#fQIJh=Q_aa8`V{&2P=`&ZS5;ZylUQ$uPl~K3S z0$%gsi*+uY0Tm4U+ugyfJ@<)Wwr%xp=6RU0?2vr+vz709BB@XG=}k?vMe&!M^S|(J zZzILADQxWdX9O0qs;)+Q(l#u~rNZ$`ipMF<(WrC&oE+bDN_8AMjp~yZ+Tw(5xA$b` zd9*b7`eYPB<#y#$riV1QLJGQwP8pVtxRRD29Fe()nBsMz%RP96(L^lmy2$P!1j~Ux z4;0?L<1G*Ku$FyHzvEtfwA|Qv<Bh#^CR(%vLO(9rM02Srw%)B9^gWW;_~yPKnXX_$ ztf<wS1tnGFluayrJ}UZUsC6ICIb!fYlAOz>_n&KBs!kALYF(S#r~xd5qKRmYHwzEB zqLdfl^%tKLIhiMl0xRG5T(xoi4%(NB(9(^jx-K;ywp-=E3J_V+*PVIlJzQ>qr`Yej zQAZM$+kWGnIA~lEJG9#BqLuCB7S8o}-KLwaZy#ZQd63b(#jlaE+%B%zg?Ea6mO>M7 z`ZQ|!h86eXaYkd;7jt(-4^%YLd{$1Qb`cz1^g>;0lu#k=H|DX2#<lW+oD|D7PI34> zso8kwR&Uh4gnHboeebR7<!wnD-4h=8oo(@0rEpMI7v!a8R$#px4XZP|Z91OX={^@y z2+SgqO#6Xpk=C2``$6v&(Y<+Iz09cKAKxt{HXs}>*X3HjI*XZzcz)Uc&aeH-P_cKO zS$XV}r!+6o!58h`Mo>c-w?8mUfFZxyU1sMRhL;2u<<?>!x03CBIE`d>!w&2PStQ#q Y{{;v(@J&hMr{}&)qPr)d+AV<oH-j1M^#A|> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7feed194842db10259d3b5e26d3f2240c61f83f7 GIT binary patch literal 728 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EKLdP1 zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBpXXo`Sh zVPRoF!N9;k2pJR<1W{uO1Xk{5KxFN1Zf<U2VPS1;ZD(g^Z*TAH?Cb&r?*6Vo;NkD; z5#R<yo&oMa<P`t}K+}NcKnw@FI(p{$jTS(kTb2a*1v4;8%gD(a7#g{{xqEs0_yvdL z<rmJHGk5-it=qOAI(qE#m8;ip-?{tx&HE1@K7RW0{l|}AzkmPv^XKnM%PWiw42(RU zE{-7<r}tio3_fHa!2V%cv?Gg)gG1M;g-R6<u4ZH`;0WPUz5oC44j+vh2i|P4`A~nW z{h!**vw5Pa_c@n!ZxwUDv`XxfBRl7uy))RBwpkvPsXzDgx?0`oFR3^5Pp#|EDgNX2 zHS`5f=zGsZCI0_BE967&wu`%6o$-#tS@3#@!^KWL*7t1o3{zg8JaOmGhr^F*d|c)- zmZY9Ial?h#Xp=|$74e2yA#PLhgO}KgrwU(~tNq3IO>+hFg{8A!N2VC4C<jhwO!bwl z&CPH5s`)C|q5ZOK)Vg`)wzhehA9r~D*!VcL$LSvXH{Hbk$~S4H&TaF9``3z}nxDHn t^3d|0^E-E||K!^DZfcFzhVT0?$ot%7n9%AgeF>DVJYD@<);T3K0RRsdA@KkJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d04c0853dad643559c931291a01da85290230a5e GIT binary patch literal 1266 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42%l{ zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qbm;!;7yBQDwNoyeTFgG{1u&}VQva+_ewz09XwY9agv$J>h zv3K@$bn$fp0#{!rS3f5=KW88Sl5YOa?*1-7;O_4V1Rnlwo&oM&f!^NUzP`SGetrP~ z0fB*mz%UOB3j+ozFl>S026P5E%%ZKn8<qfLD4`_CFPMRmnT3sAP)JxzTtZSxT2@Y8 zK~Y&nRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ewylm^X?K^huK632% ziIb;JpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|<UOba4!cIQ;g;&v2nY z5%z*3V%pO;?cFjdM_<!)lka5{<CQ$h(}M0#=s4_SDkYl1yPD(s`fHK_l?KN7pZexK zwydjvWME%&PWE1rzS-@%Z*fspvCMhzO>&Gc$9->joyF~)S<u&{Dp_hKVbELac;Zx0 ziJnN8i>hV&BBuVnmj++&+Ies;QA*-+{V8{2>zv7lC(Kh1eQ2!lDm8oUWxJhH%2J); z2A5K*w-(==FW!;XV&leDcH!L7gn8;#4+}4~dM*EXc$Gtm@`8K!TrN)w{w|YrM8SK7 z=*LBQ!n+tHlV+HB?b`NGrh@zPF@gT3d$Kyt+Z8<}4!*q;o%+I*L&w9#alO~M$P+?o zK69(@yt%*V*Tefd?zR?doxVGyId78GI8(^!8uiRVYS&^Xe}^RJNs=%4mwR<>_OPv3 z<CL#(s%=r)f<yeSL38rI$jJvU>=#IM7A&^^&9wYk^~8U-7CXf&9BFg<ARn}qdA@FY z7boj4&RG+tuGb5!D(znI_0^hao)6KQ&%<+llb=m5Ka*qox<yIVWZL)G(`Ik37iqo@ ziby^@uTe%i%CMBBb^7V0tuH4(yrL(&N_qBmm#p;lowKFI=S%;H-T5Qux?(QR!&@iL zt$p`I@<{I-i&K?RH}Cq3@LX%|$l89-Jj|@@IkWXu2exw;*S=DnALp&}XpZ*Pv*ojw zZ%C<~{62HFthyhMW83zM97&sXrV2OT|5nhv)GV=Tj=$gTb7#u0JZ+z&!#VL%#?Gcy z$NqolI4DxRBRhpn=fs(U>x$PB?!9^OR{pzR?(`X-`o4d+nDy<y+s)=k=KSFMc0w+5 QkAq4aPgg&ebxsLQ09nQXQUCw| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-header-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5081ff1d582c2cd40544ff88a9880f0317923170 GIT binary patch literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E{{wtN zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBRPXo`Sh zp`oEbL4SXL2pJF%08yh01V;9H#z5qtudi=lU|?cmVrpt?VPRouX=x7xPF@Z`;Oy-P zL@wS=AmroZ>f;PVZa#i~en2yUra`QLIR1XRU^meJmL)-c!3>PjGIH_;hDNS#?q1$L ze!(Gm`GvFQ%$>hr>$dHOjvl*w<?8j@ckaG^^Zvt!kDtDL|MBD3@85s^{Q0}m@(LpZ z1EYwii(`m||K7{);Y@}itPiY>I#{ilk`6Y-ZkWzu+^WF0D5>)Q|Lr?EjGZ2Jo@?8^ ztNW*4(Y-wki~Y83*mhmPTWa^});9u$;p>*_x9I;ia}R%drhld_*Uj=n{MyztI?vwe zJwB--Kdf~7f-^^MHYA>@-oEOx41>j0F=?+1*N{>MpZ!L<-!d<#G;F#u(ZoLITSwfE zSFQ}!`}%5xZ9lCzeS1|t;|gwBPT|1z&)=4>DrHb-`&8$6-o~z@k1<F3I=9c|r*k{p zSLHKlNH$j(1a5Z!QnLP+QNzl8eg6!L(rxdazgxhdP(ClK_t<6qH*ah9Jo|b0Nt^C( z%ionMC#UG8D!6<&uDnO1FVWy#(9*Q}cUw;_>JEI)J?A~E<}E3eqo7pg>FVdQ&MBb@ E0FufhtN;K2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-header-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4b1588d09fd36b81267bf325dc593a7b086c53 GIT binary patch literal 1291 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)|7 zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qb=mLR}y&e!4+v^!S7#J8B8X6iK8=IJzn3|fJnVFfJn_E~| zSlYT-*}B`<d)PR5*aCrrr>&!>9S{IXM=v`kFMA+x@&X33gR_@|v$rD<xp+If`FePG zczJnwdwcu%`1twx`TP5agoFUYKP)T^7`(u628LlI&`sa~yd--j1sGciB|(0{42;Yy zZ0v$U!eZhQl2X#La`Fm_$||aAre@|A);6~GPA(Bq(J`@c$tkJXxp_q;rDYWpCQh0> zb=u-(TeofBv1|8{W5-XNJaziaxeK@M-h1%m>9d!wUcdYF`ODXDKYsrD{V&h&ygvg2 zQ;MgHV@Sl|w>NHvUv>~-e-LCIBKBR>g|U3;x>9y=feEW3*2Id;II?YtXXv9_N?tmx zPTBA7=S&vMxMX5nbea9!!|#*k8S~#inKG^Vby05G<E2|~-+s>RbHK`2@Wa>2-BFod zi_-;UPA*t}u`P3#Y@@5I-;oNtc@w6}baCCk72ABXNS8yhGel*kW8lHndD`jq_9@Fd zG@Zm;ZEuFZ-O?`_bVNy0RJnKS?74jxHhJhMKQ#<`GUcMBT%?#sFNej;h^3c5tx}jY zYa*9K=9bE{nH3D0Ns}e7bXDBgz%{p3XCrUk+qrRt+w9skt34bX^|wu3$o-)`z^H%H zx#<fPCu9T&vD)fdwkJ*uI9&3s@Z$ZYZ*9e&@-VZPzA(}#@knf3Bs2Zml6aZ)7QI&& zVkf+uaE9scgObc`KW3Qm+_|_gUEz}AMAjht%t_B`eq>8XTw8cuV7as5w)1vpU;fOn z>ilc<g|EWu$l-dAH1>N|d@D0~e=$v)FgbX-p6}iC4YRDCi!s++pOAm`lELp!|4#j~ zb9I`0N$m9RNy*aRYJY}y1zkxxEY~C>8<k|;l;&+;H>+;}^O^QlEmk4yVe312cn^tI zJP*^eljr#6cW7q!`O>zssrm~RyxaQf$-dgcNlupEwO0QQ3|$qz^XsOSn>JWWox8rW zfk)nO+A8&?%9V1eg+G?;{E_#0weht3?56quw!JD#dY>GzV%9#EyuG%!lCLW4TrVQM zaY^DeqZRX>_8yO2{QUM)UPr%)M=j1DcZrO2+Uxt`ncr-^GWYWbR4gW({5S9ImScOC ves+8Bkx;YuNJYYu?^WrapWWAxHu%pl{T$2HNoJw>prXjr)z4*}Q$iB}rkoFJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-header.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-header.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1fd7ec3993161329f5e8f382883f0459ccca94 GIT binary patch literal 781 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{|6L&2Log${P^($$OQ@m$$$U;0m+XaKYsf3>GS8$Kn748&OUnV^s(cokDWMk z?8Mm<r_b#>aOA+jV+Ri%J9Oma;iEuwYUZ59v*#|EJ#Xop`AZ)@e0b~Dt*ckBUb}Yf z(xpq6FJHcR@gk6M{`~nf1<yAE10t*>$S;_IQ9@E$Mq5YM&fdY<#nsK*CpjgpySJ}@ z!r~=M*KgXqZ~uWq$BtjQdgJD;+js8VfB5L}<0ns^J$w1`<*Qe3-n@MW0`I}#D+v7j z{rm6VfB%*rlVSu0xrC>SV~EA+<b(z038E7NubLiaE(u-Y8WFf<gGba))|M8QUpF6K zPES)f*mL3V^2hRQtpBc6Y+d>J(3cO<EUgC}C+Nn-sx=AN${h2kYS{JR_R`~gmkw*Z zmv3YG^D)b4aym=aqix*I%s-qD_Xw}>Jj5S6S$>(5yt=V*dVa7$G|vi8ONQ8Bg=K2~ z`ql3G;T+L|D?GJXVuLxBsRfto>x*kdbFc6eb`I7M>$j+`-02vTzKrq85|^IOGJEgX z?s=n_!@5ANa1qm?dsnU;6i=F}5g;t?HsQ7aUy)nnC8cmak)1qm+72#JQ8vqH+NxrA zP>S=wB+GuYjgij1>=PHxIC}OkljBT*dWjd^h6|s?CTfZ@-Hi3>XnnU-fZ<}yJ%RIa SE1H3^z~JfX=d#Wzp$Pysh0B5f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-header@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..df38f3872e2081f98693c46ac3d8e6db3a0f537c GIT binary patch literal 1343 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&BB zd_r7-ivN!SSP1<2^XKp1zyJRI0}22czkmP!{{8!pA3uQPr%#_geE9J3<HsXMPoF$} z{@uHG`wkpAaPZiHL&pvt2BH&(j+{Jv^wit8Z-G)fcJJT0d;jh|2Y2rUqC<Q39ooD9 z$g5YcUcY|5W!vtp+xN_zvv}6rC9~%N(b75dmp**>@X@13_wV1odGqG=>(_7GxB+Bb zy?XW9wQH9yUAlbv@`Vc*&YwRIB*TvdZve(wUrCT(Faskq3o9GHfS`z|n7D+Lw2Z8r zf})avp^>qvnYpEnt$$!pa7bumRCHoea(ZS~PE&JBYg_x|X^WREUAAK7#?4!{Zri?N z*Pf%tPn<e;{?g?u*KggvbNAkZhmW2<1A^x-UcP+w2JD^pFaQhz2>AH%D+GM|`RmuO z-@k!@#_hDPo`HcW-P6S}B;xSf8$W|DJBYA<2-3gO^qp0%V|$RzD_$-Rud8C&{M@_N zFZHms*fQ@%)|M$I3r%DHrOsx!v}JbAlcnbj4u5Zd(thTN@$X$XYoptfZL{^yzMYqs zpCA!7^I^mG+r@ikE;rfr`{1-MyQO_4u5ab&S?c=o`=KVK&X<8AqWgB;ZMa!r=n+&I zHL<2EVMW67$xq+BYyHTy)=RNdD)juisO6;^(-!wUNs`E1vGtavP?z@<Nz1;8O2@yP zTj;UJfj8)YC%g7swRoRJZ4(2pe%={2r|tHH#cC%PrX88vw*P{rN6_V-#Y==wpF7sR zB!N#f@c!k+zTOuiJp%oLRw&MmY+_58$Nn_%!d};O`JTW$p|H3g#owlusjp9GjotV? z;{vP4=Y>6@8rmGft3JmG)V*9#ELFnnVy6<-xQ}y{%e|@j^Go>GWnW;P@MA&_Yt_fV zsmo4Hmp@<1|1SH2aKMiVNiW0I<5_j@f93mOs==jd7t&NeVU=t}nl+2C)|XZTMQd;K zy%D?4w}e{#R%5P=c1ugU!ky^D_Iug)Ep7s#vr>HCe=e)r@G2lg^Yo8|?}t{zdIyww zRol-zvuWCbPm5-)f4}HfdhP6r<|aS={F;0Jw|unp`?T%T^c9R-*O#boKQnu><&@&h zn|6Oc`lM=WbbsvB-n)$(3YjBaOeZ}2`z!2gfq~xj#j1SrYxDL+|9PWU&lhT5@BOwg zDV<-X+cfp?+3mZnBiL2a)6Y7-VeYDYRVFp(=eA0x2`4%x1!-w+n&G)%#)YYC)t2AT zm914yaCWP*Hv7!?%r|%XZZ_tNSA{MfNVvY#?E0_!8rcT*42oVKdKVe4IR(rN44$rj JF6*2UngH~<LcIV0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3e00b02f88f49b1c35bc6a49df829ae6269dc48d GIT binary patch literal 667 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@uIyO$Ks-Y#<5bLKuO8fe=AcAh2>b2Lda13kwS?D=RxYI|l~`XCQF* za|HrVKUdEHcOdc(0D_>PAfO?UksuoaVw3g(z2Q_6<QL4q$S)u$B`vL{uBoY|t!HCv z7aA5Gk(`p9lUq_!T2@in*woz8(%RP1(b?72-Gc=jb-C99H0`ISi(`nz>AhEu3pE)C zuq7O5+uN`=fnB<@X~o88f8$S;Drr4PInew+lfOndZL_rFkMc)PtKyf>dGWW(@}1(w zSBEwlY@1_z{^C-ty}o%lv(MiM*ON|*ogAO=S+wTis?f%nQ$8j-d^|r(Ro*S<<}!6N z@r%<qG-}OiAC@<tY6v;rKj%Svw$n?_jZutOHvc)nwTM}X<!!`WMw6p;EicVm%gn?4 z7=4`<Di`rD5_Y(2u;2Ycqr#zAW(ukoI{toln_#+HyWvTEl%CnPiF(_A?ub#$%vsbE zsPyZA9{0N$>29|ttTsHcN8BsON%vvQ#67#CS7rVwy`FXS#{Kw(*7I}E%q!WZR|QHM Mp00i_>zopr0Nx+~2mk;8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0e67ae2e8b1cd57b51f9ebd1d7ecb9de72226c27 GIT binary patch literal 1159 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)g@ zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdC}Ii(R_^9N03@wEEi5dotgLKoZ0zjp z9GrcffB;Ck0+F9H5CBPcKUW~|^mFwLaQ6=I_Vxyb4=`ka0TLD#2J|e@JCTtf!`Co- z83ThduO!GXn1PXrnT3;!i-(t&k6%DQP)JBvL{wHzPF_J#Sw+>r(8$=t%-q_>-oeqy zKOitDC^9-ZB{eNQCpRxIzo4+FqOz*GwyvSExwW;ey`!_My9X~&PW!)`fq}`?)5S3) z;_%xWH-m2lh_ELdxwdr2m0eqIU0a%Ulr=g!H#Tc&s2AhKYGxHd(?z0@hkpK#&(`Zu zQP~;pUvNya-v7*#hqHIjZ$AHh%JJ#<PF{$zsABkj#?fSt*sK>%HRm4G{h$(k&`(_L zgC^tBny`r~nu}9DtBOpGsC#(ehj>yzfQR!Hrmn8Dzu(Sj<kdKJL}+KnqHFPH*2#jg z%4Qc!dPF2QTjf7aZN1^9xj5|A-kX(^HBKK<H1eyu`{K)+mt2KCO|$myJ+SujH&K&E zlZvnO{kRs^Zs#y@2ix}V%kt)Yi&xm~Y{d2J?;5tV2SgvTlozFEUEmL>n9#NR$EtGz zQ#j0>zRUUkUA;kmx@OidgA)t-Cp>qq6x8s|JU2m4!_;{*PgJ9h{HZPn%Tp?cElq2G zoLMmckLoVFElLyWay;6KQ|un!=J~}eX*WeM`kU~nqL7Vu*7A5Y9cfqD(VSA6aKCs( zlFsDR##a-j2Txz^H#fAaVvpp5GY;owEzSM-c5P?h^DU>I=4{(u&TbYeeQN8JZI&CF zmBJ@n(DuG8zIEZ!v*w3av+oKqe|_F%;nwp<zMMTQUbmqAy!q8z%WFPuvwA3^E_LeX zrHH$`r$uY6x^s)yM667Ct+qnD?$YuzD^<b@&sk@Gw3WJeK04q@zu9)-zpw9Y*S-Hc zM|xud&$^Ie<u<8v_ZQq>`202B(a7wXE4NKsakTMA&~$I{+lJdKIpm%cB)_v<Z}?s^ tKI(3#+Iw%6#n!94A2%-FA1Igjk9i_PBX57y^qHVyz|+;wWt~$(69C?Z+0+04 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-header-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..89dee385d2d0e5b84946f7231b8ccfa45136b144 GIT binary patch literal 662 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@l9z2L}VWKsJyBa>K&HAZ&kse~7pq5Ewe>89V6f>zkUIT3A>(0D+UY zgR{322>Cj>`Z~M%`uX_<1Oz}#0J;mPcTVvfYoIrrN`m}?85sEm1f`^<)zmdLwY2qY zZ0$nB!XuJXvU74vN=nNrDjS=cTUuJ%IyyQ!ySlo2FoBQM^2tEczIeJghFF~5d*!%L zlYszRLf2mHZ*8*Hh7C#P@Bas_6Bcw#XSew=|Jwoco1SHYE%oX_YrdMaxxBvGCCEQf z+xzr_D;xY~B(L7|WY(DzSLPe8*N|Q!J2^J!uV|IqRjcE^HNVmvVgpS3ZF_E*l=}OK zY+S~nQF*EMV1BbI!&F`SO?LKoWF)MG;<OufwaH7)KcTkGciWyk=2-#ui{h(p32xf^ zv4|-{hC{ZqSU{Tj6-#zLyX>c3tR9?Ig1>p!dp8K}kJ%Z)|9waA@yA>nBUc!9waMQI zJtz73%7s|oKXd9%#cFtRZfW6m{q!zx;i^Zk*M)ulbpO9o`Mr{}wU?$gMS)U<r>mdK II;Vst09h>bY5)KL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..56036217ea7740c6d270b68616b57ea38a294a88 GIT binary patch literal 1147 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-@3 zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdD53`hh7Nkh4*L4~hK7d5#>S?mrsn46 z7C>O*YGvbY0|XA9Hcp;)Kma72yn(^u03@Bgot(X$U41=0J-xlXfuRHppOBD{u&^+o zmw}!Fnm>Et`w76%%r6P@3ua(sVrJpw;^N`u<>MC+5EK#;77>+|lap6aR8~<nFf=kY zF*CQev3GEE@(&0M3W|(QPDxEm&&kcp%P%M_s;I20uB~fmY;J9BYwzgn>h8f0vgYX2 zGB7Zydb&7<L>zv5<9g5`2NAY}BYNNNX={nS*_-6Z;$pslQ%a|SO|a<R|4S+hCQV2Q zH!nOU`G2;-<nH`UUu9(a{{Pu)(pz=Cw$b}Xq8{_U()S+1ek;GeX;QuU^~x-Rbw>^M zaN0;aznJy3RYp`aF2f*U&Su9G1uIlO@`#GgDSTy_dwarO$5|U9wX#-kz4P*Wx95_{ zOFWc+{@!}dLF2sQ-Ga(hGo^y8_dc}g<~el9({`!f<CP~A4;O?iE`Rl_NGnXS(`V9> zC_!n_`4=owCT704cJD@ea3zcRGXZZ_*>F)s^ArKK^&yjXbG&72Z+=w59)Iv<i+Kz0 z#hu4p=5up@Q9ZRHu0-R42uFp7LgONy$&;3*w*@*+=GwwzBlpO2fx6qoOP7=vR&8A3 z!2UyXl9?{2idu?iS>Dy^n)t?Z52W~yo>&$;ZONU?b3*%>Tp0ve_9<q{?${tB6l_$& zziYx&=jmEJu}oju&h0w7Kxg-n<egjm_wAAQ*zc~CqPcYQ9^JbePA&Hc3Q0d)=5TJ4 zvPSHWiPvNt-yUh#x+x-=+Wu$O0__iKc6xU58}=7{v^@4^?<x2FtAwMwCr`cf>fW)U z*GEF5Zj{~*cPPvBdcVL|_2YtVKi+L#e&W4$zIxO)h0{@Yw&j?;HcOIQDcHT*P1pIW z<#V~^j_1SQ^E&!HuzXq9Rk&qsYR0~EOS;$2ytk8yyJ)LzY;X1%>GtQ>`Islp7n*qB j;jKFxUjNUZVn3r?X<yfr+mX)opserd>gTe~DWM4fefY&6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-header.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..e0740cea2cf5edf1f8d266b2f228a5364b1ae7a3 GIT binary patch literal 687 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EmjZl3 zT!Hj|T7vIj0Jq`Cj~_pO{)BKpefsp}%NGcH?t&HbfN0Um1&dZ5K6>Kl(Njl{pE`cx z%<&WFPMkV-3W&~JICJjeg$oxhUc7ku^5v^nuU@}?{r2tKj~+dOm;*HV@87>b(-iM4 zI0^KXTS<^#FasmMfS{DLn!2Wzww{fxU1(T%L~=@YPHstQSw&@IQ*%p8Yg<Q0M`u@8 zS9cFC@MepC0no(1o-U3d7N_@KIWE*>Ai$PzuuHaj{f%Bx!A_@uPyg1Zu!uI!<dFO0 zU;SYA8<pKHPXGN>!t=Oi2rY~~=PIKTGiM=pi`Jz~K7Fn=xsz&rE8TVnMozDuc|}I+ z{Q>Pz-OJNDd+m4vzid|9*q)d*>rscB>yBdrQ!a>xzu4aRm_>AgwBq~rY{|!$PZ?y- zTkz~?Z-~AXgD0Ey>UF{<EqN?^PY5vHuzRiO$ZXFspW#OI-G_{hy!LNTI*2r;Y(M^c z7spA1KIzvhY#cwvubZ=yrTUIma^J-tGATWa4zia`tn0PB{&}~Q?729NY4a7o{uc79 qytZ@q&7kgm@74yX{rSHCf^4?`gOV5S^Opkyg2B_(&t;ucLK6TBo`2E+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-header@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..989db68f4bf479601ad02d147741ae4c7ec4dd30 GIT binary patch literal 1177 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42;16 zJ|V6^#s7yRn7d%bJRn*GL@O68TDfD_{#|?a@7aHN@BYL4_aEJV5QvWNKYaY);p2yo zo;Z5+)Y0Roj-NPl{KUBvC(fNack#l73l}e5ynOlc)vH&pU%!6y=FQu;Z$EhO;L)Q; zPo6w^{rdIWw{PFSfB)gbhfkkA{rK_Y*RNl{fB*jb_b)Ik``$aN0)w@%B*-tAfsu)s zg_DbimycgSP)JxrR8~%2K~Y&n)xglm*u>1-+Q#0&(aAp`FeoxQIVCkMJtsFWzo4+F zqOz*GwyvSExwWmmqqD2KhgguiUgi%21CzC<i(^Q{;kP$_248j%VgC>$sBuEG{lrp{ zr7L8DLRJM-MRbVePtnlv-L9GYa^w5||4*iIUs^Id=Sk~1gTvq3pR}L*V*Gp4&06XC z@6F8hYl9bF^~e!lH{)(Zis_dP{>w^O%@0h@Vc9J+<3Ny*7VF%30+SY2Eo@pe$=lYf z=fCHisYOdPcM2U2_{h5d#7q9eGu?D9o>~#O_WO3L<iKg_O-}-wyZR#Mest*-O3dK> zx<qcq+}|f>x#cW+xMX75^77e%Nzz@b?v*{b^fIE&rqDyqRQa0KKS$#LwLVK{&&%TH z=5F^XZrilt(cafK?avmtsAw*1Gb!iW+cbyg)I+g-ZN@C3O1@Xm%Gcene^g$!XZ?&W z+Y<|q2TX8wH4lgi<l}wbzo^E<vESm0Oo`=^-HmlxZAa>^=g0fn+dRG?y`ZRLSK|$F z=b+cq&p*5R#I(IkLAl*%-8`$`3qRCsS_9O-v|$IwpZ1i}2Ya6j$Vgo%S8Lg$GxwIp zU2`?9x$To5hRa%780h&JNbZ?^PfLA<;>xC%Z(nj}^BkRUsY$%-!fsWKwVRGD_L@C? zL8F=Os)uE{!kfjV<CpkK&(DwAHudqX6Dv=@bGbBU&Z0TuXYc+s-4-3)`0QBTk%f(C z9!Z@@^nNY7f7!H(L$_-BZ<+jDzC*2k%U6rSeA!bsr)_%p?6&tq!OQYFwjB#+R9wg} ze)gJEbwSjX%r<%5?og4*5pT+@bk4VbKhXT9_4)f#e9!hy?$(~Y@k(fCNKWz7mnjdv e8K2@k6Ynd3a<k)PjU~V|%;4$j=d#Wzp$PyK)~??G literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-selected.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..f4398f604cea201a384be697cc410ec161652278 GIT binary patch literal 644 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ETLOGS zT!A#HfRmFmH#fJkva+_ewxpz_s;X+voH;XR&YU-I-ok|omn~bic=6)p%a^ZPw{Fv> zO`A7w-oAbNmMvR$?AWn$=gwWbcJ0}-XYby<55eI6{rf=r5g5D&gST(r0_m?`zkUaU z-(c|f?_W6M|NsA~cN|23j<zWY@(X5QX64}I;T04T5fu}ckdl^>)zZ?|(J?bOx3sjf zvbT3|aCCHXc6E!5i;qu8%r7V`tg5PRZfR+2Z|{-%E$<FA=a;98V~EA+y_c_xH5u@* zC5VW~+_<(^{1KPloEzWk^#x@v6fL^<BmQgCdlTNyMSrYU=A2Uz;WRA188S!0_IbhH zcXRbz7YZh3l^&PBc`YC;Xueza+@IRd)mE(#n^j_)WMTiXd}2uhSGL?~zWu8NY*rj^ zeQ<Zd_jE~Z!NxxiYdkXR4>oOnr~FxA(cT`lgx&<HdEItel}evdj^s2*R&TKtj1`hI zVwmAJA!eTTY{46Kt?xgTxVxNgaf|5beg58UMXcaf`|U9&x$VolXV+M`J$?K>c}YfZ z@R0}1-dnC`g_!wo{#R!DNA-&JgQ|Jl75p7~Z}Ogf-j)97iTqB+Akmapv3@_QK}o>V L)z4*}Q$iB}XucBQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-selected@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..67ea825a4dac0c1fcd15b7bd32b42e7c1aa4c652 GIT binary patch literal 1081 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*mM zJ|V6^#gqe1PEH{qAwfYwDJdyMMMVt_4Idw$;NalEz`)$x+`_`bl9G~z3l}b4ym<NY z<x7?<S+#1_x^?TeZQHhU=gwWbcJ0`)V-FY{Ja};5zI}%d9XfpY@bTlvj~qF2^ytx( zU~uZxsfQ0A-n(}XNZ!AHA4om|gQriQK701;#fuj}^8NewpFVwpkU$0yd;tRp<2w@g z`Sa&*F!=lT@Bjb*AtaFT`ciNoFgT)0g8YIR7@3$^*w{I^xOsR5ghWKe#3dx9q-A7f z<>cfQR8`fqv~?`4tgLP9ot&IqTwLAU-90?LyuE#VW8>oD;}a5-Q&Likii(R%N=wVi z%PXs@Ynq!|Iy<|%dz4ODyD=~@nR~i8hD02GJ3Tx2mV-#!Qzci9%!W6STSPtvt>uVV zdTWx<)J363#Bv00{{Qdp!?caXY<K2)zvXj3{@w6%!b}^>>UZAW=YRbd@y@C`r}Cj) zDb4TtBtuEnS?8LBQZENiG?Z#QJNew(4-XS7Zd=}SSlA(!5~kuCmK~ns7Qc#BL`(Kz z;Ul&;_cmJcmIZ`K$}AR2``A-h5_M$4nIlZ?Yrac_-xYfGEAEHo>6F?7OeO~=POE)5 zP5)cOf?ewkmi$>Wzr-S$X={Ms!vBv{65Bbqb}OmYs|DnJ_2YT9_><=UDSp}k=|Z6a zYHNKQBX>+{)GMsC*5%xw`FKO2<r((qv$n77Ufy2jn;w6}Hh{}-iNZAw=1n=f-!Wty z-DdyOL6d(<W1q|wKIW?Q-734@+x)SgHgngD)iNc*Y#|lzCuN=cn0WU7T$>4;&XzB# zHP&BNzJ2-l)}6OrHFESkSy26h_mT~JM^(UGR@p#3kEd5d)x*vGjYQd*Z3`6I+uu1_ z9-Pp4zUV@wM8H+&faxL6TgtimL{)Q&le)Y&S#V0X_ikJylyX%~bw%1ouYehgsunI< zVU@c`i}|f)rtrj=M1^NH!Iyu`3H#^9b1Ufbsk;xKgdEuzAamC~ue90n`m1BQ=?yxp zyH@^}I{cA;!aI)`t_?4x%vY#cIM;Q*mcO!Bm+xoae4ZQc^pBY8-HSWMB)0L;zo$N? zQt=@gr)2&qnZ@d!?k&r=kovnL)BKc1c88d#-f1?CiHb4P{y+Nle@%Tre_ErTxBRw6 QOF{Y8)78&qol`;+0C33TeE<Le literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a6607a73b3925ece312cae1054d4c1a2819735e3 GIT binary patch literal 687 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NqaNIdk{!-Sg+qU%GVZ+_`fXE?l^I^CpnIc=6)dvu7b9Kn73*NCMRWRRY;S z0F(l%0dgTKAtFF71OT}}21M}MwQE2&P}$Y1S0S=My+FYmH*P?<K&d--?%ca~56JE6 z>gws~S+ZowvSrIwtXQ#f<;vBoS3{fu)PDQ+ZJ^4xZ{L3U^y$ZsAHRS9{`>bY&=;P$ zTZMuCaVZJ%3ua*C=NAx^l9pCe*VNM1v$3@c4GWJ*PD#nm$t@`@tEg;jYHn$1X>IH1 z=;#Dm*VPTQ5Djo1s0PLaBde#2V~EA+y;p9QH5mvn1gwY>k6N7+`+8saYa^|RA(8+8 z&zI^6QJg0jH)na}gL$56#vYe8D~GNrT`tm@xjo8<)#FofZbV<Qr23hQ^NSv3-8;6d zn)9=GYVA?;_u9Ar^8fBw<vVZonLo!2TCdMqYO8GSYc8PHl@Xk#QC{TSSl*l_sU@A5 z(jm{Z@C(B)%W%o8=){yx4`!!?^PlzG)chnYl`fe!+*O@#U?Mc3_PG*!gRQ-+tkIRO zA{(Yz&+eYKpC`3eaF^e<Jt3V7*IfAY`0=#UUn}}=e~=6Jsy{BZ`1%j#-DiF$uj5&? z&dq<PUWildN7W;zb*@Z*@J>uiw&t$&)cz-z|2x&UR9w_JmEb1{3}6ONS3j3^P6<r_ DRdiyK literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e9ce96939ba9d3262d60b1a5ea6db5424223526a GIT binary patch literal 1170 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#sB~RZ)j)$l0dM3|Nh61AD=mM=IYg}M~)mhapJ`7+qZ$-^XJcBx^(H-v135- zlP6CCMb4c&clq*Vh)N(EsNmwoix4i54Fnf1TmXukJ$n`?3uFVOfLx$BkOAaEv;Y}E z1z_dpfeavkOF<MvNQg3^EW{|dbr4(NS|H{?xIhvj3sDSYBkP5z?CR?3>FJp}ckaA- z^A;>vuxQbuB}<kpTefV)iWRF@uZE}xIsoWRps#`9aOcjQd-v`=c<|uSqeoAkJbC^4 z_1m{^-@kwV<;$0E-@g6$@#FXJ-+%x91qS1#D-W*%L$;_S$S;_Ik%@_!g_DbimyeHM zKu}0XSVUA-PEKAyQCUURz|hFp#LV2>+Q!D-!O_V-ATTH>GCDaWB{eNQCpR}QKfj=` zsG_o}y0)&ap|QEOt-ZaYv#T5EY&@Xdc6lfR1CxQLi(^Q{;kP$#2Hy%0VNX~R_ByKD zduv$W?oRH!wb#VLUpd|EI;QGY+@Pc|;lSVj@m}i!CQo?c=3j73vY!8dkKDeU=H-^` z(_dTq>)Xctk20uX;Xe~-vE!Ni`$WyR`+N&jX74NGURG?#_p&BXD_kpe<qZGDD{eTo zbAC=TW4b96xO9qZ;6%yo6EBN5^!SuaG}d_a{Iy%U$`l=eW|2t}nkI|N@3{sG8TL#$ z<ni%))bm^$RpH4eEHXXbmdLBACP{IcR<p;J`<*t|5a<>O(0){Xx;{h5=!nsdt>%H{ zQT2^EyeBm>-ly{Z;)p!Nk@viAg=2I;lB24~mcrLxoM#y%zrOR>Pw(aSiqb=!uh`|d zY8!2&Pu*;?@C%r8`V~L#mrkeC0V&R|)&l;jujXXS=>%r5tC*?WY&=rzDzr*IeHP<E zv(`H2nY>eT_m&1q2AeKl^e$&<0FzeE3a0N9zVQ7ilwnG}XK_!WsOVM8?Uj#tm!CU$ zv|yn^&EhR@KYS9?Q2ey@?~?d?^XJ~#a4KL$%7#SSbFz+e6t2ZjWvlw^(VlhSpJ`!l z)3R6M@gFAY*<ELOt@XdVX;1mpli{x)Jz;ygX2t5?&CjMr|DOBmP@ciHHB3fk3$*tt zpVjP4Ui|A(^^GMb_8%1edARqj%X|LC+gP{XyT%*svwi(S!NYGacbw0?^ttrM;tA)j zMxT~hx3%Zo{!LlamNOrJ;Lyi>Id{#mJ=HmNrRH-gG$wMqUw5vz)b@YxCzj9rFXQT; Ug=~?!228mOp00i_>zopr01RGr$N&HU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-selected.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d2186b7c0bd5bac14b912d1a4c0263236bac21 GIT binary patch literal 717 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E_X2!E zT!A!I04pnNetv#+b#+ZmO>uE?Wo2baNy*%~bLY&NGjHC!MT-_KS+ZpD;>AmsE?u!= z#j<6~HiE(C&6~Gw-MS47wr}6QbLY-oyLRo_vuEGFef#(Ce*goIkidH+@ZrOUZ!qv1 z4E}(@UoiOp|NpAJj&VTmd6oqE1v9X+aq;mB2#SfzE2yZdYiMcf=o=Us8Jqa{`UM08 zCa0uiWMpP$W)&5emX?)QR#w&4)~{N#cI~?L8%~`*bN1}L`w!lK{P^YTw>Jx)<S{TX z@_4#9hFF~5d--NrlYszRLdcy1OQRHbY~32VJL1*59ifHV&;G`Hh=@)qICfe3|LT|z zb6YGwdtcfs?6>T*l;fhO!6yy8uRKfHdw=~g-ZO%+UpHn{dY+H8S@_1V%5dYYzPQcR zj-s8r)q=iCdTkdK$($&B>YV0e)w<Ac8BfYjE$!33>G*1jyF#7C52Yu`8FS8cH5X;e zt#$droW@=C?&m>A*4ggcI(qmV?(gjoVY(Q9pudKxq}HQmp6V>Il3NK?=Y!R3q*!?l zne@DGH0RiPaPjrq%F~UEujv#_F1)^C$It&#o*SR9J^z4v_3`yrHU7q(k=cKIbz890 vQ(m3h+Zg6Iu4}pRPA$m%^}K}Fb^S67Ud}DAW4c+6fYOqutDnm{r-UW|d-6fb literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-selected@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1b8944f146baf901484833de12d8f0ff4e0995 GIT binary patch literal 1216 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#dHI#tgKvITzq_d!otGh;^HbQDjFIZ+S=MaK0f~b{(*skSy@@Rxw(afg~i3i zixw?fx^(HXWy_W?U%q0+iq)%EZ``<XI~eTTxpUX9UAw_x&z?Q|_U+rhfB%642M&S3 zVK6v)^ysl;$Bu)+DKL0|1RlY_GbHc<20kHy%V41E9o{WlW$2Lu1Xpi*|9JTO=b zOM?7@85o&aSlQS)xOsT_goH&z#l$6K<rGy^)ipG=baeIf4GfKpO-xPA%q^{~on2gg zef<M6GPAOCbBih}E32w&YHJ%B8=IP2TH880yL(oxUbA-Xx(!>mZQpVJ!o`c1E?>QR z?fQ+Icke%V`0o9Ok3WC?{x`3FcM$^vQ@p2(V@Sl|w>NHw3pvWL7jPW$PFdHn#pTea z+pdQ{ghggHl?7f(N;Y-c?4+|nBjw-!>1osTbk4k6^Y_`&;y-q8><akgpZ$}r*|$1o zA5W|DMi(vK|1(Rp1iM?>E4&=KnkO7t+Q2P5CnzCxebukWfA*9{-Hmk%JQZ@G@uR=i z=GNp(llg!0bj|v*dCml${&ODjvsSMNJK3{Q%J-bSfZMmt5}KB`-uGy7mmc!bZGW}z zby>PgWQI_?N#UiA++AnST<=WIDmT33^ZrTqLB>K)NmJ#d|8t}_c*T5{P;LFMx8TT| znbubv)-JcMpLW?IN62s9qFE;Yq`MBg%ayc5Z;wrv2&>?GsZ;s$P*J9@>HSxeCoTL| zC$MP&=Z(isOJ1;E;!W;mdbKNY&sIlsT@9{KyO57ew&p&bcNggY=I@TWko)6MyWbv% znc>Sq7W7{){&x9f)1(WJobTK8?%I|cQE7aA`}U{+sarKK)MFf8l`H7V1a0@ph)#B5 z+U<9?e0QFEa_QV1Cl}Z*K5<(7nRBvFo5r5!&hPg)RCZtR$((GsS3M#8LX&Rk>?AL% z<b!PqI}hJ&60^;9tUCD0XzhZ{+Z1-Kl>5BES#Y+Nt=cD>4Br!m5B*bSy*n3f$S!Yt zN`9B~_oFgT?e3er*==ccYUZ}7(Klyp{_GjE)0O+goW};H?-FII89lx8Rlna{XuHFy zG-tz!^V4QNZhp1>pwj#}&D4qu5;Lyv_*vFndGw37SK8wh>E^Fw)@4hmss5b1ZkizL zw63XDtMC4+3)0kE6t&oeY2EZx$rhJs>pto|a}>P(|H0M!8q*E-GaO+xW!}rjRtqXV NJYD@<);T3K0RTvLGB^ML literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch.png new file mode 100644 index 0000000000000000000000000000000000000000..67886a1299f7127feb691700f95cc5813ac90ed9 GIT binary patch literal 729 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ep96eC zT!Hle|Nk#sxNz~}#WQEloI7{!{Q2_`E`$MO0~ruDP!<j#B5-k#3K#%t0V;#>pfubZ zxcIee*MMvY2@wRU0dlWjzYgKvxpN1|xPANf-Me>zjIOS(?(XiMo}ML3mMmMgZ29u# zD^{#nxpL*IRjXF7UJbDksQuQhTR<&9y>H&U`TY6w_wV0-{P^+v_wPS{{`~#>7wFkd zDe;Se-nJ|W@(X5Ql$Mc`H!w7Eb#wRf_VEi2$;&UCHD~Vp1zWdmKXmli<ttaO-@bGA z^_%w}K79Q21!&YSh)F9guP`z&FbaFRIEGl9-h1U{*dYS}wg=NfS&y(XGU{@4Nw3%; zIOWo%4NH!0d;j0WhqoiwCb{}>y{Y(Lze}EKleWB7;oiDh&-K#YHDZ(OCRx;`b06P$ zL#Fu4PMP~N{#sv-JvwK>8>{VRKh1Cd?X-0b{Xb#$+~x6XBKxj6-!k5mv}@lCjYVBN z8ph?!2X{M`Gfs^ZF#LG9(d}hLLd|tohqJB%kxD_G%O)$Xmu|4~6R=b=3URUvFJ-^5 zx8aR_U5d|%3Ge&vG40~mY&&;_@}iHs_*RIl6Kq>p|6!>g!&^?>`G4;h{nWYja9(x0 z_EP!%i((dseBu6GwPD}0o3l48zIZN=O)IV{ahiEc1%K7i8TDoT+PXD&qNgrCaxH$L ZszUd-(7z$??15p-;OXk;vd$@?2>|PHm7)Lu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/switch@2.png new file mode 100644 index 0000000000000000000000000000000000000000..16a25780c6edccc31494aa05ac96897c1629f6ac GIT binary patch literal 1264 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-h_ zd_r7-ivR!rziQR0{rmS{y?XWb?c0|wT>>&ro;-Q+;>F9CFP}Pf>dcul=gytGaNz=w z3t^u>e;z0cWS>2I7RUxlK}et=Tm;Al>Vl9!22cS+4Ui215D_2=;X(|72m(bQih+U< zHe4};fhmrx9ikUa3whkGuCDIx?w+2WxpU{vn>TO4f(45fEn2*I@scG=mM&eoY}vBq z%a^ZMv0}}dH9(KUoelIgFsy*Vc<tIXV36LqbLZ~eyZ7(kfAHYJqeqV(KYslB_3Jlp z-n@JF?#q`iU%!6+_U+sE@85s?`0@Mq?>~S3{QLJ07%54|XR-sMC!r+BFPMRmnT3sA zP)JxzTtZSxT2@Y8K~Y&nRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ew zylm^X?K^huK632%iIb;JpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|@>& zba4!cIQ;g;&)~}rBJ3Z6^h5aG3)={Y>T9j|$|fo>bydI`TM>`I6-SiUPd~cN#CO)M zzne3~CaCysnkYUavF$zoTmG3R)5|u`uGN=2@3$@f*6zQ}jTcOE3@$G`u;71?wRh&X z-X?9yuco&RborAe=yrX&AGKDi`>0M=*FF1;gKu8(tA9>i<Y_toNWeq8^)ri0B*a9M zIwm>yX1(xOeA#lQmf++mK@yppF29)5za%wDO0#!jlK9tiHzT4H#R3a1Nv^$YHgQsC zs>+o&z1!DW`}!|*$q8~=+mY`3f5GYr%G)AcJf~lub2oo-mu-mS+vVleVGCbRQ15vX z=)7wi*WM;0Zmq=&rfZ+`JRy{3<d-Kg|F7f!*7=*~EZAEx$7%b56K!053Vn}5pIaY4 zT6%$(%a&;(Z>Qe^mgQcn4xfFgXS3vj^n{xep0Ef#3+Y_{zvl1K-5+K-$uBt7wyJO5 zE`#$IYc5&~EV+=rV&g)oKkX?c4<^4BSn>JTS?*;MW(OZ%?=v@$Yu8?heOD*8SXFZ# zOflTCeNUy=h38umHtosZwKMVR!WENlw%I<sr>$}B@^5bL!oS)tZiwv-ai1eETpti{ z{?<Y98;hFH7q^y9`R~TNqI$1YWm5bcorQCb-+EPNqnaDG^Xop>=o@qUqQobNhA>Ln zF4Ye`-+K8{+LR*~xsN^Ct(+0}M1SEk-5VEg_{r2U?({mm<>9s4pPkcqCw(t-R&Kk! zT)sB0d*1s7d#0I98sV?kE>#gT(oieP-|s8FdwqEdTg-_w1@Gg+lJ8wBEl<!f*&3Ln mWnxyae0Aw_<5Om5jM6u^yx(!D<1;WxGkCiCxvX<aXaWGb_t7{2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-active-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4d68eda1b77f0efaa6ed99aa9bb13fe10b940a GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkY;H3&oJ{0Z^JX5w&y$zF9aGM^EW)<Z+rqI1sb0SfXJr;4Nv(SpYk_676c3OH#`*t zNdd(lgAqs>NEc8R9RU?!3W7u;H|uo*ZPzFX@(X5QVige;3knGhi%&>QN>0frE~~6- zXl!b3X*+xF{Dlu6KYjl4`_JEhSNUZ*fO;A|T^vIsBy$gX3N;xpFdPi*+3|k228-yk z|N17bf%D!xTVGJSC+?`~h1o9FhRcmJ-)^<^?1-8b64l$V+A7BUY}$f(jmxVN_9ZMA zb1=Di_?ik+;NLR|zrwU1EL>+H7rBbHAn>qnzN0Op;;-N|mCEe(vX@V4TR)v~??uh} d*S|F%&(~jAD8d-AHa!&-ex9y=F6*2UngBZLvL65d literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-active-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a739431eb89ab2fb6fd138f8e5d502ee31ed9b25 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EuL68R zT!AzL!+(ZV{~0FT7HD|R-~58V;URzXBff^mLQM|^8lDI=J>_qB#^3ZzsNtz#(^J8Q zXM#=71R5R*G(8q*e8S)Ggdapc<!=Nj6KZ%Y2t<uf1c4eG9}6@*=5KrqQUg*3VgRLp zy1*KNMnTw5fy%(>3CKDm1knf-fiOVou_K^%6e*y3G!Y<|_wN!bpkIAUg8YIR7@64> z6qS@!v<(c6jIFF~Z0+nFot#}<-8{U!eFB4mL&8$iG7F1Ks%q;S8k;8U-M9b9vEwJN zUB7Yj*4>9MU%mPG>GPMb-@gC&`Rnh$w}-ymWME)a_jGX#k&s+_Fw>eTkfH72bB}MT zEpKjacU<HXdCJA*{r~^gR?mHkLywt%KU;6~`TEmax1%HW%~Ec)T%jF!+q`GSnk*01 z(-ZD=yP1SbPWXRGf3B#|&9)$u<sCCu1>Ke2!))n)KDP3_e^HmkGClTfw_d#zarEmj z*4Jll-S%ZCuVm%si0hy98k~M73tLPTPnard&CDfzpfEg+^L1eDbBp%-T~{|KsrtRJ ze6>pdP}i03`~1#3E!h{oW>?btYzyv*Ns8Cj?zv_pz~Zn@b$v^zYCb#15{4TS%R5cg z^Ld!QvKXl4vz@;3#K-6UiJdd&P59ifeZBpgM>D&E?n)*-=3ScMH!0%fi|OZtn8o5v z7R^le_!j5<?wDj^*Fquw>LoLIy%JZ8PSZ>O;cwq6J~w0UmH<Cc!t-?Xb6Mw<&;$VB C+)bna literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-active.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b736725660a0f54e064fd1114646a7731730224c GIT binary patch literal 443 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkmhZ8#?$tkr{RS_!(;x2C;W|1fDC~KAo&Eyg)opvs1#g8sPTz#;}emlC$jBN<=US$ z?)lhp;8W*;Pko0!O*ry-^0CkJPJdZ=_RFGkUl*VIy5#)VrRTpcyYO}0m2a=U{QdR! z-`{`#f#8#x{|=y2L`#DFf*C|a#ezaY8=IP2&YnAe;lsyIpTGP&svcMZRM6__;us<! z$$F5{uf;%s;Xvm0Em8u#|NlRZeUik&Rm#TT(3BDQ_Ijb>!gH)&u6qVtXDG7Hk34gd z#dX%^HKP0Mf}-}#T(v0Sx6a~RjjpEsTdMvhP2zo0evird+D4!A>5&&wWxsBG-_N;R z<r>q2ACieNx{SxlxZfEw$waF=uDkf=uLJ|b2Yy98oxFusrGJ19V(@hJb6Mw<&;$U# CYr=j2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-active@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..48187f2a9dfdbf913bda35fb57e4d16fbb592609 GIT binary patch literal 789 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jDi6^ zA+A8h3=IDT8lLkvzu<3v#Mkgxpy`P~!xMp~r~D1i_?w>bH#`z-dMeoPOt9&hK+|J^ z#wYwh*~Z5L4UhR79|PGS)c91O;i&+K1c`&Rqauhhpdf@Hh$;(Kj71kvnNZ^svF4}Z zK-BV7qUEV%>r<)Lr!s9%b^4zhOngzX{X@g<kL~+Eb{zQBb?{T~p-+>Jex7{n^VH*? z=brvD|IC*KXTNN`_HD<_?>ldO-*xNzp4;E|-ubcb?vMR<e;l~?<KVp?Cm;R1{_5BL zcfWu9`S<7Fe;{akuel5uB*rB{e!&ck3W~}q`UZwZ#wOM_w)T!rfkD9`Vc~W44UJ9B zd-v@>a_soYYu9hwy!G<cn~$G9fBE_AVyC(eFl@~|T^vIsB-b8%Y2_3s!FD14bilEI zG|yL4x}KaB5S)2Zz-#aKdc|AS^Up1o`M*Z>zi03IqnE3z{c22A?5;Sm%_|8x+3-;1 zR}Slv^C4o)pEiGTu8`j^l72+^#6kBuml!S1cuv)8N<E)93$58)EFowZ!p8P9$nE+= zVa~&X$xLChbEY&dPT$0<t#Qk0jrOG8Pam~UMn`BbI{I*z;>`->%J?Qx;aq9k>n3vi z54^g=8lLyX@~eIkak=e!{-pKpS)yOwbWCe}{iNA#Gt+eCTWo7C`%juKt}<IR!ti2P z;#JRU4N@nq)~H@|+F+H!8*93WIXlE;YTL)Fs}8N$wl87Hk*-Jl#Yro5f7}XrBy|et z;0POI*FQmXrpc>qmYBfrJ>P+;)~r3Hq08dKl4nQ#3sj$paQWp_`uw|WUKiVD^7xoq QCn!~Vy85}Sb4q9e0P`VpW&i*H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-backdrop-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7611f5dd0803772b0f8a5c99bc2c87ec99f1f103 GIT binary patch literal 421 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkY-@`4+Q)7?_ag**v_2?x9mB*2aLAwJF;`<{+;{xZ`*Td`<_EP_8s1}|LBgrhjs!P zyY}zeb!6B6Bir{J0E+D1eQ@`_BRh5<+O_x4j@^fM>^;15_dziG&~BjmJqLI0IXrVx z=`5gC$|XU5!3>N{9Gr?uN^0sF8d`e#21dpvCMKq4K|#R@iHS)msi|pcn;kZ&0+rW$ zx;TbNNah~&6lyYHU^p14^kCfzolfpE|K&5g7TMf98~@O7PuySI4J#&X4l!D-CLZi5 zHpy-Cij53%ud3|(+NV}Avwd~i`*g`S2P5ml7j+mt|6U2$dzFLdRp0BWYi}`^n{K(q zww2N8le$>S(<e!{473+--jNu1XV>%1*<AmAGJSRwxS0}IS_%p!Pgg&ebxsLQ0GY+N AMgRZ+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0c587941ced7c2e81eb87f950d485c44b297b79e GIT binary patch literal 708 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NmF5TD9>A2y6p^6WdOl*mC&ro;@cwZ{ELoKM<VRv**OttsvHp9fx-9I<o7? zk-Z>rY}>Z|+xG9@x%1#|5IC}b|8XFD%O0TK!#npM+r9hXwmpY{<n}#>_JA2X_8!`~ z@9?f&`+<f4Rqh0<+_mq>?%juW?%BU{&!HW=5AFbR_Z``}2Pg~T?%I18EO>a=ULg1I zj=hI>?moD4_hGPtBR~Up1I+{}KHT#=v<v7Tmy#gAU<O8JUS2*vK0#p-5fO0-2}vm_ zX=xc5SvffcMI|K-O)XtLJwqd76B8>RA3y(qfUvNz@QA3`xVVJG#H6I;<doF3wET3j zvkVN3Ql2i3Arg{n55A6K3}k4#82+-xVX4sE?8_ZIqP$t3?*6w;eQ#^bKkMICvHw~7 zufFqFOWeKFectItqrYsc&EmH#iB9o+8LRE)uCwCEFIBzCntW4}x46D?-D#zw_jJ#` zvrqQ!J+<;N?~?;RLy8M!pR`!~{&a1D)zp1i8`Sc}SF64kT;XSbzQMYZZS~qCwgI-R zd1;@R)-(q3TZG^D`m#|eHE-tbd77e$u3o-=GpswN{5l||VQ6{GvSSLzMyATgMhQFt zQm45$%=(noFp(!<a{7jEPec!7oO5uz$LAM+?%21<bC$p5wY1&S_OHNk(dwA<ORlw_ zGQ6b{-1pTxCh6eA-C;diI+|r$o>a~a{TeVcZm!L4HICzt4GgURESHaS?f4;CsI(Or O>I|N)elF{r5}E+s$yJd6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-backdrop.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..47ec30d89eb70f6d4d037b176754cef95cff1e69 GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u7fKP}k zknZd2YiMYwsp+b0=&f$(t*q@TZ|FFC_QHh=S1(__aq8^l%a?CnyLR)={YQ@;Jp~bu zo<4p0x(cYcuBWP@>&K5D)eYTMbzN1BJ&mms8#^XeHgp3;Y8v~%QoYqp-9ScFU1wEY z50Fu(@A@8St6E8rUoZnFm#UhTwM|%9SU3noL`25K#%1N?0zqD0VPR2GQE_qclOvh| zKpicfE{-7*;ko^%g_;}$m^a&qiHHigggFLQ{rfMzS4X^ipX$n$o=a>eEt>!Qp8D)_ zObjhLucn@u<ryUOfb&DcMNh4U^1V9K^&hC-ZD`)wJGUV&h{0mkTt+7oyR|pJvi3}> zTCi=^CbfAL2^tG!8f^C6-LZRrQsx?~V>Wk>S={#xo^Jj2BlE$zLIDhAf4hP1VeoYI Kb6Mw<&;$S*7P~9} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3a27f104257b8ee65c5df3f547cfd4664cf19eb3 GIT binary patch literal 748 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E4+DHc zT!C~$!=&=^j)sQ*l7{Z8s@AHi3Dwmt)h&Hx4V?`Qoz>O7<qaJ*HC>ery=66>wYA;V z4ZW4MU8m1otgh>-YUsXj;p*kfHx3>-b?WTp%hzsR1EQOE?%cV5|Nf)<kDdY*R5$hj z$!E`ASJd^qeEItI>vwP7ynFKw2tESAoA>YEe*%HZy6(!x?y3f$nY~}Xe(jk!`|H;q z-4kY3)^$}k^i%=uYV4^5n%2<W&@!Q+Wl}@igu3R5b*+6sk=myI+LqoQKYjp}0iE~l z8<5diRo4R)5#gVD4d_Ylk|4ie20nfPF>!HeX&D(=IaM`vODpS;(6F$ua43j~jEahm zj*bC>*!cLw#H6I;w6yfhtlZo@5XjFj0D{7zqT=G>Wm(T685kJVJY5_^BqY}!%#3CX zlwf;sJ!+z<i?)*{?@cwADUT}u{pUYrnVzP1`penc(}Av=e|}3zdTK2Aaq_DJm;Fxd z3*fb0<#@Bu>WJL$m~BVu3lao{{V%lfTdS;-stG+ZvFV!hnna$e3qnaH3nunjn(dSG z$e5N9DB-=yl6{}_6Ct;VDLOq&C!hWKJn@NXPme~W#X1kO`5yPyB|dSfY<@lI)?a;@ z+(5SvcM2Zo@m}|sA{cX7%{<C@$354V2MlW$UYm6=v2#-U$B#an3LHO`vMH;3vANAn z;nbM8=CDV%P~%1=?;9EuwIvcS-n#JXuF{sI?fhqjlsoHHjs&)@-?W3ttmcN|$0K4E z8!RU4syn~g_;{0Y#KFEIhi|Gn6>D04aHbbstH^nJDbaG7{R6Ybx~repvH&B3!PC{x JWt~$(697+&Tyy{c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4d68eda1b77f0efaa6ed99aa9bb13fe10b940a GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkY;H3&oJ{0Z^JX5w&y$zF9aGM^EW)<Z+rqI1sb0SfXJr;4Nv(SpYk_676c3OH#`*t zNdd(lgAqs>NEc8R9RU?!3W7u;H|uo*ZPzFX@(X5QVige;3knGhi%&>QN>0frE~~6- zXl!b3X*+xF{Dlu6KYjl4`_JEhSNUZ*fO;A|T^vIsBy$gX3N;xpFdPi*+3|k228-yk z|N17bf%D!xTVGJSC+?`~h1o9FhRcmJ-)^<^?1-8b64l$V+A7BUY}$f(jmxVN_9ZMA zb1=Di_?ik+;NLR|zrwU1EL>+H7rBbHAn>qnzN0Op;;-N|mCEe(vX@V4TR)v~??uh} d*S|F%&(~jAD8d-AHa!&-ex9y=F6*2UngBZLvL65d literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a739431eb89ab2fb6fd138f8e5d502ee31ed9b25 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EuL68R zT!AzL!+(ZV{~0FT7HD|R-~58V;URzXBff^mLQM|^8lDI=J>_qB#^3ZzsNtz#(^J8Q zXM#=71R5R*G(8q*e8S)Ggdapc<!=Nj6KZ%Y2t<uf1c4eG9}6@*=5KrqQUg*3VgRLp zy1*KNMnTw5fy%(>3CKDm1knf-fiOVou_K^%6e*y3G!Y<|_wN!bpkIAUg8YIR7@64> z6qS@!v<(c6jIFF~Z0+nFot#}<-8{U!eFB4mL&8$iG7F1Ks%q;S8k;8U-M9b9vEwJN zUB7Yj*4>9MU%mPG>GPMb-@gC&`Rnh$w}-ymWME)a_jGX#k&s+_Fw>eTkfH72bB}MT zEpKjacU<HXdCJA*{r~^gR?mHkLywt%KU;6~`TEmax1%HW%~Ec)T%jF!+q`GSnk*01 z(-ZD=yP1SbPWXRGf3B#|&9)$u<sCCu1>Ke2!))n)KDP3_e^HmkGClTfw_d#zarEmj z*4Jll-S%ZCuVm%si0hy98k~M73tLPTPnard&CDfzpfEg+^L1eDbBp%-T~{|KsrtRJ ze6>pdP}i03`~1#3E!h{oW>?btYzyv*Ns8Cj?zv_pz~Zn@b$v^zYCb#15{4TS%R5cg z^Ld!QvKXl4vz@;3#K-6UiJdd&P59ifeZBpgM>D&E?n)*-=3ScMH!0%fi|OZtn8o5v z7R^le_!j5<?wDj^*Fquw>LoLIy%JZ8PSZ>O;cwq6J~w0UmH<Cc!t-?Xb6Mw<&;$VB C+)bna literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-hover-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4d68eda1b77f0efaa6ed99aa9bb13fe10b940a GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkY;H3&oJ{0Z^JX5w&y$zF9aGM^EW)<Z+rqI1sb0SfXJr;4Nv(SpYk_676c3OH#`*t zNdd(lgAqs>NEc8R9RU?!3W7u;H|uo*ZPzFX@(X5QVige;3knGhi%&>QN>0frE~~6- zXl!b3X*+xF{Dlu6KYjl4`_JEhSNUZ*fO;A|T^vIsBy$gX3N;xpFdPi*+3|k228-yk z|N17bf%D!xTVGJSC+?`~h1o9FhRcmJ-)^<^?1-8b64l$V+A7BUY}$f(jmxVN_9ZMA zb1=Di_?ik+;NLR|zrwU1EL>+H7rBbHAn>qnzN0Op;;-N|mCEe(vX@V4TR)v~??uh} d*S|F%&(~jAD8d-AHa!&-ex9y=F6*2UngBZLvL65d literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-hover-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a739431eb89ab2fb6fd138f8e5d502ee31ed9b25 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EuL68R zT!AzL!+(ZV{~0FT7HD|R-~58V;URzXBff^mLQM|^8lDI=J>_qB#^3ZzsNtz#(^J8Q zXM#=71R5R*G(8q*e8S)Ggdapc<!=Nj6KZ%Y2t<uf1c4eG9}6@*=5KrqQUg*3VgRLp zy1*KNMnTw5fy%(>3CKDm1knf-fiOVou_K^%6e*y3G!Y<|_wN!bpkIAUg8YIR7@64> z6qS@!v<(c6jIFF~Z0+nFot#}<-8{U!eFB4mL&8$iG7F1Ks%q;S8k;8U-M9b9vEwJN zUB7Yj*4>9MU%mPG>GPMb-@gC&`Rnh$w}-ymWME)a_jGX#k&s+_Fw>eTkfH72bB}MT zEpKjacU<HXdCJA*{r~^gR?mHkLywt%KU;6~`TEmax1%HW%~Ec)T%jF!+q`GSnk*01 z(-ZD=yP1SbPWXRGf3B#|&9)$u<sCCu1>Ke2!))n)KDP3_e^HmkGClTfw_d#zarEmj z*4Jll-S%ZCuVm%si0hy98k~M73tLPTPnard&CDfzpfEg+^L1eDbBp%-T~{|KsrtRJ ze6>pdP}i03`~1#3E!h{oW>?btYzyv*Ns8Cj?zv_pz~Zn@b$v^zYCb#15{4TS%R5cg z^Ld!QvKXl4vz@;3#K-6UiJdd&P59ifeZBpgM>D&E?n)*-=3ScMH!0%fi|OZtn8o5v z7R^le_!j5<?wDj^*Fquw>LoLIy%JZ8PSZ>O;cwq6J~w0UmH<Cc!t-?Xb6Mw<&;$VB C+)bna literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-hover.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..3b084de1fadaf8218633b24af01dea72a74aec4a GIT binary patch literal 467 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkmhZ8#?$tkr{RS_!(;x2C;W|1fDC~KAo&EyU3})#nhT#dU-`W1{HLu~KkvN$`PjWL zCm((}_3+#2hhNV;`g-=!*Yi)lU3>Zsq6I>J`~C~ecr4%k49Jjce+m)*@#CjR(-YyQ zCqj)+fNZ$n%*9SOfKJga3GxeO5D^s%3JGm&YHr!TfB%642M!)ObQlPZojrH{!s`zo zKYsf3`OB~0fBydcSK>5zF32aIE{-7*lDP-ng_;}~To3yDJ>ywn(bTnP=l`E`7HNc+ zWQR?-9vhz8sJ1aNMXC2u<4J*&oIExK^Dg|DRP<o$>)&t1Jyc^GTWw|EO07_loU?SR zw2bmehWVSfPB*{cv8r)z?AkYsD^yYstZjJ2rZS1?@cp}!g?WA20v4}GEa5l(czILq d=_8lt$Uo5+^W#gqcopa*22WQ%mvv4FO#s~G+<X84 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-hover@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..360e91a9eb6def9d4e10b20888c1c03b3647e804 GIT binary patch literal 814 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j2r<z zA+A8h3=IDT8lLkvzu<3v#Mkgxpy7!?(^LM2XZ%gi1e=};HUP<I0!@zv8lUh3r5b?> z9`iRo2C~82r$8<kJy~-0BS<e8t-kPS-KEc)E`OeO?8B<_pSEB7yz~0!-8a4*z4ztV zz0W7^e*r3km~ivOHz51&t8e#Sf4~3c`@=WiAHDnW=*^EO?|wXc4<cWE`tkC^cZgy^ znE4;S{xF{O{PWizdJ}*SfLaQ129PV$1`?ENdn(iZRI>G{1Q4}=(2pNKf#TxLAXy+= zsPPHJKp^|EL24N=B*IF9{DK)66%>_K3=EBot!-@W9i0M$f<waU8ycH-@7=c_2o8Y2 z!9$0R96Nse<f&7qPM<k@_UyS!m#<yFar4&gM~|MqeD&tzr_Z0ieEIVA+jpShKY#uC z`>)+lLjoA;W}YsNArg{n4`y031xm0z_^xrvPiT^Awxahn&9%y|ir(ix|Nq~4&hm21 zsUOewJ+)tX@@mM!t3^TDft(8-x&Gkt_Ht|SH+Z6<;=C+d;^Dc|{KfJ=mRf7?3y@{J zQ}}U(Fv}^ejgJgYU6ostCF$nF6WZc9uk^zAI-f%YM`pBqb$e!g;I-yYHf^O_T5EhK z{XBQt@?>lT=f$88Zzi0HpK#~>L9ec|{zhG?_V^DXF4+gRAK%w3$0oJN)ZoItl>5HI z%>0W)A7;j1-jR9eamO~k*Dt%C9FsbEJ3YelVpzgck7bP}CuP>8UR<=n?xe}DOHb6- za9#{ybX&TGH+gqRW1;#rp?@0`rdc^H=n*;}0d(+&A8EURu2;7AxoU7|?qtP<I&CS( tQd+t!Kit*zn&6@I(#Fo}<WtU{{`Y-k4yI1Bk?IB|S5H?zmvv4FO#m~6oBaR) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close.png new file mode 100644 index 0000000000000000000000000000000000000000..3b084de1fadaf8218633b24af01dea72a74aec4a GIT binary patch literal 467 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkmhZ8#?$tkr{RS_!(;x2C;W|1fDC~KAo&EyU3})#nhT#dU-`W1{HLu~KkvN$`PjWL zCm((}_3+#2hhNV;`g-=!*Yi)lU3>Zsq6I>J`~C~ecr4%k49Jjce+m)*@#CjR(-YyQ zCqj)+fNZ$n%*9SOfKJga3GxeO5D^s%3JGm&YHr!TfB%642M!)ObQlPZojrH{!s`zo zKYsf3`OB~0fBydcSK>5zF32aIE{-7*lDP-ng_;}~To3yDJ>ywn(bTnP=l`E`7HNc+ zWQR?-9vhz8sJ1aNMXC2u<4J*&oIExK^Dg|DRP<o$>)&t1Jyc^GTWw|EO07_loU?SR zw2bmehWVSfPB*{cv8r)z?AkYsD^yYstZjJ2rZS1?@cp}!g?WA20v4}GEa5l(czILq d=_8lt$Uo5+^W#gqcopa*22WQ%mvv4FO#s~G+<X84 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-close@2.png new file mode 100644 index 0000000000000000000000000000000000000000..360e91a9eb6def9d4e10b20888c1c03b3647e804 GIT binary patch literal 814 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j2r<z zA+A8h3=IDT8lLkvzu<3v#Mkgxpy7!?(^LM2XZ%gi1e=};HUP<I0!@zv8lUh3r5b?> z9`iRo2C~82r$8<kJy~-0BS<e8t-kPS-KEc)E`OeO?8B<_pSEB7yz~0!-8a4*z4ztV zz0W7^e*r3km~ivOHz51&t8e#Sf4~3c`@=WiAHDnW=*^EO?|wXc4<cWE`tkC^cZgy^ znE4;S{xF{O{PWizdJ}*SfLaQ129PV$1`?ENdn(iZRI>G{1Q4}=(2pNKf#TxLAXy+= zsPPHJKp^|EL24N=B*IF9{DK)66%>_K3=EBot!-@W9i0M$f<waU8ycH-@7=c_2o8Y2 z!9$0R96Nse<f&7qPM<k@_UyS!m#<yFar4&gM~|MqeD&tzr_Z0ieEIVA+jpShKY#uC z`>)+lLjoA;W}YsNArg{n4`y031xm0z_^xrvPiT^Awxahn&9%y|ir(ix|Nq~4&hm21 zsUOewJ+)tX@@mM!t3^TDft(8-x&Gkt_Ht|SH+Z6<;=C+d;^Dc|{KfJ=mRf7?3y@{J zQ}}U(Fv}^ejgJgYU6ostCF$nF6WZc9uk^zAI-f%YM`pBqb$e!g;I-yYHf^O_T5EhK z{XBQt@?>lT=f$88Zzi0HpK#~>L9ec|{zhG?_V^DXF4+gRAK%w3$0oJN)ZoItl>5HI z%>0W)A7;j1-jR9eamO~k*Dt%C9FsbEJ3YelVpzgck7bP}CuP>8UR<=n?xe}DOHb6- za9#{ybX&TGH+gqRW1;#rp?@0`rdc^H=n*;}0d(+&A8EURu2;7AxoU7|?qtP<I&CS( tQd+t!Kit*zn&6@I(#Fo}<WtU{{`Y-k4yI1Bk?IB|S5H?zmvv4FO#m~6oBaR) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-active-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f773f24dc156d5d3551686be3ca8b44946243 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!Ag<Dsd!^O~i&-b;lD?!GLiD^+I8Oe~kHNUt|Z`^9uj;M^<L s0=wu9_c;vgCNphy{eGs9f#CuB{AY&d-u51^fNo&$boFyt=akR{0A;?UFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-active-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..76250ef99f3df3f28c6f12539798fe95e14f8ff1 GIT binary patch literal 652 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~<PY@#4ixmMl4O;>79Gr{BJP`~Lm=-@kwV`SS<pY_@<nNuURe zOM?7@85k85l~wc&42_IUtZi)V9i0M$f<wZ>>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu<MkY@e#}JFtYbRfycF2Iog*kDh_j}!zXBU_|Qdj=`fBsRz>5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+<jq-du6!SBzOCM(6ef)c`6`X6)0mwvaIUG6DR3>c5@up- zXZ8;KbN9cf;`%wvc1(<l0v{|lOlD9NxKWfK$kfG9b#5Y4leC|d<R*WHo6J`qI`H-X z<niENxMfF{e@J-mjK|5Q_O@ZZcHghO=|7yHcDB)TrN>nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv<KZ|B8p+!K%1*gT!2tp*HC22WQ%mvv4FO#uI-F{c0k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-active.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-active.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f773f24dc156d5d3551686be3ca8b44946243 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!Ag<Dsd!^O~i&-b;lD?!GLiD^+I8Oe~kHNUt|Z`^9uj;M^<L s0=wu9_c;vgCNphy{eGs9f#CuB{AY&d-u51^fNo&$boFyt=akR{0A;?UFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-active@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..76250ef99f3df3f28c6f12539798fe95e14f8ff1 GIT binary patch literal 652 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~<PY@#4ixmMl4O;>79Gr{BJP`~Lm=-@kwV`SS<pY_@<nNuURe zOM?7@85k85l~wc&42_IUtZi)V9i0M$f<wZ>>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu<MkY@e#}JFtYbRfycF2Iog*kDh_j}!zXBU_|Qdj=`fBsRz>5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+<jq-du6!SBzOCM(6ef)c`6`X6)0mwvaIUG6DR3>c5@up- zXZ8;KbN9cf;`%wvc1(<l0v{|lOlD9NxKWfK$kfG9b#5Y4leC|d<R*WHo6J`qI`H-X z<niENxMfF{e@J-mjK|5Q_O@ZZcHghO=|7yHcDB)TrN>nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv<KZ|B8p+!K%1*gT!2tp*HC22WQ%mvv4FO#uI-F{c0k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-backdrop-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0883ca7fb7c8128a51dd689f28e6b0798864b170 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(hLm$Az;<2RoizR+PUY*jy;EW?>@L=H;{dJmbs4vPziTQkY6wZBO?>Dv#Uo?a2k7# zc0N#8+tbA{gkxrMf`Z_TwOI_8&zy<mKEPAR9?IdoszsCGP()e+Lt4Q)FSV-`438Yx U7He!?tOl~t)78&qol`;+0E$6RlmGw# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4542b7f6030429bace82d9ef3c38651c266b88aa GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7l>na* zS0K&6@V}v<VgLU9n>TOXzUR>H-3NE>IkW>vf*3$_c$!yQH&7K%NswPK10xd$m!4rr zSW<G@p^r}sfZ~3hE{-7@=aUm8k{WhaeSf!7L+RP>^7lsqnjRQRHB41tnGtosYXVD| zMZ**Y&Npn@j$#Zzd?S`8q)CY(s43-b)&?P!30tebmo+aGyThRKQSuVwS`I^y!#rL6 KT-G@yGywoGwqce4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-backdrop.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..36858b0c462d82fa6dd389e0a8904c988aa87082 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(qQnvp`jr(bX8SdcV$Cobz^r`LvK|>S5;llyQ_O-fhxF5g8YIR7#W$Ez5N1X;);`n z%~t`1wLM)NLpWw8CnyNcSewOg`OKL}?gKo9?4caat6DS}4n?FTFr*c%^HRH7!SKj| VZL!AY#cCk?JYD@<);T3K0RSE(NHG8a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-backdrop@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..061e3569f13ada9e9769abcd8ed92d2ed7e6fbff GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7^#Gp` zS0D`p4Gj%_eSIY*-L*|Ul}+7M4PBLWot1Un)eYTMbv;1D%6Q5SsE)TJ$S;_Ik%^Pr z*gP&iF)zP3!0LGqP$JmV#W6%9I5|NgsbS~yGc%WJD2b(?o8uH3RQ!ym>39Z1Sd&1) zET*s~m4Zu+jR$2SAMiwQZejr912dBr2#GLG5MoKV!yMMcvg!OB%e(^yM;I6aIHfNI Srd+!Ma-gTHpUXO@geCxY)?2p# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8addbf89ee6d52a0ccf0b12497ec3711182ec985 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(*OVeZ)j-PzkmOkGiP@0KD2Y+kzIQZ?b>q~#NKo0-i(}EKt<doL4Lsuj7%)7rImFP zCT;eczh50FtnKOI7{W0#IYB{i#@Z}~%V*9+av$I+WDn(VUe%(>a3~@zfg!D6otN6x a3Wi4xY>PEEFIEF;WAJqKb6Mw<&;$U}K~sAG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..dedcc3871bfebdbc65da210f37639f454859034f GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfW|Nm91R-HI;V)yRdTMi%Ix#!T1-3NE=KD2A^p`Adq2PCp<FNoZ)y6rzu1Aj@7 zUoZnBGatWTK-lET(^jupyV<AlM>J3>*we)^L?bvkK_aOk_1^CC;{h%<_xD!!u3GZ` zt~E>lMTRvjiU+octYPtd5X!*Z%)aS>^#-97Mj&o1KkJ~X!K9$daiD^K4GZU$ebwI& dH6(U0GMHN`l;<24bq5;H;OXk;vd$@?2>^8UZtMU6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-hover-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..84a5583cc628653dd5e203c79909759b887cff10 GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjt<!Wf<?jM;I6q)50 zkr^D37aUa(ol+g2QJ0+4l#mG`Q*)a)Y}vPY+ukiZ4(!@{WcR+KM~<ISs&3o_v`Mif z$S;_IokLFEz|hAxA~G^6Iwm$YJv}2Mv!J-7w5<I6rE5=~PHIW`1yo$)>Eak7A<24> zvFNY?2ZMp+iLJN)|G!mYSRusFz#91alMlbxt5VmSd-u<F{kxCp%lFMoEB><x6#kmB ztLcnUd6-|P%4{yJDPF6u**#YZmQ;}z*fnvYaf$Zk*K<Nms;AtWE5G3Xwh}*=hJW{z qXWAuK&ikDw=5p-m%vuJ92lAVrJMih(>4X5?!QkoY=d#Wzp$P!;ypHSu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-hover-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ef62ad4eab22e6407724d1d8f4204e836e69b0 GIT binary patch literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EPXc^G zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?b<Jet)pd0(fLdf^RAgk-W#klP<W#iu&2@Cljm({; zrBw{ATn(+<4Q<?kX4-lLIeA4nxraM>MY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVfL<G$my>=9l;6m30@@^e$MsVeyL1yZ0U0z5nQ*1IG>@ zJ#`3#P9Hgb=7{^5!$5y}mjw9*Gw|>V2?>jdiA%`IE9mJPxOsSb`TGZig-1q3MMuX# zK`ao&B_t#!CMG4Pq@<>1Wo2g<6crbjl-AWZY})qh*^8gQe&4Q_+R4Dc80YEY7-DgH z?c{9dCIgW+Q=NR(jwX-F!%5$!#p-NTt62Hw*#H0b8%-0M<ZJhDcxyA~beW%CxrglP zS(&%nmWh3v<?nmMXtm_$K;{>dU(UJobIKP6+x^-4+aC1T#-FI((-1oC?NhzBE7M)9 zUrbZ^FSgFM-u)g&n9$P3#8YxYvM&n%6|9^uSSoNe=~0|ao*nbD`Q_VoHY>hk|7+2p zu&+`;oQplAN9g!$UG*Qc793;bJ)g5X#@p^k5tHwd52v=RUcdbad;HnNq62K}6Gc6a z)XQ$LywJzcDc}&@QX%Nz^x?eE70pR04jV*gzEfG*bj0CF^J}hj8I1+U^|F3Sd)PVY zF6!o*yd#xeUNfm@Sw*+joZ5a<2h}P++2=Q(?{l$z*S@DUa91KnR8aJ^T`y9i)@hhO z^}Mmgy!*%ZcE?qjhc&DoOj<6vbTemRW0jq;WT>*_oV3*UIhv+t6BdUD^I2W2XMEm# VWR-v%A20$LJYD@<);T3K0RUeWC(Qr= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-hover.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..128a39da1505934b85102494ab976af03f15ee55 GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};<l`^&KYyp-Fxs9i0(gp`s2qhIQseP7ZCk} zf#1LX{Q2|u?_UuA|Ns9BmaJK_eEsrOn<h=0KY9AXs`~DSL96S4mMN74`2{mD^Y99b z$g8MmXj+z(mhC@q@X+xS&tAOz3<AG@|Ni@zvG&w%pz20X7sn6@N!Ekyi7bjd3<inP zMJNC5u3PBJ#BgCjDEISq-EDtX%IwRoH*>Yy&%Z0YI)9~YJ^zKfsv)*-Bo_bf6^Ytd ztk=t>cxvs`?Bo`vyK6eDTQ^@g-lzXrt2|5nl+U$^d9TvnOYhkiT=e3>*SdIK%S~<P m@6C5^o+fzirZ@w`KgL-TY}{0J&a(p@!{F)a=d#Wzp$PzwlEC}` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-hover@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..66cdeda056e20937db39de93edef20268a13a7c3 GIT binary patch literal 801 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E&jWly zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQT<pBv50r91NF%_XP z6~PImK-td8i>Az5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPk<z5De3Js5rb^zrkTuV24?{`&39*Kfam{f405 zzyJP21^>a|?_ZEOkoob`moGqlU%wqXa%%6vV||n7PMA7x;?(&KtrM#1yX%_!>sux~ zypjF^=vA+hAirP+R#tWnPA)DUUSSa#Svdt|6%|!A6LSkoD{Je>=$M$e!lL4m(z3Ei z(`U?@J$J$K4I4L|JAdKQv*#~fzW?y?^XJb%>wf$MSuf}GHj9CQG0fA&F~s8Z+Th6O zCI^vF&tNA73&~qeOE1OgO?lL{P4esidjB&et&D%FUcBCOX70}RYX0(*PyY#9Z(1bT zw(P{EuyR*tmbH@##X}Zce7XDa#@qSV8MjXOB3>GCJ$SxBwMElD?O)z%v*zh1q#V}a z`dAus<_}96-xrJSuC!C~MmZ}c)<w*lfAEDss#3;|#mBE!ANcU~ke>O46?PdezdAo2 ze6zB3e%ITBoy_a6%{lm1EX6P2Lh|*an+2L@$7-lN?2LV$f7*g=dyG(G!~erJ0upyV zB&cvQHP3f`6WrylbcCmlM}xI9r6s}FOIRs&i}E2gw&Rk2m$g`FUwLFKkkm3GhfB0; zM=Jk%&0|-WU0D;kIA?R)))kS7yZe{VEStYbi?3(0+zh@idkiM2y>XfL&@<`Dj|*}! zev8h(&%WS&bK~}?y^YU#cRd#iIGb*^SVzyV@^zl){`L3bKl0w@t@E1@EBzK2Zw#KU KelF{r5}E)dl%1Ra literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max.png new file mode 100644 index 0000000000000000000000000000000000000000..14e5e3e74dff69ce6e125a0ec0bd54012d6d7bb8 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(hVT+ABaOk8>;HMs~Ui)tFob|x}mGOq5D_-vRa@b?vfzCU<M{87Phvo2}_opNo&|W z4=Akd>Eal|F*7+qL2$;}EQZTx&O~w_;3;Ge<#1lrqRDV5A}xU-tzey(+SLk%M-FU@ UH8w9+18QUNboFyt=akR{0P0~(_5c6? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-max@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a13bb592dfbbf413347f0541f9be75043fb727 GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0LTc(6DONs)mOCii-BiwzlfVo{EO9s`~CqAlcAU-Oydt&|O*A4P-1i7Wo&bfxjfk zFPMReSwK)YI%)Ze)rXH9J7c}NFBK>i?CIhdq7j^&Ad%FNdT)36@c<W_`+KW<S1oye z*P5mOBEuRM#RFSJ*06X!2xVYyX5VzcdV^33BM>*1pLI~xU{X-!I8edAhK2LWzUuFX d8WKAg8O$ve%5x5jx&w`8@O1TaS?83{1OS2wWsCp- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-active-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-active-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E^8<WB zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b<L zG&VKw-M9b9vEwJNUB7Yj*2`CKK7RWA<>#-9o$5M3?dLsR977}|*B*Qw*5n|<b|L>r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv<osyi2*zxokJ~G z1a&m6Dhd!4a9?%G@hkVlz)(Id?u{t{JR1`(upen~{4SuDdVnwMR71GN=7rZ!Jy=w{ z!2O<UZp0_ApG?Ou&(r<M!FzEQ?`poNGe<UUt8VtMm%F`a!^d>~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-active.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-active@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E^8<WB zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b<L zG&VKw-M9b9vEwJNUB7Yj*2`CKK7RWA<>#-9o$5M3?dLsR977}|*B*Qw*5n|<b|L>r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv<osyi2*zxokJ~G z1a&m6Dhd!4a9?%G@hkVlz)(Id?u{t{JR1`(upen~{4SuDdVnwMR71GN=7rZ!Jy=w{ z!2O<UZp0_ApG?Ou&(r<M!FzEQ?`poNGe<UUt8VtMm%F`a!^d>~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-backdrop-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b04db91415d46e182c878ab176fe3ecb2491235d GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnQ-T^vI! zdXp0*SPwH8BnjWy`Mf~Ntgu}CcI1mBpDSe-H6$i6Fl^q)!s4?qWfxEbgQu&X%Q~lo FCIAj8F9iSq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5b8cf4df958017dc9fc1f8fdb967f94818e00809 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!Hk?J%?4l^1TDHm`Z~Df*H~-IdO&pc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M<kh3u* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-backdrop.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..b83cb7d4db1a381c3ac939b5278709b35af680a6 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnQ+T^vI! zdXp0*SPwH8Bnhus^;+|o+P!Nbm%8<ix#WuXHYsv4Ea7Bf`Tt?tUZ8pgPgg&ebxsLQ E0PY1ZVgLXD literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-backdrop@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f83b673dc3a3b8d184d7bcafabbcec7fedafd040 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!C~|UC+wR=dFM&rjj7PV20xT^WW|R@`OBH978ywlM@#3ZTR2p831%c$5)oO)A=-S Q17#UJUHx3vIVCg!0Kk|sWB>pF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c973246c00bf2b1b0a0cff5a2eb8bf94623a35 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnQ-T^vI! zdXp0*SPwH8BnjWy`TRm!&ZBpFW&2(v`CKWxs39?lfnnE07M5o&iZ(zE44$rjF6*2U FngCC_Fo^&F literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..29b6465947a5ff395ef6640d59e4248f4e2cac9e GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!Hk?J%@rm*;N2pOeH~n!3>*Ke(UoAc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M<l<F}* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-hover-dark.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c38e8b3c52175f56e3282bb1a56e34618ea7bfe7 GIT binary patch literal 363 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjt<!Wf<?jM;I6q)50 zkr^D37aUa(ol+g2QFr9{neA$NQ-Q`wlmz(&Gq7{W$r~8@_(nuVMn%WO#-^udWMmc; z&*IUT0aTOc>Eak75uV#0&DWs7!@^j(f^~J%+VA!&I~H&j{wtf5yUpp(!Zn}oNnYL5 zR;qqWu;lFNgRLT6fdR#41>4`8($Cl=@mPJ)=|jSwBNLWccJCBlw_f5+pO%O2a!<R% rt2`4kE*lEvTJXLvUS^|yR9@Wu7Wauq3mrOuHZyp-`njxgN@xNAT}yE$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-hover-dark@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..59b63da86816e87f7b7125a605e6807327259fcf GIT binary patch literal 701 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?b<Jet)pd0(fLdf^RAgk-W#klP<W#iu&2@Cljm({; zrBw{ATn(+<4Q<?kX4-lLIeA4nxraM>MY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVe`zerEIPw`o8R*p&qN1vBvQ3JD2|iHS?d$t&pT8@PFR zdinbYgoQ^&MMX!)KtU`J#3dvoCMG5&r=+B&W@Tk(7Zep2-)=I_W?*2{@N{tuu{gbU z^6jW52a#4o9e>u2CXdFhqZhQSBb<7T_x?|A{mg4|=u2tfYrb#%zqf2l{ImRA?s0zS z^BZ^H`mnS=>fZ`cyV(rho3u4_%TgG3%)MNZ-<EQChe-8aM}vUJ%@WzCL@#m_#{aBu zs6OU@#E9j%j_?}kkCQqcT>GlLbdTz+1+R`CH@^OYbKV^OX+G>5M3yn+q{L`5c{A|c z`+7jEPv>E<O}(a&KGzQ>4#%$yt{M$L&mV|c_TvKc&NrX0E9DB<7PM<KmTbJhmle;u zO6O4^dyc`>-4coyb+cO&xB7`+e_MJ#DdzV=VTEj|wuEIjHpwezMXp;u>(e5Ww}<!r z`;&UrAa~|b)}T+*f@kG>a`i}Wv;Xo)mOtIfq{K+~xb>WQssA3<-TuXvbE-jX`#Awy QVCXY=y85}Sb4q9e0A@Ju!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-hover.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..c250748c552e9c2fc4c266ce0167a8046688cbdd GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};<l`^&KYyp-Fxs9i0(gp`s2qhIQseP7ZCk} zf&c&iSJihrG<N+5TOZ^X%)rdUD=Z?fqN1T`SyEcI|G>dR$4@+a@$z&2xu-jUit;^O z9780g=Jvl8Y7h``jaD@KvT)1Z|J`jDu9W<{YrOf+?b7;&30|Izrr%#odmN$jO|@S- z_0J66gp(H&b_w-KwYe)^cRypqCE9V0Con*MBY(a6p*lI%FK?rH%MIhZHwJ~ywrn|> iaqZYglfLbR`g+zu+-n<;to#AAn!(f6&t;ucLK6TdBAogF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-hover@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..965ce3db3357fad9fe47dcef3a9c89d220caaf64 GIT binary patch literal 694 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E2LgOT zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQT<pBv50r91NF%_XP z6~PImK-td8i>Az5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPk<z5De3Js5rb^zrkTuV24?{`&39*Kfam{f405 zzyJP21^;27s=k|vP2x7t5B4QNe!&c^tn3_|TwFZ7!Xh%Vatg{SDynKG<`$M#*4B~H zF)?w4Ma3nhWo475&zLoP?t<kTHf}n1{=%ha&tJTJ|Ka0j!RxKl85kI4JzX3_EKaYT z{5q`3L8LYC(u4^!6Vfxpb*8>s>U2<}=l%aM!Cn)C%{gns?%UsxJ~y-Yo5ZpDq7>^R zpF5IgM^!omIJ0%#DQ!HNG&jfWWR)G;oxI@pfh_%&;v)It3yyEP_uVixMv433_a*;> z?}+Yk6m0w#QfQd_a;b7l^!NUT!qzu3(+mXm6!7{hB-zb)V&yFNpgKvtW5+bfH>VyX zEH&48*db=O>iJxkuS$Zx6$w?$&E+>HJPMgoaa}qo@X>X(+%sR>qziq7lix1b_S<o) zugz;7{@;Q1y4t~COG5Nl$9!KJv}DJz06w29d}o-pD7#*Azp-LcoT*ZH>$f*`(e?kV znBK15$e*@)#>R?DX@<jn7mrQS?@N7Qz#qSN|0m9*lNI}xOFM(o4}+(xpUXO@geCxY Cno;)v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min.png new file mode 100644 index 0000000000000000000000000000000000000000..f4b6db0608f0582e6c564236e0bdf108e429d668 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnQ-T^vI! zdXp0*SPwH8Bnhv{dtuk?yJzddD=e`+owxL)Se=C!7}iW=VVUJqt_Re>;OXk;vd$@? F2>|T-EmQyi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min@2.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/assets/titlebutton-min@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3581928b3997773cbfc83c9c0f17389a768cc6 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!D0TL-!u7KXZXBrjj7PV1_eK9Gw>fc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M<s_HS@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/gtk-dark.css b/themes/Mint-Y-Darker-Watusi/gtk-3.0/gtk-dark.css new file mode 100644 index 0000000..7d8a322 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/gtk-3.0/gtk-dark.css @@ -0,0 +1,3783 @@ +* { + background-clip: padding-box; + -GtkToolButton-icon-spacing: 4; + -GtkTextView-error-underline-color: #FC4138; + -GtkCheckButton-indicator-size: 16; + -GtkCheckMenuItem-indicator-size: 16; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkToolItemGroup-expander-size: 11; + -GtkExpander-expander-size: 16; + -GtkTreeView-expander-size: 11; + -GtkTreeView-horizontal-separator: 4; + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; + -GtkWidget-link-color: #c2d0b4; + -GtkWidget-visited-link-color: #a9bc95; + -GtkWidget-focus-padding: 2; + -GtkWidget-focus-line-width: 1; + -GtkWidget-text-handle-width: 20; + -GtkWidget-text-handle-height: 20; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 6; + -GtkStatusbar-shadow-type: none; + outline-color: rgba(218, 218, 218, 0.3); + outline-style: dashed; + outline-offset: -3px; + outline-width: 1px; + outline-radius: 2px; } + +.background { + color: #DADADA; + background-color: #383838; } + +*:insensitive { + -gtk-image-effect: dim; } + +.gtkstyle-fallback { + background-color: #383838; + color: #DADADA; } + .gtkstyle-fallback:prelight { + background-color: #525252; + color: #DADADA; } + .gtkstyle-fallback:active { + background-color: #1f1f1f; + color: #DADADA; } + .gtkstyle-fallback:insensitive { + background-color: #3d3d3d; + color: rgba(218, 218, 218, 0.55); } + .gtkstyle-fallback:selected { + background-color: #1080e4; + color: #ffffff; } + +.view { + color: #DADADA; + background-color: #404040; } + .view.dim-label, .view.label.separator, .header-bar .view.subtitle { + color: rgba(218, 218, 218, 0.55); } + .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { + color: rgba(255, 255, 255, 0.65); + text-shadow: none; } + +.rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { + border: 1px solid #1080e4; + background-color: rgba(16, 128, 228, 0.2); } + +.label.separator, .popover .label.separator, .sidebar .label.view.separator { + color: #DADADA; } +.label:insensitive { + color: rgba(218, 218, 218, 0.55); } + +.dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { + opacity: 0.55; } + +GtkAssistant .sidebar { + background-color: #404040; + border-top: 1px solid #292929; } + GtkAssistant .sidebar:dir(ltr) { + border-right: 1px solid #292929; } + GtkAssistant .sidebar:dir(rtl) { + border-left: 1px solid #292929; } +GtkAssistant.csd .sidebar { + border-top-style: none; } +GtkAssistant .sidebar .label { + padding: 6px 12px; } +GtkAssistant .sidebar .label.highlight { + background-color: #1080e4; + color: #ffffff; } + +GtkTextView { + background-color: #3c3c3c; } + +.grid-child { + padding: 3px; + border-radius: 3px; } + .grid-child:selected { + outline-offset: -2px; } + +.popover.osd, .osd { + color: #C3C3C3; + border: none; + background-color: #353535; + background-clip: padding-box; + outline-color: rgba(195, 195, 195, 0.3); + box-shadow: none; } + +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } +.spinner { + background-image: none; + background-color: blue; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + .spinner:active { + opacity: 1; + animation: spin 1s linear infinite; } + .spinner:active:insensitive { + opacity: 0.5; } + +.entry { + border: 1px solid; + padding: 5px 8px; + border-radius: 3px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + color: #DADADA; + border-color: #292929; + background-color: #404040; + background-image: linear-gradient(to bottom, #404040); } + .entry.image.left { + padding-left: 0; } + .entry.image.right { + padding-right: 0; } + .entry.flat, .entry.flat:focus { + padding: 2px; + color: #DADADA; + border-color: #292929; + background-color: #404040; + background-image: linear-gradient(to bottom, #404040); + border: none; + border-radius: 0; } + .entry:focus { + background-clip: border-box; + color: #DADADA; + border-color: #292929; + background-color: #404040; + background-image: linear-gradient(to bottom, #404040); + box-shadow: inset 1px 0 #1080e4, inset -1px 0 #1080e4, inset 0 1px #1080e4, inset 0 -1px #1080e4; } + .entry:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(64, 64, 64, 0.55); + background-image: linear-gradient(to bottom, rgba(64, 64, 64, 0.55)); } + .entry:selected, .entry:selected:focus { + background-color: #1080e4; + color: #ffffff; } + .entry.progressbar { + margin: 2px 12px; + border-radius: 0; + border-width: 0 0 2px; + border-color: #1080e4; + border-style: solid; + background-image: none; + background-color: transparent; + box-shadow: none; } + .entry.warning { + color: #ffffff; + border-color: #292929; + background-image: linear-gradient(to bottom, #ab6239); } + .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); + box-shadow: none; } + .entry.warning:selected, .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .entry.error { + color: #ffffff; + border-color: #292929; + background-image: linear-gradient(to bottom, #b1413b); } + .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); + box-shadow: none; } + .entry.error:selected, .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } + .entry.image { + color: #bbbbbb; } + .osd .entry { + color: #C3C3C3; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.4)); + background-color: transparent; } + .osd .entry.image, .osd .entry.image:hover { + color: inherit; } + .osd .entry:focus { + color: #ffffff; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, #1080e4); } + .osd .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.25)); } + +GtkSearchEntry.entry { + border-radius: 4px; } + +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#1080e4), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#1080e4), to(transparent)); } } +.button { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border: 1px solid; + border-radius: 3px; + padding: 5px 8px; + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .button.flat, .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(69, 69, 69, 0); + border-color: rgba(41, 41, 41, 0); + transition: none; } + .button.flat:hover, .sidebar-button.button:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 350ms; } + .button.flat:hover:active, .sidebar-button.button:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; + -gtk-image-effect: highlight; } + .button:active, .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #1080e4; + transition-duration: 50ms; } + .button:active { + color: #DADADA; } + .button:active:hover, .button:checked { + color: #ffffff; } + .button.flat:insensitive, .sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; } + .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button:insensitive > GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + background-color: #353535; + border-color: #212121; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #1080e4; } + .button.osd:active, .button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #1080e4; } + .button.osd:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); + border-radius: 0; + border-left-style: none; + border-right-style: none; } + .osd .button:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: none; } + .osd .button:first-child { + border-radius: 3px 0 0 3px; + border-left-style: solid; } + .osd .button:last-child { + border-radius: 0 3px 3px 0; + border-right-style: solid; } + .osd .button:last-child:dir(rtl) { + border-left-style: solid; } + .osd .button:only-child { + border-radius: 3px; + border-style: solid; } + .osd .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #1080e4; } + .osd .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #1080e4; } + .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(218, 218, 218, 0.55); } + .button.suggested-action:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(218, 218, 218, 0.55); } + .button.destructive-action:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#1080e4), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 2px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 2px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .inline-toolbar GtkToolButton > .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #1080e4; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .button, +.linked:not(.vertical):not(.pathbar) > .entry + .button:hover, +.linked:not(.vertical):not(.pathbar) > .entry + .button:active, +.linked:not(.vertical):not(.pathbar) > .entry + .button:checked, +.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive { + border-left-style: solid; } +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .entry { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(41, 41, 41, 0.5); } + .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(41, 41, 41, 0.5); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.error + .entry.warning { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .button, +.linked.vertical > .entry + .button:hover, +.linked.vertical > .entry + .button:active, +.linked.vertical > .entry + .button:checked, +.linked.vertical > .entry + .button:insensitive { + border-top-style: solid; } +.linked.vertical > .entry:focus:not(:only-child) + .entry, +.linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, +.linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, +.linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child), +.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: 0 -1px #292929; } +.linked.vertical > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked.vertical > .button:checked + .entry { + border-top-color: #292929; } +.linked.vertical > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover, +.header-bar .linked:not(.vertical).path-bar > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.primary-toolbar .linked:not(.vertical).path-bar > .button:active, +.header-bar .linked:not(.vertical).path-bar > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.primary-toolbar .linked:not(.vertical).path-bar > .button:checked, +.header-bar .linked:not(.vertical).path-bar > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, +.header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } +.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked { + border-top-style: none; } + .linked.vertical > .button:first-child { + border-top-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #484848; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #DADADA; } + +*:link, .button:link, .button:visited { + color: #c2d0b4; } + *:link:visited, .button:visited { + color: #a9bc95; } + *:selected *:link:visited, *:selected .button:visited { + color: #d2dcc8; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #dce3d4; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #f4f6f1; } + *:link:active, .button:active:link, .button:active:visited { + color: #c2d0b4; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #e9eee4; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #e9eee4; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(41, 41, 41, 0.6); + border-style: none none none solid; + color: #d2d2d2; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(218, 218, 218, 0.55); } + .spinbutton .button:active { + background-color: #1080e4; + color: #ffffff; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #1080e4; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #1080e4; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #1080e4; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(218, 218, 218, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #383838; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(53, 53, 53, 0.9); } + +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar .inline-toolbar { + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #2f2f2f, #1d1d1d) 1 0 1 0; } + .primary-toolbar .label:insensitive, + .primary-toolbar .toolbar .label:insensitive, + .primary-toolbar .inline-toolbar .label:insensitive { + color: rgba(218, 218, 218, 0.55); } + +.inline-toolbar { + background-color: #303030; + border-style: solid; + border-color: #292929; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #383838; + border-style: solid; + border-color: #292929; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #303030; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #252525; + color: #ded6d6; + background-color: #2f2f2f; } + .csd .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #ffffff; + background-color: #1080e4; + border-color: #85a06a; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #1080e4; + color: rgba(255, 255, 255, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #1080e4; + outline-color: rgba(143, 168, 118, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(143, 168, 118, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #1080e4; } + .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #2f2f2f; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { + background-color: #2f2f2f; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 3px 3px 0 0; + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: inset 0 1px #373737; } + .csd .titlebar { + background-color: #2f2f2f; } + .titlebar:backdrop { + color: rgba(222, 214, 214, 0.7); + background-color: #333333; } + .csd .titlebar:backdrop { + background-color: #333333; } + .maximized .titlebar { + background-color: #2f2f2f; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #333333; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, +.primary-toolbar .toolbar .separator, +.primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(222, 214, 214, 0) 25%, rgba(222, 214, 214, 0.35) 25%, rgba(222, 214, 214, 0.35) 75%, rgba(222, 214, 214, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: #ded6d6; + border-color: #1080e4; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-clip: padding-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: rgba(222, 214, 214, 0.85); } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #1080e4; + color: #ffffff; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #1080e4; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #a45b33); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #aa3a34); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } +.primary-toolbar .button, .header-bar .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + outline-offset: -3px; + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #1080e4; + background-clip: padding-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:insensitive > GtkLabel, + .primary-toolbar .toolbar .button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(143, 168, 118, 0.65); + background-color: rgba(143, 168, 118, 0.65); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + border-radius: 3px; + border-style: solid; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover, + .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active, + .header-bar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked, + .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #1080e4; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +.primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, +.primary-toolbar .button.suggested-action:backdrop, +.header-bar .button.suggested-action:backdrop { + opacity: 0.8; } +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, +.primary-toolbar .button.destructive-action:backdrop, +.header-bar .button.destructive-action:backdrop { + opacity: 0.8; } +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #ffffff; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(255, 255, 255, 0.4); } +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: #ded6d6; } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(222, 214, 214, 0.25); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(222, 214, 214, 0.7); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(222, 214, 214, 0.4); } +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: #ded6d6; + border-color: #1080e4; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.4)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.3)); } +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, #494949); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, #555555); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #1080e4); + border-color: #1080e4; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #414141); + border-color: rgba(16, 16, 16, 0.7); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(218, 218, 218, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #c7d4bb; + border-top-color: rgba(218, 218, 218, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(218, 218, 218, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #bccbad; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #b5c1a8; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #8d8d8d; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #DADADA; } + GtkTreeView.view.expander:selected { + color: #dde5d6; } + GtkTreeView.view.expander:selected:hover { + color: #ffffff; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #ffffff; + border-radius: 3px; + background-image: linear-gradient(to bottom, #1080e4); } + GtkTreeView.view.progressbar:selected { + color: #1080e4; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #DADADA; + background-image: linear-gradient(to bottom, #292929); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #bbbbbb; + background-color: #353535; } + column-header .button:hover { + color: #1080e4; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #DADADA; + transition: none; } +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #1080e4; + box-shadow: inset 1px 1px 0 1px #1080e4, inset -1px 0 0 1px #1080e4, inset 1px 1px #404040, inset -1px 0 #404040; } + +column-header .button, column-header .button:hover, column-header .button:active { + font-weight: bold; + padding: 3px 6px; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #292929; + /*border-image: linear-gradient(to bottom, + transparentize(if($variant == 'light', black, white), 1) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 80%, + transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ } + column-header .button:active, column-header .button:hover { + background-color: #3d3d3d; } + column-header .button:active:hover { + color: #DADADA; } + column-header .button:insensitive { + border-color: #383838; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #2f2f2f; + color: #ded6d6; } + .menubar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + .menubar > .menuitem:hover { + background-color: #1080e4; + color: #ffffff; } + .menubar > .menuitem:insensitive { + color: rgba(222, 214, 214, 0.4); + border-color: transparent; } + +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #383838; + border: 1px solid #292929; } + .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + .menu .menuitem { + padding: 5px; } + .menu .menuitem:hover { + color: #DADADA; + background-color: rgba(255, 255, 255, 0.06); + border: solid rgba(255, 255, 255, 0.11); + border-width: 1px 0 1px 0; } + .menu .menuitem:insensitive { + color: rgba(218, 218, 218, 0.55); } + .menu .menuitem.separator { + color: rgba(64, 64, 64, 0); } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #4f4f4f; } + .menu.button.bottom { + border-top: 1px solid #4f4f4f; } + .menu.button:hover { + background-color: #4f4f4f; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #1c1c1c; + border-radius: 3px; + background-clip: border-box; + background-color: #383838; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(64, 64, 64, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #404040; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #292929; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #383838; } + .notebook.header.frame { + border: 0px solid #292929; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #292929; } + .notebook.header.bottom { + box-shadow: inset 0 1px #292929; } + .notebook.header.right { + box-shadow: inset 1px 0 #292929; } + .notebook.header.left { + box-shadow: inset -1px 0 #292929; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #404040, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #404040; + box-shadow: inset 0 -1px #404040, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #404040, inset -1px 0 #292929; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #404040; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(218, 218, 218, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(218, 218, 218, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #DADADA; } + .notebook tab .button { + padding: 0; + color: #a1a1a1; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #1080e4; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(218, 218, 218, 0.55); } + .notebook.arrow:hover { + color: rgba(218, 218, 218, 0.775); } + .notebook.arrow:active { + color: #DADADA; } + .notebook.arrow:insensitive { + color: rgba(218, 218, 218, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: darkgray; + border: 1px solid rgba(0, 0, 0, 0.3); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #3d3d3d; + border: 1px none #292929; } + .scrollbar .slider { + background-color: #797979; } + .scrollbar .slider:hover { + background-color: dimgray; } + .scrollbar .slider:prelight:active { + background-color: #1080e4; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #292929 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #3d3d3d; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough, +.primary-toolbar .toolbar GtkSwitch.trough, +.primary-toolbar .inline-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active, +.primary-toolbar .toolbar GtkSwitch.trough:active, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(218, 218, 218, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, #454545); + border: 1px solid #242424; + border-radius: 50%; + box-shadow: none; } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #3c3c3c); + border-color: rgba(36, 36, 36, 0.8); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #1080e4); + border-color: #1080e4; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #353535); + border-color: #1080e4; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #1080e4); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #1080e4); + border-color: #1080e4; } + .list-row:selected .scale.slider, GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #eef2ea); + border-color: #eef2ea; } + .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #c7d4bb); + border-color: #c7d4bb; } + .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #cdd8c1); + border-color: #cdd8c1; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #2b2b2b); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #1080e4); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(143, 168, 118, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(43, 43, 43, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #474747); + outline-color: rgba(195, 195, 195, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #1080e4); } + .list-row:selected .scale.trough, GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #cdd8c1); } + .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(218, 218, 218, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #1080e4; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #1080e4; } + .list-row:selected .progressbar, GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #1080e4; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #2b2b2b; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } +.level-bar.fill-block { + border: 1px solid #1080e4; + background-color: #1080e4; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: #404040; + border-color: #404040; } + +.frame { + border: 1px solid #292929; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #404040; + border-color: #292929; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(255, 255, 255, 0.03); } +.list-row.activatable:active { + color: #DADADA; } +.list-row.activatable:selected:active { + color: #ffffff; } +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #81976a; } +.list-row.activatable:selected:insensitive { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(143, 168, 118, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #C3C3C3; + background-color: #353535; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #1c1c1c; } + .app-notification .button, + .app-notification.frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(143, 168, 118, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #1080e4; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: white; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #DADADA; + border: 1px solid #292929; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #1080e4; + color: #ffffff; + border-radius: 1.5px; } + GtkCalendar.header { + color: #DADADA; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(218, 218, 218, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #DADADA; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(218, 218, 218, 0.55); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #DADADA; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #2f2f2f; + border-bottom: 1px solid #1d1d1d; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +GtkFileChooserDialog .search-bar { + background-color: #383838; + border-color: #292929; + box-shadow: none; } +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #292929; } + +.sidebar, .sidebar .view { + border: none; + background-color: #383838; } + +GtkSidebarRow.list-row { + padding: 0px; } +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #1080e4; } +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #1f1f1f; } +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(218, 218, 218, 0.8); + border-width: 0; + border-style: solid; } +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #292929; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-repeat: no-repeat; + background-position: center; } + GtkPaned.wide.vertical .pane-separator { + color: #DADADA; + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-repeat: no-repeat; + background-position: center; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #1080e4; + color: #ffffff; } + +.warning, +.error { + background-color: #F04A50; } + +.list-row:selected .button, GtkInfoBar .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #1080e4; + outline-color: rgba(143, 168, 118, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(143, 168, 118, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } + +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } +GtkColorSwatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + GtkColorSwatch#add-color-button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #404040; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } +.undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } +.undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } +.undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +.window-frame { + border-radius: 3px 3px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px #1d1d1d, 0 8px 8px 0 rgba(0, 0, 0, 0.35); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 3px 3px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #1f1f1f; } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #2f2f2f; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding: 8px 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(47, 47, 47, 0); } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #1080e4; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.close, + .titlebar .button.titlebutton.maximize, + .titlebar .button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } + .header-bar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.close:hover, + .titlebar .button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } + .header-bar .button.titlebutton.close:active, + .titlebar .button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max-dark.png"), url("assets/titlebutton-max-dark@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop-dark.png"), url("assets/titlebutton-max-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover-dark.png"), url("assets/titlebutton-max-hover-dark@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active-dark.png"), url("assets/titlebutton-max-active-dark@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min-dark.png"), url("assets/titlebutton-min-dark@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop-dark.png"), url("assets/titlebutton-min-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover-dark.png"), url("assets/titlebutton-min-hover-dark@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active-dark.png"), url("assets/titlebutton-min-active-dark@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #1080e4; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #252525, inset 0 -1px #292929; } + +GtkHTML { + background-color: #404040; + color: #DADADA; } + GtkHTML:active { + color: #ffffff; + background-color: #1080e4; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalScreen { + -TerminalScreen-background-darkness: 0.9; + background-color: #3f3f3f; + color: #fff; } + +TerminalScreenContainer .scrollbar:not(.slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #a1a1a1; } + TerminalWindow .notebook tab .button:hover { + color: #DADADA; + border-color: #292929; + background-color: #454545; } +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #1080e4; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #DADADA; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #898989; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #e9eee4; } + +NautilusNotebook.notebook { + background-color: #404040; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #404040; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(218, 218, 218, 0.5); + border-color: rgba(193, 193, 193, 0.5); } + .disk-space-display.used { + background-color: rgba(143, 168, 118, 0.8); + border-color: rgba(16, 128, 228, 0.8); } + .disk-space-display.free { + background-color: #303030; + border-color: #171717; } + +NautilusListView .view { + border-bottom: 1px solid #292929; } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; + -NemoPlacesTreeView-disk-full-fg-color: #1080e4; } + +NemoWindow EelEditableLabel.entry { + transition: none; } +NemoWindow .sidebar .frame { + border-width: 0; } +NemoWindow .sidebar .cell { + padding: 0 2px; } +NemoWindow .sidebar .scrollbar.vertical .trough { + background-color: transparent; } +NemoWindow .sidebar .scrollbar.vertical .slider { + background-color: #797979; } + NemoWindow .sidebar .scrollbar.vertical .slider:hover { + background-color: #585858; } +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #292929; } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #1080e4; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } + +.gedit-headerbar-paned { + color: #252525; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #404040; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #ffffff; + background-color: #1080e4; } + +.open-document-selector-name-label { + color: #DADADA; } + +.open-document-selector-path-label { + color: #8d8d8d; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } +.gedit-document-panel .prelight-row .button { + color: #a1a1a1; } +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #ffffff; } +.gedit-document-panel .prelight-row .button:active { + color: #DADADA; } + +.gedit-document-panel-dragged-row { + border: 1px solid #292929; + background-color: #1f1f1f; + color: #DADADA; } + +GeditStatusbar { + border-top: 1px solid #292929; + background-color: #383838; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #292929; } + +.gedit-search-entry-occurrences-tag { + color: rgba(218, 218, 218, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: #3d3d3d; + padding: 6px; + border-color: #292929; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #DADADA; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: #ded6d6; + border-color: #1080e4; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: #ded6d6; + border-color: #1080e4; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #404040; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #383838; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #C3C3C3; + background-image: none; + background-color: #353535; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #404040; + color: #DADADA; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #404040; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #DADADA; } + +.xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(141, 141, 141, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive { + color: rgba(222, 214, 214, 0.6); } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #1080e4; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(218, 218, 218, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #c2d0b4; } + +.documents-entry-tag { + background-color: #1080e4; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #ffffff; + background-color: #99b082; } + .documents-entry-tag:active { + color: #ffffff; + background-color: #85a06a; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(255, 255, 255, 0.7); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #1080e4; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #C3C3C3; + background-image: linear-gradient(to bottom, #292929); } + +.gnome-panel-menu-bar.menubar { + color: #C3C3C3; + font: bold; } + +.gnome-panel-menu-bar.menubar .menu { + font: regular; } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #C3C3C3; } + +PanelApplet .button:hover { + color: #dddddd; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #1080e4; } + +PanelApplet:hover { + color: #ffffff; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #1080e4; } + +WnckPager { + color: #626262; } + WnckPager:selected { + color: #1080e4; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #C3C3C3; + font: bold; } + +.xfce4-panel.panel { + background-color: #292929; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #C3C3C3; + background-color: rgba(41, 41, 41, 0); + border-radius: 0; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #434343; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #1080e4; + border: none; + background-color: #171717; } + +.floating-bar { + background-color: #1080e4; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #1080e4; + outline-color: transparent; } +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: #ded6d6; + border-color: #1080e4; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #1080e4; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(255, 255, 255, 0.05); + border: solid rgba(255, 255, 255, 0.07); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(218, 218, 218, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #DADADA; } + +.cs-header { + padding: 6px; + background-color: #353535; } + +#panel_window { + background-color: #292929; + color: #C3C3C3; + font: bold; + box-shadow: inset 0 -1px #171717; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #C3C3C3; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(195, 195, 195, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #DADADA; } + +#content_frame { + padding-bottom: 14px; + background-color: #383838; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame .button { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + #content_frame .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + #content_frame .button:active, #content_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #1080e4; } + #content_frame .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #2f2f2f; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #252525; } + +#buttonbox_frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + #buttonbox_frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #1080e4; } + #buttonbox_frame .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +#login_window #user_combobox { + color: #DADADA; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #252525; } + +NemoWindow GtkEventBox { + background-color: #383838; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog .sidebar, +NautilusWindow .sidebar, +NemoWindow .sidebar { + border-right: 1px solid #282828; } +GtkFileChooserDialog .sidebar:dir(rtl), +NautilusWindow .sidebar:dir(rtl), +NemoWindow .sidebar:dir(rtl) { + border-left: 1px solid #282828; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + -gtk-icon-style: regular; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #353535; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #1080e4; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #4f4f4f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #C3C3C3; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(195, 195, 195, 0.6); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(195, 195, 195, 0.15); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + color: transparent; } +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #353535; } +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #C3C3C3; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #1080e4; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #353535; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #C3C3C3; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(195, 195, 195, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #1080e4; + color: #ffffff; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #C3C3C3; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #353535; } + +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #282828; } + +NautilusWindow NautilusWindowSlot { + background-color: #404040; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #353535; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #383838; } +GtkFileChooserDialog .dialog-action-box { + background-color: #383838; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #C3C3C3; + border-color: transparent; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: #0f0f0f; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #C3C3C3; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #252525; } +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #282828; } +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #292929; } + +.gedit-bottom-panel-paned { + background-color: #404040; } + +.gedit-document-panel { + background-color: #353535; } + .maximized .gedit-document-panel { + background-color: #353535; } + .gedit-document-panel .list-row { + color: #C3C3C3; } + .gedit-document-panel .list-row { + background-color: rgba(195, 195, 195, 0); + border: solid rgba(195, 195, 195, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(195, 195, 195, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(195, 195, 195, 0.15); } + .gedit-document-panel .list-row:active { + color: #ffffff; + background-color: #1080e4; + border: solid #1080e4; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #ffffff; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #ffffff; + background-color: #1080e4; + border: solid #1080e4; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #C3C3C3; } + +GeditFileBrowserWidget { + background-color: #353535; } + .maximized GeditFileBrowserWidget { + background-color: #353535; } + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #232323; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #C3C3C3; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #1080e4; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #1080e4; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #C3C3C3; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.4)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #ffffff; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, #1080e4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e9e9e9; + border: 1px solid rgba(0, 0, 0, 0.3); } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(233, 233, 233, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f6f6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #1080e4; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #DADADA; +@define-color theme_text_color #DADADA; +@define-color theme_bg_color #383838; +@define-color theme_base_color #404040; +@define-color theme_selected_bg_color #1080e4; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #DADADA; +@define-color text_color #DADADA; +@define-color bg_color #383838; +@define-color base_color #404040; +@define-color selected_bg_color #1080e4; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #3d3d3d; +@define-color insensitive_fg_color alpha(#dadada, 0.5); +@define-color insensitive_base_color #404040; +@define-color theme_unfocused_fg_color #DADADA; +@define-color theme_unfocused_text_color #DADADA; +@define-color theme_unfocused_bg_color #383838; +@define-color theme_unfocused_base_color #404040; +@define-color borders #292929; +@define-color unfocused_borders #292929; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #404040; +@define-color wm_title alpha(#ded6d6, 0.8); +@define-color wm_unfocused_title alpha(#ded6d6, 0.5); +@define-color wm_bg #2f2f2f; +@define-color wm_bg_unfocused #333333; +@define-color wm_highlight #373737; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #1080e4; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/gtk.css b/themes/Mint-Y-Darker-Watusi/gtk-3.0/gtk.css new file mode 100644 index 0000000..ac5c08e --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/gtk-3.0/gtk.css @@ -0,0 +1,3777 @@ +* { + background-clip: padding-box; + -GtkToolButton-icon-spacing: 4; + -GtkTextView-error-underline-color: #FC4138; + -GtkCheckButton-indicator-size: 16; + -GtkCheckMenuItem-indicator-size: 16; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkToolItemGroup-expander-size: 11; + -GtkExpander-expander-size: 16; + -GtkTreeView-expander-size: 11; + -GtkTreeView-horizontal-separator: 4; + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; + -GtkWidget-link-color: #0d65b4; + -GtkWidget-visited-link-color: #094a85; + -GtkWidget-focus-padding: 2; + -GtkWidget-focus-line-width: 1; + -GtkWidget-text-handle-width: 20; + -GtkWidget-text-handle-height: 20; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 6; + -GtkStatusbar-shadow-type: none; + outline-color: rgba(74, 74, 74, 0.3); + outline-style: dashed; + outline-offset: -3px; + outline-width: 1px; + outline-radius: 2px; } + +.background { + color: #4a4a4a; + background-color: #F0F0F0; } + +*:insensitive { + -gtk-image-effect: dim; } + +.gtkstyle-fallback { + background-color: #F0F0F0; + color: #4a4a4a; } + .gtkstyle-fallback:prelight { + background-color: white; + color: #4a4a4a; } + .gtkstyle-fallback:active { + background-color: #d7d7d7; + color: #4a4a4a; } + .gtkstyle-fallback:insensitive { + background-color: #f9f9f9; + color: rgba(74, 74, 74, 0.55); } + .gtkstyle-fallback:selected { + background-color: #1080e4; + color: #ffffff; } + +.view { + color: #4a4a4a; + background-color: #ffffff; } + .view.dim-label, .view.label.separator, .header-bar .view.subtitle { + color: rgba(74, 74, 74, 0.55); } + .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { + color: rgba(255, 255, 255, 0.65); + text-shadow: none; } + +.rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { + border: 1px solid #0d65b4; + background-color: rgba(13, 101, 180, 0.2); } + +.label.separator, .popover .label.separator, .sidebar .label.view.separator { + color: #4a4a4a; } +.label:insensitive { + color: rgba(74, 74, 74, 0.55); } + +.dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { + opacity: 0.55; } + +GtkAssistant .sidebar { + background-color: #ffffff; + border-top: 1px solid #d9d9d9; } + GtkAssistant .sidebar:dir(ltr) { + border-right: 1px solid #d9d9d9; } + GtkAssistant .sidebar:dir(rtl) { + border-left: 1px solid #d9d9d9; } +GtkAssistant.csd .sidebar { + border-top-style: none; } +GtkAssistant .sidebar .label { + padding: 6px 12px; } +GtkAssistant .sidebar .label.highlight { + background-color: #1080e4; + color: #ffffff; } + +GtkTextView { + background-color: #f8f8f8; } + +.grid-child { + padding: 3px; + border-radius: 3px; } + .grid-child:selected { + outline-offset: -2px; } + +.popover.osd, .osd { + color: #C3C3C3; + border: none; + background-color: #454545; + background-clip: padding-box; + outline-color: rgba(195, 195, 195, 0.3); + box-shadow: none; } + +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } +.spinner { + background-image: none; + background-color: blue; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + .spinner:active { + opacity: 1; + animation: spin 1s linear infinite; } + .spinner:active:insensitive { + opacity: 0.5; } + +.entry { + border: 1px solid; + padding: 5px 8px; + border-radius: 3px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + color: #4a4a4a; + border-color: #cfcfcf; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } + .entry.image.left { + padding-left: 0; } + .entry.image.right { + padding-right: 0; } + .entry.flat, .entry.flat:focus { + padding: 2px; + color: #4a4a4a; + border-color: #cfcfcf; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); + border: none; + border-radius: 0; } + .entry:focus { + background-clip: border-box; + color: #4a4a4a; + border-color: #1080e4; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } + .entry:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(255, 255, 255, 0.55); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } + .entry:selected, .entry:selected:focus { + background-color: #1080e4; + color: #ffffff; } + .entry.progressbar { + margin: 2px 12px; + border-radius: 0; + border-width: 0 0 2px; + border-color: #1080e4; + border-style: solid; + background-image: none; + background-color: transparent; + box-shadow: none; } + .entry.warning { + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #f7ae86); } + .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); + box-shadow: none; } + .entry.warning:selected, .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .entry.error { + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #fd8d88); } + .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); + box-shadow: none; } + .entry.error:selected, .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } + .entry.image { + color: #6e6e6e; } + .osd .entry { + color: #C3C3C3; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.4)); + background-color: transparent; } + .osd .entry.image, .osd .entry.image:hover { + color: inherit; } + .osd .entry:focus { + color: #ffffff; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, #1080e4); } + .osd .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.25)); } + +GtkSearchEntry.entry { + border-radius: 4px; } + +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#1080e4), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#1080e4), to(transparent)); } } +.button { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border: 1px solid; + border-radius: 3px; + padding: 5px 8px; + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .button.flat, .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(245, 245, 245, 0); + border-color: rgba(207, 207, 207, 0); + transition: none; } + .button.flat:hover, .sidebar-button.button:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 350ms; } + .button.flat:hover:active, .sidebar-button.button:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; + -gtk-image-effect: highlight; } + .button:active, .button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #1080e4; + transition-duration: 50ms; } + .button:active { + color: #4a4a4a; } + .button:active:hover, .button:checked { + color: #ffffff; } + .button.flat:insensitive, .sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; } + .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button:insensitive > GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(16, 128, 228, 0.75); + background-color: rgba(16, 128, 228, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + background-color: #454545; + border-color: #313131; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #1080e4; } + .button.osd:active, .button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #1080e4; } + .button.osd:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + .osd .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); + border-radius: 0; + border-left-style: none; + border-right-style: none; } + .osd .button:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: none; } + .osd .button:first-child { + border-radius: 3px 0 0 3px; + border-left-style: solid; } + .osd .button:last-child { + border-radius: 0 3px 3px 0; + border-right-style: solid; } + .osd .button:last-child:dir(rtl) { + border-left-style: solid; } + .osd .button:only-child { + border-radius: 3px; + border-style: solid; } + .osd .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #1080e4; } + .osd .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #1080e4; } + .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(74, 74, 74, 0.55); } + .button.suggested-action:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(74, 74, 74, 0.55); } + .button.destructive-action:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#1080e4), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 4px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 4px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .inline-toolbar GtkToolButton > .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #1080e4; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(16, 128, 228, 0.75); + background-color: rgba(16, 128, 228, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(207, 207, 207, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #1080e4; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry + .button, +.linked:not(.vertical):not(.pathbar) > .entry + .button:hover, +.linked:not(.vertical):not(.pathbar) > .entry + .button:active, +.linked:not(.vertical):not(.pathbar) > .entry + .button:checked, +.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive { + border-left-style: solid; } +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #1080e4; } +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .entry { + border-left-color: #1080e4; } +.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(207, 207, 207, 0.4); } + .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(207, 207, 207, 0.4); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(207, 207, 207, 0.3); } +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: #FC4138; } +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: #F27835; } +.linked.vertical > .entry.error + .entry.warning { + border-top-color: #FC4138; } +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #1080e4; } +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #F27835; } +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #FC4138; } +.linked.vertical > .entry + .button, +.linked.vertical > .entry + .button:hover, +.linked.vertical > .entry + .button:active, +.linked.vertical > .entry + .button:checked, +.linked.vertical > .entry + .button:insensitive { + border-top-style: solid; } +.linked.vertical > .entry:focus:not(:only-child) + .entry, +.linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #1080e4; } +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, +.linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #F27835; } +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, +.linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #FC4138; } +.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child), +.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: 0 -1px #cfcfcf; } +.linked.vertical > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked.vertical > .button:checked + .entry { + border-top-color: #1080e4; } +.linked.vertical > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover, +.header-bar .linked:not(.vertical).path-bar > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.primary-toolbar .linked:not(.vertical).path-bar > .button:active, +.header-bar .linked:not(.vertical).path-bar > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.primary-toolbar .linked:not(.vertical).path-bar > .button:checked, +.header-bar .linked:not(.vertical).path-bar > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, +.header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } +.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked { + border-top-style: none; } + .linked.vertical > .button:first-child { + border-top-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #e8e8e8; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #4a4a4a; } + +*:link, .button:link, .button:visited { + color: #0d65b4; } + *:link:visited, .button:visited { + color: #094a85; } + *:selected *:link:visited, *:selected .button:visited { + color: #9fccf4; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #1080e4; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #e7f2fc; } + *:link:active, .button:active:link, .button:active:visited { + color: #0d65b4; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #cfe6fa; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #cfe6fa; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(217, 217, 217, 0.6); + border-style: none none none solid; + color: #535353; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(74, 74, 74, 0.55); } + .spinbutton .button:active { + background-color: #1080e4; + color: #ffffff; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #1080e4; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #1080e4; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #1080e4; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(74, 74, 74, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: 1px 0 #1080e4; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: -1px 0 #1080e4; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #F0F0F0; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(69, 69, 69, 0.9); } + +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar .inline-toolbar { + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #2f2f2f, #1d1d1d) 1 0 1 0; } + .primary-toolbar .label:insensitive, + .primary-toolbar .toolbar .label:insensitive, + .primary-toolbar .inline-toolbar .label:insensitive { + color: rgba(222, 214, 214, 0.55); } + +.inline-toolbar { + background-color: #e8e8e8; + border-style: solid; + border-color: #d9d9d9; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #F0F0F0; + border-style: solid; + border-color: #d9d9d9; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #e8e8e8; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #252525; + color: #ded6d6; + background-color: #2f2f2f; } + .csd .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #ffffff; + background-color: #1080e4; + border-color: #0f75d1; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #1080e4; + color: rgba(255, 255, 255, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #1080e4; + outline-color: rgba(16, 128, 228, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(16, 128, 228, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #1080e4; } + .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #2f2f2f; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { + background-color: #2f2f2f; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 3px 3px 0 0; + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: inset 0 1px #373737; } + .csd .titlebar { + background-color: #2f2f2f; } + .titlebar:backdrop { + color: rgba(222, 214, 214, 0.7); + background-color: #333333; } + .csd .titlebar:backdrop { + background-color: #333333; } + .maximized .titlebar { + background-color: #2f2f2f; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #333333; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, +.primary-toolbar .toolbar .separator, +.primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(222, 214, 214, 0) 25%, rgba(222, 214, 214, 0.35) 25%, rgba(222, 214, 214, 0.35) 75%, rgba(222, 214, 214, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: #ded6d6; + border-color: #1080e4; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-clip: padding-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: rgba(222, 214, 214, 0.85); } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #1080e4; + color: #ffffff; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #1080e4; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #a45b33); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #aa3a34); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } +.primary-toolbar .button, .header-bar .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + outline-offset: -3px; + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #1080e4; + background-clip: padding-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:insensitive > GtkLabel, + .primary-toolbar .toolbar .button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(16, 128, 228, 0.65); + background-color: rgba(16, 128, 228, 0.65); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + border-radius: 3px; + border-style: solid; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover, + .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active, + .header-bar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked, + .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #1080e4; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +.primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, +.primary-toolbar .button.suggested-action:backdrop, +.header-bar .button.suggested-action:backdrop { + opacity: 0.8; } +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, +.primary-toolbar .button.destructive-action:backdrop, +.header-bar .button.destructive-action:backdrop { + opacity: 0.8; } +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #ffffff; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(255, 255, 255, 0.4); } +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: #ded6d6; } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(222, 214, 214, 0.25); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(222, 214, 214, 0.7); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(222, 214, 214, 0.4); } +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: #ded6d6; + border-color: #1080e4; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.4)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.3)); } +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, #494949); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, #555555); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #1080e4); + border-color: #1080e4; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #414141); + border-color: rgba(16, 16, 16, 0.7); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(74, 74, 74, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #88c0f2; + border-top-color: rgba(74, 74, 74, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(74, 74, 74, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #70b3ef; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #2d6597; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #a5a5a5; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #4a4a4a; } + GtkTreeView.view.expander:selected { + color: #b7d9f7; } + GtkTreeView.view.expander:selected:hover { + color: #ffffff; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #ffffff; + border-radius: 3px; + background-image: linear-gradient(to bottom, #1080e4); } + GtkTreeView.view.progressbar:selected { + color: #1080e4; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #4a4a4a; + background-image: linear-gradient(to bottom, #cfcfcf); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #6e6e6e; + background-color: #ededed; } + column-header .button:hover { + color: #1080e4; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #4a4a4a; + transition: none; } +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #1080e4; + box-shadow: inset 1px 1px 0 1px #1080e4, inset -1px 0 0 1px #1080e4, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + +column-header .button, column-header .button:hover, column-header .button:active { + font-weight: bold; + padding: 3px 6px; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #d9d9d9; + /*border-image: linear-gradient(to bottom, + transparentize(if($variant == 'light', black, white), 1) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 80%, + transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ } + column-header .button:active, column-header .button:hover { + background-color: whitesmoke; } + column-header .button:active:hover { + color: #4a4a4a; } + column-header .button:insensitive { + border-color: #F0F0F0; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #2f2f2f; + color: #ded6d6; } + .menubar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + .menubar > .menuitem:hover { + background-color: #1080e4; + color: #ffffff; } + .menubar > .menuitem:insensitive { + color: rgba(222, 214, 214, 0.4); + border-color: transparent; } + +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #ffffff; + border: 1px solid #d9d9d9; } + .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + .menu .menuitem { + padding: 5px; } + .menu .menuitem:hover { + color: #4a4a4a; + background-color: rgba(0, 0, 0, 0.05); + border: solid rgba(0, 0, 0, 0.12); + border-width: 1px 0 1px 0; } + .menu .menuitem:insensitive { + color: rgba(74, 74, 74, 0.55); } + .menu .menuitem.separator { + color: rgba(255, 255, 255, 0); } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #ededed; } + .menu.button.bottom { + border-top: 1px solid #ededed; } + .menu.button:hover { + background-color: #ededed; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #cccccc; + border-radius: 3px; + background-clip: border-box; + background-color: #ffffff; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(255, 255, 255, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #ffffff; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #d9d9d9; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #F0F0F0; } + .notebook.header.frame { + border: 0px solid #d9d9d9; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #d9d9d9; } + .notebook.header.bottom { + box-shadow: inset 0 1px #d9d9d9; } + .notebook.header.right { + box-shadow: inset 1px 0 #d9d9d9; } + .notebook.header.left { + box-shadow: inset -1px 0 #d9d9d9; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #ffffff, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #ffffff, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #ffffff; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(74, 74, 74, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(74, 74, 74, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #4a4a4a; } + .notebook tab .button { + padding: 0; + color: #848484; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #1080e4; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(74, 74, 74, 0.55); } + .notebook.arrow:hover { + color: rgba(74, 74, 74, 0.775); } + .notebook.arrow:active { + color: #4a4a4a; } + .notebook.arrow:insensitive { + color: rgba(74, 74, 74, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: #7c7c7c; + border: 1px solid rgba(255, 255, 255, 0.6); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #fcfcfc; + border: 1px none #d9d9d9; } + .scrollbar .slider { + background-color: #aeaeae; } + .scrollbar .slider:hover { + background-color: #bebebe; } + .scrollbar .slider:prelight:active { + background-color: #1080e4; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #d9d9d9 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #fcfcfc; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough, +.primary-toolbar .toolbar GtkSwitch.trough, +.primary-toolbar .inline-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active, +.primary-toolbar .toolbar GtkSwitch.trough:active, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(74, 74, 74, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, whitesmoke); + border: 1px solid rgba(143, 143, 143, 0.5); + border-radius: 50%; + box-shadow: none; } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #f8f8f8); + border-color: rgba(143, 143, 143, 0.3); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #1080e4); + border-color: #1080e4; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #454545); + border-color: #1080e4; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #1080e4); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #0d65b4); + border-color: #0d65b4; } + .list-row:selected .scale.slider, GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #dbecfb); + border-color: #dbecfb; } + .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #88c0f2); + border-color: #88c0f2; } + .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #93c6f3); + border-color: #93c6f3; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #cfcfcf); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #1080e4); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(16, 128, 228, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(207, 207, 207, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #575757); + outline-color: rgba(195, 195, 195, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #1080e4); } + .list-row:selected .scale.trough, GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #93c6f3); } + .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(74, 74, 74, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #1080e4; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #1080e4; } + .list-row:selected .progressbar, GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #1080e4; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #cfcfcf; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } +.level-bar.fill-block { + border: 1px solid #1080e4; + background-color: #1080e4; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: rgba(74, 74, 74, 0.2); + border-color: rgba(74, 74, 74, 0.2); } + +.frame { + border: 1px solid #d9d9d9; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #ffffff; + border-color: #d9d9d9; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(0, 0, 0, 0.03); } +.list-row.activatable:active { + color: #4a4a4a; } +.list-row.activatable:selected:active { + color: #ffffff; } +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #0e73cd; } +.list-row.activatable:selected:insensitive { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(16, 128, 228, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #C3C3C3; + background-color: #454545; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #2c2c2c; } + .app-notification .button, + .app-notification.frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(16, 128, 228, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #1080e4; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: #979797; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #4a4a4a; + border: 1px solid #d9d9d9; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #1080e4; + color: #ffffff; + border-radius: 1.5px; } + GtkCalendar.header { + color: #4a4a4a; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(74, 74, 74, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #4a4a4a; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(74, 74, 74, 0.55); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #4a4a4a; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #2f2f2f; + border-bottom: 1px solid #1d1d1d; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +GtkFileChooserDialog .search-bar { + background-color: #F0F0F0; + border-color: #d9d9d9; + box-shadow: none; } +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #d9d9d9; } + +.sidebar, .sidebar .view { + border: none; + background-color: #F0F0F0; } + +GtkSidebarRow.list-row { + padding: 0px; } +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #1080e4; } +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #d7d7d7; } +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(74, 74, 74, 0.8); + border-width: 0; + border-style: solid; } +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #d9d9d9; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-repeat: no-repeat; + background-position: center; } + GtkPaned.wide.vertical .pane-separator { + color: #4a4a4a; + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-repeat: no-repeat; + background-position: center; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #1080e4; + color: #ffffff; } + +.warning, +.error { + background-color: #F04A50; } + +.list-row:selected .button, GtkInfoBar .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #1080e4; + outline-color: rgba(16, 128, 228, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(16, 128, 228, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } + +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } +GtkColorSwatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + GtkColorSwatch#add-color-button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #ffffff; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(16, 128, 228, 0.2)), to(rgba(16, 128, 228, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(16, 128, 228, 0.2)), to(rgba(16, 128, 228, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(16, 128, 228, 0.2)), to(rgba(16, 128, 228, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(16, 128, 228, 0.2)), to(rgba(16, 128, 228, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } +.undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } +.undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } +.undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +.window-frame { + border-radius: 3px 3px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px #1d1d1d, 0 8px 8px 0 rgba(0, 0, 0, 0.2); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 3px 3px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #2f2f2f; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding: 8px 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(47, 47, 47, 0); } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #1080e4; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.close, + .titlebar .button.titlebutton.maximize, + .titlebar .button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } + .header-bar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.close:hover, + .titlebar .button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } + .header-bar .button.titlebutton.close:active, + .titlebar .button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max-dark.png"), url("assets/titlebutton-max-dark@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop-dark.png"), url("assets/titlebutton-max-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover-dark.png"), url("assets/titlebutton-max-hover-dark@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active-dark.png"), url("assets/titlebutton-max-active-dark@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min-dark.png"), url("assets/titlebutton-min-dark@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop-dark.png"), url("assets/titlebutton-min-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover-dark.png"), url("assets/titlebutton-min-hover-dark@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active-dark.png"), url("assets/titlebutton-min-active-dark@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #1080e4; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #252525, inset 0 -1px #d9d9d9; } + +GtkHTML { + background-color: #ffffff; + color: #4a4a4a; } + GtkHTML:active { + color: #ffffff; + background-color: #1080e4; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalScreen { + -TerminalScreen-background-darkness: 0.9; + background-color: #3f3f3f; + color: #fff; } + +TerminalScreenContainer .scrollbar:not(.slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #848484; } + TerminalWindow .notebook tab .button:hover { + color: #4a4a4a; + border-color: #cfcfcf; + background-color: whitesmoke; } +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #1080e4; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #4a4a4a; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #9d9d9d; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #cfe6fa; } + +NautilusNotebook.notebook { + background-color: #ffffff; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #ffffff; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(74, 74, 74, 0.5); + border-color: rgba(49, 49, 49, 0.5); } + .disk-space-display.used { + background-color: rgba(16, 128, 228, 0.8); + border-color: rgba(13, 101, 180, 0.8); } + .disk-space-display.free { + background-color: #e8e8e8; + border-color: #cfcfcf; } + +NautilusListView .view { + border-bottom: 1px solid #d9d9d9; } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; + -NemoPlacesTreeView-disk-full-fg-color: #0d65b4; } + +NemoWindow EelEditableLabel.entry { + transition: none; } +NemoWindow .sidebar .frame { + border-width: 0; } +NemoWindow .sidebar .cell { + padding: 0 2px; } +NemoWindow .sidebar .scrollbar.vertical .trough { + background-color: transparent; } +NemoWindow .sidebar .scrollbar.vertical .slider { + background-color: #aeaeae; } + NemoWindow .sidebar .scrollbar.vertical .slider:hover { + background-color: #cfcfcf; } +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #d9d9d9; } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #1080e4; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } + +.gedit-headerbar-paned { + color: #252525; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #ffffff; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #ffffff; + background-color: #1080e4; } + +.open-document-selector-name-label { + color: #4a4a4a; } + +.open-document-selector-path-label { + color: #a5a5a5; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } +.gedit-document-panel .prelight-row .button { + color: #848484; } +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #ffffff; } +.gedit-document-panel .prelight-row .button:active { + color: #4a4a4a; } + +.gedit-document-panel-dragged-row { + border: 1px solid #d9d9d9; + background-color: #d7d7d7; + color: #4a4a4a; } + +GeditStatusbar { + border-top: 1px solid #d9d9d9; + background-color: #F0F0F0; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #d9d9d9; } + +.gedit-search-entry-occurrences-tag { + color: rgba(74, 74, 74, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: whitesmoke; + padding: 6px; + border-color: #d9d9d9; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #4a4a4a; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: #ded6d6; + border-color: #1080e4; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: #ded6d6; + border-color: #1080e4; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #ffffff; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #F0F0F0; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #C3C3C3; + background-image: none; + background-color: #454545; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #ffffff; + color: #4a4a4a; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #ffffff; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #4a4a4a; } + +.xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(141, 141, 141, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive { + color: rgba(222, 214, 214, 0.6); } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #1080e4; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(74, 74, 74, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #66b1f4; } + +.documents-entry-tag { + background-color: #1080e4; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #ffffff; + background-color: #1a8aef; } + .documents-entry-tag:active { + color: #ffffff; + background-color: #0f75d1; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(255, 255, 255, 0.7); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #1080e4; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #C3C3C3; + background-image: linear-gradient(to bottom, #393939); } + +.gnome-panel-menu-bar.menubar { + color: #C3C3C3; + font: bold; } + +.gnome-panel-menu-bar.menubar .menu { + font: regular; } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #C3C3C3; } + +PanelApplet .button:hover { + color: #dddddd; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #1080e4; } + +PanelApplet:hover { + color: #ffffff; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #1080e4; } + +WnckPager { + color: #626262; } + WnckPager:selected { + color: #1080e4; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #C3C3C3; + font: bold; } + +.xfce4-panel.panel { + background-color: #393939; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #C3C3C3; + background-color: rgba(57, 57, 57, 0); + border-radius: 0; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #535353; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #1080e4; + border: none; + background-color: #272727; } + +.floating-bar { + background-color: #1080e4; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #1080e4; + outline-color: transparent; } +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: #ded6d6; + border-color: #1080e4; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #1080e4; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(0, 0, 0, 0.04); + border: solid rgba(0, 0, 0, 0.08); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(74, 74, 74, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #4a4a4a; } + +.cs-header { + padding: 6px; + background-color: #ededed; } + +#panel_window { + background-color: #393939; + color: #C3C3C3; + font: bold; + box-shadow: inset 0 -1px #272727; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #C3C3C3; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(195, 195, 195, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #4a4a4a; } + +#content_frame { + padding-bottom: 14px; + background-color: #F0F0F0; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame .button { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + #content_frame .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + #content_frame .button:active, #content_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #1080e4; } + #content_frame .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #454545; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #454545; } + +#buttonbox_frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + #buttonbox_frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #1080e4; } + #buttonbox_frame .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +#login_window #user_combobox { + color: #4a4a4a; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #252525; } + +NemoWindow GtkEventBox { + background-color: #F0F0F0; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + -gtk-icon-style: regular; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #454545; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #1080e4; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #5f5f5f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #C3C3C3; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(195, 195, 195, 0.6); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(195, 195, 195, 0.15); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + color: transparent; } +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #454545; } +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #C3C3C3; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #1080e4; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #454545; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #C3C3C3; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(195, 195, 195, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #1080e4; + color: #ffffff; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #C3C3C3; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #454545; } + +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #454545; } + +NautilusWindow NautilusWindowSlot { + background-color: #ffffff; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #454545; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #F0F0F0; } +GtkFileChooserDialog .dialog-action-box { + background-color: #F0F0F0; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #C3C3C3; + border-color: transparent; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: #333333; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #C3C3C3; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #252525; } +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #454545; } +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #d9d9d9; } + +.gedit-bottom-panel-paned { + background-color: #ffffff; } + +.gedit-document-panel { + background-color: #454545; } + .maximized .gedit-document-panel { + background-color: #454545; } + .gedit-document-panel .list-row { + color: #C3C3C3; } + .gedit-document-panel .list-row { + background-color: rgba(195, 195, 195, 0); + border: solid rgba(195, 195, 195, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(195, 195, 195, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(195, 195, 195, 0.15); } + .gedit-document-panel .list-row:active { + color: #ffffff; + background-color: #1080e4; + border: solid #1080e4; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #ffffff; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #ffffff; + background-color: #1080e4; + border: solid #1080e4; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #C3C3C3; } + +GeditFileBrowserWidget { + background-color: #454545; } + .maximized GeditFileBrowserWidget { + background-color: #454545; } + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #333333; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #C3C3C3; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #1080e4; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #1080e4; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #C3C3C3; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.4)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #ffffff; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, #1080e4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e9e9e9; + border: 1px solid rgba(0, 0, 0, 0.3); } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(233, 233, 233, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f6f6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #1080e4; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #4a4a4a; +@define-color theme_text_color #4a4a4a; +@define-color theme_bg_color #F0F0F0; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #1080e4; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #4a4a4a; +@define-color text_color #4a4a4a; +@define-color bg_color #F0F0F0; +@define-color base_color #ffffff; +@define-color selected_bg_color #1080e4; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #f9f9f9; +@define-color insensitive_fg_color alpha(#4a4a4a, 0.5); +@define-color insensitive_base_color #ffffff; +@define-color theme_unfocused_fg_color #4a4a4a; +@define-color theme_unfocused_text_color #4a4a4a; +@define-color theme_unfocused_bg_color #F0F0F0; +@define-color theme_unfocused_base_color #ffffff; +@define-color borders #d9d9d9; +@define-color unfocused_borders #d9d9d9; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #ffffff; +@define-color wm_title alpha(#ded6d6, 0.8); +@define-color wm_unfocused_title alpha(#ded6d6, 0.5); +@define-color wm_bg #2f2f2f; +@define-color wm_bg_unfocused #333333; +@define-color wm_highlight #373737; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #1080e4; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/themes/Mint-Y-Darker-Watusi/gtk-3.0/thumbnail.png b/themes/Mint-Y-Darker-Watusi/gtk-3.0/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..11a2f6ac738610bf27787374bc33d333cbeac000 GIT binary patch literal 1529 zcmZ8fX;4#F6n-K~L8(F=T#8~9nNdKNK`IQjqJTh1Sc5!}B_<#dNR&jjkr5(LAc%q@ z5*}DV6j0oeNWdcdk|>a{#0COX!jkQUyr<&=_Sybw@65gDoIB^c-~G-xd47arh6dXV z001!b@^lNpYznq_f43StW3`7wn9)7uigyKo$CuZAA+5pUon+4dJOHFw06<0-0DQu( zGUfr`oGkz>Mgf5H4FK4D25R<q0RWvlem+6&Fbu2J>dDE;!NI{dZ{7%nLWx8o7K=3+ z4T_@U<Kx4_!=q9`^~+oi_xzaj^}KwxL-?$|y{Mu&v%bB!Q~0d<Wu9=Nx3W32lE)HG z^l`Z9C_D;9d4F5DK+?J5CW#tFmu9-T12SzB|JJ-*29ZN^2b3s^!1E)G*`ROY(-|$6 zGEqmPLSwK@Ik~d3+%j0(DQZ;ou#S^BBQT20Hqrwbtqa(v<gb#0;u{8e`4l|H5I`h` zCl+K-h>;gN77>N;eh&3G9)}}<w8DRgQF(h>7_+jRMT;Rvf?#ykL$MmY*>VwTzEH`_ zoK;SI{rVO8ps8&ytZOgg3aXm~RZDVlQ%(e_h_67=_=nS4)$76t3aWaIDEbOcfES*M zRfu+R=uTpAG&BOI;Jrzu{6z#sRYHhNJm0o}xwl%g<(gUK15BV6x6Lf62J%89ONOyB zpo-pXkW@AT%iB`|PF9Y=D5~tu0;zW;ODL*Am5L?VoJx9=$I_~%2W~TiqlyJe^i^`; zVp~!m^_~<<LgA6}lVDDt5_=&i?!lC{FFQ20MpDz3zl5rg`Q}7Fa+O$v$ePXsCi3PH z6#45(f<H70s|4(@$ZJDtv?mM1Dw-1XP1%F)>&q)&R#sLTx~_GJ8WHt7{%wXok=22T zP!8mR;e~yeGDJ0YmxlA!!ebTW;ItR-v?zkWV~Fz2H4>QqcwG6d8a0VT3P%LjbzE7H z%ZM=-s`}=zmSUQuP5D&tcsPj?n{>JCd;}e1MVF+FStNqD517uA!91B(HU5+x5BmDx zd_mf!#<wa26;1Y!O}(z~C|0RdQmIt7ZxO;qdDThWF}Gj?!-YI7&|`Yx-Swt)zu&Oc zQfrg^44Y_6FE`hqkPdRxmduQzyt3?ow*GF<<}M$FDRfQ8W530)bxic_@dyIpdm856 zVzok$Rkg|GE$q~kk5d_?W?j2hx&A~V8Tqez8&W{AF}u0tN$ZU9Mpv)BoDlwRI#-k> zIr`qX=|>?R!308tt5G*GAb1to*!p^q`{R(qI@6|J2TV=w#l@bc%IA-~Nc*%l%7@cc zoa52mYqD;aUY0(A?c{_P@U5*H4mKpjD;3*KD-_$I@Dme~UtC&S($6n{S*@c9G2O)P z*=)ScWJhNFS@YiZS{RPqXwCX_=EgWTCAUjI&ucBzcNi+>T(2xDo2{t0T3#CImn)p9 zf@gNswtAXeJnHOXbzj#FH&sY}F>Ft8U=LXCbGla_cUr#a^y9X2&e>2?k@4u;wU0NK zb}6~(k|FVk;d8DY?JPa=*SV~`s}{ax{bJh$XBzus41fK_x9lCFq3J#Kx-1T3RN=&! z6U?1>v@uq*>-R49!Ob>cKiC+bs?0CZwUUK3rU^n3g?T>29i4ujvYd0N+>tJBPWW7y zRl!SAi`R92es6X#Wga%7x0`6Uhi4aEUSn?b{<&Gl4?R7;kjuGGd@*Cr=0pqgV?S}{ z%cSLQL0FS|BiZh`j+=phhNOmGw08~4_#DpJRQAQwkv(y=&Rpc9!g)#}lM5V6boHY| zGt+dtpJ$b+Q9MowlU+7$<`-|Xd+aFIZpz6TuDTQNu_0#D`eXp`ikn2&%ahpHB<*3k zhcGE5X0$UoF&Z;~y{(<2wXK7-okNhFqqF@1XFEqrTRUf4TZ<h<IsXA9&?(fI)c*q< zoE_}{1?cXNWnh4<-xvbvG0bFAVl;4yMo);gW?*E|G)63)sb2lZAuI{-awoVwI1<JB E8;BD)!vFvP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Watusi/index.theme b/themes/Mint-Y-Darker-Watusi/index.theme new file mode 100644 index 0000000..a3d0279 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Mint-Y-Darker-Watusi +Comment=A flat theme with transparent elements and dark menu and titlebars +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Mint-Y-Darker-Watusi +MetacityTheme=Mint-Y-Darker-Watusi +IconTheme=Mint-Y +CursorTheme=DMZ-Black +ButtonLayout=menu:minimize,maximize,close diff --git a/themes/Mint-Y-Darker-Watusi/xfce-notify-4.0/gtkrc b/themes/Mint-Y-Darker-Watusi/xfce-notify-4.0/gtkrc new file mode 100644 index 0000000..aa8a02c --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfce-notify-4.0/gtkrc @@ -0,0 +1,72 @@ +style "notify-window" { + XfceNotifyWindow::summary-bold = 1 + XfceNotifyWindow::border-color = "#17191F" + XfceNotifyWindow::border-color-hover = "#17191F" + XfceNotifyWindow::border-radius = 3.0 + XfceNotifyWindow::border-width = 1.0 + XfceNotifyWindow::border-width-hover = 1.0 + + bg[NORMAL] = "#292C36" +} + +style "notify-button" { + bg[NORMAL] = "#434652" + bg[PRELIGHT] = "#5C6070" + bg[ACTIVE] = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#ffffff" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + roundness = 2 + textstyle = 0 + } +} + +style "notify-text" { + GtkWidget::link-color = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#BAC3CF" + + engine "murrine" { + textstyle = 0 + } +} + +style "notify-summary" { + font_name = "Bold" +} + +style "notify-progressbar" { + GtkProgressBar::min-horizontal-bar-height = 4 + + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = "#000000" + bg[NORMAL] = "#5294E2" + bg[ACTIVE] = "#1D1F26" + bg[SELECTED] = "#5294E2" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + trough_shades = { 1.0, 1.0 } + trough_border_shades = { 1.0, 1.0 } + progressbarstyle = 0 + roundness = 2 + textstyle = 0 + } +} + +class "XfceNotifyWindow" style "notify-window" +widget "XfceNotifyWindow.*.summary" style "notify-summary" +widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button" +widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text" +widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar" +widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar" diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/bottom-active.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..938416f --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/bottom-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"1 3 2 1", +" c None", +". c #2F2F2F", +".", +".", +"."}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/bottom-inactive.xpm new file mode 120000 index 0000000..9f10639 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..1e2652f --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/bottom-left-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 0000000..d70de34 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..f08c031 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/bottom-right-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 0000000..d234cea --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/close-active.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/close-active.xpm new file mode 100644 index 0000000..864b7b7 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/close-active.xpm @@ -0,0 +1,66 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 36 1 ", +" c #2F2F2F", +". c gray19", +"X c #313230", +"o c #373737", +"O c #383B36", +"+ c #3D3F3B", +"@ c #3E403C", +"# c #3E413C", +"$ c #535D49", +"% c #56624B", +"& c #58634C", +"* c #59654E", +"= c #5F6D52", +"- c #606E52", +"; c #61675A", +": c #62685B", +"> c #627054", +", c #647355", +"< c #657456", +"1 c #677757", +"2 c #737A6B", +"3 c #747B6C", +"4 c #80827F", +"5 c #81857C", +"6 c #82847F", +"7 c #8B987E", +"8 c #8B987F", +"9 c #94AC7D", +"0 c #95AC7D", +"q c #96AE7D", +"w c #95B178", +"e c #99B77B", +"r c #99B67D", +"t c #9AB87C", +"y c #818280", +"u c #838680", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" . ", +" #35y453# ", +" :u70rr075:. ", +" :u0rttttt05: ", +" O#50twttttwt0u@ ", +" X3utt.*te*.tt72 ", +" 59rt< %* >et05 ", +" 5tttt> -teer4 ", +" 5rree&. $ertr4 ", +" .50re* << *et05 ", +" .37ttO1tt<Oet72 ", +" .#50tttttttt04+ ", +" :50ttttte05: ", +" :470rr074:. ", +" #25u453@. ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/close-inactive.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..0e4e39d --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/close-inactive.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *close_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c gray22", +"O c #3E3E3E", +"+ c #515151", +"@ c #555555", +"# c #585858", +"$ c #5F5F5F", +"% c #606060", +"& c #646464", +"* c #727272", +"= c gray51", +"- c #888888", +"; c gray56", +": c #909090", +"> c gray58", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" .X X.. ", +" O**==**O ", +" %=-:>>:-=% ", +" %=:>>>>>>;=% ", +" +=:>:>>>>:>:=O ", +" *->>.#:>#.>>-* ", +" *:>>%.@@ $:>:* ", +" =:>>>$ $>>>>- ", +" .=>>>>+. +:>>>= ", +" X*:>>@.&%.@>>:= ", +" *->>o&>>&o>:-* ", +" O=:>>>>>>>>;=O ", +" $=;>>>>>>:=% ", +" $=-;:>:-=$ ", +" O**==**O ", +" ..X . X. ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/close-prelight.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..c319b10 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/close-prelight.xpm @@ -0,0 +1,68 @@ +/* XPM */ +static char *close_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 38 1 ", +" c #2F2F2F", +". c #303130", +"X c #313230", +"o c #373737", +"O c #383C34", +"+ c #3E413B", +"@ c #3E423B", +"# c #536244", +"$ c #576846", +"% c #586847", +"& c #5B6D49", +"* c #5F734C", +"= c #60754C", +"- c #62774D", +"; c #647A4E", +": c #657B4F", +"> c #616A56", +", c #626B58", +"< c #626C58", +"1 c #677E50", +"2 c #737E68", +"3 c #747E69", +"4 c #747F69", +"5 c #81877A", +"6 c #80827F", +"7 c #82857E", +"8 c #82877E", +"9 c #81887A", +"0 c #83887E", +"q c #8B9E78", +"w c #8B9E79", +"e c #94BD6B", +"r c #94B772", +"t c #95B772", +"y c #95B971", +"u c #96BA72", +"i c #99C36F", +"p c #9AC66E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @496654@ ", +" <7qtiitq7, ", +" <0yppppppy7, ", +" .+7ypeppppepy7@ ", +" 3qppX%pp&Xppq3 ", +" 9rpp; %% *ppt5 ", +" .6ippp- *pppp6 ", +" 7ippp$. #ipii0. ", +" 9rpp% ;;X$pir7. ", +" 3qppO1pp1Opiq3 ", +" +7yppppppppy0O ", +" >0yppppppy0< ", +" ,7qriitq0> ", +" @396653O ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/close-pressed.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..b15992a --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/close-pressed.xpm @@ -0,0 +1,69 @@ +/* XPM */ +static char *close_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 39 1 ", +" c #2F2F2F", +". c gray19", +"X c #303130", +"o c #373737", +"O c #353832", +"+ c #3A3D37", +"@ c #3B3E39", +"# c #3C3D39", +"$ c #46523A", +"% c #49553B", +"& c #4A573C", +"* c #4B593D", +"= c #4F5E3E", +"- c #50603F", +"; c #585F50", +": c #526340", +"> c #536541", +", c #5A6152", +"< c #6A7261", +"1 c #6A7361", +"2 c #6A7362", +"3 c #70904F", +"4 c #739551", +"5 c #749651", +"6 c #759553", +"7 c #759554", +"8 c #759654", +"9 c #76925A", +"0 c #77925A", +"q c #77915C", +"w c #77925C", +"e c #7B896C", +"r c #7B8A6C", +"t c #7B8075", +"y c #7B8176", +"u c #7F827B", +"i c #7F817C", +"p c #7F807D", +"a c #7F817E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @2tppt2@ ", +" ,prw889ep; ", +" ,u05555559p; ", +" ... $a854555535wu$ ", +" ... 2r84 *35*X58r< ", +" .. <w84-X%%X-5882 ", +" ..op8855- =558wa ", +" 2w855%X $4458a ", +" Xtw85%X-> &559yX ", +" 2r55O>55>O53e2 ", +" @p9555555559u+ ", +" ;2w555558wp, ", +" o,atq77qtp; ", +" ..o.#<p<222# ", +" .....o oooo ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/hide-active.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/hide-active.xpm new file mode 100644 index 0000000..79239a2 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/hide-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c #909090", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/hide-inactive.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..0bfa3d3 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/hide-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c gray40", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/hide-prelight.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/hide-prelight.xpm new file mode 100644 index 0000000..f1078f4 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/hide-prelight.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *hide_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXX.+$$$$$$$$$$+.XXXXX", +"XXXXX.#$$%%%%%%$## XXXXX", +"XXXXX.##$%%%%%%$$# XXXXX", +"XXXXX.+#$$$$$$$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/hide-pressed.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/hide-pressed.xpm new file mode 100644 index 0000000..9ad9302 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/hide-pressed.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *hide_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$==========$+.....", +".....o&==========%o.....", +"..... *==------=== .....", +"..... *==------==* .....", +".....o&==========%o.....", +".....+$==========$+.....", +".....o.&========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+o o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/left-active.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/left-active.xpm new file mode 100644 index 0000000..2103096 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/left-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/left-inactive.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/left-inactive.xpm new file mode 120000 index 0000000..ebcf490 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/maximize-active.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..3ee3f0b --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/maximize-active.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c gray43", +"O c #717171", +"+ c #747474", +"@ c gray49", +"# c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ... ", +" .O##@ ", +" ...O## ", +" .+...o# ", +" .#+. .o ", +" .##O... ", +" .@##O.. ", +" .. . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/maximize-inactive.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/maximize-inactive.xpm new file mode 100644 index 0000000..40dd986 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/maximize-inactive.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #535353", +"O c #565656", +"+ c #5B5B5B", +"@ c gray36", +"# c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" O##+ ", +" . .o## ", +" .O.. o# ", +" .#O. o ", +" .##o. . ", +" @##O. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/maximize-prelight.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/maximize-prelight.xpm new file mode 100644 index 0000000..b04d285 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/maximize-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *maximize_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #9A9A9A", +"* c #9D9D9D", +"= c #A0A0A0", +"- c #AEAEAE", +"; c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$%*;;-$#OoXXXXX", +"XXXXX.+$$$$%*;;$$+.XXXXX", +"XXXXX.##$=%$$*;$## XXXXX", +"XXXXX ##$;=%$$*$$# XXXXX", +"XXXXo.+#$;;*$$$$#+XXXXXX", +"XXXXXoO$$-;;*%$$#OoXXXXX", +"XXXXooX@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/maximize-pressed.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..2bf4b7f --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/maximize-pressed.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *maximize_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c #979797", +"; c #DADADA", +": c #DDDDDD", +"> c gray88", +", c #EAEAEA", +"< c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$====:<<,==$+.....", +".....o&===--:<<==%o.....", +"..... *==:-==;<=== .....", +"..... *==<>===:==* .....", +"....XO&=-<<;-====%o.....", +".....O#*=,<<:====$+.....", +".....o.*========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+O o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/menu-active.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/menu-active.xpm new file mode 100644 index 0000000..8bce888 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/menu-active.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #494949", +"O c gray33", +"+ c #5D5D5D", +"@ c #747474", +"# c #777777", +"$ c gray53", +"% c gray56", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+. +%+ ", +" O%%##%%O ", +" o$%%$o ", +" X##X ", +" . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..b0e1be3 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/menu-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #3E3E3E", +"O c #444444", +"+ c #494949", +"@ c #565656", +"# c #585858", +"$ c gray38", +"% c #656565", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+..+%+ ", +" O%%##%%O ", +" o$%%#O ", +" X@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/menu-prelight.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/menu-prelight.xpm new file mode 100644 index 0000000..51e419f --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/menu-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *menu_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #515151", +"& c #565656", +"* c #585858", +"= c #6C6C6C", +"- c gray48", +"; c #868686", +": c #A4A4A4", +"> c #B9B9B9", +", c #C3C3C3", +"< c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$%$$$$%$#OoXXXXX", +"XXXXX.+$;,;$$;,;$+.XXXXX", +"XXXXX.#$-,,::,,-## XXXXX", +"XXXXX #$$=><<>=$$# XXXXX", +"XXXXo.+#$$&::*$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..31c747f --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/menu-pressed.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *menu_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #565656", +"# c #7B7B7B", +"$ c gray50", +"% c #8E8E8E", +"& c gray58", +"* c #959595", +"= c gray62", +"- c #B1B1B1", +"; c gray74", +": c #C8C8C8", +"> c gray88", +", c gray89", +"< c gray96", +"1 c gray99", +"2 c #FEFEFE", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.@#%&#@.+.......", +"......+X$&&&&&&$X+......", +".....o.$&&&&&&&&$.o.....", +".....+@&&&&&&&&&&@+.....", +".....o$&:2:&&:2:&$O.....", +"..... %&;22,,22;&% .....", +"..... %&&-<22<-&&% .....", +".....o$&&&=,,=&&&#O.....", +".....+@%&&&&&&&&&@+.....", +".....o %&&&&&&&&$.o.....", +"......+X$&&&&&&$X+......", +".......+.@#%%#@.+.......", +"........o+o o+o........", +"..........X.............", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/right-active.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/right-active.xpm new file mode 100644 index 0000000..e8e87a9 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/right-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/right-inactive.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/right-inactive.xpm new file mode 120000 index 0000000..6734f48 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/shade-active.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/shade-active.xpm new file mode 100644 index 0000000..cf88acf --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/shade-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #606060", +"@ c #6F6F6F", +"# c #727272", +"$ c gray49", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X@#X ", +" o%*&%o ", +" O&****&O ", +" +&+**@*O ", +" .X ** X. ", +" ** ", +" ** ", +" .$$ ", +" .. ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..4826696 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/shade-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *shade_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #323232", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #535353", +"$ c #555555", +"% c #5B5B5B", +"& c gray36", +"* c #606060", +"= c #656565", +"- c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X$$X ", +" o*==%o ", +" O======O ", +" +=@==+=+ ", +" ...==... ", +" ==. ", +" == ", +" %% ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/shade-prelight.xpm new file mode 100644 index 0000000..58b0ad4 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/shade-prelight.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *shade_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #565656", +"* c #686868", +"= c gray46", +"- c #898989", +"; c gray55", +": c #9B9B9B", +"> c #9F9F9F", +", c gray68", +"< c #B6B6B6", +"1 c #C3C3C3", +"2 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$%:>%$$@.oXXXXX", +"XXXXXoO$$*<22<*$#OoXXXXX", +"XXXXX.+$=112221=$+.XXXXX", +"XXXXX.#$-1;22;1-## XXXXX", +"XXXXX ##$%$22$%$$# XXXXX", +"XXXXo.+#$$$22$$$#+XXXXXX", +"XXXXooO$$$$22$$$#OoXXXXX", +"XXXXoo.@$$$,,$$$+.XXXXXX", +"XXXXXXo.@$$$$$#@.oXXXXXX", +"XXXXXXXo O+##@O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/shade-toggled-active.xpm new file mode 100644 index 0000000..66fda1c --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #626262", +"@ c #6F6F6F", +"# c #727272", +"$ c #7E7E7E", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" .. ", +" $$ ", +" ** ", +" ** ", +" .X ** X. ", +" +*+**+&+ ", +" O*****&O ", +" o%*&%o ", +" .@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 0000000..b635912 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *shade_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #555555", +"$ c gray36", +"% c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" $$ ", +" %% ", +" %% ", +" . %% . ", +" @%@%%@%+ ", +" O%%%%%%O ", +" o$%%$o ", +" .##. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 0000000..c6bafc4 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #565656", +"& c #686868", +"* c gray46", +"= c #898989", +"- c gray55", +"; c #9B9B9B", +": c gray68", +"> c #AEAEAE", +", c #B6B6B6", +"< c gray76", +"1 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXoo.. XoXXXXXXXXX", +"XXXXXXXo.O@$#@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$>>$$$@.oXXXXX", +"XXXXXoO$$$$11$$$#OoXXXXX", +"XXXXX.+$$$$11$$$$+.XXXXX", +"XXXXX.#$$%$11$%$## XXXXX", +"XXXXX.##=1-<1-1=$# XXXXX", +"XXXXX.+#*<1<11<*#+XXXXXX", +"XXXXXoO$$&,<<,&$#OoXXXXX", +"XXXXXo.@$$#;>%$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/stick-active.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/stick-active.xpm new file mode 100644 index 0000000..368e639 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/stick-active.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #414141", +"O c #444444", +"+ c gray31", +"@ c #606060", +"# c gray38", +"$ c gray40", +"% c #676767", +"& c gray49", +"* c gray52", +"= c #898989", +"- c gray55", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X#&--&#X ", +" +=$O..O$=+ ", +" +*o o*+ ", +" X=o X=X ", +" #$ X$#. ", +" &o o& ", +" -X X= ", +" =X .= ", +" &o Xo& ", +" #$ $@ ", +" X=o o*X ", +" +*o . .X=+ ", +" +=$oXXo$*+. ", +" X#&==&@X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..7bb6c4e --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/stick-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #5B5B5B", +"* c gray36", +"= c #606060", +"- c #646464", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$&--&#X.. ", +" +=$o..o$=+. ", +" +=o. . .o*+ ", +" X=o o=X ", +" $$. .## ", +" *o. o& ", +" ..=. .o* ", +" =X ..=. ", +" *o .O*. ", +" #$ .%# ", +" X=o o*. ", +" +=o. . .o=+ ", +" .+-$o..o$=+. ", +" .$*=-&#.. ", +" . . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/stick-prelight.xpm new file mode 100644 index 0000000..1abf476 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/stick-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *stick_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray39", +"# c gray40", +"$ c #838383", +"% c #909090", +"& c gray67", +"* c #ACACAC", +"= c #B6B6B6", +"- c #BBBBBB", +"; c gray75", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o$*;;&$o ", +" #-%#++#%-# ", +" #=@OOOOOO@=# ", +" o-@OOOOOOOO#-o ", +" $%OOOOOOOOOO%$ ", +" *#OOOOOOOOOO#& ", +" ;+OOOOOOOOOOO- ", +" ;+OOOOOOOOOOO; ", +" &#OOOOOOOOOO#*. ", +" $%OOOOOOOOOO%$ ", +" o-@OOOOOOOO@-X ", +" #=@OOOOOO@=# ", +" #-%#++#%-@ ", +" o$&;;&$o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/stick-toggled-active.xpm new file mode 100644 index 0000000..64bba8a --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3A3A3A", +"O c #3E3E3E", +"+ c #414141", +"@ c #444444", +"# c gray31", +"$ c #606060", +"% c gray38", +"& c gray40", +"* c #676767", +"= c #6F6F6F", +"- c gray44", +"; c gray49", +": c gray52", +"> c #898989", +", c gray55", +"< c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X%;,,;%X ", +" #>&@..@&># ", +" #:+ +:# ", +" X>+ o-,>-+.O:o ", +" %& o><<<<:oX*% ", +" ;+ =<<<<<<- +; ", +" ,X ><<<<<<, .> ", +" >X ,<<<<<<> .> ", +" ;+ -<<<<<<-X+;. ", +" %& O><<<<>o &% ", +" X>+.o-,>=o +:X ", +" #:+ .O:# ", +" #>&+oX+&:# ", +" X%;>>;$X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 0000000..b2474de --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char *stick_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 16 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #555555", +"* c #5B5B5B", +"= c gray36", +"- c #606060", +"; c #646464", +": c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$*;;*#X.. ", +" +-$o..o$-+. ", +" +-o. . .o=+ ", +" X-o X%;;*o.o-X ", +" $$.X-::;:=X.$# ", +" =o.%;;:::;% o* ", +" ..-. -;::::;; X- ", +" -X ;::::::; .- ", +" *o %::;::;% o=. ", +" ##.O-;;;;-o.%# ", +" .X-o.o%;;%o.o-. ", +" +-o. . o=+ ", +" .+;$o..o%-+. ", +" .$=-;*#. ", +" . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 0000000..aa149ad --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray35", +"# c gray37", +"$ c gray39", +"% c gray40", +"& c #838383", +"* c #909090", +"= c gray61", +"- c gray67", +"; c #ACACAC", +": c #B6B6B6", +"> c #BBBBBB", +", c gray75", +"< c gray77", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o&;,,-&o ", +" %>*%++%*>% ", +" %:$OOOOOO$:% ", +" o>$O@=,,=#O%>o ", +" &*O@><<<<,@O*& ", +" -%O=<<<<<<=O%- ", +" ,+O,<<<<<<,OO, ", +" ,+O,<<<<<<>OO< ", +" -%O=<<<<<<=O%- ", +" &*O#,<<<<>@O*& ", +" o>$O@=>,=@O$>X ", +" %:$OOOOOO$:% ", +" %>*%++%*>$ ", +" o&-,,-&o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/themerc b/themes/Mint-Y-Darker-Watusi/xfwm4/themerc new file mode 100644 index 0000000..b333fc9 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/themerc @@ -0,0 +1,25 @@ +button_offset=7 +button_spacing=4 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +#button_layout=O|HMC + +active_text_color=#cfcfcf +#active_text_shadow_color=#e7e8eb +inactive_text_color=#bababa +#inactive_text_shadow_color=#e7e8eb + +#placement_ratio=20 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=50 + +show_frame_shadow=true +show_popup_shadow=true diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/title-1-active.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..f38cd33 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/title-1-inactive.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/title-2-active.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..782c921 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/title-2-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/title-2-inactive.xpm new file mode 120000 index 0000000..a37458a --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/title-3-active.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..39c0c2e --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/title-3-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/title-3-inactive.xpm new file mode 120000 index 0000000..66e6af7 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/title-4-active.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..19537cb --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/title-4-inactive.xpm new file mode 120000 index 0000000..069dba6 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/title-5-active.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..746f199 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/title-5-inactive.xpm new file mode 120000 index 0000000..dcc7946 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/top-left-active.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..31e0277 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/top-left-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +" ....", +".++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/top-left-inactive.xpm new file mode 120000 index 0000000..0517526 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/top-right-active.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..419b92c --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/top-right-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +".... ", +"++++.", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Darker-Watusi/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Darker-Watusi/xfwm4/top-right-inactive.xpm new file mode 120000 index 0000000..42cae62 --- /dev/null +++ b/themes/Mint-Y-Darker-Watusi/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Watusi/cinnamon/cinnamon.css b/themes/Mint-Y-Watusi/cinnamon/cinnamon.css new file mode 100644 index 0000000..6b0dec3 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/cinnamon.css @@ -0,0 +1,1368 @@ +stage { + font-family: sans, Sans-Serif; + font-size: 9pt; + color: #4a4a4a; } + +.label-shadow { + color: transparent; } + +.popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button, .sound-button { + min-height: 20px; + padding: 5px 32px; + transition-duration: 0; + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #4a4a4a; + background-color: whitesmoke; + border: 1px solid #d9d9d9; + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button, .sound-button, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .sound-button:focus, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .notification-button:active:focus, .notification-icon-button:active:focus, .modal-dialog-button-box .modal-dialog-button:active:focus, .sound-button:active:focus, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .sound-button:insensitive { + border-radius: 2px; } + .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .sound-button:focus { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #4a4a4a; + background-color: whitesmoke; + border: 1px solid #1080e4; + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #4a4a4a; + background-color: white; + border: 1px solid #d9d9d9; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #4a4a4a; + background-color: white; + border: 1px solid #1080e4; + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .notification-button:active:focus, .notification-icon-button:active:focus, .modal-dialog-button-box .modal-dialog-button:active:focus, .sound-button:active:focus { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + background-color: #1080e4; + border: 1px solid #1080e4; + box-shadow: inset 0 2px 4px #1080e4; } + .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .sound-button:insensitive { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: rgba(74, 74, 74, 0.55); + border: 1px solid rgba(217, 217, 217, 0.55); + background-color: rgba(245, 245, 245, 0.55); + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + +.popup-menu #notification StEntry, #menu-search-entry { + padding: 7px; + caret-size: 1px; + selection-background-color: #1080e4; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #4a4a4a; + background-color: #ffffff; + border: 1px solid #cfd6e6; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover { + color: #4a4a4a; + background-color: #ffffff; + border: 1px solid #1080e4; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { + color: rgba(74, 74, 74, 0.55); + background-color: #f8f8f8; + border-color: 1px solid #dee2eb; + box-shadow: inset 0 2px 4px rgba(248, 248, 248, 0.05); } + .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 4px; } + +.notification StEntry { + padding: 7px; + caret-size: 1px; + caret-color: #c3c3c3; + selection-background-color: #1080e4; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:focus { + color: #ffffff; + background-color: #1080e4; + border: 1px solid #1080e4; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-color: rgba(109, 109, 109, 0.2); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + +StScrollView.vfade { + -st-vfade-offset: 0px; } +StScrollView.hfade { + -st-hfade-offset: 0px; } + +StScrollBar { + padding: 8px; } + StScrollView StScrollBar { + min-width: 5px; + min-height: 5px; } + StScrollBar StBin#trough { + background-color: rgba(255, 255, 255, 0.1); + border-radius: 8px; } + StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 2px; + background-color: #aeaeae; + border: 0px solid; + margin: 0px; } + StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #bebebe; } + StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #1080e4; } + +.separator { + -gradient-height: 1px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-slider-menu-item, +.slider { + -slider-height: 0.3em; + -slider-background-color: #cfd6e6; + -slider-border-color: transparent; + -slider-active-background-color: #1080e4; + -slider-active-border-color: transparent; + -slider-border-width: 0; + -slider-handle-radius: 0.5em; + height: 1em; + min-width: 15em; + border: 0 solid transparent; + border-right-width: 1px; + border-left-width: 5px; } + +.check-box CinnamonGenericContainer { + spacing: .2em; + min-height: 30px; + padding-top: 2px; } +.check-box StLabel { + font-weight: normal; } +.check-box StBin { + width: 16px; + height: 16px; + background-image: url("light-assets/checkbox/checkbox-unchecked.svg"); } +.check-box:focus StBin { + background-image: url("light-assets/checkbox/checkbox-unchecked-focused.svg"); } +.check-box:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked.svg"); } +.check-box:focus:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked-focused.svg"); } + +.radiobutton CinnamonGenericContainer { + spacing: .2em; + height: 26px; + padding-top: 2px; } +.radiobutton StLabel { + padding-top: 4px; + font-size: 0.9em; + box-shadow: none; } +.radiobutton StBin { + width: 16px; + height: 16px; + background-image: url("light-assets/checkbox/checkbox-unchecked.svg"); } +.radiobutton:focus StBin { + background-image: url("light-assets/checkbox/checkbox-unchecked-focused.svg"); } +.radiobutton:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked.svg"); } +.radiobutton:focus:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked-focused.svg"); } + +.toggle-switch { + width: 50px; + height: 20px; + background-size: contain; } + .toggle-switch-us, .toggle-switch-intl { + background-image: url("light-assets/switch/switch-off.svg"); } + .toggle-switch-us:checked, .toggle-switch-intl:checked { + background-image: url("light-assets/switch/switch-on.svg"); } + +.cinnamon-link { + color: #1080e4; + text-decoration: underline; } + .cinnamon-link:hover { + color: #1080e4; } + +#Tooltip { + border: 1px solid #d0d0d0; + border-radius: 3px; + padding: 5px 12px; + background-color: #fbeaa0; + color: #4a4a4a; + font-size: 1em; + font-weight: normal; + text-align: center; } + +.popup-menu { + color: white; + color: #4a4a4a; } + .popup-menu-arrow { + icon-size: 16px; } + .popup-menu .popup-sub-menu { + background-color: #ffffff; + box-shadow: none; } + .popup-menu .popup-sub-menu .popup-menu-item:ltr { + padding-right: 1.75em; } + .popup-menu .popup-sub-menu .popup-menu-item:rtl { + padding-left: 1.75em; } + .popup-menu .popup-sub-menu StScrollBar { + padding: 4px; } + .popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle { + border-width: 0; } + .popup-menu .popup-menu-content { + padding: 1em 0em 1em 0em; } + .popup-menu .popup-menu-item { + padding: .4em 1.75em; + spacing: 1em; + border: 1px solid transparent; + border-left-width: 0; + border-right-width: 0; } + .popup-menu .popup-menu-item:active { + color: #4a4a4a; + border-color: rgba(74, 74, 74, 0.11); + background-color: rgba(74, 74, 74, 0.08); } + .popup-menu .popup-menu-item:insensitive { + color: rgba(74, 74, 74, 0.5); + background: none; } + .popup-menu .popup-inactive-menu-item { + color: #4a4a4a; } + .popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(74, 74, 74, 0.55); } + .popup-menu-icon { + icon-size: 16px; } + +.popup-menu-boxpointer { + -arrow-border-radius: 3px; + -arrow-background-color: #F0F0F0; + -arrow-border-width: 1px; + -arrow-border-color: #d9d9d9; + -arrow-base: 21px; + -arrow-rise: 9px; + -boxpointer-gap: 2px; } + +/*Don't know what this does*/ +.popup-combo-menu { + background-color: rgba(0, 0, 0, 0.4); + padding: 1em 0em; + color: red; + border: 1px solid rgba(0, 0, 0, 0.6); + border-radius: 3px; } + +.popup-combobox-item { + spacing: 1em; } + +.popup-separator-menu-item { + -gradient-height: 2px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-alternating-menu-item:alternate { + font-weight: normal; } + +.popup-device-menu-item { + spacing: .5em; } + +.popup-subtitle-menu-item { + font-weight: normal; } + +.nm-menu-item-icons { + spacing: .5em; } + +#panel { + font-weight: bold; + height: 27px; } + #panelLeft { + spacing: 4px; } + #panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + #panelLeft:ltr { + padding-right: 4px; } + #panelLeft:rtl { + padding-left: 4px; } + #panelLeft.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + #panelLeft.vertical:ltr { + padding-right: 0px; } + #panelLeft.vertical:rtl { + padding-left: 0px; } + #panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } + #panelRight:ltr { + padding-left: 4px; + spacing: 0px; } + #panelRight:rtl { + padding-right: 4px; + spacing: 0px; } + #panelRight.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + #panelRight.vertical:ltr { + padding-right: 0px; } + #panelRight.vertical:rtl { + padding-left: 0px; } + #panelCenter { + spacing: 4px; } + #panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } + #panel:highlight { + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } + +.panelLeft { + spacing: 4px; } + .panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + .panelLeft:ltr { + padding-right: 4px; } + .panelLeft:rtl { + padding-left: 4px; } + .panelLeft.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + .panelLeft.vertical:ltr { + padding-right: 0px; } + .panelLeft.vertical:rtl { + padding-left: 0px; } +.panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } +.panelRight:ltr { + padding-left: 4px; + spacing: 0px; } +.panelRight:rtl { + padding-right: 4px; + spacing: 0px; } +.panelRight.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + .panelRight.vertical:ltr { + padding-left: 0px; + spacing: 0px; } + .panelRight.vertical:rtl { + padding-right: 0px; + spacing: 0px; } +.panelCenter { + spacing: 4px; } + .panelCenter.vertical { + padding-left: 0px; + padding-right: 0px; } + .panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } +.panel-top, .panel-bottom, .panel-left, .panel-right { + color: #ffffff; + font-size: 1em; + padding: 0px; } +.panel-top { + border-image: url("common-assets/panel/panel-top.svg") 1 1 1 1; } +.panel-bottom, .panel-left, .panel-right { + border-image: url("common-assets/panel/panel-bottom.svg") 1 1 1 1; } +.panel-dummy { + background-color: rgba(252, 65, 56, 0.5); } + .panel-dummy:entered { + background-color: rgba(252, 65, 56, 0.6); } +.panel-status-button { + border-width: 0; + -natural-hpadding: 3px; + -minimum-hpadding: 3px; + font-weight: bold; + color: white; + height: 22px; } +.panel-button { + -natural-hpadding: 6px; + -minimum-hpadding: 2px; + font-weight: bold; + color: green; + transition-duration: 100; } + +.system-status-icon { + icon-size: 16px; + padding: 0 1px; } + +#overview { + spacing: 12px; } + +.window-caption { + background-color: rgba(53, 53, 53, 0.95); + border: 1px solid rgba(53, 53, 53, 0.95); + color: #c3c3c3; + spacing: 25px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; } + .window-caption#selected { + background-color: #1080e4; + color: #ffffff; + border: 1px solid #1080e4; + spacing: 25px; } + +.expo-workspaces-name-entry, +.expo-workspaces-name-entry#selected { + height: 15px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .expo-workspaces-name-entry:focus, + .expo-workspaces-name-entry#selected:focus { + border: 1px solid #1080e4; + background-color: #1080e4; + color: #ffffff; + font-style: italic; + transition-duration: 300; + selection-background-color: #ffffff; + selected-color: #1080e4; } + +.expo-workspace-thumbnail-frame { + border: 4px solid rgba(255, 255, 255, 0); + background-color: rgba(255, 255, 255, 0); + border-radius: 2px; } + .expo-workspace-thumbnail-frame#active { + border: 4px solid #1080e4; + background-color: black; + border-radius: 2px; } + +.expo-background { + background-color: #353535; } + +.workspace-thumbnails { + spacing: 26px; } + .workspace-thumbnails-background, .workspace-thumbnails-background:rtl { + padding: 8px; } +.workspace-add-button { + background-image: url("common-assets/misc/add-workspace.svg"); + height: 200px; + width: 35px; + transition-duration: 100; } + .workspace-add-button:hover { + background-image: url("common-assets/misc/add-workspace-hover.svg"); + transition-duration: 100; } + .workspace-add-button:active { + background-image: url("common-assets/misc/add-workspace-active.svg"); + transition-duration: 100; } +.workspace-overview-background-shade { + background-color: rgba(0, 0, 0, 0.5); } + +.workspace-close-button, +.window-close { + background-image: url("common-assets/misc/close.svg"); + background-size: 26px; + height: 26px; + width: 26px; + -cinnamon-close-overlap: 10px; } + .workspace-close-button:hover, + .window-close:hover { + background-image: url("common-assets/misc/close-hover.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + .workspace-close-button:active, + .window-close:active { + background-image: url("common-assets/misc/close-active.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + +.window-close-area { + background-image: url("common-assets/misc/trash-icon.svg"); + height: 120px; + width: 400px; } + +.about-content { + width: 550px; + height: 250px; + spacing: 8px; + padding-bottom: 10px; } +.about-title { + font-size: 2em; + font-weight: bold; } +.about-uuid { + font-size: 10px; + color: #888; } +.about-icon { + padding-right: 20px; + padding-bottom: 14px; } +.about-scrollBox { + border: 1px solid #d9d9d9; + border-radius: 2px; + background-color: #ffffff; + padding: 4px; + padding-right: 0; + border-radius: 0; } + .about-scrollBox-innerBox { + padding: 1.2em; + spacing: 1.2em; } +.about-description { + padding-top: 4px; + padding-bottom: 16px; } +.about-version { + padding-left: 7px; + font-size: 10px; + color: #888; } + +.calendar { + padding: .4em 1.75em; + spacing-rows: 0px; + spacing-columns: 0px; } + +.calendar-month-label { + color: #4a4a4a; + font-weight: bold; + padding: 8px 0; } + +.calendar-change-month-back, +.calendar-change-month-forward { + width: 16px; + height: 16px; } + +.calendar-change-month-back { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:focus, .calendar-change-month-back:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-back:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:rtl { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-back:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + +.calendar-change-month-forward { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-forward:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:rtl { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-forward:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + +.datemenu-date-label { + padding: .4em 1.75em; + font-weight: bold; + text-align: center; + color: #4a4a4a; + border-radius: 2px; } + +.calendar-day-base { + font-size: 85%; + text-align: center; + width: 25px; + height: 25px; + padding: 0.1em; + margin: 2px; + border-radius: 12.5px; } + +.calendar-day-heading { + color: rgba(74, 74, 74, 0.85); + margin-top: 1em; + font-size: 80%; } + +.calendar-day { + border-width: 0; + color: rgba(74, 74, 74, 0.9); } + +.calendar-day-top { + border-top-width: 0; } + +.calendar-day-left { + border-left-width: 0; } + +.calendar-nonwork-day { + color: #4a4a4a; + background-color: transparent; + font-weight: bold; } + +.calendar-today, +.calendar-today:active, +.calendar-today:focus, +.calendar-today:hover { + font-weight: bold; + color: #ffffff; + background-color: #1080e4; + border-width: 0; } + +.calendar-other-month-day { + color: rgba(74, 74, 74, 0.3); + opacity: 1; } + +.calendar-week-number { + color: rgba(74, 74, 74, 0.85); + font-size: 80%; } + +#notification { + border: 1px solid #d9d9d9; + border-radius: 3px; + background-color: #F0F0F0; + padding: 13px; + spacing-rows: 10px; + spacing-columns: 10px; + margin-from-right-edge-of-screen: 20px; + width: 34em; + color: #4a4a4a; } + .popup-menu #notification { + color: #4a4a4a; + border-image: url("light-assets/misc/message.svg") 9 9 9 9; } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { + padding: 5px; } + #notification.multi-line-notification { + padding-bottom: 13px; + color: #c3c3c3; } + #notification-scrollview { + max-height: 10em; } + #notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { + height: 1em; } + #notification-scrollview:ltr > StScrollBar { + padding-left: 6px; } + #notification-scrollview:rtl > StScrollBar { + padding-right: 6px; } + #notification-body { + spacing: 5px; } + #notification-actions { + spacing: 10px; } + +.notification-with-image { + min-height: 159px; + color: #4a4a4a; } +.notification-button, .notification-icon-button { + padding: 5px; } +.notification-icon-button > StIcon { + icon-size: 32px; } + +#altTabPopup { + padding: 8px; + spacing: 16px; } + +.switcher-list { + color: #4a4a4a; + border: 1px solid #d9d9d9; + background-color: #F0F0F0; + border-radius: 3px; + padding: 20px; } + .switcher-list > StBoxLayout { + padding: 4px; } + .switcher-list-item-container { + spacing: 8px; } + .switcher-list .item-box { + padding: 8px; + border-radius: 2px; } + .switcher-list .item-box:outlined { + padding: 8px; + border: 1px solid #1080e4; } + .switcher-list .item-box:selected { + color: #ffffff; + background-color: #1080e4; + border: 0px solid #1080e4; } + .switcher-list .thumbnail { + width: 256px; } + .switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; } + .switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.2); } + +.switcher-arrow { + border-color: transparent; + color: #4a4a4a; } + .switcher-arrow:highlighted { + border-color: transparent; + color: #ffffff; } + +.thumbnail-scroll-gradient-left { + background-color: transparent; + border-radius: 24px; + border-radius-topright: 0px; + border-radius-bottomright: 0px; + width: 60px; } + +.thumbnail-scroll-gradient-right { + background-color: transparent; + border-radius: 24px; + border-radius-topleft: 0px; + border-radius-bottomleft: 0px; + width: 60px; } + +.ripple-box { + width: 104px; + height: 104px; + background-image: url("common-assets/misc/corner-ripple.svg"); + background-size: contain; } + .ripple-box:rtl { + background-image: url("common-assets/misc/corner-ripple.svg"); } + +.lightbox { + background-color: rgba(0, 0, 0, 0.4); } + +.flashspot { + background-color: white; } + +.modal-dialog { + background-color: #F0F0F0; + border: 1px solid #d9d9d9; + border-radius: 3px; + padding: 0; } + .modal-dialog > StBoxLayout:first-child { + padding: 20px 10px 10px 10px; } + .modal-dialog-button-box { + spacing: 0; + margin: 0px; + padding: 14px 10px; + border: none; + background-color: #F0F0F0; } + .modal-dialog-button-box .modal-dialog-button { + padding-top: 0; + padding-bottom: 0; + height: 30px; } + +.run-dialog { + padding: 0px 15px 10px 15px; + border: 1px solid #d9d9d9; + border-radius: 3px; + background-color: #F0F0F0; } + .run-dialog > * { + padding: 0; } + .run-dialog-label { + font-size: 0; + font-weight: bold; + color: #4a4a4a; + padding-bottom: 0; } + .run-dialog-error-label { + color: #FC4138; } + .run-dialog-error-box { + padding-top: 15px; + spacing: 5px; } + .run-dialog-completion-box { + padding-top: 5px; + padding-left: 15px; + font-size: 10px; } + .run-dialog-entry { + width: 21em; + padding: 7px; + border-radius: 3px; + caret-color: #c3c3c3; + selected-color: #ffffff; + selection-background-color: #1080e4; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .run-dialog-entry:focus { + color: #4a4a4a; + background-color: #ffffff; + border: 1px solid #1080e4; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .run-dialog .modal-dialog-button-box { + border: none; + box-shadow: none; + background: none; } + +/* CinnamonMountOperation Dialogs */ +.cinnamon-mount-operation-icon { + icon-size: 48px; } + +.mount-password-reask { + color: #F27835; } + +.show-processes-dialog, +.mount-question-dialog { + spacing: 24px; } + .show-processes-dialog-subject, + .mount-question-dialog-subject { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; } + .show-processes-dialog-subject:rtl, + .mount-question-dialog-subject:rtl { + padding-left: 0px; + padding-right: 17px; } + .show-processes-dialog-description, + .mount-question-dialog-description { + padding-left: 17px; + width: 28em; } + .show-processes-dialog-description:rtl, + .mount-question-dialog-description:rtl { + padding-right: 17px; } + +.show-processes-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; } + .show-processes-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; } + .show-processes-dialog-app-list-item { + color: #ccc; } + .show-processes-dialog-app-list-item:hover { + color: white; } + .show-processes-dialog-app-list-item:ltr { + padding-right: 1em; } + .show-processes-dialog-app-list-item:rtl { + padding-left: 1em; } + .show-processes-dialog-app-list-item-icon:ltr { + padding-right: 17px; } + .show-processes-dialog-app-list-item-icon:rtl { + padding-left: 17px; } + .show-processes-dialog-app-list-item-name { + font-size: 1.1em; } + +.magnifier-zoom-region { + border: 2px solid maroon; } + .magnifier-zoom-region .full-screen { + border-width: 0px; } + +#keyboard { + background-color: rgba(53, 53, 53, 0.95); + border-width: 0; + border-top-width: 1px; + border-color: rgba(0, 0, 0, 0.4); } + +.keyboard-layout { + spacing: 10px; + padding: 10px; } + +.keyboard-row { + spacing: 15px; } + +.keyboard-key { + min-height: 2em; + min-width: 2em; + font-size: 14pt; + font-weight: bold; + border-radius: 3px; + box-shadow: none; + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #c3c3c3; + border: 1px solid #d9d9d9; + background-color: rgba(109, 109, 109, 0.35); } + .keyboard-key:hover { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(127, 127, 127, 0.45); } + .keyboard-key:active, .keyboard-key:checked { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + border: 1px solid #1080e4; + background-color: #1080e4; } + .keyboard-key:grayed { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #606060; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(109, 109, 109, 0.2); } + +.keyboard-subkeys { + color: #c3c3c3; + padding: 5px; + -arrow-border-radius: 2px; + -arrow-background-color: rgba(53, 53, 53, 0.95); + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0.4); + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 5px; } + +.menu-favorites-box { + margin: auto; + padding: 10px; + transition-duration: 300; + background-color: #ffffff; + border: 1px solid #d9d9d9; } +.menu-favorites-button { + padding: 10px; + border: 1px solid transparent; } +.menu-places-box { + margin: auto; + padding: 10px; + border: 0px solid red; } +.menu-places-button { + padding: 10px; } +.menu-categories-box { + padding: 10px 30px 10px 30px; } +.menu-applications-inner-box, .menu-applications-outer-box { + padding: 10px 10px 0 10px; } +.menu-application-button { + padding: 7px; + border: 1px solid transparent; } + .menu-application-button:highlighted { + font-weight: bold; } + .menu-application-button-selected { + padding: 7px; } + .menu-application-button-selected:highlighted { + font-weight: bold; } + .menu-application-button-label:ltr { + padding-left: 5px; } + .menu-application-button-label:rtl { + padding-right: 5px; } +.menu-category-button { + padding: 7px; + border: 1px solid transparent; } + .menu-category-button-selected { + padding: 7px; } + .menu-category-button-hover { + background-color: red; + border-radius: 2px; } + .menu-category-button-greyed { + padding: 7px; + color: rgba(74, 74, 74, 0.55); + border: 1px solid transparent; } + .menu-category-button-label:ltr { + padding-left: 5px; } + .menu-category-button-label:rtl { + padding-right: 5px; } +.menu-selected-app-box { + padding-right: 30px; + padding-left: 28px; + text-align: right; + height: 30px; } + .menu-selected-app-box:rtl { + padding-top: 10px; + height: 30px; } +.menu-selected-app-title { + font-weight: bold; } +.menu-selected-app-description { + max-width: 150px; } +.menu-search-box:ltr { + padding-left: 30px; } +.menu-search-box-rtl { + padding-right: 30px; } + +#menu-search-entry { + width: 250px; + height: 15px; + font-weight: normal; + caret-color: #4a4a4a; } + +.menu-search-entry-icon { + icon-size: 1em; + color: #4a4a4a; } + +/* Context menu (at the moment only for favorites) */ +.info-osd { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 16px; + color: #4a4a4a; + border: 1px solid #d9d9d9; + border-radius: 5px; + background-color: #F0F0F0; } + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 20px; + margin: 32px; + min-width: 64px; + min-height: 64px; + color: #4a4a4a; + background-color: #F0F0F0; + border: 1px solid #d9d9d9; + border-radius: 5px; } + .osd-window .osd-monitor-label { + font-size: 3em; } + .osd-window .level { + padding: 0; + height: 4px; + background-color: rgba(0, 0, 0, 0.5); + border-radius: 2px; + color: #1080e4; } + +.window-list-box { + spacing: 6px; + padding-left: 10px; + padding-top: 1px; } + .window-list-box.vertical { + spacing: 0px; + padding-left: 0px; + padding-right: 0px; + padding-top: 10px; + padding-bottom: 10px; } + .window-list-box:highlight { + background-color: rgba(252, 65, 56, 0.5); } +.window-list-item-label { + font-weight: bold; + width: 15em; + min-width: 5px; } +.window-list-item-box { + font-weight: bold; + background-image: none; + padding-left: 8px; + padding-right: 8px; + transition-duration: 100; + color: rgba(255, 255, 255, 0.6); } + .window-list-item-box.right { + padding-left: 0px; + padding-right: 0px; } + .window-list-item-box.left { + padding-left: 0px; + padding-right: 0px; } + .window-list-item-box:hover { + color: #ffffff; } + .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus { + color: #ffffff; + border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; } +.window-list-item-demands-attention { + background-gradient-direction: vertical; + background-gradient-start: #F04A50; + background-gradient-end: #F04A50; } + +.sound-button { + width: 22px; + height: 13px; + padding: 8px; } + .sound-button-container { + padding-right: 3px; + padding-left: 3px; } + .sound-button StIcon { + icon-size: 1.4em; } + +.sound-track-infos { + padding: 5px; } +.sound-track-info { + padding-top: 2px; + padding-bottom: 2px; } + .sound-track-info StIcon { + icon-size: 16px; } + .sound-track-info StLabel { + padding-left: 5px; + padding-right: 5px; } +.sound-track-box { + padding-left: 15px; + padding-right: 15px; + max-width: 220px; } + +.sound-seek-box { + padding-left: 15px; } + .sound-seek-box StLabel { + padding-top: 2px; } + .sound-seek-box StIcon { + icon-size: 16px; } + +.sound-seek-slider { + width: 140px; } + +.sound-volume-menu-item { + padding: .4em 1.75em; } + .sound-volume-menu-item StIcon { + icon-size: 1.14em; + padding-left: 8px; + padding-right: 8px; } + +.sound-playback-control { + padding: 5px 10px 10px 10px; } + +.sound-player { + padding: 0 4px; } + .sound-player > StBoxLayout:first-child { + padding: 5px 10px 12px 10px; + spacing: 0.5em; } + .sound-player > StBoxLayout:first-child StButton:small { + width: 16px; + height: 8px; + padding: 1px; } + .sound-player > StBoxLayout:first-child StButton:small StIcon { + icon-size: 12px; } + .sound-player-generic-coverart { + background: rgba(0, 0, 0, 0.2); } + .sound-player-overlay { + width: 290px; + height: 70px; + padding: 15px; + spacing: 0.5em; + background: rgba(40, 40, 40, 0.85); + border: 0px solid rgba(28, 28, 28, 0.95); + border-bottom: 1px; + color: #c3c3c3; } + .sound-player-overlay StButton { + width: 22px; + height: 13px; + padding: 5px; + color: #c3c3c3; + border-radius: 2px; + border: 1px solid rgba(53, 53, 53, 0); } + .sound-player-overlay StButton StIcon { + icon-size: 16px; } + .sound-player-overlay StButton:hover { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(127, 127, 127, 0.45); } + .sound-player-overlay StButton:active { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + background-color: #1080e4; + border: 1px solid #1080e4; + box-shadow: inset 0 2px 4px #1080e4; } + .sound-player-overlay StBoxLayout { + padding-top: 2px; } + .sound-player-overlay > StBoxLayout { + spacing: 5px; } + .sound-player .slider { + height: 0.5em; + padding: 0; + border: none; + -slider-height: 0.5em; + -slider-background-color: #cfd6e6; + -slider-border-color: transparent; + -slider-active-background-color: #1080e4; + -slider-active-border-color: transparent; + -slider-border-width: 0px; + -slider-handle-radius: 0px; } + +#workspaceSwitcher { + spacing: 0px; + padding: 3px; } + +/* Controls the styling when using the "Simple buttons" option */ +.workspace-switcher { + padding-left: 3px; + padding-right: 3px; } + +.workspace-button { + width: 20px; + height: 10px; + color: #ffffff; + padding: 3px; + padding-top: 4px; + transition-duration: 300; } + .workspace-button:outlined, .workspace-button:outlined:hover { + color: #1080e4; } + .workspace-button:hover { + color: rgba(154, 184, 124, 0.5); } + +/* Controls the style when using the "Visual representation" option */ +.workspace-graph { + padding: 3px; + spacing: 3px; } + +.workspace-graph .workspace { + border: 1px solid rgba(0, 0, 0, 0.4); + background-color: rgba(0, 0, 0, 0.2); } + +.workspace-graph .workspace:active { + border: 1px solid #1080e4; } + +.workspace-graph .workspace .windows { + -active-window-background: rgba(79, 79, 79, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(79, 79, 79, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +.workspace-graph .workspace:active .windows { + -active-window-background: rgba(105, 105, 105, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(54, 54, 54, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +#panel-launchers-box { + padding-left: 7px; } + #panel-launchers-box.vertical { + padding-top: 2px; + padding-bottom: 2px; + padding-left: 0px; + padding-right: 0px; } + #panel-launchers-box.vertical .panel-launcher { + border-bottom-width: 1px; } + +.panel-launcher { + margin: 1px; + padding: 1px; + transition-duration: 200; } + .panel-launcher:hover { + border: 0px solid #1080e4; + border-bottom-width: 1px; } + +#overview-corner { + background-image: url("common-assets/misc/overview.png"); } + #overview-corner:hover { + background-image: url("common-assets/misc/overview-hover.png"); } + +.applet-separator { + padding: 1px 4px; } +.applet-separator-line { + width: 1px; + background: rgba(255, 255, 255, 0.12); } +.applet-box { + padding-left: 3px; + padding-right: 3px; + color: rgba(255, 255, 255, 0.6); + text-shadow: none; + transition-duration: 100; } + .applet-box.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 3px; + padding-bottom: 3px; } + .applet-box:hover { + color: #ffffff; + background-color: #1080e4; } + .applet-box:highlight { + background-image: none; + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } +.applet-label { + font-weight: bold; + color: rgba(255, 255, 255, 0.6); } + .applet-label:hover, .applet-box:hover > .applet-label { + color: #ffffff; + text-shadow: none; } +.applet-icon { + color: #ffffff; + icon-size: 22px; } + .applet-icon:hover, .applet-box:hover > .applet-icon { + color: #ffffff; + text-shadow: none; } + +.user-icon { + width: 32px; + height: 32px; + background-color: transparent; + border: none; + border-radius: 0; } + +.user-label { + color: #4a4a4a; + font-size: 1em; + font-weight: bold; + margin: 0px; } + +.desklet { + color: #4a4a4a; } + .desklet:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders { + border: 1px solid #d9d9d9; + border-radius: 5px; + background-color: #F0F0F0; + color: #4a4a4a; + padding: 12px; + padding-bottom: 16px; } + .desklet-with-borders:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders-and-header { + border: 1px solid #d9d9d9; + border-top-width: 0; + border-radius: 0 0 5px 5px; + background-color: #F0F0F0; + color: #4a4a4a; + border-radius: 0; + border-radius-topleft: 0; + border-radius-topright: 0; + padding: 12px; + padding-bottom: 17px; } + .desklet-with-borders-and-header:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-header { + border: 1px solid #d9d9d9; + border-radius: 5px 5px 0 0; + background-color: #e8e8e8; + color: #4a4a4a; + font-size: 1em; + padding: 12px; + padding-bottom: 6px; } + .desklet-drag-placeholder { + border: 2px solid #1080e4; + background-color: rgba(154, 184, 124, 0.3); } + +.photoframe-box { + border: 1px solid #d9d9d9; + border-radius: 5px; + background-color: #F0F0F0; + color: #4a4a4a; + padding: 12px; + padding-bottom: 16px; } + +/*FIXME*/ +.workspace-osd { + /*color: red;*/ + color: #c3c3c3; + text-shadow: black 5px 5px 5px; + font-weight: bold; + font-size: 48pt; } + +.notification-applet-padding { + padding: .5em 1em; } + +.notification-applet-container { + max-height: 100px; } + +.tile-preview { + background-color: rgba(154, 184, 124, 0.3); + border: 1px solid #1080e4; } + .tile-preview.snap { + background-color: rgba(154, 184, 124, 0.6); } + +.tile-hud { + background-color: rgba(154, 184, 124, 0.3); + border: 1px solid #1080e4; } + .tile-hud.snap { + background-color: rgba(154, 184, 124, 0.6); } + .tile-hud:top { + border-top-width: 0px; } + .tile-hud:bottom { + border-bottom-width: 0px; } + .tile-hud:left { + border-left-width: 0px; } + .tile-hud:right { + border-right-width: 0px; } + .tile-hud:top-left { + border-top-width: 0px; + border-left-width: 0px; } + .tile-hud:top-right { + border-top-width: 0px; + border-right-width: 0px; } + .tile-hud:bottom-left { + border-bottom-width: 0px; + border-left-width: 0px; } + .tile-hud:bottom-right { + border-bottom-width: 0px; + border-right-width: 0px; } + +.xkcd-box { + padding: 6px; + border: 0px; + background-color: transparent; + border-radius: 0px; } diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/menu/menu-separator.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/menu/menu-separator.svg new file mode 100644 index 0000000..4962ebc --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/menu/menu-separator.svg @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="90.311111mm" + height="0.56444442mm" + viewBox="0 0 320 1.9999999" + id="svg7537" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menu-separator.svg"> + <defs + id="defs7539" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="115.53549" + inkscape:cy="8.9322818" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1366" + inkscape:window-height="723" + inkscape:window-x="0" + inkscape:window-y="23" + inkscape:window-maximized="1" /> + <metadata + id="metadata7542"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(340,-443.3622)" /> +</svg> diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/add-workspace-active.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/add-workspace-active.svg new file mode 100644 index 0000000..0adcf33 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/add-workspace-active.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace-active.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="7.0289763" + inkscape:cy="105.84046" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:1;fill:#1080e4;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:1;fill:#1080e4;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#ffffff;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/add-workspace-hover.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/add-workspace-hover.svg new file mode 100644 index 0000000..ce48f5c --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/add-workspace-hover.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace-hover.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="3.4046076" + inkscape:cy="118.15924" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:0.45;fill:#202020;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#bababa;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/add-workspace.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/add-workspace.svg new file mode 100644 index 0000000..5b3ed52 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/add-workspace.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="7.3133825" + inkscape:cy="105.84268" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#bababa;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/bg.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/bg.svg new file mode 100644 index 0000000..feeddea --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/bg.svg @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32" + height="32" + viewBox="0 0 32 32" + id="svg5386" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="bg.svg"> + <defs + id="defs5388" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="18.271674" + inkscape:cy="5.838404" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid5954" /> + </sodipodi:namedview> + <metadata + id="metadata5391"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1020.3622)"> + <rect + style="display:inline;opacity:0.81;fill:none;fill-opacity:1;stroke:#161a26;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-3" + width="23" + height="21.999889" + x="4.5" + y="1024.8622" + rx="2.0000005" + ry="1.9999999" /> + <rect + style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164" + width="22" + height="20.999971" + x="5" + y="1025.3622" + rx="1.4" + ry="1.4" /> + <g + transform="translate(-425.99995,658.36226)" + id="g4271" + style="display:inline;opacity:0.65"> + <rect + ry="8" + rx="8" + y="362.49994" + x="426.49994" + height="31" + width="31.000011" + id="rect4164-4-7-5-3-8-8" + style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6.999999" + rx="7" + y="363.49997" + x="427.49994" + height="28.999996" + width="29.000011" + id="rect4164-4-7-5-3-8" + style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6" + rx="6" + y="364.49994" + x="428.49994" + height="26.999998" + width="27.000011" + id="rect4164-4-7-5-3" + style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="5" + rx="4.9999995" + y="365.49997" + x="429.49997" + height="24.999998" + width="24.999981" + id="rect4164-4-7-5" + style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + transform="translate(-6.1035156e-5,0)" + id="rect4164-4-7" + d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" + style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscssc" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg new file mode 100644 index 0000000..90f4852 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + sodipodi:docname="calendar-arrow-left-hover.svg" + height="16" + id="svg7384" + inkscape:version="0.91 r13725" + version="1.1" + width="16"> + <metadata + id="metadata90"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + bordercolor="#666666" + borderopacity="1" + inkscape:current-layer="layer12" + inkscape:cx="7.3546086" + inkscape:cy="7.9323223" + gridtolerance="10" + inkscape:guide-bbox="true" + guidetolerance="10" + id="namedview88" + inkscape:object-nodes="false" + inkscape:object-paths="false" + objecttolerance="10" + pagecolor="#ffffff" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + showborder="true" + showgrid="true" + showguides="true" + inkscape:snap-bbox="true" + inkscape:snap-bbox-midpoints="false" + inkscape:snap-global="true" + inkscape:snap-grids="true" + inkscape:snap-nodes="true" + inkscape:snap-others="false" + inkscape:snap-to-guides="true" + inkscape:window-height="1030" + inkscape:window-maximized="1" + inkscape:window-width="1920" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:zoom="22.627417" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + empspacing="2" + enabled="true" + id="grid4866" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="1px" + spacingy="1px" + type="xygrid" + visible="true" /> + <inkscape:grid + color="#000000" + empcolor="#000000" + empopacity="0" + empspacing="4" + enabled="true" + id="grid5968" + opacity="0.1254902" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="0.5px" + spacingy="0.5px" + type="xygrid" + visible="true" /> + </sodipodi:namedview> + <title + id="title9167">Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/calendar-arrow-left.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/calendar-arrow-left.svg new file mode 100644 index 0000000..2774254 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/calendar-arrow-left.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg new file mode 100644 index 0000000..dfb2b37 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/calendar-arrow-right.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/calendar-arrow-right.svg new file mode 100644 index 0000000..366e69b --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/calendar-arrow-right.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/close-active.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/close-active.svg new file mode 100644 index 0000000..95822bf --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/close-active.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/close-hover.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/close-hover.svg new file mode 100644 index 0000000..7b52140 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/close-hover.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/close.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/close.svg new file mode 100644 index 0000000..e221a33 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/close.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/corner-ripple.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/corner-ripple.svg new file mode 100644 index 0000000..fa409c1 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/corner-ripple.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/desklet-header.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/desklet-header.svg new file mode 100644 index 0000000..a6e1054 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/desklet-header.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/desklet.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/desklet.svg new file mode 100644 index 0000000..8445c61 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/desklet.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/osd.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/osd.svg new file mode 100644 index 0000000..df41a00 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/osd.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/overview-hover.png b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/overview-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..75673f9cf4d11cc891275cbcb5fc775db9585540 GIT binary patch literal 838 zcmV-M1G)T(P)kdg0009GNkl1!KD9DQ@_rPbw?9N7*sw#Z576(BYZ3DEzb{X_e)6zI27Qi4@NLTggv_=u%gc6IKq z_MDkkn?VhNLVmQbWvk!4Q-E9+tqwIZ;jQ&2E4P!K4{ zVmm2%q@W83^_SfE%JoPU#PVW+Td|Lms^%XH9UnTZV>$b6d z{;iU34gsM(fa~AKN6w(yeBwPF_MaV`T-4G#6|dp!-S{$2pZ|Q=%Vnpz|5@{Ca6S00 zlz1sJXa`i!JTylYZ!b%K?7q9$^qax-syC|M=I)D^N5_rH#`N;-Pu(o__C}S^1P6r% z*C$O!_Ow)PU-d_WouD0qS|zP`TY-r>$~^YT2l0me>;5hrW~9P=&pB+Y+{Wqsx>1SGJUMB~@W z>Dr(%@xn4ps(4lo8$o@ZkfAjy#g-&i?2R`@oyh|q*}}szNcyIcR;ZMdUWH*PF*&Ss zZN4?PvVi6mvE~L-wRk<)2wQXH5CwhZHWD!KbIZ5JreuJVm-AZYihvH8&lBRn&8q26 zs_Am|Ixp&b5n5Dy@FGCRX3>$w45I$si?j*_{L_oH6w%#Px`rnIxA=%Z0mD;*r^|!p Q1ONa407*qoM6N<$f{;O?8~^|S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/overview.png b/themes/Mint-Y-Watusi/cinnamon/common-assets/misc/overview.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb4f87f4e8e2b95cb3ae488e84da3d63d1786ed GIT binary patch literal 680 zcmV;Z0$2TsP)kdg00002VoOIv0RM-N z%)bBt010qNS#tmY3ljhU3ljkVnw%H_000McNliru-U%BC88MnF!IrGCBwm9)u_fl)|8*yQeM^6m$^r64|vV z3`vkcNr{9G7J`vMnZim6VY%*Zx;s0&JI-`zYgVOmhkZ`p_Z^=1dEe)GKPaJu{{h0T zyNHO0fQ^NPjqv*gY<94){zV`lb$k2Uf~Q@9+-l<8hxyJ#jr5`=-0o`A3*%NZ)IZ+*HH*RyO0Q4Yaj-SHFD97pssQ;?B{Jj#yThZ--;`ZmBH3X{6TcLhClVGN)8+2eH}DXOOW7= z=5IsRtH-?@rJgzt_jMTK$ziIHi--1?KrL_BSR06vB*7NO!=x54(svg~5+g=@AiA+u z-hf(6AUmjJ5N!<7=zw_Kt@@1A;!n0oVPoSFZ9sMuEm8n%M*X3|nt~&Dnib!6?3%C8 z^I(lXv>9cO?*&+xbF+%p)Ajrqz7v(xr%ra}QXfBG2v63X^WhzB>giInxmnC&7X(K$ zWevfR^DSrcnfwN_`+#Y_oVY)KD|Dz<_PYGudY9+@%%!pAb+$40&w&uPC)cXueyyw; z`Rn4-iR*Jq2{{o~Dh{f_`1;h;)z>R=bn;Fcg`$DF(eU9x!p07j6_}Y)rCbu@F&kA!CyxOMZ8Z_FEHjHVKl}m(9?n#zS$LZO O0000 + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/panel/activities-active.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/panel/activities-active.svg new file mode 100644 index 0000000..6986f5c --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/panel/activities-active.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/panel/activities.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/panel/activities.svg new file mode 100644 index 0000000..b4a4b0d --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/panel/activities.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/panel/panel-bottom.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/panel/panel-bottom.svg new file mode 100644 index 0000000..c6d6f5f --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/panel/panel-bottom.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/panel/panel-top.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/panel/panel-top.svg new file mode 100644 index 0000000..43dd84b --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/panel/panel-top.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/panel/window-list-active-bottom.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/panel/window-list-active-bottom.svg new file mode 100644 index 0000000..74800f9 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/panel/window-list-active-bottom.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/common-assets/panel/window-list-active-top.svg b/themes/Mint-Y-Watusi/cinnamon/common-assets/panel/window-list-active-top.svg new file mode 100644 index 0000000..8ae94cf --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/common-assets/panel/window-list-active-top.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg b/themes/Mint-Y-Watusi/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg new file mode 100644 index 0000000..ac2b579 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/light-assets/checkbox/checkbox-checked.svg b/themes/Mint-Y-Watusi/cinnamon/light-assets/checkbox/checkbox-checked.svg new file mode 100644 index 0000000..74da684 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/light-assets/checkbox/checkbox-checked.svg @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg b/themes/Mint-Y-Watusi/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg new file mode 100644 index 0000000..8f62da9 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/light-assets/checkbox/checkbox-unchecked.svg b/themes/Mint-Y-Watusi/cinnamon/light-assets/checkbox/checkbox-unchecked.svg new file mode 100644 index 0000000..765e877 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/light-assets/checkbox/checkbox-unchecked.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/light-assets/menu/menu-hover.svg b/themes/Mint-Y-Watusi/cinnamon/light-assets/menu/menu-hover.svg new file mode 100644 index 0000000..938245a --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/light-assets/menu/menu-hover.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/light-assets/menu/menu.svg b/themes/Mint-Y-Watusi/cinnamon/light-assets/menu/menu.svg new file mode 100644 index 0000000..5ae7466 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/light-assets/menu/menu.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/light-assets/menu/submenu.svg b/themes/Mint-Y-Watusi/cinnamon/light-assets/menu/submenu.svg new file mode 100644 index 0000000..378f29b --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/light-assets/menu/submenu.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/light-assets/misc/button-box.svg b/themes/Mint-Y-Watusi/cinnamon/light-assets/misc/button-box.svg new file mode 100644 index 0000000..036f0d1 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/light-assets/misc/button-box.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/light-assets/misc/message.svg b/themes/Mint-Y-Watusi/cinnamon/light-assets/misc/message.svg new file mode 100644 index 0000000..6e6ba36 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/light-assets/misc/message.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/light-assets/misc/modal.svg b/themes/Mint-Y-Watusi/cinnamon/light-assets/misc/modal.svg new file mode 100644 index 0000000..b61f537 --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/light-assets/misc/modal.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/light-assets/switch/switch-off.svg b/themes/Mint-Y-Watusi/cinnamon/light-assets/switch/switch-off.svg new file mode 100644 index 0000000..7c4ad4d --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/light-assets/switch/switch-off.svg @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/light-assets/switch/switch-on.svg b/themes/Mint-Y-Watusi/cinnamon/light-assets/switch/switch-on.svg new file mode 100644 index 0000000..4ff8eef --- /dev/null +++ b/themes/Mint-Y-Watusi/cinnamon/light-assets/switch/switch-on.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Watusi/cinnamon/thumbnail.png b/themes/Mint-Y-Watusi/cinnamon/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..e278c1026fff1d2b8461ed5792fdf2b27c5e6df8 GIT binary patch literal 31164 zcmdqJ1yCH{yDf@K@ZcUGSa5d;mVsa)xVr=f9o&PvCO8a1LvVK;G+1zVcXzua;X=GMe(@o?4J?r8GcLP$<~HU(is=sRU1rhz`sMP*AU+q$Na^U1s*?T|IEl@4JsD_tK0(dYG^LF<-WO`oTdTY86bNC^j;^$egfH zY3y{XCR4!~bDL~X(JH`ggu-2GmKO7QD<*az;68Bo;B%vd!WCVJ;3@KGtMT2Tu7sYzXTZP7FBOL<0^6dS`cc zdn89D1@>Ef$nPuf@yahOtjx^Hva8d6;Y*p;>TQZ(WN7&P#}A8BAo#gcd-yGjQKQ?+ zR1*Azd7~jio0g{+FZ?Kb&9afb+F5h?u+Q(en)gYC86O7ai7! z=Tn+@WHdUCgjnZa1$pmDM$q~4l}OZj9PF2wDv+!-uG6}eRyAE$mJ^QaD7|dS2ZRx$ zL@rU`3lc^@D18S6W)?Qoem1xGCicFAxqH`^^rhoIf@h2?a$Ewq1n)Mty>!OSa8CRXI86e*gR; z?g9l`$YWoyc7JS!Ac9-TaS;i=s7)@1SHgZ!U0qsX7cxX-tZyeZhKVp+m1AbdA~kgLDn; z08J6L86?>36DL6K`DNcS0qcwlmIA>fkK?>OEO(EiA`5J`*zoSyFB7!nbGNbclijQi|a&wk!66FjsPG`_*{t95@; zJLI~EaOy3w-gX4i$y%Y-);I$`cF!W#n)4(WLm2k10+B#>vihjY#|H#SVzm)!?w7OazfMU5k73=z*XF&OTbHTcErDFF9Hvz# zSllptLivfkU5->eRC3nNq;lrShmu(qZU+m*bJNPxQutP)Dei90IJROqLdUPE=kAx7 zYGI2~?dI~~KDT(@*`$h!pfPb*TVK8SZuF~%>cZw|pFl>=FKzdrHYRgi&+h71^O~Gs z$U3}<@t)@A#=h3$0kw$}6pp3`RWtf^?0odstNLru=)XD2@U(yvh{ z^`=kGM^|pE=#-vvue+<+cOy0CoK7PoOrjnJ3#hb<`kO8>Wb1%Lw5bl1ld=tg{3&U% zZ$z4Zq=olvzo%pVDn~uQnP6owU;So|2`#+meP@;4q786S9j|a9w4gcmZ0!}kt_OVF z5dYV!R5s4)cV!2=Q8Ny3F=PVww`VKSY(~d4c@?ezt{TBBfJZ0s#jRlcWb)kQ*1Uuv z+xZ!G8TENaa~T;_4J0xITHS@J5sI_=#>*D$DAz31M=f;q1BDNGr>I=1DR{a80BRmx zg3oWo`Xqh_$Tj@dwZvghUi-B;ATzVce0@aY^}-^3LD5=H0{L?JqDa{#ok`N|lpX`J z&Iojvx(y?g*WJxJhP=VD`hui5Ib+2hY2EW$UY7oRS5 zfpD^RwT=^VQ#(Iv@6I4e zE;Bj)sD1=Cs8G%NNW^&hzotfzd?r^P+V1Pqs)Z^dy{uE5xD@$OmReQyjrrPF`k(& z%Q6SwR_-J7c3s9BL4Q4GB4~q(ACYe8s{Jq@3o(!)q; zEasu18_#dg10murSA>4xu|{v`ni_r})QSt)$dsG-9i;4Y-ijo5Dhm5Q7Ac-a= zhxvRXs*#9gM9+3t+<{cJ8aLZzKH#X^Sh0G?NPBUni@nGOMzLUVC2m~Ln*r${K7A$A za*)7+$1^~b$raY!u!Fj0n}FYfaTUSjsFCM$?2k8iUMDQEBOv;s?*{A1If8Ejj{&YSx7S1;G)J)skDZD>+Qs=YMp!IJ#zIlAe* zGi=$nSBlmcHeThiJi;2taCHZbdU4a1INPw@N>v*mFA+<;82Y-aFx4d|PWvsa2D5Wr zaE)7Y(cw3-XQ9WewCGfq+KHpz%P9-r52mXq&?YMP{=J0Ou7cvUB!( z2`v)h{LX#AO;dDXqu!3(^z*l+MTN0Nk||Qb_9weW-K@)Feb7g|_x-hJ7Qo>UMqND# ziCsK53_f6sWlo32ob5hoE%wOOQQy}w;B_oC1pRT4n|5P;#PUkQX=293@WANo7{T1W zwz(o=9&agpb!d(Qn_%S&mA9lVxk$IZ23~xXfc^}y8l70iFuWJGW>ID%gRNh$I=yDW zE6%YGpY=^1A{PC&)s_H>Ylrlgv1^U9@r1Di8`HO{L>LS941?C57jQ<{tZYDca2~r{ zsaV_mw*|y&cz7HfoDUy9NMw8?3KD89Bvc}F*s{Y>sVX(tH?-%7t@Ym6pNe%RUmZcy zQZK(^@O=umQ@YdrYGDZ<>Rq`4u~w3$X``Lnr-8-X*GqmaabLHVyYlg)`OWX1CY!0c3{sn+4Kw0E48?G zTVaY*!XOQ(i+bfU$zfAw@t`FEn{S7QObB~K{(6;>F`t_9L*F5Di-zbCZN~F580m!* zchdFP^b8+?3EX@QT1gtcbX`p>$}y=$V$bxZNzk!HehA+3GfkxeQM#UfZQ1sJl&F+d z{+(}Lggsq@gYIpGtTIpZpI%~J!+#|BJx{Q(6#wqA0z{wR`aj%oZDRi&{&!wQ`KT4P z2+1yBrpj!NMa%<>&rs0j(;H0efsU>~Lmx`r_|Uj;3H%A7$J1nn1fsqOim6@XI!}?96m<5b8xM8 zaYIxKz@^kt=H-FwN16{cVIdHXB)9bee?dj4|1t|ar-~|YzdQiWR!0P&;KwE;0E~^- z6r7qHu|(5T9Z{Ox)(v5<1$^%gZcf`aGn;`Z)QZPIjdNthG0QEJrSsQ?d6Ru9L_0pflvh;s8p?9U+D=S;MwwEW(Gt}YpRkl#};M#jd@;?h{6Mzc55Um;<#GdVfe z2YmNee&Mu7`9dnvaV12i&48!(ClOTZ$$5d7?c=O7m%+q73?rG>D#u_dXGkA2f5Nqm zh~GTweYTMDpA{3M*SN7^ipQw#GjC1H!h#XiJ=z;t$^?=YeXt!@&eisyfJGNV^BGTZ z3i=9PP_y!*%#g6{lTi^6dM~9ij6X!sIsfVmn0-HMND0D(az(jtOBa`STG z9@($lPjWm1%~lqK{N(euH)BuPXlZYhB#-4cZdK?s^gOQ}S&5EG|Q%$dit`=fPily__-(E_@p)l8{XACscs*6qf z2ZN1)!r&;$Fgz?&gv(n28&daX)c-8MP{6o#Q22(N!R%8~?EArxF(73Unw8P{7sf%8 zmOZCe9qOQGj+4DagdDsp{^U_@yp z@j6@7kv^(FNnFMlp(rK6U~ki_3+?BUs|^gbiVEZ1n%?W2&5xRjke^&Kt}ZuUz>G+N zVif2?XCI!1-K+dmMdMI^!jlJ+_{Gchi=z!%2G`ZNuWzGw2XDEOn%>0-+X|{!3U6Lk zm|`WxhP9Z(TLY+q$jaPR56@j?=yWb|O^BTl&!ZA>%knP_(23JKeHxW|1omVn?rtRy z(l`=?{c1`b7ThJ4Hm|beAEn)|vhEedADe#bFFkFTNZk>{K_(hs;^QB-&YAk!%bkYc zXMo&-@**6}O+;D_lwp(jSi|)J3*zXrhxasHiGsGbO~&X%kUNuI*WG;{jT#T=EPFT1 znAnG`sEX`txV~}%9&7CeF|1>6FT5kt3F>2i5w$>hz-Ah%kI$5Gp2@B1^`)iD$)QqBk3!{w;9t076I-*b2b@A~>$)xu(j z#iAdc8oKy?9w!r-bu-@bc!MkxMU+41=`Vy5&oP-fbY= z1>5cLsN)Xu34u?V%tJ3BqfX72wd~5$2nK%24o4-Hyy?x2GFqFB8Z~Xv z*6o8Me!e8XX^oE(lV7y^!@da#mVrqKDw$A=Q@@3u zHd0v2GMOdZqRV`3Ptdn16viVQv6F12&2~*0EI(DEIXxeDZGUQN4B z3G8>>)|e}b$nHo^^}H})oX0bFZaSQutu?gA*i2H>Yx`dEnufgX2FmklPC&j^#rGMNx$_J zr!rdziEoiff2}c*p4DbcS2DkgSdb1+9}1EB&2WW_5q3{M(dP;~#|ATmOD87l5~PzF z9&i^bT<`wD@|B)WPiBtZ(qetc%FZV5c{mFHzPrrdgkRq3ZV6R$_%X+sAEt;$zHQclJWF5t(40EI?FN0-M7NL?{GE#mdzs^r)-;0(iVL)Ad{)ni8jo zHS$g6`NW={ePGalH~Mm4`#hzu&SGY~u+Y(P;(*eoL%l1iXSq_I1WxpC0@UlOO|zNq z@p?iUaJNL6=Z5?5IbJMvi=n;HVIAo;qaE~%4YU`7(L74;G|Z1UMG1rU~%mprPkWd&2YNj zgeu7RBD*XHB|!2z+s)UXvHno#WXT46VKy&)V&m}onM`SpMOwSqj z_Sl=<9qG`}R$E?aY1v#;+S)X9ixeU#;v8H7!ZF9oYSQC6@3$p5p>DY=`y(h*qzDbU zXBpX*KB>BX)7q&+WkMh64>H^qt846XoVVY}*Qnlv3!|fy7Tz~dhd{_Eg{gy7`W^?$ zvWhc;Skmzq^xCoR-3@1e?(^QunGwpW``Lh@&%i~E{w1<~^4UxGsuIvt4FApD-o9pP zjWJ(d)SkGH!vYT@y{x)HX3LCr9=&(DC(pRdev-mS|WnhX`Ix;L%rbbsi5G!8uTB~MMT}d*V zL88S=oGl_Utvl&-M*uim8q2(3THLh341=zwKB(s^7u?c({IW`*W~DTVM8KLZizYSv z)9#gPK3+>40GuwDQI9%`YTuKgO9EQqOEe%Neyh?HAyd)-qhQ1}ndV6VQE0}IdCujs z?_r>^eVH5%X97%HBvsbsU)12Rmp*>5(9Cdf$2wMIUWs*AQf>@rA0XaN5xDY!#Lb(= z#7$%8jY{@#s%u3n7<%G5*}RzzMIrc-^cf4QZ{|*}gGYHaR9bMUY`-90fIEpf#Ew8Z ze{ZT;n9)p@Sn$YqRK2 zn_$r|Jn^b65w{zI25TEC9qZw!eN&8mZD2i5Yz3op(d&f~cE#WGZhNc|i~HtcU*UZM z^V!w{THkgTK9WHag#|HDDfGP3N2%Z_2qBiZk!7^LJDs9|(Adk0=H@g`oQL$+6LO1QiD%{_Hyx^}<%5xi1NpVNA!*`^nuOT?Sp z2`JT8KqC(fKn1TTF;b2<%x5ZpjHL4$&243mF?n zw4DjJi4Ukxwchb8+9z9Fut*Xa1=TfW!UN__4M*kCX9=|Kn8}jwStAe_gRm?&`Lu} z04H%2>u>aH6c&R%Gjz8%QZ&f_0n9vZ1u1EX-)H)s9sv^8z zyqH*Z)I1y5#*iQ45w&>hWTUC6Rc26DR|%u1Ln!Yo5yUtP;(x_YlayTlV(yp?P8J1H zUWy9q-3suZ9W^kzb1M3>bp;;3wmhCqx*r)$<>F7N^vd%7lB8hcFA7dAE7YtAwj+e) z_jnZeDU<)nfo*kTw%K)$<RI#3o z+)4*x#h4gQZp2ST1+S?mZspVkF&{EQ22hu5>yY8TRXgD~#WmIn$tU|c!7xQEg?uZw zp!IB^sj>v#{x}D%V9dDgj8F2`E1=e8MIl>a7TTaMA&p@ZrbsC<6l$Ep#{n*oWQsV@ z$>kjvT~PH0;@=71Zh}ZeXo4PAWfMY8sybIV&Ru z+=e%-s9|IN1ofBZn?piy-%7tDjULW64R!D~BIm0IO1nidPT*N}nQCNrx!VC~D=iW1 z!Bsw0@LEXR<3`Ce45}r$&X>xKAvywuC6^+%L~@-eNC>`j?3Q?OQA1RqwP8}P2X4H{ z3ef0_hq}&Aca#Yjid?WGC9)^L(Src!yQ%Aur0>baog%#uO~M`|k17K-Ft7zfsN?k5 zMwywc@OVvf&pslxv#^;_mlSTG5&sbMd#T27_YDozd{j~zM~adE-q@JBx3|ZA&n5BS zs^Fb(ix~6=UEj0bN+YZ5hm`%Q zvRRpx)n9?QH2yhR+)exsbUm^g&vnOHbMt)F3dvvde`-tFadi3gz)`27NbzmHV{`e3 zixSDP#X*sl7auJMMXqi}k_XoIx}!!WxiuTlHY}C#H&^WgYu$djx{Q?bd)#$4`1YsW zLPchfLxC5E*0KVJZC18Pb^AEc7W688aZw%vNPDCr3`aDSUcKQ)tpYZlZW~T8r3XPu zdF_>%vuM(NKke4K=JS;_L#ojjwpXk+W-JdVmu#UC7*6_JALsGy{9(dL$KoK7LSY$p zOOA&gcYNH8*QiuWtNw~QiT3B@$koey&+s4fXrMMTtdv$lG~ZZgoFOM zQym+}T`o5pD2u4jbOFXuA;EO^xqyfL$)q!g-w zSda*tzM9xVZhSldH@g;2Z!YaSgH1NFIaoj1*V-J!p)#sVYhRSY7Oz%c^EvbzcvLU> z-MbZ6{DX8j$)0Gpm%cX&Q|gVuj*{f38X=NKTDw=Xx_N~(Z%gf&Al)PZCKXuA)vHGm z0ZsS;)Kv~3o@IGil)eWv$SZSAI6p606tOl{L!+1N9}61mBm0e6-Wj8kB}hi4`>8h_ z?4lRNe2ocVcyl8Vg?ni6dSKL-r;3&t5F7)EG@hR6-2VZBjP)hj-tk>sp4JV%|I0P# zE8&ta4&mp?mcp%l>fpHtHohA2SWSzEwUiA|zp+d?=ARdQ*bz|vVx42-CYYDTk4%{f znL-u-Gih~Ti3eia^FlsS@ZojIr}jr+2tKU>LvvHcZCC|Ll9rAsF8X*$6EwJ;H=mqn zl@eP*YyD?R^%NZCiaK0L)SVFZV{pJdx#PHQS)O7404`GC40oO(PhVNJS5G-t$+1RkAf;nJ_f`yS7n0_9F8Ll##_mz~Ca_V(@f-h2CD!N- z1#+`|10GJe%*L+U2tTWv2J{M`*@GQ!XD)8IC!m8P?Bg&GDXIY6P7S@mZANsA^H>wY zz$sNxQwJn>p#78u&fa&bPE{ERF??SL%v0lI+eC1Mckd~bwmU{*_{uHEy8oAl8ojQ))9;|-_6#8x%SReb?N@0l=)y+A~U=4YhP>pp>e~_5`S9wM777}qnng_{~d55$f?&85r zFDu^#yX|eXmg#`u$+4?(q+sBvd|mLZt_O79w%J{V?rT%DPm`CFV7GH765Lr^C}Jnh zisflDf?-F5!P>FMYi%n_B6LD2kl57Tu@U#5Z8Pj41N;x=Jk=*jopFk1jy(M?ebya?u5aAbL-9;>% zzrFHPk(GG4YA>JjttxP2N9-xwKA~~;w3@;%)TL6s5QlEe?NA!7YT8f88WQd+K`+yD{3A5&% zJej8(_vamUS&kkGKR3JnkWGDl?R}!z1&jM2kuCj+y*w#1l$N>^bQo^;ph=74hD6uL zw2lCe#J3)my^f<^QH!`(@pj|?8FDtN9v8m?Z3_EPZ6UU9UUFQ2H#kdiaSPH5da47Q z9`>)sc{jiNUYGtfsm;JH1b~MfF|l`>Y2HfDwHEmyt5eWcBIF9#hPde3SicZ8UYpjN zmnQ2~7sVptncz;=95fx(7+ykZuyMo&TlP+2>E8MA?6G?Zm3{w?Blx6iWT(b%agHy1 zt}(PWHReyJ_Dxw2cdJlk!@pHeOjCHysWFw%w$6_hLpDQZp5}-$gE7C$P8B|Hb5w%p z=1?}D{&J}%RpRQfz5+1J?ODFSHTzj}^~$C!>OEm4WY&8U!+xT1x(!un?K@Rv$OH zxpCDDC-w~;t zr+CO)Kdxr+?omXN2z*&~?KYU<_geT~UQJjsI`yXSs=PHiFc4y<+Y2ZW8B9=OdCJ&5dU3)#toJpGNv!`NcndR3=W~3!n(V7` zxe5(vEkc4IGAw2h4m0hx{-g?Zoy`oV+pf|v4Hb21jI1vmy0GnJG;@(qJbHG>JPTLu zgDraq3%ZRlGnpy|`6kc;1v`8~CFDGJ2Q+VVk{FXO-CX>v{|zRa7z@ykOT3%=qfuE} zS`KIg=WkA1K`dB5=nlpXiJ$W>zF;ZqnxR*HvmLO`4_I1;HKl6j?+DI%3HyF< zg+a<6BecTQo4=(B9MlD=J)S_#zV~Q6N(gGlMgrm;A4}^KWOp@er@13_3WTK4S}z=g^$aZ%*h@pg`KN59sjvaKhb1V8cp##`Nd9f;GsdVHEff=7E2 z)hSZdseIw%F2Af?FcnlI*P~Lhk-bLal1|3g@BU+h_jx#d0K*W{a3 zuO1;#R|M~yYR}!6R|@ljego;tbB=wIwJjBnu-=|)c7x+rCDApGW^#6`?`v3XAK%rN?{f+zl4Fcrek!Ui)5Tq+!17-YN?R$W)kIA&_{i5DU z6c3ncOc~Nzs9fB%Vlk(~j$W(!pX+xO6_hQhmy4cQ0J_#GQ6av)sR|^bYSyuGwto*h z#ZKq8dR0yn8n=Rhk;UUU4yRkA70Aj72Far6gkxbw@`8vJq(--TLU2cjr2WbFINQKw z9<>G0R#TA-ergq(DBd;?W^%oK#c1bU-9vl!d!OB)Rj z_O0iCaTcm(VCb6>`f3F{xyR=5I{bO#!yRPpT-tccpk+PAjC^$=$dr9I-RwwU9#Of^ z8pUp-%t(6Ii|i{Jg16g=F2cn&fUZu&rsbBAgEsAROf19`1UA-hd%sd1M0!+vq0%=m zlmh8S?I05Re7Sh96m<5~zrA6?r~aXntJRR?rg|GYY}^ zx$2de=o_L|RSi0wm;6@}>xAio zC<|lhaC;Q*&;?>mEFU|u_L2Nvv$IcEGmIGs&8Zb-AKVH*btAz5Ydr$K6^5~| zqZO&IcJA#HdyMCLT-u^yUXH_`$^tcM z{%;gXN<&35=qWL;YPZs>YPUmOTr>+??3|AhY$J7^>zPuP>LGd=ulbBt%TH)UvvyYL zz9=7rcF})k^`^L^aJF+R)uFH_(Wct<^i+(w?v6*BbsZS*b)^Q3&w2J-y+j8@Zpi@; zzcn`LV^8Wm5>uvFK%=A--J>k+Brjd7nSqW&X!TuJA^eep9~elwOKUve)!y}|+QD;} z4H`P8`OWMTLq1xn7*Gp^e|+hVmO(`|{qMkR{xbw`rGGVQ?FWMwWO`Fiv}k=fYN$ol ze6m{p{$co85#}?O1o*qG4DQmuS&;WPIB6{)FSA@<43^$rD88@0+VA(;{xnFGCa2jl zocI>_C1_>>^BorT+F504lBCCZ$vwYXxCsmxq zX$l}YKE-^(e{9Sa4+%2UWkoM(KPYPs0ZxUD=YlEVDC!0+H8RR<-DngdOFGB(8tWDZP4p#3_yxm(TJ10&s zo%`$YY)S*Z`OzF*bcfka!KS+Hg)p*|9WN7Ka=5g9c#}e+TzH>q?v64{zil9t_uP|{ zip#MAo8|9Qfv{7hSxIO^!jRx%j#9In3gdgH4R2PA2CTJgJMkp@wo0e@L2n~FApxGE zC9sxuV~su&rs0hSZR{^+&b%~xtjne=82QnmE72yYexi}$6#u=33AzLC3$El)9xPP2 zI+F=T8gejTqbEzCaROcK(UVLZFlixA@)N|;EL+-4lrr$zMhZPioVJ>Q^}dA6DSPIf z$e=!y?a=~l*oELs>!+YdD*9rEs&D4H9;-G4-(J<}7}Wt!*42@91kP`NmhxXG5dC&l zXM=kGqgXkgsq)_{R{pC(_1{q`gC?=~{5v;rF#RtAJq*hCPd)&!XR@P=aGOB@LCkEx z;-W2!SHh;x&euu*t6gFi#Rd=qdP;BEY9PBsdoQqvGfChQnnY9tO1K5w3qZ?S>=?yx zc@nvCI|gsVR7(w)TS{RG^A%# zaX$GEKsCB-D(S^{*m6r5`N5~m&&__S%nXZ@-#YS*_pTF><&R*8fUQXzx?HUE>yn8l z2VQ+rd>2BgY^I<*`-uC}Mc3b?z`=jVO+BMzb~^0`^qRri zbW?yJhA>CUgGNfQ)R559e_F<>W$!wjRp(kWX-s4}C{OaB^Y#zoI^g(oMYw%8E7I)Rt(j7daZ!xU*3j9qA8eZN5@1 zxlJB^LOE^-<2=@4Ll_l5D{7YnV06kN;J*Is z-PG1>jYyyYCcBmLgvu%kr(qJshrj(0d16ut*Z)_9A*i-0qWIMpr?N4xr}HG8$& z?kAtx%krAXtb>bCJQBy05IF(D(-gqIM>P-&fJ!Lev%FVo=hYC;^Wr~Bh&X|oI=flw z$`fxhiepWk*#oW%f@Qv2IY;2Ngaw(3$gUQ@L?<7K^Dm?TGMZBkuC|s7K!s&rNpKex z^U{^bK%iKm%q`HK@}&-UD%L&uLO)~F`p@CNml+ApgmwPrpvGh@p$)s|jMddXI?T8E zjsi23$ z$shmITH~pRbe;~SwwLK(t#1;?lZrnmx_=QN(zjdwjZey}jh`|NugT5C$m#9jKj|B* zdUbxNmNi&3z9t0m;Et-g!y3v#I=Br3bw916bU2I8cn;YoPG@~~R;8@d#_U4Id%19U zI{WuPWS4gVKcl zRf$WSqQj^vq6q(h$@;x8KU2o=MAY46g8OE=_7juh1?K(D1!CT22EW%cTihP2ejs;u zCR3Mm-SWH>08Q-O!bq!&p~6k`C`#BNVik?$%vfrlg-yU)8ds9RZCT3PNFISn@# zY3{F#)Q`dM`WC{xKr#sOhl`DlK7YOW+AJyQGAde19sAY7tCk^=XwYDPY7)n3|6TfK zl9>h5!S%2=Ha;4=-5lz}@x;f6>!_Bubgf(8@}s$fFKZ@G4^}!EJvSvY(kKG*$WKow z+3;H)XBX?PDvjR{)*81Qd|TpW#w+$nLCG6z<%hluAhp)$J=T4*I~!8XZ8*(50aWij z5{17nXPjj-x1I@u{xVsqSmjEQ7bS378;^@5iCo1Ag}LW*zMBvO)@qI3llU>?SvjtX z8JXNzbAv_`mE`pCAYmVCs@ju^xto%jFDU#S|0V2*J2a>C@UxwU#z3g76+0)1A4Y^S<(z zVWvkt93{iLO7A|V_9ifc{TQeYYwKGPe2=EUU`jmm4o)jmSpwKL6Q4Y zY?nQx&2VD*cfX-mHe^epKj zNR5f~+sx*zM(ws!ZvVaPq)M#j>&JV0dxrxt34JUqE$Nw=55^o->TDil$G)lN~ zc8?5Jp@gHvdwbY;iy!KYF#x1L-#EQQu3BLSzJC|qiVJpVPr%-@ovN?G87+e@WejU? z+s@uV7g+AIC;9%vGP|t!1+3Ij109JjoVASzP}FayNp4K_u)QqvHSHB0iE8k6*t1%Q zwawCtEW9#uVjjgiHm;(iS{8TQyFHa#pck*Ev?%*yNSt$~g>+ZYIw&MdzIz5AD$PqX zay1div?%XYo>GZr6f&*PTjr&q>bt1FQd^cL`ionm<`XIXJX{AIXeQ$cto9810i6b8gY29aMolp1Dv$mvr zpGpWhyU^QBTJ>3-^7(9}b>;Ekr6CWpWT1%#r^&f#zDch&p5Zs_;1{DED$8E^P2?ry zxk(lM9Ct-p(Q3=+h%~2IihLuDJ}Bx)FK4t>UMdx=J{ZRL&Y%&q$r7Y~m4D|%CNJ`O zK2i!NYTNL1P{+Z4MoR9CEnA=W%<>iIlu}EO==L_R>0_nzwNP}LfbXRY&kDPCHm!Sz zLhoS$=HclLlsPJA98rQiBT0KlM`$41>Pv;tRVk)FcQ4qF9M_Y+4+X@keFzQ+o9Aj^ z1Md2>O)6Rv|DoTcv@W-6zR%U%L|QW%4c4UVv+qBlXaW~i zXGD(sp-O5hWU>}_De0-h^uJeu+bcsBH))tD2qCsTQhk(|z}?Bk!nz_qV+;Z^?-nL1 z%BKH@r0BXV+PCUEs3bzvHOShO@Cp&|e;gV*j(M@3SZ{zg0E+ z`ga)5P@${R`E)z5&ZT27klJ1?p%SD*zm@rw>Eui=nHSM^5Of~e1w^F{oL!|RsX~U^ z=^g6ZORyr?1YvV|NC=1}+DUUFCQF5f9S&W|TiufdnwXyVNfqjN%2)2Nnqbc9DfKCTQfbf_GQON&LiCvf`f^Zl~n*nm{oZ4Nxxdq}|9 zG?7|hP4#m1Xa&%|^xL1US?!=qq(L2&>IA1wvs^aR$)*^HhfaNHCM_fgv9q=h!arZF z=aUdadyVtuY?oU$92AopGlZB@W5|o%i>%9j3OJiRNuK4O(yGCK8cb;gnihSRmbukw zz28AG^S=y=DwN|wf94Yzcs!*iWRn!!qjeDlxbD!cs5G zsCy==GyaOVsINOhE9H-rh!ASod@NFXsk(RDXF9dS$Si2akKh0BI&#vxR!A38w7hv^(v=%j` z-B-K$W_q`WnJ;T-_QrPhF-rsgZ(%MjbwI(UIlj$oFpCMtU_Y0g%<~T8i;WIMZm}`y z`|etc$AE0)NxM-LG$!ip^^jIeYZi}pa`vzp%+h%+A@Ix_vH1os4lH~mWZiN{k~{Q3 zK9h-%qvebVl9b=FXHIgBbh7+wy~qO9$!asleR(aiDNignm;pX1ve6kjU*A2(lV4tL z5gyuc)})=)fzvzIky(Fp(ku`b+zrS8J;mE*Enx#H^)4q-IaHiDu?-bG=#}DL7 zGJ_k}0lU}BHU}#qdXcM$de@ZT`TEqLi{0EQtn-ti+vYwr?25XpY7xchwWED<@08IK zU6ZY(1k%bv$bdln7g1i*k7{-Ph~7uyzVa}7&AZHlS`X}!6~(z#^8-y79^hH#q@J@r zul|)0O|Rq8S-#bkryDmPViLou3iQ^ZF7JJQ>ciA{T^2OfY;zyn?=U55EH3YgG$yP+ zJ}{VRUw;)Yvhgy7F*wxsx_l%vy(yeVC0Fzp*@g@j0Fo!aRi9%F9+98Te2#2H6S~`K zbHAFH`y`umj~#C_)2DFQkjBAG0^d4A3hh*QL#*&{BHCZ6?KIB4aw6&ILxPC*it0B! zz$VYGFNMkEe#^m1_+)q7uhEfXYLJYcFqkS!XMprMIV~vFN!*pAxs_&PparW@IB>0l z&3Pfg)pfZA{bp}?W8ZFCo8!`gF$$w)(sb@B$)j`~7K&SiJI+82bkI4ult{zTg-!t) ztHdsUU{2`t*7X!J{YWGZdMU+BFd&H?Dn(C6({^Zk5#FcXV4?$_B6N)R>5#_XX*3?Ndn@jtLL-q7hAi}zyrhcaTaIe$yeIW z;_ZmPcyqk!nXYC-VnuA)(NK0dk8eT1&8OjKYYwBYZ9oYst`7h|UP~rhkm+w^zid7W zcx?ZgoaOh|V;~&)#zNfRvWDG$Oa=G@xH)b{zUJKm;-QDUH;=ly+S`8|zt@1U+LGkm z9*)70f6B*;5E*F@WjO3GE6!h!KZ$G6uQca7Z?RPL9<>T&6BWpRWvcZ@R&+<|0iXkvfjb*0)O;>tvr607~qy zBQ$AKNXZ%7pnh72DSu(U?y1qyo2bd;ZU+rLBsDcS8v?TSiY-?I5+3?{8vC;bcR$SD zd?-1W?2YEUi0vDxdHB4|TR5jIxu3f}f0!^{so3nwB+vNXurcb&-xwA03mQZ+#{TEI z2(ZDuX)V_RcN>R314nlx51U!X_MDciKRni@EZ(&&o^}s;W8t#}uA3a^>B*K?@U;r1rO$s`eh?k9F&}f@eqf5@5Ha-mD;YuN6jA5DQch#nnEQcaF&r z^IR_E%V-e$Bgf(x1&Acv$g1nlql=VACyKPvQc33XsPFsi1n16H^-ijKd&86N39X`a ze-stv)YjIj$>sh-5@CJX+*7JYhLwX>2^e*?DdGp9Q;oKkq*@Y z`_I|_)$$)c^1t5D<6}U85V>kD9*oKwxvEbP_MCV{|tH!hq2OMvorNcYNRX`)}Lt?EKC-_kHfT?(4ap*;zGZW#zK(xJ2}A z|03$RUc2eHkPuvUI%3X8122csN3m&XKJx36b8{MEbT@s7c0N#(F>h*Wsix zo%7${m>6vg>l{7qL_|iC*b5hxlz7Y{kuP7qY!`x+pzgwtx>?P2=^Iy0wF5I$u zko_|sX)LTJJ)I7vieY7Cy{@jPARVl{kaQZXw6(Wql9q0HAu5W^!~gQXnThMbU|-*v zuCj7ZSbjd6d4+yfkm>vPvr02FGn?#4ANa|{eL z;K1G8T@bZE*T!Jy{C^t;Ma3JEF7t}Z3yJ7nR8DqwTRG&r>{HpNkDgLQ^1E;7bfOM? zxoRW-=T5%GHPzK~-dqz6Mmz)r1fU5ae$9B`^qp(2eh#&f4F4r#F)@AwOt!UUkFK83 z608>ff0~q*-Tz;^D}g}1M(U6J{|XmS@3**PcHa10GoJ5#WOw&>EJGAEtNo`Jw)_kp zo6-C)0T}3v<@R#@o<0sYMT*3r{v@|sgF4&zKpGP}H+9>$1p=L)6=CfOl9UsNnw5_= znwq0lNs&3ytL3hB!&~-|N#&h4GU0&X>*^-P#^kstIxCA8CLgA-Io8p(E@~SY(J>Y* zyZ%S!Yn7@q8-kp38D!)x5K?qekZwSEzoBg38|?&jmHi-hVAnx47TIc%v04`#C0tSdu|I>-#qdGQXrG z+Ez#n5WRxQZis1NF+R=_3Ky z=FGT_?z_GWGGuJgHaA!2Z*_GKuQ35xM6@F5hk?!mrtxke4b({tp@a9+M4?b)f>qVjw){u8 zPh8g$^%z_m^^CoPr>3Ufv~=qM_Q>0o5M^e@>2RV502b|>ixv%ONd z0jUEx1fs9+8I|&c)mo*Z_<4msIedhvS1=8~KWimcg<(0#(9vx2_q&Ytb@JT^F~~PL ztvC`&;_2oK;k!6=aFypnYR3W|&IzJ}U=zY%`FbOsIY-gp;NU1)(U^e&H6R?TK%vmG z)~vy`EmBhnSVyj4~|v9t|4@%XRYM&S4lpxcI^H%{=as3?v5! z2P`Zszw%;X2`Dk(U429l>@)vhZq1dHkx^SsErP>A@v^8-B^x;3(Wp%8rNlET(BYJ! zQ-$3`zD1^u$(N_H%F4KI>qE=1fGgC?nq6SEx~i5|{;ywQ!{0@7ZE_gDC;YX{&+=wl zR>dn?G*rlDb@nwYhnx1c*U~xkveATpvnOVs0H>4O8%3p1Bw2Wb$buu*y21?jxi~vU z_SHCo82NfzA{lSbdjAPq{4Wvs5MY6^T1i|Je+{tmNi*#vN^ zm`+~*gUDQCmDK$HlDdW2g8lkij}P|t9CmhgUESRti>~D1indNp1%-v->+9>rdi%#y z*>XW*mpfJ7n?I9PH8fcG`D2TVxwf{ps^6T*nZIW0?pB&}?zDN%!_$L-XQd76Gz@;nW6V59J7qT{HrZW#>f9plwWsc-@ikK;8+h{wybD!liJ&u#4{;PBy1uyk%$c+A;rKCX+ zzrDIkM@a@Ac!@uq;aRr}9gs4kqoe=j3KEtHL|WoCAx*DK-@t%*e;g~`6WM&b$CQ-4 zljI$=;u zbMoBWoN-o|o15GDGD$$+&t&6SbmTUaf_F{c4JV-aRL0x34mUCG7I}RFXmVt>PW^6@ z4B`CNMd-A={t~y8s1?o5TbEwFwk+#$bB<;_Z8oT~rgx*-**Zjc5G7`2j)oy0%Tji$%b0DBJ%1k6rd35ptx6K4dcGO)i*#g=7;PN`}=T9>O3SnX4zf)5T6Tr*+|~gQv{s}p(3qAgTn{YDb*|{?Fn%&HMAed-2D|0tx2m} zna8~MOv&aAK}gYD0Chr_@w*_ElIP%g|#2YtZ=@OvbnDf8P5E2zVnEis#uXUha0}t3a zVK)4zgf!zD8zq3Z=*7tQutDL}y6*vUTvH7=iXEg5o#qaJI)}~B15jG$BvnWxxf3xl zab(d=*T6;VE8V&nU^;i$#|%3@3>`8ZO5j@X{Tb*PMwlP)5Z!aoq=x6iP-CPlwRxutKHi&IMRWkKrpo-b0<8unFtrbyISEm-T zeN>R;FY#Rj@&j0n3tK$sJfDpTj{oyH+|OwAnF}AE5pfsph!ZJsC=e}dfN0~3g)gr0 z2AmU)%G^pei?b0g&d&BF)#>THTD<3ZFM5(lsD8^XJi`I{o7SYAd?Z~uY3$sNC5`?o z4aanaKkML>?u5CYB;1*L_~R#Z4aazo(NM$r)aMJwB&*o?_#g-p@PkUv-S-j_62#{- z_4Q&sFh*@Ht&wNEJx+cWFOE>eb$P>*Zu4mOckDRU0aBLd12<24FJnv!GN$H#7W-H{ z!|d+T49iN#tSx_znq?pXD#TDf8F6uHSg+e0w&Q1Bp7Xp1!b49L+H9;GO`{|ycUN2b zoQ0d4+YgL{&y!P9dX1LV)Fk%wDBlZ|#d__&uRA_=kBf`z8y#gA7ET00?a79wr;woa zkZDg8^?U#&C8ePK-{;1@2TIb|hEaaUIkBl?0|lT06BkbfrfW1bG%|!2ITie%i%oXF;UORf2M2iB|N0$@d-jleM}L9Jgzb_`(-fn8g*}^uQ?>n zPVS3(U3t$To&S0}_gj_m^0=xOs?8})g|9|Tn!brL-CRoxk%#!G8k2A>wL(jel5w+IjwDhQk7}>dH;=8xIM;Iz7QK}T;gIQR%co$ z-}q%b7=c(cxB7tY&#v-x;-yWRj1@BjDWI6EolF4IZ{llu;c~J9xA|c-UxF)z^p%$` zE=o1?NE2YDp^9&aWT3gb_w(g0J1=inCip|Mf{UElLI&qk$;sTpAUC4Lw>D^W@pGQe zcGV#!W!%y(%|EZ3O)9VW+QefN%*~lly|9A%`V=YX>7Rv#1$0vTwTx5B9|y;0bc75D zd+7XuqJ`PTAHj3xhwB;0;+B?7poIVM;X_&7h;-pg_u5tnMbFDxWfZa>MfK9uU#cm6gpsX}VF$Hj)v zT%U&RQPD!r$hSc18D)4@tSowbj!wYQ0tIjk`W9p(fC`L6wI(3z8IpHonm zTG1^^U=Q_{fmrC0q{&On#l@wU9+$U%>5IZbJ}}j8o3Y6n9^`GED>#p);{WpX>-~;p zz9&zfocT%v-rc#s+zIc5sH+o#z4r2|s}s`FXhMkT)qsb{tQ=(u1Z9=<+X9*EO$E;< z*iVu}nNmP0K6<)~G=O_@zsc7y8%p6XHfhaVU9}t^ACGwfdf)RXivLYRpHFb|cOI*~ zyZ!da1V+~Y-0~An$@iJzqdr+}hXIG5+MeDMVq559w_fER7f#JN;2mH3-or)t=iojj zDXC)0*1~3%{mgx?ASLc#vAA$h@+x`efY7+GKZpNDnJ2@bj|!_1!hSts ztB-voOIF>@ZImD|m%D4tmEL{%qd~=9{<1BX+7C`zKK*92$quMAUu>7_hi6J6G%JU{ zDe@|hKkq!mRQy$wu@f(Ey~2*ajO<>*;}H(;_!5^1D&=n(n9#oOX-ayyb=SG|OBd>? zG)`kJ7EdrCAp(v&mLu>5b)efWZ!Gz!ZY|(xAErqw@zjqk$c3{ zAKLR98dAL$yhDM;?srkq3rDd}O5H=UL}8IV#7x5$7W%u@QxMacBd7A($;oXsSTsiDn`Fz^t9s%uhKox- z^$>5U7g`lvmZ@Fvj|w#NpI6v)Kcq@27)CetpA`GAFmnAyVp4w1^q&$LrufX)7(pE$ zkTj2Jz`f5fO>9Cb6?(vugq#;F-gi2_{#G+M!QiyIac@(IeiN|*b?z!%ZFqrWB<9Bu zC{$t5Tnz-Svi(wsX17Ay^V+YTM=}7uhI@nC^}1|5nRl_n;BUoNCT)Gm-^peOX2vUG zKg$D8rrBTG#zx83z?ac$?ug^(uCmnPl^PqQytF z&RAC?kTFbTq8xHJ;A$jD(xgCT&esTw$i*-957rZ<=DXmW^EY6s=yG_hi5DuT@DW(Siie&wQ{ zpCC*~{uCiSiQm3@CFk!i4fn!W z14%H79(lUpC z5?+94MWU<*lRQGvEl00E>?^gzzrrs{Di^}MUT3f(fYn5P2qZzwh)7=Ed;OrqjFCt5 zYv3o$bLB3GO@nwG6R#{?UaE6~AuT;KLmXZ#kt}$+lp)b*jDUAJhw@wUCGWk=$N6Kb zznJi`d?YGR9V2v!*(Z9R%J~+`n@^+?f1qZ-^Dt!xu3dcoYw-{QEsB{e9qgv3MuxEdzpZTgH7Yr5Qn&u67d`(5ydwg>rN)Q=e*GrFbh z)H!d}mh+3HtSqx?q-QD3#oxlv&B-p^d329)eirLbDo$s0XMfQcZ}KZTrV`E1#7>pw zLw3lOpO_4IEZg5;Ym{f9x4-Rj_8wnUI!lg=Zg;O_{=AZwU1b0A&~w-8 zUy@oINW34E!F>vpw7#&}^@IfSf0_55vN>&k;-ae6CEl8lH4(et`iHBHxL~6LUn=k# zQ_BGyeEyb0i1(T>z%gy0X|QyelZ5@z#b1(h6$M29o)FLNk5HoTTNOQ}(vq@w?ohM- z+aq9A@FKt9Q;(g+=taq2t0(b(%Tia)n~zKVq&)w6OM_Q<{N3O2<3lO-=ZfA{vr-E9 z$Ul2mxz%sGvXVu~q8LZ#it+`kBCYDPTA9Kh>8NKsi~## zncV~GFZLHN!fmqrPU~B50YnZc#Y6zib$(DyOKWdTs-}#FtQ39tY6*G%GypQxBdtg= z%pH)S1bzR~QMz8ZZdf!j7F9(Z_yBo3puQV!sgk*dDbaJW7}uyA$?O+}vJ~d7es_WG zce`9((|?L#ExF`H^epa^WHPwpAjlWmCfWYnaPbNUgliw?Z*q~FPyS9EO7RxiI|eEH zZ+q(cUBaWV9<`FCU1sZk*e}Q~49uec@TWW7enOyyeSQTUA)NEh9zx9)5Zr}$P;T&p zLw4z)GH!ye+kcaEXvnyUDU{n8RK{#=OlO|UurlC;v1Rp6ie}YeCP!$~QI#v7r}kDq zOwOGDu&SnhDcsq5q4|?w+Z^}Q54(;L0W~InGwmTcOJT?l_VsBh=;Q~eF8C?Y_ zn=8$N;b_mvOa>;TT-6#2&9wtSYAgFOT&}+h5Pt%=`YBeX6Vaxw! z?d$*rmq8t!Yw1(DlVtU?v<8FgzqU%&e9fp}sVqCg&Eg!f+^Gf`KR@wg__nP3p7wX) z3_K*!DdZuTZEvi(bb|;}?m^7-U`BqPn-|$@`HB?dHxHecaB{OAf?pFt+F+*q55e zZ*fswT|HI!_t|gA~oi&X@D!3GFKDVH(|H{q{dO3NY^$ptxrS zusBK+-`Kf1qY*Gh62QCfG-59Ob}D-7uMP*{hI?9yDN_5ly@ug4=~7=_D3i0FSX*nJ z2-I+Tt@&mYowLK79GDBu_%kvL{iI5-zLTK^?Y8do?ALalLcMFbVxBHlNoQLqNolXf zSh>sN9ki=0(D*W&XyQr4ymow0r$csX`kqK%lXIr}qo~!?-2=|r5Mj9EQW|MI6=As_ zw;|MkZZ>H+&Px4X2@$OsUF>&OM}A-7J`&7F6tttCFkW!eu|Zqf%cr4Rq95$nmcqQ( za-*LCZaOg=H04tM8}WzqV`n9ES22|tr|J-~1(Kf&$>c!)k+PGj-Gg(+d))w3CsN_? z22c0&ZZZe=GrHIN)ja4#gxAElM>;i+5#*A6@tSZFr{kN2*)H$kR~J)8ffq)2j^Or*=W%8Ry=`s(AF!K|Ugx1-SwggV5tncTz}cCxOt?9zlGq zn@;(rrtPNsU^b3oF6oak6evjfYv8QFLwA!Dv6u;|gu~d{$qI7ag#w5CQf8ivueQv?q?9*vba4_>hg%`@Zx0x@ttnh6KC@?j5|npK zVD?8V1sX;0wj>y^ZnAj7e7ElyUrDKDHYe=Hm}9^^^xBvL@SG2wTKlniTwT)u=OkNr zFj=bW9y_%+k8D_Tq;C3KZte>GVr|h~M!0~kqhoJ}(l6;L?}2?!N7R{IVaBx-u3t1> z=Iwh};cJ5Uz*0W_emrolm@e(frPc$e9^#L(f$QL>XHrpS zKIHG$;k_k_DyT6VYqtSag@E+*A6587LzZ_uivOzyX=qvtPP zEZe{FmN#p4fCO?5j%Ob%BaWf=1x zl9hc>s{b7!EZZiN)t`I!RJQX~Ogw$-(pp;jb?N8%(BeBjOF z${g=b97NzZ1t9uxua+i;o&}R5P6+vIcg?gT<9893kFZWYuH};cr2|{dwyEF>5*tyuhU`{QCBv!_E)c}n2Bro*>SW=Csq*A8)9hW-P?HD}>}_~nf}^cQ5ft*147yq8fKkG}Wi}ct)fEkXd9IP+hMyT@ z&PKddki^v+;x{i@A}e*82|06%dcYjcIbg zu-7}d-z#0Rr?`O23l4)(r%RA@#j5nWLM_(+CUvzGG*T$&N zrpz}?g>ky**aIj}wW6Ho9cj`Z3q-l&vIl~1`>bB(6=`U3G9l{X*Y^O34aZCnTnnXs z^>)ZRD@|!Ti}E!vd&HHW{uIti#5P$I#P(Qq^pGL{af1!DSGAkm;(t;a{S20V_YCxS zNFa@ldAS3{AeIll5fwgIjn@`% zTh|ByQOm2T5dd(O5p=gk^5pLuKL*X?w(VBU?;`w`eUB)3jQVOJ$j>8k)+18bISZdh zz8)SY&tQ-;#9#wD6G{IA{vJFyI0(lp6*mHq+u*fD)YxHZ>*HzuQ^PsYlsy&oJAXl0 zoek7&Q=;Cj!z$msh$q<5g6(&TA4YqdpjVnk2u^o~TTyi-Z(KB+BWODqbts10`(9X9 zY*k-Y6|bE$5j&e%tg;q<+PvxC3*@u3|++d03zs z3fmpeC{ycZ8sE2PF(=qr{Vvh1o~a)MSsgBrbWfMbz*m|OI}$1f(-f8&^){|AOxjad z%r{|YX+n%e0?ib9+U=ff2$H+#oC@@@O9;{oZGCt`x!H9leep2LrJeMSx`Ur^&pl@UA_Ct&QU zuh_JqZWZSgoJU40JF0TSs0R(#*E^*t)ALPJcdC!Z_rwtGx4W*067Z;O+ zsumR$p#WS1BgtP~d$v4{~UZu6O|%4d;=+kppj_+r# zWecwETh-HjudNL#(}%HV)2jg^K-kpC(2$1pP)d8Eo^ihgOv=;fXraXq4D8;fks*=D z>$^;Nr`WhTO@-0#IHl3mOG^8Zgv#SRnn-}@Q*PRRPdSQ8&d*QE4Lt%3I)OfL(Qnbp z!UCmoluIqW0*@d>@QuHbDIV&g?RKAi_yA?g=+0K~UDlml_nfe)hPlrX-35xWebi;U z&=q5m?%#Pq)KqJFmr`n95CEDh=pqy5T4zYdq}aejVg^7^-(GGIRfQ@wa&~L!lx9{UXuCC=GwM|az)tDM#IBD+NVUl z0nRCcgSTBcSVkSrsq!S&(c*bg%~4Il{gqMwfyj(EIIrX}SLv6F;@PM0t9O|Z~5I!9=W*s zvyQeAEK*4I!KS_$3t87ST)XIMKe-RQCSzW0^S@66YKWe%qb`u8SRP?;%~q4zBp#kR{2 z>C9`msL?Rt*`(f8wLc2CH2vI88cIA}0-ruuh-}iI)IQSCAMM!y96T_K$+q<0aja0bRhhm1Cu2)+hnmALC5fV~+ zONc?%ib?4ISadj=qdBz?)W&TZ-1ohGw+5cVq~MtWx6FjMb1%qkhzqiP#cvmUMJQnc zF&C?0xfz5YEsX~?)K{M$+zxe!+B{au9a)L`Jy|@2_;x?zY)29$Uug0`^n2 zpt9GE<1$*mZb^KK-j%^1ufB+R%ESB*#vZbEV#4Jd#M;6Hej#>T1L*G-siNmT!rQv!C`~Gy-?ytk} zgH~KpGlGk(z}3|LOhN4Ne5d!W#DmYqUE77ig(m;B6htlccsc8pvh?FGFNkJ9z{T@q zD=}Db9SX>tF?N4{Di}wphs4tco+9ZMnw)mN!^cL&h^-0Ib$fRid?=orS#{F!)Bvi+_hAQ}@`A{EV z6=J7W;(JDF>j5F0f}&L`C00!)Q?ilq8tZm8&U@YpVb@2mjDOvHGNzkuNIqH{joOm7 zQd~HHLQ+aa6~wqZTNC+HJ=s%+_9&Rrc*Es~JA8f~TL_T!1U^o22?z@EgMz39t%1Fb zvN?st?XU=(K?L;X{bfK?2(Du*Aw1VjhiV8Eaf7m6M~8%S`F_LGQ`Wjzbbgu~+U(Iw z?{(~*X3=27$IAqy)~P8LpR6}NA!UfOtYyd~>w=buC|c#0^){r!h6=#qaY!WFrYkH` zMR$-*@6N$VyWVlrd(Zj75s+Tz@^;I`+~;(liMCyS{?8h>i6>`Zp2N1S<9n0F8%E;L3a&_iF=oUQUHgI^d(#+j zZeJ}*^jY{gUIfEwr1ZiN>%O!aW25Fs#ax@ZW+?GFK0s(B(1?MUJP40uz3FHKyi;{d z+_at|U_}tmu5FF1g>V@+)gwsWIypG7Ff#`s9pNR2#a%_oo*%6WrpXZz1RNY3&p9|c zFxZLN*@1=TMv^Q2ox;MkfPj;aY+4L3lvuHU0QYVV^CEPnfX|i+S5s4S&V532&TG-n z*Zer+E#{hhEt>HU&5Zg`xM%)-i`&gMD<7&j9|>l+d@>L&3|yW*q$|?+LM@z6Xc9@i z*LW|7@M;$t_Tb~`ye%=$M4JUo{XA~SL~5Hu!BM{g)R4JJ?{*nq5WrUf&aDv-g5Sxc z*QK1RsQ0;kh}mO|W+&tf#~N6%k!C7JEp%t)UtV3_EZZ_wh6>@t5mrYsCXtXdcbd|uk< zP!C(Xi6jV&9Jx0bDHpz#FPeX#%q8G|$N=0hbrXmgi!3@n#hGVkx%Q< zq{oNN2HM}hnKHDFd|5Ng6stwVG>$jk1@P)pU5Sb*W{C}}|HwX^Yj|Izb+^1k^WX)> zViZ&!e?|16j~?DnPIdKqtcI+Aj4vpz43lT^)FH aXYvmDg&!-|A+XQ#otH{lily?VU;YnmoHY0V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/apps.rc b/themes/Mint-Y-Watusi/gtk-2.0/apps.rc new file mode 100644 index 0000000..8820077 --- /dev/null +++ b/themes/Mint-Y-Watusi/gtk-2.0/apps.rc @@ -0,0 +1,45 @@ + +########### FILE MANAGERS ############## + +style "thunar-handle" { GtkPaned::handle-size = 2 } + +style "dark-sidebar" { + GtkTreeView::odd_row_color = @dark_sidebar_bg + GtkTreeView::even_row_color = @dark_sidebar_bg + + + base[NORMAL] = @dark_sidebar_bg + base[INSENSITIVE] = @dark_sidebar_bg + + text[NORMAL] = "#C3C3C3" + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color +} + +style "thunar-frame" { + xthickness = 0 + ythickness = 0 +} + +# Thunar +widget_class "*ThunarWindow*." style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*." style "thunar-handle" + +# Caja +widget_class "*CajaSidePane*" style "dark-sidebar" + + + +####### TERMINAL ################ + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#3f3f3f" + + TerminalScreen::background-darkness = 0.9 +} + +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-down-insens.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-down-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..3c82734ccecd0d46e1c7d6f772a939e3059f65db GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprS}m7sn8e z=;V&I-QQ9gnj^m7uxfj;;>NrP^$v#~=N$hM9%qeWAFr75Ev(GWdkSO9bKID@1N5fo z>X|RoR%7V+Tzqq(no7YD5yq_{EuRjYVOja4{~X8D_6>}AzGB_}8(vugEn)C<^>bP0 Hl+XkK$zewG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-down-prelight.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-down-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb9bd94e0d18ed91c0451a57a74266f6342080e GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Rlb*Djx8V882Y>n~X~?aQC{D;qezOk=otS~6|Zx185MuTMU9;DRvslJBMk4I;(g zW#0e1Y`yWh|M``EaVt1w|JXinjLIwRK6r+u$?oO6y>pEO%ozT}soERg&w2~Ag~8L+ K&t;ucLK6T`L{Jd` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-down-small-insens.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-down-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..8783904837669f08cc0a31ab41280df545c0e2dd GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdt@X7sn8e z=;VY0Y)P+^OcmEie7#|1pnOVunW+<(hJxg6p~t)vQ+oQk)^<Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;VY0Y*q8VRXIk!vps*H=iat?{;_O4Ja?;X<*Tg^IQ^Hbp7zD&t=aq98+(^Ea<1Ci txcGU-`TO%8*UmZdtnh(SUJ_MS|;OXk;vd$@?2>{zUN6i2L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-down-small.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-down-small.png new file mode 100644 index 0000000000000000000000000000000000000000..0bf1768135edfeb9f295e277ab3c24f450db70de GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynTE)5S4_ zV`gukA=e=X5tsXQ#Z$I8DX4D{@|JGRFo0Ink!%Im}WSd< Vsk_eNV4wpTJYD@<);T3K0RU!KYF_{V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-down.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-down.png new file mode 100644 index 0000000000000000000000000000000000000000..f57c15e5b5e341064a895700d786e0e817c57819 GIT binary patch literal 308 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=r)5S4_ zV`l7`g?vo`5^WFP+Z#z3OYGrU9@L?>>Z{7RM7FezQa9F|OV}R7(^AYRCbIs3!&k13 zb4S?ziQSl!U-ykKL?rz4&6JpFPeto9*M1K^Z_oY6D*c%X&*3NH8cVmG*|XR`mg9P9 zID?)`$%Ux()&h(cLV<~qVLo@uPMoo1m_O6sWeekn4Y}4Hm%sS_jq|cBl6lT|fcZnt x?Xrofk*o}h+>gzeE|A3e;F^i=1!jgHO#ab!Gxp@}lm$AT!PC{xWt~$(69DyLZ?pga literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-left-insens.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-left-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..27104c666092dc737b56d5b2aedc2306911f5052 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&OrE{-7_ z(a8x6%>mDDblkAwn5=82yG{KXx5_EW$-=jVAM>WDeRLB)Ug8?nG}R@Y!Ik-d4_g~U z~}U&Kt(a0E{-7_ zvdIYy&1~D=wc4IPa3=5Fy}7pkt8X>VDLXiCF_2~5a7M3lUbk(1)#Za;Ro|Fg)thGW z@a)}m_j*-bxw_NNS|{7%RsX(Daojm~kHXQrz5(x4zReT0Jh*rdD+Fui3O>8`93hyF>reti+r#g_mDK{Qc2qX=G~Kk`5^zvD#gn5&r)kn%ZjNsZu~u80mF_Nao-VgQ zoP%+_U`)%0!|z2tO5acadF1XR3psYj4^MmcUl7==Q(bUQwsGl_y$q97W=bU2HL5>Y zyYBT{jq{&ZZvDnT!!s&0^ebb+nyu^!@8(p?KVq;fn6$<7@)n5$*|)#Rv_0JZyi$MC zwLp>BS<8Oz->cR2Xyg0e@()5Uy<=lYjr~}U&Kt&;*E{-7_ z(a9ZayL&lO(;6Bg*58dW_}BH<$E=nHQHS z%w%AkAUAu)yBkdbauce`Cp5*Bb-eoZVg{R7haZF5J+Zc!gHx9Q&1dj*^>bP0l+XkK DOIt<` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-right-prelight.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-right-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..ab6c74c66fb0c2068c57c64ea83467a6d00d735e GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-XRE{-7_ z(aA3=ukGE?*vrUNb*uW{_jhlewH56?UH$LtoL7R4Cy#yq^KRcYP3EWH{NDV$zgc{d zfuPD|ZSJIJU;n(dH1-rZlEb9=;z?^p-Nnr{Le?(o3=_On9r+sX{svmW;OXk;vd$@? F2>@9UPZt0H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-right.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-right.png new file mode 100644 index 0000000000000000000000000000000000000000..cf97804f087153224799ef63c023fe7716ec35a9 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!3-qTT-L4!Qq09po*^6@9Je3(KLE)UctjQh zm0t&8MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1S-0(?ST zfplnSXl`z9Y;0^&Qc`4OWMX1sbaZq?LX+T+?cJk_1FLTLgg9>XRBF1mzx;atZdeG@5z5PbKmCFlN*nTdi}BA W%*4cF_Nx`Box#)9&t;ucLK6Ueo@&tm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-up-insens.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-up-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..1be55d33d9e2f52417c3bc08a7e578f2519f9992 GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprUY37sn8e z=;Q>3=74`MdIIV=q?Hax28-Mlj(vEXTR5TnbnnY9PKHN+V#+3PJ)1FQ$GZ$}wzi7L zJKo*sVH0b6vEs(O2=$IO3HAlwB-&>DiqLOax$&LhR)#5?#cC#-_$&ij!QkoY=d#Wz Gp$P!6b4hUk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-up-prelight.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-up-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd78cc1107853897ca9b1ce1d5cb13b94174cfb GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Q>3W{a0I_FgpN;h3NxP^|c@{>)mB!W9lWHjG{ zn{7%L>!sg977|I*j{NCg*RY~rlQAp)oWN(LZL*13KEY>%8T=Q?o7;rVnGUpt!PC{x JWt~$(698|ENR9vi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-up-small-insens.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-up-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..7b5eb9edfd2834e817c1af920ad01319db5afd16 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;Q>3=7@JIS_0(QSTYhiy}I-IJo6J8I}O}g-KM&qI5y>o%fED%?jt*nT{-4qWZ=@} se)ZTc=ay5CuPB^a9J2Vd#0Ex&SN8lbT`mVr2b#*@>FVdQ&MBb@0MtuE4gdfE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-up-small-prelight.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-up-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0436d3245b0cf77e8fc67360b19c53d14c60cf97 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdvp{7sn8e z=;Q>3X3s@?t<^h>6&#q|&tIIk-&XyX#X_e4lGW3`*t|7+UwdQkvPMpwE4QzGUU|Bq xaiRbA=gI!!5i6cot`~Qy?XNyB%$CEz&>k)|>HPJp&w(a0c)I$ztaD0e0sut#Mk@dS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-up-small.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-up-small.png new file mode 100644 index 0000000000000000000000000000000000000000..511056f0a7db868ef612e4644304e24dc75d46a5 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynS_)5S4_ zV`gv9THYo@5!d(G&Ron21#24FSr3Z32w%zza*kkPf194jE5f-+*uc47?iF*>qZN~9 zPxk(C$kP0r<^1fmyVt#*_gAlK<2AnGbK(renomQsZGZKym{P=Ikh}IQgU^&8_4j)# z+>gz$Z79vol}z4a_?hc~($bP2Hl2;B&vJV{@-Zm3unXpTX!X`tGCCy~PhNeD=OWN; N44$rjF6*2UngCe6UH1S0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-up.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/arrow-up.png new file mode 100644 index 0000000000000000000000000000000000000000..f05766b76126161c3c5fe61303a55eb224c42e63 GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=%)5S4_ zV`gaoLasvr5^nqJ%Z(gaW*^*Uk>a^Q@(X7VxAgT^X`Qm&8xk(MU#LzzsHCJ8|7c&+ z`Gi|f|1CTC=hDN1Q|>R;XmoXc|MzIl9jKlXe_NdQ^RbazG$ssn!AfM!{%j~?}AS4^O*F6E8*;!>a|}v z8P;qy^S!LkaP&;!0mm&$i%v-dm-=U{?RP0j=n}K9S?Xjp>&~vgcyqV(DCY(S>!2Ka=y z0_m+=w{G9QecQHeKoSBD95`?Y3@%-|1QdagmoH!Dd7h{R)WBO3gcyqV(DCY(S=}1o(uw z0_k(-&Yg#W3l}Z`xlf-yg$Vrn_wWDz|Hs{rPY2ml666=mAg{1%_ny5Eejc@4I}<2q z>gnPbA`zaP&^3dTS(k|?Cv^H^pW9I9BMc(6;vi;bs8?t?&% b7z4wi{u5Uo6jbT}4Pfwe^>bP0l+XkK*PdN< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/button-insensitive.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1a6660f5a0640b5ef8f8f05eb55598ff70779158 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}2l#}z z0_l7A?%ltC{}C8G27|ZnKma20>-X>9fBrmCl|BMg%2g8N7tA29uxt08y$>GzWGR(P z0E(JgcyqV(DCY(S=}1o(uw z0_k(-&Yg#W3l}Z`xlf)vfe8Hm^XJdszX|b^l|eR@1o;Is$SdsHy=U)(pGPg%&IAgY zdb&7-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uAfKP}k zkQQ!uCS3DCxcQkt!xMqVM*@vcfDEbDXNsNA)ViK&^gP$;d#*p}x#6Ve#*?0#PI(@- z>}~wYw?`lRxbW=P&6mG#zx{pZ?e8Zaem?`EPrsjk`u+Rwe;}ClG3^!5bh(lszhDLp zP0gCx+8*qnwe98vpvpu~7sn8Z@ZA2lLJa}}uBuT%Azv1L`nP^&n!w`E@8`|jySqEU z^|oVElD`sR5}{RQJuRD^ kb*aanxqZgYvwr<#Kd#FzqiSHq4YZ8G)78&qol`;+0Q^CnxBvhE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/checkbox-checked.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..820df91ed430e2009a5eb415808b06a18d2d4bb7 GIT binary patch literal 359 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkQQuwEZFc^u(9SG|NaAk(7AW>fHtw0 z1o;IsczSt1di*5Xe9a1=P=cq6V~9j}Zoj8cg8~oB;-U6j*e^L67)pQ+C-O?i9aVQB4+ nZPJD!efuv5pWmQT_m7#2iG8t*$e%wzyBIuO{an^LB{Ts500*7b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e1b6d89ba3e2070eb6be58334c194ef993c186 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF+v3bT01u+ec#^3b>VsaB6?Br%+Uvd7yC)SJM kY6b@H86&Hr7~gR*SXufne7Ew&CZJ{pPgg&ebxsLQ0OLMnVE_OC literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..a98d3d3938a1012658e2e85f9730e949eac15b90 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4F0iaG+cJgYUL}Q2fGVD+~dEtd2aFY)NM|yH^pw? zu48#0bSkB_>O1S-sjewLns?1~>=>r={{33RSd-xM{BzJdkdGNWUHx3vIVCg!0Bj^) AOaK4? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-button-active-rtl.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-button-active-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..47b91b76b7fcf51df43687e0fdb7244f2651b7ec GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!Hk~ty{MvfkTH50eP1$T>_GqFJGQ~Sf>+YO-YbnFoV3p?mc@C{QP79?WMTWJ$1+>^m`qwuiv1>qpK~wD$f+^>wwuj-J#Xf5pe6=S LS3j3^P6gcyqV(DCY@~pS zGe99tPZ!4!3CU!Q_9i1|wzg9<1q_rW4$iyTc4VHN&rOfIIS-EgcyqV(DCY@~pSR04cL zT!Hkxd-v|&zyIjbqsL(I?%g{e8wfss`SR=c@85s^h)Dn@W4pHIZh%2!W36e^S;k~OW3x^2krV!$%i!Y|W>|Z7 W*~_&5J~x1x7(8A5T-G@yGywoAO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-button-insensitive.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cbc15c9f6b51690674b2a0d643e4f47b0c3174a7 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!Hkxd-ooJ!P|Er0AYXr_T$&@-@pI-DKVeH0#w9a666=mAirz(g9krZWM7>D3Tb+} zIEF|_CTp}e89B4HtqT>{U?g!c&Xl)vZ_SKN6aVbE)Y-@=r`E;8VE=mBi@Kx~AD|`% MPgg&ebxsLQ0QRO>c>n+a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-button-rtl.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-button-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..e654a6bb0e2f4971144dfa28c0953b517d1f1697 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!HktbLY;3!G#MKfb1tvogcyqV(DCY@~pS zArg|w9?eZ5&TMU`W(pV_mOMD`X4jEgGH=a)5zf*p-bThT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkaez;V zE0AVrxLUIFMb`dTDQn&(uX&fh<$b}H4_dv?1sa}+H9vKn^~!11E9cp-w%_=+gcyqV(DCY@~pS3<7*Y zT!A!0!_~CS&(hYvOIi1>aO-=m-sjqV&jlKuh&4ZTnEBFi)+?u3ueROzw*AJpfB*h1 zy%cBx)WT5`)irO`LH2vP`njxgN@xNATw7a7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-focus-rtl.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-focus-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..bc8aa6904ce09669945bbb03a943aa49f0e5ebb2 GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!3-po!riKX6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkaez;V zE0AVrxLUIFMb`dTiL2hkt$3BS{&mi#x0*fA1R9=*H9xhV@xo!o3&)u+HeUX?>B`5i z-@Y%LVJHjK#aR;M7tFxM&6Al^T=H9Jx|Baq(A?9-F+?Ny?L|W-1_h482c|7L@!$Rp z-_-YH@IT`8$Ayp2)l>a~z=kaIj;{an^L HB{Ts5^xt9V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-focus.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-focus.png new file mode 100644 index 0000000000000000000000000000000000000000..6689a3548ab86c7c9a951dab21b91a8f9994d6cb GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!3-po!riKX6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkaez;V zE0AVrxSF>4S>mdf@he~DY8)nZGp*id0u4{ZnxEQDe{MhHg~N;&8!ms`c=_Yk zZ{H7AugcyqV(DCY@~pSqyv0H zT%SID`t14hmoHzwdiCn-*RS8cef#zM_wPS{{{8zmbH}b4pfYt&7sn8ZsmTcqjF;Kk ziX;kn95#512)rq3dw5tc`M^8(1@|91Y-MEF`zV8_Aw{VisD;7P)z4*}Q$iB}-Dprn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-insensitive-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b39eeb781f19eefa4f969f3542dac495cc6e22 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zT%SID`t14hmoHzwdiCn-*RS8cef$3X`|m%0{{8#+=(R-8RG6$v_PZp00i_>zopr01p{XJOBUy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-insensitive-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..eb794b50b874743b10672781427a5f88f1f35b57 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zTpvAp^!V}Pr_Vs({f7@^Jo2{dG1>Te~vg~e7%-B5fZ_^X^3HK)+VqthCS2k5-)%`A@Mg~t;KbLh*2~7Z7 C`cZ!X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-insensitive.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1e905a7c5dbbf7c6c4d47ef42dc5a9ce063b142c GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSGLLdn_AC50lsNg`Baw-Lv#xa$)68GnftnaRUHx3vIVCg!0Q);s AegFUf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-notebook-rtl.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/combo-entry-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..9f877d8b42dcc6c721c16cfe0630fcebb0c5a3fc GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSbOU@s zT!Hk}t5;vVc=77htNTyhJ$U-=(ew9@o`1M<>*e`t&n{ele)HbzoA+OT`1JkXzkk`g zHq8K8SrX(I%)rLYlbKUo@>^)Sls{0=*we)^L?S$S1}E$0Z*~a{jBfqh1!l~*8Chm$ xGB%wxNX*zgbK;*veIJyQkFc^;%$QTlz)<;KM)_RNgcyqV(DCY@~pSR04cL zT!Hk}t5=^rdv^c+{Ra;oJbLu#%9ShU&!4|=;ljgcyqV(DCY@~pSv;urW zT!Hk}t5;vVc=77htGjpa-nnz<9uPcuaQX7(^XJcBxNzb6_3N)*zyA8|J43}0S&)4t zL4LsuY}`DVImIQvg{DjS0|gB|T^vIs!jorkvTptslhDBE*3VpE#(bNNWp*ZG(^-SW qjLkDA{yEh5K{@#dBij-KMh2JZ(i;gcyqV(DCY@~pS)B}7% zT!Hk}t5=^rdv+TP?%ut7|Ni~UmoJ|`fBwRS3)in-fA#wH*Kgk=mCPpqm2#8>`2{nu zab;!~7XEg*=+F)n)ADq243P*=w%EIgnM+Dyo3zn^gF!5l6NQ9!Cw6R}_;(Xe=ia-5 d2i>@Y85HMB?66P!tqs)0;OXk;vd$@?2>_5%S^NM1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/down-background-disable-rtl.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/down-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..ed124203a5eac056a46b5ca85d0e663862eb84de GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsDr=})bO#|opH!GZiMF0Kz{{Me)6PKi(>E&uRL0M|F6BV1NC8 nzkmP#|DQAc{QT}mK^zQgTe~DWM4fw;@2< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/down-background-disable.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/down-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..87956d2b4089c5aafeed072b57f11fa1a7a543d2 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD?kJH}vvr91X}t2NKx5k1ZP8v_mt~E!-KWm`_ro?#?Euq@ o(5?<{35MET`|q;yc&Z;@TbU-+GD|OECD23$Pgg&ebxsLQ0CG(}egFUf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/down-background-rtl.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/down-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..370259f4e1a43a012730aa0b2e6f7ec199964814 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TnrUx;TbN zOnrOGP_)5-$MxcO$t-4djibEPixvjkY+zxYqsCPAoV#In`qKrO$HQujH}_4N*D+(Y k4ui3^>fHmZJ^Oz!vep{OxrXNX0!?G^boFyt=akR{0O6K8bN~PV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/down-background.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/down-background.png new file mode 100644 index 0000000000000000000000000000000000000000..0f40ef0e6ff14ff50c01af9bfd22792edeed5d11 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TtPJx;TbN zOnrN5H*bT10ILCaYUs1QS6;5z$#WZn1z+#2 fe|N}Z(_zk6re=ly0cv$Xa~M2b{an^LB{Ts5V)Q+w literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/entry-border-active-bg-solid.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/entry-border-active-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..d7196f2c041d241f376585aa5e60d4f2749c5ebf GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6HXu_i1AIbU z1sa}+H9ytqd#2m}%x?N~`x!4BX1s8m`C`N6j~g$4+;rvR?%Ut@-1)xu&i8$HzkmJq z{l}kwKmYvu|Np4dp8s6Pmg4~abG`k;nEQ~B02J=t4XCbzGCWevHfnmWDp Rs4CE022WQ%mvv4FO#qcOaYg_D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/entry-border-active-bg.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..14b7374350933b22f2e346b32fd45849d30c73ba GIT binary patch literal 307 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6HXu{&1AIbU zfpo+ER}ClL=52aiu;p#R#y7c}-sEq22V`jWJk#oZCeZLitoffS%AfWrQsE{-7@=igr1 z$k?F3<8rZkQAcN^!?*cY89Da0?yr3+dncsA>xxX7`XLe7rH^k4mW6Q~bzwTD^zUW& umRUu@8C{y;5hpL^t}}YD*DXE!aJ-cX%g-pMJLW*689ZJ6T-G@yGywoUgcyqV(DCY(S<;2l#}z zogcyqV(DCY(S>!2Ka=y z0_j(;UcG($_RhU~_Z~dBfB*hnAb$7|NL;>r`TY6w7cN}5e*OBZ*RQ{R`z}`WEDxxG zt0c%Tn1P3{q@=98yz)2iod{8&sI8}qV~9j}az%BOD9@Xn#|th`WMp%BZX}cD&>+*+ z>tU1G#_D0SF7br(x3y-61y$mB51)0ia8J@>_Tpe-DDPL5W{Ey14m60t)78&qol`;+ E0Hca#V*mgE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/entry-border-disabled-bg.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..7d468a5c2d320c5ef24098143e3fc7940eed60b3 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zK6>=%@#Du&pFVx|?AiMdA3lHi^7Y&IU%!9<{_}^S!+bYTnUSZ9V~9j}vWH55*ne225%i264(k=;uM+Lh1MrZdzopr06mUQssI20 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/entry-border-fill.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/entry-border-fill.png new file mode 100644 index 0000000000000000000000000000000000000000..15f67464afbfc0e57a0bf88cf6652732d3b6c15f GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^tUxTm!3HFa)Xf(FDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0xGo-U3d s5>u1^{Qv*Ip3USyi=Kg&#T^#L|EF1W7S(TS2P$FkboFyt=akR{05H!gI{*Lx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/focus-line.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/focus-line.png new file mode 100644 index 0000000000000000000000000000000000000000..c06f317b319dd6f97549c7755ff72d5655247f6e GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=mSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt)QPE{-7_ zGn4leJUk@DR??tX@$gWqsgJ}e2?>b}Tt-R8!VE5aJmto9D*u7189ZJ6T-G@yGywo4 C4=acO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/frame-gap-end.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/frame-gap-end.png new file mode 100644 index 0000000000000000000000000000000000000000..8d253648946d582949bf9f52bdd6ecd10556e423 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!2%@Xw6`;Y1d5$JLpV4>-?)JUISV`@i-D@I zgD|6$#_S59pk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MZBIajv*Yf f$vgi4-^I+pk;C*YFo1UsP=dkJ)z4*}Q$iB}PiG_H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/frame-gap-start.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/frame-gap-start.png new file mode 100644 index 0000000000000000000000000000000000000000..b575a6e0b430bd462cbbfb16e08289a613887f61 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!2%@Xw6`;Y1d5$JLpV4>-?)JUISV`@i-D@I zgD|6$#_S59pk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MZBIajv*Yf f$vfT^{I_RdyT|lRxsGQpP=dkJ)z4*}Q$iB}Q_v(b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/frame.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/frame.png new file mode 100644 index 0000000000000000000000000000000000000000..82945e9d57bb06d56304fa15eb661364e8de829e GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2xGmzZ=C-xtZVlH;_4B_D5xc$)o0g%gC;1O92 zRDKbP0l+XkK DxZf|v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/handle-h.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/handle-h.png new file mode 100644 index 0000000000000000000000000000000000000000..d93ba9e16478937a35dc17db7342cb61cbc1af7c GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^59gP2NC6c|dAc}; taLi0jP+&KhXJ7x%o*4)(H)tJWW|-Z}<)@Pxun4G%!PC{xWt~$(69D#lD1`t3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/inline-toolbar.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/inline-toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..6094d5fbe6d8dc5a9c1bc7be0bcfb630a65a0e18 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H z*SmM`e)#ZVQzXx0popNSi(?2!bn=S-|N9dc7zi*hoOSVKwThGJ1WGb^y85}Sb4q9e E040epXaE2J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/line-h.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/line-h.png new file mode 100644 index 0000000000000000000000000000000000000000..8320e2a623debca401925e540d1512acf006f1c4 GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-aSE{-7_ oGm{ezopr0K}3gSpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/line-v.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/line-v.png new file mode 100644 index 0000000000000000000000000000000000000000..c13ee45c94378510c7830064c47c9715f83986fe GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-aSE{-7_ nGn04J|NmFd1_Wws8Vn5P&zR@i-g49dDq!$*^>bP0l+XkKgT*DV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/menu-arrow-prelight.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/menu-arrow-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef6a640fead0ab219d24110bfffddcc6e761174 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3-qX^pA1^Ddu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7vjCqE zS0Ei58yg)R4J2b?VjyfF11JI~AyP4Mi7~NBKtUiVUOP7ss8g^c$S;^7BP%bzu(+h6 zs;;4>zopr01sYLT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/menu-arrow.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/menu-arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef6a640fead0ab219d24110bfffddcc6e761174 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3-qX^pA1^Ddu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7vjCqE zS0Ei58yg)R4J2b?VjyfF11JI~AyP4Mi7~NBKtUiVUOP7ss8g^c$S;^7BP%bzu(+h6 zs;;4>zopr01sYLT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/menu-checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..27d32c795fc27f4bd8ed16d1d81cb772cb5c2e9e GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*H4vPl&5< z!!zNU2g1$I1R9Ou6fsO4l(C6KpPl5UHx3vIVCg!05IU1%>V!Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/menu-checkbox-checked.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/menu-checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e19dd6882d38a7d2e7649dc4bcb4b6f51a2612d1 GIT binary patch literal 324 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*GrjPl&5v z<72^w$AXPd1R4-Xu;GbV^HbUOr<#4wbo!s`O?YlG^@Yd0SN;oMr>uRq^!(R-cYhpx z@Z;3upEq9rzVr6?{dd0~zW?*%_rL%D|9^Tkc>&OHwvr&fU{5daM~|N*e059&iUfPQ zIEHXU$DTVY=Aak12Z%|f8@44$rjF6*2U FngFTDij4pO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ad9fd148843a62e081eb36165ca04efc01a192 GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4xHBpZ(Y^aoPR#ZI0f92^|CANoH4aybh;B8!1a zu7fb6lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt*x^J|V8> z&!4|=;ljm>7yp96@87?H+;iv70m=XW|IcXq@e!z!t0c%T*uc=JsJNuDsi)_5-;;Qt zsD`JDV+e z2Vq7hjoB4ILCF%=h?3y^w370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iisC(8978lF zzU|$}+u*=+gy$67lr;z3&M@pYxXJl9pV4Q6hrhqGl~l~_BK1r*vxEn8xg#c)?5fV> zytCKCibvv%PVvDrY7KVE_CFWa_j4mwcw4&UK?FxwC&n7>EiqD$ICm|B!N~j Nc)I$ztaD0e0sw{MNBRH& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/menu-radio-checked-insensitive.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/menu-radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..8c30fe3dba376c9215973969f728d2d32984708f GIT binary patch literal 381 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*FmFPlzj! zW@z}&uxgb+!*l+c7yQjH_!}PbH$M_+cr4KHjKA?Qf5Q{L#>adOj|G7ujZXv`AA!h* zr-C2^6nrYs@I+_AbG-@A_ul!jABgV#IC$^JmtTLs{rda=|NqGIyq!QR6iR~pf*F{Y z6%-Yfl!JnTL!x71Vry&bIyyUh;NU4wkS|bevZsq<2!|}|L2jWY1rde=t?e@+zwcje zI@x}~-Ikw%7vKF=IeD6^=DXZH?FHYopP4sQ9a}xYJ5_<*%QJYvlb)8IIo48AQ9i7; zv9j)8S`BYC_mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*Hw>Plzj! zW@z}&F!PLH(^J8QXM#=71R5R*G(F~TcmhF!AjVVv29OAl4M748PcV^A|8w2`=Xw*K z@4fS5-`yYk@BTP&@5jM=KR*Bb_vPomufP8N|Nq~Wbuu^5Mv0OjzhDLyR%;tuJNv2A zrq5iuZ25|ns~$gj`s3#>^}_djKs9NeE{-7_vaAQ$nGQ0Dux?oHmYM7N=Ii@j69I82S6Z xSx@^g8hBbUd{#NjWFW8VsrLGC=6)&lpUeyRcwW3s+W8a|5T34nF6*2UngHLcp{oD@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/menu-radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d04294941060fcbb0a95e0a527d21322510cc0 GIT binary patch literal 420 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*G`sPlzj! z{{R2~`Sa&5Uc7kv^y#x;0AvG2E?l_q6%2m-`0?Pu10eJB=g&a${{8z8A3g+<*REZ= z4hBHRl`B`yojV8A0%QXX1hTJQz54g>UmzO-fFeLMA?&_iOtXO&tCs}%1v4-yC@KX8 z1xLqZWM*b%WoPH*6_!_2RoB!4K^+jZwsmxN_S|2&nIEVn&(p;*ghST!Ag9J| z{1IGwTh~q1G7CKMw|~W+eP&`Z{yO3liAI}r-}ND6>4Y6 zPw>2w?Y45!EAg2wx}1d~rYt+2yNB6C9*B>SvMXoksqYV&{&=x*MvjLnEB6ET{VxPe UpIve~3ACBP)78&qol`;+03L$PqW}N^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/menu-radio-unchecked.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/menu-radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..1a297dd6afc7ddc41393339fdec415ad2df05dd3 GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4u6ByT*@`3|I*ik&<|I5oc5!lIL8@MUQTpt6Hc~)ETRdGHLnNk_ zPH^OFG7xax{UD?%Zjyi>Lj@P(%@@n|>#Z@=YjD`f&>A6r#mm6$;P%>?KaJ;4n0R?s zp5lUl%^j9cd~*!v-%l|z`L$4b<|moBoZhaVsjH&@EDnnU#UU8f(R-9Qu3yib8;(Sn17}lOl|X=ayb8dU$B6rF@)Y{XeUq@+@XK x@z^w@s|rv4#Q=GaS#w%e__T{Q6;6G~xypm%>lr`uI-vU*JYD@<);T3K0RZynb#(v$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/menubar.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..dbf51c1d17a5525bb9667316921064ed254ee53c GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H z*X!4>KY#vw<+tP~KoLPt7sn8e=;S}=4;(mRU?9Q5(D#$k*7je_LZBprr>mdKI;Vst E09{5gnE(I) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/menubar_button.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d9a5c322001ed9d3b96c2ce8bd009d4496cec528 GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ$P6U4SA1Irq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@|R21^9%x s3N$=X-=WX|lpinR(g8$%zH2dih1^v)|cB0TtlHvGWhQ`+ymZ$?Y OGI+ZBxvX-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_FfKQ0) zg$oxhUc7kj+`02G02Bdofh15MCMKr4yBo;(^5x6_|Nmo!Ey{ozxk`fkg4NXb?%RL* z%-Qe%tlPiu0E(J;x;Tb#L?;W(FMf8$gpuuj`TKi&Lla&w2fde)IM=v>x!~2;RaZT1 lI%GnY>blIAxG-fU4@0ShVP^DxZE>J}22WQ%mvv4FO#tf0XXXF^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/notebook-entry-border-active-bg.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/notebook-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..5e58a8a7f6775a5e0b58545d376d2571b5ba73b8 GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6HXu_i1AIbU zfpo+ER}ClLmTvn1L?uA9^@CRLbM3z80u4{Znx8t%eCasrmD8+O&a+=_yYX%Njc+?{ ze*5?D-}S1v2SCl7B|(0{3_N@#W#yH>e?PJ+7X}LYc)B=-Xq_cQsO|vW zQ~%{}vvX9pr=6W~VD0Lh4DFVdQ&MBb@07A5N0{{R3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/notebook-entry-border-bg.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/notebook-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..4a47fbfb1cdefd6ed4ecd8e9a58cbf6265d0716d GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}2l#}z z0_j(;UcG($_R*t9kHO%{lP6cMTseRK{Dlh_Zr;54;lqc2|Na^M&v^h;%25*J7tFxJ zS5j79`MWp0Tm&d)>FMGaA`zZ!v3CNL rr}D(Ut1jG~ZyO8xB21aRIG7mj9hDQ_vc@+SXb6L+tDnm{r-UW|gcyqV(DCY(S>U1^9%x zK7IQ1`Sa&5U%q_x>ebh8An^VB_g}w%|Nism-@kuX1g_l$sxm9m4I2R82BBRc`#gg+&lUE@fuN}ZU#?R KKbLh*2~7agA69Mv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/notebook-gap-horiz.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/notebook-gap-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..e14fe4b2b1a25a662125f793ad49fb8a8bc2edf5 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^EI`b}!3HGjSJWnh1d5$JLpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TqdRx;Tb# n%uG%If*<^>JV4;Xlfl4nx`O@pCL@JBpb`d8S3j3^P6gTe~DWM4f D%mgqr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/null.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/null.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a1600a657945ee95d0c3a620dcb7689c949c9e GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^{22?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4V4lptcyp7EIZ%?p)78&qol`;+01F5sS^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/plus.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/plus.png new file mode 100644 index 0000000000000000000000000000000000000000..fafcd101a550c387d91c5e55f0e6e940feb7c91e GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-t3?!qQvP6LtbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKQ0) zg$ozXqk@>2nC|ZGo}M0{@Ru)N{{R2K;_U86K=o`TL4LvIl~td={P^=Vdjn9!)YHW= zgd;jRV6J8Hvk*qM^>=rdzc)&l!Mmi)pCRbB;uSN4t+u+do!hI~UHH}rt@0O1;bLa^ YKU;mrCWHDLKm!;&UHx3vIVCg!0D#+F`Tzg` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/progressbar.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..2692b940f7fab2d4ce58de2f3979d01d4c16e8be GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^96&6`!VDxIuXC~kQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ex&b~R zu0UF-;R$c^Q{jeZf(=guK(yEr+qAXP8FD1G)j8!4b7-2k5u zS0F9a@PxPdsc^$H!G~I}#KD|?87O1y>Eal|5uKdyuC|@wx~RmOdy37jJhd8smh*fM_>q6%$9l-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkQQyYD%$W$r1Q04!()M_Cjt#m_!=MaH9q5Oc+A)EjIR+$J{D+vB+v+w0+Rd zWWy7|hNnQmkR@-!mc4!Q;rBBj`tH+_a3I!hbhxYq%SP zuBt2%QSPtpzEy0pFx+ZER=wQU^XELySS?iFxbx7RYdcC+6=M_UKmQ~tG^1NTX}z)A wvXYGOU1GD|B&PIjh(CV*L!xU;6`N|@#|&P^zV?&;M1& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/radio-checked.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ec94713f56f3761ad1c8ab486382fb243bed5e GIT binary patch literal 373 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkmhN7&eQOMyY(f1!xR3-Ct&iaK*JLt0T=n3|J`nI#wwNh)M?AwX-L*Hl5@Lgms(3G~pU!l# g==+}UObiY77w2o3ZB_Q(4z!xV)78&qol`;+05!FdmH+?% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..0efe47b3ab6a008871d2641466da270b048fe4ad GIT binary patch literal 386 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkiK~F;{N^nuU@@+_Uzen=gwWYZ~@48^XARVmoI?~AQve3_wV1|zkdVC|NsAAyLJtz z7^n*<1q49G`Sa(2;y@Cj0LW(GTDJ*kv}{R`UoZnV509R{yGLeLVPR1T&@r`j4UJ7L zt*vcsZ9R`27A^oPEb(-443Ut`Js8c`tRUiWFxXK}t81Fr(cS+`w<)&hr&la_Qxm&6 z)Fip+;lAeIJt2?fmUiua=D$?K*N1C^pH+IJs)x9kg7`}>wtdS>(%GIV#6~bYUiz6$ z;*#3gS#1BlZ1mhJH_J<1-i!0!+Dta%r#3Ui{p(6Ad4C=>eHH?=pTX1B&t;ucLK6V9 Cxvmue literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/radio-unchecked.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..c5f29df7491ac1898eb0ced3acb504c763201a65 GIT binary patch literal 404 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkUn$f%(-*tE?&F{B!S@k`STaR0LXs*`t_?9gP2NC6e81o(uw z0%?YZs|=HF^EW&d1fj=3B+&2#f`EcR#=N+>4nSqxB|(0{3~cP}9i3fIo<4gn@qOk* zps9gP2NC6e81o(uw z0_p$%|KGlS`xO|x1_KBiPFk8>;RmYYE(!7rW?*A)@96A$^7PqriSIKf0)rU|DhY9xtmkbK{*icMCSKo`~&z@Q$e{U3tgt#yc4-<;D|M-{O7zwm{{qAVZLV Vp`-VaNpe8_44$rjF6*2Ung9fcV+#NP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/slider-horiz-prelight.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/slider-horiz-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0185f169ad3a9e9ee38c7d4912df5e1b9a0eff6d GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_m$)uin0W`wAFbx^(F>7{D1oUPj!b<3M%XB|(0{3~cP}9i3fIo<4gn@qOk*ps9gP2NC6e81o(uw z0_jz&R&Cq1ZTt4^JHTKk7(mz%(!}$@O`tmNk|4ie1~&Hgj?S(pPoF)P_&#$YP}s!N z#W93qW^%#;mKA63@v>SoH{N-3w_pS7iP+u;@0g0xm3Q23ypzFFZaiW2E#Aj(3slYu ZG6V@2I(i?OBnQ;b;OXk;vd$@?2>>%iT{r*$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/slider-insensitive.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/slider-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cecb83d6dd3231ceebd32fce140cc8a7f14dafcc GIT binary patch literal 408 zcmeAS@N?(olHy`uVBq!ia0vp^{2(|eoJ$w4}`Sa(mo;`c<;>9bVAP_u(P(Uf5^s{GAo;-Q{7>t0d zCr=*%!Q;musprohJbd`z!NU(9K7RNJ1fM>A{`~XTuitJ*;XAUwc+m#H0cV+f7|&wr`&_Cf)iX#NM74C@fVI z$-CcSkz3jtPv2jSF1=?eHcRbW$eZQFYyPgPb1$=vtF5cn#Gi^AR32WKZn5K;r}o`! b_6Ph5i$t65Z{BbX=mG{$S3j3^P6B<`?`85BZxP@i#sdY(fKB!`2YV@9-ij1iK4OVyZ1#M zTsMo^JhAA6R&1rmtA?bw%C5x=xcB^E%a8KcSgWtJR({GgcH6bmQRlr^C8oZd0PSV)boFyt=akR{0Gzy&YXATM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/slider-vert-active.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/slider-vert-active.png new file mode 100644 index 0000000000000000000000000000000000000000..e9b37a14abe185658ef19256924531e8c1451fca GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkY;GO$}s6Rf5THj5PA$m0u4_f2q*|-%!`}r093|Z666=mz{cL*(b@In>9gk&-)Bw) z3hR5iIEHXUCnp?W$TDU=Sn}-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkpBPw|LxniUxC4EFo3Y(q@~#vexN$;k|4ie1~&Hgj?S(pPoF)P_&#$YP*~s7#W92< zIyvD0LzXe~!IE$9bQ7w+zKcz$`u^^2bJx7R)z&lm?(LQISzTsfl)%8Sq{7f~{=FsI PK&=d(u6{1-oD!M<)X-tG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/slider-vert-prelight.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/slider-vert-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..95e2df152d4745781590376df31ca0156687910f GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkiL5L>h0UNZ{ECl3k+`DxB+A%gME*TRs+>>mjw9*GqAC@cXW0=dHU?R#P^vKfx`Np zE{-7_(a8x17_y9+50-p;r<+jq^<8X2)%SOIo4e-it+t-gcW-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkY2TF)wXThwr}6Q0}OV80fY@9O*|jm1ghgM3GxeOU}JCZ=dZ9Sv!-d;(c)nyh&2@DKNDhwUx T-&>*$)XL!L>gTe~DWM4fAiP`P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/slider.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/slider.png new file mode 100644 index 0000000000000000000000000000000000000000..4c9d301203975346469723cd7918633ff2c19abf GIT binary patch literal 403 zcmeAS@N?(olHy`uVBq!ia0vp^{2CU%q?= z25;WHdHeS5&!0bk{rdIq-#?)F{r4Cdfi}sM1o;IsFfl7CDThZyM(x?VZ~uXV*Kgi> z|Nism-+%u6`8)B1Ni|Sixu=U`2#2ie!EPaE0|C|x(vPlcCAqfdP5S$P{+h%y^O}P% z@@~1f+;m6C=Tn;Q-_AV>xv02(u1>(2cAF;S7h!?>4xU)FgIzVS@ZdDpr}`S5UEFM9 zU#k~>T~x#SxU90}B*V0(J4{n8BA;76J5i@qXz1%Ny*Hcr0srE|A{G9pmKg$_z~JfX K=d#Wzp$PzIh{bdO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/tab-bottom-active.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/tab-bottom-active.png new file mode 100644 index 0000000000000000000000000000000000000000..fe63df9ae83defd44c79c124388dfbee84066380 GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch>)j?V+cod@(Q33`{4v72L=ZBvJ|I#I@O*)Sq4v6KbLh*2~7aQ Cq%k`H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/tab-left-active.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/tab-left-active.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b43face9ca1530d2ae0fd7c1757ef7c50a0026 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch_I)NV+codasor+FQ6!o7!wOamQSK>WRk*UpfrQ0tDnm{r-UW| D+-)$N literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/tab-right-active.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/tab-right-active.png new file mode 100644 index 0000000000000000000000000000000000000000..43eae963f2de1985ed7182efa5f258fde2d7dc3e GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch=`|)V+e)j?V+eoc5!lIL8@MUQTpt6HXu{&1AIbU zfppfYtGU~5CojF1y8J=fvWLk_@24(*n7ZttTIXZ+uEzomPehxZSWJ9qIq8wrq(|11 zAI;f!XYRf`^Y-7ldGqFp(+{hFMsSw|`2{oZ@RgL5m6uok{ylZ?pH)C%e@_?35RLP1 zFKuLOP~dU7*uAKuv(e$({Hu%{dt3L{K9#)_QsH$)rcC{ii0snGHwDYWIF7n79aH-E vvU|&{BH@fK&G3km7jxGcJ=p7(o_#pp%7o=-l+zt^pwSGTu6{1-oD!M3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/toolbar-entry-border-bg.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/toolbar-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..f2796fa522071bccaff5784b2a1cd6b7ba7de7a0 GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=J1^9%x z0_m$)uin0W`{KommoHzwa^=dUOP7EoQ1HTq3+KP8gklNJ!~}F zSUqgkC7y8pwpQ%0m`a@K;ge1l?n!*iUK~seH%(M@!)Bcl02;*L>FVdQ&MBb@0J8C7 AHUIzs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..5f852a5632cff753bb23417becfae550aebd0839 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw zUcP+!%9SfuuU@?d1lK{}#*G^{Z{B?S?%mH{zkdDx{rk_K#zJF1|G^E&G?+M}=$p-@sV(@hJb6Mw<&;$UIW?KIM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/toolbar.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..714890a4dc6f9c4edc7dc68b548e2bafdd555b33 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H z*SmM`e)#ZVQzXx0popNSi(?2!bn>6`2M!!DFpywj==;fNYx^%|AyAUR)78&qol`;+ E06mc~+5i9m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/tree_header.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/tree_header.png new file mode 100644 index 0000000000000000000000000000000000000000..a6b8c93261410791e93e8513299c685bacc9b1a9 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^Ahrx6GmuOw-ctdjn2Vh}LpV4%Za?&Y0OWEOctjQh zm0t&8MkkHgAT^RDt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TrhT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE07j!cqY*DOrYVpV8dg9h9_82x?RIrpi-WaAirP+IeCShyLRu{`|0yf+3dZ+KyiIf z7sn8ZsmTco6cg6jF*Dy5IiMtyE}+1ubEs9t2uSv+2r-BycC~Tm2rgLK%vd0-Q=AfM Rnhw;;;OXk;vd$@?2>_5-O&9hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE08{O=FGWs=guR63l}b+i5Q2zk^w5^DGBlmW{{It*tu)>p1q$w|CG(%8w?cJ_jGX# zk(ipCus|_kogFjtZIJ^?GU);ej5>!}Rg8dSpNbHJSYlTjcaGqKrOk{5!aBt%k*4WD Otqh*7elF{r5}E+SD_BSX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/trough-progressbar.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/trough-progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..c833b995a20558ec7d676759ea07e54fa063ac58 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^AhrSvGmyNg{pB8zVlH;_4B_D5xc$)o0g%gC;1O92 zRDK3 kyWWg!Y+H@{0?L^g*6&W2IksFj0B90}r>mdKI;Vst03p+CV*mgE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/trough-progressbar_v.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/trough-progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f2dcce3d33f20ec7cd3078902c6af4efce2e47 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^3P8-o!VDzUlO3l6Ddu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7-2k5u zS0H^649=W6bN>AKbLY+hNnGIAjP8j*4SXd*e!&bf>KZH8u3Nw1&HE1@KXEXpUk1w9 zd%8G=aLi0jIKUwG{ocWYx0Tq~o|V3za6p@tt*=}|p`lSc^Z~=J18i(%A&l&7Y9h|@ lTm}X!<~o14Z;@oh&ETY-E~D^6={C?P22WQ%mvv4FO#t=GX!QU9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/trough-scrollbar-horiz.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/trough-scrollbar-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..e95ae2a07e792139921936c72ec44e19dd4c64c5 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^{22?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR42?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pSv;urW zT!FM;!!v=FX95k+1sfgVN?FzL1It&d%hyJ^LK9xu>HQfT7WHhi86C11A{-e VM)^WPjt4-!44$rjF6*2UngIHbQ#k+t literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/trough-vertical.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/trough-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9af498a8a9fb16d0c1bd9a5dbed4f1ceef0df2 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!HkNGiT17J9i!lT)1!nO#~>}vHZtZplaTdAirP+IeCShyLRu{`}xa{pAKL8(t#2N zo-U3d65+`S3cLp4s*VyePG3$O(*QD*LBVDRVG VC|@YZ@c^io!PC{xWt~$(69A=IVUPd- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/up-background-disable-rtl.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/up-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..6e5c2ce4b17bedff2da141a0c75c99145b8b64a1 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Bx;TbN zOnrN5BX5HN59>waUtY u-AYB(84F&8^|hH!9j+9gP2NC6c|1o(uw z0_l7A?mc?+=-s<_KoSUk{r>&?&!69dJtaUn){-EgTe~DWM4f+;T?f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/assets/up-background-rtl.png b/themes/Mint-Y-Watusi/gtk-2.0/assets/up-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..3f6060603143a930d105b351f5bc913a26e627ea GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Bx;TbN zOnrN5BWHty0PDq{O5ukNr8ebeERVW8?F+AofyFhpIVqFW8_vY2$ZjiNV3@(Sq1Nrl ut?K+qZtvPAZR29}Iq&_YZT{a4Z#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tl&$x;TbN zOnrOCP_V&)hv6VMt6b1SMW%peZ!4Z7Od^Jk69WvL58AWssCs_nZufV;gw?B#p5a>+ zm=@;p=G{Ifo?dCCrd56i?zEb-9rOS3rv0womvg#Fwc_)8frc}9y85}Sb4q9e0F$mm AQUCw| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/gtkrc b/themes/Mint-Y-Watusi/gtk-2.0/gtkrc new file mode 100644 index 0000000..cfdce6b --- /dev/null +++ b/themes/Mint-Y-Watusi/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#4a4a4a\ntooltip_fg_color:#4a4a4a\nselected_bg_color:#9ab87c\nselected_fg_color:#FFFFFF\ntext_color:#4a4a4a\nbg_color:#f0f0f0\ninsensitive_bg_color:#fbfcfc\ninsensitive_fg_color:#a9a9a9\nnotebook_bg:#ffffff\ndark_sidebar_bg:#454545\ntooltip_bg_color:#fbeaa0\nlink_color:#5294E2\nmenu_bg:#ffffff" + +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +include "main.rc" +include "apps.rc" +include "panel.rc" +include "menubar-toolbar/menubar-toolbar.rc" diff --git a/themes/Mint-Y-Watusi/gtk-2.0/main.rc b/themes/Mint-Y-Watusi/gtk-2.0/main.rc new file mode 100644 index 0000000..72255a9 --- /dev/null +++ b/themes/Mint-Y-Watusi/gtk-2.0/main.rc @@ -0,0 +1,2441 @@ +style "default" { + + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkWidget::focus-line-width = 1 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 2 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkEntry::state-hint = 1 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 15 + GtkScale::slider_width = 15 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkExpander::expander-size = 11 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @insensitive_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # For succinctness, all reasonable pixmap options remain here + + engine "pixmap" { + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image { + function = ARROW + overlay_file = "assets/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state= PRELIGHT + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Option Menu Arrows + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image { + function = VLINE + file = "assets/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image { + function = HLINE + file = "assets/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image { + function = FOCUS + file = "assets/focus-line.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + # Handles + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/plus.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/plus.png" + } + + image { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "assets/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image { + function = SHADOW_GAP + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +style "toplevel_hack" { + + engine "adwaita" { + } +} + +style "ooo_stepper_hack" { + + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + +} + +style "scrollbar" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-horiz.png" + border = { 2, 2, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-vert.png" + border = { 3, 3, 2, 2 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-horiz.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-horiz-active.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-horiz-prelight.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-horiz-insens.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-vert.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-vert-active.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-vert-prelight.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-vert-insens.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = @menu_bg + bg[INSENSITIVE] = @menu_bg + bg[PRELIGHT] = @menu_bg + + engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator + + image { + function = HLINE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 4 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = @selected_fg_color + + fg[NORMAL] = @fg_color + fg[SELECTED] = @fg_color + + text[PRELIGHT] = @fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "assets/menuitem.png" + border = { 1, 0, 1, 0 } + stretch = TRUE + } + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = SHADOW # This fixes boxy Qt menu items + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "checkbutton" { + + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + +} + +style "entry" { + + xthickness = 6 + ythickness = 4 + + base[NORMAL] = @base_color + base[INSENSITIVE] = @insensitive_bg_color + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_entry" { + xthickness = 6 + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/notebook-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/notebook-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/notebook-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_tab_label" { + + fg[ACTIVE] = @text_color + +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 4 + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "notebook_combobox_entry" { + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "combobox_entry_button" +{ + xthickness = 6 + + fg[ACTIVE] = @text_color + + engine "pixmap" { + + # LTR version + + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "spinbutton" { + + bg[NORMAL] = @bg_color + + xthickness = 6 + ythickness = 4 + + engine "pixmap" { + + image { + function = ARROW + } + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} + +style "gimp_spin_scale" { + + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "libreoffice_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "standalone_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + + engine "pixmap" { + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # How to draw boxes with a gap on one side (ie the page of a notebook) + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + + # How to draw the box of a notebook when it isnt attached to a tab + + image { + function = BOX + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "handlebox" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" { + + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 + +} + +style "combobox" { + + xthickness = 0 + ythickness = 0 + +} + +style "combobox_button" { + + xthickness = 3 + ythickness = 3 + +} + +style "range" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-horizontal.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-horizontal-active.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-vertical.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-vertical-active.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + + image { + function = BOX + file = "assets/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + } +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar_v.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar_v.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "treeview_header" { + ythickness = 1 + + fg[PRELIGHT] = mix(0.70, @text_color, @base_color) + font_name = "Bold" + + engine "pixmap" { + + image { + function = BOX + file = "assets/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +# Treeview Rows + +style "treeview" { + + xthickness = 2 + ythickness = 0 + + base[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + recolorable = TRUE + state = NORMAL + file = "assets/null.png" + stretch = TRUE + } + } +} + +style "scrolled_window" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" { + + engine "pixmap" { + + image { + function = SHADOW + } + } +} + +style "toolbar" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = VLINE + recolorable = TRUE + file = "assets/null.png" + } + + image { + function = HLINE + recolorable = TRUE + file = "assets/null.png" + } + } +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + + image { + function = BOX + file = "assets/inline-toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "notebook_viewport" { + + bg[NORMAL] = @notebook_bg +} + + +style "notebook_eventbox" { + + bg[NORMAL] = @notebook_bg + bg[ACTIVE] = @bg_color +} + +style "tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + +style "eclipse-tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = shade(1.05, @bg_color) + fg[NORMAL] = @text_color + bg[SELECTED] = shade(1.05, @bg_color) + +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 100 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = "#000000" + XfdesktopIconView::selected-shadow-color = "#000000" + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @bg_color + bg[SELECTED] = @bg_color + + fg[NORMAL] = @fg_color + + engine "murrine" { + contrast = 0.7 + glazestyle = 0 + glowstyle = 0 + highlight_shade = 1.0 + gradient_shades = {1.0,1.0,1.0,1.0} + border_shades = { 0.8, 0.8 } + } +} + +style "xfwm-tabwin-button" { + + font_name = "bold" + bg[SELECTED] = @selected_bg_color +} + +# Chromium +style "chrome_menu_item" { + + bg[SELECTED] = @selected_bg_color + +} + +# Text Style +style "text" { + engine "murrine" { textstyle = 0 } +} + +style "null" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + } + } +} + + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkTreeView" style "treeview" +class "GtkToolbar" style "toolbar" +class "*HandleBox" style "toolbar" + +widget_class "**" style "menu" +widget_class "**" style "menu_item" +widget_class "**" style "checkbutton" +widget_class "*" style "combobox" +widget_class "**" style "combobox_button" +widget_class "**" style "combobox_separator" +widget_class "***" style "treeview_header" +widget_class "**" style "inline_toolbar" +widget_class "**" style "combobox_entry" +widget_class "**" style "combobox_entry_button" +widget_class "***" style "notebook_viewport" +widget_class "*HandleBox" style "toolbar" + +# Entries in notebooks draw with notebook's base color, but not if there's +# something else in the middle that draws gray again +widget_class "**" style "notebook_entry" +widget_class "***" style "entry" + +widget_class "***" style "notebook_combobox_entry" +widget_class "****" style "combobox_entry" + +# We also need to avoid changing fg color for the inactive notebook tab labels +widget_class "*." style "notebook_tab_label" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" + +#Fix GVim tabs +widget_class "**" style "notebook_eventbox" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# GIMP +# Disable gradients completely for GimpSpinScale +#class "GimpSpinScale" style "gimp_spin_scale" + +# Remove borders from "Wilbert frame" in Gimp +widget_class "**" style "gimp_toolbox_frame" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget_class "***" style "chrome_menu_item" + +# We use this weird selector to target an offscreen entry as created +# by Chrome/Chromium to derive the style for its toolbar +widget_class "" style "standalone_entry" + +# Eclipse/SWT +widget "gtk-tooltips*" style "eclipse-tooltips" +widget "*swt-toolbar-flat" style "null" + +# Openoffice, Libreoffice +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*" style "ooo_stepper_hack" +widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" + +# Xfce +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" + +# Fixes ugly text shadows for insensitive text +widget_class "*" style "text" +widget_class "**" style "text" +widget_class "**" style "text" +widget_class "**" style "text" diff --git a/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/button-active.png b/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd6865759433b710256f4b38e25f3231ff41314 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ((_>EamT z(fRi3M&3gPBCZ#I|J99XHqv%!n&jEA_K;D4fm7Bog=>>FJD7#mPSmK8j?U|gv1NX- zD{peK+?gEqH7hQ&#GH9!(f8Q)T>o>4#k;FjA5UGPk;(9l_0~C$wf7m;+}S%lg@JVy zXU#Uf=^vCItY$M^;mDg6(EN{4i`)8a`rD|Yq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/button-hover.png b/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..aa079ece8e7bf704069fcb3750ed5728bc700c49 GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8Vc#JKp4Nx=eWuvW>dKlZ5X8r*svh|*?4iK{MWu^R8N!zJO))$xvT|FIqv853 zI`yry)fsB<%R6x}7cfTEZ0a~s9DDt?MPD$pfYXlh*zz93ZAy<8&4^sRYWb8)3^B8f z?5mX+l$?4#rq6qBdtlv}*onGsl}F$G58WTK!bx;hK&#dl-wR1;?~b27o65a6r1aB~ zGd!Vl8`vF~Clvql)#P33vE!=lgSo~3n13+%pSSCbJAIG|=zIoGS3j3^P69gP2fQ+5z>EamT z(fRh;M&3gX0xlQr)lY{r3wm_iVRi6ObqHT3v4G)uieB;@9mZpd7ZnBXv@E{5r-b!F z>0LFYDo^$WOMTQH=)JVzIede`W7o4e+by35aX4gGr|)L(<8^R(!>ydZGWYtnaE6zc zr@Aqy=-z($J9B5q3MbK30j*kJ{4adz{@4+*?Q)DwPXE${m7m!zFf5tkx9#`Oi5fri dY*k|!;vP*hdfaRj`3&e%22WQ%mvv4FO#nZnYUKa` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/button.png b/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/button.png new file mode 100644 index 0000000000000000000000000000000000000000..9d50a7e4f6dab8c2c67c550ffb8f248308336a1e GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ()5>EamT z(fRh8Vc#JKp4Nx=eWsieU%6d`3lUIFH5?ZvQIzR3CoX;G0c3JIr zQDRVPS|xWThkwKB&jBgjf$gTe~DWM4f^AT|Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/menubar-dark.png b/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/menubar-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..299c550650fa3b0ccb2c20ff9e5fb239f828c05b GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^5aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0vUo-U3d z9-VK`Itns4a2!7Hn9cs{`ZfLm7sWdpay(~=zfpeFVdQ&MBb@00l@fPyhe` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 100644 index 0000000..23a344e --- /dev/null +++ b/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1,222 @@ +style "menubar" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[ACTIVE] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar-dark.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button-dark.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + + +style "toolbar_text" { + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[INSENSITIVE] = shade(0.7, "#dadada") + fg[ACTIVE] = "#dadada" + + text[NORMAL] = "#dadada" + text[PRELIGHT] = "#dadada" + text[INSENSITIVE] = shade(0.7, "#dadada") + text[ACTIVE] = "#dadada" + +} + +style "toolbar_button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "menubar-toolbar/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "menubar-toolbar/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "menubar-toolbar/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#414141" + base[INSENSITIVE] = "#393939" + + text[NORMAL] = "#dadada" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#2f2f2f" + ChromeGtkFrame::inactive-frame-color = "#2f2f2f" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*ThunarWindow**" style "toolbar_button" +widget_class "*ThunarWindow**" style "toolbar_text" +widget_class "*ThunarWindow***" style "menubar-text" + diff --git a/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 100644 index 0000000..5bd9a7d --- /dev/null +++ b/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1,166 @@ +style "menubar" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[PRELIGHT] = "#5c5c5c" + fg[ACTIVE] = "#5c5c5c" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#fdfdfd" + base[INSENSITIVE] = "#f4f4f4" + + text[NORMAL] = "#5c5c5c" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#d9d9d9" + ChromeGtkFrame::inactive-frame-color = "#d9d9d9" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" +widget_class "*CajaNavigationWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*CajaNavigationWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*CajaNavigationWindow**" style "toolbar_entry" diff --git a/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/menubar.png b/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..2be034ef3a8d8bbcdd55baf64b7431eec8a61e19 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<>&pIsg^%A{SJ3rka&((}XraT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-D;sd|UZ#>q}c}=V*$|&pP3f0BadZL=x85lI&nNHniZ`A=RX7F_Nb6Mw<&;$TR CKQ06S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/menubar_button.png b/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..78c8122e226f075afb51e3b0ae6ee728a869a198 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ!3HD+(^8%SDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-Hwl02V&)mx>yjE9YYs!^Lf!=Pql3Q8$85mxNGQDp2T$KP+%;4$j=d#Wzp$P!` C)GVO@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..54293fdf0ad2ca4289100a4744099a03b02634cc GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7mo@^o5)u}lQP4Pb_`s1fM;v%Rynk=s_I>?+gBXjV=?_1?4d>C>v?_^5 zEN@o5-2J-H%FowsORiqN_Ma1Px6@{)%9hH=O*(hCMoIqrpPsnlo&W#&aZ-U!yoWb7 zewozq>D9k4|9za2_VB#l_iwJFcK5y7-`1fXJ<}UIJ7;z_MjdSBT{CanFK%IDVdm1L zc^n2=7gxA07VC{N$+|dU%ZvN>>vPKhL;3|hW}ZbvY_(gt(V#RS0p-SglY6|-Rrk;&n}nGFZY_yl=%Af z>;KcMI*eZ2)-dMi{1~)#=ht^n)7!Y+-x=BL{5^}2!DM61qP_M~A;6$y@O1TaS?83{ F1OP#&xcLA8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..519e134b1090ad7b73802a45c968f615f3e831df GIT binary patch literal 406 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7l7_H=O! z@#uVeZNJyy0FmP#@9#YFZ=zYDhoKj{>&3HccUN}WHFM=PariayF9>+SyhDXw;f2uS zMIr2p!Mj~HJP3U?A$zH-bKmZgJ(4Xo@(*er_}EVh+7x2Qww~W(nX*Cp1;L38p&K`D zywa4s?$87+w=YGLt*-qFR4(4N?zY_PhNc7S|DO3AXTsyZ(vxk^ho1FS_Zs^iZ{Ah+ zh41g}VzI1WjhDnrKQ}$ITRGXsP2h}V$=>WRphn|#fl9`D?FCF)AXLvO$jQ9gP2fQ;Sm>EamT z(fRh8VHUF^PwPYTs7$TN!EX%Ct#)$}5ac<`U}n7HRqssu89#TedwpK+gw1(&2KCUtU4}+Q=SpWS z+iu(UKUDLn?emzEcLkkxY-{Rx@#vj{*UD{9a!aRZZFQ3?UEwVIDxm$JZb|)aU#a6C zSs6My09gP2fQ&uk>EamT z(fRh8Vb@^;f!2rW(anNKRyY4h@=Vz6z_BFihB8Z$0jG4#&f?66xyOWWue_wA`Lvbw zFMEZ&kLjxSzo*VL>{E7OF;rHXlG?dQW5G|M2LzC_3Oy6Mk<8n%4M zU3<0Q+}hIE`AI$dS7*-JT%32-h2`|7JKLL{RqpHLFks1dq0a~B`zfIS&zJ|ZQ ZCVZndL4i;6i4o9W44$rjF6*2UngC%6gFXNN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..24480b98111cef5c68227e9bdab2320057c0f087 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ+5!>EamT z(fRh8A>UyG9_PSmo2ICipZt41RkA}l;_a11FJu;X|7ZLWX4m()qR&u3@PyADNzWBp zE-a}%jjwlYcyGNecem)Py@&56rfCQovNC?SnX|TWrX}moV@ASr)c$N)z^a?!$Q^aT ze&Kh1Mb9tymOBbEPFk?)(B0(;&npkzUARg^iOJYGn|JHAXvIke#vL4Sdvk0{6#To6 Q10BcU>FVdQ&MBb@0MsdEWdHyG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Watusi/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc822f001cd7ed843741d20d3128be0ecec9ebb GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8A=hC8p4NxUJt7wLy!?A!+-uIoPQ@;(Dbs?iteg-2XS~Ng%jL68`|icpx*l6N zxMT#nIJhiWm5|o4J9)k6Ws`$vW;rbtS!1cZl;!4k*~@R+3T0+9tnYZScjk1~=G}+S z%u<>^Q}T{1v!JQ<_4RST52qdqmwgq`Zgpkh{uU)B!9vM`dFo0`%^eG-6iIH$z5UrT zFm#P2^MTa!ovWN?NNTD+Nj-RXujY|6{w^&1J7)y$uHNk74smdKI;Vst0CK2y A+yDRo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-2.0/panel.rc b/themes/Mint-Y-Watusi/gtk-2.0/panel.rc new file mode 100644 index 0000000..c877428 --- /dev/null +++ b/themes/Mint-Y-Watusi/gtk-2.0/panel.rc @@ -0,0 +1,153 @@ +style "theme-panel" { + + ythickness = 0 + + bg[NORMAL] = "#383838" + bg[ACTIVE] = @selected_bg_color + bg[PRELIGHT] = shade(1.1, @selected_bg_color) + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + text[NORMAL] = "#BAC3CF" + text[PRELIGHT] = "#BAC3CF" + text[ACTIVE] = "#BAC3CF" + text[SELECTED] = "#BAC3CF" + + engine "murrine" { + reliefstyle = 0 + glazestyle = 0 + glow_shade = 1.0 + highlight_shade = 1.0 + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + textstyle = 0 + contrast = 0.0 + textstyle = 0 + } +} + +style "panelbar" { + + fg[NORMAL] = "#edf5fb" + fg[ACTIVE] = "#edf5fb" + fg[PRELIGHT] = "#edf5fb" + fg[SELECTED] = @selected_fg_color + + bg[SELECTED] = @selected_bg_color + + engine "murrine" {} +} + +style "panelbuttons" { + + xthickness = 4 + ythickness = 0 + + engine "murrine" { + textstyle = 0 + } +} + +style "theme-panel-text" { + + fg[NORMAL] = "#edf5fb" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = "#edf5fb" + + text[NORMAL] = "#edf5fb" + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = "#edf5fb" + + engine "murrine" { + textstyle = 0 + text_shade = 0.2 + } +} + +style "panel-entry" { + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + fg[INSENSITIVE] = @text_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = @text_color + +} + +style "theme-main-menu-text" = "theme-panel-text" { + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "workspace-switcher" = "theme-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "indicator" = "theme-panel" { + xthickness = 0 + ythickness = 0 +} + +widget "*tasklist*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*PanelToplevel*Button" style "panelbuttons" +widget_class "*Panel*GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*Panel*Button*" style "panelbuttons" +widget_class "*" style "panelbuttons" +widget_class "**" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" +widget "*dict*Applet*" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*Tasklist*" style:highest "panelbuttons" + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" + +# Fix gtk-entries in the panel +widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel**" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-dark.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..78ee1e496cd3b04b6b18c8012dab91f967a4d95e GIT binary patch literal 358 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkQQuwEZFc^uej&;mcAO6ep-gM+6LCzhW1v!y#4`gVlN5u z3uf^2@_zLANwoQz6+oeQPZ!4!iSXQhcfJD(JS?(IhA;PupZIS-li4*QCC~cOE(Vt+ zl2t6s42_I33=;&pY8ENQUwPA_BiJ2kKUehX-m7NPiu$#0)NXqfXU)EQ;bEw9?CozJ jtZuoc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0UF-;R$c^Q{jeZf(=guK3RyuxxOx$ewpcaL|dWE1SC9fhS?-FJATy^Upb-M@+b1zL(H%)Ud zEn^2QV@EAxCoL0aZ3Am<1Dj%P855vW_)3EOf*EAgHCC=&w|>K$_a8of;$Tj{43yd8 z>Eak-aeD3L+d@qWBCG+b-o~7#jCSAJ%k%&L??cJ_F*YWqZ`{8Xv9$=Z*co|fyyxsa zx!m7!(iUM(cViZZ!U>EI`u^~z#XHpL%~jany{n|*XDG+Vs09vn`kT|$B6Q!zG3Kbh zI`m3(!?e}s54{l$Fj44zopr E0KxOMWB>pF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..761ab63509f1bb49dfb1bb59b950cdac72445a98 GIT binary patch literal 374 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkQQ!uCS3DCxcQkt!xMqVM*@vc1Zr*z)Z7uM1EL2&L7}pXLRB|Kicg7@o)ODGELM0_ zB5R9O%4!vdSQY0K71s8}cuQPG()O zAn${-0fWGdgNzKEI|GbGPwi6Wys5Zt_Wt7Zuoc5!lIL8@MUQTpt6Hc~)Er2#%6 zu0UF_;~h`ibMb~30*y~VsNsn~-6Ig$@Pr?T>Y-eb;^QKvCqzomNMvu5$lf85y-O-> zt#tfs>G%cmLCuN*4T?dH%I>+!-o?t^rD|3|YIflo=H6Py4qC=eTBgogrmkA%-a7hL zI{G$z2J_|vEmkiH@(X6*7Zr<*Pe^QPZfWho4c4jrKL^yZ+SA1`#NzbY%eTdv6a-iU zR1b@Io_$xY{pY_w&j$8{IfZM*o?qPTDx&V0lroXqQt;r-_4+E4l0>D}wu%4% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..1866d89425df7fdb80a4be0188abfd746d9dee84 GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uAfKP}k zkp7PZ1R9_J zEIhd#Md|J-w{de`ok@=p}j1l|>paMxQr;qj%l*Q{-;*EqPIy8pV;GH~is Zd!`Pd;|miblz|p8c)I$ztaD0e0s!b3r^WyP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..64bd31bbee10ffe5c7fadb85f9ff2b53e1ebaedd GIT binary patch literal 482 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Er2#%6 zu0Z-fAt2E3M56hbRO>V8_GgNn&s4gesr5WJob=pk>dWwDZ(~=!Of*JTl z#bVYM%dgtGn@b!o|K7{^M0C}y*SsGt_)p(@TY3STh+qD?hkZ%8->)eJTI}6>cJ_Vi z{|~>s>^CZih-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkQQ!uCS3DCxcQkt!xMqVM*@vcfDEzbXHu=tq}!h2$M|Fz&;t3A zAirP+4Nc9O+S(o*;8>ffG*D@rr;B5VM0jrhO}+yH0t}%q#caRW{rrD^%@LtRpUoz} z(Q6U8!s}vD+UU$w%xH8;VVO?+Qi`L>gTe~DWM4f@V29m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..aba0036a6fe239550793e3028bce7f1f11c6356e GIT binary patch literal 486 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E6#+gW zu0UF_;~h`ibMb~30*y~VsNsn~-6Ig$@Pr?T>Ol;lh9_c;&kQF$H=gv|bjov!sV{vO zy!Ko0I)3Hb!p-l?wtbj>;?wLCU*?_pvi|b7%~!wexcTGi%U}22|9<)D_scJT-+%l2 z<=5YDzyALC{rB(R|3DD1x9U64ZjF*4zhDM_QL)(ggv6%imew9Tz^m@{IiQ|3o-U3d z7N^%J;(GSWZsng(En>MDC;>%V&)SkK9_=TZ@E2} zyl~Y!=_AM?HH9NZ;eYc{juo@4I95q-DP>smp5a5xM2Gw9i@$^gc<(nqC>QngE8C41 ztM#9LV+)YwT5c}C(e>ko>g>rHbMDohjeY+0T)9Q?15C8xG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-selected.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..e6e6b5d8d66e080cbf304f53d452fc84c29669dc GIT binary patch literal 366 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkp7PW1R9h#VK?KY!_1dn^I!Qaco_q}oJPv^_0?#YmSl|AAufge|@T0ue zGuS~x!|#CGMkX#l7siU63hDAsCiu#Cus@KCJjy%AwR~n|b4JAN*EiS5m?o>1uU}KS n>u36R)|w4}ZDp;U7Jc}vuje9m^RzA#$lnZ}u6{1-oD!M<4`ro& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-selected@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c376f40f2ae5ca76a81b95b56b9a162a406125eb GIT binary patch literal 487 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z-faX_H{i9o{>!GePJT_!l8HtG1(0E(bUI-0E^!aGCu; zfdeDQ@jv`>@eX@e%~=rlX-`qZ>!xD6-3uM|>8IbH@t|n?Zl+mH&zD{mEtuxNeCbWm zfHZ}kb@Lv65u3d8-d5)(gI)h-9zXNym|R)%&Fxv{;;KiZUSCt=pS^tj|A*!WKG-n{ tJXTkpb*%o?3StQo~7)OtKyoj;+mmh?x|tv zuVEFaWoV~m1Vr}Q2G-h!wss4DOb0rGy(Gvln8DM_`_bbk(dKJb0EKpVx;Tbd_}{&9 zTc}AvfGxr3?S@%%FQ1E?_VBlTLSwV?>8?Ak;tUU)|1Xk~ccoU%hC1H2 zd=8x?+XIpeNCm5jL|b*?hRp zEj_|_@M`#(eaSQKZQYla6xH>!ruXw1Q@N#o9@r#Z4^=z2_*|gp-9YxZ()}jCF9oE{ z`?6=6wvYGWt#`iOD~RPUe{tdGgcyqV(DCY@~pS76tf( zxB_XRh9|tuPlX$v2{t?t0HLP>4UfSH!Ud8*?h}E!`#@5#_JLsCL&5roLKRnp%gzax zofj^@AX0Ktq~x?n$r+JSAUY>nctkvFt3>8jiL9+Mv9sjDI^`lJC5tG{fCdAIGEEfGcYg)d%8G=L>zv5<95&?0|B-NL4g9%%ogrVRe<3)KHecR|SY{%b6UGLoY zU|0Oi*98||h%a4uJGsIAg7trcJ?)8`L+72zf8%{T{#>1j#mwy7PUSO;4_w;pa!2{V z(r`gee)jNrihcJA_*u>GMXA_|?D=E*ZlCV@n3`SRxt~v5@3Zkmh10jiVoSA(Y_e|q z_aAdPJRCoCN2#HaUL5ED~1Gho*ZTa tUMrv5`3E2GEYbh`bW@r3M2~Hn^|k*DtGfP3T>%C>gQu&X%Q~loCIHUy5sd%< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..63680c745c1e81b57f8c027bf462b12d06b53b61 GIT binary patch literal 478 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIa30G|+7 zAT8MVSg_%-VB-^k1_Tmpcp}vJM7;T_c*|3XmZy@fPqq7=>-0a@oABIV;tP|>FHEPr zu$uPLbKa}SBc!h{frVGKT9ehuB~=j@V}Bo+9#V{ zhe+Qmv1fU9yLqO1R`JOj3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ee8b7a783e19d1916141cd8e34f7bbe705110535 GIT binary patch literal 670 zcmV;P0%84$P) z+=slR} zQlslrqwG_p?0LBGh`{oX#PXiY^sv?TvDWso*7mg5_qy8myW97?+xNWO_u%jR;qUz7 z@ciZR{O0of=komR_Wkhp{rCI+|NsArnX0Y;000hjQchC<949ELt*)=I?Cq;+mxMdt^$*H(i*R)80kT=t613uV9oesmYro3|c;odKl zN4_-0qT?~z4_lO~Nb#_3Gd0B@^mz#zyV4QwM|kyWMYl&74mG03ql_;g`aIG+v_!8* z8?cqNcCK%eiEVUz7^n!~MtmBoDBwzb#yt8*Y9YR$UW2b*A-*1}h@hH2;{D{8SU>>< zq=L+YpaTGQcwifVDeEw8zXgxy(!DH{%i66(BH5<=0b3&@bbFv?)&Kwi07*qoM6N<$ Eg4eo6;{X5v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..820df91ed430e2009a5eb415808b06a18d2d4bb7 GIT binary patch literal 359 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkQQuwEZFc^u(9SG|NaAk(7AW>fHtw0 z1o;IsczSt1di*5Xe9a1=P=cq6V~9j}Zoj8cg8~oB;-U6j*e^L67)pQ+C-O?i9aVQB4+ nZPJD!efuv5pWmQT_m7#2iG8t*$e%wzyBIuO{an^LB{Ts500*7b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..31c6c6fca82f7ae2dd61833491d2df10d137e186 GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0UF-;R$c^Q{jeZf(=guK<5s>c-2A?L`-d4PKF>P&W!{-D>#ls;bnV-Yo8Pa#{B`f$@0Xwdy!!I@ z{kOkge*XLR>)-d^|9<@W_wV0-Ads)KECo7+uO!GXm_bHeW98a)>o>f4|KZ~&4(9aB zK$$I`E{-71()ap(A8xRA&slct|D^xLY%RhpwJ8$< zt_ey__MdO$e<@7m%xp!5SL~7uZBObAelvaYZfyFawVH|X^z130Hhy6Gy7yG$?F7^E zYTgfX*R)*DPFNc@|Ij;Ag)D)v_3slecU-^wrq{P=L)GUQw{N{%`#-?!??mP4OOMQ4 zynUy=@9!%9{ftj8`Y{}-6JS)hcTlqZZN|jFYnCE`H%_PQXVkr9!X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-dark.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..00faa0e5c89254d1614567adbdb87962d68902d4 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF}AOX`?$}W$<+M Kb6Mw<&;$T*Y(z2u literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..cd75c57796bb8c5ec4e86589c4d9a8e365b3b9d9 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0F9a@PxPdsc^$H!GiGarc0S=u97JT6LQrOSNbw!cehLI~nk=uub%iyWP4|kT1j%tQEf@v2{rz^e% Pn#|zo>gTe~DWM4f<2zxw literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b5a1f970d31a8d5846163b2d6f03c75afdcc6eff GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0F9e@s6kMxp>11fyO5w)bK>0?h%M=c)|}v^&p0hzSZWX4njcHd?i7C!3_MOVzKcF ziA~Kdtvx*g9al1eGTxppjv*QolM@tpW~@Gc;Gh}nf`+G(Dh8Yy0nIuEA{ramBOiza zJmBGy2x#0L;Lv$s!3S@Ck7R z(*KcwK*JLtFW5c#GEjoOB*-tAK|`~qwx_3N(;Zo$kglhTV+codazX>6+IABKkHCZk zPiAIjHZu-oMtfxujsVG)(t~RoB4+6@l(RAv8mhXO#>M*sH8Oa*`njxgN@xNA<9(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0MeL5D;j10#q{B_{a~SYQB;nzhDM_QL)(ggv6%ime!sgfsQMgKpAgO7sn8d^T`Pc zJTq3mKXlNHbwR_^SQP_Kjeu^Q0#S_(;*k%;0v_mbNdz<+2RL*dSnz?{P2sr`cMKy} oh7z|46YGpk0)JGQT#nc>%wYA{Czc`{2Q-$!)78&qol`;+07e~bCjbBd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..4e1891fe2ac695e02430627d7ecd09aa399cff43 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFgco;S3D@`Z`Bh TWA-QjwK90R`njxgN@xNAqIgCx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..78a24f7e5285df198c247fa1e1506311a48db63c GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0F9e@s6kMxp>11fyO5w)bK>0?h%M=c)|}v^&rOo|Np~cETVy``AUNPf*JTl#bVSNl%0UyhTYrnQfW|U- My85}Sb4q9e0Fc&OH2?qr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-selected.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..020a43c6414daa0af263bda095436cdf1f05c4e3 GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR44IsjB|>z2VocjAJja8Sv-cWU1$7S4gWkY{#hgQQqdlUSECBD2Cj{ V8+LMpO$T|3!PC{xWt~$(698CVP8a|H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-selected@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2b2638b4c9faa902aa774943506bcbef80167e22 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeLI3UpQ1gKEqDA#kK9=?(wzhDL#b&Zv4*R9|1=KY6{pE#J)F9T)#JY5_^G|nd{ zDDcdv{(tyjDeHoUtMw`yI5aNw>wFN^D3FhQz#s6yo=YO2u{^+`^T2`+++GU**|@GK sbJs9(Whip{uy7eXRruk~($P`PFh8`qqs-yb8KB7wp00i_>zopr0Q$yxivR!s literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..030e87a570273f21a07e541b88aa781669be9ae6 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF(yEr+qAXP8FD1G)j8!4b7g8-ip zS0F9a@PxPdsc^$H!G%zp z)^B+8{=>&l9L(vLfiixcE{-7@6O$7ZcxF`JKX|Z|bwR^bYn2Tg8W-AiK8R=(@JBx2 z4R|2SB@xj0Kfs~$z=99lUJCo!xUML2+c0uvD02I-a2Y&R_~Fjd(NWDXM=2$@n QK$96fUHx3vIVCg!09RgQg8%>k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-selectionmode-dark.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-selectionmode-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..193ed1fad8a70ebaaffb2437abc0193266d58b8f GIT binary patch literal 477 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIZ?0G|+7 zAg!rssG(t@rfCdC8YZe5CTg0dnmUG>TKbyW25Oony1Kf0AfRtxU}RuuWC%jWhDOFl z#-=7F=B8$rX69Dr7B&`^wzl@Jw)SpzK;+===JjMX8RX#|>fs&c z=^b{$`T0Gd-8>~he!&d#3dc{JJoV?#pTB?mQVTa978NlU%hf$s7XP9Ey0t= z`^curk!fj{e(z6YI?2Llc-i-j?)^W9nxtJDujn}5h~i-4e17^)pyU*Rr{|o6lFX0% z=kD&6*V*;^9Q&lcOVdl7p1JM(#n!qwJ*lldsI)h=U-a!!$CF=m-wTI5mYP26^24fx z)!U1Tdbd6_o&I-Q=x3g4o1&i=KKU#cn;A84WB=rkIU657dad4n{jib#k>@k7Howa$ z->c5}*Lc6f`-ziM^tN}XvKVab-)q9Qu;;z{1Pwd+%wnboFyt=akR{03N@q Ap#T5? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b635b412ef5f801e74e9d2fd7c0272581583d7a8 GIT binary patch literal 675 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSrUm$f zxB_W4Eh7~TQ*~_Qfq{{Mp^+g7 z85cSz21zTiZI>*g4zUyV^T?*gJVRIC(ladpSCLJGywgx(B$r2fBI$ zx_Jb-c>+cc_PVSk!?QklzJLg8YIRY<>OwtJ*sD?%V(I)8{XLYglG#GcYhF zd%8G=L>zv5<95&?0|B-NOkJ$pIs753I+ASUFYNh$I`UM&Y_+#)H)9O^{#Eb$Y0Y`} z99v`mdC#XgR_v?Ks4Gt`XKd*a{mbykWV6>S1|HP{uEMmrENVg)%~#}NoKzYaBo!It zzARv0ddKF8-@(`V=VF?c9*$r5!^QKShxPoq z_e|P5^}*A$2UXjr{@PpqvP+0$??70JMG5vg%1u2ABp2bP0l+XkK;Y9*D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-selectionmode.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..03311efed2deb69ea3c59f17439e3f3857cf5dfe GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD>c0G|+7 zAbsxKx%21GUjl>6moEcpAom3r02y!Iym|Zf?YnpHK7Rc8`Sa&5U%veK@#E*upTB?q z{`2S0-@kwV{rmU-|NjW9mTaI|TqQw%!3^>W$4{I*1(Y>!c%lasUG3@O7-Dhy>Xoy6 z%?bi632P&?oO2iM`28>c7IT|hf~Nc2&(j~KPnK=#eqxrb?6%tQ;BP0LHnFJ-@+{IW zaZ2SKn(w~f)NA2?-NTEo@|Pdoc_}64qI&NIQNLMV+pQJjWy;o1*|~Fx mTyWFkthIYzZvW;tPhT>^e@)FTEk>ZT89ZJ6T-G@yGywo9aKcUi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-selectionmode@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e979f8c3bbd74801d117610402005023ca2b0a2c GIT binary patch literal 615 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSasqrp zT!HjOFgSPa+<6!PvXQwkVJLm!!iASFU%qh({T}zJ2@o^XIQ$zyAFB^Y`!HfB*jd|NnpG+oVN6`vgjY{DK*5ef|8a+B){` z+yC*?=P!S2SY~Q7Ffaysx;TbJ9DaM_W?7Sg09!)Ls*FH(L%rNAr9JKyWE2Q+VEnuGTkJQkTWhVpaK_nO6Z zWlepJ?A|M>iO#nx`blFPK4I;rNM@ zr~dr;^Y?FGYGDXa+``kvF@z&JIiZ1Z*#~2X0Hp&5wtdqRxKoypu%DZamB&Wl7^9bD s0dwT{rWdo>czWa%yl1mMSjWI{*xz^SN{g=sKrZuoc5!lIL8@MUQTpt6Hc~)EP60k4 zu0UE%%Sc7TR9)LdUCTrbgpAcRP1Q6^foxSx6EzH^rEQ?4W1yo80eVJ3(dj@_1WJPZ zf*EXm{rs!iI`;0{|MAo3FMn%TW@-cFay?xfLo80ey==|bpdi8;=<4cn;oFdoEA7>}V^K7v&e!IDN63}7>Pgg&e IbxsLQ075-;iU0rr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..481a15e6ebf2b81e9bce00d25ee873d9b7853df6 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFYB!C8W3cvs%fIGWum2HsHLS3B-OM`bai##_=N}pmGYJZ`2{lwmseC)PMEal|5uKdS!05L9uEPYK0|%_0^9al_N=UF~X5-|!BXEq(OR|7D p@>;_SVJ@DYXA0ikEDzQ(F#J+<4=H)*uoh?rgQu&X%Q~loCICr!N>%^> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ce9562780cb800d29d0e0bd91ddfeadee253c6e8 GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EW&u7S zu0UEz(?DI_Tus|dP0K`0(^yr*R87-FP1{&a%UE5*SWUx39Vo74qNQ!1tqTGAH$N@f z4%8`B666=mpsJ_u84y%hR6KFgjF}){Em$=VD4XHw;uvCa`t4*-z6J#WmPnUtav%QB zH+B4YXo2BFkJ#nUuBjdo+0y@_!*BcVKE`MN*fpm2`82F*Viy%_TJ7ZWtd)5omxCmO zP9o?3)(@sTr(e94{_T#v;z?~D;}>eVy1J<|zcfuPK4iye60WPV)mgC*XeWcGtDnm{ Hr-UW|j#g-M literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4356b0ac3407588cd75fa6c316f00a0ae1986a GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF2R^0qxl3~i7eJTK@toM5x<1Po?UdD57f=z>FVdQ&MBb@ E0Fjbcg#Z8m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..bdafd334439a1cda0c82647e3edcf457ac90768e GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeL6kzSkVgS@5P!i-9%)r6JD<~?asH|#Y>g4R|##R{^43vxWba4#Pn3$ZPz?5?T zKR;{z^rjzk{!cu>vcTaVx2vOuz^mU}A~)`9aIg#QZ(#Z^D#&!GzJcjK>%;^90~rr7 zJ-^s2U^zk6u~Fv#A%S%X_r$++Xfe3Pir8rV*HKh^#dzgcai!f;&lNzM7(8A5T-G@y GGywojo_(kQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..90d0374562aa65031c51f90f518da9f81fedf1f5 GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFI(F>XWiYr11}|T}eE$6Tg$oz{{{8#^|9=}FXHB3wo{}KHU+Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..554d44958d1bbf6c4f25fddb7817bf99e083e4c6 GIT binary patch literal 336 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0ZN;kyK;J|&AKHZ2L=4-O_bKI~?A!g)Y! z+lTlc9`Dv&ycD4@W14O6=KfEzZS&r!&C88y|M>T&^v<*!{Kvl=Iq;qk3IN*5;OXk; Jvd$@?2>`Dql6e3C literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-selected.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4d32106a91fc846c32e52145ae36bbc8cdc7aa85 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFgN)HayuC$R#B%{*NkLpY+76B-zooeFg@h;3{< z94Wxz!!2RK>&WwvlP9JrVM9X@+Z~5*2?B>r7_(lQuzopr0A4U$zW@LL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..7b361e3461209ca7e8cec4c4a0439109142522a9 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z-fS%AyRG#{v0xFpCgn1NqRTwYzn*51L{B|f3Ds9>>3 z`3@NH9ElPBUi7~{hhh3jqb3Hq!=Y2uCT>)YF-%ruw|y=redmU|VUs>b^o4vE3BM%4 zSrZg99Fmci52&t;ucLK6U$!H=8( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb129da8b244e26f2e22c643ca88db8953c084a GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF` zJkbM+T6(%ThHykDCp0iF`w;37pmgAX*>4_!Hzf%P_nDLC=p{U`VrJvkNIk%t!WzBt ka6{uo*_6zU40l8s_6ND8d+u_X0W^fc)78&qol`;+04cU)DF6Tf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ae8ef7b929e41b2dad7e7690e0434fe179db53 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Et^qzF zu0Z-C7@RwI?mP?t*~na&FqFP<;lj(8FJHZS_4@VeKY#xG|Ns9G&k_ZoK>{T~e!&d3 zzJC5yZ5?~}?f>}c^OwIhEHkx%as{3)jv*GO-%hp^YETehakOD@OxyYIf5_?pC4~*A zCirbPpPlwbJgj!%!=Od?_<3&JuMhCqsmOXLh^2SNZk82F5li+>Na$jC!gxSr*@swz z$0z5$&v1_aFu_$|!G+m-)sN3N_~vMyw>nez(zbNvpZ1CO9nRV;S+vtJ8fZ6zr>mdK II;Vst010uOuK)l5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/pane-separator-vertical.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/pane-separator-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4f5d70f7b112aafd658d1eedf07a77a8dde7ab GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6dTdb&7< zaLi0jNk|AtPXK}>1s(}W35g#-ED-_3B7rU(FBa_%%WQIsuyx)R i%LtV}uV2^J)H1~9$n9sCt@;ya6oaR$pUXO@geCxnQ9BU; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/pane-separator.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/pane-separator.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f1ca449c51555e918bb1ba9f81075bdc98eff5 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^5k5_L+Qlh;h^Y&^!m@GO(-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkmhN7&eQOMyY(f1!xR3-Ct&iaK*JLt0?~PxcKqY=P&c`+B~#KHrL3=OJ2650GSR@EhyFW~;pu;BisxU~%5wyJEt&hS@Cq+{Ch e^gGfF4FBe?)-Y(VoA?4~HG`+CpUXO@geCx@Jcbnj literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..acaf956156911efbfe84b920728e28d1beed77a3 GIT binary patch literal 638 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E2LgOT zT!AzL!+-wf7yQkS_!=JbH9r<;ddlDMjKAp_f5RibrbmKJ&jcDC2{b<82cia`6odgJ zp9(fS6>NMe(C`?Ho(KS?8bBlv3Bnix4L}7TaU>C_8n8;BUIbUT?4oe_MUmnYA|)q9 zN=}OwpHlKFQ1U8N@+wmDDpv9?R`x8=G zsAfF zH7oWy6|Veyv@<>{S;K7W_R>9@|1C;$e0h;$zxnL{3tQaYu4t})YQa0tmx+i`SW zPeg`-#fmeL2UZ`-U^~N^SMVh37|;67DX%7IHXEmS++J$9Q}~JJ-t6Am`W)L>4!;cU X8*d8^Oj&S&1r+_Bu6{1-oD!M-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkQQyYD%$W$r1Q04!()M_Cjt#m_!^(_H9Y2Pc*fWGSfCLk0wnnxp77U$$%ZF_4NrlB z5*eE%vVdrdhJ~+&g`b9%pN_uOshd`Zfrd(#1o;Is@bK{J=^MCvcz6~T6}PmuwsrSF z!TtM*uYk&OJY5_^BqUi6p5#4jz{6k=RV1tM;@@Pp+8+U4Obi(l!fVzT^Gh9@oA6)k zn%*RZq-xy(!&?az@RE)@l{UauG|WyX$IyD*Zuoc5!lIL8@MUQTpt6Hc~)ED*}8% zT!AzL!+*Yp$GmM%cpIJxw>%bZc_Y;DM5y|XP|H*P<`?`84}r3L&5s2e9t$)*5omZK z(DanQ;Td1!BfiFGAgP9Df(=gu8-Y@f1sa|S)IAnxdiOT*4-jq{+ z(yZELPR?hyk$WKO&!ZTw#AfnphnuHR>y$rFiCL-ADJ@Ulit7jmVb|$q#YIZ!$D(TKy@Qy=lvCR-mCAP-y$Ms@VoDJ z((&sLuD3p1b7#q(DT}8qJ$wD$n!oq6W%^=PU7I>{yXvZ4Z+~ywC(}?r?+f<_y)>=I TuaE2ldYr-2)z4*}Q$iB}ZCm-P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-insensitive-selected.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..671fce02ed1c83a6f3b036dca21891b19104d426 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkp52!5NLR!)$?4d@3~Ij^If-p?795|sJnjRGe)36;w3?T!3;dSdinS(mKrtqObX z6ha%e{_^TwEya|{V8K08%|$GI=aJjTi(ctu9kLeBN)t_Usi~-PIph1&=-QNx9e=wo o=7(OpCvnTZxs@qEX0fck-!|^c+po_v16s=9>FVdQ&MBb@0H7h6xc~qF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5d4ae65aa0c1ee95fa145bbfd57e81f411ad8bf2 GIT binary patch literal 584 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EGXs1= zT!Hj|+5>@xC(`ZDWZR#~cRo|>d=|OlZS;z_u|Tx)ZT!l&i7VgUeEs`25WW5V_x%G* z-pfC`^PJ{qY*F~4>l{{=?9+L7+NJnMY~6L6?V=JJd(U2fE1S3RanCy`?;96ldswF# z{V%aP$~EUZ(?+k3*Qz>ej;J)97n-hgn$KLU+Jz&t#x?WkJV{2u2yRy|i;FA@PEL>4 zhzadd}XRzN=d*W1ZBV_|u`Blk?|CTN`vu zl>Y2&d4(s}^jmS_|G3wWE$(DCD*ugMChj8O)@VLqYW*`#mFR*hk%@;>fxcz%boFyt I=akR{06eKEssI20 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..389d5613779dcf9d515765b153ee522bef11ec04 GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkQQyYD%$W$r1Q04!()M_Cjt#m_!^(_H9Y2Pc*fWGSfCLk0wnnxp77U$$%ZF_4NrlB zAxqwdEqnXq!|!K6^y&Bi|Noh;E^cv#_YRrM0!Ky9WX` zJc(ojs>=0raSV}=WIgD}cUXak!C}K3z-J;F-!g;zt<*Ey%oEL93>M=B2dh24zs;aYME5FafScWsgTe~DWM4fwjYN4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-insensitive@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ac211f36c32ff4bc789f93daabb12a59418fcc47 GIT binary patch literal 625 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E>jHd2 zT!AzL!+*Yp$GmM%cpIJxw>%bZc_Y;DM5y|XP|H*P<`?`84}r3L&5s2e9t$)*5omZK z(DanQ;Td1!BfiFGAgP9Df(=gu8-Y@f1sa|S)IAnxdm+?haZ1G0nx9& z|NsBLW519W=w7RmAirP+Mj>GlX=xc*Sw$rkRXu$JLpOJK508w@yuAGUg0k}Rii(ED zrk2*W&K@+ND`K+`Xv%v}7sn8b(`zRm7i%&QaP8$?v!F>q!_`%xYwoxI_RH8jG)`V@ z%{Mpxt`Z!*)}HHw_th^p!BZ<8xVxh}QoDJV>~0i&c{i(OOS7rvj-D5J z*(R&T6qBPaDUjUm&93yuLZKm~@@#{4nZ#BV|A*>w*CtQ#j67)Dr|+J0Uhu$X>8rml zWogf!c7kcy(H*5#HLP{9630&Up7yr@3w3@y cn6LhqX?c2D-K&K=Izch+>FVdQ&MBb@0F~to(EtDd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-selected.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..2b7741a269216cc8cd333c677012f69335aceb88 GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4dPbx*9k?e9H|YjCpfn#EG=^6+>)TO>PO%Pj`T>L zX+JJ`t&aR_@4s33ZnOgjPlJ3y_BoLs42QCx@l7a*lwL45-LLqJ`%;G|ht9ozqqNd9 z=wwQXs;!7bXym2nX$fiDXB@GXv!A}D&3oUYx!p-xp7S_8a+;Q3^y)r4UuC7_k6*Rx zZ;M2q|9nbyca+1*l354u)XCb1U*V`RWsZM5y-WMSlZP8rT(6#HYk8KPcU5Y|zsHQX z?(Fkee{LniMbSxLU5nM0uzhLF=es>~M)iB1-*UH@PaHoLnCJXK2Zuoc5!lIL8@MUQTpt6Hc~)E#{zsp zT!Hle!2tvsp2)O4m2H12*Zxet-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkmhN7&eQOMyY(f1!xR3-Ct&iaK*JLt0T=n3|J`nI#wwNh)M?AwX-L*Hl5@Lgms(3G~pU!l# g==+}UObiY77w2o3ZB_Q(4z!xV)78&qol`;+05!FdmH+?% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f0e70a33cb6f3a8e35a27f0e6cb45e5a4dc1a8fa GIT binary patch literal 645 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzL!+-wf7yQkS_!=JbH9r<;ddlDMjKAp_f5RibrbmKJ&jcDC2{b<82cia`6odgJ zp9(fS6>NMe(C`?Ho(KS?8bBlv3Bnix4L}7TaU>C_8n8;BUIbUG@40s0bCbz0Oo3?1 z3$rON)?fX$;p(@I*S>AK_HFa^Z(FW^-+JTw`|p20eE<9L$KOvs{(b)W@Bjb*L8Xjp zK!50!1o;IsFe)mms2Um>o0!_#IXb(9gocGjL^d=wHMi_LaN^{t(`T;VxOwaLtJiNo ze*W@n(lOC4pw91}E{-7*l4}pXtU4GV!g`^0$~3+$B@RtyEGtvCU)?$7$=~=c>34rq zex>WmOun+~+lBA#Wy{r0OuB8zyIs{|rHx@?fZL&`Et+x6>{5)zO;$aZrdaOb`u1ev z&R-$=Y=5y{9UgB|iso^fc6wj@> imiyjE@TWH^-(u)iDiq-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkmhN7&eQOMyY(f1!xR3-Ct&iaK*JLt0r0FU8YEg0gTe~DWM4f6>flo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-mixed-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c9e9a807a42c1470c2bff28220e78819685a8d8e GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!AzL!+-wf7yQkS_!=JbH9r<;ddlDMjKAp_f5RibrbmKJ&jcDC2{b<82cia`6odgJ zp9(fS6>NMe(C`?Ho(KS?8bBlv3Bnix4L}7TaU>C_8n8;BUIbU$!1`R%iz7f6>6HZe z1v4-zDyyg(8X23I+S)lfyM%;>g-1j-G&VK2>^pGc-MYHZ$Ezi@@vvD z(Jr9QQ=Tr4Ar`0CPQJ<4WFX+`=y;G-B<2PS>nf$xKmYd|Yj(GmH5txvf9E-K+x9La z#Z{6nl1n3>%wDBqcV}Vqj;2NT7q~C_`uQv~n~2%`+oBvH*UabJIyx;Z{~YV+b;qxY zg=KkULju#v=@E=w2U{4#ZPZ+L2pBE2d-R>*n_;q3C->7CACj03wtm^JSQ}$uc<@N; z(G!8s&*tu&u_1fC^~C4mrArKAbaf-2ZmZF}o|LJ(v|Wtzopr0H5{akN^Mx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4aa9f0c0a316c89233a2fbc4fb88449c60a927f1 GIT binary patch literal 334 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_UfKP}k zkQQyYD%$W$r1Q04!()M_Cjt#m_!^(_H9Y2Pc*fWGSfCLk0wnnxp77U$$%ZF_4NrlB zI{H@iypR8Zj3^263ufTq;nmYOaQE==EG#N+X>D!m?&;BdHP-^DAi>kcF+@T#_n;?V zgMxtT!Q~ywPN%>BOTRjyFELSc|Dk#7v~wBFXU`JKe5MtyyguRA6u}!;BO8O~vdk#4 zKFKgSPd)WPh&tnJD{g@Zuoc5!lIL8@MUQTpt6Hc~)EEdf3u zu0WcB;Xhx)W8StWybaHUTOJFyyb)@6B2;}xsO2et^9%llhd^1r=Es5!j|G~Z2sAtq zXnM-u@QknV5ntmokW|An!GK+R;J_9P_Z+I+N_gJv;DNv&zP`u$O zSOHKRiUdI-PjvLHiZ4}b09~O|666=mz$hdvA}uW=E32raqN=BFVCd%V?%|P9vz@@--Oz>px`NT4T)S$G9`Npwt?k#lQp?q|YWB-vi&v&!)XvmnBYe@uZ z9(%+o)s-h&#;RMm`?9jYhcqTf&PDT*m{r8M7zj5b~z|`BTm)`N4@-6yz#fE=HUkY~= q-I|mAf7;X5l~Xb+;$A@_m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-mixed-insensitive-selected.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-mixed-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..a9d6f2c053f442b99fb5c31cded4eec5f9ff5f8b GIT binary patch literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^_fKP}k zkp52!5NLP;RQ~Gq32mTGp^_lKUZuoc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-f?SVkU6QCuk$KN#q?NccU@(X5Q6cQGZmXTFdQc=~@H!yT__sGc1%P%M^uV`p& zYH4lj?CE)s6($5!zunWtF~s8Z+Q}D%niK?FmxgEs2VZC~+W7Z>{Tjz&ftv-h&M8;7 z#Xb;nt#7$7%X_Wrdd-hhxmk@@MQDB$72EQ0Q{A3M=jk`U<}`>lr@ndjVBzfD6U6qI z%=h$mII)~pL~TVOHV<3iL1t&dadpRumK X9klApuHcVAFEDtz`njxgN@xNA-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_UfKP}k zkQQyYD%$W$r1Q04!()M_Cjt#m_!^(_H9Y2Pc*fWGSfCLk0wnnxp77U$$%ZF_4NrlB z|NsA=^=0;UkP#(8e!&bpJiL1P2JRjno`prlEv>C>-90^;ujX0+6(o4NIEF|_<{tFq zYfunyJ-EC>+3EE6f9Y2z^d%;W?mskdopvsx`RrLjna{MsmDeZynj(1PYGh;ZT$ULn z)+ZSz=c%VY2vKL8ZN)9nWmow?bal+!jHJNH>UVa?r5!i=@SO2&2DiA)q_=iJyBIuO L{an^LB{Ts5Ru*@n literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-mixed-insensitive@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..941e22aad3a7ab7971776082fc61a8325149b3d1 GIT binary patch literal 524 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EEdf3u zu0WcB;Xhx)W8StWybaHUTOJFyyb)@6B2;}xsO2et^9%llhd^1r=Es5!j|G~Z2sAtq zXnM-u@QknV5ntmokW|An!GK+R;J_9P_Z+I+N_gJv;DNv&zP`u$O zSOHKRiUdI-PyYY^KTVrC5$Fn?k|4ie21X%a5ou`|Sy@FT6;(Zb14B1=cMp$@%)Gq( z{DQLb@`{Rv#-^6mw$7d&=kF#JKz)ZiT^vI!POqJOlds7@z;)%K2TiW2!XhiWrhNSW z-``kA^8)9Q3b|_kUH7Dp$tRWxqz0u;%r}mGb8n&Z4&|eJ9Q%*FdA^&SM?=Q6TuUNQ z^VlO!sjfWHGFIKf-ItXGKBO@@axR*e#H=F5#i(1M;j%?wQ9%61Y6iYEjVW6K{5bVR zSag?sHhX#b5GU(wu`uEAx#sJi1|3>h`_5&4{Ea(@1g73zz4VUXlyA|$D>nQq`ck-~ q=+>O<|I?nfuAGut5%>Dh{GSZ*?#Z8g+-LWKBE!?w&t;ucLK6V!12?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4O-f93f+UjFGPFR3s>@AblzcRbFD@%L)lFuX~q&y@wqeCzt#8E zRbV@JfOo~4Qw_ob{4=jRc<$#?_&PJY|K>`zNqRZ)#p0eSo{eX3c+KjqSQT(-nQwvo z#dlLYCv9Y0syySp{JmGt^ImS7YN*Cj)6O2^U&QKO@U!{B+l4=mCAn1d>DWDLm~x*z z^Xf?!6=s#n^*cp{7~LOu8P8pMSAO4yThdw%J^%lIw?jHFFT`;w}XijtPY z=|@Sgl3J3QlJ1N#q~Z`Tz!A{LUp?S3G@S@u25w`3zpDe3W`*wnZwcU51E3xkUI&IL zz^#Tr%@@83yr&4a8UW>Ka0A?A0Jpkk(!m6dGlW|;T&8j0Mp9SOzNB?qCkoEQ zRt|85jEcQ+4eaFrA7i-&syP}MvF4n?rKpwj=TC`9A7_z|U9=bO4ipoS;%VfnFlkkW z`iwI0lB0p=u@T@hhazNkVY%)OwDNfMP*+g~nmHO6v3{cz_atqMmEv&VG-J3Vo&1;= z34X_&3=dzMX*rQ>1BqWg1Zt!o$#!FXC}5lPLaARKj4)9mh*7hu4Xn)scT5-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkmhN7&eQOMyY(f1!xR3-Ct&iaK*JLt0}vle6lRi>dfdqfZ>m!rwK<_KI3u?P&1aKAFehWmyoDpQ+M@ zl^YopUr)7?3!bRWe04_XQpW4++iz|xsrkv=zlq1qdL`#&pluAEu6{1-oD!MZuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!AzL!+-wf7yQkS_!=JbH9r<;ddlDMjKAp_f5RibrbmKJ&jcDC2{b<82cia`6odgJ zp9(fS6>NMe(C`?Ho(KS?8bBlv3Bnix4L}7TaU>C_8n8;BUIh35|Nm1mcYs`^R}$nG z%)qFqtfFdYWNcz;Yv<_f5)v8~9ue8l*woyz@4$(Zr%s=_e&gn?+pk`~{rLIIuSv&5 zyMQ`RdAc};Se#xv`6geJfq<){<3U!Dm>VpttCUjz{NHb^+1*;!WH`tDo#)JL+q;Yu zS4p}^E{%LLdzFseorTRinikz(;J)bV=d;XgB4+b%i*kfqGoNqk=(Mo>bF8D+9lt6T zmgSKR2}~=eM=*9BY+(?$QFGZLV6@Qg(RYS#hRIHy+)rnGNMbtJ`enOfZH$HC!6U6l zPXsvVXNlS g%!;^EkM{p$n4g-vkNw{AY*2uBy85}Sb4q9e0PCmZumAu6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-dark.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a80cc0cb9b9daad32209d61ccd3cf5b9bfb869bc GIT binary patch literal 426 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uVfKP}k zkXF_)Rnj)r(6CTfH&atH)zC6i*D_PnHdWI$(a<(g(=b-kGEvnuR@VTsP1Jx4EwG@b zF^~=Bf<-ieQYPw}CYss?TH1y{H9%5J$4EyS#R?@s ze!&c~atew{=^0tsIg=(&pE2{%qsLF4J^%9c+s|LWe*OOaThFa@4Nz^hr;B5VgkgtIn}3 qjoh=f&QLY*-nY+pw!44(!?@Z)g!h`#rC6Xd7(8A5T-G@yGywpfw2UJF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6f79041a62b4f5214cc7a71686e8da4ded4d2491 GIT binary patch literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EZv%Wn zT!FNMgM+cLv9`9hii(PYf`g2VrIfL;iiVknhN-%`iJF#?hK7l{y0N;pk(!pNswPm% zR9)LdUDHHO!xV^AwSWv0RV`z6O;a_9pq2?xnHq=$G1P&|z*0aiNP!kuFGMj!1gIFK z5hx2`fX#tQK@@{EB1DYTwSdT2L(5oG+dxy>P)l21OWQz8+fZ9uPg@6w^tE*ibaZre zbo6v|^mTOgbU{Gx#w}S;kXn}n`2{nuu(GjpaB^8%S=%}|Iyrm$`X#5PrRU`47gko) z^!87fID5|A!$*!CKY8cg{RfYqymzQ6;Bt(5DCe(2Wz7b z21u|!P_KOH8?3c*$(N=RT&drZXRq0uCU^h;;}Y4J-8t6(itlgnp1FDXGCPy6&pua9 zn^ZK_&grjLUy_OJ2APcsaV&kTFQi;W+9lX!gpy~d-YQ_+A@h(aT*S)A;OPu|iQ`+Q zQ%M{e{1M``X0~d=D=JgPp-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zke1W6ky6qID~fdeu702X{d~0VwOzJt0`}`v4b8HI);=tlxj3zGAH&~e zN3St2&QRn};Eehsmhdx6@ZJH9s1qC|tHrX}LpEoq6(3!=F;I9TZ)f4|7KPo$DPIjL f?Rmq`{b5v}DrmBO&kaeS8yGxY{an^LB{Ts5sy=@Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f7844b8b195c40a2089be1d24a5238b2f8f97c52 GIT binary patch literal 673 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!C~$Lqlk2sDp!pv9YnXwzis@sfvoRlBR)%hMBs$iJGplhK8}ay1AORnYy-#nwFWW zrm4ERvAVXgnwF`Wrm315P|!q8(?ng%SY68qB%%r8s)CWarm?!FnVN>FI#3X(Obe$d^gCvp z$pX6Gt|Z7Wn1P9zg_TW7SyfG4Lsw7V+Sbm|(b>h*(R~EsX+|Ub7!Tpop z{{J6sH-$+z+WPT~>-xsqx1VJCukk#`gjeizf|XUd$ekDGcV69dU*l7m!=)Q8DjVBU zE}Z+^&8n;&eY4~A>e_p%y-!k3oR-aRbJhEF_Jhjf()Sa(CH7r0Z)-W;bh?y>F!*D=-sS6JygM4UPx|&t| zWmX28Fy6}ee`gsP9&E`8yqFf~zFu_ov8{4pXX3=RuRi`ZweWF-<{9zB&*D_Ko+>R~ z%6sy@7x$JLBeQE=5!p$X^smSj2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR40PFVvUNI}?CdR<&qFY9FVe@b@QpOLIt->$j4x=g!PkS7}A=! zL;tbyhg&jCouLx&^c%a)v@J=S5ZHO8w#CN9hLHuT zUvJJ1@)4WUIQ6rLWA*vSgf!a=45sHl&TYzGAoy7BspZPt%ZqI$v0R#T||GUom*P`njxgN@xNAP`Gz2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd9a00dbf3002009f2fa7530f45348cc981a41b GIT binary patch literal 575 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z<#-~ivuGkSrp(JKk^3ua(sV&>rF;ujDU5*8H`mync_mXVc{S5Q<^Q`gYc(l#@< zu(GzXwRdoGc5!tR_}vu))cMxa#WBR<^xDZUg_;a_S_Grkh~Mi9+Ow+RQtkii!Gara zDLn4^UB2IQcFJRm`YE^XzYAV_`R}&(g4?!RExuHls<>Aq;I+e#eH_=gJgVRSb8+U4 zTzZhPD(_dY!m~31(+|9P%H2DmHiPr-%6;<_4(lBCxFZzdP$>O?t9z3}o1n6Z(>INa zM<-4Us`#R%n5odD(;&+v#j!!VfhAWeLs_#y#*Vk(32Q+nlb^u-`5AvwLar~YD1$QQMV^j0_HSED_x)G2@@mt?2dNZ@9a?*?sL{%d>|q h_r6~){$F`1+$C7~x9e7KaiGT;JYD@<);T3K0RU|zEmi;k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..41ed4d9ffa62667f4e11c01325691693d25fc649 GIT binary patch literal 395 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkUoF@{IO%lu3o)*^5n^L=gwWabm{Wt%RoUOH&duaT=*WwS}H8jv*4^xqWYi925jx&F_mYs+ltBd%d^z zA&KwzEsb}7XZoX>UA1<%Rc{RMv8wme7Fz9`@>*=usZR-u^xPJ6aGB+or?olVaK9mT z^o9Jxz literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a83495380c6fe9fb2072f3e85f428d52df010c9d GIT binary patch literal 657 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|NmF5S_LHc@85ss%$alN&YeGh{^G@pmoHyFd-m+rt5<ws*aAP_(Vf$DGGym|Zf?Pt%P zJ%9fE?c28>K79D}>C=}lUw-}i_4n^zpo2xv&B_3Jz`i8NFPMRenVE%EUO`b=MMYIp zOWVxc!qVEt*3QY<#n(R|G%PzOH#e`cs=BtezM-Y1t-YhOs|N|h-A;W9H0rmfi(`nz z>9vz@7BxADxLkZ7W!jk?V|Y=Z;JBQtWZJ*~o42qvD@_jwySctLZSUP#-&|grCTCek zS7+^c%3*yyTItFrac3>F12ONo9~Mt%EK_~8-#TF)&(ZQ5X8C{l6ZDmDG54;HFDRH$ zZgoJj?YjB<>+IEkUWqT@ReRKs@PehTjL%=_lfikd1w3k=hAjEA2bMC5JG0g_US>GH zoyq5i$%Dfo2c(+VSj@O0mNMFBy7yexyXjx|%z<&~mi|*`3jTawy*2F8hFjA!_o?*U z{v*A8+WiTQns;0#b;bOhcwwG%qHA*g-eX;#ckU2NzqoYQ(r|a-*D-rfu2^Ni`I7pZ XjNTWWx^lU|U|{fc^>bP0l+XkK%0N^c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-selected.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..aba589ee61620882ea6c052c593170e0c499a0e1 GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR402bOxh^qTfqwn6xatI^{rOvgUOFZ&dC zX)fP?pPG0NP17BRS)Qj>_Ve#?Ir43V!qSpv%X=3W-L^R<5?;~Mab3P?$|cix8+Fv> zPI2&8baj|pXn$BSr-tjDS7cJ$44nhIX8R8~pIm0JH$m%q%-+)7FPqGCnP{s+0&a0T0*>iu(N vdSCA+hf61%jU?|Z`|WdHaN}x?&35yHZaa!wlZuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle;R38CJ>&rT$E765FPMRenT3^KKu}0VR!&|)QAtf*LsLsfPv6Mc#LV2n(%Qz> z&duG!)63h(*UvvGIVCkMGb=kUzo4k3w4$=Ax~8_Sz9D+i#0v}zj8dL1jv*GO*G|q2 zZgLQ5H7{V@SmSwV%^H!KZZBr$AnzxC{{I(Q%c3#;WSUL672DtV z_4#>P=LYX)Q=zr&mP_6-Z(EqXYSmUA=?|}e|0`wq-KD;(=I}SO*X50cGt)!lT6cK< z&1!J3ThMM`;lJ;F;;G_U2PP*kV0S;s+|~PguD^9JEnghHJ|)KHX=7$p-m=^i2Qp@QFirk@qPOu~y_0mSQrF((S64N@?Rx04 zasAV-%kfK(Mt)tHcak^zTkzhQS0~)${K~uZrP0Rr^exuFP-pOT^>bP0l+XkK{Opkr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..52594602458b89def52a2958121a47ded48855d7 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkiLBR@|iPd&YwSj@#4ixmo8lZ10WkH0%QV3fB+%|VIz}Qu3Q010RcqUvuDqM3?TXZ z`SWkzzJ34x{l||VKY#xG`}gnv|Nl+(+D`%PlPd}G3ucg&Q&3b&&&bNonKXI&jG2!f zKY8~2%hzu|fBpLX`}cCc{ojBp%RF5iLnOj;`@{Jf6a-iWtJjOT3O@W-Ug8>pV-Ux=Z-47x~sIVZ!X{1*;2yE@1F< L^>bP0l+XkKf&Ie7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/radio-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c01664c05c71cbcdf32409dbf9e81adbc37391 GIT binary patch literal 716 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!Hld{rk_HIdk>u)!Vmk1KG!p9RqUDojZ3P3@%>02&6AuxBz581R)Fv8z>F|a4tj_ zP!MhckPR^bE&|~~RFXm7xN+m=&6~Gw-Fo`;>9c3goC+MZ{B?T`0>-HPoF=3 z{_^F^&!0bk{rdIq-@pI=|NjYJFAMaibxDw4FarxK8#@Olm!*}pt%IYJv$wBba%x(7 zPHui-WmQdY|AdLN=gd8P!;aVNwHRQEGptK1^7 wvi;gBi?!~nqN~;gZBDzoI<)AQo%Ub;`&(Cj-|&pV4H(J{p00i_>zopr0IcDJFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-dark.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..abee2813e3f2f79905f313b3d4ae7c4a25a4490f GIT binary patch literal 815 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jHUrT zA+A8h3=IE;TOJEFJP~YoCeZRspy7!?(^LM2XZ(#IlCSZRV8dg0vKm-(g3Sxs0Q1A&*3XC9vAU0SW#D%dTA|O(<YbyO+0*UvNlXe&MV+bLTJEx^4TRqsJ~^xqAKfox5+|zI*@S zV2kB7c|c)b0XrI{#S(peV8DvK{4Z#OSdH#I%i zAiJbJP;R~4=K~=k0!rsOt{mxIa^Mh`F;CFN25I$x$t+HdsRccKh5Fvs0X zD$I7qx$XdlETMLfs->#QmzyO87#BJC#sozAyRW(Uq-)(tS&=6_n|>&pbAlp}62O});SlC>DTpV_>sD79=k_=P3wlY)`R<{gT0xq1HtJv{~g9ZT|A oQ5hcL#adq$K2a!XVYMa;!?&0Zd9L@>tU&42)78&qol`;+0Bz1m?f?J) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..182411a2ade49df5b7b17e31d8923e3125383410 GIT binary patch literal 1473 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC3`~Xr zJ|V6^#S9Gp8CLygXaJ(C43lp2w?E`-c+A`Ogs0&Jck4^hhWjF|4@4Rs3Aa2JYI!Qy z@JyiPnLxvH{^l3_&5wX8`I;Z|Hay{L0<)VQ3pG3uYyv40YPT7{UhPZtHM>+L@F+d zR9zJ^N5zYeNfaHC%GxBAy;&-Ii&V~5sod?-Ia_2>m&v3p zmrY$No4QOE$Vgiuo4!&uW36n)I{AcI@`%u$M)p&UIyId+;#RKH5}MAe8c zwV+D1;3~C{8nuvGwXjyT@HP$qB8`Azjertu-y&U?2wm4mUDs$`Hz119b&J(?kJELJ z*K-cja|zdTiO};%(eq5#ckt794A6HBGH?tubO<%Fax}7bGO~6yvT-r84>EEHHgXI# zF}E-=w=}V^GO_V8vGp?r0W(u8cT;N*Q)|zaiD@FhB$H4QD+x8v1 zb{{!*{KUyqr_Y?baO>{92Tz_pd->}1yHB6LeEs(0=da)Y^8C*G0~6{rPZ!6Kh{JDh z{EQZIlwdDda{AQb-&goH?_M%F@9l*(ON@F%ymarWXat|ud%MB;WtjGgwLX(4X`Gsr zb>r9TO}w{Q%gV}X{~mq*@%QgH&u88&Pk$CWH_yUZ|K-hNHj|e!vCZJ>);zyMVeV2D zX|BY8pbU?&gdnq90si*4-@N>H<+}KrZ(FW3lpe0&GEVZn+1Be|3svlt>Rksw?%0G zX*2IvOJtqa&h8I5Y}pm;s-7vmiZ80u=~iO(rTPrRQ<*AVJ2|))pF8n)#rx&%l3W)2 zJzWl`1B7?^N$h0vR=yy2O8MN~Q0Bc!j&nEso^L#NTXF5<_p5K*kKp6Hekg=7%CodW zG{{(3DKA3LVfNGOZ zJDPoAJ;PMuBU8Hm|I2<8OMxWk`wug0zBGxe@b-y$Y%2M>x4w0`l#H&ox^COA^))J5 zvbskFg6}=A-fEe3>UZUmJ>f@q_I!xG`(4<#`xk#%)SDBx_gDOzo5h}W=#1_PzGWx! zR+ZQ7v0s#;$ZrrIqrV@H+^=r`BBmxpng9!bp_+5 zqqk3nO}Vn{iA|&KrQ5ZJY^xrp4=E^vEy7HHK5=N-6W384A}GUWPB6cD{0J@FwZj-FfpY zk}d>S?JIN(`OLI6Z@s<*SM9Ss@2oVU?ZXy!%T5js;B207>d%~uYmV9IX2<4DTw1fh mW#>|j^4zdjAM&Rt&alr4yW{1dzxXGp1od?Fb6Mw<&;$T*)Qctn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-header-dark.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..bea0fb5763b2f80112ded2170f29449b6f6d5af4 GIT binary patch literal 822 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jMf1@ zA+A8h3=IE;TOJEFJP~YoCeZRspy7!?(^LM2XZ(#IlCSZRV8dg0vKm-(g3Sxs0Q1A&*3XC9vAU0SW#D%dTA|O(v__%2C39tf$c9G&!V38*h*;^$t zH;LzL7th@R6cMbsD_DD1xcs7U`6ZFkGa{vDMas^JmYftVIVG06S3GBjc>Y14dWo#f z5?Nb-dZp6V$;Hl)kC-SQIY}YBThX^f(XUj|uT0UuT*EN{q~)^ zZ{EIp|Ka1OFW-Os`u+RQ-@n=ntvbM%(DHO~46!(!oUp(=L3Co^W#i+_UqY6;Mg(rz z;34(!a>Bbu(i3M$JWW?R*mL3V^2YG)S`RCcmaLD5zI=GR{g|emEZ?KEEQ(bYUq0S$ zUZQSmd$2)vNqeB&db!UZN<;*d&U0Kj(!1oqAueN{OBWlY)dME8I5nmg%#q!-%%Q~h zUy_6GDUT|nq}+?9t_!lef>^RHv3f?jS0!Ihp4YNY(^GtfC%ekiIkO%%hw?95mXfQiPjl_1x(2-oWWm<-?kAa*n&~dcAgo8S@H!Q wN>lUJ{fHh;)AwB7D<7PHrxoO+Q=;F>uwl`smdKI;Vst0B?9rOaK4? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-header-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..bf810d5273ed75586bf55de0032b3cb9afa26ae3 GIT binary patch literal 1462 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC3``mU zJ|V6^#S9Gp8CLygXaJ(C43lp2w?E`-c+A`Ogs0&Jck4^hhWjF|4@4Rs3Aa2JYI!Qy z@JyiPnLxvH{^l3_&5wX8`I;Z|Hay{L0<)VQ3pG3uYyv40Y40Tl(qf8|dg8 z>KGX5n7QeKfS#_Ay{?giuCbGg*oEc5l#);qD+x8v1b{{!*{KUyq zr_Y?baO>{92Tz_pd->}1yHB6LeEs(0=da)Y^8C*G1JmaePZ!6Kh{JDh{EQZIlwdDd za{AQb-&goH?_M%FPxtbgB}P3WUP~*CCw+RcVapxch`DgdLGVR;lnU&#-B~QQbPFuI{K*FlF#AUZqG%o0$PSISsOGskklovs% zGq$`HyK-57>(1)^e7vkxci(`2OTyd*rJ0#IvRma;3-Q9c%5GKTWt_SK`DH)jaEh z?jaBDHGK~3n*BTOEM%!V-1O_=0sC~l+~>c}*@tY{zfndgtKlZomU*u}a4j)YbBWmy z)==iP{`T|@hwV3SR4|wRbbyc1%4aVB|0ypIRGS?+sK{s~D4kmU;qyc*cBY&c#uBVA zN^-9J{cu@+b&l=U0$f_duYj+PRMvUi|s$x`B00jX?`(0zW0B4h*)KHDX!bI zo@Z6@lqui4Ju26COILiIzUjUCtg@%_Z|3}%`2El&_M?1P+Gj)uD4&^hCnW!0UAf!Q zcXy9BRV|oNF(Ei>=qMIezJg`0k%+Jx>_5Cm<>RNh zsV-~dra$?;QEKy~+nq04S9I-o=)dZ<*bQ^vRgRbP9CYX3y{Uhz*U7g0+`KE9nzr{v zY*$q_vQ0lO&B110C>O3Ak~df9@=?E2+UptxJ$wW2xr8Opo48qZ|CJEam_?^TX6?6B fuYF^FO5==t-Mbr|79AZoc5!lIL8@MUQTpt6Hc|`>j79-I zA+A8h3=IE;TOJEFJP~YoCeZRspy7!?(^LM2XZ(#IlCSZRV8dg0vKm-(g3Sxs0Q1A&*3XC9vAU0SW#D%dTA|TRq@^jP4FTe^A+KnbbM4tFBdK0+l zwb#5?Uh`iA)kwBJm1=#e)%RSx@45bj=LQpB096`KdSNp8h0E+$9`jy#f>ru0eC@yR zb-<$6K)vy+-q!8<*m2-f*TGK{4u76^=F9vuUlyGGvheJeMd!XAy!YeK{U3+#|2XpC z$I%BrZod9~3y9wQzVr6?;}3tHe*E+1>)&_Z{=WbI_tTGmUw;1k`s?5CzyE=NLAb;e z7-r@rL4LsujM6f4@&<-Ru5RvL-adZ8A$j?Qv*yg5zhLXO?T3yYyL{#9_1kyuzIprZ z{fCdAzI^}j>-X25@-$=i z7SGito35Hjo%{cv+jCaM&U^juq-&plIJef-Q)!pg>(T{tYtQXO>Rg6&eu`#qwbJGWT_>uQ>Oyp1;h{_VW5))vraTo211VQs*r( zc^427aN$AE#4|6|w;Mic&iJI_@$6JWccDR_*mtXwbM_Z{*InlAKD*!B=w;4H6Yrb0 q_Ze>8T;B9h!_(#PK~L*nZ>4Yj`><`!!NrWAr0VJF=d#Wzp$PzODUS01 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-header@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3d6f051e7e9719a6c4fffa6ec2276e9fbb0845db GIT binary patch literal 1454 zcma)6X;4#F6n=^p5JM7(vMJPcgs2e}(IB8qP~w7MGE_v7u(qPCk;MgHVvx<004Ylq z3V|vjphZCou0Rn&1OzRLP?qF{gb8Xo}) zjOp_=oo@mP(DXSQnl41q`AATJ1Yrt;kEZeAh@uHlut?}A(AZ2!!h_bljhB6_Z60dV8L^+K^Q@IT`JqVQPwQ6@BjDNTT(3(Odh zIRmmthSsGE*QX0NWC%BBj&5a*;#i~hS)%RPA_ul;Pp;TGU+h{S-v6`Mvqa*>k$7_? z$4e!ovT<_RIOU!+5Jsgms8SkSH4#!Z5n4SF{ctk2c9L2;UFci$>1x)t}j6_q_R&j-G~9#*!FDBDJqT)wg$hCulS z2BhqOl$}CVmr(U~RMkDI`Y@*Mlc@W~)%{YnSgskH)=CuGafMboqn()1Dpb0!8l6(3 zQ^C;cG`d-xZWcb_qN-=`js#GTdy;@fdP~01N1K?gG&8rbv|4R#^X-~->o;t4*yXs} zX|J=Z8{x!Bzf-6EgMvfC&qu^iFT^FVva)l2$}PQJTle@$eM580>((}IJFlawZ{V*X z0VEWUNhW0SX~oP}rAn=f@a#MWZ)P@;u%CRQN%}$QXR_a1KdP*qTdIC%{IH=cCqmj) zxqinD%%Ll`jVDRi_L}VukDPd^JF#fQIJh=Q_aa8`V{&2P=`&ZS5;ZylUQ$uPl~K3S z0$%gsi*+uY0Tm4U+ugyfJ@<)Wwr%xp=6RU0?2vr+vz709BB@XG=}k?vMe&!M^S|(J zZzILADQxWdX9O0qs;)+Q(l#u~rNZ$`ipMF<(WrC&oE+bDN_8AMjp~yZ+Tw(5xA$b` zd9*b7`eYPB<#y#$riV1QLJGQwP8pVtxRRD29Fe()nBsMz%RP96(L^lmy2$P!1j~Ux z4;0?L<1G*Ku$FyHzvEtfwA|Qv_n&KBs!kALYF(S#r~xd5qKRmYHwzEB zqLdfl^%tKLIhiMl0xRG5T(xoi4%(NB(9(^jx-K;ywp-=E3J_V+*PVIlJzQ>qr`Yej zQAZM$+kWGnIA~lEJG9#BqLuCB7S8o}-KLwaZy#ZQd63b(#jlaE+%B%zg?Ea6mO>M7 z`ZQ|!h86eXaYkd;7jt(-4^%YLd{$1Qb`cz1^g>;0lu#k=H|DX2# zso8kwR&Uh4gnHboeebR7*X3HjI*XZzcz)Uc&aeH-P_cKO zS$XV}r!+6o!58h`Mo>c-w?8mUfFZxyU1sMRhL;2u<!x03CBIE`d>!w&2PStQ#q Y{{;v(@J&hMr{}&)qPr)d+AV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-insensitive-dark.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a2e86b191fe8b6ae04eb2c5497d7c8c5c1cff0da GIT binary patch literal 806 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jDi6^ zA+A8h3=IDTJMId0yc1}6&)@z~q~W!2%VXh|H@po`cpF~xHa``vc_7^UOsL_ZQ0+s( zhR1>p&jgzu2{b(7uY1DZ@Q}aZ34h~LzJ{kjlE2|Gf73I;x<`TyPX+28^MeF|Bv?z` z6T!x30u4_@i%*D`o&f2p2WkhR$D$>tf$D)KOJ#4B%H1xNw^J%_w?NGufx3G@^&%A) zMJg_fm7WqSJ116lK_Y*@MB!nn>@8B++oW=VXqR->M#aRr%CS?FW2dS_PEZS~Pz$M2 z3#rj@kJs@`)bUKx@y*wF3eb0rH?(pvv~n`EayE1dH*|_Lws0^70t*{c3p-OQcT+1* zQ!DSsMRNMUAc-ys@(X5Q(rGQWJFMNq znBXO0Vaq?$YI@cY#*}vE^!4+n8)cn3;l+GIpyzwwWWmXT(aZr#O1mnmL!^sRpG;#A z>Fijy``+YBEf>QD4_FBb-YvCV`t#{`qrHdO-$$p4h;L*_*i>ItztrfV_Wn+0gRm)w z>+~Iy*Gn-7TwWjeHrB*1^-n$bYmR3YmJy$i$on6Tx35-b-0zVVe_BecI5tgo>2Za$ kbI-YcJ&!wacBVwBeUkRAU%%xn4MEA&)78&qol`;+0CM_2S^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-insensitive-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..95d7daee435eac0ee8ff929ed36db9c846935d68 GIT binary patch literal 1439 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42;hL zd_r7-iWwOGGc^2XSOp~a%k({#YIr8v@JgifwNS%tp@z4D9d`v9?h7=$=Wl<=*YKFP z?FnzgGoH%lLM=}P8}14=JQJwCC(!VmzvcyhGY~xjs^M#XEYR>opy?@p!vp@>hx|>? z_#1%Y&-rQ}^EEvdYyxV02+~*!R0c%P1?ryg1JyS^6=--Q02FV8h(F_Ne9G7On7L4OOV}Z)RWc?F< zAZmc1$NUXImjKaYI4MwfN1*PWKpoH-K=eeY;;K;9RgsE|B2`z#N>7NDo)RlPBUW}! zqWGvp@o}lF%~IJwv_&d+n{>)D>9iHn*;`~&mdU2Akj+>ro3U0lW4(OhZ282wiivZT zqbDfGPF0Sdt`gp*5;;L7dXidDg<43JT1bsrNS#_(t6F%whF`Hp01%bx_!jFqhv_+o z>$yhixkl@`#_GAp>v^W=d1mN4_~|0K7Nk}YvF;C>X_bhyrMcwZ(L;BJW0%bBWG~ch4!jnZv$MsmIQHX z3cX@}-zdbDeE)J|;Ge^Wi#&B+yuXoaUZgcUAiuc0>4}S6Q}EQEe!kXiJI$PUjI_2~ ze`1wwZRoe&g-5w_-`A>i(^XtmsZO0bzrr%-elokV&$C6!Gei5dmFw|`QXwGE@|5d#hD)qvHO)<+4v%g}XK^)Q|~USbXJs z;Jr=T-!V&1da#Bo_L5HZ&*zf!nK{kAh~CjEG2Q*D^4H7tJ7hdIE}UPWDqgjIg;4up z=FDw*30YAUhaY~(nY&GbZJ*}Mh?0sf$MAc9gKPSxeyW?U`CfKc>)-urYVBETHiZ6~ z+JEVi`fJ;*`k4z^b&YdY_1D+$J9lw!@|$J1d@R-Sie!Zy#l8q^J0nx0cjch^Z0pH4 zo6m3KEd6xXxSegGUbVGl*Ce;IbFLS-RPT0=-Oe)k^|c)Z8$+r$M!!7jq4bxj^6+k_ z`q0?sSt>{Rr+gRO`?^T~{?)uI?|LQw*){F9s-F{4B@|v=dE4BQLw%YAU()V^<{N)^ zER$A!?D#*meXh~xsTP5UxmgZfe0lLxw+Ju$g5v*4n-h2L+sU4$XzTm6JEFO=^6kF1 rF#qs{F4LE9P0Y`|`RBeyu|Yj!SeQ|T{5+q7pz_hv)z4*}Q$iB}wE=8> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-insensitive-header-dark.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-insensitive-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..37213440572691fc186a7ad4acb2d3ecaefec31a GIT binary patch literal 821 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>j8XwU zA+A8h3=IDTJMId0yc1}6&)@z~q~W!2%VXh|H@po`cpF~xHa``vc_7^UOsL_ZQ0+s( zhR1>p&jgzu2{b(7uY1DZ@Q}aZ34h~LzJ{kjlE2|Gf73I;x<`TyPX+28^MeF|Bv?z` z6T!x30u4`ui;s&Ip8)Bq2WkhR$HGOYf$D)KOJr`A$lfZEvt6L(jzHZVpkkr2iz20G zL`u(zl${gH-78jlLag+ZMAl}BtSu7RK(s?5|DaUbdfC|N^5K)@BPS{PmMZ!IQJG?R zm$F}}ic_qLYnGZ*q?%K-nscm%m8XVXxR$Y%mX)`bRe+XNh>oGDj-k1Zp@ohy5LxLM zJL#A@=>dVEgWuYuP+-`^l?3?(GcfY=3kXU{ORK4=Yiep~>)F`ag@%QNMw{cG!dZ^6 zikdsz;n(AM7creHYH5(q|Nr+tFhyN5N!#;i@7YSVx#u_y-Yhz~^sJDkR<4fPV#Y=K zZ&ov0m0DYNyUON-3tL*2x92Lg*Xi$ks?wrr&z83TEbU9HO3Mk)Ts0^0jOK9$htrz8 zrjZK9%Nb`pVC&OX3{H0XYSC~e;lY!yuVY-!D;WhbT(f*!H?MPrs#3P7!^DmipZ+PB zr*xmtW6}^1yjyZteI@7O_e>3@N=m!l?h5*R{Q1)A_V4fd&jdKT9J6Wo`0wT2)-x^j zKSO02w&}=ztLBs{c4cmuQPt~bU-5W~`~U45_|o^ZvI@OgUikCb%x7gxbrZkLn{<`; t^fukc2Bu7QwR*F|?Z4NQg&p7Un{|TLeVcfzuM0q_*3;F`Wt~$(697lbO0fU{ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0926a59f940fe671537bc0f965f21bd9d2870d1e GIT binary patch literal 1438 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42;hL zd_r7-iWwOGGc^2XSOp~a%k({#YIr8v@JgifwNS%tp@z4D9d`v9?h7=$=Wl<=*YKFP z?FnzgGoH%lLM=}P8}14=JQJwCC(!VmzvcyhGY~xjs^M#XEYR>opy?@p!vp@>hx|>? z_#1%Y&-rQ}^EEvdYyxV02+~*!R0c%P1?ryg1JyS^6=--Q02FV8h(F_Ne9G7On7L4OOV}Z)RWc?F< zAZmc1$NUXImjKaYI4MwfN1*PWKpoH-K=eeY?1E6mWuc0zLRD8qN>7QDo)IZKCsue^ ztnjE<@d=5HjS^Wvv{@p1i$vjJsiZ|xNlT=XmPw@m(MqY5)zY!krQ?BUwru1S+1Tmw zVO{d!J@S#06#YsS{mK;mDinhn6+_w;!+MmxbCtdGmHkSU0~%D^v(;<@)a-)P975C_ z!qgnX)trDRNyEZj!^%^`CP2d}Udz}@%hX28!cWV}Tg%EfZY>9(u5ZYj4+>X3+7Ud|;Q@LNqdOJw0fg||=UI9)x+vGIh!oO3_< zbB|w@-gt)j#;l@gF>bZ?ldlDsRHSAK-D<5`Xm{v@@Qs-*dI55U|664A%SQ35R z_ILP?0}nss%-tuktA5qV8zmK82LtYXPx~oj{q(P0DXPg`(dZs5bLegBfSU+bUf^6I?E-q-QT zdsgK+_zFGJcv|c7f7zMSt7J3;PJSn$ps(;4E^oc5!lIL8@MUQTpt6Hc|`>jC=t; zA+A8h3=IDTJMId0yc1}6&)@z~q~W!2%VXh|H@po`cpF~xHa``vc_7^UOsL_ZQ0+s( zhR1>p&jgzu2{b(7uY1DZ@Q}aZ34h~LzJ{kjlE2|Gf73I;x<`TyPX+28^MeF|Bv?z` z6T!x30u4`0C%rJ8@&cr*9;h9N9ve@32~-a>*?-~dz{RgU=e_h?@EWL6s`Z&x-*cV5 z=lT<#>rZ-aIO)0Zr01qno;%Ne2~^`f@3r58*8z)O$FF=_x9daa{!d*8KTSCNY2KMH z3(kF6bne^1dp{1}`*HNakDIT5-v*+$zwf;L{p7>%XCHpQ{r2}g5dHZ3>BrwMzy5yv z_4oJR|3L6*+xDx#@Q5l2@(X5Q*khL7q0T%?0fS2^So!8YR)FNx4)dDUY+*JVc+re8MoUD84NxxTFAzp z^qiMr^FDsPb%#t7RJUd_M9yDXe|NI!fgbbSgyzErNhCidF@bBVl6*;fR=lFp)lF#($u1KJWY9e)s$Py`9;a$7col z5eXIq2!e?IOrH?2MuX{Mpa-Jg1l&oPg`i_j^$np0G zDuYjafO&u+kRkCT2r5M~hhcO8P9KCbaTo=@jFc`RWlG4Ipm1=$Fdf7IGK4FIK^_}M z&>;l)*n*FfuwfD=ficiW0-8`ToPtWpn3N2vxRNhO(1g?$Xp9#?&oFe zF39PHahZ+7@#OmP)cSF5!vydC1pk3b z@JJ6zcJ|-8?)!H_+)Dy}Y~`K`d5qNXV|A zBiZczQJmOAhvMSm;}a5-jvPI9Je`Z881LlC?3|ojK0oibQ~!VL)_OdKAYHD%k9XKo zb7jlS#_mMRZzeqbs|sih@xIrE!Yv|c-uHW+*1L2(&kC5_M(KR)6x#hhBeuUf#-piM zR(xg;-TF#UPc5;cM6}Ye`cTV?J1;LTk(LBdvFTCUSiW%dNS@Q=VLf(A{?>aJFBaaf zx-m#AigOS&y*ZdF5PN(WK-Ti`hRWJX$qNpZ}BVOM& zLTwpg|5EpFwuvdu)UywNXNmRpBos01cQP1%pR>DkCu~J9tLumM>5gE>zic+mmGDk+ zPal9d(XXnm3&eMugP#_!9&#M8Wj99ZY@o5cT&GeWohl zq8V{E`c9bVRuSGU8QxAfl~^k&C>F{s~~#bS3$aI_rE0iS7D^J3Red=3b--9$Mbw z=_{NRN#WbtVlGduV%9kR8QB+dA#mB~aRc-8kBy?;&eo$2R<%1vmbb)SolF*F^u%$m zSZ&czl18Xy$9NBF|kq*r}?% ex>ab^`)tooc5!lIL8@MUQTpt6Hc~)Ee*%0$ zT!Hj|nt@wye%^ZX8*cn<7<=Enp9k*!0E!=b@Kd1SiAW<5J(FsECf)u_w*8r6=QHK5 zXIg#FbtXJFp7h*w%5(E6&%Nip_FeGWZ^7%_jqh_ezt7+NzHsyVhCLrz_kL*K|6$V6 zPaCg(+k5B7ejvK{Nm zZU2&^AOrM&NJ)@iFasmMfS{DLn!2Wzww{fxU1(T%L~=@YPHstQSw&@2b8|~;TSrG{ zS65ee53yjE>Cy-W21Y4Q7sn8b(|fPn3_D~X!1iF9LV)-Jj;>StxE!_gavilaxK8y| z{x3HaY$=;%+^+ra_RI1~lV`3}k+u5gp%lBsqwA&1k@rgbK1;E^aKD~m#=Bc8xa^rl z^Q4uoW*duM?YBJG|1)c1Zq(PyTREqEES70o8Pp(c*(r5PZC!-t%!LykH_u=CotNW; z!HIw~iB|r_9dQbqOxyBg+HB4#7%3R7lhFEb>D5o)oE3Z%;}SH^drxM2$=NG@_qpV* zf2(<=Tr&1tH~#r`OX)`ccP?#ZidDTvB6mXW?{Cfh)sk^!e$2iDvu`t=-8<#G#NwmP z)jfURq;71?NKo}W8lJpOc7IveUEL{*LIcdU_{N&QjrJ{kpJy@e&~;l;`_Hm}^uKTm YPyD!NOUm^wU@S0ry85}Sb4q9e0Eqmp4gdfE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-insensitive-selected@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a615723156aba07135feee4705e55349a7c2d585 GIT binary patch literal 1332 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42%l{ zd_r7-ivJHsAkgqcsPTzd<1?}5XA;fNq*|XTc0N-EqONBuUC-2do*PekZaU?;`PAn& z(_h+6f9WvurPJ(}&OkKxrR&_6?sH#y&U+cK=ylTSw<&Air>%dVyYYSg=J$o0-xqIr zU$*T--L4M}dp@-9|Il^t)1;%HW}o^p_tckpXTGew_-!>1UH-QA^0)PuzwNpGWAB|G z`|tcXc<;x#XTL5y`*rd8ud6SA-G2T1&fDMj-v55^{`aHzzn^^g{qoD-*WdoW{r30U zufIQj|NZ^<|KGo$h}pNbJ_{I0-6cVO!3>N{%q*N-JiL7T0)j%qBBHW#@(PN|DyjyC zM#d&)=GHd$4vtR#0f9l0(a9;PY3Vt+dHDr}MHQ7*)wOjEjm@oX?H!$6-93~8@l54j z1_q`)PZ!6Kh{JDhyp9%f6k$(TVs!D0(ORF=lY-tXQVj|6e9-1M;X!I|>js6TyBAGL zi(I*LYr(%)SzDVRXS(PJb*dY2OCR`pEl}e5Q~@_ly=9$RFPA30*mU_s z=9fijn~hvc9)>3_*mx_GH(^Hn<|7KlK?_3P&yhQ3ahu7|C+Nw!thvD}VmF)>_Nthe z9cKO2c}1x(hpA`giKP~%<^jJGrp-`cH_t9x@L3~$>Wnm2E3I=2t5NYD-Uh={B-Tm?_Pt=oW4dSov#GAFWE?+ zI_xUBD{W7naQ*(zyN)y&@<3Bs=s_QkZHU{{dp&zMKX;hJ>+9gq zcIecK?@#9+-NhVe_Ju|6 z3eD?B_^tVLHZJHdSXlJ&XP~%z{yQIS@%f7%*T+50zOXJteaEAeb7v}9uV1}tyXwxQ zNhRv4wgoG>cc+CgYF^?#G5?Nd?91L)DlVty1Syrf#n)_K&{dQV9Bpu?_{y5d zcc1zW$)#MmUD|SW#`W!Azwojh-mQA*;K6oc5!lIL8@MUQTpt6Hc|`>jC=t; zA+A8h3=IDTJMId0yc1}6&)@z~q~W!2%VXh|H@po`cpF~xHa``vc_7^UOsL_ZQ0+s( zhR1>p&jgzu2{b(7uY1DZ@Q}aZ34h~LzJ{kjlE2|Gf73I;x<`TyPX+28^MeF|Bv?z` z6T!x30u4`0C%rJ8@&cr*9;h9N9ve@32~-a>*?-~dz{RgU=e_h?@EWL6s`Z&x-*cV5 z=lT<#>rZ-aIO)0Zr01qno;%Ne2~^`f@3r58*8z)O$FF=_x9daa{!d*8KTSCNY2KMH z3(kF6bne^1dp{1}`*HNakDIT5-v*+$zwf;L{p7>%XCHpQ{r2}g5dHZ3>BrwMzy5yv z_4oJR|3L6*+xDx#@Q5l2@(X5Q*khL7q0T%?0fS2^So!8YR)FNx4)dDUY+*JVc+re8MoUD84NxxTFAzp z^qiMr^FDsPb%#t7RJUd_M9yDXe|NI!fgbbSgyzErNhCidF@bBVl6*;fR=lFp)lF#($u1KJWY9e)s$Py`9;a$7col z5eXIq2!e?IOrH?2MuX{Mpa-Jg1l&oPg`i_j^$np0G zDuYjafO&u+kRkCT2r5M~hhcO8P9KCbaTo=@jFc`RWlG4Ipm1=$Fdf7IGK4FIK^_}M z&>;l)*n*FfuwfD=ficiW0-8`ToPtWpn3N2vxRNhO(1g?$Xp9#?&oFe zF39PHahZ+7@#OmP)cSF5!vydC1pk3b z@JJ6zcJ|-8?)!H_+)Dy}Y~`K`d5qNXV|A zBiZczQJmOAhvMSm;}a5-jvPI9Je`Z881LlC?3|ojK0oibQ~!VL)_OdKAYHD%k9XKo zb7jlS#_mMRZzeqbs|sih@xIrE!Yv|c-uHW+*1L2(&kC5_M(KR)6x#hhBeuUf#-piM zR(xg;-TF#UPc5;cM6}Ye`cTV?J1;LTk(LBdvFTCUSiW%dNS@Q=VLf(A{?>aJFBaaf zx-m#AigOS&y*ZdF5PN(WK-Ti`hRWJX$qNpZ}BVOM& zLTwpg|5EpFwuvdu)UywNXNmRpBos01cQP1%pR>DkCu~J9tLumM>5gE>zic+mmGDk+ zPal9d(XXnm3&eMugP#_!9&#M8Wj99ZY@o5cT&GeWohl zq8V{E`c9bVRuSGU8QxAfl~^k&C>F{s~~#bS3$aI_rE0iS7D^J3Red=3b--9$Mbw z=_{NRN#WbtVlGduV%9kR8QB+dA#mB~aRc-8kBy?;&eo$2R<%1vmbb)SolF*F^u%$m zSZ&czl18Xy$9NBF|kq*r}?% ex>ab^`)tooc5!lIL8@MUQTpt6Hc|`>j79-I zA+A8h{|5-%e)Id*o8M@b-vNspxcdVrzVGgjV-J4{G&~V$0-~ozP*HbDjR@#*$yZ=_^W%m zIEF|_?md_p&6p^{_8{FU$g6vTnC>m(DKaxNPEGTSTIzfG*`NRWCoJg^s`tO@EXa z?6=2UY&`j2WAcL}sRIW8cT_(5e`n%@d#nyK(>0rSiHM7sST5H2T;?Kcw9#=(#Uq{1 zGZekm4ExN!Tb_U{ilt#dc|G-G}ZP#gVoLDO^HBn78G3StNYC~yF+8* U+FVdQ&MBb@0AN|#*8l(j literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-selected@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f96c09b02558847d001e097f426fdba645ccc11a GIT binary patch literal 1447 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC3`{Zs zJ|V6^#s5bE?hp`Ycp}*FM7Z&ZXwy@%=BMJ#Po-L)Dt10o>U^f$^-QJfnQHelwVvn3 zlU|rkeqlQ0h56JMwliMZ&3I`)^QFVgmyWYuIn8?IJnNOq>{l*xUb)VB<~``lL^ z^IiomdY!!HZOYnrscYY*t$UZd@m>C=_xYRO7jAxEwB>#I_78QtJ~Zt9*s$kg`~HvJ z2R}_b`g!)LFLO?PnRn*P%8OrDUHZEE($_VYzpVwLE8o^#`L_G^_dU12@4fS5-`yYk z@BTP=@5i~Pzb-ucb?N!9YcGG@dj0$E+u!%z{eJNN&%^hB9)I}r>dW8PU;n=O`uE$f zf8T%q`~CO-pMU@V{{8>=-~WIAKq2z-*=IRm`ba1V@(X5QWM*Mw7Zef}6PJ*bl9rW| zS5Q<|QB^ZFGq+O+1%9i^`C@;c@P z;x}&I{Q6aV{_*$y2i`oNd9z&4WY$TaJt@y$ck?WZl1R?-ZBzO?D`(oIb=u8^o-_4g z+fLrdcC`H)-G2Y^hMRNb>Yp>r_g z?5KM9Vo!+rcA>+6a#V#fxx=5SS!=I0Jhx%G$Fbv)Vd_?=149koC{5X6aoT9(tY7cpEm;-zJ0vlnN{yG;pG8cvnveh6))yo(E9b{RB&b-@*$xjQ6&x!=|-xgz51R9RoP zqIf|ouWirN@6%e^=Id$Bw*Oe7HGf05P;^-|=SPjQgafByn%WW?pDenSy!&(X(N}j* zG|gH#Ws`4B|Ehuo-K=|Cc|Z1^Z@Ag7q*wWT*@lmq*A|xTy?pbk> z+iTza4TkDptqiwIgbK>v)hxZs?*7apcEXn10f)t3<_WEJyY_6J{qxeOQ*-mD$(2?% z9t=3}dduzgW-Lz50eh>LozX3GbIg?Oaen2+wQRHAv&hQbT&I0alU1{Pp0-+lHd6oZ dHnZU;cfqfucsAKpQNWDA;OXk;vd$@?2>^Gwc8mZ3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active.png new file mode 100644 index 0000000000000000000000000000000000000000..3f18f1d4ac1f0fc8e386ce19b5f28bb40e189936 GIT binary patch literal 810 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>j79-I zA+A8h3=IE;TOJEFJP~YoCeZRspy7!?(^LM2XZ(#IlCSZRV8dg0vKm-(g3Sxs0Q1A&*3XC9vAU0SW#D%dTA|TRq@^jP4FTe^A+KnbbM4tFBdK0+l zwb#5?Uh`iA)kwBJm1=#e)%RSx@45bj=LQpB096`KdSNp8h0E+$9`jy#f>ru0eC@yR zb-<$6K)vy+-q!8<*m2-f*TGK{4u76^=F9vuUlyGGvheJeMd!XAy!YeK{U3+#|2XpC z$I%BrZod9~3y9wQzVr6?;}3tHe*E+1>)&_Z{=WbI_tTGmUw;1k`s?5CzyE=NLAb;e z7-r@rL4LsujM6f4@&<-Ru5RvL-adZ8A$j?Qv*yg5zhLXO?T3yYyL{#9_1kyuzIprZ z{fCdAzI^}j>-X25@-$=i z7SGito35Hjo%{cv+jCaM&U^juq-&plIJef-Q)!pg>(T{tYtQXO>Rg6&eu`#qwbJGWT_>uQ>Oyp1;h{_VW5))vraTo211VQs*r( zc^427aN$AE#4|6|w;Mic&iJI_@$6JWccDR_*mtXwbM_Z{*InlAKD*!B=w;4H6Yrb0 q_Ze>8T;B9h!_(#PK~L*nZ>4Yj`><`!!NrWAr0VJF=d#Wzp$PzODUS01 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3d6f051e7e9719a6c4fffa6ec2276e9fbb0845db GIT binary patch literal 1454 zcma)6X;4#F6n=^p5JM7(vMJPcgs2e}(IB8qP~w7MGE_v7u(qPCk;MgHVvx<004Ylq z3V|vjphZCou0Rn&1OzRLP?qF{gb8Xo}) zjOp_=oo@mP(DXSQnl41q`AATJ1Yrt;kEZeAh@uHlut?}A(AZ2!!h_bljhB6_Z60dV8L^+K^Q@IT`JqVQPwQ6@BjDNTT(3(Odh zIRmmthSsGE*QX0NWC%BBj&5a*;#i~hS)%RPA_ul;Pp;TGU+h{S-v6`Mvqa*>k$7_? z$4e!ovT<_RIOU!+5Jsgms8SkSH4#!Z5n4SF{ctk2c9L2;UFci$>1x)t}j6_q_R&j-G~9#*!FDBDJqT)wg$hCulS z2BhqOl$}CVmr(U~RMkDI`Y@*Mlc@W~)%{YnSgskH)=CuGafMboqn()1Dpb0!8l6(3 zQ^C;cG`d-xZWcb_qN-=`js#GTdy;@fdP~01N1K?gG&8rbv|4R#^X-~->o;t4*yXs} zX|J=Z8{x!Bzf-6EgMvfC&qu^iFT^FVva)l2$}PQJTle@$eM580>((}IJFlawZ{V*X z0VEWUNhW0SX~oP}rAn=f@a#MWZ)P@;u%CRQN%}$QXR_a1KdP*qTdIC%{IH=cCqmj) zxqinD%%Ll`jVDRi_L}VukDPd^JF#fQIJh=Q_aa8`V{&2P=`&ZS5;ZylUQ$uPl~K3S z0$%gsi*+uY0Tm4U+ugyfJ@<)Wwr%xp=6RU0?2vr+vz709BB@XG=}k?vMe&!M^S|(J zZzILADQxWdX9O0qs;)+Q(l#u~rNZ$`ipMF<(WrC&oE+bDN_8AMjp~yZ+Tw(5xA$b` zd9*b7`eYPB<#y#$riV1QLJGQwP8pVtxRRD29Fe()nBsMz%RP96(L^lmy2$P!1j~Ux z4;0?L<1G*Ku$FyHzvEtfwA|Qv_n&KBs!kALYF(S#r~xd5qKRmYHwzEB zqLdfl^%tKLIhiMl0xRG5T(xoi4%(NB(9(^jx-K;ywp-=E3J_V+*PVIlJzQ>qr`Yej zQAZM$+kWGnIA~lEJG9#BqLuCB7S8o}-KLwaZy#ZQd63b(#jlaE+%B%zg?Ea6mO>M7 z`ZQ|!h86eXaYkd;7jt(-4^%YLd{$1Qb`cz1^g>;0lu#k=H|DX2# zso8kwR&Uh4gnHboeebR7*X3HjI*XZzcz)Uc&aeH-P_cKO zS$XV}r!+6o!58h`Mo>c-w?8mUfFZxyU1sMRhL;2u<!x03CBIE`d>!w&2PStQ#q Y{{;v(@J&hMr{}&)qPr)d+AV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-dark.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7feed194842db10259d3b5e26d3f2240c61f83f7 GIT binary patch literal 728 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EKLdP1 zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBpXXo`Sh zVPRoF!N9;k2pJR<1W{uO1Xk{5KxFN1Zf+hFg{8A!N2VC4CDVJYD@<);T3K0RRsdA@KkJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d04c0853dad643559c931291a01da85290230a5e GIT binary patch literal 1266 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42%l{ zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qbm;!;7yBQDwNoyeTFgG{1u&}VQva+_ewz09XwY9agv$J>h zv3K@$bn$fp0#{!rS3f5=KW88Sl5YOa?*1-7;O_4V1Rnlwo&oM&f!^NUzP`SGetrP~ z0fB*mz%UOB3j+ozFl>S026P5E%%ZKn8&Gc$9->joyF~)ShV&BBuVnmj++&+Ies;QA*-+{V8{2>zv7lC(Kh1eQ2!lDm8oUWxJhH%2J); z2A5K*w-(==FW!;XV&leDcH!L7gn8;#4+}4~dM*EXc$Gtm@`8K!TrN)w{w|YrM8SK7 z=*LBQ!n+tHlV+HB?b`NGrh@zPF@gT3d$Kyt+Z8<}4!*q;o%+I*L&w9#alO~M$P+?o zK69(@yt%*V*Tefd?zR?doxVGyId78GI8(^!8uiRVYS&^Xe}^RJNs=%4mwR<>_OPv3 z=#IM7A&^^&9wYk^~8U-7CXf&9BFgx$PB?!9^OR{pzR?(`X-`o4d+nDyoc5!lIL8@MUQTpt6Hc~)E{{wtN zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBRPXo`Sh zp`oEbL4SXL2pJF%08yh01V;9H#z5qtudi=lU|?cmVrpt?VPRouX=x7xPF@Z`;Oy-P zL@wS=AmroZ>f;PVZa#i~en2yUra`QLIR1XRU^meJmL)-c!3>PjGIH_;hDNS#?q1$L ze!(Gm`GvFQ%$>hr>$dHOjvl*wI#{ilk`6Y-ZkWzu+^WF0D5>)Q|Lr?EjGZ2Jo@?8^ ztNW*4(Y-wki~Y83*mhmPTWa^});9u$;p>*_x9I;ia}R%drhld_*Uj=n{MyztI?vwe zJwB--Kdf~7f-^^MHYA>@-oEOx41>j0F=?+1*N{>MpZ!L<-!d<#G;F#u(ZoLITSwfE zSFQ}!`}%5xZ9lCzeS1|t;|gwBPT|1z&)=4>DrHb-`&8$6-o~z@k1JEI)J?A~E<}E3eqo7pg>FVdQ&MBb@ E0FufhtN;K2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-header-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4b1588d09fd36b81267bf325dc593a7b086c53 GIT binary patch literal 1291 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)|7 zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qb=mLR}y&e!4+v^!S7#J8B8X6iK8=IJzn3|fJnVFfJn_E~| zSlYT-*}B`&!>9S{IXM=v`kFMA+x@&X33gR_@|v$rD zb=u-(TeofBv1|8{W5-XNJaziaxeK@M-h1%m>9d!wUcdYF`ODXDKYsrD{V&h&ygvg2 zQ;MgHV@Sl|w>NHvUv>~-e-LCIBKBR>g|U3;x>9y=feEW3*2Id;II?YtXXv9_N?tmx zPTBA7=S&vMxMX5nbea9!!|#*k8S~#inKG^Vby05GRbHK`2@Wa>2-BFod zi_-;UPA*t}u`P3#Y@@5I-;oNtc@w6}baCCk72ABXNS8yhGel*kW8lHndD`jq_9@Fd zG@Zm;ZEuFZ-O?`_bVNy0RJnKS?74jxHhJhMKQ#<`GUcMBT%?#sFNej;h^3c5tx}jY zYa*9K=9bE{nH3D0Ns}e7bXDBgz%{p3XCrUk+qrRt+w9skt34bX^|wu3$o-)`z^H%H zx#8XTw8cuV7as5w)1vpU;fOn z>ilcN|d@D0~e=$v)FgbX-p6}iC4YRDCi!s++pOAm`lELp!|4#j~ zb9I`0N$m9RNy*aRYJY}y1zkxxEY~C>8+;}^O^QlEmk4yVe312cn^tI zJP*^eljr#6cW7q!`O>zssrm~RyxaQf$-dgcNlupEwO0QQ3|$qz^XsOSn>JWWox8rW zfk)nO+A8&?%9V1eg+G?;{E_#0weht3?56quw!JD#dY>GzV%9#EyuG%!lCLW4TrVQM zaY^DeqZRX>_8yO2{QUM)UPr%)M=j1DcZrO2+Uxt`ncr-^GWYWbR4gW({5S9ImScOC ves+8Bkx;YuNJYYu?^WrapWWAxHu%pl{T$2HNoJw>prXjr)z4*}Q$iB}rkoFJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-header.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-header.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1fd7ec3993161329f5e8f382883f0459ccca94 GIT binary patch literal 781 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{|6L&2Log${P^($$OQ@m$$$U;0m+XaKYsf3>GS8$Kn748&OUnV^s(cokDWMk z?8MmaOA+jV+Ri%J9Oma;iEuwYUZ59v*#|EJ#Xop`AZ)@e0b~Dt*ckBUb}Yf z(xpq6FJHcR@gk6M{`~nf1$S;_IQ9@E$Mq5YM&fdY<#nsK*CpjgpySJ}@ z!r~=M*KgXqZ~uWq$BtjQdgJD;+js8VfB5L}<0ns^J$w1`<*Qe3-n@MW0`I}#D+v7j z{rm6VfB%*rlVSu0xrC>SV~EA+J(3cOJj5S6S$>(5yt=V*dVa7$G|vi8ONQ8Bg=K2~ z`ql3G;T+L|D?GJXVuLxBsRfto>x*kdbFc6eb`I7M>$j+`-02vTzKrq85|^IOGJEgX z?s=n_!@5ANa1qm?dsnU;6i=F}5g;t?HsQ7aUy)nnC8cmak)1qm+72#JQ8vqH+NxrA zP>S=wB+GuYjgij1>=PHxIC}OkljBT*dWjd^h6|s?CTfZ@-Hi3>XnnU-fZ<}yJ%RIa SE1H3^z~JfX=d#Wzp$Pysh0B5f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-header@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..df38f3872e2081f98693c46ac3d8e6db3a0f537c GIT binary patch literal 1343 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&BB zd_r7-ivN!SSP1<2^XKp1zyJRI0}22czkmP!{{8!pA3uQPr%#_geE9J3@X@13_wV1odGqG=>(_7GxB+Bb zy?XW9wQH9yUAlbv@`Vc*&YwRIB*TvdZve(wUrCT(Faskq3o9GHfS`z|n7D+Lw2Z8r zf})avp^>qvnYpEnt$$!pa7bumRCHoea(ZS~PE&JBYg_x|X^WREUAAK7#?4!{Zri?N z*Pf%tPnAH%D+GM|`RmuO z-@k!@#_hDPo`HcW-P6S}B;xSf8$W|DJBYA<2-3gO^qp0%V|$RzD_$-Rud8C&{M@_N zFZHms*fQ@%)|M$I3r%DHrOsx!v}JbAlcnbj4u5Zd(thTN@$X$XYoptfZL{^yzMYqs zpCA!7^I^mG+r@ikE;rfr`{1-MyQO_4u5ab&S?c=o`=KVK&X<8AqWgB;ZMa!r=n+&I zHL<2EVMW67$xq+BYyHTy)=RNdD)juisO6;^(-!wUNs`E1vGtavP?z@6@8rmGft3JmG)V*9#ELFnnVy6<-xQ}y{%e|@j^Go>GWnW;P@MA&_Yt_fV zsmo4Hmp@<1|1SH2aKMiVNiW0I<5_j@f93mOs==jd7t&NeVU=t}nl+2C)|XZTMQd;K zy%D?4w}e{#R%5P=c1ugU!ky^D_Iug)Ep7s#vr>HCe=e)r@G2lg^Yo8|?}t{zdIyww zRol-zvuWCbPm5-)f4}HfdhP6r<|aS={F;0Jw|unp`?T%T^c9R-*O#boKQnu><&@&h zn|6Oc`lM=WbbsvB-n)$(3YjBaOeZ}2`z!2gfq~xj#j1SrYxDL+|9PWU&lhT5@BOwg zDV<-X+cfp?+3mZnBiL2a)6Y7-VeYDYRVFp(=eA0x2`4%x1!-w+n&G)%#)YYC)t2AT zm914yaCWP*Hv7!?%r|%XZZ_tNSA{MfNVvY#?E0_!8rcT*42oVKdKVe4IR(rN44$rj JF6*2UngH~oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@uIyO$Ks-Y#<5bLKuO8fe=AcAh2>b2Lda13kwS?D=RxYI|l~`XCQF* za|HrVKUdEHcOdc(0D_>PAfO?UksuoaVw3g(z2Q_6AhEu3pE)C zuq7O5+uN`=fnB<@X~o88f8$S;Drr4PInew+lfOndZL_rFkMc)PtKyf>dGWW(@}1(w zSBEwlY@1_z{^C-ty}o%lv(MiM*ON|*ogAO=S+wTis?f%nQ$8j-d^|r(Ro*S<<}!6N z@r%29|ttTsHcN8BsON%vvQ#67#CS7rVwy`FXS#{Kw(*7I}E%q!WZR|QHM Mp00i_>zopr0Nx+~2mk;8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-insensitive-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0e67ae2e8b1cd57b51f9ebd1d7ecb9de72226c27 GIT binary patch literal 1159 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)g@ zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdC}Ii(R_^9N03@wEEi5dotgLKoZ0zjp z9GrcffB;Ck0+F9H5CBPcKUW~|^mFwLaQ6=I_Vxyb4=`ka0TLD#2J|e@JCTtf!`Co- z83ThduO!GXn1PXrnT3;!i-(t&k6%DQP)JBvL{wHzPF_J#Sw+>r(8$=t%-q_>-oeqy zKOitDC^9-ZB{eNQCpRxIzo4+FqOz*GwyvSExwW;ey`!_My9X~&PW!)`fq}`?)5S3) z;_%xWH-m2lh_ELdxwdr2m0eqIU0a%Ulr=g!H#Tc&s2AhKYGxHd(?z0@hkpK#&(`Zu zQP~;pUvNya-v7*#hqHIjZ$AHh%JJ#%HRm4G{h$(k&`(_L zgC^tBny`r~nu}9DtBOpGsC#(ehj>yzfQR!Hrmn8Dzu(Sjn9#NR$EtGz zQ#j0>zRUUkUA;kmx@OidgA)t-Cp>qq6x8s|JU2m4!_;{*PgJ9h{HZPn%Tp?cElq2G zoLMmckLoVFElLyWay;6KQ|un!=J~}eX*WeM`kU~nqL7Vu*7A5Y9cfqD(VSA6aKCs( zlFsDR##a-j2Txz^H#fAaVvpp5GY;owEzSM-c5P?h^DU>I=4{(u&TbYeeQN8JZI&CF zmBJ@n(DuG8zIEZ!v*w3av+oKqe|_F%;nwp`202B(a7wXE4NKsakTMA&~$I{+lJdKIpm%cB)_voc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@l9z2L}VWKsJyBa>K&HAZ&kse~7pq5Ewe>89V6f>zkUIT3A>(0D+UY zgR{322>Cj>`Z~M%`uX_<1Oz}#0J;mPcTVvfYoIrrN`m}?85sEm1f`^<)zmdLwY2qY zZ0$nB!XuJXvU74vN=nNrDjS=cTUuJ%IyyQ!ySlo2FoBQM^2tEczIeJghFF~5d*!%L zlYszRLf2mHZ*8*Hh7C#P@Bas_6Bcw#XSew=|Jwoco1SHYE%oX_YrdMaxxBvGCCEQf z+xzr_D;xY~B(L7|WY(DzSLPe8*N|Q!J2^J!uV|IqRjcE^HNVmvVgpS3ZF_E*l=}OK zY+S~nQF*EMV1BbI!&F`SO?LKoWF)MG;c3tR9?Ig1>p!dp8K}kJ%Z)|9waA@yA>nBUc!9waMQI zJtz73%7s|oKXd9%#cFtRZfW6m{q!zx;i^Zk*M)ulbpO9o`Mr{}wU?$gMS)UmdK II;Vst09h>bY5)KL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..56036217ea7740c6d270b68616b57ea38a294a88 GIT binary patch literal 1147 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-@3 zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdD53`hh7Nkh4*L4~hK7d5#>S?mrsn46 z7C>O*YGvbY0|XA9Hcp;)Kma72yn(^u03@Bgot(X$U41=0J-xlXfuRHppOBD{u&^+o zmw}!Fnm>Et`w76%%r6P@3ua(sVrJpw;^N`u<>MC+5EK#;77>+|lap6aR8~h8f0vgYX2 zGB7Zydb&7zv5<9g5`2NAY}BYNNNX={nS*_-6Z;$pslQ%a|SO|a^M zaN0;aznJy3RYp`aF2f*U&Su9G1uIlO@`#GgDSTy_dwarO$5|U9wX#-kz4P*Wx95_{ zOFWc+{@!}dLF2sQ-Ga(hGo^y8_dc}g<~el9({`!f zC_!n_`4=owCT704cJD@ea3zcRGXZZ_*>F)s^ArKK^&yjXbG&72Z+=w59)IvDy^n)t?Z52W~yo>&$;ZONU?b3*%>Tp0ve_9fW)U z*GEF5Zj{~*cPPvBdcVL|_2YtVKi+L#e&W4$zIxO)h0{@Yw&j?;HcOIQDcHT*P1pIW z<#V~^j_1SQ^E&!HuzXq9Rk&qsYR0~EOS;$2ytk8yyJ)LzY;X1%>GtQ>`Islp7n*qB j;jKFxUjNUZVn3r?XgTe~DWM4fefY&6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-insensitive-header.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..e0740cea2cf5edf1f8d266b2f228a5364b1ae7a3 GIT binary patch literal 687 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EmjZl3 zT!Hj|T7vIj0Jq`Cj~_pO{)BKpefsp}%NGcH?t&HbfN0Um1&dZ5K6>Kl(Njl{pE`cx z%<&WFPMkV-3W&~JICJjeg$oxhUc7ku^5v^nuU@}?{r2tKj~+dOm;*HV@87>b(-iM4 zI0^KXTS<^#FasmMfS{DLn!2Wzww{fxU1(T%L~=@YPHstQSw&@IQ*%p8YgAi$PzuuHaj{f%Bx!A_@uPyg1Zu!uI!!t=Oi2rY~~=PIKTGiM=pi`Jz~K7Fn=xsz&rE8TVnMozDuc|}I+ z{Q>Pz-OJNDd+m4vzid|9*q)d*>rscB>yBdrQ!a>xzu4aRm_>AgwBq~rY{|!$PZ?y- zTkz~?Z-~AXgD0Ey>UF{1-+Q#0&(aAp`FeoxQIVCkMJtsFWzo4+F zqOz*GwyvSExwWmmqqD2KhgguiUgi%21CzC$sBuEG{lrp{ zr7L8DLRJM-MRbVePtnlv-L9GYa^w5||4*iIUs^Id=Sk~1gTvq3pR}L*V*Gp4&06XC z@6F8hYl9bF^~e!lH{)(Zis_dP{>w^O%@0h@Vc9J+<3Ny*7VF%30+SY2Eo@pe$=lYf z=fCHisYOdPcM2U2_{h5d#7q9eGu?D9o>~#O_WO3L zxx#cW+xMX75^77e%Nzz@b?v*{b^fIE&rqDyqRQa0KKS$#LwLVK{&&%TH z=5F^XZrilt(cafK?avmtsAw*1Gb!iW+cbyg)I+g-ZN@C3O1@Xm%Gcene^g$!XZ?&W z+Y<|q2TX8wH4lgi^=g0fn+dRG?y`ZRLSK|$F z=b+cq&p*5R#I(IkLAl*%-8`$`3qRCsS_9O-v|$IwpZ1i}2Ya6j$Vgo%S8Lg$GxwIp zU2`?9x$To5hRa%780h&JNbZ?^PfLA<;>xC%Z(nj}^BkRUsY$%-!fsWKwVRGD_L@C? zL8F=Os)uE{!kfjVoc5!lIL8@MUQTpt6Hc~)ETLOGS zT!A#HfRmFmH#fJkva+_ewxpz_s;X+voH;XR&YU-I-ok|omn~bic=6)p%a^ZPw{Fv> zO`A7w-oAbNmMvR$?AWn$=gwWbcJ0}-XYby<55eI6{rf=r5g5D&gST(r0_m?`zkUaU z-(c|f?_W6M|NsA~cN|23j)zZ?|(J?bOx3sjf zvbT3|aCCHXc6E!5i;qu8%r7V`tg5PRZfR+2Z|{-%E$oOnr~FxA(cT`lgx&c}YfZ z@R0}1-dnC`g_!wo{#R!DNA-&JgQ|Jl75p7~Z}Ogf-j)97iTqB+Akmapv3@_QK}o>V L)z4*}Q$iB}XucBQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-insensitive-selected@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..67ea825a4dac0c1fcd15b7bd32b42e7c1aa4c652 GIT binary patch literal 1081 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*mM zJ|V6^#gqe1PEH{qAwfYwDJdyMMMVt_4Idw$;NalEz`)$x+`_`bl9G~z3l}b4ymcfQR8`fqv~?`4tgLP9ot&IqTwLAU-90?LyuE#VW8>oD;}a5-Q&Likii(R%N=wVi z%PXs@Ynq!|Iy<|%dz4ODyD=~@nR~i8hD02GJ3Tx2mV-#!Qzci9%!W6STSPtvt>uVV zdTWx<)J363#Bv00{{Qdp!?caXY>UZAW=YRbd@y@C`r}Cj) zDb4TtBtuEnS?8LBQZENiG?Z#QJNew(4-XS7Zd=}SSlA(!5~kuCmK~ns7Qc#BL`(Kz z;Ul&;_cmJcmIZ`K$}AR2``A-h5_M$4nIlZ?Yrac_-xYfGEAEHo>6F?7OeO~=POE)5 zP5)cOf?ewkmi$>Wzr-S$X={Ms!vBv{65Bbqb}OmYs|DnJ_2YT9_><=UDSp}k=|Z6a zYHNKQBX>+{)GMsC*5%xw`FKO24;&XzB# zHP&BNzJ2-l)}6OrHFESkSy26h_mT~JM^(UGR@p#3kEd5d)x*vGjYQd*Z3`6I+uu1_ z9-Pp4zUV@wM8H+&faxL6TgtimL{)Q&le)Y&S#V0X_ikJylyX%~bw%1ouYehgsunI< zVU@c`i}|f)rtrj=M1^NH!Iyu`3H#^9b1Ufbsk;xKgdEuzAamC~ue90n`m1BQ=?yxp zyH@^}I{cA;!aI)`t_?4x%vY#cIM;Q*mcO!Bm+xoae4ZQc^pBY8-HSWMB)0L;zo$N? zQt=@gr)2&qnZ@d!?k&r=kovnL)BKc1c88d#-f1?CiHb4P{y+Nle@%Tre_ErTxBRw6 QOF{Y8)78&qol`;+0C33TeEoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NqaNIdk{!-Sg+qU%GVZ+_`fXE?l^I^CpnIc=6)dvu7b9Kn73*NCMRWRRY;S z0F(l%0dgTKAtFF71OT}}21M}MwQE2&P}$Y1S0S=My+FYmH*P?gws~S+ZowvSrIwtXQ#f<;vBoS3{fu)PDQ+ZJ^4xZ{L3U^y$ZsAHRS9{`>bY&=;P$ zTZMuCaVZJ%3ua*C=NAx^l9pCe*VNM1v$3@c4GWJ*PD#nm$t@`@tEg;jYHn$1X>IH1 z=;#Dm*VPTQ5Djo1s0PLaBde#2V~EA+y;p9QH5mvn1gwY>k6N7+`+8saYa^|RA(8+8 z&zI^6QJg0jH)na}gL$56#vYe8D~GNrT`tm@xjo8<)#FofZbVuiw&t$&)cz-z|2x&UR9w_JmEb1{3}6ONS3j3^P6FJp}ckaA- z^A;>vuxQbuB}+Q!D-!O_V-ATTH>GCDaWB{eNQCpR}QKfj=` zsG_o}y0)&ap|QEOt-ZaYv#T5EY&@Xdc6lfR1CxQLi(^Q{;kP$#2Hy%0VNX~R_ByKD zduv$W?oRH!wb#VLUpd|EI;QGY+@Pc|;lSVj@m}i!CQo?c=3j73vY!8dkKDeU=H-^` z(_dTq>)Xctk20uX;Xe~-vE!Ni`$WyR`+N&jX74NGURG?#_p&BXD_kpeO(0){Xx;{h5=!nsdt>%H{ zQT2^EyeBm>-ly{Z;)p!Nk@viAg=2I;lB24~mcrLxoM#y%zrOR>Pw(aSiqb=!uh`|d zY8!2&Pu*;?@C%r8`V~L#mrkeC0V&R|)&l;jujXXS=>%r5tC*?WY&=rzDzr*IeHPeT_m&1q2AeKl^e$&<0FzeE3a0N9zVQ7ilwnG}XK_!WsOVM8?Uj#tm!CU$ zv|yn^&EhR@KYS9?Q2ey@?~?d?^XJ~#a4KL$%7#SSbFz+e6t2ZjWvlw^(VlhSpJ`!l z)3R6M@gFAY*Id{#mJ=HmNrRH-gG$wMqUw5vz)b@YxCzj9rFXQT; Ug=~?!228mOp00i_>zopr01RGr$N&HU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-selected.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d2186b7c0bd5bac14b912d1a4c0263236bac21 GIT binary patch literal 717 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)E_X2!E zT!A!I04pnNetv#+b#+ZmO>uE?Wo2baNy*%~bLY&NGjHC!MT-_KS+ZpD;>AmsE?u!= z#j<6~HiE(C&6~Gw-MS47wr}6QbLY-oyLRo_vuEGFef#(Ce*goIkidH+@ZrOUZ!qv1 z4E}(@UoiOp|NpAJj&VTmd6oqE1v9X+aq;mB2#SfzE2yZdYiMcf=o=Us8Jqa{`UM08 zCa0uiWMpP$W)&5emX?)QR#w&4)~{N#cI~?L8%~`*bN1}L`w!lK{P^YTw>Jx)T*l;fhO!6yy8uRKfHdw=~g-ZO%+UpHn{dY+H8S@_1V%5dYYzPQcR zj-s8r)q=iCdTkdK$($&B>YV0e)wG*1jyF#7C52Yu`8FS8cH5X;e zt#$droW@=C?&m>A*4ggcI(qmV?(gjoVY(Q9pudKxq}HQmp6V>Il3NK?=Y!R3q*!?l zne@DGH0RiPaPjrq%F~UEujv#_F1)^C$It&#o*SR9J^z4v_3`yrHU7q(k=cKIbz890 vQ(m3h+Zg6Iu4}pRPA$m%^}K}Fb^S67Ud}DAW4c+6fYOqutDnm{r-UW|d-6fb literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-selected@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1b8944f146baf901484833de12d8f0ff4e0995 GIT binary patch literal 1216 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#dHI#tgKvITzq_d!otGh;^HbQDjFIZ+S=MaK0f~b{(*skSy@@Rxw(afg~i3i zixw?fx^(HXWy_W?U%q0+iq)%EZ``mZQpVJ!o`c1E?>QR z?fQ+Icke%V`0o9Ok3WC?{x`3FcM$^vQ@p2(V@Sl|w>NHw3pvWL7jPW$PFdHn#pTea z+pdQ{ghggHl?7f(N;Y-c?4+|nBjw-!>1osTbk4k6^Y_`&;y-q8>E4&=KnkO7t+Q2P5CnzCxebukWfA*9{-Hmk%JQZ@G@uR=i z=GNp(llg!0bj|v*dCml${&ODjvsSMNJK3{Q%J-bSfZMmt5}KB`-uGy7mmc!bZGW}z zby>PgWQI_?N#UiA++AnST<=WIDmT33^ZrTqLB>K)NmJ#d|8t}_c*T5{P;LFMx8TT| znbubv)-JcMpLW?IN62s9qFE;Yq`MBg%ayc5Z;wrv2&>?GsZ;s$P*J9@>HSxeCoTL| zC$MP&=Z(isOJ1;E;!W;mdbKNY&sIlsT@9{KyO57ew&p&bcNggY=I@TWko)6MyWbv% znc>Sq7W7{){&x9f)1(WJobTK8?%I|cQE7aA`}U{+sarKK)MFf8l`H7V1a0@ph)#B5 z+U<9?e0QFEa_QV1Cl}Z*K5<(7nRBvFo5r5!&hPg)RCZtR$((GsS3M#8LX&Rk>?AL% z5BES#Y+Nt=cD>4Br!m5B*bSy*n3f$S!Yt zN`9B~_oFgT?e3er*==ccYUZ}7(Klyp{_GjE)0O+goW};H?-FII89lx8Rlna{XuHFy zG-tz!^V4QNZhp1>pwj#}&D4qu5;Lyv_*vFndGw37SK8wh>E^Fw)@4hmss5b1ZkizL zw63XDtMC4+3)0kE6t&oeY2EZx$rhJs>pto|a}>P(|H0M!8q*E-GaO+xW!}rjRtqXV NJYD@<);T3K0RTvLGB^ML literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch.png new file mode 100644 index 0000000000000000000000000000000000000000..67886a1299f7127feb691700f95cc5813ac90ed9 GIT binary patch literal 729 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ep96eC zT!Hle|Nk#sxNz~}#WQEloI7{!{Q2_`E`$MO0~ruDP!pfubZ zxcIee*MMvY2@wRU0dlWjzYgKvxpN1|xPANf-Me>zjIOS(?(XiMo}ML3mMmMgZ29u# zD^{#nxpL*IRjXF7UJbDksQuQhTR<&9y>H&U`TY6w_wV0-{P^+v_wPS{{`~#>7wFkd zDe;Se-nJ|W@(X5Ql$Mc`H!w7Eb#wRf_VEi2$;&UCHD~Vp1zWdmKXmliy{Y(Lze}EKleWB7;oiDh&-K#YHDZ(OCRx;`b06P$ zL#Fu4PMP~N{#sv-JvwK>8>{VRKh1Cd?X-0b{Xb#$+~x6XBKxj6-!k5mv}@lCjYVBN z8ph?!2X{M`Gfs^ZF#LG9(d}hLLd|tohqJB%kxD_G%O)$Xmu|4~6R=b=3URUvFJ-^5 zx8aR_U5d|%3Ge&vG40~mY&&;_@}iHs_*RIl6Kq>p|6!>g!&^?>`G4;h{nWYja9(x0 z_EP!%i((dseBu6GwPD}0o3l48zIZN=O)IV{ahiEc1%K7i8TDoT+PXD&qNgrCaxH$L ZszUd-(7z$??15p-;OXk;vd$@?2>|PHm7)Lu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/switch@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/switch@2.png new file mode 100644 index 0000000000000000000000000000000000000000..16a25780c6edccc31494aa05ac96897c1629f6ac GIT binary patch literal 1264 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-h_ zd_r7-ivR!rziQR0{rmS{y?XWb?c0|wT>>&ro;-Q+;>F9CFP}Pf>dcul=gytGaNz=w z3t^u>e;z0cWS>2I7RUxlK}et=Tm;Al>Vl9!22cS+4Ui215D_2=;X(|72m(bQih+U< zHe4};fhmrx9ikUa3whkGuCDIx?w+2WxpU{vn>TO4f(45fEn2*I@scG=mM&eoY}vBq z%a^ZMv0}}dH9(KUoelIgFsy*Vc~S3{QLJ07%54|XR-sMC!r+BFPMRmnT3sA zP)JxzTtZSxT2@Y8K~Y&nRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ew zylm^X?K^huK632%iIb;JpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|@>& zba4!cIQ;g;&)~}rBJ3Z6^h5aG3)={Y>T9j|$|fo>bydI`TM>`I6-SiUPd~cN#CO)M zzne3~CaCysnkYUavF$zoTmG3R)5|u`uGN=2@3$@f*6zQ}jTcOE3@$G`u;71?wRh&X z-X?9yuco&RborAe=yrX&AGKDi`>0M=*FF1;gKu8(tA9>iyX1(xOeA#lQmf++mK@yppF29)5za%wDO0#!jlK9tiHzT4H#R3a1Nv^$YHgQsC zs>+o&z1!DW`}!|*$q8~=+mY`3f5GYr%G)AcJf~lub2oo-mu-mS+vVleVGCbRQ15vX z=)7wi*WM;0Zmq=&rfZ+`JRy{3Qe^mgQcn4xfFgXS3vj^n{xep0Ef#3+Y_{zvl1K-5+K-$uBt7wyJO5 zE`#$IYc5&~EV+=rV&g)oKkX?c4<^4BSn>JTS?*;MW(OZ%?=v@$Yu8?heOD*8SXFZ# zOflTCeNUy=h38umHtosZwKMVR!WENlw%I$}B@^5bL!oS)tZiwv-ai1eETpti{ z{?=o@qUqQobNhA>Ln zF4Ye`-+K8{+LR*~xsN^Ct(+0}M1SEk-5VEg_{r2U?({mm<>9s4pPkcqCw(t-R&Kk! zT)sB0d*1s7d#0I98sV?kE>#gT(oieP-|s8FdwqEdTg-_w1@Gg+lJ8wBEl-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkY;H3&oJ{0Z^JX5w&y$zF9aGM^EW)NEc8R9RU?!3W7u;H|uo*ZPzFX@(X5QVige;3knGhi%&>QN>0frE~~6- zXl!b3X*+xF{Dlu6KYjl4`_JEhSNUZ*fO;A|T^vIsBy$gX3N;xpFdPi*+3|k228-yk z|N17bf%D!xTVGJSC+?`~h1o9FhRcmJ-)^<^?1-8b64l$V+A7BUY}$f(jmxVN_9ZMA zb1=Di_?ik+;NLR|zrwU1EL>+H7rBbHAn>qnzN0Op;;-N|mCEe(vX@V4TR)v~??uh} d*S|F%&(~jAD8d-AHa!&-ex9y=F6*2UngBZLvL65d literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-active-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a739431eb89ab2fb6fd138f8e5d502ee31ed9b25 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!AzL!+(ZV{~0FT7HD|R-~58V;URzXBff^mLQM|^8lDI=J>_qB#^3ZzsNtz#(^J8Q zXM#=71R5R*G(8q*e8S)Ggdapc3CKDm1knf-fiOVou_K^%6e*y3G!Y<|_wN!bpkIAUg8YIR7@64> z6qS@!v<(c6jIFF~Z0+nFot#}<-8{U!eFB4mL&8$iG7F1Ks%q;S8k;8U-M9b9vEwJN zUB7Yj*4>9MU%mPG>GPMb-@gC&`Rnh$w}-ymWME)a_jGX#k&s+_Fw>eTkfH72bB}MT zEpKjacUKe2!))n)KDP3_e^HmkGClTfw_d#zarEmj z*4Jll-S%ZCuVm%si0hy98k~M73tLPTPnard&CDfzpfEg+^L1eDbBp%-T~{|KsrtRJ ze6>pdP}i03`~1#3E!h{oW>?btYzyv*Ns8Cj?zv_pz~Zn@b$v^zYCb#15{4TS%R5cg z^Ld!QvKXl4vz@;3#K-6UiJdd&P59ifeZBpgM>D&E?n)*-=3ScMH!0%fi|OZtn8o5v z7R^le_!j5LoLIy%JZ8PSZ>O;cwq6J~w0UmH-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkmhZ8#?$tkr{RS_!(;x2C;W|1fDC~KAo&Eyg)opvs1#g8sPTz#;}emlC$jBN<=US$ z?)lhp;8W*;Pko0!O*ry-^0CkJPJdZ=_RFGkUl*VIy5#)VrRTpcyYO}0m2a=U{QdR! z-`{`#f#8#x{|=y2L`#DFf*C|a#ezaY8=IP2&YnAe;lsyIpTGP&svcMZRM6__;us!gH)&u6qVtXDG7Hk34gd z#dX%^HKP0Mf}-}#T(v0Sx6a~RjjpEsTdMvhP2zo0evird+D4!A>5&&wWxsBG-_N;R zq2ACieNx{SxlxZfEw$waF=uDkf=uLJ|b2Yy98oxFusrGJ19V(@hJb6Mw<&;$U# CYr=j2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-active@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..48187f2a9dfdbf913bda35fb57e4d16fbb592609 GIT binary patch literal 789 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc|`>jDi6^ zA+A8h3=IDT8lLkvzu<3v#Mkgxpy`P~!xMp~r~D1i_?w>bH#`z-dMeoPOt9&hK+|J^ z#wYwh*~Z5L4UhR79|PGS)c91O;i&+K1c`&Rqauhhpdf@Hh$;(Kj71kvnNZ^svF4}Z zK-BV7qUEV%>r<)Lr!s9%b^4zhOngzX{X@gJex7{n^VH*? z=brvD|IC*KXTNN`_HD<_?>ldO-*xNzp4;E|-ubcb?vMRa_soYYu9hwy!Gzi03IqnE3z{c22A?5;Sm%_|8x+3-;1 zR}Slv^C4o)pEiGTu8`j^l72+^#6kBuml!S1cuv)8N`->%J?Qx;aq9k>n3vi z54^g=8lLyX@~eIkak=e!{-pKpS)yOwbWCe}{iNA#Gt+eCTWo7C`%juKt}qmYBfrJ>P+;)~r3Hq08dKl4nQ#3sj$paQWp_`uw|WUKiVD^7xoq QCn!~Vy85}Sb4q9e0P`VpW&i*H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-backdrop-dark.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7611f5dd0803772b0f8a5c99bc2c87ec99f1f103 GIT binary patch literal 421 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkY-@`4+Q)7?_ag**v_2?x9mB*2aLAwJF;`<{+;{xZ`*Td`<_EP_8s1}|LBgrhjs!P zyY}zeb!6B6Bir{J0E+D1eQ@`_BRh5<+O_x4j@^fM>^;15_dziG&~BjmJqLI0IXrVx z=`5gC$|XU5!3>N{9Gr?uN^0sF8d`e#21dpvCMKq4K|#R@iHS)msi|pcn;kZ&0+rW$ zx;TbNNah~&6lyYHU^p14^kCfzolfpE|K&5g7TMf98~@O7PuySI4J#&X4l!D-CLZi5 zHpy-Cij53%ud3|(+NV}Avwd~i`*g`S2P5ml7j+mt|6U2$dzFLdRp0BWYi}`^n{K(q zww2N8le$>S(%1*Zuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NmF5TD9>A2y6p^6WdOl*mC&ro;@cwZ{ELoKMrY}>Z|+xG9@x%1#|5IC}b|8XFD%O0TK!#npM+r9hXwmpY{_JA2X_8!`~ z@9?f&`+?%juW?%BU{&!HW=5AFbR_Z``}2Pg~T?%I18EO>a=ULg1I zj=hI>?moD4_hGPtBR~Up1I+{}KHT#=vRA3y(qfUvNz@QA3`xVVJG#H6I;a~a{TeVcZm!L4HICzt4GgURESHaS?f4;CsI(Or O>I|N)elF{r5}E+s$yJd6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-backdrop.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..47ec30d89eb70f6d4d037b176754cef95cff1e69 GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u7fKP}k zknZd2YiMYwsp+b0=&f$(t*q@TZ|FFC_QHh=S1(__aq8^l%a?CnyLR)={YQ@;Jp~bu zo<4p0x(cYcuBWP@>&K5D)eYTMbzN1BJ&mms8#^XeHgp3;Y8v~%QoYqp-9ScFU1wEY z50Fu(@A@8St6E8rUoZnFm#UhTwM|%9SU3noL`25K#%1N?0zqD0VPR2GQE_qclOvh| zKpicfE{-7*;ko^%g_;}$m^a&qiHHigggFLQ{rfMzS4X^ipX$n$o=a>eEt>!Qp8D)_ zObjhLucn@u zTCi=^CbfAL2^tG!8f^C6-LZRrQsx?~V>Wk>S={#xo^Jj2BlE$zLIDhAf4hP1VeoYI Kb6Mw<&;$S*7P~9} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3a27f104257b8ee65c5df3f547cfd4664cf19eb3 GIT binary patch literal 748 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E4+DHc zT!C~$!=&=^j)sQ*l7{Z8s@AHi3Dwmt)h&Hx4V?`Qoz>O7ery=66>wYA;V z4ZW4MU8m1otgh>-YUsXj;p*kfHx3>-b?WTp%hzsR1EQOE?%cV5|Nf)vwP7ynFKw2tESAoA>YEe*%HZy6(!x?y3f$nY~}Xe(jk!`|H;q z-4kY3)^$}k^i%=uYV4^5n%2!HeX&D(=IaM`vODpS;(6F$ua43j~jEahm zj*bC>*!cLw#H6I;w6yfhtlZo@5XjFj0D{7zqT=G>Wm(T685kJVJY5_^BqY}!%#3CX zlwf;sJ!+zWJL$m~BVu3lao{{V%lfTdS;-stG+ZvFV!hnna$e3qnaH3nunjn(dSG z$e5N9DB-=yl6{}_6Ct;VDLOq&C!hWKJn@NXPme~W#X1kO`5yPyB|dSfY<@lI)?a;@ z+(5SvcM2Zo@m}|sA{cX7%{D04aHbbstH^nJDbaG7{R6Ybx~repvH&B3!PC{x JWt~$(697+&Tyy{c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-dark.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4d68eda1b77f0efaa6ed99aa9bb13fe10b940a GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkY;H3&oJ{0Z^JX5w&y$zF9aGM^EW)NEc8R9RU?!3W7u;H|uo*ZPzFX@(X5QVige;3knGhi%&>QN>0frE~~6- zXl!b3X*+xF{Dlu6KYjl4`_JEhSNUZ*fO;A|T^vIsBy$gX3N;xpFdPi*+3|k228-yk z|N17bf%D!xTVGJSC+?`~h1o9FhRcmJ-)^<^?1-8b64l$V+A7BUY}$f(jmxVN_9ZMA zb1=Di_?ik+;NLR|zrwU1EL>+H7rBbHAn>qnzN0Op;;-N|mCEe(vX@V4TR)v~??uh} d*S|F%&(~jAD8d-AHa!&-ex9y=F6*2UngBZLvL65d literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a739431eb89ab2fb6fd138f8e5d502ee31ed9b25 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!AzL!+(ZV{~0FT7HD|R-~58V;URzXBff^mLQM|^8lDI=J>_qB#^3ZzsNtz#(^J8Q zXM#=71R5R*G(8q*e8S)Ggdapc3CKDm1knf-fiOVou_K^%6e*y3G!Y<|_wN!bpkIAUg8YIR7@64> z6qS@!v<(c6jIFF~Z0+nFot#}<-8{U!eFB4mL&8$iG7F1Ks%q;S8k;8U-M9b9vEwJN zUB7Yj*4>9MU%mPG>GPMb-@gC&`Rnh$w}-ymWME)a_jGX#k&s+_Fw>eTkfH72bB}MT zEpKjacUKe2!))n)KDP3_e^HmkGClTfw_d#zarEmj z*4Jll-S%ZCuVm%si0hy98k~M73tLPTPnard&CDfzpfEg+^L1eDbBp%-T~{|KsrtRJ ze6>pdP}i03`~1#3E!h{oW>?btYzyv*Ns8Cj?zv_pz~Zn@b$v^zYCb#15{4TS%R5cg z^Ld!QvKXl4vz@;3#K-6UiJdd&P59ifeZBpgM>D&E?n)*-=3ScMH!0%fi|OZtn8o5v z7R^le_!j5LoLIy%JZ8PSZ>O;cwq6J~w0UmH-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkY;H3&oJ{0Z^JX5w&y$zF9aGM^EW)NEc8R9RU?!3W7u;H|uo*ZPzFX@(X5QVige;3knGhi%&>QN>0frE~~6- zXl!b3X*+xF{Dlu6KYjl4`_JEhSNUZ*fO;A|T^vIsBy$gX3N;xpFdPi*+3|k228-yk z|N17bf%D!xTVGJSC+?`~h1o9FhRcmJ-)^<^?1-8b64l$V+A7BUY}$f(jmxVN_9ZMA zb1=Di_?ik+;NLR|zrwU1EL>+H7rBbHAn>qnzN0Op;;-N|mCEe(vX@V4TR)v~??uh} d*S|F%&(~jAD8d-AHa!&-ex9y=F6*2UngBZLvL65d literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-hover-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-close-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a739431eb89ab2fb6fd138f8e5d502ee31ed9b25 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!AzL!+(ZV{~0FT7HD|R-~58V;URzXBff^mLQM|^8lDI=J>_qB#^3ZzsNtz#(^J8Q zXM#=71R5R*G(8q*e8S)Ggdapc3CKDm1knf-fiOVou_K^%6e*y3G!Y<|_wN!bpkIAUg8YIR7@64> z6qS@!v<(c6jIFF~Z0+nFot#}<-8{U!eFB4mL&8$iG7F1Ks%q;S8k;8U-M9b9vEwJN zUB7Yj*4>9MU%mPG>GPMb-@gC&`Rnh$w}-ymWME)a_jGX#k&s+_Fw>eTkfH72bB}MT zEpKjacUKe2!))n)KDP3_e^HmkGClTfw_d#zarEmj z*4Jll-S%ZCuVm%si0hy98k~M73tLPTPnard&CDfzpfEg+^L1eDbBp%-T~{|KsrtRJ ze6>pdP}i03`~1#3E!h{oW>?btYzyv*Ns8Cj?zv_pz~Zn@b$v^zYCb#15{4TS%R5cg z^Ld!QvKXl4vz@;3#K-6UiJdd&P59ifeZBpgM>D&E?n)*-=3ScMH!0%fi|OZtn8o5v z7R^le_!j5LoLIy%JZ8PSZ>O;cwq6J~w0UmH-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkmhZ8#?$tkr{RS_!(;x2C;W|1fDC~KAo&EyU3})#nhT#dU-`W1{HLu~KkvN$`PjWL zCm((}_3+#2hhNV;`g-=!*Yi)lU3>Zsq6I>J`~C~ecr4%k49Jjce+m)*@#CjR(-YyQ zCqj)+fNZ$n%*9SOfKJga3GxeO5D^s%3JGm&YHr!TfB%642M!)ObQlPZojrH{!s`zo zKYsf3`OB~0fBydcSK>5zF32aIE{-7*lDP-ng_;}~To3yDJ>ywn(bTnP=l`E`7HNc+ zWQR?-9vhz8sJ1aNMXC2u<4J*&oIExK^Dg|DRP)&t1Jyc^GTWw|EO07_loU?SR zw2bmehWVSfPB*{cv8r)z?AkYsD^yYstZjJ2rZS1?@cp}!g?WA20v4}GEa5l(czILq d=_8lt$Uo5+^W#gqcopa*22WQ%mvv4FO#s~G+Zuoc5!lIL8@MUQTpt6Hc|`>j2r z9`iRo2C~82r$8G{1Q4}=(2pNKf#TxLAXy+= zsPPHJKp^|EL24N=B*IF9{DK)66%>_K3=EBot!-@W9i0M$f)+lLjoA;W}YsNArg{n4`y031xm0z_^xrvPiT^Awxahn&9%y|ir(ix|Nq~4&hm21 zsUOewJ+)tX@@mM!t3^TDft(8-x&Gkt_Ht|SH+Z6<;=C+d;^Dc|{KfJ=mRf7?3y@{J zQ}}U(Fv}^ejgJgYU6ostCF$nF6WZc9uk^zAI-f%YM`pBqb$e!g;I-yYHf^O_T5EhK z{XBQt@?>lT=f$88Zzi0HpK#~>L9ec|{zhG?_V^DXF4+gRAK%w3$0oJN)ZoItl>5HI z%>0W)A7;j1-jR9eamO~k*Dt%C9FsbEJ3YelVpzgck7bP}CuP>8UR<=n?xe}DOHb6- za9#{ybX&TGH+gqRW1;#rp?@0`rdc^H=n*;}0d(+&A8EURu2;7AxoU7|?qtP-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkmhZ8#?$tkr{RS_!(;x2C;W|1fDC~KAo&EyU3})#nhT#dU-`W1{HLu~KkvN$`PjWL zCm((}_3+#2hhNV;`g-=!*Yi)lU3>Zsq6I>J`~C~ecr4%k49Jjce+m)*@#CjR(-YyQ zCqj)+fNZ$n%*9SOfKJga3GxeO5D^s%3JGm&YHr!TfB%642M!)ObQlPZojrH{!s`zo zKYsf3`OB~0fBydcSK>5zF32aIE{-7*lDP-ng_;}~To3yDJ>ywn(bTnP=l`E`7HNc+ zWQR?-9vhz8sJ1aNMXC2u<4J*&oIExK^Dg|DRP)&t1Jyc^GTWw|EO07_loU?SR zw2bmehWVSfPB*{cv8r)z?AkYsD^yYstZjJ2rZS1?@cp}!g?WA20v4}GEa5l(czILq d=_8lt$Uo5+^W#gqcopa*22WQ%mvv4FO#s~G+Zuoc5!lIL8@MUQTpt6Hc|`>j2r z9`iRo2C~82r$8G{1Q4}=(2pNKf#TxLAXy+= zsPPHJKp^|EL24N=B*IF9{DK)66%>_K3=EBot!-@W9i0M$f)+lLjoA;W}YsNArg{n4`y031xm0z_^xrvPiT^Awxahn&9%y|ir(ix|Nq~4&hm21 zsUOewJ+)tX@@mM!t3^TDft(8-x&Gkt_Ht|SH+Z6<;=C+d;^Dc|{KfJ=mRf7?3y@{J zQ}}U(Fv}^ejgJgYU6ostCF$nF6WZc9uk^zAI-f%YM`pBqb$e!g;I-yYHf^O_T5EhK z{XBQt@?>lT=f$88Zzi0HpK#~>L9ec|{zhG?_V^DXF4+gRAK%w3$0oJN)ZoItl>5HI z%>0W)A7;j1-jR9eamO~k*Dt%C9FsbEJ3YelVpzgck7bP}CuP>8UR<=n?xe}DOHb6- za9#{ybX&TGH+gqRW1;#rp?@0`rdc^H=n*;}0d(+&A8EURu2;7AxoU7|?qtP-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!AgZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~79Gr{BJP`~Lm=-@kwV`SS>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+c5@up- zXZ8;KbN9cf;`%wvc1(nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!AgZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~79Gr{BJP`~Lm=-@kwV`SS>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+c5@up- zXZ8;KbN9cf;`%wvc1(nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv@L=H;{dJmbs4vPziTQkY6wZBO?>Dv#Uo?a2k7# zc0N#8+tbA{gkxrMf`Z_TwOI_8&zy(yEr+qAXP8FD1G)j8!4b7l>na* zS0K&6@V}vTOXzUR>H-3NE>IkW>vf*3$_c$!yQH&7K%NswPK10xd$m!4rr zSW^7lsqnjRQRHB41tnGtosYXVD| zMZ**Y&Npn@j$#Zzd?S`8q)CY(s43-b)&?P!30tebmo+aGyThRKQSuVwS`I^y!#rL6 KT-G@yGywoGwqce4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-backdrop.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..36858b0c462d82fa6dd389e0a8904c988aa87082 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFS5;llyQ_O-fhxF5g8YIR7#W$Ez5N1X;);`n z%~t`1wLM)NLpWw8CnyNcSewOg`OKL}?gKo9?4caat6DS}4n?FTFr*c%^HRH7!SKj| VZL!AY#cCk?JYD@<);T3K0RSE(NHG8a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-backdrop@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..061e3569f13ada9e9769abcd8ed92d2ed7e6fbff GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7^#Gp` zS0D`p4Gj%_eSIY*-L*|Ul}+7M4PBLWot1Un)eYTMbv;1D%6Q5SsE)TJ$S;_Ik%^Pr z*gP&iF)zP3!0LGqP$JmV#W6%9I5|NgsbS~yGc%WJD2b(?o8uH3RQ!ym>39Z1Sd&1) zET*s~m4Zu+jR$2SAMiwQZejr912dBr2#GLG5MoKV!yMMcvg!OB%e(^yM;I6aIHfNI Srd+!Ma-gTHpUXO@geCxY)?2p# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-dark.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8addbf89ee6d52a0ccf0b12497ec3711182ec985 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFq~#NKo0-i(}EKta3~@zfg!D6otN6x a3Wi4xY>PEEFIEF;WAJqKb6Mw<&;$U}K~sAG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..dedcc3871bfebdbc65da210f37639f454859034f GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfW|Nm91R-HI;V)yRdTMi%Ix#!T1-3NE=KD2A^p`Adq2PCpJ3>*we)^L?bvkK_aOk_1^CC;{h%<_xD!!u3GZ` zt~E>lMTRvjiU+octYPtd5X!*Z%)aS>^#-97Mj&o1KkJ~X!K9$daiD^K4GZU$ebwI& dH6(U0GMHN`l;<24bq5;H;OXk;vd$@?2>^8UZtMU6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-hover-dark.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..84a5583cc628653dd5e203c79909759b887cff10 GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak7A<24> zvFNY?2ZMp+iLJN)|G!mYSRusFz#91alMlbxt5VmSd-u4X5?!QkoY=d#Wzp$P!;ypHSu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-hover-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ef62ad4eab22e6407724d1d8f4204e836e69b0 GIT binary patch literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVfL=9l;6m30@@^e$MsVeyL1yZ0U0z5nQ*1IG>@ zJ#`3#P9Hgb=7{^5!$5y}mjw9*Gw|>V2?>jdiA%`IE9mJPxOsSb`TGZig-1q3MMuX# zK`ao&B_t#!CMG4Pq@<>1Wo2g<6crbjl-AWZY})qh*^8gQe&4Q_+R4Dc80YEY7-DgH z?c{9dCIgW+Q=NR(jwX-F!%5$!#p-NTt62Hw*#H0b8%-0MdU(UJobIKP6+x^-4+aC1T#-FI((-1oC?NhzBE7M)9 zUrbZ^FSgFM-u)g&n9$P3#8YxYvM&n%6|9^uSSoNe=~0|ao*nbD`Q_VoHY>hk|7+2p zu&+`;oQplAN9g!$UG*Qc793;bJ)g5X#@p^k5tHwd52v=RUcdbad;HnNq62K}6Gc6a z)XQ$LywJzcDc}&@QX%Nz^x?eE70pR04jV*gzEfG*bj0CF^J}hj8I1+U^|F3Sd)PVY zF6!o*yd#xeUNfm@Sw*+joZ5a<2h}P++2=Q(?{l$z*S@DUa91KnR8aJ^T`y9i)@hhO z^}Mmgy!*%ZcE?qjhc&DoOj<6vbTemRW0jq;WT>*_oV3*UIhv+t6BdUD^I2W2XMEm# VWR-v%A20$LJYD@<);T3K0RUeWC(Qr= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-hover.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..128a39da1505934b85102494ab976af03f15ee55 GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};Yy&%Z0YI)9~YJ^zKfsv)*-Bo_bf6^Ytd ztk=t>cxvs`?Bo`vyK6eDTQ^@g-lzXrt2|5nl+U$^d9TvnOYhkiT=e3>*SdIK%S~

Zuoc5!lIL8@MUQTpt6Hc~)E&jWly zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPka|?_ZEOkoob`moGqlU%wqXa%%6vV||n7PMA7x;?(&KtrM#1yX%_!>sux~ zypjF^=vA+hAirP+R#tWnPA)DUUSSa#Svdt|6%|!A6LSkoD{Je>=$M$e!lL4m(z3Ei z(`U?@J$J$K4I4L|JAdKQv*#~fzW?y?^XJb%>wf$MSuf}GHj9CQG0fA&F~s8Z+Th6O zCI^vF&tNA73&~qeOE1OgO?lL{P4esidjB&et&D%FUcBCOX70}RYX0(*PyY#9Z(1bT zw(P{EuyR*tmbH@##X}Zce7XDa#@qSV8MjXOB3>GCJ$SxBwMElD?O)z%v*zh1q#V}a z`dAus<_}96-xrJSuC!C~MmZ}c)O46?PdezdAo2 ze6zB3e%ITBoy_a6%{lm1EX6P2Lh|*an+2L@$7-lN?2LV$f7*g=dyG(G!~erJ0upyV zB&cvQHP3f`6WrylbcCmlM}xI9r6s}FOIRs&i}E2gw&Rk2m$g`FUwLFKkkm3GhfB0; zM=Jk%&0|-WU0D;kIA?R)))kS7yZe{VEStYbi?3(0+zh@idkiM2y>XfL&@<`Dj|*}! zev8h(&%WS&bK~}?y^YU#cRd#iIGb*^SVzyV@^zl){`L3bKl0w@t@E1@EBzK2Zw#KU KelF{r5}E)dl%1Ra literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max.png new file mode 100644 index 0000000000000000000000000000000000000000..14e5e3e74dff69ce6e125a0ec0bd54012d6d7bb8 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF;HMs~Ui)tFob|x}mGOq5D_-vRa@b?vfzCUEal|F*7+qL2$;}EQZTx&O~w_;3;Ge<#1lrqRDV5A}xU-tzey(+SLk%M-FU@ UH8w9+18QUNboFyt=akR{0P0~(_5c6? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-max@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a13bb592dfbbf413347f0541f9be75043fb727 GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0LTc(6DONs)mOCii-BiwzlfVo{EO9s`~CqAlcAU-Oydt&|O*A4P-1i7Wo&bfxjfk zFPMReSwK)YI%)Ze)rXH9J7c}NFBK>i?CIhdq7j^&Ad%FNdT)36@c*1pLI~xU{X-!I8edAhK2LWzUuFX d8WKAg8O$ve%5x5jx&w`8@O1TaS?83{1OS2wWsCp- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-active-dark.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-active-dark@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b#-9o$5M3?dLsR977}|*B*Qw*5n|r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-active.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-active@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b#-9o$5M3?dLsR977}|*B*Qw*5n|r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-backdrop-dark.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b04db91415d46e182c878ab176fe3ecb2491235d GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%?4l^1TDHm`Z~Df*H~-IdO&pc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!C~|UC+wR=dFM&rjj7PV20xT^WW|R@`OBH978ywlM@#3ZTR2p831%c$5)oO)A=-S Q17#UJUHx3vIVCg!0Kk|sWB>pF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-dark.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c973246c00bf2b1b0a0cff5a2eb8bf94623a35 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%@rm*;N2pOeH~n!3>*Ke(UoAc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak75uV#0&DWs7!@^j(f^~J%+VA!&I~H&j{wtf5yUpp(!Zn}oNnYL5 zR;qqWu;lFNgRLT6fdR#41>4`8($Cl=@mPJ)=|jSwBNLWccJCBlw_f5+pO%O2a!Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVe`zerEIPw`o8R*p&qN1vBvQ3JD2|iHS?d$t&pT8@PFR zdinbYgoQ^&MMX!)KtU`J#3dvoCMG5&r=+B&W@Tk(7Zep2-)=I_W?*2{@N{tuu{gbU z^6jW52a#4o9e>u2CXdFhqZhQSBb<7T_x?|A{mg4|=u2tfYrb#%zqf2l{ImRA?s0zS z^BZ^H`mnS=>fZ`cyV(rho3u4_%TgG3%)MNZ-GlLbdTz+1+R`CH@^OYbKV^OX+G>5M3yn+q{L`5c{A|c z`+7jEPv>E4#%$yt{M$L&mV|c_TvKc&NrX0E9DB<7PM-4coyb+cO&xB7`+e_MJ#DdzV=VTEj|wuEIjHpwezMXp;u>(e5Ww}a`i}Wv;Xo)mOtIfq{K+~xb>WQssA3<-TuXvbE-jX`#Awy QVCXY=y85}Sb4q9e0A@Ju!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-hover.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..c250748c552e9c2fc4c266ce0167a8046688cbdd GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};dR$4@+a@$z&2xu-jUit;^O z9780g=Jvl8Y7h``jaD@KvT)1Z|J`jDu9W<{YrOf+?b7;&30|Izrr%#odmN$jO|@S- z_0J66gp(H&b_w-KwYe)^cRypqCE9V0Con*MBY(a6p*lI%FK?rH%MIhZHwJ~ywrn|> iaqZYglfLbR`g+zu+-n<;to#AAn!(f6&t;ucLK6TdBAogF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-hover@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..965ce3db3357fad9fe47dcef3a9c89d220caaf64 GIT binary patch literal 694 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E2LgOT zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPks>U2<}=l%aM!Cn)C%{gns?%UsxJ~y-Yo5ZpDq7>^R zpF5IgM^!omIJ0%#DQ!HNG&jfWWR)G;oxI@pfh_%&;v)It3yyEP_uVixMv433_a*;> z?}+Yk6m0w#QfQd_a;b7l^!NUT!qzu3(+mXm6!7{hB-zb)V&yFNpgKvtW5+bfH>VyX zEH&48*db=O>iJxkuS$Zx6$w?$&E+>HJPMgoaa}qo@X>X(+%sR>qziq7lix1b_S$f*`(e?kV znBK15$e*@)#>R?DX@2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4;OXk;vd$@? F2>|T-EmQyi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min@2.png b/themes/Mint-Y-Watusi/gtk-3.0/assets/titlebutton-min@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3581928b3997773cbfc83c9c0f17389a768cc6 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!D0TL-!u7KXZXBrjj7PV1_eK9Gw>fc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(16, 128, 228, 0.75); + background-color: rgba(16, 128, 228, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + background-color: #454545; + border-color: #313131; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #1080e4; } + .button.osd:active, .button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #1080e4; } + .button.osd:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + .osd .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); + border-radius: 0; + border-left-style: none; + border-right-style: none; } + .osd .button:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: none; } + .osd .button:first-child { + border-radius: 3px 0 0 3px; + border-left-style: solid; } + .osd .button:last-child { + border-radius: 0 3px 3px 0; + border-right-style: solid; } + .osd .button:last-child:dir(rtl) { + border-left-style: solid; } + .osd .button:only-child { + border-radius: 3px; + border-style: solid; } + .osd .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #1080e4; } + .osd .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #1080e4; } + .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(74, 74, 74, 0.55); } + .button.suggested-action:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(74, 74, 74, 0.55); } + .button.destructive-action:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#1080e4), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 4px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 4px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .inline-toolbar GtkToolButton > .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #1080e4; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(16, 128, 228, 0.75); + background-color: rgba(16, 128, 228, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(207, 207, 207, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #1080e4; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry + .button, +.linked:not(.vertical):not(.pathbar) > .entry + .button:hover, +.linked:not(.vertical):not(.pathbar) > .entry + .button:active, +.linked:not(.vertical):not(.pathbar) > .entry + .button:checked, +.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive { + border-left-style: solid; } +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #1080e4; } +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .entry { + border-left-color: #1080e4; } +.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(207, 207, 207, 0.4); } + .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(207, 207, 207, 0.4); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(207, 207, 207, 0.3); } +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: #FC4138; } +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: #F27835; } +.linked.vertical > .entry.error + .entry.warning { + border-top-color: #FC4138; } +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #1080e4; } +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #F27835; } +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #FC4138; } +.linked.vertical > .entry + .button, +.linked.vertical > .entry + .button:hover, +.linked.vertical > .entry + .button:active, +.linked.vertical > .entry + .button:checked, +.linked.vertical > .entry + .button:insensitive { + border-top-style: solid; } +.linked.vertical > .entry:focus:not(:only-child) + .entry, +.linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #1080e4; } +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, +.linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #F27835; } +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, +.linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #FC4138; } +.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child), +.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: 0 -1px #cfcfcf; } +.linked.vertical > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked.vertical > .button:checked + .entry { + border-top-color: #1080e4; } +.linked.vertical > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover, +.header-bar .linked:not(.vertical).path-bar > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.primary-toolbar .linked:not(.vertical).path-bar > .button:active, +.header-bar .linked:not(.vertical).path-bar > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.primary-toolbar .linked:not(.vertical).path-bar > .button:checked, +.header-bar .linked:not(.vertical).path-bar > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, +.header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } +.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked { + border-top-style: none; } + .linked.vertical > .button:first-child { + border-top-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #e8e8e8; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #4a4a4a; } + +*:link, .button:link, .button:visited { + color: #0d65b4; } + *:link:visited, .button:visited { + color: #094a85; } + *:selected *:link:visited, *:selected .button:visited { + color: #9fccf4; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #1080e4; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #e7f2fc; } + *:link:active, .button:active:link, .button:active:visited { + color: #0d65b4; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #cfe6fa; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #cfe6fa; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(217, 217, 217, 0.6); + border-style: none none none solid; + color: #535353; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(74, 74, 74, 0.55); } + .spinbutton .button:active { + background-color: #1080e4; + color: #ffffff; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #1080e4; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #1080e4; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #1080e4; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(74, 74, 74, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: 1px 0 #1080e4; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: -1px 0 #1080e4; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #F0F0F0; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(69, 69, 69, 0.9); } + +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar .inline-toolbar { + color: rgba(81, 67, 67, 0.9); + background-color: #d9d9d9; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #d9d9d9, #c7c7c7) 1 0 1 0; } + .primary-toolbar .label:insensitive, + .primary-toolbar .toolbar .label:insensitive, + .primary-toolbar .inline-toolbar .label:insensitive { + color: rgba(74, 74, 74, 0.55); } + +.inline-toolbar { + background-color: #e8e8e8; + border-style: solid; + border-color: #d9d9d9; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #F0F0F0; + border-style: solid; + border-color: #d9d9d9; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #e8e8e8; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #c7c7c7; + color: rgba(81, 67, 67, 0.9); + background-color: #d9d9d9; } + .csd .header-bar { + background-color: #d9d9d9; + border-color: #c7c7c7; } + .header-bar:backdrop { + color: rgba(81, 67, 67, 0.6); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #ffffff; + background-color: #1080e4; + border-color: #0f75d1; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #1080e4; + color: rgba(255, 255, 255, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #1080e4; + outline-color: rgba(16, 128, 228, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(16, 128, 228, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #1080e4; } + .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #d9d9d9; + border-color: #c7c7c7; } + .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #d9d9d9; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { + background-color: #d9d9d9; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 4px 4px 0 0; + color: rgba(81, 67, 67, 0.9); + background-color: #d9d9d9; + box-shadow: inset 0 1px #e1e1e1; } + .csd .titlebar { + background-color: #d9d9d9; } + .titlebar:backdrop { + color: rgba(81, 67, 67, 0.6); + background-color: #e1e1e1; } + .csd .titlebar:backdrop { + background-color: #e1e1e1; } + .maximized .titlebar { + background-color: #d9d9d9; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #e1e1e1; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, +.primary-toolbar .toolbar .separator, +.primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(81, 67, 67, 0) 25%, rgba(81, 67, 67, 0.25) 25%, rgba(81, 67, 67, 0.25) 75%, rgba(81, 67, 67, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: rgba(81, 67, 67, 0.9); + border-color: rgba(81, 67, 67, 0.2); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: rgba(81, 67, 67, 0.9); + border-color: #1080e4; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-clip: border-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: rgba(81, 67, 67, 0.75); } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(81, 67, 67, 0.45); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #1080e4; + color: #ffffff; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #1080e4; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #e89f77); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #ee7e78); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } +.primary-toolbar .button, .header-bar .button { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + outline-offset: -3px; + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(81, 67, 67, 0.2); + background-color: #1080e4; + background-clip: border-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(81, 67, 67, 0.45); + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + .primary-toolbar .button:insensitive > GtkLabel, + .primary-toolbar .toolbar .button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(16, 128, 228, 0.65); + background-color: rgba(16, 128, 228, 0.65); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + border-radius: 3px; + border-style: solid; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover, + .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(255, 255, 255, 0.9); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active, + .header-bar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked, + .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(81, 67, 67, 0.2); + background-color: #1080e4; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(81, 67, 67, 0.5); } +.primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(81, 67, 67, 0); } + .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(81, 67, 67, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(81, 67, 67, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #1080e4; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #1080e4; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(81, 67, 67, 0.45); + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, +.primary-toolbar .button.suggested-action:backdrop, +.header-bar .button.suggested-action:backdrop { + opacity: 0.8; } +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(81, 67, 67, 0.45); + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, +.primary-toolbar .button.destructive-action:backdrop, +.header-bar .button.destructive-action:backdrop { + opacity: 0.8; } +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #ffffff; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(255, 255, 255, 0.4); } +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: rgba(81, 67, 67, 0.9); } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(81, 67, 67, 0.15); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(81, 67, 67, 0.6); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(81, 67, 67, 0.3); } +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: rgba(81, 67, 67, 0.9); + border-color: rgba(81, 67, 67, 0.2); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: rgba(81, 67, 67, 0.9); + border-color: #1080e4; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(81, 67, 67, 0.45); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: 1px 0 #1080e4; } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: -1px 0 #1080e4; } +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(81, 67, 67, 0.25); } +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(81, 67, 67, 0.25)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(81, 67, 67, 0.2)); } +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, whitesmoke); + border-color: rgba(81, 67, 67, 0.4); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, white); + border-color: rgba(81, 67, 67, 0.4); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #1080e4); + border-color: #1080e4; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #ededed); + border-color: rgba(81, 67, 67, 0.4); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(74, 74, 74, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #88c0f2; + border-top-color: rgba(74, 74, 74, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(74, 74, 74, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #70b3ef; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #2d6597; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #a5a5a5; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #4a4a4a; } + GtkTreeView.view.expander:selected { + color: #b7d9f7; } + GtkTreeView.view.expander:selected:hover { + color: #ffffff; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #ffffff; + border-radius: 3px; + background-image: linear-gradient(to bottom, #1080e4); } + GtkTreeView.view.progressbar:selected { + color: #1080e4; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #4a4a4a; + background-image: linear-gradient(to bottom, #cfcfcf); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #6e6e6e; + background-color: #ededed; } + column-header .button:hover { + color: #1080e4; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #4a4a4a; + transition: none; } +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #1080e4; + box-shadow: inset 1px 1px 0 1px #1080e4, inset -1px 0 0 1px #1080e4, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + +column-header .button, column-header .button:hover, column-header .button:active { + font-weight: bold; + padding: 3px 6px; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #d9d9d9; + /*border-image: linear-gradient(to bottom, + transparentize(if($variant == 'light', black, white), 1) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 80%, + transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ } + column-header .button:active, column-header .button:hover { + background-color: whitesmoke; } + column-header .button:active:hover { + color: #4a4a4a; } + column-header .button:insensitive { + border-color: #F0F0F0; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #d9d9d9; + color: rgba(81, 67, 67, 0.9); } + .menubar:backdrop { + color: rgba(81, 67, 67, 0.6); } + .menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + .menubar > .menuitem:hover { + background-color: #1080e4; + color: #ffffff; } + .menubar > .menuitem:insensitive { + color: rgba(81, 67, 67, 0.3); + border-color: transparent; } + +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #ffffff; + border: 1px solid #d9d9d9; } + .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + .menu .menuitem { + padding: 5px; } + .menu .menuitem:hover { + color: #4a4a4a; + background-color: rgba(0, 0, 0, 0.05); + border: solid rgba(0, 0, 0, 0.12); + border-width: 1px 0 1px 0; } + .menu .menuitem:insensitive { + color: rgba(74, 74, 74, 0.55); } + .menu .menuitem.separator { + color: rgba(255, 255, 255, 0); } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #ededed; } + .menu.button.bottom { + border-top: 1px solid #ededed; } + .menu.button:hover { + background-color: #ededed; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #cccccc; + border-radius: 3px; + background-clip: border-box; + background-color: #ffffff; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(255, 255, 255, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #ffffff; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #d9d9d9; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #F0F0F0; } + .notebook.header.frame { + border: 0px solid #d9d9d9; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #d9d9d9; } + .notebook.header.bottom { + box-shadow: inset 0 1px #d9d9d9; } + .notebook.header.right { + box-shadow: inset 1px 0 #d9d9d9; } + .notebook.header.left { + box-shadow: inset -1px 0 #d9d9d9; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #ffffff, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #ffffff, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #ffffff; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(74, 74, 74, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(74, 74, 74, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #4a4a4a; } + .notebook tab .button { + padding: 0; + color: #848484; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #1080e4; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(74, 74, 74, 0.55); } + .notebook.arrow:hover { + color: rgba(74, 74, 74, 0.775); } + .notebook.arrow:active { + color: #4a4a4a; } + .notebook.arrow:insensitive { + color: rgba(74, 74, 74, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: #7c7c7c; + border: 1px solid rgba(255, 255, 255, 0.6); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #fcfcfc; + border: 1px none #d9d9d9; } + .scrollbar .slider { + background-color: #aeaeae; } + .scrollbar .slider:hover { + background-color: #bebebe; } + .scrollbar .slider:prelight:active { + background-color: #1080e4; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #d9d9d9 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #fcfcfc; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough, +.primary-toolbar .toolbar GtkSwitch.trough, +.primary-toolbar .inline-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header.png"), url("assets/switch-header@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active, +.primary-toolbar .toolbar GtkSwitch.trough:active, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header.png"), url("assets/switch-active-header@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header.png"), url("assets/switch-insensitive-header@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header.png"), url("assets/switch-active-insensitive-header@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(74, 74, 74, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, whitesmoke); + border: 1px solid rgba(143, 143, 143, 0.5); + border-radius: 50%; + box-shadow: none; } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #f8f8f8); + border-color: rgba(143, 143, 143, 0.3); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #1080e4); + border-color: #1080e4; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #454545); + border-color: #1080e4; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #1080e4); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #0d65b4); + border-color: #0d65b4; } + .list-row:selected .scale.slider, GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #dbecfb); + border-color: #dbecfb; } + .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #88c0f2); + border-color: #88c0f2; } + .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #93c6f3); + border-color: #93c6f3; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #cfcfcf); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #1080e4); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(16, 128, 228, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(207, 207, 207, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #575757); + outline-color: rgba(195, 195, 195, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #1080e4); } + .list-row:selected .scale.trough, GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #93c6f3); } + .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(74, 74, 74, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #1080e4; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #1080e4; } + .list-row:selected .progressbar, GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #1080e4; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #cfcfcf; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } +.level-bar.fill-block { + border: 1px solid #1080e4; + background-color: #1080e4; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: rgba(74, 74, 74, 0.2); + border-color: rgba(74, 74, 74, 0.2); } + +.frame { + border: 1px solid #d9d9d9; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #ffffff; + border-color: #d9d9d9; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(0, 0, 0, 0.03); } +.list-row.activatable:active { + color: #4a4a4a; } +.list-row.activatable:selected:active { + color: #ffffff; } +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #0e73cd; } +.list-row.activatable:selected:insensitive { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(16, 128, 228, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #C3C3C3; + background-color: #454545; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #2c2c2c; } + .app-notification .button, + .app-notification.frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(16, 128, 228, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #1080e4; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: #979797; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #4a4a4a; + border: 1px solid #d9d9d9; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #1080e4; + color: #ffffff; + border-radius: 1.5px; } + GtkCalendar.header { + color: #4a4a4a; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(74, 74, 74, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #4a4a4a; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(74, 74, 74, 0.55); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #4a4a4a; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #d9d9d9; + border-bottom: 1px solid #c7c7c7; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +GtkFileChooserDialog .search-bar { + background-color: #F0F0F0; + border-color: #d9d9d9; + box-shadow: none; } +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #d9d9d9; } + +.sidebar, .sidebar .view { + border: none; + background-color: #F0F0F0; } + +GtkSidebarRow.list-row { + padding: 0px; } +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #1080e4; } +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #d7d7d7; } +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(74, 74, 74, 0.8); + border-width: 0; + border-style: solid; } +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #d9d9d9; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-repeat: no-repeat; + background-position: center; } + GtkPaned.wide.vertical .pane-separator { + color: #4a4a4a; + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-repeat: no-repeat; + background-position: center; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #1080e4; + color: #ffffff; } + +.warning, +.error { + background-color: #F04A50; } + +.list-row:selected .button, GtkInfoBar .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #1080e4; + outline-color: rgba(16, 128, 228, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(16, 128, 228, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } + +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } +GtkColorSwatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + GtkColorSwatch#add-color-button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #ffffff; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(16, 128, 228, 0.2)), to(rgba(16, 128, 228, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(16, 128, 228, 0.2)), to(rgba(16, 128, 228, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(16, 128, 228, 0.2)), to(rgba(16, 128, 228, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(16, 128, 228, 0.2)), to(rgba(16, 128, 228, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } +.undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } +.undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } +.undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +.window-frame { + border-radius: 4px 4px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 8px 0 rgba(0, 0, 0, 0.2); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 4px 4px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #d9d9d9; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding: 8px 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(217, 217, 217, 0); } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(81, 67, 67, 0.2); + background-color: #1080e4; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.close, + .titlebar .button.titlebutton.maximize, + .titlebar .button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png")); } + .header-bar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png")); } + .header-bar .button.titlebutton.close:hover, + .titlebar .button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } + .header-bar .button.titlebutton.close:active, + .titlebar .button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max.png"), url("assets/titlebutton-max@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop.png"), url("assets/titlebutton-max-backdrop@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover.png"), url("assets/titlebutton-max-hover@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active.png"), url("assets/titlebutton-max-active@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min.png"), url("assets/titlebutton-min@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop.png"), url("assets/titlebutton-min-backdrop@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover.png"), url("assets/titlebutton-min-hover@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active.png"), url("assets/titlebutton-min-active@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #1080e4; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #c7c7c7, inset 0 -1px #d9d9d9; } + +GtkHTML { + background-color: #ffffff; + color: #4a4a4a; } + GtkHTML:active { + color: #ffffff; + background-color: #1080e4; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalScreen { + -TerminalScreen-background-darkness: 0.9; + background-color: #3f3f3f; + color: #fff; } + +TerminalScreenContainer .scrollbar:not(.slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #848484; } + TerminalWindow .notebook tab .button:hover { + color: #4a4a4a; + border-color: #cfcfcf; + background-color: whitesmoke; } +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #1080e4; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #4a4a4a; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #9d9d9d; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #cfe6fa; } + +NautilusNotebook.notebook { + background-color: #ffffff; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #ffffff; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(74, 74, 74, 0.5); + border-color: rgba(49, 49, 49, 0.5); } + .disk-space-display.used { + background-color: rgba(16, 128, 228, 0.8); + border-color: rgba(13, 101, 180, 0.8); } + .disk-space-display.free { + background-color: #e8e8e8; + border-color: #cfcfcf; } + +NautilusListView .view { + border-bottom: 1px solid #d9d9d9; } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; + -NemoPlacesTreeView-disk-full-fg-color: #0d65b4; } + +NemoWindow EelEditableLabel.entry { + transition: none; } +NemoWindow .sidebar .frame { + border-width: 0; } +NemoWindow .sidebar .cell { + padding: 0 2px; } +NemoWindow .sidebar .scrollbar.vertical .trough { + background-color: transparent; } +NemoWindow .sidebar .scrollbar.vertical .slider { + background-color: #aeaeae; } + NemoWindow .sidebar .scrollbar.vertical .slider:hover { + background-color: #cfcfcf; } +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #d9d9d9; } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(255, 255, 255, 0.9); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(81, 67, 67, 0.2); + background-color: #1080e4; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(81, 67, 67, 0.5); } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(81, 67, 67, 0); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(81, 67, 67, 0); } + +.gedit-headerbar-paned { + color: #c7c7c7; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #ffffff; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #ffffff; + background-color: #1080e4; } + +.open-document-selector-name-label { + color: #4a4a4a; } + +.open-document-selector-path-label { + color: #a5a5a5; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } +.gedit-document-panel .prelight-row .button { + color: #848484; } +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #ffffff; } +.gedit-document-panel .prelight-row .button:active { + color: #4a4a4a; } + +.gedit-document-panel-dragged-row { + border: 1px solid #d9d9d9; + background-color: #d7d7d7; + color: #4a4a4a; } + +GeditStatusbar { + border-top: 1px solid #d9d9d9; + background-color: #F0F0F0; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #d9d9d9; } + +.gedit-search-entry-occurrences-tag { + color: rgba(74, 74, 74, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: whitesmoke; + padding: 6px; + border-color: #d9d9d9; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #4a4a4a; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: rgba(81, 67, 67, 0.9); + border-color: rgba(81, 67, 67, 0.2); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: rgba(81, 67, 67, 0.9); + border-color: #1080e4; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: rgba(81, 67, 67, 0.9); + border-color: #1080e4; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(81, 67, 67, 0.45); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #ffffff; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #F0F0F0; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #C3C3C3; + background-image: none; + background-color: #454545; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #ffffff; + color: #4a4a4a; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #ffffff; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #4a4a4a; } + +.xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(255, 255, 255, 0.9); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive { + color: rgba(81, 67, 67, 0.5); } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #1080e4; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(74, 74, 74, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #66b1f4; } + +.documents-entry-tag { + background-color: #1080e4; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #ffffff; + background-color: #1a8aef; } + .documents-entry-tag:active { + color: #ffffff; + background-color: #0f75d1; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(255, 255, 255, 0.7); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #1080e4; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #C3C3C3; + background-image: linear-gradient(to bottom, #393939); } + +.gnome-panel-menu-bar.menubar { + color: #C3C3C3; + font: bold; } + +.gnome-panel-menu-bar.menubar .menu { + font: regular; } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #C3C3C3; } + +PanelApplet .button:hover { + color: #dddddd; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #1080e4; } + +PanelApplet:hover { + color: #ffffff; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #1080e4; } + +WnckPager { + color: #626262; } + WnckPager:selected { + color: #1080e4; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #C3C3C3; + font: bold; } + +.xfce4-panel.panel { + background-color: #393939; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #C3C3C3; + background-color: rgba(57, 57, 57, 0); + border-radius: 0; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #535353; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #1080e4; + border: none; + background-color: #272727; } + +.floating-bar { + background-color: #1080e4; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #1080e4; + outline-color: transparent; } +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: rgba(81, 67, 67, 0.9); + border-color: rgba(81, 67, 67, 0.2); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: rgba(81, 67, 67, 0.9); + border-color: #1080e4; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(81, 67, 67, 0.45); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #1080e4; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(0, 0, 0, 0.04); + border: solid rgba(0, 0, 0, 0.08); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(74, 74, 74, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #4a4a4a; } + +.cs-header { + padding: 6px; + background-color: #ededed; } + +#panel_window { + background-color: #393939; + color: #C3C3C3; + font: bold; + box-shadow: inset 0 -1px #272727; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #C3C3C3; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(195, 195, 195, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #4a4a4a; } + +#content_frame { + padding-bottom: 14px; + background-color: #F0F0F0; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame .button { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + #content_frame .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + #content_frame .button:active, #content_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #1080e4; } + #content_frame .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #454545; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #454545; } + +#buttonbox_frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + #buttonbox_frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #1080e4; } + #buttonbox_frame .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +#login_window #user_combobox { + color: #4a4a4a; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #c7c7c7; } + +NemoWindow GtkEventBox { + background-color: #F0F0F0; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + -gtk-icon-style: regular; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #454545; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #1080e4; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #5f5f5f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #C3C3C3; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(195, 195, 195, 0.6); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(195, 195, 195, 0.15); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + color: transparent; } +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #454545; } +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #C3C3C3; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #1080e4; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #454545; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #C3C3C3; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(195, 195, 195, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #1080e4; + color: #ffffff; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #C3C3C3; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #454545; } + +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #454545; } + +NautilusWindow NautilusWindowSlot { + background-color: #ffffff; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #454545; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #F0F0F0; } +GtkFileChooserDialog .dialog-action-box { + background-color: #F0F0F0; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #C3C3C3; + border-color: transparent; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: #333333; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #C3C3C3; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #c7c7c7; } +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #d9d9d9; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #e1e1e1; } +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #d9d9d9; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #e1e1e1; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #454545; } +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #d9d9d9; } + +.gedit-bottom-panel-paned { + background-color: #ffffff; } + +.gedit-document-panel { + background-color: #454545; } + .maximized .gedit-document-panel { + background-color: #454545; } + .gedit-document-panel .list-row { + color: #C3C3C3; } + .gedit-document-panel .list-row { + background-color: rgba(195, 195, 195, 0); + border: solid rgba(195, 195, 195, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(195, 195, 195, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(195, 195, 195, 0.15); } + .gedit-document-panel .list-row:active { + color: #ffffff; + background-color: #1080e4; + border: solid #1080e4; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #ffffff; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #ffffff; + background-color: #1080e4; + border: solid #1080e4; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #C3C3C3; } + +GeditFileBrowserWidget { + background-color: #454545; } + .maximized GeditFileBrowserWidget { + background-color: #454545; } + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #333333; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #C3C3C3; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #1080e4; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #1080e4; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #C3C3C3; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.4)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #ffffff; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, #1080e4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e9e9e9; + border: 1px solid rgba(0, 0, 0, 0.3); } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(233, 233, 233, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f6f6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #1080e4; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #4a4a4a; +@define-color theme_text_color #4a4a4a; +@define-color theme_bg_color #F0F0F0; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #1080e4; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #4a4a4a; +@define-color text_color #4a4a4a; +@define-color bg_color #F0F0F0; +@define-color base_color #ffffff; +@define-color selected_bg_color #1080e4; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #f9f9f9; +@define-color insensitive_fg_color alpha(#4a4a4a, 0.5); +@define-color insensitive_base_color #ffffff; +@define-color theme_unfocused_fg_color #4a4a4a; +@define-color theme_unfocused_text_color #4a4a4a; +@define-color theme_unfocused_bg_color #F0F0F0; +@define-color theme_unfocused_base_color #ffffff; +@define-color borders #d9d9d9; +@define-color unfocused_borders #d9d9d9; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #ffffff; +@define-color wm_title alpha(#514343, 0.8); +@define-color wm_unfocused_title alpha(#514343, 0.5); +@define-color wm_bg #d9d9d9; +@define-color wm_bg_unfocused #e1e1e1; +@define-color wm_highlight #e1e1e1; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #f46067; +@define-color wm_button_close_hover_bg #f68086; +@define-color wm_button_close_active_bg #f13039; +@define-color wm_icon_close_bg #F8F8F9; +@define-color wm_button_hover_bg #fdfdfd; +@define-color wm_button_active_bg #1080e4; +@define-color wm_button_hover_border #D1D3DA; +@define-color wm_icon_bg #90949E; +@define-color wm_icon_unfocused_bg #B6B8C0; +@define-color wm_icon_hover_bg #7A7F8B; +@define-color wm_icon_active_bg #ffffff; diff --git a/themes/Mint-Y-Watusi/gtk-3.0/thumbnail.png b/themes/Mint-Y-Watusi/gtk-3.0/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..11a2f6ac738610bf27787374bc33d333cbeac000 GIT binary patch literal 1529 zcmZ8fX;4#F6n-K~L8(F=T#8~9nNdKNK`IQjqJTh1Sc5!}B_<#dNR&jjkr5(LAc%q@ z5*}DV6j0oeNWdcdk|>a{#0COX!jkQUyr<&=_Sybw@65gDoIB^c-~G-xd47arh6dXV z001!b@^lNpYznq_f43StW3`7wn9)7uigyKo$CuZAA+5pUon+4dJOHFw06<0-0DQu( zGUfr`oGkz>Mgf5H4FK4D25RdDE;!NI{dZ{7%nLWx8o7K=3+ z4T_@U;gN77>N;eh&3G9)}}7_+jRMT;Rvf?#ykL$MmY*>VwTzEH`_ zoK;SI{rVO8ps8&ytZOgg3aXm~RZDVlQ%(e_h_67=_=nS4)$76t3aWaIDEbOcfES*M zRfu+R=uTpAG&BOI;Jrzu{6z#sRYHhNJm0o}xwl%g<(gUK15BV6x6Lf62J%89ONOyB zpo-pXkW@AT%iB`|PF9Y=D5~tu0;zW;ODL*Am5L?VoJx9=$I_~%2W~TiqlyJe^i^`; zVp~!m^_~<&q)&R#sLTx~_GJ8WHt7{%wXok=22T zP!8mR;e~yeGDJ0YmxlA!!ebTW;ItR-v?zkWV~Fz2H4>QqcwG6d8a0VT3P%LjbzE7H z%ZM=-s`}=zmSUQuP5D&tcsPj?n{>JCd;}e1MVF+FStNqD517uA!91B(HU5+x5BmDx zd_mf!# zIr`qX=|>?R!308tt5G*GAb1to*!p^q`{R(qI@6|J2TV=w#l@bc%IA-~Nc*%l%7@cc zoa52mYqD;aUY0(A?c{_P@U5*H4mKpjD;3*KD-_$I@Dme~UtC&S($6n{S*@c9G2O)P z*=)ScWJhNFS@YiZS{RPqXwCX_=EgWTCAUjI&ucBzcNi+>T(2xDo2{t0T3#CImn)p9 zf@gNswtAXeJnHOXbzj#FH&sY}F>Ft8U=LXCbGla_cUr#a^y9X2&e>2?k@4u;wU0NK zb}6~(k|FVk;d8DY?JPa=*SV~`s}{ax{bJh$XBzus41fK_x9lCFq3J#Kx-1T3RN=&! z6U?1>v@uq*>-R49!Ob>cKiC+bs?0CZwUUK3rU^n3g?T>29i4ujvYd0N+>tJBPWW7y zRl!SAi`R92es6X#Wga%7x0`6Uhi4aEUSn?b{<&Gl4?R7;kjuGGd@*Cr=0pqgV?S}{ z%cSLQL0FS|BiZh`j+=phhNOmGw08~4_#DpJRQAQwkv(y=&Rpc9!g)#}lM5V6boHY| zGt+dtpJ$b+Q9MowlU+7$<`-|Xd+aFIZpz6TuDTQNu_0#D`eXp`ikn2&%ahpHB<*3k zhcGE5X0$UoF&Z;~y{(<2wXK7-okNhFqqF@1XFEqrTRUf4TZ +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Watusi/metacity-1/button-border.svg b/themes/Mint-Y-Watusi/metacity-1/button-border.svg new file mode 100644 index 0000000..a1ab948 --- /dev/null +++ b/themes/Mint-Y-Watusi/metacity-1/button-border.svg @@ -0,0 +1,107 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Watusi/metacity-1/close-icon.svg b/themes/Mint-Y-Watusi/metacity-1/close-icon.svg new file mode 100644 index 0000000..312fa9e --- /dev/null +++ b/themes/Mint-Y-Watusi/metacity-1/close-icon.svg @@ -0,0 +1,104 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Watusi/metacity-1/max-icon.svg b/themes/Mint-Y-Watusi/metacity-1/max-icon.svg new file mode 100644 index 0000000..6b80028 --- /dev/null +++ b/themes/Mint-Y-Watusi/metacity-1/max-icon.svg @@ -0,0 +1,75 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Watusi/metacity-1/metacity-theme-2.xml b/themes/Mint-Y-Watusi/metacity-1/metacity-theme-2.xml new file mode 100644 index 0000000..750a8eb --- /dev/null +++ b/themes/Mint-Y-Watusi/metacity-1/metacity-theme-2.xml @@ -0,0 +1,767 @@ + + + + Arc + horst3180 + horst3180 + 2015 + Arc Metacity theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</draw_ops> + +<draw_ops name="title_unfocused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused"/> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Watusi/metacity-1/metacity-theme-3.xml b/themes/Mint-Y-Watusi/metacity-1/metacity-theme-3.xml new file mode 100644 index 0000000..fd6437c --- /dev/null +++ b/themes/Mint-Y-Watusi/metacity-1/metacity-theme-3.xml @@ -0,0 +1,1040 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Arc</name> + <author>horst3180</author> + <copyright>horst3180</copyright> + <date>2015</date> + <description>Arc Metacity theme</description> +</info> + +<!-- meaningfull constants --> + +<constant name="C_title_focused" value="#787878" /> +<constant name="C_title_unfocused" value="#9d9d9d" /> + +<constant name="C_wm_bg_focused" value="#d9d9d9" /> +<constant name="C_wm_bg_unfocused" value="#d9d9d9" /> + +<constant name="C_wm_border" value="#d0d0d0" /> + +<constant name="C_wm_highlight" value="#eeeeee" /> + +<!-- window button colors --> + +<!-- close --> +<constant name="C_button_close_bg_focused" value="gtk:custom(selected_bg_color,#1080e4)" /> +<constant name="C_button_close_bg_hover" value="shade/gtk:custom(selected_bg_color,#1080e4)/1.14" /> +<constant name="C_button_close_bg_active" value="shade/gtk:custom(selected_bg_color,#1080e4)/0.8" /> + +<constant name="C_icon_close_bg" value="#F8F8F8" /> + +<!-- minimize, maximize --> +<constant name="C_button_bg_hover" value="#fdfdfd" /> +<constant name="C_button_bg_active" value="#909090" /> + +<constant name="C_button_border_hover" value="#D1D1D1" /> + +<constant name="C_icon_bg_focused" value="#909090" /> +<constant name="C_icon_bg_unfocused" value="#B6B6B6" /> +<constant name="C_icon_bg_hover" value="#7A7A7A" /> +<constant name="C_icon_bg_active" value="#ffffff" /> + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="10" right="10" top="3" bottom="3"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="button_width" value="30"/> + <distance name="button_height" value="16"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="title_vertical_pad" value="2"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="left_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="1" rounded_top_right="1"> + <distance name="title_vertical_pad" value="7"/> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> + <border name="title_border" left="10" right="10" top="0" bottom="1"/> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> +</frame_geometry> + +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="title_vertical_pad" value="1" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<!--chromium save dialog--> +<frame_geometry name="attached" title_scale="small" has_title="false" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" rounded_bottom_left="0" rounded_bottom_right="0" parent="normal"> + <distance name="title_vertical_pad" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> +</frame_geometry> + +<!-- drawing operations --> + + <!-- title --> + +<draw_ops name="title_focused"> + + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_focused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_unfocused" /> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_tiled_right"> + <line x1="0" y1="0" x2="0" y2="height" color="C_wm_border" /> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + +<draw_ops name="border_tiled_left"> + <line x1="width-1" y1="0" x2="width-1" y2="height" color="C_wm_border" /> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + +<draw_ops name="border_max"> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_tiled_left" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_tiled_left" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_tiled_right" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_tiled_right" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="borderless"/> + <frame focus="no" state="maximized" style="borderless"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="attached_style_set"> + <frame focus="yes" state="normal" resize="both" style="attached_focused"/> + <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> +<window version=">= 3.2" type="attached" style_set="attached_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Watusi/metacity-1/min-icon.svg b/themes/Mint-Y-Watusi/metacity-1/min-icon.svg new file mode 100644 index 0000000..92920b5 --- /dev/null +++ b/themes/Mint-Y-Watusi/metacity-1/min-icon.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="min-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#e2e2e2" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="22.627417" + inkscape:cx="6.164106" + inkscape:cy="8.4082271" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-min" + inkscape:label="#g6247" + transform="translate(-587,185.63782)"><g + id="g7138" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"><g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-75"><g + id="g4092-0-7-0" + style="display:inline" + transform="translate(58,0)" /></g><path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-3" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /></g><rect + y="-185.63782" + x="587" + height="16" + width="16" + id="rect17883-32" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file diff --git a/themes/Mint-Y-Watusi/metacity-1/thumbnail.png b/themes/Mint-Y-Watusi/metacity-1/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..54ef44a185a741165d514b8703bb57c4acbb2bd3 GIT binary patch literal 695 zcmeAS@N?(olHy`uVBq!ia0vp^DL|~i!3-oXf7O)%QY`6?zK#qG8~eHcB(j1elRbib z85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP-0PlPl)Tgcke!Y_;CC7 z?VC4m-o1PG^0kXQPpn+FuW!!IhGqNvcAi{y^xW>byBcThs5yFm_pBYY3-+`u*wZ|3 zSL2mymu}p+v0}xF2@@vFpFjWG_pg`lpP0R~_R_s$-@kufwy*c(ja@%}{J8qy)YS(k z&)nL#Y}vBw*RQW!xpMB#hSN9qp1plw_RhMi4^Q2AbZ*Yhx-0ijTzPPE?%cT_KEFGD zef!Q6tLE)$TE4&k|Ns9wm0J~ou4PQ}c6Twox9w&&ki%Z$>Fdh=fQ64=ROY$*-0eW2 zx1KJJAs)xyUb)HFWFWvAuqDV*L(BW_O6_;M|NqbB>%HjFHET+iPt|-iA0u_y1#Js$ zmTqdiviuV-OXidEj?UH7Qm^|=?RYFCcRje>qO{1{cCkqNjDkKlFB8s>%$6!W8o8ZP z63@0<-_2Xk&pOS?X<dgE^9<R|4?B7nZn&>7Mg9B?pFj)YvdJZ(#mB_{-1SzRqP-~W zSEg=w&sy_<A4adaG<y@07lnzY<wweFzRUi)YOZa#%gTdq4o{r$n6YcJ$Rzp8s^8}@ zyK;PzvtRuAj^?MRkAH4k8o6y0PifHiEV5+1`TT$R)od4Ksf!#=;klQMx_;#!n*{W@ zYKdz^NlIc#s#S7PDv)9@GB7mLH89aNGzl>@vobQYGBndRFtjo-(En=q2Sr0}eoAIq zCAtO!D`RtrhER)lprDlm*$|wcR#Ki=l**8vm!F%eTMV=;HLo}$zvMmhemkHd22WQ% Jmvv4FO#pW`Hy8i_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Watusi/xfce-notify-4.0/gtkrc b/themes/Mint-Y-Watusi/xfce-notify-4.0/gtkrc new file mode 100644 index 0000000..aa8a02c --- /dev/null +++ b/themes/Mint-Y-Watusi/xfce-notify-4.0/gtkrc @@ -0,0 +1,72 @@ +style "notify-window" { + XfceNotifyWindow::summary-bold = 1 + XfceNotifyWindow::border-color = "#17191F" + XfceNotifyWindow::border-color-hover = "#17191F" + XfceNotifyWindow::border-radius = 3.0 + XfceNotifyWindow::border-width = 1.0 + XfceNotifyWindow::border-width-hover = 1.0 + + bg[NORMAL] = "#292C36" +} + +style "notify-button" { + bg[NORMAL] = "#434652" + bg[PRELIGHT] = "#5C6070" + bg[ACTIVE] = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#ffffff" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + roundness = 2 + textstyle = 0 + } +} + +style "notify-text" { + GtkWidget::link-color = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#BAC3CF" + + engine "murrine" { + textstyle = 0 + } +} + +style "notify-summary" { + font_name = "Bold" +} + +style "notify-progressbar" { + GtkProgressBar::min-horizontal-bar-height = 4 + + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = "#000000" + bg[NORMAL] = "#5294E2" + bg[ACTIVE] = "#1D1F26" + bg[SELECTED] = "#5294E2" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + trough_shades = { 1.0, 1.0 } + trough_border_shades = { 1.0, 1.0 } + progressbarstyle = 0 + roundness = 2 + textstyle = 0 + } +} + +class "XfceNotifyWindow" style "notify-window" +widget "XfceNotifyWindow.*.summary" style "notify-summary" +widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button" +widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text" +widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar" +widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar" diff --git a/themes/Mint-Y-Watusi/xfwm4/bottom-active.xpm b/themes/Mint-Y-Watusi/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..1191a44 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/bottom-active.xpm @@ -0,0 +1,9 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"1 3 3 1", +" c None", +". c #D9D9D9", +"+ c #BFBFBF", +".", +".", +"+"}; diff --git a/themes/Mint-Y-Watusi/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Watusi/xfwm4/bottom-inactive.xpm new file mode 120000 index 0000000..9f10639 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Watusi/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Watusi/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..727a097 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/bottom-left-active.xpm @@ -0,0 +1,9 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"3 3 3 1", +" c None", +". c #BFBFBF", +"+ c #D9D9D9", +".++", +".++", +"..."}; diff --git a/themes/Mint-Y-Watusi/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Watusi/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 0000000..d70de34 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Watusi/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Watusi/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..0d6f9b5 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/bottom-right-active.xpm @@ -0,0 +1,9 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"3 3 3 1", +" c None", +". c #D9D9D9", +"+ c #BFBFBF", +"..+", +"..+", +"+++"}; diff --git a/themes/Mint-Y-Watusi/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Watusi/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 0000000..d234cea --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Watusi/xfwm4/close-active.xpm b/themes/Mint-Y-Watusi/xfwm4/close-active.xpm new file mode 100644 index 0000000..f534cbf --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/close-active.xpm @@ -0,0 +1,60 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 30 1 ", +" c #9AB87C", +". c #9AB87D", +"X c #9CB97E", +"o c #9CB980", +"O c #9EBA82", +"+ c #A0BC83", +"@ c #A6BF8E", +"# c #A7BF8F", +"$ c #B9C8A9", +"% c #B9C9AA", +"& c #C4CEBA", +"* c #C5CEBB", +"= c #C9D9B9", +"- c #CCDBBD", +"; c #CFDDC1", +": c #D0DEC3", +"> c #D3D6D1", +", c #D4D6D1", +"< c #D4D6D2", +"1 c gray85", +"2 c #D5E1C9", +"3 c #D7E3CC", +"4 c #D8E3CC", +"5 c #D8E4CD", +"6 c #DCE6D2", +"7 c #EEEEEE", +"8 c #F4F7F2", +"9 c #FBFCFA", +"0 c gray99", +"q c #FDFDFD", +/* pixels */ +"777777777777777777777777", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"11111111,%@Xo@%>11111111", +"1111111&X. .o&1111111", +"111111&... ..X*111111", +"11111,X .+ o X,11111", +"11111%. .93XX30 $11111", +"11111@ -q540: . #11111", +"11111X -qq: .Xo11111", +"11111o. X4qq6X X11111", +"11111@.. 4q--q3 #11111", +"11111% 8= =8 . $11111", +"11111,X .+,11111", +"111111&X. .. &111111", +"1111111&+. XX&1111111", +"11111111,%#oX@%,11111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/close-inactive.xpm b/themes/Mint-Y-Watusi/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..5b4918b --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/close-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *close_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c gray71", +". c gray72", +"X c gray74", +"o c gray78", +"O c #CDCDCD", +"+ c gray82", +"@ c gray84", +"# c gray85", +"$ c #E9E9E9", +"% c #EEEEEE", +/* pixels */ +"%%%%%%%%%%%%%%%%%%%%%%%%", +"########################", +"########################", +"########################", +"########################", +"########@oX Xo@########", +"#######O. O#######", +"######O O######", +"#####@ . . @#####", +"#####o %# #% o#####", +"#####X +%##%+ X#####", +"##### +%%@ #####", +"#####. #%%# .#####", +"#####X #%++%# X#####", +"#####o $+ +$ o#####", +"#####@ .@#####", +"######O O######", +"#######+ O#######", +"########@oX Xo#########", +"########################", +"########################", +"########################", +"########################", +"########################" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/close-prelight.xpm b/themes/Mint-Y-Watusi/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..ad68f60 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/close-prelight.xpm @@ -0,0 +1,58 @@ +/* XPM */ +static char *close_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 28 1 ", +" c #9ABC78", +". c #9ABC79", +"X c #9BBD79", +"o c #9CBD7A", +"O c #9CBD7C", +"+ c #9EBE7E", +"@ c #A0C07F", +"# c #A6C28B", +"$ c #A7C28B", +"% c #B9CAA7", +"& c #B9CBA8", +"* c #C5CFBA", +"= c #C9DBB7", +"- c #C4D0B9", +"; c #CCDDBB", +": c #CEDEBE", +"> c #D3D6D0", +", c #D4D6D1", +"< c gray85", +"1 c #D0E0C1", +"2 c #D5E3C7", +"3 c #D6E4C9", +"4 c #D8E5CB", +"5 c #D8E5CC", +"6 c #EEEEEE", +"7 c #F4F7F1", +"8 c #FBFCFA", +"9 c #FDFDFD", +/* pixels */ +"666666666666666666666666", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<,%#oO#&><<<<<<<<", +"<<<<<<<-o. .O*<<<<<<<", +"<<<<<<-... ..o*<<<<<<", +"<<<<<,o @ @ O,<<<<<", +"<<<<<&o .83o.28 &<<<<<", +"<<<<<# ;94491 . $<<<<<", +"<<<<<o :991 ..O<<<<<", +"<<<<<O. .o4894Oo O<<<<<", +"<<<<<#. 49;;94. $<<<<<", +"<<<<<& 7= =7. &<<<<<", +"<<<<<,o oO,<<<<<", +"<<<<<<* . *<<<<<<", +"<<<<<<<*Oo oO*<<<<<<<", +"<<<<<<<<,&$oo$&,<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/close-pressed.xpm b/themes/Mint-Y-Watusi/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..99b07f2 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/close-pressed.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char *close_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 32 1 ", +" c #7BA056", +". c #7CA057", +"X c #7FA25B", +"o c #7FA25C", +"O c #80A35D", +"+ c #82A55F", +"@ c #83A660", +"# c #8CAB6E", +"$ c #8DAB6F", +"% c #8EAC70", +"& c #A9BC96", +"* c #A9BC97", +"= c #B9CCA5", +"- c #BAC6AE", +"; c #BBC7AE", +": c #BBC6AF", +"> c #BDCFAA", +", c #BFD1AE", +"< c #C1D2B0", +"1 c #C2D3B2", +"2 c #C8D7B9", +"3 c #CAD9BC", +"4 c #CCDABE", +"5 c #D1DEC5", +"6 c #D1D4CD", +"7 c #D2D5CF", +"8 c gray85", +"9 c #EEEEEE", +"0 c #F2F5EE", +"q c #FAFBFA", +"w c gray99", +"e c #FDFDFD", +/* pixels */ +"999999999999999999999999", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888886&$XX$&688888888", +"8888888-O O-8888888", +"888888-. o-888888", +"888886+ @ + o688888", +"88888& q3..2e &88888", +"88888# >e43e< %88888", +"88888X ,ee< o88888", +"88888X O3we5X X88888", +"88888$ 2e,<w2 %88888", +"88888& 0= =0 *88888", +"888886+ +788888", +"888888- .-888888", +"8888888-+. @:8888888", +"888888886&$XX$&688888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/hide-active.xpm b/themes/Mint-Y-Watusi/xfwm4/hide-active.xpm new file mode 100644 index 0000000..9a3913c --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/hide-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #808080", +". c gray85", +"X c #EEEEEE", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"......... .........", +"......... .........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/hide-inactive.xpm b/themes/Mint-Y-Watusi/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..8f9fee5 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/hide-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #B6B6B6", +". c gray85", +"X c #EEEEEE", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"......... .........", +"......... .........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/hide-prelight.xpm b/themes/Mint-Y-Watusi/xfwm4/hide-prelight.xpm new file mode 100644 index 0000000..520c42f --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/hide-prelight.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *hide_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c gray48", +". c LightGray", +"X c gray84", +"o c gray85", +"O c #DFDFDF", +"+ c gray89", +"@ c #E4E4E4", +"# c #EEEEEE", +"$ c #F3F3F3", +"% c gray96", +"& c #FBFBFB", +"* c #FDFDFD", +/* pixels */ +"########################", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooOo..oOooooooooo", +"oooooooOX+$&&$@XOooooooo", +"ooooooOX%******$XOoooooo", +"ooooooX%********%Xoooooo", +"oooooO+**********+Oooooo", +"oooooX$**********$oooooo", +"oooooX&** **&.ooooo", +"ooooo.&** **&.ooooo", +"oooooo$**********$Xooooo", +"oooooO+**********+Oooooo", +"ooooooX%********$Xoooooo", +"ooooooOX$******$XOoooooo", +"oooooooOX@$&&$+XOooooooo", +"oooooooooOX..oOooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/hide-pressed.xpm b/themes/Mint-Y-Watusi/xfwm4/hide-pressed.xpm new file mode 100644 index 0000000..8d7bd13 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/hide-pressed.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char *hide_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 9 1 ", +" c #808080", +". c #848484", +"X c #9A9A9A", +"o c #AEAEAE", +"O c #CDCDCD", +"+ c #CECECE", +"@ c gray85", +"# c #EEEEEE", +"$ c white", +/* pixels */ +"########################", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@OX. .XO@@@@@@@@", +"@@@@@@@o o@@@@@@@", +"@@@@@@o o@@@@@@", +"@@@@@O O@@@@@", +"@@@@@X X@@@@@", +"@@@@@. .@@@@@", +"@@@@@ $$$$$$ @@@@@", +"@@@@@ $$$$$$ @@@@@", +"@@@@@. .@@@@@", +"@@@@@X X@@@@@", +"@@@@@O O@@@@@", +"@@@@@@o o@@@@@@", +"@@@@@@@o o@@@@@@@", +"@@@@@@@@OX. .XO@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/left-active.xpm b/themes/Mint-Y-Watusi/xfwm4/left-active.xpm new file mode 100644 index 0000000..f42db54 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/left-active.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 1 3 1", +" c None", +". c #BFBFBF", +"+ c #D9D9D9", +".++"}; diff --git a/themes/Mint-Y-Watusi/xfwm4/left-inactive.xpm b/themes/Mint-Y-Watusi/xfwm4/left-inactive.xpm new file mode 120000 index 0000000..ebcf490 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Watusi/xfwm4/maximize-active.xpm b/themes/Mint-Y-Watusi/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..de718db --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/maximize-active.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char *maximize_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 7 1 ", +" c #909090", +". c #9F9F9F", +"X c gray65", +"o c #A9A9A9", +"O c #D7D7D7", +"+ c gray85", +"@ c #EEEEEE", +/* pixels */ +"@@@@@@@@@@@@@@@@@@@@@@@@", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"+++++++++++X .+++++++++", +"+++++++++O++o +++++++++", +"+++++++++XO+Oo +++++++++", +"++++++++O X++Oo+++++++++", +"+++++++++ X++++++++++++", +"+++++++++. oO++++++++++", +"+++++++++O++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/maximize-inactive.xpm b/themes/Mint-Y-Watusi/xfwm4/maximize-inactive.xpm new file mode 100644 index 0000000..8dcab42 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/maximize-inactive.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char *maximize_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 7 1 ", +" c #B6B6B6", +". c #BCBCBC", +"X c gray74", +"o c gray76", +"O c #D8D8D8", +"+ c gray85", +"@ c #EEEEEE", +/* pixels */ +"@@@@@@@@@@@@@@@@@@@@@@@@", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"+++++++++++o X+++++++++", +"++++++++++++o +++++++++", +"+++++++++X+++o +++++++++", +"+++++++++ XO+Oo+++++++++", +"++++++++O o++++++++++++", +"+++++++++. o+++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/maximize-prelight.xpm b/themes/Mint-Y-Watusi/xfwm4/maximize-prelight.xpm new file mode 100644 index 0000000..998685b --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/maximize-prelight.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *maximize_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c gray48", +". c #939393", +"X c gray58", +"o c #A0A0A0", +"O c #A4A4A4", +"+ c #A7A7A7", +"@ c LightGray", +"# c gray84", +"$ c gray85", +"% c gray87", +"& c #E2E2E2", +"* c #E4E4E4", +"= c #EEEEEE", +"- c #F3F3F3", +"; c gray96", +": c #FBFBFB", +"> c #FDFDFD", +/* pixels */ +"========================", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$%&$@@$&%$$$$$$$$", +"$$$$$$$*#&-::-*#*$$$$$$$", +"$$$$$$*#;>>>>>>-#*$$$$$$", +"$$$$$%#;>>>>>>>>;#%$$$$$", +"$$$$$&&>>>:o X>>&&$$$$$", +"$$$$$$->>:>:+ >>-$$$$$$", +"$$$$$@:>>o:::+ >>:@$$$$$", +"$$$$$@:>> o>>:o>>:@$$$$$", +"$$$$$$->> +:>>>>-$$$$$$", +"$$$$$&*>>. X>>>>&&$$$$$", +"$$$$$%#->>>>>>>>;#%$$$$$", +"$$$$$$&#->>>>>>;#&$$$$$$", +"$$$$$$$*#&-::-&#*$$$$$$$", +"$$$$$$$$%&$#@$&%$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/maximize-pressed.xpm b/themes/Mint-Y-Watusi/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..b076be7 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/maximize-pressed.xpm @@ -0,0 +1,43 @@ +/* XPM */ +static char *maximize_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 13 1 ", +" c #808080", +". c #848484", +"X c #9A9A9A", +"o c #AEAEAE", +"O c #CDCDCD", +"+ c LightGray", +"@ c gray84", +"# c gray85", +"$ c #DADADA", +"% c #E6E6E6", +"& c gray91", +"* c #EEEEEE", +"= c white", +/* pixels */ +"************************", +"########################", +"########################", +"########################", +"########################", +"########OX. .XO########", +"#######o o#######", +"######o o######", +"#####O O#####", +"#####X @==% X#####", +"#####. . @== .#####", +"##### #. += #####", +"##### =# @ #####", +"#####. ==@ .#####", +"#####X &==@. X#####", +"#####O O#####", +"######o o######", +"#######o o#######", +"########OX. .X+########", +"########################", +"########################", +"########################", +"########################", +"########################" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/menu-active.xpm b/themes/Mint-Y-Watusi/xfwm4/menu-active.xpm new file mode 100644 index 0000000..2400a36 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/menu-active.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char *menu_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 11 1 ", +" c #909090", +". c #979797", +"X c #9D9D9D", +"o c gray63", +"O c gray66", +"+ c #B9B9B9", +"@ c #BCBCBC", +"# c #CDCDCD", +"$ c #D7D7D7", +"% c gray85", +"& c #EEEEEE", +/* pixels */ +"&&&&&&&&&&&&&&&&&&&&&&&&", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%@.@%%@.+%%%%%%%%", +"%%%%%%%%+ OO +%%%%%%%%", +"%%%%%%%%%@. .@%%%%%%%%%", +"%%%%%%%%%%#oX#%%%%%%%%%%", +"%%%%%%%%%%%$%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Watusi/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..f38b6e2 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/menu-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #B6B6B6", +". c gray72", +"X c #BCBCBC", +"o c gray76", +"O c #CBCBCB", +"+ c #CDCDCD", +"@ c LightGray", +"# c #D5D5D5", +"$ c gray85", +"% c #EEEEEE", +/* pixels */ +"%%%%%%%%%%%%%%%%%%%%%%%%", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$O.O$$O.O$$$$$$$$", +"$$$$$$$$O oo O$$$$$$$$", +"$$$$$$$$$+.. +$$$$$$$$$", +"$$$$$$$$$$#XX@$$$$$$$$$$", +"$$$$$$$$$$$#$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Watusi/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..1951c18 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/menu-pressed.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char *menu_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 18 1 ", +" c #909090", +". c gray58", +"X c gray62", +"o c gray64", +"O c gray65", +"+ c #B6B6B6", +"@ c #B9B9B9", +"# c gray75", +"$ c #C0C0C0", +"% c gray81", +"& c #D0D0D0", +"* c #D7D7D7", +"= c gray85", +"- c #E6E6E6", +"; c #EEEEEE", +": c #F4F4F4", +"> c #F9F9F9", +", c white", +/* pixels */ +";;;;;;;;;;;;;;;;;;;;;;;;", +"========================", +"========================", +"========================", +"========================", +"========&O. O&========", +"=======+ +=======", +"======+ @======", +"=====& &=====", +"=====O O=====", +"=====. #:# @:# .=====", +"===== $,,=*,,$ =====", +"===== @>,,>@ =====", +"=====. X-;o =====", +"=====O . O=====", +"=====% &=====", +"======+ +======", +"=======+ +=======", +"========&O. .O&========", +"========================", +"========================", +"========================", +"========================", +"========================" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/right-active.xpm b/themes/Mint-Y-Watusi/xfwm4/right-active.xpm new file mode 100644 index 0000000..bbfecc2 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/right-active.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 1 3 1", +" c None", +". c #D9D9D9", +"+ c #BFBFBF", +"..+"}; diff --git a/themes/Mint-Y-Watusi/xfwm4/right-inactive.xpm b/themes/Mint-Y-Watusi/xfwm4/right-inactive.xpm new file mode 120000 index 0000000..6734f48 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Watusi/xfwm4/shade-active.xpm b/themes/Mint-Y-Watusi/xfwm4/shade-active.xpm new file mode 100644 index 0000000..798916e --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/shade-active.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char *shade_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 16 1 ", +" c #909090", +". c gray57", +"X c #989898", +"o c gray63", +"O c #A4A4A4", +"+ c #A9A9A9", +"@ c #B2B2B2", +"# c gray71", +"$ c gray", +"% c #C0C0C0", +"& c gray78", +"* c #C8C8C8", +"= c #D2D2D2", +"- c gray83", +"; c gray85", +": c #EEEEEE", +/* pixels */ +"::::::::::::::::::::::::", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;=+O=;;;;;;;;;;", +";;;;;;;;;*X .X*;;;;;;;;;", +";;;;;;;;%.. ...$;;;;;;;;", +";;;;;;;;#.@. #.@;;;;;;;;", +";;;;;;;;;=;. ;=;;;;;;;;;", +";;;;;;;;;;;. ;;;;;;;;;;;", +";;;;;;;;;;;..;;;;;;;;;;;", +";;;;;;;;;;;oo;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Watusi/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..7724327 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/shade-inactive.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #B6B6B6", +". c #B7B7B7", +"X c gray73", +"o c gray", +"O c #C0C0C0", +"+ c gray78", +"@ c gray80", +"# c #CDCDCD", +"$ c gray82", +"% c #D5D5D5", +"& c gray85", +"* c #EEEEEE", +/* pixels */ +"************************", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&%oO%&&&&&&&&&&", +"&&&&&&&&&$X.XX#&&&&&&&&&", +"&&&&&&&&#.....X@&&&&&&&&", +"&&&&&&&&+.+..+.+&&&&&&&&", +"&&&&&&&&&%&..&%&&&&&&&&&", +"&&&&&&&&&&&..$&&&&&&&&&&", +"&&&&&&&&&&&..&&&&&&&&&&&", +"&&&&&&&&&&&oo&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Watusi/xfwm4/shade-prelight.xpm new file mode 100644 index 0000000..96eb5a1 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/shade-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c gray48", +". c #7C7C7C", +"X c #898989", +"o c gray60", +"O c gray62", +"+ c gray65", +"@ c #BBBBBB", +"# c gray74", +"$ c #CDCDCD", +"% c LightGray", +"& c gray84", +"* c gray85", +"= c #DFDFDF", +"- c gray89", +"; c #E4E4E4", +": c #EEEEEE", +"> c #F3F3F3", +", c gray96", +"< c #FBFBFB", +"1 c #FDFDFD", +/* pixels */ +"::::::::::::::::::::::::", +"************************", +"************************", +"************************", +"************************", +"*********=&%%*=*********", +"*******=&;><<>;&=*******", +"******=&,111111>&=******", +"******&,11,+O><1,&******", +"*****=-11=X X*11-=*****", +"*****&>1%. .$1>******", +"*****&<1@ @ #.@1<%*****", +"*****%<1<<1 1,11<%*****", +"******>1111 1111>&*****", +"*****=;1111 1111-=*****", +"******&>111oo111>&******", +"******=&>111111>&=******", +"*******=&;><<>-&=*******", +"*********=&%%*=*********", +"************************", +"************************", +"************************", +"************************", +"************************" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Watusi/xfwm4/shade-toggled-active.xpm new file mode 100644 index 0000000..b0c23b5 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *shade_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #909090", +". c #989898", +"X c #A0A0A0", +"o c gray65", +"O c #A9A9A9", +"+ c #B2B2B2", +"@ c gray71", +"# c gray", +"$ c #C0C0C0", +"% c #C8C8C8", +"& c gray83", +"* c gray84", +"= c gray85", +"- c #EEEEEE", +/* pixels */ +"------------------------", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================", +"===========XX===========", +"=========== ===========", +"=========== ===========", +"=========*= =*=========", +"========@ + @ @========", +"========# #========", +"=========%. .%=========", +"==========*Oo*==========", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Watusi/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 0000000..129b31b --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *shade_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #B6B6B6", +". c gray73", +"X c gray", +"o c #C0C0C0", +"O c gray78", +"+ c gray80", +"@ c gray82", +"# c #D7D7D7", +"$ c gray85", +"% c #EEEEEE", +/* pixels */ +"%%%%%%%%%%%%%%%%%%%%%%%%", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$XX$$$$$$$$$$$", +"$$$$$$$$$$$ $$$$$$$$$$$", +"$$$$$$$$$$$ $$$$$$$$$$$", +"$$$$$$$$$$$ $#$$$$$$$$$", +"$$$$$$$$O O O O$$$$$$$$", +"$$$$$$$$+ +$$$$$$$$", +"$$$$$$$$$@. .@$$$$$$$$$", +"$$$$$$$$$$$oo#$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Watusi/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 0000000..21aa1ef --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c gray48", +". c #7C7C7C", +"X c #898989", +"o c gray60", +"O c #A2A2A2", +"+ c gray65", +"@ c gray73", +"# c gray74", +"$ c #CDCDCD", +"% c LightGray", +"& c gray84", +"* c gray85", +"= c #DFDFDF", +"- c gray89", +"; c #E4E4E4", +": c #EEEEEE", +"> c #F3F3F3", +", c gray96", +"< c #FBFBFB", +"1 c #FDFDFD", +/* pixels */ +"::::::::::::::::::::::::", +"************************", +"************************", +"************************", +"************************", +"*********=*%%*=*********", +"*******=&-><<>;&=*******", +"******=&,111111>&=******", +"******&,111oo111,&******", +"*****=-1111 1111-=*****", +"*****&>1111 1111>&*****", +"*****&<11,1 <<11<%*****", +"*****%<1#.@ @.@1<%*****", +"******>1% .$1>******", +"*****=-1<=X X=<1-=*****", +"******&>11,+O>11,&******", +"******=&>111111,&=******", +"*******=&;><<>;&=*******", +"*********=&%%&=*&*******", +"************************", +"************************", +"************************", +"************************", +"************************" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/stick-active.xpm b/themes/Mint-Y-Watusi/xfwm4/stick-active.xpm new file mode 100644 index 0000000..d051f7a --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/stick-active.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *stick_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #939393", +". c gray59", +"X c #989898", +"o c gray62", +"O c #AFAFAF", +"+ c gray70", +"@ c #B4B4B4", +"# c #C1C1C1", +"$ c #C8C8C8", +"% c #CBCBCB", +"& c gray80", +"* c #D2D2D2", +"= c #D5D5D5", +"- c gray85", +"; c #EEEEEE", +/* pixels */ +";;;;;;;;;;;;;;;;;;;;;;;;", +"------------------------", +"------------------------", +"------------------------", +"------------------------", +"--------*+o o@*--------", +"-------#.O%==%O.#-------", +"------#X&------%X#------", +"-----*.&--------%.*-----", +"-----++----------O+-----", +"-----o%----------%o-----", +"----= =----------= -----", +"-----.=----------= -----", +"-----o%=---------%o-----", +"-----@O----------O@-----", +"-----*.%--------&.*-----", +"------#X%------%X#------", +"-------#.O%=*%O.#-------", +"--------*+o. o@=--------", +"------------------------", +"------------------------", +"------------------------", +"------------------------", +"------------------------" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Watusi/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..4031c8d --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/stick-inactive.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char *stick_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 9 1 ", +" c #B7B7B7", +". c gray73", +"X c gray74", +"o c gray78", +"O c #CECECE", +"+ c gray82", +"@ c gray84", +"# c gray85", +"$ c #EEEEEE", +/* pixels */ +"$$$$$$$$$$$$$$$$$$$$$$$$", +"########################", +"########################", +"########################", +"########################", +"########@oX Xo@########", +"#######O.o+#@+o.O#######", +"######O.+@#####+.O######", +"#####@.+########+.@#####", +"#####oo##########oo#####", +"#####.+##########+X#####", +"#####.###########@ #####", +"##### ###########@.#####", +"#####X+##########+X#####", +"#####oo##########oo#####", +"#####@.+########+.@#####", +"######O.+#####@+.O######", +"#######O o+@#+o.O#######", +"########@oX Xo@########", +"########################", +"########################", +"########################", +"########################", +"########################" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Watusi/xfwm4/stick-prelight.xpm new file mode 100644 index 0000000..52a81d0 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/stick-prelight.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char *stick_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 11 1 ", +" c gray70", +". c #B4B4B4", +"X c #B9B9B9", +"o c #C3C3C3", +"O c LightGray", +"+ c gray85", +"@ c gray87", +"# c gray88", +"$ c #EEEEEE", +"% c gray96", +"& c #FDFDFD", +/* pixels */ +"$$$$$$$$$$$$$$$$$$$$$$$$", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++OX . XO++++++++", +"+++++++o.X@%%+X o+++++++", +"++++++o #&&&&&&@.o++++++", +"+++++O.#&&&&&&&&@.O+++++", +"+++++XX&&&&&&&&&&XX+++++", +"+++++ +&&&&&&&&&&+ +++++", +"+++++.%&&&&&&&&&&%.+++++", +"+++++.%&&&&&&&&&&%.+++++", +"+++++ @&&&&&&&&&&+ +++++", +"+++++XX&&&&&&&&&&XX+++++", +"+++++O.@&&&&&&&&@.O+++++", +"++++++o.@&&&&&&@.o++++++", +"+++++++o X+%%+X.o+++++++", +"++++++++OX ...XO++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Watusi/xfwm4/stick-toggled-active.xpm new file mode 100644 index 0000000..6e61192 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char *stick_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 18 1 ", +" c #909090", +". c #939393", +"X c gray59", +"o c #989898", +"O c gray62", +"+ c #A7A7A7", +"@ c gray66", +"# c #AFAFAF", +"$ c gray70", +"% c #B4B4B4", +"& c #C1C1C1", +"* c #C8C8C8", +"= c #CBCBCB", +"- c gray80", +"; c #D2D2D2", +": c #D5D5D5", +"> c gray85", +", c #EEEEEE", +/* pixels */ +",,,,,,,,,,,,,,,,,,,,,,,,", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>;$O..O%;>>>>>>>>", +">>>>>>>&X#=::=#X&>>>>>>>", +">>>>>>&o->>>>>>=o&>>>>>>", +">>>>>;X->;+X.+=>=X;>>>>>", +">>>>>$$>-X .;>#$>>>>>", +">>>>>O=:@ .+>=O>>>>>", +">>>>>.:>X. .>:.>>>>>", +">>>>>X:>. X>:X>>>>>", +">>>>>O=>+ +:=O>>>>>", +">>>>>%$>=X. .X;>#%>>>>>", +">>>>:;X->-+..+;:=X:>>>>>", +">>>>>>&X=>>>>>:-o&>>>>>>", +">>>>>>>&X#=:;=$X&>>>>>>>", +">>>>>>>>:$O..O%;>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Watusi/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 0000000..e9fdd0e --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char *stick_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 11 1 ", +" c #B6B6B6", +". c #B7B7B7", +"X c gray73", +"o c gray74", +"O c #C1C1C1", +"+ c gray78", +"@ c #CECECE", +"# c gray82", +"$ c gray84", +"% c gray85", +"& c #EEEEEE", +/* pixels */ +"&&&&&&&&&&&&&&&&&&&&&&&&", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%$+o..o+$%%%%%%%%", +"%%%%%%%@X+#%$#+X@%%%%%%%", +"%%%%%%@X#$%%%%%#X@%%%%%%", +"%%%%%$X#%$XX.o$%#X$%%%%%", +"%%%%%++%$X.....$%++%%%%%", +"%%%%%X#%O......O%#o%%%%%", +"%%%%%X%%........%$.%%%%%", +"%%%%%.%%. ... .%$X%%%%%", +"%%%%%o#%X......o%#o%%%%%", +"%%%%%++%$......#%++%%%%%", +"%%%%%$.#%$OX.O$%#X$%%%%%", +"%%%%%%@X#%%%%%$#X@%%%%%%", +"%%%%%%%@.+#$%#+X@%%%%%%%", +"%%%%%%%%$+o..o+$%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Watusi/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 0000000..417902c --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *stick_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c gray48", +". c #838383", +"X c gray64", +"o c #A4A4A4", +"O c gray70", +"+ c #B4B4B4", +"@ c #B9B9B9", +"# c #C3C3C3", +"$ c LightGray", +"% c gray85", +"& c gray87", +"* c gray88", +"= c #E9E9E9", +"- c #EEEEEE", +"; c #F3F3F3", +": c gray96", +"> c #FDFDFD", +/* pixels */ +"------------------------", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%$@OO+O@$%%%%%%%%", +"%%%%%%%#+@&::%@O#%%%%%%%", +"%%%%%%#O*>>>>>>&+#%%%%%%", +"%%%%%$+&>-X. o=>&+$%%%%%", +"%%%%%@@>-. .;>@@%%%%%", +"%%%%%O&>o o>%O%%%%%", +"%%%%%O:>. .>:+%%%%%", +"%%%%%+:>. .>:+%%%%%", +"%%%%%+&>X o>%O%%%%%", +"%%%%%@+>=. .->@@%%%%%", +"%%%%%$+&>-X..o->&+$%%%%%", +"%%%%%%#O&>>>>>>&+#%%%%%%", +"%%%%%%%#O@%::%@+#%%%%%%%", +"%%%%%%%%$@O+++@$%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%" +}; diff --git a/themes/Mint-Y-Watusi/xfwm4/themerc b/themes/Mint-Y-Watusi/xfwm4/themerc new file mode 100644 index 0000000..4e3833f --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/themerc @@ -0,0 +1,25 @@ +button_offset=7 +button_spacing=4 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +#button_layout=O|HMC + +active_text_color=#787878 +#active_text_shadow_color=#e7e8eb +inactive_text_color=#9d9d9d +#inactive_text_shadow_color=#e7e8eb + +#placement_ratio=20 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=50 + +show_frame_shadow=true +show_popup_shadow=true diff --git a/themes/Mint-Y-Watusi/xfwm4/title-1-active-shaded.xpm b/themes/Mint-Y-Watusi/xfwm4/title-1-active-shaded.xpm new file mode 100644 index 0000000..662295d --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/title-1-active-shaded.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_shaded_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEFF1", +"+ c #E7E8EB", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Watusi/xfwm4/title-1-active.xpm b/themes/Mint-Y-Watusi/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..209bb16 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Watusi/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Watusi/xfwm4/title-1-inactive.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Watusi/xfwm4/title-2-active.xpm b/themes/Mint-Y-Watusi/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..a3cfe4a --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/title-2-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Watusi/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Watusi/xfwm4/title-2-inactive.xpm new file mode 120000 index 0000000..a37458a --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Watusi/xfwm4/title-3-active.xpm b/themes/Mint-Y-Watusi/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..f9df553 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/title-3-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Watusi/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Watusi/xfwm4/title-3-inactive.xpm new file mode 120000 index 0000000..66e6af7 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Watusi/xfwm4/title-4-active.xpm b/themes/Mint-Y-Watusi/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..87e3fb4 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Watusi/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Watusi/xfwm4/title-4-inactive.xpm new file mode 120000 index 0000000..069dba6 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Watusi/xfwm4/title-5-active.xpm b/themes/Mint-Y-Watusi/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..48bee41 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Watusi/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Watusi/xfwm4/title-5-inactive.xpm new file mode 120000 index 0000000..dcc7946 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Watusi/xfwm4/top-left-active-shaded.xpm b/themes/Mint-Y-Watusi/xfwm4/top-left-active-shaded.xpm new file mode 100644 index 0000000..47dc7df --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/top-left-active-shaded.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_left_active_shaded_xpm[] = { +"5 24 5 1", +" c None", +". c #ECEDF0", +"+ c #EEEFF1", +"@ c #E8E9EB", +"# c #E7E8EB", +" .+++", +".@###", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####"}; diff --git a/themes/Mint-Y-Watusi/xfwm4/top-left-active.xpm b/themes/Mint-Y-Watusi/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..ef737a9 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/top-left-active.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"5 24 7 1", +" c None", +". c #ECEDF0", +"+ c #EEEFF1", +"@ c #DFDFE0", +"# c #DADADA", +"$ c #D9D9D9", +"% c #BFBFBF", +" .+++", +".@#$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$"}; diff --git a/themes/Mint-Y-Watusi/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Watusi/xfwm4/top-left-inactive.xpm new file mode 120000 index 0000000..0517526 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Watusi/xfwm4/top-right-active-shaded.xpm b/themes/Mint-Y-Watusi/xfwm4/top-right-active-shaded.xpm new file mode 100644 index 0000000..4920284 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/top-right-active-shaded.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_right_active_shaded_xpm[] = { +"5 24 5 1", +" c None", +". c #EEEFF1", +"+ c #ECEDF0", +"@ c #E7E8EB", +"# c #E8E9EB", +"...+ ", +"@@@#+", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@"}; diff --git a/themes/Mint-Y-Watusi/xfwm4/top-right-active.xpm b/themes/Mint-Y-Watusi/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..5b57971 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/top-right-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"5 24 5 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"@ c #DFDFE0", +"# c #BFBFBF", +".... ", +"+++@.", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#"}; diff --git a/themes/Mint-Y-Watusi/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Watusi/xfwm4/top-right-inactive.xpm new file mode 120000 index 0000000..42cae62 --- /dev/null +++ b/themes/Mint-Y-Watusi/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm \ No newline at end of file From f31dce47bed6dd8d6eab839d6e4bc8771cec288d Mon Sep 17 00:00:00 2001 From: Erik Dubois <erik.dubois@gmail.com> Date: Sun, 9 Oct 2016 19:52:37 +0200 Subject: [PATCH 10/16] Commit comment : on Sun Oct 9 19:52:37 CEST 2016 --- .../cinnamon/cinnamon.css | 1368 ++++++ .../common-assets/menu/menu-separator.svg | 60 + .../misc/add-workspace-active.svg | 117 + .../misc/add-workspace-hover.svg | 117 + .../common-assets/misc/add-workspace.svg | 117 + .../cinnamon/common-assets/misc/bg.svg | 127 + .../misc/calendar-arrow-left-hover.svg | 152 + .../misc/calendar-arrow-left.svg | 152 + .../misc/calendar-arrow-right-hover.svg | 152 + .../misc/calendar-arrow-right.svg | 152 + .../common-assets/misc/close-active.svg | 100 + .../common-assets/misc/close-hover.svg | 100 + .../cinnamon/common-assets/misc/close.svg | 100 + .../common-assets/misc/corner-ripple.svg | 122 + .../common-assets/misc/desklet-header.svg | 158 + .../cinnamon/common-assets/misc/desklet.svg | 152 + .../cinnamon/common-assets/misc/osd.svg | 127 + .../common-assets/misc/overview-hover.png | Bin 0 -> 838 bytes .../cinnamon/common-assets/misc/overview.png | Bin 0 -> 680 bytes .../common-assets/misc/trash-icon.svg | 97 + .../common-assets/panel/activities-active.svg | 158 + .../common-assets/panel/activities.svg | 158 + .../common-assets/panel/panel-bottom.svg | 84 + .../common-assets/panel/panel-top.svg | 80 + .../panel/window-list-active-bottom.svg | 142 + .../panel/window-list-active-top.svg | 142 + .../checkbox/checkbox-checked-focused.svg | 195 + .../dark-assets/checkbox/checkbox-checked.svg | 195 + .../checkbox/checkbox-unchecked-focused.svg | 141 + .../checkbox/checkbox-unchecked.svg | 141 + .../cinnamon/dark-assets/menu/menu-hover.svg | 97 + .../cinnamon/dark-assets/menu/menu.svg | 127 + .../cinnamon/dark-assets/menu/submenu.svg | 117 + .../cinnamon/dark-assets/misc/button-box.svg | 101 + .../cinnamon/dark-assets/misc/message.svg | 81 + .../cinnamon/dark-assets/misc/modal.svg | 143 + .../dark-assets/switch/switch-off.svg | 201 + .../cinnamon/dark-assets/switch/switch-on.svg | 220 + .../cinnamon/menu/menu-separator.svg | 60 + .../cinnamon/misc/add-workspace-active.svg | 117 + .../cinnamon/misc/add-workspace-hover.svg | 117 + .../cinnamon/misc/add-workspace.svg | 117 + .../Mint-Y-Dark-Majestic/cinnamon/misc/bg.svg | 127 + .../misc/calendar-arrow-left-hover.svg | 152 + .../cinnamon/misc/calendar-arrow-left.svg | 152 + .../misc/calendar-arrow-right-hover.svg | 152 + .../cinnamon/misc/calendar-arrow-right.svg | 152 + .../cinnamon/misc/close-active.svg | 100 + .../cinnamon/misc/close-hover.svg | 100 + .../cinnamon/misc/close.svg | 100 + .../cinnamon/misc/corner-ripple-ltr.svg | 125 + .../cinnamon/misc/corner-ripple-rtl.svg | 83 + .../cinnamon/misc/desklet-header.svg | 158 + .../cinnamon/misc/desklet.svg | 152 + .../cinnamon/misc/osd.svg | 127 + .../cinnamon/misc/overview-hover.png | Bin 0 -> 838 bytes .../cinnamon/misc/overview.png | Bin 0 -> 680 bytes .../cinnamon/misc/trash-icon.svg | 97 + .../cinnamon/panel/activities-active.svg | 158 + .../cinnamon/panel/activities.svg | 158 + .../cinnamon/panel/panel-bottom.svg | 84 + .../cinnamon/panel/panel-top.svg | 80 + .../panel/window-list-active-bottom.svg | 142 + .../cinnamon/panel/window-list-active-top.svg | 142 + .../cinnamon/thumbnail.png | Bin 0 -> 31016 bytes themes/Mint-Y-Dark-Majestic/gtk-2.0/apps.rc | 45 + .../gtk-2.0/assets/arrow-down-insens.png | Bin 0 -> 220 bytes .../gtk-2.0/assets/arrow-down-prelight.png | Bin 0 -> 218 bytes .../assets/arrow-down-small-insens.png | Bin 0 -> 203 bytes .../assets/arrow-down-small-prelight.png | Bin 0 -> 207 bytes .../gtk-2.0/assets/arrow-down-small.png | Bin 0 -> 276 bytes .../gtk-2.0/assets/arrow-down.png | Bin 0 -> 306 bytes .../gtk-2.0/assets/arrow-left-insens.png | Bin 0 -> 222 bytes .../gtk-2.0/assets/arrow-left-prelight.png | Bin 0 -> 221 bytes .../gtk-2.0/assets/arrow-left.png | Bin 0 -> 307 bytes .../gtk-2.0/assets/arrow-right-insens.png | Bin 0 -> 213 bytes .../gtk-2.0/assets/arrow-right-prelight.png | Bin 0 -> 215 bytes .../gtk-2.0/assets/arrow-right.png | Bin 0 -> 304 bytes .../gtk-2.0/assets/arrow-up-insens.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/arrow-up-prelight.png | Bin 0 -> 218 bytes .../gtk-2.0/assets/arrow-up-small-insens.png | Bin 0 -> 204 bytes .../assets/arrow-up-small-prelight.png | Bin 0 -> 210 bytes .../gtk-2.0/assets/arrow-up-small.png | Bin 0 -> 278 bytes .../gtk-2.0/assets/arrow-up.png | Bin 0 -> 312 bytes .../gtk-2.0/assets/button-active.png | Bin 0 -> 266 bytes .../gtk-2.0/assets/button-hover.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/button-insensitive.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/button.png | Bin 0 -> 252 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 302 bytes .../gtk-2.0/assets/checkbox-checked.png | Bin 0 -> 331 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/checkbox-unchecked.png | Bin 0 -> 256 bytes .../assets/combo-entry-button-active-rtl.png | Bin 0 -> 237 bytes .../assets/combo-entry-button-active.png | Bin 0 -> 222 bytes .../combo-entry-button-insensitive-rtl.png | Bin 0 -> 234 bytes .../assets/combo-entry-button-insensitive.png | Bin 0 -> 232 bytes .../gtk-2.0/assets/combo-entry-button-rtl.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/combo-entry-button.png | Bin 0 -> 231 bytes .../assets/combo-entry-focus-notebook-rtl.png | Bin 0 -> 251 bytes .../assets/combo-entry-focus-notebook.png | Bin 0 -> 244 bytes .../gtk-2.0/assets/combo-entry-focus-rtl.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/combo-entry-focus.png | Bin 0 -> 243 bytes .../combo-entry-insensitive-notebook-rtl.png | Bin 0 -> 223 bytes .../combo-entry-insensitive-notebook.png | Bin 0 -> 210 bytes .../assets/combo-entry-insensitive-rtl.png | Bin 0 -> 210 bytes .../assets/combo-entry-insensitive.png | Bin 0 -> 204 bytes .../assets/combo-entry-notebook-rtl.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/combo-entry-notebook.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/combo-entry-rtl.png | Bin 0 -> 256 bytes .../gtk-2.0/assets/combo-entry.png | Bin 0 -> 240 bytes .../assets/down-background-disable-rtl.png | Bin 0 -> 200 bytes .../assets/down-background-disable.png | Bin 0 -> 199 bytes .../gtk-2.0/assets/down-background-rtl.png | Bin 0 -> 200 bytes .../gtk-2.0/assets/down-background.png | Bin 0 -> 199 bytes .../assets/entry-border-active-bg-solid.png | Bin 0 -> 272 bytes .../gtk-2.0/assets/entry-border-active-bg.png | Bin 0 -> 268 bytes .../gtk-2.0/assets/entry-border-bg-solid.png | Bin 0 -> 226 bytes .../gtk-2.0/assets/entry-border-bg.png | Bin 0 -> 271 bytes .../assets/entry-border-disabled-bg.png | Bin 0 -> 226 bytes .../gtk-2.0/assets/entry-border-fill.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/focus-line.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/frame-gap-end.png | Bin 0 -> 139 bytes .../gtk-2.0/assets/frame-gap-start.png | Bin 0 -> 139 bytes .../gtk-2.0/assets/frame.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/handle-h.png | Bin 0 -> 160 bytes .../gtk-2.0/assets/handle-v.png | Bin 0 -> 157 bytes .../gtk-2.0/assets/inline-toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/line-h.png | Bin 0 -> 151 bytes .../gtk-2.0/assets/line-v.png | Bin 0 -> 151 bytes .../gtk-2.0/assets/menu-arrow-prelight.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/menu-arrow.png | Bin 0 -> 238 bytes .../menu-checkbox-checked-insensitive.png | Bin 0 -> 299 bytes .../gtk-2.0/assets/menu-checkbox-checked.png | Bin 0 -> 313 bytes .../menu-checkbox-unchecked-insensitive.png | Bin 0 -> 223 bytes .../assets/menu-checkbox-unchecked.png | Bin 0 -> 230 bytes .../assets/menu-radio-checked-insensitive.png | Bin 0 -> 353 bytes .../gtk-2.0/assets/menu-radio-checked.png | Bin 0 -> 370 bytes .../menu-radio-unchecked-insensitive.png | Bin 0 -> 411 bytes .../gtk-2.0/assets/menu-radio-unchecked.png | Bin 0 -> 314 bytes .../gtk-2.0/assets/menubar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/menubar_button.png | Bin 0 -> 156 bytes .../gtk-2.0/assets/menuitem.png | Bin 0 -> 177 bytes .../gtk-2.0/assets/minus.png | Bin 0 -> 267 bytes .../notebook-entry-border-active-bg.png | Bin 0 -> 264 bytes .../assets/notebook-entry-border-bg.png | Bin 0 -> 263 bytes .../notebook-entry-border-disabled-bg.png | Bin 0 -> 233 bytes .../gtk-2.0/assets/notebook-gap-horiz.png | Bin 0 -> 159 bytes .../gtk-2.0/assets/notebook-gap-vert.png | Bin 0 -> 155 bytes .../gtk-2.0/assets/notebook.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/null.png | Bin 0 -> 148 bytes .../gtk-2.0/assets/plus.png | Bin 0 -> 255 bytes .../gtk-2.0/assets/progressbar.png | Bin 0 -> 267 bytes .../gtk-2.0/assets/progressbar_v.png | Bin 0 -> 264 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 353 bytes .../gtk-2.0/assets/radio-checked.png | Bin 0 -> 367 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 350 bytes .../gtk-2.0/assets/radio-unchecked.png | Bin 0 -> 395 bytes .../gtk-2.0/assets/slider-horiz-active.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-insens.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-prelight.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-insensitive.png | Bin 0 -> 375 bytes .../gtk-2.0/assets/slider-prelight.png | Bin 0 -> 379 bytes .../gtk-2.0/assets/slider-vert-active.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-insens.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-prelight.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider.png | Bin 0 -> 407 bytes .../gtk-2.0/assets/tab-bottom-active.png | Bin 0 -> 166 bytes .../gtk-2.0/assets/tab-left-active.png | Bin 0 -> 167 bytes .../gtk-2.0/assets/tab-right-active.png | Bin 0 -> 168 bytes .../gtk-2.0/assets/tab-top-active.png | Bin 0 -> 166 bytes .../assets/toolbar-entry-border-active-bg.png | Bin 0 -> 270 bytes .../assets/toolbar-entry-border-bg.png | Bin 0 -> 254 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 216 bytes .../gtk-2.0/assets/toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/tree_header.png | Bin 0 -> 164 bytes .../assets/trough-horizontal-active.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-horizontal.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-progressbar.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/trough-progressbar_v.png | Bin 0 -> 276 bytes .../gtk-2.0/assets/trough-scrollbar-horiz.png | Bin 0 -> 164 bytes .../gtk-2.0/assets/trough-scrollbar-vert.png | Bin 0 -> 161 bytes .../gtk-2.0/assets/trough-vertical-active.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/trough-vertical.png | Bin 0 -> 257 bytes .../assets/up-background-disable-rtl.png | Bin 0 -> 201 bytes .../gtk-2.0/assets/up-background-disable.png | Bin 0 -> 212 bytes .../gtk-2.0/assets/up-background-rtl.png | Bin 0 -> 204 bytes .../gtk-2.0/assets/up-background.png | Bin 0 -> 212 bytes themes/Mint-Y-Dark-Majestic/gtk-2.0/gtkrc | 10 + themes/Mint-Y-Dark-Majestic/gtk-2.0/main.rc | 2441 +++++++++++ .../gtk-2.0/menubar-toolbar/button-active.png | Bin 0 -> 293 bytes .../gtk-2.0/menubar-toolbar/button-hover.png | Bin 0 -> 310 bytes .../menubar-toolbar/button-insensitive.png | Bin 0 -> 289 bytes .../gtk-2.0/menubar-toolbar/button.png | Bin 0 -> 306 bytes .../gtk-2.0/menubar-toolbar/menubar-dark.png | Bin 0 -> 181 bytes .../menubar-toolbar/menubar-toolbar-dark.rc | 222 + .../menubar-toolbar/menubar-toolbar.rc | 166 + .../gtk-2.0/menubar-toolbar/menubar.png | Bin 0 -> 165 bytes .../menubar-toolbar/menubar_button-dark.png | Bin 0 -> 164 bytes .../menubar-toolbar/menubar_button.png | Bin 0 -> 164 bytes .../toolbar-entry-border-active-bg-dark.png | Bin 0 -> 413 bytes .../toolbar-entry-border-active-bg.png | Bin 0 -> 406 bytes .../toolbar-entry-border-bg-dark.png | Bin 0 -> 322 bytes .../toolbar-entry-border-bg.png | Bin 0 -> 335 bytes .../toolbar-entry-border-disabled-bg-dark.png | Bin 0 -> 276 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 310 bytes themes/Mint-Y-Dark-Majestic/gtk-2.0/panel.rc | 153 + .../gtk-3.0/assets/checkbox-checked-dark.png | Bin 0 -> 347 bytes .../assets/checkbox-checked-dark@2.png | Bin 0 -> 462 bytes .../checkbox-checked-insensitive-dark.png | Bin 0 -> 337 bytes .../checkbox-checked-insensitive-dark@2.png | Bin 0 -> 454 bytes .../checkbox-checked-insensitive-selected.png | Bin 0 -> 364 bytes ...heckbox-checked-insensitive-selected@2.png | Bin 0 -> 469 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 365 bytes .../assets/checkbox-checked-insensitive@2.png | Bin 0 -> 469 bytes .../assets/checkbox-checked-selected.png | Bin 0 -> 354 bytes .../assets/checkbox-checked-selected@2.png | Bin 0 -> 472 bytes .../checkbox-checked-selectionmode-dark.png | Bin 0 -> 441 bytes .../checkbox-checked-selectionmode-dark@2.png | Bin 0 -> 630 bytes .../assets/checkbox-checked-selectionmode.png | Bin 0 -> 455 bytes .../checkbox-checked-selectionmode@2.png | Bin 0 -> 645 bytes .../gtk-3.0/assets/checkbox-checked.png | Bin 0 -> 353 bytes .../gtk-3.0/assets/checkbox-checked@2.png | Bin 0 -> 472 bytes .../gtk-3.0/assets/checkbox-mixed-dark.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed-dark@2.png | Bin 0 -> 294 bytes .../checkbox-mixed-insensitive-dark.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-dark@2.png | Bin 0 -> 285 bytes .../checkbox-mixed-insensitive-selected.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-selected@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-insensitive.png | Bin 0 -> 227 bytes .../assets/checkbox-mixed-insensitive@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-selected.png | Bin 0 -> 229 bytes .../assets/checkbox-mixed-selected@2.png | Bin 0 -> 294 bytes .../gtk-3.0/assets/checkbox-mixed.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed@2.png | Bin 0 -> 294 bytes .../assets/checkbox-selectionmode-dark.png | Bin 0 -> 477 bytes .../assets/checkbox-selectionmode-dark@2.png | Bin 0 -> 675 bytes .../gtk-3.0/assets/checkbox-selectionmode.png | Bin 0 -> 407 bytes .../assets/checkbox-selectionmode@2.png | Bin 0 -> 615 bytes .../assets/checkbox-unchecked-dark.png | Bin 0 -> 264 bytes .../assets/checkbox-unchecked-dark@2.png | Bin 0 -> 345 bytes .../checkbox-unchecked-insensitive-dark.png | Bin 0 -> 262 bytes .../checkbox-unchecked-insensitive-dark@2.png | Bin 0 -> 330 bytes ...heckbox-unchecked-insensitive-selected.png | Bin 0 -> 244 bytes ...ckbox-unchecked-insensitive-selected@2.png | Bin 0 -> 312 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 258 bytes .../checkbox-unchecked-insensitive@2.png | Bin 0 -> 336 bytes .../assets/checkbox-unchecked-selected.png | Bin 0 -> 252 bytes .../assets/checkbox-unchecked-selected@2.png | Bin 0 -> 337 bytes .../gtk-3.0/assets/checkbox-unchecked.png | Bin 0 -> 260 bytes .../gtk-3.0/assets/checkbox-unchecked@2.png | Bin 0 -> 351 bytes .../assets/pane-separator-vertical.png | Bin 0 -> 172 bytes .../assets/pane-separator-vertical@2.png | Bin 0 -> 194 bytes .../gtk-3.0/assets/pane-separator.png | Bin 0 -> 176 bytes .../gtk-3.0/assets/pane-separator@2.png | Bin 0 -> 201 bytes .../gtk-3.0/assets/radio-checked-dark.png | Bin 0 -> 372 bytes .../gtk-3.0/assets/radio-checked-dark@2.png | Bin 0 -> 631 bytes .../assets/radio-checked-insensitive-dark.png | Bin 0 -> 357 bytes .../radio-checked-insensitive-dark@2.png | Bin 0 -> 577 bytes .../radio-checked-insensitive-selected.png | Bin 0 -> 346 bytes .../radio-checked-insensitive-selected@2.png | Bin 0 -> 544 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 352 bytes .../assets/radio-checked-insensitive@2.png | Bin 0 -> 580 bytes .../gtk-3.0/assets/radio-checked-selected.png | Bin 0 -> 353 bytes .../assets/radio-checked-selected@2.png | Bin 0 -> 623 bytes .../gtk-3.0/assets/radio-checked.png | Bin 0 -> 367 bytes .../gtk-3.0/assets/radio-checked@2.png | Bin 0 -> 624 bytes .../gtk-3.0/assets/radio-mixed-dark.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed-dark@2.png | Bin 0 -> 546 bytes .../assets/radio-mixed-insensitive-dark.png | Bin 0 -> 325 bytes .../assets/radio-mixed-insensitive-dark@2.png | Bin 0 -> 505 bytes .../radio-mixed-insensitive-selected.png | Bin 0 -> 319 bytes .../radio-mixed-insensitive-selected@2.png | Bin 0 -> 481 bytes .../assets/radio-mixed-insensitive.png | Bin 0 -> 325 bytes .../assets/radio-mixed-insensitive@2.png | Bin 0 -> 505 bytes .../gtk-3.0/assets/radio-mixed-selected.png | Bin 0 -> 307 bytes .../gtk-3.0/assets/radio-mixed-selected@2.png | Bin 0 -> 516 bytes .../gtk-3.0/assets/radio-mixed.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed@2.png | Bin 0 -> 546 bytes .../gtk-3.0/assets/radio-unchecked-dark.png | Bin 0 -> 426 bytes .../gtk-3.0/assets/radio-unchecked-dark@2.png | Bin 0 -> 742 bytes .../radio-unchecked-insensitive-dark.png | Bin 0 -> 410 bytes .../radio-unchecked-insensitive-dark@2.png | Bin 0 -> 673 bytes .../radio-unchecked-insensitive-selected.png | Bin 0 -> 333 bytes ...radio-unchecked-insensitive-selected@2.png | Bin 0 -> 575 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 395 bytes .../assets/radio-unchecked-insensitive@2.png | Bin 0 -> 657 bytes .../assets/radio-unchecked-selected.png | Bin 0 -> 356 bytes .../assets/radio-unchecked-selected@2.png | Bin 0 -> 708 bytes .../gtk-3.0/assets/radio-unchecked.png | Bin 0 -> 410 bytes .../gtk-3.0/assets/radio-unchecked@2.png | Bin 0 -> 716 bytes .../gtk-3.0/assets/switch-active-dark.png | Bin 0 -> 751 bytes .../gtk-3.0/assets/switch-active-dark@2.png | Bin 0 -> 1295 bytes .../assets/switch-active-header-dark.png | Bin 0 -> 750 bytes .../assets/switch-active-header-dark@2.png | Bin 0 -> 1297 bytes .../gtk-3.0/assets/switch-active-header.png | Bin 0 -> 774 bytes .../gtk-3.0/assets/switch-active-header@2.png | Bin 0 -> 1386 bytes .../assets/switch-active-insensitive-dark.png | Bin 0 -> 692 bytes .../switch-active-insensitive-dark@2.png | Bin 0 -> 1161 bytes .../switch-active-insensitive-header-dark.png | Bin 0 -> 714 bytes ...witch-active-insensitive-header-dark@2.png | Bin 0 -> 1188 bytes .../switch-active-insensitive-header.png | Bin 0 -> 716 bytes .../switch-active-insensitive-header@2.png | Bin 0 -> 1268 bytes .../switch-active-insensitive-selected.png | Bin 0 -> 711 bytes .../switch-active-insensitive-selected@2.png | Bin 0 -> 1244 bytes .../assets/switch-active-insensitive.png | Bin 0 -> 716 bytes .../assets/switch-active-insensitive@2.png | Bin 0 -> 1268 bytes .../gtk-3.0/assets/switch-active-selected.png | Bin 0 -> 778 bytes .../assets/switch-active-selected@2.png | Bin 0 -> 1381 bytes .../gtk-3.0/assets/switch-active.png | Bin 0 -> 774 bytes .../gtk-3.0/assets/switch-active@2.png | Bin 0 -> 1386 bytes .../gtk-3.0/assets/switch-dark.png | Bin 0 -> 728 bytes .../gtk-3.0/assets/switch-dark@2.png | Bin 0 -> 1266 bytes .../gtk-3.0/assets/switch-header-dark.png | Bin 0 -> 742 bytes .../gtk-3.0/assets/switch-header-dark@2.png | Bin 0 -> 1291 bytes .../gtk-3.0/assets/switch-header.png | Bin 0 -> 781 bytes .../gtk-3.0/assets/switch-header@2.png | Bin 0 -> 1343 bytes .../assets/switch-insensitive-dark.png | Bin 0 -> 667 bytes .../assets/switch-insensitive-dark@2.png | Bin 0 -> 1159 bytes .../assets/switch-insensitive-header-dark.png | Bin 0 -> 662 bytes .../switch-insensitive-header-dark@2.png | Bin 0 -> 1147 bytes .../assets/switch-insensitive-header.png | Bin 0 -> 687 bytes .../assets/switch-insensitive-header@2.png | Bin 0 -> 1177 bytes .../assets/switch-insensitive-selected.png | Bin 0 -> 644 bytes .../assets/switch-insensitive-selected@2.png | Bin 0 -> 1081 bytes .../gtk-3.0/assets/switch-insensitive.png | Bin 0 -> 687 bytes .../gtk-3.0/assets/switch-insensitive@2.png | Bin 0 -> 1170 bytes .../gtk-3.0/assets/switch-selected.png | Bin 0 -> 717 bytes .../gtk-3.0/assets/switch-selected@2.png | Bin 0 -> 1216 bytes .../gtk-3.0/assets/switch.png | Bin 0 -> 729 bytes .../gtk-3.0/assets/switch@2.png | Bin 0 -> 1264 bytes .../assets/titlebutton-close-active-dark.png | Bin 0 -> 446 bytes .../titlebutton-close-active-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-active.png | Bin 0 -> 430 bytes .../assets/titlebutton-close-active@2.png | Bin 0 -> 772 bytes .../titlebutton-close-backdrop-dark.png | Bin 0 -> 421 bytes .../titlebutton-close-backdrop-dark@2.png | Bin 0 -> 708 bytes .../assets/titlebutton-close-backdrop.png | Bin 0 -> 438 bytes .../assets/titlebutton-close-backdrop@2.png | Bin 0 -> 748 bytes .../gtk-3.0/assets/titlebutton-close-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-hover-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover.png | Bin 0 -> 461 bytes .../assets/titlebutton-close-hover@2.png | Bin 0 -> 810 bytes .../gtk-3.0/assets/titlebutton-close.png | Bin 0 -> 461 bytes .../gtk-3.0/assets/titlebutton-close@2.png | Bin 0 -> 810 bytes .../assets/titlebutton-max-active-dark.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active-dark@2.png | Bin 0 -> 652 bytes .../gtk-3.0/assets/titlebutton-max-active.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active@2.png | Bin 0 -> 652 bytes .../assets/titlebutton-max-backdrop-dark.png | Bin 0 -> 241 bytes .../titlebutton-max-backdrop-dark@2.png | Bin 0 -> 280 bytes .../assets/titlebutton-max-backdrop.png | Bin 0 -> 241 bytes .../assets/titlebutton-max-backdrop@2.png | Bin 0 -> 289 bytes .../gtk-3.0/assets/titlebutton-max-dark.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max-dark@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-max-hover-dark.png | Bin 0 -> 413 bytes .../assets/titlebutton-max-hover-dark@2.png | Bin 0 -> 807 bytes .../gtk-3.0/assets/titlebutton-max-hover.png | Bin 0 -> 422 bytes .../assets/titlebutton-max-hover@2.png | Bin 0 -> 801 bytes .../gtk-3.0/assets/titlebutton-max.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-min-active-dark.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active-dark@2.png | Bin 0 -> 571 bytes .../gtk-3.0/assets/titlebutton-min-active.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active@2.png | Bin 0 -> 571 bytes .../assets/titlebutton-min-backdrop-dark.png | Bin 0 -> 168 bytes .../titlebutton-min-backdrop-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-backdrop.png | Bin 0 -> 167 bytes .../assets/titlebutton-min-backdrop@2.png | Bin 0 -> 180 bytes .../gtk-3.0/assets/titlebutton-min-dark.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-hover-dark.png | Bin 0 -> 363 bytes .../assets/titlebutton-min-hover-dark@2.png | Bin 0 -> 701 bytes .../gtk-3.0/assets/titlebutton-min-hover.png | Bin 0 -> 368 bytes .../assets/titlebutton-min-hover@2.png | Bin 0 -> 694 bytes .../gtk-3.0/assets/titlebutton-min.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min@2.png | Bin 0 -> 180 bytes themes/Mint-Y-Dark-Majestic/gtk-3.0/gtk.css | 3783 +++++++++++++++++ .../gtk-3.0/thumbnail.png | Bin 0 -> 1506 bytes themes/Mint-Y-Dark-Majestic/index.theme | 12 + .../metacity-1/button-bg.svg | 105 + .../metacity-1/button-border.svg | 107 + .../metacity-1/close-icon.svg | 104 + .../metacity-1/max-icon.svg | 75 + .../metacity-1/metacity-theme-2.xml | 768 ++++ .../metacity-1/metacity-theme-3.xml | 1026 +++++ .../metacity-1/min-icon.svg | 75 + .../metacity-1/thumbnail.png | Bin 0 -> 685 bytes .../xfce-notify-4.0/gtkrc | 72 + .../xfwm4/bottom-active.xpm | 8 + .../xfwm4/bottom-inactive.xpm | 1 + .../xfwm4/bottom-left-active.xpm | 8 + .../xfwm4/bottom-left-inactive.xpm | 1 + .../xfwm4/bottom-right-active.xpm | 8 + .../xfwm4/bottom-right-inactive.xpm | 1 + .../xfwm4/close-active.xpm | 66 + .../xfwm4/close-inactive.xpm | 47 + .../xfwm4/close-prelight.xpm | 68 + .../xfwm4/close-pressed.xpm | 69 + .../xfwm4/hide-active.xpm | 33 + .../xfwm4/hide-inactive.xpm | 33 + .../xfwm4/hide-prelight.xpm | 40 + .../xfwm4/hide-pressed.xpm | 44 + .../xfwm4/left-active.xpm | 6 + .../xfwm4/left-inactive.xpm | 1 + .../xfwm4/maximize-active.xpm | 38 + .../xfwm4/maximize-inactive.xpm | 38 + .../xfwm4/maximize-prelight.xpm | 45 + .../xfwm4/maximize-pressed.xpm | 49 + .../xfwm4/menu-active.xpm | 40 + .../xfwm4/menu-inactive.xpm | 40 + .../xfwm4/menu-prelight.xpm | 49 + .../xfwm4/menu-pressed.xpm | 51 + .../xfwm4/right-active.xpm | 6 + .../xfwm4/right-inactive.xpm | 1 + .../xfwm4/shade-active.xpm | 42 + .../xfwm4/shade-inactive.xpm | 44 + .../xfwm4/shade-prelight.xpm | 51 + .../xfwm4/shade-toggled-active.xpm | 42 + .../xfwm4/shade-toggled-inactive.xpm | 40 + .../xfwm4/shade-toggled-prelight.xpm | 50 + .../xfwm4/stick-active.xpm | 44 + .../xfwm4/stick-inactive.xpm | 44 + .../xfwm4/stick-prelight.xpm | 45 + .../xfwm4/stick-toggled-active.xpm | 49 + .../xfwm4/stick-toggled-inactive.xpm | 46 + .../xfwm4/stick-toggled-prelight.xpm | 49 + themes/Mint-Y-Dark-Majestic/xfwm4/themerc | 25 + .../xfwm4/title-1-active.xpm | 30 + .../xfwm4/title-1-inactive.xpm | 1 + .../xfwm4/title-2-active.xpm | 30 + .../xfwm4/title-2-inactive.xpm | 1 + .../xfwm4/title-3-active.xpm | 30 + .../xfwm4/title-3-inactive.xpm | 1 + .../xfwm4/title-4-active.xpm | 30 + .../xfwm4/title-4-inactive.xpm | 1 + .../xfwm4/title-5-active.xpm | 30 + .../xfwm4/title-5-inactive.xpm | 1 + .../xfwm4/top-left-active.xpm | 30 + .../xfwm4/top-left-inactive.xpm | 1 + .../xfwm4/top-right-active.xpm | 30 + .../xfwm4/top-right-inactive.xpm | 1 + themes/Mint-Y-Darker-Majestic/gtk-2.0/apps.rc | 45 + .../gtk-2.0/assets/arrow-down-insens.png | Bin 0 -> 218 bytes .../gtk-2.0/assets/arrow-down-prelight.png | Bin 0 -> 219 bytes .../assets/arrow-down-small-insens.png | Bin 0 -> 201 bytes .../assets/arrow-down-small-prelight.png | Bin 0 -> 203 bytes .../gtk-2.0/assets/arrow-down-small.png | Bin 0 -> 280 bytes .../gtk-2.0/assets/arrow-down.png | Bin 0 -> 308 bytes .../gtk-2.0/assets/arrow-left-insens.png | Bin 0 -> 217 bytes .../gtk-2.0/assets/arrow-left-prelight.png | Bin 0 -> 221 bytes .../gtk-2.0/assets/arrow-left.png | Bin 0 -> 316 bytes .../gtk-2.0/assets/arrow-right-insens.png | Bin 0 -> 213 bytes .../gtk-2.0/assets/arrow-right-prelight.png | Bin 0 -> 214 bytes .../gtk-2.0/assets/arrow-right.png | Bin 0 -> 316 bytes .../gtk-2.0/assets/arrow-up-insens.png | Bin 0 -> 216 bytes .../gtk-2.0/assets/arrow-up-prelight.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/arrow-up-small-insens.png | Bin 0 -> 203 bytes .../assets/arrow-up-small-prelight.png | Bin 0 -> 207 bytes .../gtk-2.0/assets/arrow-up-small.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/arrow-up.png | Bin 0 -> 314 bytes .../gtk-2.0/assets/button-active.png | Bin 0 -> 266 bytes .../gtk-2.0/assets/button-hover.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/button-insensitive.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/button.png | Bin 0 -> 252 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 338 bytes .../gtk-2.0/assets/checkbox-checked.png | Bin 0 -> 353 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/checkbox-unchecked.png | Bin 0 -> 262 bytes .../assets/combo-entry-button-active-rtl.png | Bin 0 -> 237 bytes .../assets/combo-entry-button-active.png | Bin 0 -> 232 bytes .../combo-entry-button-insensitive-rtl.png | Bin 0 -> 239 bytes .../assets/combo-entry-button-insensitive.png | Bin 0 -> 235 bytes .../gtk-2.0/assets/combo-entry-button-rtl.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/combo-entry-button.png | Bin 0 -> 231 bytes .../assets/combo-entry-focus-notebook-rtl.png | Bin 0 -> 262 bytes .../assets/combo-entry-focus-notebook.png | Bin 0 -> 246 bytes .../gtk-2.0/assets/combo-entry-focus-rtl.png | Bin 0 -> 262 bytes .../gtk-2.0/assets/combo-entry-focus.png | Bin 0 -> 251 bytes .../combo-entry-insensitive-notebook-rtl.png | Bin 0 -> 208 bytes .../combo-entry-insensitive-notebook.png | Bin 0 -> 206 bytes .../assets/combo-entry-insensitive-rtl.png | Bin 0 -> 214 bytes .../assets/combo-entry-insensitive.png | Bin 0 -> 213 bytes .../assets/combo-entry-notebook-rtl.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/combo-entry-notebook.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/combo-entry-rtl.png | Bin 0 -> 254 bytes .../gtk-2.0/assets/combo-entry.png | Bin 0 -> 243 bytes .../assets/down-background-disable-rtl.png | Bin 0 -> 201 bytes .../assets/down-background-disable.png | Bin 0 -> 201 bytes .../gtk-2.0/assets/down-background-rtl.png | Bin 0 -> 197 bytes .../gtk-2.0/assets/down-background.png | Bin 0 -> 191 bytes .../assets/entry-border-active-bg-solid.png | Bin 0 -> 246 bytes .../gtk-2.0/assets/entry-border-active-bg.png | Bin 0 -> 298 bytes .../gtk-2.0/assets/entry-border-bg-solid.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/entry-border-bg.png | Bin 0 -> 270 bytes .../assets/entry-border-disabled-bg.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/entry-border-fill.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/focus-line.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/frame-gap-end.png | Bin 0 -> 142 bytes .../gtk-2.0/assets/frame-gap-start.png | Bin 0 -> 142 bytes .../gtk-2.0/assets/frame.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/handle-h.png | Bin 0 -> 160 bytes .../gtk-2.0/assets/handle-v.png | Bin 0 -> 157 bytes .../gtk-2.0/assets/inline-toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/line-h.png | Bin 0 -> 152 bytes .../gtk-2.0/assets/line-v.png | Bin 0 -> 152 bytes .../gtk-2.0/assets/menu-arrow-prelight.png | Bin 0 -> 265 bytes .../gtk-2.0/assets/menu-arrow.png | Bin 0 -> 265 bytes .../menu-checkbox-checked-insensitive.png | Bin 0 -> 333 bytes .../gtk-2.0/assets/menu-checkbox-checked.png | Bin 0 -> 324 bytes .../menu-checkbox-unchecked-insensitive.png | Bin 0 -> 234 bytes .../assets/menu-checkbox-unchecked.png | Bin 0 -> 226 bytes .../assets/menu-radio-checked-insensitive.png | Bin 0 -> 352 bytes .../gtk-2.0/assets/menu-radio-checked.png | Bin 0 -> 380 bytes .../menu-radio-unchecked-insensitive.png | Bin 0 -> 420 bytes .../gtk-2.0/assets/menu-radio-unchecked.png | Bin 0 -> 309 bytes .../gtk-2.0/assets/menubar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/menubar_button.png | Bin 0 -> 156 bytes .../gtk-2.0/assets/menuitem.png | Bin 0 -> 176 bytes .../gtk-2.0/assets/minus.png | Bin 0 -> 261 bytes .../notebook-entry-border-active-bg.png | Bin 0 -> 286 bytes .../assets/notebook-entry-border-bg.png | Bin 0 -> 258 bytes .../notebook-entry-border-disabled-bg.png | Bin 0 -> 222 bytes .../gtk-2.0/assets/notebook-gap-horiz.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/notebook-gap-vert.png | Bin 0 -> 155 bytes .../gtk-2.0/assets/notebook.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/null.png | Bin 0 -> 148 bytes .../gtk-2.0/assets/plus.png | Bin 0 -> 249 bytes .../gtk-2.0/assets/progressbar.png | Bin 0 -> 267 bytes .../gtk-2.0/assets/progressbar_v.png | Bin 0 -> 264 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 352 bytes .../gtk-2.0/assets/radio-checked.png | Bin 0 -> 367 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 386 bytes .../gtk-2.0/assets/radio-unchecked.png | Bin 0 -> 404 bytes .../gtk-2.0/assets/slider-horiz-active.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-insens.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-prelight.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-insensitive.png | Bin 0 -> 408 bytes .../gtk-2.0/assets/slider-prelight.png | Bin 0 -> 379 bytes .../gtk-2.0/assets/slider-vert-active.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-insens.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-prelight.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider.png | Bin 0 -> 403 bytes .../gtk-2.0/assets/tab-bottom-active.png | Bin 0 -> 166 bytes .../gtk-2.0/assets/tab-left-active.png | Bin 0 -> 167 bytes .../gtk-2.0/assets/tab-right-active.png | Bin 0 -> 168 bytes .../gtk-2.0/assets/tab-top-active.png | Bin 0 -> 166 bytes .../assets/toolbar-entry-border-active-bg.png | Bin 0 -> 298 bytes .../assets/toolbar-entry-border-bg.png | Bin 0 -> 267 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/tree_header.png | Bin 0 -> 164 bytes .../assets/trough-horizontal-active.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-horizontal.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-progressbar.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/trough-progressbar_v.png | Bin 0 -> 276 bytes .../gtk-2.0/assets/trough-scrollbar-horiz.png | Bin 0 -> 164 bytes .../gtk-2.0/assets/trough-scrollbar-vert.png | Bin 0 -> 162 bytes .../gtk-2.0/assets/trough-vertical-active.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/trough-vertical.png | Bin 0 -> 257 bytes .../assets/up-background-disable-rtl.png | Bin 0 -> 206 bytes .../gtk-2.0/assets/up-background-disable.png | Bin 0 -> 212 bytes .../gtk-2.0/assets/up-background-rtl.png | Bin 0 -> 206 bytes .../gtk-2.0/assets/up-background.png | Bin 0 -> 212 bytes themes/Mint-Y-Darker-Majestic/gtk-2.0/gtkrc | 10 + themes/Mint-Y-Darker-Majestic/gtk-2.0/main.rc | 2441 +++++++++++ .../gtk-2.0/menubar-toolbar/button-active.png | Bin 0 -> 293 bytes .../gtk-2.0/menubar-toolbar/button-hover.png | Bin 0 -> 310 bytes .../menubar-toolbar/button-insensitive.png | Bin 0 -> 289 bytes .../gtk-2.0/menubar-toolbar/button.png | Bin 0 -> 306 bytes .../gtk-2.0/menubar-toolbar/menubar-dark.png | Bin 0 -> 181 bytes .../menubar-toolbar/menubar-toolbar-dark.rc | 222 + .../menubar-toolbar/menubar-toolbar.rc | 166 + .../gtk-2.0/menubar-toolbar/menubar.png | Bin 0 -> 165 bytes .../menubar-toolbar/menubar_button-dark.png | Bin 0 -> 164 bytes .../menubar-toolbar/menubar_button.png | Bin 0 -> 164 bytes .../toolbar-entry-border-active-bg-dark.png | Bin 0 -> 413 bytes .../toolbar-entry-border-active-bg.png | Bin 0 -> 406 bytes .../toolbar-entry-border-bg-dark.png | Bin 0 -> 322 bytes .../toolbar-entry-border-bg.png | Bin 0 -> 335 bytes .../toolbar-entry-border-disabled-bg-dark.png | Bin 0 -> 276 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 310 bytes .../Mint-Y-Darker-Majestic/gtk-2.0/panel.rc | 153 + .../gtk-3.0/assets/checkbox-checked-dark.png | Bin 0 -> 347 bytes .../assets/checkbox-checked-dark@2.png | Bin 0 -> 462 bytes .../checkbox-checked-insensitive-dark.png | Bin 0 -> 337 bytes .../checkbox-checked-insensitive-dark@2.png | Bin 0 -> 454 bytes .../checkbox-checked-insensitive-selected.png | Bin 0 -> 364 bytes ...heckbox-checked-insensitive-selected@2.png | Bin 0 -> 469 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 365 bytes .../assets/checkbox-checked-insensitive@2.png | Bin 0 -> 469 bytes .../assets/checkbox-checked-selected.png | Bin 0 -> 354 bytes .../assets/checkbox-checked-selected@2.png | Bin 0 -> 472 bytes .../checkbox-checked-selectionmode-dark.png | Bin 0 -> 441 bytes .../checkbox-checked-selectionmode-dark@2.png | Bin 0 -> 630 bytes .../assets/checkbox-checked-selectionmode.png | Bin 0 -> 455 bytes .../checkbox-checked-selectionmode@2.png | Bin 0 -> 645 bytes .../gtk-3.0/assets/checkbox-checked.png | Bin 0 -> 353 bytes .../gtk-3.0/assets/checkbox-checked@2.png | Bin 0 -> 472 bytes .../gtk-3.0/assets/checkbox-mixed-dark.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed-dark@2.png | Bin 0 -> 294 bytes .../checkbox-mixed-insensitive-dark.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-dark@2.png | Bin 0 -> 285 bytes .../checkbox-mixed-insensitive-selected.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-selected@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-insensitive.png | Bin 0 -> 227 bytes .../assets/checkbox-mixed-insensitive@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-selected.png | Bin 0 -> 229 bytes .../assets/checkbox-mixed-selected@2.png | Bin 0 -> 294 bytes .../gtk-3.0/assets/checkbox-mixed.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed@2.png | Bin 0 -> 294 bytes .../assets/checkbox-selectionmode-dark.png | Bin 0 -> 477 bytes .../assets/checkbox-selectionmode-dark@2.png | Bin 0 -> 675 bytes .../gtk-3.0/assets/checkbox-selectionmode.png | Bin 0 -> 407 bytes .../assets/checkbox-selectionmode@2.png | Bin 0 -> 615 bytes .../assets/checkbox-unchecked-dark.png | Bin 0 -> 264 bytes .../assets/checkbox-unchecked-dark@2.png | Bin 0 -> 345 bytes .../checkbox-unchecked-insensitive-dark.png | Bin 0 -> 262 bytes .../checkbox-unchecked-insensitive-dark@2.png | Bin 0 -> 330 bytes ...heckbox-unchecked-insensitive-selected.png | Bin 0 -> 244 bytes ...ckbox-unchecked-insensitive-selected@2.png | Bin 0 -> 312 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 258 bytes .../checkbox-unchecked-insensitive@2.png | Bin 0 -> 336 bytes .../assets/checkbox-unchecked-selected.png | Bin 0 -> 252 bytes .../assets/checkbox-unchecked-selected@2.png | Bin 0 -> 337 bytes .../gtk-3.0/assets/checkbox-unchecked.png | Bin 0 -> 260 bytes .../gtk-3.0/assets/checkbox-unchecked@2.png | Bin 0 -> 351 bytes .../assets/pane-separator-vertical.png | Bin 0 -> 172 bytes .../assets/pane-separator-vertical@2.png | Bin 0 -> 194 bytes .../gtk-3.0/assets/pane-separator.png | Bin 0 -> 176 bytes .../gtk-3.0/assets/pane-separator@2.png | Bin 0 -> 201 bytes .../gtk-3.0/assets/radio-checked-dark.png | Bin 0 -> 372 bytes .../gtk-3.0/assets/radio-checked-dark@2.png | Bin 0 -> 631 bytes .../assets/radio-checked-insensitive-dark.png | Bin 0 -> 357 bytes .../radio-checked-insensitive-dark@2.png | Bin 0 -> 577 bytes .../radio-checked-insensitive-selected.png | Bin 0 -> 346 bytes .../radio-checked-insensitive-selected@2.png | Bin 0 -> 544 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 352 bytes .../assets/radio-checked-insensitive@2.png | Bin 0 -> 580 bytes .../gtk-3.0/assets/radio-checked-selected.png | Bin 0 -> 353 bytes .../assets/radio-checked-selected@2.png | Bin 0 -> 623 bytes .../gtk-3.0/assets/radio-checked.png | Bin 0 -> 367 bytes .../gtk-3.0/assets/radio-checked@2.png | Bin 0 -> 624 bytes .../gtk-3.0/assets/radio-mixed-dark.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed-dark@2.png | Bin 0 -> 546 bytes .../assets/radio-mixed-insensitive-dark.png | Bin 0 -> 325 bytes .../assets/radio-mixed-insensitive-dark@2.png | Bin 0 -> 505 bytes .../radio-mixed-insensitive-selected.png | Bin 0 -> 319 bytes .../radio-mixed-insensitive-selected@2.png | Bin 0 -> 481 bytes .../assets/radio-mixed-insensitive.png | Bin 0 -> 325 bytes .../assets/radio-mixed-insensitive@2.png | Bin 0 -> 505 bytes .../gtk-3.0/assets/radio-mixed-selected.png | Bin 0 -> 307 bytes .../gtk-3.0/assets/radio-mixed-selected@2.png | Bin 0 -> 516 bytes .../gtk-3.0/assets/radio-mixed.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed@2.png | Bin 0 -> 546 bytes .../gtk-3.0/assets/radio-unchecked-dark.png | Bin 0 -> 426 bytes .../gtk-3.0/assets/radio-unchecked-dark@2.png | Bin 0 -> 742 bytes .../radio-unchecked-insensitive-dark.png | Bin 0 -> 410 bytes .../radio-unchecked-insensitive-dark@2.png | Bin 0 -> 673 bytes .../radio-unchecked-insensitive-selected.png | Bin 0 -> 333 bytes ...radio-unchecked-insensitive-selected@2.png | Bin 0 -> 575 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 395 bytes .../assets/radio-unchecked-insensitive@2.png | Bin 0 -> 657 bytes .../assets/radio-unchecked-selected.png | Bin 0 -> 356 bytes .../assets/radio-unchecked-selected@2.png | Bin 0 -> 708 bytes .../gtk-3.0/assets/radio-unchecked.png | Bin 0 -> 410 bytes .../gtk-3.0/assets/radio-unchecked@2.png | Bin 0 -> 716 bytes .../gtk-3.0/assets/switch-active-dark.png | Bin 0 -> 751 bytes .../gtk-3.0/assets/switch-active-dark@2.png | Bin 0 -> 1295 bytes .../assets/switch-active-header-dark.png | Bin 0 -> 750 bytes .../assets/switch-active-header-dark@2.png | Bin 0 -> 1297 bytes .../gtk-3.0/assets/switch-active-header.png | Bin 0 -> 774 bytes .../gtk-3.0/assets/switch-active-header@2.png | Bin 0 -> 1386 bytes .../assets/switch-active-insensitive-dark.png | Bin 0 -> 692 bytes .../switch-active-insensitive-dark@2.png | Bin 0 -> 1161 bytes .../switch-active-insensitive-header-dark.png | Bin 0 -> 714 bytes ...witch-active-insensitive-header-dark@2.png | Bin 0 -> 1188 bytes .../switch-active-insensitive-header.png | Bin 0 -> 716 bytes .../switch-active-insensitive-header@2.png | Bin 0 -> 1268 bytes .../switch-active-insensitive-selected.png | Bin 0 -> 711 bytes .../switch-active-insensitive-selected@2.png | Bin 0 -> 1244 bytes .../assets/switch-active-insensitive.png | Bin 0 -> 716 bytes .../assets/switch-active-insensitive@2.png | Bin 0 -> 1268 bytes .../gtk-3.0/assets/switch-active-selected.png | Bin 0 -> 778 bytes .../assets/switch-active-selected@2.png | Bin 0 -> 1381 bytes .../gtk-3.0/assets/switch-active.png | Bin 0 -> 774 bytes .../gtk-3.0/assets/switch-active@2.png | Bin 0 -> 1386 bytes .../gtk-3.0/assets/switch-dark.png | Bin 0 -> 728 bytes .../gtk-3.0/assets/switch-dark@2.png | Bin 0 -> 1266 bytes .../gtk-3.0/assets/switch-header-dark.png | Bin 0 -> 742 bytes .../gtk-3.0/assets/switch-header-dark@2.png | Bin 0 -> 1291 bytes .../gtk-3.0/assets/switch-header.png | Bin 0 -> 781 bytes .../gtk-3.0/assets/switch-header@2.png | Bin 0 -> 1343 bytes .../assets/switch-insensitive-dark.png | Bin 0 -> 667 bytes .../assets/switch-insensitive-dark@2.png | Bin 0 -> 1159 bytes .../assets/switch-insensitive-header-dark.png | Bin 0 -> 662 bytes .../switch-insensitive-header-dark@2.png | Bin 0 -> 1147 bytes .../assets/switch-insensitive-header.png | Bin 0 -> 687 bytes .../assets/switch-insensitive-header@2.png | Bin 0 -> 1177 bytes .../assets/switch-insensitive-selected.png | Bin 0 -> 644 bytes .../assets/switch-insensitive-selected@2.png | Bin 0 -> 1081 bytes .../gtk-3.0/assets/switch-insensitive.png | Bin 0 -> 687 bytes .../gtk-3.0/assets/switch-insensitive@2.png | Bin 0 -> 1170 bytes .../gtk-3.0/assets/switch-selected.png | Bin 0 -> 717 bytes .../gtk-3.0/assets/switch-selected@2.png | Bin 0 -> 1216 bytes .../gtk-3.0/assets/switch.png | Bin 0 -> 729 bytes .../gtk-3.0/assets/switch@2.png | Bin 0 -> 1264 bytes .../assets/titlebutton-close-active-dark.png | Bin 0 -> 446 bytes .../titlebutton-close-active-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-active.png | Bin 0 -> 430 bytes .../assets/titlebutton-close-active@2.png | Bin 0 -> 772 bytes .../titlebutton-close-backdrop-dark.png | Bin 0 -> 421 bytes .../titlebutton-close-backdrop-dark@2.png | Bin 0 -> 708 bytes .../assets/titlebutton-close-backdrop.png | Bin 0 -> 438 bytes .../assets/titlebutton-close-backdrop@2.png | Bin 0 -> 748 bytes .../gtk-3.0/assets/titlebutton-close-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-hover-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover.png | Bin 0 -> 461 bytes .../assets/titlebutton-close-hover@2.png | Bin 0 -> 810 bytes .../gtk-3.0/assets/titlebutton-close.png | Bin 0 -> 461 bytes .../gtk-3.0/assets/titlebutton-close@2.png | Bin 0 -> 810 bytes .../assets/titlebutton-max-active-dark.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active-dark@2.png | Bin 0 -> 652 bytes .../gtk-3.0/assets/titlebutton-max-active.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active@2.png | Bin 0 -> 652 bytes .../assets/titlebutton-max-backdrop-dark.png | Bin 0 -> 241 bytes .../titlebutton-max-backdrop-dark@2.png | Bin 0 -> 280 bytes .../assets/titlebutton-max-backdrop.png | Bin 0 -> 241 bytes .../assets/titlebutton-max-backdrop@2.png | Bin 0 -> 289 bytes .../gtk-3.0/assets/titlebutton-max-dark.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max-dark@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-max-hover-dark.png | Bin 0 -> 413 bytes .../assets/titlebutton-max-hover-dark@2.png | Bin 0 -> 807 bytes .../gtk-3.0/assets/titlebutton-max-hover.png | Bin 0 -> 422 bytes .../assets/titlebutton-max-hover@2.png | Bin 0 -> 801 bytes .../gtk-3.0/assets/titlebutton-max.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-min-active-dark.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active-dark@2.png | Bin 0 -> 571 bytes .../gtk-3.0/assets/titlebutton-min-active.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active@2.png | Bin 0 -> 571 bytes .../assets/titlebutton-min-backdrop-dark.png | Bin 0 -> 168 bytes .../titlebutton-min-backdrop-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-backdrop.png | Bin 0 -> 167 bytes .../assets/titlebutton-min-backdrop@2.png | Bin 0 -> 180 bytes .../gtk-3.0/assets/titlebutton-min-dark.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-hover-dark.png | Bin 0 -> 363 bytes .../assets/titlebutton-min-hover-dark@2.png | Bin 0 -> 701 bytes .../gtk-3.0/assets/titlebutton-min-hover.png | Bin 0 -> 368 bytes .../assets/titlebutton-min-hover@2.png | Bin 0 -> 694 bytes .../gtk-3.0/assets/titlebutton-min.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min@2.png | Bin 0 -> 180 bytes .../gtk-3.0/gtk-dark.css | 3783 +++++++++++++++++ themes/Mint-Y-Darker-Majestic/gtk-3.0/gtk.css | 3777 ++++++++++++++++ .../gtk-3.0/thumbnail.png | Bin 0 -> 1529 bytes themes/Mint-Y-Darker-Majestic/index.theme | 12 + .../xfce-notify-4.0/gtkrc | 72 + .../xfwm4/bottom-active.xpm | 8 + .../xfwm4/bottom-inactive.xpm | 1 + .../xfwm4/bottom-left-active.xpm | 8 + .../xfwm4/bottom-left-inactive.xpm | 1 + .../xfwm4/bottom-right-active.xpm | 8 + .../xfwm4/bottom-right-inactive.xpm | 1 + .../xfwm4/close-active.xpm | 66 + .../xfwm4/close-inactive.xpm | 47 + .../xfwm4/close-prelight.xpm | 68 + .../xfwm4/close-pressed.xpm | 69 + .../xfwm4/hide-active.xpm | 33 + .../xfwm4/hide-inactive.xpm | 33 + .../xfwm4/hide-prelight.xpm | 40 + .../xfwm4/hide-pressed.xpm | 44 + .../xfwm4/left-active.xpm | 6 + .../xfwm4/left-inactive.xpm | 1 + .../xfwm4/maximize-active.xpm | 38 + .../xfwm4/maximize-inactive.xpm | 38 + .../xfwm4/maximize-prelight.xpm | 45 + .../xfwm4/maximize-pressed.xpm | 49 + .../xfwm4/menu-active.xpm | 40 + .../xfwm4/menu-inactive.xpm | 40 + .../xfwm4/menu-prelight.xpm | 49 + .../xfwm4/menu-pressed.xpm | 51 + .../xfwm4/right-active.xpm | 6 + .../xfwm4/right-inactive.xpm | 1 + .../xfwm4/shade-active.xpm | 42 + .../xfwm4/shade-inactive.xpm | 44 + .../xfwm4/shade-prelight.xpm | 51 + .../xfwm4/shade-toggled-active.xpm | 42 + .../xfwm4/shade-toggled-inactive.xpm | 40 + .../xfwm4/shade-toggled-prelight.xpm | 50 + .../xfwm4/stick-active.xpm | 44 + .../xfwm4/stick-inactive.xpm | 44 + .../xfwm4/stick-prelight.xpm | 45 + .../xfwm4/stick-toggled-active.xpm | 49 + .../xfwm4/stick-toggled-inactive.xpm | 46 + .../xfwm4/stick-toggled-prelight.xpm | 49 + themes/Mint-Y-Darker-Majestic/xfwm4/themerc | 25 + .../xfwm4/title-1-active.xpm | 30 + .../xfwm4/title-1-inactive.xpm | 1 + .../xfwm4/title-2-active.xpm | 30 + .../xfwm4/title-2-inactive.xpm | 1 + .../xfwm4/title-3-active.xpm | 30 + .../xfwm4/title-3-inactive.xpm | 1 + .../xfwm4/title-4-active.xpm | 30 + .../xfwm4/title-4-inactive.xpm | 1 + .../xfwm4/title-5-active.xpm | 30 + .../xfwm4/title-5-inactive.xpm | 1 + .../xfwm4/top-left-active.xpm | 30 + .../xfwm4/top-left-inactive.xpm | 1 + .../xfwm4/top-right-active.xpm | 30 + .../xfwm4/top-right-inactive.xpm | 1 + themes/Mint-Y-Majestic/cinnamon/cinnamon.css | 1368 ++++++ .../common-assets/menu/menu-separator.svg | 60 + .../misc/add-workspace-active.svg | 117 + .../misc/add-workspace-hover.svg | 117 + .../common-assets/misc/add-workspace.svg | 117 + .../cinnamon/common-assets/misc/bg.svg | 127 + .../misc/calendar-arrow-left-hover.svg | 152 + .../misc/calendar-arrow-left.svg | 152 + .../misc/calendar-arrow-right-hover.svg | 152 + .../misc/calendar-arrow-right.svg | 152 + .../common-assets/misc/close-active.svg | 100 + .../common-assets/misc/close-hover.svg | 100 + .../cinnamon/common-assets/misc/close.svg | 100 + .../common-assets/misc/corner-ripple.svg | 122 + .../common-assets/misc/desklet-header.svg | 158 + .../cinnamon/common-assets/misc/desklet.svg | 152 + .../cinnamon/common-assets/misc/osd.svg | 127 + .../common-assets/misc/overview-hover.png | Bin 0 -> 838 bytes .../cinnamon/common-assets/misc/overview.png | Bin 0 -> 680 bytes .../common-assets/misc/trash-icon.svg | 97 + .../common-assets/panel/activities-active.svg | 158 + .../common-assets/panel/activities.svg | 158 + .../common-assets/panel/panel-bottom.svg | 84 + .../common-assets/panel/panel-top.svg | 80 + .../panel/window-list-active-bottom.svg | 142 + .../panel/window-list-active-top.svg | 142 + .../checkbox/checkbox-checked-focused.svg | 223 + .../checkbox/checkbox-checked.svg | 223 + .../checkbox/checkbox-unchecked-focused.svg | 141 + .../checkbox/checkbox-unchecked.svg | 141 + .../cinnamon/light-assets/menu/menu-hover.svg | 97 + .../cinnamon/light-assets/menu/menu.svg | 127 + .../cinnamon/light-assets/menu/submenu.svg | 117 + .../cinnamon/light-assets/misc/button-box.svg | 92 + .../cinnamon/light-assets/misc/message.svg | 81 + .../cinnamon/light-assets/misc/modal.svg | 143 + .../light-assets/switch/switch-off.svg | 201 + .../light-assets/switch/switch-on.svg | 220 + themes/Mint-Y-Majestic/cinnamon/thumbnail.png | Bin 0 -> 31164 bytes themes/Mint-Y-Majestic/gtk-2.0/apps.rc | 45 + .../gtk-2.0/assets/arrow-down-insens.png | Bin 0 -> 218 bytes .../gtk-2.0/assets/arrow-down-prelight.png | Bin 0 -> 219 bytes .../assets/arrow-down-small-insens.png | Bin 0 -> 201 bytes .../assets/arrow-down-small-prelight.png | Bin 0 -> 203 bytes .../gtk-2.0/assets/arrow-down-small.png | Bin 0 -> 280 bytes .../gtk-2.0/assets/arrow-down.png | Bin 0 -> 308 bytes .../gtk-2.0/assets/arrow-left-insens.png | Bin 0 -> 217 bytes .../gtk-2.0/assets/arrow-left-prelight.png | Bin 0 -> 221 bytes .../gtk-2.0/assets/arrow-left.png | Bin 0 -> 316 bytes .../gtk-2.0/assets/arrow-right-insens.png | Bin 0 -> 213 bytes .../gtk-2.0/assets/arrow-right-prelight.png | Bin 0 -> 214 bytes .../gtk-2.0/assets/arrow-right.png | Bin 0 -> 316 bytes .../gtk-2.0/assets/arrow-up-insens.png | Bin 0 -> 216 bytes .../gtk-2.0/assets/arrow-up-prelight.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/arrow-up-small-insens.png | Bin 0 -> 203 bytes .../assets/arrow-up-small-prelight.png | Bin 0 -> 207 bytes .../gtk-2.0/assets/arrow-up-small.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/arrow-up.png | Bin 0 -> 314 bytes .../gtk-2.0/assets/button-active.png | Bin 0 -> 266 bytes .../gtk-2.0/assets/button-hover.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/button-insensitive.png | Bin 0 -> 257 bytes .../Mint-Y-Majestic/gtk-2.0/assets/button.png | Bin 0 -> 252 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 338 bytes .../gtk-2.0/assets/checkbox-checked.png | Bin 0 -> 353 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/checkbox-unchecked.png | Bin 0 -> 262 bytes .../assets/combo-entry-button-active-rtl.png | Bin 0 -> 237 bytes .../assets/combo-entry-button-active.png | Bin 0 -> 232 bytes .../combo-entry-button-insensitive-rtl.png | Bin 0 -> 239 bytes .../assets/combo-entry-button-insensitive.png | Bin 0 -> 235 bytes .../gtk-2.0/assets/combo-entry-button-rtl.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/combo-entry-button.png | Bin 0 -> 231 bytes .../assets/combo-entry-focus-notebook-rtl.png | Bin 0 -> 262 bytes .../assets/combo-entry-focus-notebook.png | Bin 0 -> 246 bytes .../gtk-2.0/assets/combo-entry-focus-rtl.png | Bin 0 -> 262 bytes .../gtk-2.0/assets/combo-entry-focus.png | Bin 0 -> 251 bytes .../combo-entry-insensitive-notebook-rtl.png | Bin 0 -> 208 bytes .../combo-entry-insensitive-notebook.png | Bin 0 -> 206 bytes .../assets/combo-entry-insensitive-rtl.png | Bin 0 -> 214 bytes .../assets/combo-entry-insensitive.png | Bin 0 -> 213 bytes .../assets/combo-entry-notebook-rtl.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/combo-entry-notebook.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/combo-entry-rtl.png | Bin 0 -> 254 bytes .../gtk-2.0/assets/combo-entry.png | Bin 0 -> 243 bytes .../assets/down-background-disable-rtl.png | Bin 0 -> 201 bytes .../assets/down-background-disable.png | Bin 0 -> 201 bytes .../gtk-2.0/assets/down-background-rtl.png | Bin 0 -> 197 bytes .../gtk-2.0/assets/down-background.png | Bin 0 -> 191 bytes .../assets/entry-border-active-bg-solid.png | Bin 0 -> 246 bytes .../gtk-2.0/assets/entry-border-active-bg.png | Bin 0 -> 298 bytes .../gtk-2.0/assets/entry-border-bg-solid.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/entry-border-bg.png | Bin 0 -> 270 bytes .../assets/entry-border-disabled-bg.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/entry-border-fill.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/focus-line.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/frame-gap-end.png | Bin 0 -> 142 bytes .../gtk-2.0/assets/frame-gap-start.png | Bin 0 -> 142 bytes .../Mint-Y-Majestic/gtk-2.0/assets/frame.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/handle-h.png | Bin 0 -> 160 bytes .../gtk-2.0/assets/handle-v.png | Bin 0 -> 157 bytes .../gtk-2.0/assets/inline-toolbar.png | Bin 0 -> 165 bytes .../Mint-Y-Majestic/gtk-2.0/assets/line-h.png | Bin 0 -> 152 bytes .../Mint-Y-Majestic/gtk-2.0/assets/line-v.png | Bin 0 -> 152 bytes .../gtk-2.0/assets/menu-arrow-prelight.png | Bin 0 -> 265 bytes .../gtk-2.0/assets/menu-arrow.png | Bin 0 -> 265 bytes .../menu-checkbox-checked-insensitive.png | Bin 0 -> 333 bytes .../gtk-2.0/assets/menu-checkbox-checked.png | Bin 0 -> 324 bytes .../menu-checkbox-unchecked-insensitive.png | Bin 0 -> 234 bytes .../assets/menu-checkbox-unchecked.png | Bin 0 -> 226 bytes .../assets/menu-radio-checked-insensitive.png | Bin 0 -> 352 bytes .../gtk-2.0/assets/menu-radio-checked.png | Bin 0 -> 380 bytes .../menu-radio-unchecked-insensitive.png | Bin 0 -> 420 bytes .../gtk-2.0/assets/menu-radio-unchecked.png | Bin 0 -> 309 bytes .../gtk-2.0/assets/menubar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/menubar_button.png | Bin 0 -> 156 bytes .../gtk-2.0/assets/menuitem.png | Bin 0 -> 176 bytes .../Mint-Y-Majestic/gtk-2.0/assets/minus.png | Bin 0 -> 261 bytes .../notebook-entry-border-active-bg.png | Bin 0 -> 286 bytes .../assets/notebook-entry-border-bg.png | Bin 0 -> 258 bytes .../notebook-entry-border-disabled-bg.png | Bin 0 -> 222 bytes .../gtk-2.0/assets/notebook-gap-horiz.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/notebook-gap-vert.png | Bin 0 -> 155 bytes .../gtk-2.0/assets/notebook.png | Bin 0 -> 165 bytes .../Mint-Y-Majestic/gtk-2.0/assets/null.png | Bin 0 -> 148 bytes .../Mint-Y-Majestic/gtk-2.0/assets/plus.png | Bin 0 -> 249 bytes .../gtk-2.0/assets/progressbar.png | Bin 0 -> 267 bytes .../gtk-2.0/assets/progressbar_v.png | Bin 0 -> 264 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 352 bytes .../gtk-2.0/assets/radio-checked.png | Bin 0 -> 367 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 386 bytes .../gtk-2.0/assets/radio-unchecked.png | Bin 0 -> 404 bytes .../gtk-2.0/assets/slider-horiz-active.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-insens.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-prelight.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-insensitive.png | Bin 0 -> 408 bytes .../gtk-2.0/assets/slider-prelight.png | Bin 0 -> 379 bytes .../gtk-2.0/assets/slider-vert-active.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-insens.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-prelight.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert.png | Bin 0 -> 248 bytes .../Mint-Y-Majestic/gtk-2.0/assets/slider.png | Bin 0 -> 403 bytes .../gtk-2.0/assets/tab-bottom-active.png | Bin 0 -> 166 bytes .../gtk-2.0/assets/tab-left-active.png | Bin 0 -> 167 bytes .../gtk-2.0/assets/tab-right-active.png | Bin 0 -> 168 bytes .../gtk-2.0/assets/tab-top-active.png | Bin 0 -> 166 bytes .../assets/toolbar-entry-border-active-bg.png | Bin 0 -> 298 bytes .../assets/toolbar-entry-border-bg.png | Bin 0 -> 267 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/tree_header.png | Bin 0 -> 164 bytes .../assets/trough-horizontal-active.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-horizontal.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-progressbar.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/trough-progressbar_v.png | Bin 0 -> 276 bytes .../gtk-2.0/assets/trough-scrollbar-horiz.png | Bin 0 -> 164 bytes .../gtk-2.0/assets/trough-scrollbar-vert.png | Bin 0 -> 162 bytes .../gtk-2.0/assets/trough-vertical-active.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/trough-vertical.png | Bin 0 -> 257 bytes .../assets/up-background-disable-rtl.png | Bin 0 -> 206 bytes .../gtk-2.0/assets/up-background-disable.png | Bin 0 -> 212 bytes .../gtk-2.0/assets/up-background-rtl.png | Bin 0 -> 206 bytes .../gtk-2.0/assets/up-background.png | Bin 0 -> 212 bytes themes/Mint-Y-Majestic/gtk-2.0/gtkrc | 10 + themes/Mint-Y-Majestic/gtk-2.0/main.rc | 2441 +++++++++++ .../gtk-2.0/menubar-toolbar/button-active.png | Bin 0 -> 293 bytes .../gtk-2.0/menubar-toolbar/button-hover.png | Bin 0 -> 310 bytes .../menubar-toolbar/button-insensitive.png | Bin 0 -> 289 bytes .../gtk-2.0/menubar-toolbar/button.png | Bin 0 -> 306 bytes .../gtk-2.0/menubar-toolbar/menubar-dark.png | Bin 0 -> 181 bytes .../menubar-toolbar/menubar-toolbar-dark.rc | 222 + .../menubar-toolbar/menubar-toolbar.rc | 166 + .../gtk-2.0/menubar-toolbar/menubar.png | Bin 0 -> 165 bytes .../menubar-toolbar/menubar_button-dark.png | Bin 0 -> 164 bytes .../menubar-toolbar/menubar_button.png | Bin 0 -> 164 bytes .../toolbar-entry-border-active-bg-dark.png | Bin 0 -> 413 bytes .../toolbar-entry-border-active-bg.png | Bin 0 -> 406 bytes .../toolbar-entry-border-bg-dark.png | Bin 0 -> 322 bytes .../toolbar-entry-border-bg.png | Bin 0 -> 335 bytes .../toolbar-entry-border-disabled-bg-dark.png | Bin 0 -> 276 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 310 bytes themes/Mint-Y-Majestic/gtk-2.0/panel.rc | 153 + .../gtk-3.0/assets/checkbox-checked-dark.png | Bin 0 -> 347 bytes .../assets/checkbox-checked-dark@2.png | Bin 0 -> 462 bytes .../checkbox-checked-insensitive-dark.png | Bin 0 -> 337 bytes .../checkbox-checked-insensitive-dark@2.png | Bin 0 -> 454 bytes .../checkbox-checked-insensitive-selected.png | Bin 0 -> 364 bytes ...heckbox-checked-insensitive-selected@2.png | Bin 0 -> 469 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 365 bytes .../assets/checkbox-checked-insensitive@2.png | Bin 0 -> 469 bytes .../assets/checkbox-checked-selected.png | Bin 0 -> 354 bytes .../assets/checkbox-checked-selected@2.png | Bin 0 -> 472 bytes .../checkbox-checked-selectionmode-dark.png | Bin 0 -> 441 bytes .../checkbox-checked-selectionmode-dark@2.png | Bin 0 -> 630 bytes .../assets/checkbox-checked-selectionmode.png | Bin 0 -> 455 bytes .../checkbox-checked-selectionmode@2.png | Bin 0 -> 645 bytes .../gtk-3.0/assets/checkbox-checked.png | Bin 0 -> 353 bytes .../gtk-3.0/assets/checkbox-checked@2.png | Bin 0 -> 472 bytes .../gtk-3.0/assets/checkbox-mixed-dark.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed-dark@2.png | Bin 0 -> 294 bytes .../checkbox-mixed-insensitive-dark.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-dark@2.png | Bin 0 -> 285 bytes .../checkbox-mixed-insensitive-selected.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-selected@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-insensitive.png | Bin 0 -> 227 bytes .../assets/checkbox-mixed-insensitive@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-selected.png | Bin 0 -> 229 bytes .../assets/checkbox-mixed-selected@2.png | Bin 0 -> 294 bytes .../gtk-3.0/assets/checkbox-mixed.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed@2.png | Bin 0 -> 294 bytes .../assets/checkbox-selectionmode-dark.png | Bin 0 -> 477 bytes .../assets/checkbox-selectionmode-dark@2.png | Bin 0 -> 675 bytes .../gtk-3.0/assets/checkbox-selectionmode.png | Bin 0 -> 407 bytes .../assets/checkbox-selectionmode@2.png | Bin 0 -> 615 bytes .../assets/checkbox-unchecked-dark.png | Bin 0 -> 264 bytes .../assets/checkbox-unchecked-dark@2.png | Bin 0 -> 345 bytes .../checkbox-unchecked-insensitive-dark.png | Bin 0 -> 262 bytes .../checkbox-unchecked-insensitive-dark@2.png | Bin 0 -> 330 bytes ...heckbox-unchecked-insensitive-selected.png | Bin 0 -> 244 bytes ...ckbox-unchecked-insensitive-selected@2.png | Bin 0 -> 312 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 258 bytes .../checkbox-unchecked-insensitive@2.png | Bin 0 -> 336 bytes .../assets/checkbox-unchecked-selected.png | Bin 0 -> 252 bytes .../assets/checkbox-unchecked-selected@2.png | Bin 0 -> 337 bytes .../gtk-3.0/assets/checkbox-unchecked.png | Bin 0 -> 260 bytes .../gtk-3.0/assets/checkbox-unchecked@2.png | Bin 0 -> 351 bytes .../assets/pane-separator-vertical.png | Bin 0 -> 172 bytes .../assets/pane-separator-vertical@2.png | Bin 0 -> 194 bytes .../gtk-3.0/assets/pane-separator.png | Bin 0 -> 176 bytes .../gtk-3.0/assets/pane-separator@2.png | Bin 0 -> 201 bytes .../gtk-3.0/assets/radio-checked-dark.png | Bin 0 -> 372 bytes .../gtk-3.0/assets/radio-checked-dark@2.png | Bin 0 -> 631 bytes .../assets/radio-checked-insensitive-dark.png | Bin 0 -> 357 bytes .../radio-checked-insensitive-dark@2.png | Bin 0 -> 577 bytes .../radio-checked-insensitive-selected.png | Bin 0 -> 346 bytes .../radio-checked-insensitive-selected@2.png | Bin 0 -> 544 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 352 bytes .../assets/radio-checked-insensitive@2.png | Bin 0 -> 580 bytes .../gtk-3.0/assets/radio-checked-selected.png | Bin 0 -> 353 bytes .../assets/radio-checked-selected@2.png | Bin 0 -> 623 bytes .../gtk-3.0/assets/radio-checked.png | Bin 0 -> 367 bytes .../gtk-3.0/assets/radio-checked@2.png | Bin 0 -> 624 bytes .../gtk-3.0/assets/radio-mixed-dark.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed-dark@2.png | Bin 0 -> 546 bytes .../assets/radio-mixed-insensitive-dark.png | Bin 0 -> 325 bytes .../assets/radio-mixed-insensitive-dark@2.png | Bin 0 -> 505 bytes .../radio-mixed-insensitive-selected.png | Bin 0 -> 319 bytes .../radio-mixed-insensitive-selected@2.png | Bin 0 -> 481 bytes .../assets/radio-mixed-insensitive.png | Bin 0 -> 325 bytes .../assets/radio-mixed-insensitive@2.png | Bin 0 -> 505 bytes .../gtk-3.0/assets/radio-mixed-selected.png | Bin 0 -> 307 bytes .../gtk-3.0/assets/radio-mixed-selected@2.png | Bin 0 -> 516 bytes .../gtk-3.0/assets/radio-mixed.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed@2.png | Bin 0 -> 546 bytes .../gtk-3.0/assets/radio-unchecked-dark.png | Bin 0 -> 426 bytes .../gtk-3.0/assets/radio-unchecked-dark@2.png | Bin 0 -> 742 bytes .../radio-unchecked-insensitive-dark.png | Bin 0 -> 410 bytes .../radio-unchecked-insensitive-dark@2.png | Bin 0 -> 673 bytes .../radio-unchecked-insensitive-selected.png | Bin 0 -> 333 bytes ...radio-unchecked-insensitive-selected@2.png | Bin 0 -> 575 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 395 bytes .../assets/radio-unchecked-insensitive@2.png | Bin 0 -> 657 bytes .../assets/radio-unchecked-selected.png | Bin 0 -> 356 bytes .../assets/radio-unchecked-selected@2.png | Bin 0 -> 708 bytes .../gtk-3.0/assets/radio-unchecked.png | Bin 0 -> 410 bytes .../gtk-3.0/assets/radio-unchecked@2.png | Bin 0 -> 716 bytes .../gtk-3.0/assets/switch-active-dark.png | Bin 0 -> 751 bytes .../gtk-3.0/assets/switch-active-dark@2.png | Bin 0 -> 1295 bytes .../assets/switch-active-header-dark.png | Bin 0 -> 750 bytes .../assets/switch-active-header-dark@2.png | Bin 0 -> 1297 bytes .../gtk-3.0/assets/switch-active-header.png | Bin 0 -> 774 bytes .../gtk-3.0/assets/switch-active-header@2.png | Bin 0 -> 1386 bytes .../assets/switch-active-insensitive-dark.png | Bin 0 -> 692 bytes .../switch-active-insensitive-dark@2.png | Bin 0 -> 1161 bytes .../switch-active-insensitive-header-dark.png | Bin 0 -> 714 bytes ...witch-active-insensitive-header-dark@2.png | Bin 0 -> 1188 bytes .../switch-active-insensitive-header.png | Bin 0 -> 716 bytes .../switch-active-insensitive-header@2.png | Bin 0 -> 1268 bytes .../switch-active-insensitive-selected.png | Bin 0 -> 711 bytes .../switch-active-insensitive-selected@2.png | Bin 0 -> 1244 bytes .../assets/switch-active-insensitive.png | Bin 0 -> 716 bytes .../assets/switch-active-insensitive@2.png | Bin 0 -> 1268 bytes .../gtk-3.0/assets/switch-active-selected.png | Bin 0 -> 778 bytes .../assets/switch-active-selected@2.png | Bin 0 -> 1381 bytes .../gtk-3.0/assets/switch-active.png | Bin 0 -> 774 bytes .../gtk-3.0/assets/switch-active@2.png | Bin 0 -> 1386 bytes .../gtk-3.0/assets/switch-dark.png | Bin 0 -> 728 bytes .../gtk-3.0/assets/switch-dark@2.png | Bin 0 -> 1266 bytes .../gtk-3.0/assets/switch-header-dark.png | Bin 0 -> 742 bytes .../gtk-3.0/assets/switch-header-dark@2.png | Bin 0 -> 1291 bytes .../gtk-3.0/assets/switch-header.png | Bin 0 -> 781 bytes .../gtk-3.0/assets/switch-header@2.png | Bin 0 -> 1343 bytes .../assets/switch-insensitive-dark.png | Bin 0 -> 667 bytes .../assets/switch-insensitive-dark@2.png | Bin 0 -> 1159 bytes .../assets/switch-insensitive-header-dark.png | Bin 0 -> 662 bytes .../switch-insensitive-header-dark@2.png | Bin 0 -> 1147 bytes .../assets/switch-insensitive-header.png | Bin 0 -> 687 bytes .../assets/switch-insensitive-header@2.png | Bin 0 -> 1177 bytes .../assets/switch-insensitive-selected.png | Bin 0 -> 644 bytes .../assets/switch-insensitive-selected@2.png | Bin 0 -> 1081 bytes .../gtk-3.0/assets/switch-insensitive.png | Bin 0 -> 687 bytes .../gtk-3.0/assets/switch-insensitive@2.png | Bin 0 -> 1170 bytes .../gtk-3.0/assets/switch-selected.png | Bin 0 -> 717 bytes .../gtk-3.0/assets/switch-selected@2.png | Bin 0 -> 1216 bytes .../Mint-Y-Majestic/gtk-3.0/assets/switch.png | Bin 0 -> 729 bytes .../gtk-3.0/assets/switch@2.png | Bin 0 -> 1264 bytes .../assets/titlebutton-close-active-dark.png | Bin 0 -> 446 bytes .../titlebutton-close-active-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-active.png | Bin 0 -> 430 bytes .../assets/titlebutton-close-active@2.png | Bin 0 -> 772 bytes .../titlebutton-close-backdrop-dark.png | Bin 0 -> 421 bytes .../titlebutton-close-backdrop-dark@2.png | Bin 0 -> 708 bytes .../assets/titlebutton-close-backdrop.png | Bin 0 -> 438 bytes .../assets/titlebutton-close-backdrop@2.png | Bin 0 -> 748 bytes .../gtk-3.0/assets/titlebutton-close-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-hover-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover.png | Bin 0 -> 461 bytes .../assets/titlebutton-close-hover@2.png | Bin 0 -> 810 bytes .../gtk-3.0/assets/titlebutton-close.png | Bin 0 -> 461 bytes .../gtk-3.0/assets/titlebutton-close@2.png | Bin 0 -> 810 bytes .../assets/titlebutton-max-active-dark.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active-dark@2.png | Bin 0 -> 652 bytes .../gtk-3.0/assets/titlebutton-max-active.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active@2.png | Bin 0 -> 652 bytes .../assets/titlebutton-max-backdrop-dark.png | Bin 0 -> 241 bytes .../titlebutton-max-backdrop-dark@2.png | Bin 0 -> 280 bytes .../assets/titlebutton-max-backdrop.png | Bin 0 -> 241 bytes .../assets/titlebutton-max-backdrop@2.png | Bin 0 -> 289 bytes .../gtk-3.0/assets/titlebutton-max-dark.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max-dark@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-max-hover-dark.png | Bin 0 -> 413 bytes .../assets/titlebutton-max-hover-dark@2.png | Bin 0 -> 807 bytes .../gtk-3.0/assets/titlebutton-max-hover.png | Bin 0 -> 422 bytes .../assets/titlebutton-max-hover@2.png | Bin 0 -> 801 bytes .../gtk-3.0/assets/titlebutton-max.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-min-active-dark.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active-dark@2.png | Bin 0 -> 571 bytes .../gtk-3.0/assets/titlebutton-min-active.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active@2.png | Bin 0 -> 571 bytes .../assets/titlebutton-min-backdrop-dark.png | Bin 0 -> 168 bytes .../titlebutton-min-backdrop-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-backdrop.png | Bin 0 -> 167 bytes .../assets/titlebutton-min-backdrop@2.png | Bin 0 -> 180 bytes .../gtk-3.0/assets/titlebutton-min-dark.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-hover-dark.png | Bin 0 -> 363 bytes .../assets/titlebutton-min-hover-dark@2.png | Bin 0 -> 701 bytes .../gtk-3.0/assets/titlebutton-min-hover.png | Bin 0 -> 368 bytes .../assets/titlebutton-min-hover@2.png | Bin 0 -> 694 bytes .../gtk-3.0/assets/titlebutton-min.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min@2.png | Bin 0 -> 180 bytes themes/Mint-Y-Majestic/gtk-3.0/gtk.css | 3781 ++++++++++++++++ themes/Mint-Y-Majestic/gtk-3.0/thumbnail.png | Bin 0 -> 1529 bytes themes/Mint-Y-Majestic/index.theme | 12 + .../Mint-Y-Majestic/metacity-1/button-bg.svg | 105 + .../metacity-1/button-border.svg | 107 + .../Mint-Y-Majestic/metacity-1/close-icon.svg | 104 + .../Mint-Y-Majestic/metacity-1/max-icon.svg | 75 + .../metacity-1/metacity-theme-2.xml | 767 ++++ .../metacity-1/metacity-theme-3.xml | 1040 +++++ .../Mint-Y-Majestic/metacity-1/min-icon.svg | 75 + .../Mint-Y-Majestic/metacity-1/thumbnail.png | Bin 0 -> 695 bytes themes/Mint-Y-Majestic/xfce-notify-4.0/gtkrc | 72 + .../Mint-Y-Majestic/xfwm4/bottom-active.xpm | 9 + .../Mint-Y-Majestic/xfwm4/bottom-inactive.xpm | 1 + .../xfwm4/bottom-left-active.xpm | 9 + .../xfwm4/bottom-left-inactive.xpm | 1 + .../xfwm4/bottom-right-active.xpm | 9 + .../xfwm4/bottom-right-inactive.xpm | 1 + themes/Mint-Y-Majestic/xfwm4/close-active.xpm | 60 + .../Mint-Y-Majestic/xfwm4/close-inactive.xpm | 40 + .../Mint-Y-Majestic/xfwm4/close-prelight.xpm | 58 + .../Mint-Y-Majestic/xfwm4/close-pressed.xpm | 62 + themes/Mint-Y-Majestic/xfwm4/hide-active.xpm | 33 + .../Mint-Y-Majestic/xfwm4/hide-inactive.xpm | 33 + .../Mint-Y-Majestic/xfwm4/hide-prelight.xpm | 42 + themes/Mint-Y-Majestic/xfwm4/hide-pressed.xpm | 39 + themes/Mint-Y-Majestic/xfwm4/left-active.xpm | 7 + .../Mint-Y-Majestic/xfwm4/left-inactive.xpm | 1 + .../Mint-Y-Majestic/xfwm4/maximize-active.xpm | 37 + .../xfwm4/maximize-inactive.xpm | 37 + .../xfwm4/maximize-prelight.xpm | 47 + .../xfwm4/maximize-pressed.xpm | 43 + themes/Mint-Y-Majestic/xfwm4/menu-active.xpm | 41 + .../Mint-Y-Majestic/xfwm4/menu-inactive.xpm | 40 + themes/Mint-Y-Majestic/xfwm4/menu-pressed.xpm | 48 + themes/Mint-Y-Majestic/xfwm4/right-active.xpm | 7 + .../Mint-Y-Majestic/xfwm4/right-inactive.xpm | 1 + themes/Mint-Y-Majestic/xfwm4/shade-active.xpm | 46 + .../Mint-Y-Majestic/xfwm4/shade-inactive.xpm | 42 + .../Mint-Y-Majestic/xfwm4/shade-prelight.xpm | 50 + .../xfwm4/shade-toggled-active.xpm | 44 + .../xfwm4/shade-toggled-inactive.xpm | 40 + .../xfwm4/shade-toggled-prelight.xpm | 50 + themes/Mint-Y-Majestic/xfwm4/stick-active.xpm | 45 + .../Mint-Y-Majestic/xfwm4/stick-inactive.xpm | 39 + .../Mint-Y-Majestic/xfwm4/stick-prelight.xpm | 41 + .../xfwm4/stick-toggled-active.xpm | 48 + .../xfwm4/stick-toggled-inactive.xpm | 41 + .../xfwm4/stick-toggled-prelight.xpm | 47 + themes/Mint-Y-Majestic/xfwm4/themerc | 25 + .../xfwm4/title-1-active-shaded.xpm | 30 + .../Mint-Y-Majestic/xfwm4/title-1-active.xpm | 30 + .../xfwm4/title-1-inactive.xpm | 1 + .../Mint-Y-Majestic/xfwm4/title-2-active.xpm | 30 + .../xfwm4/title-2-inactive.xpm | 1 + .../Mint-Y-Majestic/xfwm4/title-3-active.xpm | 30 + .../xfwm4/title-3-inactive.xpm | 1 + .../Mint-Y-Majestic/xfwm4/title-4-active.xpm | 30 + .../xfwm4/title-4-inactive.xpm | 1 + .../Mint-Y-Majestic/xfwm4/title-5-active.xpm | 30 + .../xfwm4/title-5-inactive.xpm | 1 + .../xfwm4/top-left-active-shaded.xpm | 32 + .../Mint-Y-Majestic/xfwm4/top-left-active.xpm | 34 + .../xfwm4/top-left-inactive.xpm | 1 + .../xfwm4/top-right-active-shaded.xpm | 32 + .../xfwm4/top-right-active.xpm | 32 + .../xfwm4/top-right-inactive.xpm | 1 + 1239 files changed, 48744 insertions(+) create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/cinnamon.css create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/menu/menu-separator.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/add-workspace-active.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/add-workspace-hover.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/add-workspace.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/bg.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/calendar-arrow-left.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/calendar-arrow-right.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/close-active.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/close-hover.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/close.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/corner-ripple.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/desklet-header.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/desklet.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/osd.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/overview-hover.png create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/overview.png create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/trash-icon.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/activities-active.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/activities.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/panel-bottom.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/panel-top.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/window-list-active-bottom.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/window-list-active-top.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/checkbox/checkbox-checked.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/menu/menu-hover.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/menu/menu.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/menu/submenu.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/misc/button-box.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/misc/message.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/misc/modal.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/switch/switch-off.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/switch/switch-on.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/menu/menu-separator.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/misc/add-workspace-active.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/misc/add-workspace-hover.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/misc/add-workspace.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/misc/bg.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/misc/calendar-arrow-left-hover.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/misc/calendar-arrow-left.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/misc/calendar-arrow-right-hover.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/misc/calendar-arrow-right.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/misc/close-active.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/misc/close-hover.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/misc/close.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/misc/corner-ripple-ltr.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/misc/corner-ripple-rtl.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/misc/desklet-header.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/misc/desklet.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/misc/osd.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/misc/overview-hover.png create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/misc/overview.png create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/misc/trash-icon.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/panel/activities-active.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/panel/activities.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/panel/panel-bottom.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/panel/panel-top.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/panel/window-list-active-bottom.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/panel/window-list-active-top.svg create mode 100644 themes/Mint-Y-Dark-Majestic/cinnamon/thumbnail.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/apps.rc create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-down-insens.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-down-prelight.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-down-small-insens.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-down-small-prelight.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-down-small.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-down.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-left-insens.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-left-prelight.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-left.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-right-insens.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-right-prelight.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-right.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-up-insens.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-up-prelight.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-up-small-insens.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-up-small-prelight.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-up-small.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-up.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/button-active.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/button-hover.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/button-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/button.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-button-active-rtl.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-button-active.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-button-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-button-rtl.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-button.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-focus-notebook.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-focus-rtl.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-focus.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-insensitive-notebook.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-insensitive-rtl.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-notebook-rtl.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-notebook.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-rtl.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/down-background-disable-rtl.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/down-background-disable.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/down-background-rtl.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/down-background.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/entry-border-active-bg-solid.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/entry-border-active-bg.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/entry-border-bg-solid.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/entry-border-bg.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/entry-border-fill.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/focus-line.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/frame-gap-end.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/frame-gap-start.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/frame.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/handle-h.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/handle-v.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/inline-toolbar.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/line-h.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/line-v.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menu-arrow-prelight.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menu-arrow.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menu-checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menu-checkbox-checked.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menu-checkbox-unchecked.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menu-radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menu-radio-checked.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menu-radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menu-radio-unchecked.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menubar.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menubar_button.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menuitem.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/minus.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/notebook-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/notebook-entry-border-bg.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/notebook-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/notebook-gap-horiz.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/notebook-gap-vert.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/notebook.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/null.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/plus.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/progressbar.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/progressbar_v.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-horiz-active.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-horiz-insens.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-horiz-prelight.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-horiz.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-prelight.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-vert-active.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-vert-insens.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-vert-prelight.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-vert.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/tab-bottom-active.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/tab-left-active.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/tab-right-active.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/tab-top-active.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/toolbar.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/tree_header.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/trough-horizontal-active.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/trough-horizontal.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/trough-progressbar.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/trough-progressbar_v.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/trough-scrollbar-horiz.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/trough-scrollbar-vert.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/trough-vertical-active.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/trough-vertical.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/up-background-disable-rtl.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/up-background-disable.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/up-background-rtl.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/up-background.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/gtkrc create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/main.rc create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/button-active.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/button-hover.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/button-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/button.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/menubar-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar.rc create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/menubar.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/menubar_button-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/menubar_button.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-2.0/panel.rc create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-selected.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-selected@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-selected.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-selected@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-selectionmode-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-selectionmode.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-selectionmode@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-selected.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/pane-separator-vertical.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/pane-separator-vertical@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/pane-separator.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/pane-separator@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-checked-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-checked-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-checked-selected.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-checked-selected@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-checked@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-selected.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-selected@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-selected.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-header-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-header-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-header.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-header@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-insensitive-header.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-insensitive-header@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-selected.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-selected@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-header-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-header-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-header.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-header@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-insensitive-header.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-insensitive-header@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-insensitive.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-selected.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-selected@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-active-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-active-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-active.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-active@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-backdrop-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-backdrop.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-backdrop@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-hover-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-hover-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-hover.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-hover@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-active-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-active-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-active.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-active@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-backdrop-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-backdrop.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-backdrop@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-hover-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-hover-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-hover.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-hover@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-active-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-active-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-active.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-active@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-backdrop-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-backdrop.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-backdrop@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-hover-dark.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-hover-dark@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-hover.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-hover@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min@2.png create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/gtk.css create mode 100644 themes/Mint-Y-Dark-Majestic/gtk-3.0/thumbnail.png create mode 100644 themes/Mint-Y-Dark-Majestic/index.theme create mode 100644 themes/Mint-Y-Dark-Majestic/metacity-1/button-bg.svg create mode 100644 themes/Mint-Y-Dark-Majestic/metacity-1/button-border.svg create mode 100644 themes/Mint-Y-Dark-Majestic/metacity-1/close-icon.svg create mode 100644 themes/Mint-Y-Dark-Majestic/metacity-1/max-icon.svg create mode 100644 themes/Mint-Y-Dark-Majestic/metacity-1/metacity-theme-2.xml create mode 100644 themes/Mint-Y-Dark-Majestic/metacity-1/metacity-theme-3.xml create mode 100644 themes/Mint-Y-Dark-Majestic/metacity-1/min-icon.svg create mode 100644 themes/Mint-Y-Dark-Majestic/metacity-1/thumbnail.png create mode 100644 themes/Mint-Y-Dark-Majestic/xfce-notify-4.0/gtkrc create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/bottom-active.xpm create mode 120000 themes/Mint-Y-Dark-Majestic/xfwm4/bottom-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/bottom-left-active.xpm create mode 120000 themes/Mint-Y-Dark-Majestic/xfwm4/bottom-left-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/bottom-right-active.xpm create mode 120000 themes/Mint-Y-Dark-Majestic/xfwm4/bottom-right-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/close-active.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/close-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/close-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/close-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/hide-active.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/hide-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/hide-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/hide-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/left-active.xpm create mode 120000 themes/Mint-Y-Dark-Majestic/xfwm4/left-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/maximize-active.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/maximize-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/maximize-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/maximize-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/menu-active.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/menu-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/menu-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/menu-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/right-active.xpm create mode 120000 themes/Mint-Y-Dark-Majestic/xfwm4/right-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/shade-active.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/shade-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/shade-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/shade-toggled-active.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/shade-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/shade-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/stick-active.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/stick-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/stick-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/stick-toggled-active.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/stick-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/stick-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/themerc create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/title-1-active.xpm create mode 120000 themes/Mint-Y-Dark-Majestic/xfwm4/title-1-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/title-2-active.xpm create mode 120000 themes/Mint-Y-Dark-Majestic/xfwm4/title-2-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/title-3-active.xpm create mode 120000 themes/Mint-Y-Dark-Majestic/xfwm4/title-3-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/title-4-active.xpm create mode 120000 themes/Mint-Y-Dark-Majestic/xfwm4/title-4-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/title-5-active.xpm create mode 120000 themes/Mint-Y-Dark-Majestic/xfwm4/title-5-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/top-left-active.xpm create mode 120000 themes/Mint-Y-Dark-Majestic/xfwm4/top-left-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Majestic/xfwm4/top-right-active.xpm create mode 120000 themes/Mint-Y-Dark-Majestic/xfwm4/top-right-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/apps.rc create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-down-insens.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-down-prelight.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-down-small-insens.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-down-small-prelight.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-down-small.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-down.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-left-insens.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-left-prelight.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-left.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-right-insens.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-right-prelight.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-right.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-up-insens.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-up-prelight.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-up-small-insens.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-up-small-prelight.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-up-small.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-up.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/button-active.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/button-hover.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/button-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/button.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-button-active-rtl.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-button-active.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-button-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-button-rtl.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-button.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-focus-notebook.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-focus-rtl.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-focus.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-insensitive-notebook.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-insensitive-rtl.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-notebook-rtl.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-notebook.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-rtl.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/down-background-disable-rtl.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/down-background-disable.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/down-background-rtl.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/down-background.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/entry-border-active-bg-solid.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/entry-border-active-bg.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/entry-border-bg-solid.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/entry-border-bg.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/entry-border-fill.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/focus-line.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/frame-gap-end.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/frame-gap-start.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/frame.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/handle-h.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/handle-v.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/inline-toolbar.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/line-h.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/line-v.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-arrow-prelight.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-arrow.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-checkbox-checked.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-checkbox-unchecked.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-radio-checked.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-radio-unchecked.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menubar.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menubar_button.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menuitem.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/minus.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/notebook-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/notebook-entry-border-bg.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/notebook-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/notebook-gap-horiz.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/notebook-gap-vert.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/notebook.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/null.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/plus.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/progressbar.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/progressbar_v.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-horiz-active.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-horiz-insens.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-horiz-prelight.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-horiz.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-prelight.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-vert-active.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-vert-insens.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-vert-prelight.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-vert.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/tab-bottom-active.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/tab-left-active.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/tab-right-active.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/tab-top-active.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/toolbar.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/tree_header.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-horizontal-active.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-horizontal.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-progressbar.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-progressbar_v.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-scrollbar-horiz.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-scrollbar-vert.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-vertical-active.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-vertical.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/up-background-disable-rtl.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/up-background-disable.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/up-background-rtl.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/up-background.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/gtkrc create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/main.rc create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/button-active.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/button-hover.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/button-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/button.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/menubar-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar.rc create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/menubar.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/menubar_button-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/menubar_button.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-2.0/panel.rc create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-selected.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-selected@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-selected.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-selected@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-selectionmode-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-selectionmode.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-selectionmode@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-selected.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/pane-separator-vertical.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/pane-separator-vertical@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/pane-separator.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/pane-separator@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-selected.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-selected@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-selected.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-selected@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-selected.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-header-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-header-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-header.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-header@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-header.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-header@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-selected.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-selected@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-header-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-header-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-header.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-header@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-header.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-header@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-selected.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-selected@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-active-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-active-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-active.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-active@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-backdrop-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-backdrop.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-backdrop@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-hover-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-hover-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-hover.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-hover@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-active-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-active-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-active.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-active@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-backdrop-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-backdrop.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-backdrop@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-hover-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-hover-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-hover.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-hover@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-active-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-active-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-active.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-active@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-backdrop-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-backdrop.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-backdrop@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-hover-dark.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-hover-dark@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-hover.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-hover@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min@2.png create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/gtk-dark.css create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/gtk.css create mode 100644 themes/Mint-Y-Darker-Majestic/gtk-3.0/thumbnail.png create mode 100644 themes/Mint-Y-Darker-Majestic/index.theme create mode 100644 themes/Mint-Y-Darker-Majestic/xfce-notify-4.0/gtkrc create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/bottom-active.xpm create mode 120000 themes/Mint-Y-Darker-Majestic/xfwm4/bottom-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/bottom-left-active.xpm create mode 120000 themes/Mint-Y-Darker-Majestic/xfwm4/bottom-left-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/bottom-right-active.xpm create mode 120000 themes/Mint-Y-Darker-Majestic/xfwm4/bottom-right-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/close-active.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/close-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/close-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/close-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/hide-active.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/hide-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/hide-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/hide-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/left-active.xpm create mode 120000 themes/Mint-Y-Darker-Majestic/xfwm4/left-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/maximize-active.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/maximize-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/maximize-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/maximize-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/menu-active.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/menu-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/menu-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/menu-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/right-active.xpm create mode 120000 themes/Mint-Y-Darker-Majestic/xfwm4/right-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/shade-active.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/shade-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/shade-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/shade-toggled-active.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/shade-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/shade-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/stick-active.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/stick-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/stick-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/stick-toggled-active.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/stick-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/stick-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/themerc create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/title-1-active.xpm create mode 120000 themes/Mint-Y-Darker-Majestic/xfwm4/title-1-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/title-2-active.xpm create mode 120000 themes/Mint-Y-Darker-Majestic/xfwm4/title-2-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/title-3-active.xpm create mode 120000 themes/Mint-Y-Darker-Majestic/xfwm4/title-3-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/title-4-active.xpm create mode 120000 themes/Mint-Y-Darker-Majestic/xfwm4/title-4-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/title-5-active.xpm create mode 120000 themes/Mint-Y-Darker-Majestic/xfwm4/title-5-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/top-left-active.xpm create mode 120000 themes/Mint-Y-Darker-Majestic/xfwm4/top-left-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Majestic/xfwm4/top-right-active.xpm create mode 120000 themes/Mint-Y-Darker-Majestic/xfwm4/top-right-inactive.xpm create mode 100644 themes/Mint-Y-Majestic/cinnamon/cinnamon.css create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/menu/menu-separator.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/misc/add-workspace-active.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/misc/add-workspace-hover.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/misc/add-workspace.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/misc/bg.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/misc/calendar-arrow-left.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/misc/calendar-arrow-right.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/misc/close-active.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/misc/close-hover.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/misc/close.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/misc/corner-ripple.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/misc/desklet-header.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/misc/desklet.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/misc/osd.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/misc/overview-hover.png create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/misc/overview.png create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/misc/trash-icon.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/panel/activities-active.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/panel/activities.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/panel/panel-bottom.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/panel/panel-top.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/panel/window-list-active-bottom.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/common-assets/panel/window-list-active-top.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/light-assets/checkbox/checkbox-checked.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/light-assets/checkbox/checkbox-unchecked.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/light-assets/menu/menu-hover.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/light-assets/menu/menu.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/light-assets/menu/submenu.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/light-assets/misc/button-box.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/light-assets/misc/message.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/light-assets/misc/modal.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/light-assets/switch/switch-off.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/light-assets/switch/switch-on.svg create mode 100644 themes/Mint-Y-Majestic/cinnamon/thumbnail.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/apps.rc create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-down-insens.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-down-prelight.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-down-small-insens.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-down-small-prelight.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-down-small.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-down.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-left-insens.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-left-prelight.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-left.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-right-insens.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-right-prelight.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-right.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-up-insens.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-up-prelight.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-up-small-insens.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-up-small-prelight.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-up-small.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-up.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/button-active.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/button-hover.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/button-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/button.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-button-active-rtl.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-button-active.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-button-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-button-rtl.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-button.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-focus-notebook.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-focus-rtl.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-focus.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-insensitive-notebook.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-insensitive-rtl.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-notebook-rtl.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-notebook.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-rtl.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/down-background-disable-rtl.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/down-background-disable.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/down-background-rtl.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/down-background.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/entry-border-active-bg-solid.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/entry-border-active-bg.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/entry-border-bg-solid.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/entry-border-bg.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/entry-border-fill.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/focus-line.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/frame-gap-end.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/frame-gap-start.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/frame.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/handle-h.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/handle-v.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/inline-toolbar.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/line-h.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/line-v.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/menu-arrow-prelight.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/menu-arrow.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/menu-checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/menu-checkbox-checked.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/menu-checkbox-unchecked.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/menu-radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/menu-radio-checked.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/menu-radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/menu-radio-unchecked.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/menubar.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/menubar_button.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/menuitem.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/minus.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/notebook-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/notebook-entry-border-bg.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/notebook-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/notebook-gap-horiz.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/notebook-gap-vert.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/notebook.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/null.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/plus.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/progressbar.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/progressbar_v.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/slider-horiz-active.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/slider-horiz-insens.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/slider-horiz-prelight.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/slider-horiz.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/slider-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/slider-prelight.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/slider-vert-active.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/slider-vert-insens.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/slider-vert-prelight.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/slider-vert.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/slider.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/tab-bottom-active.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/tab-left-active.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/tab-right-active.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/tab-top-active.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/toolbar.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/tree_header.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/trough-horizontal-active.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/trough-horizontal.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/trough-progressbar.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/trough-progressbar_v.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/trough-scrollbar-horiz.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/trough-scrollbar-vert.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/trough-vertical-active.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/trough-vertical.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/up-background-disable-rtl.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/up-background-disable.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/up-background-rtl.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/assets/up-background.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/gtkrc create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/main.rc create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/button-active.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/button-hover.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/button-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/button.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/menubar-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar.rc create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/menubar.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/menubar_button-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/menubar_button.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Majestic/gtk-2.0/panel.rc create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-selected.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-selected@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-selected.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-selected@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-selectionmode-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-selectionmode.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-selectionmode@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-selected.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/pane-separator-vertical.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/pane-separator-vertical@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/pane-separator.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/pane-separator@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-checked-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-checked-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-checked-selected.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-checked-selected@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-checked@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-selected.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-selected@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-selected.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-header-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-header-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-header.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-header@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-insensitive-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-insensitive-header.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-insensitive-header@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-insensitive-selected.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-insensitive@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-selected.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-selected@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-header-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-header-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-header.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-header@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-insensitive-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-insensitive-header.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-insensitive-header@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-insensitive-selected.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-insensitive.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-insensitive@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-selected.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch-selected@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/switch@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-active-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-active-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-active.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-active@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-backdrop-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-backdrop.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-backdrop@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-hover-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-hover-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-hover.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-hover@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-active-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-active-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-active.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-active@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-backdrop-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-backdrop.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-backdrop@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-hover-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-hover-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-hover.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-hover@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-active-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-active-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-active.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-active@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-backdrop-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-backdrop.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-backdrop@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-hover-dark.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-hover-dark@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-hover.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-hover@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min@2.png create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/gtk.css create mode 100644 themes/Mint-Y-Majestic/gtk-3.0/thumbnail.png create mode 100644 themes/Mint-Y-Majestic/index.theme create mode 100644 themes/Mint-Y-Majestic/metacity-1/button-bg.svg create mode 100644 themes/Mint-Y-Majestic/metacity-1/button-border.svg create mode 100644 themes/Mint-Y-Majestic/metacity-1/close-icon.svg create mode 100644 themes/Mint-Y-Majestic/metacity-1/max-icon.svg create mode 100644 themes/Mint-Y-Majestic/metacity-1/metacity-theme-2.xml create mode 100644 themes/Mint-Y-Majestic/metacity-1/metacity-theme-3.xml create mode 100644 themes/Mint-Y-Majestic/metacity-1/min-icon.svg create mode 100644 themes/Mint-Y-Majestic/metacity-1/thumbnail.png create mode 100644 themes/Mint-Y-Majestic/xfce-notify-4.0/gtkrc create mode 100644 themes/Mint-Y-Majestic/xfwm4/bottom-active.xpm create mode 120000 themes/Mint-Y-Majestic/xfwm4/bottom-inactive.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/bottom-left-active.xpm create mode 120000 themes/Mint-Y-Majestic/xfwm4/bottom-left-inactive.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/bottom-right-active.xpm create mode 120000 themes/Mint-Y-Majestic/xfwm4/bottom-right-inactive.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/close-active.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/close-inactive.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/close-prelight.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/close-pressed.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/hide-active.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/hide-inactive.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/hide-prelight.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/hide-pressed.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/left-active.xpm create mode 120000 themes/Mint-Y-Majestic/xfwm4/left-inactive.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/maximize-active.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/maximize-inactive.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/maximize-prelight.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/maximize-pressed.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/menu-active.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/menu-inactive.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/menu-pressed.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/right-active.xpm create mode 120000 themes/Mint-Y-Majestic/xfwm4/right-inactive.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/shade-active.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/shade-inactive.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/shade-prelight.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/shade-toggled-active.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/shade-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/shade-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/stick-active.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/stick-inactive.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/stick-prelight.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/stick-toggled-active.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/stick-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/stick-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/themerc create mode 100644 themes/Mint-Y-Majestic/xfwm4/title-1-active-shaded.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/title-1-active.xpm create mode 120000 themes/Mint-Y-Majestic/xfwm4/title-1-inactive.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/title-2-active.xpm create mode 120000 themes/Mint-Y-Majestic/xfwm4/title-2-inactive.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/title-3-active.xpm create mode 120000 themes/Mint-Y-Majestic/xfwm4/title-3-inactive.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/title-4-active.xpm create mode 120000 themes/Mint-Y-Majestic/xfwm4/title-4-inactive.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/title-5-active.xpm create mode 120000 themes/Mint-Y-Majestic/xfwm4/title-5-inactive.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/top-left-active-shaded.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/top-left-active.xpm create mode 120000 themes/Mint-Y-Majestic/xfwm4/top-left-inactive.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/top-right-active-shaded.xpm create mode 100644 themes/Mint-Y-Majestic/xfwm4/top-right-active.xpm create mode 120000 themes/Mint-Y-Majestic/xfwm4/top-right-inactive.xpm diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/cinnamon.css b/themes/Mint-Y-Dark-Majestic/cinnamon/cinnamon.css new file mode 100644 index 0000000..f81a81f --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/cinnamon.css @@ -0,0 +1,1368 @@ +stage { + font-family: sans, Sans-Serif; + font-size: 9pt; + color: #D3D3D3; } + +.label-shadow { + color: transparent; } + +.popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button, .sound-button { + min-height: 20px; + padding: 5px 32px; + transition-duration: 0; + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #D3D3D3; + background-color: #454545; + border: 1px solid #202020; + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button, .sound-button, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .sound-button:focus, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .notification-button:active:focus, .notification-icon-button:active:focus, .modal-dialog-button-box .modal-dialog-button:active:focus, .sound-button:active:focus, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .sound-button:insensitive { + border-radius: 2px; } + .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .sound-button:focus { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #D3D3D3; + background-color: #454545; + border: 1px solid #5f5f5f; + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #D3D3D3; + background-color: #525252; + border: 1px solid #202020; + box-shadow: inset 0 2px 4px rgba(82, 82, 82, 0.05); } + .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #D3D3D3; + background-color: #525252; + border: 1px solid #5f5f5f; + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .notification-button:active:focus, .notification-icon-button:active:focus, .modal-dialog-button-box .modal-dialog-button:active:focus, .sound-button:active:focus { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #ffffff; + background-color: #5f5f5f; + border: 1px solid #5f5f5f; + box-shadow: inset 0 2px 4px #5f5f5f; } + .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .sound-button:insensitive { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: rgba(211, 211, 211, 0.45); + border: 1px solid rgba(32, 32, 32, 0.55); + background-color: rgba(69, 69, 69, 0.55); + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + +.popup-menu #notification StEntry, #menu-search-entry { + padding: 7px; + caret-size: 1px; + selection-background-color: #5f5f5f; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #D3D3D3; + background-color: #404040; + border: 1px solid #202020; + box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); } + .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover { + color: #D3D3D3; + background-color: #404040; + border: 1px solid #5f5f5f; + box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); } + .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { + color: rgba(211, 211, 211, 0.45); + background-color: #383838; + border-color: 1px solid #272727; + box-shadow: inset 0 2px 4px rgba(56, 56, 56, 0.05); } + .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 4px; } + +.notification StEntry { + padding: 7px; + caret-size: 1px; + caret-color: #c3c3c3; + selection-background-color: #5f5f5f; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:focus { + color: #ffffff; + background-color: #5f5f5f; + border: 1px solid #5f5f5f; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-color: rgba(109, 109, 109, 0.2); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + +StScrollView.vfade { + -st-vfade-offset: 0px; } +StScrollView.hfade { + -st-hfade-offset: 0px; } + +StScrollBar { + padding: 8px; } + StScrollView StScrollBar { + min-width: 5px; + min-height: 5px; } + StScrollBar StBin#trough { + background-color: rgba(64, 64, 64, 0.1); + border-radius: 8px; } + StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 2px; + background-color: #717171; + border: 0px solid; + margin: 0px; } + StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #606060; } + StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #5f5f5f; } + +.separator { + -gradient-height: 1px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-slider-menu-item, +.slider { + -slider-height: 0.3em; + -slider-background-color: #202020; + -slider-border-color: transparent; + -slider-active-background-color: #5f5f5f; + -slider-active-border-color: transparent; + -slider-border-width: 0; + -slider-handle-radius: 0.5em; + height: 1em; + min-width: 15em; + border: 0 solid transparent; + border-right-width: 1px; + border-left-width: 5px; } + +.check-box CinnamonGenericContainer { + spacing: .2em; + min-height: 30px; + padding-top: 2px; } +.check-box StLabel { + font-weight: normal; } +.check-box StBin { + width: 16px; + height: 16px; + background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } +.check-box:focus StBin { + background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } +.check-box:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } +.check-box:focus:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } + +.radiobutton CinnamonGenericContainer { + spacing: .2em; + height: 26px; + padding-top: 2px; } +.radiobutton StLabel { + padding-top: 4px; + font-size: 0.9em; + box-shadow: none; } +.radiobutton StBin { + width: 16px; + height: 16px; + background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } +.radiobutton:focus StBin { + background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } +.radiobutton:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } +.radiobutton:focus:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } + +.toggle-switch { + width: 50px; + height: 20px; + background-size: contain; } + .toggle-switch-us, .toggle-switch-intl { + background-image: url("dark-assets/switch/switch-off.svg"); } + .toggle-switch-us:checked, .toggle-switch-intl:checked { + background-image: url("dark-assets/switch/switch-on.svg"); } + +.cinnamon-link { + color: #929292; + text-decoration: underline; } + .cinnamon-link:hover { + color: #acacac; } + +#Tooltip { + border: 1px solid #d0d0d0; + border-radius: 3px; + padding: 5px 12px; + background-color: #fbeaa0; + color: #4a4a4a; + font-size: 1em; + font-weight: normal; + text-align: center; } + +.popup-menu { + color: white; + color: #D3D3D3; } + .popup-menu-arrow { + icon-size: 16px; } + .popup-menu .popup-sub-menu { + background-color: #404040; + box-shadow: none; } + .popup-menu .popup-sub-menu .popup-menu-item:ltr { + padding-right: 1.75em; } + .popup-menu .popup-sub-menu .popup-menu-item:rtl { + padding-left: 1.75em; } + .popup-menu .popup-sub-menu StScrollBar { + padding: 4px; } + .popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle { + border-width: 0; } + .popup-menu .popup-menu-content { + padding: 1em 0em 1em 0em; } + .popup-menu .popup-menu-item { + padding: .4em 1.75em; + spacing: 1em; + border: 1px solid transparent; + border-left-width: 0; + border-right-width: 0; } + .popup-menu .popup-menu-item:active { + color: #D3D3D3; + border-color: rgba(211, 211, 211, 0.11); + background-color: rgba(211, 211, 211, 0.08); } + .popup-menu .popup-menu-item:insensitive { + color: rgba(211, 211, 211, 0.5); + background: none; } + .popup-menu .popup-inactive-menu-item { + color: #D3D3D3; } + .popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(211, 211, 211, 0.45); } + .popup-menu-icon { + icon-size: 16px; } + +.popup-menu-boxpointer { + -arrow-border-radius: 3px; + -arrow-background-color: #2f2f2f; + -arrow-border-width: 1px; + -arrow-border-color: #202020; + -arrow-base: 21px; + -arrow-rise: 9px; + -boxpointer-gap: 2px; } + +/*Don't know what this does*/ +.popup-combo-menu { + background-color: rgba(0, 0, 0, 0.4); + padding: 1em 0em; + color: red; + border: 1px solid rgba(0, 0, 0, 0.6); + border-radius: 3px; } + +.popup-combobox-item { + spacing: 1em; } + +.popup-separator-menu-item { + -gradient-height: 2px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-alternating-menu-item:alternate { + font-weight: normal; } + +.popup-device-menu-item { + spacing: .5em; } + +.popup-subtitle-menu-item { + font-weight: normal; } + +.nm-menu-item-icons { + spacing: .5em; } + +#panel { + font-weight: bold; + height: 27px; } + #panelLeft { + spacing: 4px; } + #panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + #panelLeft:ltr { + padding-right: 4px; } + #panelLeft:rtl { + padding-left: 4px; } + #panelLeft.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + #panelLeft.vertical:ltr { + padding-right: 0px; } + #panelLeft.vertical:rtl { + padding-left: 0px; } + #panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } + #panelRight:ltr { + padding-left: 4px; + spacing: 0px; } + #panelRight:rtl { + padding-right: 4px; + spacing: 0px; } + #panelRight.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + #panelRight.vertical:ltr { + padding-right: 0px; } + #panelRight.vertical:rtl { + padding-left: 0px; } + #panelCenter { + spacing: 4px; } + #panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } + #panel:highlight { + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } + +.panelLeft { + spacing: 4px; } + .panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + .panelLeft:ltr { + padding-right: 4px; } + .panelLeft:rtl { + padding-left: 4px; } + .panelLeft.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + .panelLeft.vertical:ltr { + padding-right: 0px; } + .panelLeft.vertical:rtl { + padding-left: 0px; } +.panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } +.panelRight:ltr { + padding-left: 4px; + spacing: 0px; } +.panelRight:rtl { + padding-right: 4px; + spacing: 0px; } +.panelRight.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + .panelRight.vertical:ltr { + padding-left: 0px; + spacing: 0px; } + .panelRight.vertical:rtl { + padding-right: 0px; + spacing: 0px; } +.panelCenter { + spacing: 4px; } + .panelCenter.vertical { + padding-left: 0px; + padding-right: 0px; } + .panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } +.panel-top, .panel-bottom, .panel-left, .panel-right { + color: #ffffff; + font-size: 1em; + padding: 0px; } +.panel-top { + border-image: url("common-assets/panel/panel-top.svg") 1 1 1 1; } +.panel-bottom, .panel-left, .panel-right { + border-image: url("common-assets/panel/panel-bottom.svg") 1 1 1 1; } +.panel-dummy { + background-color: rgba(252, 65, 56, 0.5); } + .panel-dummy:entered { + background-color: rgba(252, 65, 56, 0.6); } +.panel-status-button { + border-width: 0; + -natural-hpadding: 3px; + -minimum-hpadding: 3px; + font-weight: bold; + color: white; + height: 22px; } +.panel-button { + -natural-hpadding: 6px; + -minimum-hpadding: 2px; + font-weight: bold; + color: green; + transition-duration: 100; } + +.system-status-icon { + icon-size: 16px; + padding: 0 1px; } + +#overview { + spacing: 12px; } + +.window-caption { + background-color: rgba(53, 53, 53, 0.95); + border: 1px solid rgba(53, 53, 53, 0.95); + color: #c3c3c3; + spacing: 25px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; } + .window-caption#selected { + background-color: #5f5f5f; + color: #ffffff; + border: 1px solid #5f5f5f; + spacing: 25px; } + +.expo-workspaces-name-entry, +.expo-workspaces-name-entry#selected { + height: 15px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .expo-workspaces-name-entry:focus, + .expo-workspaces-name-entry#selected:focus { + border: 1px solid #5f5f5f; + background-color: #5f5f5f; + color: #ffffff; + font-style: italic; + transition-duration: 300; + selection-background-color: #ffffff; + selected-color: #5f5f5f; } + +.expo-workspace-thumbnail-frame { + border: 4px solid rgba(255, 255, 255, 0); + background-color: rgba(255, 255, 255, 0); + border-radius: 2px; } + .expo-workspace-thumbnail-frame#active { + border: 4px solid #5f5f5f; + background-color: black; + border-radius: 2px; } + +.expo-background { + background-color: #353535; } + +.workspace-thumbnails { + spacing: 26px; } + .workspace-thumbnails-background, .workspace-thumbnails-background:rtl { + padding: 8px; } +.workspace-add-button { + background-image: url("common-assets/misc/add-workspace.svg"); + height: 200px; + width: 35px; + transition-duration: 100; } + .workspace-add-button:hover { + background-image: url("common-assets/misc/add-workspace-hover.svg"); + transition-duration: 100; } + .workspace-add-button:active { + background-image: url("common-assets/misc/add-workspace-active.svg"); + transition-duration: 100; } +.workspace-overview-background-shade { + background-color: rgba(0, 0, 0, 0.5); } + +.workspace-close-button, +.window-close { + background-image: url("common-assets/misc/close.svg"); + background-size: 26px; + height: 26px; + width: 26px; + -cinnamon-close-overlap: 10px; } + .workspace-close-button:hover, + .window-close:hover { + background-image: url("common-assets/misc/close-hover.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + .workspace-close-button:active, + .window-close:active { + background-image: url("common-assets/misc/close-active.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + +.window-close-area { + background-image: url("common-assets/misc/trash-icon.svg"); + height: 120px; + width: 400px; } + +.about-content { + width: 550px; + height: 250px; + spacing: 8px; + padding-bottom: 10px; } +.about-title { + font-size: 2em; + font-weight: bold; } +.about-uuid { + font-size: 10px; + color: #888; } +.about-icon { + padding-right: 20px; + padding-bottom: 14px; } +.about-scrollBox { + border: 1px solid #202020; + border-radius: 2px; + background-color: #404040; + padding: 4px; + padding-right: 0; + border-radius: 0; } + .about-scrollBox-innerBox { + padding: 1.2em; + spacing: 1.2em; } +.about-description { + padding-top: 4px; + padding-bottom: 16px; } +.about-version { + padding-left: 7px; + font-size: 10px; + color: #888; } + +.calendar { + padding: .4em 1.75em; + spacing-rows: 0px; + spacing-columns: 0px; } + +.calendar-month-label { + color: #D3D3D3; + font-weight: bold; + padding: 8px 0; } + +.calendar-change-month-back, +.calendar-change-month-forward { + width: 16px; + height: 16px; } + +.calendar-change-month-back { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:focus, .calendar-change-month-back:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-back:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:rtl { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-back:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + +.calendar-change-month-forward { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-forward:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:rtl { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-forward:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + +.datemenu-date-label { + padding: .4em 1.75em; + font-weight: bold; + text-align: center; + color: #D3D3D3; + border-radius: 2px; } + +.calendar-day-base { + font-size: 85%; + text-align: center; + width: 25px; + height: 25px; + padding: 0.1em; + margin: 2px; + border-radius: 12.5px; } + +.calendar-day-heading { + color: rgba(211, 211, 211, 0.85); + margin-top: 1em; + font-size: 80%; } + +.calendar-day { + border-width: 0; + color: rgba(211, 211, 211, 0.9); } + +.calendar-day-top { + border-top-width: 0; } + +.calendar-day-left { + border-left-width: 0; } + +.calendar-nonwork-day { + color: #D3D3D3; + background-color: transparent; + font-weight: bold; } + +.calendar-today, +.calendar-today:active, +.calendar-today:focus, +.calendar-today:hover { + font-weight: bold; + color: #ffffff; + background-color: #5f5f5f; + border-width: 0; } + +.calendar-other-month-day { + color: rgba(211, 211, 211, 0.3); + opacity: 1; } + +.calendar-week-number { + color: rgba(211, 211, 211, 0.85); + font-size: 80%; } + +#notification { + border: 1px solid #202020; + border-radius: 3px; + background-color: #2f2f2f; + padding: 13px; + spacing-rows: 10px; + spacing-columns: 10px; + margin-from-right-edge-of-screen: 20px; + width: 34em; + color: #D3D3D3; } + .popup-menu #notification { + color: #D3D3D3; + border-image: url("dark-assets/misc/message.svg") 9 9 9 9; } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { + padding: 5px; } + #notification.multi-line-notification { + padding-bottom: 13px; + color: #c3c3c3; } + #notification-scrollview { + max-height: 10em; } + #notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { + height: 1em; } + #notification-scrollview:ltr > StScrollBar { + padding-left: 6px; } + #notification-scrollview:rtl > StScrollBar { + padding-right: 6px; } + #notification-body { + spacing: 5px; } + #notification-actions { + spacing: 10px; } + +.notification-with-image { + min-height: 159px; + color: #D3D3D3; } +.notification-button, .notification-icon-button { + padding: 5px; } +.notification-icon-button > StIcon { + icon-size: 32px; } + +#altTabPopup { + padding: 8px; + spacing: 16px; } + +.switcher-list { + color: #D3D3D3; + border: 1px solid #202020; + background-color: #2f2f2f; + border-radius: 3px; + padding: 20px; } + .switcher-list > StBoxLayout { + padding: 4px; } + .switcher-list-item-container { + spacing: 8px; } + .switcher-list .item-box { + padding: 8px; + border-radius: 2px; } + .switcher-list .item-box:outlined { + padding: 8px; + border: 1px solid #5f5f5f; } + .switcher-list .item-box:selected { + color: #ffffff; + background-color: #5f5f5f; + border: 0px solid #5f5f5f; } + .switcher-list .thumbnail { + width: 256px; } + .switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; } + .switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.2); } + +.switcher-arrow { + border-color: transparent; + color: #D3D3D3; } + .switcher-arrow:highlighted { + border-color: transparent; + color: #ffffff; } + +.thumbnail-scroll-gradient-left { + background-color: transparent; + border-radius: 24px; + border-radius-topright: 0px; + border-radius-bottomright: 0px; + width: 60px; } + +.thumbnail-scroll-gradient-right { + background-color: transparent; + border-radius: 24px; + border-radius-topleft: 0px; + border-radius-bottomleft: 0px; + width: 60px; } + +.ripple-box { + width: 104px; + height: 104px; + background-image: url("common-assets/misc/corner-ripple.svg"); + background-size: contain; } + .ripple-box:rtl { + background-image: url("common-assets/misc/corner-ripple.svg"); } + +.lightbox { + background-color: rgba(0, 0, 0, 0.4); } + +.flashspot { + background-color: white; } + +.modal-dialog { + background-color: #2f2f2f; + border: 1px solid #202020; + border-radius: 3px; + padding: 0; } + .modal-dialog > StBoxLayout:first-child { + padding: 20px 10px 10px 10px; } + .modal-dialog-button-box { + spacing: 0; + margin: 0px; + padding: 14px 10px; + border: none; + background-color: #2f2f2f; } + .modal-dialog-button-box .modal-dialog-button { + padding-top: 0; + padding-bottom: 0; + height: 30px; } + +.run-dialog { + padding: 0px 15px 10px 15px; + border: 1px solid #202020; + border-radius: 3px; + background-color: #2f2f2f; } + .run-dialog > * { + padding: 0; } + .run-dialog-label { + font-size: 0; + font-weight: bold; + color: #D3D3D3; + padding-bottom: 0; } + .run-dialog-error-label { + color: #FC4138; } + .run-dialog-error-box { + padding-top: 15px; + spacing: 5px; } + .run-dialog-completion-box { + padding-top: 5px; + padding-left: 15px; + font-size: 10px; } + .run-dialog-entry { + width: 21em; + padding: 7px; + border-radius: 3px; + caret-color: #c3c3c3; + selected-color: #ffffff; + selection-background-color: #5f5f5f; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .run-dialog-entry:focus { + color: #D3D3D3; + background-color: #404040; + border: 1px solid #5f5f5f; + box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); } + .run-dialog .modal-dialog-button-box { + border: none; + box-shadow: none; + background: none; } + +/* CinnamonMountOperation Dialogs */ +.cinnamon-mount-operation-icon { + icon-size: 48px; } + +.mount-password-reask { + color: #F27835; } + +.show-processes-dialog, +.mount-question-dialog { + spacing: 24px; } + .show-processes-dialog-subject, + .mount-question-dialog-subject { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; } + .show-processes-dialog-subject:rtl, + .mount-question-dialog-subject:rtl { + padding-left: 0px; + padding-right: 17px; } + .show-processes-dialog-description, + .mount-question-dialog-description { + padding-left: 17px; + width: 28em; } + .show-processes-dialog-description:rtl, + .mount-question-dialog-description:rtl { + padding-right: 17px; } + +.show-processes-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; } + .show-processes-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; } + .show-processes-dialog-app-list-item { + color: #ccc; } + .show-processes-dialog-app-list-item:hover { + color: white; } + .show-processes-dialog-app-list-item:ltr { + padding-right: 1em; } + .show-processes-dialog-app-list-item:rtl { + padding-left: 1em; } + .show-processes-dialog-app-list-item-icon:ltr { + padding-right: 17px; } + .show-processes-dialog-app-list-item-icon:rtl { + padding-left: 17px; } + .show-processes-dialog-app-list-item-name { + font-size: 1.1em; } + +.magnifier-zoom-region { + border: 2px solid maroon; } + .magnifier-zoom-region .full-screen { + border-width: 0px; } + +#keyboard { + background-color: rgba(53, 53, 53, 0.95); + border-width: 0; + border-top-width: 1px; + border-color: rgba(0, 0, 0, 0.4); } + +.keyboard-layout { + spacing: 10px; + padding: 10px; } + +.keyboard-row { + spacing: 15px; } + +.keyboard-key { + min-height: 2em; + min-width: 2em; + font-size: 14pt; + font-weight: bold; + border-radius: 3px; + box-shadow: none; + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #c3c3c3; + border: 1px solid #202020; + background-color: rgba(109, 109, 109, 0.35); } + .keyboard-key:hover { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(127, 127, 127, 0.45); } + .keyboard-key:active, .keyboard-key:checked { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #ffffff; + border: 1px solid #5f5f5f; + background-color: #5f5f5f; } + .keyboard-key:grayed { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #606060; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(109, 109, 109, 0.2); } + +.keyboard-subkeys { + color: #c3c3c3; + padding: 5px; + -arrow-border-radius: 2px; + -arrow-background-color: rgba(53, 53, 53, 0.95); + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0.4); + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 5px; } + +.menu-favorites-box { + margin: auto; + padding: 10px; + transition-duration: 300; + background-color: #404040; + border: 1px solid #202020; } +.menu-favorites-button { + padding: 10px; + border: 1px solid transparent; } +.menu-places-box { + margin: auto; + padding: 10px; + border: 0px solid red; } +.menu-places-button { + padding: 10px; } +.menu-categories-box { + padding: 10px 30px 10px 30px; } +.menu-applications-inner-box, .menu-applications-outer-box { + padding: 10px 10px 0 10px; } +.menu-application-button { + padding: 7px; + border: 1px solid transparent; } + .menu-application-button:highlighted { + font-weight: bold; } + .menu-application-button-selected { + padding: 7px; } + .menu-application-button-selected:highlighted { + font-weight: bold; } + .menu-application-button-label:ltr { + padding-left: 5px; } + .menu-application-button-label:rtl { + padding-right: 5px; } +.menu-category-button { + padding: 7px; + border: 1px solid transparent; } + .menu-category-button-selected { + padding: 7px; } + .menu-category-button-hover { + background-color: red; + border-radius: 2px; } + .menu-category-button-greyed { + padding: 7px; + color: rgba(211, 211, 211, 0.45); + border: 1px solid transparent; } + .menu-category-button-label:ltr { + padding-left: 5px; } + .menu-category-button-label:rtl { + padding-right: 5px; } +.menu-selected-app-box { + padding-right: 30px; + padding-left: 28px; + text-align: right; + height: 30px; } + .menu-selected-app-box:rtl { + padding-top: 10px; + height: 30px; } +.menu-selected-app-title { + font-weight: bold; } +.menu-selected-app-description { + max-width: 150px; } +.menu-search-box:ltr { + padding-left: 30px; } +.menu-search-box-rtl { + padding-right: 30px; } + +#menu-search-entry { + width: 250px; + height: 15px; + font-weight: normal; + caret-color: #D3D3D3; } + +.menu-search-entry-icon { + icon-size: 1em; + color: #D3D3D3; } + +/* Context menu (at the moment only for favorites) */ +.info-osd { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 16px; + color: #D3D3D3; + border: 1px solid #202020; + border-radius: 5px; + background-color: #2f2f2f; } + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 20px; + margin: 32px; + min-width: 64px; + min-height: 64px; + color: #D3D3D3; + background-color: #2f2f2f; + border: 1px solid #202020; + border-radius: 5px; } + .osd-window .osd-monitor-label { + font-size: 3em; } + .osd-window .level { + padding: 0; + height: 4px; + background-color: rgba(0, 0, 0, 0.5); + border-radius: 2px; + color: #5f5f5f; } + +.window-list-box { + spacing: 6px; + padding-left: 10px; + padding-top: 1px; } + .window-list-box.vertical { + spacing: 0px; + padding-left: 0px; + padding-right: 0px; + padding-top: 10px; + padding-bottom: 10px; } + .window-list-box:highlight { + background-color: rgba(252, 65, 56, 0.5); } +.window-list-item-label { + font-weight: bold; + width: 15em; + min-width: 5px; } +.window-list-item-box { + font-weight: bold; + background-image: none; + padding-left: 8px; + padding-right: 8px; + transition-duration: 100; + color: rgba(255, 255, 255, 0.6); } + .window-list-item-box.right { + padding-left: 0px; + padding-right: 0px; } + .window-list-item-box.left { + padding-left: 0px; + padding-right: 0px; } + .window-list-item-box:hover { + color: #ffffff; } + .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus { + color: #ffffff; + border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; } +.window-list-item-demands-attention { + background-gradient-direction: vertical; + background-gradient-start: #F04A50; + background-gradient-end: #F04A50; } + +.sound-button { + width: 22px; + height: 13px; + padding: 8px; } + .sound-button-container { + padding-right: 3px; + padding-left: 3px; } + .sound-button StIcon { + icon-size: 1.4em; } + +.sound-track-infos { + padding: 5px; } +.sound-track-info { + padding-top: 2px; + padding-bottom: 2px; } + .sound-track-info StIcon { + icon-size: 16px; } + .sound-track-info StLabel { + padding-left: 5px; + padding-right: 5px; } +.sound-track-box { + padding-left: 15px; + padding-right: 15px; + max-width: 220px; } + +.sound-seek-box { + padding-left: 15px; } + .sound-seek-box StLabel { + padding-top: 2px; } + .sound-seek-box StIcon { + icon-size: 16px; } + +.sound-seek-slider { + width: 140px; } + +.sound-volume-menu-item { + padding: .4em 1.75em; } + .sound-volume-menu-item StIcon { + icon-size: 1.14em; + padding-left: 8px; + padding-right: 8px; } + +.sound-playback-control { + padding: 5px 10px 10px 10px; } + +.sound-player { + padding: 0 4px; } + .sound-player > StBoxLayout:first-child { + padding: 5px 10px 12px 10px; + spacing: 0.5em; } + .sound-player > StBoxLayout:first-child StButton:small { + width: 16px; + height: 8px; + padding: 1px; } + .sound-player > StBoxLayout:first-child StButton:small StIcon { + icon-size: 12px; } + .sound-player-generic-coverart { + background: rgba(0, 0, 0, 0.2); } + .sound-player-overlay { + width: 290px; + height: 70px; + padding: 15px; + spacing: 0.5em; + background: rgba(40, 40, 40, 0.85); + border: 0px solid rgba(28, 28, 28, 0.95); + border-bottom: 1px; + color: #c3c3c3; } + .sound-player-overlay StButton { + width: 22px; + height: 13px; + padding: 5px; + color: #c3c3c3; + border-radius: 2px; + border: 1px solid rgba(53, 53, 53, 0); } + .sound-player-overlay StButton StIcon { + icon-size: 16px; } + .sound-player-overlay StButton:hover { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(127, 127, 127, 0.45); } + .sound-player-overlay StButton:active { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #ffffff; + background-color: #5f5f5f; + border: 1px solid #5f5f5f; + box-shadow: inset 0 2px 4px #5f5f5f; } + .sound-player-overlay StBoxLayout { + padding-top: 2px; } + .sound-player-overlay > StBoxLayout { + spacing: 5px; } + .sound-player .slider { + height: 0.5em; + padding: 0; + border: none; + -slider-height: 0.5em; + -slider-background-color: #222222; + -slider-border-color: transparent; + -slider-active-background-color: #5f5f5f; + -slider-active-border-color: transparent; + -slider-border-width: 0px; + -slider-handle-radius: 0px; } + +#workspaceSwitcher { + spacing: 0px; + padding: 3px; } + +/* Controls the styling when using the "Simple buttons" option */ +.workspace-switcher { + padding-left: 3px; + padding-right: 3px; } + +.workspace-button { + width: 20px; + height: 10px; + color: #ffffff; + padding: 3px; + padding-top: 4px; + transition-duration: 300; } + .workspace-button:outlined, .workspace-button:outlined:hover { + color: #5f5f5f; } + .workspace-button:hover { + color: rgba(95, 95, 95, 0.5); } + +/* Controls the style when using the "Visual representation" option */ +.workspace-graph { + padding: 3px; + spacing: 3px; } + +.workspace-graph .workspace { + border: 1px solid rgba(0, 0, 0, 0.4); + background-color: rgba(0, 0, 0, 0.2); } + +.workspace-graph .workspace:active { + border: 1px solid #5f5f5f; } + +.workspace-graph .workspace .windows { + -active-window-background: rgba(79, 79, 79, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(79, 79, 79, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +.workspace-graph .workspace:active .windows { + -active-window-background: rgba(105, 105, 105, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(54, 54, 54, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +#panel-launchers-box { + padding-left: 7px; } + #panel-launchers-box.vertical { + padding-top: 2px; + padding-bottom: 2px; + padding-left: 0px; + padding-right: 0px; } + #panel-launchers-box.vertical .panel-launcher { + border-bottom-width: 1px; } + +.panel-launcher { + margin: 1px; + padding: 1px; + transition-duration: 200; } + .panel-launcher:hover { + border: 0px solid #5f5f5f; + border-bottom-width: 1px; } + +#overview-corner { + background-image: url("common-assets/misc/overview.png"); } + #overview-corner:hover { + background-image: url("common-assets/misc/overview-hover.png"); } + +.applet-separator { + padding: 1px 4px; } +.applet-separator-line { + width: 1px; + background: rgba(255, 255, 255, 0.12); } +.applet-box { + padding-left: 3px; + padding-right: 3px; + color: rgba(255, 255, 255, 0.6); + text-shadow: none; + transition-duration: 100; } + .applet-box.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 3px; + padding-bottom: 3px; } + .applet-box:hover { + color: #ffffff; + background-color: #5f5f5f; } + .applet-box:highlight { + background-image: none; + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } +.applet-label { + font-weight: bold; + color: rgba(255, 255, 255, 0.6); } + .applet-label:hover, .applet-box:hover > .applet-label { + color: #ffffff; + text-shadow: none; } +.applet-icon { + color: #ffffff; + icon-size: 22px; } + .applet-icon:hover, .applet-box:hover > .applet-icon { + color: #ffffff; + text-shadow: none; } + +.user-icon { + width: 32px; + height: 32px; + background-color: transparent; + border: none; + border-radius: 0; } + +.user-label { + color: #D3D3D3; + font-size: 1em; + font-weight: bold; + margin: 0px; } + +.desklet { + color: #D3D3D3; } + .desklet:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders { + border: 1px solid #202020; + border-radius: 5px; + background-color: #2f2f2f; + color: #D3D3D3; + padding: 12px; + padding-bottom: 16px; } + .desklet-with-borders:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders-and-header { + border: 1px solid #202020; + border-top-width: 0; + border-radius: 0 0 5px 5px; + background-color: #2f2f2f; + color: #D3D3D3; + border-radius: 0; + border-radius-topleft: 0; + border-radius-topright: 0; + padding: 12px; + padding-bottom: 17px; } + .desklet-with-borders-and-header:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-header { + border: 1px solid #202020; + border-radius: 5px 5px 0 0; + background-color: #272727; + color: #D3D3D3; + font-size: 1em; + padding: 12px; + padding-bottom: 6px; } + .desklet-drag-placeholder { + border: 2px solid #5f5f5f; + background-color: rgba(95, 95, 95, 0.3); } + +.photoframe-box { + border: 1px solid #202020; + border-radius: 5px; + background-color: #2f2f2f; + color: #D3D3D3; + padding: 12px; + padding-bottom: 16px; } + +/*FIXME*/ +.workspace-osd { + /*color: red;*/ + color: #c3c3c3; + text-shadow: black 5px 5px 5px; + font-weight: bold; + font-size: 48pt; } + +.notification-applet-padding { + padding: .5em 1em; } + +.notification-applet-container { + max-height: 100px; } + +.tile-preview { + background-color: rgba(95, 95, 95, 0.3); + border: 1px solid #5f5f5f; } + .tile-preview.snap { + background-color: rgba(95, 95, 95, 0.6); } + +.tile-hud { + background-color: rgba(95, 95, 95, 0.3); + border: 1px solid #5f5f5f; } + .tile-hud.snap { + background-color: rgba(95, 95, 95, 0.6); } + .tile-hud:top { + border-top-width: 0px; } + .tile-hud:bottom { + border-bottom-width: 0px; } + .tile-hud:left { + border-left-width: 0px; } + .tile-hud:right { + border-right-width: 0px; } + .tile-hud:top-left { + border-top-width: 0px; + border-left-width: 0px; } + .tile-hud:top-right { + border-top-width: 0px; + border-right-width: 0px; } + .tile-hud:bottom-left { + border-bottom-width: 0px; + border-left-width: 0px; } + .tile-hud:bottom-right { + border-bottom-width: 0px; + border-right-width: 0px; } + +.xkcd-box { + padding: 6px; + border: 0px; + background-color: transparent; + border-radius: 0px; } diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/menu/menu-separator.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/menu/menu-separator.svg new file mode 100644 index 0000000..4962ebc --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/menu/menu-separator.svg @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="90.311111mm" + height="0.56444442mm" + viewBox="0 0 320 1.9999999" + id="svg7537" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menu-separator.svg"> + <defs + id="defs7539" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="115.53549" + inkscape:cy="8.9322818" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1366" + inkscape:window-height="723" + inkscape:window-x="0" + inkscape:window-y="23" + inkscape:window-maximized="1" /> + <metadata + id="metadata7542"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(340,-443.3622)" /> +</svg> diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/add-workspace-active.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/add-workspace-active.svg new file mode 100644 index 0000000..17decf8 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/add-workspace-active.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace-active.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="7.0289763" + inkscape:cy="105.84046" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:1;fill:#5f5f5f;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:1;fill:#5f5f5f;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#ffffff;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/add-workspace-hover.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/add-workspace-hover.svg new file mode 100644 index 0000000..ce48f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/add-workspace-hover.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace-hover.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="3.4046076" + inkscape:cy="118.15924" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:0.45;fill:#202020;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#bababa;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/add-workspace.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/add-workspace.svg new file mode 100644 index 0000000..5b3ed52 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/add-workspace.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="7.3133825" + inkscape:cy="105.84268" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#bababa;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/bg.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/bg.svg new file mode 100644 index 0000000..feeddea --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/bg.svg @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32" + height="32" + viewBox="0 0 32 32" + id="svg5386" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="bg.svg"> + <defs + id="defs5388" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="18.271674" + inkscape:cy="5.838404" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid5954" /> + </sodipodi:namedview> + <metadata + id="metadata5391"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1020.3622)"> + <rect + style="display:inline;opacity:0.81;fill:none;fill-opacity:1;stroke:#161a26;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-3" + width="23" + height="21.999889" + x="4.5" + y="1024.8622" + rx="2.0000005" + ry="1.9999999" /> + <rect + style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164" + width="22" + height="20.999971" + x="5" + y="1025.3622" + rx="1.4" + ry="1.4" /> + <g + transform="translate(-425.99995,658.36226)" + id="g4271" + style="display:inline;opacity:0.65"> + <rect + ry="8" + rx="8" + y="362.49994" + x="426.49994" + height="31" + width="31.000011" + id="rect4164-4-7-5-3-8-8" + style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6.999999" + rx="7" + y="363.49997" + x="427.49994" + height="28.999996" + width="29.000011" + id="rect4164-4-7-5-3-8" + style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6" + rx="6" + y="364.49994" + x="428.49994" + height="26.999998" + width="27.000011" + id="rect4164-4-7-5-3" + style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="5" + rx="4.9999995" + y="365.49997" + x="429.49997" + height="24.999998" + width="24.999981" + id="rect4164-4-7-5" + style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + transform="translate(-6.1035156e-5,0)" + id="rect4164-4-7" + d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" + style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscssc" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg new file mode 100644 index 0000000..f726199 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + sodipodi:docname="calendar-arrow-left-hover.svg" + height="16" + id="svg7384" + inkscape:version="0.91 r13725" + version="1.1" + width="16"> + <metadata + id="metadata90"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + bordercolor="#666666" + borderopacity="1" + inkscape:current-layer="layer12" + inkscape:cx="7.3546086" + inkscape:cy="7.9323223" + gridtolerance="10" + inkscape:guide-bbox="true" + guidetolerance="10" + id="namedview88" + inkscape:object-nodes="false" + inkscape:object-paths="false" + objecttolerance="10" + pagecolor="#ffffff" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + showborder="true" + showgrid="true" + showguides="true" + inkscape:snap-bbox="true" + inkscape:snap-bbox-midpoints="false" + inkscape:snap-global="true" + inkscape:snap-grids="true" + inkscape:snap-nodes="true" + inkscape:snap-others="false" + inkscape:snap-to-guides="true" + inkscape:window-height="1030" + inkscape:window-maximized="1" + inkscape:window-width="1920" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:zoom="22.627417" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + empspacing="2" + enabled="true" + id="grid4866" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="1px" + spacingy="1px" + type="xygrid" + visible="true" /> + <inkscape:grid + color="#000000" + empcolor="#000000" + empopacity="0" + empspacing="4" + enabled="true" + id="grid5968" + opacity="0.1254902" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="0.5px" + spacingy="0.5px" + type="xygrid" + visible="true" /> + </sodipodi:namedview> + <title + id="title9167">Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/calendar-arrow-left.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/calendar-arrow-left.svg new file mode 100644 index 0000000..2774254 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/calendar-arrow-left.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg new file mode 100644 index 0000000..52d53ad --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/calendar-arrow-right.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/calendar-arrow-right.svg new file mode 100644 index 0000000..366e69b --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/calendar-arrow-right.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/close-active.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/close-active.svg new file mode 100644 index 0000000..95822bf --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/close-active.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/close-hover.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/close-hover.svg new file mode 100644 index 0000000..7b52140 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/close-hover.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/close.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/close.svg new file mode 100644 index 0000000..e221a33 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/close.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/corner-ripple.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/corner-ripple.svg new file mode 100644 index 0000000..0a119cb --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/corner-ripple.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/desklet-header.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/desklet-header.svg new file mode 100644 index 0000000..a6e1054 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/desklet-header.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/desklet.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/desklet.svg new file mode 100644 index 0000000..8445c61 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/desklet.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/osd.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/osd.svg new file mode 100644 index 0000000..df41a00 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/osd.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/overview-hover.png b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/overview-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..75673f9cf4d11cc891275cbcb5fc775db9585540 GIT binary patch literal 838 zcmV-M1G)T(P)kdg0009GNkl1!KD9DQ@_rPbw?9N7*sw#Z576(BYZ3DEzb{X_e)6zI27Qi4@NLTggv_=u%gc6IKq z_MDkkn?VhNLVmQbWvk!4Q-E9+tqwIZ;jQ&2E4P!K4{ zVmm2%q@W83^_SfE%JoPU#PVW+Td|Lms^%XH9UnTZV>$b6d z{;iU34gsM(fa~AKN6w(yeBwPF_MaV`T-4G#6|dp!-S{$2pZ|Q=%Vnpz|5@{Ca6S00 zlz1sJXa`i!JTylYZ!b%K?7q9$^qax-syC|M=I)D^N5_rH#`N;-Pu(o__C}S^1P6r% z*C$O!_Ow)PU-d_WouD0qS|zP`TY-r>$~^YT2l0me>;5hrW~9P=&pB+Y+{Wqsx>1SGJUMB~@W z>Dr(%@xn4ps(4lo8$o@ZkfAjy#g-&i?2R`@oyh|q*}}szNcyIcR;ZMdUWH*PF*&Ss zZN4?PvVi6mvE~L-wRk<)2wQXH5CwhZHWD!KbIZ5JreuJVm-AZYihvH8&lBRn&8q26 zs_Am|Ixp&b5n5Dy@FGCRX3>$w45I$si?j*_{L_oH6w%#Px`rnIxA=%Z0mD;*r^|!p Q1ONa407*qoM6N<$f{;O?8~^|S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/overview.png b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/misc/overview.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb4f87f4e8e2b95cb3ae488e84da3d63d1786ed GIT binary patch literal 680 zcmV;Z0$2TsP)kdg00002VoOIv0RM-N z%)bBt010qNS#tmY3ljhU3ljkVnw%H_000McNliru-U%BC88MnF!IrGCBwm9)u_fl)|8*yQeM^6m$^r64|vV z3`vkcNr{9G7J`vMnZim6VY%*Zx;s0&JI-`zYgVOmhkZ`p_Z^=1dEe)GKPaJu{{h0T zyNHO0fQ^NPjqv*gY<94){zV`lb$k2Uf~Q@9+-l<8hxyJ#jr5`=-0o`A3*%NZ)IZ+*HH*RyO0Q4Yaj-SHFD97pssQ;?B{Jj#yThZ--;`ZmBH3X{6TcLhClVGN)8+2eH}DXOOW7= z=5IsRtH-?@rJgzt_jMTK$ziIHi--1?KrL_BSR06vB*7NO!=x54(svg~5+g=@AiA+u z-hf(6AUmjJ5N!<7=zw_Kt@@1A;!n0oVPoSFZ9sMuEm8n%M*X3|nt~&Dnib!6?3%C8 z^I(lXv>9cO?*&+xbF+%p)Ajrqz7v(xr%ra}QXfBG2v63X^WhzB>giInxmnC&7X(K$ zWevfR^DSrcnfwN_`+#Y_oVY)KD|Dz<_PYGudY9+@%%!pAb+$40&w&uPC)cXueyyw; z`Rn4-iR*Jq2{{o~Dh{f_`1;h;)z>R=bn;Fcg`$DF(eU9x!p07j6_}Y)rCbu@F&kA!CyxOMZ8Z_FEHjHVKl}m(9?n#zS$LZO O0000 + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/activities-active.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/activities-active.svg new file mode 100644 index 0000000..6986f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/activities-active.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/activities.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/activities.svg new file mode 100644 index 0000000..b4a4b0d --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/activities.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/panel-bottom.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/panel-bottom.svg new file mode 100644 index 0000000..c6d6f5f --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/panel-bottom.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/panel-top.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/panel-top.svg new file mode 100644 index 0000000..43dd84b --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/panel-top.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/window-list-active-bottom.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/window-list-active-bottom.svg new file mode 100644 index 0000000..10893c3 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/window-list-active-bottom.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/window-list-active-top.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/window-list-active-top.svg new file mode 100644 index 0000000..bdda151 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/common-assets/panel/window-list-active-top.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg new file mode 100644 index 0000000..e7fc04c --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/checkbox/checkbox-checked.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/checkbox/checkbox-checked.svg new file mode 100644 index 0000000..18c0981 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/checkbox/checkbox-checked.svg @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg new file mode 100644 index 0000000..b31fbd2 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg new file mode 100644 index 0000000..f99c5d6 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/menu/menu-hover.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/menu/menu-hover.svg new file mode 100644 index 0000000..a023a8e --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/menu/menu-hover.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/menu/menu.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/menu/menu.svg new file mode 100644 index 0000000..44e295d --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/menu/menu.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/menu/submenu.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/menu/submenu.svg new file mode 100644 index 0000000..9369544 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/menu/submenu.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/misc/button-box.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/misc/button-box.svg new file mode 100644 index 0000000..0342698 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/misc/button-box.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/misc/message.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/misc/message.svg new file mode 100644 index 0000000..219f9d3 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/misc/message.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/misc/modal.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/misc/modal.svg new file mode 100644 index 0000000..ec0b945 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/misc/modal.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/switch/switch-off.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/switch/switch-off.svg new file mode 100644 index 0000000..5d6df1f --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/switch/switch-off.svg @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/switch/switch-on.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/switch/switch-on.svg new file mode 100644 index 0000000..6f606d3 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/dark-assets/switch/switch-on.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/menu/menu-separator.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/menu/menu-separator.svg new file mode 100644 index 0000000..4962ebc --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/menu/menu-separator.svg @@ -0,0 +1,60 @@ + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/misc/add-workspace-active.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/add-workspace-active.svg new file mode 100644 index 0000000..4a54d61 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/add-workspace-active.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/misc/add-workspace-hover.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/add-workspace-hover.svg new file mode 100644 index 0000000..ce48f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/add-workspace-hover.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/misc/add-workspace.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/add-workspace.svg new file mode 100644 index 0000000..5b3ed52 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/add-workspace.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/misc/bg.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/bg.svg new file mode 100644 index 0000000..feeddea --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/bg.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/misc/calendar-arrow-left-hover.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/calendar-arrow-left-hover.svg new file mode 100644 index 0000000..fb957eb --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/calendar-arrow-left-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/misc/calendar-arrow-left.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/calendar-arrow-left.svg new file mode 100644 index 0000000..2774254 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/calendar-arrow-left.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/misc/calendar-arrow-right-hover.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/calendar-arrow-right-hover.svg new file mode 100644 index 0000000..f2c44a4 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/calendar-arrow-right-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/misc/calendar-arrow-right.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/calendar-arrow-right.svg new file mode 100644 index 0000000..366e69b --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/calendar-arrow-right.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/misc/close-active.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/close-active.svg new file mode 100644 index 0000000..95822bf --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/close-active.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/misc/close-hover.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/close-hover.svg new file mode 100644 index 0000000..7b52140 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/close-hover.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/misc/close.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/close.svg new file mode 100644 index 0000000..e221a33 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/close.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/misc/corner-ripple-ltr.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/corner-ripple-ltr.svg new file mode 100644 index 0000000..ec3d261 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/corner-ripple-ltr.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/misc/corner-ripple-rtl.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/corner-ripple-rtl.svg new file mode 100644 index 0000000..ec95067 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/corner-ripple-rtl.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/misc/desklet-header.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/desklet-header.svg new file mode 100644 index 0000000..a6e1054 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/desklet-header.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/misc/desklet.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/desklet.svg new file mode 100644 index 0000000..8445c61 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/desklet.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/misc/osd.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/osd.svg new file mode 100644 index 0000000..df41a00 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/osd.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/misc/overview-hover.png b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/overview-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..75673f9cf4d11cc891275cbcb5fc775db9585540 GIT binary patch literal 838 zcmV-M1G)T(P)kdg0009GNkl1!KD9DQ@_rPbw?9N7*sw#Z576(BYZ3DEzb{X_e)6zI27Qi4@NLTggv_=u%gc6IKq z_MDkkn?VhNLVmQbWvk!4Q-E9+tqwIZ;jQ&2E4P!K4{ zVmm2%q@W83^_SfE%JoPU#PVW+Td|Lms^%XH9UnTZV>$b6d z{;iU34gsM(fa~AKN6w(yeBwPF_MaV`T-4G#6|dp!-S{$2pZ|Q=%Vnpz|5@{Ca6S00 zlz1sJXa`i!JTylYZ!b%K?7q9$^qax-syC|M=I)D^N5_rH#`N;-Pu(o__C}S^1P6r% z*C$O!_Ow)PU-d_WouD0qS|zP`TY-r>$~^YT2l0me>;5hrW~9P=&pB+Y+{Wqsx>1SGJUMB~@W z>Dr(%@xn4ps(4lo8$o@ZkfAjy#g-&i?2R`@oyh|q*}}szNcyIcR;ZMdUWH*PF*&Ss zZN4?PvVi6mvE~L-wRk<)2wQXH5CwhZHWD!KbIZ5JreuJVm-AZYihvH8&lBRn&8q26 zs_Am|Ixp&b5n5Dy@FGCRX3>$w45I$si?j*_{L_oH6w%#Px`rnIxA=%Z0mD;*r^|!p Q1ONa407*qoM6N<$f{;O?8~^|S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/misc/overview.png b/themes/Mint-Y-Dark-Majestic/cinnamon/misc/overview.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb4f87f4e8e2b95cb3ae488e84da3d63d1786ed GIT binary patch literal 680 zcmV;Z0$2TsP)kdg00002VoOIv0RM-N z%)bBt010qNS#tmY3ljhU3ljkVnw%H_000McNliru-U%BC88MnF!IrGCBwm9)u_fl)|8*yQeM^6m$^r64|vV z3`vkcNr{9G7J`vMnZim6VY%*Zx;s0&JI-`zYgVOmhkZ`p_Z^=1dEe)GKPaJu{{h0T zyNHO0fQ^NPjqv*gY<94){zV`lb$k2Uf~Q@9+-l<8hxyJ#jr5`=-0o`A3*%NZ)IZ+*HH*RyO0Q4Yaj-SHFD97pssQ;?B{Jj#yThZ--;`ZmBH3X{6TcLhClVGN)8+2eH}DXOOW7= z=5IsRtH-?@rJgzt_jMTK$ziIHi--1?KrL_BSR06vB*7NO!=x54(svg~5+g=@AiA+u z-hf(6AUmjJ5N!<7=zw_Kt@@1A;!n0oVPoSFZ9sMuEm8n%M*X3|nt~&Dnib!6?3%C8 z^I(lXv>9cO?*&+xbF+%p)Ajrqz7v(xr%ra}QXfBG2v63X^WhzB>giInxmnC&7X(K$ zWevfR^DSrcnfwN_`+#Y_oVY)KD|Dz<_PYGudY9+@%%!pAb+$40&w&uPC)cXueyyw; z`Rn4-iR*Jq2{{o~Dh{f_`1;h;)z>R=bn;Fcg`$DF(eU9x!p07j6_}Y)rCbu@F&kA!CyxOMZ8Z_FEHjHVKl}m(9?n#zS$LZO O0000 + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/panel/activities-active.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/panel/activities-active.svg new file mode 100644 index 0000000..6986f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/panel/activities-active.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/panel/activities.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/panel/activities.svg new file mode 100644 index 0000000..b4a4b0d --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/panel/activities.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/panel/panel-bottom.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/panel/panel-bottom.svg new file mode 100644 index 0000000..c6d6f5f --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/panel/panel-bottom.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/panel/panel-top.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/panel/panel-top.svg new file mode 100644 index 0000000..43dd84b --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/panel/panel-top.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/panel/window-list-active-bottom.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/panel/window-list-active-bottom.svg new file mode 100644 index 0000000..b69b955 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/panel/window-list-active-bottom.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/panel/window-list-active-top.svg b/themes/Mint-Y-Dark-Majestic/cinnamon/panel/window-list-active-top.svg new file mode 100644 index 0000000..d2b8f15 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/cinnamon/panel/window-list-active-top.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Dark-Majestic/cinnamon/thumbnail.png b/themes/Mint-Y-Dark-Majestic/cinnamon/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..b892c37d1a5d1ffa878ef6a55a35d851793ba126 GIT binary patch literal 31016 zcmdqJbx>U2(l$yUSg-)WEdc@{xH}}lg9X>%?(Q%UG-%Ml2_d+CIalhkm8gG0mp_4f!aIhF9f5!p#fRt$L& z36X#aKHbJ#3=Zx&oRsKWWw)7~Id>=JwVSSkv$U7&8npb>kKR3hqy9M1x2Tu0ZZW7r zS+uhlrfF?yy)`uPx_G=H^Xt!#3eTS5i6J5?JnL&=)<;8?=BhBQ80c>X34blt%zI

54LO!QF`znyBdO|kr z^Zk9KF1PIt^6x!vT^a_>g>fMJfGB+FlyXR&eU;pBv9YmvJ26PO`d`0(t!Rg99`vZh zxG%x$_F_WFj)7 zH~pIFey+#=afANTUHx<0e|!GZ@UK1o?SelIpW4J`$4gla!RRLQao=4eE0-R&>H7t1 zSv4Qf9+%ljQk4N){oFG2)ogvLysk%BXEyB_X#mkgTDkm9q;%FzoNQWa+5%V9kTFru z@%dQgY>L9!&G3fhP_FP|?PynOWwG<8c6p+_SBDR;UP9gHao~wtf-Q#;Z6r2tY>8B+%UDIIxDW z6~EptCpbSV)^sri_0rH6HXeF1@OvL6kI=YFY_uH~s>Az3UpBA-(;!E5W+AyMQ9@2( z3V?UaZ^Udcd3llVAQknA#C<#saD)kOGb;H;3w-!V)NJ+Dym=IoItaZNs#D1f4W>1R zZ%&cxj6V?5twA-K$EDrCEKC_rBm^`_a3Q@`@_j)ct?~tCwPVR9Tcxf~2KA4n3Mp-; z-{Jez`=wP;k9b?`;r&@xrD3P@#<4nu_zF(W9Dl@19e%wI@{IQmb8Q#FZ)Q8MZ@0>w zj0M?k0g3K-(bV(%@bZ{7ECjP{|@(uE-^pUpQ7KR7;AUW$>Y)CBCF zAnA2XpS-rYxj^xt<@ity^PWG@T(}b$bV+sYA`6GbNPdFAZRgFj1Vrg3wKWOEo`TXl zDLgq81y_(@=T+pOr587_jilMi=wxo2)phypTTkUDGwSH!3I0URC)w!2jDBVv@&l1W z7n|`(UQPVI?ms>CNYFC8e9zv4NC+aCnutzF63+nK2g)S`6nZ%yJ2LM0Qfpu^quQ$T zSx+Hh=n{g1+u0CceHWp4^Q4u1Hg+UML1ZP7zc92}$!6Jw(##$rEikc%+$K~+PX(BW ze)UA-2Nl_Kosx{TIl(V zBy>8bFZPBmLJ+mcemD`fshnxQNfgoW#XWGc~+Lz)iG56vs zoT%yITKD`W4}BRO8Yjf~a9F=jmrr_iSPn57OQ)rE7rj8Ia73uRy_M4O+E!(DzU8%p)&*ivWO-AKZkkgCm;G zAPX!P7t{S0n}Q}nS2Tq(2)ggMa=Ww=dH2{s?QgxeFVHQ`^{dF<@9o23^9wDfAaptO z%vF{1$dPo^kNC8|pEsJ3ra0^=+7hT8k0A2l0-j(B7s%^zkS?}HRu^g3BxAgk(>C`e z@)`2h9$TOCk0#>x9dS*SwuFxxa!;4XoI(wAFofgE0E(lx{?Oe(e!dubdk`T`<7l^L zCGGKJSFbZ>U2uo=n$W02 zopQbKmjb*2rPf#X#gI5}Q#Y_ZKhStz zSiU~&FWsvlxND!YA^K&}(=RuO&z$=?VoUD>0%7wi^zWY@3o^ce&CJE^=yX)fkxcKv zBue|V2^AEA=T}!2-?gF`%;~9kN=iE-1fvm7fD))~Sun?es<_YL0Zva22CJW4&HkXN zUs@RAqAuDao8^0sDY3TEbkWOJbJ6H{!OZ-f{jLeODEhEe=;cOC*e07BrJ8;Ri`xFy zB~pJ@Jr=#BVLp96_(w$HF+vU~Rb&hFDT~b0{Ui#R$`r>u-Qkps=UBOWZ=wtnjI8#K z(q0Z%*PS&RBN!5jAu(xLe>N$ywLCSHKtR4&&P<;#T$S0{;=IZpew@g_=fN;R7V@&$ zoBD%vXF{{^d|^z)&i+YOATInwCKi4f975$h;C%+clLr&AqYf)UZ**k%n4f8&`=T@A zpsI(bj=IF)#s)5YX3mPqaa6E{YGclhtYpS2sJc{eU30xg{=8<14~Zsn<1{1qNaJJ+ zeed8#* z96zppie9njovJmu{mSS1Jxt>!1A-=swKTYZo*g#OuDamsxj#3{P53qFhMnB_vP3?y z`oPO)jxlTm)C{bOsX6Y?>)bD0_7}tR#TY8nN*W#)6V3I9IGr`6YZ+J`lz0VhfIjwk zhS9R=xsgr_g8~aD#YXiLFuaIhlyQI`Moq<+GE{i*C0k=!iiOsMn;H#O}_y^0lXzCx=pV#cYVzOxT7b^ta zX@f7b<&UnnUpJL+>{pU7>+78Wi;e)G1pWB3t+7;*uxBJwrxz~0QO9l)9p{sQbwnu3 z>II;s6Jfz2PiUY0F=gf=T%Zb407RDwKbTa?KE3k%3C6 zZTKVz2xl-pv7t?E|K)FnNaAYLxUn&}#Plf_1E9tDkbH&Ka%p{ zq*4AO|IZcw*7I+}U-@ry{G-VH?kIs)M$Lqcm1ylYYPY4jJz?9eib%G7|`o-8>Ac6yr^SCG4Z(w zzr-J+ZHLU=qAJ%R97gyb{mnJcq9pELD1`bsF_Dl)F14G;G&R#C;FoCo@fr8?=g${C zXF$CFxo=7OpM1+X0S`ipWcOcTNc5M-wdICg%V$^9HP#UMTX%SSf}^Y4uF?3D{-zuK zbrsPVw+=J`-l_Kcds73cVz%y3X`UGW>F^_vA* zfp};qa-#X<{sss$x44minvqfHEPZIm(#5iaI)4-{=sa{N4*;YL$t^{0b=#6a4AF5R7iTurAG)) z?ZocR#i?R>>&nVs3NE{p8T6Q(2Gr6(53erfo=?h8bl^%o7@Ji2V(s@muHA& zW&7hC@N!m|2)_HPgjR11N8Nmmj?YE*N|B%Es66{{3Yu35S0%7N+51uFHRPj0?SQx9X~zO%dx{K1*-Tp$@g6V6IH<~drf%_KQ=jWB=4Z;yU`YCv z9?D(79>QM9VP#d-!wD^0R+k-ha3mSTD?v6{2$RVo{P_fiYISfG2lofhy2Sm`?0DgD z7w4DbiFNkzKCQ<<$5++iBBfL1K(#w+k+6^uz2nW1I&CJCp>$be<2CszkQGmZPG2*K z{5?UJPfgQ4T$Hzl)J-N0(rGbOhW__1qmdEAa@ZS&tz9ZV&DS+MHwObiE2H323dYo@ zWth8ZzKDd0C$||z!4C${VYHy6#N_^+3nyX^x(}B*!r)AQ!b}{KVqphlyn8`VyKxit zBJW*R+b+=3N1@XCG;CA?hpnf`x@%f>xRBu%ttS{tdj=<{E%bD3Y%%vE=+#2puXbyr zp!y_jGrE48FJ>=NGM&mbrnX7!uv${CkPv>B0l--@3n!?RTsoqu+XGP~^eC#Ujas{t21!2j z%16dUI?DU8r~9HK56F+>q@tqIpUjEoi%G_J{n&iq9*|3j;8K`_FPNE(466}LfiI4+ zblZ2F!R5LFYJd(Xz$5)^0=Tlt8zU|8u{$KaC&2pZQ}#H}vih;;Zd$8Zd-xJ24g1vD{-R#7;AmA!2U&0MIBv1d+ zF;l^Cb;#(XU6H$U7nYu4lu8a}l zWLFFB>8@vpfWcN7Q2Lc^ltD+9{Qlc=jLHE~AAkfy3b}VGR;b8_p}7dO5~BAx{GoBG za<9)4MnBZYiR%@ z$M)9A$u|zFyM%LSTeb$7$8=14m-*l``Q%1R4M$Jxf5vkdT%J{~7f&0C2Y&fdDYjHeI&k>xChw-J}Nv+g16 zIM>}l1^D!&H>eUaKI;atp0!uu>T&Te>kahUpCC<0Abi1(Z=J1sICyO84od>MEjW^! zf;Dz@>QlbO+a7taW7>TE)HtHWOF)qa&p`QBI;sD zRR`;WzKV34ICs{drN~k$A_pe#`B=A6>}d7LW0qG7AA|XO5E0w*&b))evK8{lDK#VY zy@DPwQM54XznNowJSu3V|2TD zadri>v_tvX4=(mw<1^}~3XZ-zsduDm*805hR}1R{#zOFfgy8aVj($ZK z{MzLpokop{S?a~XE`d_+1FZx_!$-l>EtQ~%y2r@kE&h24(L865^{s?=#-mU5Sv2rf zL!vtK=KXuLF9^pRznOcVL>wca_eGgk>T?`9N=d6$GxS%?}ovo}(7(v=)icRAJnzM>OB@ zmISHn9SlrC>Q2Imx35p)1^{Wio{=x{IX<-XQPMfmUTs?wMqE7eM8b~MlBLokGr8I; zx=nO8q-7JTL;|Fuddl^y%YzNexh%LNI>7cCYIa>n`;Sa|XbzcM5=gX)jAlp{xF83F zs%3X4Z+`_i$?@Ug=zS{(dDxT#AB>G(*4Nid#KTTnaeiS6c66-ogFy)i`72-jA?yFj z|AFFPhx})#|GDCSySnbrYY#j>bs~c)rTG?PNECX9IYMDec#Po1PGLD5zrK`pkL1Bq zeQs1Y=~vwl2`LfW?P&wa-QfgL0>Z>|`qM9swK05StsyqDS6t+?;&6Zq8<*YE?2#v8 zj3IrS?<~U6Y5~kzwQ-A_{*X!73d}%s!w9Evoz1ydcxr|FUBzAhlu)X$2THSM&{A2! zEA2~sb^-zg>%gxGg;X7-B(fQ92#q6>CqY<=yv)JNPa`l|!^vAYqvqS{6@0em8=|#@ z3OXKgDU^4ysnMeRP0G*kR~%`_*o4yYtx57`l;1du@{wtFE*`>Omj0C0h8oRO73Ol~ z9@lk5>bvunIU*qXp!J13&s0Jl&6+IF<_oIg!sgh~9EuEjwai~dC1^nfDU1S`NfcC9 z<7~fosjQ@qt|=B7oA|c2x8GY~RZ_=O6}Ew18PklGu75zze8M`d?KS4c)a@Q#dxi`u z8K@1$D-~}4Ml7tVPA>=2r!<@q{_!*Q0|rwN*NV?zy~1tm;m^?rcLWu7Vn0V-V?8%8 z{|)EK(GlGtk@_Htwo93W7&a2eGXf<|O-cP?vavLocj`(x9q{MZ!9EKtEM;X3&jtMI z-moHXW3X7#F$eC~mE~Z-B&&TdlQp-mRl6@W;~JxuHF4>GUX{KMmc7s+W?(6BsmP}c z4G4LP#}3UaI52#K&t;|lf;7W#WJ}YB)s7p@WRJ=YCtd4LXt`K%OU4o&;%1PBUz4n8 z0gsf!3^!#D7G1VMp`9>>*AL+LyQGP$ayJ{NOM6^PmSx4SRoE6{Z+JGjR0+q>FD@)z zgkWYhvyZ6+jhl<_x#8)mj5ZF;EYuG&W<6Z*+lpTWt6#B=)o8uh2g+)~O2V7Uu~;b< z+8`HatUJ`R6n~a693q+h(F7j51?SL3?SrkKM)c6UCIVF^Ra&KH>?#k>h5@I2LnjOU zbgi)qCLv^wYGm8b!N*v{azbp8;} zGp_==9t{bxx)c_A-{^^WOjgdH97y?gUxN-`)8?1U6&-rON7|)|llk9i(X?_=d+Z^S~ zAN`XMH><)Ip@pX3hletxY+M0i<|i0hr%rN<;FCw6-5&k!TVwe3rQI?v`u3CLM4TvP zsPYUT@>xT~4H1H?Kv!j-C8{|?gyhR{4av9JpYhV=&TN>r)g}VJD-RGTxzTj_VX#2t z7EjR(P#CWG$3Xdl=BE)4w(Bu)PPXomURT=irvx~+%%V68ke^_~OU77?RtXUe@_Nrg z^QvT=c>(HLsBahQVs0h_aMl5>qsRc@!$7nvm(@7%L$@U?O}1Hh7o{3bAW6`S#JI~u z-HE3d@x+t6vYNxqQI(8#erU>xfGN1=1Vkn}oh#2~EM_?DnlbJ{P2d{-ylL0^x+V+3q{QnabvnvcCmiVJ^Cne|Z=9I#?Hb8rRkR=B;d%KhPs*8AI2gV)l{7KzRW<2vAE2F=)05kfB!r8y? zLVLw*zVMF+^(1BB>(D*}U)lT#p{tX$aIHL7V$B~8X!hIJ2GZ6}(tY88J?TI8|5qj~~#}dCb;;Bx{srFa(g0)j5mwhI{2%;ef`I5M-5G(c&E`86h z2zC-!4~`{e?C{m`=P&5_!x4@?OAqM&$_%{DjH@}g-@+mlwEFW#we&TB-h`?1POXpEOo_9}Xu0=iS7mObNb(+y;?${|tLgojuqKf3`Ix`z zp=1fDg*M*>t!&AT7u8EB2^my`wL{lw@$>4V;Q4{^X4UeG!bM~;_LFxs$Gyh4aT`;cmeQvuxOGO8 zD^1Z9P4;+?UI~^3W20r`2mvnKU3pE`^sg+}rlGO^AsQuB%mC}{djY{*R zs1^h*To?3GPPGSmnX>C;FRqUj=tIqy69~v)V0}nE5t_UH3c$!V<9*ylRYPFfRcdfs z!M4rtH8UK+Idd;Cn#(sGLt4YouoqT3qY#FCkB7_n42xHw zRbLoombAd6>r$J@MJk znvHjgu+~z=c%-JcrY4%j?4NT~de!u1H&veV*|cm#p=0vc?|Jx}a$TbKFzA{K8TU*( zMP7ucv~W2=pNcspk>p|SKEg{9brL}x&v}%{5jSq&6!y5+x#H%C=fNXeb>sOc!HuO? z8)`Ot$|`+#K)hEn-GfAhpf!XV9(ssWjp?gD#j*^+sdsuUf3u4?Z!M5PAKV#Kg_YAN zc*FKYy}CT|O`b)7>o>p|PK*2DBO2l3XQh|SE4}PTwCcSh7M(x^oMrlN<+2xTL00ry>25rH``W&+?~x zewI$jB@wmnuQO)SETQv>X{gtz&p3sFbwA)HYu2DF8>CI$uQ|0-EbX++>!Wjb6m6j! zh8E@JNN(VxLFI-Mj#pE|RWD=By@T1CY>CNRCCOSB^$~ceCay;&lj-MTEm&9OI*)D%*@uQabCm|pIBn~v>UzsGJeREXJA$DjqDltt@c z6YAG26m>$;(nDZ;`gLNH=fDS?(`d&lQ*yWayjRFOhK|0bV$q+0M*Bhw=6Ig>Q8;$e zMN^j85NOZsAgf3PhfyqU-&w6wL%^gj+X(;^*RwH5qpAN&H^~`4pa<%ui##;tZRra# zk=qM3rWr8UxPB(u;eA0-5j8jWSsqS7f^6t7vdg}wkB;w!^I(ErtYf0Bl zk6|A1Y0g+Vek&92uVJR9$6tS10I_30Q)Qgbp$YrrzbM7ysl-;A$V=8VJF5sGKY2ZF zg#Ga7QG@Og2jlXv=bPYKk$PO#dgz}nWr;bR%e>H6{b++{`FN}G6`N_CiI0>9@Dv_s zJ3WiMv+~8_cq@(gp@VsNQw@AA)%D87Vik^`S3i}bDTaYg_dIckc$byh%B_A83iF9f@{*o#c=Xa_M2>uu-<;WZj}GMiRG>)tg4yU4rW!PZL4v-* zwk6iSsW)qkOVI!clt7fw83<}gZmH2EW-Rkm+dus&KQ&{9HcS~662T-DWi}`G5B^%U_(CTEuwmf(gGOLM9 z_*NLRSk$zXrOVytA zYpMDROL_|^7JuN;W@P_2u%rO~1C|_JFD5c))*wC8F&&ZbX%pj>IW-3^n?@f3nN%J> zaW7=%q4L@-`I@dMPl%dTF~)#Z@cqN>PGQbfiy<-G?URAnjKn3SQdPK1QrPp=h$;0P z)uOqR$hvYfHC^4+v3%%Fx7}dbfEpBteBlqD;-Y^1q=)bbZBW{|Exohf+m?tQD#DBW zOis~-ug2L{ft2N)Vp|P>OMYO`;4sni{7Bi?zy);9kP*kV=l1;%5VxUQ5v|lgTiU8h z&%-xzO7uWP-@=Z;#a?X2Y*=zWNf-76ECPZYKv0bf0c&WzSE^;8S3>`KpW#*|*5Q5! zz~u0V{?)c4qah^NOrD4<{Jch#DXmut;OXZ|GPKdFU;Y9!XLk#z&{`1T{P>*;Rf#ZA zdpJ39&X)bAoWR`{KuI(?+u!~DO{I|IgR{9BpyM;cuQO1(2MW2JcbB>Ap!d=tzLZwX z5{h!>jjr0mA&c1!&aI_v7<+7UH%Cn)+fPa3%uy>Nz{ufWzMYq6)@rMvzDAB({cEOl8fXE zY5H+0if>zh(Gj^`Iz&?E(v!a}xFZ>YLd12am zr%MD9h1y?~WoHc4^~vQHL)u@Thhmuk2JmgoJj}#T*Fzx{Q&&5MUP{(z)Ar|G15!qj zEome}yQ1{9pXXBg8tTUqPo*BI(4H5b(Pe@?^j^?SZfb*3qId@7L$sv-v{WdR(f&(PpCkh=7?4s z1(Uk!7TMb%gJ=7REm}E1&vb)`Uacn^p)KT!wZcD3QTU)f+xFgz~RZVB~GrkLj zGt~6p@>8>NVrCxVT-RJ@$Y2k(>VWZf9H6YrmLoq{qCjPf_s|r@qqr;*9c07dy^OIV zPBl&N7?n=Kws5_n|SKbJrw;8*WX-NX|8AOwN3= zg3EfUwBjqkQE8KA40wxMyT^E!d?}l(OSpt;+`|(T@n5_jPZ%Up8Csl71qk{YRcMDr zuLB4W8gahwmw zTM}L;~s3bm9idVaDWvU16s@nUm@?Y}5MS@H$I)pbHH1<*-rsL7b~JcZcl zP6q|rr8@b{{clL6Puy3) zYLB}>6&BY_cWg6_LLE(xw#w~&rRpF&cwl9u@nZP(=glCT0$BtW^H+tPoA{`4$i@r{ zg?I)M1$d!D`yJNF`WoR)7Y-gT>scpS`m1*FADahldsbVKk4mIQT8}6nUhgKi9K2a+ zBjQBgvA&GmJy@AP#nZCfUF1^+40p&7Jq`k3ku12yEx7CPymjwn3+u{Cw$7QJzCn1*{*)RDC7Xu~cJjIonICM02#b z3QVGKebg}~qSQA5qZDTaMmaKm0%rUhYMJXjem{M%1!=n7d6u4jz{p#}<Vsk57_BjIj5-ax1JQ4%_UP8VqVpCCH|xe9(YNkCw%*Sv3IebUSd>#daS8zIv914 zF>@wfrplT^XDpIl2)=L@ay)Ebr!`QrV3}&#w~}xST?eM?nqr&>B6-0rneRy zpW!PkXW1-o(honqhA95{;|*0U9X;>mI}ix-5eNl}zT6Zhlogba5JYT=>e&)S6pORu zNFYRx@0FFUo|`%{NIaPX--i3~r>{(}RR<^Z`l&PpF=CsJ<#uYWlS^i6$@_mAN~tkA zl&pS-GaJcK^3*Gc%7&dXUfJ{oVmyti8{b@GeV(ocL5${nAlA`vyU3ooBi>o0b_ac_ z)uJ2FESXXKpihd5X8>lrap|!f9Ih|(H6-E)WT3QdJu94({*mNNfp{cV|09&8f47L) zW}dtGuaR&ja;2K2=7b*}ws@wd4K?;$!cpC|TZB2F0#i3yO%jyO2OI@XdQC7nmJW7Q zq0!p2te^I4Y7hEu;ZEXOt_X*0rh7kORV3Q2+13v&Wx3qQ=s>2cuBs!o`@XIGxFSk{ zwXd<%-`4uSx;mE1DKbO%D9%5TxJ7R(;Vl0CujC{6%Lz-~5_bV-@ecmex6l_^W*Dtp z;iUwX`40SzI|PmsiTa|`3|@is=T=}RA;wB>=zjyK3RI%WnZ3R59UL8_USmN0Uj8y0 zl$5lO9-bZcpO^|8`yod9FZn-E{2lu5kpB$zpA^xtsUnO|e=(_gY`8(JO9^2_!$R0m zW9_wfBxuG{=&(?lte2144|SHc35(Q9j~wS@vEh2LBBfsf_+N#GLSL zIa#JECpI-Y>CpM3&jE&d&%8T>D_cw|CsE!Oo5c*Ze4@VuuW&*0v~OwHTNpCI7VScg z&PM0XSzEZadfdeM^ZSq3H`YGv)UI?lCDJo*iJ~<|HJntsdAI4j?q4KhwkP^18DYP4 zx@Qbcz-clui)gdjW&no1~#<;R#K2qaXAd9H11(ve6_;b!aO#gj;`hU@XVGUhvk%wQ&m`^yX)nUU!K19x*Q#Ip1 z;2E;WsTvUIex=&-PBTb168_{b)V@ahmv^?#=Lk=e3&X5+%d00MqsNmtTKk()K+Wl* zkK=dlR#9*H9Qm_N#!Q8aR((=ern@WJ_ii~-zwbC%LFd2mJZ&OM*qf+u2ObVCL+dWm zh1qx(e>6ie(x*3b=_3XH+4N(rg58;McsYnCFlmLieM!UeP=#ZPu_LI{T zq@cOTM^o*!2R(77?vAFE`5SjJT71Y$GXfPP9bL}feC8#J@-NPeOSWv}LE-SK)G;2P&_n&k5&2!K9mD=t|9JV+Re`2vW z{#Ue=AIWx2yGQvVV#O0H4kG+&Dokca)c&8>}~2rTgw%ZGD4p zrpbFBO_sQO)m&3}-8vIJm3?1PY5u4yzAZ^D@_R?cR{!iy$F)s}3`Mv3xNc<*n`EV4 zaACX)zIVTI5i`Q|ODkQa;9Ns(GYbu!_aOI(tti3Xg`ECnX#nBLRdZX|+=+Wp-{n>`aGvQnbe7d(lM;QMPY!7lOJCY@ z+FSqDQiu6(Y~=?ZMRH&QePDS1k2}-7!Ii>SST|7slfjtSRU>)HcQ}%82>NQRh@y|x zL}#I@wVGPMnhBlStIFo$=8v#q)lzF~>*{J)v86qNz1W*Lu~ToffT!Ip>9MKCCO&`w zQFzpVmkFC^Hy#%;)TZmH?t}g8N8ahC=`TjAP`G&9#;#)0;zJj*r+*i)uUhsVY(zsH ze0dIObY-B_pGa8Ohx9+LS?zqD=Ged0CoR8N zSQ$KkV^juRK8-4NEL#a;Va-hpv<)badIu5%?o}_5>1ca!0vB#^2a$Ht_6`mq5u`nW zwjY}(Gq|!@H!DbZXd$iR6>0IdEv*uqB~*}-I!d|bQ<@-Z9zEndjRW~~Eqriz$;RAd zu-yRn9mU;Ny%P*+a)kj1`lv7lUdGcWi|kHCd=W#f2X*8*8}gTorA})?!U4RUDOI_T zRkTlr1G%X(KJ8F1Yjdf7y)SrkRU~>~{jkl$c-7lp_gYe^r$1x6qK=thj-3fg<2aTa zX0^*+iy^n5-r@9c8N2_etaRahgmD$fHHyWH`gBjiV#Q;^3ezx2#~_^CqjX)7tMv68 z?g!j%y57z?y_5d*C0SbLtiS>clKfD&5PCvzYt`#*56V~IvyHl0Q3LpFtJ2fxn8{!t z1Wgp1JQ}^TNGhq0->>p_2_hFNJbo7i9TgE-Yuo|M;Zt4t$MEt0e!bS>F}({Os|&V*L9?M=)*dN|5Oa^4Fx9-9~dKkFOiu`^!U8om186zOlnc zBqlVm{7%p6<Os~5aq`L{4$P8iR*6&*%>1~O(`oHyhb5iBgc|| zCouor?^(oS8Ez&jzcvIiRjU%HUql5;@YyxHwzQZxrpU7P@D#!d5f!6oJGKQpS0wJY z{2WADek6~aj8aZ!uxSj=^gxaz)+y}%S;2PntWmxOf;CCx8wg$}dp@_~R;<@YbS@Wa ziVTcq4`0DaF?&M)Q27P7NR4h_=kW#nCLoVHzF!@!!#uMd+2mPxT(N=JboyBYMR&+7 zF_&#VGzr7;Vn6AHCMBjDj+Au3{vde+Hlwmgahiz34imAzjX|t;BBNjupTLittFi(T zloO*NWe!nlns{n?--0~gIW@OSnJIj};bl+%sfhIBKA_x!C`pzNfeLokB&qbn5g)BA zVo}wmsEEO6ZL=uJ^xD9*_$IzL&tyyNjcoE|(SaourLBPR8TWC&7Lgq88bAChLGt}S z82DQY5N;H(_2!5vwDv^X&2d)B2+XNi-LW;Ylq>E?2eCkk(dCF~@x`6(JWU%(_u$q> z)i63?^+m}{-hBq-!g28!@-gFy%zE-G;jv0z^!012)cf~}Z$n7^x1mrvCMKBbr=J0T zB9i9+zgE)y8|C(wdizK5KQHI|k3;?2Tz?z>NUzRw$(xDT>)nR94$aG$1;KVQgyK?B zDX;jNwL)+)dL{mD-g2s?5_BabIhHMwMH=&;Mb8oZh<9FIe z(4)xb&gS?^H){XXi>xlRm6utUCHGF3Z)RNE1EY3yy~7HTW(Pa8Mv2_k$h=$?AJzNd z=6ditX86R>0&Bi__5tklLrIQWK!-pxc9o&Ifv63!=iZbA-W%_8Fr+DkD#9>qZ=x4K zsxrl6tRHy9-vgmFzJ+)DC`lBhVCU%A;r;b*>!gg7j+Ibk%Urr4%{1CH^DCkB?QbIi3h00av@Irv>WA|vCjc1LkO zMs5s6ml$4$`^@fMg&rrE!1r>$LW#(dxuZm-B-s%?0Cb3dezoVWDcZ8MISFF=!~VK> z(y?IS+v*V3k%u*2n2$Fu_ktI)a5_QTDf)VSD<+nfec zBY+~62_}X2Y5hPuTj&8?Z@$&pIr`WFcn|d`no`g{&B{l=+?2CvxyAQ6cHxQzcP{c0 zYfOv*aibOnckWy-WWh1^$tgp4H&zoirsn&FE>suv|}wu8n^T4dJ@eb zl&;j+7rLzpxAbsM&Ud@|9K3e4d?x%SA2fw+{hiHhQTEV)r`jqF6cFL8KuY`OopuYH|1% z?Zny3TAvNJ9UOtHJWCd(IN`35c+>oiN6nc4|?piaMLhAYe zgU(ax7M8UywUbtwt(C%_;gcdOJV)!g`zgZ09Sbl}Dm#0Gh>n^oSswZp05kW#DAh~- zZEHD7sdu31WWC)?--~xYfwFhE-jWVl0e#$MEpowK(ZgjAg;Kq0iKs?DcmtpvdNg0W z*K6ySQZvydIm*alr|M9&4ER8~y^{SedW2I+CmKCHBoCnYA|B=nCk3O{e_K_KF&5?NJ0YleeUN>RgeK4?I!0xJYR_KdV(&&%LGk!@SV&B;~Tv84^IbIP^E>z+^yTuT$ZL z6+dh2Z}XHnck7s7uV`ex{)i=x-JDF97l1}61p^k@IpxA&<7F#U=*ydzvMuP>CJ^L( zoD5?B!fR=!LXoNYn@`%iPlQtI{YhH5AFI19I=f52)F#s6?_MA_>fuG$^HMjGh7jwW zOKz`pR9Ehz73A(TOSta~vfzaAta%ErpB4&lqySz|zI8}^=J^{ny9t?O#v-~hqz0$@ z>QCnL(Y0?~Z_CGj9Gri~04ix>x3>qnPF^VJ497@vWtjF>hi>TdXE1|1sdDT($S%x&` zT@zaBI-f;~6+_>|fy3jU5A`n+t8csRKF$4S-gqx2Sq1#nO{8u0At}>e4>6mX|2%|Pv!nY32P^(z>gqq#^!oybZuI^pwDZ%CuESjjCMzBZ0w*lY3H8bxf-1|zzdyr19M92@rR-wD z`2D@v{Srd|60Lvb|CVt5=Ys!jkAJ)1p&@$k{!>c4Pu*&Z=gPkeGA=@)3n1YUGiAgV z4&k50vsO1Y9{gd+LW;Zdu3dsqN{5}t+`d<^#!^ThVdP5Q>M!(YSr)q97ulEu-Eu-| ztUD?g@IsC?QBhF|gZ%UfC924~?CnT{!C)}6H_881)OW|T`F>#=EmgZ}ud0@|R_slO zqP2?Jd+%L)RjC+7mD;04Y3)(5#STK$9w9a*2x3Ky_v!cjy`MM#C44fT=f2NJ zIi`Y)I2>-?e=$@&Q{)Gd_5UTiu+$G9h)BORHa5PfuHlbw!L%a-F>R+H4Qw^BsR>Dz zl-KC;soNDit+=C?Z?-n&GNiTK*g%`_I^5TPL3q((J5^7!)s-she;c z*$F7f?*DS@G4#A=H>I+l9|T*-d3g)wC1pr$EXLAX%g+(8Lh z(wl6n1HAdJ)DEP#-4j>$&sLL8=a!29S61IP_wR45Cvz?VZRYorRZBXDR}c0N;XUlqoY_HPznuHL{qTKO#IzN{`%kh!BV?3UyAVZ z!UC|vk|Tp~csIn&70Dwc^sg2>EXZO}VN zh?Bc}@sA%Lfs0~iw4k1>-i%ms`j`xHM#;@+t zbky?m!wXtlb8eC|fILvGCt!5w0&&iwji*;~{5VO#fO;I)6uN72_^_G{oEFpj?TCh0 zr>ph1%5^5WdU|@O2oYX6f}Dvn3`74yz0%qu z8;T9arKp%c-`YMw0te)|mu_rqo;g$37+mO=#du;M8ULhUbvNDAo9yAkhZj2ziZ;Vp z;ud%UNl4Xz6VClm*TyUJ{kU=T!ZOjy0uSzSO(Pq4g#}C@a` zNcsI+j1Bg^xVRYJhu#}RAU0aD2yOv^3X`fTpz;~`|DCz|GJ~(#)94@HzP+z7X}A-s z^qZTVup87YKUV|aCwZf7@Y*h4n!r#$HHMzc`D4xQBZ!sNtagEZ)KB)#+WSg{v^%%s z)koea^O_H=CMhD={pUMZdgDzZ`={SIqGD%BGRcG+Jv;WMByTY-&9FZ=jb4N|w$my+ za=$bKG4-r_1Dl)~WJ$oSl2}w!6!n$QU<|P0?~ZJGH_1dv!fPKrd9reX^jNGS5~YY- zXz|B(l5)P|Yh{l1QV+vKJbiBon%N!fTRos*WK;5E>>Qb2(Dnyx0-U3aUkFLq)Rl59Z%E>%%p)dHl*n%JoB z2iZ4^g2@d>LBz1%)of+rzh`Ord0$V&SsPhFJ~C+EG3PSIxY71ZtS--w!S$$#iMMR9WgrmC{1yM~lrFOzdpuhiHLBVs` zNv?g~v&Z~wJ@wP(Dppop3Ksmmy(WRU^>o7;Yx?yTxGZJQUZvm$;n>COgd6L#1Q$9# z9pbA-g`;>@ctI&+XLU`^En)ln3M)Tj@7fqq4dh*k8GaRu^2a_K_Q2V97Mh0P*5wX* z=t$?^>q4)unK&H?C(A?6$xu%`+DZlo@FWdpdQXX#eud{-T-rHR;l1T%GNddq%&yz9 zz56|p>^D8w3~6&LeS@{K-DVBto!CdObZqxhApD?e}|E|k7iAD83l&IV!`h~f~7oo)7YX&|aZ z?()#w+F?W$F9Zs8n^vr|x2!saofwlaE+`~$^=UFF9#C*jUg0s+txJ2sNxw#X%H6=Z zzJ!t%l2NJhieSYn_9T7^b~+>*1qp6lDEyVazJ7yNhmn!d#R?;I3E2CxYw^qZBlsxM zVeyOAI1jAjFCLLE;h3vtkIQpxcxqX@+@~^{>r8)7BpFGic=&QSsuELwygVvl_j-DS zQ}*&`oLaWEo-)FvQ9eIf}i0^@V`x_<62O4Gwzjt9 zhY5d-!Q%FDA;9*wG-7D++Xce%MRg@iQ|>?sSYCm9O`CIz_#7X^cddK{^(?X2e<9np zpT^tU`)6gP!iR5v3*<0id(0TOg;U7<;Hui4t#ZEmI~=bOWSb(we33hbbkxIdF3FH- zZJn%>H8UAv#pXRxbbZ1K!#yg*J6XM(Y78Kuzv!a{QK556gWh+I#!;n#uI3W)nc@mN zR8_NymwVUy__+rJPek@MRdlTf2yR^@tDv52dGjr}OJ>eyQm}}9CPzTucfKIeU3{Zr zr+0J9Y3pbhv9i~K`B7P!=5G(}{&1805lTnh#|IwKo$ZwM_U+rxIXUW9h=WE`o3o#L zTm_?3Lh@|4ZCDw&br5!M=fpa`3BHZCYE(V6Us(cqY%UtTJ=TKgm)oxN#L8Wrtu9;~ zjxi}nL{i)9kE;`fYVkjaK*=Xgc@em1Wr(PM`t&{Hqb|sl!xKg`dq%5_V{t5Xru5WI zRn=wJ-@a$US(XbkGWR2%a znQ%?gU!yxzB+>AQzct69QO~(nR#upVt#2se2DAc}KQd+jtu3CVi)vsA(G&m6gs zW!s&JCB@}g&Ia_yqbNv2bL;>s{4sBmrK9`pu)2?y$9|A<j0iwDJ`pX_BcBZYNKEliE3??%M0F<24WxeF8{8duA$*fdwXA>GO%kM zfyZ^Z8!{~`>-F>JL_pCn5C!X;#*3-AE2!+dqR7-UK;JJnySko7Q!sb2dbD;@O3rum zCvzJ?T$w2;DIf6gd;#vbukW$dS6$tCoVvm&66NT5kJf)#E}4=jUi8tf z`k_{m_Y|@&V6rjiKv&Z`j_<}pPSI(p$b&!wkiGZ&;@L7IhU0f_hkeI8j<2F8_z%ZM z?Ecusi=u+kPoD>a+pjV{D%@dw-joILX|HfwztwvLxdL_cUb2Gr*q5An>Ln~cTvF@0NYl!?8)pku2SU~SD)U9 z@qF~WKqyz+X?$k(cN%*_ne<~ctCZA`z@;qlmp>a|b#`E9q`66|!GB48AXLQcX5dz(MR4j>) z$4{^52$T1%vVds2*WESzuG9gYqXt&d9J++-AOiWBxG^ zKGC3w;^yY8-grh)-|Y#_={lcdeTkA8sXZ~0jS@?u(OL~xa+Zu`jnt2Sr($*2;4>Do zWfronBZ$fJUr7(0o^k~Su1alwcq$Cl;6G&0iYk#jRe|P zjc)BS92^|v1a1Fny*xpJf44^vliuOv)OvK+8h^42KwD7Andj}>x97SY0q_JQb~eY` zlK?u5zq-T&$27B)=RH;lSE;3QC~nxpPiAd)^}rK|+$&hzOlzPhJYC3PXQqaNQz1vM zOg}jzL-qCRL936F@Ex$nd;lV`eHi_9yb;v0x~QggO$i;op&yp6GWBCAAxsn3B6_AP z5EU`kW6~7ltPr_i^XL$&oa;eU((-<3JfzW)SnX%wgH`X!1B>3GA*2yRv>r`ecTQ-| zH}DM+&YiBw3UCHW(GQ20+Tw(|vTrt?YdEaLP2<35w&LR-zMApwribDZB%Vzg+pOEa z%zxjQ#&cQ)$nA6$HCanKp(Wlld(tAP-MjPC)yjqP&YPPP3ES)FTTCl21$6}Y=1>bP zvC8``=L95b{?J}Xht6%?KDwG0{G}n8S%0X!>7rBaj8ns70Z85w=*3oage9r%V-Rlt zODxfsr>Z~*3FUa;U`pa9J$pjA{Hbij#x&<8Hmx^=VP~YD)+QsQKE2<O7Px8 zmd>8e{QxgsTN?2NntY-w{+|o8=hC}ECy5Xm0CK@#oZ;$5M$C40cCHJ}Uy&Zr+~sa? zLzqSKt%e0ZlZF?uZYD|vT*h6U+_HpA_t_GceA$DShaql2VlmU`#jRVSX@_bJRAEA$ zoHyG5j0B{JjdZu8Do?W_dh+dgkauPHXVwW=e_ARE(>RoJ91bx=k+& z!%#r}dP1eUB3rqh z|5Oaeda;P~2j$&nxV|vnGv0L;Lgr(n#n1W{yFDt~qjW{PCPwfUdpI1wzGQYqfdQ|HW66z0W4v%OsVAX#sH^c*QeX^khQXAD2KY` zmb!g~sO8^^`Ox*T`U^Nl4O=$68LI>-Uty9r&klw_zow-7o&>?Iz@q=2$S ztK^e}uNbyB6bI_^C1?=2L%8ui5h>y4J_jX3ZkZj@FYUoxvAL68(5uxC#Chah3$AY! z3|GZ68u41o7udcx88qLU0tkIf*k;g`!JF?lbE{y&lexjDPz4M8nhR{Lt)_#UprKM&WbEq z7&&aolIkOOgDF8i>LYni>v9k6g^F39Kh3F%d3J!t4Y7532@}+OUjC3v+B7A)0@67j zBYkgQJw%o8sxv{*^rM5PDRkN?k$E6?;tlk1;!LLk)ybdADP#@{NIkNM>!WKfj*6QN zTsm9#s@~0-GP3y0aHUqnt7SfQcm9>H?`~(e2{QDx8}))axho=1zwqaAue@FwU2j}; z4SS1kW3G*r?5I2=25d|yWr*CUd-s=KT`G`ev!yM7WkV!<)3cJPVH(Wg$zrq0FGtCF zaJVy>iY$Aq(ex4StpZwZJT+`C7s#ov#vX?s_UQ|eZCJW9lf7yRGc=zTZasb%RL9QN z;#+%%n}?A5af|$|2@hlSU6rI1l<9|MB2tj`IEYlUD?2A%wubs-DsUI>KZRw8Rhp@_ zBmc+D{bPqVs=_Z_z+Qhy$=UH&@+_2e3DHT8b%pjf5<3a`-PR$#X#K&#!GO!-X)iYL zhyuR+Qk*wGTfZtLId|snxMkn!3vCdpJSm` z;^d6ecMk17=ca4Mo&I5YqD)m~J#hF#EP)CBxeMF)G@WlbO<(bk-j?AWfH@<>D&8W zX6B{^jOi3kR9t`3qvUD7vXSQUr*JTx>#5{bD10z?l8Fa-Tg&O0OxFstbqKe#m`)={ zebqi>XD~%NJ{nW_&~!ZQp7Xax5mN64Wd+t8&@cWzjpHtTzOaolSbrJFu!}WwgYMd2 zunhGos@r4Zter(}tLC2RhWR4c1aoM+G-cvBuW;s->e0(kPNx3+i3Hiz=D@md=`y)C1WmDsNlit7gH z^mm}a5><$~SGp?%(TN;S&2vclLvv53&*%`Vtr1=is8osg3s?VJAfG~S0X|9%6?lBCp!{mtRh1x{E2{oDf!=wfP3zD z#|2qomPwTKCNuVl%jE@?mA*1lUZnDjVr;Jqy{8k#{Vr4y?Y8_MIao`)`5x|h<+P1B zygO{J?1l;gE8}Nr>3wx2 zK>1$Y(I4`Q!ae8qT)E^hU0!bs@S6W;SMR};d9Oi~(JsCHH14#$l-uf*!hGjippq$w z*dY7qlAU=~b0!~&e_{3$CfkFRm+Bb-PxgQYAJ>};{OuUtPjODWvnEm9J=d2H8#O}O z4L8Ei$pr92_ZD{rY2h{1NFt5?Cg$vNAF<3K>xIH|eB19hRwv zHa~7|)(K=i%_k4<5^rzJTx?LF z7Obp2)HX;B)>A-dHx5zZ=?Te@P=(jWCR+PP#*(p{*QAT=&h?V^Ggr?(?K9Q|=-%SP zhzQCLsI0e)V2kA=$PqUi$R=Fvc~|@6zmaMjN-|XCGBwZ5D=9 zQ8(JpcQk~v-aAgOJA>IuN_XonEery?c`~kXYHFzX_FzMm{X&{S;8n5=5rpS0P6kt@ zjPQ(Je~P|WEaSK5&T~6slz94?Y^^a`uWsGv>iG23aM~JjqMvCGUJ^h0qNW<-R=k`7 z#SVQi&SD4oXjx~#`sfWi)P#oY)Wp7iHMn}u=PfI{=v%%z|H4ChsmZbr4<7qD@4Nat zGx+`sd5OxUlGdXOm}_ita`@zFlN|4FgKoWP-?M2aMYFab@sj+opptM4fPT@=^mGHb z8bDmQ>&X7)Y)nn4#&uSNLC{q7`s$K8xQ(2FzXNlM?PK-${Pk<^+Ca*{(9jJ>=;G0@ zlDw4<imGYrbl+&qf@HNWpNG*9hLdLB%`*H zbazbINpz7KbNIOw;z+!EJ0E*wEJWDBYW8dwuO~O^A=XXzqDR7Yb@c;gznkJ-z~}Q~ zFZmzC?w=eflLxho>YJhjrWCv$*QWNGwD;1#(6YSIvHipKuf4dvi3FB0qzeEOY8q~o z@ar?Cz=(Sh8w~2*-?YTKwl^&-|JEDWF!97Q3ihEK+R6R>+rLfa&Yu@-3a~u1{^%4d zVKr-2pr87g{+=_qdiPP98*MF>f4^C3$KXp>Sv$F#Q!)(YE}h$TBX%!CX}}NU67of` z3p(3Kz$p5$>{nB~d3|VCyv?XFLbxZ84Yc}7?esUeqi_K`#emu=mf6Y5ZS(=UPZ1Oy zJq#L5FkEIZe$rsgqR=|q?dd?>2QpLIep1a+>ecX35jiUq^^Vt)?e$1DvC@63`^nrC z9?EAKdx6ArLJ!zrPWjfSPuG2=zNSh(W+3*IOx0l(?<5<2gQEDzVM-SEC@`HGV$nBy zsbxKOltSQnb4vKSSJH5PH#&}_6zQ%_@pk;F!U5{R1;?3nd;V+4Zla~l9d`nv{YxAn-aF#0Vjbu=Ba?V>-Uy) ze+B(!^=)mv*oU^wnRjvv7L{eYf7MX~A0N19^bU#8UB6#tmfg}J(IUE~BkgZhwLK7{ zTnK(whg(Jt790;7Hr~>IX`)4sni5HbYr3=RCSMYBQG zdXhu+Bz>ne1}}^S4{sv*bSiN@L=Ntg4$Hleg?{%hnqh`;n=qYQmtIq-H~SU-X!KzVK5G zJEjv3O8@sVA?A}%Ohz+sk{LF*vwO7THlA6?0wg)W9t12!kW%3<(*#WV4q%*GIyySA z(6V2#Kh%;CI~xGNA_GA0Znqe~F9K?W70`l~-vqK#J#C_|-#4zMI1CU3TG~LTf9U$g z2GB4rA*rzcLD&(Gp8$eiLyksx%#PW^fiRb{PUJ9N{EteNTAne<| z-kULHM*S;6LQ4e_*cQ`w#tN`(yXv!NSGALBK6qN2m3sd>k5B{8zdhd5;rT>3L)k)o zsI9NqQTC8I*sQHt)@@0BzWK|`7b@NbmxS4`tz+1_C|8m3YBM!9q)7X=7hNk4l@{F7 zHrAIYZ#;5!wSx0q7o4o6%wHK@v1 z#@CUO`phrv$*3f!jgMrs3(I$JKe1-!&!6Fqzc!bg9Zr6f@>)2lN=B{Io>*>YQ z9vK#S539u9K4VK81Q+)=KwLuaG4AwnmZ zfKE_4ISkJ^ptLI#{kSQ<`9Fl4Y38Abs5`cDeP6GJ+qqOY8a}er+by{NN0x`i5sCSS z(;7Xkz_0F|FfcO0VtMma7u!RVj@WB<Gq4YjucTzx4!uAxl)GMK9+IazuI!;?a3w9ap z=k!0`%DyaO{&l25;J+7v{^Dtpn4 zXGL5w3F(f{ExwqU{Ct=8K7MMCw^XpA#$WuvI180H_z@s0br;`9=5Aj$; z&>NU`Vn-Ci`|C9Jf_EVR1%7^vhUG~6%m8ZIADLeRz?>*5bmuIIWVRZE|B*az_ELwayg`H z1kHpvE)Rn~od{QWRX!*st{4$u8r|e)NNbOCQ>w|mCBeX;4RQ?;_FC&paLiTZHVw)M zwuvdu?R}>gn$cMwvfm0$d(0~u^d~mQn{7rw{O#9rTRXE;<4>O)AFH8^l&`TWDT^L= zyCFjMs43kHv2UbZ(YwD#MC`=$?w~+PZx+Az*i+u)sTaB|LB*LhG0S;nJeFQM1Qt%| zWA5Kpf~fOaA$#PzoXQu|qvd}R`>J0}*WhDFVYtKRKlEBlYC08@;gtwWvwPWHgxcS- z#N%B&&&_%@9HM?bswj~7%fr=sb4H11^o8Tk7%qGly2)CNy#3j1&yuAF(2>{iG`d5I z(qxt;v+t)VBVR*%cMB3a5IBwMb!^Epv!XklDQgUXnWD04BAy^Sw!-bw^8+#F!LZz? z#-00`M24Hk!^`~spw9Eqlhw4_gOF21-X|@^%hXsp-Y>}qy+u9r^z^NO@uh+{s!v$~ zzf*T9sFdiuQ2n>6)%e;Xq;O=?RB@rVT!5s#Jc5FKI%)qh9dr${Hn-Jm72;jCIe2e_49@3D7Zn zC5vkPRG7F0QlfC-%d-`3c#qH9Nfx%TzM=*c3bFBm)ORjm_a!if{oDI*mHV`oYF+Tv zk5ge@(%%cc1wqfR3derBrVHAet+7Qv)ZFO8S{t&kb&%a;M?WjE_=g2GbjPm@vQ_T< zl+gtQ+3%9V^76T4bUdC1y^L5umSrDpmh?cWdwB`3_9d(qXS)+wZjJr;r<#JrA2jU- zy8n@R;fiDh5dJiV_jQ|w4VQ|yiUvzK$Y0#6 zuNOB=e5s=kJUPCR8R{JXOkbO6bl2USo+fR{Fb4D%h+7IR`@r^w_B9tgDVQB zvEd{Ma>t3XA;t@4#UkiODoIn_d|h6HOS&4#`!#t=ZDD_~7R!cIDkSf3C$ z<3*hD#qN%CcJKBMah&(UD;^0<%KpOd(9idhAISKj?-o@6U4b<}%a38BecnZDWPKMB zf585_Y=0CJ=(8G|@DLHVGyT_6qG~;I)85r7LHQ!{^g#9wsh-BW-l&m7aoA8 zy$^akyf2+BCHE}hUnB!;9H=Wq!{}YOH$|7b$a1WRk{4WqH@!GQnj$z_O^gyVFOTET z#hK1m>Vp@t45f4Zb4_(dh8P(~GiylsX5l94{=2?_L{8BA&h8GUC-!=t`Ltwy0!Vv> zk)bHGbQQ+7vQ?@>x2k-lZCYesgH_Ech%m4>{}6SqD;*r;^@o>`ZO7Eo^Bv3A;f~w( z*L;x~zj#58{Q;VDO+eaEn+fu)Vr2hD1v_FN2gK|(K+ceKpAUm7E=SS*tf-Lhs547a z2ZSG&>B`+BS|aeIs;dzof?kA$m%wJ1vt<1R0eun>fp5J(Mo-sSb(6Ta9w-CeHnlW< zz><>!s2yS~fDXKOYf<>=URQ9SEmsGlyls=u-a75KT`P$LfvWwj_^N%U60|DJmT{wi z6FXF}2g^HTcEco(CQR=rD%WBvg9CSZ_dJ|_KI{Re5&WI5;=IIS0rsT_A}}^4lBpQ3 z;L(2Um)-{LJ3Cm-CD!XmvpaxWTzwhm$?Yr44pY{%A+xC!D)M;FMfHYu<~cTRIXRk8 zn@=ea%L5S;>|wX@4mx-Hq?wNZvbeblCnIQFn9uXiqqAO(LsM~oYT2_WIG5XPVmQ4> z+J^{xifkjC?o=+k#O_txm2hwt3k9MhY}*eb9jEm}jSxIGD&r}$2qYv36**E_$>7n9U8-7za=R+1gpKMEA9AE-$murNV5sB=wXKN{1 zbNL!)=jbYbsb|d#dnb5tKoSI!VVSM1EvD$sC^EW!I9xaDvv~`2&jfmP!MT3DAt2_7 zH=PlvNcn78Ec`bM+4z7@DFDGOSNmul4ebth2n`sKKV>@<0sD-YXlhdZvo8Jo`Llay z9-oIXs4(uWwS)g#Rz=5)p{EN3az}q&khkXUKlcU{yuBD`vJX_&Jbs zGmF|&c(ffeM3Pbi&bFFRydN-oQYQ3L(p~Y`#Z0LE0*^Dh65x|f@d!nmd{PLzOLnDX zj|j>Rm%G*~EpwszljHmC$sh>$05E4*1}(QTNd8(ufgdMI?x(2oTkQEnq9szB%@s6@ zbtEM17V`{Nr?|I}eqFDasVB+$J4#^XbbcR0bm8}T2@)vw)uV{(JGGzb6H7}H7f|+- z{hNMt7{YX`_X|NuT55n;xgH6{=(>itkaUh3+iq z-le09v@>G2mq$;L4MSupL-X4XMO;oPTzswZK8MUU%r_ddA=)fE@>Z~zJ^O{Sq;b$5 ze{oJIolR(P^tth5s^I14Q)pKM1G6}J0RD$w&u^4roSx4P1**r^Z%*j`?pMh(@-AFkl>XSA5@GTpSG; z>Gqn@mG0q?!UMw(c~ow0|4`-0E|OWykp`Fs19%9Y@cCXJEYGx+_e~dP*brZ^T8)oMUD116P8~WXcirpqGp1nJu^AZ zA5zu-3ubjg58}-(w&xsDd*jZyPW`m zdi;DMeXtLtR@yGr^zgxhH)duD@O7D;Lti#hc&*IPZ(AlFFVx-nXbb^4N63P?7Jqcj zZU$Zf@YFsM5`wLJ`^t9IA3rZCF5crrGv629WWyw7X{bHmgbP zlUcZ2!=D66lvXSA{XaA6Gr;7ReKBs+m$Q&ko5Q-^-rj@p{Hs(v2AUssdG1?wvk|cM z0ne^oWapl>%iz(dV{{GIYc(VKW#K|*T>`0REDb`o137{GzpkCt>#i~7)Je7*{d*&SG1ZNOYrX8k6VWDGG=LQ}F79?# zR@Pj;-qZq3!|5ptAf(&d+v915wzHg9?kuRt=@vO<+}Q3e`ccfOy9i#D`o9)96*aX} z9y!1Z1z1Z`zI-{XcaQlTzIZh^F)^_l%mkb$VNeTvnPWJ8a=0vIc24*^RzoTV)JfYP z4?N}#58RQQ0UVsK?cqQ`=AJG5i?)wP" style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*." style "thunar-handle" + +# Caja +widget_class "*CajaSidePane*" style "dark-sidebar" + + + +####### TERMINAL ################ + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#3f3f3f" + + TerminalScreen::background-darkness = 0.9 +} + +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-down-insens.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-down-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..dcba37c9cdef847baaf8fd9dee8ddf6af2f38846 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprU9`7sn8e z=;V${vCF3z*bRLR{Uwv89r@G0u7PU`kcvDv;h5BB-DmMRQq0adIuq_qKfpMp`)Qx0 z+-LQwq%-qp1bglY5O(^Re2#hRoi5SlnVc+zmkg^Hrz+$y^y0b0Z0>FVdQ I&MBb@0G~rhQ2+n{ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-down-prelight.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-down-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..51ef506d94b787420d9dd1de4cebaa8dc63d655f GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprS}m7sn8e znaMjoys6PxVe7=uKm|d0O(^hI#kP9^P*?S8^?Xc82m!JNpzopr0NXuD@Bjb+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-down-small-insens.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-down-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..1dbda3d75553b80dd9234371d7ce47ef51bc0f00 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;VY0Y)SKuRXIj%d}nz6K+lV9GyDVDcz6n{4CRxp6ejf;dN*jDO_n>hCNrTa%lAQt srPOEhXB8UilPV`FU9?U*s*uCrmLO{JcH!jNKvNk!UHx3vIVCg!0F+Zd>i_@% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-down-small-prelight.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-down-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..9de0a08814dfdbd7ee60e6805c97ff8c7a0b184a GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdvp{7sn8e z=;VY0Y<>2&4_O86pVhsQoKd*w?T_V)*&L$Y|2Y0wHeuoap5xPH>Z|Vj`EmGh_CI6C xvp3Hd{(13n|M7nL$1X-cdQNo8x*t_wVkr5d5E#MH^&4n1gQu&X%Q~loCID{MO2hyF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-down-small.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-down-small.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f06c41659773537f768494b82d0e56aa5ccc5d GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynTA)5S4_ zV`gu!BHtkg5!UBdzv-yNFuDdb98{cD&@?aM{f0kFCb78gWRg3mxPmE^_vEtQh5}8G zPtNp|`?EXatnM+3--(8P+poniaxoO$^0b<9^M`Ct!?ofpMwSQfj5hDx?SH3M^Cd^j zuYK{Y0!54pCr@v>Cqtx7*v$vCGiamMx1zdv?}$9LEU3hda% Q0dyRLr>mdKI;Vst04!2vy#N3J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-down.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-down.png new file mode 100644 index 0000000000000000000000000000000000000000..16604bd24a4ba86f2ccb47be4e48a6501c737298 GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=&)5S4_ zV`gmMLasvr5^m?~56kHMVA$7kG~<)4i=$5R1_hsuT?e<`eL3Uc1MdiyTBi5|8Aj4= z$OKP`3ly4TtlSl^x7 wStoPcpW)}~}U&Kt-{hE{-7_ z(a8x6%>mnHv>Kj2a3*o(xro5N#BnB>7U1O z@uYyFbg}NUav!BB(pn<5I?v*BB&W~}U&Kt(a0E{-7_ z(a8x6&8u^si^o;4rNuqjx8d`l|J-jKo~a(>c5ghxH-V}1v$+1BofG)NiW2n$N|a`t zJWvq%?a@~5{rW0SJHuP`&>jX) LS3j3^P6h*rdD+Fui3O>8`9aczaSY*@ z>DygTe~DWM4fOPq6L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-right-insens.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-right-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..9cf5f5537e200741221287dbafaa6290a228de6f GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&;*E{-7_ z(a9Z^Vw(-7^fEFf-A?{@{7ui(wxZ-y$^VYd=@MxyTKqVERXu=Whz)wnPm3r1L>I|yx^4d1}KKp>?GkCiCxvX~}U&Kt*AmE{-7_ z(aAeLy!mrzbqsahu@E8i>D@R5^n7J?lhxQ zVdm*g4$qG6;jY)8W2w$1l*^>K;~;n7r$>iA-F_o5mtmofo`%DuAVZ)H44$rjF6*2U FngIH;Nl5?z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-right.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-right.png new file mode 100644 index 0000000000000000000000000000000000000000..9f13d5223339022257caa4ba0500a62772dc2586 GIT binary patch literal 304 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9O^r+34@^kXnzbf2+OcUxR=FXsV-cfHBe%i@g+P{79UMb)tzdU7o*w>W%e)4 zuXr!6vYp|b%5vtC8Iw&I{Fp^tH;POYI^e5m8XTM9lA^5?KIyTFr`##a?Lre}4(wd_ ry3_F4*ZT0690%s5WUT%B<+AgTe~DWM4fItgjh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-up-insens.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-up-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd78cc1107853897ca9b1ce1d5cb13b94174cfb GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Q>3W{a0I_FgpN;h3NxP^|c@{>)mB!W9lWHjG{ zn{7%L>!sg977|I*j{NCg*RY~rlQAp)oWN(LZL*13KEY>%8T=Q?o7;rVnGUpt!PC{x JWt~$(698|ENR9vi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-up-prelight.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-up-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c2fb35746d02179bde19c1a1b82728495c03f7 GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprS}m7sn8e z=;Q>3X6{Sk-{PhuIy8J{64#6QQUCB-YT=3luJ5>y>;KtlAlTu5_W>){oW#8w{vO)T zo#}9PqeIpGTD~@J?}jL?1+Tmt-aO?IkBiB0pHa2&Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdxQi7sn8e z=;Q>3W|xaI=1zRX!!hB2V6n-w{4<>aels|d&rF)JeB(1i{^V;W292(ZZYSBfN-|{L tozZU?o3L=k^Nn!=PdC0Z^q1Jc$e=DLYF}`-80ZiN22WQ%mvv4FO#lLBK+ymI literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-up-small-prelight.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-up-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..b73866affed02e7976d936fce079bd68d4dc3e82 GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprSxe7sn8e z=;Q>3X6Hr6%jOBBJ2d>2Io>b#zxvM+L%$UV>W@A4?z6YetNZitqv`*d2b|Pz_0?Nt z9XL?n^Zmzh;n;+QkI(y8I9`!2w*S|{D9ym|)m_2&`@QoAfQB=8y85}Sb4q9e0Mh14 A1poj5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-up-small.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/arrow-up-small.png new file mode 100644 index 0000000000000000000000000000000000000000..f5431a615f4a7522890f4bec20551eb29519f047 GIT binary patch literal 278 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynTI)5S4_ zV`guUF5e*s5w`UEn>b&vH9nTA2oR8Yz)^SEw?DwSKzr6y7108Q9c*1K!37Pco-I7p zpM2%X=_kfDfuUC~NEGMYE{hg9y7~6f$-CD5Rw`m#cI{SnPvHmQm8&vmJzKFVIdm?A z^7A_@b-XLxHJ93M5SduX@sLfYA#z%3`}xUV%2w_Ac<(;rC!2bP>?3P`Ocz&KspBg5-u&wghk1yr=v)5S4_ zV`gaoMz6yO60Ya}b}SKS$>YmA*XOj|sq~{^iRu0R+0DBzOmK3VF5nncQYt8@KL1$w z36VOXekw2TWVUok@BOJj4={MT`njxgN@xNA DQ+<2P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/button-active.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..ef088723c8402351a16d834a2c1430349238547f GIT binary patch literal 266 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>!2Ka=y z0%=W6O$``OS62rzfg;*qpr@w?ObE)5S4FB0M>vYacgrG>gQIXM36(h52~yJb$n!Tw0>yzT$ya!DG(6oMA2+vgQd1 fU)tIqq%ksVU}ol+dEQMCXaa+$tDnm{r-UW|>$gps literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/button-hover.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..a7d3dcde6b2164954c9d282c700cd19963069b29 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0%=W6O$`kVZEbBG9UUME1U5D{5Qe|Me?UOM54l~7K{k~H`2{n`E9~06XYYfbM=jUR z1PYpZx;TbNgeNC-&ERC#W#Y*R-JO`QlbQK=mPLLzGxPI2mKg?zDpn{S>=N-}gcyqV(DCY(S=}2l#}z z0%=1-LjxGl*VhMf&CJZq&CMZVwzjr*c6N_KJq`hta+L)61vAJi?ApC&?}GgTe~DWM4fH>OI< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/button.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/button.png new file mode 100644 index 0000000000000000000000000000000000000000..2d6977f4178698543c058a735c63f2e69b36b8f7 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0%=W6O$`kVZEbBG9UUME1m@=E5Qej}vx|#M0j*gDLzP_QMp|P>Csi~=jg@vD=UwC+UWMm{nO_;d#exM$Kk|4ie z1`W-c+8zWr-FRa+P%gyN#W92 zp5p)Ut#jFp{)Oy|p2a-r*KI59KQ<9(&t8z~Shqj-`NCW870xgkJ_vKr`K!ZF&dTt& XB6Ozc>RDHT<}-M@`njxgN@xNA`3h$K literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/checkbox-checked.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..8fc6bb04c45811a731f76867214d80af2729278f GIT binary patch literal 331 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkdBLsOGrqFM*`Z~+B!Nq1_lO3MnjX)S3j3^P6+0LuJ3431 ztekO_4Jc#i>Eal|5uKdSz_`pZz2QL%19SM>ScM&Cjg8OsBxDxYHCv0h#K#^uu!%k8 dWhV0uZH92C01ocDi{?Ph44$rjF6*2UngABVNAUmv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..e9f7c0f3c957c1619af4ab4c7533f83c05ca2996 GIT binary patch literal 256 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4vytH(~cZ1D}Ed}{S2G-B-i5{Lm<9%Ia*%3WtyBn=vFX# uXL?>@vSFMh!((`CWzvqRSHl1NPh;JstlX3_lm7$IAq<|belF{r5}E*-kz3>d literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-button-active-rtl.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-button-active-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..33d83762096db16216fa311004b4e5bb0a633477 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!3JV=Zu02?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4Vximm6~?dv|lm2fCw z&HKc(rBjSvE!_HTkvDsLJk$Nl0&hCqk~-C9Wi0Ca*SzhX#g)7Mlfp%E7#6IOJ~=m~ arBiz811TnvfJzIXtqh*7elF{r5}E+(h*IkS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-button-active.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..3e70a7293c7e53e393c2ae7c1dae1816ff21a5b0 GIT binary patch literal 222 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSBm#Uw zT!FNvrltlMXlZFd7vKr0GfgcyqV(DCY@~pS6a#!h zT!FNqp`ig7=bP0l+XkKudYPA literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-button-insensitive.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..f471363d28a741ae207235697b0d3f34d119ff0b GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!FNqp`ig7n3Ge99VPZ!4! z3CU!Q_9i1|wzhSl0RlZo=CvJ(v-7!mqOK$gcyqV(DCY@~pSR04cL zT!FNvrly95hK`PoHW-+jn?o38W@gUL&Mq!46K_u53RK5Y666=mAg{1{&)x?=-M%kx z0O|E~aSV|NPfjR$-_XRyc5Thw0E5QHTGOVpjLCe)W}DgcyqV(DCY@~pSKFze!&d#yLLbLx%MpMOpqQ= z7sn6@$z+e_rVwYgwo@|&3=T^koOiS9$UHNjn;vy@9v(Tsz%T5|#t`zSUFV{+Mh{RE NgQu&X%Q~loCIC?OLA?L~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..b408329e12112f72c46a881f4fff33db88506c91 GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!D0GXsDZ;8;}Ho;Naj8Fo=$hc5ra;^z@8~h=`1gjE|3RSSTz8vack_FPMRingcyqV(DCY@~pS)B}7% zT!D0GXsEBRFOUodgXrjJ2L}gFPfsr|uZW0<$jHd}_;~r|LM@%|kNWRp{4 Y_|C4VrlM9k6R3~D)78&qol`;+0He`Gga7~l literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-focus-rtl.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-focus-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..a3b39505792cb40e1c23e936f0f47f25c516e2a1 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSbOU@s zT!D0GXsDZ;8;}fu0e^r0sHi9l3kzpwXBQWj@bK`sxVZTEcy-wmsURy$g8YIR*tmHz zbBarT3r&~u2MQW{x;TbNgeO<9v*!EzCNwa*^|Kb3G2donnf;Qf>FkGujLkDA{yEh5 kK{@#d8(YPUIrA78Ja?*1*(%h11*o0D)78&qol`;+0Ff3gcyqV(DCY@~pS)B}7% zT!D0GXsEBRZ$LmmU|^uXzkgIzl!b+bv$L~{i%WQTcwAgue0)6XfxHbsrR*g^e!&cE zT$$O0zprP#>jw&Hd%8G=NQ5V^h^b}c;xq6uPHAXf%As~xP32po;yJf(+?(W=TPoRv cHF5|u?Axz!rDElh9YAdip00i_>zopr0DBQfN&o-= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe70c85fc36f076663777512c56970f7c8b18c1 GIT binary patch literal 223 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zTn!8i3=Iv9jEszpjZI8UtgNi8t*vcsZSCyr?CtFx931@Qb8Z3^8+f`nhDd}br!+9R zUDi3qC-GZFe$Lqs<)%$%Z}cS?hw$Wn`|r1=E@jWpenC04b%6}>{W3F!ubtQd)XU)M L>gTe~DWM4f98y9J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-insensitive-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..e67ae2ab161e0f6b888a872a56efaff41bf054c4 GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zTn!8i3=Iv9jEszpjjgP#tgWr>?Ck9A?HwE(61INR1}f9^ba4!k2v5#1O=)Oe@WDjG yBf-GedBf3(H*%ck^u7^Kv1i+gcyqV(DCY@~pSqyv0H zTn!8i3=Iv9jEqc8P0h^AEG#T6EiG+rZSCyrSU#Go0+nfcx;TbNgeRvoFeXMHgcyqV(DCY@~pSBm#Uw zTn!8i3=Iv9jEqc8O)V@eEG;dqtgP(p?0mg)?SX34JY5_^B*K#m#1a~q4}U4r&`1!_ qb>DEaT{D`eGgqQ7!CL!3GYi8Tt#lisTgkOR9SokXelF{r5}E)kIyZ9w literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-notebook-rtl.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..a21fd44e1bcc30eda5b8c064bec0b12d6b51b7b0 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSbOU@s zT!FNnhqzP`SJfq|8km4kzWsQBAiAS+9P{DK+SxOp;j zic5YAO_%Zq3L1O5IEF}sC(qzy-Tciip@Gq@pS!?}`8FHN>`ca{vj&M7n`ch^bExlw ia`F*Ywu%{ZY8egcyqV(DCY@~pSR04cL zT!FNbJ_baeFf^{uR|92^{e&Hv~RRL5QtgcyqV(DCY@~pSbOU@s zT!FN{oY7)-V=i;kSrf*CX%dfe(p1c>5B2v5 hic365-1ME1!RWp8hVSy1M1Xo3JYD@<);T3K0RSW*M4tcv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/combo-entry.png new file mode 100644 index 0000000000000000000000000000000000000000..4e6d895f572da9a622c2e3d43f11987d16683556 GIT binary patch literal 240 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!FNHwW0!2(rOe`!cPV2a~1J$vY1o;IsuyJK(7yiDU z^{yYJ)zif>L?S%-#??4JR#u+VJdzI2naawkF?b#l V?N?s*@*q$fgQu&X%Q~loCIAc7LeKyJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/down-background-disable-rtl.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/down-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..f3be72c574df3da12ff76369b3f71c5badfed1d7 GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD=x;TbN zOifNnNJua+F!*u)`0?Wn{00xF%7%KZIu!4s`RD)t{}1Qe*V`RgKB2V{2s%48e?C7y mzqsz-AI*~o4jgFnRb)8KBN)8LqiQG6Kn71&KbLh*2~7YRtwbpR literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/down-background-disable.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/down-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..8e06e28d6fdf4049c8881559d1345ac61b4b80a0 GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD;x;TbN zOnrN5p=g5vkLyKozvrjS-blw@7v1OWyFo(f!rouAc8l|Ry0pZ`R#|_nU!&E)Yp`p^ nOzs&B&X=y=K47w0`T^szHzKF!RCBli&13L%^>bP0l+XkK0Np;_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/down-background-rtl.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/down-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..cafcd34bdff3c19304745d7be3371e4ad5f7446e GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD=x;TbN zOifNnNJzMF_3B@J9i1}`{00xF%7%KZIu!r^|9^F_hY#iL>uioJpV8Xb*!b}LeEXC4 n_tnn+{PwoFCmS1^Sq>Lt_I`1FpIzM`cQSao`njxgN@xNA;mJWk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/down-background.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/down-background.png new file mode 100644 index 0000000000000000000000000000000000000000..7c8222c62eaa72d1df49fbdf56c11039226010d6 GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD;x;TbN zOnrMwQLMp$$K_yr9RIY_1y5#JeR(ybi=|tU>Ff*1v@jEuhwmQ0xO7>5|M68!HyAd1 n3l=hRCwNuumX4TN$#f_7tJFNdn)p{h^B6o`{an^LB{Ts58_qvk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/entry-border-active-bg-solid.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/entry-border-active-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..354e0219daf867f7bc58e63c187b4a059d3e5a08 GIT binary patch literal 272 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>!2Ka=y z0_php__(;ZgoK3H*jOL~2x4MlfNY?+gM)*kqoaq1ho`3}kUN*<=X9V3u96_XU!{rGY76(+ zQ+jwp`la6YIDIy;^yE=6w*Dqr|`<+HrZU!j6+ufkrWSy85}Sb4q9e0Lm>@ AfB*mh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/entry-border-active-bg.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..d5e0baf239d12d4b6780fa0da1d2dbd2b0b8b9ce GIT binary patch literal 268 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>!2Ka=y z0%->ahv?{NUteE;e}6weKL{BW6=h*z;q2_};^Gn>9v&AL7at%0I_YB_$jXu+zhDL) zzLJu%^2*=Jxl^tJ1#LWC977~7C(o$;Cd+f@=E)6*Co;0R?3Um&R&d}u?5Z+P=PG!@Cq+lh3w0Sb*j*c)I$ztaD0e0syn;Qw9J4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/entry-border-bg-solid.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/entry-border-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..d03c69e28484913c504e32800a04e19fe9f0696d GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zYHMrj>gww0>6w_An3|eeSXfwETH4#&J2*Hr$}Tz&RA%Yv;us=vIhjK&p@GpYnC_Y1kB|ZhzYPSgqomi-HNMH>EzoS|>!`+QNN$ehPb^{Gz N@O1TaS?83{1OWdgcyqV(DCY(S>!2Ka=y z0%>h+ZF6&TJv}`GFfcSU1k$>?xXZ#}J9j$rYQ6)OgNV9WOXEk&(@%T0+cN!NKgXi^@Ee!z?Ot&kdd^ v{tla*$m!)V$D^hANVVj>H!bZC-c&RE?N&_Ve7OEN&?p8^S3j3^P6gcyqV(DCY(S>U1^9%x z8WaT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0xGo-U3d s5>u16Y}oMQd;{Bz3#@Le?Xwjaavm~X&pSIK5U7N~)78&qol`;+03;GA@Bjb+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/focus-line.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/focus-line.png new file mode 100644 index 0000000000000000000000000000000000000000..7918ae91aa8d97f0b7f9ef8c669a8f05bc0d9f35 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=mSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt)QPE{-7_ yGm~xV|LxIYwsH^$Glbi;*x17#La@!m|wacmstQJYD@<);T3K0RSK9B6$D+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/frame-gap-start.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/frame-gap-start.png new file mode 100644 index 0000000000000000000000000000000000000000..53cabfc78aa979b387b0bf0dfb364d93f5db9416 GIT binary patch literal 139 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y0VEhMdMbp0IK@t$Aso-RqGtj*oCO|{#X!Z^ zL734=V|E2lP_o1|q9iy!t)x7$D3zhSyj(9cFS|H7u^?41zbJk7I~ysWB5qF?#}E$L d7#La@!m|wacmstQJYD@<);T3K0RSK9B6$D+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/frame.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/frame.png new file mode 100644 index 0000000000000000000000000000000000000000..1cadcd7c9c95af19f27318eaddd6871fd89a76f1 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2xGmzZ=C-xtZVlH;_4B_D5xc$)o0g%gC;1O92 zRDKPrNd`|>KbLh*2~7YQ CjVzS_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/handle-h.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/handle-h.png new file mode 100644 index 0000000000000000000000000000000000000000..3375bd2b7f20cafd6337ee0280d7b61568fc6e78 GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^59gP2NC6c|dAc}; saLi0jP+&J;V`crDo&W?=0Y`xbED~USxwiB36`(2xPgg&ebxsLQ0RILl&j0`b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/inline-toolbar.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/inline-toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..fcd4fcc99ef488e27fe3014193012f636732931c GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H zS8Z)=Lqo&eET8OwB7&YSjv*Y;$t(WgTe~DWM4f DQm!it literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/line-h.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/line-h.png new file mode 100644 index 0000000000000000000000000000000000000000..9b1daafafccf0b7bbe333ce376d3cfe539b693f4 GIT binary patch literal 151 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&>+E{-7_ lGm{e~}U&Kt&>+E{-7_ mGm|e|yY}z=0U$WSz{((|#@IY*W$+iEJcFmJpUXO@geCyVJ1L<6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menu-arrow-prelight.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menu-arrow-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..a275339825695376efea05bf65cbc53005e49002 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3HD^Kbl$tDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0x7o-U3d z95a1;9k~t#2sp>veO;$#r`*+jX==$$r74n{auaT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0x7o-U3d z95a1;9k~t#2sp>veO;$#r`*+jX==$$r74n{aumbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP?2$fPl#(m zLPBh8Y=VPj+C?(QBE5)u{`78w~C9UTo(x#Zi#H$d%z zB|(0{8k#k=J;>noHkmS@q_3xoV+e;V>%mUO!wNhs8@vmA>>YmlM{8bZFj&XKaEGx# zpy94O(~VgEht|{Ye$_d&dR~0Eev9$yRpKn^Vfg|U?^#(GQWzebGiA8*lUXr`mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP?1M~Pl#(= zTwFpzLOc@C*4Eb1(J?eMG%_+WHa0dhGqbR;u(Y(ax3~B4@d*qJ3gh=`1g zjERW>ngGT4Cy= zc!S^hS(8qSI@}Fn3}AZD&T!_jD?@sI`JvxC&)hqvWOM7sH#4zAZ*udK9Sh#Q-RAJ1 k*hhguL6ku?nl<1PdpAGNez!ihNTA^ip00i_>zopr0Ebv&mjD0& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..44c0eb87284c5b17d873b323b332839ddb1b3fe5 GIT binary patch literal 223 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uAB#T}@sR2?f#ZI0f96(URk z2Vq7hjoB4ILCF%=h?3y^w370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iiefxn978lF zzCEod)Sw{3_VBN4Taw{z%Vzh=@FxjX3~4G32lF19cF+DE?DcX&%7IgRxSlASOzLsH zB+_f>_5Lo?hAM`JC9(-0&%Ceu!nx|e(?9+X_#E=q&J@mdsAC8f75?z`rhq!o9tKZW KKbLh*2~7apkW9G% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menu-checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..743d7e6309880e2ef9320fa45e437354b7a47dc8 GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uAB#T}@sR2?f#ZI0f96(URk z2Vq7hjoB4ILCF%=h?3y^w370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iijqBD978lF zzU^Je+h8EV8qev;eqh3b=)-Pj7a&0C(%x&2EkLTgvQw(_4F`n5``30n^wPvY2~>~KC)cwR;X)H S*|HyK9fPNmbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP?2ANPlzj! zZfIx-4Gm35NQjM%O-V^fN=k~4j|XyrWL#WaOiT=fk(ihW6oiOFNF5y=Jv}`O3ybjZ z@W{wWpfX{@{{27`rAmVQf*F{Y6%-Yfl!JmpqN8JCVr%OJ5&Fvqia=us=>&Nh=_{_&Twm8pd?%y-Ytmc92 N@^tlcS?83{1OOO_cGLg> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menu-radio-checked.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menu-radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f7e254aa6cf2f976f29c72f5374f2f6e0904bfe9 GIT binary patch literal 370 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*H4vPlzj! zc5rY=OG}H7kB^IsOGronGGb$6Aq*fJ2!P@c2C^VT1WsyeYwPOj>gnlOT3SX#L_|hL z0;N_Zx_<&%AW;(J7tFxIYHed{XFqk?^qEVSEnl&6)#E2mfBgKVUih95s3zId#W93K zmh~VvQ)7S#>jCBYC*n_@J^iMBX4<4B^*-}o)_F`SNk4Ew)sk6ak{rWtn~mF+uHBL9 zw0c#Wq4Bg;zaGuyT)RptZfA0?_wR?3Y#GWmbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*Hw>Plzj! zZfIywQBhG=R#s9{Qd3h?RaFIY)z#I3Y#`9p)z#6_(bCcal0cvV2AZ0hKm`yrKmmwK zphlnwPztC;Utb@nSWiz6$Og)Swdw%b5klM4fL5xO1o;IsFe$63Mnpy@r=%7Ymz0!N zRMs>#x3#r*bb>%v*QBXar_DU$yi)2Kg~5W#jWQKm8+LCBsd>pD@qOO+Pn_q^E!brD%p!upzTBNZ<*u>ve4xb)p00i_ I>zopr0P&Q6$p8QV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menu-radio-unchecked.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menu-radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..63b4fcb4ca12387147495b93e60a9bdde6e45e93 GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4u6ByT*@`3|I*ik&<|I5oc5!lIL8@MUQTpt6Hc~)EJ3U<-LnOj; zC;0L;8Hlv(exT*!onhOs;9*}&0aKk{qJ#Oa!u*(yg-@AwY{=VUlA&a<`H#`(Pi+F) zIRQ?N&Wjv8_I1gar-sLU^xIQ$JiE$S$Wma-v(UB`#=&ra-_AlMSpb)4nvmc-YIoky(w|5+)@ zU3WM%W#!wJIL&(h_Z`Pg*)B3zMr}^?HjYmH!niqj`s6hn7dHVt!QkoY=d#Wzp$PyN Cw{u7U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menubar.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..b10371fca679a675d127f4f89754d1aac83b0484 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H zS2Z;?eSLk?X@%ZE5kXHE#}JO_gcyqV(DCY@|R21^9%x r#>dCAlpinR(g8$%zH2dih1^v)|cB0Tt-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^tfKQ04 zhK7c^y1E(|sH&<$7;q6FS6f?KM@L6jS2rakrK+lG8q=j1pkA($AirQW^}YM{pFVT; z`#m5^=AJH&Asn*F0`s?KT{U53o4>pK{k_117py_$(h}F2RgcyqV(DCY(S=J1^9%x z0_o7u(CFyskdTmofPlcjz@VTYAlJdc!PC>z%gZYwA|f&}GCn?jo6a3MplXhiAirP+ z9=?*Y^2*=6>E$9oF&j@8#}J9|pfKy9l92zjhfG5K wmdKI;Vst0NKt@@Bjb+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/notebook-entry-border-bg.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/notebook-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..b303b7f4badb99b6ea6903251428d2fa3f285a71 GIT binary patch literal 263 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=J1^9%x z0%->a2Xk|CQ&UqTBO_yDV<1CMPfuH0TSrGnUtizAz`)AN3aCbMse><2HAhL1UoZm? zUrAYc6R2w=t@))@}IPjvGceg tPvwbyS6#R}A2$~CMes5Qah$W`W>Bh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/notebook-entry-border-disabled-bg.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/notebook-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..9a2c88b25f502434d027570c2ff3d75a572f4e12 GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S&+S%FJ+uJ)hIQYru+ypAN@^olpinR(g8$%zH2dih1^v)|cB0Ts!3x;Tb# w%#1x~D9FIT!Jv39<^KLD@0eC>i;_6c7%sxx_{2K48>o)K)78&qol`;+00gos6#xJL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/notebook-gap-vert.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/notebook-gap-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..837e8cf9d59655d774fc1944d6100ac8b9cf2aef GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-S!3HFkynkm2;uJf1hHwBu4M$1`kk47*5m^jW ze;tGwoit`w00kvWTq86FfeHGFdn}Ah0ztLhQZU-&t;ucLK6UY?PrNd`|>KbLh*2~7YQ CjVzS_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/null.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/null.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a1600a657945ee95d0c3a620dcb7689c949c9e GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^{22?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4V4lptcyp7EIZ%?p)78&qol`;+01F5sS^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/plus.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/plus.png new file mode 100644 index 0000000000000000000000000000000000000000..cc63a1eecd4fac0d76d8c0cb14d20f12f0f75891 GIT binary patch literal 255 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-t3?!qQvP6LtbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^?fKQ04 zy1Kd=2GG{l*3r??)zwW(N=ivdsi>%^s;atD`N9IIi>)NcFSxw2>hqT$f4*jK0E(D; zx;Tb#L?;LMdV70|CVZG-S^SKLxy?tx)R@uZY*Rq-fh%vUw@<7vu-xD^Vc$zOo<$15 a5)4-@oc5!lIL8@MUQTpt6Hc~)Ex&b~R zu0T3EIyxySDIp;tK0ZD!E)GZn0fY--!^y0eC#!)P_)3EOf*EAgHCC=&w|>K$_a8of z;$Tj{43shRba4#fkWEf`_vus0mRpB5v~JXId}#gHma(nA=e>l4#0z(ZwSP`Wgdh0O j8~B>zaFW}yH5~E`e-|oFbL)u%d6&V{)z4*}Q$iB}l`C4# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/progressbar_v.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..d42fbbcad4c64d1cf4aa17128122b45b5c87701e GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^azM<%!VDy3CI*QEDdu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7-2k5u zS0Ei79i5bvl#q}RA0HnV7Y8JP0K$c^;bd0Klhr^Cd?i7C!3;9$8Y|bXTfgDW`wt&K zaWJP}2Fe(Fx;Tb#L?Hv0n03zz=_kEdf7- gC1(^(*x}B?@ZC54pw+y2Nzopr04S$c!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..ab15d0541c5c150743dc2c0af3a2f23c025d1c68 GIT binary patch literal 353 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^zfKP}k zkPZzEO-f3Ni;Dx22?+_Yv9UlB$OSUu^KfB>N2 z{^%GoLp$)W> N!PC{xWt~$(698k=cDn!o literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/radio-checked.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..e8282901faaeb491def0abd7c3c26b864615794e GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkWNfYjE#*=NlA%|i%UpIh>wp4GJpWc00M{zkO3C~3quKQZEXVs14BbYe}DggfB>NA z{eUecKtn}Kg8YIRM8(8ILc_wFnp;}WoxgDLfVR2m5f?Hp2aQVER`g7Kjn^SX4BQ4LIJ6n5j ay8VhZeBsl0m1TieGkCiCxvX-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkk;1LR##V7QBl#<)YQ<>05X68D53=hKn4)#=;-L`>H-;RFaTi#1%aS3_G22*An}qQ zzhDL)ULzx8UqAoilIoiJrp}(;zKN42&5Uk!j{qvk@N{tukqFQ2_Y`VS;9(I=x$naC zzkXGNhs}lUFTJ#coyr29GR#>N|IG7u(4Kui&lp~D?07!I-`ITeuW6S`7lsO-Tl`@i zr-lZX$;AIk@57cjCO&zmlNiynH#E{{@2;IUs{C&7gvq2FXI6R5-E!(L^J<`-44$rj JF6*2UngAy-YnK23 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/radio-unchecked.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..ed22c29015a9617510a06defaa1810ca5abc552b GIT binary patch literal 395 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkXBPuQ&CY-R#sM3RaFNApa_Jmt*x!4r3DlNiU5Hw5`e3ONWn><61YlBZE|H*P+8`s($YkDoq&{_>^k!yk}G%RF5iLnI_~4|)nU zD~LE86j#)G(2(IF^W(dHnod_zs(Jqu$@SSLU5k3JEr0TMyK44zg~*8ecS3lAT2?S5 zFWtm8V^2sOQ=dwxRl|MFt2>z&Pe0}F@P0{=?S&%>M}?&Gs<9gP2NC6e81o(uw z0_o7u(A?bIxVX54goOC`cpw8vB7^h;ZxVp&xJ!ckf*IJ@+dDeDo;-c_T;lu8i9lf! zPZ!4!j+w~`3s_d1y~oRH&D?nB&E0|xtS4f7AG~8KN>|=-yYWs2OS$oc)wg&bzb#NX aE65NeVCd+5WRe_EKZB>MpUXO@geCw82vRZt literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-horiz-insens.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-horiz-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..c690bded1bdb1a9613125b476406127825c14ddc GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_o7uP)|?K;Naj8Fn}{4Tp;;MdrlKj9d}8PUoZn3dwWM`*ORBuo=be6IT0vq;_2cT z!Z9;BVFAmEv-fyet(hC|yt!Mjf%Qae?}K+tMd`{rZa3b^U@14Au=*D7SyqD^>bP0l+XkKE+J4_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-horiz-prelight.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-horiz-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..bddb0ac105da8cb576df95e29987d6159bb9de7a GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_lc^hDnnqO_(sD9}N2X`XCG-2@yQM^~M9BI_{DnzhDM7_V$j>t|w2QJ(u`Cb0SdK z#M8wwgkxrM!UC2RXYcW{S~EA^d2_d51M7*{-UsiPiqe&L+-|&+!BTEKVf8KE$8QT% b&I&RF2^czhADJWv)X(7Q>gTe~DWM4fC@NV2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-horiz.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..3d1d371c7a1bac53b6174ccb8779ebfa69b7b16e GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_lc^hTPoT($dnhvN8w>)Bt3|fo4O8Jy0EYNswPK0~>pLM`zcQr_Y{Ce4jZHC~V^C z;uyj)GdW=a%Zju2cv-EP8}GciTd;xkL~QSacT7d;$~$g1-pODoH=eNi7VqP?1uAC+ Z8G-~19leiCk^|~z@O1TaS?83{1ONd6R2={S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-insensitive.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..342978c889e1b7d22a7f9899dc8a1f3c6bd5b435 GIT binary patch literal 375 zcmeAS@N?(olHy`uVBq!ia0vp^{20)8)WNzbVVdY?MX>Vp>Z*FO4W@&3?VGCpck*S5PnYkU1Yie$7ZfR>` zW(7nxcFwjyWbbTe?_%%Z>g?j_;_8)cFCqXmSE3}yFPMRu)zHYeyt3;0jhnY_zk2=p z`_I4sfFSgb#bcnFLQfaR5Dr=2gN#B=3IePb`jw()Y?5Yuv;V(safwV7e|uu2s`ngO zzsu{+X82A%o;XQg-_^$8jr={YqKGMT+4e~7mQp-+j%DWmdjiSnO)QoACqt9W|kI U4=tXk18rsSboFyt=akR{08Ac;OaK4? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-vert-active.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-vert-active.png new file mode 100644 index 0000000000000000000000000000000000000000..5b0a50aeef5ec9124f7778ed2bfcb52164eaa88b GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkPZzE&CSh?i;GK0NQjS*2Qq*pGDtu0CIP69yCldjn1PMGy`!`1$sCke6Zx(JKcn;ukT_Ls=mLw+uSv8Z?*M|zI%HmeO8xQ7y->$Qeo&g T|K1X9pjHM?S3j3^P6-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkPZzE_4M=%4h{|h12_Z11(L6{=QIJ;ahC-71v9X*w|8`QJ$d@-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkZx#bm^5k9gb5S+!Jx0N55fSF5W(|XZ#)31<1PvE3ua(rZ|~^rdh+zybBXUWCjy1_ zJzX3_IHHpi4lraHGaoGZ_D(mU>g&7MgsSiF?lyPL+goitqwn5cNuSka7DfpS3`;5u V9p~R$q7Br_;OXk;vd$@?2>>dzSE&F1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-vert.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..77a157eacbf3030f255e6ad98f7e35da7b6ae5bb GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkZx#b$j!|yEiEl8D}#_g4L~*=Xf|}%1J!Yt1o;Isu(7vybap*?`s}&H_n8xc!up;r zjv*Y;$q5G-vW%GzmVA4sn^5)jU2HM{$X1O|pB6^4%U T?=8^=YGv?r^>bP0l+XkK8~;+p literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/slider.png new file mode 100644 index 0000000000000000000000000000000000000000..d307bd3149cc97919587d42a047ad327fd9d9f60 GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^{2Sk(crYbtdYMMrBnkK3mKxC}0WumSHB#kw+O@K&K#}tUvfov@xGFAghX`5*4 znd#`6162ZbSy256H^NswPK0~52Nl5%)N zWYnI$`}XZWaPa!gTkqe0{`~vTpTAYEFCPQdRd~8MhH%Kb9^@2iRuEu0;P~-Ws*AYN zq67c_Ph7ZV&0DuXUgfo4UW)piee-R`d0Y{{Iaxmj~UzAu|PZ!OaY Y_AgPQD*fW`yFj7h>FVdQ&MBb@07HR_!TgcyqV(DCY(S>!2Ka=y z0%->a2TxB=Z*OlOA0Hs;<>eI_8L6+YZ)vnJp=xFzca`kpHxY zj6(hS5}zj2u0CBLp{g>C{g7qSRGzuj4;3q_*%(3^bWA7PF3SNL#o+1c=d#Wzp$P!< CW>1g+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/toolbar-entry-border-bg.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/toolbar-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..abec1f291bbc1cda9ea7165ffed1684eefe0140a GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0%>h+Z50(2EiEk|LsL^zLqkJNO-)r*Rb5?OM@L6rU;ng_{2`z^j*=k1UgcyqV(DCY(S<;2l#}z zs;a80si~=}tLy0K=oB%yzhk zPa;D&E#S37g9;m;O5EX&N1_W_S%NgSav3jZQDBgr&@=74jdBQ3D}$%2pUXO@geCxN C$2qA0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/toolbar.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..065417bf2dc001030c5cd7d376afc20827995320 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H zSABhb3k!?CJ9gdyiU@kTIEHXUC;vHr;J^_B0|^#}zMqV?w*O)l0wozdUHx3vIVCg! E0IQ-c_y7O^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/tree_header.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/tree_header.png new file mode 100644 index 0000000000000000000000000000000000000000..681e68f4480d6569eb6f2f9780a224c4cfe443f7 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^Ahrx6GmuOw-ctdjn2Vh}LpV4%Za?&Y0OWEOctjQh zm0t&8MkkHgAT^RDt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tr zYipaDn%?J${s$Bh@N{tu;gC)KbN_@#?2!Wu3~#S$%ssL&mkB7x;OXk;vd$@?2>_+b BEzJM` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/trough-horizontal-active.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/trough-horizontal-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b09c7a24741830d1d38633b80b5a08ddb0e291b0 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^NhT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE0B(hi%U*UPDn_IM*=`WBwl=Z?Tx2Er934;e!&cK@(Me5?cTHZ)90VE*?WV5;`*L0 zjv*3LlM@ywCakk#X1*hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE0EUK*4EV2G%zsG#SM}be7*ve@{|Pm1vALWE9~60d(YlapMT0`?+pfu>wCI5hDc0J zPFSFru+EN|`L@UbC7E;q1xB4ittv)9vQI^bK`gPWjXOth!O~{N0%4uvlt|NbpjHM? LS3j3^P6?%l3DJZE0t+Z&YdpyK(yEr+qAXP8FD1G)j8!4b7-2k5u zS0Jqi2D)GXWI`BN$#t70bAcN8N`m}?8D!KoR<2#Qe#4vhA3lEKU{1dbl(F}8aSY*@ znVfKdLG1gzg9mRbv9UcXeLvxVHY;0SxrRbRqj=~8hFu5P*vdi}+1b=Yoa4C+3|7o_ f{&3$S$%>o7Nj+Ug;fK;~pivB-u6{1-oD!M2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<#S#rl_F^1+a-c%}UwFD|=@O1TaS?83{1ON|P BEG+;4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/trough-scrollbar-vert.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/trough-scrollbar-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..1d8ea2c7c9e2763e22213f75bf20fba1d7932092 GIT binary patch literal 161 zcmeAS@N?(olHy`uVBq!ia0vp^{22?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4nolGo?SevkeMO6kny^h<)1pBN(N6?KbLh*2~7aYXf3S( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/trough-vertical-active.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/trough-vertical-active.png new file mode 100644 index 0000000000000000000000000000000000000000..7bb6d15f2994dd709b11a53d31ba8e7a276e2de5 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!D04TwHQ;aza8vJQ4s3BJn`XXVN?FzL1It&d%hyJ^LK9xu>HQfT7WHhi86C11A{-e VM)^WPjt4-!44$rjF6*2UngC!7Pw@Z% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/trough-vertical.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/trough-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..249dbbdbbcfc4f0e73e8f0ba85e15223b6d50518 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!FN Q0MyIi>FVdQ&MBb@0I8`+5C8xG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/up-background-disable-rtl.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/up-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d325809d06df3aa2832aa9791fc92789820f7d GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsDU+3FZ?t-Q8NtzAMUo!QUmq_9KiT2DVu_6-*@*(Q|Syq8mc pk$LhPWfp_2{1>I`z8y|9U$B7V$F-vBA3zfsJYD@<);T3K0RaC!K9v9f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/up-background-disable.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/up-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..358ecc894c426430d06ef184ee50eda4f53011fb GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tl&$x;TbN zOnrN5pTW4Vz1WHm_62wv6rH8^IP7Cpln8$BPrD^5>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Ax;TbN zOnrN5BWHty0PDp_OTIesCf*#z^yN{n*qM2G`nEEv&wRq_khX3ce*(MJWT}R?!I#ul rx*s`nS3p9PDPrFA7rger6K}Grb#gLhU1)g#G?c;9)z4*}Q$iB}Ax}Il literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/up-background.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/assets/up-background.png new file mode 100644 index 0000000000000000000000000000000000000000..9f755162f2b12242fea5e3e8b54c00653a6c1887 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#RGmu>AYB(84F&8^|hH!9j+9gP2NC6c|1o(uw z0%=W6O&uK_Gcz-7FtE3`cW`i6E&iSdD92h7!CQ-KN@JYD@<);T3K0RY2;H-G>D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/gtkrc b/themes/Mint-Y-Dark-Majestic/gtk-2.0/gtkrc new file mode 100644 index 0000000..442a545 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#404040\nfg_color:#DADADA\ntooltip_fg_color:#4a4a4a\nselected_bg_color:#8fa876\nselected_fg_color:#FFFFFF\ntext_color:#D3D3D3\nbg_color:#383838\ninsensitive_bg_color:#3e3e3e\ninsensitive_fg_color:#7f7f7f\nnotebook_bg:#404040\ndark_sidebar_bg:#353535\ntooltip_bg_color:#fbeaa0\nlink_color:#5294E2\nmenu_bg:#383838" + +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +include "main.rc" +include "apps.rc" +include "panel.rc" +include "menubar-toolbar/menubar-toolbar-dark.rc" diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/main.rc b/themes/Mint-Y-Dark-Majestic/gtk-2.0/main.rc new file mode 100644 index 0000000..72255a9 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/gtk-2.0/main.rc @@ -0,0 +1,2441 @@ +style "default" { + + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkWidget::focus-line-width = 1 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 2 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkEntry::state-hint = 1 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 15 + GtkScale::slider_width = 15 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkExpander::expander-size = 11 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @insensitive_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # For succinctness, all reasonable pixmap options remain here + + engine "pixmap" { + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image { + function = ARROW + overlay_file = "assets/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state= PRELIGHT + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Option Menu Arrows + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image { + function = VLINE + file = "assets/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image { + function = HLINE + file = "assets/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image { + function = FOCUS + file = "assets/focus-line.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + # Handles + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/plus.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/plus.png" + } + + image { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "assets/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image { + function = SHADOW_GAP + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +style "toplevel_hack" { + + engine "adwaita" { + } +} + +style "ooo_stepper_hack" { + + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + +} + +style "scrollbar" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-horiz.png" + border = { 2, 2, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-vert.png" + border = { 3, 3, 2, 2 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-horiz.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-horiz-active.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-horiz-prelight.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-horiz-insens.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-vert.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-vert-active.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-vert-prelight.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-vert-insens.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = @menu_bg + bg[INSENSITIVE] = @menu_bg + bg[PRELIGHT] = @menu_bg + + engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator + + image { + function = HLINE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 4 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = @selected_fg_color + + fg[NORMAL] = @fg_color + fg[SELECTED] = @fg_color + + text[PRELIGHT] = @fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "assets/menuitem.png" + border = { 1, 0, 1, 0 } + stretch = TRUE + } + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = SHADOW # This fixes boxy Qt menu items + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "checkbutton" { + + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + +} + +style "entry" { + + xthickness = 6 + ythickness = 4 + + base[NORMAL] = @base_color + base[INSENSITIVE] = @insensitive_bg_color + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_entry" { + xthickness = 6 + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/notebook-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/notebook-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/notebook-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_tab_label" { + + fg[ACTIVE] = @text_color + +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 4 + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "notebook_combobox_entry" { + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "combobox_entry_button" +{ + xthickness = 6 + + fg[ACTIVE] = @text_color + + engine "pixmap" { + + # LTR version + + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "spinbutton" { + + bg[NORMAL] = @bg_color + + xthickness = 6 + ythickness = 4 + + engine "pixmap" { + + image { + function = ARROW + } + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} + +style "gimp_spin_scale" { + + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "libreoffice_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "standalone_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + + engine "pixmap" { + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # How to draw boxes with a gap on one side (ie the page of a notebook) + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + + # How to draw the box of a notebook when it isnt attached to a tab + + image { + function = BOX + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "handlebox" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" { + + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 + +} + +style "combobox" { + + xthickness = 0 + ythickness = 0 + +} + +style "combobox_button" { + + xthickness = 3 + ythickness = 3 + +} + +style "range" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-horizontal.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-horizontal-active.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-vertical.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-vertical-active.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + + image { + function = BOX + file = "assets/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + } +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar_v.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar_v.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "treeview_header" { + ythickness = 1 + + fg[PRELIGHT] = mix(0.70, @text_color, @base_color) + font_name = "Bold" + + engine "pixmap" { + + image { + function = BOX + file = "assets/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +# Treeview Rows + +style "treeview" { + + xthickness = 2 + ythickness = 0 + + base[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + recolorable = TRUE + state = NORMAL + file = "assets/null.png" + stretch = TRUE + } + } +} + +style "scrolled_window" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" { + + engine "pixmap" { + + image { + function = SHADOW + } + } +} + +style "toolbar" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = VLINE + recolorable = TRUE + file = "assets/null.png" + } + + image { + function = HLINE + recolorable = TRUE + file = "assets/null.png" + } + } +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + + image { + function = BOX + file = "assets/inline-toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "notebook_viewport" { + + bg[NORMAL] = @notebook_bg +} + + +style "notebook_eventbox" { + + bg[NORMAL] = @notebook_bg + bg[ACTIVE] = @bg_color +} + +style "tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + +style "eclipse-tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = shade(1.05, @bg_color) + fg[NORMAL] = @text_color + bg[SELECTED] = shade(1.05, @bg_color) + +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 100 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = "#000000" + XfdesktopIconView::selected-shadow-color = "#000000" + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @bg_color + bg[SELECTED] = @bg_color + + fg[NORMAL] = @fg_color + + engine "murrine" { + contrast = 0.7 + glazestyle = 0 + glowstyle = 0 + highlight_shade = 1.0 + gradient_shades = {1.0,1.0,1.0,1.0} + border_shades = { 0.8, 0.8 } + } +} + +style "xfwm-tabwin-button" { + + font_name = "bold" + bg[SELECTED] = @selected_bg_color +} + +# Chromium +style "chrome_menu_item" { + + bg[SELECTED] = @selected_bg_color + +} + +# Text Style +style "text" { + engine "murrine" { textstyle = 0 } +} + +style "null" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + } + } +} + + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkTreeView" style "treeview" +class "GtkToolbar" style "toolbar" +class "*HandleBox" style "toolbar" + +widget_class "**" style "menu" +widget_class "**" style "menu_item" +widget_class "**" style "checkbutton" +widget_class "*" style "combobox" +widget_class "**" style "combobox_button" +widget_class "**" style "combobox_separator" +widget_class "***" style "treeview_header" +widget_class "**" style "inline_toolbar" +widget_class "**" style "combobox_entry" +widget_class "**" style "combobox_entry_button" +widget_class "***" style "notebook_viewport" +widget_class "*HandleBox" style "toolbar" + +# Entries in notebooks draw with notebook's base color, but not if there's +# something else in the middle that draws gray again +widget_class "**" style "notebook_entry" +widget_class "***" style "entry" + +widget_class "***" style "notebook_combobox_entry" +widget_class "****" style "combobox_entry" + +# We also need to avoid changing fg color for the inactive notebook tab labels +widget_class "*." style "notebook_tab_label" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" + +#Fix GVim tabs +widget_class "**" style "notebook_eventbox" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# GIMP +# Disable gradients completely for GimpSpinScale +#class "GimpSpinScale" style "gimp_spin_scale" + +# Remove borders from "Wilbert frame" in Gimp +widget_class "**" style "gimp_toolbox_frame" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget_class "***" style "chrome_menu_item" + +# We use this weird selector to target an offscreen entry as created +# by Chrome/Chromium to derive the style for its toolbar +widget_class "" style "standalone_entry" + +# Eclipse/SWT +widget "gtk-tooltips*" style "eclipse-tooltips" +widget "*swt-toolbar-flat" style "null" + +# Openoffice, Libreoffice +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*" style "ooo_stepper_hack" +widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" + +# Xfce +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" + +# Fixes ugly text shadows for insensitive text +widget_class "*" style "text" +widget_class "**" style "text" +widget_class "**" style "text" +widget_class "**" style "text" diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/button-active.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd6865759433b710256f4b38e25f3231ff41314 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ((_>EamT z(fRi3M&3gPBCZ#I|J99XHqv%!n&jEA_K;D4fm7Bog=>>FJD7#mPSmK8j?U|gv1NX- zD{peK+?gEqH7hQ&#GH9!(f8Q)T>o>4#k;FjA5UGPk;(9l_0~C$wf7m;+}S%lg@JVy zXU#Uf=^vCItY$M^;mDg6(EN{4i`)8a`rD|Yq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/button-hover.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..aa079ece8e7bf704069fcb3750ed5728bc700c49 GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8Vc#JKp4Nx=eWuvW>dKlZ5X8r*svh|*?4iK{MWu^R8N!zJO))$xvT|FIqv853 zI`yry)fsB<%R6x}7cfTEZ0a~s9DDt?MPD$pfYXlh*zz93ZAy<8&4^sRYWb8)3^B8f z?5mX+l$?4#rq6qBdtlv}*onGsl}F$G58WTK!bx;hK&#dl-wR1;?~b27o65a6r1aB~ zGd!Vl8`vF~Clvql)#P33vE!=lgSo~3n13+%pSSCbJAIG|=zIoGS3j3^P69gP2fQ+5z>EamT z(fRh;M&3gX0xlQr)lY{r3wm_iVRi6ObqHT3v4G)uieB;@9mZpd7ZnBXv@E{5r-b!F z>0LFYDo^$WOMTQH=)JVzIede`W7o4e+by35aX4gGr|)L(<8^R(!>ydZGWYtnaE6zc zr@Aqy=-z($J9B5q3MbK30j*kJ{4adz{@4+*?Q)DwPXE${m7m!zFf5tkx9#`Oi5fri dY*k|!;vP*hdfaRj`3&e%22WQ%mvv4FO#nZnYUKa` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/button.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/button.png new file mode 100644 index 0000000000000000000000000000000000000000..9d50a7e4f6dab8c2c67c550ffb8f248308336a1e GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ()5>EamT z(fRh8Vc#JKp4Nx=eWsieU%6d`3lUIFH5?ZvQIzR3CoX;G0c3JIr zQDRVPS|xWThkwKB&jBgjf$gTe~DWM4f^AT|Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/menubar-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/menubar-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..299c550650fa3b0ccb2c20ff9e5fb239f828c05b GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^5aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0vUo-U3d z9-VK`Itns4a2!7Hn9cs{`ZfLm7sWdpay(~=zfpeFVdQ&MBb@00l@fPyhe` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 100644 index 0000000..23a344e --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1,222 @@ +style "menubar" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[ACTIVE] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar-dark.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button-dark.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + + +style "toolbar_text" { + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[INSENSITIVE] = shade(0.7, "#dadada") + fg[ACTIVE] = "#dadada" + + text[NORMAL] = "#dadada" + text[PRELIGHT] = "#dadada" + text[INSENSITIVE] = shade(0.7, "#dadada") + text[ACTIVE] = "#dadada" + +} + +style "toolbar_button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "menubar-toolbar/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "menubar-toolbar/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "menubar-toolbar/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#414141" + base[INSENSITIVE] = "#393939" + + text[NORMAL] = "#dadada" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#2f2f2f" + ChromeGtkFrame::inactive-frame-color = "#2f2f2f" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*ThunarWindow**" style "toolbar_button" +widget_class "*ThunarWindow**" style "toolbar_text" +widget_class "*ThunarWindow***" style "menubar-text" + diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 100644 index 0000000..5bd9a7d --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1,166 @@ +style "menubar" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[PRELIGHT] = "#5c5c5c" + fg[ACTIVE] = "#5c5c5c" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#fdfdfd" + base[INSENSITIVE] = "#f4f4f4" + + text[NORMAL] = "#5c5c5c" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#d9d9d9" + ChromeGtkFrame::inactive-frame-color = "#d9d9d9" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" +widget_class "*CajaNavigationWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*CajaNavigationWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*CajaNavigationWindow**" style "toolbar_entry" diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/menubar.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..2be034ef3a8d8bbcdd55baf64b7431eec8a61e19 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<>&pIsg^%A{SJ3rka&((}XraT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-D;sd|UZ#>q}c}=V*$|&pP3f0BadZL=x85lI&nNHniZ`A=RX7F_Nb6Mw<&;$TR CKQ06S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/menubar_button.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..78c8122e226f075afb51e3b0ae6ee728a869a198 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ!3HD+(^8%SDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-Hwl02V&)mx>yjE9YYs!^Lf!=Pql3Q8$85mxNGQDp2T$KP+%;4$j=d#Wzp$P!` C)GVO@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..54293fdf0ad2ca4289100a4744099a03b02634cc GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7mo@^o5)u}lQP4Pb_`s1fM;v%Rynk=s_I>?+gBXjV=?_1?4d>C>v?_^5 zEN@o5-2J-H%FowsORiqN_Ma1Px6@{)%9hH=O*(hCMoIqrpPsnlo&W#&aZ-U!yoWb7 zewozq>D9k4|9za2_VB#l_iwJFcK5y7-`1fXJ<}UIJ7;z_MjdSBT{CanFK%IDVdm1L zc^n2=7gxA07VC{N$+|dU%ZvN>>vPKhL;3|hW}ZbvY_(gt(V#RS0p-SglY6|-Rrk;&n}nGFZY_yl=%Af z>;KcMI*eZ2)-dMi{1~)#=ht^n)7!Y+-x=BL{5^}2!DM61qP_M~A;6$y@O1TaS?83{ F1OP#&xcLA8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..519e134b1090ad7b73802a45c968f615f3e831df GIT binary patch literal 406 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7l7_H=O! z@#uVeZNJyy0FmP#@9#YFZ=zYDhoKj{>&3HccUN}WHFM=PariayF9>+SyhDXw;f2uS zMIr2p!Mj~HJP3U?A$zH-bKmZgJ(4Xo@(*er_}EVh+7x2Qww~W(nX*Cp1;L38p&K`D zywa4s?$87+w=YGLt*-qFR4(4N?zY_PhNc7S|DO3AXTsyZ(vxk^ho1FS_Zs^iZ{Ah+ zh41g}VzI1WjhDnrKQ}$ITRGXsP2h}V$=>WRphn|#fl9`D?FCF)AXLvO$jQ9gP2fQ;Sm>EamT z(fRh8VHUF^PwPYTs7$TN!EX%Ct#)$}5ac<`U}n7HRqssu89#TedwpK+gw1(&2KCUtU4}+Q=SpWS z+iu(UKUDLn?emzEcLkkxY-{Rx@#vj{*UD{9a!aRZZFQ3?UEwVIDxm$JZb|)aU#a6C zSs6My09gP2fQ&uk>EamT z(fRh8Vb@^;f!2rW(anNKRyY4h@=Vz6z_BFihB8Z$0jG4#&f?66xyOWWue_wA`Lvbw zFMEZ&kLjxSzo*VL>{E7OF;rHXlG?dQW5G|M2LzC_3Oy6Mk<8n%4M zU3<0Q+}hIE`AI$dS7*-JT%32-h2`|7JKLL{RqpHLFks1dq0a~B`zfIS&zJ|ZQ ZCVZndL4i;6i4o9W44$rjF6*2UngC%6gFXNN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..24480b98111cef5c68227e9bdab2320057c0f087 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ+5!>EamT z(fRh8A>UyG9_PSmo2ICipZt41RkA}l;_a11FJu;X|7ZLWX4m()qR&u3@PyADNzWBp zE-a}%jjwlYcyGNecem)Py@&56rfCQovNC?SnX|TWrX}moV@ASr)c$N)z^a?!$Q^aT ze&Kh1Mb9tymOBbEPFk?)(B0(;&npkzUARg^iOJYGn|JHAXvIke#vL4Sdvk0{6#To6 Q10BcU>FVdQ&MBb@0MsdEWdHyG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Dark-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc822f001cd7ed843741d20d3128be0ecec9ebb GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8A=hC8p4NxUJt7wLy!?A!+-uIoPQ@;(Dbs?iteg-2XS~Ng%jL68`|icpx*l6N zxMT#nIJhiWm5|o4J9)k6Ws`$vW;rbtS!1cZl;!4k*~@R+3T0+9tnYZScjk1~=G}+S z%u<>^Q}T{1v!JQ<_4RST52qdqmwgq`Zgpkh{uU)B!9vM`dFo0`%^eG-6iIH$z5UrT zFm#P2^MTa!ovWN?NNTD+Nj-RXujY|6{w^&1J7)y$uHNk74smdKI;Vst0CK2y A+yDRo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-2.0/panel.rc b/themes/Mint-Y-Dark-Majestic/gtk-2.0/panel.rc new file mode 100644 index 0000000..c877428 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/gtk-2.0/panel.rc @@ -0,0 +1,153 @@ +style "theme-panel" { + + ythickness = 0 + + bg[NORMAL] = "#383838" + bg[ACTIVE] = @selected_bg_color + bg[PRELIGHT] = shade(1.1, @selected_bg_color) + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + text[NORMAL] = "#BAC3CF" + text[PRELIGHT] = "#BAC3CF" + text[ACTIVE] = "#BAC3CF" + text[SELECTED] = "#BAC3CF" + + engine "murrine" { + reliefstyle = 0 + glazestyle = 0 + glow_shade = 1.0 + highlight_shade = 1.0 + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + textstyle = 0 + contrast = 0.0 + textstyle = 0 + } +} + +style "panelbar" { + + fg[NORMAL] = "#edf5fb" + fg[ACTIVE] = "#edf5fb" + fg[PRELIGHT] = "#edf5fb" + fg[SELECTED] = @selected_fg_color + + bg[SELECTED] = @selected_bg_color + + engine "murrine" {} +} + +style "panelbuttons" { + + xthickness = 4 + ythickness = 0 + + engine "murrine" { + textstyle = 0 + } +} + +style "theme-panel-text" { + + fg[NORMAL] = "#edf5fb" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = "#edf5fb" + + text[NORMAL] = "#edf5fb" + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = "#edf5fb" + + engine "murrine" { + textstyle = 0 + text_shade = 0.2 + } +} + +style "panel-entry" { + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + fg[INSENSITIVE] = @text_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = @text_color + +} + +style "theme-main-menu-text" = "theme-panel-text" { + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "workspace-switcher" = "theme-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "indicator" = "theme-panel" { + xthickness = 0 + ythickness = 0 +} + +widget "*tasklist*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*PanelToplevel*Button" style "panelbuttons" +widget_class "*Panel*GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*Panel*Button*" style "panelbuttons" +widget_class "*" style "panelbuttons" +widget_class "**" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" +widget "*dict*Applet*" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*Tasklist*" style:highest "panelbuttons" + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" + +# Fix gtk-entries in the panel +widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel**" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4f834a1801d8d7b5f28317136f82407256abb0cc GIT binary patch literal 347 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uAfKP}k zkdBLsOGrqFM*`Xg*4l1b-{WMSiCY3u6i9~=-A8X6W679JTM z9vKlC6%`d79UT)B6AK1F^WuPp{V7&D2sE9&B*-tA!PCq8(c>r4=4(~}g%Uhn9780+ zbNfAo8Wea~7B^|=t=OUX?En2Q4huXI?=M@e#_iyEImzi7gMy(m1A|e~Lvy`7f!QMO zTx-OZ`U`EJC;L?4&I&bQqtJDZfql-o_utmMO`O<$ocqI$8 Oi^0>?&t;ucLK6TgTyKH^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..393078b9f4e2135b4e4cdc92c05b8a140cb67327 GIT binary patch literal 462 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E)d4;s zu0T3EIyxySDIp;tK0ZD!E)GZn0fY--Lr84{YaK%yT_Yf})i<`)H?cD?u`@DrFtKp7 zvU9VxceizLcX0M}bn$j_@$&Tc_wot!3kVJj3JnYn4GInm3y%zs0HUaf$S8;{m;Ftr z0QeC zEHM-B6lg9*hM#o59o7&t;ucLK6V_cd8Ho literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f45e68302e75ac35b62560e24574897d0a927ed5 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkWNTQh>eYnkBq^zUF3{zY}S&ZB!mg^NYtnK`AmFt_*$B6kF;S*(k1Q>6< v!>6%*;l&xv>ur^bF8;Kxt?|?S{8@i#24BR)iwtvs)-ZUw`njxgN@xNAXP0ba literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..161508e7a14892225b8c7c50a42157316c064d01 GIT binary patch literal 454 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EX#qYV zu0T38G&C_WF*Y_fAt50yE)Gb>$HxO1KoY{x(YMkuw9zxP(KoiyH?=b~cQCbZva)lv za&WhCaCdO_baM9g^!D@i4e$#H2?z=c2nh=c2@4C43T98@ByxEthNS+HnTG1 zdLHzX(L2f4AAYKKA$zXSJI?QgrRhoUIN2_A?5ID&+gp30*?W=T#}6~FPjUZWFz-j_ z>Z2JYH5-3DzW+;6WS`mEC9O=Xj(mPo&o5R@*}S8E;(DW-`60ql%Z0<)tbp!i@O1Ta JS?83{1OS8xr33%~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..efe63d320584fb02cd581af5a020cc8779ebbc03 GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkp7PZ;^X5J6BCn?lJfKO3kwTNOH0ej%IfOs8X6i}TU*=P+dDfuPnfB*jdmoHy_{P^+f*RS8de*?|aN!8f}G+MSK$S;^dL$ju~2L}-MW8nrW zjPrDH43P-W?RV#EFyLX~)%?Pz$oBvLT$x8M8xP$}Q<=`H5tQw9(Uc*@X9+`tOHt!) zksUX5xoSG+T`lQr%~wA!!@`#~hxzk~yVB2ge93vEdVW{)5|5wNw))FgZTiE$y;#Vm T*X7VBpiK;(u6{1-oD!MZuoc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-fArK!QpO~1Kl9G~f+dGh4hvuDqrKmYyv_us#NftG}~UPuGlr&1E+7tFvfDi#}`kl57R z(%ORqEDqcP^cllyPZ!4!i_>c_-xh095MT{ZJuI^3O`S5&zyI=+FS4`A#%#6dpSM?} z<>V%j$f<|UxfGavo2nYbyJ$(mSOp7uHP= z7iPNZTg^Y?_m9Xc)eo-Pmoj~q3*hZo@csG+mW{`4qf|N;9KT&-GTH72zxeg}zE3t( z6`EYUyl1Y@s^1@^Blc{W!^Xzopr08f710{{R3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf72494cc2292122f9161ebd8507135d54908dc GIT binary patch literal 365 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkWNTQh>eYnkBx^F7H*)zcuyC{5Q*^I{%F1i1s)c`6-IhLxjFWj){d5@CxHui z6c#ZsiDfNvT3h$8C695J>K!xg$7Pd?g?{lIpH^h|a=pNuqq>hDvqxpSFIe>9yOo^! ctg1iU!gE+J#|!B!09wW1>FVdQ&MBb@09CD$`~Uy| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..291c1188286ce43057fd22ab57e81501d23f3829 GIT binary patch literal 469 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0T38G&C_WF*Y_fAt50yE)Gb>$HxO1KoZUXDo9F7Dl03isHmu^sp;(OoHAv~f&~kf zELpN^*RDN#_Uzre_r!@4r%s)^aN)v}Cr@6!eEH$Shc92g{P^+X*RNlH|Ni~||9_=r z*)*ViDkVXF!3_MOVzKcFiA~Kdtvxuv;=nCHpE0cVba4!^IKB4rZLuZ=0oDN3!y+Dw zexE({^MAdMn>>ST%vOv3d3!}#PHqy3oa%JWrNHdlRFxp!MN?9)aj@`au^3JIf3S@4 z#qv(3yN8au99YNNQ0~l>TfJk2z>Kt8)(&%zov+%<{OxbB_Mdx<%bW$jyp!V7h^u?A zE983N_idZ9$#y^Z!*AaYd9tDEW5C7BHupnU{r(^wv1iL1HdZD#zH@5wZrvZNzWsHb cm$GU9zb@_dcg%0b0-ep^>FVdQ&MBb@0GW2pCIA2c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-selected.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..b5f2d992c0e728fcdbdd33cffd4a89258e81f2ac GIT binary patch literal 354 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkp7PW;^X5J6BCn@lM4z83JVKMOH0ej%IfOs>g(%UTU*=P+dDcsPM$n@>C&b9_wPS= z@ZjOYhtHosfAQkQyLa!teEIVI`}ZF|e*FCT^Y`!HK(p1hwFCgIVJ`{t3uf^2@_zLA zNwoQz6+odlPZ!4!iSXQW$N3r*L|iTgI=)ZP} b80O0<`-nVMljYb6w28sf)z4*}Q$iB}-xi{O literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-selected@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..204aa4fbc0615528fd2cddc85c48430a1a263665 GIT binary patch literal 472 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ebpbvh zu0Z-faUecEJ|Q6?B_$;_H8njwJu53KH#avgFR!$;w7R;wzrTO- zmn>PbYuB!Q`}UnaefsLvtJkhwd;IwEvuDpFVdQ&MBb@03Uqi1^@s6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c41c5f2b79bb3603788bea8ea90781930620e4e8 GIT binary patch literal 441 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIav0G|+7 zARQMMmynPUj|8+0taS`+^iAvxP3?`$94u{IENxw_?10G4-r3W^*~{A}(AziAFCf@I zFeE5AEG#S{JR&kYA}RuiBBLTBqa&lDV?iJ;7HE209MJ4zX|8vGma&%v`2{n0dU-#3 z{3P0Z%?hB(6IgkAm>!+0SXzCQ=l-8L zor|Vk`FDVM>M^!uHW8hTHOtHxZcDM>{`2FA!!+g$$)-bppQiI^v8#SQT)p^iI?2&-uC@*;awN4)Ni{YD&NWE2Q|%o9%*V?G~@YgcirRX zwm;1JB2-xI@@#72I!V>O*%q(aZ$Ek*#dL9gh|H9edAj$%^ZR_M@`<{C@)FSL44$rj JF6*2UngEKlqqG13 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..32272b758ba60259144fd1be7bd9612ec7c291c7 GIT binary patch literal 630 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS+5>z- zT!D0SbaYZuQbIyPe0+RdTpW-D0tgqvhLG9@*1Co^dd9Z;#&!m#_J%-YW^ZKXU}@`W zW$S8f=VoIMMD8{Y?hejg&TihW?!F#g{sBRufkC06VG-dGk>L?h5s^`mkNTp@*muIALtamk|4ie1{rmYm220n-|*)BhmW5)nA0yaFfh7%x;TbJ9DaM_ zZqOkE0oDgWjsmw8w6rvuIQ~uiUT+sI;<4-PJ2UCD9XE<^&a5l8@-?5U(&<+0w^QPY znL(xf+K+8v6BI?*!=}hF6id!vyuh`1K@-os#wv5m*PtkHy>x%zhL{vJ=0F7na*R*zjULYEj&5-nXV0&&fcz$ zYL*|*E0rETd~mP$$XVNW3m;sx?pV^^l&}2!-StnWjxVX)TOfB+xVvwDiv6plKa`Fy zo_6+jmWNa$GLxEibYEs~Q&I$hvdE2Za|>4YiUt wSQE6Ye0IM&@ObAJBkrf0^3*S8oYUOj{i~g+r!C?+Ft8asUHx3vIVCg!0AnEiAOHXW literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..5ab4e40ffe53f20a6a482c4b72159b0fe5958833 GIT binary patch literal 455 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIa#0G|+7 zARQMMmynPUj|zYy$;rtnDJiL`sfC4wMMXu$#lxA8P0b0yn666=m;OXW4=<$)AZda^Fezp7je_o@6#yzI&9y_=s&ebHMrAo^88!>HgJl zijBPO#c6f@1g8$u74he9>NunuUn`Z}p02#X;8H! gU38|3@n6L}rAwO2_8Rm|1v;L=)78&qol`;+01lDHDgXcg literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..32ace4081d07bcc4029ccc1a2e4f6e9c4c4fceb8 GIT binary patch literal 645 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSCIt9| zxB}_u=;)-Rq=bZo`1ts^xHupQ1Q0HS4JU!hl9Q8DQd08s^NWg#ii?X&N=nMg%77MB zR8-W~)^>My_w@8EUAlDr`t@73Y}vPO->FllPMTOXzJ2@d-Mjbi-+%u6`RmuOzkdDt|Nnn9^Z#Q&H}RDO`2{n`sB5fTyKeo4H}5}u z{KUbWewl%R(bv<(F(l&f+Z(ro4jBlrJqQZm+vdm^=)%Zf;qv)kzIyAzXIJj3N~iC* z@qd%?-)HAle63Czbv~JL>D^Q&5R<@9*QX-yux5EB6Mp)ueZEd)em%0*sS97blLx;9mJ^ITrKQ18W8^>&C2Ns)C z-=20(aKFVbEBGZtdX4FI?F-89Znzy+zp+@3aqEwwm6ICS1;4&%zv36O_@3bMdtov0 zD_a)KvVZ*d$@B;ZM%E=wXSx?~^S}9YppX68n$uhAPVb+0`h0i9x))nOVe*OFZKXuF U=$1fTV30F-y85}Sb4q9e0ES2`uK)l5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..abb54e5a8a60fc63f453dd38be3160ed2353941b GIT binary patch literal 353 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkdBLsOGrqFM+M2r$*HNSX=!Qc>FHTnSp@|JWo2bRgKBDO>g(%!dU~c#oqFxswd>cf z-?(w({{8z89z1yQ;>F9CFW`|jPlKY#xG{rmU-|NkXI3-$r+U@r;s3uf^2@_zLA zNwoQz6(H+9T^vIs!gJ5x7HSX>Xh`hbHsR7wg?s;Xjh)*r)^ERm=3G-i;9ZBFBzBQW z9n2@Z8htG{Ts>RJQ4U^ZROVz c^7MK9>y_-8Z(AFzfp#%?y85}Sb4q9e0Qk0(l>h($ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f23f253d71abb2d55230ec4bfb3bfb420053366f GIT binary patch literal 472 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ebpbvh zu0T3EIyxySDIp;tK0ZD!E)GZn0fY--!%3iEVqzjtaambeMMXt*b#+HaM`vf}@W1~p(3C$TR z*;v??vWcAhpYWCSN_bz>FEy*ahOe<4AJ;f2?4NFFB>v&ld)@=z7G>|b#~{6PRm)xJ z1uwT2R2B0_tH$x~-fp(C_44iGcfQ8G|If%C=#|o4Gva#$j`t@j`6D!d544$rjF6*2UngEoO&h`KR literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..575189412956bad0fdf2a317de52aa895dec6f6b GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFt<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..64daf18fff9e930b833a8ae969c819d9a4baf008 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Ei79i5bvl#q}RA0HnV7Y8JP0K$c^A*8l}HIVT}@%1909=?(wzhDL#b&Zv4*R9|1 z=KY6{pE#J)F9T)#JY5_^G|nd{DDcdv{(tyjDeHoUtMw`yI5aNw>wFN^D3FhQz#s6y zo=YO2u{^+`^T2`+++GU**|@GKbJs9(Whip{uy7eXRruk~($P`PFh8`qqs-yb8KB7w Mp00i_>zopr0O7@7F#rGn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..244148b8cf481f194ebf70164e9e470d4c97a11c GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF@Ck7R z(g_I(v9Yo7@$o>0j=mL;@g>5P1t`H@666=mprKh)+tX9C>5eQ=NY~TFF@z&JIiZ13 zZM%trM_@vNCo?lMn;C~PqrI{SM}TBY>A|%P5wmm{%2^o-4OLxC(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0Ei48k(4x7#ka#kdP1;7Y8Kc@Ck7R z(*Kb_e0)5RmoxuYB~XIBB*-tAK|`~qwx_3N(;Zo$kglhTV+codazX>6+IABKkHCZk zPiAIjHZu-oMtfxujsVG)(t~RoB4+6@l(RAv8mhXO#>M*sH8Oa*`njxgN@xNA0eVLI literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..fbe2f85a58ea7606fb4b1bf067bd7a57b7606f00 GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0MeL5QvYD2P#?gIu_&}zLFrnU4akq^WI9_VpN1T-24ICLIZ@PXS+;kgob3?o;D n61NEx>x@kTe^i-Vj@UBHVD;E1mLePnG?u~B)z4*}Q$iB}^AKx* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..b8822627cbc522ed52ab5aa1668161006173f6e3 GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF@Ck7R z(g_I(v9Yo7@$o+4@C}(BhkW#Sdom@R1sFA_b)z4*} HQ$iB}-kCo) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..08e100c874e0b9578ae6a5ee9bcb13fba93e5c5d GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0Ei48k(4x7#ka#kdP1;7Y8KcmdK II;Vst0MQ~=YXATM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-selected.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..7855f07d5026c2c4448f13606b41006c65f18786 GIT binary patch literal 229 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR43@E7MTNj;M*VY{ku#3#9QIOXS>y0*uh4^a4Izno zU6WF*8>T%;OACJg^FH&l--oLIXK*O?_%StCcYc-UCAOr)8+KMC S{uTt<#^CAd=d#Wzp$PzFcu_Y1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-selected@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5b4c20d46ffd0c4f4dbda4f888951665fa566c54 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeLI1nEn4^${GJJ}bghp!~aFPK3_U1R0ib?Z00dH><#Cl2QH%Rm`FPZ!4!jq}L~ z3OqBa{~tbB%DSN8YQ4$^4vh=_Iv+$e3gjan@CQ7w=aL9$EDvz#Jh0#cx0k|yHm)nm s+%=3`8H(IKEL;Xp6@Iw0baYfR%nz;ZD08@U252&ar>mdKI;Vst0B(nPdH?_b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..f5231aa23bf723a0e34a0ec8ef8292754516f86d GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFz1YLG!cD6E(#SHd~nK=R^TS^bEP2gg`sLE6j&cM*GuXB_&W{(0;D}$%2pUXO@ GgeCyQc|~3T literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5dca03942aca00c867366bba48e61c2d909b308a GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Ei79i5bvl#q}RA0HnV7Y8JP0K$c^;pG4S|BGbP?f~`hl?3?(GsviGtX#Wp{f0O1 zKYaYe!JK{>DC6hp;uxYaF*!kjXGZn?g9l4l7c^Y8R@uOzaiLx3gNQ}}f8+z+fCsW% z5&@0>0~|UJEcn3frLdok>xv?`4I@{EBDW6TKbyW25Oony1Kf0AfRtxU}RuuWC%jWhDOFl z#-=7F=B8$rX69Dr7B&`^wzl@Jw)SpzK;+===JjMX8RX#|>fs&c z=^b{$`T0Gd-8>~he!&d#3dc{JJoV?#pTB?mQVTa978NlU%hf$s7XP9Ey0t= z`^curk!fj{e(z6YI?2Llc-i-j?)^W9nxtJDujn}5h~i-4e17^)pyU*Rr{|o6lFX0% z=kD&6*V*;^9Q&lcOVdl7p1JM(#n!qwJ*lldsI)h=U-a!!$CF=m-wTI5mYP26^24fx z)!U1Tdbd6_o&I-Q=x3g4o1&i=KKU#cn;A84WB=rkIU657dad4n{jib#k>@k7Howa$ z->c5}*Lc6f`-ziM^tN}XvKVab-)q9Qu;;z{1Pwd+%wnboFyt=akR{03N@q Ap#T5? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b635b412ef5f801e74e9d2fd7c0272581583d7a8 GIT binary patch literal 675 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSrUm$f zxB_W4Eh7~TQ*~_Qfq{{Mp^+g7 z85cSz21zTiZI>*g4zUyV^T?*gJVRIC(ladpSCLJGywgx(B$r2fBI$ zx_Jb-c>+cc_PVSk!?QklzJLg8YIRY<>OwtJ*sD?%V(I)8{XLYglG#GcYhF zd%8G=L>zv5<95&?0|B-NOkJ$pIs753I+ASUFYNh$I`UM&Y_+#)H)9O^{#Eb$Y0Y`} z99v`mdC#XgR_v?Ks4Gt`XKd*a{mbykWV6>S1|HP{uEMmrENVg)%~#}NoKzYaBo!It zzARv0ddKF8-@(`V=VF?c9*$r5!^QKShxPoq z_e|P5^}*A$2UXjr{@PpqvP+0$??70JMG5vg%1u2ABp2bP0l+XkK;Y9*D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-selectionmode.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..03311efed2deb69ea3c59f17439e3f3857cf5dfe GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD>c0G|+7 zAbsxKx%21GUjl>6moEcpAom3r02y!Iym|Zf?YnpHK7Rc8`Sa&5U%veK@#E*upTB?q z{`2S0-@kwV{rmU-|NjW9mTaI|TqQw%!3^>W$4{I*1(Y>!c%lasUG3@O7-Dhy>Xoy6 z%?bi632P&?oO2iM`28>c7IT|hf~Nc2&(j~KPnK=#eqxrb?6%tQ;BP0LHnFJ-@+{IW zaZ2SKn(w~f)NA2?-NTEo@|Pdoc_}64qI&NIQNLMV+pQJjWy;o1*|~Fx mTyWFkthIYzZvW;tPhT>^e@)FTEk>ZT89ZJ6T-G@yGywo9aKcUi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-selectionmode@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e979f8c3bbd74801d117610402005023ca2b0a2c GIT binary patch literal 615 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSasqrp zT!HjOFgSPa+<6!PvXQwkVJLm!!iASFU%qh({T}zJ2@o^XIQ$zyAFB^Y`!HfB*jd|NnpG+oVN6`vgjY{DK*5ef|8a+B){` z+yC*?=P!S2SY~Q7Ffaysx;TbJ9DaM_W?7Sg09!)Ls*FH(L%rNAr9JKyWE2Q+VEnuGTkJQkTWhVpaK_nO6Z zWlepJ?A|M>iO#nx`blFPK4I;rNM@ zr~dr;^Y?FGYGDXa+``kvF@z&JIiZ1Z*#~2X0Hp&5wtdqRxKoypu%DZamB&Wl7^9bD s0dwT{rWdo>czWa%yl1mMSjWI{*xz^SN{g=sKrZuoc5!lIL8@MUQTpt6Hc~)EP60k4 zu0UE%%Sc7TR9)LdUCTrbgpAcRP1Q6^foxSx6EzH^rEQ?4W1yo80eVJ3(dj@_1WJPZ zf*EXm{rs!iI`;0{|MAo3FMn%TW@-cFay?xfLo80ey==|bpdi8;=<4cn;oFdoEA7>}V^K7v&e!IDN63}7>Pgg&e IbxsLQ075-;iU0rr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..481a15e6ebf2b81e9bce00d25ee873d9b7853df6 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFYB!C8W3cvs%fIGWum2HsHLS3B-OM`bai##_=N}pmGYJZ`2{lwmseC)PMEal|5uKdS!05L9uEPYK0|%_0^9al_N=UF~X5-|!BXEq(OR|7D p@>;_SVJ@DYXA0ikEDzQ(F#J+<4=H)*uoh?rgQu&X%Q~loCICr!N>%^> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ce9562780cb800d29d0e0bd91ddfeadee253c6e8 GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EW&u7S zu0UEz(?DI_Tus|dP0K`0(^yr*R87-FP1{&a%UE5*SWUx39Vo74qNQ!1tqTGAH$N@f z4%8`B666=mpsJ_u84y%hR6KFgjF}){Em$=VD4XHw;uvCa`t4*-z6J#WmPnUtav%QB zH+B4YXo2BFkJ#nUuBjdo+0y@_!*BcVKE`MN*fpm2`82F*Viy%_TJ7ZWtd)5omxCmO zP9o?3)(@sTr(e94{_T#v;z?~D;}>eVy1J<|zcfuPK4iye60WPV)mgC*XeWcGtDnm{ Hr-UW|j#g-M literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4356b0ac3407588cd75fa6c316f00a0ae1986a GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF2R^0qxl3~i7eJTK@toM5x<1Po?UdD57f=z>FVdQ&MBb@ E0Fjbcg#Z8m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..bdafd334439a1cda0c82647e3edcf457ac90768e GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeL6kzSkVgS@5P!i-9%)r6JD<~?asH|#Y>g4R|##R{^43vxWba4#Pn3$ZPz?5?T zKR;{z^rjzk{!cu>vcTaVx2vOuz^mU}A~)`9aIg#QZ(#Z^D#&!GzJcjK>%;^90~rr7 zJ-^s2U^zk6u~Fv#A%S%X_r$++Xfe3Pir8rV*HKh^#dzgcai!f;&lNzM7(8A5T-G@y GGywojo_(kQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..90d0374562aa65031c51f90f518da9f81fedf1f5 GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFI(F>XWiYr11}|T}eE$6Tg$oz{{{8#^|9=}FXHB3wo{}KHU+Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..554d44958d1bbf6c4f25fddb7817bf99e083e4c6 GIT binary patch literal 336 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0ZN;kyK;J|&AKHZ2L=4-O_bKI~?A!g)Y! z+lTlc9`Dv&ycD4@W14O6=KfEzZS&r!&C88y|M>T&^v<*!{Kvl=Iq;qk3IN*5;OXk; Jvd$@?2>`Dql6e3C literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-selected.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4d32106a91fc846c32e52145ae36bbc8cdc7aa85 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFgN)HayuC$R#B%{*NkLpY+76B-zooeFg@h;3{< z94Wxz!!2RK>&WwvlP9JrVM9X@+Z~5*2?B>r7_(lQuzopr0A4U$zW@LL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..7b361e3461209ca7e8cec4c4a0439109142522a9 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z-fS%AyRG#{v0xFpCgn1NqRTwYzn*51L{B|f3Ds9>>3 z`3@NH9ElPBUi7~{hhh3jqb3Hq!=Y2uCT>)YF-%ruw|y=redmU|VUs>b^o4vE3BM%4 zSrZg99Fmci52&t;ucLK6U$!H=8( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb129da8b244e26f2e22c643ca88db8953c084a GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF` zJkbM+T6(%ThHykDCp0iF`w;37pmgAX*>4_!Hzf%P_nDLC=p{U`VrJvkNIk%t!WzBt ka6{uo*_6zU40l8s_6ND8d+u_X0W^fc)78&qol`;+04cU)DF6Tf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ae8ef7b929e41b2dad7e7690e0434fe179db53 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Et^qzF zu0Z-C7@RwI?mP?t*~na&FqFP<;lj(8FJHZS_4@VeKY#xG|Ns9G&k_ZoK>{T~e!&d3 zzJC5yZ5?~}?f>}c^OwIhEHkx%as{3)jv*GO-%hp^YETehakOD@OxyYIf5_?pC4~*A zCirbPpPlwbJgj!%!=Od?_<3&JuMhCqsmOXLh^2SNZk82F5li+>Na$jC!gxSr*@swz z$0z5$&v1_aFu_$|!G+m-)sN3N_~vMyw>nez(zbNvpZ1CO9nRV;S+vtJ8fZ6zr>mdK II;Vst010uOuK)l5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/pane-separator-vertical.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/pane-separator-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4f5d70f7b112aafd658d1eedf07a77a8dde7ab GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6dTdb&7< zaLi0jNk|AtPXK}>1s(}W35g#-ED-_3B7rU(FBa_%%WQIsuyx)R i%LtV}uV2^J)H1~9$n9sCt@;ya6oaR$pUXO@geCxnQ9BU; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/pane-separator.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/pane-separator.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f1ca449c51555e918bb1ba9f81075bdc98eff5 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^5k5_L+Qlh;h^Y&^!m@GO(-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkWNfYjE#*=NlA%|i%UpIh>wp4GJpWc00M{zkO3C~3quKQ18W0QdqXpO|G$&q6E`I#<`OCkTPA{ea6%=~9IEF|_<{pgX zYc>#IJ;=6MpHVu;?N{-mTOTySQ$SbsYzVOH$)y-KV1Zrb`N=vy#H daQKI3{0}1e4v1Pco&Z|T;OXk;vd$@?2>||~g%$t+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-checked-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3bfc96ea0dcb53d3897e2ae64d0369085553a5af GIT binary patch literal 631 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!AzY#Ky+P$H&LS#3Upn#KpxWCME*8KtUiE2!L#$AcO=m;35zPoC{O{0YDLmAWQ&6 zLrg#xL1SwhSnCKOx(owc2twY{4S2)WxhxZ66ohlfXoM*vY&WMp(yR5VcUqoaxo zflk*e3GxeOU{q9AQ8hF&HZireb98nI2@M0PZfI<3ZrOL>#K}{q&s@K8^VaQGuit+B z{N>lAW1?L^onJj&977}|*B-2mKNujv_TaamtG>wI1m~HFH=hM`z54erUORox=gr&y z$B3Wvl&ZbX?R@^NDNE%ii=|J?StPfbFY8(5v2(7Wa>hd!?Igb|Euk|vI|Lk_xM$Oa zfPxQ4gmP7mq;tkEh}|3_8#Vu0-r6hAr-g~n@=o5~_5I4UHs)NfWLfon85I}AOhV>F zT#9grz7SBD-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^zfKP}k zkPZzEO-f3Ni;Dx22?+_Yv9UlB$c>MWhma5kP!Pxf0v&xTeNzWRa|geGkN_YG3IhsW zn6^(HXqH4tkY6wZ53ioSfxCxiVNr2QYinC~4+NZgzVR|pO}3|tV~B(#>p@PwW&<7u z1M^J5p8xh!WnY;}GdMI_EPAO&9Y)wK@7tlzR*LnlqRlf z*_pe7i6P=pi^jwaAZuoc5!lIL8@MUQTpt6Hc~)ElLLH0 zT!AzYBqt}w#l=NNMy92u0U6QJ(Gd|5iHV6RDJe-wNii`o2?+^6aUdJQh>wqtjg1Ae zfdHrs$OXzmxDYlP7bpmn1(HCZqi>~WXrpHgM0Qqou2v4NHX!649uBlW8mQoY>8_ggL8y19E~Waj1P7nGG(R5Ua;wY0W%_8>q-g6R&R z=Et5cjv*GO*G|4E)}$cNw)IYw&*`m4PTjc>RQZ4T>SnGL1$$oZpFQ*afi;u9xSwo$ z-K@jBFZ;xv4Ylqr8}~X~k)EXyvh3qw=Ce~~R;1Pi2&%dYE*-ePd-)G67U zOYf}LS*xOX@Xi0Xj|y~_MI{vGdzbIgIIVR4;*-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^wrY&(AL`EWB{x!o`ahfm+XK$;kpu5i1Gu3ufTq)zdd{_wXz%DsE|Q>+XSo zKi*A16&ao`jv*4^x&60=4hZnD-hCD382s;lcz4jU4~`)c$)t(ZsC|K9wL~&_m23os#{7?Ovy*4{p2=R;!Jm0>-#i+&FbXN8QmYtLoeR9 ju(NZX%4jfYk}SW-Ywon}i#Of??PTzD^>bP0l+XkKIn|fF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0501e5e976320e38897253ece231799beaaffacb GIT binary patch literal 544 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EjR8I( zu0Z-f?LmBed`3n_R#w)eNt32bneyz}v**vBzkT}_Xmj8E&G&(h&@Kt`3ua&x5*Cq` zkyTVuQPtBoFm!YG$jHpgFDNUoXlQI|X>IH5fq^@|xmG}Jw>(`OLo80OoqSuUNkPD2 z>zzwrN^aOFS!#|XlNvkqAO>kMK>CMi%Oyr>3#=HvG zw6&j)TZ?Jf+P%M8;e1wdH~X}JOTlM&ygluw#%*A#zqufQ^XQ(|?x_|o9T5+%Dqi8u zkrh%*ti0m0ROCxM4Wa2=kxse(bfiC6RkfwS6<+GYw~Sn!N0oCg*EG-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkPZzEO-f3Ni;Dx22?+_Yv9UlB$c>MWhma5kP!Py~fS#V7zP`SoY+$v806@p z#>2_5<)O%|wrOT}iuH0ba~ZBp`n8+k`|hrLQxpEmGbKGso?FVu@POTWla}-XXa6do Otqh*7elF{r5}E+wWqhvy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-checked-insensitive@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9b831ca71b9c303a379b3d3a0449b53a6cc65429 GIT binary patch literal 580 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ElLLH0 zT!AzYBqt}w#l=NNMy92u0U6QJ(Gd|5iHV6RDJe-wNii`o2?+^6aUdJQh>wqtjg1Ae zfdHrs$OXzmxDYlP7bpmn1(Fa@SXfwAR#s6_aq85mGiT16J9qBOmoMMGef#m_$N&HT zzwU6G3UrfUNswPK1EY|zh={a|tgNDvimINzfuWnbM@D8|ettn&c|}D-V^d3OTW1df zR3w=00BU~b>Eak-aeD3Kn_^800&QDOa<3NYZrsFkmbLc(^3?&20et5F%8ftE&Ik=m zo07H5&LjB2?qyb@+tyFe*yi3**I3WB_5Y7=Y?i9kX8Y<7PK@K(xZ^OVs@2K&JnEu6 zGvyXKg#CBWVS4ng(^TZtfd+5c_p35j&AG+LRwL#9HoQYfjxD2mwb*JEzJ^BijkEb2 zj(nWL$j@^@tD8@wL;2C9Gq2+JJe!Wp_wSI;eVo*9qa)~c*!`@1Daut4INtk*H! zC<)(9Mb>4S=989&is(N07vINsJZTl{wI{ifed0?qpIB;_o}2uS!Mig?eP?H8H7E`} MUHx3vIVCg!03g2N-2eap literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-checked-selected.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..d9556448316d95be1067ce1fe78f20733797d6b1 GIT binary patch literal 353 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4PN{0l77>zKdIxyCnxcjj)!&yKPNXA}AF&QX^1yySdl zhIiGTMWOza?x~)1ZHfw-Id8@5C`A^_=P7Agr#H!ODm%AVj^o(htkBS`+hM+!HCiSt zuJD{+(7nqf;qv-fGxvP|bno<;B1U(AnMv7OJ(#Zuoc5!lIL8@MUQTpt6Hc~)ETLOGS zT!Hle!2#mq)h-n#wj z_1ll1zx>|#?=>uL{7eLYP&7`#Kdl<;Y#Jlg(qd!H*?QzV0Dys%RMR-$DD4I zx^m-#C%vM(JUUNvt#jC!zEo|BV(sK`K^cy5WBK1G0Q!dE!9_- zE7)+W=@iqg8a_v_>|3zo%D2Q-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkWNfYjE#*=NlA%|i%UpIh>wp4GJpWc00M{zkO3C~3nPf$-rl~xzPE4RzI*rX|Ns9} z{z#bu4HYd3@(X4V6%!8$4GV8-ZfQMt{=&tNpFV&2_tNRb6rh59PZ!4!2}#z2o_vQ4 z1Q-m`)l{c){r|5n)NUqi#?Zi2`Rw7$?=FtJg?jEgU$SF#dF_2-HN%v0j&!Dg*{ht6 z#7T#GXs9yrF*4{}_0bXYS$KF}v9tI)Mu+`N_eL?kc|Yk)9P^j=3mmr8R36*Q$nbz) X;-aQbwbPXzpw$eXu6{1-oD!MZuoc5!lIL8@MUQTpt6Hc~)ETLOGS zT!AzY#Ky+P$H&LS#3Upn#KpxWCME*8KtUiE2!L#$AcO=m;35zPoC{O{0YDLmAWQ&6 zLrg#x!DJT}76RQ`QBhG@S$XQzsne%VpE+~p?AfzlzI^%m_3O89-@bqU{{R2~H*XJF z0v)Ya666=mz^JIKqH1VlY+`C_=jiMb5*ijB5!uk#)ZDV~z=@NmPM^7cH%d;QaVUY)3jF*^SGfs=ZI(<&yw*qH7Mh16J z4sprlP4(6F3liL_uc5a!chaw=&m1-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkWNfYjE#*=NlA%|i%UpIh>wp4GJpWc00M{zkO3C~3quKQ18X4b&oTKtph2P~L4Lsu zqGIA9p<&@o%`L6x&R@9r@zduo|6V%1m;zLg}vle6lRi>dfdqfZ>m!rwK<_KI3u?P&1aKAFehWmyoDpQ+M@ zl^YopUr)7?3!bRWe04_XQpW4++iz|xsrkvguZU-!xcT1=K-(BRUHx3vIVCg!01(%D AasU7T literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf25f244d0563876da4e441e597cacfbcd96bc0 GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!AzY#Ky+P$H&LS#3Upn#KpxWCME*8KtUiE2!L#$AcO=m;35zPoC{O{0YDLmAWQ&6 zLrg#xL1SwhSOZ0r7VGN+9i&$hYG`C^VrpyW=^j)OAa0}PvO~aVq1~hJ4Brfs zojSRn&iIhTbg=cycE#El3&Vp)T92Lxe10}}=Zp>6>#Zj~7cX665TmOb`E*;2=JljZ z-KFhf{QvC5<@yf4HM{S9f7-)V&83+Yai<>b|H&Yfn4i^t?96LW40*cxxvX-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_6fKP}k zkPZzEO-f3Ni;Dx22?+_Yv9UlB$c>MWhma5kP!Pxf0v&xTAQ@H`bOfkbxFpCgn1P2^ zPv5}Z!?UocxTUqVt-GhE)Ax)!P&(ez#W6%eGWVb(UxR`G%R#n4k;J1v|0kQKBwIur zUB6@cYc0!1VV5rm9lrIn>XE4Le6fbu$vksri5ysR+mmfZiSg|}ozd4!vPbEWs6_@Uh>+4qmtzz(W^>bP0l+XkKE|YC* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..84ba2286112c933c8f177cc4bd1f2035c2d7c17a GIT binary patch literal 505 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E6#+gW zu0R?Hl9Q9;;^HDBBh%8-fQ;zq=!l4j#Kgpul$4~Tq?nkPgoFg3IFJot#K*_S#>N8K zKmb$*&fTzK3qKStQQlUg|Qhtxr?NKGErz_R;DCJ(uPl_czta zP_mUP-LU9#&s}aFlY3L{%l3#QFAG-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^_fKP}k zkp52!h>wp4D!*zR*a*}qR1)MD%)rB|r*Giy;aONz+|t_C-P3bqVXY@nHrCU{F+@T# z_n;$Rg8~EdLDoQ#l{fy^hdFmVe898+QQW%KPflz&HCO2FEt@Szv`@*iCVW?6UarnM zp_YFe!_Dsr;SatnVYoS&x8u`twz!p*8QigxcJDH1sqr{2_Tw{yh9c*R$v@RtfEF=$ My85}Sb4q9e08p)odH?_b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..35a0737a8dee5b1d52d1c2a83c90945d03187f21 GIT binary patch literal 481 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-f?LmBeJkSy;`EqTbeJUkEe!&ckLc$`_GO~(FDyn+=28M3#9vPW=`2}U=6%CC| zEv;>xJv|Sy!i0e8w|lxchFF|lJNcqelY)Tj(h#lS;0p~#8~^^VU*lLTaI;|6IpylM z*at$c^(_}>d9PJnulaE*H>>fg2+fb8Vp~3Ls@v1(JpJa^oCeY6)Hm-QES$Z2g4iCD z`JUbmCzkVysI4gE=F(Uxm=&|4=RjejWTMQ&mkDA^1*>9SI3H5J;*=x(>9nE#!fr37 zaNXtCwG1Ba`MR^Y(NU>J$bGuG9& WgI0an75owC1qM%7KbLh*2~7YAFY~1U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-insensitive.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..129edabc841521c41be1b67919448f10f3edf46a GIT binary patch literal 325 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_6fKP}k zkPZzEO-f3Ni;Dx22?+_Yv9UlB$c>MWhma5kP!Py~fdBvh_d9o(05uDj1o;Is@bK#C z8@PLT78Vt^w6?Z&_w;o7o^c0C$9uXshDb=}9(3euP!M1_$QCG)nEK~`vS~`PMa0qd zJEp(ZvV0VF`GU~lTTiPViTchLYlxl9GiR2_fhD&+*=CejuVh-T#(H8_jzi9`D+jbo pckVM-vTUK=jtTsmlezy?GC1twyy_EWIuU3UgQu&X%Q~loCICg+ZXN&t literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-insensitive@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2c47b36f85d41e17b379c4371215652c6424ce54 GIT binary patch literal 505 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E6#+gW zu0R?Hl9Q9;;^HDBBh%8-fQ;zq=!l4j#Kgpul$4~Tq?nkPgoFg3IFJot#K*_S#>N8K zKmb$*!q-A7f6_r#}_4Ex4 z-P}DgGV}8D3(CqXDjFJ_T3XvWdwO&y9y<-xv)|LjF~s8Z+Q}z{nhbaxx;O1i2n<^) zI#KBVfBw0gr$sW>u;1HQd0EZ((2X{W#97=+UFNm*Y0B6qIvvwKT797B(%j?zraBo) zwsNH#7G3VS%gtkQZ_0hy9+Bi_;R+89vrZC9sXxl-!6XtCcqQ_*?h|3~MUY(zA+ zY`Ji&#hh!B*sA}N{scbbZJi)ib2_|xVYH!Y%(1fR)5?OGA4j>pTf_hKqS2O~okt)2 u{hL*|BW&%1V|TeGtqEFnO6dO0qNV$POpWS2ku|*;6!4y|elF{r5}E+l3%=?A literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-selected.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..bb88f1d8ecc63fa4740e3d0bfb14b53cc514383f GIT binary patch literal 307 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4S2XUqk+o~0d$lhk5M()MlJzhzs4 z$POm{1)Enh={Z=X-(%LjoYi2H@{T!ex!j4G8w=CqJ(WBsp0)70rBksg;!>i|hnNfR zLOdsJWL&GP(WMj-J8kLhvSTwWxaQ0a-hWC|=HOfYrtR$yrDwCgHQn&HgSn_qe#zYF woF~#eUU`1jP+>fGU~ZyS^ltmw#Ptis(-=>3T;)|b26Q`vr>mdKI;Vst0O3w@cK`qY literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-selected@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..70e0153dcde95cc28038a9027442e82ec46d34d6 GIT binary patch literal 516 zcmV+f0{i`mP)PaliBx4|6L~TM8HVelXN1fDyb-G zBOHE~^d_k*sUzvZ7(*rw0Rx-^BjRfaoQ0-S!OOsX0`PbBfzq<@L*P9H+-eNelfvu3 zBm=nB1gOP@Zvh_}!mY+Yc@f+IcR9eVZkcy5fo6_ytA@)o4%|o@NSeP*={1tHWABNA zGqCRgu8>i&FRp=O5AYe5YoO}Uz?8M(6xX9>wpy)Jq;|U#Y0KEGgom~xXc+YNf$rn zMS|aPKgYw@V^K~d-#`*C9|AS9k7P%QJ``|3cA+$09*i(iB8XATst0T@1$Rssph3`V z#MJ;eB}QYCv^A?J2oqIFtCBXu;U@+E65EC;tv@bOpx0000-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkWNfYjE#*=NlA%|i%UpIh>wp4GJpWc00M{zkO3C~3nPgC|NkfbngnvDXi1P?FoUR= zct~hicvEvr>$&q6E`I#<`OCkTPA{ea6(o7OIEF|_<{pgZYf%tzJ-GNsm|Moqcl9fi zJ&u1!6rF$Q-|lrgSnuSl`s89NzSHOv$FlHujj_F=7FRnOJhxBgF?d-P#N=nHv|;5& x2F2G?t>l6yYBOJ*5xSJ|`ug^p8%t__GWT!dakE~@c^POMgQu&X%Q~loCICh(d(Hp= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4085ebce111c2c35f2d8969c1a3c10aebeba2e5d GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!AzY#Ky+P$H&LS#3Upn#KpxWCME*8KtUiE2!L#$AcO=m;35zPoC{O{0YDLmAWQ&6 zLrg#x!DRpc|9{W?MS(yE>6HZe1v4-zDyyg(8X23I+S)lfyM%;>g-1j-G&VK2>^pGc z-MYHZ$Ezi@@vvD(Jr9QQ=Tr4Ar`0CPQJ<4WFX+`=y;G-B<2PS>nf$x zKmYd|Yj(GmH5txvf9E-K+x9La#Z{6nl1n3>%wDBqcV}Vqj;2NT7q~C_`uQv~n~2%` z+oBvH*UabJIyx;Z{~YV+b;qxYg=KkULju#v=@E=w2U{4#ZPZ+L2pBE2d-R>*n_;q3 zC->7CACj03wtm^JSQ}$uc<@N;(G!8s&*tu&u_1fC^~C4mrArKAbaf-2ZmZF}o|LJ( zv|Wtzopr0C~yO A=l}o! literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a80cc0cb9b9daad32209d61ccd3cf5b9bfb869bc GIT binary patch literal 426 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uVfKP}k zkXF_)Rnj)r(6CTfH&atH)zC6i*D_PnHdWI$(a<(g(=b-kGEvnuR@VTsP1Jx4EwG@b zF^~=Bf<-ieQYPw}CYss?TH1y{H9%5J$4EyS#R?@s ze!&c~atew{=^0tsIg=(&pE2{%qsLF4J^%9c+s|LWe*OOaThFa@4Nz^hr;B5VgkgtIn}3 qjoh=f&QLY*-nY+pw!44(!?@Z)g!h`#rC6Xd7(8A5T-G@yGywpfw2UJF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6f79041a62b4f5214cc7a71686e8da4ded4d2491 GIT binary patch literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EZv%Wn zT!FNMgM+cLv9`9hii(PYf`g2VrIfL;iiVknhN-%`iJF#?hK7l{y0N;pk(!pNswPm% zR9)LdUDHHO!xV^AwSWv0RV`z6O;a_9pq2?xnHq=$G1P&|z*0aiNP!kuFGMj!1gIFK z5hx2`fX#tQK@@{EB1DYTwSdT2L(5oG+dxy>P)l21OWQz8+fZ9uPg@6w^tE*ibaZre zbo6v|^mTOgbU{Gx#w}S;kXn}n`2{nuu(GjpaB^8%S=%}|Iyrm$`X#5PrRU`47gko) z^!87fID5|A!$*!CKY8cg{RfYqymzQ6;Bt(5DCe(2Wz7b z21u|!P_KOH8?3c*$(N=RT&drZXRq0uCU^h;;}Y4J-8t6(itlgnp1FDXGCPy6&pua9 zn^ZK_&grjLUy_OJ2APcsaV&kTFQi;W+9lX!gpy~d-YQ_+A@h(aT*S)A;OPu|iQ`+Q zQ%M{e{1M``X0~d=D=JgPp-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zke1W6ky6qID~fdeu702X{d~0VwOzJt0`}`v4b8HI);=tlxj3zGAH&~e zN3St2&QRn};Eehsmhdx6@ZJH9s1qC|tHrX}LpEoq6(3!=F;I9TZ)f4|7KPo$DPIjL f?Rmq`{b5v}DrmBO&kaeS8yGxY{an^LB{Ts5sy=@Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f7844b8b195c40a2089be1d24a5238b2f8f97c52 GIT binary patch literal 673 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!C~$Lqlk2sDp!pv9YnXwzis@sfvoRlBR)%hMBs$iJGplhK8}ay1AORnYy-#nwFWW zrm4ERvAVXgnwF`Wrm315P|!q8(?ng%SY68qB%%r8s)CWarm?!FnVN>FI#3X(Obe$d^gCvp z$pX6Gt|Z7Wn1P9zg_TW7SyfG4Lsw7V+Sbm|(b>h*(R~EsX+|Ub7!Tpop z{{J6sH-$+z+WPT~>-xsqx1VJCukk#`gjeizf|XUd$ekDGcV69dU*l7m!=)Q8DjVBU zE}Z+^&8n;&eY4~A>e_p%y-!k3oR-aRbJhEF_Jhjf()Sa(CH7r0Z)-W;bh?y>F!*D=-sS6JygM4UPx|&t| zWmX28Fy6}ee`gsP9&E`8yqFf~zFu_ov8{4pXX3=RuRi`ZweWF-<{9zB&*D_Ko+>R~ z%6sy@7x$JLBeQE=5!p$X^smSj2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR40PFVvUNI}?CdR<&qFY9FVe@b@QpOLIt->$j4x=g!PkS7}A=! zL;tbyhg&jCouLx&^c%a)v@J=S5ZHO8w#CN9hLHuT zUvJJ1@)4WUIQ6rLWA*vSgf!a=45sHl&TYzGAoy7BspZPt%ZqI$v0R#T||GUom*P`njxgN@xNAP`Gz2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd9a00dbf3002009f2fa7530f45348cc981a41b GIT binary patch literal 575 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z<#-~ivuGkSrp(JKk^3ua(sV&>rF;ujDU5*8H`mync_mXVc{S5Q<^Q`gYc(l#@< zu(GzXwRdoGc5!tR_}vu))cMxa#WBR<^xDZUg_;a_S_Grkh~Mi9+Ow+RQtkii!Gara zDLn4^UB2IQcFJRm`YE^XzYAV_`R}&(g4?!RExuHls<>Aq;I+e#eH_=gJgVRSb8+U4 zTzZhPD(_dY!m~31(+|9P%H2DmHiPr-%6;<_4(lBCxFZzdP$>O?t9z3}o1n6Z(>INa zM<-4Us`#R%n5odD(;&+v#j!!VfhAWeLs_#y#*Vk(32Q+nlb^u-`5AvwLar~YD1$QQMV^j0_HSED_x)G2@@mt?2dNZ@9a?*?sL{%d>|q h_r6~){$F`1+$C7~x9e7KaiGT;JYD@<);T3K0RU|zEmi;k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..41ed4d9ffa62667f4e11c01325691693d25fc649 GIT binary patch literal 395 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkUoF@{IO%lu3o)*^5n^L=gwWabm{Wt%RoUOH&duaT=*WwS}H8jv*4^xqWYi925jx&F_mYs+ltBd%d^z zA&KwzEsb}7XZoX>UA1<%Rc{RMv8wme7Fz9`@>*=usZR-u^xPJ6aGB+or?olVaK9mT z^o9Jxz literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a83495380c6fe9fb2072f3e85f428d52df010c9d GIT binary patch literal 657 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|NmF5S_LHc@85ss%$alN&YeGh{^G@pmoHyFd-m+rt5<ws*aAP_(Vf$DGGym|Zf?Pt%P zJ%9fE?c28>K79D}>C=}lUw-}i_4n^zpo2xv&B_3Jz`i8NFPMRenVE%EUO`b=MMYIp zOWVxc!qVEt*3QY<#n(R|G%PzOH#e`cs=BtezM-Y1t-YhOs|N|h-A;W9H0rmfi(`nz z>9vz@7BxADxLkZ7W!jk?V|Y=Z;JBQtWZJ*~o42qvD@_jwySctLZSUP#-&|grCTCek zS7+^c%3*yyTItFrac3>F12ONo9~Mt%EK_~8-#TF)&(ZQ5X8C{l6ZDmDG54;HFDRH$ zZgoJj?YjB<>+IEkUWqT@ReRKs@PehTjL%=_lfikd1w3k=hAjEA2bMC5JG0g_US>GH zoyq5i$%Dfo2c(+VSj@O0mNMFBy7yexyXjx|%z<&~mi|*`3jTawy*2F8hFjA!_o?*U z{v*A8+WiTQns;0#b;bOhcwwG%qHA*g-eX;#ckU2NzqoYQ(r|a-*D-rfu2^Ni`I7pZ XjNTWWx^lU|U|{fc^>bP0l+XkK%0N^c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-selected.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..aba589ee61620882ea6c052c593170e0c499a0e1 GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR402bOxh^qTfqwn6xatI^{rOvgUOFZ&dC zX)fP?pPG0NP17BRS)Qj>_Ve#?Ir43V!qSpv%X=3W-L^R<5?;~Mab3P?$|cix8+Fv> zPI2&8baj|pXn$BSr-tjDS7cJ$44nhIX8R8~pIm0JH$m%q%-+)7FPqGCnP{s+0&a0T0*>iu(N vdSCA+hf61%jU?|Z`|WdHaN}x?&35yHZaa!wlZuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle;R38CJ>&rT$E765FPMRenT3^KKu}0VR!&|)QAtf*LsLsfPv6Mc#LV2n(%Qz> z&duG!)63h(*UvvGIVCkMGb=kUzo4k3w4$=Ax~8_Sz9D+i#0v}zj8dL1jv*GO*G|q2 zZgLQ5H7{V@SmSwV%^H!KZZBr$AnzxC{{I(Q%c3#;WSUL672DtV z_4#>P=LYX)Q=zr&mP_6-Z(EqXYSmUA=?|}e|0`wq-KD;(=I}SO*X50cGt)!lT6cK< z&1!J3ThMM`;lJ;F;;G_U2PP*kV0S;s+|~PguD^9JEnghHJ|)KHX=7$p-m=^i2Qp@QFirk@qPOu~y_0mSQrF((S64N@?Rx04 zasAV-%kfK(Mt)tHcak^zTkzhQS0~)${K~uZrP0Rr^exuFP-pOT^>bP0l+XkK{Opkr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..52594602458b89def52a2958121a47ded48855d7 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkiLBR@|iPd&YwSj@#4ixmo8lZ10WkH0%QV3fB+%|VIz}Qu3Q010RcqUvuDqM3?TXZ z`SWkzzJ34x{l||VKY#xG`}gnv|Nl+(+D`%PlPd}G3ucg&Q&3b&&&bNonKXI&jG2!f zKY8~2%hzu|fBpLX`}cCc{ojBp%RF5iLnOj;`@{Jf6a-iWtJjOT3O@W-Ug8>pV-Ux=Z-47x~sIVZ!X{1*;2yE@1F< L^>bP0l+XkKf&Ie7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/radio-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c01664c05c71cbcdf32409dbf9e81adbc37391 GIT binary patch literal 716 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!Hld{rk_HIdk>u)!Vmk1KG!p9RqUDojZ3P3@%>02&6AuxBz581R)Fv8z>F|a4tj_ zP!MhckPR^bE&|~~RFXm7xN+m=&6~Gw-Fo`;>9c3goC+MZ{B?T`0>-HPoF=3 z{_^F^&!0bk{rdIq-@pI=|NjYJFAMaibxDw4FarxK8#@Olm!*}pt%IYJv$wBba%x(7 zPHui-WmQdY|AdLN=gd8P!;aVNwHRQEGptK1^7 wvi;gBi?!~nqN~;gZBDzoI<)AQo%Ub;`&(Cj-|&pV4H(J{p00i_>zopr0IcDJFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..47e8bb0cb4cf9c08c58378431d44a867cddc0f62 GIT binary patch literal 751 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8hKoA!f7abi9B$Jbq6A}`DjKsu5AR|6LJ~lQM!T<^axj+D6V3H7x5H)aRa4sez z5)9D9BO)SzA|W9m5Hc(*%oGT$+)b_B&CSg%EG#VTJgw}!tbxG6+s4Mm-rn8;2wePJ zU0vPW+&sL4Jbi+_e1d)aLIQ)sgM)*CMuh@FSX5X<6v)D;=*Xy;C?JTAiH-((4&*8B zfb@yLP%tYA@(X5Ql$Mc`H!w7Eb#wRf_VEi2$;&UCHD~Vp1zWdmKXmlie2IBxo_sZopWI=Nhx1by53JtMw#CCG+=gND zG4}oUn@t769u+dE9=;P-e`7`J;uQ=Drwu;6y6m>F_Yg0GsnVkPv)Q*RrYeUr7r3~5 zQF}V~vc(0(245wms!5kJ+2)I{Vb<8j|NiOH(-vGCIT98X|N8MNC-{xd&h4knw`ZD` zpJi^)v3HBFE9!CkZ@!`Jll11hhUedYQodci@ZR~a;##3LsgW|QUaS`*6IFKZ=6_be6BB_XP!=c% zl#P#%2TB3iKtTuz6a+GW;t&xa7or6yh%63N09ONKz@^}9uyUw5a6upg2!JL-7!X|$ zHZBpkVq}fTS_raDfxyb$36WhIsph`1<<#`S}F^K~PvA z5Cnw<2M33QgoK4hg-1k1L`FwOMgn6bDmo@QIvN<-z#xTqYPRe|%E>DzDyyifnVOkfSligzJGn#v4Tz0PPD#zq%_}M?EvuL?anj_e z(-tq=x^4T8UAvDQJAUHisnci9UAT4k-h(GkpS^tb`rW6`U%r0(@$=X3e|diA{TUdT zVmw_OLn02py^$Gy*+GQuK~PLUq(~vVxQk%OtEln<#=wCa*1B@9jALzWq29tHi!RQXbU{q9CR4g~rJZ?K(j~2pD)ZVdZjMt=PuK4{ z=`(rLiO3z7cU;PpJZ4az-r*c{tiXF`aR$%hC!vodT>E7KGC_n{DBv?SgRaf+eY-Hn{8D<~?_Pt+&9Q1FvtD_~T#}K#^k4~RY-!mt zuD&mwoT@hhgx1Zt!2Ig{M7s^!{SuwI?wBuBpOzXQS1VksaI7uP`9jOQsbRJHHGfx6 zU=B3W6gG-U>}=f6*OsnI(= z%z6JuWbsG&8+X4=wdXn){m**pYp$%KJt6h`D%6Xri(^*RPDy{{pE|#@(ju_t2h$36 z&u4W%Y>o#89Fsle6ur`VXWyitcV|zUW|!NyH1bS$UMURjyzrcT-G@yGywp1r4!x& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-header-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d71a09430a0c54b8c3ce860674cec748536e38ef GIT binary patch literal 750 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8hKoA!f7abi9B$Jbq6A}`DjKsu5AR|6LJ~lQM!T<^axj+D6V3H7x5H)aRa4sez zA|fI@JRD6NA`%o71QZ97At52UKwxCAXKb&puWw*rU}$J)WbR~a?rdV|Vrpt?X=!N% z1a=+{4i1ivjxO%LZXW&~-U0prp@D&cKof$2AS5C*ED~s4L}XM%WOO7DL`6qM#Q?n) z8w>JOO55TSz)&zN3GxeOV3d}TlQ%Fla&>d}^7ioy4#~?eoHb|e`~_RLZ9jDM*ySr% zuiw6N_s!dP?>~I}^yT}HU%!9<`MZ1TxkO-)N_x6DhFF~5dnG*lkbwxpgJ~}v0vsIz zwi!)XI_ZMa76->Qlc)awAM6vEdwEXvht}U!pXWZgBj{*RQlV`A-IU4Yt)Aq^TOH4T zNisdDUEwil(cU9>mvK&W__TJB?~19L*K!`bUUMQtyy$gOZr`g9wqnfz%O9He%wXev zsT{o`bK;`l(~VEhL^2;~sq+cEW3xe`q&{NFMvv~GDcdFf{5q}F>gqLZ(W;5Fz8|Y` zRuS_I?UL)gB7RJHU7^y?#zl9u%n#1Uwm5$}KqOlI_>Qy2DK9jRh`OrJesf!WyRX&u zCy(C#pEcWPmiCW_hO>;4pWMz*uok;)b-%B20Z0FvcddVm4#a4bui-R`jn;h_d?oe% m-GW67>#G$DUt0dq|H6KC59=4U#Z392)aL2x=d#Wzp$P#0lrI+m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-header-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..8df9ed700c6f624ec1fa25a41150a8f477086615 GIT binary patch literal 1297 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42(Mi zd_r7-ih&?BG}OVt0Z8WN=0-(DB_}7x#l^+O#-^mCBqSun#Ka^eB>_be6BB_XP!=c% zl#P#%2TB3iKtTuz6a+GW;t&xa7or6yh%63N09ONKz@^}9uyUw5a6upg2!JL-7!X|$ zHZBpkVq}fTS_rarfxyUK4+wyyvAsSJm^c_17#IS9siUE(lcAZDk(rZ;iHWJHsTmMh zyP2DtTL6Kzo28|twVj8Zot?eCy(18~_&B@zy14tfy8F3#_`7=scz6YPd3kwzd;0=` zf3UBAh@YQdU|?WSP*7-CL}*xKctli0L_{PIL`4GuFtmX|3h|VxSjl8y%q5fr`2{mD zGPAI;3knH~iAzXINz2N~D<~?fsH&NonOj)f*xEa}L_|f$#KtA3q-N*l6_u2hRZN&T zY4X%*i`(mxFiS|k!<<_8djc%Rk(>OG$ zcc?Asl)kgy;vCyXZfk4nxE}|L|NOK2ZFy#=aj`z%@u;x)D66}BxGu+v~Z+JX9=jR)6Q+czaWQ*xR9LZ+w0`s^Ip zS`9T*-&0CUAH4hKwY*m1aEkB|mCic_)jNv|L>{j&GVEQ$#wR`Z?+UE|)k7Ui*uK4- z`)v7&+R2>8MP(~iKDlz&<*H*-gbL&KSO1)k7k+iqncTG4HT|!$h)FK5=Z6YsMypoq zv{=IA(lmz@9O?`1xbhmL_ezMsE&xXA8;r1W>`hic5bOLv^%+&?$XYM=i|FGTfnX{42g$3!mQjPQXbz2HNa#sA1b>Z}-Rq{XA z*9#XZoM=~j=xX_8X4a$zWu}+g@(R6#S!5=zy)1tCk#$suulo`So~L^aRG&HAsjHlC zs1vi`+c|&3uD{H?Z}0eYUE9l^YfD7gx&?EWO@H<0wZGDK^Y1~u4)%{{My&g0T)61R zhspr{Nhxnzy!q!pj?kU|$)sf3uF29{bNtr5-u+vVXUgWB?ek1tN$=kKPs(&c{hzhR z!oD(OO$tz6GwnwGiakH`J})Xezvtxns@qz}J9EneL?^Dhv9CZXFW*#p!kp&?%@Iaf zJNPHoc5!lIL8@MUQTpt6Hc|`>j3NO( zA+A8hKoA!f7abi9B$Jbq6A}`DjKsu5AR|6LJ~lQM!T<^axj+D6V3H7x5H)aRa4sgJ zqM`!mGBokBvNDKBXJ==3cXwM`8<3ltnwplDR#;eAQc?m`0Mymg)YRJA3Y6{W=m4th z>gt*@Wy;ExE7z}Izj5QnEnBwi+qZB3{{06I95{IJ;I(Vlu3x`?KbI#pRrtof&0t*WiE@XxU&=)IEzHT_8W2Di@4CiXtBWF zbuMo&i>+A6cZQS`VO8~u7M*KzQ|e|7V>`flGmrhxqRk60N_4ZvKWF&%^7!F~n-?-- z`dR13G89TxJ!^CmHi`VOi!Whboo!g=BrEQB&J0s>Cta#^$#!qlouNAOlX~@xosm4Q zpHzZPZ>EY(d&nU_x#wC^d!1C_be6BB_XP!=c% zl#P#%2TB3iKtTuz6a+GW;t&xa7or6yh%63N09ONKz@^}9uyUw5a6upg2!JL-7!X|$ zHZBpkVq}fTT8Lo-Edu%i7y`i1NKH-6$;knRQc+P+adB};Nl9sGX<1oWMMXt*b#-lR zZCzbmLqkJHM@LszS9f=JPft&8Z|~HpQ>RUvHhuc^88c?goH=vBf(45fEn2Z+#oD!N z*RNl{Wy_Xr+qUi6wQKL*z5Djt+sw{G3Kef##E zJ9qBhy?gK8z5Dm?KX~xq;lqbdpFVx|?Ai0@&tJTF@!`XVj~_pN`t<4Z=g(iheEIR? z$M4_2|NQy$_wV0-|Ni~||9`@)doO^Iolp|w7tFxO%)-VlC?qTYwzR|5fvR18<(7tnw^_hR8m@2F=67Q$y28-Ubc1H_8q%+A31jX#K}{q z&z!q(>+Zb=Po6$|`Ret%PoKYh{r2PMuiyXj{LcF`Ffg@vx;TbJ9DaM_XS9%`1be}f z)29~yzQVV8_matZZ!fG_V$>tzReLkRcdgFmmZmpO%_4_PH?$}`lYg7(T;4c$Zfsor z$I3td&b)a(^JaPav!e+SXAXI%uHAVs>2;IR<Gsg)*4EYre*F$2!cS#)7tejWLhD7Ru-BtK$+PdQ+|eFo-WVWUx^OZtrH0R5bRJ0b0t?_0|5E}y~L>n!|qM#ZBm4;!Yl z@*Zxy*?hjqvVX^pU7ww;e(?MbP`|HTnjw(2^!7>DDJH9))iiQ{x?QWyR^!-#0mK^g_J=JsgecZgxZ$H(O6}RBLxQNioD`!$JT<4Zu9=@t% zqxP#=yAtIt-Hq5j=jx2`D|1%mZ!8t_F1Z!;%KzFF{eQii7(R<93Fn1AixqwYD(O63 L{an^LB{Ts5EH9W* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-insensitive-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..beae9a7dedd4659a63b258e15c7849a0d0346570 GIT binary patch literal 692 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)E=L38~ zT!AzYgocJDBqU^JW+o*i#eqRgOiXNSY;<&Ve0)4m04NSr0AvFNAtDeiPzsX^mx_vt zg2)2Nh=>S?IK-~7urN~~uyQvyH@5%+J5MVhu=BQZ@V2qBaR35mKUY^*Pwya4-wl2%jK z)Y8_ov9${g3y(-n$Z?Ec` z?eWNJ@3eW!QR!ODo<2@J&X2ZU-MjL>$4RxO+b-L;&dog0ADQ$++{XHJPochjyP?3Z za<{B03$LgMo>7(35(%Bjzt5h(nqlV=HP_r@Hun2IcYNrG5Q#Nrv#t4{@g%Uq^P+`r zt?k*PY6oo&C3m@HX7*m_zQA#zW6|pSx0n182nIkdP!K2^ z8ylOFk`f;u58(nufDE7#pa@V3s0>I#xIi<3Y@h<5AjA*|8%P2bLjX_;!UZyr*+4;L zaiC%d7nuYKV$}jsV+sUT?&d%MB&|FxfWXGn!p_sm%E|@^oV@LTz{%Ia!NJMd&)M18 z6$m^7+`R)ly@Nb`L%e~=FT~f^*U!%{00@G@LPA2q!Xv|hC^8xtGLg}-zz_p^5a^7S zU|~UEuojgB`2{mDGBLAoa`Eu;@e2qF35$q`%F4+rC@Lzes2Ug=8Jn1yn_Ju1J2*P| z2LuL1MklAFrlsfP=H=%X6c$xfR#n&5H8eK2wzjpmcXW1j_YeUDBNxUpFfgfmx;TbJ z9DaKvJp7P>2z$Yi&g%EJ1rOvb0v$s{d;_mUY~0}(((?On{F9K0+su5E9vm$Gvw!>k z%LS9~bf5h;fB*DVa@Y49uV>kRX5xM0_pjD1(o8)kdcr$wPO4Z>@+XHEZ%?YTwmUC0 z2ut$h@Cg%;_ufkN$#`WaI{bZvJR^H}C681b(}%H!P5lH&#Y6tgA; zEO$EW;+`~N-irX9wvdclcPvj^T+$T{dNF}1SZj;lAGw!p`$}f;B}N1wLB(OoIjewaCP+Pl!T4bpt==`Xh&{h(QBVRLkW z_WS9^cJ0gee3kz8v?cd{ig5D%4PSq$&o@4&`g`W75|*p8C8R2EVXL5fu?^kX5*Sqth-tqtU cHR=uIw;!3a$-|fNHmD%*boFyt=akR{0LJ9jrT_o{ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-insensitive-header-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-insensitive-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e680791d6dfbfd9c45dd26fd0452beed5d74ff8d GIT binary patch literal 714 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ew*!1a zT!AzYgocJDBqU^JW+o*i#eqRgOiXNSY;<&Ve0)4m04NSr0AvFNAtDeiPzsX^mx_pp zfXD(#AR8hc7#Ij-goK3X0fC`|p0R_zzP=$4m^&GpJDUQ5g|mf)g%uFkc{(^aI5{~v zyZgF&`gwW>_yvRo1Ox;H1p&2(goKBMMTP@GWMp_`bR-A>NuUEEZj9$Tdz%&LH_wtF zzhDMNegQ!#X*G3CEp0s;Tf5M(@QCD;?3~<^(z1%mrskH`wvLX@uCDGL0$}CgY18eMmusy!9qIC%c{=@^%F9Wl)d z-OoKZ=;X4k<4tv&l;g|aS0_t*xwuI2%yi6b`?&jx$Aps?4ln!Gx$(-MLK|hBsvnVQ zFJ3%Q%9HTQUo9W}()i~k?e^`182nIkdP!K2^ z8ylOFk`f;u58(nufDE7#pa@V3s0>I#xIi<3Y@h<5AjA*|8%P2bLjX_;!UZyr*+4;L zaiC%d7nuYKV$}jsqXz_r4tmB8`aodnU+J653PhfM?w$dj-T~g;-o8NK7vksV7Z4B-6ciK|79JKB84d!#5CQ^V z$VCHv3UrTK{j(Rq@GUI~@(X5QWMXFFim-q12>h6Jb@RNhUV{CLoI)pvsvOGUw4Rm{sN-pK>FnSC z{9n|$til@<&7sFXGlb{Wl!|meECo)>#P=ziCa82UtGys^j6yK$b*~< zlZ&@y@t3 z6+7Lx@@Y5Fd39k{;?0})EN3$tT8S__wlCTlD&8Oe|MU}vyNc?DlE%4%M^G5klAY<{df{{`j#}oWf$Yd2Xj;=L8sUu>5v0FGB9y`zc9b z_dfE6Uu64yYu(0|O9QqbP0l+XkK Dw!iPX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-insensitive-header.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..d95bfed9fbc78b44a7a463ae9a3006ec3c1d8810 GIT binary patch literal 716 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ew*!1a zT!AzYgocJDBqU^JW+o*i#eqRgOiXNSY;<&Ve0)4m04NSr0AvFNAtDeiPzsX^mjYT0 zkp+@K!LqV42&1#Jv%9;yt*s5nO-V^fOG_&(EG#W81uAH4Y;0|9ZEtS}s_E+Lnlfd| z%9ShEuV24$+diCn{>(_7Iy!q_ev**vBzkU1m)2B~gzI^%i z?c0wZKYsuI{r~^}ZSiHBfqwHW3GxeOVB{ANl#*6c*VNM1v$3@c4GWJ*PRY*6Eh#Ol zsBCI(X>IH109n}GgCD3b5xK~~z{uz6;uvCadheC&=q3XZ_79A0w|oOlbUiNaIeVq& z%{GS*OuzrlU!f>vaP5lupZoLv&U<_FoFqe}dibiBvL`&<*H10tR0{oV!*GAX>qmASYR17EQNEd9oRyadd=W6NFkL*+TY0(X1i>k4@7QlU^t;V-46xSN`{PG< z=B13=YA@=-qkqiE{AW2&NX&lYc_V>~FLwI`)Wz4%H=f^F`_$?0n&VsFw+P?L*yXqF z;!#gt>vU5chNH@h6XknEd)XKkU3zRJY182nIkdP!K2^ z8ylOFk`f;u58(nufDE7#pa@V3s0>I#xIi<3Y@h<5AjA*|8%P2bLjX_;!UZyr*+4;L zaiC%d7nuYKV$}js1C#|?3UmX|wb|L(xw*N;#l@wirDbJh6%`dVH8pj0b-)nl?Ck97 z>gws~nL2gq^y$-Q&YZbm!GcAL7OhyZV(r?s>({T}vSrJ*ZQFM3+O>D@-u?UcA3S*Q z=+UFcj~~B$`SQ)1H*ep*edo@dd-v`=c<|uSqesu4J$wHA`G*f5K7IQ1<;#~JKYslF z{rm6VzyJUL7d~Ye4-ERck|4ie21X`k7EUf6UOs*SK_Oug5m8w=c?Cs9WffHeLnC7o zGjnrm8+!*wC;x!JpvdUtl+?8JoZP(p{DQ)wipr|$+Pa3u=GNA>_V$j>u5O^?Ndl5T zz6CHaFeQ1qIEF+VetY9(_+`m%VHRKkAgsckE-Xf-^vgO3hTUBB` zOE`Ovmi#X_6q&W<=9^{B@)i9*_x;>^ckbP}o#)G?)b*`?I}1;|VPhisdE*I}7h&q& zncRK{Hy#PuaJH4RM>QZm{@m$X^Ae|+TF!6#5nk^g+sl%s2$bQY$x-c;N_`Ld|n z*|cEw(uMg4QojLvCXNx5^!b+Aq z@}2tUTz@;?xsF4}BhA^!#$;jmm7f!sE;q)SEji>ZToo>@TJ!(&)!EFcW+81WI90P3 z?+e-9dY`eGSMtL`xnHh6Cz~I$Zqm8?YTnPDih?~lb4?|~`i~V_#Z5Xm?H+saqw_*bB z<`qwcH+4NVTlFTT<-4Q((&yRy3ulRYJWpA>=YG_xB0bjP#n11|dV25!lZ>-Y3;X#^ xQlIoc5!lIL8@MUQTpt6Hc~)Ew*!1a zT!Hj|nt^A}p1pYS0&e`vmoFjgt5>fA88>d+h>wp?OiWBlN=i#h%gD&c%F4>l&Mqu0 zEG{lCD=Vw0sAz9*@9gZHJ9qB9dGi)5Sg>;C%C&3Pu3x`?+qP||PMx}Z`7+R`n>TOX zxpU|F^XEYG-@bkO{B|(0{42=8&f>P3I>Y7^GdN#Ipp<&?> z$tl@6xh17#6_riR%`L5M9UYxrUEMwS!JIk8vJ4E2oSrU@Ar}67FJCV@WFWvAASqnM zr1r&Og{OmrbU|m3=CT+6_ji~c7^>BSB|O| zdT}j~Fy0U~Zzkt6qh6*{a_raMRUBOGFDJ-*fjjxbiN_OU+c3&AGgH*ynNlYO-QabmBID<+xtE#dNDhL1o+q=%5Ps0 z^RZXV`Pz)R?YHf9oIYlUA70D8x-r0`dio~Kjl9g$0+Oc*EV6sL>Qm|ZXL6w>?{gR~ XAHBY*yxF4+7}5-$u6{1-oD!M<@gsP_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-insensitive-selected@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5daa448e1b70788bd226c41322a671c940cab2b3 GIT binary patch literal 1244 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42;wp?OiWBlN=i#h%gV~i&d$!w%`Gb{tEi}`tE+2hXlQI~Y;JCDZEfx9 z>Y6@%`plU#=gyrwZ{EBG3l=O{vSh`I6)RV+T)%$(#*G`dZQHhI&z`+|_Z~fZ^!V}P zCr+HWc=6)p%a^ZSy?XE7y$25-JbLu#$&)9~o;`d1{Q1k5FJHfY{r2tK4<9~!`t<47 zuV24^|Ni^;FEET_|9Bk%26tsikY6wZBNHCqXIFO*si1FNkR$^G zQ=F%ZV@Sl|w>SPrUviLOC{QuJc*badO4hWHMN_8*cxpCs+lrZ(r3Js#=E#an%zOLy z^X68gV|nF|x60SZ-M^nd|M|OnyQ}ZBGCeQ+wy0dkNZx;))9j72dd|D&ecLo;T>+1u zYSKeJel-*21^fPOUUD)r@XX1mm28K6%v(9{c_&V}FFN&x)7lv;cRQLd*YBEjw$DXI z@$Dg}_|?W!4j3F$E9}%&Hhfaj7H)8Ep-+tS#a8LF=SoAwWV~90Ch76qm^&}^%C3_w zQe7KmvMgl#11dLo+AQMexAt4WIc2lAO)~qj{<+-x0ngn(wS9Va`ka+X=d256i7ujQ zuP+3jQr}nqu#rp0qxFXUbFHV`_V*_B%Y2tUtvFNaOY{ZVRn8VmgoKq+cjP+q-?{#F zz4N`U0MRhi4* zSTDKn^W|fWZ}a6MZ6~GVv1ds>6D?r~kI}!nD&j#oLx|WGzQ9w)A5Zr)i+(dMeEs8L zck(^u$^Rd6_xwM4mvX8$~vWmocwk3R<2Q94Efc z(knkiePQskkPEGX=^t%7v_EyP`<<-97Ja+(H201>r?>0ema{3$HEd42@@b~%)iUYS zYpc_=WR`rXxhoj*nQ7}LwdZ|N-mcp62TpxaU7uE|wTo@JK=#Fz-D{5RNiV6&Gn|<> o-9ugc`MdtMbM=eo9Q?uj$^M|PRq=9bU~*^hboFyt=akR{0C<oc5!lIL8@MUQTpt6Hc~)Ew*!1a zT!AzYgocJDBqU^JW+o*i#eqRgOiXNSY;<&Ve0)4m04NSr0AvFNAtDeiPzsX^mjYT0 zkp+@K!LqV42&1#Jv%9;yt*s5nO-V^fOG_&(EG#W81uAH4Y;0|9ZEtS}s_E+Lnlfd| z%9ShEuV24$+diCn{>(_7Iy!q_ev**vBzkU1m)2B~gzI^%i z?c0wZKYsuI{r~^}ZSiHBfqwHW3GxeOVB{ANl#*6c*VNM1v$3@c4GWJ*PRY*6Eh#Ol zsBCI(X>IH109n}GgCD3b5xK~~z{uz6;uvCadheC&=q3XZ_79A0w|oOlbUiNaIeVq& z%{GS*OuzrlU!f>vaP5lupZoLv&U<_FoFqe}dibiBvL`&<*H10tR0{oV!*GAX>qmASYR17EQNEd9oRyadd=W6NFkL*+TY0(X1i>k4@7QlU^t;V-46xSN`{PG< z=B13=YA@=-qkqiE{AW2&NX&lYc_V>~FLwI`)Wz4%H=f^F`_$?0n&VsFw+P?L*yXqF z;!#gt>vU5chNH@h6XknEd)XKkU3zRJY182nIkdP!K2^ z8ylOFk`f;u58(nufDE7#pa@V3s0>I#xIi<3Y@h<5AjA*|8%P2bLjX_;!UZyr*+4;L zaiC%d7nuYKV$}js1C#|?3UmX|wb|L(xw*N;#l@wirDbJh6%`dVH8pj0b-)nl?Ck97 z>gws~nL2gq^y$-Q&YZbm!GcAL7OhyZV(r?s>({T}vSrJ*ZQFM3+O>D@-u?UcA3S*Q z=+UFcj~~B$`SQ)1H*ep*edo@dd-v`=c<|uSqesu4J$wHA`G*f5K7IQ1<;#~JKYslF z{rm6VzyJUL7d~Ye4-ERck|4ie21X`k7EUf6UOs*SK_Oug5m8w=c?Cs9WffHeLnC7o zGjnrm8+!*wC;x!JpvdUtl+?8JoZP(p{DQ)wipr|$+Pa3u=GNA>_V$j>u5O^?Ndl5T zz6CHaFeQ1qIEF+VetY9(_+`m%VHRKkAgsckE-Xf-^vgO3hTUBB` zOE`Ovmi#X_6q&W<=9^{B@)i9*_x;>^ckbP}o#)G?)b*`?I}1;|VPhisdE*I}7h&q& zncRK{Hy#PuaJH4RM>QZm{@m$X^Ae|+TF!6#5nk^g+sl%s2$bQY$x-c;N_`Ld|n z*|cEw(uMg4QojLvCXNx5^!b+Aq z@}2tUTz@;?xsF4}BhA^!#$;jmm7f!sE;q)SEji>ZToo>@TJ!(&)!EFcW+81WI90P3 z?+e-9dY`eGSMtL`xnHh6Cz~I$Zqm8?YTnPDih?~lb4?|~`i~V_#Z5Xm?H+saqw_*bB z<`qwcH+4NVTlFTT<-4Q((&yRy3ulRYJWpA>=YG_xB0bjP#n11|dV25!lZ>-Y3;X#^ xQlIoc5!lIL8@MUQTpt6Hc|`>jN$=4 zA+A8h{|5*>0|PY6pFe*N6uEl!Dv-Q<`SQ)1H{;{u6A}`Vl9JNW($dq@Gcq!=va)h= zataFzi;9ZM%F2M=tEi}`tgLKnYinoeQ7hSAd3JyLRoyjT=D2@7%cqwDHA@7q4Eudi(b6j~_pN{`?8Fy8FTN1Hhm$ zD+%%oW?+<-k&`ztG;(!w_wx4f3l7Q4FPt@J?)(K?w{1Uk^w{MqSFhi`bN9{Lcke%Z z{PgAfk6*uk|M|On>$yZ=AS-*iIEF|_?md_te=tFU{lR~yATM@B*^&#Ei=Xsu4fE^n zo6>XV{{P}FTdvvsnKwOF{9mlXuEGVIT6XQ1<2`VC|Fra(VT)t5LZzm2%ExfK>s($t zadDjyzq`tLqxV)jzZ?>3OWUM#`RYmM^Q?)%K{~0II-xS&K`O(Xjc*rw^s7mV^mdKI;Vst0C(`Zt^fc4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-selected@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-active-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..84fe73d583a490ea96141fa934e73e3564ccaba6 GIT binary patch literal 1381 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&-W zd_r7-ivN!S+#wJjAD@trkd%~^oSdANmX?*3m7SfPlarI1o12%HS5{UA4BU!}ipt8$ z+S=N>y1M%M`i6#v#>U2`rl#iR=9ZS0*4EapuCD3Rr_Y!%W9H16bLY;TH*em81q&7~ zT)1S(k`*gftXj2d{rdGAH*VavZQGtbd-mTU<;s<7*RI{WckjW22M-@UeEj(FvuDpb2=)Z68tQP|#JE0`VFPMRmnT3sAP)JxzTtZSxT2@Y8K~Y&n zRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ewylm^X?K^huK632%iIb;J zpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|?$Uba4!cIQ;g;&uAe>3HE{| zr%x^ZeT8rH?j@7+d@rwAV$>tzC9ANZC5qF;<7FGuX&r4-@u++Ix7-RSOH5Cnem%ZM zZoj?p@5;1qcV|`_N{DU#5EPl6x8X+Bf)ihE=S?2fRKen8oz++ow6f zMVz7Rhh0jLFI z{@p94aiWRs;j8*|)$&2Ab8Uj?LiU}3?>DV?-OZe5 z_N49i&kMy$URE-;6H;EP**r2_bok=tl1oW5W=Jo;crln~)2DyWEfdd{;$&<{$0CS+X-qjJ7Yxys==%%D!FmIIYUw3vf#{iJdb1sJ-}bBMY}w zEAwXd`K-lqoOY$pJ>NYre&am1CjQF8!WC!l`spoNB53+tHDeKtUfxc< z)O|P1+U?QG^(W8Y-hN{JD(ir`EdDctCv1OzYJW|5WZ-J?&>H*9?9fE(joUcGtN%6a zl50O^>cuoc5!lIL8@MUQTpt6Hc|`>j3NO( zA+A8hKoA!f7abi9B$Jbq6A}`DjKsu5AR|6LJ~lQM!T<^axj+D6V3H7x5H)aRa4sgJ zqM`!mGBokBvNDKBXJ==3cXwM`8<3ltnwplDR#;eAQc?m`0Mymg)YRJA3Y6{W=m4th z>gt*@Wy;ExE7z}Izj5QnEnBwi+qZB3{{06I95{IJ;I(Vlu3x`?KbI#pRrtof&0t*WiE@XxU&=)IEzHT_8W2Di@4CiXtBWF zbuMo&i>+A6cZQS`VO8~u7M*KzQ|e|7V>`flGmrhxqRk60N_4ZvKWF&%^7!F~n-?-- z`dR13G89TxJ!^CmHi`VOi!Whboo!g=BrEQB&J0s>Cta#^$#!qlouNAOlX~@xosm4Q zpHzZPZ>EY(d&nU_x#wC^d!1C_be6BB_XP!=c% zl#P#%2TB3iKtTuz6a+GW;t&xa7or6yh%63N09ONKz@^}9uyUw5a6upg2!JL-7!X|$ zHZBpkVq}fTT8Lo-Edu%i7y`i1NKH-6$;knRQc+P+adB};Nl9sGX<1oWMMXt*b#-lR zZCzbmLqkJHM@LszS9f=JPft&8Z|~HpQ>RUvHhuc^88c?goH=vBf(45fEn2Z+#oD!N z*RNl{Wy_Xr+qUi6wQKL*z5Djt+sw{G3Kef##E zJ9qBhy?gK8z5Dm?KX~xq;lqbdpFVx|?Ai0@&tJTF@!`XVj~_pN`t<4Z=g(iheEIR? z$M4_2|NQy$_wV0-|Ni~||9`@)doO^Iolp|w7tFxO%)-VlC?qTYwzR|5fvR18<(7tnw^_hR8m@2F=67Q$y28-Ubc1H_8q%+A31jX#K}{q z&z!q(>+Zb=Po6$|`Ret%PoKYh{r2PMuiyXj{LcF`Ffg@vx;TbJ9DaM_XS9%`1be}f z)29~yzQVV8_matZZ!fG_V$>tzReLkRcdgFmmZmpO%_4_PH?$}`lYg7(T;4c$Zfsor z$I3td&b)a(^JaPav!e+SXAXI%uHAVs>2;IR<Gsg)*4EYre*F$2!cS#)7tejWLhD7Ru-BtK$+PdQ+|eFo-WVWUx^OZtrH0R5bRJ0b0t?_0|5E}y~L>n!|qM#ZBm4;!Yl z@*Zxy*?hjqvVX^pU7ww;e(?MbP`|HTnjw(2^!7>DDJH9))iiQ{x?QWyR^!-#0mK^g_J=JsgecZgxZ$H(O6}RBLxQNioD`!$JT<4Zu9=@t% zqxP#=yAtIt-Hq5j=jx2`D|1%mZ!8t_F1Z!;%KzFF{eQii7(R<93Fn1AixqwYD(O63 L{an^LB{Ts5EH9W* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7feed194842db10259d3b5e26d3f2240c61f83f7 GIT binary patch literal 728 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EKLdP1 zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBpXXo`Sh zVPRoF!N9;k2pJR<1W{uO1Xk{5KxFN1Zf+hFg{8A!N2VC4CDVJYD@<);T3K0RRsdA@KkJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d04c0853dad643559c931291a01da85290230a5e GIT binary patch literal 1266 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42%l{ zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qbm;!;7yBQDwNoyeTFgG{1u&}VQva+_ewz09XwY9agv$J>h zv3K@$bn$fp0#{!rS3f5=KW88Sl5YOa?*1-7;O_4V1Rnlwo&oM&f!^NUzP`SGetrP~ z0fB*mz%UOB3j+ozFl>S026P5E%%ZKn8&Gc$9->joyF~)ShV&BBuVnmj++&+Ies;QA*-+{V8{2>zv7lC(Kh1eQ2!lDm8oUWxJhH%2J); z2A5K*w-(==FW!;XV&leDcH!L7gn8;#4+}4~dM*EXc$Gtm@`8K!TrN)w{w|YrM8SK7 z=*LBQ!n+tHlV+HB?b`NGrh@zPF@gT3d$Kyt+Z8<}4!*q;o%+I*L&w9#alO~M$P+?o zK69(@yt%*V*Tefd?zR?doxVGyId78GI8(^!8uiRVYS&^Xe}^RJNs=%4mwR<>_OPv3 z=#IM7A&^^&9wYk^~8U-7CXf&9BFgx$PB?!9^OR{pzR?(`X-`o4d+nDyoc5!lIL8@MUQTpt6Hc~)E{{wtN zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBRPXo`Sh zp`oEbL4SXL2pJF%08yh01V;9H#z5qtudi=lU|?cmVrpt?VPRouX=x7xPF@Z`;Oy-P zL@wS=AmroZ>f;PVZa#i~en2yUra`QLIR1XRU^meJmL)-c!3>PjGIH_;hDNS#?q1$L ze!(Gm`GvFQ%$>hr>$dHOjvl*wI#{ilk`6Y-ZkWzu+^WF0D5>)Q|Lr?EjGZ2Jo@?8^ ztNW*4(Y-wki~Y83*mhmPTWa^});9u$;p>*_x9I;ia}R%drhld_*Uj=n{MyztI?vwe zJwB--Kdf~7f-^^MHYA>@-oEOx41>j0F=?+1*N{>MpZ!L<-!d<#G;F#u(ZoLITSwfE zSFQ}!`}%5xZ9lCzeS1|t;|gwBPT|1z&)=4>DrHb-`&8$6-o~z@k1JEI)J?A~E<}E3eqo7pg>FVdQ&MBb@ E0FufhtN;K2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-header-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4b1588d09fd36b81267bf325dc593a7b086c53 GIT binary patch literal 1291 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)|7 zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qb=mLR}y&e!4+v^!S7#J8B8X6iK8=IJzn3|fJnVFfJn_E~| zSlYT-*}B`&!>9S{IXM=v`kFMA+x@&X33gR_@|v$rD zb=u-(TeofBv1|8{W5-XNJaziaxeK@M-h1%m>9d!wUcdYF`ODXDKYsrD{V&h&ygvg2 zQ;MgHV@Sl|w>NHvUv>~-e-LCIBKBR>g|U3;x>9y=feEW3*2Id;II?YtXXv9_N?tmx zPTBA7=S&vMxMX5nbea9!!|#*k8S~#inKG^Vby05GRbHK`2@Wa>2-BFod zi_-;UPA*t}u`P3#Y@@5I-;oNtc@w6}baCCk72ABXNS8yhGel*kW8lHndD`jq_9@Fd zG@Zm;ZEuFZ-O?`_bVNy0RJnKS?74jxHhJhMKQ#<`GUcMBT%?#sFNej;h^3c5tx}jY zYa*9K=9bE{nH3D0Ns}e7bXDBgz%{p3XCrUk+qrRt+w9skt34bX^|wu3$o-)`z^H%H zx#8XTw8cuV7as5w)1vpU;fOn z>ilcN|d@D0~e=$v)FgbX-p6}iC4YRDCi!s++pOAm`lELp!|4#j~ zb9I`0N$m9RNy*aRYJY}y1zkxxEY~C>8+;}^O^QlEmk4yVe312cn^tI zJP*^eljr#6cW7q!`O>zssrm~RyxaQf$-dgcNlupEwO0QQ3|$qz^XsOSn>JWWox8rW zfk)nO+A8&?%9V1eg+G?;{E_#0weht3?56quw!JD#dY>GzV%9#EyuG%!lCLW4TrVQM zaY^DeqZRX>_8yO2{QUM)UPr%)M=j1DcZrO2+Uxt`ncr-^GWYWbR4gW({5S9ImScOC ves+8Bkx;YuNJYYu?^WrapWWAxHu%pl{T$2HNoJw>prXjr)z4*}Q$iB}rkoFJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-header.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-header.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1fd7ec3993161329f5e8f382883f0459ccca94 GIT binary patch literal 781 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{|6L&2Log${P^($$OQ@m$$$U;0m+XaKYsf3>GS8$Kn748&OUnV^s(cokDWMk z?8MmaOA+jV+Ri%J9Oma;iEuwYUZ59v*#|EJ#Xop`AZ)@e0b~Dt*ckBUb}Yf z(xpq6FJHcR@gk6M{`~nf1$S;_IQ9@E$Mq5YM&fdY<#nsK*CpjgpySJ}@ z!r~=M*KgXqZ~uWq$BtjQdgJD;+js8VfB5L}<0ns^J$w1`<*Qe3-n@MW0`I}#D+v7j z{rm6VfB%*rlVSu0xrC>SV~EA+J(3cOJj5S6S$>(5yt=V*dVa7$G|vi8ONQ8Bg=K2~ z`ql3G;T+L|D?GJXVuLxBsRfto>x*kdbFc6eb`I7M>$j+`-02vTzKrq85|^IOGJEgX z?s=n_!@5ANa1qm?dsnU;6i=F}5g;t?HsQ7aUy)nnC8cmak)1qm+72#JQ8vqH+NxrA zP>S=wB+GuYjgij1>=PHxIC}OkljBT*dWjd^h6|s?CTfZ@-Hi3>XnnU-fZ<}yJ%RIa SE1H3^z~JfX=d#Wzp$Pysh0B5f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-header@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..df38f3872e2081f98693c46ac3d8e6db3a0f537c GIT binary patch literal 1343 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&BB zd_r7-ivN!SSP1<2^XKp1zyJRI0}22czkmP!{{8!pA3uQPr%#_geE9J3@X@13_wV1odGqG=>(_7GxB+Bb zy?XW9wQH9yUAlbv@`Vc*&YwRIB*TvdZve(wUrCT(Faskq3o9GHfS`z|n7D+Lw2Z8r zf})avp^>qvnYpEnt$$!pa7bumRCHoea(ZS~PE&JBYg_x|X^WREUAAK7#?4!{Zri?N z*Pf%tPnAH%D+GM|`RmuO z-@k!@#_hDPo`HcW-P6S}B;xSf8$W|DJBYA<2-3gO^qp0%V|$RzD_$-Rud8C&{M@_N zFZHms*fQ@%)|M$I3r%DHrOsx!v}JbAlcnbj4u5Zd(thTN@$X$XYoptfZL{^yzMYqs zpCA!7^I^mG+r@ikE;rfr`{1-MyQO_4u5ab&S?c=o`=KVK&X<8AqWgB;ZMa!r=n+&I zHL<2EVMW67$xq+BYyHTy)=RNdD)juisO6;^(-!wUNs`E1vGtavP?z@6@8rmGft3JmG)V*9#ELFnnVy6<-xQ}y{%e|@j^Go>GWnW;P@MA&_Yt_fV zsmo4Hmp@<1|1SH2aKMiVNiW0I<5_j@f93mOs==jd7t&NeVU=t}nl+2C)|XZTMQd;K zy%D?4w}e{#R%5P=c1ugU!ky^D_Iug)Ep7s#vr>HCe=e)r@G2lg^Yo8|?}t{zdIyww zRol-zvuWCbPm5-)f4}HfdhP6r<|aS={F;0Jw|unp`?T%T^c9R-*O#boKQnu><&@&h zn|6Oc`lM=WbbsvB-n)$(3YjBaOeZ}2`z!2gfq~xj#j1SrYxDL+|9PWU&lhT5@BOwg zDV<-X+cfp?+3mZnBiL2a)6Y7-VeYDYRVFp(=eA0x2`4%x1!-w+n&G)%#)YYC)t2AT zm914yaCWP*Hv7!?%r|%XZZ_tNSA{MfNVvY#?E0_!8rcT*42oVKdKVe4IR(rN44$rj JF6*2UngH~oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@uIyO$Ks-Y#<5bLKuO8fe=AcAh2>b2Lda13kwS?D=RxYI|l~`XCQF* za|HrVKUdEHcOdc(0D_>PAfO?UksuoaVw3g(z2Q_6AhEu3pE)C zuq7O5+uN`=fnB<@X~o88f8$S;Drr4PInew+lfOndZL_rFkMc)PtKyf>dGWW(@}1(w zSBEwlY@1_z{^C-ty}o%lv(MiM*ON|*ogAO=S+wTis?f%nQ$8j-d^|r(Ro*S<<}!6N z@r%29|ttTsHcN8BsON%vvQ#67#CS7rVwy`FXS#{Kw(*7I}E%q!WZR|QHM Mp00i_>zopr0Nx+~2mk;8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-insensitive-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0e67ae2e8b1cd57b51f9ebd1d7ecb9de72226c27 GIT binary patch literal 1159 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)g@ zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdC}Ii(R_^9N03@wEEi5dotgLKoZ0zjp z9GrcffB;Ck0+F9H5CBPcKUW~|^mFwLaQ6=I_Vxyb4=`ka0TLD#2J|e@JCTtf!`Co- z83ThduO!GXn1PXrnT3;!i-(t&k6%DQP)JBvL{wHzPF_J#Sw+>r(8$=t%-q_>-oeqy zKOitDC^9-ZB{eNQCpRxIzo4+FqOz*GwyvSExwW;ey`!_My9X~&PW!)`fq}`?)5S3) z;_%xWH-m2lh_ELdxwdr2m0eqIU0a%Ulr=g!H#Tc&s2AhKYGxHd(?z0@hkpK#&(`Zu zQP~;pUvNya-v7*#hqHIjZ$AHh%JJ#%HRm4G{h$(k&`(_L zgC^tBny`r~nu}9DtBOpGsC#(ehj>yzfQR!Hrmn8Dzu(Sjn9#NR$EtGz zQ#j0>zRUUkUA;kmx@OidgA)t-Cp>qq6x8s|JU2m4!_;{*PgJ9h{HZPn%Tp?cElq2G zoLMmckLoVFElLyWay;6KQ|un!=J~}eX*WeM`kU~nqL7Vu*7A5Y9cfqD(VSA6aKCs( zlFsDR##a-j2Txz^H#fAaVvpp5GY;owEzSM-c5P?h^DU>I=4{(u&TbYeeQN8JZI&CF zmBJ@n(DuG8zIEZ!v*w3av+oKqe|_F%;nwp`202B(a7wXE4NKsakTMA&~$I{+lJdKIpm%cB)_voc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@l9z2L}VWKsJyBa>K&HAZ&kse~7pq5Ewe>89V6f>zkUIT3A>(0D+UY zgR{322>Cj>`Z~M%`uX_<1Oz}#0J;mPcTVvfYoIrrN`m}?85sEm1f`^<)zmdLwY2qY zZ0$nB!XuJXvU74vN=nNrDjS=cTUuJ%IyyQ!ySlo2FoBQM^2tEczIeJghFF~5d*!%L zlYszRLf2mHZ*8*Hh7C#P@Bas_6Bcw#XSew=|Jwoco1SHYE%oX_YrdMaxxBvGCCEQf z+xzr_D;xY~B(L7|WY(DzSLPe8*N|Q!J2^J!uV|IqRjcE^HNVmvVgpS3ZF_E*l=}OK zY+S~nQF*EMV1BbI!&F`SO?LKoWF)MG;c3tR9?Ig1>p!dp8K}kJ%Z)|9waA@yA>nBUc!9waMQI zJtz73%7s|oKXd9%#cFtRZfW6m{q!zx;i^Zk*M)ulbpO9o`Mr{}wU?$gMS)UmdK II;Vst09h>bY5)KL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..56036217ea7740c6d270b68616b57ea38a294a88 GIT binary patch literal 1147 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-@3 zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdD53`hh7Nkh4*L4~hK7d5#>S?mrsn46 z7C>O*YGvbY0|XA9Hcp;)Kma72yn(^u03@Bgot(X$U41=0J-xlXfuRHppOBD{u&^+o zmw}!Fnm>Et`w76%%r6P@3ua(sVrJpw;^N`u<>MC+5EK#;77>+|lap6aR8~h8f0vgYX2 zGB7Zydb&7zv5<9g5`2NAY}BYNNNX={nS*_-6Z;$pslQ%a|SO|a^M zaN0;aznJy3RYp`aF2f*U&Su9G1uIlO@`#GgDSTy_dwarO$5|U9wX#-kz4P*Wx95_{ zOFWc+{@!}dLF2sQ-Ga(hGo^y8_dc}g<~el9({`!f zC_!n_`4=owCT704cJD@ea3zcRGXZZ_*>F)s^ArKK^&yjXbG&72Z+=w59)IvDy^n)t?Z52W~yo>&$;ZONU?b3*%>Tp0ve_9fW)U z*GEF5Zj{~*cPPvBdcVL|_2YtVKi+L#e&W4$zIxO)h0{@Yw&j?;HcOIQDcHT*P1pIW z<#V~^j_1SQ^E&!HuzXq9Rk&qsYR0~EOS;$2ytk8yyJ)LzY;X1%>GtQ>`Islp7n*qB j;jKFxUjNUZVn3r?XgTe~DWM4fefY&6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-insensitive-header.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..e0740cea2cf5edf1f8d266b2f228a5364b1ae7a3 GIT binary patch literal 687 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EmjZl3 zT!Hj|T7vIj0Jq`Cj~_pO{)BKpefsp}%NGcH?t&HbfN0Um1&dZ5K6>Kl(Njl{pE`cx z%<&WFPMkV-3W&~JICJjeg$oxhUc7ku^5v^nuU@}?{r2tKj~+dOm;*HV@87>b(-iM4 zI0^KXTS<^#FasmMfS{DLn!2Wzww{fxU1(T%L~=@YPHstQSw&@IQ*%p8YgAi$PzuuHaj{f%Bx!A_@uPyg1Zu!uI!!t=Oi2rY~~=PIKTGiM=pi`Jz~K7Fn=xsz&rE8TVnMozDuc|}I+ z{Q>Pz-OJNDd+m4vzid|9*q)d*>rscB>yBdrQ!a>xzu4aRm_>AgwBq~rY{|!$PZ?y- zTkz~?Z-~AXgD0Ey>UF{1-+Q#0&(aAp`FeoxQIVCkMJtsFWzo4+F zqOz*GwyvSExwWmmqqD2KhgguiUgi%21CzC$sBuEG{lrp{ zr7L8DLRJM-MRbVePtnlv-L9GYa^w5||4*iIUs^Id=Sk~1gTvq3pR}L*V*Gp4&06XC z@6F8hYl9bF^~e!lH{)(Zis_dP{>w^O%@0h@Vc9J+<3Ny*7VF%30+SY2Eo@pe$=lYf z=fCHisYOdPcM2U2_{h5d#7q9eGu?D9o>~#O_WO3L zxx#cW+xMX75^77e%Nzz@b?v*{b^fIE&rqDyqRQa0KKS$#LwLVK{&&%TH z=5F^XZrilt(cafK?avmtsAw*1Gb!iW+cbyg)I+g-ZN@C3O1@Xm%Gcene^g$!XZ?&W z+Y<|q2TX8wH4lgi^=g0fn+dRG?y`ZRLSK|$F z=b+cq&p*5R#I(IkLAl*%-8`$`3qRCsS_9O-v|$IwpZ1i}2Ya6j$Vgo%S8Lg$GxwIp zU2`?9x$To5hRa%780h&JNbZ?^PfLA<;>xC%Z(nj}^BkRUsY$%-!fsWKwVRGD_L@C? zL8F=Os)uE{!kfjVoc5!lIL8@MUQTpt6Hc~)ETLOGS zT!A#HfRmFmH#fJkva+_ewxpz_s;X+voH;XR&YU-I-ok|omn~bic=6)p%a^ZPw{Fv> zO`A7w-oAbNmMvR$?AWn$=gwWbcJ0}-XYby<55eI6{rf=r5g5D&gST(r0_m?`zkUaU z-(c|f?_W6M|NsA~cN|23j)zZ?|(J?bOx3sjf zvbT3|aCCHXc6E!5i;qu8%r7V`tg5PRZfR+2Z|{-%E$oOnr~FxA(cT`lgx&c}YfZ z@R0}1-dnC`g_!wo{#R!DNA-&JgQ|Jl75p7~Z}Ogf-j)97iTqB+Akmapv3@_QK}o>V L)z4*}Q$iB}XucBQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-insensitive-selected@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..67ea825a4dac0c1fcd15b7bd32b42e7c1aa4c652 GIT binary patch literal 1081 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*mM zJ|V6^#gqe1PEH{qAwfYwDJdyMMMVt_4Idw$;NalEz`)$x+`_`bl9G~z3l}b4ymcfQR8`fqv~?`4tgLP9ot&IqTwLAU-90?LyuE#VW8>oD;}a5-Q&Likii(R%N=wVi z%PXs@Ynq!|Iy<|%dz4ODyD=~@nR~i8hD02GJ3Tx2mV-#!Qzci9%!W6STSPtvt>uVV zdTWx<)J363#Bv00{{Qdp!?caXY>UZAW=YRbd@y@C`r}Cj) zDb4TtBtuEnS?8LBQZENiG?Z#QJNew(4-XS7Zd=}SSlA(!5~kuCmK~ns7Qc#BL`(Kz z;Ul&;_cmJcmIZ`K$}AR2``A-h5_M$4nIlZ?Yrac_-xYfGEAEHo>6F?7OeO~=POE)5 zP5)cOf?ewkmi$>Wzr-S$X={Ms!vBv{65Bbqb}OmYs|DnJ_2YT9_><=UDSp}k=|Z6a zYHNKQBX>+{)GMsC*5%xw`FKO24;&XzB# zHP&BNzJ2-l)}6OrHFESkSy26h_mT~JM^(UGR@p#3kEd5d)x*vGjYQd*Z3`6I+uu1_ z9-Pp4zUV@wM8H+&faxL6TgtimL{)Q&le)Y&S#V0X_ikJylyX%~bw%1ouYehgsunI< zVU@c`i}|f)rtrj=M1^NH!Iyu`3H#^9b1Ufbsk;xKgdEuzAamC~ue90n`m1BQ=?yxp zyH@^}I{cA;!aI)`t_?4x%vY#cIM;Q*mcO!Bm+xoae4ZQc^pBY8-HSWMB)0L;zo$N? zQt=@gr)2&qnZ@d!?k&r=kovnL)BKc1c88d#-f1?CiHb4P{y+Nle@%Tre_ErTxBRw6 QOF{Y8)78&qol`;+0C33TeEoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NqaNIdk{!-Sg+qU%GVZ+_`fXE?l^I^CpnIc=6)dvu7b9Kn73*NCMRWRRY;S z0F(l%0dgTKAtFF71OT}}21M}MwQE2&P}$Y1S0S=My+FYmH*P?gws~S+ZowvSrIwtXQ#f<;vBoS3{fu)PDQ+ZJ^4xZ{L3U^y$ZsAHRS9{`>bY&=;P$ zTZMuCaVZJ%3ua*C=NAx^l9pCe*VNM1v$3@c4GWJ*PD#nm$t@`@tEg;jYHn$1X>IH1 z=;#Dm*VPTQ5Djo1s0PLaBde#2V~EA+y;p9QH5mvn1gwY>k6N7+`+8saYa^|RA(8+8 z&zI^6QJg0jH)na}gL$56#vYe8D~GNrT`tm@xjo8<)#FofZbVuiw&t$&)cz-z|2x&UR9w_JmEb1{3}6ONS3j3^P6FJp}ckaA- z^A;>vuxQbuB}+Q!D-!O_V-ATTH>GCDaWB{eNQCpR}QKfj=` zsG_o}y0)&ap|QEOt-ZaYv#T5EY&@Xdc6lfR1CxQLi(^Q{;kP$#2Hy%0VNX~R_ByKD zduv$W?oRH!wb#VLUpd|EI;QGY+@Pc|;lSVj@m}i!CQo?c=3j73vY!8dkKDeU=H-^` z(_dTq>)Xctk20uX;Xe~-vE!Ni`$WyR`+N&jX74NGURG?#_p&BXD_kpeO(0){Xx;{h5=!nsdt>%H{ zQT2^EyeBm>-ly{Z;)p!Nk@viAg=2I;lB24~mcrLxoM#y%zrOR>Pw(aSiqb=!uh`|d zY8!2&Pu*;?@C%r8`V~L#mrkeC0V&R|)&l;jujXXS=>%r5tC*?WY&=rzDzr*IeHPeT_m&1q2AeKl^e$&<0FzeE3a0N9zVQ7ilwnG}XK_!WsOVM8?Uj#tm!CU$ zv|yn^&EhR@KYS9?Q2ey@?~?d?^XJ~#a4KL$%7#SSbFz+e6t2ZjWvlw^(VlhSpJ`!l z)3R6M@gFAY*Id{#mJ=HmNrRH-gG$wMqUw5vz)b@YxCzj9rFXQT; Ug=~?!228mOp00i_>zopr01RGr$N&HU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-selected.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d2186b7c0bd5bac14b912d1a4c0263236bac21 GIT binary patch literal 717 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)E_X2!E zT!A!I04pnNetv#+b#+ZmO>uE?Wo2baNy*%~bLY&NGjHC!MT-_KS+ZpD;>AmsE?u!= z#j<6~HiE(C&6~Gw-MS47wr}6QbLY-oyLRo_vuEGFef#(Ce*goIkidH+@ZrOUZ!qv1 z4E}(@UoiOp|NpAJj&VTmd6oqE1v9X+aq;mB2#SfzE2yZdYiMcf=o=Us8Jqa{`UM08 zCa0uiWMpP$W)&5emX?)QR#w&4)~{N#cI~?L8%~`*bN1}L`w!lK{P^YTw>Jx)T*l;fhO!6yy8uRKfHdw=~g-ZO%+UpHn{dY+H8S@_1V%5dYYzPQcR zj-s8r)q=iCdTkdK$($&B>YV0e)wG*1jyF#7C52Yu`8FS8cH5X;e zt#$droW@=C?&m>A*4ggcI(qmV?(gjoVY(Q9pudKxq}HQmp6V>Il3NK?=Y!R3q*!?l zne@DGH0RiPaPjrq%F~UEujv#_F1)^C$It&#o*SR9J^z4v_3`yrHU7q(k=cKIbz890 vQ(m3h+Zg6Iu4}pRPA$m%^}K}Fb^S67Ud}DAW4c+6fYOqutDnm{r-UW|d-6fb literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-selected@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1b8944f146baf901484833de12d8f0ff4e0995 GIT binary patch literal 1216 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#dHI#tgKvITzq_d!otGh;^HbQDjFIZ+S=MaK0f~b{(*skSy@@Rxw(afg~i3i zixw?fx^(HXWy_W?U%q0+iq)%EZ``mZQpVJ!o`c1E?>QR z?fQ+Icke%V`0o9Ok3WC?{x`3FcM$^vQ@p2(V@Sl|w>NHw3pvWL7jPW$PFdHn#pTea z+pdQ{ghggHl?7f(N;Y-c?4+|nBjw-!>1osTbk4k6^Y_`&;y-q8>E4&=KnkO7t+Q2P5CnzCxebukWfA*9{-Hmk%JQZ@G@uR=i z=GNp(llg!0bj|v*dCml${&ODjvsSMNJK3{Q%J-bSfZMmt5}KB`-uGy7mmc!bZGW}z zby>PgWQI_?N#UiA++AnST<=WIDmT33^ZrTqLB>K)NmJ#d|8t}_c*T5{P;LFMx8TT| znbubv)-JcMpLW?IN62s9qFE;Yq`MBg%ayc5Z;wrv2&>?GsZ;s$P*J9@>HSxeCoTL| zC$MP&=Z(isOJ1;E;!W;mdbKNY&sIlsT@9{KyO57ew&p&bcNggY=I@TWko)6MyWbv% znc>Sq7W7{){&x9f)1(WJobTK8?%I|cQE7aA`}U{+sarKK)MFf8l`H7V1a0@ph)#B5 z+U<9?e0QFEa_QV1Cl}Z*K5<(7nRBvFo5r5!&hPg)RCZtR$((GsS3M#8LX&Rk>?AL% z5BES#Y+Nt=cD>4Br!m5B*bSy*n3f$S!Yt zN`9B~_oFgT?e3er*==ccYUZ}7(Klyp{_GjE)0O+goW};H?-FII89lx8Rlna{XuHFy zG-tz!^V4QNZhp1>pwj#}&D4qu5;Lyv_*vFndGw37SK8wh>E^Fw)@4hmss5b1ZkizL zw63XDtMC4+3)0kE6t&oeY2EZx$rhJs>pto|a}>P(|H0M!8q*E-GaO+xW!}rjRtqXV NJYD@<);T3K0RTvLGB^ML literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch.png new file mode 100644 index 0000000000000000000000000000000000000000..67886a1299f7127feb691700f95cc5813ac90ed9 GIT binary patch literal 729 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ep96eC zT!Hle|Nk#sxNz~}#WQEloI7{!{Q2_`E`$MO0~ruDP!pfubZ zxcIee*MMvY2@wRU0dlWjzYgKvxpN1|xPANf-Me>zjIOS(?(XiMo}ML3mMmMgZ29u# zD^{#nxpL*IRjXF7UJbDksQuQhTR<&9y>H&U`TY6w_wV0-{P^+v_wPS{{`~#>7wFkd zDe;Se-nJ|W@(X5Ql$Mc`H!w7Eb#wRf_VEi2$;&UCHD~Vp1zWdmKXmliy{Y(Lze}EKleWB7;oiDh&-K#YHDZ(OCRx;`b06P$ zL#Fu4PMP~N{#sv-JvwK>8>{VRKh1Cd?X-0b{Xb#$+~x6XBKxj6-!k5mv}@lCjYVBN z8ph?!2X{M`Gfs^ZF#LG9(d}hLLd|tohqJB%kxD_G%O)$Xmu|4~6R=b=3URUvFJ-^5 zx8aR_U5d|%3Ge&vG40~mY&&;_@}iHs_*RIl6Kq>p|6!>g!&^?>`G4;h{nWYja9(x0 z_EP!%i((dseBu6GwPD}0o3l48zIZN=O)IV{ahiEc1%K7i8TDoT+PXD&qNgrCaxH$L ZszUd-(7z$??15p-;OXk;vd$@?2>|PHm7)Lu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/switch@2.png new file mode 100644 index 0000000000000000000000000000000000000000..16a25780c6edccc31494aa05ac96897c1629f6ac GIT binary patch literal 1264 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-h_ zd_r7-ivR!rziQR0{rmS{y?XWb?c0|wT>>&ro;-Q+;>F9CFP}Pf>dcul=gytGaNz=w z3t^u>e;z0cWS>2I7RUxlK}et=Tm;Al>Vl9!22cS+4Ui215D_2=;X(|72m(bQih+U< zHe4};fhmrx9ikUa3whkGuCDIx?w+2WxpU{vn>TO4f(45fEn2*I@scG=mM&eoY}vBq z%a^ZMv0}}dH9(KUoelIgFsy*Vc~S3{QLJ07%54|XR-sMC!r+BFPMRmnT3sA zP)JxzTtZSxT2@Y8K~Y&nRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ew zylm^X?K^huK632%iIb;JpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|@>& zba4!cIQ;g;&)~}rBJ3Z6^h5aG3)={Y>T9j|$|fo>bydI`TM>`I6-SiUPd~cN#CO)M zzne3~CaCysnkYUavF$zoTmG3R)5|u`uGN=2@3$@f*6zQ}jTcOE3@$G`u;71?wRh&X z-X?9yuco&RborAe=yrX&AGKDi`>0M=*FF1;gKu8(tA9>iyX1(xOeA#lQmf++mK@yppF29)5za%wDO0#!jlK9tiHzT4H#R3a1Nv^$YHgQsC zs>+o&z1!DW`}!|*$q8~=+mY`3f5GYr%G)AcJf~lub2oo-mu-mS+vVleVGCbRQ15vX z=)7wi*WM;0Zmq=&rfZ+`JRy{3Qe^mgQcn4xfFgXS3vj^n{xep0Ef#3+Y_{zvl1K-5+K-$uBt7wyJO5 zE`#$IYc5&~EV+=rV&g)oKkX?c4<^4BSn>JTS?*;MW(OZ%?=v@$Yu8?heOD*8SXFZ# zOflTCeNUy=h38umHtosZwKMVR!WENlw%I$}B@^5bL!oS)tZiwv-ai1eETpti{ z{?=o@qUqQobNhA>Ln zF4Ye`-+K8{+LR*~xsN^Ct(+0}M1SEk-5VEg_{r2U?({mm<>9s4pPkcqCw(t-R&Kk! zT)sB0d*1s7d#0I98sV?kE>#gT(oieP-|s8FdwqEdTg-_w1@Gg+lJ8wBEl-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZx#bNJ~qLjEqc7OpJ|P2v{vBa#Uw1L)Z zlmz(&Gcd7=h>8V;goec@Bqk-NWE7WG)-^OXHMg{#J$L@XhmW5=fBF6A@4u`3vK&A? zjh-%!Arg|g2R((F3>X*=2KMZDzgvSv^x1!X6W73bZ=S6$sNEBHRQ1Aa7i+`i#+h%o zT6%Uw%?gR?ZCGs;V}3Sm!Mw)hRSEkNmWw%<+&p|ug(>jwnS@_q+7A}4vyh8i#aa+} z*f-zNmQnFnaGFYG_IlaNC$+7g&barYX8r5mnvdt}FDw*cj98nV3UmyEr>mdKI;Vst E0G_p@!vFvP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-active-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2eb01935d67e345231eba0cd7c612daeb1f26b GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!AzYgocLZ=H@0OB*ezXCM6}s$H&LS!~jX4NL*Z8VqzkY4IzPCpdgS7R0)@Y3j(De zvOp2IAdmqu3P>UYhyr9~K)n#f$jabsJW_Bqco@CBHkW{2^(_hV3ua(sW>-*DQdZG6 zFf=l@vbM3cvv+iIc5!v{@bdNv3-ny`1@{v*eZpS*Vc#?4!I zAHIC`=HsW&U%r0({^RGbzyIDI`f`(jfl=Ml#W6%ea_zxPYozNxmnxw+kO zkx%3)7nk?{|65x<_bCoNX8!$bz0v3EPjB6hj@UO#xz%!ocHnLEo*8ShJXB9lxYO-s z5-vI6|0VsoqCz*@f=rfo%v=?8S9%Y#rT_WZ%Jcq3T^7sq*tgw!^-{#quftehpSgA0 zmz}(lm7623f6{Ak`kgFnF;zTas;D(Hm-K>NuNZcHriG*!>%VfxBq zpq9^e`pOd@pZh0v&YU;lbHn!a_HQ1|>=pA%vhi#J&`Gu`7` wob$V5l8Idlh4`zN%;fb-TrE0HFa3wVeXID~jJ;a|{6Oi>)78&qol`;+0FUr8SpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-active.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-active.png new file mode 100644 index 0000000000000000000000000000000000000000..5bfff6f73b2983a603bf60316c9d7ad56deda8d3 GIT binary patch literal 430 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uJfKP}k zkdBOuOiWCSjg3u6NQjGz1CsIa@jwQULPM=)vH&pU%!6Ch7FrH zZ{E6f>-O#2_wCzv;J|@{2M-=Pbm;Km!zWLk{P^+XpFe;8{rmU-|Nk||G`9drks@Ig4zLSFrhczF|F3v3A3{X$-Gxx!)Nx^?X-x hTz65XScie(2fK`&PDVSQm>bYB44$rjF6*2UngINctr7qL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-active@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf7765dc042454167427458930bb47b7a18d8f2 GIT binary patch literal 772 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc|`>j7$MO zA+A8hK#-7-5E~mCA0HnR6O)vb1mwoW#U&;t0!1L=KrTcLL>$5e$^se4Bv1`97s$p6 zAiA(hAqxUcOHNKsNl8gfO-)NnOHWTPDk>@|DOtL7>8e$$)~{c`apT5Kn>KCRwr%_N z?K^ht*t>V{{{8z895`_L^y%~G&tJH3;o`-Mmo8npeEIT~D_5>wy?X81wcEFEKY8-x z)vH&(fB*jb_wWDz|Ks$^KLdlnxFpCgn1NA2QCUUbz|hFp#M;Kz-q9&AC^#f6yso~X zv8j3QzWqmz9Y1;P`i+~nUcP$s@zduoKYv~9RM!Cprm3fkV~B+0+Jl+aOo0+?557-P z&5qpUy->63N#{hPZ?Rh{{{4?Pd_E^rFSX|NzSJpKzJzTnD0-A)zFeg#N>eGsLtD~l zTR&rUp`<~1hvHM#pQ@!@_NzQOk9v0m$W3p!<-R0V^_o`Cu~gn`sm#YVNvz^%t|@+K zU9FaAk#y$3tBJbe7S*cN8-y0+9^R#Pv*`SN&wB@N3Fvko&^>vL{bak;nw|{y7rPgJ z3~^qd5XHK%`j=exi`5-vJ$Bn&<9GM%Q@+^6v17i;tx^`5i)9J1H50$A^Vs%!gVCbg zLsg0|8RbrjM`SPZJ@`w__J_?U>1!<+s~8sF&ODS+w#(pC($bIpt{bn&DLtLSlBDXQ z(eJ4dc~t&t<Um!Yz}#Ur6x RwG)&EJzf1=);T3K0RVt9RB8YK literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-backdrop-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7611f5dd0803772b0f8a5c99bc2c87ec99f1f103 GIT binary patch literal 421 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkY-@`4+Q)7?_ag**v_2?x9mB*2aLAwJF;`<{+;{xZ`*Td`<_EP_8s1}|LBgrhjs!P zyY}zeb!6B6Bir{J0E+D1eQ@`_BRh5<+O_x4j@^fM>^;15_dziG&~BjmJqLI0IXrVx z=`5gC$|XU5!3>N{9Gr?uN^0sF8d`e#21dpvCMKq4K|#R@iHS)msi|pcn;kZ&0+rW$ zx;TbNNah~&6lyYHU^p14^kCfzolfpE|K&5g7TMf98~@O7PuySI4J#&X4l!D-CLZi5 zHpy-Cij53%ud3|(+NV}Avwd~i`*g`S2P5ml7j+mt|6U2$dzFLdRp0BWYi}`^n{K(q zww2N8le$>S(%1*Zuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NmF5TD9>A2y6p^6WdOl*mC&ro;@cwZ{ELoKMrY}>Z|+xG9@x%1#|5IC}b|8XFD%O0TK!#npM+r9hXwmpY{_JA2X_8!`~ z@9?f&`+?%juW?%BU{&!HW=5AFbR_Z``}2Pg~T?%I18EO>a=ULg1I zj=hI>?moD4_hGPtBR~Up1I+{}KHT#=vRA3y(qfUvNz@QA3`xVVJG#H6I;a~a{TeVcZm!L4HICzt4GgURESHaS?f4;CsI(Or O>I|N)elF{r5}E+s$yJd6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-backdrop.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..47ec30d89eb70f6d4d037b176754cef95cff1e69 GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u7fKP}k zknZd2YiMYwsp+b0=&f$(t*q@TZ|FFC_QHh=S1(__aq8^l%a?CnyLR)={YQ@;Jp~bu zo<4p0x(cYcuBWP@>&K5D)eYTMbzN1BJ&mms8#^XeHgp3;Y8v~%QoYqp-9ScFU1wEY z50Fu(@A@8St6E8rUoZnFm#UhTwM|%9SU3noL`25K#%1N?0zqD0VPR2GQE_qclOvh| zKpicfE{-7*;ko^%g_;}$m^a&qiHHigggFLQ{rfMzS4X^ipX$n$o=a>eEt>!Qp8D)_ zObjhLucn@u zTCi=^CbfAL2^tG!8f^C6-LZRrQsx?~V>Wk>S={#xo^Jj2BlE$zLIDhAf4hP1VeoYI Kb6Mw<&;$S*7P~9} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3a27f104257b8ee65c5df3f547cfd4664cf19eb3 GIT binary patch literal 748 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E4+DHc zT!C~$!=&=^j)sQ*l7{Z8s@AHi3Dwmt)h&Hx4V?`Qoz>O7ery=66>wYA;V z4ZW4MU8m1otgh>-YUsXj;p*kfHx3>-b?WTp%hzsR1EQOE?%cV5|Nf)vwP7ynFKw2tESAoA>YEe*%HZy6(!x?y3f$nY~}Xe(jk!`|H;q z-4kY3)^$}k^i%=uYV4^5n%2!HeX&D(=IaM`vODpS;(6F$ua43j~jEahm zj*bC>*!cLw#H6I;w6yfhtlZo@5XjFj0D{7zqT=G>Wm(T685kJVJY5_^BqY}!%#3CX zlwf;sJ!+zWJL$m~BVu3lao{{V%lfTdS;-stG+ZvFV!hnna$e3qnaH3nunjn(dSG z$e5N9DB-=yl6{}_6Ct;VDLOq&C!hWKJn@NXPme~W#X1kO`5yPyB|dSfY<@lI)?a;@ z+(5SvcM2Zo@m}|sA{cX7%{D04aHbbstH^nJDbaG7{R6Ybx~repvH&B3!PC{x JWt~$(697+&Tyy{c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..12ab70deb388be971f406698cd7735f3b1bdbb2e GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZx#bNJ~qLjEqc7OpJ|P2v{vBa#Uw1L)Z zlmz(&Gcd7=h>8V;goec@Bqk-NWE7WG)-^OXHMg{#J$L@XhmW5=fBF6A@4u`3vK&A? zjh-%!Arg|g2R((F3>X*=2KMZDzgvSv^x1!X6W73bZ=S6$sNEBHRQ1Aa7i+`i#+h%o zT6%Uw%?gR?ZCGs;V}3Sm!Mw)hRSEkNmWw%<+&p|ug(>jwnS@_q+7A}4vyh8i#aa+} z*f-zNmQnFnaGFYG_IlaNC$+7g&barYX8r5mnvdt}FDw*cj98nV3UmyEr>mdKI;Vst E0G_p@!vFvP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2eb01935d67e345231eba0cd7c612daeb1f26b GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!AzYgocLZ=H@0OB*ezXCM6}s$H&LS!~jX4NL*Z8VqzkY4IzPCpdgS7R0)@Y3j(De zvOp2IAdmqu3P>UYhyr9~K)n#f$jabsJW_Bqco@CBHkW{2^(_hV3ua(sW>-*DQdZG6 zFf=l@vbM3cvv+iIc5!v{@bdNv3-ny`1@{v*eZpS*Vc#?4!I zAHIC`=HsW&U%r0({^RGbzyIDI`f`(jfl=Ml#W6%ea_zxPYozNxmnxw+kO zkx%3)7nk?{|65x<_bCoNX8!$bz0v3EPjB6hj@UO#xz%!ocHnLEo*8ShJXB9lxYO-s z5-vI6|0VsoqCz*@f=rfo%v=?8S9%Y#rT_WZ%Jcq3T^7sq*tgw!^-{#quftehpSgA0 zmz}(lm7623f6{Ak`kgFnF;zTas;D(Hm-K>NuNZcHriG*!>%VfxBq zpq9^e`pOd@pZh0v&YU;lbHn!a_HQ1|>=pA%vhi#J&`Gu`7` wob$V5l8Idlh4`zN%;fb-TrE0HFa3wVeXID~jJ;a|{6Oi>)78&qol`;+0FUr8SpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-hover-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..12ab70deb388be971f406698cd7735f3b1bdbb2e GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZx#bNJ~qLjEqc7OpJ|P2v{vBa#Uw1L)Z zlmz(&Gcd7=h>8V;goec@Bqk-NWE7WG)-^OXHMg{#J$L@XhmW5=fBF6A@4u`3vK&A? zjh-%!Arg|g2R((F3>X*=2KMZDzgvSv^x1!X6W73bZ=S6$sNEBHRQ1Aa7i+`i#+h%o zT6%Uw%?gR?ZCGs;V}3Sm!Mw)hRSEkNmWw%<+&p|ug(>jwnS@_q+7A}4vyh8i#aa+} z*f-zNmQnFnaGFYG_IlaNC$+7g&barYX8r5mnvdt}FDw*cj98nV3UmyEr>mdKI;Vst E0G_p@!vFvP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-hover-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2eb01935d67e345231eba0cd7c612daeb1f26b GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!AzYgocLZ=H@0OB*ezXCM6}s$H&LS!~jX4NL*Z8VqzkY4IzPCpdgS7R0)@Y3j(De zvOp2IAdmqu3P>UYhyr9~K)n#f$jabsJW_Bqco@CBHkW{2^(_hV3ua(sW>-*DQdZG6 zFf=l@vbM3cvv+iIc5!v{@bdNv3-ny`1@{v*eZpS*Vc#?4!I zAHIC`=HsW&U%r0({^RGbzyIDI`f`(jfl=Ml#W6%ea_zxPYozNxmnxw+kO zkx%3)7nk?{|65x<_bCoNX8!$bz0v3EPjB6hj@UO#xz%!ocHnLEo*8ShJXB9lxYO-s z5-vI6|0VsoqCz*@f=rfo%v=?8S9%Y#rT_WZ%Jcq3T^7sq*tgw!^-{#quftehpSgA0 zmz}(lm7623f6{Ak`kgFnF;zTas;D(Hm-K>NuNZcHriG*!>%VfxBq zpq9^e`pOd@pZh0v&YU;lbHn!a_HQ1|>=pA%vhi#J&`Gu`7` wob$V5l8Idlh4`zN%;fb-TrE0HFa3wVeXID~jJ;a|{6Oi>)78&qol`;+0FUr8SpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-hover.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..b467794cd98fc0770caec444dd3e860bf6be6883 GIT binary patch literal 461 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uPfKP}k zkdBOuOiWCSjg3u6NQjGz1CsIa@jwQU1cCzx4jemn{M4z_M~@ymefsRVbLX#LzkUl0 z?%cU^_wL#pd&O( zg8YIRL`21cLP8sxnp^ho-w(9;;Gx5Z4<9>w?)-(UkkV~B)g?!nh$jSdoR7q=hon6SC%gn-fc^8ex)VXL1`-}^N@Y~HSQGgGB}ZJ6Ji z%wTalsCmlfPRF|o%O-g}*!lMNS@s!TR?OViZ*o~pCfQuPl;itEwemr&f%U$IuuGgb zqC#)-WvHBOI4$!`e8Ge%m38YnmBb}lW0Zuoc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8hK#-7-5E~mCA0HnR69Z(&#lw*)VH`Si2q+6=1HrLl z$BrLAaq86R?c28>J$mfix$_qDRB{ii?ZkM!^~B>FGdrT3Q;Ak(!zc zWTd2|Bqt~T`0*1c4rBmHARFi@Ab_yHy8283hC*mbkY6wZqk^Kcih-e#v9*n@y`xiL zP;f|CeM4i@?!Ei=1Hl0xIC$vL5upE0o&tLC%-OSN&t1BF?fQ+Iw{Aar^z`McHy=NJ z{`}?3m#^Qx1MT_w>(AeRdW@%3fFW+?>Eak7A-VS8^{_(@BCHpz7d7ln=v{H-o@n-g zCbt7kO-j%I{9is}CTFD3W9e#d`;`xm*1Y_A^R#}7YU3V{d=c;k*Ia( zvDe)1Q}eL@+76eXevb$Io*uFa7uN}8iyezy%DlRWJ=u*Xw9Qe@T;RtY^~8!Kp2Jy_ zjb2=cg}vfVzU;UyHcqcqx|ge%TW^rLn0H~TTk>z|g_ANuUCbnI zyjrkYD@rsrKb$tVgEQ>Q=E|>3owqK(18Dl0eiWody{an^L HB{Ts5uCIBX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-close.png new file mode 100644 index 0000000000000000000000000000000000000000..b467794cd98fc0770caec444dd3e860bf6be6883 GIT binary patch literal 461 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uPfKP}k zkdBOuOiWCSjg3u6NQjGz1CsIa@jwQU1cCzx4jemn{M4z_M~@ymefsRVbLX#LzkUl0 z?%cU^_wL#pd&O( zg8YIRL`21cLP8sxnp^ho-w(9;;Gx5Z4<9>w?)-(UkkV~B)g?!nh$jSdoR7q=hon6SC%gn-fc^8ex)VXL1`-}^N@Y~HSQGgGB}ZJ6Ji z%wTalsCmlfPRF|o%O-g}*!lMNS@s!TR?OViZ*o~pCfQuPl;itEwemr&f%U$IuuGgb zqC#)-WvHBOI4$!`e8Ge%m38YnmBb}lW0Zuoc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8hK#-7-5E~mCA0HnR69Z(&#lw*)VH`Si2q+6=1HrLl z$BrLAaq86R?c28>J$mfix$_qDRB{ii?ZkM!^~B>FGdrT3Q;Ak(!zc zWTd2|Bqt~T`0*1c4rBmHARFi@Ab_yHy8283hC*mbkY6wZqk^Kcih-e#v9*n@y`xiL zP;f|CeM4i@?!Ei=1Hl0xIC$vL5upE0o&tLC%-OSN&t1BF?fQ+Iw{Aar^z`McHy=NJ z{`}?3m#^Qx1MT_w>(AeRdW@%3fFW+?>Eak7A-VS8^{_(@BCHpz7d7ln=v{H-o@n-g zCbt7kO-j%I{9is}CTFD3W9e#d`;`xm*1Y_A^R#}7YU3V{d=c;k*Ia( zvDe)1Q}eL@+76eXevb$Io*uFa7uN}8iyezy%DlRWJ=u*Xw9Qe@T;RtY^~8!Kp2Jy_ zjb2=cg}vfVzU;UyHcqcqx|ge%TW^rLn0H~TTk>z|g_ANuUCbnI zyjrkYD@rsrKb$tVgEQ>Q=E|>3owqK(18Dl0eiWody{an^L HB{Ts5uCIBX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-active-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f773f24dc156d5d3551686be3ca8b44946243 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!AgZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~79Gr{BJP`~Lm=-@kwV`SS>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+c5@up- zXZ8;KbN9cf;`%wvc1(nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!AgZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~79Gr{BJP`~Lm=-@kwV`SS>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+c5@up- zXZ8;KbN9cf;`%wvc1(nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv@L=H;{dJmbs4vPziTQkY6wZBO?>Dv#Uo?a2k7# zc0N#8+tbA{gkxrMf`Z_TwOI_8&zy(yEr+qAXP8FD1G)j8!4b7l>na* zS0K&6@V}vTOXzUR>H-3NE>IkW>vf*3$_c$!yQH&7K%NswPK10xd$m!4rr zSW^7lsqnjRQRHB41tnGtosYXVD| zMZ**Y&Npn@j$#Zzd?S`8q)CY(s43-b)&?P!30tebmo+aGyThRKQSuVwS`I^y!#rL6 KT-G@yGywoGwqce4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-backdrop.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..36858b0c462d82fa6dd389e0a8904c988aa87082 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFS5;llyQ_O-fhxF5g8YIR7#W$Ez5N1X;);`n z%~t`1wLM)NLpWw8CnyNcSewOg`OKL}?gKo9?4caat6DS}4n?FTFr*c%^HRH7!SKj| VZL!AY#cCk?JYD@<);T3K0RSE(NHG8a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-backdrop@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..061e3569f13ada9e9769abcd8ed92d2ed7e6fbff GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7^#Gp` zS0D`p4Gj%_eSIY*-L*|Ul}+7M4PBLWot1Un)eYTMbv;1D%6Q5SsE)TJ$S;_Ik%^Pr z*gP&iF)zP3!0LGqP$JmV#W6%9I5|NgsbS~yGc%WJD2b(?o8uH3RQ!ym>39Z1Sd&1) zET*s~m4Zu+jR$2SAMiwQZejr912dBr2#GLG5MoKV!yMMcvg!OB%e(^yM;I6aIHfNI Srd+!Ma-gTHpUXO@geCxY)?2p# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8addbf89ee6d52a0ccf0b12497ec3711182ec985 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFq~#NKo0-i(}EKta3~@zfg!D6otN6x a3Wi4xY>PEEFIEF;WAJqKb6Mw<&;$U}K~sAG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..dedcc3871bfebdbc65da210f37639f454859034f GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfW|Nm91R-HI;V)yRdTMi%Ix#!T1-3NE=KD2A^p`Adq2PCpJ3>*we)^L?bvkK_aOk_1^CC;{h%<_xD!!u3GZ` zt~E>lMTRvjiU+octYPtd5X!*Z%)aS>^#-97Mj&o1KkJ~X!K9$daiD^K4GZU$ebwI& dH6(U0GMHN`l;<24bq5;H;OXk;vd$@?2>^8UZtMU6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-hover-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..84a5583cc628653dd5e203c79909759b887cff10 GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak7A<24> zvFNY?2ZMp+iLJN)|G!mYSRusFz#91alMlbxt5VmSd-u4X5?!QkoY=d#Wzp$P!;ypHSu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-hover-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ef62ad4eab22e6407724d1d8f4204e836e69b0 GIT binary patch literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVfL=9l;6m30@@^e$MsVeyL1yZ0U0z5nQ*1IG>@ zJ#`3#P9Hgb=7{^5!$5y}mjw9*Gw|>V2?>jdiA%`IE9mJPxOsSb`TGZig-1q3MMuX# zK`ao&B_t#!CMG4Pq@<>1Wo2g<6crbjl-AWZY})qh*^8gQe&4Q_+R4Dc80YEY7-DgH z?c{9dCIgW+Q=NR(jwX-F!%5$!#p-NTt62Hw*#H0b8%-0MdU(UJobIKP6+x^-4+aC1T#-FI((-1oC?NhzBE7M)9 zUrbZ^FSgFM-u)g&n9$P3#8YxYvM&n%6|9^uSSoNe=~0|ao*nbD`Q_VoHY>hk|7+2p zu&+`;oQplAN9g!$UG*Qc793;bJ)g5X#@p^k5tHwd52v=RUcdbad;HnNq62K}6Gc6a z)XQ$LywJzcDc}&@QX%Nz^x?eE70pR04jV*gzEfG*bj0CF^J}hj8I1+U^|F3Sd)PVY zF6!o*yd#xeUNfm@Sw*+joZ5a<2h}P++2=Q(?{l$z*S@DUa91KnR8aJ^T`y9i)@hhO z^}Mmgy!*%ZcE?qjhc&DoOj<6vbTemRW0jq;WT>*_oV3*UIhv+t6BdUD^I2W2XMEm# VWR-v%A20$LJYD@<);T3K0RUeWC(Qr= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-hover.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..128a39da1505934b85102494ab976af03f15ee55 GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};Yy&%Z0YI)9~YJ^zKfsv)*-Bo_bf6^Ytd ztk=t>cxvs`?Bo`vyK6eDTQ^@g-lzXrt2|5nl+U$^d9TvnOYhkiT=e3>*SdIK%S~

Zuoc5!lIL8@MUQTpt6Hc~)E&jWly zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPka|?_ZEOkoob`moGqlU%wqXa%%6vV||n7PMA7x;?(&KtrM#1yX%_!>sux~ zypjF^=vA+hAirP+R#tWnPA)DUUSSa#Svdt|6%|!A6LSkoD{Je>=$M$e!lL4m(z3Ei z(`U?@J$J$K4I4L|JAdKQv*#~fzW?y?^XJb%>wf$MSuf}GHj9CQG0fA&F~s8Z+Th6O zCI^vF&tNA73&~qeOE1OgO?lL{P4esidjB&et&D%FUcBCOX70}RYX0(*PyY#9Z(1bT zw(P{EuyR*tmbH@##X}Zce7XDa#@qSV8MjXOB3>GCJ$SxBwMElD?O)z%v*zh1q#V}a z`dAus<_}96-xrJSuC!C~MmZ}c)O46?PdezdAo2 ze6zB3e%ITBoy_a6%{lm1EX6P2Lh|*an+2L@$7-lN?2LV$f7*g=dyG(G!~erJ0upyV zB&cvQHP3f`6WrylbcCmlM}xI9r6s}FOIRs&i}E2gw&Rk2m$g`FUwLFKkkm3GhfB0; zM=Jk%&0|-WU0D;kIA?R)))kS7yZe{VEStYbi?3(0+zh@idkiM2y>XfL&@<`Dj|*}! zev8h(&%WS&bK~}?y^YU#cRd#iIGb*^SVzyV@^zl){`L3bKl0w@t@E1@EBzK2Zw#KU KelF{r5}E)dl%1Ra literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max.png new file mode 100644 index 0000000000000000000000000000000000000000..14e5e3e74dff69ce6e125a0ec0bd54012d6d7bb8 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF;HMs~Ui)tFob|x}mGOq5D_-vRa@b?vfzCUEal|F*7+qL2$;}EQZTx&O~w_;3;Ge<#1lrqRDV5A}xU-tzey(+SLk%M-FU@ UH8w9+18QUNboFyt=akR{0P0~(_5c6? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-max@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a13bb592dfbbf413347f0541f9be75043fb727 GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0LTc(6DONs)mOCii-BiwzlfVo{EO9s`~CqAlcAU-Oydt&|O*A4P-1i7Wo&bfxjfk zFPMReSwK)YI%)Ze)rXH9J7c}NFBK>i?CIhdq7j^&Ad%FNdT)36@c*1pLI~xU{X-!I8edAhK2LWzUuFX d8WKAg8O$ve%5x5jx&w`8@O1TaS?83{1OS2wWsCp- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-active-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-active-dark@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b#-9o$5M3?dLsR977}|*B*Qw*5n|r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-active.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-active@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b#-9o$5M3?dLsR977}|*B*Qw*5n|r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-backdrop-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b04db91415d46e182c878ab176fe3ecb2491235d GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%?4l^1TDHm`Z~Df*H~-IdO&pc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!C~|UC+wR=dFM&rjj7PV20xT^WW|R@`OBH978ywlM@#3ZTR2p831%c$5)oO)A=-S Q17#UJUHx3vIVCg!0Kk|sWB>pF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-dark.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c973246c00bf2b1b0a0cff5a2eb8bf94623a35 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%@rm*;N2pOeH~n!3>*Ke(UoAc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak75uV#0&DWs7!@^j(f^~J%+VA!&I~H&j{wtf5yUpp(!Zn}oNnYL5 zR;qqWu;lFNgRLT6fdR#41>4`8($Cl=@mPJ)=|jSwBNLWccJCBlw_f5+pO%O2a!Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVe`zerEIPw`o8R*p&qN1vBvQ3JD2|iHS?d$t&pT8@PFR zdinbYgoQ^&MMX!)KtU`J#3dvoCMG5&r=+B&W@Tk(7Zep2-)=I_W?*2{@N{tuu{gbU z^6jW52a#4o9e>u2CXdFhqZhQSBb<7T_x?|A{mg4|=u2tfYrb#%zqf2l{ImRA?s0zS z^BZ^H`mnS=>fZ`cyV(rho3u4_%TgG3%)MNZ-GlLbdTz+1+R`CH@^OYbKV^OX+G>5M3yn+q{L`5c{A|c z`+7jEPv>E4#%$yt{M$L&mV|c_TvKc&NrX0E9DB<7PM-4coyb+cO&xB7`+e_MJ#DdzV=VTEj|wuEIjHpwezMXp;u>(e5Ww}a`i}Wv;Xo)mOtIfq{K+~xb>WQssA3<-TuXvbE-jX`#Awy QVCXY=y85}Sb4q9e0A@Ju!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-hover.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..c250748c552e9c2fc4c266ce0167a8046688cbdd GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};dR$4@+a@$z&2xu-jUit;^O z9780g=Jvl8Y7h``jaD@KvT)1Z|J`jDu9W<{YrOf+?b7;&30|Izrr%#odmN$jO|@S- z_0J66gp(H&b_w-KwYe)^cRypqCE9V0Con*MBY(a6p*lI%FK?rH%MIhZHwJ~ywrn|> iaqZYglfLbR`g+zu+-n<;to#AAn!(f6&t;ucLK6TdBAogF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-hover@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..965ce3db3357fad9fe47dcef3a9c89d220caaf64 GIT binary patch literal 694 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E2LgOT zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPks>U2<}=l%aM!Cn)C%{gns?%UsxJ~y-Yo5ZpDq7>^R zpF5IgM^!omIJ0%#DQ!HNG&jfWWR)G;oxI@pfh_%&;v)It3yyEP_uVixMv433_a*;> z?}+Yk6m0w#QfQd_a;b7l^!NUT!qzu3(+mXm6!7{hB-zb)V&yFNpgKvtW5+bfH>VyX zEH&48*db=O>iJxkuS$Zx6$w?$&E+>HJPMgoaa}qo@X>X(+%sR>qziq7lix1b_S$f*`(e?kV znBK15$e*@)#>R?DX@2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4;OXk;vd$@? F2>|T-EmQyi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min@2.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/assets/titlebutton-min@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3581928b3997773cbfc83c9c0f17389a768cc6 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!D0TL-!u7KXZXBrjj7PV1_eK9Gw>fc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + background-color: #353535; + border-color: #212121; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #5f5f5f; } + .button.osd:active, .button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5f5f5f; } + .button.osd:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); + border-radius: 0; + border-left-style: none; + border-right-style: none; } + .osd .button:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: none; } + .osd .button:first-child { + border-radius: 3px 0 0 3px; + border-left-style: solid; } + .osd .button:last-child { + border-radius: 0 3px 3px 0; + border-right-style: solid; } + .osd .button:last-child:dir(rtl) { + border-left-style: solid; } + .osd .button:only-child { + border-radius: 3px; + border-style: solid; } + .osd .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5f5f5f; } + .osd .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5f5f5f; } + .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(218, 218, 218, 0.55); } + .button.suggested-action:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(218, 218, 218, 0.55); } + .button.destructive-action:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5f5f5f), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 2px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 2px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .inline-toolbar GtkToolButton > .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #5f5f5f; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .button, +.linked:not(.vertical):not(.pathbar) > .entry + .button:hover, +.linked:not(.vertical):not(.pathbar) > .entry + .button:active, +.linked:not(.vertical):not(.pathbar) > .entry + .button:checked, +.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive { + border-left-style: solid; } +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .entry { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(41, 41, 41, 0.5); } + .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(41, 41, 41, 0.5); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.error + .entry.warning { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .button, +.linked.vertical > .entry + .button:hover, +.linked.vertical > .entry + .button:active, +.linked.vertical > .entry + .button:checked, +.linked.vertical > .entry + .button:insensitive { + border-top-style: solid; } +.linked.vertical > .entry:focus:not(:only-child) + .entry, +.linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, +.linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, +.linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child), +.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: 0 -1px #292929; } +.linked.vertical > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked.vertical > .button:checked + .entry { + border-top-color: #292929; } +.linked.vertical > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover, +.header-bar .linked:not(.vertical).path-bar > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.primary-toolbar .linked:not(.vertical).path-bar > .button:active, +.header-bar .linked:not(.vertical).path-bar > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.primary-toolbar .linked:not(.vertical).path-bar > .button:checked, +.header-bar .linked:not(.vertical).path-bar > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, +.header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } +.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked { + border-top-style: none; } + .linked.vertical > .button:first-child { + border-top-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #484848; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #DADADA; } + +*:link, .button:link, .button:visited { + color: #c2d0b4; } + *:link:visited, .button:visited { + color: #a9bc95; } + *:selected *:link:visited, *:selected .button:visited { + color: #d2dcc8; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #dce3d4; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #f4f6f1; } + *:link:active, .button:active:link, .button:active:visited { + color: #c2d0b4; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #e9eee4; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #e9eee4; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(41, 41, 41, 0.6); + border-style: none none none solid; + color: #d2d2d2; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(218, 218, 218, 0.55); } + .spinbutton .button:active { + background-color: #5f5f5f; + color: #ffffff; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #5f5f5f; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #5f5f5f; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #5f5f5f; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(218, 218, 218, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #383838; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(53, 53, 53, 0.9); } + +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar .inline-toolbar { + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #2f2f2f, #1d1d1d) 1 0 1 0; } + .primary-toolbar .label:insensitive, + .primary-toolbar .toolbar .label:insensitive, + .primary-toolbar .inline-toolbar .label:insensitive { + color: rgba(218, 218, 218, 0.55); } + +.inline-toolbar { + background-color: #303030; + border-style: solid; + border-color: #292929; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #383838; + border-style: solid; + border-color: #292929; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #303030; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #252525; + color: #ded6d6; + background-color: #2f2f2f; } + .csd .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #ffffff; + background-color: #5f5f5f; + border-color: #85a06a; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #5f5f5f; + color: rgba(255, 255, 255, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #5f5f5f; + outline-color: rgba(143, 168, 118, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(143, 168, 118, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #5f5f5f; } + .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #2f2f2f; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { + background-color: #2f2f2f; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 3px 3px 0 0; + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: inset 0 1px #373737; } + .csd .titlebar { + background-color: #2f2f2f; } + .titlebar:backdrop { + color: rgba(222, 214, 214, 0.7); + background-color: #333333; } + .csd .titlebar:backdrop { + background-color: #333333; } + .maximized .titlebar { + background-color: #2f2f2f; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #333333; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, +.primary-toolbar .toolbar .separator, +.primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(222, 214, 214, 0) 25%, rgba(222, 214, 214, 0.35) 25%, rgba(222, 214, 214, 0.35) 75%, rgba(222, 214, 214, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: #ded6d6; + border-color: #5f5f5f; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-clip: padding-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: rgba(222, 214, 214, 0.85); } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #5f5f5f; + color: #ffffff; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #5f5f5f; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #a45b33); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #aa3a34); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } +.primary-toolbar .button, .header-bar .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + outline-offset: -3px; + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5f5f5f; + background-clip: padding-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:insensitive > GtkLabel, + .primary-toolbar .toolbar .button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(143, 168, 118, 0.65); + background-color: rgba(143, 168, 118, 0.65); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + border-radius: 3px; + border-style: solid; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover, + .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active, + .header-bar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked, + .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5f5f5f; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +.primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, +.primary-toolbar .button.suggested-action:backdrop, +.header-bar .button.suggested-action:backdrop { + opacity: 0.8; } +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, +.primary-toolbar .button.destructive-action:backdrop, +.header-bar .button.destructive-action:backdrop { + opacity: 0.8; } +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #ffffff; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(255, 255, 255, 0.4); } +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: #ded6d6; } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(222, 214, 214, 0.25); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(222, 214, 214, 0.7); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(222, 214, 214, 0.4); } +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: #ded6d6; + border-color: #5f5f5f; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.4)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.3)); } +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, #494949); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, #555555); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #5f5f5f); + border-color: #5f5f5f; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #414141); + border-color: rgba(16, 16, 16, 0.7); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(218, 218, 218, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #c7d4bb; + border-top-color: rgba(218, 218, 218, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(218, 218, 218, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #bccbad; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #b5c1a8; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #8d8d8d; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #DADADA; } + GtkTreeView.view.expander:selected { + color: #dde5d6; } + GtkTreeView.view.expander:selected:hover { + color: #ffffff; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #ffffff; + border-radius: 3px; + background-image: linear-gradient(to bottom, #5f5f5f); } + GtkTreeView.view.progressbar:selected { + color: #5f5f5f; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #DADADA; + background-image: linear-gradient(to bottom, #292929); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #bbbbbb; + background-color: #353535; } + column-header .button:hover { + color: #5f5f5f; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #DADADA; + transition: none; } +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #5f5f5f; + box-shadow: inset 1px 1px 0 1px #5f5f5f, inset -1px 0 0 1px #5f5f5f, inset 1px 1px #404040, inset -1px 0 #404040; } + +column-header .button, column-header .button:hover, column-header .button:active { + font-weight: bold; + padding: 3px 6px; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #292929; + /*border-image: linear-gradient(to bottom, + transparentize(if($variant == 'light', black, white), 1) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 80%, + transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ } + column-header .button:active, column-header .button:hover { + background-color: #3d3d3d; } + column-header .button:active:hover { + color: #DADADA; } + column-header .button:insensitive { + border-color: #383838; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #2f2f2f; + color: #ded6d6; } + .menubar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + .menubar > .menuitem:hover { + background-color: #5f5f5f; + color: #ffffff; } + .menubar > .menuitem:insensitive { + color: rgba(222, 214, 214, 0.4); + border-color: transparent; } + +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #383838; + border: 1px solid #292929; } + .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + .menu .menuitem { + padding: 5px; } + .menu .menuitem:hover { + color: #DADADA; + background-color: rgba(255, 255, 255, 0.06); + border: solid rgba(255, 255, 255, 0.11); + border-width: 1px 0 1px 0; } + .menu .menuitem:insensitive { + color: rgba(218, 218, 218, 0.55); } + .menu .menuitem.separator { + color: rgba(64, 64, 64, 0); } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #4f4f4f; } + .menu.button.bottom { + border-top: 1px solid #4f4f4f; } + .menu.button:hover { + background-color: #4f4f4f; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #1c1c1c; + border-radius: 3px; + background-clip: border-box; + background-color: #383838; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(64, 64, 64, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #404040; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #292929; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #383838; } + .notebook.header.frame { + border: 0px solid #292929; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #292929; } + .notebook.header.bottom { + box-shadow: inset 0 1px #292929; } + .notebook.header.right { + box-shadow: inset 1px 0 #292929; } + .notebook.header.left { + box-shadow: inset -1px 0 #292929; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #404040, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #404040; + box-shadow: inset 0 -1px #404040, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #404040, inset -1px 0 #292929; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #404040; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(218, 218, 218, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(218, 218, 218, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #DADADA; } + .notebook tab .button { + padding: 0; + color: #a1a1a1; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #5f5f5f; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(218, 218, 218, 0.55); } + .notebook.arrow:hover { + color: rgba(218, 218, 218, 0.775); } + .notebook.arrow:active { + color: #DADADA; } + .notebook.arrow:insensitive { + color: rgba(218, 218, 218, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: darkgray; + border: 1px solid rgba(0, 0, 0, 0.3); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #3d3d3d; + border: 1px none #292929; } + .scrollbar .slider { + background-color: #797979; } + .scrollbar .slider:hover { + background-color: dimgray; } + .scrollbar .slider:prelight:active { + background-color: #5f5f5f; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #292929 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #3d3d3d; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough, +.primary-toolbar .toolbar GtkSwitch.trough, +.primary-toolbar .inline-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active, +.primary-toolbar .toolbar GtkSwitch.trough:active, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(218, 218, 218, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, #454545); + border: 1px solid #242424; + border-radius: 50%; + box-shadow: none; } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #3c3c3c); + border-color: rgba(36, 36, 36, 0.8); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #5f5f5f); + border-color: #5f5f5f; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #353535); + border-color: #5f5f5f; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #5f5f5f); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #5f5f5f); + border-color: #5f5f5f; } + .list-row:selected .scale.slider, GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #eef2ea); + border-color: #eef2ea; } + .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #c7d4bb); + border-color: #c7d4bb; } + .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #cdd8c1); + border-color: #cdd8c1; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #2b2b2b); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #5f5f5f); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(143, 168, 118, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(43, 43, 43, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #474747); + outline-color: rgba(195, 195, 195, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #5f5f5f); } + .list-row:selected .scale.trough, GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #cdd8c1); } + .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(218, 218, 218, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #5f5f5f; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #5f5f5f; } + .list-row:selected .progressbar, GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #5f5f5f; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #2b2b2b; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } +.level-bar.fill-block { + border: 1px solid #5f5f5f; + background-color: #5f5f5f; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: #404040; + border-color: #404040; } + +.frame { + border: 1px solid #292929; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #404040; + border-color: #292929; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(255, 255, 255, 0.03); } +.list-row.activatable:active { + color: #DADADA; } +.list-row.activatable:selected:active { + color: #ffffff; } +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #81976a; } +.list-row.activatable:selected:insensitive { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(143, 168, 118, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #C3C3C3; + background-color: #353535; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #1c1c1c; } + .app-notification .button, + .app-notification.frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(143, 168, 118, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5f5f5f; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: white; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #DADADA; + border: 1px solid #292929; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #5f5f5f; + color: #ffffff; + border-radius: 1.5px; } + GtkCalendar.header { + color: #DADADA; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(218, 218, 218, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #DADADA; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(218, 218, 218, 0.55); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #DADADA; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #2f2f2f; + border-bottom: 1px solid #1d1d1d; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +GtkFileChooserDialog .search-bar { + background-color: #383838; + border-color: #292929; + box-shadow: none; } +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #292929; } + +.sidebar, .sidebar .view { + border: none; + background-color: #383838; } + +GtkSidebarRow.list-row { + padding: 0px; } +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #5f5f5f; } +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #1f1f1f; } +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(218, 218, 218, 0.8); + border-width: 0; + border-style: solid; } +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #292929; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-repeat: no-repeat; + background-position: center; } + GtkPaned.wide.vertical .pane-separator { + color: #DADADA; + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-repeat: no-repeat; + background-position: center; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #5f5f5f; + color: #ffffff; } + +.warning, +.error { + background-color: #F04A50; } + +.list-row:selected .button, GtkInfoBar .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #5f5f5f; + outline-color: rgba(143, 168, 118, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(143, 168, 118, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } + +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } +GtkColorSwatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + GtkColorSwatch#add-color-button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #404040; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } +.undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } +.undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } +.undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +.window-frame { + border-radius: 3px 3px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px #1d1d1d, 0 8px 8px 0 rgba(0, 0, 0, 0.35); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 3px 3px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #1f1f1f; } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #2f2f2f; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding: 8px 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(47, 47, 47, 0); } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5f5f5f; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.close, + .titlebar .button.titlebutton.maximize, + .titlebar .button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } + .header-bar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.close:hover, + .titlebar .button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } + .header-bar .button.titlebutton.close:active, + .titlebar .button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max-dark.png"), url("assets/titlebutton-max-dark@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop-dark.png"), url("assets/titlebutton-max-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover-dark.png"), url("assets/titlebutton-max-hover-dark@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active-dark.png"), url("assets/titlebutton-max-active-dark@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min-dark.png"), url("assets/titlebutton-min-dark@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop-dark.png"), url("assets/titlebutton-min-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover-dark.png"), url("assets/titlebutton-min-hover-dark@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active-dark.png"), url("assets/titlebutton-min-active-dark@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #5f5f5f; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #252525, inset 0 -1px #292929; } + +GtkHTML { + background-color: #404040; + color: #DADADA; } + GtkHTML:active { + color: #ffffff; + background-color: #5f5f5f; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalScreen { + -TerminalScreen-background-darkness: 0.9; + background-color: #3f3f3f; + color: #fff; } + +TerminalScreenContainer .scrollbar:not(.slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #a1a1a1; } + TerminalWindow .notebook tab .button:hover { + color: #DADADA; + border-color: #292929; + background-color: #454545; } +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #5f5f5f; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #DADADA; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #898989; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #e9eee4; } + +NautilusNotebook.notebook { + background-color: #404040; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #404040; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(218, 218, 218, 0.5); + border-color: rgba(193, 193, 193, 0.5); } + .disk-space-display.used { + background-color: rgba(143, 168, 118, 0.8); + border-color: rgba(95, 95, 95, 0.8); } + .disk-space-display.free { + background-color: #303030; + border-color: #171717; } + +NautilusListView .view { + border-bottom: 1px solid #292929; } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; + -NemoPlacesTreeView-disk-full-fg-color: #5f5f5f; } + +NemoWindow EelEditableLabel.entry { + transition: none; } +NemoWindow .sidebar .frame { + border-width: 0; } +NemoWindow .sidebar .cell { + padding: 0 2px; } +NemoWindow .sidebar .scrollbar.vertical .trough { + background-color: transparent; } +NemoWindow .sidebar .scrollbar.vertical .slider { + background-color: #797979; } + NemoWindow .sidebar .scrollbar.vertical .slider:hover { + background-color: #585858; } +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #292929; } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5f5f5f; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } + +.gedit-headerbar-paned { + color: #252525; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #404040; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #ffffff; + background-color: #5f5f5f; } + +.open-document-selector-name-label { + color: #DADADA; } + +.open-document-selector-path-label { + color: #8d8d8d; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } +.gedit-document-panel .prelight-row .button { + color: #a1a1a1; } +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #ffffff; } +.gedit-document-panel .prelight-row .button:active { + color: #DADADA; } + +.gedit-document-panel-dragged-row { + border: 1px solid #292929; + background-color: #1f1f1f; + color: #DADADA; } + +GeditStatusbar { + border-top: 1px solid #292929; + background-color: #383838; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #292929; } + +.gedit-search-entry-occurrences-tag { + color: rgba(218, 218, 218, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: #3d3d3d; + padding: 6px; + border-color: #292929; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #DADADA; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: #ded6d6; + border-color: #5f5f5f; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: #ded6d6; + border-color: #5f5f5f; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #404040; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #383838; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #C3C3C3; + background-image: none; + background-color: #353535; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #404040; + color: #DADADA; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #404040; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #DADADA; } + +.xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(141, 141, 141, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive { + color: rgba(222, 214, 214, 0.6); } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #5f5f5f; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(218, 218, 218, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #c2d0b4; } + +.documents-entry-tag { + background-color: #5f5f5f; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #ffffff; + background-color: #99b082; } + .documents-entry-tag:active { + color: #ffffff; + background-color: #85a06a; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(255, 255, 255, 0.7); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #5f5f5f; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #C3C3C3; + background-image: linear-gradient(to bottom, #292929); } + +.gnome-panel-menu-bar.menubar { + color: #C3C3C3; + font: bold; } + +.gnome-panel-menu-bar.menubar .menu { + font: regular; } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #C3C3C3; } + +PanelApplet .button:hover { + color: #dddddd; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #5f5f5f; } + +PanelApplet:hover { + color: #ffffff; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #5f5f5f; } + +WnckPager { + color: #626262; } + WnckPager:selected { + color: #5f5f5f; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #C3C3C3; + font: bold; } + +.xfce4-panel.panel { + background-color: #292929; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #C3C3C3; + background-color: rgba(41, 41, 41, 0); + border-radius: 0; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #434343; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #5f5f5f; + border: none; + background-color: #171717; } + +.floating-bar { + background-color: #5f5f5f; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #5f5f5f; + outline-color: transparent; } +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: #ded6d6; + border-color: #5f5f5f; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #5f5f5f; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(255, 255, 255, 0.05); + border: solid rgba(255, 255, 255, 0.07); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(218, 218, 218, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #DADADA; } + +.cs-header { + padding: 6px; + background-color: #353535; } + +#panel_window { + background-color: #292929; + color: #C3C3C3; + font: bold; + box-shadow: inset 0 -1px #171717; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #C3C3C3; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(195, 195, 195, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #DADADA; } + +#content_frame { + padding-bottom: 14px; + background-color: #383838; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame .button { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + #content_frame .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + #content_frame .button:active, #content_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #5f5f5f; } + #content_frame .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #2f2f2f; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #252525; } + +#buttonbox_frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + #buttonbox_frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5f5f5f; } + #buttonbox_frame .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +#login_window #user_combobox { + color: #DADADA; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #252525; } + +NemoWindow GtkEventBox { + background-color: #383838; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog .sidebar, +NautilusWindow .sidebar, +NemoWindow .sidebar { + border-right: 1px solid #282828; } +GtkFileChooserDialog .sidebar:dir(rtl), +NautilusWindow .sidebar:dir(rtl), +NemoWindow .sidebar:dir(rtl) { + border-left: 1px solid #282828; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + -gtk-icon-style: regular; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #353535; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #5f5f5f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #4f4f4f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #C3C3C3; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(195, 195, 195, 0.6); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(195, 195, 195, 0.15); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + color: transparent; } +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #353535; } +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #C3C3C3; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5f5f5f; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #353535; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #C3C3C3; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(195, 195, 195, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #5f5f5f; + color: #ffffff; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #C3C3C3; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #353535; } + +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #282828; } + +NautilusWindow NautilusWindowSlot { + background-color: #404040; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #353535; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #383838; } +GtkFileChooserDialog .dialog-action-box { + background-color: #383838; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #C3C3C3; + border-color: transparent; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: #0f0f0f; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #C3C3C3; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #252525; } +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #282828; } +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #292929; } + +.gedit-bottom-panel-paned { + background-color: #404040; } + +.gedit-document-panel { + background-color: #353535; } + .maximized .gedit-document-panel { + background-color: #353535; } + .gedit-document-panel .list-row { + color: #C3C3C3; } + .gedit-document-panel .list-row { + background-color: rgba(195, 195, 195, 0); + border: solid rgba(195, 195, 195, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(195, 195, 195, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(195, 195, 195, 0.15); } + .gedit-document-panel .list-row:active { + color: #ffffff; + background-color: #5f5f5f; + border: solid #5f5f5f; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #ffffff; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #ffffff; + background-color: #5f5f5f; + border: solid #5f5f5f; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #C3C3C3; } + +GeditFileBrowserWidget { + background-color: #353535; } + .maximized GeditFileBrowserWidget { + background-color: #353535; } + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #232323; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #C3C3C3; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #5f5f5f; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5f5f5f; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #C3C3C3; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.4)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #ffffff; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, #5f5f5f); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e9e9e9; + border: 1px solid rgba(0, 0, 0, 0.3); } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(233, 233, 233, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f6f6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #5f5f5f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #DADADA; +@define-color theme_text_color #DADADA; +@define-color theme_bg_color #383838; +@define-color theme_base_color #404040; +@define-color theme_selected_bg_color #5f5f5f; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #DADADA; +@define-color text_color #DADADA; +@define-color bg_color #383838; +@define-color base_color #404040; +@define-color selected_bg_color #5f5f5f; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #3d3d3d; +@define-color insensitive_fg_color alpha(#dadada, 0.5); +@define-color insensitive_base_color #404040; +@define-color theme_unfocused_fg_color #DADADA; +@define-color theme_unfocused_text_color #DADADA; +@define-color theme_unfocused_bg_color #383838; +@define-color theme_unfocused_base_color #404040; +@define-color borders #292929; +@define-color unfocused_borders #292929; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #404040; +@define-color wm_title alpha(#ded6d6, 0.8); +@define-color wm_unfocused_title alpha(#ded6d6, 0.5); +@define-color wm_bg #2f2f2f; +@define-color wm_bg_unfocused #333333; +@define-color wm_highlight #373737; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5f5f5f; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/themes/Mint-Y-Dark-Majestic/gtk-3.0/thumbnail.png b/themes/Mint-Y-Dark-Majestic/gtk-3.0/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8573beec96a82d21683bb41ad78c46f1d6706f GIT binary patch literal 1506 zcmZ8fX;4#F6n-F8N^8|t0b55wtyT<>L^e^D0PiIs3lO#dAreSJ2$BE^yDXwC5+NW0 z3Q-A>DxwGhgdhO~l0b+U0(NXgi!jBdLEL9raqMIItGzS#o^$S;Z@%w*b4~@4vFk0q zw*UZOJs#&rfnz3ocbTt&U(Q?489125V@MbP=n#Lk!uSHNZQ^hg5&&fH0f2&&0Pr{b zRqzY|(vSe~A_f55&jEl{vZOEQFaVg=2NFX-H#av|S64?zM>{*aef#zykw^>%1A?HJ zmzRTs10{k`EJ+q$O)rx0gChLBeLUHMi2Q19DTtVkvll(4-p9^wIYBZmlr5I*ooc9Z6w{8%U! z?ut0stq{}keq?_H>QGXCEHi~lOuRfcSQUc@Axd_au0t3AOCu$>P4paRrd?F(VG^BI zJ0h3-tke!)=8+*1qfn|C(;EzWb$5N%DmO^tx2oF9E1SFf2Zq&}epx=vA1sp!%A18? z0AWA!kc)@U@w%k^vx%uiOlJ>FN)Zc7qGd{lht9>r5_|GPu>@Abuo5J&AX0*4RCDDR zjR0ZEaV7HcesK)`#?|ZOpuLt70H>vwQoV54(#BL5PmEqsmlBF2#9vb1 zsfk?`MC3MUR%asdZ|DZgqw!psT2UN{1HpqBKQAogOY$#k5?~3ToYMC3J9TU#NKUz_ zQ=ABgErQLh98^mah%k1dw;&9g(4_7wi7aYJKIrZ1?BSDI%z^^b<&y(tG#o_9?9|EA z0wE9z$-Q+~d<0KmUl<*(O_XVFO!VZ3VRI@I?a>|x)ZyGSiOiI6$Uiu~wBxR}nGa7u zOAOzv*5Rp|oq-n{ECc;+4mdLfr${2h>O;S!J zSKEK3j2i@t4bQx&P>+oaD*M{%t6GM;U?)Lbc(!avKRu;sNu%J?C|E-Du?sz#dsBvc z>h6Z@C;|kAMw5c5{+~a8K5gvW1h212ECK8HC^^2<7B1Ea@g#8FoY^-Uw%Ra1wXJTk z4c-qELLG^Vu|8fr-7P9yOjd{e~Q7uxBqeKA@+kyRhL@TBtM{5i(1$ zwMfyMHCIr#LA5i_1Y>K<*p&AhRX1_M%&%%`%Xfw5Wd!|b?DowCM{n*X22w0aR0gzM zp8CcD+17LhZC%ajD6=b5t@xNfEp2_$PL1{rCPZPawD+f7fj9#q4CRD|Zc%}QHpJve z-6W68<}ngfyrj6q_~p50%;h=b{ENkxPoDp=wD9NC9UDtE^Nlgvw@WMa?a55hE^kW+ zDgsY%7_*j|QMJk!LB(lOCTeRsWf8QX2o*g#I4b=2A^M{SGpDEL8*BByxRfe;5j@S(Ld9eo&qspZ@2wC?Qn+3DY6$h5?isD9q3;_?O;{;z#WIl~nfZl^Ds%qu^B*x{D> ztlgC%%Bt9=8q=)Io98^d|7!Gg$HLyt0TaYTw zjYZ|dclPM!#ys92sd{JihH>`Pp`U6_)_>W4W+SZ?YVa>KLvmlg>N$7*&4TOK}nK`ur#asX``0$a0TMWx)YJBT+8)NGE%g zQwYk%9qsIna^8PCa|;q4{&lnaNu9SRSEYo4A{EL5X@%_GZ?8X hAfCrhV%ZB|G8Rw3;R~1740^&%03Ia!wfV#p{sWqnnd$%l literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/index.theme b/themes/Mint-Y-Dark-Majestic/index.theme new file mode 100644 index 0000000..3f9ff81 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Mint-Y-Dark-Majestic +Comment=A dark flat theme with transparent elements +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Mint-Y-Dark-Majestic +MetacityTheme=Mint-Y-Dark-Majestic +IconTheme=Mint-Y +CursorTheme=DMZ-Black +ButtonLayout=menu:minimize,maximize,close diff --git a/themes/Mint-Y-Dark-Majestic/metacity-1/button-bg.svg b/themes/Mint-Y-Dark-Majestic/metacity-1/button-bg.svg new file mode 100644 index 0000000..1f225b5 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/metacity-1/button-bg.svg @@ -0,0 +1,105 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/metacity-1/button-border.svg b/themes/Mint-Y-Dark-Majestic/metacity-1/button-border.svg new file mode 100644 index 0000000..a1ab948 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/metacity-1/button-border.svg @@ -0,0 +1,107 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/metacity-1/close-icon.svg b/themes/Mint-Y-Dark-Majestic/metacity-1/close-icon.svg new file mode 100644 index 0000000..312fa9e --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/metacity-1/close-icon.svg @@ -0,0 +1,104 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/metacity-1/max-icon.svg b/themes/Mint-Y-Dark-Majestic/metacity-1/max-icon.svg new file mode 100644 index 0000000..6b80028 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/metacity-1/max-icon.svg @@ -0,0 +1,75 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/metacity-1/metacity-theme-2.xml b/themes/Mint-Y-Dark-Majestic/metacity-1/metacity-theme-2.xml new file mode 100644 index 0000000..03f75da --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/metacity-1/metacity-theme-2.xml @@ -0,0 +1,768 @@ + + + + Arc + horst3180 + horst3180 + 2015 + Arc Metacity theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</draw_ops> + +<draw_ops name="title_unfocused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused"/> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Dark-Majestic/metacity-1/metacity-theme-3.xml b/themes/Mint-Y-Dark-Majestic/metacity-1/metacity-theme-3.xml new file mode 100644 index 0000000..0251102 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/metacity-1/metacity-theme-3.xml @@ -0,0 +1,1026 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Arc</name> + <author>horst3180</author> + <copyright>horst3180</copyright> + <date>2015</date> + <description>Arc Metacity theme</description> +</info> + +<!-- meaningfull constants --> + +<constant name="C_title_focused" value="#d7cfcf" /> +<constant name="C_title_unfocused" value="#d7cfcf" /> + +<constant name="C_wm_bg_focused" value="#2f2f2f" /> +<constant name="C_wm_bg_unfocused" value="#2f2f2f" /> + +<constant name="C_wm_border" value="#2f2f2f" /> + +<constant name="C_wm_highlight" value="#373737" /> + +<!-- window button colors --> + +<!-- close --> +<constant name="C_button_close_bg_focused" value="gtk:custom(selected_bg_color,#5f5f5f)" /> +<constant name="C_button_close_bg_hover" value="shade/gtk:custom(selected_bg_color,#5f5f5f)/1.14" /> +<constant name="C_button_close_bg_active" value="shade/gtk:custom(selected_bg_color,#5f5f5f)/0.8" /> + +<constant name="C_icon_close_bg" value="#2f2f2f" /> + +<!-- minimize, maximize --> +<constant name="C_button_bg_hover" value="#4C4C4C" /> +<constant name="C_button_bg_active" value="#949494" /> + +<constant name="C_button_border_hover" value="#262626" /> + +<constant name="C_icon_bg_focused" value="#909090" /> +<constant name="C_icon_bg_unfocused" value="#666666" /> +<constant name="C_icon_bg_hover" value="#C4C4C4" /> +<constant name="C_icon_bg_active" value="#ffffff" /> + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="10" right="10" top="3" bottom="3"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="button_width" value="30"/> + <distance name="button_height" value="16"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="title_vertical_pad" value="2"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="left_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="1" rounded_top_right="1"> + <distance name="title_vertical_pad" value="7"/> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> + <border name="title_border" left="10" right="10" top="0" bottom="1"/> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> +</frame_geometry> + +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="title_vertical_pad" value="1" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<!--chromium save dialog--> +<frame_geometry name="attached" title_scale="small" has_title="false" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" rounded_bottom_left="0" rounded_bottom_right="0" parent="normal"> + <distance name="title_vertical_pad" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> +</frame_geometry> + +<!-- drawing operations --> + + <!-- title --> + +<draw_ops name="title_focused"> + + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_focused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_unfocused" /> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_max"> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="borderless"/> + <frame focus="no" state="maximized" style="borderless"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="attached_style_set"> + <frame focus="yes" state="normal" resize="both" style="attached_focused"/> + <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> +<window version=">= 3.2" type="attached" style_set="attached_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Dark-Majestic/metacity-1/min-icon.svg b/themes/Mint-Y-Dark-Majestic/metacity-1/min-icon.svg new file mode 100644 index 0000000..92920b5 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/metacity-1/min-icon.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="min-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#e2e2e2" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="22.627417" + inkscape:cx="6.164106" + inkscape:cy="8.4082271" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-min" + inkscape:label="#g6247" + transform="translate(-587,185.63782)"><g + id="g7138" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"><g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-75"><g + id="g4092-0-7-0" + style="display:inline" + transform="translate(58,0)" /></g><path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-3" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /></g><rect + y="-185.63782" + x="587" + height="16" + width="16" + id="rect17883-32" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/metacity-1/thumbnail.png b/themes/Mint-Y-Dark-Majestic/metacity-1/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..e1f72e4da5ebda9ef385a508455f830731839b62 GIT binary patch literal 685 zcmeAS@N?(olHy`uVBq!ia0vp^DL|~i!3-oXf7O)%QY`6?zK#qG8~eHcB(j1elRbib z85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP-13)Pl&6zxw)~0^@0Tp z^!4?13`{Jn&C<)l+vep>-Bj5+FE_0$JUGU4%EpRWJ8FVsJ!fvOnYyuZ>c$ESD>Fkw z!@|PC2@@vN*47#t8APV~&D>rco$ha7V31ZC);>Qkr8qP^$tNP&Cm}DWq@={i$S5x_ zFR36TJ~t>V$$RFu>c|w|)RM4>6yLhKx{Qj5DH|%xElq=>JzD4H{{R19;@g&eKu0nr zdAqw9Ib8BN0pzfkc>21sKVaeGRnk5q>GKFE^v2W0F~sBe+bcKunhXS314`B~1#NJ+ zTX5gC@aO;e#Th+rLDQFnBwv!2lTw>G*>B;rrM6R7vHlAF&Bny`Q`YGf@9nafMZ%d? zAxA!cRXp1eCoD4MlR(q&jHfJz)kB;Y&G@`+O~CPgbMw|;_b)IEa8g=$Ld*G$ZPQ1V zWjhM)Da1VKoOtHh1f3<J)B3YGHwdM#Zz))K!t3X9(KU>JeCzbI9(!5z7ba~AVy@0t z^iBMJa7SFazDQ)u8($+Y<EHKq&PusQ7o+*yeK~%7pa1bogy!d{k2g!@Sr^~oHj<em zX}$dTqu>8`zv4|2XqI4kz!WjjFm$rMgF4XPswJ)wB`Jv|saDBFsX&Us$iUD{*T6*A z&?Lmr#LC#n%Gglbz|hLT;L)U;?I;>@^HVa@Dls(}LN#1`mF5Q2APKS|I6tkVJh3R1 jAw4fYH&wS7Xjy7raYla0d*=OiKt&9mu6{1-oD!M<zQ_J} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Majestic/xfce-notify-4.0/gtkrc b/themes/Mint-Y-Dark-Majestic/xfce-notify-4.0/gtkrc new file mode 100644 index 0000000..aa8a02c --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfce-notify-4.0/gtkrc @@ -0,0 +1,72 @@ +style "notify-window" { + XfceNotifyWindow::summary-bold = 1 + XfceNotifyWindow::border-color = "#17191F" + XfceNotifyWindow::border-color-hover = "#17191F" + XfceNotifyWindow::border-radius = 3.0 + XfceNotifyWindow::border-width = 1.0 + XfceNotifyWindow::border-width-hover = 1.0 + + bg[NORMAL] = "#292C36" +} + +style "notify-button" { + bg[NORMAL] = "#434652" + bg[PRELIGHT] = "#5C6070" + bg[ACTIVE] = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#ffffff" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + roundness = 2 + textstyle = 0 + } +} + +style "notify-text" { + GtkWidget::link-color = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#BAC3CF" + + engine "murrine" { + textstyle = 0 + } +} + +style "notify-summary" { + font_name = "Bold" +} + +style "notify-progressbar" { + GtkProgressBar::min-horizontal-bar-height = 4 + + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = "#000000" + bg[NORMAL] = "#5294E2" + bg[ACTIVE] = "#1D1F26" + bg[SELECTED] = "#5294E2" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + trough_shades = { 1.0, 1.0 } + trough_border_shades = { 1.0, 1.0 } + progressbarstyle = 0 + roundness = 2 + textstyle = 0 + } +} + +class "XfceNotifyWindow" style "notify-window" +widget "XfceNotifyWindow.*.summary" style "notify-summary" +widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button" +widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text" +widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar" +widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar" diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/bottom-active.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..938416f --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/bottom-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"1 3 2 1", +" c None", +". c #2F2F2F", +".", +".", +"."}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/bottom-inactive.xpm new file mode 120000 index 0000000..9f10639 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..1e2652f --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/bottom-left-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 0000000..d70de34 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..f08c031 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/bottom-right-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 0000000..d234cea --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/close-active.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/close-active.xpm new file mode 100644 index 0000000..864b7b7 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/close-active.xpm @@ -0,0 +1,66 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 36 1 ", +" c #2F2F2F", +". c gray19", +"X c #313230", +"o c #373737", +"O c #383B36", +"+ c #3D3F3B", +"@ c #3E403C", +"# c #3E413C", +"$ c #535D49", +"% c #56624B", +"& c #58634C", +"* c #59654E", +"= c #5F6D52", +"- c #606E52", +"; c #61675A", +": c #62685B", +"> c #627054", +", c #647355", +"< c #657456", +"1 c #677757", +"2 c #737A6B", +"3 c #747B6C", +"4 c #80827F", +"5 c #81857C", +"6 c #82847F", +"7 c #8B987E", +"8 c #8B987F", +"9 c #94AC7D", +"0 c #95AC7D", +"q c #96AE7D", +"w c #95B178", +"e c #99B77B", +"r c #99B67D", +"t c #9AB87C", +"y c #818280", +"u c #838680", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" . ", +" #35y453# ", +" :u70rr075:. ", +" :u0rttttt05: ", +" O#50twttttwt0u@ ", +" X3utt.*te*.tt72 ", +" 59rt< %* >et05 ", +" 5tttt> -teer4 ", +" 5rree&. $ertr4 ", +" .50re* << *et05 ", +" .37ttO1tt<Oet72 ", +" .#50tttttttt04+ ", +" :50ttttte05: ", +" :470rr074:. ", +" #25u453@. ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/close-inactive.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..0e4e39d --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/close-inactive.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *close_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c gray22", +"O c #3E3E3E", +"+ c #515151", +"@ c #555555", +"# c #585858", +"$ c #5F5F5F", +"% c #606060", +"& c #646464", +"* c #727272", +"= c gray51", +"- c #888888", +"; c gray56", +": c #909090", +"> c gray58", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" .X X.. ", +" O**==**O ", +" %=-:>>:-=% ", +" %=:>>>>>>;=% ", +" +=:>:>>>>:>:=O ", +" *->>.#:>#.>>-* ", +" *:>>%.@@ $:>:* ", +" =:>>>$ $>>>>- ", +" .=>>>>+. +:>>>= ", +" X*:>>@.&%.@>>:= ", +" *->>o&>>&o>:-* ", +" O=:>>>>>>>>;=O ", +" $=;>>>>>>:=% ", +" $=-;:>:-=$ ", +" O**==**O ", +" ..X . X. ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/close-prelight.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..c319b10 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/close-prelight.xpm @@ -0,0 +1,68 @@ +/* XPM */ +static char *close_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 38 1 ", +" c #2F2F2F", +". c #303130", +"X c #313230", +"o c #373737", +"O c #383C34", +"+ c #3E413B", +"@ c #3E423B", +"# c #536244", +"$ c #576846", +"% c #586847", +"& c #5B6D49", +"* c #5F734C", +"= c #60754C", +"- c #62774D", +"; c #647A4E", +": c #657B4F", +"> c #616A56", +", c #626B58", +"< c #626C58", +"1 c #677E50", +"2 c #737E68", +"3 c #747E69", +"4 c #747F69", +"5 c #81877A", +"6 c #80827F", +"7 c #82857E", +"8 c #82877E", +"9 c #81887A", +"0 c #83887E", +"q c #8B9E78", +"w c #8B9E79", +"e c #94BD6B", +"r c #94B772", +"t c #95B772", +"y c #95B971", +"u c #96BA72", +"i c #99C36F", +"p c #9AC66E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @496654@ ", +" <7qtiitq7, ", +" <0yppppppy7, ", +" .+7ypeppppepy7@ ", +" 3qppX%pp&Xppq3 ", +" 9rpp; %% *ppt5 ", +" .6ippp- *pppp6 ", +" 7ippp$. #ipii0. ", +" 9rpp% ;;X$pir7. ", +" 3qppO1pp1Opiq3 ", +" +7yppppppppy0O ", +" >0yppppppy0< ", +" ,7qriitq0> ", +" @396653O ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/close-pressed.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..b15992a --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/close-pressed.xpm @@ -0,0 +1,69 @@ +/* XPM */ +static char *close_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 39 1 ", +" c #2F2F2F", +". c gray19", +"X c #303130", +"o c #373737", +"O c #353832", +"+ c #3A3D37", +"@ c #3B3E39", +"# c #3C3D39", +"$ c #46523A", +"% c #49553B", +"& c #4A573C", +"* c #4B593D", +"= c #4F5E3E", +"- c #50603F", +"; c #585F50", +": c #526340", +"> c #536541", +", c #5A6152", +"< c #6A7261", +"1 c #6A7361", +"2 c #6A7362", +"3 c #70904F", +"4 c #739551", +"5 c #749651", +"6 c #759553", +"7 c #759554", +"8 c #759654", +"9 c #76925A", +"0 c #77925A", +"q c #77915C", +"w c #77925C", +"e c #7B896C", +"r c #7B8A6C", +"t c #7B8075", +"y c #7B8176", +"u c #7F827B", +"i c #7F817C", +"p c #7F807D", +"a c #7F817E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @2tppt2@ ", +" ,prw889ep; ", +" ,u05555559p; ", +" ... $a854555535wu$ ", +" ... 2r84 *35*X58r< ", +" .. <w84-X%%X-5882 ", +" ..op8855- =558wa ", +" 2w855%X $4458a ", +" Xtw85%X-> &559yX ", +" 2r55O>55>O53e2 ", +" @p9555555559u+ ", +" ;2w555558wp, ", +" o,atq77qtp; ", +" ..o.#<p<222# ", +" .....o oooo ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/hide-active.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/hide-active.xpm new file mode 100644 index 0000000..79239a2 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/hide-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c #909090", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/hide-inactive.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..0bfa3d3 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/hide-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c gray40", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/hide-prelight.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/hide-prelight.xpm new file mode 100644 index 0000000..f1078f4 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/hide-prelight.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *hide_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXX.+$$$$$$$$$$+.XXXXX", +"XXXXX.#$$%%%%%%$## XXXXX", +"XXXXX.##$%%%%%%$$# XXXXX", +"XXXXX.+#$$$$$$$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/hide-pressed.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/hide-pressed.xpm new file mode 100644 index 0000000..9ad9302 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/hide-pressed.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *hide_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$==========$+.....", +".....o&==========%o.....", +"..... *==------=== .....", +"..... *==------==* .....", +".....o&==========%o.....", +".....+$==========$+.....", +".....o.&========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+o o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/left-active.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/left-active.xpm new file mode 100644 index 0000000..2103096 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/left-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/left-inactive.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/left-inactive.xpm new file mode 120000 index 0000000..ebcf490 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/maximize-active.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..3ee3f0b --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/maximize-active.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c gray43", +"O c #717171", +"+ c #747474", +"@ c gray49", +"# c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ... ", +" .O##@ ", +" ...O## ", +" .+...o# ", +" .#+. .o ", +" .##O... ", +" .@##O.. ", +" .. . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/maximize-inactive.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/maximize-inactive.xpm new file mode 100644 index 0000000..40dd986 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/maximize-inactive.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #535353", +"O c #565656", +"+ c #5B5B5B", +"@ c gray36", +"# c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" O##+ ", +" . .o## ", +" .O.. o# ", +" .#O. o ", +" .##o. . ", +" @##O. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/maximize-prelight.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/maximize-prelight.xpm new file mode 100644 index 0000000..b04d285 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/maximize-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *maximize_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #9A9A9A", +"* c #9D9D9D", +"= c #A0A0A0", +"- c #AEAEAE", +"; c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$%*;;-$#OoXXXXX", +"XXXXX.+$$$$%*;;$$+.XXXXX", +"XXXXX.##$=%$$*;$## XXXXX", +"XXXXX ##$;=%$$*$$# XXXXX", +"XXXXo.+#$;;*$$$$#+XXXXXX", +"XXXXXoO$$-;;*%$$#OoXXXXX", +"XXXXooX@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/maximize-pressed.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..2bf4b7f --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/maximize-pressed.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *maximize_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c #979797", +"; c #DADADA", +": c #DDDDDD", +"> c gray88", +", c #EAEAEA", +"< c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$====:<<,==$+.....", +".....o&===--:<<==%o.....", +"..... *==:-==;<=== .....", +"..... *==<>===:==* .....", +"....XO&=-<<;-====%o.....", +".....O#*=,<<:====$+.....", +".....o.*========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+O o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/menu-active.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/menu-active.xpm new file mode 100644 index 0000000..8bce888 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/menu-active.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #494949", +"O c gray33", +"+ c #5D5D5D", +"@ c #747474", +"# c #777777", +"$ c gray53", +"% c gray56", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+. +%+ ", +" O%%##%%O ", +" o$%%$o ", +" X##X ", +" . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..b0e1be3 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/menu-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #3E3E3E", +"O c #444444", +"+ c #494949", +"@ c #565656", +"# c #585858", +"$ c gray38", +"% c #656565", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+..+%+ ", +" O%%##%%O ", +" o$%%#O ", +" X@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/menu-prelight.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/menu-prelight.xpm new file mode 100644 index 0000000..51e419f --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/menu-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *menu_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #515151", +"& c #565656", +"* c #585858", +"= c #6C6C6C", +"- c gray48", +"; c #868686", +": c #A4A4A4", +"> c #B9B9B9", +", c #C3C3C3", +"< c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$%$$$$%$#OoXXXXX", +"XXXXX.+$;,;$$;,;$+.XXXXX", +"XXXXX.#$-,,::,,-## XXXXX", +"XXXXX #$$=><<>=$$# XXXXX", +"XXXXo.+#$$&::*$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..31c747f --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/menu-pressed.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *menu_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #565656", +"# c #7B7B7B", +"$ c gray50", +"% c #8E8E8E", +"& c gray58", +"* c #959595", +"= c gray62", +"- c #B1B1B1", +"; c gray74", +": c #C8C8C8", +"> c gray88", +", c gray89", +"< c gray96", +"1 c gray99", +"2 c #FEFEFE", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.@#%&#@.+.......", +"......+X$&&&&&&$X+......", +".....o.$&&&&&&&&$.o.....", +".....+@&&&&&&&&&&@+.....", +".....o$&:2:&&:2:&$O.....", +"..... %&;22,,22;&% .....", +"..... %&&-<22<-&&% .....", +".....o$&&&=,,=&&&#O.....", +".....+@%&&&&&&&&&@+.....", +".....o %&&&&&&&&$.o.....", +"......+X$&&&&&&$X+......", +".......+.@#%%#@.+.......", +"........o+o o+o........", +"..........X.............", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/right-active.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/right-active.xpm new file mode 100644 index 0000000..e8e87a9 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/right-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/right-inactive.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/right-inactive.xpm new file mode 120000 index 0000000..6734f48 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/shade-active.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/shade-active.xpm new file mode 100644 index 0000000..cf88acf --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/shade-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #606060", +"@ c #6F6F6F", +"# c #727272", +"$ c gray49", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X@#X ", +" o%*&%o ", +" O&****&O ", +" +&+**@*O ", +" .X ** X. ", +" ** ", +" ** ", +" .$$ ", +" .. ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..4826696 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/shade-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *shade_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #323232", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #535353", +"$ c #555555", +"% c #5B5B5B", +"& c gray36", +"* c #606060", +"= c #656565", +"- c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X$$X ", +" o*==%o ", +" O======O ", +" +=@==+=+ ", +" ...==... ", +" ==. ", +" == ", +" %% ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/shade-prelight.xpm new file mode 100644 index 0000000..58b0ad4 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/shade-prelight.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *shade_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #565656", +"* c #686868", +"= c gray46", +"- c #898989", +"; c gray55", +": c #9B9B9B", +"> c #9F9F9F", +", c gray68", +"< c #B6B6B6", +"1 c #C3C3C3", +"2 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$%:>%$$@.oXXXXX", +"XXXXXoO$$*<22<*$#OoXXXXX", +"XXXXX.+$=112221=$+.XXXXX", +"XXXXX.#$-1;22;1-## XXXXX", +"XXXXX ##$%$22$%$$# XXXXX", +"XXXXo.+#$$$22$$$#+XXXXXX", +"XXXXooO$$$$22$$$#OoXXXXX", +"XXXXoo.@$$$,,$$$+.XXXXXX", +"XXXXXXo.@$$$$$#@.oXXXXXX", +"XXXXXXXo O+##@O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/shade-toggled-active.xpm new file mode 100644 index 0000000..66fda1c --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #626262", +"@ c #6F6F6F", +"# c #727272", +"$ c #7E7E7E", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" .. ", +" $$ ", +" ** ", +" ** ", +" .X ** X. ", +" +*+**+&+ ", +" O*****&O ", +" o%*&%o ", +" .@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 0000000..b635912 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *shade_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #555555", +"$ c gray36", +"% c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" $$ ", +" %% ", +" %% ", +" . %% . ", +" @%@%%@%+ ", +" O%%%%%%O ", +" o$%%$o ", +" .##. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 0000000..c6bafc4 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #565656", +"& c #686868", +"* c gray46", +"= c #898989", +"- c gray55", +"; c #9B9B9B", +": c gray68", +"> c #AEAEAE", +", c #B6B6B6", +"< c gray76", +"1 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXoo.. XoXXXXXXXXX", +"XXXXXXXo.O@$#@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$>>$$$@.oXXXXX", +"XXXXXoO$$$$11$$$#OoXXXXX", +"XXXXX.+$$$$11$$$$+.XXXXX", +"XXXXX.#$$%$11$%$## XXXXX", +"XXXXX.##=1-<1-1=$# XXXXX", +"XXXXX.+#*<1<11<*#+XXXXXX", +"XXXXXoO$$&,<<,&$#OoXXXXX", +"XXXXXo.@$$#;>%$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/stick-active.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/stick-active.xpm new file mode 100644 index 0000000..368e639 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/stick-active.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #414141", +"O c #444444", +"+ c gray31", +"@ c #606060", +"# c gray38", +"$ c gray40", +"% c #676767", +"& c gray49", +"* c gray52", +"= c #898989", +"- c gray55", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X#&--&#X ", +" +=$O..O$=+ ", +" +*o o*+ ", +" X=o X=X ", +" #$ X$#. ", +" &o o& ", +" -X X= ", +" =X .= ", +" &o Xo& ", +" #$ $@ ", +" X=o o*X ", +" +*o . .X=+ ", +" +=$oXXo$*+. ", +" X#&==&@X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..7bb6c4e --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/stick-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #5B5B5B", +"* c gray36", +"= c #606060", +"- c #646464", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$&--&#X.. ", +" +=$o..o$=+. ", +" +=o. . .o*+ ", +" X=o o=X ", +" $$. .## ", +" *o. o& ", +" ..=. .o* ", +" =X ..=. ", +" *o .O*. ", +" #$ .%# ", +" X=o o*. ", +" +=o. . .o=+ ", +" .+-$o..o$=+. ", +" .$*=-&#.. ", +" . . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/stick-prelight.xpm new file mode 100644 index 0000000..1abf476 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/stick-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *stick_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray39", +"# c gray40", +"$ c #838383", +"% c #909090", +"& c gray67", +"* c #ACACAC", +"= c #B6B6B6", +"- c #BBBBBB", +"; c gray75", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o$*;;&$o ", +" #-%#++#%-# ", +" #=@OOOOOO@=# ", +" o-@OOOOOOOO#-o ", +" $%OOOOOOOOOO%$ ", +" *#OOOOOOOOOO#& ", +" ;+OOOOOOOOOOO- ", +" ;+OOOOOOOOOOO; ", +" &#OOOOOOOOOO#*. ", +" $%OOOOOOOOOO%$ ", +" o-@OOOOOOOO@-X ", +" #=@OOOOOO@=# ", +" #-%#++#%-@ ", +" o$&;;&$o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/stick-toggled-active.xpm new file mode 100644 index 0000000..64bba8a --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3A3A3A", +"O c #3E3E3E", +"+ c #414141", +"@ c #444444", +"# c gray31", +"$ c #606060", +"% c gray38", +"& c gray40", +"* c #676767", +"= c #6F6F6F", +"- c gray44", +"; c gray49", +": c gray52", +"> c #898989", +", c gray55", +"< c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X%;,,;%X ", +" #>&@..@&># ", +" #:+ +:# ", +" X>+ o-,>-+.O:o ", +" %& o><<<<:oX*% ", +" ;+ =<<<<<<- +; ", +" ,X ><<<<<<, .> ", +" >X ,<<<<<<> .> ", +" ;+ -<<<<<<-X+;. ", +" %& O><<<<>o &% ", +" X>+.o-,>=o +:X ", +" #:+ .O:# ", +" #>&+oX+&:# ", +" X%;>>;$X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 0000000..b2474de --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char *stick_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 16 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #555555", +"* c #5B5B5B", +"= c gray36", +"- c #606060", +"; c #646464", +": c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$*;;*#X.. ", +" +-$o..o$-+. ", +" +-o. . .o=+ ", +" X-o X%;;*o.o-X ", +" $$.X-::;:=X.$# ", +" =o.%;;:::;% o* ", +" ..-. -;::::;; X- ", +" -X ;::::::; .- ", +" *o %::;::;% o=. ", +" ##.O-;;;;-o.%# ", +" .X-o.o%;;%o.o-. ", +" +-o. . o=+ ", +" .+;$o..o%-+. ", +" .$=-;*#. ", +" . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 0000000..aa149ad --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray35", +"# c gray37", +"$ c gray39", +"% c gray40", +"& c #838383", +"* c #909090", +"= c gray61", +"- c gray67", +"; c #ACACAC", +": c #B6B6B6", +"> c #BBBBBB", +", c gray75", +"< c gray77", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o&;,,-&o ", +" %>*%++%*>% ", +" %:$OOOOOO$:% ", +" o>$O@=,,=#O%>o ", +" &*O@><<<<,@O*& ", +" -%O=<<<<<<=O%- ", +" ,+O,<<<<<<,OO, ", +" ,+O,<<<<<<>OO< ", +" -%O=<<<<<<=O%- ", +" &*O#,<<<<>@O*& ", +" o>$O@=>,=@O$>X ", +" %:$OOOOOO$:% ", +" %>*%++%*>$ ", +" o&-,,-&o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/themerc b/themes/Mint-Y-Dark-Majestic/xfwm4/themerc new file mode 100644 index 0000000..b333fc9 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/themerc @@ -0,0 +1,25 @@ +button_offset=7 +button_spacing=4 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +#button_layout=O|HMC + +active_text_color=#cfcfcf +#active_text_shadow_color=#e7e8eb +inactive_text_color=#bababa +#inactive_text_shadow_color=#e7e8eb + +#placement_ratio=20 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=50 + +show_frame_shadow=true +show_popup_shadow=true diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/title-1-active.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..f38cd33 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/title-1-inactive.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/title-2-active.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..782c921 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/title-2-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/title-2-inactive.xpm new file mode 120000 index 0000000..a37458a --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/title-3-active.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..39c0c2e --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/title-3-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/title-3-inactive.xpm new file mode 120000 index 0000000..66e6af7 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/title-4-active.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..19537cb --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/title-4-inactive.xpm new file mode 120000 index 0000000..069dba6 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/title-5-active.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..746f199 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/title-5-inactive.xpm new file mode 120000 index 0000000..dcc7946 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/top-left-active.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..31e0277 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/top-left-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +" ....", +".++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/top-left-inactive.xpm new file mode 120000 index 0000000..0517526 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/top-right-active.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..419b92c --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/top-right-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +".... ", +"++++.", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Dark-Majestic/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Dark-Majestic/xfwm4/top-right-inactive.xpm new file mode 120000 index 0000000..42cae62 --- /dev/null +++ b/themes/Mint-Y-Dark-Majestic/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/apps.rc b/themes/Mint-Y-Darker-Majestic/gtk-2.0/apps.rc new file mode 100644 index 0000000..8820077 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/gtk-2.0/apps.rc @@ -0,0 +1,45 @@ + +########### FILE MANAGERS ############## + +style "thunar-handle" { GtkPaned::handle-size = 2 } + +style "dark-sidebar" { + GtkTreeView::odd_row_color = @dark_sidebar_bg + GtkTreeView::even_row_color = @dark_sidebar_bg + + + base[NORMAL] = @dark_sidebar_bg + base[INSENSITIVE] = @dark_sidebar_bg + + text[NORMAL] = "#C3C3C3" + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color +} + +style "thunar-frame" { + xthickness = 0 + ythickness = 0 +} + +# Thunar +widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle" + +# Caja +widget_class "*CajaSidePane*" style "dark-sidebar" + + + +####### TERMINAL ################ + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#3f3f3f" + + TerminalScreen::background-darkness = 0.9 +} + +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-down-insens.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-down-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..3c82734ccecd0d46e1c7d6f772a939e3059f65db GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprS}m7sn8e z=;V&I-QQ9gnj^m7uxfj;;>NrP^$v#~=N$hM9%qeWAFr75Ev(GWdkSO9bKID@1N5fo z>X|RoR%7V+Tzqq(no7YD5yq_{EuRjYVOja4{~X8D_6>}AzGB_}8(vugEn)C<^>bP0 Hl+XkK$zewG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-down-prelight.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-down-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb9bd94e0d18ed91c0451a57a74266f6342080e GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Rlb*Djx8V882Y>n~X~?aQC{D;qezOk=otS~6|Zx185MuTMU9;DRvslJBMk4I;(g zW#0e1Y`yWh|M``EaVt1w|JXinjLIwRK6r+u$?oO6y>pEO%ozT}soERg&w2~Ag~8L+ K&t;ucLK6T`L{Jd` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-down-small-insens.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-down-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..8783904837669f08cc0a31ab41280df545c0e2dd GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdt@X7sn8e z=;VY0Y)P+^OcmEie7#|1pnOVunW+<(hJxg6p~t)vQ+oQk)^<<sUe($8`#i_hTL*+D q3tyI<KKoc#j$C<3mIi+dFN4Jm0q5_&4MjjR89ZJ6T-G@yGywnwBtJ+1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-down-small-prelight.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-down-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..7750dc1543aaeece3cc307f84830ec971edfd5a9 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;VY0Y*q8VRXIk!vps*H=iat?{;_O4Ja?;X<*Tg^IQ^Hbp7zD&t=aq98+(^Ea<1Ci txcGU-`TO%8*UmZdtn<s87h=sD7(+~?>h(SUJ_MS|;OXk;vd$@?2>{zUN6i2L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-down-small.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-down-small.png new file mode 100644 index 0000000000000000000000000000000000000000..0bf1768135edfeb9f295e277ab3c24f450db70de GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynTE)5S4_ zV`gukA=e=X5tsXQ#Z$I8DX4D{@|JGRF<VeE!L}=5Yg82n_v||k+PS&mclMikCO)6? z`Psn(`wQ=WOI#cKr{vt(*zG$RIU1JjFhAC^EK`di`>o0Ink!%Im}WSd<ldHRn7K;N z^$APN=}j?}??c-H^}3SS@3=l;vPteaSG}HL@<-?U-{<dIcYamW(ka&zTdtqjcc8>< Vsk_eNV4wpTJYD@<);T3K0RU!KYF_{V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-down.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-down.png new file mode 100644 index 0000000000000000000000000000000000000000..f57c15e5b5e341064a895700d786e0e817c57819 GIT binary patch literal 308 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=r)5S4_ zV`l7`g?vo`5^WFP+Z#z3OYGrU9@L?>>Z{7RM7FezQa9F|OV}R7(^AYRCbIs3!&k13 zb4S?ziQSl!U-ykKL?rz4&6JpFPeto9*M1K^Z_oY6D*c%X&*3NH8cVmG*|XR`mg9P9 zID?)`$%Ux()&h(cLV<~qVLo@uPMoo1m_O6sWeekn4Y}4Hm%sS_jq|cBl6lT|fcZnt x?Xrofk*o}h+>gzeE|A3e;F^i=1!jgHO#ab!Gxp@}lm$AT!PC{xWt~$(69DyLZ?pga literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-left-insens.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-left-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..27104c666092dc737b56d5b2aedc2306911f5052 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&OrE{-7_ z(a8x6%>mDDblkAwn5=82yG{KXx5_EW$-=jVAM>WDeRLB)Ug8?nG}R@Y!Ik-d4_g~U z<BUr))@1~1T%WFOWxme(oZzXmsqC74rR_!15sQ+OUNQ225NoRbCMf{4gTd3)&t;uc GLK6Ul(?eVU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-left-prelight.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-left-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..b85bd1237fb3fa048cec72cbe950eee5c281ffc9 GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt(a0E{-7_ zvdIYy&1~D=wc4IPa3=5Fy}7pkt8X>VDLXiCF_2~5a7M3lUbk(1)#Za;Ro|Fg)thGW z@a)}m_j*-bxw_NNS|{7%RsX(Daojm~kHXQrz5(x4zReT0J<phXNY$gB;j0nQ9tKZW KKbLh*2~7YoM^5Pg literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-left.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-left.png new file mode 100644 index 0000000000000000000000000000000000000000..b21197934425dcbea658e6e324ccdc5807c8c742 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9<lo-`Pk3747tNaSY*@ z>3hyF>reti+r#g_mDK{Qc2qX=G~Kk`5^zvD#gn5&r)kn%ZjNsZu~u80mF_Nao-VgQ zoP%+_U`)%0!|z2tO5acadF1XR3psYj4^MmcUl7==Q(bUQwsGl_y$q97W=bU2HL5>Y zyYBT{jq{&ZZvDnT!!s&0^ebb+nyu^!@8(p?KVq;fn6$<7@)n5$*|)#Rv_0JZyi$MC zwLp>BS<8Oz->cR2Xyg0e@()5Uy<=lYjr<jRz1HgI`EWjKYtshB$=*OuFnGH9xvX<a GXaWE})q8&c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-right-insens.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-right-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..85cba723e893c923eb77faca90182cf78f57eb49 GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&;*E{-7_ z(a9ZayL&lO(;6Bg*58<SV@rUUhWR<eb=GS3)1=k1g)WN*OP%6>dW_}BH<$E=nHQHS z%w%AkAUAu)yBkdbauce`Cp5*Bb-eoZVg{R7haZF5J+Zc!gHx9Q&1dj*^>bP0l+XkK DOIt<` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-right-prelight.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-right-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..ab6c74c66fb0c2068c57c64ea83467a6d00d735e GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-XRE{-7_ z(aA3=ukGE?*vrUNb*uW{_jhlewH56?UH$LtoL7R4Cy#yq^KRcYP3EWH{NDV$zgc{d zfuPD|ZSJIJU;n(dH1-rZlEb9=;z?^p-Nnr{Le?(o3=_On9r+sX{svmW;OXk;vd$@? F2>@9UPZt0H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-right.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-right.png new file mode 100644 index 0000000000000000000000000000000000000000..cf97804f087153224799ef63c023fe7716ec35a9 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!3-qTT-L4!Qq09po*^6@9Je3(KLE)UctjQh zm0t&8MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1S-0(?ST zfplnSXl`z9Y;0^&Qc`4OWMX1sbaZq?L<Eoo0-$(IObn0&0yq~a0ucm~(Q(N!aVcN{ zD6wYc!B0SQrAvbRf*IJ@xp_rIWn|-%^2%G<CobK&_tcqdPhbB2^Y60vt=m9l#-1*Y zAsn)-2iqAP3>X+T+?cJk_1FLTLgg9>XRBF1mzx;atZdeG@5z5PbKmCFlN*nTdi}BA W%*4cF_Nx`Box#)9&t;ucLK6Ueo@&tm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-up-insens.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-up-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..1be55d33d9e2f52417c3bc08a7e578f2519f9992 GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprUY37sn8e z=;Q>3=74`MdIIV=q?Hax28-Mlj(vEXTR5TnbnnY9PKHN+V#+3PJ)1FQ$GZ$}wzi7L zJKo*sVH0b6vEs(O2=$IO3HAlwB-&>DiqLOax$&LhR)#5?#cC#-_$&ij!QkoY=d#Wz Gp$P!6b4hUk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-up-prelight.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-up-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd78cc1107853897ca9b1ce1d5cb13b94174cfb GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Q>3W{a0I_FgpN;h3NxP^|c@{>)mB!W9lW<!3(5u)ipr{O`yduScw0OEw<M>HjG{ zn{7%L>!sg977|I*j{NCg*RY~rlQAp)oWN(LZL*13KEY>%8T=Q?o7;rVnGUpt!PC{x JWt~$(698|ENR9vi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-up-small-insens.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-up-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..7b5eb9edfd2834e817c1af920ad01319db5afd16 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;Q>3=7@JIS_0(QSTYhiy}I-IJo6J8I}O}g-KM&qI5y>o%fED%?jt*nT{-4qWZ=@} se)ZTc=ay5CuPB^a9J2Vd#0Ex&SN8lbT`mVr2b#*@>FVdQ&MBb@0MtuE4gdfE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-up-small-prelight.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-up-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0436d3245b0cf77e8fc67360b19c53d14c60cf97 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdvp{7sn8e z=;Q>3X3s@?t<^h>6&#q|&tIIk-&XyX#X_e4lGW3`*t|7+UwdQkvPMpwE4QzGUU|Bq xaiRbA=gI!!5i6cot`~Qy?XNyB%$CEz&>k)|>HPJp&w(a0c)I$ztaD0e0sut#Mk@dS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-up-small.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-up-small.png new file mode 100644 index 0000000000000000000000000000000000000000..511056f0a7db868ef612e4644304e24dc75d46a5 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynS_)5S4_ zV`gv9THYo@5!d(G&Ron21#24FSr3Z32w%zza*kkPf194jE5f-+*uc47?iF*>qZN~9 zPxk(C$kP0r<^1fmyVt#*_gAlK<2AnGbK(renomQsZGZKym{P=Ikh}IQgU^&8_4j)# z+>gz$Z79vol}z4a_?hc~($bP2Hl2;B&vJV{@-Zm3unXpTX!X`tGCCy~PhNeD=OWN; N44$rjF6*2UngCe6UH1S0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-up.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/arrow-up.png new file mode 100644 index 0000000000000000000000000000000000000000..f05766b76126161c3c5fe61303a55eb224c42e63 GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=%)5S4_ zV`gaoLasvr5^nqJ%Z(gaW*^*Uk>a^Q@(X7VxAgT^X`Qm&8xk(MU#LzzsHCJ8|7c&+ z`Gi|f|1CTC=hDN1Q|>R;XmoXc|MzIl<kHysDETc4OJyqG&u5sHD6wy|j`V-m%6a^A ziuD<S)9jc#S_S$y>9jKlXe_NdQ^RbazG$ssn!AfM!{%j~?}AS4^O*F6E8*;!>a|}v z8P;qy^S!LkaP&;!0mm&$i%v-dm-=U{?RP0j=n}K9S?Xjp>&~v<Krb+Oy85}Sb4q9e E075BtX#fBK literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/button-active.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..785016686f7187066d6d2eb14a299cd8ec3cb514 GIT binary patch literal 266 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>!2Ka=y z0_m+=w{G9QecQHeKoSBD95`?Y3@%-|1QdagmoH!Dd7h{R)WBO3<QL2!udr+Pp1u3` zANcX}r}2sNxj+dsPZ!4!iSXovu6^9h(JT@-p6zLF6z1c(^Zdb{aA}E(`-%rz1&=xN na)!BR$eJf4d}(WckjBWcfti_O=6N?opa~3~u6{1-oD!M<m#k#2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/button-hover.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..fab89f6d6c3f0d5765711d3916b090da91a4a8af GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0_k(-&Yg#W3l}Z`xlf-yg$Vrn_wWDz|Hs{rPY2ml666=mAg{1%_ny5Eejc@4I}<2q z>gnPbA`zaP&^3dTS(k|?Cv<mW!cJ!9<5?E@;mpj>^H^pW9I9BMc(6;vi;bs8?t?&% b7z4wi{u5Uo6jbT}4Pfwe^>bP0l+XkK*PdN< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/button-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1a6660f5a0640b5ef8f8f05eb55598ff70779158 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}2l#}z z0_l7A?%ltC{}C8G27|ZnKma20>-X>9fBrmCl|BMg%2g8N7tA29uxt08y$>GzWGR(P z0E(J<x;TbNgeNC-#jr95vq;?7b^gEsK6bWqwgvZIa`MEa3nU!mc)YNUMO$ggHfaNc fszc5Nn;00LF1_8GttoyNXaa+$tDnm{r-UW|K5%1| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/button.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/button.png new file mode 100644 index 0000000000000000000000000000000000000000..fd430a88350664f844751de897a324325f08f727 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0_k(-&Yg#W3l}Z`xlf)vfe8Hm^XJdszX|b^l|eR@1o;Is$SdsHy=U)(pGPg%&IAgY zdb&7<NQ5URbj{#o)@9<!3EiETu#=hjc$P(eI5YF}JeC;-hbmSm9_$kFV&mzN`yh}b b#=x+s|HPFC1(iBL0~kDA{an^LB{Ts5Z@pY? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..66b2b4817ec8d12a905ca42d45d479de7a62d03a GIT binary patch literal 338 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkWNTQh>eYnkB<j3fMi-)T2@w8Zf<UVetuzLVQFb;Sy@?6PtTMoQ*Pe8dGFr6XV0EJ zfByXK+qduEzyJI9@Bjb*&#Y{Z0~#b=666=mprKh)3sjB<m_7&G11gE}ba4!k2+!@0 z=4(*kVG-2m2y=CLS09ocw1MS&zS_&=sZxt{w?z0l88j#|#x5y{*1uEuK6F9-&Xkl! z%c@7*uRT0eh1TD{^i$_dX{N`Sx2KvebWhuVJ=M~<_o@7OSypf6AF*{ndl)=j{an^L HB{Ts5g-3(E literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/checkbox-checked.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..abb54e5a8a60fc63f453dd38be3160ed2353941b GIT binary patch literal 353 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkdBLsOGrqFM+M2r$*HNSX=!Qc>FHTnSp@|JWo2bRgKBDO>g(%!dU~c#oqFxswd>cf z-?(w({{8z89z1yQ;>F9CFW<g>`|jPlKY#xG{rmU-|NkXI3-$r+U@r;s3uf^2@_zLA zNwoQz6(H+9T^vIs!gJ5x7HSX>Xh`hbHsR7wg?s;Xjh)*r)^ERm=3G-i;9ZBFBzBQW z9n2@Z8htG{Ts<TIL2N<v8(n6Oz1;@Y50=}S*|$&qw<+xOm#(TaGv>>RJQ4U^ZROVz c^7MK9>y_-8Z(AFzfp#%?y85}Sb4q9e0Qk0(l>h($ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e1b6d89ba3e2070eb6be58334c194ef993c186 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xHr9@Ck7R z(r3<`IeYf(xpU`!|Ni~=?_VH!{``3$7YHs~xBwyl|Nmb&*AJwNuO!GXm_b8RtGKwN zx~8_auBWGR_q8yfjG?ECV+codazX>+v3bT01u+ec#^3b>VsaB6?Br%+Uvd7yC)SJM kY6b@H86&Hr7~gR*SXufne7Ew&CZJ{pPgg&ebxsLQ0OLMnVE_OC literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..a98d3d3938a1012658e2e85f9730e949eac15b90 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQp(uT^vI! zdf!gk%X`Ry$8Em9IaBHpwh(jH?gc$8vki_$a&32D@hP;wFh^;YM_<P0P`!QM-yHgo z&Z2OvLTsXTfk{zub}o<N9masG>F0iaG+cJgYUL}Q2fGVD+~dEtd2aFY)NM|yH^pw? zu48#0bSkB_>O1S-sjewLns?1~>=>r={{33RSd-xM{BzJdkdGNWUHx3vIVCg!0Bj^) AOaK4? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-button-active-rtl.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-button-active-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..47b91b76b7fcf51df43687e0fdb7244f2651b7ec GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!Hk~ty{MvfkTH50eP1$T>_GqFJGQ~Sf>+YO-YbnFoV3p?mc@C{QP<N!gP?^G(BA$ zLnOkJ6N=_@vI<K?7>79?WMTWJ$1+>^m`qwuiv1>qpK~wD$f+^>wwuj-J#Xf5pe6=S LS3j3^P6<r_pUYF6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-button-active.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b821b111b582236f40e4546429555a4cbe1276d0 GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS<N|y` zT!Hk~ty{Nk+qQlC_QQt{A31Ua$N+*%mo8nteEHw|#ovJ{*h_-^f*Is@?SAm!CyVT> zGe99tPZ!4!3CU!Q_9i1|wzg9<1q_rW4$iyTc4VHN&rOfIIS-E<VBi;aWn++i+tGCN Sbg&~(6N9I#pUXO@geCx3O;dmX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..f2787a190b0e80a8f97a580b159b2c72cec4b6ba GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!Hkxd-v|&zyIjbqsL(I?%g{e8wfss`SR=c@85s^h)<oN3{=Na666=mAg{1{&)x?= z-M%kx0E%gPx;TbNgeNByy>Dn@W4pHIZh%2!W36e^S;k~OW3x^2krV!$%i!Y|W>|Z7 W*~_&5J~x1x7(8A5T-G@yGywoAO<hX> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-button-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cbc15c9f6b51690674b2a0d643e4f47b0c3174a7 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!Hkxd-ooJ!P|Er0AYXr_T$&@-@pI-DKVeH0#w9a666=mAirz(g9krZWM7>D3Tb+} zIEF|_CTp}e89B4HtqT>{U?g!c&Xl)vZ_SKN6aVbE)Y-@=r`E;8VE=mBi@Kx~AD|`% MPgg&ebxsLQ0QRO>c>n+a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-button-rtl.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-button-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..e654a6bb0e2f4971144dfa28c0953b517d1f1697 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!HktbLY;3!G#MKfb1tvo<O({A3pr^=g;52e|cL<jsn$jlmz(&Gsr9K-m~|?Pq**O z8-QY(o-U3d65+`SMeiG$*x0VExf@{6*jQ`Ybe1uh&)95}eB^{b=Q8;Cg&Ee~UG_5V Szt0VzCI(MeKbLh*2~7Zm{#)Gu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-button.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-button.png new file mode 100644 index 0000000000000000000000000000000000000000..fa85ac53b8e76363f3280880313e576f140a4ce7 GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS<N|y` zT!HktbLY;3!ILLXAdL4PKK%ak=g;52fAcQp168n<1o;Is$nV<y;OE-2j5C2Enw~C> zArg|w9?eZ5&TMU`W(pV_mOMD`X4jE<W<EDP>gGH=a)5zf*p-bT<WIZKMQ4p3pe6=S LS3j3^P6<r_64_O} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..d6e3eaece7773e49e42322ea05b8bcf51bf62f63 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS3<7*Y zT!D0GXy~Fvi&m{#H608VfI&e)L416Ca&mG*LqlU@<GFL^&YwU3@87>of?H;SY%K}$ z3ua*B=E=+{F8M7qUCJLQXzc0Y7$Om#JcE;U^S8Q$21d7j?gBIB+iWbeGZ~xC8YE_H qo;mT)p}r5w$w!#kDrU_2&A?D~P{u@LVZ<z;b_P#ZKbLh*2~7Z}9$Gm7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-focus-notebook.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-focus-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed417a9a1395a0e2f289c9ca416eff82b792dc0 GIT binary patch literal 246 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!D0GXy{BBSg>G0K|w)bVPSlHd~$MfeSLjHL&Ldq=l=csS5z(g7O0w|B*-tAfsHFO zyYTn#*1ZO9Ad@^@9780+lXq<1%*-Vv(I;(m;9wBT<U}E%-H9EWC;r_e+F5%>@Sq!) ZFhfkeq=tR_Q$?UI22WQ%mvv4FO#n!(Q8WMm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-focus-rtl.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-focus-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..93ece7ab31ea2288c1ad7066409e9a304051cc49 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS3<7*Y zT!D0GXy~Fvi&m{#HD$__Ns}hco;`ccym|Tg`SJ1b$;rueb#?Xi^(RiAJbCKW*KglT zIGnOUww46>1v9X5^JL}}m;4r*F69ptH1>3H43P*=p25kw`CDB=1EX6%cYzu6Z8nzK ynT$<m4H7dp&z$(@P~QjT<Ri>%6*K1iW?-l~C}SeBFk%)^JA<dIpUXO@geCwO!dTn@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-focus.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-focus.png new file mode 100644 index 0000000000000000000000000000000000000000..8f915d9677e80101129b8626ea1e5336af5611c6 GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSbOU@s zT!D0GXz0wDGpB&ToH=vm&6}5>pI=Z=5Fa0(oSa-+TU%FGcjDy9uiw6>IGyYUSy>X~ z7tFxMm6=^w`1^PFSLRzlL2XYL#}J9|<cjJnH4&eL9f>Cx*rNq~+FU)}a5~TFeKS4T iqi*NBjt2^@oD6?hrT_EqdD#He#^CAd=d#Wzp$Pz7lvWi0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..1744bbe8887c6e6a4bdc3448f8c9c4d3fc9b9ddd GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zT%SID`t14hmoHzwdiCn-*RS8cef#zM_wPS{{{8zmbH}b4pfYt&7sn8ZsmTcqjF;Kk ziX;kn95#512)rq3dw5tc`M^8(1@|91Y-MEF`zV8_Aw{VisD;7P)z4*}Q$iB}-Dprn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-insensitive-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b39eeb781f19eefa4f969f3542dac495cc6e22 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zT%SID`t14hmoHzwdiCn-*RS8cef$3X`|m%0{{8#+<A;&}P?@Tyi(`mHcyfkuLPN95 w_aY6AgaA$V4L930Z?kmvzWE-;S}}ovp>=(R-8RG6$v_PZp00i_>zopr01p{XJOBUy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-insensitive-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..eb794b50b874743b10672781427a5f88f1f35b57 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zTpvAp^!V}Pr_Vs({f7@<zJC4s?fb9azkmPv6SjEaN}w`bPZ!4!iSXov1}3-3ENy%m z8T>^Jo2{dG1>Te~vg~e7%-B5fZ_^X^3HK)+VqthCS2k5-)%`A@Mg~t;KbLh*2~7Z7 C`cZ!X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1e905a7c5dbbf7c6c4d47ef42dc5a9ce063b142c GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS<N|y` zTpvAp^!V}Pr$F!w1m1u6@a5~*uiw7^`u+R&pFiinEUE*l)bw<543P*=)+kMBXkO4W zGr*wnV6Iw|ZsU<>GLLdn_AC50lsNg`Baw-Lv#xa$)68GnftnaRUHx3vIVCg!0Q);s AegFUf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-notebook-rtl.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..9f877d8b42dcc6c721c16cfe0630fcebb0c5a3fc GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSbOU@s zT!Hk}t5;vVc=77htNTyhJ$U-=(ew9@o`1M<>*e`t&n{ele)HbzoA+OT`1JkXzkk`g zHq8K8SrX(I%)rLYlbKUo@>^)Sls{0=*we)^L?S$S1}E$0Z*~a{jBfqh1!l~*8Chm$ xGB%wxNX*zgbK;*veIJyQkFc^;%$QTlz)<;KM)_RN<o`hJ44$rjF6*2UngE}4W-tH% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-notebook.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..e65c4d64cca962a52ff89fdd034bdd3de2bfb2d2 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!Hk}t5=^rdv^c+{Ra;oJbLu#%9ShU&!4|=;lj<EH$Qy%@bBM07N)*@pgQ)FAirP+ zHm=O<!r#}k-t_~8G(BA$LnOkJZ<sEY;o_2*CTVowU<k|Pg`AzS21jn5sB`@G*vOql cTGNN2iA(h1dCk2`ftnaRUHx3vIVCg!0EHq~qyPW_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-rtl.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..a8205c49e416c6d5b0105e0cd9b96500c0b0c18b GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!Hk}t5;vVc=77htGjpa-nnz<9uPcuaQX7(^XJcBxNzb6_3N)*zyA8|J43}0S&)4t zL4LsuY}`DVImIQvg{DjS0|gB|T^vIs!jorkvTptslhDBE*3VpE#(bNNWp*ZG(^-SW qjLkDA{yEh5K{@#dBij-KMh2JZ(i;<gAGrq9%;4$j=d#Wzp$PyQreGuh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/combo-entry.png new file mode 100644 index 0000000000000000000000000000000000000000..adfef2b04c089421b02660fef17f3bea78219763 GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS)B}7% zT!Hk}t5=^rdv+TP?%ut7|Ni~UmoJ|`fBwRS3)in-fA#wH*Kgk=mCPpqm2#8>`2{nu zab;!~7XEg*=+F)n)ADq243P*=w%EIgnM+Dyo3zn^gF!5l6NQ9!Cw6R}_;(Xe=ia-5 d2i>@Y85HMB?66P!tqs)0;OXk;vd$@?2>_5%S^NM1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/down-background-disable-rtl.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/down-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..ed124203a5eac056a46b5ca85d0e663862eb84de GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD<x;TbN zOifNnNJyyo^5SB>r=})bO#|opH!GZiMF0Kz{{Me)6PKi<B>(>E&uRL0M|F6BV1NC8 nzkmP#|DQAc{QT}mK^zQ<Qc|ZL&GIw^n#kbk>gTe~DWM4fw;@2< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/down-background-disable.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/down-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..87956d2b4089c5aafeed072b57f11fa1a7a543d2 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD<x;TbN zOnrMwQK-Ry$Ms<Nvgaq>?kJH}vvr91X}t2NKx5k1ZP8v_mt~E!-KWm`_ro?#?Euq@ o(5?<{35MET`|q;yc&Z;@TbU-+GD|OECD23$Pgg&ebxsLQ0CG(}egFUf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/down-background-rtl.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/down-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..370259f4e1a43a012730aa0b2e6f7ec199964814 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TnrUx;TbN zOnrOGP_)5-$MxcO$t-4djibEPixvjkY+zxYqsCPAoV#In`qKrO$HQujH}_4N*D+(Y k4ui3^>fHmZJ^Oz!vep{OxrXNX0!?G^boFyt=akR{0O6K8bN~PV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/down-background.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/down-background.png new file mode 100644 index 0000000000000000000000000000000000000000..0f40ef0e6ff14ff50c01af9bfd22792edeed5d11 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TtPJx;TbN zOnrN5H*bT10ILCaYUs1QS6;5z<UH#*ON~o!_UYzTTsd*S9)F*~BDQ6>$#WZn1z+#2 fe|N}Z(_zk6re=ly0cv$Xa~M2b{an^LB{Ts5V)Q+w literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/entry-border-active-bg-solid.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/entry-border-active-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..14ba68f10f416192c312b7525780a8f4b4d99f62 GIT binary patch literal 246 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>!2Ka=y z#>dAeCnpyc78Vs1)z;S5)z#J4*Pl3f^5m&g7cX79bouh-D_6dL`~Lg)@Bjb*pN>^F z18TJPba4!kxSVVucY=X=ktxs7>iY)|=$5j*FXz}W#Zj!Yd}1Si=l2AOPXV>ky+T5+ l*$?N;mg4bH)VRjXV7Tr3(kSV98-T_zc)I$ztaD0e0sz6#TWkOT literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/entry-border-active-bg.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..1edc125858739636bb76acd195f60a9edc9e564f GIT binary patch literal 298 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6HXu_i1AIbU zf%K|XtF~?1HfP?vc?%W*i8=G<&tJF@$jHynFDNL8kB?7IPOh!3t*fi6udhFG^5n@= zr@nsseu?+cIiP0lk|4ie1|GhWlCtvh%HO}I?)|e0DD30u;uxZF{_UlWj12}HE*G5_ z3pzU8sE=Uh_#*c2+thLn^Qo$){6Fq;c$aK=d~;%%)RZEn)&(AQzm!6Q^SH7tOPh<& h=M{f+DcolGm{s8c%R^pv8<1NWJYD@<);T3K0RX|_a4i4; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/entry-border-bg-solid.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/entry-border-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..16d1f6420f104ed9e051b9a203169ff6d6ba2e02 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zo<D#7!i5W0u3Wi({raoduRnbJ`1RZOfB*jd|NmdxB(4vr%*fNlF+?If*~2iUficmX zZTSa2360Q1gSQS132cQbaf;0BLhBPHJ_XcvO9`!5*do-#Fgc|+aCz}uZlG=kPgg&e IbxsLQ0Nb}sr2qf` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/entry-border-bg.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..33a56e74bd8f154366aa4e624f1be6d702cd9047 GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>!2Ka=y z0_j(;UcG($_RhU~_Z~dBfB*hnAb$7|NL;>r`TY6w7cN}5e*OBZ*RQ{R`z}`WEDxxG zt0c%Tn1P3{q@=98yz)2iod{8&sI8}qV~9j}az%BOD9@Xn#|th`WMp%BZX}cD&>+*+ z>tU1G#_D0SF7br(x3y-61y$mB51)0ia8J@>_Tpe-DDPL5W{Ey14m60t)78&qol`;+ E0Hca#V*mgE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/entry-border-disabled-bg.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..7d468a5c2d320c5ef24098143e3fc7940eed60b3 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zK6>=%@#Du&pFVx|?AiMdA3lHi^7Y&IU%!9<{_}^S!+bYTnUSZ9V~9j}vWH<x17o5& z+wu>55*ne225%i264(k=;uM+Lh1MrZd<v-TmJ(XAutlheVRA}u;PT?R+(6w7p00i_ I>zopr06mUQssI20 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/entry-border-fill.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/entry-border-fill.png new file mode 100644 index 0000000000000000000000000000000000000000..15f67464afbfc0e57a0bf88cf6652732d3b6c15f GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^tUxTm!3HFa)Xf(FDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0xGo-U3d s5>u1^{Qv*Ip3USyi=Kg&#T^#L|EF1W7S(TS2P$FkboFyt=akR{05H!gI{*Lx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/focus-line.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/focus-line.png new file mode 100644 index 0000000000000000000000000000000000000000..c06f317b319dd6f97549c7755ff72d5655247f6e GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=mSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt)QPE{-7_ zGn4leJUk@DR??tX@$gWqsgJ}e2?>b}Tt-R8!VE5aJmto9D*u7189ZJ6T-G@yGywo4 C4=acO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/frame-gap-end.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/frame-gap-end.png new file mode 100644 index 0000000000000000000000000000000000000000..8d253648946d582949bf9f52bdd6ecd10556e423 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!2%@Xw6`;Y1d5$JLpV4>-?)JUISV`@i-D@I zgD|6$#_S59pk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MZBIajv*Yf f$vgi4-^I+pk;C*YFo1UsP=dkJ)z4*}Q$iB}PiG_H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/frame-gap-start.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/frame-gap-start.png new file mode 100644 index 0000000000000000000000000000000000000000..b575a6e0b430bd462cbbfb16e08289a613887f61 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!2%@Xw6`;Y1d5$JLpV4>-?)JUISV`@i-D@I zgD|6$#_S59pk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MZBIajv*Yf f$vfT^{I_RdyT|lRxsGQpP=dkJ)z4*}Q$iB}Q_v(b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/frame.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/frame.png new file mode 100644 index 0000000000000000000000000000000000000000..82945e9d57bb06d56304fa15eb661364e8de829e GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2xGmzZ=C-xtZVlH;_4B_D5xc$)o0g%gC;1O92 zRDK<V8J#p{R{#YiOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe1W3-AeX zy?_7y|NsAul?xJpB7&YSjv*Yf$tej5YtoPONk}l*?PlRl$_#r4lw|O9^>bP0l+XkK DxZf|v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/handle-h.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/handle-h.png new file mode 100644 index 0000000000000000000000000000000000000000..d93ba9e16478937a35dc17db7342cb61cbc1af7c GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^5<twv!3HFqtYlb$6icy_X9x!n)NrJ90QsB+9+AaB z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD=*PZ!4! yj+w~`2N=)IxBvhD&(F{QPYOD-`Rq_x!OF1us7UvN=7KDsLIzJ)KbLh*2~7YW&Ml?@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/handle-v.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/handle-v.png new file mode 100644 index 0000000000000000000000000000000000000000..ad016d21bddb7e9c204fbfc4291da02527908c81 GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6c|dAc}; taLi0jP+&KhXJ7x%o*4)(H)tJWW|-Z}<)@Pxun4G%!PC{xWt~$(69D#lD1`t3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/inline-toolbar.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/inline-toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..6094d5fbe6d8dc5a9c1bc7be0bcfb630a65a0e18 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL$P6TnCTLXyDdu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7wg8_H z*SmM`e)#ZVQzXx0popNSi(?2!bn=S-|N9dc7zi*hoOSVKwThGJ1WGb^y85}Sb4q9e E040epXaE2J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/line-h.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/line-h.png new file mode 100644 index 0000000000000000000000000000000000000000..8320e2a623debca401925e540d1512acf006f1c4 GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-aSE{-7_ oGm{e<n2!Da{{DY@LP7!qgLoqIJgc1VZa@VLp00i_>zopr0K}3gSpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/line-v.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/line-v.png new file mode 100644 index 0000000000000000000000000000000000000000..c13ee45c94378510c7830064c47c9715f83986fe GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-aSE{-7_ nGn04J|NmFd1_Wws8Vn5P&zR@i-g49dDq!$*^>bP0l+XkKgT*DV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-arrow-prelight.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-arrow-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef6a640fead0ab219d24110bfffddcc6e761174 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3-qX^pA1^Ddu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7vjCqE zS0Ei58yg)R4J2b?VjyfF11JI~AyP4Mi7~NBKtUiVUOP7ss8g^c$S;^7BP%bzu(+h6 zs;;4><Kc^cmd2X?KuHZx7sn6|S=NJ$Ob!YREE_zXj(q)pe%nv~jL&V#%-?J@DsLLC cc=<z5M@)|4xzV!anLs@Zp00i_>zopr01sYLT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-arrow.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef6a640fead0ab219d24110bfffddcc6e761174 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3-qX^pA1^Ddu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7vjCqE zS0Ei58yg)R4J2b?VjyfF11JI~AyP4Mi7~NBKtUiVUOP7ss8g^c$S;^7BP%bzu(+h6 zs;;4><Kc^cmd2X?KuHZx7sn6|S=NJ$Ob!YREE_zXj(q)pe%nv~jL&V#%-?J@DsLLC cc=<z5M@)|4xzV!anLs@Zp00i_>zopr01sYLT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a228bd3b0abbe81a9e5c798dd9e6f4a83a372c6d GIT binary patch literal 333 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP?1M~Pl#(m zLPBh8Y<zq?kO3qU6BAQXQnIqLva_>ub93|a^J{8q>gwuNu3UNI#EHw7FW<Ry=ia@0 zj~+dG^5n_0XV0ELfByIH-~a#rpN{a{12j{jB*-sVL$ju~2Md^1Y&jpOCfL)(F@!^w z^&lrxlYs!shDNuA6+s97{`dDaGG)m1Vm=_lP|lJdtKTGjE%144MV<NU71_!)uc~^i ztPgFvzP^v|;HK*r9TO_c6&MtF8H$&&C7hG*Xkziab$aQ2pz#czu6{1-oD!M<`J93y literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-checkbox-checked.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..df99b26ca38ba5bcc836a8e24864a7c67ce63388 GIT binary patch literal 324 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*GrjPl#(= zTwFpzLOdz}iX<l|XJlj)6ciK{6%`j3S5;NDwzhV5c21u@{qW(#SFT*SapT7A+qa)S zefr|Xi&w8+y?*`r*RNmy|Nq}_@FxmrI9o}OU$Cc__oK&8623Yn0!4y7T^vI=qGQjU z6?0G!aeXL#Q|14nJKyUAn7t#vy{Or&9C~=RX_DsEN$Kn<KZ`Y`CcV>T`uyrcU^8>0 y@8KT|jPhTr8W;{QJ^8Wg<qOSIfA>lJKFG`bhjoR8yJjKKcm_{bKbLh*2~7Yf6NB*p literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ad9fd148843a62e081eb36165ca04efc01a192 GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4xHBpZ(Y^aoPR#ZI0f92^|CANoH4aybh;B8!1a zu7fb6lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt*x^J|V8> z&!4|=;ljm>7yp96@87?H+;iv70m=XW|IcXq@e!z!t0c%T*uc=JsJNuDsi)_5-;;Qt zsD`JDV+e<Aa=?3rrZUF1OEVn|OdA&pyPVHiFhh?~(%7=mktd~2nwde^(lBe@e@hvl O9tKZWKbLh*2~7al@l~S$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..cc574e4609f399c4771bde06ab0b8971b96be134 GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uAB#T}@sR2?f#ZI0f96(URk<tO=a~60+76a8> z2Vq7hjoB4ILCF%=h?3y^w370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iisC(8978lF zzU|$}+u*=+gy$67lr;z3&M@pYxXJl9pV4Q6hrhqGl~l~_BK1r*vxEn8xg#c)?5fV> zytCKCibvv%PVvDrY7KVE_CFW<FVa@>a_j4mwcw4&UK?FxwC&n7>EiqD$ICm|B!N~j Nc)I$ztaD0e0sw{MNBRH& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-radio-checked-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..5fc5ebeae27a0f28acbf8d7204ef5abdc0e9345f GIT binary patch literal 352 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP?2ANPlzj! zZfIx-4Gm35NQjM%O-V^fN=k~4j|XyrWL#WaOiT=fk(ihW6oiOFNT7Ieaq;ELm#<#E z`s2rs|Ns9h9d=RynkZEg<QL4q#H^sGsH7Ye91<NJ6BAoo*U{Mn262l)9%P8~ba4#f zkYzo{$=7Va!(d=ObH|bY@m#koW}VBMF}>r}{@H5NcrDg@y=I&7>TD&uf$dIpUEwVp zE?am~Sfr$sxLTcDkH1*VZxhMw#%r<p7)!yOmA_bIrnjA+b@P7ybAI`MYI^Hg_p*Sj N@^tlcS?83{1OT)4ca#7C literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-radio-checked.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..ec6a86e7b74405799ada8feff938087bfb741fbe GIT binary patch literal 380 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*GZdPlzj! zc5rY=OG}H7kB^IsOGronGGb$6Aq*fJ2!P@c2C^VT1eq)<Dk?56zI^%el`B`SUcGwl z+O_ZBzyJ90<NyEvyQ(vNfi_8$1o;Isu&`R&*xK1ooi=^u(q+q6tX%c@$<rS{f2kL~ z=L4!q@pN$v;gDrL$jQ{mAi{b;y}C?Qcw+s3?^&Lc-fpe`Hr;p95=(|#Y9|>TX6G<& zILEvGe7;nnUw?k6?+c@Zb*m)%zx)Wf+ET42vHYj)qZy_QVV>Lx)0f<2F6&k~`RWeu d_sd2n<$FqaHYJ;Q{{-5{;OXk;vd$@?2>|9Dkjnr7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d04294941060fcbb0a95e0a527d21322510cc0 GIT binary patch literal 420 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*G`sPlzj! z{{R2~`Sa&5Uc7kv^y#x;0AvG2E?l_q6%2m-`0?Pu10eJB=g&a${{8z8A3g+<*REZ= z4hBHRl`B`yojV8A0%QXX1hTJQz54g>UmzO-fFeLMA?&_iOtXO&tCs}%1v4-yC@KX8 z1xLqZWM*b%WoPH*6_!_2RoB!4K^+jZwsmxN_S|2&nIEVn&(p;*ghST!Ag9<N1s>J| z{1IGwTh~q1G7CKMw|~W+eP<q=KN|Dw#f2IFwk`HLd{>&`Z{yO3liAI}r-}ND6>4Y6 zPw>2w?Y45!EAg2wx}1d~rYt+2yNB6C9*B>SvMXoksqYV&{&=x*MvjLnEB6ET{VxPe UpIve~3ACBP)78&qol`;+03L$PqW}N^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-radio-unchecked.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menu-radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..1a297dd6afc7ddc41393339fdec415ad2df05dd3 GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4u6ByT*@`3|I*ik&<|I5<MzxPb&Y3p^r=fhw+p zFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ETRdGHLnNk_ zPH^OFG7xax{UD?%Zjyi>Lj@P(%@@n|>#Z@=YjD`f&>A6r#mm6$;P%>?KaJ;4n0R?s zp5lUl%^j9cd~*!v-%l|z`L$4b<|moBoZhaVsjH&@E<DTsp=W_~-Cv=$g-=;?oVNe< zJO4tsh2>DnnU#UU8f(R-9Qu3yib8;(Sn17}lOl|X=ayb8dU$B6rF@)Y{XeUq@+@XK x@z^w@s|rv4#Q=GaS#w%e__T{Q6;6G~xypm%>lr`uI-vU*JYD@<);T3K0RZynb#(v$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menubar.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..dbf51c1d17a5525bb9667316921064ed254ee53c GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL$P6TnCTLXyDdu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7wg8_H z*X!4>KY#vw<+tP~KoLPt7sn8e=;S}=4;(mRU?9Q5(D#$k*7je_LZBprr>mdKI;Vst E09{5gnE(I) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menubar_button.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..21d23d9dfc39bd50e8309d3db4f85baa5b85ef27 GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ$P6U4SA1Irq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@|R21^9%x r#>dCA<wmXqa=ATS978x{lNZPVIo=G6-wmv$0a*;5u6{1-oD!M<BNHbz literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menuitem.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/menuitem.png new file mode 100644 index 0000000000000000000000000000000000000000..02f74be0d9511e919ac2fa9970d55ae59e4bbcb0 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^{6H+p!3HGXMV6caQY^(zo*^7SP{WbZ0pxQQctjQh z)n5l;MkkHg6(AiYt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tt<bx;Tbd z^d_eyBm|@@2pbp~7<`zpdS+)#@8VhRru|uRS8W!VZZ<G5@R+<>lHvGWhQ`+ymZ$?Y OGI+ZBxvX<aXaWGfe={cl literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/minus.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/minus.png new file mode 100644 index 0000000000000000000000000000000000000000..a135b7bbb03b75c8672b6e4ef513db36e4961480 GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-t3?!qQvP6LtbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_FfKQ0) zg$oxhUc7kj+`02G02Bdofh15MCMKr4yBo;(^5x6_|Nmo!Ey{ozxk`fkg4NXb?%RL* z%-Qe%tlPiu0E(J;x;Tb#L?;W(FMf8$gpuuj`TKi&Lla&w2fde)IM=v>x!~2;RaZT1 lI%GnY>blIAxG-fU4@0ShVP^DxZE>J}22WQ%mvv4FO#tf0XXXF^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/notebook-entry-border-active-bg.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/notebook-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..35ee23f6b6e37fe8938a856eaff22f39850bd06e GIT binary patch literal 286 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6HXu`t1AIbU zf%K|XtF~?1ws`U4MT-_e$by1`!otG%`1s`H<of#hhK7d5#>R8!&YeGh{@=fUc}~k! zK^B(;`2{oZ@RgL6SN{I}$f{fzDCpto;uxZF{_P|~rUMEbNBW|=1G@hF-)iS@Lw1&F za#KO@&4AAh{cblF%$Ch}_A=La+9lG&^z&-xDz8e-HF5`brr)-)2|V-dY=m?K3;)lk SxqE<SGI+ZBxvX<aXaWGf_G@zh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/notebook-entry-border-bg.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/notebook-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..4a47fbfb1cdefd6ed4ecd8e9a58cbf6265d0716d GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}2l#}z z0_j(;UcG($_R*t9kHO%{lP6cMTseRK{Dlh_Zr;54;lqc2|Na^M&v^h;%25*J7tFxJ zS5j79`MWp0Tm&d)>FMGaA`zZ!v3C<QTiV;i8+j)fn3b;bbV~{-bR{YY`A=HN*m>NL rr}D(Ut1jG~ZyO8xB21aRIG7mj9hDQ_vc@+SXb6L+tDnm{r-UW|<Md$) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/notebook-entry-border-disabled-bg.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/notebook-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..aecefefa8610db638505fc3215bcf3944d2e1cf7 GIT binary patch literal 222 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>U1^9%x zK7IQ1`Sa&5U%q_x>ebh8An^VB_g}w%|Nism-@kuX1g_l$sx<O+aSV~ToIE4#00Z-x znLM3xvIZBFPA$09$l%8#<FThr@Thizfg>m9m4I2R82BBRc`#gg+&lUE@fuN}ZU#?R KKbLh*2~7agA69Mv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/notebook-gap-horiz.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/notebook-gap-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..e14fe4b2b1a25a662125f793ad49fb8a8bc2edf5 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^EI`b}!3HGjSJWnh1d5$JLpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TqdRx;Tb# n%uG%If*<^>JV4;Xlfl4nx`O@pCL@JBpb`d8S3j3^P6<r_1C=H- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/notebook-gap-vert.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/notebook-gap-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..bc4a11c48eba55fc97ad74057c2ea8d8853795ba GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-S!3HFkynkm2;uJf1hHwBu4M$1`kk47*5m^jW ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFX5ba4#f on3<f=z;x_C5TqvnL6QSILlPqk!wD&q8lV~mPgg&ebxsLQ0OiRk;Q#;t literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/notebook.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..49aad67b83023fd44c51359e16c632096841e3e6 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2xGmzZ=C-xtZVlH;_4B_D5xc$)o0g%gC;1O92 zRDK<V8J#p{R{#YiOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe1W3-AeX zy?giW|NsBjDS0&jMFc%v978x{lT#8B)}$ZllaOGr+s(qAlo|F8D9PaI>gTe~DWM4f D%mgqr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/null.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/null.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a1600a657945ee95d0c3a620dcb7689c949c9e GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K11|+SoP4xm&EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQke?T^vI+ kCMG9Hur5vz;Zb5>V4lptcyp7EIZ%?p)78&qol`;+01F5sS^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/plus.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/plus.png new file mode 100644 index 0000000000000000000000000000000000000000..fafcd101a550c387d91c5e55f0e6e940feb7c91e GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-t3?!qQvP6LtbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKQ0) zg$ozXqk@>2nC|ZGo}M0{@Ru)N{{R2K;_U86K=o`TL4LvIl~td={P^=Vdjn9!)YHW= zgd;jRV6J8Hvk*qM^>=rdzc)&l!Mmi)pCRbB;uSN4t+u+do!hI~UHH}rt@0O1;bLa^ YKU;mrCWHDLKm!;&UHx3vIVCg!0D#+F`Tzg` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/progressbar.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..f4003e8ed2271fdeceaf907b30778098f77d995d GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^96&6`!VDxIuXC~kQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ex&b~R zu0T3EIyxySDIp;tK0ZD!E)GZn0fY--!^y0eC#!)P_)3EOf*EAgHCC=&w|>K$_a8of z;$Tj{43shRba4#fkWEf`_vus0mRpB5v~JXId}#gHma(nA=e>l4#0z(ZwSP`Wgdh0O j8~B>zaFW}yH5~E`e-|oFbL)u%d6&V{)z4*}Q$iB}l`C4# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/progressbar_v.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..d42fbbcad4c64d1cf4aa17128122b45b5c87701e GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^azM<%!VDy3CI*QEDdu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0Ei79i5bvl#q}RA0HnV7Y8JP0K$c^;bd0Klhr^Cd?i7C!3;9$8Y|bXTfgDW`wt&K zaWJP}2Fe(Fx;Tb#L?<V_t8HhvE-JC+o?^2rPp!tE<via5e&k>Hv0n03zz=_kEdf7- gC1(^(*x}B?@ZC54pw+y2N<i%lp00i_>zopr04S$c!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..7d87855a25089966b275478c57567be3261aca8e GIT binary patch literal 352 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^zfKP}k zkPZzEO-f3Ni;Dx22?+_Yv9UlB$OSUu<Kux0APHdr#UX4U+0)b0*Vp&<?c4Y7-~a#r zf1|I_I-pq+B|(0{3_QGg`UdVEo?eAT#VxI^ZQVe{K=A&1Ycfzxnx~6nh(vg9|68dB z0UozbfvYtt-|Lt6vQM?D&uJG|e$wwLnccf&?fiq{WpUNdwfm-ieqbH#r~9wbVdJw$ z7Re`8yCoJ226w48Gr0vSDc%z_jr&zO?Zd<5jBmTn-!cfvV$l6npszPCiK~6HX{Q#@ OMg~t;KbLh*2~7YvDSqkz literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/radio-checked.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..99b9ccd414e9cbd77cfad5df164c3548c2b83bf0 GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkWNfYjE#*=NlA%|i%UpIh>wp4GJpWc00M{zkO3C~3nPf$-rl~xzPE4RzI*rX|Ns9} z{z#bu4HYd3@(X4V6%!8$4GV8-ZfQMt{=&tNpFV&2_tNRb6rh59PZ!4!2}#z2o_vQ4 z1Q-m`)l{c){r|5n)NUqi#?Zi2`Rw7$?=FtJg?jEgU$SF#dF_2-HN%v0j&!Dg*{ht6 z#7T#GXs9yrF*4{}_0bXYS$KF}v9tI)Mu+`N_eL?kc|Yk)9P^j=3mmr8R36*Q$nbz) X;-aQbwbPXzpw$eXu6{1-oD!M<oJE5q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..0efe47b3ab6a008871d2641466da270b048fe4ad GIT binary patch literal 386 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkiK~F;{N^nuU@@+_Uzen=gwWYZ~@48^XARVmoI?~AQve3_wV1|zkdVC|NsAAyLJtz z7^n*<1q49G`Sa(2;y@Cj0LW(GTDJ*kv}{R`UoZnV509R{yGLeLVPR1T&@r`j4UJ7L zt*vcsZ9R`27A^oPEb(-443Ut`Js8c`tRUiWFxXK}t81Fr(cS+`w<)&hr&la_Qxm&6 z)Fip+;lAeIJt2?fmUiua=D$?K*N1C^pH+IJs)x9kg7`}>wtdS>(%GIV#6~bYUiz6$ z;*#3gS#1BlZ1mhJH_J<1-i!0!+Dta%r#3Ui{p(6Ad4C=>eHH?=pTX1B&t;ucLK6V9 Cxvmue literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/radio-unchecked.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..c5f29df7491ac1898eb0ced3acb504c763201a65 GIT binary patch literal 404 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkUn$f%(-*tE?&F{B!S@k`STaR0LXs*`t_?<uONaz@xMsm-@kv?u3fu&^(s&!P&tqU zDu96h|NjFSKm|Ys5D2M$O#@n^P!i-9%pf8v790}V*wlRB;MsHMFJHNF^X8MMuU^0T z`04ZKFJHcxr5#uZR9o)p;us<!nS0Pvs98b8;h?ypR-cBH5c{9+_Nh8uNvY=jQ(m6m zY~HoxOYdI2+cn;ciVB5xK0WJOsowdS%b+)<myu0-rfh?)hgjKza*whchkVt|%mLdc zZ8Z(}5jp9k_?<6S-X?2jdHgQpNzAdIwPeMv-1n=*{r}CX7LfAtw*-X_gQu&X%Q~lo FCII_(!^{8x literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-horiz-active.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-horiz-active.png new file mode 100644 index 0000000000000000000000000000000000000000..9bf87e89a74a4bb46b3b08c6df46b66a662f5431 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+<xf)0LbMm@Q5r1 zD!C5Aj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6e81o(uw z0_o7u(A?bIxVX54goOC`cpw8vB7^h;ZxVp&xJ!ckf*IJ@+dDeDo;-c_T;lu8i9lf! zPZ!4!j+w~`3s_d1y~oRH&D?nB&E0|xtS4f7AG~8KN>|=-yYWs2OS$oc)wg&bzb#NX aE65NeVCd+5WRe_EKZB>MpUXO@geCw82vRZt literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-horiz-insens.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-horiz-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..619bacf5ee778cfb29f4994a3463fe2bf5cfa630 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+<xf)0LbMm@Q5r1 zD!C5Aj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6e81o(uw z0_p$%|KGlS`xO|x1_KBiPFk8>;RmYYE(!7rW?*A)@96A$^7PqriSIKf0)<UHT^vI= zW+o>rU|DhY9xtmkbK{*icMCSKo`~&z@Q$e{U3tgt#yc4-<;D|M-{O7zwm{{qAVZLV Vp`-VaNpe8_44$rjF6*2Ung9fcV+#NP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-horiz-prelight.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-horiz-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0185f169ad3a9e9ee38c7d4912df5e1b9a0eff6d GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+<xf)0LbMm@Q5r1 zD!C5Aj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6e81o(uw z0_m$)uin0W`wAFbx^(F>7{D1oUPj!b<3M%XB|(0{3~cP}9i3fIo<4gn@qOk*ps<Oj zi(?4K%;baxEGy35<7KsGZoKp6ZovlD6S2Jy-Z2%WEAP17cqfCU+<3z3TfC3o7O0#R ZWC#*4bo4$lNe-x=!PC{xWt~$(695y@VK)E( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-horiz.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..d5bf46f5e3a403b079c24f53504a6b8107b80872 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+<xf)0LbMm@Q5r1 zD!C5Aj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6e81o(uw z0_jz&R&Cq1ZTt4^JHTKk7(mz%(!}$@O`tmNk|4ie1~&Hgj?S(pPoF)P_&#$YP}s!N z#W93qW^%#;mKA63@v>SoH{N-3w_pS7iP+u;@0g0xm3Q23ypzFFZaiW2E#Aj(3slYu ZG6V@2I(i?OBnQ;b;OXk;vd$@?2>>%iT{r*$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cecb83d6dd3231ceebd32fce140cc8a7f14dafcc GIT binary patch literal 408 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K13?z9tQY(NIbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g_lq(-vDHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprXtGpAc6d z{r~^}GiS~`efsqE>(|eoJ$w4}`Sa(mo;`c<;>9bVAP_u(P(Uf5^s{GAo;-Q{7>t0d zCr=*%!Q;musprohJbd`z!NU(9K7RNJ1fM>A{`~XTuit<E{Q3L0{(Q%7pk?wUL4Lsu z%&dk+#^vReRo8Faym|B1t=q4Fc7Ol=^XK1xK)_TsR|KfE%+tj&ghST#AiGer0T0Uo z;~CTBx(p5~ME<W&u`%c=n<#p>J*;XAUwc+m#H0cV+f7|&wr`&_Cf)iX#NM74C@fVI z$-CcSkz3jtPv2jSF1=?eHcRbW$eZQFYyPgPb1$=vtF5cn#Gi^AR32WKZn5K;r}o`! b_6Ph5i$t65Z{BbX=mG{$S3j3^P6<r_JB7@% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-prelight.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..8974fd869b9e36b13512efda7b3c81f0c533e4b4 GIT binary patch literal 379 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K13?z9tQY(NIbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g_lq(-vDHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprWV%pAc6d z-O$hw8X6iK8=I7r6dxZS7Z;b1kN{*LlMrzriOc}9fog#2A%YMFL=Z@xGw8Jenl4)s z<QL4q#H^^K93BxFwP)|X{Ra+Szj^c4`}dze|Nism@82!rAt!(evpiiKLpWr84{{1M zIq<L?;MAF}RCGk+;?Mu)u?sXV^{#orR$9BIDR!%b`Fl&n)p7Q6F~R{l@$;^EUXawk z_Tc1-cB3GR#r#tyCMA?OXYYyNojF%sp4DU5rw36=-jfTHlRM{{?A>)QoACqt9W|kI U4=tXk18rsSboFyt=akR{08Ac;OaK4? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-vert-active.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-vert-active.png new file mode 100644 index 0000000000000000000000000000000000000000..5b0a50aeef5ec9124f7778ed2bfcb52164eaa88b GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkPZzE&CSh?i;GK0NQjS*2Qq*pGDtu0CIP69yCldjn1PMGy`!`1$<t@gCBDy`2o%=$ zba4#fh)zy8z>sCke6Zx(JKcn;ukT_Ls=mLw+uSv8Z?*M|zI%HmeO8xQ7y->$Qeo&g T|K1X9pjHM?S3j3^P6<r_ES*r= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-vert-insens.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-vert-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..bec423255727632149b6d13616228190ccbc61be GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkpBPw|LxniUxC4EFo3Y(q@~#vexN$;k|4ie1~&Hgj?S(pPoF)P_&#$YP*~s7#W92< zIyvD0LzXe~!IE$9bQ7w+zKcz$`u^^2bJx7R)z&lm?(LQISzTsfl)%8Sq{7f~{=FsI PK&=d(u6{1-oD!M<)X-tG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-vert-prelight.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-vert-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..95e2df152d4745781590376df31ca0156687910f GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkiL5L>h0UNZ{ECl3k+`DxB+A%gME*TRs+>>mjw9*GqAC@cXW0=dHU?R#P^vKfx`Np zE{-7_(a8x17_y9+50-p;r<+jq^<8X2)%SOIo4e-it+t-gcW<wx&+0M@qXY(qB^8E_ U^Y1Ou25M#SboFyt=akR{06X_!k^lez literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-vert.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..32cb368c41cbf27a30591138ee1f08e41d2302a7 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkY2TF)wXThwr}6Q0}OV80fY@9O*|jm1ghgM3GxeOU}JCZ=<Is(^x1QX?=vR?h4npM z978ywlM@awWEnFbEcy0MH=*k5yV!)P@9*w5cg@>dZ9Sv!-d;(c)nyh&2@DKNDhwUx T-&>*$)XL!L>gTe~DWM4fAiP`P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/slider.png new file mode 100644 index 0000000000000000000000000000000000000000..4c9d301203975346469723cd7918633ff2c19abf GIT binary patch literal 403 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K13?z9tQY(NIbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g_lq(-vDHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprW(@pAc6d z{r~^}RjXE=JbCi;>C<P<oH=#s6p#U7p96#QFaYG8J$n`+2w_~kdiC11YY_D>U%q?= z25;WHdHeS5&!0bk{rdIq-#?)F{r4Cdfi}sM1o;IsFfl7CDThZyM(x?VZ~uXV*Kgi> z|Nism-+%u6`8)B1Ni|Sixu=U`2#2ie!EPaE0|C|x(vPlcCAqfdP5S$P{+h%y^O}P% z@@~1f+;m6C=Tn;Q-_AV>xv02(u1>(2cAF;S7h!?>4xU)FgIzVS@ZdDpr}`S5UEFM9 zU#k~>T~x#SxU90}B*V0(J4{n8BA;76J5i@qXz1%Ny*Hcr0srE|A{G9pmKg$_z~JfX K=d#Wzp$PzIh{bdO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/tab-bottom-active.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/tab-bottom-active.png new file mode 100644 index 0000000000000000000000000000000000000000..fe63df9ae83defd44c79c124388dfbee84066380 GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch>)j?V+cod@(Q33`{4v72L=ZBvJ|I#I@O*)Sq4v6KbLh*2~7aQ Cq%k`H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/tab-left-active.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/tab-left-active.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b43face9ca1530d2ae0fd7c1757ef7c50a0026 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch_I)NV+codasor+FQ6!o7!wOamQSK>WRk*UpfrQ0tDnm{r-UW| D+-)$N literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/tab-right-active.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/tab-right-active.png new file mode 100644 index 0000000000000000000000000000000000000000..43eae963f2de1985ed7182efa5f258fde2d7dc3e GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch=`|)V+e<AasopmQ1HKm4$BE!hRTGzvw0hSFahNmJYD@<);T3K F0RS<GGV=fc literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/tab-top-active.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/tab-top-active.png new file mode 100644 index 0000000000000000000000000000000000000000..9d88e5acb72fcb99bd030f6de293855d14d3b3fd GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch>)j?V+e<Aasor+umAt+dDNH~f`n6?ZmrGB0Ln6Wy85}Sb4q9e E0H*dZj{pDw literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/toolbar-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..2c19270b9fe89982d95a4f0aa8cfe5e7d172fca2 GIT binary patch literal 298 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6HXu_i1AIbU zf%Md=Q<p4RGI8R>$zU*P(xfS1kdu>>o0}USAD@(z1T><eqN1|0a?6%2Teoh#dGltN zfN(faGj~alUoZm?Ur9+>d3ojU-&6PgSp^jK@pN$v(K!G1(niJx0}hvq&Wi;doo>`e zuycG7`}b{XIfwaFRa5>ScR9REHaxyLu}o@8ky7gdkGfw<p}~1v*_Nfv#pm;iKe`ld aGknad@POqZFS`xMtqh*7elF{r5}E*ob8IO9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/toolbar-entry-border-bg.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/toolbar-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..f2796fa522071bccaff5784b2a1cd6b7ba7de7a0 GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=J1^9%x z0_m$)uin0W`{KommoHzwa^=dUOP7EoQ1HTq3+K<D2Z~?2cJ1cPn^$dkl7OnYN`m}? z8F=_gO3KR1D}VFei4X;f+IqS;hDd}b@7SCz%CpAqbit*GjBGB?4RX>P8gklNJ!~}F zSUqgkC7y8pwpQ%0m`a@K;ge1l?n!*iUK~seH%(M@!)Bcl02;*L>FVdQ&MBb@0J8C7 AHUIzs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..5f852a5632cff753bb23417becfae550aebd0839 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw zUcP+!%9SfuuU@?d1lK{}#*G^{Z{B?S?%mH{zkdDx{rk_K#<R|OK=rnsE{-7*my<P& z1zH%Nm9$M+ch_Kp(iF#Jb0!nR0>zJF1|G^E&G?+<Hsz}uL@a1=(F)R-X*5Oafb#@H a8HQC7M>M}=$p-@sV(@hJb6Mw<&;$UIW?KIM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/toolbar.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..714890a4dc6f9c4edc7dc68b548e2bafdd555b33 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL$P6TnCTLXyDdu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7wg8_H z*SmM`e)#ZVQzXx0popNSi(?2!bn>6`2M!!DFpywj==;fNYx^%|AyAUR)78&qol`;+ E06mc~+5i9m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/tree_header.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/tree_header.png new file mode 100644 index 0000000000000000000000000000000000000000..a6b8c93261410791e93e8513299c685bacc9b1a9 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^Ahrx6GmuOw-ctdjn2Vh}LpV4%Za?&Y0OWEOctjQh zm0t&8MkkHgAT^RDt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tr<Y_=LFL zx^?UA+qWF{FGPSM0-i38Asn*Ff9{{~h&^(Ef#K~{jk!k_<}v~07(8A5T-G@yGywoY C%rOA~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-horizontal-active.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-horizontal-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b09c7a24741830d1d38633b80b5a08ddb0e291b0 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^N<hrd!VDyfqZuTD6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8<XES>hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE0B(hi%U*UPDn_IM*=`WBwl=Z?Tx2Er934;e!&cK@(Me5?cTHZ)90VE*?WV5;`*L0 zjv*3LlM@ywCakk#X1*<QKuIQDK!H)`P^*d&knB?tVh~I0YU9okT(Gp6u|Qa-I3?0F Q9jKMT)78&qol`;+00K}+zyJUM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-horizontal.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..b784550e52621cd95f44f735db105d707c19b17d GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^N<hrd!VDyfqZuTD6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8<XES>hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE08{O=FGWs=guR63l}b+i5Q2zk^w5^DGBlmW{{It*tu)>p1q$w|CG(%8w?cJ_jGX# zk(ipCus|_kogFjtZIJ^?GU);ej5>!}Rg8dSpNbHJSYlTjcaGqKrOk{5!aBt%k*4WD Otqh*7elF{r5}E+SD_BSX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-progressbar.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..c833b995a20558ec7d676759ea07e54fa063ac58 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^AhrSvGmyNg{pB8zVlH;_4B_D5xc$)o0g%gC;1O92 zRDK<V8J#p{R{#YiOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe2x4e$wZ z1=1J6;LMpb=g*%%ckUdJ#08Gc=$;7Fz*iFF7tA1|uCa3My7e30y#Mg=69;qpWuT0m zr;B3<hiq~}14H+2S00`-ukY;*N_bH5{aq{rv;G8|0|(eu<arD@i%zn!l_|VDaA3>3 kyWWg!Y+H@{0?L^g*6&W2IksFj0B90}r>mdKI;Vst03p+CV*mgE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-progressbar_v.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f2dcce3d33f20ec7cd3078902c6af4efce2e47 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^3P8-o!VDzUlO3l6Ddu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0H^649=W6bN>AKbLY+hNnGIAjP8j*4SXd*e!&bf>KZH8u3Nw1&HE1@KXEXpUk1w9 zd%8G=aLi0jIKUwG{ocWYx0Tq~o|V3za6p@tt*=}|p`lSc^Z~=J18i(%A&l&7Y9h|@ lTm}X!<~o14Z;@oh&ETY-E~D^6={C?P22WQ%mvv4FO#t=GX!QU9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-scrollbar-horiz.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-scrollbar-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..e95ae2a07e792139921936c72ec44e19dd4c64c5 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K11|+SoP4xm&EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQl47T^vI+ zCMNHx{r#<;&4}^weEa$n*Uq@CI~I6$@vQdEX$(9Y*cTiy^~wS&X7F_Nb6Mw<&;$UD Cb}()L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-scrollbar-vert.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-scrollbar-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..f55994b5a7e4cf32640f2f1c3e4c87c4a3ae46f3 GIT binary patch literal 162 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K11|+SoP4xm&EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsZjT^vI+ zCMNHx{r#=p)zy`)h(S1Vmz!ySmfY1IX$A%#X%<1d6Ng^{l`?p``njxgN@xNAtf(t< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-vertical-active.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-vertical-active.png new file mode 100644 index 0000000000000000000000000000000000000000..7bb6d15f2994dd709b11a53d31ba8e7a276e2de5 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!D04TwHQ;aza8vJQ4s3BJn`XX<Bbj16A{u1o;Is$jK}0+_ihp-p^lt{B-!zmkyLL z@N{tukqA#tP~bHPS9O$-DPQj>VN?FzL1It&d%hyJ^LK9xu>HQfT7WHhi86C11A{-e VM)^WPjt4-!44$rjF6*2UngC!7Pw@Z% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-vertical.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/trough-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9af498a8a9fb16d0c1bd9a5dbed4f1ceef0df2 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!HkNGiT17J9i!lT)1!nO#~>}vHZtZplaTdAirP+IeCShyLRu{`}xa{pAKL8(t#2N zo-U3d65+`S3cLp4s*Vye<?9_KY|7s|NbD(p&sW5D{_br7w%>PG3$O(*QD*LBVDRVG VC|@YZ@c^io!PC{xWt~$(69A=IVUPd- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/up-background-disable-rtl.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/up-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..6e5c2ce4b17bedff2da141a0c75c99145b8b64a1 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Bx;TbN zOnrN5BX5HN59>waUtY<Zn1!+rEHjwxZpbPkGBL6tdtD`)fME9$W#jS%h8_%){L15> u-<v(N_YSXd@oIqsU-r1<|G3G2TJK8=x1Z^Tvy*|wGI+ZBxvX<aXaWEr6+jUH literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/up-background-disable.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/up-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..0e2f1be8fe73009379ab4135b689c9662636d1f3 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#RGmu>AYB(84F&8^|hH!9j+<xf)0LbMm@Q5r1 zD!&fGj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6c|1o(uw z0_l7A?mc?+=-s<_KoSUk{r>&?&!69dJtaUn){-E<U<Uc!4}Q*MeR&rsAnWPk7{Vc& v%)!fBDwLq1ukRnmFfo-+VUtZmh!8{kR*8qV*PosWRLJ1z>gTe~DWM4f+;T?f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/up-background-rtl.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/up-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..3f6060603143a930d105b351f5bc913a26e627ea GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Bx;TbN zOnrN5BWHty0PDq{O5ukNr8ebeERVW8?F+AofyFhpIVqFW8_vY2$ZjiNV3@(Sq1Nrl ut?K+qZtvPAZR29}Iq&_YZT{a4Z<v<M;x3o{oBR-HEQ6=3pUXO@geCwI_Cy2# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/up-background.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/assets/up-background.png new file mode 100644 index 0000000000000000000000000000000000000000..3247f7f32d434e1f73da901f9b4017e1d39992ca GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tl&$x;TbN zOnrOCP_V&)hv6VMt6b1SMW%peZ!4Z7Od^Jk69WvL58AWssCs_nZufV;gw?B#p5a>+ zm=@;p=G{Ifo?dCCrd56i?zEb-9rOS3rv0womvg#Fwc_)8frc}9y85}Sb4q9e0F$mm AQUCw| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/gtkrc b/themes/Mint-Y-Darker-Majestic/gtk-2.0/gtkrc new file mode 100644 index 0000000..eaa265b --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#4a4a4a\ntooltip_fg_color:#4a4a4a\nselected_bg_color:#9ab87c\nselected_fg_color:#FFFFFF\ntext_color:#4a4a4a\nbg_color:#f0f0f0\ninsensitive_bg_color:#fbfbfb\ninsensitive_fg_color:#a9a9a9\nnotebook_bg:#ffffff\ndark_sidebar_bg:#353535\ntooltip_bg_color:#fbeaa0\nlink_color:#5294E2\nmenu_bg:#ffffff" + +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +include "main.rc" +include "apps.rc" +include "panel.rc" +include "menubar-toolbar/menubar-toolbar-dark.rc" diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/main.rc b/themes/Mint-Y-Darker-Majestic/gtk-2.0/main.rc new file mode 100644 index 0000000..72255a9 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/gtk-2.0/main.rc @@ -0,0 +1,2441 @@ +style "default" { + + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkWidget::focus-line-width = 1 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 2 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkEntry::state-hint = 1 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 15 + GtkScale::slider_width = 15 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkExpander::expander-size = 11 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @insensitive_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # For succinctness, all reasonable pixmap options remain here + + engine "pixmap" { + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image { + function = ARROW + overlay_file = "assets/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state= PRELIGHT + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Option Menu Arrows + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image { + function = VLINE + file = "assets/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image { + function = HLINE + file = "assets/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image { + function = FOCUS + file = "assets/focus-line.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + # Handles + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/plus.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/plus.png" + } + + image { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "assets/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image { + function = SHADOW_GAP + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +style "toplevel_hack" { + + engine "adwaita" { + } +} + +style "ooo_stepper_hack" { + + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + +} + +style "scrollbar" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-horiz.png" + border = { 2, 2, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-vert.png" + border = { 3, 3, 2, 2 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-horiz.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-horiz-active.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-horiz-prelight.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-horiz-insens.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-vert.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-vert-active.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-vert-prelight.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-vert-insens.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = @menu_bg + bg[INSENSITIVE] = @menu_bg + bg[PRELIGHT] = @menu_bg + + engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator + + image { + function = HLINE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 4 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = @selected_fg_color + + fg[NORMAL] = @fg_color + fg[SELECTED] = @fg_color + + text[PRELIGHT] = @fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "assets/menuitem.png" + border = { 1, 0, 1, 0 } + stretch = TRUE + } + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = SHADOW # This fixes boxy Qt menu items + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "checkbutton" { + + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + +} + +style "entry" { + + xthickness = 6 + ythickness = 4 + + base[NORMAL] = @base_color + base[INSENSITIVE] = @insensitive_bg_color + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_entry" { + xthickness = 6 + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/notebook-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/notebook-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/notebook-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_tab_label" { + + fg[ACTIVE] = @text_color + +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 4 + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "notebook_combobox_entry" { + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "combobox_entry_button" +{ + xthickness = 6 + + fg[ACTIVE] = @text_color + + engine "pixmap" { + + # LTR version + + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "spinbutton" { + + bg[NORMAL] = @bg_color + + xthickness = 6 + ythickness = 4 + + engine "pixmap" { + + image { + function = ARROW + } + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} + +style "gimp_spin_scale" { + + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "libreoffice_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "standalone_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + + engine "pixmap" { + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # How to draw boxes with a gap on one side (ie the page of a notebook) + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + + # How to draw the box of a notebook when it isnt attached to a tab + + image { + function = BOX + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "handlebox" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" { + + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 + +} + +style "combobox" { + + xthickness = 0 + ythickness = 0 + +} + +style "combobox_button" { + + xthickness = 3 + ythickness = 3 + +} + +style "range" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-horizontal.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-horizontal-active.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-vertical.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-vertical-active.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + + image { + function = BOX + file = "assets/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + } +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar_v.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar_v.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "treeview_header" { + ythickness = 1 + + fg[PRELIGHT] = mix(0.70, @text_color, @base_color) + font_name = "Bold" + + engine "pixmap" { + + image { + function = BOX + file = "assets/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +# Treeview Rows + +style "treeview" { + + xthickness = 2 + ythickness = 0 + + base[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + recolorable = TRUE + state = NORMAL + file = "assets/null.png" + stretch = TRUE + } + } +} + +style "scrolled_window" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" { + + engine "pixmap" { + + image { + function = SHADOW + } + } +} + +style "toolbar" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = VLINE + recolorable = TRUE + file = "assets/null.png" + } + + image { + function = HLINE + recolorable = TRUE + file = "assets/null.png" + } + } +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + + image { + function = BOX + file = "assets/inline-toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "notebook_viewport" { + + bg[NORMAL] = @notebook_bg +} + + +style "notebook_eventbox" { + + bg[NORMAL] = @notebook_bg + bg[ACTIVE] = @bg_color +} + +style "tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + +style "eclipse-tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = shade(1.05, @bg_color) + fg[NORMAL] = @text_color + bg[SELECTED] = shade(1.05, @bg_color) + +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 100 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = "#000000" + XfdesktopIconView::selected-shadow-color = "#000000" + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @bg_color + bg[SELECTED] = @bg_color + + fg[NORMAL] = @fg_color + + engine "murrine" { + contrast = 0.7 + glazestyle = 0 + glowstyle = 0 + highlight_shade = 1.0 + gradient_shades = {1.0,1.0,1.0,1.0} + border_shades = { 0.8, 0.8 } + } +} + +style "xfwm-tabwin-button" { + + font_name = "bold" + bg[SELECTED] = @selected_bg_color +} + +# Chromium +style "chrome_menu_item" { + + bg[SELECTED] = @selected_bg_color + +} + +# Text Style +style "text" { + engine "murrine" { textstyle = 0 } +} + +style "null" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + } + } +} + + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkTreeView" style "treeview" +class "GtkToolbar" style "toolbar" +class "*HandleBox" style "toolbar" + +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkCheckButton>*" style "checkbutton" +widget_class "*<GtkComboBox>" style "combobox" +widget_class "*<GtkComboBox>*<GtkButton>" style "combobox_button" +widget_class "*<GtkComboBox>*<GtkSeparator>" style "combobox_separator" +widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header" +widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" +widget_class "*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" +widget_class "*<GtkComboBoxEntry>*<GtkButton>" style "combobox_entry_button" +widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_viewport" +widget_class "*HandleBox" style "toolbar" + +# Entries in notebooks draw with notebook's base color, but not if there's +# something else in the middle that draws gray again +widget_class "*<GtkNotebook>*<GtkEntry>" style "notebook_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "entry" + +widget_class "*<GtkNotebook>*<GtkComboBoxEntry>*<GtkEntry>" style "notebook_combobox_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" + +# We also need to avoid changing fg color for the inactive notebook tab labels +widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" + +#Fix GVim tabs +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_eventbox" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# GIMP +# Disable gradients completely for GimpSpinScale +#class "GimpSpinScale" style "gimp_spin_scale" + +# Remove borders from "Wilbert frame" in Gimp +widget_class "*<GimpToolbox>*<GtkFrame>" style "gimp_toolbox_frame" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget_class "*<GtkCustomMenu>*<GtkCustomMenuItem>*" style "chrome_menu_item" + +# We use this weird selector to target an offscreen entry as created +# by Chrome/Chromium to derive the style for its toolbar +widget_class "<GtkEntry>" style "standalone_entry" + +# Eclipse/SWT +widget "gtk-tooltips*" style "eclipse-tooltips" +widget "*swt-toolbar-flat" style "null" + +# Openoffice, Libreoffice +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*" style "ooo_stepper_hack" +widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" + +# Xfce +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" + +# Fixes ugly text shadows for insensitive text +widget_class "*<GtkLabel>" style "text" +widget_class "*<GtkComboBox>*<GtkCellLayout>" style "text" +widget_class "*<GtkNotebook>*<GtkLabel>" style "text" +widget_class "*<GtkNotebook>*<GtkCellLayout>" style "text" diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/button-active.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd6865759433b710256f4b38e25f3231ff41314 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ((_>EamT z(fRi3M&3gPBCZ#I|J99XHqv%!n&jEA_K;D4fm7Bog=>>FJD7#mPSmK8j?U|gv1NX- zD{peK+?gEqH7hQ&#GH9!(f8Q)T>o>4#k;FjA5UGPk;(9l_0~C$wf7m;+}S%lg@JVy zXU#Uf=^vCItY$M^;mDg6(EN{4i`)8a`rD<o4DU71TgI!pmcQ3d3if)*wuF^SQAUM# hl9r_R$uoWo{_|RNV%FWMTnTh7gQu&X%Q~loCIHGpX>|Yq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/button-hover.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..aa079ece8e7bf704069fcb3750ed5728bc700c49 GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8Vc#JKp4Nx=eWuvW>dKlZ5X8r*svh|*?4iK{MWu^R8N!zJO))$xvT|FIqv853 zI`yry)fsB<%R6x}7cfTEZ0a~s9DDt?MPD$pfYXlh*zz93ZAy<8&4^sRYWb8)3^B8f z?5mX+l$?4#rq6qBdtlv}*onGsl}F$G58WTK!bx;hK&#dl-wR1;?~b27o65a6r1aB~ zGd!Vl8`vF~Clvql)#P33vE!=lgSo~3n13+%pSSCbJAIG|=zIoGS3j3^P6<r_Y`Aqy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/button-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..4ed823728cbcee7121313076bbea34ca3f9ec6a2 GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ+5z>EamT z(fRh;M&3gX0xlQr)lY{r3wm_iVRi6ObqHT3v4G)uieB;@9mZpd7ZnBXv@E{5r-b!F z>0LFYDo^$WOMTQH=)JVzIede`W7o4e+by35aX4gGr|)L(<8^R(!>ydZGWYtnaE6zc zr@Aqy=-z($J9B5q3MbK30j*kJ{4adz{@4+*?Q)DwPXE${m7m!zFf5tkx9#`Oi5fri dY*k|!;vP*hdfaRj`3&e%22WQ%mvv4FO#nZnYUKa` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/button.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/button.png new file mode 100644 index 0000000000000000000000000000000000000000..9d50a7e4f6dab8c2c67c550ffb8f248308336a1e GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ()5>EamT z(fRh8Vc#JKp4Nx=eWsieU%<qv_*5XENT@7dl#f|PNhtQ+gG{B=J!eH$u87GoT)#!9 zzIC=b!(juNU@zqY)~cjU9VfD5ug}k%^^8wp>6d`3lUIFH5?ZvQIzR3CoX;G0c3JIr zQDRVPS|xWThkwKB&jBgjf$<xE?~|I&X1c<WH!Gm|pYWC))jvK~72kBqH=eC*SbqFW v+5^rDj8lT%Sw7z=*12I9YmJxYeunxACcAC2Gv=}YozCFt>gTe~DWM4f^AT|Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/menubar-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/menubar-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..299c550650fa3b0ccb2c20ff9e5fb239f828c05b GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL!3HEb;&xa7DVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0vUo-U3d z9-VK`Itns4a2!7Hn9cs{`ZfLm7sWdpay(~=zfpe<R0Rdg8@9=^iX}F&Y_@*Fa0?{p M>FVdQ&MBb@00l@fPyhe` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 100644 index 0000000..23a344e --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1,222 @@ +style "menubar" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[ACTIVE] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar-dark.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button-dark.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + + +style "toolbar_text" { + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[INSENSITIVE] = shade(0.7, "#dadada") + fg[ACTIVE] = "#dadada" + + text[NORMAL] = "#dadada" + text[PRELIGHT] = "#dadada" + text[INSENSITIVE] = shade(0.7, "#dadada") + text[ACTIVE] = "#dadada" + +} + +style "toolbar_button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "menubar-toolbar/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "menubar-toolbar/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "menubar-toolbar/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#414141" + base[INSENSITIVE] = "#393939" + + text[NORMAL] = "#dadada" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#2f2f2f" + ChromeGtkFrame::inactive-frame-color = "#2f2f2f" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" + +widget_class "*ThunarWindow*<GtkToolbar>" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*<GtkMenuBar>*<GtkMenuItem>*<GtkAccelLabel>" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkButton>" style "toolbar_button" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkWidget>" style "toolbar_text" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkButton>*<GtkLabel>" style "menubar-text" + diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 100644 index 0000000..5bd9a7d --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1,166 @@ +style "menubar" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[PRELIGHT] = "#5c5c5c" + fg[ACTIVE] = "#5c5c5c" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#fdfdfd" + base[INSENSITIVE] = "#f4f4f4" + + text[NORMAL] = "#5c5c5c" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#d9d9d9" + ChromeGtkFrame::inactive-frame-color = "#d9d9d9" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" + +widget_class "*ThunarWindow*<GtkToolbar>" style "menubar" +widget_class "*CajaNavigationWindow*<GtkToolbar>" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*<GtkMenuBar>*<GtkMenuItem>*<GtkAccelLabel>" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*CajaNavigationWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" +widget_class "*CajaNavigationWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/menubar.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..2be034ef3a8d8bbcdd55baf64b7431eec8a61e19 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL!3HEb;&xa7DYhhUcNd2LAh=-f^2tCE&H|6f zVxW%eAk65bF}ngN$X?><>&pIsg^%A{SJ3<RTA+}Tr;B5V$MLsk9R(Q-c$ge-b=KF< xIN-FnDLkL|&BnhWC82H(Fz~_Gz;o3>rka&((}Xr<Bmi|Yc)I$ztaD0e0stQ1FGT<V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/menubar_button-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/menubar_button-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8179244b3357b617c59ab2c51b0cee420aed820a GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ!3HD+(^8%SDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-D;sd|UZ#>q}c}=V*$|&pP3f0BadZL=x85lI&nNHniZ`A=RX7F_Nb6Mw<&;$TR CKQ06S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/menubar_button.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..78c8122e226f075afb51e3b0ae6ee728a869a198 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ!3HD+(^8%SDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-Hwl02V&)mx>yjE9YYs!^Lf!=Pql3Q8$85mxNGQDp2T$KP+%;4$j=d#Wzp$P!` C)GVO@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..54293fdf0ad2ca4289100a4744099a03b02634cc GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7mo@^o<w z@#svxa{c;${nc8>5)u}lQP4Pb_`s1fM;v%Rynk=s_I>?+gBXjV=?_1?4d>C>v?_^5 zEN@o5-2J-H%FowsORiqN_Ma1Px6@{)%9hH=O*(hCMoIqrpPsnlo&W#&aZ-U!yoWb7 zewozq>D9k4|9za2_VB#l_iwJFcK5y7-`1fXJ<}UIJ7;z_MjdSBT{CanFK%IDVdm1L zc^n2=7gxA07VC{N$+|dU%ZvN>>v<MNF0|RQNx|y+<o6)1&-?iLM1e<X=N3$LwR!Vr z=KHwXw1j7m1#>PKhL;3|hW}ZbvY_(gt(V#RS0p-SglY6|-Rrk;&n}nGFZY_yl=%Af z>;KcMI*eZ2)-dMi{1~)#=ht^n)7!Y+-x=BL{5^}2!DM61qP_M~A;6$y@O1TaS?83{ F1OP#&xcLA8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..519e134b1090ad7b73802a45c968f615f3e831df GIT binary patch literal 406 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7l7_H=O! z@#uVeZNJyy0FmP#@9#YFZ=zYDhoKj{>&3HccUN}WHFM=PariayF9>+SyhDXw;f2uS zMIr2p!Mj~HJP3U?A$zH-bKmZgJ(4Xo@(*er_}EVh+7x2Qww~W(nX*Cp1;L38p&K`D zywa4s?$87+w=YGLt*-qFR4(4N?zY_PhNc7S|DO3AXTsyZ(vxk^ho1FS_Zs^iZ{Ah+ zh41g}VzI1WjhDnrKQ}$ITRGXsP2h}V$=>WRphn|#fl9`D?FCF)AXLvO$jQ<ef0}#8 zp8W=$EG?lMCtk}`*IyB%^*$<8`iseq#~BjKPIG4;S9;iYuJBXr^S|Yy^K(qM^G*u- uG`q?z{@Vl}lk;n{m}mQOcR%B*V|?e6HFL|UiG08?WbkzLb6Mw<&;$Te=cU{L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..bf7b10d06c2754b70137ebed2b57fa3a02bfaedd GIT binary patch literal 322 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sm>EamT z(fRh8VHUF^PwPYTs7$TN!EX%C<ZZlO#Pg0xF<0RU3tN0n{v@yL%u6?7Psutb{9}Hh z{q@i$ovUXy<VxR>t#)$}5ac<`U}n7HRqssu89#TedwpK+gw1(&2KCUtU4}+Q=SpWS z+iu(UKUDLn?emzEcLkkxY-{Rx@#vj{*UD{9a!aRZZFQ3?UEwVIDxm$JZb|)aU#a6C zSs6My0<vwlHMu;Q+HpXMDfF-2QXZF*o5gcx+`M_lF1d%}{H*BxKR$R&YVn#h6X+EN MPgg&ebxsLQ0BXv9SpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..401c5cb577b6ad1942b2d542416d4032ddd97781 GIT binary patch literal 335 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ&uk>EamT z(fRh8Vb@^;f!2rW(anNKRyY4h@=Vz6z_BFihB8Z$0jG4#&f?66xyOWWue_wA`Lvbw zFMEZ&kLjxSzo*VL>{E7OF;rHXlG?dQW5G<x!v;1zhT==F>|M2LzC_3Oy6Mk<8n%4M zU3<0Q+}hIE`AI$dS7*-JT%32-h2`|7JKLL{RqpHLFk<K^U01$$+vc?m_f<6<IlTg! z{^>s1dq0<TOYUz*21&ujj&IS9416vuS4;0oIaNp`ue)q=H_1*t>a~B`zfIS&zJ|ZQ ZCVZndL4i;6i4o9W44$rjF6*2UngC%6gFXNN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..24480b98111cef5c68227e9bdab2320057c0f087 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ+5!>EamT z(fRh8A>UyG9_PSmo2ICipZt41RkA}l;_a11FJu;X|7ZLWX4m()qR&u3@PyADNzWBp zE-a}%jjwlYcyGNecem)Py@&56rfCQovNC?SnX|TWrX}moV@ASr)c$N)z^a?!$Q^aT ze&Kh1Mb9tymOBbEPFk?)(B0(;&npkzUARg^iOJYGn|JHAXvIke#vL4Sdvk0{6#To6 Q10BcU>FVdQ&MBb@0MsdEWdHyG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Darker-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc822f001cd7ed843741d20d3128be0ecec9ebb GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8A=hC8p4NxUJt7wLy!?A!+-uIoPQ@;(Dbs?iteg-2XS~Ng%jL68`|icpx*l6N zxMT#nIJhiWm5|o4J9)k6Ws`$vW;rbtS!1cZl;!4k*~@R+3T0+9tnYZScjk1~=G}+S z%u<>^Q}T{1v!JQ<_4RST52qdqmwgq`Zgpkh{uU)B!9vM`dFo0`%^eG-6iIH$z5UrT zFm#P2^MTa!ovWN?NNTD+Nj-RXujY|6{w^&1J7)y$uHNk74s<?)r>mdKI;Vst0CK2y A+yDRo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-2.0/panel.rc b/themes/Mint-Y-Darker-Majestic/gtk-2.0/panel.rc new file mode 100644 index 0000000..c877428 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/gtk-2.0/panel.rc @@ -0,0 +1,153 @@ +style "theme-panel" { + + ythickness = 0 + + bg[NORMAL] = "#383838" + bg[ACTIVE] = @selected_bg_color + bg[PRELIGHT] = shade(1.1, @selected_bg_color) + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + text[NORMAL] = "#BAC3CF" + text[PRELIGHT] = "#BAC3CF" + text[ACTIVE] = "#BAC3CF" + text[SELECTED] = "#BAC3CF" + + engine "murrine" { + reliefstyle = 0 + glazestyle = 0 + glow_shade = 1.0 + highlight_shade = 1.0 + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + textstyle = 0 + contrast = 0.0 + textstyle = 0 + } +} + +style "panelbar" { + + fg[NORMAL] = "#edf5fb" + fg[ACTIVE] = "#edf5fb" + fg[PRELIGHT] = "#edf5fb" + fg[SELECTED] = @selected_fg_color + + bg[SELECTED] = @selected_bg_color + + engine "murrine" {} +} + +style "panelbuttons" { + + xthickness = 4 + ythickness = 0 + + engine "murrine" { + textstyle = 0 + } +} + +style "theme-panel-text" { + + fg[NORMAL] = "#edf5fb" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = "#edf5fb" + + text[NORMAL] = "#edf5fb" + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = "#edf5fb" + + engine "murrine" { + textstyle = 0 + text_shade = 0.2 + } +} + +style "panel-entry" { + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + fg[INSENSITIVE] = @text_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = @text_color + +} + +style "theme-main-menu-text" = "theme-panel-text" { + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "workspace-switcher" = "theme-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "indicator" = "theme-panel" { + xthickness = 0 + ythickness = 0 +} + +widget "*tasklist*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*PanelToplevel*Button" style "panelbuttons" +widget_class "*Panel*GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*Panel*Button*" style "panelbuttons" +widget_class "*<XfceArrowButton>" style "panelbuttons" +widget_class "*<XfceActionsPlugin>*" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" +widget "*dict*Applet*" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*Tasklist*" style:highest "panelbuttons" + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" + +# Fix gtk-entries in the panel +widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4f834a1801d8d7b5f28317136f82407256abb0cc GIT binary patch literal 347 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uAfKP}k zkdBLsOGrqFM*`Xg*4l<PI)*j|ruIf=K;&R*>1b-{WMSiCY3u6i9~=-A8X6W679JTM z9vKlC6%`d79UT)B6AK1F^WuPp{V7&D2sE9&B*-tA!PCq8(c>r4=4(~}g%Uhn9780+ zbNfAo8Wea~7B^|=t=OUX?En2Q4huXI?=M@e#_iyEImzi7gMy(m1A|e~Lvy`7f!QMO zTx-OZ`U`EJC;L?4&I&bQqtJDZfql-o_utmMO`O<$<o?UjG?!4j|BO<qLZ8>ocqI$8 Oi^0>?&t;ucLK6TgTyKH^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..393078b9f4e2135b4e4cdc92c05b8a140cb67327 GIT binary patch literal 462 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E)d4;s zu0T3EIyxySDIp;tK0ZD!E)GZn0fY--Lr84{YaK%yT_Yf})i<`)H?cD?u`@DrFtKp7 zvU9VxceizLcX0M}bn$j_@$&Tc_wot!3kVJj3JnYn4GInm3y%zs0HUaf$S8;{m;Ftr z0<GsO3GxeOkWtrIxpv+94R79m`1px~IsGzFX0@k_V~EA+wU<wdH5u@*2CUHN$Q5}W z*}dZLfBh|N;<6rJDk{A1rSf=AvNO_{^0MR9(dGKQ6E}&rDjK^i$WRcJQ2XEfT>QeC zEHM-B6<KU|#25^APd+d&e{=u3g4!c{x%mQKt|&inRBrC84do4NB98CxJ?cq%_x+yp zB95y6rv8QUHSKqI-!D46De0{L=N&&w@7OXwTRvCeMCJrVfhUi8E|+aR;!$?h$h-RH a8}aO=xl>lg9*hM#o59o7&t;ucLK6V_cd8Ho literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f45e68302e75ac35b62560e24574897d0a927ed5 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkWNTQh>eYnkB<j3bo8xs3~lsH9SqGKOf8%&Y@97@Tz&mQ0)oQA!otJCBg26x5(uKB zqk)<r`r?(vz1IT`5-$nz3ue&Jtf}q608F0)?g5oVd%8G=NQCG1NAfi&@URMM%<hu@ z^3Pq=S<%G8)Bc{y-If^>q^zUF3{zY}S&ZB!mg^NYtnK`AmFt_*$B6kF;S*(k1Q>6< v!>6%*;l&xv>ur^bF8;Kxt?|?S{8@i#24BR)iwtvs)-ZUw`njxgN@xNAXP0ba literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..161508e7a14892225b8c7c50a42157316c064d01 GIT binary patch literal 454 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EX#qYV zu0T38G&C_WF*Y_fAt50yE)Gb>$HxO1KoY{x(YMkuw9zxP(KoiyH?=b~cQCbZva)lv za&WhCaCdO_baM9g^!D@i4e$#H2?z=c2nh=c2@4C43<sjfNT4CYSMSLIZBi-;@(X6* z7Zr<*Pe^QPZfWho3Nq8zBm-41@pN$vu{gbV@=38K10L6fNs?09j~bjee*0e^#Gz+3 zVTa@WP2cDFd2Y(-&GC9FwrI(Z54QwYrY|l@*`}cpl@U<jQ>T98@ByxEthNS+HnTG1 zdLHzX(L2f4AAYKKA$zXSJI?QgrRhoUIN2_A?5ID&+gp30*?W=T#}6~FPjUZWFz-j_ z>Z2JYH5-3DzW+;6WS`mEC9O=Xj(mPo&o5R@*}S8E;(DW-`60ql%Z0<)tbp!i@O1Ta JS?83{1OS8xr33%~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..efe63d320584fb02cd581af5a020cc8779ebbc03 GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkp7PZ;^X5J6BCn?lJfKO3kwTNOH0ej%IfOs8X6i}TU*=P+dDfuPn<Y$@#4jM_wGG- z@Ziy-N6()>fB*jdmoHy_{P^+f*RS8de*?|aN!8f}G+MSK$S;^dL$ju~2L}-MW8nrW zjPrDH43P-W?RV#EFyLX~)%?Pz$oBvLT$x8M8xP$}Q<=`H5tQw9(Uc*@X9+`tOHt!) zksUX5xoSG+T`lQr%~wA!!@`#~hxzk~yVB2ge93vEdVW{)5|5wNw))FgZTiE$y;#Vm T*X7VBpiK;(u6{1-oD!M<j<%a$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..387177d7a5dc24cefc6759843754728bc5aef413 GIT binary patch literal 469 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-fArK!QpO~1Kl9G~<k&%^^m7AMeT3T9DQ!`=0geg;|Or1J)!GZ;g7A;z`WXY~w zyY}wgd+OAwt5>f+dGh4hvuDqrKmYyv_us#NftG}~UPuGlr&1E+7tFvfDi#}`kl57R z(%ORqEDqcP^cllyPZ!4!i_>c_-xh095MT{ZJuI^3O`S5&zyI=+FS4`A#%#6dpSM?} z<>V%j$f<|UxfGavo2nYbyJ$<wH3k;mEC#bl{|}}!zG&`Zx_fGES3|k>(mSOp7uHP= z7iPNZTg^Y?_m9Xc)eo-Pmoj~q3*hZo@csG+mW{`4qf|N;9KT&-GTH72zxeg}zE3t( z6`EYUyl1Y@s^1@^Blc{W!^X<s#&=Fl-mUv%)wjQ{^HMhLe;pQo+QGqS8PM4bp00i_ I>zopr08f710{{R3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf72494cc2292122f9161ebd8507135d54908dc GIT binary patch literal 365 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkWNTQh>eYnkB<j3fMilqQc6lnT3T90Mn+avR(^hdSy@?4O-(~XLr+i7)TvXiUcGw# z`t_SPZ{E9i@4<ry&!0bk`SRu4w{PFSfB*aU@4tWl{s)4N^`1bZWlMtmf*CY4Yifa7 zu>x^F7H*)zcuyC{5Q*^I{%F1i1s)c`6-<wQcNY9F_F|f3W>IhLxjFWj){d5@CxHui z6c#ZsiDfNvT3h$8C695J>K!xg$7Pd?g?{lIpH^h|a=pNuqq>hDvqxpSFIe>9yOo^! ctg1iU!gE+J#|!B!09wW1>FVdQ&MBb@09CD$`~Uy| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..291c1188286ce43057fd22ab57e81501d23f3829 GIT binary patch literal 469 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0T38G&C_WF*Y_fAt50yE)Gb>$HxO1KoZUXDo9F7Dl03isHmu^sp;(OoHAv~f&~kf zELpN^*RDN#_Uzre_r!@4r%s)^aN)v}Cr@6!eEH$Shc92g{P^+X*RNlH|Ni~||9_=r z*)*ViDkVXF!3_MOVzKcFiA~Kdtvxuv;=nCHpE0cVba4!^IKB4rZLuZ=0oDN3!y+Dw zexE({^MAdMn>>ST%vOv3d3!}#PHqy3oa%JWrNHdlRFxp!MN?9)aj@`au^3JIf3S@4 z#qv(3yN8au99YNNQ0~l>TfJk2z>Kt8)(&%zov+%<{OxbB_Mdx<%bW$jyp!V7h^u?A zE983N_idZ9$#y^Z!*AaYd9tDEW5C7BHupnU{r(^wv1iL1HdZD#zH@5wZrvZNzWsHb cm$GU9zb@_dcg%0b0-ep^>FVdQ&MBb@0GW2pCIA2c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-selected.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..b5f2d992c0e728fcdbdd33cffd4a89258e81f2ac GIT binary patch literal 354 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkp7PW;^X5J6BCn@lM4z83JVKMOH0ej%IfOs>g(%UTU*=P+dDcsPM$n@>C&b9_wPS= z@ZjOYhtHosfAQkQyLa!teEIVI`}ZF|e*FCT^Y`!HK(p1hwFCgIVJ`{t3uf^2@_zLA zNwoQz6+odlPZ!4!iSXQW$N3r*L|iTgI=<O^{pbJnC5i$a_wLSlBG}*`=rfy#(Zh<9 z;Y-m&nHr1ROUw)IJh{5E=IVy@uj{^ZyRTgJ?C!4=?J4)3UDWhV+jSsy3IDeJ>)ZP} b80O0<`-nVMljYb6w28sf)z4*}Q$iB}-xi{O literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-selected@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..204aa4fbc0615528fd2cddc85c48430a1a263665 GIT binary patch literal 472 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ebpbvh zu0Z-faUecEJ|Q6?B_$;_H8njwJu53KH#avgFR!$;w7R;wzrTO-<jGT~PF=8I!Q#b> zmn>PbYuB!Q`}UnaefsLvtJkhwd;IwEvuDp<ym;~F&!4}4|Ni^;4`{7##;Y$t7x0w? z`2{n`sB5fTyKeo4H}5}u{KUbWei<mU$<xI##NzbY%eRG^6hv49OudZ{zNs_!<o@@c zy*Zgb=81{v8~1NTY%RjBibf|pB{)w`@{i~6?{a){XtpN9BX(7W#wYb3{xI#5b#~mo z)YSPvva@FF*Eog!(=CgoH{5$`dSLyQyt#4A<vUlk+{|9E)*)i=zIM0Hr?=kp`ZjH- z`aEO%sh4a27X<yCs61Wu=)A?-D=qgp?QOr$@F_!_!N}f&QRUvjna2-jsBSJQ(YR!B cB4t10iFXBh6-+aK0bS4F>FVdQ&MBb@03Uqi1^@s6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c41c5f2b79bb3603788bea8ea90781930620e4e8 GIT binary patch literal 441 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIav0G|+7 zARQMMmynPUj|8+0taS`+^iAvxP3?`$94u{IENxw_?10G4-r3W^*~{A}(AziAFCf@I zFeE5AEG#S{JR&kYA}RuiBBLTBqa&lDV?iJ;7HE209MJ4zX|8vGma&%v`2{n0dU-#3 z{3P0Z%?hB<dQTU}5R21yuiO@DQV?KEFwQ-xWBevz8rS>(6IgkAm>!+0SXzCQ=l-8L zor|Vk`FDVM>M^!uHW8hTHOtHxZcDM>{`2FA!!+g$$)-bppQiI^v8#SQT)p^i<jzjZ zFqP`lZs9ziWg-L_G;`Ar>I?2&-uC@*;awN4)Ni{YD&NWE2Q|%o9%*V?G~@YgcirRX zwm;1JB2-xI@@#72I!V>O*%q(aZ$Ek*#dL9gh|H9edAj$%^ZR_M@`<{C@)FSL44$rj JF6*2UngEKlqqG13 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..32272b758ba60259144fd1be7bd9612ec7c291c7 GIT binary patch literal 630 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS+5>z- zT!D0SbaYZuQbIyPe0+RdTpW-D0tgqvhLG9@*1Co^dd9Z;#&!m#_J%-YW^ZKXU}@`W zW$S8f=VoIMMD8{Y?hejg&TihW?!F#g{sBRufkC06VG-dGk>L?h5s^`mk<pP+(NWPc zv9WQnK>NTp@*muIALtamk|4ie1{rmYm220n-|*)BhmW5)nA0yaFfh7%x;TbJ9DaM_ zZqOkE0oDgWjsmw8w6rvuIQ~uiUT+sI;<4-PJ2UCD9XE<^&a5l8@-?5U(&<+0w^QPY znL(xf+K+8v6BI?*!=}hF6id!vyuh`1K@-<JxtjV;?sf0a<VXwZ*f6^=?)cmw!S}B^ z)KDVkzErS!TT^>os#wv5m*PtkHy>x%zhL{vJ=0F7na*R*zjULYEj&5-nXV0&&fcz$ zYL*|*E0rETd~mP$$XVNW3m;sx?pV^^l&}2!-StnWjxVX)TOfB+xVvwDiv6plKa`Fy zo_6+<X#R=ksX969mGAa{e0jC&tX#6im5z?%lJO2lY_8d?=~!`Gdc(cl^B!)VZoYAD z-}&1T4+3j`Z3{fG_lHO2AKxtXOL5(?>jmWNa$GLxEibYEs~Q&I$hvdE2Za|>4YiUt wSQE6Ye0IM&@ObAJBkrf0^3*S8oYUOj{i~g+r!C?+Ft8asUHx3vIVCg!0AnEiAOHXW literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..5ab4e40ffe53f20a6a482c4b72159b0fe5958833 GIT binary patch literal 455 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIa#0G|+7 zARQMMmynPUj|zYy$;rtnDJiL`sfC4wMMXu$#l<BhB|x((Dk`e0t6N)JCrp?ydGh2r zbLQ;byLaEdeFqL4ICSXH`Sa&5T)1%Q(xod`u3Wu(_4Vu5Z{EE5^y$;@-@pI-`Sb7J zzyJUL>xA8P0b0yn666=m;OXW4=<$<i^EE4gLK{6@978Pp?_N1A)MUWJ8sM@aOLYE^ zFqiEA|Am)sEXffv)|<N9>)AZda^Fezp7je_o@6#yzI&9y_=s&ebHMrAo^88!>HgJl zijBPO#c6f@1g8$u74he9>NunuUn`Z}p02#X<SS3x#g~8O8kcSqQz_%{d%te4SXNEn zJ=K6*xpnKs-Ano%^m+HWFP#2Ej=8x<mU-`;qkYW^{3kYUn0Vx4z}k-A3^PlF>;8H! gU38|3@n6L}rAwO2_8Rm|1v;L=)78&qol`;+01lDHDgXcg literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..32ace4081d07bcc4029ccc1a2e4f6e9c4c4fceb8 GIT binary patch literal 645 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSCIt9| zxB}_u=;)-Rq=bZo`1ts^xHupQ1Q0HS4JU!hl9Q8DQd08s^NWg#ii?X&N=nMg%77MB zR8-W~)^>My_w@8EUAlDr`t@73Y}vPO->FllPM<z~=FFM1XU|@|c=6JuORrwNdj0zK zn>TOXzJ2@d-Mjbi-+%u6`RmuOzkdDt|Nnn9^Z#Q&H}RDO`2{n`sB5fTyKeo4H}5}u z{KUbWewl%R(bv<(F(l&f+Z(ro4jBlrJqQZm+vdm^=)%Zf;qv)kzIyAzXIJj3N~iC* z@qd%?-)HAle63Czbv~JL>D^Q<qf~SL3g)9H4v1HGO*Q7%sZ4m-*d@uxD)Qm~!P`#_ zG%G$Ym2c-fxOTbiM8<bE{ypr=tIvxrKKOF^HAO?QHNQi5K5us0ufjXqmdS#vLcVRg zRnfHc*{#1bK3%)P&z>&5R<@9*QX-<VkE5Dn$9EmUj|m?hNIv=@`px0P`PHshm=FH! z|M<=M>yux5EB6Mp)ueZEd)em%<xG5(c>0*sS97blLx;9mJ^ITrKQ18W8^>&C2Ns)C z-=20(aKFVbEBGZtdX4FI?F-89Znzy+zp+@3aqEwwm6ICS1;4&%zv36O_@3bMdtov0 zD_a)KvVZ*d$@B;ZM%E=wXSx?~^S}9YppX68n$uhAPVb+0`h0i9x))nOVe*OFZKXuF U=$1fTV30F-y85}Sb4q9e0ES2`uK)l5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..abb54e5a8a60fc63f453dd38be3160ed2353941b GIT binary patch literal 353 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkdBLsOGrqFM+M2r$*HNSX=!Qc>FHTnSp@|JWo2bRgKBDO>g(%!dU~c#oqFxswd>cf z-?(w({{8z89z1yQ;>F9CFW<g>`|jPlKY#xG{rmU-|NkXI3-$r+U@r;s3uf^2@_zLA zNwoQz6(H+9T^vIs!gJ5x7HSX>Xh`hbHsR7wg?s;Xjh)*r)^ERm=3G-i;9ZBFBzBQW z9n2@Z8htG{Ts<TIL2N<v8(n6Oz1;@Y50=}S*|$&qw<+xOm#(TaGv>>RJQ4U^ZROVz c^7MK9>y_-8Z(AFzfp#%?y85}Sb4q9e0Qk0(l>h($ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f23f253d71abb2d55230ec4bfb3bfb420053366f GIT binary patch literal 472 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ebpbvh zu0T3EIyxySDIp;tK0ZD!E)GZn0fY--!%3iEVqzjtaambeMMXt*b#+HaM`vf}<jIp4 zELgB)$&y{WcJ1E1d*8l&Cr_R{efso;3l|<ge*E&~%MTwueEj(F%a<?TzkmPv^XIQ$ zzyAIE_y7O@l_D=XfiB=H3GxeOkWtrIxpv+94R79m`1px~IsGzFW|OCjV~EA+wU=)T zH7SU&2AFyqH(uIMU1s|8zdX+dcD;F*uWXRNd0JAyPo(vPih7BPinm>@W1~p(3C$TR z*;v??vWcAhpYWCSN_bz>FEy*ahOe<4AJ;f2?4NFFB>v&ld)@=z7G>|b#~{6PRm)xJ z1uwT2R2B0_tH$x~-fp(C_44iGcfQ8G|I<GC)p?$sI+}Vsd(S%W=J_gD$9!UOY{rCx t3Re{v+0*6t7f(HN>f%C=#|o4Gva#$j`t@j`6D!d544$rjF6*2UngEoO&h`KR literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..575189412956bad0fdf2a317de52aa895dec6f6b GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUY@Ck7R z(s6Nd2?+`DNI=`b8pzwuT09vj&0Z4Z7tG-4<^AaKlW6lbD}X}!o-U3d9MQ=M4UErv z_!Kfi6B6DsFtfAqaV%!EUo68BAlXuSaBV^t!$n=Df^Y_gA8v*hKS^t|0<|)Dy85}S Ib4q9e0KGLsT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..64daf18fff9e930b833a8ae969c819d9a4baf008 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Ei79i5bvl#q}RA0HnV7Y8JP0K$c^A*8l}HIVT}@%1909=?(wzhDL#b&Zv4*R9|1 z=KY6{pE#J)F9T)#JY5_^G|nd{DDcdv{(tyjDeHoUtMw`yI5aNw>wFN^D3FhQz#s6y zo=YO2u{^+`^T2`+++GU**|@GKbJs9(Whip{uy7eXRruk~($P`PFh8`qqs-yb8KB7w Mp00i_>zopr0O7@7F#rGn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..244148b8cf481f194ebf70164e9e470d4c97a11c GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xA*>@Ck7R z(g_I(v9Yo7@$o>0j=mL;@g>5P1t`H@666=mprKh)+tX9C>5eQ=NY~TFF@z&JIiZ13 zZM%trM_@vNCo?lMn;C~PqrI{SM}TBY>A|%P5wmm{%2^o-4OLxC<Kq2+8W}uY{an^L HB{Ts5w?sS{ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9820b66981d85849c7c173282f5ebdfef9d91f4d GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0Ei48k(4x7#ka#kdP1;7Y8Kc<Kux0APHgU=vx69U;Ixz1*+yN3GxeO;1?B(jZa8y zYHn%m=@IC-k_nXY_H=O!(Kw%+pujU@_4`8y%~%&SJdIT`;M54{)+rFx*dQMHKrG;a z9+yNwqj7*k=Ya(uxZM<<D{;p#a%CuSn=rA?*d*{rmC5CZEyD~}k9}e(!f`-j89ZJ6 KT-G@yGywp*FjWfx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..c37753a8ed9f63500153e7fdd8cf7be8a2e0a80a GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xA*>@Ck7R z(*Kb_e0)5RmoxuYB~XIBB*-tAK|`~qwx_3N(;Zo$kglhTV+codazX>6+IABKkHCZk zPiAIjHZu-oMtfxujsVG)(t~RoB4+6@l(RAv8mhXO#>M*sH8Oa*`njxgN@xNA0eVLI literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..fbe2f85a58ea7606fb4b1bf067bd7a57b7606f00 GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0MeL5QvYD2P#?gIu_&}zLFrnU<Q6svDo;8#HQw!)}9`Ljw_i!8E;P)#}JM4$q5QP zGgiMpbkK}-LBrEn6$4I<fNq@vQH>4akq^WI9_VpN1T-24ICLIZ@PXS+;kgob3?o;D n61NEx>x@kTe^i-Vj@UBHVD;E1mLePnG?u~B)z4*}Q$iB}^AKx* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..b8822627cbc522ed52ab5aa1668161006173f6e3 GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xA*>@Ck7R z(g_I(v9Yo7@$o<gko^Duzi#gPFF*<Qk|4ie1`W-c+Mb@8O?PC0Lb{$Vjv*Y;$q5aN zYS#l4I06$AI9ZvQ*}^!K8SIsLIRYeGN)N7Wh>+4@C}(BhkW#Sdom@R1sFA_b)z4*} HQ$iB}-kCo) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..08e100c874e0b9578ae6a5ee9bcb13fba93e5c5d GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0Ei48k(4x7#ka#kdP1;7Y8Kc<Kux0APHyu|NmdNN=Ou_ny)0tFPMQ}R4g_=A+f2s zrM0I=pyNs=P{!NS#W6%<Vse54&y3aQ4;(aOUC{7UQpJE%BcNHQKty8$d*lO=fCoHW z5&@070~|UJEcn3frtn;WTZWM<Ly6mjiFL*%fj_EDE=Oz`rW`b3yY;s?3ur8Zr>mdK II;Vst0MQ~=YXATM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-selected.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..7855f07d5026c2c4448f13606b41006c65f18786 GIT binary patch literal 229 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQphlT^vI! zdf!ey&Dmfe;F5mySMEmx*3>3@E7MTNj;M*VY{ku#3#9QIOXS>y0*uh4^a4Izno zU6WF*8>T%;OACJg^FH&l--oLIXK*O?_<q=4z*N+1E-U;%>%StCcYc-UCAOr)8+KMC S{uTt<#^CAd=d#Wzp$PzFcu_Y1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-selected@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5b4c20d46ffd0c4f4dbda4f888951665fa566c54 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeLI1nEn4^${GJJ}bghp!~aFPK3_U1R0ib?Z00dH><#Cl2QH%Rm`FPZ!4!jq}L~ z3OqBa{~tbB%DSN8YQ4$^4vh=_Iv+$e3gjan@CQ7w=aL9$EDvz#Jh0#cx0k|yHm)nm s+%=3`8H(IKEL;Xp6@Iw0baYfR%nz;ZD08@U252&ar>mdKI;Vst0B(nPdH?_b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..f5231aa23bf723a0e34a0ec8ef8292754516f86d GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUY@Ck7R z(s6Nd2?+`DsNnzq|C*Nn-U6lBOM?7@89cqbA3c5&ZN6p&P)Og?#W92<Iys?%@!6Lm z1&z>z1YLG!cD6E(#SHd~nK=R^TS^bEP2gg`sLE6j&cM*GuXB_&W{(0;D}$%2pUXO@ GgeCyQc|~3T literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5dca03942aca00c867366bba48e61c2d909b308a GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Ei79i5bvl#q}RA0HnV7Y8JP0K$c^;pG4S|BGbP?f~`hl?3?(GsviGtX#Wp{f0O1 zKYaYe!JK{>DC6hp;uxYaF*!kjXGZn?g9l4l7c^Y8R@uOzaiLx3gNQ}}f8+z+fCsW% z5&@0>0~|UJEcn3frLdok>xv?`4I@{EBDW6<m%&qoAMPw29n}nT1k)~@PFH*jG?~HE L)z4*}Q$iB}ec)fr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-selectionmode-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-selectionmode-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..193ed1fad8a70ebaaffb2437abc0193266d58b8f GIT binary patch literal 477 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIZ?0G|+7 zAg!rssG(t@rfCdC8YZe5CTg0dnmUG>TKbyW25Oony1Kf0AfRtxU}RuuWC%jWhDOFl z#-=7F=B8$rX69Dr7B&`^wzl@Jw)SpzK;+===<Ma_?Ct2{?dl%r>JjMX8RX#|>fs&c z=^b{$`T0Gd-8>~he!&d#3dc{JJoV?#pTB?mQVT<X;`=>a978NlU%hf$s7XP9Ey0t= z`^curk!fj{e(z6YI?2Llc-i-j?)^W9nxtJDujn}5h~i-4e17^)pyU*Rr{|o6lFX0% z=kD&6*V*;^9Q&lcOVdl7p1JM(#n!qwJ*lldsI)h=U-a!!$CF=m-wTI5mYP26^24fx z)!U1Tdbd6_o&I-Q=x3g4o1&i=KKU#cn;A84WB=rkIU657dad4n{jib#k>@k7Howa$ z->c5}*Lc6f`-ziM^tN}XvKVab-)q9Qu;;z{1Pwd+%<U$-fL>wnboFyt=akR{03N@q Ap#T5? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b635b412ef5f801e74e9d2fd7c0272581583d7a8 GIT binary patch literal 675 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSrUm$f zxB_W4Eh7~TQ*~_<buAM$5HeQNG*#0u1+rB&P1G=umbQVGj)9IY1n2>Qfq{{Mp^+g7 z85<fI8yT6Jm|B>cSz21zTiZI>*g4zUyV^T?*gJVRIC(ladpSCLJGywgx(B$r2fBI$ zx_Jb-c>+<eyH~J>cc_PVSk!?QklzJLg8YIRY<>OwtJ*sD?%V(I)8{XLYglG#GcYhF zd%8G=L>zv5<95&?0|B-NOkJ$pIs753I+ASUFYNh$I`UM&Y_+#)H)9O^{#Eb$Y0Y`} z99v`mdC#XgR_v?Ks4Gt`XKd*a{mbykWV6>S1|HP{uEMmrENVg)%~#}NoKzYaBo!It zzARv0ddKF8-@(`V=VF?c9*<VyT(f7I2V-}$dKb%vA5UV$-X7d_->$r5!^QKShxPoq z_e|P5^}*A$2UXjr{@Ppq<uc=S>vP+0$??70JMG5vg%1u2ABp2<?vHcUx%bP4<<I9V z!H)tTzAgXw`uD5a4;M@0zsN-jobJ<JB44MmsH6JF)|)0r^Pg01)!TMK@b&Vq*Mqxy zjJ}E}E$$8UOu4f2j*w*S1@82_h5OR--?$xjH=nPx^~bE;jQx*__oo{z(GvXJvn)<? zU&6eb5_fGD&ik+OZ2|j#eTj?Lbf$N?1|;zx6YzS#vF2zhPj};<KT^VFncc-#tMVky jz1g85!(wNrJ~e*n&x{H~zxtiPs9^AP^>bP0l+XkK;Y9*D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-selectionmode.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..03311efed2deb69ea3c59f17439e3f3857cf5dfe GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD>c0G|+7 zAbsxKx%21GUjl>6moEcpAom3r02y!Iym|Zf?YnpHK7Rc8`Sa&5U%veK@#E*upTB?q z{`2S0-@kwV{rmU-|NjW9mTaI|TqQw%!3^>W$4{I*1(Y>!c%lasUG3@O7-Dhy>Xoy6 z%?bi632P&?oO2iM`28>c7IT|hf~Nc2&(j~KPnK=#eqxrb?6%tQ;BP0LHnFJ-@+{IW zaZ2SKn<F0dqIt`$3(T3UWj9;4Fg4u$cksmrA*ou6UE2%X`_nakd%bAXFrI#xx8qYq z-qMS2jb5+5W9T*e>(w~f)NA2?-NTEo@|Pdoc_}64qI&NIQNLMV+pQJjWy;o1*|~Fx mTyWFkthIYzZvW;tPhT>^e@)FTEk>ZT89ZJ6T-G@yGywo9aKcUi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-selectionmode@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e979f8c3bbd74801d117610402005023ca2b0a2c GIT binary patch literal 615 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSasqrp zT!HjOFgSPa+<6!PvXQwkVJLm!!iASFU%q<v>h<f_Z{ECl`}Xa-cke!a{P^k9r_Y~1 zfBEv|>({T}zJ2@o^XIQ$zyAFB^Y`!HfB*jd|NnpG+oVN6`vgjY{DK*5ef|8a+B){` z+yC*?=P!S2SY~Q7Ffaysx;TbJ9DaM_W?7Sg09!)Ls*FH(L%rNAr9J<xcZGU$SQvAP z&ztx2{oix)n<^)%2%U^hwTX8Mn6^1^ws~uZPt-5ReH%jqawZ<W!2Eo}%BJ80XPCtk z4m)zsWM>KyWE2Q+VEnuGTkJQkTWhVpaK_nO6<B;=_H}{e1M%lYl^u2mpAtWOFnxb^ z-J^q1`{Sg_Dpfu_sb0S8d*~;J-It%#iG28#{CAOj`SLrbGgh@X^&iY!)ZSPx?|s>Z zWlepJ?<au^E1u=Oh|}MqXuasz?}w8gb?s=^pPd|gN9nPuZq9P$YyDfk@*G!|<!gI* zu}|Omd&l#Iiq%(`ug!ej_w(u88*SJ63t4TBI^X2~A@F^@?K#y{j=vS#=N<fQxc;K@ zE&qQ)+!_z;**5P;pLTv)`vN7I80S}w$|t%nEMHZ+PwGd1{N#@9Tdum_{(Q$EwxuxA f%0p$+_EVA!ydNy?yslse20VkOtDnm{r-UW|%W64X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a2d09a4c66dcb1386c0aab8ea8b291f48d48da77 GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xHr9@Ck7R z(wdrv8X6XAn#NG1VWO&GqNZu8sbi?ArLU=Npr&b}tE>A|M>iO#nx`blFPK4I;rNM@ zr~dr;^Y?FGYGDXa+``kvF@z&JIiZ1Z*#~2X0Hp&5wtdqRxKoypu%DZamB&Wl7^9bD s0dwT{rWdo>czWa%yl1mMSjWI{*xz^SN{g=sKr<LTUHx3vIVCg!0AW!~-2eap literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2b9318ba1cbefd4f8402b9cbbfb4c3f615364449 GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EP60k4 zu0UE%%Sc7TR9)LdUCTrbgpAcRP1Q6^foxSx6EzH^rEQ?4W1yo80eVJ3(dj@_1WJPZ zf*EXm{rs!iI`;0{|MAo3FMn%TW@-cFay?xfLo80ey==|bpdi8;=<4cn;o<iGYiBJ8 zaY#&hx#j(Z!uE%g(`o}sbAorSFPU_{x<E0Em0yXuxBIM3G~2WbY@CxBkNACPmfyp^ z?Elkm&oBQnD_Fs!HcQF!+()^#H*cQBoZ8Z|>FdoEA7>}V^K7v&e!IDN63}7>Pgg&e IbxsLQ075-;iU0rr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..481a15e6ebf2b81e9bce00d25ee873d9b7853df6 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7u@Ck7R z(i$3O>YB!C8W3cvs%fIGWum2HsHLS3B-OM`bai##_=N}pmGYJZ`2{lwmseC)PM<z~ z#*CRW7u=XS1t?+R>Eal|5uKdS!05L9uEPYK0|%_0^9al_N=UF~X5-|!BXEq(OR|7D p@>;_SVJ@DYXA0ikEDzQ(F#J+<4=H)*uoh?rgQu&X%Q~loCICr!N>%^> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ce9562780cb800d29d0e0bd91ddfeadee253c6e8 GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EW&u7S zu0UEz(?DI_Tus|dP0K`0(^yr*R87-FP1{&a%UE5*SWUx39Vo74qNQ!1tqTGAH$N@f z4%8`B666=mpsJ_u84y%hR6KFgjF}){Em$=VD4XHw;uvCa`t4*-z6J#WmPnUtav%QB zH+B4YXo2BFkJ#nUuBjdo+0y@_!*BcVKE`MN*fpm2`82F*Viy%_TJ7ZWtd)5omxCmO zP9o?3)(@sTr(e94{_T#v;z?~D;}>eVy1J<|zcfuPK4iye60WPV)mgC*XeWcGtDnm{ Hr-UW|j#g-M literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4356b0ac3407588cd75fa6c316f00a0ae1986a GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUV@Ck7R z(*JP-m73X8fhxF4g8YIRI5@df)l5uX-BkZCj{%ArdAc};aLi0jXkc8{Gt=S1vI7U+ z>2R<t<K&TPQ)nw-W?rr!;j>^0qxl3~i7eJTK@toM5x<1Po?UdD57f=z>FVdQ&MBb@ E0Fjbcg#Z8m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..bdafd334439a1cda0c82647e3edcf457ac90768e GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeL6kzSkVgS@5P!i-9%)r6JD<~?asH|#Y>g4R|##R{^43vxWba4#Pn3$ZPz?5?T zKR;{z^rjzk{!cu>vcTaVx2vOuz^mU}A~)`9aIg#QZ(#Z^D#&!GzJcjK>%;^90~rr7 zJ-^s2U^zk6u~Fv#A%S%X_r$++Xfe3Pir8rV*HKh^#dzgcai!f;&lNzM7(8A5T-G@y GGywojo_(kQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..90d0374562aa65031c51f90f518da9f81fedf1f5 GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7o@Ck7R z(w8n>I(F>XWiYr11}|T}eE$6Tg$oz{{{8#^|9=}FXHB3wo{}KHU<N^<+`Rm*uI`?m z9%tisf<SQ#PZ!4!j_Bls21d2*GaV)<9XN1nt29TLg~5ikY=&j31_kffnmMN!Jz(3^ lur?y^zyXeJCXo#9fS$bKU^&b0LN?G022WQ%mvv4FO#r2ZUc>+Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..554d44958d1bbf6c4f25fddb7817bf99e083e4c6 GIT binary patch literal 336 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z<Y#fw+3UcGSP!nt$j&YwSj=FAx&1HuJL0YxAHDDv{<%h#`8|Ni~^|NsBr-s%Jb zH4B#n`2{m5YH2%rd1qu~wzRf&_kcjRitIn2be5-!V~EA+x04U@9S{&;U8&Wz{o4Qf z9O0)eYQ8dOOVjf|w?s4*G0GlXRkq*2@p`>N;kyK;J|&AKHZ2L=4-O_bKI~?A!g)Y! z+lTlc9`Dv&ycD4@W14O6=KfEzZS&r!&C88y|M>T&^v<*!{Kvl=Iq;qk3IN*5;OXk; Jvd$@?2>`Dql6e3C literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-selected.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4d32106a91fc846c32e52145ae36bbc8cdc7aa85 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(*N;-^NO#30u^zW1o;Is@CyjJxW>gN)HayuC$R#B%{*NkLpY+76B-zooeFg@h;3{< z94Wxz!!2RK>&WwvlP9JrVM9X@+Z~5*2?B>r7_(lQu<p=iIKe4$_sdrHW}pcSp00i_ I>zopr0A4U$zW@LL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..7b361e3461209ca7e8cec4c4a0439109142522a9 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z-fS%AyRG#{v0xFpCgn1NqRTwYzn*51L{B|f3Ds<ysiXVE<qpmesUi(`nz>9>>3 z`3@NH9ElPBUi7~{hhh3jqb3Hq!=Y2uCT>)YF-%ruw|y=redmU|VUs>b^o4vE3BM%4 zSrZg99F<HNA4oUE|7d;hR8_r`!<)O#X06-CNjJVPT_x9cyCnGi%xQcsRhlb|6YX2m W`S-<oO_&C>mci52&t;ucLK6U$!H=8( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb129da8b244e26f2e22c643ca88db8953c084a GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7u@Ck7R z(&x^dJAeNCB`~;r`7)3Oa$kS}kn!)|zyJULM}%<C2P)+%3GxeOkXJZ<;^e76fBu>` zJkbM+T6(%ThHykDCp0iF`w;37pmgAX*>4_!Hzf%P_nDLC=p{U`VrJvkNIk%t!WzBt ka6{uo*_6zU40l8s_6ND8d+u_X0W^fc)78&qol`;+04cU)DF6Tf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ae8ef7b929e41b2dad7e7690e0434fe179db53 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Et^qzF zu0Z-C7@RwI?mP?t*~na&FqFP<;lj(8FJHZS_4@VeKY#xG|Ns9G&k_ZoK>{T~e!&d3 zzJC5yZ5?~}?f>}c^OwIhEHkx%as{3)jv*GO-%hp^YETehakOD@OxyYIf5_?pC4~*A zCirbPpPlwbJgj!%!=Od?_<3&JuMhCqsmOXLh^2SNZk82F5li+>Na$jC!gxSr*@swz z$0z5$&v1_aFu_$|!G+m-)sN3N_~vMyw>nez(zbNvpZ1CO9nRV;S+vtJ8fZ6zr>mdK II;Vst010uOuK)l5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/pane-separator-vertical.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/pane-separator-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4f5d70f7b112aafd658d1eedf07a77a8dde7ab GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6dTdb&7< zaLi0jNk|AtPXK}>1s(}W35g#-ED-_3B7rU(FBa_<WhfS8<UHB#_6?|s!PC{xWt~$( F698e{ELQ*k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/pane-separator-vertical@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/pane-separator-vertical@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b82de17d1540d4b2aea8e4fbb88f89e1c3a16b63 GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^EI@3)!3HGFq;4Mt2^2edhHwBu4M$1`kk47*5n0T@ zAiW-h8RMiT$^Zo=OI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe2R_jGX# z(U|!5+(zC81rdjXzb6IEv|tk6@ZV-btC|~^HQR!VtK&a1v2)3Nad7>%%WQIsuyx)R i%LtV}uV2^J)H1~9$n9sCt@;ya6oaR$pUXO@geCxnQ9BU; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/pane-separator.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/pane-separator.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f1ca449c51555e918bb1ba9f81075bdc98eff5 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^5<twv!3HFqtYlb$6icy_X9x!n)NrJ90QsB+9+AaB z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD=<PZ!4! zj+x162?+t|2?+v;2?-Ua8yNoZ@bJt6;`@>k5_L+Qlh;h^Y&^!m@GO(<Ve0cOAk!H< MUHx3vIVCg!0AeIB(*OVf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/pane-separator@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/pane-separator@2.png new file mode 100644 index 0000000000000000000000000000000000000000..04870eb5826823ff028eade5bf2918b3343f6579 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^20+Zh!3HExyxe00;uJf1hHwBu4M$1`kk47*5n0T@ zAiW-h8RMiT$^Zo=OI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe1m^K@|x z(U^Glq9WG;0}+;s?oNxiN~dn!`F~<jPluCh^5k3g8#W}}Ntu(e!{Aw1OR;dC$d#Yv qEyb7nW#+v(UHZUr`+4zmwTv5LW&ep^e##6qk-^i|&t;ucLK6UT=R;rs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..43180e5dcd1b5b3251ad635cba74618e9c087ad9 GIT binary patch literal 372 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkWNfYjE#*=NlA%|i%UpIh>wp4GJpWc00M{zkO3C~3quKQ18W0QdqXpO|G<y{APNcv zO6*_iwgqUeXi1P?FoUR=ct~hicvEvr>$&q6E`I#<`OCkTPA{ea6%=~9IEF|_<{pgX zYc>#IJ;=6MpHVu;<KEx*GbgqR$cKD9)jL0THv93Vyr*iMuf5y##`GBL-5SoGsuzu} z&t_lJG-h^GJ6dsqMd8E}3I3U)5h>?N{-mTOTySQ$SbsYzVOH$)y-KV1Zrb`N=vy#H daQKI3{0}1e4v1Pco&Z|T;OXk;vd$@?2>||~g%$t+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3bfc96ea0dcb53d3897e2ae64d0369085553a5af GIT binary patch literal 631 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!AzY#Ky+P$H&LS#3Upn#KpxWCME*8KtUiE2!L#$AcO=m;35zPoC{O{0YDLmAWQ&6 zLrg#xL1SwhSnC<t>KOx(owc2twY{4S2)WxhxZ66ohlfXoM*vY&WMp(yR5VcUqoaxo zflk*e3GxeOU{q9AQ8hF&HZireb98nI2@M0PZfI<3ZrOL>#K}{q&s@K8^VaQGuit+B z{N>lAW1?L^onJj&977}|*B-2mKNujv_TaamtG>wI1m~HFH=hM`z54erUORox=gr&y z$B3Wvl&ZbX?R@^NDNE%ii=|J?StPfbFY8(5v2(7Wa>hd!?Igb|Euk|vI|Lk_xM$Oa zfPxQ4gmP7mq;tkEh}|3_8#Vu0-r6hAr-g~n@=o5~_5I4UHs)NfWLfon85I}AOhV>F zT#9grz7SBD<oZ~4mVdIax|zwb3o%mrweAJmo5*C?M&0gz`ssK7HRCO8-my-?^HtTF zT-sIN6)Gr;NpbXP6^n7K+AvG7c#-v-9W#LrQd(-2a_Rw-<fU(!zH%&;LGP^|8^~De chc_AjVvkGfHsboo+YX9$Pgg&ebxsLQ037x0VgLXD literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-insensitive-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e0ef4babbba51ddabd022d5c77795325cb21059d GIT binary patch literal 357 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^zfKP}k zkPZzEO-f3Ni;Dx22?+_Yv9UlB$c>MWhma5kP!Pxf0v&xTeNzWRa|geGkN_YG3IhsW zn6^(HXqH4tkY6wZ53ioSfxCxiVNr2QYinC~4+NZgzVR|pO}3|tV~B(#>p@PwW&<7u z1M^J5p8xh!WnY;}GdMI_EPA<FUu4T`ruXL+GQV?fk@4>O&9Y)wK@7tlzR*LnlqRlf z*_pe7i6P=pi^jwaA<RaNif=D5*u-b9U(;}Zvr2ZxgGx2lQ-Z$pYnd4i$onl<b#%MC RQ4MG<gQu&X%Q~loCIAQqbpHSV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-insensitive-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..79fe5048b088d3be29dc627845a23f1b602930d1 GIT binary patch literal 577 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ElLLH0 zT!AzYBqt}w#l=NNMy92u0U6QJ(Gd|5iHV6RDJe-wNii`o2?+^6aUdJQh>wqtjg1Ae zfdHrs$OXzmxDYlP7bpmn1(HCZqi>~WXrpHgM0Qqou2v4NHX!649uBlW8mQoY>8_<f zHyM@$`2{mD3JHsdNXy8|Dk`a{>ggL8y19E~Waj1P7nGG(R5Ua;wY0W%_8>q-g6R&R z=Et5cjv*GO*G|4E)}$cNw)IYw&*`m4PTjc>RQZ4T>SnGL1$$oZpFQ*afi;u9xSwo$ z-K@jBFZ;xv4Ylqr8}~X~k)EXyvh3qw=Ce~~<lH%P(aF*|XI{r*7uBD!g5d{eyp-fj z;pIP~r0{P34aJ2eJUgyjye3c=m1QmQA#;ybUDK2g1`g3N;t{-s3_MGYwAls-xu0U! zdQ_3v5O(v-{*E-yvI(<QqMz;7nca6woJZo3Tc-9}w!>R;1Pi2&%dYE*-ePd-)G67U zOYf}LS*xOX@Xi0Xj|y~_MI{vGdzbIgIIVR4;*<J$U&LG7@=P-q_d9|j(9_k=Wt~$( F697n?-46f& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-insensitive-selected.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..729da6e971c9574bd441365e7d128b33f23ff6b8 GIT binary patch literal 346 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^<fKP}k zkp52!h>wrY&(AL`EWB{x!o`ahfm+XK$;kpu5i1Gu3ufTq)zdd{_wXz%DsE|Q>+XSo zKi*A16&ao`jv*4^x&60=4hZnD-hCD382s;lcz4jU<oFYPlUWq4XKcF{eblYiA+O;@ z>4~`)c$)t(ZsC|K9wL~&_m23os#{7?Ovy*4{p2=R;!Jm0>-#i+&FbXN8QmYtLoeR9 ju(NZX%4jfYk}SW-Ywon}i#Of??PTzD^>bP0l+XkKIn|fF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0501e5e976320e38897253ece231799beaaffacb GIT binary patch literal 544 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EjR8I( zu0Z-f?LmBed`3n_R#w)eNt32bneyz}v**vBzkT}_Xmj8E&G&(h&@Kt`3ua&x5*Cq` zkyTVuQPtBoFm!YG$jHpgFDNUoXlQI|X>IH5fq^@|xmG}Jw>(`OLo80OoqSuUNkPD2 z>z<HhPfa)ah?qY8Z*RcPE0CBm>zwrN^aOFS!#|XlNvkqAO>kMK>CMi%Oyr>3#=HvG zw6&j)TZ?Jf+P%M8;e1wdH~X}JOTlM&ygluw#%*A#zqufQ^XQ(|?x_|o9T5+%Dqi8u zkrh%*ti0m0<xEHC0k0QQPVUSN9HOy{BOOcvUbZYRaIxpM<$dBbF<D!8Qg-o-TW{RA z?R%wn>ROCxM4Wa2=kxse(bfiC6RkfwS6<+GYw~Sn!N0oCg*EG<A9(+tCVb4YrBdeB drZ4CBFs5!um?68;IuPhf22WQ%mvv4FO#r0t4?q9_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..2ec2874d547c13be10645d461f4b5f9348a4e057 GIT binary patch literal 352 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkPZzEO-f3Ni;Dx22?+_Yv9UlB$c>MWhma5kP!Py~fS#V7zP`S<Z{NOu|Nj5~|7Ty_ zy9qQ%yd=mkn1P2^Pv5}Z!?UocxTUqVtsAHo2!bRvqk&4YJY5_^BqUi6I`$n=;9)RO zU+8i5-~W}X<r)mk7#bSp{ESF9WjY_7P(S<8Pj7|id7AebI?R_uGW29>oY+$v806@p z#>2_5<)O%|wrOT}iuH0ba~ZBp`n8+k`|hrLQxpEmGbKGso?FVu@POTWla}-XXa6do Otqh*7elF{r5}E+wWqhvy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-insensitive@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9b831ca71b9c303a379b3d3a0449b53a6cc65429 GIT binary patch literal 580 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ElLLH0 zT!AzYBqt}w#l=NNMy92u0U6QJ(Gd|5iHV6RDJe-wNii`o2?+^6aUdJQh>wqtjg1Ae zfdHrs$OXzmxDYlP7bpmn1(Fa@SXfwAR#s6_aq85mGiT16J9qBOmoMMGef#m_$N&HT zzwU6G3UrfUNswPK1EY|zh={a|tgNDvimINzfuWnbM@D8|ettn&c|}D-V^d3OTW1df zR3w=00BU~b>Eak-aeD3Kn_^800&QDOa<3NYZrsFkmbLc(^3?&20et5F%8ftE&Ik=m zo07H5&LjB2?qyb@+tyFe*yi3**I3WB_5Y7=Y?i9kX8Y<7PK@K(xZ^OVs@2K&JnEu6 zGvyXKg#CBWVS4ng(^TZtfd+5c_p35j&AG+LRwL#9HoQYfjxD2mwb*JEzJ^BijkEb2 zj(nWL$j@^@tD8@wL;2C9Gq2+JJe!<y>Wp_wSI;eVo*9qa)~c*!`@1Daut4INtk*H! zC<)(9Mb>4S=989&is(N07vINsJZTl{wI{ifed0?qpIB;_o}2uS!Mig?eP?H8H7E`} MUHx3vIVCg!03g2N-2eap literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-selected.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..d9556448316d95be1067ce1fe78f20733797d6b1 GIT binary patch literal 353 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQs&Ux;Tbd z^sb%cn|H`SpmqN4Jo9N@-&VZ#*voz4ZOj50rd!n(;)|Xz$tVh5DBY)*)iQh52jzJw zColc5t(WUB$!BE!z`3UJ{f>PN{0l77>zKdIxyCnxcjj)!&yKPNXA}AF&QX^1yySdl zhIiGTMWOza?x~)1ZHfw-Id8@5C`A^_=P7Agr#H!ODm%AVj^o(htkBS`+hM+!HCiSt zuJD{+(7nqf;qv-fGxvP|bno<;B1U(AnMv7OJ(#<Gm`=~)w)y{%F)hZ<V{%S-!%N9Y tZ#|2JjF_e!=(_*%&hfvG<iFW|VfId4u;PkwXgtuT44$rjF6*2UngFlejX(eZ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-selected@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..31a144bb05ac08231a22d44eb5e7dcd7445414d6 GIT binary patch literal 623 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ETLOGS zT!Hle!2#mq<I~gAGcqzVGc&WYvL;TPIBC+P$&)8fnKI?+)2Gj#J$wHA`P;W|fsR!^ z`e7^3-FhWKe!&ckipnaghDOFFrnYvD&MqOLVc`*x4UJ9BE&C3fIC<*ynd>)h-n#wj z_1ll1zx<kXOtcHA^RuUmV~B+0+Ji5v4hD#@UZ|Zijc-edLsAAu(9Eu^<o*AvukwDc zGy1z(Y@KJ6bM>>|#?=>uL{7eLYP&7`#Kdl<;Y#Jlg(qd!H*?QzV0Dys%RMR-$DD4I zx^m-#C%vM(JUUNvt#jC!zEo|BV(<N2kz8S^S`D+U`z>sK`K^cy5WBK1G0Q!dE!9_- zE7)+W=@iqg8a_v_>|3zo%D2Q<?X#GVE-Smy;y$}&7Hg`5^39_k|2aIC_3ECQx3J?h zSFz)&<6P%0CUScBvZQYn^{yzDc-z2wP*~4KXXfLr69eUqlS`UqUhXn^rr)HL`Azru gciGpE{R&+FM@qE^Ouq4}3Fv(WPgg&ebxsLQ0JJ((IRF3v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..99b9ccd414e9cbd77cfad5df164c3548c2b83bf0 GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkWNfYjE#*=NlA%|i%UpIh>wp4GJpWc00M{zkO3C~3nPf$-rl~xzPE4RzI*rX|Ns9} z{z#bu4HYd3@(X4V6%!8$4GV8-ZfQMt{=&tNpFV&2_tNRb6rh59PZ!4!2}#z2o_vQ4 z1Q-m`)l{c){r|5n)NUqi#?Zi2`Rw7$?=FtJg?jEgU$SF#dF_2-HN%v0j&!Dg*{ht6 z#7T#GXs9yrF*4{}_0bXYS$KF}v9tI)Mu+`N_eL?kc|Yk)9P^j=3mmr8R36*Q$nbz) X;-aQbwbPXzpw$eXu6{1-oD!M<oJE5q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..caf88bb946dd0a68e02480912abc4b924ee0c6a0 GIT binary patch literal 624 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ETLOGS zT!AzY#Ky+P$H&LS#3Upn#KpxWCME*8KtUiE2!L#$AcO=m;35zPoC{O{0YDLmAWQ&6 zLrg#x!DJT}76RQ`QBhG@S$XQzsne%VpE+~p?AfzlzI^%m_3O89-@bqU{{R2~H*XJF z0v)Ya666=mz^JIKqH1VlY+`C_=jiMb5*ijB5!uk#)ZDV~z=@NmPM^7c<L0f~uU^0X z`1#APNykLHfI7c;x;TbNNUlBjvg%-f2<wH~Dbx72lsF`1a0H#47IsnP{r|Yq!+YoZ z{9n_WJ?Ywoc|ZT1k=w%J`f1mKhu>H%d;QaVUY)3jF*^SGfs=ZI<At`s=#4Gc56tw5 z%+j%_Om5W+dbFuYJK$a9O3qY|$LaFNe@}3e@A7?X?bY|sDNAe$>(<&yw*qH7Mh16J z4sprlP4(6F3liL_uc5a!chaw=&m1<c%;h_IQE^F{qvQpS^1v;3FI2Q&N?IDN@o3Yb zm<g{o9y0bzITWOPFf#Y3P@Jrrb%NuE7H)p;XBD|ASB{^NxU1m4ORx85_X3YuwWmMU f9{;sNIOd|g%(eU%yM*U%1;w|gtDnm{r-UW|Eei_t literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b12fa010289eae8d59203525a5ec5ad4422f6c31 GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkWNfYjE#*=NlA%|i%UpIh>wp4GJpWc00M{zkO3C~3quKQ18X4b&oTKtph2P~L4Lsu zqGIA9p<&@o%`L6x&R@9r@zduo|6V%1m;zLg<muuVA|aW3Fq*GLLBRFk;vZpd86V%( zuT1th{vlCx{-J-n*X>}vle6lRi>dfdqfZ>m!rwK<_KI3u?P&1aKAFehWmyoDpQ+M@ zl^YopUr)7?3!bRWe04_XQpW4++iz|xsrkvguZU-!xcT1=K-(BRUHx3vIVCg!01(%D AasU7T literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf25f244d0563876da4e441e597cacfbcd96bc0 GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E69Rlf zT!AzY#Ky+P$H&LS#3Upn#KpxWCME*8KtUiE2!L#$AcO=m;35zPoC{O{0YDLmAWQ&6 zLrg#xL1SwhSOZ0r7VGN+9i&$h<QL4qsHm)>YG`C^VrpyW=<E^_8WtWA+0fY3+_LY$ ziIb;JpSgbH=B?YWUcdeL`OB|K$3(k;I!}4JIEGl9UOV|FUz34=tE1yVR*{$+EUc@P zj{f|=-&nJ|wXDf-j{7^$ncKE^87Z!kbdg*d`DFGg9lJXVn|CxVy1&4E(bvysnb}0l z=HC|O2)SlH-`3G-Vfp7+N3T16RV*yaBO4N!R!)y#>^j)OAa0}PvO~aVq1~hJ4Brfs zojSRn&iIhTbg=cycE#El3&Vp)T92Lxe10}}=Zp>6>#Zj~7cX665TmOb`E*;2=JljZ z-KFhf{QvC5<@yf4HM{S9f7-)V&83+Yai<>b|H&Yfn4i^t?96LW40*cxxvX<aXaWGX C6w%!P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f56976732359db5bcf47d48196a09605b4ecb726 GIT binary patch literal 325 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_6fKP}k zkPZzEO-f3Ni;Dx22?+_Yv9UlB$c>MWhma5kP!Pxf0v&xTAQ@H`bOfkbxFpCgn1P2^ zPv5}Z!?UocxTUqVt-GhE)Ax)!P&(ez#W6%eGWVb(UxR`G%R#n4k;J1v|0kQKBwIur zUB6@cYc0!1VV5rm9lrIn>XE4Le6fbu$vksri5ysR+mmfZiS<gR<!Y=aX5~2K{JL^L ryL9J1gC)xr>g|}ozd4!vPbEWs6_@Uh>+4qmtzz(W^>bP0l+XkKE|YC* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..84ba2286112c933c8f177cc4bd1f2035c2d7c17a GIT binary patch literal 505 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E6#+gW zu0R?Hl9Q9;;^HDBBh%8-fQ;zq=!l4j#Kgpul$4~Tq?nkPgoFg3IFJot#K*_S#>N8K zKmb$*<N{?OTnHPD3ls#(0!bjy(YFGUlV&}T2U@IA666=mz$hdvA|fp#E32raqN=BF zVCd%Vk&&5~pI=Z`UQyA|*woV6*4fjeJMq|Qpq~AnE{-7<r`JwCDb!@Z<IufnXF_1u zQqhS?|NisO<vcBtv4;KL#>&fTzK3qKStQQlUg|Qhtxr?NKGErz_R;DCJ(uPl_czta zP_mUP-LU9#&s}aFlY3L{%l3#QFAG<AaF}(HP)hw#Mh_;DpeT=k6Pb$63;#bl&txN_ zv1QAJTP@~Xlf+j2pY$j28E@+Zv6|E2-3y})Rb!5oO`ld4%=|dY?cEywrx%U3^z1zP w=<naG!X0629~`^OHEB)Is#8MuZx$`xpFJ_gGH{ZCCMe)NUHx3vIVCg!0B8xi<^TWy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-insensitive-selected.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..8c3fd92d88df8d5fe0e6347f453cd94c3603dd56 GIT binary patch literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^_fKP}k zkp52!h>wp4D!*zR*a*}qR1)MD%)rB|r*Giy;aONz+|t_C-P3bqVXY@nHrCU{F+@T# z_n;$Rg8~EdLDoQ#l{fy^hdFmVe898+QQW%KPflz&HCO2FEt@Szv`@*iCVW?6UarnM zp_YFe!_Dsr;SatnVYoS&x8u`twz!p*8QigxcJDH1sqr{2_Tw{yh9c*R$v@RtfEF=$ My85}Sb4q9e08p)odH?_b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..35a0737a8dee5b1d52d1c2a83c90945d03187f21 GIT binary patch literal 481 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-f?LmBeJkSy;`EqTbeJUkEe!&ckLc$`_GO~(FDyn+=28M3#9vPW=`2}U=6%CC| zEv;>xJv|Sy!i0e8w|lxchFF|lJNcqelY)Tj(h#lS;0p~#8~^^VU*lLTaI;|6IpylM z*at$c^(_}>d9PJnulaE*H>>fg2+fb8Vp~3Ls@v1(JpJa^oCeY6)Hm-QES$Z2g4iCD z`JUbmCzkVysI4gE=F(Uxm=&|4=RjejWTMQ&mkDA^1*>9SI3H5J;*=x(>9nE#!fr37 zaNXtCwG1Ba`MR^Y(NU><lXE3U%QxBI$6oG_ubp$pYVDc5_1bG^T!`AB^>J$bGuG9& WgI0an75owC1qM%7KbLh*2~7YAFY~1U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..129edabc841521c41be1b67919448f10f3edf46a GIT binary patch literal 325 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_6fKP}k zkPZzEO-f3Ni;Dx22?+_Yv9UlB$c>MWhma5kP!Py~fdBvh_d9o(05uDj1o;Is@bK#C z8@PLT78Vt^w6?Z&_w;o7o^c0C$9uXshDb=}9(3euP!M1_$QCG)nEK~`vS~`PMa0qd zJEp(ZvV0VF`GU~lTTiPViTchLYlxl9GiR2_fhD&+*=CejuVh-T#(H8_jzi9`D+jbo pckVM-vTUK=jtTsmlezy?GC1twyy_EWIuU3UgQu&X%Q~loCICg+ZXN&t literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-insensitive@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2c47b36f85d41e17b379c4371215652c6424ce54 GIT binary patch literal 505 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E6#+gW zu0R?Hl9Q9;;^HDBBh%8-fQ;zq=!l4j#Kgpul$4~Tq?nkPgoFg3IFJot#K*_S#>N8K zKmb$*<N{?OTnHPD3ls#(0!aw?|Np=DdaL(9i#1Au{DK)6g@i>!q-A7f6_r#}_4Ex4 z-P}DgGV}8D3(CqXDjFJ_T3XvWdwO&y9y<-xv)|LjF~s8Z+Q}z{nhbaxx;O1i2n<^) zI#KBVfBw0gr$sW>u;1HQd0EZ((2X{W#97=+UFNm*Y0B6qIvvwKT797B(%j?zraBo) zwsNH#7G3VS%gtkQZ_0hy9+Bi_;R+89vrZC9sXxl-!6XtC<q>cqQ_*?h|3~MUY(zA+ zY`Ji&#hh!B*sA}N{scbbZJi)ib2_|xVYH!Y%(1fR)5?OGA4j>pTf_hKqS2O~okt)2 u{hL*|BW&%1V|TeGtqEFnO6dO0qNV$POpWS2ku|*;6!4y|elF{r5}E+l3%=?A literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-selected.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..bb88f1d8ecc63fa4740e3d0bfb14b53cc514383f GIT binary patch literal 307 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQmMFx;Tbd z^sb%c&DUfg(XxC^s%DH&!D-en0(S2X%I;}@5m>S2XUqk+o~0d$lhk5M()MlJzhzs4 z$POm{1)Enh={Z=X-(%LjoYi2H@{T!ex!j4G8w=CqJ(WBsp0)70rBksg;!>i|hnNfR zLOdsJWL&GP(WMj-J8kLhvSTwWxaQ0a-hWC|=HOfYrtR$yrDwCgHQn&HgSn_qe#zYF woF~#eUU`1jP+>fGU~ZyS^ltmw#Ptis(-=>3T;)|b26Q`vr>mdKI;Vst0O3w@cK`qY literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-selected@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..70e0153dcde95cc28038a9027442e82ec46d34d6 GIT binary patch literal 516 zcmV+f0{i`mP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ zaAhuUa%Y?FJQ@H10f9+GK~z|U<(EHB0znwX-w+Rh{|X~SYqUfY1HCq)blk&u7p}ks zjFARWV-1uVH5x8J;m=}s$V67yWp~F!U$y(qB)>PaliBx4|6L~TM8HVelXN1fDyb-G zBOHE~^d_k*sUzvZ7(*rw0Rx-^BjRfaoQ0-S!OOsX0`PbBfzq<@L*P9H+-eNelfvu3 zBm=nB1gOP@Zvh_}!mY+Yc@f+IcR9eVZkcy5fo6_ytA@)o4%|o@NSeP*={1tHWABNA zGqCRgu8>i&FRp=O5AYe5YoO}Uz?8M(6xX9>wpy)Jq;|U<RbI0X?hX`Fk&<b;*uuP7 zIqEaYz^g|CFEbV3+QTJeb!EBk4s?AiJ=9H<fsRK5Q`T=>#Y0KEGgom~xXc+YNf$rn zMS|aPKgYw@V^K~d-#`*C9|AS9k7P%QJ``|3cA+$09*i(iB8XATst0T@1$Rssph3`V z#MJ;eB}QYCv^A?J2oqIFtCBXu;U@+E65E<RX4abhd3^!h>C;tv@bOpx0000<MNUMn GLSTZJvC*vn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..03f24006d00ae9165c7abcbdc643df167f1894ec GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkWNfYjE#*=NlA%|i%UpIh>wp4GJpWc00M{zkO3C~3nPgC|NkfbngnvDXi1P?FoUR= zct~hicvEvr>$&q6E`I#<`OCkTPA{ea6(o7OIEF|_<{pgZYf%tzJ-GNsm|Moqcl9fi zJ&u1!6rF$Q-|lrgSnuSl`s89NzSHOv$FlHujj_F=7FRnOJhxBgF?d-P#N=nHv|;5& x2F2G?t>l6yYBOJ*5xSJ|`ug^p8%t__GWT!dakE~@c^POMgQu&X%Q~loCICh(d(Hp= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4085ebce111c2c35f2d8969c1a3c10aebeba2e5d GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E69Rlf zT!AzY#Ky+P$H&LS#3Upn#KpxWCME*8KtUiE2!L#$AcO=m;35zPoC{O{0YDLmAWQ&6 zLrg#x!DRpc|9{W?MS(yE>6HZe1v4-zDyyg(8X23I+S)lfyM%;>g-1j-G&VK2>^pGc z<f+qVuHU$M>-MYHZ$Ezi@@vvD(Jr9QQ=Tr4Ar`0CPQJ<4WFX+`=y;G-B<2PS>nf$x zKmYd|Yj(GmH5txvf9E-K+x9La#Z{6nl1n3>%wDBqcV}Vqj;2NT7q~C_`uQv~n~2%` z+oBvH*UabJIyx;Z{~YV+b;qxYg=KkULju#v=@E=w2U{4#ZPZ+L2pBE2d-R>*n_;q3 zC->7CACj03wtm^JSQ}$uc<@N;(G!8s&*tu&u_1fC^~C4mrArKAbaf-2ZmZF}o|LJ( zv|Wt<pS`$T-{H4r_r32=d)TVEG_xY^)T8}B8Rn<v?qk2VJR1~4p00i_>zopr0C~yO A=l}o! literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a80cc0cb9b9daad32209d61ccd3cf5b9bfb869bc GIT binary patch literal 426 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uVfKP}k zkXF_)Rnj)r(6CTfH&atH)zC6i*D_PnHdWI$(a<(g(=b-kGEvnuR@VTsP1Jx4EwG@b zF^~=Bf<-ieQYPw}CYss?TH1y{H9%5J$4Ey<S4T%rM^{%z7f9;sf`Fd1J<D>S#R?@s ze!&c~atew{=^0tsIg=(&pE2{%qsLF4J^%9c+s|LWe*OOaThFa@4Nz^hr;B5Vgk<i) z+d@qWA`TaGBP(@JGoA6CFz4TY;bMt4_3KI3Uw)hQ{JE+6sxyz)l*$JSik$L%5OVO@ zg1Ih!@(pQ|QnDJ_rysfBc+l&Ubi+gK&RXWV(~p!p*m@aVb66JM88&z0P7U>gtIn}3 qjoh=f&QLY*-nY+pw!44(!?@Z)g!h`#rC6Xd7(8A5T-G@yGywpfw2UJF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6f79041a62b4f5214cc7a71686e8da4ded4d2491 GIT binary patch literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EZv%Wn zT!FNMgM+cLv9`9hii(PYf`g2VrIfL;iiVknhN-%`iJF#?hK7l{y0N;pk(!pNswPm% zR9)LdUDHHO!xV^AwSWv0RV`z6O;a_9pq2?xnHq=$G1P&|z*0aiNP!kuFGMj!1gIFK z5hx2`fX#tQK@@{EB1DYTwSdT2L(5oG+dxy>P)l21OWQz8+fZ9uPg@6w^tE*ibaZre zbo6v|^mTOgbU{Gx#w}S;kXn}n`2{nuu(GjpaB^8%S=%}|Iyrm$`X#5PrRU`47gko) z^!87fID5|A!$*!CKY8cg{RfYqym<NQ!^baQfBgLQ+vmLD9R>zQ6;Bt(5DCe(2Wz7b z21u|!P_KOH8?3c*$(N=RT&drZXRq0uCU^h;;}Y4J-8t6(itlgnp1FDXGCPy6&pua9 zn^ZK_&grjLUy_OJ2APcsaV&kTFQi;W+9lX!gpy~d-YQ_+A@h(aT*S)A;OPu|iQ`+Q z<sE+7!g=rVmY}w`#ZCDS+olE0{}6G|+1xcqPC0DT!iirP+NZ|YO!~rg(2Mbv%2tE) zrINQ)YMZwoXjr2EK}=%8mo`@Ivlo?KvNla+y5hO3{je9`DwVkjN4%6XRNmGeNN$ZU z3Eon|d;2-deYcrm-=b#}G<BEFy2i&gqv#BOk29BOBd5E?0o7a$sSPacdkoJAxjwOO zc-tlU*~ce$L9v(N&D(NLdw1)orgCj{OV4=K8>Q%M{e{1M``X0~d=D=JgPp<C)z4*} HQ$iB}^Gx^z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..cd282427195c5187bd1e0aa685a5ce041e7a36c2 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zke1W6k<qr)&@fX|GuG5J)zC3f*EUwuG*r_xQBgNiS2qPBHBDo6O;c4(6A;ocR?`9^ z6QBY$O;ez_rnZ5$wxPO~iI$e3mX4vewyw6ezP7HewywS|2<UI!aS`Z72Bnf9zhDMI zAz=|a2gitr=;)Y^j?S*`Nt35coi=US^y$-Qf<eKX#S4L|D?D8sLnI_~58f7PQV?;t zn5!9gO6Q13^SPJ*>y6qID~fdeu702X{d~0VwOzJt0`}`v4b8HI);=tlxj3zGAH&~e zN3St2&QRn};Eehsmhdx6@ZJH9s1qC|tHrX}LpEoq6(3!=F;I9TZ)f4|7KPo$DPIjL f?Rmq`{b5v}DrmBO&kaeS8yGxY{an^LB{Ts5sy=@Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f7844b8b195c40a2089be1d24a5238b2f8f97c52 GIT binary patch literal 673 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!C~$Lqlk2sDp!pv9YnXwzis@sfvoRlBR)%hMBs$iJGplhK8}ay1AORnYy-#nwFWW zrm4ERvAVXgnwF`Wrm315P|!q8(?ng%SY68qB%%r8s)CWarm?!FnVN>FI#3X(Obe<D zD66hv3={_%0#XBFn}Cp}DbReNtQycLEfWnb6D@6hEo}pBZC!0`eQh8^S6>$d^gCvp z$pX6Gt|Z7Wn1P9zg_TW7SyfG4Lsw7V+Sbm|(b>h*(<?MAJT|Vhth~IkrM0cCqqDoG zXTroulc!FbJ`(|+2mFs`U|{6;ba4!^IK6gqVDKRafo5fqKnGV>R~EsX+|Ub7!Tpop z{{J6sH-$+z+WPT~>-xsqx1VJCukk#`gjeizf|XUd$ekDGcV69dU*l7m!=)Q8DjVBU zE}Z+^&8n;&eY4~A>e_p%y-!k3oR-aRbJhEF_Jhjf()Sa(CH7r0Z<Bj`bz!3Gy(N3T zxoLOl+|Ooc5K|5mHU9hBVYb5DM~n;x*Wv{>)-W;bh?y>F!*D=-sS6JygM4UPx|&t| zWmX28Fy6}ee`gsP9&E`8yqFf~zFu_ov8{4pXX3=RuRi`ZweWF-<{9zB&*D_Ko+>R~ z%6sy@7x$JLBeQE=5!p$X^smSj<fZREJo9em_NOIn!u1<@)DHKx{a+)$y0a^O#rs*Q Qz(8j3boFyt=akR{0IX%=XaE2J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-selected.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..7e5c6e3912cef0b9de268abda0978941af8664c9 GIT binary patch literal 333 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQn9ex;Tbd z^e&yeQ0S0>0PFVvUNI}?CdR<<fB(G;jxsD_GFi*5w0<G8NM4)z<u`GYb|0F*@p`L7 zGDFz`CXFq3n9U!gq}^SjaBK&o)&kLj>&qFY9FVe@b@QpOLIt->$j4x=g!PkS7}A=! zL;tbyhg&jCouLx&^c%a)v@J=S5<GWpHa9nn6sWM9p<Zqn$six~>ZHO8w#CN9hLHuT zUvJJ1@)4WUIQ6rLWA*vSgf!a=45sHl&TYzGAoy7BspZPt%ZqI$v0R#<Q~1ZH{yAfu XoTGTu>T||GUom*P`njxgN@xNAP`Gz2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd9a00dbf3002009f2fa7530f45348cc981a41b GIT binary patch literal 575 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z<#-~ivuGkSrp(JKk^3ua(sV&>rF;ujDU5*8H`mync_mXVc{S5Q<^Q`gYc(l#@< zu(GzXwRdoGc5!tR_}vu))cMxa#WBR<^xDZUg_;a_S_Grkh~Mi9+Ow+RQtkii!Gara zDLn4^UB2IQcFJRm`YE^XzYAV_`R}&(g4?!RExuHls<>Aq;I+e#eH_=gJgVRSb8+U4 zTzZhPD(_dY!m~31(+|9P%H2DmHiPr-%6;<_4(lBCxFZzdP$>O?t9z3}o1n6Z(>INa zM<-4Us`#R%n5odD(;&+v#j!!VfhAWeLs_#y#*Vk(32Q+nlb^u-`5AvwLar~<xxGgA z%0`(G?ZY!Z9X}sv{kbjm>YD1$QQMV^j0_HSED_x)G2@@mt?2dNZ@9a?*?sL{%d>|q h_r6~){$F`1+$C7~x9e7KaiGT;JYD@<);T3K0RU|zEmi;k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..41ed4d9ffa62667f4e11c01325691693d25fc649 GIT binary patch literal 395 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkUoF@{IO%lu3o)*^5n^L=gwWabm{Wt%RoUO<HCgt7cXACa^(t;1act&$Ob9^N&&e* zWkAOB=g)zHPoF*oGQNHL_T$HoU%!6+{rmU-|Npn<sa6B+P$&uV3uX`y5)!tww6YEe z3=R&dsjaJTYj5xD?Ck35>H&duaT=*WwS}H8jv*4^xqWYi925jx&F_mYs+ltBd%d^z zA&KwzEsb}7XZoX>UA1<%Rc{RMv8wme7Fz9`@>*=usZR-u^xPJ6aGB+or?olVaK9mT z^o9Jx<LhSxY`HJ|tIo@LZTA}|U6H~WlYdt4GA*=nIMsTsN&Ulg*^g`j$7@g2n*c3m N@O1TaS?83{1OTFMx!3>z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a83495380c6fe9fb2072f3e85f428d52df010c9d GIT binary patch literal 657 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|NmF5S_LHc@85ss%$alN&YeGh{^G@pmoHyFd-m+rt5<<s2;%}60HuHcq70}W zD0S)5C5Q-65Xb<khX9~*AOolXC=O&pv_PaFB2aZ;>ws*aAP_(Vf$DGGym|Zf?Pt%P zJ%9fE?c28>K79D}>C=}lUw-}i_4n^zpo2xv&B_3Jz`i8NFPMRenVE%EUO`b=MMYIp zOWVxc!qVEt*3QY<#n(R|G%PzOH#e`cs=BtezM-Y1t-YhOs|N|h-A;W9H0rmfi(`nz z>9vz@7BxADxLkZ7W!jk?V|Y=Z;JBQtWZJ*~o42qvD@_jwySctLZSUP#-&|grCTCek zS7+^c%3*yyTItFrac3>F12ONo9~Mt%EK_~8-#TF)&(ZQ5X8C{l6ZDmDG54;HFDRH$ zZgoJj?YjB<>+IEkUWqT@ReRKs@PehTjL%=_lfikd1w3k=hAjEA2bMC5JG0g_US>GH zoyq5i$%Dfo2c(+VSj@O0mNMFBy7yexyXjx|%z<&~mi|*`3jTawy*2F8hFjA!_o?*U z{v*A8+WiTQns;0#b;bOhcwwG%qHA*g-eX;#ckU2NzqoYQ(r|a-*D-rfu2^Ni`I7pZ XjNTWWx^lU|U|{fc^>bP0l+XkK%0N^c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-selected.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..aba589ee61620882ea6c052c593170e0c499a0e1 GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlY^x;Tbd z^e(;Z7{p{K;P!C6ZG%BML)f&uEncxjj5b>02bOxh^qTfqwn6xatI^{rOvgUOFZ&dC zX)fP?pPG0NP17BRS)Qj>_Ve#?Ir43V!qSpv%X=3W-L^R<5?;~Mab3P?$|cix8+Fv> zPI2&8baj|pXn$BSr-tjDS7cJ$44nhIX8R8~pIm0JH$m%q%<QndB7KRUSrNY5iju1t z+2?Iho11W5Qv0&VGVv`l{yG|H`{+kJUi3-q@uu>-+)7FPqGCnP{s+0&a0T0*>iu(N vdSCA+hf61%jU?|Z`|WdHaN}x?&35yHZaa!wl<wLA^els?tDnm{r-UW|w)=@F literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-selected@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b820fd2a2e07b8971290e07f8f1f3ecb9da6329f GIT binary patch literal 708 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle;R38CJ>&rT$E765FPMRenT3^KKu}0VR!&|)QAtf*LsLsfPv6Mc#LV2n(%Qz> z&duG!)63h(*UvvGIVCkMGb=kUzo4k3w4$=Ax~8_Sz9D+i#0v}zj8dL1jv*GO*G|q2 zZgLQ5H7{V@SmSwV%^H!KZZBr$AnzxC{{I(Q%c3#;WSUL<dE?F1?`_*R3VY>672DtV z_4#>P=LYX)Q=zr&mP_6-Z(EqXYSmUA=?|}e|0`wq-KD;(=I}SO*X50cGt)!lT6cK< z&1!J3ThMM`;lJ;F;;G_U2PP*kV0S;s+|~PguD<TYXDzoPyqH!b9`v-lan|a{1U8=@ zmJdvG*`g{$8@jo8LmqHG;MU^Rc<9D3zn<~^g|2x8{lAw)nxvWRXVB{s+u9*s`mK@g zX?b1v*>^9JEnghHJ|)KHX=7$p-m=^i2Qp@QFirk@qPOu~y_0mSQrF((S64N@?Rx04 zasAV-%kfK(Mt)tHcak^zTkzhQS0~)${K~uZrP0Rr^exuFP-pOT^>bP0l+XkK{Opkr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..52594602458b89def52a2958121a47ded48855d7 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkiLBR@|iPd&YwSj@#4ixmo8lZ10WkH0%QV3fB+%|VIz}Qu3Q010RcqUvuDqM3?TXZ z`SWkzzJ34x{l||VKY#xG`}gnv|Nl+(+D`%PlPd}G3ucg&Q&3b&&&bNonKXI&jG2!f zKY8~2%hzu|fBpLX`}cCc{ojBp%RF5iLnOj;`@{Jf6a-iWtJjOT3O@W-Ug8><TvKm+ zauVah{jFaWT;f^#jLp2)UT;lRS5Gl6llJ60_9e+cq*+6)IA6<Q%O}B2j0e9eoBZz* zbop$1@_zp_1)Ehe+OK34H*yE7SOo{q)=QtZ>pV-Ux=Z-47x~sIVZ!X{1*;2yE@1F< L^>bP0l+XkKf&Ie7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/radio-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c01664c05c71cbcdf32409dbf9e81adbc37391 GIT binary patch literal 716 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EPXc^G zT!Hld{rk_HIdk>u)!Vmk1KG!p9RqUDojZ3P3@%>02&6AuxBz581R)Fv8z>F|a4tj_ zP!MhckPR^bE&|~~RFXm7xN+m=&6~Gw-Fo`;>9c3go<D#7;>C+MZ{B?T`0>-HPoF=3 z{_^F^&!0bk{rdIq-@pI=|NjYJFAMaibxDw4FarxK8#@Olm!*}pt%IYJv$wBba%x(7 zPHui-WmQdY|AdLN=gd8P<k<0(ckbPP@c7A#m#;p2{POk3&tJcN&KurgU|<yXba4!^ zIK6iA&9Flb0xrrz0_FvduC6RG2adRisRjruD)`L!`Tze!<3#U_6Wm{;zR#KYZr!CV zwqE;JTzi{$e%=0<WgOPAIms)_3}wG=HhaLgQ@`bWyIw;2;eVmx?_Bhb)?eHm`+a?5 zBTpv7oi%@w*_9<Pa-2JP$bZ(0)4X3l&YZ){YOs-$L;QQ={EP%0&fbeY8V`7UCM9vC z)wa1a%bnt?U|!DHSI#Q&Av1w1n9*LqMBzf<fpVD-8~<`TGp;Y3UvtYY&69C?VYk(f zL-)^xW|x22D8cnPTTbfB&a+2%Ze7eLIpa)}%E}W@ofnptwU>!;aVNwHRQEGptK1^7 wvi;gBi?!~nqN~;gZBDzoI<)AQo%Ub;`&(Cj-|&pV4H(J{p00i_>zopr0IcDJFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..47e8bb0cb4cf9c08c58378431d44a867cddc0f62 GIT binary patch literal 751 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8hKoA!f7abi9B$Jbq6A}`DjKsu5AR|6LJ~lQM!T<^axj+D6V3H7x5H)aRa4sez z5)9D9BO)SzA|W9m5Hc(*%oGT$+)b_B&CSg%EG#VTJgw}!tbxG6+s4Mm-rn8;2wePJ zU0vPW+&sL4Jbi+_e1d)aLIQ)sgM)*CMuh@FSX5X<6v)D;=*Xy;C?JTAiH-((4&*8B zfb@yLP%tYA@(X5Ql$Mc`H!w7Eb#wRf_VEi2$;&UCHD~Vp1zWdmKXmli<ttaO-@bGA z&D(eHKYaZ3<@=9czkmPvyL;=oL|~9gdAc};Se)K_<$4g4p$OZ9de$RNvWy!O4(dgC zo_V#)@!GC$Mfd&(?pcuP{H!PZ&-R=7lPpsk6V)fj-&`p?`Pa81yU7YKmlpF~DAo?q z>e2IBxo_sZ<deI_=DuiNxo+me^_78(#IMfCp1m>opWI=Nhx1by53JtMw#CCG+=gND zG4}oUn@t769u+dE9=;P-e`7`J;uQ=Drwu;6y6m>F_Yg0GsnVkPv)Q*RrYeUr7r3~5 zQF}V~vc(0(245wms!5kJ+2)I{Vb<8j|NiOH(-vGCIT98X|N8MNC-{xd&h4knw`ZD` zpJi^)v3HBFE9!CkZ@!`Jll11hhUedYQodci@ZR~a;##3LsgW|QUaS`*6IFKZ=6<TR i|J~J3HB~R_7uvrOX8m<kWQ7nYxp}(!xvX<aXaWE)XDhn^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f84fdff8cd59492a69dc39e75f652e8f35a66234 GIT binary patch literal 1295 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42(Mi zd_r7-ih&?BG}OVt0Z8WN=0-(DB_}7x#l^+O#-^mCBqSun#Ka^eB>_be6BB_XP!=c% zl#P#%2TB3iKtTuz6a+GW;t&xa7or6yh%63N09ONKz@^}9uyUw5a6upg2!JL-7!X|$ zHZBpkVq}fTS_raDfxyb$3<!XvwTC$nSbJCifvu+{5ZHNITU*=M*w_MrqqiLpIQiJy z+dI1WIXgSMxVX5wy1D^@XMme$pu1O~hj)-C5cvdq`2>6WhIsph`1<<#`S}F^K~PvA z5Cnw<2M33QgoK4hg-1k1L`FwOMgn6bDmo@QIvN<-z#xTqYPR<VZ(z(Nlmz(&GcYo< zu(1mY35$tKNJ>e|%E>DzDyyifnVOkfSligzJGn#v4Tz0PPD#zq%_}M?EvuL?anj_e z(-tq=x^4T8UAvDQJAUHisnci9UAT4k-h(GkpS^tb`rW6`U%r0(@$=X3e|diA{TUdT zVmw_OLn02py^$Gy*+GQuK~PLUq(~vVxQk%OtEln<#=w<LN14_#P2MG<YItqhF7A~# z7G1e=CqBo2ftlvaGd$blE!w~TequSdIQ`kZDx24l)tMQezq2?AZ#d=C!eskzF|W?j zW7qjbJ@>Ca*1B@9jALzWq29tHi!RQXbU{q9CR4g~rJZ?K(j~2pD)ZVdZjMt=PuK4{ z=`(rLiO3z7cU;PpJZ4az-r*c{tiXF`aR$%hC!vodT>E7<TC)d)PMFTAx=HS4e(5Xu z#ov5YuV@?#h&{P-SL3Q?$w!k!?yUL6zjg5(okCx>KGC_n{DBv?SgRaf+<Q7e{oNcP zw@Vi`^4wiq^XR({|B_7$Ebhb>eY-Hn{8D<~?_Pt+&9Q1FvtD_~T#}K#^k4~RY-!mt zuD&mwoT@hhgx1Zt!2Ig{M7s^!{SuwI?wBuBpOzXQS1VksaI7uP`9jOQsbRJHHGfx6 zU=B3<A~bKB^Ly1`p#m3$)7SnQX+K!ppuDN{T2jO$7MY1j8>W6gG-U>}=f6*OsnI(= z%z6JuWbsG&8+X4=wdXn){m**pYp$%KJt6h`D%6Xri(^*RPDy{{pE|#@(ju_t2h$36 z&u4W%Y>o#89Fsle6ur`VXWyitcV|zUW|!NyH1bS$UM<zU_1dw#cnRf~U)YS~?`7wQ z@-I^3oE!9bm7HD7y&7}&z}?e}@;)`6)jr-SyFE~J;#ApV)1q(BWm9=C`9wi%`(5_W z$2!h?&-}UVSKwjpCtH?e^-c5CWlt90zQbqZ?A^cA7BbCz^Y+#esWY#m^-K6$j)i;o mw6pCxzx~?U|Gk^oKJzbU(u(F-p_>URjyzrcT-G@yGywp1r4!x& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-header-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d71a09430a0c54b8c3ce860674cec748536e38ef GIT binary patch literal 750 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8hKoA!f7abi9B$Jbq6A}`DjKsu5AR|6LJ~lQM!T<^axj+D6V3H7x5H)aRa4sez zA|fI@JRD6NA`%o71QZ97At52UKwxCAXKb&puWw*rU}$J)WbR~a?rdV|Vrpt?X=!N% z1a=+{4i1ivjxO%LZXW&~-U0prp@D&cKof$2AS5C*ED~s4L}XM%WOO7DL`6qM#Q?n) z8w>JOO55TSz)&zN3GxeOV3d}TlQ%Fla&>d}^7ioy4#~?eoHb|e`~_RLZ9jDM*ySr% zuiw6N_s!dP?>~I}^yT}HU%!9<`MZ1TxkO-)N_x6DhFF~5dnG*lkbwxpgJ~}v0vsIz zwi!)XI_ZMa76->Qlc)awAM6vEdwEXvht}U!pXWZgBj{*RQlV`A-IU4Yt)Aq^TOH4T zNisdDUEwil(cU9>mvK&W__TJB?~19L*K!`bUUMQtyy$gOZr`g9wqnfz%O9He%wXev zsT{o`bK;`l(~VEhL^2;~sq+cEW3xe`q&{NFMvv~GDcdFf{5q}F>gqLZ(W;5Fz8|Y` zRuS_I?UL)gB7RJHU7^y?#zl9u%n#1Uwm5$}KqOlI_>Qy2DK9jRh`OrJesf!WyRX&u zCy(C#pEcWPmiCW_hO>;4pWMz*uok;)b-%B20Z0FvcddVm4#a4bui-R`jn;h_d?oe% m-GW67>#G$DUt0dq|H6KC59=4U#Z392)aL2x=d#Wzp$P#0lrI+m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-header-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..8df9ed700c6f624ec1fa25a41150a8f477086615 GIT binary patch literal 1297 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42(Mi zd_r7-ih&?BG}OVt0Z8WN=0-(DB_}7x#l^+O#-^mCBqSun#Ka^eB>_be6BB_XP!=c% zl#P#%2TB3iKtTuz6a+GW;t&xa7or6yh%63N09ONKz@^}9uyUw5a6upg2!JL-7!X|$ zHZBpkVq}fTS_rarfxyUK4+wyyvAsSJm^c_17#IS9siUE(lcAZDk(rZ;iHWJHsTmMh zyP2DtTL6Kzo28|twVj8Zot?eCy(18~_&B@zy14tfy8F3#_`7=scz6YPd3kwzd;0=` zf3UBAh@YQdU|?WSP*7-CL}*xKctli0L_{PIL`4GuFtmX|3h|VxSjl8y%q5fr`2{mD zGPAI;3knH~iAzXINz2N~D<~?fsH&NonOj)f*xEa}L_|f$#KtA3q-N*l6_u2hRZN&T zY4X%*i<fQPwtdI0-A9fcKXLNZ=`-gp+`4=3!IP)YUcP$$?$hTlU%&nM`Rn(;Jiqh) z3=B+ho-U3d5r^O2_#H0fD8gQ_Wct(9<zcrDzloh>`(mxFiS|k!<<_8djc%Rk(>OG$ zcc?Asl)kgy;vCyXZfk4nxE}|L|NOK2ZFy#=aj`z%@u;x)D66}B<?dUoF?ej}zy7xe zxBtp=UWZVl2dlOxNUdiHh>xGu+v<EUK|>~Z+JX9=jR)6Q+czaWQ*xR9LZ+w0`s^Ip zS`9T*-&0CUAH4hKwY*m1aEkB|mCic_)jNv|L>{j&GVEQ$#wR`Z?+UE|)k7Ui*uK4- z`)v7&+R2>8MP(~iKDlz&<*H*-gbL&KSO1)k7k+iqncTG4HT|!$h)FK5=Z6YsMypoq z<t>v{=IA(lmz@9O?`1xbhmL_ezMsE&xXA8;r1W>`hic5bO<w3+UTC%?(r(FtOx|5- z@AjOx{-Q13^>Lv^%+&?$XYM=i|FGTfnX{42g$3!mQjPQXbz2HNa#sA1b>Z}-Rq{XA z*9#XZoM=~j=xX_8X4a$zWu}+g@(R6#S!5=zy)1tCk#$suulo`So~L^aRG&HAsjHlC zs1vi`+c|&3uD{H?Z}0eYUE9l^YfD7gx&?EWO@H<0wZGDK^Y1~u4)%{{My&g0T)61R zhspr{Nhxnzy!q!pj?kU|$)sf3uF29{bNtr5-u+vVXUgWB?ek1tN$=kKPs(&c{hzhR z!oD(OO$tz6GwnwGiakH`J})Xezvtxns@qz}J9EneL?^Dhv9CZXFW*#p!kp&?%@Iaf zJNPH<e6FXS{OtB4H(vb-fscynw$x}JpUTq{cPq#6Xx^(=^H&^OV{`HP)`{jb%*$im sNPg*EJ4NC%@3)v28BxEbQ$?TYpB2@X_#bsy4pbm{y85}Sb4q9e04W$4lmGw# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-header.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-header.png new file mode 100644 index 0000000000000000000000000000000000000000..0af4c4ab4ab056c05319dad38c4c496785deeaca GIT binary patch literal 774 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j3NO( zA+A8hKoA!f7abi9B$Jbq6A}`DjKsu5AR|6LJ~lQM!T<^axj+D6V3H7x5H)aRa4sgJ zqM`!mGBokBvNDKBXJ==3cXwM`8<3ltnwplDR#;eAQc?m`0Mymg)YRJA3Y6{W=m4th z>gt*@Wy;ExE7z}Izj5QnEnBwi+qZB3{{06I95{IJ;I(Vlu3x`?<Hn7rPoF+}_U!rd z=PzEoc=P7X+qZ8&efsp}%a?E8zJ34x{l||VfByXW|NnpWq)Jezo0SCl1v4;8%gD(a z7#g{{xqEs0_yvdL<rmJHGk5-it=qOAI(qE#m8;ip-?{td?Ys9MK7RW0{l~B0zyJK* zz4croFocynT^vIsB=;W7jz5?n!T#XCQ;-+CqHM_pOXa6xlNTwUU3pFF`}hBHx@%4O z_dj3y`p^~DMbYkBo-5jCUu4+xN4j#-O7rT!b=xcFemJ<b#K~x?nRQfpcY(_%mE!bG zr*+mOWaxPtiB7gX6C+@z>KbI#pRrtof&0t*WiE@XxU&=)IEzHT_8W2Di@4CiXtBWF zbuMo&i>+A6cZQS`VO8~u7M*KzQ|e|7V>`flGmrhxqRk60N_4ZvKWF&%^7!F~n-?-- z`dR13G89TxJ!^CmHi`VOi!Whboo!g=BrEQB&J0s>Cta#^$#!qlouNAOlX~@xosm4Q zpHzZPZ>EY(d&nU_x#wC^d!1C<Y4QCkGouzKN6tMKn!^_NZ)-}FDyQk(n6JsV_Aws3 W^?24q_lOsuROspI=d#Wzp$Pz*23h_9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-header@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..625343c0fa5780f4dfa7bf113023d1a24a5811b9 GIT binary patch literal 1386 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*9A zd_r7-ih&?BG}OVt0Z8WN=0-(DB_}7x#l^+O#-^mCBqSun#Ka^eB>_be6BB_XP!=c% zl#P#%2TB3iKtTuz6a+GW;t&xa7or6yh%63N09ONKz@^}9uyUw5a6upg2!JL-7!X|$ zHZBpkVq}fTT8Lo-Edu%i7y`i1NKH-6$;knRQc+P+adB};Nl9sGX<1oWMMXt*b#-lR zZCzbmLqkJHM@LszS9f=JPft&8Z|~HpQ>RUvHhuc^88c?goH=vBf(45fEn2Z+#oD!N z*RNl{Wy_Xr+qUi6wQKL*z5Dj<J8<B@!Gi~n9zA;O*s<fsk6*cR<>t+sw{G3Kef##E zJ9qBhy?gK8z5Dm?KX~xq;lqbdpFVx|?Ai0@&tJTF@!`XVj~_pN`t<4Z=g(iheEIR? z$M4_2|NQy$_wV0-|Ni~||9`@)doO^Iolp|w7tFxO%)-VlC?qT<E+Hu;Eh{Ilps1{( zs%C0tZeeX>YwzR|5fvR18<(7tnw^_hR8m@2F=67Q$y28-Ubc1H_8q%+A31jX#K}{q z&z!q(>+Zb=Po6$|`Ret%PoKYh{r2PMuiyXj{LcF`Ffg@vx;TbJ9DaM_XS9%`1be}f z)29~yzQVV8_matZZ!fG_V$>tzReLkRcdgFmmZmpO%_4_PH?$}`lYg7(T;4c$Zfsor z$I3td&b)a(^JaPav!e+SXAXI%uHAVs>2;IR<<!k4Grosxni3Rje8zj0?@}$Fo006V zUi$x4RGjIj-ZEjo{G0T!;2Emww+v4`-kzxBedF|2d2=nx*V2KTD{Xy03CTBQzvi0z z%8ci+oHCbW>Gsg)*4EYre*F$2!cS#)7tejWLhD7Ru-BtK$+PdQ+|eFo-WVWUx^<ej z-$~UF*&e~EEDwrK%50H;$|HDnPvhRr=Pun|@jg9DwyUswTIxdQ6`XsOdnz6zi0yK$ zJo5Q_)B+CfSq-oM&pkUu-R8HaUDl2J5qu}V9CQ=3@+$3MJ9)mPgP*VaLgmxa-(TOG z&!4NKaip!Oz^^4Q@VPUS5Bstk7gX+uEc|^*<N5OY@?R_`Bsd!<h%R)$v|{3$?2GRl zx_Fm9NVNOX+cAmHonIw-SL2e3o)-mQbms1nV0(5fv*e42vtQ+Yk5|Q8rhLDiQz?H^ z^2ewCZSR+N@RtR@^YCw*pm~<>OZtrH0R5bRJ0b0t?_0|5E}y~L>n!|qM#ZBm4;!Yl z@*Zxy*?hjqvVX^pU7ww;e(?MbP`|HTnjw(2^!7>DDJH9))iiQ{x?QWyR^<ND??~x( zpSq2=vyOY%d^J5<@q5~x)vx$M)DH$f6M6V{_b2`Pp<!2Ev5MU9KOGf%!*9*ruGM=Z z9Ao(pO*Qr6o%B&6>!-#0mK^g_J=JsgecZgxZ$H(O6}RBLxQNioD`!$JT<4Zu9=@t% zqxP#=yAtIt-Hq5j=jx2`D|1%mZ!8t_F1Z!;%KzFF{eQii7(R<93Fn1AixqwYD(O63 L{an^LB{Ts5EH9W* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..beae9a7dedd4659a63b258e15c7849a0d0346570 GIT binary patch literal 692 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E=L38~ zT!AzYgocJDBqU^JW+o*i#eqRgOiXNSY;<&Ve0)4m04NSr0AvFNAtDeiPzsX^mx_vt zg2)2Nh=>S?IK-~7urN~~uyQvyH@5%+J5MVhu=BQZ@V2qBaR35mKUY^*Pwya4-w<!# z5MRHLfRONzkPx88u&~Im@JKL-j*N_rj0U<B;;#6Rr_Wu0{&6h{@(X5Q<QEW>l2%jK z)Y8_ov9${g3y(-n$<E0wDJ`q0Y-(<4ZR_ah?CR?7!2@1d{y56Oz{uw5;uvCadheC& z=q3XZ_78=Eds5oIb9rfA%yn_p7S_M}<KO(1g0qs}&Ah?=FQ0#ZdiA+;j18L>Z?Ec` z?eWNJ@3eW!QR!ODo<2@J&X2ZU-MjL>$4RxO+b-L;&dog0ADQ$++{XHJPochjyP?3Z za<{B03$LgMo>7(35(%Bjzt5h(nqlV=HP_r@Hun2IcYNrG5Q#Nrv#t4{@g%Uq^P+`r zt?k*PY6oo&C3m@HX7*m_zQA#zW6|pSx0n<cTJDLP5O@Am*Lsf5o&|#9A~SEly6t6C zc4(UR-^+643q&N9?d{#BCNZDZs5jrhaOK}dDTWo-o}3V3lVCrx`O2Sn^U8C7?z(+< eS=g`m7wrEZo_RONxk4M1W;|W}T-G@yGywpc`3jl< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d6cd7573e6a8bd94fa6db870e2c04698de9364cb GIT binary patch literal 1161 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#X!)|&=49L3L(?d(tzxwq@?KRXdojYAt5s}GdVdqE-o%IG7>182nIkdP!K2^ z8ylOFk`f;u58(nufDE7#pa@V3s0>I#xIi<3Y@h<5AjA*|8%P2bLjX_;!UZyr*+4;L zaiC%d7nuYKV$}jsV+sUT?&d%MB&|FxfWXGn!p_sm%E|@^oV@LTz{%Ia!NJMd&)M18 z6$m^7+`R)ly@Nb`L%e~=FT~f^*U!%{00@G@LPA2q!Xv|hC^8xtGLg}-zz_p^5a^7S zU|~UEuojgB`2{mDGBLAoa`Eu;@e2qF35$q`%F4+rC@Lzes2Ug=8Jn1yn_Ju1J2*P| z2LuL1MklAFrlsfP=H=%X6c$xfR#n&5H8eK2wzjpmcXW1j_YeUDBNxUpFfgfmx;TbJ z9DaKvJp7P>2z$Yi&g%EJ1rOvb0v$s{d;_mUY~0}(((?On{F9K0+su5E9vm$Gvw!>k z%LS9~bf5h;fB*DVa@Y49uV>kRX5xM0_pjD1(o8)kdcr$wPO4Z>@+XHEZ%?YTwmUC0 z2ut$h@Cg%;_<duZfbjH*Y7;Hq^xir<M{2vk<Q)!e4_I`r{way7Rr0aw@)2T<Uwtw2 zzIaheiqssd7gwy$I)zR+#v!;=ZEf&N-6P*u2vx{hF3$*C!MEsyQecF}ueM)DUhzh% zG473AUJ=Z(YeSns&eR&m=A_>ufkN$#`WaI{bZvJR^H}C681b(}%H!P5lH&#Y6tgA; zEO$EW;+`~N-irX9wvdclcPvj^T+$T{dNF}1SZj;lAGw!p`$}f;B}N1<ls%hVzMQ{? zujOTcM2(in8QZTDDu3HfXI8WlX>wLB(OoIjewaCP+Pl!T4bpt==`Xh&{h(QBVRLkW z_WS9^cJ0gee3kz8v?cd{ig5D%4PSq$&o@4&`g`W75|*p8<W`+u9&WST{P4n8YB9p^ zf9_NJwOM?=`wOQ-XT;~P-M%5b(tn+`W=65m;<xYiwno`VZj-%rY@Mb8)6x^XDOML& z<cHpFQR@_0c<gD&g2Ojzw*UC_-#T^HpK0?SyL_D#@iuYt#?*@?N48kAvTy826u4b_ zi_<v1)jOl2F~w)%e)rRVJBwB)RvxM4sXVc<ddU>C8R2EVXL5fu?^kX5*Sqth-tqtU cHR=uIw;!3a$-|fNHmD%*boFyt=akR{0LJ9jrT_o{ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-header-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e680791d6dfbfd9c45dd26fd0452beed5d74ff8d GIT binary patch literal 714 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ew*!1a zT!AzYgocJDBqU^JW+o*i#eqRgOiXNSY;<&Ve0)4m04NSr0AvFNAtDeiPzsX^mx_pp zfXD(#AR8hc7#Ij-goK3X0fC`|p0R_zzP=$4m^&GpJDUQ5g|mf)g%uFkc{(^aI5{~v zyZgF&`gwW>_yvRo1Ox;H1p&2(goKBMMTP@GWMp_`bR-A>NuUEEZj9$Tdz%&LH_wtF zzhDMNegQ!#X*G3CEp0s;Tf5M(@QCD;?3~<^(z1%mrskH`wvLX@uCDGL0$}CgY1<hX z7<oKh978Nl@4b>8eMmusy<o<(rI$?gQ<s{(cRF+J%+{i;IIVsE)hAh&@^pUb{lC5a zJ~RIuW`^f}LHgHcg-lFayGA`(CGgEk2HE}`r=0E47nF)4!zbyp=RUScEq~^<_iW38 zT95x$CM&m9$)8h5*&5W?D7ti^vq*PvBTwoM*8QswTRS-YF>!9qIC%c{=@^%F9Wl)d z-OoKZ=;X4k<4tv&l;g|aS0_t*xwuI2%yi6b`?&jx$Aps?4ln!Gx$(-MLK|hBsvnVQ zFJ3%Q%9HTQUo9W}()i~k?e^`<ZQse-Eb5)+BpoYreS=tf885fPxA_-u%rB7WWn-9i vG0^BfZ~KJ{k2cTN554+0PWP!$`v2BzU2m^`j7{i%0!m4qu6{1-oD!M<$?Fuk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b5eef14f92b8d7a1ea62db356dac6bff49a76723 GIT binary patch literal 1188 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42<ys zJ|V6^#X!)|&=49L3L(?d(tzxwq@?KRXdojYAt5s}GdVdqE-o%IG7>182nIkdP!K2^ z8ylOFk`f;u58(nufDE7#pa@V3s0>I#xIi<3Y@h<5AjA*|8%P2bLjX_;!UZyr*+4;L zaiC%d7nuYKV$}jsqXz_r4tmB8`aodnU<d@JPKM@ArlzLmKw#x+0R&dAR(76tc6JU9 z4o*Pe?Cb36>+J653PhfM?w$dj-T~g;-o8NK7vksV7Z4B-6ciK|79JKB84d!#5CQ^V z$VCHv3UrTK{j(Rq@GUI~@(X5QWMXFF<l^Dw;};MV5*85=m6elMP*hY_Q8h3$GBz<Y zH@CL2cW`v_4+sp3j80BTO-s+o&CAa(C@iX|tg5c9YiMk4ZEb6B@96C6?ja5=o%w46 z0|S$pr;B4q#NoF$ew#}>im-q12>h6Jb@RNhUV{CLoI)pvsvOGUw4Rm{sN-pK>FnSC z{9<SGHf`QK*|V;o@BRDD^NZEW)86%-{yJ~_^j&iIeH6Cvx~5r+%=lP({o<6Y_e@h% zxbJ02A2XJF`0LkPspEz%NfztwIacgxJFvsuY{v|3NlB&ngU8CZPrdx$c~X$jsqQIF zJKLO=`#wnA#I>n|$til@<&7sFXGlb{Wl!|meECo)>#P=ziCa82UtGys^j6yK$b*~< zlZ&<L3a&Ob<t#dobF_X%|N46qa)U1XepM6ktVyNXqiO0X@r;J|bCkR$UHH%RSE=UF zze}7dmlY(R&7Z3_saRp2<&OITrjkFFI6J$zmnf_(@o06Fouy*^NK>@y@<JA$7Z>t3 z6+7Lx@@Y5Fd39k{;?0})EN3$tT8S__wlCTlD&8Oe|MU}vyN<gzOy!sD-gV@`28Xt_ zyYF6SWou7;-E;JVj-iFl(FCpcvun-Rh0dM6U6YXSlKy;o2lMZndp`ZTXql3+aZZe5 z@3iT!zRp*kcKi0hrLWX&g#UZ}^{J_@{lWCK=10N1hs9r~eb)4M_FreMnO$s@`sUrv zTe=%^w};stJGRa;W*M82^uMIM(AzuJIDOT&9(lO_=h^br0l)5hp5$8F`q<^K%=9UG zH|*xL&7Y>c?DlE%4%M^G5klAY<{df{{`j#}oWf$Yd2Xj;=L8sUu>5v0FGB9y`zc9b z_dfE6Uu64yYu(0|O9Qq<C`m=ll6(7U&;Q;}Y@ZpP%-k_0d%9IQsEqJ*^>bP0l+XkK Dw!iPX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-header.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..d95bfed9fbc78b44a7a463ae9a3006ec3c1d8810 GIT binary patch literal 716 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ew*!1a zT!AzYgocJDBqU^JW+o*i#eqRgOiXNSY;<&Ve0)4m04NSr0AvFNAtDeiPzsX^mjYT0 zkp+@K!LqV42&1#Jv%9;yt*s5nO-V^fOG_&(EG#W81uAH4Y;0|9ZEtS}s_E+Lnlfd| z%9ShEuV24$<Hjvpw(Q-zcmMwV2M->+diCn{>(_7Iy!q_ev**vBzkU1m)2B~gzI^%i z?c0wZKYsuI{r~^}ZSiHBfqwHW3GxeOVB{ANl#*6c*VNM1v$3@c4GWJ*PRY*6Eh#Ol zsBCI(X>IH109n}GgCD3b5xK~~z{uz6;uvCadheC&=q3XZ_79A0w|oOlbUiNaIeVq& z%{GS*OuzrlU!f>vaP5lupZoLv&U<_FoFqe}dibiBvL`&<*H10tR0{oV!*GAX>q<VU zup=j8?21n2bbj9$eYAP!qx{di4%Xl7S?8=={`2<{o<RSigci2z4&3USayVE-lep)p zzqCFOa>mASYR17EQNEd9oRyadd=W6NFkL*+TY0(X1i>k4@7QlU^t;V-46xSN`{PG< z=B13=YA@=-qkqiE{AW2&NX&lYc_V>~FLwI`)Wz4%H=f^F`_$?0n&VsFw+P?L*yXqF z;!#gt>vU5chNH@h6XknEd)XKkU3zRJY<W<CPsGr2_x4rC<jZ~cPBi-8TE{rod{fwM S2gN&}wB+gP=d#Wzp$P!qP&y|7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-header@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2a22860bd267ba4c575d70dec9bae589860e621e GIT binary patch literal 1268 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)F) zJ|V6^#X!)|&=49L3L(?d(tzxwq@?KRXdojYAt5s}GdVdqE-o%IG7>182nIkdP!K2^ z8ylOFk`f;u58(nufDE7#pa@V3s0>I#xIi<3Y@h<5AjA*|8%P2bLjX_;!UZyr*+4;L zaiC%d7nuYKV$}js1C#|?3UmX|wb|L(xw*N;#l@wirDbJh6%`dVH8pj0b-)nl?Ck97 z>gws~nL2gq^y$-Q&YZbm!GcAL7OhyZV(r?s>({T}vSrJ*ZQFM3+O>D@-u?UcA3S*Q z=+UFcj~~B$`SQ)1H*ep*edo@dd-v`=c<|uSqesu4J$wHA`G*f5K7IQ1<;#~JKYslF z{rm6VzyJUL7d~Ye4-ERck|4ie21X`k7EUf6UOs*SK_Oug5m8w=c?Cs9WffHeLnC7o zGjnrm8+!*wC;x!JpvdUtl+?8JoZP(p{DQ)wipr|$+Pa3u=GNA>_V$j>u5O^?Ndl5T zz6CHaFeQ1qIEF+VetY9(_+<wHh7Um^njPXz>`m%VHRKkAgsckE-Xf-^vgO3hTUBB` zOE`Ovmi#X_6q&W<=9^{B@)i9*_x;>^ckbP}o#)G?)b*`?I}1;|VPhisdE*I}7h&q& zncRK{Hy#PuaJH4RM>QZm{@m$X^Ae|+TF!6#5n<i>k^g+sl%s2$bQY$x-c;N_`Ld|n z*|cEw(uMg4Qo<KsmOg6m$gHqK*YH;K`<VHMExe@)c|yJJY_SdxjNGt9*y}~mqT8=Z z&Mdg*t9&Kk=uC&RnUzhansXlsu~ytFV!7*PDSgD$Eb+mG%-UWn`(4%{LigsZbow43 z{L4jRV&m@67pzZ(wdYqZP~r}H@UyXa=BL*F{U^=)e)m3|;3cIu>jLvCXNx5^!b+Aq z@}2tUTz@;?xsF4}BhA^!#$;jmm7f!sE;q)SEji>ZToo>@TJ!(&)!EFcW+81WI90P3 z?+e-9dY`eGSMtL`xnHh6Cz~I$Zqm8?YTnPDih?~lb4?|~`i~V_#Z5Xm?H+saqw<PN zztc_kzGW|4d#Jo_mc@qYZ<LLHU((yo{F3W4m)Ako<KCvpB0psrT3O#Z%=qN9WRJy! zRD0oaKKXqd&uoQ$$lKjN@W1BN^@aPx=050}to!}ZlZ{(<9iJMlbyu@1pZVIMb=G|o zRbH7*UGhV;dSw;wRZov8mZD34^!|FZn?3xAxXgF=o^K}GgrBPy?hMb0*j8Hc>_*bB z<`qwcH+4NVTlFTT<-4Q((&yRy3ulRYJWpA>=YG_xB0bjP#n11|dV25!lZ>-Y3;X#^ xQlI<wUHtemVpF7&<ZL<lm)vvyxmh-T6weKo?3FQTnF%U$JYD@<);T3K0RYE?J?#Jh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-selected.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..b2fc09aa2143b691a7615c35356a51b9275a3bbe GIT binary patch literal 711 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ew*!1a zT!Hj|nt^A}p1pYS0&e`vmoFjgt5>fA88>d+h>wp?OiWBlN=i#h%gD&c%F4>l&Mqu0 zEG{lCD=Vw0sAz9*@9gZHJ9qB9dGi)5Sg>;C%C&3Pu3x`?+qP||PMx}Z`7+R`n>TOX zxpU|F^XEYG-@bkO<HwI*zkUJDU(ok!5zu>{B|(0{42=8&f>P3I>Y7^GdN#Ipp<&?> z$tl@6xh17#6_riR%`L5M9UYxrUEMwS!JIk8vJ4E2oSrU@Ar}67FJCV@WFWvAASqnM zr1r&Og{OmrbU|m3=CT+6_ji~c<xn)?;lFczce<N$rr@sfLoaLA`l@DL|Mc<$XW;zZ zMh@ynq<C^ZP2`pJeH7|t!~XuU$s_j3Z@kW)IpTOGE-PIrKj^U`TZsB2>7^>BSB|O| zdT}j~Fy0U~Zzkt6qh6*{a_raMRUBOGFDJ-*fjjxbiN_O<D(~i5@ig4~b$HH-gUX9p zSG)`_maXURWiVw7-FA0>U+c3&AGgH*ynNlYO-QabmBID<+xtE#dNDhL1o+q=%5Ps0 z^RZXV`Pz)R?YHf9oIYlUA70D8x-r0`dio~Kjl9g$0+Oc*EV6sL>Qm|ZXL6w>?{gR~ XAHBY*yxF4+7}5-$u6{1-oD!M<@gsP_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-selected@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5daa448e1b70788bd226c41322a671c940cab2b3 GIT binary patch literal 1244 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42;<U zJ|V6^#s7yRh>wp?OiWBlN=i#h%gV~i&d$!w%`Gb{tEi}`tE+2hXlQI~Y;JCDZEfx9 z>Y6@%`plU#=gyrwZ{EBG3l=O{vSh`I6)RV+T)%$(#*G`dZQHhI&z`+|_Z~fZ^!V}P zCr+HWc=6)p%a^ZSy?XE7y$25-JbLu#$&)9~o;`d1{Q1k5FJHfY{r2tK4<9~!`t<47 zuV24^|Ni^;FEET_|9Bk%26tsikY6wZBNH<VCl?PdAHRU0kg$lTtem`pqOyvrfuWJH ziJ7^zjlF}TlYc;9P-Jv+N@`kqPHtX)L19rvWmR=;T|;AYYg>CqXIFO*si1FNkR$^G zQ=F%ZV@Sl|w>SPrUviLOC{QuJc*badO4hWHMN_8*cxpCs+lrZ(r3Js#=E#an%zOLy z^X68gV|nF|x60SZ-M^nd|M|OnyQ}ZBGCeQ+wy0dkNZx;))9j72dd|D&ecLo;T>+1u zYSKeJel-*21^fPOUUD)r@XX1mm28K6%v(9{c_&V}FFN&x)7lv;cRQLd*YBEjw$DXI z@$Dg}_|?W!4j3F$E9}%&Hhfaj7H)8Ep-+tS#a8LF=SoAwWV~90Ch76qm^&}^%C3_w zQe7KmvMgl#11dLo+AQMexAt4WIc2lAO)~qj{<+-x0ngn(wS9Va`ka+X=d256i7ujQ zuP+3jQr}nqu#rp0qxFXUbFHV`_V*_B%Y2tUtvFNaOY{ZVRn8VmgoKq+cjP+q-?{#F zz4N`<Iv&Z+QfHzr6u+wRnE0~cOq)nWn&Wz@#b@~Q?S2+39B(U{uwg+-@|EYmwtcWx z*rX^JXT7le$fO#JI)&Sp-lnfjKhpj<{pFjJ8|sbvE`OZN<NNZj?(6dpJ>U0MRhi4* zSTDKn^W|fWZ}a6MZ6~GVv1ds>6D?r~kI}!nD&j#oLx|WGzQ9w)A5Zr)i+(dMeEs8L zck(^u$^Rd6_xwM<yoUdn)K$)P7B@fX`N`c{T^+M?>4mvX8$~vWmocwk3R<2Q94Efc z(knkiePQskkPEGX=^t%7v_EyP`<<-97Ja+(H201>r?>0ema{3$HEd42@@b~%)iUYS zYpc_=WR`rXxhoj*nQ7}LwdZ|N-mcp62TpxaU7uE|wTo@JK=#Fz-D{5RNiV6&Gn|<> o-9ugc`MdtMbM=eo9Q?uj$^M|PRq=9bU~*^hboFyt=akR{0C<<XAOHXW literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..d95bfed9fbc78b44a7a463ae9a3006ec3c1d8810 GIT binary patch literal 716 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ew*!1a zT!AzYgocJDBqU^JW+o*i#eqRgOiXNSY;<&Ve0)4m04NSr0AvFNAtDeiPzsX^mjYT0 zkp+@K!LqV42&1#Jv%9;yt*s5nO-V^fOG_&(EG#W81uAH4Y;0|9ZEtS}s_E+Lnlfd| z%9ShEuV24$<Hjvpw(Q-zcmMwV2M->+diCn{>(_7Iy!q_ev**vBzkU1m)2B~gzI^%i z?c0wZKYsuI{r~^}ZSiHBfqwHW3GxeOVB{ANl#*6c*VNM1v$3@c4GWJ*PRY*6Eh#Ol zsBCI(X>IH109n}GgCD3b5xK~~z{uz6;uvCadheC&=q3XZ_79A0w|oOlbUiNaIeVq& z%{GS*OuzrlU!f>vaP5lupZoLv&U<_FoFqe}dibiBvL`&<*H10tR0{oV!*GAX>q<VU zup=j8?21n2bbj9$eYAP!qx{di4%Xl7S?8=={`2<{o<RSigci2z4&3USayVE-lep)p zzqCFOa>mASYR17EQNEd9oRyadd=W6NFkL*+TY0(X1i>k4@7QlU^t;V-46xSN`{PG< z=B13=YA@=-qkqiE{AW2&NX&lYc_V>~FLwI`)Wz4%H=f^F`_$?0n&VsFw+P?L*yXqF z;!#gt>vU5chNH@h6XknEd)XKkU3zRJY<W<CPsGr2_x4rC<jZ~cPBi-8TE{rod{fwM S2gN&}wB+gP=d#Wzp$P!qP&y|7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2a22860bd267ba4c575d70dec9bae589860e621e GIT binary patch literal 1268 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)F) zJ|V6^#X!)|&=49L3L(?d(tzxwq@?KRXdojYAt5s}GdVdqE-o%IG7>182nIkdP!K2^ z8ylOFk`f;u58(nufDE7#pa@V3s0>I#xIi<3Y@h<5AjA*|8%P2bLjX_;!UZyr*+4;L zaiC%d7nuYKV$}js1C#|?3UmX|wb|L(xw*N;#l@wirDbJh6%`dVH8pj0b-)nl?Ck97 z>gws~nL2gq^y$-Q&YZbm!GcAL7OhyZV(r?s>({T}vSrJ*ZQFM3+O>D@-u?UcA3S*Q z=+UFcj~~B$`SQ)1H*ep*edo@dd-v`=c<|uSqesu4J$wHA`G*f5K7IQ1<;#~JKYslF z{rm6VzyJUL7d~Ye4-ERck|4ie21X`k7EUf6UOs*SK_Oug5m8w=c?Cs9WffHeLnC7o zGjnrm8+!*wC;x!JpvdUtl+?8JoZP(p{DQ)wipr|$+Pa3u=GNA>_V$j>u5O^?Ndl5T zz6CHaFeQ1qIEF+VetY9(_+<wHh7Um^njPXz>`m%VHRKkAgsckE-Xf-^vgO3hTUBB` zOE`Ovmi#X_6q&W<=9^{B@)i9*_x;>^ckbP}o#)G?)b*`?I}1;|VPhisdE*I}7h&q& zncRK{Hy#PuaJH4RM>QZm{@m$X^Ae|+TF!6#5n<i>k^g+sl%s2$bQY$x-c;N_`Ld|n z*|cEw(uMg4Qo<KsmOg6m$gHqK*YH;K`<VHMExe@)c|yJJY_SdxjNGt9*y}~mqT8=Z z&Mdg*t9&Kk=uC&RnUzhansXlsu~ytFV!7*PDSgD$Eb+mG%-UWn`(4%{LigsZbow43 z{L4jRV&m@67pzZ(wdYqZP~r}H@UyXa=BL*F{U^=)e)m3|;3cIu>jLvCXNx5^!b+Aq z@}2tUTz@;?xsF4}BhA^!#$;jmm7f!sE;q)SEji>ZToo>@TJ!(&)!EFcW+81WI90P3 z?+e-9dY`eGSMtL`xnHh6Cz~I$Zqm8?YTnPDih?~lb4?|~`i~V_#Z5Xm?H+saqw<PN zztc_kzGW|4d#Jo_mc@qYZ<LLHU((yo{F3W4m)Ako<KCvpB0psrT3O#Z%=qN9WRJy! zRD0oaKKXqd&uoQ$$lKjN@W1BN^@aPx=050}to!}ZlZ{(<9iJMlbyu@1pZVIMb=G|o zRbH7*UGhV;dSw;wRZov8mZD34^!|FZn?3xAxXgF=o^K}GgrBPy?hMb0*j8Hc>_*bB z<`qwcH+4NVTlFTT<-4Q((&yRy3ulRYJWpA>=YG_xB0bjP#n11|dV25!lZ>-Y3;X#^ xQlI<wUHtemVpF7&<ZL<lm)vvyxmh-T6weKo?3FQTnF%U$JYD@<);T3K0RYE?J?#Jh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-selected.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..96b4711015fa94e911ea656eecfaf7b942253ab5 GIT binary patch literal 778 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jN$=4 zA+A8h{|5*>0|PY6pFe*N6uEl!Dv-Q<`SQ)1H{;{u6A}`Vl9JNW($dq@Gcq!=va)h= zataFzi;9ZM%F2M=tEi}`tgLKnYin<B@95~5J9qB9dGqGapTA(if>o<ltzElz{rdIW zwrx9g>eQ7hSAd3JyLRoyjT=D2@7%cqwDHA@7q4Eudi(b6j~_pN{`?8Fy8FTN1Hhm$ zD+%%oW?+<-k&`ztG;(!w_wx4f3l7Q4FPt@J?)(K?w{1Uk^w{MqSFhi`bN9{Lcke%Z z{PgAfk6*uk|M|On>$yZ=AS-*iIEF|_?md_te=tFU{lR~yATM@B*^&#Ei=Xsu4fE^n zo6>XV{{P}FTdvvsnKwOF{9mlXuEGVIT6XQ1<2`VC|Fra(VT)t5LZzm2%ExfK>s($t zadDjyzq`tLqxV)jzZ?>3OWUM#`RYmM^Q?)%K{~0II-<N74UX5_{np8vxImU^Lc;X} zd){t*FpuS|M1$==Q-hNmA_CMLQ`sHba{um5mz$9ip>xS&K`O(Xjc*rw^s7mV^<VTT zsO3tSzJIS+Cr|hBsh$CM*#w?1T)ukIQDGC04;#1=rq%B$shA|jdC!SqitjX|OqW{k zM%@{yGw<<MzSx<`<N8VG^2L)&#l;?S$ZzTiRd279X*(@$pFXo}^Qz3N&s=l3;{Hud kiAv=(og4G*@%~!I1zjTc^SUSh00uaNr>mdKI;Vst0C(`Zt^fc4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-selected@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..84fe73d583a490ea96141fa934e73e3564ccaba6 GIT binary patch literal 1381 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&-W zd_r7-ivN!S+#wJjAD@trkd%~^oSdANmX?*3m7SfPlarI1o12%HS5{UA4BU!}ipt8$ z+S=N>y1M%M`i6#v#>U2`rl#iR=9ZS0*4EapuCD3Rr_Y!%W9H16bLY;TH*em81q&7~ zT)1S(k`*gftXj2d{rdGAH*VavZQGtbd-m<ycl7AdW5<piKYskgi4!MJp1gSR;-yQM zE?>TU<;s<7*RI{WckjW22M-@UeEj(FvuDp<ym;~Q<;z#EUcG+(`pug+A3uKl^y$;j zpFe;7`t|3}pTB?q{`>b2=)Z68tQP|#JE0`VFPMRmnT3sAP)JxzTtZSxT2@Y8K~Y&n zRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ewylm^X?K^huK632%iIb;J zpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|?$Uba4!cIQ;g;&uAe>3HE{| zr%x^ZeT8rH?j@7+d@rwAV$>tzC9ANZC5qF;<7FGuX&r4-@u++Ix7-RSOH5Cnem%ZM zZoj?p@5;1qcV|`_N{DU#5EPl6x8X+Bf)ihE=<q(XovO3+$`!89lfr^mas`)NYpnWp zK4Qk_9WilwGP7BJ&%7#<cCyp2=hN@x4i6zOj=9Hsz0UngyOLw~ee#|k#~z&8<+OYk z^Wi0Jolb5+vR8keJEzxUd|2=(OU3cLottGtS&i+SI{V9WCR>S?2fRKen8oz++ow6f zMVz7Rhh0<ycf=U6zje1vb}^lw@P5taFKVxTzYK5xb7*a9<O_i;CwUHKPm39?>jLFI z{@p94aiWRs;j8*|<ENbVa+A%azL`&Ro)f$wu%$0Zc9CP3p`uXxVWpC|%DZxZf1h2= z!_BpMA;%oyh0<4kPSCjAxI8C=VO{ryyLVQcdEK7>)$&2Ab8Uj?LiU}3?>DV?-OZe5 z_N49i&kMy$URE-;6H;EP**r2_bok=tl1oW5W=Jo;crln~)2DyWE<VrDd@p|Ulbw?E zkE<)+{?>fdd{;$&<{$0CS+X-qjJ7Yxys==%%D!FmIIYUw3vf#{iJdb1sJ-}bBMY}w zEAwXd`K-lqoOY$pJ>NYre&am1CjQF8!WC!l`spoNB53+tHD<!Scef1#v>eKtUfxc< z)O|P1+U?QG^(W8Y-hN{JD(ir`EdDctCv1OzYJW|5WZ-J?&>H*9?9fE(joUcGtN%6a zl50O^>cu<hqeRxvmLm&N%!~L`jlcW2d7a;WswXQhK}+u8p1kt=4k~uMvCG3(m2A|0 z6;+iecj<P__BmH)gkPDnDt~jSxOd6zTd(}DP0|0?yNTg5yV$1#)9<;gs{^Kd22WQ% Jmvv4FO#p}IKePY< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active.png new file mode 100644 index 0000000000000000000000000000000000000000..0af4c4ab4ab056c05319dad38c4c496785deeaca GIT binary patch literal 774 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j3NO( zA+A8hKoA!f7abi9B$Jbq6A}`DjKsu5AR|6LJ~lQM!T<^axj+D6V3H7x5H)aRa4sgJ zqM`!mGBokBvNDKBXJ==3cXwM`8<3ltnwplDR#;eAQc?m`0Mymg)YRJA3Y6{W=m4th z>gt*@Wy;ExE7z}Izj5QnEnBwi+qZB3{{06I95{IJ;I(Vlu3x`?<Hn7rPoF+}_U!rd z=PzEoc=P7X+qZ8&efsp}%a?E8zJ34x{l||VfByXW|NnpWq)Jezo0SCl1v4;8%gD(a z7#g{{xqEs0_yvdL<rmJHGk5-it=qOAI(qE#m8;ip-?{td?Ys9MK7RW0{l~B0zyJK* zz4croFocynT^vIsB=;W7jz5?n!T#XCQ;-+CqHM_pOXa6xlNTwUU3pFF`}hBHx@%4O z_dj3y`p^~DMbYkBo-5jCUu4+xN4j#-O7rT!b=xcFemJ<b#K~x?nRQfpcY(_%mE!bG zr*+mOWaxPtiB7gX6C+@z>KbI#pRrtof&0t*WiE@XxU&=)IEzHT_8W2Di@4CiXtBWF zbuMo&i>+A6cZQS`VO8~u7M*KzQ|e|7V>`flGmrhxqRk60N_4ZvKWF&%^7!F~n-?-- z`dR13G89TxJ!^CmHi`VOi!Whboo!g=BrEQB&J0s>Cta#^$#!qlouNAOlX~@xosm4Q zpHzZPZ>EY(d&nU_x#wC^d!1C<Y4QCkGouzKN6tMKn!^_NZ)-}FDyQk(n6JsV_Aws3 W^?24q_lOsuROspI=d#Wzp$Pz*23h_9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..625343c0fa5780f4dfa7bf113023d1a24a5811b9 GIT binary patch literal 1386 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*9A zd_r7-ih&?BG}OVt0Z8WN=0-(DB_}7x#l^+O#-^mCBqSun#Ka^eB>_be6BB_XP!=c% zl#P#%2TB3iKtTuz6a+GW;t&xa7or6yh%63N09ONKz@^}9uyUw5a6upg2!JL-7!X|$ zHZBpkVq}fTT8Lo-Edu%i7y`i1NKH-6$;knRQc+P+adB};Nl9sGX<1oWMMXt*b#-lR zZCzbmLqkJHM@LszS9f=JPft&8Z|~HpQ>RUvHhuc^88c?goH=vBf(45fEn2Z+#oD!N z*RNl{Wy_Xr+qUi6wQKL*z5Dj<J8<B@!Gi~n9zA;O*s<fsk6*cR<>t+sw{G3Kef##E zJ9qBhy?gK8z5Dm?KX~xq;lqbdpFVx|?Ai0@&tJTF@!`XVj~_pN`t<4Z=g(iheEIR? z$M4_2|NQy$_wV0-|Ni~||9`@)doO^Iolp|w7tFxO%)-VlC?qT<E+Hu;Eh{Ilps1{( zs%C0tZeeX>YwzR|5fvR18<(7tnw^_hR8m@2F=67Q$y28-Ubc1H_8q%+A31jX#K}{q z&z!q(>+Zb=Po6$|`Ret%PoKYh{r2PMuiyXj{LcF`Ffg@vx;TbJ9DaM_XS9%`1be}f z)29~yzQVV8_matZZ!fG_V$>tzReLkRcdgFmmZmpO%_4_PH?$}`lYg7(T;4c$Zfsor z$I3td&b)a(^JaPav!e+SXAXI%uHAVs>2;IR<<!k4Grosxni3Rje8zj0?@}$Fo006V zUi$x4RGjIj-ZEjo{G0T!;2Emww+v4`-kzxBedF|2d2=nx*V2KTD{Xy03CTBQzvi0z z%8ci+oHCbW>Gsg)*4EYre*F$2!cS#)7tejWLhD7Ru-BtK$+PdQ+|eFo-WVWUx^<ej z-$~UF*&e~EEDwrK%50H;$|HDnPvhRr=Pun|@jg9DwyUswTIxdQ6`XsOdnz6zi0yK$ zJo5Q_)B+CfSq-oM&pkUu-R8HaUDl2J5qu}V9CQ=3@+$3MJ9)mPgP*VaLgmxa-(TOG z&!4NKaip!Oz^^4Q@VPUS5Bstk7gX+uEc|^*<N5OY@?R_`Bsd!<h%R)$v|{3$?2GRl zx_Fm9NVNOX+cAmHonIw-SL2e3o)-mQbms1nV0(5fv*e42vtQ+Yk5|Q8rhLDiQz?H^ z^2ewCZSR+N@RtR@^YCw*pm~<>OZtrH0R5bRJ0b0t?_0|5E}y~L>n!|qM#ZBm4;!Yl z@*Zxy*?hjqvVX^pU7ww;e(?MbP`|HTnjw(2^!7>DDJH9))iiQ{x?QWyR^<ND??~x( zpSq2=vyOY%d^J5<@q5~x)vx$M)DH$f6M6V{_b2`Pp<!2Ev5MU9KOGf%!*9*ruGM=Z z9Ao(pO*Qr6o%B&6>!-#0mK^g_J=JsgecZgxZ$H(O6}RBLxQNioD`!$JT<4Zu9=@t% zqxP#=yAtIt-Hq5j=jx2`D|1%mZ!8t_F1Z!;%KzFF{eQii7(R<93Fn1AixqwYD(O63 L{an^LB{Ts5EH9W* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7feed194842db10259d3b5e26d3f2240c61f83f7 GIT binary patch literal 728 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EKLdP1 zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBpXXo`Sh zVPRoF!N9;k2pJR<1W{uO1Xk{5KxFN1Zf<U2VPS1;ZD(g^Z*TAH?Cb&r?*6Vo;NkD; z5#R<yo&oMa<P`t}K+}NcKnw@FI(p{$jTS(kTb2a*1v4;8%gD(a7#g{{xqEs0_yvdL z<rmJHGk5-it=qOAI(qE#m8;ip-?{tx&HE1@K7RW0{l|}AzkmPv^XKnM%PWiw42(RU zE{-7<r}tio3_fHa!2V%cv?Gg)gG1M;g-R6<u4ZH`;0WPUz5oC44j+vh2i|P4`A~nW z{h!**vw5Pa_c@n!ZxwUDv`XxfBRl7uy))RBwpkvPsXzDgx?0`oFR3^5Pp#|EDgNX2 zHS`5f=zGsZCI0_BE967&wu`%6o$-#tS@3#@!^KWL*7t1o3{zg8JaOmGhr^F*d|c)- zmZY9Ial?h#Xp=|$74e2yA#PLhgO}KgrwU(~tNq3IO>+hFg{8A!N2VC4C<jhwO!bwl z&CPH5s`)C|q5ZOK)Vg`)wzhehA9r~D*!VcL$LSvXH{Hbk$~S4H&TaF9``3z}nxDHn t^3d|0^E-E||K!^DZfcFzhVT0?$ot%7n9%AgeF>DVJYD@<);T3K0RRsdA@KkJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d04c0853dad643559c931291a01da85290230a5e GIT binary patch literal 1266 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42%l{ zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qbm;!;7yBQDwNoyeTFgG{1u&}VQva+_ewz09XwY9agv$J>h zv3K@$bn$fp0#{!rS3f5=KW88Sl5YOa?*1-7;O_4V1Rnlwo&oM&f!^NUzP`SGetrP~ z0fB*mz%UOB3j+ozFl>S026P5E%%ZKn8<qfLD4`_CFPMRmnT3sAP)JxzTtZSxT2@Y8 zK~Y&nRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ewylm^X?K^huK632% ziIb;JpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|<UOba4!cIQ;g;&v2nY z5%z*3V%pO;?cFjdM_<!)lka5{<CQ$h(}M0#=s4_SDkYl1yPD(s`fHK_l?KN7pZexK zwydjvWME%&PWE1rzS-@%Z*fspvCMhzO>&Gc$9->joyF~)S<u&{Dp_hKVbELac;Zx0 ziJnN8i>hV&BBuVnmj++&+Ies;QA*-+{V8{2>zv7lC(Kh1eQ2!lDm8oUWxJhH%2J); z2A5K*w-(==FW!;XV&leDcH!L7gn8;#4+}4~dM*EXc$Gtm@`8K!TrN)w{w|YrM8SK7 z=*LBQ!n+tHlV+HB?b`NGrh@zPF@gT3d$Kyt+Z8<}4!*q;o%+I*L&w9#alO~M$P+?o zK69(@yt%*V*Tefd?zR?doxVGyId78GI8(^!8uiRVYS&^Xe}^RJNs=%4mwR<>_OPv3 z<CL#(s%=r)f<yeSL38rI$jJvU>=#IM7A&^^&9wYk^~8U-7CXf&9BFg<ARn}qdA@FY z7boj4&RG+tuGb5!D(znI_0^hao)6KQ&%<+llb=m5Ka*qox<yIVWZL)G(`Ik37iqo@ ziby^@uTe%i%CMBBb^7V0tuH4(yrL(&N_qBmm#p;lowKFI=S%;H-T5Qux?(QR!&@iL zt$p`I@<{I-i&K?RH}Cq3@LX%|$l89-Jj|@@IkWXu2exw;*S=DnALp&}XpZ*Pv*ojw zZ%C<~{62HFthyhMW83zM97&sXrV2OT|5nhv)GV=Tj=$gTb7#u0JZ+z&!#VL%#?Gcy z$NqolI4DxRBRhpn=fs(U>x$PB?!9^OR{pzR?(`X-`o4d+nDy<y+s)=k=KSFMc0w+5 QkAq4aPgg&ebxsLQ09nQXQUCw| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-header-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5081ff1d582c2cd40544ff88a9880f0317923170 GIT binary patch literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E{{wtN zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBRPXo`Sh zp`oEbL4SXL2pJF%08yh01V;9H#z5qtudi=lU|?cmVrpt?VPRouX=x7xPF@Z`;Oy-P zL@wS=AmroZ>f;PVZa#i~en2yUra`QLIR1XRU^meJmL)-c!3>PjGIH_;hDNS#?q1$L ze!(Gm`GvFQ%$>hr>$dHOjvl*w<?8j@ckaG^^Zvt!kDtDL|MBD3@85s^{Q0}m@(LpZ z1EYwii(`m||K7{);Y@}itPiY>I#{ilk`6Y-ZkWzu+^WF0D5>)Q|Lr?EjGZ2Jo@?8^ ztNW*4(Y-wki~Y83*mhmPTWa^});9u$;p>*_x9I;ia}R%drhld_*Uj=n{MyztI?vwe zJwB--Kdf~7f-^^MHYA>@-oEOx41>j0F=?+1*N{>MpZ!L<-!d<#G;F#u(ZoLITSwfE zSFQ}!`}%5xZ9lCzeS1|t;|gwBPT|1z&)=4>DrHb-`&8$6-o~z@k1<F3I=9c|r*k{p zSLHKlNH$j(1a5Z!QnLP+QNzl8eg6!L(rxdazgxhdP(ClK_t<6qH*ah9Jo|b0Nt^C( z%ionMC#UG8D!6<&uDnO1FVWy#(9*Q}cUw;_>JEI)J?A~E<}E3eqo7pg>FVdQ&MBb@ E0FufhtN;K2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-header-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4b1588d09fd36b81267bf325dc593a7b086c53 GIT binary patch literal 1291 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)|7 zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qb=mLR}y&e!4+v^!S7#J8B8X6iK8=IJzn3|fJnVFfJn_E~| zSlYT-*}B`<d)PR5*aCrrr>&!>9S{IXM=v`kFMA+x@&X33gR_@|v$rD<xp+If`FePG zczJnwdwcu%`1twx`TP5agoFUYKP)T^7`(u628LlI&`sa~yd--j1sGciB|(0{42;Yy zZ0v$U!eZhQl2X#La`Fm_$||aAre@|A);6~GPA(Bq(J`@c$tkJXxp_q;rDYWpCQh0> zb=u-(TeofBv1|8{W5-XNJaziaxeK@M-h1%m>9d!wUcdYF`ODXDKYsrD{V&h&ygvg2 zQ;MgHV@Sl|w>NHvUv>~-e-LCIBKBR>g|U3;x>9y=feEW3*2Id;II?YtXXv9_N?tmx zPTBA7=S&vMxMX5nbea9!!|#*k8S~#inKG^Vby05G<E2|~-+s>RbHK`2@Wa>2-BFod zi_-;UPA*t}u`P3#Y@@5I-;oNtc@w6}baCCk72ABXNS8yhGel*kW8lHndD`jq_9@Fd zG@Zm;ZEuFZ-O?`_bVNy0RJnKS?74jxHhJhMKQ#<`GUcMBT%?#sFNej;h^3c5tx}jY zYa*9K=9bE{nH3D0Ns}e7bXDBgz%{p3XCrUk+qrRt+w9skt34bX^|wu3$o-)`z^H%H zx#<fPCu9T&vD)fdwkJ*uI9&3s@Z$ZYZ*9e&@-VZPzA(}#@knf3Bs2Zml6aZ)7QI&& zVkf+uaE9scgObc`KW3Qm+_|_gUEz}AMAjht%t_B`eq>8XTw8cuV7as5w)1vpU;fOn z>ilc<g|EWu$l-dAH1>N|d@D0~e=$v)FgbX-p6}iC4YRDCi!s++pOAm`lELp!|4#j~ zb9I`0N$m9RNy*aRYJY}y1zkxxEY~C>8<k|;l;&+;H>+;}^O^QlEmk4yVe312cn^tI zJP*^eljr#6cW7q!`O>zssrm~RyxaQf$-dgcNlupEwO0QQ3|$qz^XsOSn>JWWox8rW zfk)nO+A8&?%9V1eg+G?;{E_#0weht3?56quw!JD#dY>GzV%9#EyuG%!lCLW4TrVQM zaY^DeqZRX>_8yO2{QUM)UPr%)M=j1DcZrO2+Uxt`ncr-^GWYWbR4gW({5S9ImScOC ves+8Bkx;YuNJYYu?^WrapWWAxHu%pl{T$2HNoJw>prXjr)z4*}Q$iB}rkoFJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-header.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-header.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1fd7ec3993161329f5e8f382883f0459ccca94 GIT binary patch literal 781 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{|6L&2Log${P^($$OQ@m$$$U;0m+XaKYsf3>GS8$Kn748&OUnV^s(cokDWMk z?8Mm<r_b#>aOA+jV+Ri%J9Oma;iEuwYUZ59v*#|EJ#Xop`AZ)@e0b~Dt*ckBUb}Yf z(xpq6FJHcR@gk6M{`~nf1<yAE10t*>$S;_IQ9@E$Mq5YM&fdY<#nsK*CpjgpySJ}@ z!r~=M*KgXqZ~uWq$BtjQdgJD;+js8VfB5L}<0ns^J$w1`<*Qe3-n@MW0`I}#D+v7j z{rm6VfB%*rlVSu0xrC>SV~EA+<b(z038E7NubLiaE(u-Y8WFf<gGba))|M8QUpF6K zPES)f*mL3V^2hRQtpBc6Y+d>J(3cO<EUgC}C+Nn-sx=AN${h2kYS{JR_R`~gmkw*Z zmv3YG^D)b4aym=aqix*I%s-qD_Xw}>Jj5S6S$>(5yt=V*dVa7$G|vi8ONQ8Bg=K2~ z`ql3G;T+L|D?GJXVuLxBsRfto>x*kdbFc6eb`I7M>$j+`-02vTzKrq85|^IOGJEgX z?s=n_!@5ANa1qm?dsnU;6i=F}5g;t?HsQ7aUy)nnC8cmak)1qm+72#JQ8vqH+NxrA zP>S=wB+GuYjgij1>=PHxIC}OkljBT*dWjd^h6|s?CTfZ@-Hi3>XnnU-fZ<}yJ%RIa SE1H3^z~JfX=d#Wzp$Pysh0B5f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-header@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..df38f3872e2081f98693c46ac3d8e6db3a0f537c GIT binary patch literal 1343 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&BB zd_r7-ivN!SSP1<2^XKp1zyJRI0}22czkmP!{{8!pA3uQPr%#_geE9J3<HsXMPoF$} z{@uHG`wkpAaPZiHL&pvt2BH&(j+{Jv^wit8Z-G)fcJJT0d;jh|2Y2rUqC<Q39ooD9 z$g5YcUcY|5W!vtp+xN_zvv}6rC9~%N(b75dmp**>@X@13_wV1odGqG=>(_7GxB+Bb zy?XW9wQH9yUAlbv@`Vc*&YwRIB*TvdZve(wUrCT(Faskq3o9GHfS`z|n7D+Lw2Z8r zf})avp^>qvnYpEnt$$!pa7bumRCHoea(ZS~PE&JBYg_x|X^WREUAAK7#?4!{Zri?N z*Pf%tPn<e;{?g?u*KggvbNAkZhmW2<1A^x-UcP+w2JD^pFaQhz2>AH%D+GM|`RmuO z-@k!@#_hDPo`HcW-P6S}B;xSf8$W|DJBYA<2-3gO^qp0%V|$RzD_$-Rud8C&{M@_N zFZHms*fQ@%)|M$I3r%DHrOsx!v}JbAlcnbj4u5Zd(thTN@$X$XYoptfZL{^yzMYqs zpCA!7^I^mG+r@ikE;rfr`{1-MyQO_4u5ab&S?c=o`=KVK&X<8AqWgB;ZMa!r=n+&I zHL<2EVMW67$xq+BYyHTy)=RNdD)juisO6;^(-!wUNs`E1vGtavP?z@<Nz1;8O2@yP zTj;UJfj8)YC%g7swRoRJZ4(2pe%={2r|tHH#cC%PrX88vw*P{rN6_V-#Y==wpF7sR zB!N#f@c!k+zTOuiJp%oLRw&MmY+_58$Nn_%!d};O`JTW$p|H3g#owlusjp9GjotV? z;{vP4=Y>6@8rmGft3JmG)V*9#ELFnnVy6<-xQ}y{%e|@j^Go>GWnW;P@MA&_Yt_fV zsmo4Hmp@<1|1SH2aKMiVNiW0I<5_j@f93mOs==jd7t&NeVU=t}nl+2C)|XZTMQd;K zy%D?4w}e{#R%5P=c1ugU!ky^D_Iug)Ep7s#vr>HCe=e)r@G2lg^Yo8|?}t{zdIyww zRol-zvuWCbPm5-)f4}HfdhP6r<|aS={F;0Jw|unp`?T%T^c9R-*O#boKQnu><&@&h zn|6Oc`lM=WbbsvB-n)$(3YjBaOeZ}2`z!2gfq~xj#j1SrYxDL+|9PWU&lhT5@BOwg zDV<-X+cfp?+3mZnBiL2a)6Y7-VeYDYRVFp(=eA0x2`4%x1!-w+n&G)%#)YYC)t2AT zm914yaCWP*Hv7!?%r|%XZZ_tNSA{MfNVvY#?E0_!8rcT*42oVKdKVe4IR(rN44$rj JF6*2UngH~<LcIV0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3e00b02f88f49b1c35bc6a49df829ae6269dc48d GIT binary patch literal 667 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@uIyO$Ks-Y#<5bLKuO8fe=AcAh2>b2Lda13kwS?D=RxYI|l~`XCQF* za|HrVKUdEHcOdc(0D_>PAfO?UksuoaVw3g(z2Q_6<QL4q$S)u$B`vL{uBoY|t!HCv z7aA5Gk(`p9lUq_!T2@in*woz8(%RP1(b?72-Gc=jb-C99H0`ISi(`nz>AhEu3pE)C zuq7O5+uN`=fnB<@X~o88f8$S;Drr4PInew+lfOndZL_rFkMc)PtKyf>dGWW(@}1(w zSBEwlY@1_z{^C-ty}o%lv(MiM*ON|*ogAO=S+wTis?f%nQ$8j-d^|r(Ro*S<<}!6N z@r%<qG-}OiAC@<tY6v;rKj%Svw$n?_jZutOHvc)nwTM}X<!!`WMw6p;EicVm%gn?4 z7=4`<Di`rD5_Y(2u;2Ycqr#zAW(ukoI{toln_#+HyWvTEl%CnPiF(_A?ub#$%vsbE zsPyZA9{0N$>29|ttTsHcN8BsON%vvQ#67#CS7rVwy`FXS#{Kw(*7I}E%q!WZR|QHM Mp00i_>zopr0Nx+~2mk;8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0e67ae2e8b1cd57b51f9ebd1d7ecb9de72226c27 GIT binary patch literal 1159 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)g@ zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdC}Ii(R_^9N03@wEEi5dotgLKoZ0zjp z9GrcffB;Ck0+F9H5CBPcKUW~|^mFwLaQ6=I_Vxyb4=`ka0TLD#2J|e@JCTtf!`Co- z83ThduO!GXn1PXrnT3;!i-(t&k6%DQP)JBvL{wHzPF_J#Sw+>r(8$=t%-q_>-oeqy zKOitDC^9-ZB{eNQCpRxIzo4+FqOz*GwyvSExwW;ey`!_My9X~&PW!)`fq}`?)5S3) z;_%xWH-m2lh_ELdxwdr2m0eqIU0a%Ulr=g!H#Tc&s2AhKYGxHd(?z0@hkpK#&(`Zu zQP~;pUvNya-v7*#hqHIjZ$AHh%JJ#<PF{$zsABkj#?fSt*sK>%HRm4G{h$(k&`(_L zgC^tBny`r~nu}9DtBOpGsC#(ehj>yzfQR!Hrmn8Dzu(Sj<kdKJL}+KnqHFPH*2#jg z%4Qc!dPF2QTjf7aZN1^9xj5|A-kX(^HBKK<H1eyu`{K)+mt2KCO|$myJ+SujH&K&E zlZvnO{kRs^Zs#y@2ix}V%kt)Yi&xm~Y{d2J?;5tV2SgvTlozFEUEmL>n9#NR$EtGz zQ#j0>zRUUkUA;kmx@OidgA)t-Cp>qq6x8s|JU2m4!_;{*PgJ9h{HZPn%Tp?cElq2G zoLMmckLoVFElLyWay;6KQ|un!=J~}eX*WeM`kU~nqL7Vu*7A5Y9cfqD(VSA6aKCs( zlFsDR##a-j2Txz^H#fAaVvpp5GY;owEzSM-c5P?h^DU>I=4{(u&TbYeeQN8JZI&CF zmBJ@n(DuG8zIEZ!v*w3av+oKqe|_F%;nwp<zMMTQUbmqAy!q8z%WFPuvwA3^E_LeX zrHH$`r$uY6x^s)yM667Ct+qnD?$YuzD^<b@&sk@Gw3WJeK04q@zu9)-zpw9Y*S-Hc zM|xud&$^Ie<u<8v_ZQq>`202B(a7wXE4NKsakTMA&~$I{+lJdKIpm%cB)_v<Z}?s^ tKI(3#+Iw%6#n!94A2%-FA1Igjk9i_PBX57y^qHVyz|+;wWt~$(69C?Z+0+04 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-header-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..89dee385d2d0e5b84946f7231b8ccfa45136b144 GIT binary patch literal 662 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@l9z2L}VWKsJyBa>K&HAZ&kse~7pq5Ewe>89V6f>zkUIT3A>(0D+UY zgR{322>Cj>`Z~M%`uX_<1Oz}#0J;mPcTVvfYoIrrN`m}?85sEm1f`^<)zmdLwY2qY zZ0$nB!XuJXvU74vN=nNrDjS=cTUuJ%IyyQ!ySlo2FoBQM^2tEczIeJghFF~5d*!%L zlYszRLf2mHZ*8*Hh7C#P@Bas_6Bcw#XSew=|Jwoco1SHYE%oX_YrdMaxxBvGCCEQf z+xzr_D;xY~B(L7|WY(DzSLPe8*N|Q!J2^J!uV|IqRjcE^HNVmvVgpS3ZF_E*l=}OK zY+S~nQF*EMV1BbI!&F`SO?LKoWF)MG;<OufwaH7)KcTkGciWyk=2-#ui{h(p32xf^ zv4|-{hC{ZqSU{Tj6-#zLyX>c3tR9?Ig1>p!dp8K}kJ%Z)|9waA@yA>nBUc!9waMQI zJtz73%7s|oKXd9%#cFtRZfW6m{q!zx;i^Zk*M)ulbpO9o`Mr{}wU?$gMS)U<r>mdK II;Vst09h>bY5)KL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..56036217ea7740c6d270b68616b57ea38a294a88 GIT binary patch literal 1147 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-@3 zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdD53`hh7Nkh4*L4~hK7d5#>S?mrsn46 z7C>O*YGvbY0|XA9Hcp;)Kma72yn(^u03@Bgot(X$U41=0J-xlXfuRHppOBD{u&^+o zmw}!Fnm>Et`w76%%r6P@3ua(sVrJpw;^N`u<>MC+5EK#;77>+|lap6aR8~<nFf=kY zF*CQev3GEE@(&0M3W|(QPDxEm&&kcp%P%M_s;I20uB~fmY;J9BYwzgn>h8f0vgYX2 zGB7Zydb&7<L>zv5<9g5`2NAY}BYNNNX={nS*_-6Z;$pslQ%a|SO|a<R|4S+hCQV2Q zH!nOU`G2;-<nH`UUu9(a{{Pu)(pz=Cw$b}Xq8{_U()S+1ek;GeX;QuU^~x-Rbw>^M zaN0;aznJy3RYp`aF2f*U&Su9G1uIlO@`#GgDSTy_dwarO$5|U9wX#-kz4P*Wx95_{ zOFWc+{@!}dLF2sQ-Ga(hGo^y8_dc}g<~el9({`!f<CP~A4;O?iE`Rl_NGnXS(`V9> zC_!n_`4=owCT704cJD@ea3zcRGXZZ_*>F)s^ArKK^&yjXbG&72Z+=w59)Iv<i+Kz0 z#hu4p=5up@Q9ZRHu0-R42uFp7LgONy$&;3*w*@*+=GwwzBlpO2fx6qoOP7=vR&8A3 z!2UyXl9?{2idu?iS>Dy^n)t?Z52W~yo>&$;ZONU?b3*%>Tp0ve_9<q{?${tB6l_$& zziYx&=jmEJu}oju&h0w7Kxg-n<egjm_wAAQ*zc~CqPcYQ9^JbePA&Hc3Q0d)=5TJ4 zvPSHWiPvNt-yUh#x+x-=+Wu$O0__iKc6xU58}=7{v^@4^?<x2FtAwMwCr`cf>fW)U z*GEF5Zj{~*cPPvBdcVL|_2YtVKi+L#e&W4$zIxO)h0{@Yw&j?;HcOIQDcHT*P1pIW z<#V~^j_1SQ^E&!HuzXq9Rk&qsYR0~EOS;$2ytk8yyJ)LzY;X1%>GtQ>`Islp7n*qB j;jKFxUjNUZVn3r?X<yfr+mX)opserd>gTe~DWM4fefY&6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-header.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..e0740cea2cf5edf1f8d266b2f228a5364b1ae7a3 GIT binary patch literal 687 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EmjZl3 zT!Hj|T7vIj0Jq`Cj~_pO{)BKpefsp}%NGcH?t&HbfN0Um1&dZ5K6>Kl(Njl{pE`cx z%<&WFPMkV-3W&~JICJjeg$oxhUc7ku^5v^nuU@}?{r2tKj~+dOm;*HV@87>b(-iM4 zI0^KXTS<^#FasmMfS{DLn!2Wzww{fxU1(T%L~=@YPHstQSw&@IQ*%p8Yg<Q0M`u@8 zS9cFC@MepC0no(1o-U3d7N_@KIWE*>Ai$PzuuHaj{f%Bx!A_@uPyg1Zu!uI!<dFO0 zU;SYA8<pKHPXGN>!t=Oi2rY~~=PIKTGiM=pi`Jz~K7Fn=xsz&rE8TVnMozDuc|}I+ z{Q>Pz-OJNDd+m4vzid|9*q)d*>rscB>yBdrQ!a>xzu4aRm_>AgwBq~rY{|!$PZ?y- zTkz~?Z-~AXgD0Ey>UF{<EqN?^PY5vHuzRiO$ZXFspW#OI-G_{hy!LNTI*2r;Y(M^c z7spA1KIzvhY#cwvubZ=yrTUIma^J-tGATWa4zia`tn0PB{&}~Q?729NY4a7o{uc79 qytZ@q&7kgm@74yX{rSHCf^4?`gOV5S^Opkyg2B_(&t;ucLK6TBo`2E+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-header@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..989db68f4bf479601ad02d147741ae4c7ec4dd30 GIT binary patch literal 1177 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42;16 zJ|V6^#s7yRn7d%bJRn*GL@O68TDfD_{#|?a@7aHN@BYL4_aEJV5QvWNKYaY);p2yo zo;Z5+)Y0Roj-NPl{KUBvC(fNack#l73l}e5ynOlc)vH&pU%!6y=FQu;Z$EhO;L)Q; zPo6w^{rdIWw{PFSfB)gbhfkkA{rK_Y*RNl{fB*jb_b)Ik``$aN0)w@%B*-tAfsu)s zg_DbimycgSP)JxrR8~%2K~Y&n)xglm*u>1-+Q#0&(aAp`FeoxQIVCkMJtsFWzo4+F zqOz*GwyvSExwWmmqqD2KhgguiUgi%21CzC<i(^Q{;kP$_248j%VgC>$sBuEG{lrp{ zr7L8DLRJM-MRbVePtnlv-L9GYa^w5||4*iIUs^Id=Sk~1gTvq3pR}L*V*Gp4&06XC z@6F8hYl9bF^~e!lH{)(Zis_dP{>w^O%@0h@Vc9J+<3Ny*7VF%30+SY2Eo@pe$=lYf z=fCHisYOdPcM2U2_{h5d#7q9eGu?D9o>~#O_WO3L<iKg_O-}-wyZR#Mest*-O3dK> zx<qcq+}|f>x#cW+xMX75^77e%Nzz@b?v*{b^fIE&rqDyqRQa0KKS$#LwLVK{&&%TH z=5F^XZrilt(cafK?avmtsAw*1Gb!iW+cbyg)I+g-ZN@C3O1@Xm%Gcene^g$!XZ?&W z+Y<|q2TX8wH4lgi<l}wbzo^E<vESm0Oo`=^-HmlxZAa>^=g0fn+dRG?y`ZRLSK|$F z=b+cq&p*5R#I(IkLAl*%-8`$`3qRCsS_9O-v|$IwpZ1i}2Ya6j$Vgo%S8Lg$GxwIp zU2`?9x$To5hRa%780h&JNbZ?^PfLA<;>xC%Z(nj}^BkRUsY$%-!fsWKwVRGD_L@C? zL8F=Os)uE{!kfjV<CpkK&(DwAHudqX6Dv=@bGbBU&Z0TuXYc+s-4-3)`0QBTk%f(C z9!Z@@^nNY7f7!H(L$_-BZ<+jDzC*2k%U6rSeA!bsr)_%p?6&tq!OQYFwjB#+R9wg} ze)gJEbwSjX%r<%5?og4*5pT+@bk4VbKhXT9_4)f#e9!hy?$(~Y@k(fCNKWz7mnjdv e8K2@k6Ynd3a<k)PjU~V|%;4$j=d#Wzp$PyK)~??G literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-selected.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..f4398f604cea201a384be697cc410ec161652278 GIT binary patch literal 644 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ETLOGS zT!A#HfRmFmH#fJkva+_ewxpz_s;X+voH;XR&YU-I-ok|omn~bic=6)p%a^ZPw{Fv> zO`A7w-oAbNmMvR$?AWn$=gwWbcJ0}-XYby<55eI6{rf=r5g5D&gST(r0_m?`zkUaU z-(c|f?_W6M|NsA~cN|23j<zWY@(X5QX64}I;T04T5fu}ckdl^>)zZ?|(J?bOx3sjf zvbT3|aCCHXc6E!5i;qu8%r7V`tg5PRZfR+2Z|{-%E$<FA=a;98V~EA+y_c_xH5u@* zC5VW~+_<(^{1KPloEzWk^#x@v6fL^<BmQgCdlTNyMSrYU=A2Uz;WRA188S!0_IbhH zcXRbz7YZh3l^&PBc`YC;Xueza+@IRd)mE(#n^j_)WMTiXd}2uhSGL?~zWu8NY*rj^ zeQ<Zd_jE~Z!NxxiYdkXR4>oOnr~FxA(cT`lgx&<HdEItel}evdj^s2*R&TKtj1`hI zVwmAJA!eTTY{46Kt?xgTxVxNgaf|5beg58UMXcaf`|U9&x$VolXV+M`J$?K>c}YfZ z@R0}1-dnC`g_!wo{#R!DNA-&JgQ|Jl75p7~Z}Ogf-j)97iTqB+Akmapv3@_QK}o>V L)z4*}Q$iB}XucBQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-selected@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..67ea825a4dac0c1fcd15b7bd32b42e7c1aa4c652 GIT binary patch literal 1081 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*mM zJ|V6^#gqe1PEH{qAwfYwDJdyMMMVt_4Idw$;NalEz`)$x+`_`bl9G~z3l}b4ym<NY z<x7?<S+#1_x^?TeZQHhU=gwWbcJ0`)V-FY{Ja};5zI}%d9XfpY@bTlvj~qF2^ytx( zU~uZxsfQ0A-n(}XNZ!AHA4om|gQriQK701;#fuj}^8NewpFVwpkU$0yd;tRp<2w@g z`Sa&*F!=lT@Bjb*AtaFT`ciNoFgT)0g8YIR7@3$^*w{I^xOsR5ghWKe#3dx9q-A7f z<>cfQR8`fqv~?`4tgLP9ot&IqTwLAU-90?LyuE#VW8>oD;}a5-Q&Likii(R%N=wVi z%PXs@Ynq!|Iy<|%dz4ODyD=~@nR~i8hD02GJ3Tx2mV-#!Qzci9%!W6STSPtvt>uVV zdTWx<)J363#Bv00{{Qdp!?caXY<K2)zvXj3{@w6%!b}^>>UZAW=YRbd@y@C`r}Cj) zDb4TtBtuEnS?8LBQZENiG?Z#QJNew(4-XS7Zd=}SSlA(!5~kuCmK~ns7Qc#BL`(Kz z;Ul&;_cmJcmIZ`K$}AR2``A-h5_M$4nIlZ?Yrac_-xYfGEAEHo>6F?7OeO~=POE)5 zP5)cOf?ewkmi$>Wzr-S$X={Ms!vBv{65Bbqb}OmYs|DnJ_2YT9_><=UDSp}k=|Z6a zYHNKQBX>+{)GMsC*5%xw`FKO2<r((qv$n77Ufy2jn;w6}Hh{}-iNZAw=1n=f-!Wty z-DdyOL6d(<W1q|wKIW?Q-734@+x)SgHgngD)iNc*Y#|lzCuN=cn0WU7T$>4;&XzB# zHP&BNzJ2-l)}6OrHFESkSy26h_mT~JM^(UGR@p#3kEd5d)x*vGjYQd*Z3`6I+uu1_ z9-Pp4zUV@wM8H+&faxL6TgtimL{)Q&le)Y&S#V0X_ikJylyX%~bw%1ouYehgsunI< zVU@c`i}|f)rtrj=M1^NH!Iyu`3H#^9b1Ufbsk;xKgdEuzAamC~ue90n`m1BQ=?yxp zyH@^}I{cA;!aI)`t_?4x%vY#cIM;Q*mcO!Bm+xoae4ZQc^pBY8-HSWMB)0L;zo$N? zQt=@gr)2&qnZ@d!?k&r=kovnL)BKc1c88d#-f1?CiHb4P{y+Nle@%Tre_ErTxBRw6 QOF{Y8)78&qol`;+0C33TeE<Le literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a6607a73b3925ece312cae1054d4c1a2819735e3 GIT binary patch literal 687 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NqaNIdk{!-Sg+qU%GVZ+_`fXE?l^I^CpnIc=6)dvu7b9Kn73*NCMRWRRY;S z0F(l%0dgTKAtFF71OT}}21M}MwQE2&P}$Y1S0S=My+FYmH*P?<K&d--?%ca~56JE6 z>gws~S+ZowvSrIwtXQ#f<;vBoS3{fu)PDQ+ZJ^4xZ{L3U^y$ZsAHRS9{`>bY&=;P$ zTZMuCaVZJ%3ua*C=NAx^l9pCe*VNM1v$3@c4GWJ*PD#nm$t@`@tEg;jYHn$1X>IH1 z=;#Dm*VPTQ5Djo1s0PLaBde#2V~EA+y;p9QH5mvn1gwY>k6N7+`+8saYa^|RA(8+8 z&zI^6QJg0jH)na}gL$56#vYe8D~GNrT`tm@xjo8<)#FofZbV<Qr23hQ^NSv3-8;6d zn)9=GYVA?;_u9Ar^8fBw<vVZonLo!2TCdMqYO8GSYc8PHl@Xk#QC{TSSl*l_sU@A5 z(jm{Z@C(B)%W%o8=){yx4`!!?^PlzG)chnYl`fe!+*O@#U?Mc3_PG*!gRQ-+tkIRO zA{(Yz&+eYKpC`3eaF^e<Jt3V7*IfAY`0=#UUn}}=e~=6Jsy{BZ`1%j#-DiF$uj5&? z&dq<PUWildN7W;zb*@Z*@J>uiw&t$&)cz-z|2x&UR9w_JmEb1{3}6ONS3j3^P6<r_ DRdiyK literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e9ce96939ba9d3262d60b1a5ea6db5424223526a GIT binary patch literal 1170 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#sB~RZ)j)$l0dM3|Nh61AD=mM=IYg}M~)mhapJ`7+qZ$-^XJcBx^(H-v135- zlP6CCMb4c&clq*Vh)N(EsNmwoix4i54Fnf1TmXukJ$n`?3uFVOfLx$BkOAaEv;Y}E z1z_dpfeavkOF<MvNQg3^EW{|dbr4(NS|H{?xIhvj3sDSYBkP5z?CR?3>FJp}ckaA- z^A;>vuxQbuB}<kpTefV)iWRF@uZE}xIsoWRps#`9aOcjQd-v`=c<|uSqeoAkJbC^4 z_1m{^-@kwV<;$0E-@g6$@#FXJ-+%x91qS1#D-W*%L$;_S$S;_Ik%@_!g_DbimyeHM zKu}0XSVUA-PEKAyQCUURz|hFp#LV2>+Q!D-!O_V-ATTH>GCDaWB{eNQCpR}QKfj=` zsG_o}y0)&ap|QEOt-ZaYv#T5EY&@Xdc6lfR1CxQLi(^Q{;kP$#2Hy%0VNX~R_ByKD zduv$W?oRH!wb#VLUpd|EI;QGY+@Pc|;lSVj@m}i!CQo?c=3j73vY!8dkKDeU=H-^` z(_dTq>)Xctk20uX;Xe~-vE!Ni`$WyR`+N&jX74NGURG?#_p&BXD_kpe<qZGDD{eTo zbAC=TW4b96xO9qZ;6%yo6EBN5^!SuaG}d_a{Iy%U$`l=eW|2t}nkI|N@3{sG8TL#$ z<ni%))bm^$RpH4eEHXXbmdLBACP{IcR<p;J`<*t|5a<>O(0){Xx;{h5=!nsdt>%H{ zQT2^EyeBm>-ly{Z;)p!Nk@viAg=2I;lB24~mcrLxoM#y%zrOR>Pw(aSiqb=!uh`|d zY8!2&Pu*;?@C%r8`V~L#mrkeC0V&R|)&l;jujXXS=>%r5tC*?WY&=rzDzr*IeHP<E zv(`H2nY>eT_m&1q2AeKl^e$&<0FzeE3a0N9zVQ7ilwnG}XK_!WsOVM8?Uj#tm!CU$ zv|yn^&EhR@KYS9?Q2ey@?~?d?^XJ~#a4KL$%7#SSbFz+e6t2ZjWvlw^(VlhSpJ`!l z)3R6M@gFAY*<ELOt@XdVX;1mpli{x)Jz;ygX2t5?&CjMr|DOBmP@ciHHB3fk3$*tt zpVjP4Ui|A(^^GMb_8%1edARqj%X|LC+gP{XyT%*svwi(S!NYGacbw0?^ttrM;tA)j zMxT~hx3%Zo{!LlamNOrJ;Lyi>Id{#mJ=HmNrRH-gG$wMqUw5vz)b@YxCzj9rFXQT; Ug=~?!228mOp00i_>zopr01RGr$N&HU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-selected.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d2186b7c0bd5bac14b912d1a4c0263236bac21 GIT binary patch literal 717 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E_X2!E zT!A!I04pnNetv#+b#+ZmO>uE?Wo2baNy*%~bLY&NGjHC!MT-_KS+ZpD;>AmsE?u!= z#j<6~HiE(C&6~Gw-MS47wr}6QbLY-oyLRo_vuEGFef#(Ce*goIkidH+@ZrOUZ!qv1 z4E}(@UoiOp|NpAJj&VTmd6oqE1v9X+aq;mB2#SfzE2yZdYiMcf=o=Us8Jqa{`UM08 zCa0uiWMpP$W)&5emX?)QR#w&4)~{N#cI~?L8%~`*bN1}L`w!lK{P^YTw>Jx)<S{TX z@_4#9hFF~5d--NrlYszRLdcy1OQRHbY~32VJL1*59ifHV&;G`Hh=@)qICfe3|LT|z zb6YGwdtcfs?6>T*l;fhO!6yy8uRKfHdw=~g-ZO%+UpHn{dY+H8S@_1V%5dYYzPQcR zj-s8r)q=iCdTkdK$($&B>YV0e)w<Ac8BfYjE$!33>G*1jyF#7C52Yu`8FS8cH5X;e zt#$droW@=C?&m>A*4ggcI(qmV?(gjoVY(Q9pudKxq}HQmp6V>Il3NK?=Y!R3q*!?l zne@DGH0RiPaPjrq%F~UEujv#_F1)^C$It&#o*SR9J^z4v_3`yrHU7q(k=cKIbz890 vQ(m3h+Zg6Iu4}pRPA$m%^}K}Fb^S67Ud}DAW4c+6fYOqutDnm{r-UW|d-6fb literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-selected@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1b8944f146baf901484833de12d8f0ff4e0995 GIT binary patch literal 1216 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#dHI#tgKvITzq_d!otGh;^HbQDjFIZ+S=MaK0f~b{(*skSy@@Rxw(afg~i3i zixw?fx^(HXWy_W?U%q0+iq)%EZ``<XI~eTTxpUX9UAw_x&z?Q|_U+rhfB%642M&S3 zVK6v)^ysl;$Bu)+DKL0|1RlY_GbHc<20kHy%V41E9o{WlW$2Lu1Xpi*|9JTO=b zOM?7@85o&aSlQS)xOsT_goH&z#l$6K<rGy^)ipG=baeIf4GfKpO-xPA%q^{~on2gg zef<M6GPAOCbBih}E32w&YHJ%B8=IP2TH880yL(oxUbA-Xx(!>mZQpVJ!o`c1E?>QR z?fQ+Icke%V`0o9Ok3WC?{x`3FcM$^vQ@p2(V@Sl|w>NHw3pvWL7jPW$PFdHn#pTea z+pdQ{ghggHl?7f(N;Y-c?4+|nBjw-!>1osTbk4k6^Y_`&;y-q8><akgpZ$}r*|$1o zA5W|DMi(vK|1(Rp1iM?>E4&=KnkO7t+Q2P5CnzCxebukWfA*9{-Hmk%JQZ@G@uR=i z=GNp(llg!0bj|v*dCml${&ODjvsSMNJK3{Q%J-bSfZMmt5}KB`-uGy7mmc!bZGW}z zby>PgWQI_?N#UiA++AnST<=WIDmT33^ZrTqLB>K)NmJ#d|8t}_c*T5{P;LFMx8TT| znbubv)-JcMpLW?IN62s9qFE;Yq`MBg%ayc5Z;wrv2&>?GsZ;s$P*J9@>HSxeCoTL| zC$MP&=Z(isOJ1;E;!W;mdbKNY&sIlsT@9{KyO57ew&p&bcNggY=I@TWko)6MyWbv% znc>Sq7W7{){&x9f)1(WJobTK8?%I|cQE7aA`}U{+sarKK)MFf8l`H7V1a0@ph)#B5 z+U<9?e0QFEa_QV1Cl}Z*K5<(7nRBvFo5r5!&hPg)RCZtR$((GsS3M#8LX&Rk>?AL% z<b!PqI}hJ&60^;9tUCD0XzhZ{+Z1-Kl>5BES#Y+Nt=cD>4Br!m5B*bSy*n3f$S!Yt zN`9B~_oFgT?e3er*==ccYUZ}7(Klyp{_GjE)0O+goW};H?-FII89lx8Rlna{XuHFy zG-tz!^V4QNZhp1>pwj#}&D4qu5;Lyv_*vFndGw37SK8wh>E^Fw)@4hmss5b1ZkizL zw63XDtMC4+3)0kE6t&oeY2EZx$rhJs>pto|a}>P(|H0M!8q*E-GaO+xW!}rjRtqXV NJYD@<);T3K0RTvLGB^ML literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch.png new file mode 100644 index 0000000000000000000000000000000000000000..67886a1299f7127feb691700f95cc5813ac90ed9 GIT binary patch literal 729 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ep96eC zT!Hle|Nk#sxNz~}#WQEloI7{!{Q2_`E`$MO0~ruDP!<j#B5-k#3K#%t0V;#>pfubZ zxcIee*MMvY2@wRU0dlWjzYgKvxpN1|xPANf-Me>zjIOS(?(XiMo}ML3mMmMgZ29u# zD^{#nxpL*IRjXF7UJbDksQuQhTR<&9y>H&U`TY6w_wV0-{P^+v_wPS{{`~#>7wFkd zDe;Se-nJ|W@(X5Ql$Mc`H!w7Eb#wRf_VEi2$;&UCHD~Vp1zWdmKXmli<ttaO-@bGA z^_%w}K79Q21!&YSh)F9guP`z&FbaFRIEGl9-h1U{*dYS}wg=NfS&y(XGU{@4Nw3%; zIOWo%4NH!0d;j0WhqoiwCb{}>y{Y(Lze}EKleWB7;oiDh&-K#YHDZ(OCRx;`b06P$ zL#Fu4PMP~N{#sv-JvwK>8>{VRKh1Cd?X-0b{Xb#$+~x6XBKxj6-!k5mv}@lCjYVBN z8ph?!2X{M`Gfs^ZF#LG9(d}hLLd|tohqJB%kxD_G%O)$Xmu|4~6R=b=3URUvFJ-^5 zx8aR_U5d|%3Ge&vG40~mY&&;_@}iHs_*RIl6Kq>p|6!>g!&^?>`G4;h{nWYja9(x0 z_EP!%i((dseBu6GwPD}0o3l48zIZN=O)IV{ahiEc1%K7i8TDoT+PXD&qNgrCaxH$L ZszUd-(7z$??15p-;OXk;vd$@?2>|PHm7)Lu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/switch@2.png new file mode 100644 index 0000000000000000000000000000000000000000..16a25780c6edccc31494aa05ac96897c1629f6ac GIT binary patch literal 1264 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-h_ zd_r7-ivR!rziQR0{rmS{y?XWb?c0|wT>>&ro;-Q+;>F9CFP}Pf>dcul=gytGaNz=w z3t^u>e;z0cWS>2I7RUxlK}et=Tm;Al>Vl9!22cS+4Ui215D_2=;X(|72m(bQih+U< zHe4};fhmrx9ikUa3whkGuCDIx?w+2WxpU{vn>TO4f(45fEn2*I@scG=mM&eoY}vBq z%a^ZMv0}}dH9(KUoelIgFsy*Vc<tIXV36LqbLZ~eyZ7(kfAHYJqeqV(KYslB_3Jlp z-n@JF?#q`iU%!6+_U+sE@85s?`0@Mq?>~S3{QLJ07%54|XR-sMC!r+BFPMRmnT3sA zP)JxzTtZSxT2@Y8K~Y&nRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ew zylm^X?K^huK632%iIb;JpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|@>& zba4!cIQ;g;&)~}rBJ3Z6^h5aG3)={Y>T9j|$|fo>bydI`TM>`I6-SiUPd~cN#CO)M zzne3~CaCysnkYUavF$zoTmG3R)5|u`uGN=2@3$@f*6zQ}jTcOE3@$G`u;71?wRh&X z-X?9yuco&RborAe=yrX&AGKDi`>0M=*FF1;gKu8(tA9>i<Y_toNWeq8^)ri0B*a9M zIwm>yX1(xOeA#lQmf++mK@yppF29)5za%wDO0#!jlK9tiHzT4H#R3a1Nv^$YHgQsC zs>+o&z1!DW`}!|*$q8~=+mY`3f5GYr%G)AcJf~lub2oo-mu-mS+vVleVGCbRQ15vX z=)7wi*WM;0Zmq=&rfZ+`JRy{3<d-Kg|F7f!*7=*~EZAEx$7%b56K!053Vn}5pIaY4 zT6%$(%a&;(Z>Qe^mgQcn4xfFgXS3vj^n{xep0Ef#3+Y_{zvl1K-5+K-$uBt7wyJO5 zE`#$IYc5&~EV+=rV&g)oKkX?c4<^4BSn>JTS?*;MW(OZ%?=v@$Yu8?heOD*8SXFZ# zOflTCeNUy=h38umHtosZwKMVR!WENlw%I<sr>$}B@^5bL!oS)tZiwv-ai1eETpti{ z{?<Y98;hFH7q^y9`R~TNqI$1YWm5bcorQCb-+EPNqnaDG^Xop>=o@qUqQobNhA>Ln zF4Ye`-+K8{+LR*~xsN^Ct(+0}M1SEk-5VEg_{r2U?({mm<>9s4pPkcqCw(t-R&Kk! zT)sB0d*1s7d#0I98sV?kE>#gT(oieP-|s8FdwqEdTg-_w1@Gg+lJ8wBEl<!f*&3Ln mWnxyae0Aw_<5Om5jM6u^yx(!D<1;WxGkCiCxvX<aXaWGb_t7{2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-active-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..12ab70deb388be971f406698cd7735f3b1bdbb2e GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZx#bNJ~qLjEqc7OpJ|<O-M+Hi;Dx2@$vC+1{xPA1p#nzm;izX>P2v{vBa#Uw1L)Z zlmz(&Gcd7=h>8V;goec@Bqk-NWE7WG)-^OXHMg{#J$L@XhmW5=fBF6A@4u`3vK&A? zjh-%!Arg|g2R((F3>X*=2KMZDzgvSv^x1!X6W73bZ=S6$sNEBHRQ1Aa7i+`i#+h%o zT6%Uw%?gR?ZCGs;V}3Sm!Mw)hRSEkNmWw%<+&p|ug(>jwnS@_q+7A}4vyh8i#aa+} z*f-zNmQnFnaGFYG_IlaNC$+7g&barYX8r5mnvdt}FDw*cj98nV3UmyEr>mdKI;Vst E0G_p@!vFvP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-active-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2eb01935d67e345231eba0cd7c612daeb1f26b GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EuL68R zT!AzYgocLZ=H@0OB*ezXCM6}s$H&LS!~jX4NL*Z8VqzkY4IzPCpdgS7R0)@Y3j(De zvOp2IAdmqu3P>UYhyr9~K)n#f$jabsJW_Bqco@CBHkW{2^(_hV3ua(sW>-*DQdZG6 zFf=l@vbM3cvv+iIc5!v{@bdNv3<?ejOHIoxEH0_4t#4>-ny`1@{v*eZpS*Vc#?4!I zAHIC`=HsW&U%r0({^RGbzyIDI`f`(jfl=Ml#W6%ea_zxPYo<VkwujF>zNxmnxw+kO zkx%3)7nk?{|65x<_bCoNX8!$bz0v3EPjB6hj@UO#xz%!ocHnLEo*8ShJXB9lxYO-s z5-vI6|0VsoqCz*@f=rfo%v=?8S9%Y#rT_WZ%Jcq3T^7sq*tgw!^-{#quftehpSgA0 zmz}(lm7623f6{Ak`kgFnF;zTas;D(Hm-K<c@Ho!bfwj*q+V6K=-JqoE_rmhkD*Z!U zSHAD_JMXk)U-+6`N$;~QxF;qlUR%58nvnpD!#dUVEv2gY>>NuNZcHriG*!>%VfxBq zpq9^e`pOd@pZh0v&YU;lbHn!a_HQ1|><YRone>=<X@=jVh?g&>pA%vhi#J&`Gu`7` wob$V5l8Idlh4`zN%;fb-TrE0HFa3wVeXID~jJ;a|{6Oi>)78&qol`;+0FUr8SpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-active.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-active.png new file mode 100644 index 0000000000000000000000000000000000000000..5bfff6f73b2983a603bf60316c9d7ad56deda8d3 GIT binary patch literal 430 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uJfKP}k zkdBOuOiWCSjg3u6NQjGz1CsIa@jwQUL<X255Luvlp!TGsq>PM=)vH&pU%!6Ch7FrH zZ{E6f>-O#2_wCzv;J|@{2M-=Pbm;Km!zWLk{P^+XpFe;8{rmU-|Nk||G`9d<AX*aS z7tA0cDi#zH+St_Ga`xQ$3m-my`uyeJQT4zQpn^tE7sn6@N!EjoWz7mA3<nzfHz;iV zZl5-3S*?;+Is=1BhuGD^UT)5<;s*78O}p49+^#&mNS(Fo%H}nq-`u_a&R(m<Wf#Bk z6}xL-!IJj-_Boqc@2qH4o&DnW>rks@Ig4zLSFrhczF|F3v3A3{X$-Gxx!)Nx^?X-x hTz65XScie(2fK`&PDVSQm>bYB44$rjF6*2UngINctr7qL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-active@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf7765dc042454167427458930bb47b7a18d8f2 GIT binary patch literal 772 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j7$MO zA+A8hK#-7-5E~mCA0HnR6O)vb1mwoW#U&;t0!1L=KrTcLL>$5e$^se4Bv1`97s$p6 zAiA(hAqxUcOHNKsNl8gfO-)NnOHWTPDk>@|DOtL7>8e$$)~{c`apT5Kn>KCRwr%_N z?K^ht*t>V{{{8z895`_L^y%~G&tJH3;o`-Mmo8npeEIT~D_5>wy?X81wcEFEKY8-x z)vH&(fB*jb_wWDz|Ks$^KLdlnxFpCgn1NA2QCUUbz|hFp#M;Kz-q9&AC^#f6yso~X zv8j3QzWqmz9Y1;P`i+~nUcP$s@zduoKYv~9RM!Cprm3fkV~B+0+Jl+aOo0+?557-P z&5qpUy->63N#{hPZ?Rh{{{4?Pd_E^rFSX|NzSJpKzJzTnD0-A)zFeg#N>eGsLtD~l zTR&rUp`<~1hvHM#pQ@!@_NzQOk9v0m$W3p!<-R0V^_o`Cu~gn`sm#YVNvz^%t|@+K zU9FaAk#y$3tBJbe7S*cN8-y0+9^R#Pv*`SN&wB@N3Fvko&^>vL{bak;nw|{y7rPgJ z3~^qd5XHK%`j=exi`5-vJ$Bn&<9GM%Q@+^6v17i;tx^`5i)9J1H50$A^Vs%!gVCbg zLsg0|8RbrjM`SPZJ@`w__J_?U>1!<+s~8sF&ODS+w#(pC($bIpt{bn&DLtLSlBDXQ z(eJ4dc~t&t<<Hb_0?wy2B?ayuZHVz{Tan7X@XsU{&zzJwUPn)^@js>Um!Yz}#Ur6x RwG)&EJzf1=);T3K0RVt9RB8YK literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-backdrop-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7611f5dd0803772b0f8a5c99bc2c87ec99f1f103 GIT binary patch literal 421 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkY-@`4+Q)7?_ag**v_2?x9mB*2aLAwJF;`<{+;{xZ`*Td`<_EP_8s1}|LBgrhjs!P zyY}zeb!6B6Bir{J0E+D1eQ@`_BRh5<+O_x4j@^fM>^;15_dziG&~BjmJqLI0IXrVx z=`5gC$|XU5!3>N{9Gr?uN^0sF8d`e#21dpvCMKq4K|#R@iHS)msi|pcn;kZ&0+rW$ zx;TbNNah~&6lyYHU^p14^kCfzolfpE|K&5g7TMf98~@O7PuySI4J#&X4l!D-CLZi5 zHpy-Cij53%ud3|(+NV}Avwd~i`*g`S2P5ml7j+mt|6U2$dzFLdRp0BWYi}`^n{K(q zww2N8le$>S(<e!{473+--jNu1XV>%1*<AmAGJSRwxS0}IS_%p!Pgg&ebxsLQ0GY+N AMgRZ+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0c587941ced7c2e81eb87f950d485c44b297b79e GIT binary patch literal 708 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NmF5TD9>A2y6p^6WdOl*mC&ro;@cwZ{ELoKM<VRv**OttsvHp9fx-9I<o7? zk-Z>rY}>Z|+xG9@x%1#|5IC}b|8XFD%O0TK!#npM+r9hXwmpY{<n}#>_JA2X_8!`~ z@9?f&`+<f4Rqh0<+_mq>?%juW?%BU{&!HW=5AFbR_Z``}2Pg~T?%I18EO>a=ULg1I zj=hI>?moD4_hGPtBR~Up1I+{}KHT#=v<v7Tmy#gAU<O8JUS2*vK0#p-5fO0-2}vm_ zX=xc5SvffcMI|K-O)XtLJwqd76B8>RA3y(qfUvNz@QA3`xVVJG#H6I;<doF3wET3j zvkVN3Ql2i3Arg{n55A6K3}k4#82+-xVX4sE?8_ZIqP$t3?*6w;eQ#^bKkMICvHw~7 zufFqFOWeKFectItqrYsc&EmH#iB9o+8LRE)uCwCEFIBzCntW4}x46D?-D#zw_jJ#` zvrqQ!J+<;N?~?;RLy8M!pR`!~{&a1D)zp1i8`Sc}SF64kT;XSbzQMYZZS~qCwgI-R zd1;@R)-(q3TZG^D`m#|eHE-tbd77e$u3o-=GpswN{5l||VQ6{GvSSLzMyATgMhQFt zQm45$%=(noFp(!<a{7jEPec!7oO5uz$LAM+?%21<bC$p5wY1&S_OHNk(dwA<ORlw_ zGQ6b{-1pTxCh6eA-C;diI+|r$o>a~a{TeVcZm!L4HICzt4GgURESHaS?f4;CsI(Or O>I|N)elF{r5}E+s$yJd6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-backdrop.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..47ec30d89eb70f6d4d037b176754cef95cff1e69 GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u7fKP}k zknZd2YiMYwsp+b0=&f$(t*q@TZ|FFC_QHh=S1(__aq8^l%a?CnyLR)={YQ@;Jp~bu zo<4p0x(cYcuBWP@>&K5D)eYTMbzN1BJ&mms8#^XeHgp3;Y8v~%QoYqp-9ScFU1wEY z50Fu(@A@8St6E8rUoZnFm#UhTwM|%9SU3noL`25K#%1N?0zqD0VPR2GQE_qclOvh| zKpicfE{-7*;ko^%g_;}$m^a&qiHHigggFLQ{rfMzS4X^ipX$n$o=a>eEt>!Qp8D)_ zObjhLucn@u<ryUOfb&DcMNh4U^1V9K^&hC-ZD`)wJGUV&h{0mkTt+7oyR|pJvi3}> zTCi=^CbfAL2^tG!8f^C6-LZRrQsx?~V>Wk>S={#xo^Jj2BlE$zLIDhAf4hP1VeoYI Kb6Mw<&;$S*7P~9} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3a27f104257b8ee65c5df3f547cfd4664cf19eb3 GIT binary patch literal 748 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E4+DHc zT!C~$!=&=^j)sQ*l7{Z8s@AHi3Dwmt)h&Hx4V?`Qoz>O7<qaJ*HC>ery=66>wYA;V z4ZW4MU8m1otgh>-YUsXj;p*kfHx3>-b?WTp%hzsR1EQOE?%cV5|Nf)<kDdY*R5$hj z$!E`ASJd^qeEItI>vwP7ynFKw2tESAoA>YEe*%HZy6(!x?y3f$nY~}Xe(jk!`|H;q z-4kY3)^$}k^i%=uYV4^5n%2<W&@!Q+Wl}@igu3R5b*+6sk=myI+LqoQKYjp}0iE~l z8<5diRo4R)5#gVD4d_Ylk|4ie20nfPF>!HeX&D(=IaM`vODpS;(6F$ua43j~jEahm zj*bC>*!cLw#H6I;w6yfhtlZo@5XjFj0D{7zqT=G>Wm(T685kJVJY5_^BqY}!%#3CX zlwf;sJ!+z<i?)*{?@cwADUT}u{pUYrnVzP1`penc(}Av=e|}3zdTK2Aaq_DJm;Fxd z3*fb0<#@Bu>WJL$m~BVu3lao{{V%lfTdS;-stG+ZvFV!hnna$e3qnaH3nunjn(dSG z$e5N9DB-=yl6{}_6Ct;VDLOq&C!hWKJn@NXPme~W#X1kO`5yPyB|dSfY<@lI)?a;@ z+(5SvcM2Zo@m}|sA{cX7%{<C@$354V2MlW$UYm6=v2#-U$B#an3LHO`vMH;3vANAn z;nbM8=CDV%P~%1=?;9EuwIvcS-n#JXuF{sI?fhqjlsoHHjs&)@-?W3ttmcN|$0K4E z8!RU4syn~g_;{0Y#KFEIhi|Gn6>D04aHbbstH^nJDbaG7{R6Ybx~repvH&B3!PC{x JWt~$(697+&Tyy{c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..12ab70deb388be971f406698cd7735f3b1bdbb2e GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZx#bNJ~qLjEqc7OpJ|<O-M+Hi;Dx2@$vC+1{xPA1p#nzm;izX>P2v{vBa#Uw1L)Z zlmz(&Gcd7=h>8V;goec@Bqk-NWE7WG)-^OXHMg{#J$L@XhmW5=fBF6A@4u`3vK&A? zjh-%!Arg|g2R((F3>X*=2KMZDzgvSv^x1!X6W73bZ=S6$sNEBHRQ1Aa7i+`i#+h%o zT6%Uw%?gR?ZCGs;V}3Sm!Mw)hRSEkNmWw%<+&p|ug(>jwnS@_q+7A}4vyh8i#aa+} z*f-zNmQnFnaGFYG_IlaNC$+7g&barYX8r5mnvdt}FDw*cj98nV3UmyEr>mdKI;Vst E0G_p@!vFvP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2eb01935d67e345231eba0cd7c612daeb1f26b GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EuL68R zT!AzYgocLZ=H@0OB*ezXCM6}s$H&LS!~jX4NL*Z8VqzkY4IzPCpdgS7R0)@Y3j(De zvOp2IAdmqu3P>UYhyr9~K)n#f$jabsJW_Bqco@CBHkW{2^(_hV3ua(sW>-*DQdZG6 zFf=l@vbM3cvv+iIc5!v{@bdNv3<?ejOHIoxEH0_4t#4>-ny`1@{v*eZpS*Vc#?4!I zAHIC`=HsW&U%r0({^RGbzyIDI`f`(jfl=Ml#W6%ea_zxPYo<VkwujF>zNxmnxw+kO zkx%3)7nk?{|65x<_bCoNX8!$bz0v3EPjB6hj@UO#xz%!ocHnLEo*8ShJXB9lxYO-s z5-vI6|0VsoqCz*@f=rfo%v=?8S9%Y#rT_WZ%Jcq3T^7sq*tgw!^-{#quftehpSgA0 zmz}(lm7623f6{Ak`kgFnF;zTas;D(Hm-K<c@Ho!bfwj*q+V6K=-JqoE_rmhkD*Z!U zSHAD_JMXk)U-+6`N$;~QxF;qlUR%58nvnpD!#dUVEv2gY>>NuNZcHriG*!>%VfxBq zpq9^e`pOd@pZh0v&YU;lbHn!a_HQ1|><YRone>=<X@=jVh?g&>pA%vhi#J&`Gu`7` wob$V5l8Idlh4`zN%;fb-TrE0HFa3wVeXID~jJ;a|{6Oi>)78&qol`;+0FUr8SpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-hover-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..12ab70deb388be971f406698cd7735f3b1bdbb2e GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZx#bNJ~qLjEqc7OpJ|<O-M+Hi;Dx2@$vC+1{xPA1p#nzm;izX>P2v{vBa#Uw1L)Z zlmz(&Gcd7=h>8V;goec@Bqk-NWE7WG)-^OXHMg{#J$L@XhmW5=fBF6A@4u`3vK&A? zjh-%!Arg|g2R((F3>X*=2KMZDzgvSv^x1!X6W73bZ=S6$sNEBHRQ1Aa7i+`i#+h%o zT6%Uw%?gR?ZCGs;V}3Sm!Mw)hRSEkNmWw%<+&p|ug(>jwnS@_q+7A}4vyh8i#aa+} z*f-zNmQnFnaGFYG_IlaNC$+7g&barYX8r5mnvdt}FDw*cj98nV3UmyEr>mdKI;Vst E0G_p@!vFvP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-hover-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2eb01935d67e345231eba0cd7c612daeb1f26b GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EuL68R zT!AzYgocLZ=H@0OB*ezXCM6}s$H&LS!~jX4NL*Z8VqzkY4IzPCpdgS7R0)@Y3j(De zvOp2IAdmqu3P>UYhyr9~K)n#f$jabsJW_Bqco@CBHkW{2^(_hV3ua(sW>-*DQdZG6 zFf=l@vbM3cvv+iIc5!v{@bdNv3<?ejOHIoxEH0_4t#4>-ny`1@{v*eZpS*Vc#?4!I zAHIC`=HsW&U%r0({^RGbzyIDI`f`(jfl=Ml#W6%ea_zxPYo<VkwujF>zNxmnxw+kO zkx%3)7nk?{|65x<_bCoNX8!$bz0v3EPjB6hj@UO#xz%!ocHnLEo*8ShJXB9lxYO-s z5-vI6|0VsoqCz*@f=rfo%v=?8S9%Y#rT_WZ%Jcq3T^7sq*tgw!^-{#quftehpSgA0 zmz}(lm7623f6{Ak`kgFnF;zTas;D(Hm-K<c@Ho!bfwj*q+V6K=-JqoE_rmhkD*Z!U zSHAD_JMXk)U-+6`N$;~QxF;qlUR%58nvnpD!#dUVEv2gY>>NuNZcHriG*!>%VfxBq zpq9^e`pOd@pZh0v&YU;lbHn!a_HQ1|><YRone>=<X@=jVh?g&>pA%vhi#J&`Gu`7` wob$V5l8Idlh4`zN%;fb-TrE0HFa3wVeXID~jJ;a|{6Oi>)78&qol`;+0FUr8SpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-hover.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..b467794cd98fc0770caec444dd3e860bf6be6883 GIT binary patch literal 461 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uPfKP}k zkdBOuOiWCSjg3u6NQjGz1CsIa@jwQU1cCzx4jemn{M4z_M~@ymefsRVbLX#LzkUl0 z?%cU^_wL<?4<AER0!g5*@85qwxS5%mKt@JJ288?L$Is;CWS~Vr^MP!HU`E>#pd&O( zg8YIRL`21cLP8sxnp^ho-w(9;;Gx5Z4<9>w?)-(<A3lEk^y%}LU%&tS{rfNGxPT#0 zQ>UkkV~B)g?!nh$jSdoR7q=hon6SC%gn-fc^8ex)VXL1`-}^N@Y~HSQGgGB}ZJ6Ji z%wTalsCmlfPRF|o%O-g}*!lMNS@s!TR?OViZ*o~pCfQuPl;itEwemr&f%U$IuuGgb zqC#)-WvHBOI4$!`e8Ge%m38YnmBb}lW0<cS?RX}&^zyHdE4p3&*DwZO6t(*`XL|(D OQ4F50elF{r5}E+7EzWrW literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-hover@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..8c1695cf3dabbfce01a0d3dbaee8a99ad8daccf2 GIT binary patch literal 810 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8hK#-7-5E~mCA0HnR69Z(&#l<BiCIY!Y0AxdCA%YMtL>w*)VH`Si2q+6=1HrLl z$BrLAaq86R?c28>J$mfix$_q<Ub=Se+Kn4GZr;2JQ3E6&KYjuvpFMm2{P~L)FJ8TR z^%{a+zkc)P%{w6Z{{8!R@7_Vw!wvuZ`D<xu>DRB{ii?ZkM!^~B>FGdrT3Q;Ak(!zc zWTd2|Bqt~T`0*1c4rBmHARFi@Ab_yHy8283hC*mbkY6wZqk^Kcih-e#v9*n@y`xiL zP;f|CeM4i@?!Ei=1Hl0xIC$vL5upE0o&tLC%-OSN&t1BF?fQ+Iw{Aar^z`McHy=NJ z{`}?3m#^Qx1MT_w>(AeRdW@%3fFW+?>Eak7A-VS8^{_(@BCHpz7d7ln=v{H-o@n-g zCbt7kO-j%I{9is}CTFD3W9e#d`;`xm*1Y_A^R#}7YU3<j<)BlVosu>V{d=c;k*Ia( zvDe)1Q}eL@+76eXevb$Io*uFa7uN}8iyezy%DlRWJ=u*Xw9Qe@T;RtY^~8!Kp2Jy_ zj<S6ybTLazb%}1->b2=cg}vfVzU;UyHcqcqx|ge%TW^rLn0H~TTk>z|g_ANuUCbnI zyjrkYD@rsrKb<G$+QqLbQIZR{b4yJxZLzsHEphLh$uW^im0!6|3+6IjQ}h%s@RU0= zOIVkCweK#D9VyabQ6`~Hh4s-5fjjoL7wU%b{huM^{Z{c}-=qr%l!bmY3rXe!T|eWG z(WeH9dZ(%-Wfzmv9g?o}w4eC8Mdjof>$tVgEQ>Q=E|>3owqK(18Dl0eiWody{an^L HB{Ts5uCIBX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close.png new file mode 100644 index 0000000000000000000000000000000000000000..b467794cd98fc0770caec444dd3e860bf6be6883 GIT binary patch literal 461 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uPfKP}k zkdBOuOiWCSjg3u6NQjGz1CsIa@jwQU1cCzx4jemn{M4z_M~@ymefsRVbLX#LzkUl0 z?%cU^_wL<?4<AER0!g5*@85qwxS5%mKt@JJ288?L$Is;CWS~Vr^MP!HU`E>#pd&O( zg8YIRL`21cLP8sxnp^ho-w(9;;Gx5Z4<9>w?)-(<A3lEk^y%}LU%&tS{rfNGxPT#0 zQ>UkkV~B)g?!nh$jSdoR7q=hon6SC%gn-fc^8ex)VXL1`-}^N@Y~HSQGgGB}ZJ6Ji z%wTalsCmlfPRF|o%O-g}*!lMNS@s!TR?OViZ*o~pCfQuPl;itEwemr&f%U$IuuGgb zqC#)-WvHBOI4$!`e8Ge%m38YnmBb}lW0<cS?RX}&^zyHdE4p3&*DwZO6t(*`XL|(D OQ4F50elF{r5}E+7EzWrW literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-close@2.png new file mode 100644 index 0000000000000000000000000000000000000000..8c1695cf3dabbfce01a0d3dbaee8a99ad8daccf2 GIT binary patch literal 810 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8hK#-7-5E~mCA0HnR69Z(&#l<BiCIY!Y0AxdCA%YMtL>w*)VH`Si2q+6=1HrLl z$BrLAaq86R?c28>J$mfix$_q<Ub=Se+Kn4GZr;2JQ3E6&KYjuvpFMm2{P~L)FJ8TR z^%{a+zkc)P%{w6Z{{8!R@7_Vw!wvuZ`D<xu>DRB{ii?ZkM!^~B>FGdrT3Q;Ak(!zc zWTd2|Bqt~T`0*1c4rBmHARFi@Ab_yHy8283hC*mbkY6wZqk^Kcih-e#v9*n@y`xiL zP;f|CeM4i@?!Ei=1Hl0xIC$vL5upE0o&tLC%-OSN&t1BF?fQ+Iw{Aar^z`McHy=NJ z{`}?3m#^Qx1MT_w>(AeRdW@%3fFW+?>Eak7A-VS8^{_(@BCHpz7d7ln=v{H-o@n-g zCbt7kO-j%I{9is}CTFD3W9e#d`;`xm*1Y_A^R#}7YU3<j<)BlVosu>V{d=c;k*Ia( zvDe)1Q}eL@+76eXevb$Io*uFa7uN}8iyezy%DlRWJ=u*Xw9Qe@T;RtY^~8!Kp2Jy_ zj<S6ybTLazb%}1->b2=cg}vfVzU;UyHcqcqx|ge%TW^rLn0H~TTk>z|g_ANuUCbnI zyjrkYD@rsrKb<G$+QqLbQIZR{b4yJxZLzsHEphLh$uW^im0!6|3+6IjQ}h%s@RU0= zOIVkCweK#D9VyabQ6`~Hh4s-5fjjoL7wU%b{huM^{Z{c}-=qr%l!bmY3rXe!T|eWG z(WeH9dZ(%-Wfzmv9g?o}w4eC8Mdjof>$tVgEQ>Q=E|>3owqK(18Dl0eiWody{an^L HB{Ts5uCIBX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-active-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f773f24dc156d5d3551686be3ca8b44946243 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!Ag<Dsd!^O~i&-b;lD?!GLiD^+I8Oe~kHNUt|Z`^9uj;M^<L s0=wu9_c;vgCNphy{eGs9f#CuB{AY&d-u51^fNo&$boFyt=akR{0A;?UFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-active-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..76250ef99f3df3f28c6f12539798fe95e14f8ff1 GIT binary patch literal 652 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~<PY@#4ixmMl4O;>79Gr{BJP`~Lm=-@kwV`SS<pY_@<nNuURe zOM?7@85k85l~wc&42_IUtZi)V9i0M$f<wZ>>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu<MkY@e#}JFtYbRfycF2Iog*kDh_j}!zXBU_|Qdj=`fBsRz>5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+<jq-du6!SBzOCM(6ef)c`6`X6)0mwvaIUG6DR3>c5@up- zXZ8;KbN9cf;`%wvc1(<l0v{|lOlD9NxKWfK$kfG9b#5Y4leC|d<R*WHo6J`qI`H-X z<niENxMfF{e@J-mjK|5Q_O@ZZcHghO=|7yHcDB)TrN>nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv<KZ|B8p+!K%1*gT!2tp*HC22WQ%mvv4FO#uI-F{c0k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-active.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-active.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f773f24dc156d5d3551686be3ca8b44946243 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!Ag<Dsd!^O~i&-b;lD?!GLiD^+I8Oe~kHNUt|Z`^9uj;M^<L s0=wu9_c;vgCNphy{eGs9f#CuB{AY&d-u51^fNo&$boFyt=akR{0A;?UFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-active@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..76250ef99f3df3f28c6f12539798fe95e14f8ff1 GIT binary patch literal 652 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~<PY@#4ixmMl4O;>79Gr{BJP`~Lm=-@kwV`SS<pY_@<nNuURe zOM?7@85k85l~wc&42_IUtZi)V9i0M$f<wZ>>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu<MkY@e#}JFtYbRfycF2Iog*kDh_j}!zXBU_|Qdj=`fBsRz>5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+<jq-du6!SBzOCM(6ef)c`6`X6)0mwvaIUG6DR3>c5@up- zXZ8;KbN9cf;`%wvc1(<l0v{|lOlD9NxKWfK$kfG9b#5Y4leC|d<R*WHo6J`qI`H-X z<niENxMfF{e@J-mjK|5Q_O@ZZcHghO=|7yHcDB)TrN>nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv<KZ|B8p+!K%1*gT!2tp*HC22WQ%mvv4FO#uI-F{c0k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-backdrop-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0883ca7fb7c8128a51dd689f28e6b0798864b170 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(hLm$Az;<2RoizR+PUY*jy;EW?>@L=H;{dJmbs4vPziTQkY6wZBO?>Dv#Uo?a2k7# zc0N#8+tbA{gkxrMf`Z_TwOI_8&zy<mKEPAR9?IdoszsCGP()e+Lt4Q)FSV-`438Yx U7He!?tOl~t)78&qol`;+0E$6RlmGw# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4542b7f6030429bace82d9ef3c38651c266b88aa GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7l>na* zS0K&6@V}v<VgLU9n>TOXzUR>H-3NE>IkW>vf*3$_c$!yQH&7K%NswPK10xd$m!4rr zSW<G@p^r}sfZ~3hE{-7@=aUm8k{WhaeSf!7L+RP>^7lsqnjRQRHB41tnGtosYXVD| zMZ**Y&Npn@j$#Zzd?S`8q)CY(s43-b)&?P!30tebmo+aGyThRKQSuVwS`I^y!#rL6 KT-G@yGywoGwqce4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-backdrop.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..36858b0c462d82fa6dd389e0a8904c988aa87082 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(qQnvp`jr(bX8SdcV$Cobz^r`LvK|>S5;llyQ_O-fhxF5g8YIR7#W$Ez5N1X;);`n z%~t`1wLM)NLpWw8CnyNcSewOg`OKL}?gKo9?4caat6DS}4n?FTFr*c%^HRH7!SKj| VZL!AY#cCk?JYD@<);T3K0RSE(NHG8a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-backdrop@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..061e3569f13ada9e9769abcd8ed92d2ed7e6fbff GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7^#Gp` zS0D`p4Gj%_eSIY*-L*|Ul}+7M4PBLWot1Un)eYTMbv;1D%6Q5SsE)TJ$S;_Ik%^Pr z*gP&iF)zP3!0LGqP$JmV#W6%9I5|NgsbS~yGc%WJD2b(?o8uH3RQ!ym>39Z1Sd&1) zET*s~m4Zu+jR$2SAMiwQZejr912dBr2#GLG5MoKV!yMMcvg!OB%e(^yM;I6aIHfNI Srd+!Ma-gTHpUXO@geCxY)?2p# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8addbf89ee6d52a0ccf0b12497ec3711182ec985 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(*OVeZ)j-PzkmOkGiP@0KD2Y+kzIQZ?b>q~#NKo0-i(}EKt<doL4Lsuj7%)7rImFP zCT;eczh50FtnKOI7{W0#IYB{i#@Z}~%V*9+av$I+WDn(VUe%(>a3~@zfg!D6otN6x a3Wi4xY>PEEFIEF;WAJqKb6Mw<&;$U}K~sAG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..dedcc3871bfebdbc65da210f37639f454859034f GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfW|Nm91R-HI;V)yRdTMi%Ix#!T1-3NE=KD2A^p`Adq2PCp<FNoZ)y6rzu1Aj@7 zUoZnBGatWTK-lET(^jupyV<AlM>J3>*we)^L?bvkK_aOk_1^CC;{h%<_xD!!u3GZ` zt~E>lMTRvjiU+octYPtd5X!*Z%)aS>^#-97Mj&o1KkJ~X!K9$daiD^K4GZU$ebwI& dH6(U0GMHN`l;<24bq5;H;OXk;vd$@?2>^8UZtMU6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-hover-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..84a5583cc628653dd5e203c79909759b887cff10 GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjt<!Wf<?jM;I6q)50 zkr^D37aUa(ol+g2QJ0+4l#mG`Q*)a)Y}vPY+ukiZ4(!@{WcR+KM~<ISs&3o_v`Mif z$S;_IokLFEz|hAxA~G^6Iwm$YJv}2Mv!J-7w5<I6rE5=~PHIW`1yo$)>Eak7A<24> zvFNY?2ZMp+iLJN)|G!mYSRusFz#91alMlbxt5VmSd-u<F{kxCp%lFMoEB><x6#kmB ztLcnUd6-|P%4{yJDPF6u**#YZmQ;}z*fnvYaf$Zk*K<Nms;AtWE5G3Xwh}*=hJW{z qXWAuK&ikDw=5p-m%vuJ92lAVrJMih(>4X5?!QkoY=d#Wzp$P!;ypHSu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-hover-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ef62ad4eab22e6407724d1d8f4204e836e69b0 GIT binary patch literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EPXc^G zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?b<Jet)pd0(fLdf^RAgk-W#klP<W#iu&2@Cljm({; zrBw{ATn(+<4Q<?kX4-lLIeA4nxraM>MY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVfL<G$my>=9l;6m30@@^e$MsVeyL1yZ0U0z5nQ*1IG>@ zJ#`3#P9Hgb=7{^5!$5y}mjw9*Gw|>V2?>jdiA%`IE9mJPxOsSb`TGZig-1q3MMuX# zK`ao&B_t#!CMG4Pq@<>1Wo2g<6crbjl-AWZY})qh*^8gQe&4Q_+R4Dc80YEY7-DgH z?c{9dCIgW+Q=NR(jwX-F!%5$!#p-NTt62Hw*#H0b8%-0M<ZJhDcxyA~beW%CxrglP zS(&%nmWh3v<?nmMXtm_$K;{>dU(UJobIKP6+x^-4+aC1T#-FI((-1oC?NhzBE7M)9 zUrbZ^FSgFM-u)g&n9$P3#8YxYvM&n%6|9^uSSoNe=~0|ao*nbD`Q_VoHY>hk|7+2p zu&+`;oQplAN9g!$UG*Qc793;bJ)g5X#@p^k5tHwd52v=RUcdbad;HnNq62K}6Gc6a z)XQ$LywJzcDc}&@QX%Nz^x?eE70pR04jV*gzEfG*bj0CF^J}hj8I1+U^|F3Sd)PVY zF6!o*yd#xeUNfm@Sw*+joZ5a<2h}P++2=Q(?{l$z*S@DUa91KnR8aJ^T`y9i)@hhO z^}Mmgy!*%ZcE?qjhc&DoOj<6vbTemRW0jq;WT>*_oV3*UIhv+t6BdUD^I2W2XMEm# VWR-v%A20$LJYD@<);T3K0RUeWC(Qr= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-hover.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..128a39da1505934b85102494ab976af03f15ee55 GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};<l`^&KYyp-Fxs9i0(gp`s2qhIQseP7ZCk} zf#1LX{Q2|u?_UuA|Ns9BmaJK_eEsrOn<h=0KY9AXs`~DSL96S4mMN74`2{mD^Y99b z$g8MmXj+z(mhC@q@X+xS&tAOz3<AG@|Ni@zvG&w%pz20X7sn6@N!Ekyi7bjd3<inP zMJNC5u3PBJ#BgCjDEISq-EDtX%IwRoH*>Yy&%Z0YI)9~YJ^zKfsv)*-Bo_bf6^Ytd ztk=t>cxvs`?Bo`vyK6eDTQ^@g-lzXrt2|5nl+U$^d9TvnOYhkiT=e3>*SdIK%S~<P m@6C5^o+fzirZ@w`KgL-TY}{0J&a(p@!{F)a=d#Wzp$PzwlEC}` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-hover@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..66cdeda056e20937db39de93edef20268a13a7c3 GIT binary patch literal 801 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E&jWly zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQT<pBv50r91NF%_XP z6~PImK-td8i>Az5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPk<z5De3Js5rb^zrkTuV24?{`&39*Kfam{f405 zzyJP21^>a|?_ZEOkoob`moGqlU%wqXa%%6vV||n7PMA7x;?(&KtrM#1yX%_!>sux~ zypjF^=vA+hAirP+R#tWnPA)DUUSSa#Svdt|6%|!A6LSkoD{Je>=$M$e!lL4m(z3Ei z(`U?@J$J$K4I4L|JAdKQv*#~fzW?y?^XJb%>wf$MSuf}GHj9CQG0fA&F~s8Z+Th6O zCI^vF&tNA73&~qeOE1OgO?lL{P4esidjB&et&D%FUcBCOX70}RYX0(*PyY#9Z(1bT zw(P{EuyR*tmbH@##X}Zce7XDa#@qSV8MjXOB3>GCJ$SxBwMElD?O)z%v*zh1q#V}a z`dAus<_}96-xrJSuC!C~MmZ}c)<w*lfAEDss#3;|#mBE!ANcU~ke>O46?PdezdAo2 ze6zB3e%ITBoy_a6%{lm1EX6P2Lh|*an+2L@$7-lN?2LV$f7*g=dyG(G!~erJ0upyV zB&cvQHP3f`6WrylbcCmlM}xI9r6s}FOIRs&i}E2gw&Rk2m$g`FUwLFKkkm3GhfB0; zM=Jk%&0|-WU0D;kIA?R)))kS7yZe{VEStYbi?3(0+zh@idkiM2y>XfL&@<`Dj|*}! zev8h(&%WS&bK~}?y^YU#cRd#iIGb*^SVzyV@^zl){`L3bKl0w@t@E1@EBzK2Zw#KU KelF{r5}E)dl%1Ra literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max.png new file mode 100644 index 0000000000000000000000000000000000000000..14e5e3e74dff69ce6e125a0ec0bd54012d6d7bb8 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(hVT+ABaOk8>;HMs~Ui)tFob|x}mGOq5D_-vRa@b?vfzCU<M{87Phvo2}_opNo&|W z4=Akd>Eal|F*7+qL2$;}EQZTx&O~w_;3;Ge<#1lrqRDV5A}xU-tzey(+SLk%M-FU@ UH8w9+18QUNboFyt=akR{0P0~(_5c6? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-max@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a13bb592dfbbf413347f0541f9be75043fb727 GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0LTc(6DONs)mOCii-BiwzlfVo{EO9s`~CqAlcAU-Oydt&|O*A4P-1i7Wo&bfxjfk zFPMReSwK)YI%)Ze)rXH9J7c}NFBK>i?CIhdq7j^&Ad%FNdT)36@c<W_`+KW<S1oye z*P5mOBEuRM#RFSJ*06X!2xVYyX5VzcdV^33BM>*1pLI~xU{X-!I8edAhK2LWzUuFX d8WKAg8O$ve%5x5jx&w`8@O1TaS?83{1OS2wWsCp- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-active-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-active-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E^8<WB zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b<L zG&VKw-M9b9vEwJNUB7Yj*2`CKK7RWA<>#-9o$5M3?dLsR977}|*B*Qw*5n|<b|L>r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv<osyi2*zxokJ~G z1a&m6Dhd!4a9?%G@hkVlz)(Id?u{t{JR1`(upen~{4SuDdVnwMR71GN=7rZ!Jy=w{ z!2O<UZp0_ApG?Ou&(r<M!FzEQ?`poNGe<UUt8VtMm%F`a!^d>~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-active.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-active@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E^8<WB zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b<L zG&VKw-M9b9vEwJNUB7Yj*2`CKK7RWA<>#-9o$5M3?dLsR977}|*B*Qw*5n|<b|L>r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv<osyi2*zxokJ~G z1a&m6Dhd!4a9?%G@hkVlz)(Id?u{t{JR1`(upen~{4SuDdVnwMR71GN=7rZ!Jy=w{ z!2O<UZp0_ApG?Ou&(r<M!FzEQ?`poNGe<UUt8VtMm%F`a!^d>~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-backdrop-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b04db91415d46e182c878ab176fe3ecb2491235d GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnQ-T^vI! zdXp0*SPwH8BnjWy`Mf~Ntgu}CcI1mBpDSe-H6$i6Fl^q)!s4?qWfxEbgQu&X%Q~lo FCIAj8F9iSq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5b8cf4df958017dc9fc1f8fdb967f94818e00809 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!Hk?J%?4l^1TDHm`Z~Df*H~-IdO&pc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M<kh3u* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-backdrop.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..b83cb7d4db1a381c3ac939b5278709b35af680a6 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnQ+T^vI! zdXp0*SPwH8Bnhus^;+|o+P!Nbm%8<ix#WuXHYsv4Ea7Bf`Tt?tUZ8pgPgg&ebxsLQ E0PY1ZVgLXD literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-backdrop@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f83b673dc3a3b8d184d7bcafabbcec7fedafd040 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!C~|UC+wR=dFM&rjj7PV20xT^WW|R@`OBH978ywlM@#3ZTR2p831%c$5)oO)A=-S Q17#UJUHx3vIVCg!0Kk|sWB>pF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c973246c00bf2b1b0a0cff5a2eb8bf94623a35 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnQ-T^vI! zdXp0*SPwH8BnjWy`TRm!&ZBpFW&2(v`CKWxs39?lfnnE07M5o&iZ(zE44$rjF6*2U FngCC_Fo^&F literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..29b6465947a5ff395ef6640d59e4248f4e2cac9e GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!Hk?J%@rm*;N2pOeH~n!3>*Ke(UoAc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M<l<F}* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-hover-dark.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c38e8b3c52175f56e3282bb1a56e34618ea7bfe7 GIT binary patch literal 363 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjt<!Wf<?jM;I6q)50 zkr^D37aUa(ol+g2QFr9{neA$NQ-Q`wlmz(&Gq7{W$r~8@_(nuVMn%WO#-^udWMmc; z&*IUT0aTOc>Eak75uV#0&DWs7!@^j(f^~J%+VA!&I~H&j{wtf5yUpp(!Zn}oNnYL5 zR;qqWu;lFNgRLT6fdR#41>4`8($Cl=@mPJ)=|jSwBNLWccJCBlw_f5+pO%O2a!<R% rt2`4kE*lEvTJXLvUS^|yR9@Wu7Wauq3mrOuHZyp-`njxgN@xNAT}yE$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-hover-dark@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..59b63da86816e87f7b7125a605e6807327259fcf GIT binary patch literal 701 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?b<Jet)pd0(fLdf^RAgk-W#klP<W#iu&2@Cljm({; zrBw{ATn(+<4Q<?kX4-lLIeA4nxraM>MY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVe`zerEIPw`o8R*p&qN1vBvQ3JD2|iHS?d$t&pT8@PFR zdinbYgoQ^&MMX!)KtU`J#3dvoCMG5&r=+B&W@Tk(7Zep2-)=I_W?*2{@N{tuu{gbU z^6jW52a#4o9e>u2CXdFhqZhQSBb<7T_x?|A{mg4|=u2tfYrb#%zqf2l{ImRA?s0zS z^BZ^H`mnS=>fZ`cyV(rho3u4_%TgG3%)MNZ-<EQChe-8aM}vUJ%@WzCL@#m_#{aBu zs6OU@#E9j%j_?}kkCQqcT>GlLbdTz+1+R`CH@^OYbKV^OX+G>5M3yn+q{L`5c{A|c z`+7jEPv>E<O}(a&KGzQ>4#%$yt{M$L&mV|c_TvKc&NrX0E9DB<7PM<KmTbJhmle;u zO6O4^dyc`>-4coyb+cO&xB7`+e_MJ#DdzV=VTEj|wuEIjHpwezMXp;u>(e5Ww}<!r z`;&UrAa~|b)}T+*f@kG>a`i}Wv;Xo)mOtIfq{K+~xb>WQssA3<-TuXvbE-jX`#Awy QVCXY=y85}Sb4q9e0A@Ju!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-hover.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..c250748c552e9c2fc4c266ce0167a8046688cbdd GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};<l`^&KYyp-Fxs9i0(gp`s2qhIQseP7ZCk} zf&c&iSJihrG<N+5TOZ^X%)rdUD=Z?fqN1T`SyEcI|G>dR$4@+a@$z&2xu-jUit;^O z9780g=Jvl8Y7h``jaD@KvT)1Z|J`jDu9W<{YrOf+?b7;&30|Izrr%#odmN$jO|@S- z_0J66gp(H&b_w-KwYe)^cRypqCE9V0Con*MBY(a6p*lI%FK?rH%MIhZHwJ~ywrn|> iaqZYglfLbR`g+zu+-n<;to#AAn!(f6&t;ucLK6TdBAogF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-hover@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..965ce3db3357fad9fe47dcef3a9c89d220caaf64 GIT binary patch literal 694 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E2LgOT zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQT<pBv50r91NF%_XP z6~PImK-td8i>Az5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPk<z5De3Js5rb^zrkTuV24?{`&39*Kfam{f405 zzyJP21^;27s=k|vP2x7t5B4QNe!&c^tn3_|TwFZ7!Xh%Vatg{SDynKG<`$M#*4B~H zF)?w4Ma3nhWo475&zLoP?t<kTHf}n1{=%ha&tJTJ|Ka0j!RxKl85kI4JzX3_EKaYT z{5q`3L8LYC(u4^!6Vfxpb*8>s>U2<}=l%aM!Cn)C%{gns?%UsxJ~y-Yo5ZpDq7>^R zpF5IgM^!omIJ0%#DQ!HNG&jfWWR)G;oxI@pfh_%&;v)It3yyEP_uVixMv433_a*;> z?}+Yk6m0w#QfQd_a;b7l^!NUT!qzu3(+mXm6!7{hB-zb)V&yFNpgKvtW5+bfH>VyX zEH&48*db=O>iJxkuS$Zx6$w?$&E+>HJPMgoaa}qo@X>X(+%sR>qziq7lix1b_S<o) zugz;7{@;Q1y4t~COG5Nl$9!KJv}DJz06w29d}o-pD7#*Azp-LcoT*ZH>$f*`(e?kV znBK15$e*@)#>R?DX@<jn7mrQS?@N7Qz#qSN|0m9*lNI}xOFM(o4}+(xpUXO@geCxY Cno;)v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min.png new file mode 100644 index 0000000000000000000000000000000000000000..f4b6db0608f0582e6c564236e0bdf108e429d668 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnQ-T^vI! zdXp0*SPwH8Bnhv{dtuk?yJzddD=e`+owxL)Se=C!7}iW=VVUJqt_Re>;OXk;vd$@? F2>|T-EmQyi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min@2.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/assets/titlebutton-min@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3581928b3997773cbfc83c9c0f17389a768cc6 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!D0TL-!u7KXZXBrjj7PV1_eK9Gw>fc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M<s_HS@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/gtk-dark.css b/themes/Mint-Y-Darker-Majestic/gtk-3.0/gtk-dark.css new file mode 100644 index 0000000..e2ab4f6 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/gtk-3.0/gtk-dark.css @@ -0,0 +1,3783 @@ +* { + background-clip: padding-box; + -GtkToolButton-icon-spacing: 4; + -GtkTextView-error-underline-color: #FC4138; + -GtkCheckButton-indicator-size: 16; + -GtkCheckMenuItem-indicator-size: 16; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkToolItemGroup-expander-size: 11; + -GtkExpander-expander-size: 16; + -GtkTreeView-expander-size: 11; + -GtkTreeView-horizontal-separator: 4; + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; + -GtkWidget-link-color: #c2d0b4; + -GtkWidget-visited-link-color: #a9bc95; + -GtkWidget-focus-padding: 2; + -GtkWidget-focus-line-width: 1; + -GtkWidget-text-handle-width: 20; + -GtkWidget-text-handle-height: 20; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 6; + -GtkStatusbar-shadow-type: none; + outline-color: rgba(218, 218, 218, 0.3); + outline-style: dashed; + outline-offset: -3px; + outline-width: 1px; + outline-radius: 2px; } + +.background { + color: #DADADA; + background-color: #383838; } + +*:insensitive { + -gtk-image-effect: dim; } + +.gtkstyle-fallback { + background-color: #383838; + color: #DADADA; } + .gtkstyle-fallback:prelight { + background-color: #525252; + color: #DADADA; } + .gtkstyle-fallback:active { + background-color: #1f1f1f; + color: #DADADA; } + .gtkstyle-fallback:insensitive { + background-color: #3d3d3d; + color: rgba(218, 218, 218, 0.55); } + .gtkstyle-fallback:selected { + background-color: #5f5f5f; + color: #ffffff; } + +.view { + color: #DADADA; + background-color: #404040; } + .view.dim-label, .view.label.separator, .header-bar .view.subtitle { + color: rgba(218, 218, 218, 0.55); } + .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { + color: rgba(255, 255, 255, 0.65); + text-shadow: none; } + +.rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { + border: 1px solid #5f5f5f; + background-color: rgba(95, 95, 95, 0.2); } + +.label.separator, .popover .label.separator, .sidebar .label.view.separator { + color: #DADADA; } +.label:insensitive { + color: rgba(218, 218, 218, 0.55); } + +.dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { + opacity: 0.55; } + +GtkAssistant .sidebar { + background-color: #404040; + border-top: 1px solid #292929; } + GtkAssistant .sidebar:dir(ltr) { + border-right: 1px solid #292929; } + GtkAssistant .sidebar:dir(rtl) { + border-left: 1px solid #292929; } +GtkAssistant.csd .sidebar { + border-top-style: none; } +GtkAssistant .sidebar .label { + padding: 6px 12px; } +GtkAssistant .sidebar .label.highlight { + background-color: #5f5f5f; + color: #ffffff; } + +GtkTextView { + background-color: #3c3c3c; } + +.grid-child { + padding: 3px; + border-radius: 3px; } + .grid-child:selected { + outline-offset: -2px; } + +.popover.osd, .osd { + color: #C3C3C3; + border: none; + background-color: #353535; + background-clip: padding-box; + outline-color: rgba(195, 195, 195, 0.3); + box-shadow: none; } + +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } +.spinner { + background-image: none; + background-color: blue; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + .spinner:active { + opacity: 1; + animation: spin 1s linear infinite; } + .spinner:active:insensitive { + opacity: 0.5; } + +.entry { + border: 1px solid; + padding: 5px 8px; + border-radius: 3px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + color: #DADADA; + border-color: #292929; + background-color: #404040; + background-image: linear-gradient(to bottom, #404040); } + .entry.image.left { + padding-left: 0; } + .entry.image.right { + padding-right: 0; } + .entry.flat, .entry.flat:focus { + padding: 2px; + color: #DADADA; + border-color: #292929; + background-color: #404040; + background-image: linear-gradient(to bottom, #404040); + border: none; + border-radius: 0; } + .entry:focus { + background-clip: border-box; + color: #DADADA; + border-color: #292929; + background-color: #404040; + background-image: linear-gradient(to bottom, #404040); + box-shadow: inset 1px 0 #5f5f5f, inset -1px 0 #5f5f5f, inset 0 1px #5f5f5f, inset 0 -1px #5f5f5f; } + .entry:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(64, 64, 64, 0.55); + background-image: linear-gradient(to bottom, rgba(64, 64, 64, 0.55)); } + .entry:selected, .entry:selected:focus { + background-color: #5f5f5f; + color: #ffffff; } + .entry.progressbar { + margin: 2px 12px; + border-radius: 0; + border-width: 0 0 2px; + border-color: #5f5f5f; + border-style: solid; + background-image: none; + background-color: transparent; + box-shadow: none; } + .entry.warning { + color: #ffffff; + border-color: #292929; + background-image: linear-gradient(to bottom, #ab6239); } + .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); + box-shadow: none; } + .entry.warning:selected, .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .entry.error { + color: #ffffff; + border-color: #292929; + background-image: linear-gradient(to bottom, #b1413b); } + .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); + box-shadow: none; } + .entry.error:selected, .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } + .entry.image { + color: #bbbbbb; } + .osd .entry { + color: #C3C3C3; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.4)); + background-color: transparent; } + .osd .entry.image, .osd .entry.image:hover { + color: inherit; } + .osd .entry:focus { + color: #ffffff; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, #5f5f5f); } + .osd .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.25)); } + +GtkSearchEntry.entry { + border-radius: 4px; } + +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5f5f5f), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5f5f5f), to(transparent)); } } +.button { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border: 1px solid; + border-radius: 3px; + padding: 5px 8px; + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .button.flat, .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(69, 69, 69, 0); + border-color: rgba(41, 41, 41, 0); + transition: none; } + .button.flat:hover, .sidebar-button.button:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 350ms; } + .button.flat:hover:active, .sidebar-button.button:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; + -gtk-image-effect: highlight; } + .button:active, .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #5f5f5f; + transition-duration: 50ms; } + .button:active { + color: #DADADA; } + .button:active:hover, .button:checked { + color: #ffffff; } + .button.flat:insensitive, .sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; } + .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button:insensitive > GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + background-color: #353535; + border-color: #212121; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #5f5f5f; } + .button.osd:active, .button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5f5f5f; } + .button.osd:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); + border-radius: 0; + border-left-style: none; + border-right-style: none; } + .osd .button:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: none; } + .osd .button:first-child { + border-radius: 3px 0 0 3px; + border-left-style: solid; } + .osd .button:last-child { + border-radius: 0 3px 3px 0; + border-right-style: solid; } + .osd .button:last-child:dir(rtl) { + border-left-style: solid; } + .osd .button:only-child { + border-radius: 3px; + border-style: solid; } + .osd .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5f5f5f; } + .osd .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5f5f5f; } + .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(218, 218, 218, 0.55); } + .button.suggested-action:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(218, 218, 218, 0.55); } + .button.destructive-action:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5f5f5f), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 2px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 2px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .inline-toolbar GtkToolButton > .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #5f5f5f; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .button, +.linked:not(.vertical):not(.pathbar) > .entry + .button:hover, +.linked:not(.vertical):not(.pathbar) > .entry + .button:active, +.linked:not(.vertical):not(.pathbar) > .entry + .button:checked, +.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive { + border-left-style: solid; } +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .entry { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(41, 41, 41, 0.5); } + .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(41, 41, 41, 0.5); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.error + .entry.warning { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .button, +.linked.vertical > .entry + .button:hover, +.linked.vertical > .entry + .button:active, +.linked.vertical > .entry + .button:checked, +.linked.vertical > .entry + .button:insensitive { + border-top-style: solid; } +.linked.vertical > .entry:focus:not(:only-child) + .entry, +.linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, +.linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, +.linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child), +.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: 0 -1px #292929; } +.linked.vertical > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked.vertical > .button:checked + .entry { + border-top-color: #292929; } +.linked.vertical > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover, +.header-bar .linked:not(.vertical).path-bar > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.primary-toolbar .linked:not(.vertical).path-bar > .button:active, +.header-bar .linked:not(.vertical).path-bar > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.primary-toolbar .linked:not(.vertical).path-bar > .button:checked, +.header-bar .linked:not(.vertical).path-bar > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, +.header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } +.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked { + border-top-style: none; } + .linked.vertical > .button:first-child { + border-top-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #484848; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #DADADA; } + +*:link, .button:link, .button:visited { + color: #c2d0b4; } + *:link:visited, .button:visited { + color: #a9bc95; } + *:selected *:link:visited, *:selected .button:visited { + color: #d2dcc8; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #dce3d4; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #f4f6f1; } + *:link:active, .button:active:link, .button:active:visited { + color: #c2d0b4; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #e9eee4; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #e9eee4; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(41, 41, 41, 0.6); + border-style: none none none solid; + color: #d2d2d2; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(218, 218, 218, 0.55); } + .spinbutton .button:active { + background-color: #5f5f5f; + color: #ffffff; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #5f5f5f; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #5f5f5f; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #5f5f5f; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(218, 218, 218, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #383838; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(53, 53, 53, 0.9); } + +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar .inline-toolbar { + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #2f2f2f, #1d1d1d) 1 0 1 0; } + .primary-toolbar .label:insensitive, + .primary-toolbar .toolbar .label:insensitive, + .primary-toolbar .inline-toolbar .label:insensitive { + color: rgba(218, 218, 218, 0.55); } + +.inline-toolbar { + background-color: #303030; + border-style: solid; + border-color: #292929; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #383838; + border-style: solid; + border-color: #292929; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #303030; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #252525; + color: #ded6d6; + background-color: #2f2f2f; } + .csd .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #ffffff; + background-color: #5f5f5f; + border-color: #85a06a; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #5f5f5f; + color: rgba(255, 255, 255, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #5f5f5f; + outline-color: rgba(143, 168, 118, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(143, 168, 118, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #5f5f5f; } + .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #2f2f2f; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { + background-color: #2f2f2f; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 3px 3px 0 0; + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: inset 0 1px #373737; } + .csd .titlebar { + background-color: #2f2f2f; } + .titlebar:backdrop { + color: rgba(222, 214, 214, 0.7); + background-color: #333333; } + .csd .titlebar:backdrop { + background-color: #333333; } + .maximized .titlebar { + background-color: #2f2f2f; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #333333; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, +.primary-toolbar .toolbar .separator, +.primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(222, 214, 214, 0) 25%, rgba(222, 214, 214, 0.35) 25%, rgba(222, 214, 214, 0.35) 75%, rgba(222, 214, 214, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: #ded6d6; + border-color: #5f5f5f; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-clip: padding-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: rgba(222, 214, 214, 0.85); } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #5f5f5f; + color: #ffffff; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #5f5f5f; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #a45b33); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #aa3a34); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } +.primary-toolbar .button, .header-bar .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + outline-offset: -3px; + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5f5f5f; + background-clip: padding-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:insensitive > GtkLabel, + .primary-toolbar .toolbar .button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(143, 168, 118, 0.65); + background-color: rgba(143, 168, 118, 0.65); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + border-radius: 3px; + border-style: solid; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover, + .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active, + .header-bar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked, + .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5f5f5f; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +.primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, +.primary-toolbar .button.suggested-action:backdrop, +.header-bar .button.suggested-action:backdrop { + opacity: 0.8; } +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, +.primary-toolbar .button.destructive-action:backdrop, +.header-bar .button.destructive-action:backdrop { + opacity: 0.8; } +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #ffffff; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(255, 255, 255, 0.4); } +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: #ded6d6; } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(222, 214, 214, 0.25); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(222, 214, 214, 0.7); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(222, 214, 214, 0.4); } +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: #ded6d6; + border-color: #5f5f5f; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.4)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.3)); } +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, #494949); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, #555555); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #5f5f5f); + border-color: #5f5f5f; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #414141); + border-color: rgba(16, 16, 16, 0.7); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(218, 218, 218, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #c7d4bb; + border-top-color: rgba(218, 218, 218, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(218, 218, 218, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #bccbad; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #b5c1a8; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #8d8d8d; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #DADADA; } + GtkTreeView.view.expander:selected { + color: #dde5d6; } + GtkTreeView.view.expander:selected:hover { + color: #ffffff; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #ffffff; + border-radius: 3px; + background-image: linear-gradient(to bottom, #5f5f5f); } + GtkTreeView.view.progressbar:selected { + color: #5f5f5f; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #DADADA; + background-image: linear-gradient(to bottom, #292929); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #bbbbbb; + background-color: #353535; } + column-header .button:hover { + color: #5f5f5f; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #DADADA; + transition: none; } +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #5f5f5f; + box-shadow: inset 1px 1px 0 1px #5f5f5f, inset -1px 0 0 1px #5f5f5f, inset 1px 1px #404040, inset -1px 0 #404040; } + +column-header .button, column-header .button:hover, column-header .button:active { + font-weight: bold; + padding: 3px 6px; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #292929; + /*border-image: linear-gradient(to bottom, + transparentize(if($variant == 'light', black, white), 1) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 80%, + transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ } + column-header .button:active, column-header .button:hover { + background-color: #3d3d3d; } + column-header .button:active:hover { + color: #DADADA; } + column-header .button:insensitive { + border-color: #383838; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #2f2f2f; + color: #ded6d6; } + .menubar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + .menubar > .menuitem:hover { + background-color: #5f5f5f; + color: #ffffff; } + .menubar > .menuitem:insensitive { + color: rgba(222, 214, 214, 0.4); + border-color: transparent; } + +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #383838; + border: 1px solid #292929; } + .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + .menu .menuitem { + padding: 5px; } + .menu .menuitem:hover { + color: #DADADA; + background-color: rgba(255, 255, 255, 0.06); + border: solid rgba(255, 255, 255, 0.11); + border-width: 1px 0 1px 0; } + .menu .menuitem:insensitive { + color: rgba(218, 218, 218, 0.55); } + .menu .menuitem.separator { + color: rgba(64, 64, 64, 0); } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #4f4f4f; } + .menu.button.bottom { + border-top: 1px solid #4f4f4f; } + .menu.button:hover { + background-color: #4f4f4f; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #1c1c1c; + border-radius: 3px; + background-clip: border-box; + background-color: #383838; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(64, 64, 64, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #404040; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #292929; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #383838; } + .notebook.header.frame { + border: 0px solid #292929; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #292929; } + .notebook.header.bottom { + box-shadow: inset 0 1px #292929; } + .notebook.header.right { + box-shadow: inset 1px 0 #292929; } + .notebook.header.left { + box-shadow: inset -1px 0 #292929; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #404040, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #404040; + box-shadow: inset 0 -1px #404040, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #404040, inset -1px 0 #292929; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #404040; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(218, 218, 218, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(218, 218, 218, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #DADADA; } + .notebook tab .button { + padding: 0; + color: #a1a1a1; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #5f5f5f; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(218, 218, 218, 0.55); } + .notebook.arrow:hover { + color: rgba(218, 218, 218, 0.775); } + .notebook.arrow:active { + color: #DADADA; } + .notebook.arrow:insensitive { + color: rgba(218, 218, 218, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: darkgray; + border: 1px solid rgba(0, 0, 0, 0.3); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #3d3d3d; + border: 1px none #292929; } + .scrollbar .slider { + background-color: #797979; } + .scrollbar .slider:hover { + background-color: dimgray; } + .scrollbar .slider:prelight:active { + background-color: #5f5f5f; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #292929 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #3d3d3d; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough, +.primary-toolbar .toolbar GtkSwitch.trough, +.primary-toolbar .inline-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active, +.primary-toolbar .toolbar GtkSwitch.trough:active, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(218, 218, 218, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, #454545); + border: 1px solid #242424; + border-radius: 50%; + box-shadow: none; } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #3c3c3c); + border-color: rgba(36, 36, 36, 0.8); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #5f5f5f); + border-color: #5f5f5f; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #353535); + border-color: #5f5f5f; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #5f5f5f); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #5f5f5f); + border-color: #5f5f5f; } + .list-row:selected .scale.slider, GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #eef2ea); + border-color: #eef2ea; } + .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #c7d4bb); + border-color: #c7d4bb; } + .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #cdd8c1); + border-color: #cdd8c1; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #2b2b2b); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #5f5f5f); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(143, 168, 118, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(43, 43, 43, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #474747); + outline-color: rgba(195, 195, 195, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #5f5f5f); } + .list-row:selected .scale.trough, GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #cdd8c1); } + .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(218, 218, 218, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #5f5f5f; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #5f5f5f; } + .list-row:selected .progressbar, GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #5f5f5f; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #2b2b2b; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } +.level-bar.fill-block { + border: 1px solid #5f5f5f; + background-color: #5f5f5f; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: #404040; + border-color: #404040; } + +.frame { + border: 1px solid #292929; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #404040; + border-color: #292929; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(255, 255, 255, 0.03); } +.list-row.activatable:active { + color: #DADADA; } +.list-row.activatable:selected:active { + color: #ffffff; } +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #81976a; } +.list-row.activatable:selected:insensitive { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(143, 168, 118, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #C3C3C3; + background-color: #353535; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #1c1c1c; } + .app-notification .button, + .app-notification.frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(143, 168, 118, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5f5f5f; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: white; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #DADADA; + border: 1px solid #292929; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #5f5f5f; + color: #ffffff; + border-radius: 1.5px; } + GtkCalendar.header { + color: #DADADA; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(218, 218, 218, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #DADADA; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(218, 218, 218, 0.55); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #DADADA; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #2f2f2f; + border-bottom: 1px solid #1d1d1d; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +GtkFileChooserDialog .search-bar { + background-color: #383838; + border-color: #292929; + box-shadow: none; } +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #292929; } + +.sidebar, .sidebar .view { + border: none; + background-color: #383838; } + +GtkSidebarRow.list-row { + padding: 0px; } +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #5f5f5f; } +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #1f1f1f; } +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(218, 218, 218, 0.8); + border-width: 0; + border-style: solid; } +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #292929; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-repeat: no-repeat; + background-position: center; } + GtkPaned.wide.vertical .pane-separator { + color: #DADADA; + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-repeat: no-repeat; + background-position: center; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #5f5f5f; + color: #ffffff; } + +.warning, +.error { + background-color: #F04A50; } + +.list-row:selected .button, GtkInfoBar .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #5f5f5f; + outline-color: rgba(143, 168, 118, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(143, 168, 118, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } + +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } +GtkColorSwatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + GtkColorSwatch#add-color-button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #404040; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } +.undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } +.undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } +.undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +.window-frame { + border-radius: 3px 3px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px #1d1d1d, 0 8px 8px 0 rgba(0, 0, 0, 0.35); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 3px 3px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #1f1f1f; } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #2f2f2f; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding: 8px 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(47, 47, 47, 0); } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5f5f5f; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.close, + .titlebar .button.titlebutton.maximize, + .titlebar .button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } + .header-bar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.close:hover, + .titlebar .button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } + .header-bar .button.titlebutton.close:active, + .titlebar .button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max-dark.png"), url("assets/titlebutton-max-dark@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop-dark.png"), url("assets/titlebutton-max-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover-dark.png"), url("assets/titlebutton-max-hover-dark@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active-dark.png"), url("assets/titlebutton-max-active-dark@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min-dark.png"), url("assets/titlebutton-min-dark@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop-dark.png"), url("assets/titlebutton-min-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover-dark.png"), url("assets/titlebutton-min-hover-dark@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active-dark.png"), url("assets/titlebutton-min-active-dark@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #5f5f5f; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #252525, inset 0 -1px #292929; } + +GtkHTML { + background-color: #404040; + color: #DADADA; } + GtkHTML:active { + color: #ffffff; + background-color: #5f5f5f; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalScreen { + -TerminalScreen-background-darkness: 0.9; + background-color: #3f3f3f; + color: #fff; } + +TerminalScreenContainer .scrollbar:not(.slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #a1a1a1; } + TerminalWindow .notebook tab .button:hover { + color: #DADADA; + border-color: #292929; + background-color: #454545; } +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #5f5f5f; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #DADADA; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #898989; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #e9eee4; } + +NautilusNotebook.notebook { + background-color: #404040; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #404040; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(218, 218, 218, 0.5); + border-color: rgba(193, 193, 193, 0.5); } + .disk-space-display.used { + background-color: rgba(143, 168, 118, 0.8); + border-color: rgba(95, 95, 95, 0.8); } + .disk-space-display.free { + background-color: #303030; + border-color: #171717; } + +NautilusListView .view { + border-bottom: 1px solid #292929; } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; + -NemoPlacesTreeView-disk-full-fg-color: #5f5f5f; } + +NemoWindow EelEditableLabel.entry { + transition: none; } +NemoWindow .sidebar .frame { + border-width: 0; } +NemoWindow .sidebar .cell { + padding: 0 2px; } +NemoWindow .sidebar .scrollbar.vertical .trough { + background-color: transparent; } +NemoWindow .sidebar .scrollbar.vertical .slider { + background-color: #797979; } + NemoWindow .sidebar .scrollbar.vertical .slider:hover { + background-color: #585858; } +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #292929; } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5f5f5f; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } + +.gedit-headerbar-paned { + color: #252525; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #404040; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #ffffff; + background-color: #5f5f5f; } + +.open-document-selector-name-label { + color: #DADADA; } + +.open-document-selector-path-label { + color: #8d8d8d; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } +.gedit-document-panel .prelight-row .button { + color: #a1a1a1; } +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #ffffff; } +.gedit-document-panel .prelight-row .button:active { + color: #DADADA; } + +.gedit-document-panel-dragged-row { + border: 1px solid #292929; + background-color: #1f1f1f; + color: #DADADA; } + +GeditStatusbar { + border-top: 1px solid #292929; + background-color: #383838; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #292929; } + +.gedit-search-entry-occurrences-tag { + color: rgba(218, 218, 218, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: #3d3d3d; + padding: 6px; + border-color: #292929; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #DADADA; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: #ded6d6; + border-color: #5f5f5f; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: #ded6d6; + border-color: #5f5f5f; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #404040; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #383838; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #C3C3C3; + background-image: none; + background-color: #353535; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #404040; + color: #DADADA; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #404040; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #DADADA; } + +.xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(141, 141, 141, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive { + color: rgba(222, 214, 214, 0.6); } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #5f5f5f; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(218, 218, 218, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #c2d0b4; } + +.documents-entry-tag { + background-color: #5f5f5f; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #ffffff; + background-color: #99b082; } + .documents-entry-tag:active { + color: #ffffff; + background-color: #85a06a; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(255, 255, 255, 0.7); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #5f5f5f; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #C3C3C3; + background-image: linear-gradient(to bottom, #292929); } + +.gnome-panel-menu-bar.menubar { + color: #C3C3C3; + font: bold; } + +.gnome-panel-menu-bar.menubar .menu { + font: regular; } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #C3C3C3; } + +PanelApplet .button:hover { + color: #dddddd; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #5f5f5f; } + +PanelApplet:hover { + color: #ffffff; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #5f5f5f; } + +WnckPager { + color: #626262; } + WnckPager:selected { + color: #5f5f5f; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #C3C3C3; + font: bold; } + +.xfce4-panel.panel { + background-color: #292929; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #C3C3C3; + background-color: rgba(41, 41, 41, 0); + border-radius: 0; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #434343; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #5f5f5f; + border: none; + background-color: #171717; } + +.floating-bar { + background-color: #5f5f5f; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #5f5f5f; + outline-color: transparent; } +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: #ded6d6; + border-color: #5f5f5f; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #5f5f5f; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(255, 255, 255, 0.05); + border: solid rgba(255, 255, 255, 0.07); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(218, 218, 218, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #DADADA; } + +.cs-header { + padding: 6px; + background-color: #353535; } + +#panel_window { + background-color: #292929; + color: #C3C3C3; + font: bold; + box-shadow: inset 0 -1px #171717; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #C3C3C3; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(195, 195, 195, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #DADADA; } + +#content_frame { + padding-bottom: 14px; + background-color: #383838; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame .button { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + #content_frame .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + #content_frame .button:active, #content_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #5f5f5f; } + #content_frame .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #2f2f2f; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #252525; } + +#buttonbox_frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + #buttonbox_frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5f5f5f; } + #buttonbox_frame .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +#login_window #user_combobox { + color: #DADADA; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #252525; } + +NemoWindow GtkEventBox { + background-color: #383838; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog .sidebar, +NautilusWindow .sidebar, +NemoWindow .sidebar { + border-right: 1px solid #282828; } +GtkFileChooserDialog .sidebar:dir(rtl), +NautilusWindow .sidebar:dir(rtl), +NemoWindow .sidebar:dir(rtl) { + border-left: 1px solid #282828; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + -gtk-icon-style: regular; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #353535; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #5f5f5f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #4f4f4f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #C3C3C3; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(195, 195, 195, 0.6); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(195, 195, 195, 0.15); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + color: transparent; } +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #353535; } +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #C3C3C3; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5f5f5f; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #353535; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #C3C3C3; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(195, 195, 195, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #5f5f5f; + color: #ffffff; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #C3C3C3; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #353535; } + +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #282828; } + +NautilusWindow NautilusWindowSlot { + background-color: #404040; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #353535; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #383838; } +GtkFileChooserDialog .dialog-action-box { + background-color: #383838; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #C3C3C3; + border-color: transparent; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: #0f0f0f; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #C3C3C3; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #252525; } +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #282828; } +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #292929; } + +.gedit-bottom-panel-paned { + background-color: #404040; } + +.gedit-document-panel { + background-color: #353535; } + .maximized .gedit-document-panel { + background-color: #353535; } + .gedit-document-panel .list-row { + color: #C3C3C3; } + .gedit-document-panel .list-row { + background-color: rgba(195, 195, 195, 0); + border: solid rgba(195, 195, 195, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(195, 195, 195, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(195, 195, 195, 0.15); } + .gedit-document-panel .list-row:active { + color: #ffffff; + background-color: #5f5f5f; + border: solid #5f5f5f; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #ffffff; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #ffffff; + background-color: #5f5f5f; + border: solid #5f5f5f; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #C3C3C3; } + +GeditFileBrowserWidget { + background-color: #353535; } + .maximized GeditFileBrowserWidget { + background-color: #353535; } + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #232323; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #C3C3C3; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #5f5f5f; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #5f5f5f; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #C3C3C3; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.4)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #ffffff; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, #5f5f5f); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e9e9e9; + border: 1px solid rgba(0, 0, 0, 0.3); } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(233, 233, 233, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f6f6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #5f5f5f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #DADADA; +@define-color theme_text_color #DADADA; +@define-color theme_bg_color #383838; +@define-color theme_base_color #404040; +@define-color theme_selected_bg_color #5f5f5f; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #DADADA; +@define-color text_color #DADADA; +@define-color bg_color #383838; +@define-color base_color #404040; +@define-color selected_bg_color #5f5f5f; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #3d3d3d; +@define-color insensitive_fg_color alpha(#dadada, 0.5); +@define-color insensitive_base_color #404040; +@define-color theme_unfocused_fg_color #DADADA; +@define-color theme_unfocused_text_color #DADADA; +@define-color theme_unfocused_bg_color #383838; +@define-color theme_unfocused_base_color #404040; +@define-color borders #292929; +@define-color unfocused_borders #292929; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #404040; +@define-color wm_title alpha(#ded6d6, 0.8); +@define-color wm_unfocused_title alpha(#ded6d6, 0.5); +@define-color wm_bg #2f2f2f; +@define-color wm_bg_unfocused #333333; +@define-color wm_highlight #373737; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5f5f5f; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/gtk.css b/themes/Mint-Y-Darker-Majestic/gtk-3.0/gtk.css new file mode 100644 index 0000000..229972b --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/gtk-3.0/gtk.css @@ -0,0 +1,3777 @@ +* { + background-clip: padding-box; + -GtkToolButton-icon-spacing: 4; + -GtkTextView-error-underline-color: #FC4138; + -GtkCheckButton-indicator-size: 16; + -GtkCheckMenuItem-indicator-size: 16; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkToolItemGroup-expander-size: 11; + -GtkExpander-expander-size: 16; + -GtkTreeView-expander-size: 11; + -GtkTreeView-horizontal-separator: 4; + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; + -GtkWidget-link-color: #464646; + -GtkWidget-visited-link-color: #2c2c2c; + -GtkWidget-focus-padding: 2; + -GtkWidget-focus-line-width: 1; + -GtkWidget-text-handle-width: 20; + -GtkWidget-text-handle-height: 20; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 6; + -GtkStatusbar-shadow-type: none; + outline-color: rgba(74, 74, 74, 0.3); + outline-style: dashed; + outline-offset: -3px; + outline-width: 1px; + outline-radius: 2px; } + +.background { + color: #4a4a4a; + background-color: #F0F0F0; } + +*:insensitive { + -gtk-image-effect: dim; } + +.gtkstyle-fallback { + background-color: #F0F0F0; + color: #4a4a4a; } + .gtkstyle-fallback:prelight { + background-color: white; + color: #4a4a4a; } + .gtkstyle-fallback:active { + background-color: #d7d7d7; + color: #4a4a4a; } + .gtkstyle-fallback:insensitive { + background-color: #f9f9f9; + color: rgba(74, 74, 74, 0.55); } + .gtkstyle-fallback:selected { + background-color: #5f5f5f; + color: #ffffff; } + +.view { + color: #4a4a4a; + background-color: #ffffff; } + .view.dim-label, .view.label.separator, .header-bar .view.subtitle { + color: rgba(74, 74, 74, 0.55); } + .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { + color: rgba(255, 255, 255, 0.65); + text-shadow: none; } + +.rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { + border: 1px solid #464646; + background-color: rgba(70, 70, 70, 0.2); } + +.label.separator, .popover .label.separator, .sidebar .label.view.separator { + color: #4a4a4a; } +.label:insensitive { + color: rgba(74, 74, 74, 0.55); } + +.dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { + opacity: 0.55; } + +GtkAssistant .sidebar { + background-color: #ffffff; + border-top: 1px solid #d9d9d9; } + GtkAssistant .sidebar:dir(ltr) { + border-right: 1px solid #d9d9d9; } + GtkAssistant .sidebar:dir(rtl) { + border-left: 1px solid #d9d9d9; } +GtkAssistant.csd .sidebar { + border-top-style: none; } +GtkAssistant .sidebar .label { + padding: 6px 12px; } +GtkAssistant .sidebar .label.highlight { + background-color: #5f5f5f; + color: #ffffff; } + +GtkTextView { + background-color: #f8f8f8; } + +.grid-child { + padding: 3px; + border-radius: 3px; } + .grid-child:selected { + outline-offset: -2px; } + +.popover.osd, .osd { + color: #C3C3C3; + border: none; + background-color: #454545; + background-clip: padding-box; + outline-color: rgba(195, 195, 195, 0.3); + box-shadow: none; } + +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } +.spinner { + background-image: none; + background-color: blue; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + .spinner:active { + opacity: 1; + animation: spin 1s linear infinite; } + .spinner:active:insensitive { + opacity: 0.5; } + +.entry { + border: 1px solid; + padding: 5px 8px; + border-radius: 3px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + color: #4a4a4a; + border-color: #cfcfcf; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } + .entry.image.left { + padding-left: 0; } + .entry.image.right { + padding-right: 0; } + .entry.flat, .entry.flat:focus { + padding: 2px; + color: #4a4a4a; + border-color: #cfcfcf; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); + border: none; + border-radius: 0; } + .entry:focus { + background-clip: border-box; + color: #4a4a4a; + border-color: #5f5f5f; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } + .entry:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(255, 255, 255, 0.55); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } + .entry:selected, .entry:selected:focus { + background-color: #5f5f5f; + color: #ffffff; } + .entry.progressbar { + margin: 2px 12px; + border-radius: 0; + border-width: 0 0 2px; + border-color: #5f5f5f; + border-style: solid; + background-image: none; + background-color: transparent; + box-shadow: none; } + .entry.warning { + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #f7ae86); } + .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); + box-shadow: none; } + .entry.warning:selected, .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .entry.error { + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #fd8d88); } + .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); + box-shadow: none; } + .entry.error:selected, .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } + .entry.image { + color: #6e6e6e; } + .osd .entry { + color: #C3C3C3; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.4)); + background-color: transparent; } + .osd .entry.image, .osd .entry.image:hover { + color: inherit; } + .osd .entry:focus { + color: #ffffff; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, #5f5f5f); } + .osd .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.25)); } + +GtkSearchEntry.entry { + border-radius: 4px; } + +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5f5f5f), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5f5f5f), to(transparent)); } } +.button { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border: 1px solid; + border-radius: 3px; + padding: 5px 8px; + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .button.flat, .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(245, 245, 245, 0); + border-color: rgba(207, 207, 207, 0); + transition: none; } + .button.flat:hover, .sidebar-button.button:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 350ms; } + .button.flat:hover:active, .sidebar-button.button:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; + -gtk-image-effect: highlight; } + .button:active, .button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #5f5f5f; + transition-duration: 50ms; } + .button:active { + color: #4a4a4a; } + .button:active:hover, .button:checked { + color: #ffffff; } + .button.flat:insensitive, .sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; } + .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button:insensitive > GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(95, 95, 95, 0.75); + background-color: rgba(95, 95, 95, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + background-color: #454545; + border-color: #313131; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #5f5f5f; } + .button.osd:active, .button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5f5f5f; } + .button.osd:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + .osd .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); + border-radius: 0; + border-left-style: none; + border-right-style: none; } + .osd .button:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: none; } + .osd .button:first-child { + border-radius: 3px 0 0 3px; + border-left-style: solid; } + .osd .button:last-child { + border-radius: 0 3px 3px 0; + border-right-style: solid; } + .osd .button:last-child:dir(rtl) { + border-left-style: solid; } + .osd .button:only-child { + border-radius: 3px; + border-style: solid; } + .osd .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5f5f5f; } + .osd .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5f5f5f; } + .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(74, 74, 74, 0.55); } + .button.suggested-action:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(74, 74, 74, 0.55); } + .button.destructive-action:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5f5f5f), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 4px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 4px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .inline-toolbar GtkToolButton > .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #5f5f5f; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(95, 95, 95, 0.75); + background-color: rgba(95, 95, 95, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(207, 207, 207, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #5f5f5f; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry + .button, +.linked:not(.vertical):not(.pathbar) > .entry + .button:hover, +.linked:not(.vertical):not(.pathbar) > .entry + .button:active, +.linked:not(.vertical):not(.pathbar) > .entry + .button:checked, +.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive { + border-left-style: solid; } +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #5f5f5f; } +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .entry { + border-left-color: #5f5f5f; } +.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(207, 207, 207, 0.4); } + .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(207, 207, 207, 0.4); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(207, 207, 207, 0.3); } +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: #FC4138; } +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: #F27835; } +.linked.vertical > .entry.error + .entry.warning { + border-top-color: #FC4138; } +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #5f5f5f; } +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #F27835; } +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #FC4138; } +.linked.vertical > .entry + .button, +.linked.vertical > .entry + .button:hover, +.linked.vertical > .entry + .button:active, +.linked.vertical > .entry + .button:checked, +.linked.vertical > .entry + .button:insensitive { + border-top-style: solid; } +.linked.vertical > .entry:focus:not(:only-child) + .entry, +.linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #5f5f5f; } +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, +.linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #F27835; } +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, +.linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #FC4138; } +.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child), +.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: 0 -1px #cfcfcf; } +.linked.vertical > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked.vertical > .button:checked + .entry { + border-top-color: #5f5f5f; } +.linked.vertical > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover, +.header-bar .linked:not(.vertical).path-bar > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.primary-toolbar .linked:not(.vertical).path-bar > .button:active, +.header-bar .linked:not(.vertical).path-bar > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.primary-toolbar .linked:not(.vertical).path-bar > .button:checked, +.header-bar .linked:not(.vertical).path-bar > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, +.header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } +.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked { + border-top-style: none; } + .linked.vertical > .button:first-child { + border-top-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #e8e8e8; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #4a4a4a; } + +*:link, .button:link, .button:visited { + color: #464646; } + *:link:visited, .button:visited { + color: #2c2c2c; } + *:selected *:link:visited, *:selected .button:visited { + color: #bfbfbf; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #5f5f5f; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #efefef; } + *:link:active, .button:active:link, .button:active:visited { + color: #464646; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #dfdfdf; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #dfdfdf; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(217, 217, 217, 0.6); + border-style: none none none solid; + color: #535353; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(74, 74, 74, 0.55); } + .spinbutton .button:active { + background-color: #5f5f5f; + color: #ffffff; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #5f5f5f; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #5f5f5f; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #5f5f5f; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(74, 74, 74, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: 1px 0 #5f5f5f; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: -1px 0 #5f5f5f; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #F0F0F0; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(69, 69, 69, 0.9); } + +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar .inline-toolbar { + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #2f2f2f, #1d1d1d) 1 0 1 0; } + .primary-toolbar .label:insensitive, + .primary-toolbar .toolbar .label:insensitive, + .primary-toolbar .inline-toolbar .label:insensitive { + color: rgba(222, 214, 214, 0.55); } + +.inline-toolbar { + background-color: #e8e8e8; + border-style: solid; + border-color: #d9d9d9; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #F0F0F0; + border-style: solid; + border-color: #d9d9d9; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #e8e8e8; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #252525; + color: #ded6d6; + background-color: #2f2f2f; } + .csd .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #ffffff; + background-color: #5f5f5f; + border-color: #555555; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #5f5f5f; + color: rgba(255, 255, 255, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #5f5f5f; + outline-color: rgba(95, 95, 95, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(95, 95, 95, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #5f5f5f; } + .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #2f2f2f; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { + background-color: #2f2f2f; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 3px 3px 0 0; + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: inset 0 1px #373737; } + .csd .titlebar { + background-color: #2f2f2f; } + .titlebar:backdrop { + color: rgba(222, 214, 214, 0.7); + background-color: #333333; } + .csd .titlebar:backdrop { + background-color: #333333; } + .maximized .titlebar { + background-color: #2f2f2f; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #333333; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, +.primary-toolbar .toolbar .separator, +.primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(222, 214, 214, 0) 25%, rgba(222, 214, 214, 0.35) 25%, rgba(222, 214, 214, 0.35) 75%, rgba(222, 214, 214, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: #ded6d6; + border-color: #5f5f5f; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-clip: padding-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: rgba(222, 214, 214, 0.85); } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #5f5f5f; + color: #ffffff; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #5f5f5f; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #a45b33); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #aa3a34); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } +.primary-toolbar .button, .header-bar .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + outline-offset: -3px; + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5f5f5f; + background-clip: padding-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:insensitive > GtkLabel, + .primary-toolbar .toolbar .button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(95, 95, 95, 0.65); + background-color: rgba(95, 95, 95, 0.65); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + border-radius: 3px; + border-style: solid; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover, + .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active, + .header-bar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked, + .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5f5f5f; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +.primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, +.primary-toolbar .button.suggested-action:backdrop, +.header-bar .button.suggested-action:backdrop { + opacity: 0.8; } +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, +.primary-toolbar .button.destructive-action:backdrop, +.header-bar .button.destructive-action:backdrop { + opacity: 0.8; } +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #ffffff; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(255, 255, 255, 0.4); } +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: #ded6d6; } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(222, 214, 214, 0.25); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(222, 214, 214, 0.7); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(222, 214, 214, 0.4); } +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: #ded6d6; + border-color: #5f5f5f; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.4)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.3)); } +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, #494949); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, #555555); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #5f5f5f); + border-color: #5f5f5f; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #414141); + border-color: rgba(16, 16, 16, 0.7); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(74, 74, 74, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #afafaf; + border-top-color: rgba(74, 74, 74, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(74, 74, 74, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #9f9f9f; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #555555; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #a5a5a5; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #4a4a4a; } + GtkTreeView.view.expander:selected { + color: #cfcfcf; } + GtkTreeView.view.expander:selected:hover { + color: #ffffff; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #ffffff; + border-radius: 3px; + background-image: linear-gradient(to bottom, #5f5f5f); } + GtkTreeView.view.progressbar:selected { + color: #5f5f5f; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #4a4a4a; + background-image: linear-gradient(to bottom, #cfcfcf); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #6e6e6e; + background-color: #ededed; } + column-header .button:hover { + color: #5f5f5f; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #4a4a4a; + transition: none; } +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #5f5f5f; + box-shadow: inset 1px 1px 0 1px #5f5f5f, inset -1px 0 0 1px #5f5f5f, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + +column-header .button, column-header .button:hover, column-header .button:active { + font-weight: bold; + padding: 3px 6px; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #d9d9d9; + /*border-image: linear-gradient(to bottom, + transparentize(if($variant == 'light', black, white), 1) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 80%, + transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ } + column-header .button:active, column-header .button:hover { + background-color: whitesmoke; } + column-header .button:active:hover { + color: #4a4a4a; } + column-header .button:insensitive { + border-color: #F0F0F0; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #2f2f2f; + color: #ded6d6; } + .menubar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + .menubar > .menuitem:hover { + background-color: #5f5f5f; + color: #ffffff; } + .menubar > .menuitem:insensitive { + color: rgba(222, 214, 214, 0.4); + border-color: transparent; } + +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #ffffff; + border: 1px solid #d9d9d9; } + .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + .menu .menuitem { + padding: 5px; } + .menu .menuitem:hover { + color: #4a4a4a; + background-color: rgba(0, 0, 0, 0.05); + border: solid rgba(0, 0, 0, 0.12); + border-width: 1px 0 1px 0; } + .menu .menuitem:insensitive { + color: rgba(74, 74, 74, 0.55); } + .menu .menuitem.separator { + color: rgba(255, 255, 255, 0); } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #ededed; } + .menu.button.bottom { + border-top: 1px solid #ededed; } + .menu.button:hover { + background-color: #ededed; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #cccccc; + border-radius: 3px; + background-clip: border-box; + background-color: #ffffff; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(255, 255, 255, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #ffffff; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #d9d9d9; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #F0F0F0; } + .notebook.header.frame { + border: 0px solid #d9d9d9; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #d9d9d9; } + .notebook.header.bottom { + box-shadow: inset 0 1px #d9d9d9; } + .notebook.header.right { + box-shadow: inset 1px 0 #d9d9d9; } + .notebook.header.left { + box-shadow: inset -1px 0 #d9d9d9; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #ffffff, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #ffffff, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #ffffff; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(74, 74, 74, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(74, 74, 74, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #4a4a4a; } + .notebook tab .button { + padding: 0; + color: #848484; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #5f5f5f; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(74, 74, 74, 0.55); } + .notebook.arrow:hover { + color: rgba(74, 74, 74, 0.775); } + .notebook.arrow:active { + color: #4a4a4a; } + .notebook.arrow:insensitive { + color: rgba(74, 74, 74, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: #7c7c7c; + border: 1px solid rgba(255, 255, 255, 0.6); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #fcfcfc; + border: 1px none #d9d9d9; } + .scrollbar .slider { + background-color: #aeaeae; } + .scrollbar .slider:hover { + background-color: #bebebe; } + .scrollbar .slider:prelight:active { + background-color: #5f5f5f; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #d9d9d9 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #fcfcfc; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough, +.primary-toolbar .toolbar GtkSwitch.trough, +.primary-toolbar .inline-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active, +.primary-toolbar .toolbar GtkSwitch.trough:active, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(74, 74, 74, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, whitesmoke); + border: 1px solid rgba(143, 143, 143, 0.5); + border-radius: 50%; + box-shadow: none; } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #f8f8f8); + border-color: rgba(143, 143, 143, 0.3); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #5f5f5f); + border-color: #5f5f5f; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #454545); + border-color: #5f5f5f; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #5f5f5f); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #464646); + border-color: #464646; } + .list-row:selected .scale.slider, GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #e7e7e7); + border-color: #e7e7e7; } + .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #afafaf); + border-color: #afafaf; } + .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #b7b7b7); + border-color: #b7b7b7; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #cfcfcf); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #5f5f5f); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(95, 95, 95, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(207, 207, 207, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #575757); + outline-color: rgba(195, 195, 195, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #5f5f5f); } + .list-row:selected .scale.trough, GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #b7b7b7); } + .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(74, 74, 74, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #5f5f5f; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #5f5f5f; } + .list-row:selected .progressbar, GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #5f5f5f; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #cfcfcf; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } +.level-bar.fill-block { + border: 1px solid #5f5f5f; + background-color: #5f5f5f; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: rgba(74, 74, 74, 0.2); + border-color: rgba(74, 74, 74, 0.2); } + +.frame { + border: 1px solid #d9d9d9; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #ffffff; + border-color: #d9d9d9; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(0, 0, 0, 0.03); } +.list-row.activatable:active { + color: #4a4a4a; } +.list-row.activatable:selected:active { + color: #ffffff; } +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #565656; } +.list-row.activatable:selected:insensitive { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(95, 95, 95, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #C3C3C3; + background-color: #454545; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #2c2c2c; } + .app-notification .button, + .app-notification.frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(95, 95, 95, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5f5f5f; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: #979797; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #4a4a4a; + border: 1px solid #d9d9d9; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #5f5f5f; + color: #ffffff; + border-radius: 1.5px; } + GtkCalendar.header { + color: #4a4a4a; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(74, 74, 74, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #4a4a4a; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(74, 74, 74, 0.55); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #4a4a4a; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #2f2f2f; + border-bottom: 1px solid #1d1d1d; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +GtkFileChooserDialog .search-bar { + background-color: #F0F0F0; + border-color: #d9d9d9; + box-shadow: none; } +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #d9d9d9; } + +.sidebar, .sidebar .view { + border: none; + background-color: #F0F0F0; } + +GtkSidebarRow.list-row { + padding: 0px; } +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #5f5f5f; } +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #d7d7d7; } +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(74, 74, 74, 0.8); + border-width: 0; + border-style: solid; } +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #d9d9d9; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-repeat: no-repeat; + background-position: center; } + GtkPaned.wide.vertical .pane-separator { + color: #4a4a4a; + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-repeat: no-repeat; + background-position: center; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #5f5f5f; + color: #ffffff; } + +.warning, +.error { + background-color: #F04A50; } + +.list-row:selected .button, GtkInfoBar .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #5f5f5f; + outline-color: rgba(95, 95, 95, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(95, 95, 95, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } + +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } +GtkColorSwatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + GtkColorSwatch#add-color-button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #ffffff; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(95, 95, 95, 0.2)), to(rgba(95, 95, 95, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(95, 95, 95, 0.2)), to(rgba(95, 95, 95, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(95, 95, 95, 0.2)), to(rgba(95, 95, 95, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(95, 95, 95, 0.2)), to(rgba(95, 95, 95, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } +.undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } +.undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } +.undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +.window-frame { + border-radius: 3px 3px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px #1d1d1d, 0 8px 8px 0 rgba(0, 0, 0, 0.2); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 3px 3px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #2f2f2f; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding: 8px 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(47, 47, 47, 0); } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5f5f5f; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.close, + .titlebar .button.titlebutton.maximize, + .titlebar .button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } + .header-bar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.close:hover, + .titlebar .button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } + .header-bar .button.titlebutton.close:active, + .titlebar .button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max-dark.png"), url("assets/titlebutton-max-dark@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop-dark.png"), url("assets/titlebutton-max-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover-dark.png"), url("assets/titlebutton-max-hover-dark@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active-dark.png"), url("assets/titlebutton-max-active-dark@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min-dark.png"), url("assets/titlebutton-min-dark@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop-dark.png"), url("assets/titlebutton-min-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover-dark.png"), url("assets/titlebutton-min-hover-dark@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active-dark.png"), url("assets/titlebutton-min-active-dark@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #5f5f5f; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #252525, inset 0 -1px #d9d9d9; } + +GtkHTML { + background-color: #ffffff; + color: #4a4a4a; } + GtkHTML:active { + color: #ffffff; + background-color: #5f5f5f; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalScreen { + -TerminalScreen-background-darkness: 0.9; + background-color: #3f3f3f; + color: #fff; } + +TerminalScreenContainer .scrollbar:not(.slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #848484; } + TerminalWindow .notebook tab .button:hover { + color: #4a4a4a; + border-color: #cfcfcf; + background-color: whitesmoke; } +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #5f5f5f; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #4a4a4a; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #9d9d9d; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #dfdfdf; } + +NautilusNotebook.notebook { + background-color: #ffffff; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #ffffff; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(74, 74, 74, 0.5); + border-color: rgba(49, 49, 49, 0.5); } + .disk-space-display.used { + background-color: rgba(95, 95, 95, 0.8); + border-color: rgba(70, 70, 70, 0.8); } + .disk-space-display.free { + background-color: #e8e8e8; + border-color: #cfcfcf; } + +NautilusListView .view { + border-bottom: 1px solid #d9d9d9; } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; + -NemoPlacesTreeView-disk-full-fg-color: #464646; } + +NemoWindow EelEditableLabel.entry { + transition: none; } +NemoWindow .sidebar .frame { + border-width: 0; } +NemoWindow .sidebar .cell { + padding: 0 2px; } +NemoWindow .sidebar .scrollbar.vertical .trough { + background-color: transparent; } +NemoWindow .sidebar .scrollbar.vertical .slider { + background-color: #aeaeae; } + NemoWindow .sidebar .scrollbar.vertical .slider:hover { + background-color: #cfcfcf; } +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #d9d9d9; } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #5f5f5f; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } + +.gedit-headerbar-paned { + color: #252525; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #ffffff; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #ffffff; + background-color: #5f5f5f; } + +.open-document-selector-name-label { + color: #4a4a4a; } + +.open-document-selector-path-label { + color: #a5a5a5; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } +.gedit-document-panel .prelight-row .button { + color: #848484; } +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #ffffff; } +.gedit-document-panel .prelight-row .button:active { + color: #4a4a4a; } + +.gedit-document-panel-dragged-row { + border: 1px solid #d9d9d9; + background-color: #d7d7d7; + color: #4a4a4a; } + +GeditStatusbar { + border-top: 1px solid #d9d9d9; + background-color: #F0F0F0; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #d9d9d9; } + +.gedit-search-entry-occurrences-tag { + color: rgba(74, 74, 74, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: whitesmoke; + padding: 6px; + border-color: #d9d9d9; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #4a4a4a; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: #ded6d6; + border-color: #5f5f5f; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: #ded6d6; + border-color: #5f5f5f; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #ffffff; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #F0F0F0; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #C3C3C3; + background-image: none; + background-color: #454545; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #ffffff; + color: #4a4a4a; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #ffffff; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #4a4a4a; } + +.xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(141, 141, 141, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive { + color: rgba(222, 214, 214, 0.6); } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #5f5f5f; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(74, 74, 74, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #929292; } + +.documents-entry-tag { + background-color: #5f5f5f; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #ffffff; + background-color: dimgray; } + .documents-entry-tag:active { + color: #ffffff; + background-color: #555555; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(255, 255, 255, 0.7); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #5f5f5f; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #C3C3C3; + background-image: linear-gradient(to bottom, #393939); } + +.gnome-panel-menu-bar.menubar { + color: #C3C3C3; + font: bold; } + +.gnome-panel-menu-bar.menubar .menu { + font: regular; } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #C3C3C3; } + +PanelApplet .button:hover { + color: #dddddd; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #5f5f5f; } + +PanelApplet:hover { + color: #ffffff; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #5f5f5f; } + +WnckPager { + color: #626262; } + WnckPager:selected { + color: #5f5f5f; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #C3C3C3; + font: bold; } + +.xfce4-panel.panel { + background-color: #393939; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #C3C3C3; + background-color: rgba(57, 57, 57, 0); + border-radius: 0; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #535353; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #5f5f5f; + border: none; + background-color: #272727; } + +.floating-bar { + background-color: #5f5f5f; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #5f5f5f; + outline-color: transparent; } +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: #ded6d6; + border-color: #5f5f5f; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #5f5f5f; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(0, 0, 0, 0.04); + border: solid rgba(0, 0, 0, 0.08); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(74, 74, 74, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #4a4a4a; } + +.cs-header { + padding: 6px; + background-color: #ededed; } + +#panel_window { + background-color: #393939; + color: #C3C3C3; + font: bold; + box-shadow: inset 0 -1px #272727; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #C3C3C3; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(195, 195, 195, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #4a4a4a; } + +#content_frame { + padding-bottom: 14px; + background-color: #F0F0F0; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame .button { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + #content_frame .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + #content_frame .button:active, #content_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #5f5f5f; } + #content_frame .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #454545; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #454545; } + +#buttonbox_frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + #buttonbox_frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5f5f5f; } + #buttonbox_frame .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +#login_window #user_combobox { + color: #4a4a4a; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #252525; } + +NemoWindow GtkEventBox { + background-color: #F0F0F0; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + -gtk-icon-style: regular; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #454545; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #5f5f5f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #5f5f5f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #C3C3C3; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(195, 195, 195, 0.6); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(195, 195, 195, 0.15); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + color: transparent; } +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #454545; } +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #C3C3C3; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5f5f5f; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #454545; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #C3C3C3; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(195, 195, 195, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #5f5f5f; + color: #ffffff; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #C3C3C3; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #454545; } + +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #454545; } + +NautilusWindow NautilusWindowSlot { + background-color: #ffffff; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #454545; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #F0F0F0; } +GtkFileChooserDialog .dialog-action-box { + background-color: #F0F0F0; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #C3C3C3; + border-color: transparent; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: #333333; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #C3C3C3; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #252525; } +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #454545; } +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #d9d9d9; } + +.gedit-bottom-panel-paned { + background-color: #ffffff; } + +.gedit-document-panel { + background-color: #454545; } + .maximized .gedit-document-panel { + background-color: #454545; } + .gedit-document-panel .list-row { + color: #C3C3C3; } + .gedit-document-panel .list-row { + background-color: rgba(195, 195, 195, 0); + border: solid rgba(195, 195, 195, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(195, 195, 195, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(195, 195, 195, 0.15); } + .gedit-document-panel .list-row:active { + color: #ffffff; + background-color: #5f5f5f; + border: solid #5f5f5f; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #ffffff; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #ffffff; + background-color: #5f5f5f; + border: solid #5f5f5f; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #C3C3C3; } + +GeditFileBrowserWidget { + background-color: #454545; } + .maximized GeditFileBrowserWidget { + background-color: #454545; } + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #333333; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #C3C3C3; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #5f5f5f; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5f5f5f; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #C3C3C3; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.4)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #ffffff; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, #5f5f5f); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e9e9e9; + border: 1px solid rgba(0, 0, 0, 0.3); } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(233, 233, 233, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f6f6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #5f5f5f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #4a4a4a; +@define-color theme_text_color #4a4a4a; +@define-color theme_bg_color #F0F0F0; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5f5f5f; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #4a4a4a; +@define-color text_color #4a4a4a; +@define-color bg_color #F0F0F0; +@define-color base_color #ffffff; +@define-color selected_bg_color #5f5f5f; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #f9f9f9; +@define-color insensitive_fg_color alpha(#4a4a4a, 0.5); +@define-color insensitive_base_color #ffffff; +@define-color theme_unfocused_fg_color #4a4a4a; +@define-color theme_unfocused_text_color #4a4a4a; +@define-color theme_unfocused_bg_color #F0F0F0; +@define-color theme_unfocused_base_color #ffffff; +@define-color borders #d9d9d9; +@define-color unfocused_borders #d9d9d9; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #ffffff; +@define-color wm_title alpha(#ded6d6, 0.8); +@define-color wm_unfocused_title alpha(#ded6d6, 0.5); +@define-color wm_bg #2f2f2f; +@define-color wm_bg_unfocused #333333; +@define-color wm_highlight #373737; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #5f5f5f; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/themes/Mint-Y-Darker-Majestic/gtk-3.0/thumbnail.png b/themes/Mint-Y-Darker-Majestic/gtk-3.0/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..11a2f6ac738610bf27787374bc33d333cbeac000 GIT binary patch literal 1529 zcmZ8fX;4#F6n-K~L8(F=T#8~9nNdKNK`IQjqJTh1Sc5!}B_<#dNR&jjkr5(LAc%q@ z5*}DV6j0oeNWdcdk|>a{#0COX!jkQUyr<&=_Sybw@65gDoIB^c-~G-xd47arh6dXV z001!b@^lNpYznq_f43StW3`7wn9)7uigyKo$CuZAA+5pUon+4dJOHFw06<0-0DQu( zGUfr`oGkz>Mgf5H4FK4D25R<q0RWvlem+6&Fbu2J>dDE;!NI{dZ{7%nLWx8o7K=3+ z4T_@U<Kx4_!=q9`^~+oi_xzaj^}KwxL-?$|y{Mu&v%bB!Q~0d<Wu9=Nx3W32lE)HG z^l`Z9C_D;9d4F5DK+?J5CW#tFmu9-T12SzB|JJ-*29ZN^2b3s^!1E)G*`ROY(-|$6 zGEqmPLSwK@Ik~d3+%j0(DQZ;ou#S^BBQT20Hqrwbtqa(v<gb#0;u{8e`4l|H5I`h` zCl+K-h>;gN77>N;eh&3G9)}}<w8DRgQF(h>7_+jRMT;Rvf?#ykL$MmY*>VwTzEH`_ zoK;SI{rVO8ps8&ytZOgg3aXm~RZDVlQ%(e_h_67=_=nS4)$76t3aWaIDEbOcfES*M zRfu+R=uTpAG&BOI;Jrzu{6z#sRYHhNJm0o}xwl%g<(gUK15BV6x6Lf62J%89ONOyB zpo-pXkW@AT%iB`|PF9Y=D5~tu0;zW;ODL*Am5L?VoJx9=$I_~%2W~TiqlyJe^i^`; zVp~!m^_~<<LgA6}lVDDt5_=&i?!lC{FFQ20MpDz3zl5rg`Q}7Fa+O$v$ePXsCi3PH z6#45(f<H70s|4(@$ZJDtv?mM1Dw-1XP1%F)>&q)&R#sLTx~_GJ8WHt7{%wXok=22T zP!8mR;e~yeGDJ0YmxlA!!ebTW;ItR-v?zkWV~Fz2H4>QqcwG6d8a0VT3P%LjbzE7H z%ZM=-s`}=zmSUQuP5D&tcsPj?n{>JCd;}e1MVF+FStNqD517uA!91B(HU5+x5BmDx zd_mf!#<wa26;1Y!O}(z~C|0RdQmIt7ZxO;qdDThWF}Gj?!-YI7&|`Yx-Swt)zu&Oc zQfrg^44Y_6FE`hqkPdRxmduQzyt3?ow*GF<<}M$FDRfQ8W530)bxic_@dyIpdm856 zVzok$Rkg|GE$q~kk5d_?W?j2hx&A~V8Tqez8&W{AF}u0tN$ZU9Mpv)BoDlwRI#-k> zIr`qX=|>?R!308tt5G*GAb1to*!p^q`{R(qI@6|J2TV=w#l@bc%IA-~Nc*%l%7@cc zoa52mYqD;aUY0(A?c{_P@U5*H4mKpjD;3*KD-_$I@Dme~UtC&S($6n{S*@c9G2O)P z*=)ScWJhNFS@YiZS{RPqXwCX_=EgWTCAUjI&ucBzcNi+>T(2xDo2{t0T3#CImn)p9 zf@gNswtAXeJnHOXbzj#FH&sY}F>Ft8U=LXCbGla_cUr#a^y9X2&e>2?k@4u;wU0NK zb}6~(k|FVk;d8DY?JPa=*SV~`s}{ax{bJh$XBzus41fK_x9lCFq3J#Kx-1T3RN=&! z6U?1>v@uq*>-R49!Ob>cKiC+bs?0CZwUUK3rU^n3g?T>29i4ujvYd0N+>tJBPWW7y zRl!SAi`R92es6X#Wga%7x0`6Uhi4aEUSn?b{<&Gl4?R7;kjuGGd@*Cr=0pqgV?S}{ z%cSLQL0FS|BiZh`j+=phhNOmGw08~4_#DpJRQAQwkv(y=&Rpc9!g)#}lM5V6boHY| zGt+dtpJ$b+Q9MowlU+7$<`-|Xd+aFIZpz6TuDTQNu_0#D`eXp`ikn2&%ahpHB<*3k zhcGE5X0$UoF&Z;~y{(<2wXK7-okNhFqqF@1XFEqrTRUf4TZ<h<IsXA9&?(fI)c*q< zoE_}{1?cXNWnh4<-xvbvG0bFAVl;4yMo);gW?*E|G)63)sb2lZAuI{-awoVwI1<JB E8;BD)!vFvP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Majestic/index.theme b/themes/Mint-Y-Darker-Majestic/index.theme new file mode 100644 index 0000000..ed8b7ab --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Mint-Y-Darker-Majestic +Comment=A flat theme with transparent elements and dark menu and titlebars +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Mint-Y-Darker-Majestic +MetacityTheme=Mint-Y-Darker-Majestic +IconTheme=Mint-Y +CursorTheme=DMZ-Black +ButtonLayout=menu:minimize,maximize,close diff --git a/themes/Mint-Y-Darker-Majestic/xfce-notify-4.0/gtkrc b/themes/Mint-Y-Darker-Majestic/xfce-notify-4.0/gtkrc new file mode 100644 index 0000000..aa8a02c --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfce-notify-4.0/gtkrc @@ -0,0 +1,72 @@ +style "notify-window" { + XfceNotifyWindow::summary-bold = 1 + XfceNotifyWindow::border-color = "#17191F" + XfceNotifyWindow::border-color-hover = "#17191F" + XfceNotifyWindow::border-radius = 3.0 + XfceNotifyWindow::border-width = 1.0 + XfceNotifyWindow::border-width-hover = 1.0 + + bg[NORMAL] = "#292C36" +} + +style "notify-button" { + bg[NORMAL] = "#434652" + bg[PRELIGHT] = "#5C6070" + bg[ACTIVE] = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#ffffff" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + roundness = 2 + textstyle = 0 + } +} + +style "notify-text" { + GtkWidget::link-color = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#BAC3CF" + + engine "murrine" { + textstyle = 0 + } +} + +style "notify-summary" { + font_name = "Bold" +} + +style "notify-progressbar" { + GtkProgressBar::min-horizontal-bar-height = 4 + + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = "#000000" + bg[NORMAL] = "#5294E2" + bg[ACTIVE] = "#1D1F26" + bg[SELECTED] = "#5294E2" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + trough_shades = { 1.0, 1.0 } + trough_border_shades = { 1.0, 1.0 } + progressbarstyle = 0 + roundness = 2 + textstyle = 0 + } +} + +class "XfceNotifyWindow" style "notify-window" +widget "XfceNotifyWindow.*.summary" style "notify-summary" +widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button" +widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text" +widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar" +widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar" diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/bottom-active.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..938416f --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/bottom-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"1 3 2 1", +" c None", +". c #2F2F2F", +".", +".", +"."}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/bottom-inactive.xpm new file mode 120000 index 0000000..9f10639 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..1e2652f --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/bottom-left-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 0000000..d70de34 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..f08c031 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/bottom-right-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 0000000..d234cea --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/close-active.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/close-active.xpm new file mode 100644 index 0000000..864b7b7 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/close-active.xpm @@ -0,0 +1,66 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 36 1 ", +" c #2F2F2F", +". c gray19", +"X c #313230", +"o c #373737", +"O c #383B36", +"+ c #3D3F3B", +"@ c #3E403C", +"# c #3E413C", +"$ c #535D49", +"% c #56624B", +"& c #58634C", +"* c #59654E", +"= c #5F6D52", +"- c #606E52", +"; c #61675A", +": c #62685B", +"> c #627054", +", c #647355", +"< c #657456", +"1 c #677757", +"2 c #737A6B", +"3 c #747B6C", +"4 c #80827F", +"5 c #81857C", +"6 c #82847F", +"7 c #8B987E", +"8 c #8B987F", +"9 c #94AC7D", +"0 c #95AC7D", +"q c #96AE7D", +"w c #95B178", +"e c #99B77B", +"r c #99B67D", +"t c #9AB87C", +"y c #818280", +"u c #838680", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" . ", +" #35y453# ", +" :u70rr075:. ", +" :u0rttttt05: ", +" O#50twttttwt0u@ ", +" X3utt.*te*.tt72 ", +" 59rt< %* >et05 ", +" 5tttt> -teer4 ", +" 5rree&. $ertr4 ", +" .50re* << *et05 ", +" .37ttO1tt<Oet72 ", +" .#50tttttttt04+ ", +" :50ttttte05: ", +" :470rr074:. ", +" #25u453@. ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/close-inactive.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..0e4e39d --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/close-inactive.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *close_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c gray22", +"O c #3E3E3E", +"+ c #515151", +"@ c #555555", +"# c #585858", +"$ c #5F5F5F", +"% c #606060", +"& c #646464", +"* c #727272", +"= c gray51", +"- c #888888", +"; c gray56", +": c #909090", +"> c gray58", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" .X X.. ", +" O**==**O ", +" %=-:>>:-=% ", +" %=:>>>>>>;=% ", +" +=:>:>>>>:>:=O ", +" *->>.#:>#.>>-* ", +" *:>>%.@@ $:>:* ", +" =:>>>$ $>>>>- ", +" .=>>>>+. +:>>>= ", +" X*:>>@.&%.@>>:= ", +" *->>o&>>&o>:-* ", +" O=:>>>>>>>>;=O ", +" $=;>>>>>>:=% ", +" $=-;:>:-=$ ", +" O**==**O ", +" ..X . X. ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/close-prelight.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..c319b10 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/close-prelight.xpm @@ -0,0 +1,68 @@ +/* XPM */ +static char *close_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 38 1 ", +" c #2F2F2F", +". c #303130", +"X c #313230", +"o c #373737", +"O c #383C34", +"+ c #3E413B", +"@ c #3E423B", +"# c #536244", +"$ c #576846", +"% c #586847", +"& c #5B6D49", +"* c #5F734C", +"= c #60754C", +"- c #62774D", +"; c #647A4E", +": c #657B4F", +"> c #616A56", +", c #626B58", +"< c #626C58", +"1 c #677E50", +"2 c #737E68", +"3 c #747E69", +"4 c #747F69", +"5 c #81877A", +"6 c #80827F", +"7 c #82857E", +"8 c #82877E", +"9 c #81887A", +"0 c #83887E", +"q c #8B9E78", +"w c #8B9E79", +"e c #94BD6B", +"r c #94B772", +"t c #95B772", +"y c #95B971", +"u c #96BA72", +"i c #99C36F", +"p c #9AC66E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @496654@ ", +" <7qtiitq7, ", +" <0yppppppy7, ", +" .+7ypeppppepy7@ ", +" 3qppX%pp&Xppq3 ", +" 9rpp; %% *ppt5 ", +" .6ippp- *pppp6 ", +" 7ippp$. #ipii0. ", +" 9rpp% ;;X$pir7. ", +" 3qppO1pp1Opiq3 ", +" +7yppppppppy0O ", +" >0yppppppy0< ", +" ,7qriitq0> ", +" @396653O ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/close-pressed.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..b15992a --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/close-pressed.xpm @@ -0,0 +1,69 @@ +/* XPM */ +static char *close_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 39 1 ", +" c #2F2F2F", +". c gray19", +"X c #303130", +"o c #373737", +"O c #353832", +"+ c #3A3D37", +"@ c #3B3E39", +"# c #3C3D39", +"$ c #46523A", +"% c #49553B", +"& c #4A573C", +"* c #4B593D", +"= c #4F5E3E", +"- c #50603F", +"; c #585F50", +": c #526340", +"> c #536541", +", c #5A6152", +"< c #6A7261", +"1 c #6A7361", +"2 c #6A7362", +"3 c #70904F", +"4 c #739551", +"5 c #749651", +"6 c #759553", +"7 c #759554", +"8 c #759654", +"9 c #76925A", +"0 c #77925A", +"q c #77915C", +"w c #77925C", +"e c #7B896C", +"r c #7B8A6C", +"t c #7B8075", +"y c #7B8176", +"u c #7F827B", +"i c #7F817C", +"p c #7F807D", +"a c #7F817E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @2tppt2@ ", +" ,prw889ep; ", +" ,u05555559p; ", +" ... $a854555535wu$ ", +" ... 2r84 *35*X58r< ", +" .. <w84-X%%X-5882 ", +" ..op8855- =558wa ", +" 2w855%X $4458a ", +" Xtw85%X-> &559yX ", +" 2r55O>55>O53e2 ", +" @p9555555559u+ ", +" ;2w555558wp, ", +" o,atq77qtp; ", +" ..o.#<p<222# ", +" .....o oooo ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/hide-active.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/hide-active.xpm new file mode 100644 index 0000000..79239a2 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/hide-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c #909090", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/hide-inactive.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..0bfa3d3 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/hide-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c gray40", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/hide-prelight.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/hide-prelight.xpm new file mode 100644 index 0000000..f1078f4 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/hide-prelight.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *hide_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXX.+$$$$$$$$$$+.XXXXX", +"XXXXX.#$$%%%%%%$## XXXXX", +"XXXXX.##$%%%%%%$$# XXXXX", +"XXXXX.+#$$$$$$$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/hide-pressed.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/hide-pressed.xpm new file mode 100644 index 0000000..9ad9302 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/hide-pressed.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *hide_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$==========$+.....", +".....o&==========%o.....", +"..... *==------=== .....", +"..... *==------==* .....", +".....o&==========%o.....", +".....+$==========$+.....", +".....o.&========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+o o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/left-active.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/left-active.xpm new file mode 100644 index 0000000..2103096 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/left-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/left-inactive.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/left-inactive.xpm new file mode 120000 index 0000000..ebcf490 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/maximize-active.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..3ee3f0b --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/maximize-active.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c gray43", +"O c #717171", +"+ c #747474", +"@ c gray49", +"# c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ... ", +" .O##@ ", +" ...O## ", +" .+...o# ", +" .#+. .o ", +" .##O... ", +" .@##O.. ", +" .. . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/maximize-inactive.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/maximize-inactive.xpm new file mode 100644 index 0000000..40dd986 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/maximize-inactive.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #535353", +"O c #565656", +"+ c #5B5B5B", +"@ c gray36", +"# c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" O##+ ", +" . .o## ", +" .O.. o# ", +" .#O. o ", +" .##o. . ", +" @##O. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/maximize-prelight.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/maximize-prelight.xpm new file mode 100644 index 0000000..b04d285 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/maximize-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *maximize_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #9A9A9A", +"* c #9D9D9D", +"= c #A0A0A0", +"- c #AEAEAE", +"; c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$%*;;-$#OoXXXXX", +"XXXXX.+$$$$%*;;$$+.XXXXX", +"XXXXX.##$=%$$*;$## XXXXX", +"XXXXX ##$;=%$$*$$# XXXXX", +"XXXXo.+#$;;*$$$$#+XXXXXX", +"XXXXXoO$$-;;*%$$#OoXXXXX", +"XXXXooX@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/maximize-pressed.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..2bf4b7f --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/maximize-pressed.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *maximize_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c #979797", +"; c #DADADA", +": c #DDDDDD", +"> c gray88", +", c #EAEAEA", +"< c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$====:<<,==$+.....", +".....o&===--:<<==%o.....", +"..... *==:-==;<=== .....", +"..... *==<>===:==* .....", +"....XO&=-<<;-====%o.....", +".....O#*=,<<:====$+.....", +".....o.*========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+O o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/menu-active.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/menu-active.xpm new file mode 100644 index 0000000..8bce888 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/menu-active.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #494949", +"O c gray33", +"+ c #5D5D5D", +"@ c #747474", +"# c #777777", +"$ c gray53", +"% c gray56", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+. +%+ ", +" O%%##%%O ", +" o$%%$o ", +" X##X ", +" . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..b0e1be3 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/menu-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #3E3E3E", +"O c #444444", +"+ c #494949", +"@ c #565656", +"# c #585858", +"$ c gray38", +"% c #656565", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+..+%+ ", +" O%%##%%O ", +" o$%%#O ", +" X@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/menu-prelight.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/menu-prelight.xpm new file mode 100644 index 0000000..51e419f --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/menu-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *menu_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #515151", +"& c #565656", +"* c #585858", +"= c #6C6C6C", +"- c gray48", +"; c #868686", +": c #A4A4A4", +"> c #B9B9B9", +", c #C3C3C3", +"< c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$%$$$$%$#OoXXXXX", +"XXXXX.+$;,;$$;,;$+.XXXXX", +"XXXXX.#$-,,::,,-## XXXXX", +"XXXXX #$$=><<>=$$# XXXXX", +"XXXXo.+#$$&::*$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..31c747f --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/menu-pressed.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *menu_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #565656", +"# c #7B7B7B", +"$ c gray50", +"% c #8E8E8E", +"& c gray58", +"* c #959595", +"= c gray62", +"- c #B1B1B1", +"; c gray74", +": c #C8C8C8", +"> c gray88", +", c gray89", +"< c gray96", +"1 c gray99", +"2 c #FEFEFE", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.@#%&#@.+.......", +"......+X$&&&&&&$X+......", +".....o.$&&&&&&&&$.o.....", +".....+@&&&&&&&&&&@+.....", +".....o$&:2:&&:2:&$O.....", +"..... %&;22,,22;&% .....", +"..... %&&-<22<-&&% .....", +".....o$&&&=,,=&&&#O.....", +".....+@%&&&&&&&&&@+.....", +".....o %&&&&&&&&$.o.....", +"......+X$&&&&&&$X+......", +".......+.@#%%#@.+.......", +"........o+o o+o........", +"..........X.............", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/right-active.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/right-active.xpm new file mode 100644 index 0000000..e8e87a9 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/right-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/right-inactive.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/right-inactive.xpm new file mode 120000 index 0000000..6734f48 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/shade-active.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/shade-active.xpm new file mode 100644 index 0000000..cf88acf --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/shade-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #606060", +"@ c #6F6F6F", +"# c #727272", +"$ c gray49", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X@#X ", +" o%*&%o ", +" O&****&O ", +" +&+**@*O ", +" .X ** X. ", +" ** ", +" ** ", +" .$$ ", +" .. ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..4826696 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/shade-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *shade_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #323232", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #535353", +"$ c #555555", +"% c #5B5B5B", +"& c gray36", +"* c #606060", +"= c #656565", +"- c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X$$X ", +" o*==%o ", +" O======O ", +" +=@==+=+ ", +" ...==... ", +" ==. ", +" == ", +" %% ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/shade-prelight.xpm new file mode 100644 index 0000000..58b0ad4 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/shade-prelight.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *shade_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #565656", +"* c #686868", +"= c gray46", +"- c #898989", +"; c gray55", +": c #9B9B9B", +"> c #9F9F9F", +", c gray68", +"< c #B6B6B6", +"1 c #C3C3C3", +"2 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$%:>%$$@.oXXXXX", +"XXXXXoO$$*<22<*$#OoXXXXX", +"XXXXX.+$=112221=$+.XXXXX", +"XXXXX.#$-1;22;1-## XXXXX", +"XXXXX ##$%$22$%$$# XXXXX", +"XXXXo.+#$$$22$$$#+XXXXXX", +"XXXXooO$$$$22$$$#OoXXXXX", +"XXXXoo.@$$$,,$$$+.XXXXXX", +"XXXXXXo.@$$$$$#@.oXXXXXX", +"XXXXXXXo O+##@O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/shade-toggled-active.xpm new file mode 100644 index 0000000..66fda1c --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #626262", +"@ c #6F6F6F", +"# c #727272", +"$ c #7E7E7E", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" .. ", +" $$ ", +" ** ", +" ** ", +" .X ** X. ", +" +*+**+&+ ", +" O*****&O ", +" o%*&%o ", +" .@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 0000000..b635912 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *shade_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #555555", +"$ c gray36", +"% c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" $$ ", +" %% ", +" %% ", +" . %% . ", +" @%@%%@%+ ", +" O%%%%%%O ", +" o$%%$o ", +" .##. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 0000000..c6bafc4 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #565656", +"& c #686868", +"* c gray46", +"= c #898989", +"- c gray55", +"; c #9B9B9B", +": c gray68", +"> c #AEAEAE", +", c #B6B6B6", +"< c gray76", +"1 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXoo.. XoXXXXXXXXX", +"XXXXXXXo.O@$#@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$>>$$$@.oXXXXX", +"XXXXXoO$$$$11$$$#OoXXXXX", +"XXXXX.+$$$$11$$$$+.XXXXX", +"XXXXX.#$$%$11$%$## XXXXX", +"XXXXX.##=1-<1-1=$# XXXXX", +"XXXXX.+#*<1<11<*#+XXXXXX", +"XXXXXoO$$&,<<,&$#OoXXXXX", +"XXXXXo.@$$#;>%$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/stick-active.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/stick-active.xpm new file mode 100644 index 0000000..368e639 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/stick-active.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #414141", +"O c #444444", +"+ c gray31", +"@ c #606060", +"# c gray38", +"$ c gray40", +"% c #676767", +"& c gray49", +"* c gray52", +"= c #898989", +"- c gray55", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X#&--&#X ", +" +=$O..O$=+ ", +" +*o o*+ ", +" X=o X=X ", +" #$ X$#. ", +" &o o& ", +" -X X= ", +" =X .= ", +" &o Xo& ", +" #$ $@ ", +" X=o o*X ", +" +*o . .X=+ ", +" +=$oXXo$*+. ", +" X#&==&@X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..7bb6c4e --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/stick-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #5B5B5B", +"* c gray36", +"= c #606060", +"- c #646464", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$&--&#X.. ", +" +=$o..o$=+. ", +" +=o. . .o*+ ", +" X=o o=X ", +" $$. .## ", +" *o. o& ", +" ..=. .o* ", +" =X ..=. ", +" *o .O*. ", +" #$ .%# ", +" X=o o*. ", +" +=o. . .o=+ ", +" .+-$o..o$=+. ", +" .$*=-&#.. ", +" . . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/stick-prelight.xpm new file mode 100644 index 0000000..1abf476 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/stick-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *stick_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray39", +"# c gray40", +"$ c #838383", +"% c #909090", +"& c gray67", +"* c #ACACAC", +"= c #B6B6B6", +"- c #BBBBBB", +"; c gray75", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o$*;;&$o ", +" #-%#++#%-# ", +" #=@OOOOOO@=# ", +" o-@OOOOOOOO#-o ", +" $%OOOOOOOOOO%$ ", +" *#OOOOOOOOOO#& ", +" ;+OOOOOOOOOOO- ", +" ;+OOOOOOOOOOO; ", +" &#OOOOOOOOOO#*. ", +" $%OOOOOOOOOO%$ ", +" o-@OOOOOOOO@-X ", +" #=@OOOOOO@=# ", +" #-%#++#%-@ ", +" o$&;;&$o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/stick-toggled-active.xpm new file mode 100644 index 0000000..64bba8a --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3A3A3A", +"O c #3E3E3E", +"+ c #414141", +"@ c #444444", +"# c gray31", +"$ c #606060", +"% c gray38", +"& c gray40", +"* c #676767", +"= c #6F6F6F", +"- c gray44", +"; c gray49", +": c gray52", +"> c #898989", +", c gray55", +"< c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X%;,,;%X ", +" #>&@..@&># ", +" #:+ +:# ", +" X>+ o-,>-+.O:o ", +" %& o><<<<:oX*% ", +" ;+ =<<<<<<- +; ", +" ,X ><<<<<<, .> ", +" >X ,<<<<<<> .> ", +" ;+ -<<<<<<-X+;. ", +" %& O><<<<>o &% ", +" X>+.o-,>=o +:X ", +" #:+ .O:# ", +" #>&+oX+&:# ", +" X%;>>;$X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 0000000..b2474de --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char *stick_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 16 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #555555", +"* c #5B5B5B", +"= c gray36", +"- c #606060", +"; c #646464", +": c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$*;;*#X.. ", +" +-$o..o$-+. ", +" +-o. . .o=+ ", +" X-o X%;;*o.o-X ", +" $$.X-::;:=X.$# ", +" =o.%;;:::;% o* ", +" ..-. -;::::;; X- ", +" -X ;::::::; .- ", +" *o %::;::;% o=. ", +" ##.O-;;;;-o.%# ", +" .X-o.o%;;%o.o-. ", +" +-o. . o=+ ", +" .+;$o..o%-+. ", +" .$=-;*#. ", +" . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 0000000..aa149ad --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray35", +"# c gray37", +"$ c gray39", +"% c gray40", +"& c #838383", +"* c #909090", +"= c gray61", +"- c gray67", +"; c #ACACAC", +": c #B6B6B6", +"> c #BBBBBB", +", c gray75", +"< c gray77", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o&;,,-&o ", +" %>*%++%*>% ", +" %:$OOOOOO$:% ", +" o>$O@=,,=#O%>o ", +" &*O@><<<<,@O*& ", +" -%O=<<<<<<=O%- ", +" ,+O,<<<<<<,OO, ", +" ,+O,<<<<<<>OO< ", +" -%O=<<<<<<=O%- ", +" &*O#,<<<<>@O*& ", +" o>$O@=>,=@O$>X ", +" %:$OOOOOO$:% ", +" %>*%++%*>$ ", +" o&-,,-&o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/themerc b/themes/Mint-Y-Darker-Majestic/xfwm4/themerc new file mode 100644 index 0000000..b333fc9 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/themerc @@ -0,0 +1,25 @@ +button_offset=7 +button_spacing=4 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +#button_layout=O|HMC + +active_text_color=#cfcfcf +#active_text_shadow_color=#e7e8eb +inactive_text_color=#bababa +#inactive_text_shadow_color=#e7e8eb + +#placement_ratio=20 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=50 + +show_frame_shadow=true +show_popup_shadow=true diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/title-1-active.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..f38cd33 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/title-1-inactive.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/title-2-active.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..782c921 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/title-2-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/title-2-inactive.xpm new file mode 120000 index 0000000..a37458a --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/title-3-active.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..39c0c2e --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/title-3-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/title-3-inactive.xpm new file mode 120000 index 0000000..66e6af7 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/title-4-active.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..19537cb --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/title-4-inactive.xpm new file mode 120000 index 0000000..069dba6 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/title-5-active.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..746f199 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/title-5-inactive.xpm new file mode 120000 index 0000000..dcc7946 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/top-left-active.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..31e0277 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/top-left-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +" ....", +".++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/top-left-inactive.xpm new file mode 120000 index 0000000..0517526 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/top-right-active.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..419b92c --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/top-right-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +".... ", +"++++.", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Darker-Majestic/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Darker-Majestic/xfwm4/top-right-inactive.xpm new file mode 120000 index 0000000..42cae62 --- /dev/null +++ b/themes/Mint-Y-Darker-Majestic/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Majestic/cinnamon/cinnamon.css b/themes/Mint-Y-Majestic/cinnamon/cinnamon.css new file mode 100644 index 0000000..9d00e41 --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/cinnamon.css @@ -0,0 +1,1368 @@ +stage { + font-family: sans, Sans-Serif; + font-size: 9pt; + color: #4a4a4a; } + +.label-shadow { + color: transparent; } + +.popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button, .sound-button { + min-height: 20px; + padding: 5px 32px; + transition-duration: 0; + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #4a4a4a; + background-color: whitesmoke; + border: 1px solid #d9d9d9; + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button, .sound-button, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .sound-button:focus, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .notification-button:active:focus, .notification-icon-button:active:focus, .modal-dialog-button-box .modal-dialog-button:active:focus, .sound-button:active:focus, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .sound-button:insensitive { + border-radius: 2px; } + .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .sound-button:focus { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #4a4a4a; + background-color: whitesmoke; + border: 1px solid #5f5f5f; + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #4a4a4a; + background-color: white; + border: 1px solid #d9d9d9; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #4a4a4a; + background-color: white; + border: 1px solid #5f5f5f; + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .notification-button:active:focus, .notification-icon-button:active:focus, .modal-dialog-button-box .modal-dialog-button:active:focus, .sound-button:active:focus { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + background-color: #5f5f5f; + border: 1px solid #5f5f5f; + box-shadow: inset 0 2px 4px #5f5f5f; } + .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .sound-button:insensitive { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: rgba(74, 74, 74, 0.55); + border: 1px solid rgba(217, 217, 217, 0.55); + background-color: rgba(245, 245, 245, 0.55); + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + +.popup-menu #notification StEntry, #menu-search-entry { + padding: 7px; + caret-size: 1px; + selection-background-color: #5f5f5f; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #4a4a4a; + background-color: #ffffff; + border: 1px solid #cfd6e6; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover { + color: #4a4a4a; + background-color: #ffffff; + border: 1px solid #5f5f5f; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { + color: rgba(74, 74, 74, 0.55); + background-color: #f8f8f8; + border-color: 1px solid #dee2eb; + box-shadow: inset 0 2px 4px rgba(248, 248, 248, 0.05); } + .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 4px; } + +.notification StEntry { + padding: 7px; + caret-size: 1px; + caret-color: #c3c3c3; + selection-background-color: #5f5f5f; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:focus { + color: #ffffff; + background-color: #5f5f5f; + border: 1px solid #5f5f5f; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-color: rgba(109, 109, 109, 0.2); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + +StScrollView.vfade { + -st-vfade-offset: 0px; } +StScrollView.hfade { + -st-hfade-offset: 0px; } + +StScrollBar { + padding: 8px; } + StScrollView StScrollBar { + min-width: 5px; + min-height: 5px; } + StScrollBar StBin#trough { + background-color: rgba(255, 255, 255, 0.1); + border-radius: 8px; } + StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 2px; + background-color: #aeaeae; + border: 0px solid; + margin: 0px; } + StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #bebebe; } + StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #5f5f5f; } + +.separator { + -gradient-height: 1px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-slider-menu-item, +.slider { + -slider-height: 0.3em; + -slider-background-color: #cfd6e6; + -slider-border-color: transparent; + -slider-active-background-color: #5f5f5f; + -slider-active-border-color: transparent; + -slider-border-width: 0; + -slider-handle-radius: 0.5em; + height: 1em; + min-width: 15em; + border: 0 solid transparent; + border-right-width: 1px; + border-left-width: 5px; } + +.check-box CinnamonGenericContainer { + spacing: .2em; + min-height: 30px; + padding-top: 2px; } +.check-box StLabel { + font-weight: normal; } +.check-box StBin { + width: 16px; + height: 16px; + background-image: url("light-assets/checkbox/checkbox-unchecked.svg"); } +.check-box:focus StBin { + background-image: url("light-assets/checkbox/checkbox-unchecked-focused.svg"); } +.check-box:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked.svg"); } +.check-box:focus:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked-focused.svg"); } + +.radiobutton CinnamonGenericContainer { + spacing: .2em; + height: 26px; + padding-top: 2px; } +.radiobutton StLabel { + padding-top: 4px; + font-size: 0.9em; + box-shadow: none; } +.radiobutton StBin { + width: 16px; + height: 16px; + background-image: url("light-assets/checkbox/checkbox-unchecked.svg"); } +.radiobutton:focus StBin { + background-image: url("light-assets/checkbox/checkbox-unchecked-focused.svg"); } +.radiobutton:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked.svg"); } +.radiobutton:focus:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked-focused.svg"); } + +.toggle-switch { + width: 50px; + height: 20px; + background-size: contain; } + .toggle-switch-us, .toggle-switch-intl { + background-image: url("light-assets/switch/switch-off.svg"); } + .toggle-switch-us:checked, .toggle-switch-intl:checked { + background-image: url("light-assets/switch/switch-on.svg"); } + +.cinnamon-link { + color: #5f5f5f; + text-decoration: underline; } + .cinnamon-link:hover { + color: #5f5f5f; } + +#Tooltip { + border: 1px solid #d0d0d0; + border-radius: 3px; + padding: 5px 12px; + background-color: #fbeaa0; + color: #4a4a4a; + font-size: 1em; + font-weight: normal; + text-align: center; } + +.popup-menu { + color: white; + color: #4a4a4a; } + .popup-menu-arrow { + icon-size: 16px; } + .popup-menu .popup-sub-menu { + background-color: #ffffff; + box-shadow: none; } + .popup-menu .popup-sub-menu .popup-menu-item:ltr { + padding-right: 1.75em; } + .popup-menu .popup-sub-menu .popup-menu-item:rtl { + padding-left: 1.75em; } + .popup-menu .popup-sub-menu StScrollBar { + padding: 4px; } + .popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle { + border-width: 0; } + .popup-menu .popup-menu-content { + padding: 1em 0em 1em 0em; } + .popup-menu .popup-menu-item { + padding: .4em 1.75em; + spacing: 1em; + border: 1px solid transparent; + border-left-width: 0; + border-right-width: 0; } + .popup-menu .popup-menu-item:active { + color: #4a4a4a; + border-color: rgba(74, 74, 74, 0.11); + background-color: rgba(74, 74, 74, 0.08); } + .popup-menu .popup-menu-item:insensitive { + color: rgba(74, 74, 74, 0.5); + background: none; } + .popup-menu .popup-inactive-menu-item { + color: #4a4a4a; } + .popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(74, 74, 74, 0.55); } + .popup-menu-icon { + icon-size: 16px; } + +.popup-menu-boxpointer { + -arrow-border-radius: 3px; + -arrow-background-color: #F0F0F0; + -arrow-border-width: 1px; + -arrow-border-color: #d9d9d9; + -arrow-base: 21px; + -arrow-rise: 9px; + -boxpointer-gap: 2px; } + +/*Don't know what this does*/ +.popup-combo-menu { + background-color: rgba(0, 0, 0, 0.4); + padding: 1em 0em; + color: red; + border: 1px solid rgba(0, 0, 0, 0.6); + border-radius: 3px; } + +.popup-combobox-item { + spacing: 1em; } + +.popup-separator-menu-item { + -gradient-height: 2px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-alternating-menu-item:alternate { + font-weight: normal; } + +.popup-device-menu-item { + spacing: .5em; } + +.popup-subtitle-menu-item { + font-weight: normal; } + +.nm-menu-item-icons { + spacing: .5em; } + +#panel { + font-weight: bold; + height: 27px; } + #panelLeft { + spacing: 4px; } + #panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + #panelLeft:ltr { + padding-right: 4px; } + #panelLeft:rtl { + padding-left: 4px; } + #panelLeft.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + #panelLeft.vertical:ltr { + padding-right: 0px; } + #panelLeft.vertical:rtl { + padding-left: 0px; } + #panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } + #panelRight:ltr { + padding-left: 4px; + spacing: 0px; } + #panelRight:rtl { + padding-right: 4px; + spacing: 0px; } + #panelRight.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + #panelRight.vertical:ltr { + padding-right: 0px; } + #panelRight.vertical:rtl { + padding-left: 0px; } + #panelCenter { + spacing: 4px; } + #panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } + #panel:highlight { + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } + +.panelLeft { + spacing: 4px; } + .panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + .panelLeft:ltr { + padding-right: 4px; } + .panelLeft:rtl { + padding-left: 4px; } + .panelLeft.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + .panelLeft.vertical:ltr { + padding-right: 0px; } + .panelLeft.vertical:rtl { + padding-left: 0px; } +.panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } +.panelRight:ltr { + padding-left: 4px; + spacing: 0px; } +.panelRight:rtl { + padding-right: 4px; + spacing: 0px; } +.panelRight.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + .panelRight.vertical:ltr { + padding-left: 0px; + spacing: 0px; } + .panelRight.vertical:rtl { + padding-right: 0px; + spacing: 0px; } +.panelCenter { + spacing: 4px; } + .panelCenter.vertical { + padding-left: 0px; + padding-right: 0px; } + .panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } +.panel-top, .panel-bottom, .panel-left, .panel-right { + color: #ffffff; + font-size: 1em; + padding: 0px; } +.panel-top { + border-image: url("common-assets/panel/panel-top.svg") 1 1 1 1; } +.panel-bottom, .panel-left, .panel-right { + border-image: url("common-assets/panel/panel-bottom.svg") 1 1 1 1; } +.panel-dummy { + background-color: rgba(252, 65, 56, 0.5); } + .panel-dummy:entered { + background-color: rgba(252, 65, 56, 0.6); } +.panel-status-button { + border-width: 0; + -natural-hpadding: 3px; + -minimum-hpadding: 3px; + font-weight: bold; + color: white; + height: 22px; } +.panel-button { + -natural-hpadding: 6px; + -minimum-hpadding: 2px; + font-weight: bold; + color: green; + transition-duration: 100; } + +.system-status-icon { + icon-size: 16px; + padding: 0 1px; } + +#overview { + spacing: 12px; } + +.window-caption { + background-color: rgba(53, 53, 53, 0.95); + border: 1px solid rgba(53, 53, 53, 0.95); + color: #c3c3c3; + spacing: 25px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; } + .window-caption#selected { + background-color: #5f5f5f; + color: #ffffff; + border: 1px solid #5f5f5f; + spacing: 25px; } + +.expo-workspaces-name-entry, +.expo-workspaces-name-entry#selected { + height: 15px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .expo-workspaces-name-entry:focus, + .expo-workspaces-name-entry#selected:focus { + border: 1px solid #5f5f5f; + background-color: #5f5f5f; + color: #ffffff; + font-style: italic; + transition-duration: 300; + selection-background-color: #ffffff; + selected-color: #5f5f5f; } + +.expo-workspace-thumbnail-frame { + border: 4px solid rgba(255, 255, 255, 0); + background-color: rgba(255, 255, 255, 0); + border-radius: 2px; } + .expo-workspace-thumbnail-frame#active { + border: 4px solid #5f5f5f; + background-color: black; + border-radius: 2px; } + +.expo-background { + background-color: #353535; } + +.workspace-thumbnails { + spacing: 26px; } + .workspace-thumbnails-background, .workspace-thumbnails-background:rtl { + padding: 8px; } +.workspace-add-button { + background-image: url("common-assets/misc/add-workspace.svg"); + height: 200px; + width: 35px; + transition-duration: 100; } + .workspace-add-button:hover { + background-image: url("common-assets/misc/add-workspace-hover.svg"); + transition-duration: 100; } + .workspace-add-button:active { + background-image: url("common-assets/misc/add-workspace-active.svg"); + transition-duration: 100; } +.workspace-overview-background-shade { + background-color: rgba(0, 0, 0, 0.5); } + +.workspace-close-button, +.window-close { + background-image: url("common-assets/misc/close.svg"); + background-size: 26px; + height: 26px; + width: 26px; + -cinnamon-close-overlap: 10px; } + .workspace-close-button:hover, + .window-close:hover { + background-image: url("common-assets/misc/close-hover.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + .workspace-close-button:active, + .window-close:active { + background-image: url("common-assets/misc/close-active.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + +.window-close-area { + background-image: url("common-assets/misc/trash-icon.svg"); + height: 120px; + width: 400px; } + +.about-content { + width: 550px; + height: 250px; + spacing: 8px; + padding-bottom: 10px; } +.about-title { + font-size: 2em; + font-weight: bold; } +.about-uuid { + font-size: 10px; + color: #888; } +.about-icon { + padding-right: 20px; + padding-bottom: 14px; } +.about-scrollBox { + border: 1px solid #d9d9d9; + border-radius: 2px; + background-color: #ffffff; + padding: 4px; + padding-right: 0; + border-radius: 0; } + .about-scrollBox-innerBox { + padding: 1.2em; + spacing: 1.2em; } +.about-description { + padding-top: 4px; + padding-bottom: 16px; } +.about-version { + padding-left: 7px; + font-size: 10px; + color: #888; } + +.calendar { + padding: .4em 1.75em; + spacing-rows: 0px; + spacing-columns: 0px; } + +.calendar-month-label { + color: #4a4a4a; + font-weight: bold; + padding: 8px 0; } + +.calendar-change-month-back, +.calendar-change-month-forward { + width: 16px; + height: 16px; } + +.calendar-change-month-back { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:focus, .calendar-change-month-back:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-back:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:rtl { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-back:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + +.calendar-change-month-forward { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-forward:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:rtl { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-forward:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + +.datemenu-date-label { + padding: .4em 1.75em; + font-weight: bold; + text-align: center; + color: #4a4a4a; + border-radius: 2px; } + +.calendar-day-base { + font-size: 85%; + text-align: center; + width: 25px; + height: 25px; + padding: 0.1em; + margin: 2px; + border-radius: 12.5px; } + +.calendar-day-heading { + color: rgba(74, 74, 74, 0.85); + margin-top: 1em; + font-size: 80%; } + +.calendar-day { + border-width: 0; + color: rgba(74, 74, 74, 0.9); } + +.calendar-day-top { + border-top-width: 0; } + +.calendar-day-left { + border-left-width: 0; } + +.calendar-nonwork-day { + color: #4a4a4a; + background-color: transparent; + font-weight: bold; } + +.calendar-today, +.calendar-today:active, +.calendar-today:focus, +.calendar-today:hover { + font-weight: bold; + color: #ffffff; + background-color: #5f5f5f; + border-width: 0; } + +.calendar-other-month-day { + color: rgba(74, 74, 74, 0.3); + opacity: 1; } + +.calendar-week-number { + color: rgba(74, 74, 74, 0.85); + font-size: 80%; } + +#notification { + border: 1px solid #d9d9d9; + border-radius: 3px; + background-color: #F0F0F0; + padding: 13px; + spacing-rows: 10px; + spacing-columns: 10px; + margin-from-right-edge-of-screen: 20px; + width: 34em; + color: #4a4a4a; } + .popup-menu #notification { + color: #4a4a4a; + border-image: url("light-assets/misc/message.svg") 9 9 9 9; } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { + padding: 5px; } + #notification.multi-line-notification { + padding-bottom: 13px; + color: #c3c3c3; } + #notification-scrollview { + max-height: 10em; } + #notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { + height: 1em; } + #notification-scrollview:ltr > StScrollBar { + padding-left: 6px; } + #notification-scrollview:rtl > StScrollBar { + padding-right: 6px; } + #notification-body { + spacing: 5px; } + #notification-actions { + spacing: 10px; } + +.notification-with-image { + min-height: 159px; + color: #4a4a4a; } +.notification-button, .notification-icon-button { + padding: 5px; } +.notification-icon-button > StIcon { + icon-size: 32px; } + +#altTabPopup { + padding: 8px; + spacing: 16px; } + +.switcher-list { + color: #4a4a4a; + border: 1px solid #d9d9d9; + background-color: #F0F0F0; + border-radius: 3px; + padding: 20px; } + .switcher-list > StBoxLayout { + padding: 4px; } + .switcher-list-item-container { + spacing: 8px; } + .switcher-list .item-box { + padding: 8px; + border-radius: 2px; } + .switcher-list .item-box:outlined { + padding: 8px; + border: 1px solid #5f5f5f; } + .switcher-list .item-box:selected { + color: #ffffff; + background-color: #5f5f5f; + border: 0px solid #5f5f5f; } + .switcher-list .thumbnail { + width: 256px; } + .switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; } + .switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.2); } + +.switcher-arrow { + border-color: transparent; + color: #4a4a4a; } + .switcher-arrow:highlighted { + border-color: transparent; + color: #ffffff; } + +.thumbnail-scroll-gradient-left { + background-color: transparent; + border-radius: 24px; + border-radius-topright: 0px; + border-radius-bottomright: 0px; + width: 60px; } + +.thumbnail-scroll-gradient-right { + background-color: transparent; + border-radius: 24px; + border-radius-topleft: 0px; + border-radius-bottomleft: 0px; + width: 60px; } + +.ripple-box { + width: 104px; + height: 104px; + background-image: url("common-assets/misc/corner-ripple.svg"); + background-size: contain; } + .ripple-box:rtl { + background-image: url("common-assets/misc/corner-ripple.svg"); } + +.lightbox { + background-color: rgba(0, 0, 0, 0.4); } + +.flashspot { + background-color: white; } + +.modal-dialog { + background-color: #F0F0F0; + border: 1px solid #d9d9d9; + border-radius: 3px; + padding: 0; } + .modal-dialog > StBoxLayout:first-child { + padding: 20px 10px 10px 10px; } + .modal-dialog-button-box { + spacing: 0; + margin: 0px; + padding: 14px 10px; + border: none; + background-color: #F0F0F0; } + .modal-dialog-button-box .modal-dialog-button { + padding-top: 0; + padding-bottom: 0; + height: 30px; } + +.run-dialog { + padding: 0px 15px 10px 15px; + border: 1px solid #d9d9d9; + border-radius: 3px; + background-color: #F0F0F0; } + .run-dialog > * { + padding: 0; } + .run-dialog-label { + font-size: 0; + font-weight: bold; + color: #4a4a4a; + padding-bottom: 0; } + .run-dialog-error-label { + color: #FC4138; } + .run-dialog-error-box { + padding-top: 15px; + spacing: 5px; } + .run-dialog-completion-box { + padding-top: 5px; + padding-left: 15px; + font-size: 10px; } + .run-dialog-entry { + width: 21em; + padding: 7px; + border-radius: 3px; + caret-color: #c3c3c3; + selected-color: #ffffff; + selection-background-color: #5f5f5f; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .run-dialog-entry:focus { + color: #4a4a4a; + background-color: #ffffff; + border: 1px solid #5f5f5f; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .run-dialog .modal-dialog-button-box { + border: none; + box-shadow: none; + background: none; } + +/* CinnamonMountOperation Dialogs */ +.cinnamon-mount-operation-icon { + icon-size: 48px; } + +.mount-password-reask { + color: #F27835; } + +.show-processes-dialog, +.mount-question-dialog { + spacing: 24px; } + .show-processes-dialog-subject, + .mount-question-dialog-subject { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; } + .show-processes-dialog-subject:rtl, + .mount-question-dialog-subject:rtl { + padding-left: 0px; + padding-right: 17px; } + .show-processes-dialog-description, + .mount-question-dialog-description { + padding-left: 17px; + width: 28em; } + .show-processes-dialog-description:rtl, + .mount-question-dialog-description:rtl { + padding-right: 17px; } + +.show-processes-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; } + .show-processes-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; } + .show-processes-dialog-app-list-item { + color: #ccc; } + .show-processes-dialog-app-list-item:hover { + color: white; } + .show-processes-dialog-app-list-item:ltr { + padding-right: 1em; } + .show-processes-dialog-app-list-item:rtl { + padding-left: 1em; } + .show-processes-dialog-app-list-item-icon:ltr { + padding-right: 17px; } + .show-processes-dialog-app-list-item-icon:rtl { + padding-left: 17px; } + .show-processes-dialog-app-list-item-name { + font-size: 1.1em; } + +.magnifier-zoom-region { + border: 2px solid maroon; } + .magnifier-zoom-region .full-screen { + border-width: 0px; } + +#keyboard { + background-color: rgba(53, 53, 53, 0.95); + border-width: 0; + border-top-width: 1px; + border-color: rgba(0, 0, 0, 0.4); } + +.keyboard-layout { + spacing: 10px; + padding: 10px; } + +.keyboard-row { + spacing: 15px; } + +.keyboard-key { + min-height: 2em; + min-width: 2em; + font-size: 14pt; + font-weight: bold; + border-radius: 3px; + box-shadow: none; + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #c3c3c3; + border: 1px solid #d9d9d9; + background-color: rgba(109, 109, 109, 0.35); } + .keyboard-key:hover { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(127, 127, 127, 0.45); } + .keyboard-key:active, .keyboard-key:checked { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + border: 1px solid #5f5f5f; + background-color: #5f5f5f; } + .keyboard-key:grayed { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #606060; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(109, 109, 109, 0.2); } + +.keyboard-subkeys { + color: #c3c3c3; + padding: 5px; + -arrow-border-radius: 2px; + -arrow-background-color: rgba(53, 53, 53, 0.95); + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0.4); + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 5px; } + +.menu-favorites-box { + margin: auto; + padding: 10px; + transition-duration: 300; + background-color: #ffffff; + border: 1px solid #d9d9d9; } +.menu-favorites-button { + padding: 10px; + border: 1px solid transparent; } +.menu-places-box { + margin: auto; + padding: 10px; + border: 0px solid red; } +.menu-places-button { + padding: 10px; } +.menu-categories-box { + padding: 10px 30px 10px 30px; } +.menu-applications-inner-box, .menu-applications-outer-box { + padding: 10px 10px 0 10px; } +.menu-application-button { + padding: 7px; + border: 1px solid transparent; } + .menu-application-button:highlighted { + font-weight: bold; } + .menu-application-button-selected { + padding: 7px; } + .menu-application-button-selected:highlighted { + font-weight: bold; } + .menu-application-button-label:ltr { + padding-left: 5px; } + .menu-application-button-label:rtl { + padding-right: 5px; } +.menu-category-button { + padding: 7px; + border: 1px solid transparent; } + .menu-category-button-selected { + padding: 7px; } + .menu-category-button-hover { + background-color: red; + border-radius: 2px; } + .menu-category-button-greyed { + padding: 7px; + color: rgba(74, 74, 74, 0.55); + border: 1px solid transparent; } + .menu-category-button-label:ltr { + padding-left: 5px; } + .menu-category-button-label:rtl { + padding-right: 5px; } +.menu-selected-app-box { + padding-right: 30px; + padding-left: 28px; + text-align: right; + height: 30px; } + .menu-selected-app-box:rtl { + padding-top: 10px; + height: 30px; } +.menu-selected-app-title { + font-weight: bold; } +.menu-selected-app-description { + max-width: 150px; } +.menu-search-box:ltr { + padding-left: 30px; } +.menu-search-box-rtl { + padding-right: 30px; } + +#menu-search-entry { + width: 250px; + height: 15px; + font-weight: normal; + caret-color: #4a4a4a; } + +.menu-search-entry-icon { + icon-size: 1em; + color: #4a4a4a; } + +/* Context menu (at the moment only for favorites) */ +.info-osd { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 16px; + color: #4a4a4a; + border: 1px solid #d9d9d9; + border-radius: 5px; + background-color: #F0F0F0; } + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 20px; + margin: 32px; + min-width: 64px; + min-height: 64px; + color: #4a4a4a; + background-color: #F0F0F0; + border: 1px solid #d9d9d9; + border-radius: 5px; } + .osd-window .osd-monitor-label { + font-size: 3em; } + .osd-window .level { + padding: 0; + height: 4px; + background-color: rgba(0, 0, 0, 0.5); + border-radius: 2px; + color: #5f5f5f; } + +.window-list-box { + spacing: 6px; + padding-left: 10px; + padding-top: 1px; } + .window-list-box.vertical { + spacing: 0px; + padding-left: 0px; + padding-right: 0px; + padding-top: 10px; + padding-bottom: 10px; } + .window-list-box:highlight { + background-color: rgba(252, 65, 56, 0.5); } +.window-list-item-label { + font-weight: bold; + width: 15em; + min-width: 5px; } +.window-list-item-box { + font-weight: bold; + background-image: none; + padding-left: 8px; + padding-right: 8px; + transition-duration: 100; + color: rgba(255, 255, 255, 0.6); } + .window-list-item-box.right { + padding-left: 0px; + padding-right: 0px; } + .window-list-item-box.left { + padding-left: 0px; + padding-right: 0px; } + .window-list-item-box:hover { + color: #ffffff; } + .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus { + color: #ffffff; + border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; } +.window-list-item-demands-attention { + background-gradient-direction: vertical; + background-gradient-start: #F04A50; + background-gradient-end: #F04A50; } + +.sound-button { + width: 22px; + height: 13px; + padding: 8px; } + .sound-button-container { + padding-right: 3px; + padding-left: 3px; } + .sound-button StIcon { + icon-size: 1.4em; } + +.sound-track-infos { + padding: 5px; } +.sound-track-info { + padding-top: 2px; + padding-bottom: 2px; } + .sound-track-info StIcon { + icon-size: 16px; } + .sound-track-info StLabel { + padding-left: 5px; + padding-right: 5px; } +.sound-track-box { + padding-left: 15px; + padding-right: 15px; + max-width: 220px; } + +.sound-seek-box { + padding-left: 15px; } + .sound-seek-box StLabel { + padding-top: 2px; } + .sound-seek-box StIcon { + icon-size: 16px; } + +.sound-seek-slider { + width: 140px; } + +.sound-volume-menu-item { + padding: .4em 1.75em; } + .sound-volume-menu-item StIcon { + icon-size: 1.14em; + padding-left: 8px; + padding-right: 8px; } + +.sound-playback-control { + padding: 5px 10px 10px 10px; } + +.sound-player { + padding: 0 4px; } + .sound-player > StBoxLayout:first-child { + padding: 5px 10px 12px 10px; + spacing: 0.5em; } + .sound-player > StBoxLayout:first-child StButton:small { + width: 16px; + height: 8px; + padding: 1px; } + .sound-player > StBoxLayout:first-child StButton:small StIcon { + icon-size: 12px; } + .sound-player-generic-coverart { + background: rgba(0, 0, 0, 0.2); } + .sound-player-overlay { + width: 290px; + height: 70px; + padding: 15px; + spacing: 0.5em; + background: rgba(40, 40, 40, 0.85); + border: 0px solid rgba(28, 28, 28, 0.95); + border-bottom: 1px; + color: #c3c3c3; } + .sound-player-overlay StButton { + width: 22px; + height: 13px; + padding: 5px; + color: #c3c3c3; + border-radius: 2px; + border: 1px solid rgba(53, 53, 53, 0); } + .sound-player-overlay StButton StIcon { + icon-size: 16px; } + .sound-player-overlay StButton:hover { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(127, 127, 127, 0.45); } + .sound-player-overlay StButton:active { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + background-color: #5f5f5f; + border: 1px solid #5f5f5f; + box-shadow: inset 0 2px 4px #5f5f5f; } + .sound-player-overlay StBoxLayout { + padding-top: 2px; } + .sound-player-overlay > StBoxLayout { + spacing: 5px; } + .sound-player .slider { + height: 0.5em; + padding: 0; + border: none; + -slider-height: 0.5em; + -slider-background-color: #cfd6e6; + -slider-border-color: transparent; + -slider-active-background-color: #5f5f5f; + -slider-active-border-color: transparent; + -slider-border-width: 0px; + -slider-handle-radius: 0px; } + +#workspaceSwitcher { + spacing: 0px; + padding: 3px; } + +/* Controls the styling when using the "Simple buttons" option */ +.workspace-switcher { + padding-left: 3px; + padding-right: 3px; } + +.workspace-button { + width: 20px; + height: 10px; + color: #ffffff; + padding: 3px; + padding-top: 4px; + transition-duration: 300; } + .workspace-button:outlined, .workspace-button:outlined:hover { + color: #5f5f5f; } + .workspace-button:hover { + color: rgba(154, 184, 124, 0.5); } + +/* Controls the style when using the "Visual representation" option */ +.workspace-graph { + padding: 3px; + spacing: 3px; } + +.workspace-graph .workspace { + border: 1px solid rgba(0, 0, 0, 0.4); + background-color: rgba(0, 0, 0, 0.2); } + +.workspace-graph .workspace:active { + border: 1px solid #5f5f5f; } + +.workspace-graph .workspace .windows { + -active-window-background: rgba(79, 79, 79, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(79, 79, 79, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +.workspace-graph .workspace:active .windows { + -active-window-background: rgba(105, 105, 105, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(54, 54, 54, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +#panel-launchers-box { + padding-left: 7px; } + #panel-launchers-box.vertical { + padding-top: 2px; + padding-bottom: 2px; + padding-left: 0px; + padding-right: 0px; } + #panel-launchers-box.vertical .panel-launcher { + border-bottom-width: 1px; } + +.panel-launcher { + margin: 1px; + padding: 1px; + transition-duration: 200; } + .panel-launcher:hover { + border: 0px solid #5f5f5f; + border-bottom-width: 1px; } + +#overview-corner { + background-image: url("common-assets/misc/overview.png"); } + #overview-corner:hover { + background-image: url("common-assets/misc/overview-hover.png"); } + +.applet-separator { + padding: 1px 4px; } +.applet-separator-line { + width: 1px; + background: rgba(255, 255, 255, 0.12); } +.applet-box { + padding-left: 3px; + padding-right: 3px; + color: rgba(255, 255, 255, 0.6); + text-shadow: none; + transition-duration: 100; } + .applet-box.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 3px; + padding-bottom: 3px; } + .applet-box:hover { + color: #ffffff; + background-color: #5f5f5f; } + .applet-box:highlight { + background-image: none; + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } +.applet-label { + font-weight: bold; + color: rgba(255, 255, 255, 0.6); } + .applet-label:hover, .applet-box:hover > .applet-label { + color: #ffffff; + text-shadow: none; } +.applet-icon { + color: #ffffff; + icon-size: 22px; } + .applet-icon:hover, .applet-box:hover > .applet-icon { + color: #ffffff; + text-shadow: none; } + +.user-icon { + width: 32px; + height: 32px; + background-color: transparent; + border: none; + border-radius: 0; } + +.user-label { + color: #4a4a4a; + font-size: 1em; + font-weight: bold; + margin: 0px; } + +.desklet { + color: #4a4a4a; } + .desklet:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders { + border: 1px solid #d9d9d9; + border-radius: 5px; + background-color: #F0F0F0; + color: #4a4a4a; + padding: 12px; + padding-bottom: 16px; } + .desklet-with-borders:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders-and-header { + border: 1px solid #d9d9d9; + border-top-width: 0; + border-radius: 0 0 5px 5px; + background-color: #F0F0F0; + color: #4a4a4a; + border-radius: 0; + border-radius-topleft: 0; + border-radius-topright: 0; + padding: 12px; + padding-bottom: 17px; } + .desklet-with-borders-and-header:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-header { + border: 1px solid #d9d9d9; + border-radius: 5px 5px 0 0; + background-color: #e8e8e8; + color: #4a4a4a; + font-size: 1em; + padding: 12px; + padding-bottom: 6px; } + .desklet-drag-placeholder { + border: 2px solid #5f5f5f; + background-color: rgba(154, 184, 124, 0.3); } + +.photoframe-box { + border: 1px solid #d9d9d9; + border-radius: 5px; + background-color: #F0F0F0; + color: #4a4a4a; + padding: 12px; + padding-bottom: 16px; } + +/*FIXME*/ +.workspace-osd { + /*color: red;*/ + color: #c3c3c3; + text-shadow: black 5px 5px 5px; + font-weight: bold; + font-size: 48pt; } + +.notification-applet-padding { + padding: .5em 1em; } + +.notification-applet-container { + max-height: 100px; } + +.tile-preview { + background-color: rgba(154, 184, 124, 0.3); + border: 1px solid #5f5f5f; } + .tile-preview.snap { + background-color: rgba(154, 184, 124, 0.6); } + +.tile-hud { + background-color: rgba(154, 184, 124, 0.3); + border: 1px solid #5f5f5f; } + .tile-hud.snap { + background-color: rgba(154, 184, 124, 0.6); } + .tile-hud:top { + border-top-width: 0px; } + .tile-hud:bottom { + border-bottom-width: 0px; } + .tile-hud:left { + border-left-width: 0px; } + .tile-hud:right { + border-right-width: 0px; } + .tile-hud:top-left { + border-top-width: 0px; + border-left-width: 0px; } + .tile-hud:top-right { + border-top-width: 0px; + border-right-width: 0px; } + .tile-hud:bottom-left { + border-bottom-width: 0px; + border-left-width: 0px; } + .tile-hud:bottom-right { + border-bottom-width: 0px; + border-right-width: 0px; } + +.xkcd-box { + padding: 6px; + border: 0px; + background-color: transparent; + border-radius: 0px; } diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/menu/menu-separator.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/menu/menu-separator.svg new file mode 100644 index 0000000..4962ebc --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/menu/menu-separator.svg @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="90.311111mm" + height="0.56444442mm" + viewBox="0 0 320 1.9999999" + id="svg7537" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menu-separator.svg"> + <defs + id="defs7539" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="115.53549" + inkscape:cy="8.9322818" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1366" + inkscape:window-height="723" + inkscape:window-x="0" + inkscape:window-y="23" + inkscape:window-maximized="1" /> + <metadata + id="metadata7542"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(340,-443.3622)" /> +</svg> diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/add-workspace-active.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/add-workspace-active.svg new file mode 100644 index 0000000..17decf8 --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/add-workspace-active.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace-active.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="7.0289763" + inkscape:cy="105.84046" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:1;fill:#5f5f5f;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:1;fill:#5f5f5f;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#ffffff;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/add-workspace-hover.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/add-workspace-hover.svg new file mode 100644 index 0000000..ce48f5c --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/add-workspace-hover.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace-hover.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="3.4046076" + inkscape:cy="118.15924" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:0.45;fill:#202020;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#bababa;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/add-workspace.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/add-workspace.svg new file mode 100644 index 0000000..5b3ed52 --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/add-workspace.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="7.3133825" + inkscape:cy="105.84268" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#bababa;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/bg.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/bg.svg new file mode 100644 index 0000000..feeddea --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/bg.svg @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32" + height="32" + viewBox="0 0 32 32" + id="svg5386" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="bg.svg"> + <defs + id="defs5388" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="18.271674" + inkscape:cy="5.838404" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid5954" /> + </sodipodi:namedview> + <metadata + id="metadata5391"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1020.3622)"> + <rect + style="display:inline;opacity:0.81;fill:none;fill-opacity:1;stroke:#161a26;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-3" + width="23" + height="21.999889" + x="4.5" + y="1024.8622" + rx="2.0000005" + ry="1.9999999" /> + <rect + style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164" + width="22" + height="20.999971" + x="5" + y="1025.3622" + rx="1.4" + ry="1.4" /> + <g + transform="translate(-425.99995,658.36226)" + id="g4271" + style="display:inline;opacity:0.65"> + <rect + ry="8" + rx="8" + y="362.49994" + x="426.49994" + height="31" + width="31.000011" + id="rect4164-4-7-5-3-8-8" + style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6.999999" + rx="7" + y="363.49997" + x="427.49994" + height="28.999996" + width="29.000011" + id="rect4164-4-7-5-3-8" + style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6" + rx="6" + y="364.49994" + x="428.49994" + height="26.999998" + width="27.000011" + id="rect4164-4-7-5-3" + style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="5" + rx="4.9999995" + y="365.49997" + x="429.49997" + height="24.999998" + width="24.999981" + id="rect4164-4-7-5" + style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + transform="translate(-6.1035156e-5,0)" + id="rect4164-4-7" + d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" + style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscssc" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg new file mode 100644 index 0000000..f726199 --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + sodipodi:docname="calendar-arrow-left-hover.svg" + height="16" + id="svg7384" + inkscape:version="0.91 r13725" + version="1.1" + width="16"> + <metadata + id="metadata90"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + bordercolor="#666666" + borderopacity="1" + inkscape:current-layer="layer12" + inkscape:cx="7.3546086" + inkscape:cy="7.9323223" + gridtolerance="10" + inkscape:guide-bbox="true" + guidetolerance="10" + id="namedview88" + inkscape:object-nodes="false" + inkscape:object-paths="false" + objecttolerance="10" + pagecolor="#ffffff" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + showborder="true" + showgrid="true" + showguides="true" + inkscape:snap-bbox="true" + inkscape:snap-bbox-midpoints="false" + inkscape:snap-global="true" + inkscape:snap-grids="true" + inkscape:snap-nodes="true" + inkscape:snap-others="false" + inkscape:snap-to-guides="true" + inkscape:window-height="1030" + inkscape:window-maximized="1" + inkscape:window-width="1920" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:zoom="22.627417" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + empspacing="2" + enabled="true" + id="grid4866" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="1px" + spacingy="1px" + type="xygrid" + visible="true" /> + <inkscape:grid + color="#000000" + empcolor="#000000" + empopacity="0" + empspacing="4" + enabled="true" + id="grid5968" + opacity="0.1254902" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="0.5px" + spacingy="0.5px" + type="xygrid" + visible="true" /> + </sodipodi:namedview> + <title + id="title9167">Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/calendar-arrow-left.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/calendar-arrow-left.svg new file mode 100644 index 0000000..2774254 --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/calendar-arrow-left.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg new file mode 100644 index 0000000..52d53ad --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/calendar-arrow-right.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/calendar-arrow-right.svg new file mode 100644 index 0000000..366e69b --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/calendar-arrow-right.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/close-active.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/close-active.svg new file mode 100644 index 0000000..95822bf --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/close-active.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/close-hover.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/close-hover.svg new file mode 100644 index 0000000..7b52140 --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/close-hover.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/close.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/close.svg new file mode 100644 index 0000000..e221a33 --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/close.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/corner-ripple.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/corner-ripple.svg new file mode 100644 index 0000000..0a119cb --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/corner-ripple.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/desklet-header.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/desklet-header.svg new file mode 100644 index 0000000..a6e1054 --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/desklet-header.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/desklet.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/desklet.svg new file mode 100644 index 0000000..8445c61 --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/desklet.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/osd.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/osd.svg new file mode 100644 index 0000000..df41a00 --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/osd.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/overview-hover.png b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/overview-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..75673f9cf4d11cc891275cbcb5fc775db9585540 GIT binary patch literal 838 zcmV-M1G)T(P)kdg0009GNkl1!KD9DQ@_rPbw?9N7*sw#Z576(BYZ3DEzb{X_e)6zI27Qi4@NLTggv_=u%gc6IKq z_MDkkn?VhNLVmQbWvk!4Q-E9+tqwIZ;jQ&2E4P!K4{ zVmm2%q@W83^_SfE%JoPU#PVW+Td|Lms^%XH9UnTZV>$b6d z{;iU34gsM(fa~AKN6w(yeBwPF_MaV`T-4G#6|dp!-S{$2pZ|Q=%Vnpz|5@{Ca6S00 zlz1sJXa`i!JTylYZ!b%K?7q9$^qax-syC|M=I)D^N5_rH#`N;-Pu(o__C}S^1P6r% z*C$O!_Ow)PU-d_WouD0qS|zP`TY-r>$~^YT2l0me>;5hrW~9P=&pB+Y+{Wqsx>1SGJUMB~@W z>Dr(%@xn4ps(4lo8$o@ZkfAjy#g-&i?2R`@oyh|q*}}szNcyIcR;ZMdUWH*PF*&Ss zZN4?PvVi6mvE~L-wRk<)2wQXH5CwhZHWD!KbIZ5JreuJVm-AZYihvH8&lBRn&8q26 zs_Am|Ixp&b5n5Dy@FGCRX3>$w45I$si?j*_{L_oH6w%#Px`rnIxA=%Z0mD;*r^|!p Q1ONa407*qoM6N<$f{;O?8~^|S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/overview.png b/themes/Mint-Y-Majestic/cinnamon/common-assets/misc/overview.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb4f87f4e8e2b95cb3ae488e84da3d63d1786ed GIT binary patch literal 680 zcmV;Z0$2TsP)kdg00002VoOIv0RM-N z%)bBt010qNS#tmY3ljhU3ljkVnw%H_000McNliru-U%BC88MnF!IrGCBwm9)u_fl)|8*yQeM^6m$^r64|vV z3`vkcNr{9G7J`vMnZim6VY%*Zx;s0&JI-`zYgVOmhkZ`p_Z^=1dEe)GKPaJu{{h0T zyNHO0fQ^NPjqv*gY<94){zV`lb$k2Uf~Q@9+-l<8hxyJ#jr5`=-0o`A3*%NZ)IZ+*HH*RyO0Q4Yaj-SHFD97pssQ;?B{Jj#yThZ--;`ZmBH3X{6TcLhClVGN)8+2eH}DXOOW7= z=5IsRtH-?@rJgzt_jMTK$ziIHi--1?KrL_BSR06vB*7NO!=x54(svg~5+g=@AiA+u z-hf(6AUmjJ5N!<7=zw_Kt@@1A;!n0oVPoSFZ9sMuEm8n%M*X3|nt~&Dnib!6?3%C8 z^I(lXv>9cO?*&+xbF+%p)Ajrqz7v(xr%ra}QXfBG2v63X^WhzB>giInxmnC&7X(K$ zWevfR^DSrcnfwN_`+#Y_oVY)KD|Dz<_PYGudY9+@%%!pAb+$40&w&uPC)cXueyyw; z`Rn4-iR*Jq2{{o~Dh{f_`1;h;)z>R=bn;Fcg`$DF(eU9x!p07j6_}Y)rCbu@F&kA!CyxOMZ8Z_FEHjHVKl}m(9?n#zS$LZO O0000 + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/panel/activities-active.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/panel/activities-active.svg new file mode 100644 index 0000000..6986f5c --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/panel/activities-active.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/panel/activities.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/panel/activities.svg new file mode 100644 index 0000000..b4a4b0d --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/panel/activities.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/panel/panel-bottom.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/panel/panel-bottom.svg new file mode 100644 index 0000000..c6d6f5f --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/panel/panel-bottom.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/panel/panel-top.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/panel/panel-top.svg new file mode 100644 index 0000000..43dd84b --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/panel/panel-top.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/panel/window-list-active-bottom.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/panel/window-list-active-bottom.svg new file mode 100644 index 0000000..10893c3 --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/panel/window-list-active-bottom.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/common-assets/panel/window-list-active-top.svg b/themes/Mint-Y-Majestic/cinnamon/common-assets/panel/window-list-active-top.svg new file mode 100644 index 0000000..bdda151 --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/common-assets/panel/window-list-active-top.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg b/themes/Mint-Y-Majestic/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg new file mode 100644 index 0000000..46d8f91 --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/light-assets/checkbox/checkbox-checked.svg b/themes/Mint-Y-Majestic/cinnamon/light-assets/checkbox/checkbox-checked.svg new file mode 100644 index 0000000..6ad747f --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/light-assets/checkbox/checkbox-checked.svg @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg b/themes/Mint-Y-Majestic/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg new file mode 100644 index 0000000..446de52 --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/light-assets/checkbox/checkbox-unchecked.svg b/themes/Mint-Y-Majestic/cinnamon/light-assets/checkbox/checkbox-unchecked.svg new file mode 100644 index 0000000..765e877 --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/light-assets/checkbox/checkbox-unchecked.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/light-assets/menu/menu-hover.svg b/themes/Mint-Y-Majestic/cinnamon/light-assets/menu/menu-hover.svg new file mode 100644 index 0000000..938245a --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/light-assets/menu/menu-hover.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/light-assets/menu/menu.svg b/themes/Mint-Y-Majestic/cinnamon/light-assets/menu/menu.svg new file mode 100644 index 0000000..5ae7466 --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/light-assets/menu/menu.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/light-assets/menu/submenu.svg b/themes/Mint-Y-Majestic/cinnamon/light-assets/menu/submenu.svg new file mode 100644 index 0000000..378f29b --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/light-assets/menu/submenu.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/light-assets/misc/button-box.svg b/themes/Mint-Y-Majestic/cinnamon/light-assets/misc/button-box.svg new file mode 100644 index 0000000..036f0d1 --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/light-assets/misc/button-box.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/light-assets/misc/message.svg b/themes/Mint-Y-Majestic/cinnamon/light-assets/misc/message.svg new file mode 100644 index 0000000..53492bc --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/light-assets/misc/message.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/light-assets/misc/modal.svg b/themes/Mint-Y-Majestic/cinnamon/light-assets/misc/modal.svg new file mode 100644 index 0000000..b61f537 --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/light-assets/misc/modal.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/light-assets/switch/switch-off.svg b/themes/Mint-Y-Majestic/cinnamon/light-assets/switch/switch-off.svg new file mode 100644 index 0000000..7c4ad4d --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/light-assets/switch/switch-off.svg @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/light-assets/switch/switch-on.svg b/themes/Mint-Y-Majestic/cinnamon/light-assets/switch/switch-on.svg new file mode 100644 index 0000000..575d733 --- /dev/null +++ b/themes/Mint-Y-Majestic/cinnamon/light-assets/switch/switch-on.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Majestic/cinnamon/thumbnail.png b/themes/Mint-Y-Majestic/cinnamon/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..e278c1026fff1d2b8461ed5792fdf2b27c5e6df8 GIT binary patch literal 31164 zcmdqJ1yCH{yDf@K@ZcUGSa5d;mVsa)xVr=f9o&PvCO8a1LvVK;G+1zVcXzua;X=GMe(@o?4J?r8GcLP$<~HU(is=sRU1rhz`sMP*AU+q$Na^U1s*?T|IEl@4JsD_tK0(dYG^LF<-WO`oTdTY86bNC^j;^$egfH zY3y{XCR4!~bDL~X(JH`ggu-2GmKO7QD<*az;68Bo;B%vd!WCVJ;3@KGtMT2Tu7sYzXTZP7FBOL<0^6dS`cc zdn89D1@>Ef$nPuf@yahOtjx^Hva8d6;Y*p;>TQZ(WN7&P#}A8BAo#gcd-yGjQKQ?+ zR1*Azd7~jio0g{+FZ?Kb&9afb+F5h?u+Q(en)gYC86O7ai7! z=Tn+@WHdUCgjnZa1$pmDM$q~4l}OZj9PF2wDv+!-uG6}eRyAE$mJ^QaD7|dS2ZRx$ zL@rU`3lc^@D18S6W)?Qoem1xGCicFAxqH`^^rhoIf@h2?a$Ewq1n)Mty>!OSa8CRXI86e*gR; z?g9l`$YWoyc7JS!Ac9-TaS;i=s7)@1SHgZ!U0qsX7cxX-tZyeZhKVp+m1AbdA~kgLDn; z08J6L86?>36DL6K`DNcS0qcwlmIA>fkK?>OEO(EiA`5J`*zoSyFB7!nbGNbclijQi|a&wk!66FjsPG`_*{t95@; zJLI~EaOy3w-gX4i$y%Y-);I$`cF!W#n)4(WLm2k10+B#>vihjY#|H#SVzm)!?w7OazfMU5k73=z*XF&OTbHTcErDFF9Hvz# zSllptLivfkU5->eRC3nNq;lrShmu(qZU+m*bJNPxQutP)Dei90IJROqLdUPE=kAx7 zYGI2~?dI~~KDT(@*`$h!pfPb*TVK8SZuF~%>cZw|pFl>=FKzdrHYRgi&+h71^O~Gs z$U3}<@t)@A#=h3$0kw$}6pp3`RWtf^?0odstNLru=)XD2@U(yvh{ z^`=kGM^|pE=#-vvue+<+cOy0CoK7PoOrjnJ3#hb<`kO8>Wb1%Lw5bl1ld=tg{3&U% zZ$z4Zq=olvzo%pVDn~uQnP6owU;So|2`#+meP@;4q786S9j|a9w4gcmZ0!}kt_OVF z5dYV!R5s4)cV!2=Q8Ny3F=PVww`VKSY(~d4c@?ezt{TBBfJZ0s#jRlcWb)kQ*1Uuv z+xZ!G8TENaa~T;_4J0xITHS@J5sI_=#>*D$DAz31M=f;q1BDNGr>I=1DR{a80BRmx zg3oWo`Xqh_$Tj@dwZvghUi-B;ATzVce0@aY^}-^3LD5=H0{L?JqDa{#ok`N|lpX`J z&Iojvx(y?g*WJxJhP=VD`hui5Ib+2hY2EW$UY7oRS5 zfpD^RwT=^VQ#(Iv@6I4e zE;Bj)sD1=Cs8G%NNW^&hzotfzd?r^P+V1Pqs)Z^dy{uE5xD@$OmReQyjrrPF`k(& z%Q6SwR_-J7c3s9BL4Q4GB4~q(ACYe8s{Jq@3o(!)q; zEasu18_#dg10murSA>4xu|{v`ni_r})QSt)$dsG-9i;4Y-ijo5Dhm5Q7Ac-a= zhxvRXs*#9gM9+3t+<{cJ8aLZzKH#X^Sh0G?NPBUni@nGOMzLUVC2m~Ln*r${K7A$A za*)7+$1^~b$raY!u!Fj0n}FYfaTUSjsFCM$?2k8iUMDQEBOv;s?*{A1If8Ejj{&YSx7S1;G)J)skDZD>+Qs=YMp!IJ#zIlAe* zGi=$nSBlmcHeThiJi;2taCHZbdU4a1INPw@N>v*mFA+<;82Y-aFx4d|PWvsa2D5Wr zaE)7Y(cw3-XQ9WewCGfq+KHpz%P9-r52mXq&?YMP{=J0Ou7cvUB!( z2`v)h{LX#AO;dDXqu!3(^z*l+MTN0Nk||Qb_9weW-K@)Feb7g|_x-hJ7Qo>UMqND# ziCsK53_f6sWlo32ob5hoE%wOOQQy}w;B_oC1pRT4n|5P;#PUkQX=293@WANo7{T1W zwz(o=9&agpb!d(Qn_%S&mA9lVxk$IZ23~xXfc^}y8l70iFuWJGW>ID%gRNh$I=yDW zE6%YGpY=^1A{PC&)s_H>Ylrlgv1^U9@r1Di8`HO{L>LS941?C57jQ<{tZYDca2~r{ zsaV_mw*|y&cz7HfoDUy9NMw8?3KD89Bvc}F*s{Y>sVX(tH?-%7t@Ym6pNe%RUmZcy zQZK(^@O=umQ@YdrYGDZ<>Rq`4u~w3$X``Lnr-8-X*GqmaabLHVyYlg)`OWX1CY!0c3{sn+4Kw0E48?G zTVaY*!XOQ(i+bfU$zfAw@t`FEn{S7QObB~K{(6;>F`t_9L*F5Di-zbCZN~F580m!* zchdFP^b8+?3EX@QT1gtcbX`p>$}y=$V$bxZNzk!HehA+3GfkxeQM#UfZQ1sJl&F+d z{+(}Lggsq@gYIpGtTIpZpI%~J!+#|BJx{Q(6#wqA0z{wR`aj%oZDRi&{&!wQ`KT4P z2+1yBrpj!NMa%<>&rs0j(;H0efsU>~Lmx`r_|Uj;3H%A7$J1nn1fsqOim6@XI!}?96m<5b8xM8 zaYIxKz@^kt=H-FwN16{cVIdHXB)9bee?dj4|1t|ar-~|YzdQiWR!0P&;KwE;0E~^- z6r7qHu|(5T9Z{Ox)(v5<1$^%gZcf`aGn;`Z)QZPIjdNthG0QEJrSsQ?d6Ru9L_0pflvh;s8p?9U+D=S;MwwEW(Gt}YpRkl#};M#jd@;?h{6Mzc55Um;<#GdVfe z2YmNee&Mu7`9dnvaV12i&48!(ClOTZ$$5d7?c=O7m%+q73?rG>D#u_dXGkA2f5Nqm zh~GTweYTMDpA{3M*SN7^ipQw#GjC1H!h#XiJ=z;t$^?=YeXt!@&eisyfJGNV^BGTZ z3i=9PP_y!*%#g6{lTi^6dM~9ij6X!sIsfVmn0-HMND0D(az(jtOBa`STG z9@($lPjWm1%~lqK{N(euH)BuPXlZYhB#-4cZdK?s^gOQ}S&5EG|Q%$dit`=fPily__-(E_@p)l8{XACscs*6qf z2ZN1)!r&;$Fgz?&gv(n28&daX)c-8MP{6o#Q22(N!R%8~?EArxF(73Unw8P{7sf%8 zmOZCe9qOQGj+4DagdDsp{^U_@yp z@j6@7kv^(FNnFMlp(rK6U~ki_3+?BUs|^gbiVEZ1n%?W2&5xRjke^&Kt}ZuUz>G+N zVif2?XCI!1-K+dmMdMI^!jlJ+_{Gchi=z!%2G`ZNuWzGw2XDEOn%>0-+X|{!3U6Lk zm|`WxhP9Z(TLY+q$jaPR56@j?=yWb|O^BTl&!ZA>%knP_(23JKeHxW|1omVn?rtRy z(l`=?{c1`b7ThJ4Hm|beAEn)|vhEedADe#bFFkFTNZk>{K_(hs;^QB-&YAk!%bkYc zXMo&-@**6}O+;D_lwp(jSi|)J3*zXrhxasHiGsGbO~&X%kUNuI*WG;{jT#T=EPFT1 znAnG`sEX`txV~}%9&7CeF|1>6FT5kt3F>2i5w$>hz-Ah%kI$5Gp2@B1^`)iD$)QqBk3!{w;9t076I-*b2b@A~>$)xu(j z#iAdc8oKy?9w!r-bu-@bc!MkxMU+41=`Vy5&oP-fbY= z1>5cLsN)Xu34u?V%tJ3BqfX72wd~5$2nK%24o4-Hyy?x2GFqFB8Z~Xv z*6o8Me!e8XX^oE(lV7y^!@da#mVrqKDw$A=Q@@3u zHd0v2GMOdZqRV`3Ptdn16viVQv6F12&2~*0EI(DEIXxeDZGUQN4B z3G8>>)|e}b$nHo^^}H})oX0bFZaSQutu?gA*i2H>Yx`dEnufgX2FmklPC&j^#rGMNx$_J zr!rdziEoiff2}c*p4DbcS2DkgSdb1+9}1EB&2WW_5q3{M(dP;~#|ATmOD87l5~PzF z9&i^bT<`wD@|B)WPiBtZ(qetc%FZV5c{mFHzPrrdgkRq3ZV6R$_%X+sAEt;$zHQclJWF5t(40EI?FN0-M7NL?{GE#mdzs^r)-;0(iVL)Ad{)ni8jo zHS$g6`NW={ePGalH~Mm4`#hzu&SGY~u+Y(P;(*eoL%l1iXSq_I1WxpC0@UlOO|zNq z@p?iUaJNL6=Z5?5IbJMvi=n;HVIAo;qaE~%4YU`7(L74;G|Z1UMG1rU~%mprPkWd&2YNj zgeu7RBD*XHB|!2z+s)UXvHno#WXT46VKy&)V&m}onM`SpMOwSqj z_Sl=<9qG`}R$E?aY1v#;+S)X9ixeU#;v8H7!ZF9oYSQC6@3$p5p>DY=`y(h*qzDbU zXBpX*KB>BX)7q&+WkMh64>H^qt846XoVVY}*Qnlv3!|fy7Tz~dhd{_Eg{gy7`W^?$ zvWhc;Skmzq^xCoR-3@1e?(^QunGwpW``Lh@&%i~E{w1<~^4UxGsuIvt4FApD-o9pP zjWJ(d)SkGH!vYT@y{x)HX3LCr9=&(DC(pRdev-mS|WnhX`Ix;L%rbbsi5G!8uTB~MMT}d*V zL88S=oGl_Utvl&-M*uim8q2(3THLh341=zwKB(s^7u?c({IW`*W~DTVM8KLZizYSv z)9#gPK3+>40GuwDQI9%`YTuKgO9EQqOEe%Neyh?HAyd)-qhQ1}ndV6VQE0}IdCujs z?_r>^eVH5%X97%HBvsbsU)12Rmp*>5(9Cdf$2wMIUWs*AQf>@rA0XaN5xDY!#Lb(= z#7$%8jY{@#s%u3n7<%G5*}RzzMIrc-^cf4QZ{|*}gGYHaR9bMUY`-90fIEpf#Ew8Z ze{ZT;n9)p@Sn$YqRK2 zn_$r|Jn^b65w{zI25TEC9qZw!eN&8mZD2i5Yz3op(d&f~cE#WGZhNc|i~HtcU*UZM z^V!w{THkgTK9WHag#|HDDfGP3N2%Z_2qBiZk!7^LJDs9|(Adk0=H@g`oQL$+6LO1QiD%{_Hyx^}<%5xi1NpVNA!*`^nuOT?Sp z2`JT8KqC(fKn1TTF;b2<%x5ZpjHL4$&243mF?n zw4DjJi4Ukxwchb8+9z9Fut*Xa1=TfW!UN__4M*kCX9=|Kn8}jwStAe_gRm?&`Lu} z04H%2>u>aH6c&R%Gjz8%QZ&f_0n9vZ1u1EX-)H)s9sv^8z zyqH*Z)I1y5#*iQ45w&>hWTUC6Rc26DR|%u1Ln!Yo5yUtP;(x_YlayTlV(yp?P8J1H zUWy9q-3suZ9W^kzb1M3>bp;;3wmhCqx*r)$<>F7N^vd%7lB8hcFA7dAE7YtAwj+e) z_jnZeDU<)nfo*kTw%K)$<RI#3o z+)4*x#h4gQZp2ST1+S?mZspVkF&{EQ22hu5>yY8TRXgD~#WmIn$tU|c!7xQEg?uZw zp!IB^sj>v#{x}D%V9dDgj8F2`E1=e8MIl>a7TTaMA&p@ZrbsC<6l$Ep#{n*oWQsV@ z$>kjvT~PH0;@=71Zh}ZeXo4PAWfMY8sybIV&Ru z+=e%-s9|IN1ofBZn?piy-%7tDjULW64R!D~BIm0IO1nidPT*N}nQCNrx!VC~D=iW1 z!Bsw0@LEXR<3`Ce45}r$&X>xKAvywuC6^+%L~@-eNC>`j?3Q?OQA1RqwP8}P2X4H{ z3ef0_hq}&Aca#Yjid?WGC9)^L(Src!yQ%Aur0>baog%#uO~M`|k17K-Ft7zfsN?k5 zMwywc@OVvf&pslxv#^;_mlSTG5&sbMd#T27_YDozd{j~zM~adE-q@JBx3|ZA&n5BS zs^Fb(ix~6=UEj0bN+YZ5hm`%Q zvRRpx)n9?QH2yhR+)exsbUm^g&vnOHbMt)F3dvvde`-tFadi3gz)`27NbzmHV{`e3 zixSDP#X*sl7auJMMXqi}k_XoIx}!!WxiuTlHY}C#H&^WgYu$djx{Q?bd)#$4`1YsW zLPchfLxC5E*0KVJZC18Pb^AEc7W688aZw%vNPDCr3`aDSUcKQ)tpYZlZW~T8r3XPu zdF_>%vuM(NKke4K=JS;_L#ojjwpXk+W-JdVmu#UC7*6_JALsGy{9(dL$KoK7LSY$p zOOA&gcYNH8*QiuWtNw~QiT3B@$koey&+s4fXrMMTtdv$lG~ZZgoFOM zQym+}T`o5pD2u4jbOFXuA;EO^xqyfL$)q!g-w zSda*tzM9xVZhSldH@g;2Z!YaSgH1NFIaoj1*V-J!p)#sVYhRSY7Oz%c^EvbzcvLU> z-MbZ6{DX8j$)0Gpm%cX&Q|gVuj*{f38X=NKTDw=Xx_N~(Z%gf&Al)PZCKXuA)vHGm z0ZsS;)Kv~3o@IGil)eWv$SZSAI6p606tOl{L!+1N9}61mBm0e6-Wj8kB}hi4`>8h_ z?4lRNe2ocVcyl8Vg?ni6dSKL-r;3&t5F7)EG@hR6-2VZBjP)hj-tk>sp4JV%|I0P# zE8&ta4&mp?mcp%l>fpHtHohA2SWSzEwUiA|zp+d?=ARdQ*bz|vVx42-CYYDTk4%{f znL-u-Gih~Ti3eia^FlsS@ZojIr}jr+2tKU>LvvHcZCC|Ll9rAsF8X*$6EwJ;H=mqn zl@eP*YyD?R^%NZCiaK0L)SVFZV{pJdx#PHQS)O7404`GC40oO(PhVNJS5G-t$+1RkAf;nJ_f`yS7n0_9F8Ll##_mz~Ca_V(@f-h2CD!N- z1#+`|10GJe%*L+U2tTWv2J{M`*@GQ!XD)8IC!m8P?Bg&GDXIY6P7S@mZANsA^H>wY zz$sNxQwJn>p#78u&fa&bPE{ERF??SL%v0lI+eC1Mckd~bwmU{*_{uHEy8oAl8ojQ))9;|-_6#8x%SReb?N@0l=)y+A~U=4YhP>pp>e~_5`S9wM777}qnng_{~d55$f?&85r zFDu^#yX|eXmg#`u$+4?(q+sBvd|mLZt_O79w%J{V?rT%DPm`CFV7GH765Lr^C}Jnh zisflDf?-F5!P>FMYi%n_B6LD2kl57Tu@U#5Z8Pj41N;x=Jk=*jopFk1jy(M?ebya?u5aAbL-9;>% zzrFHPk(GG4YA>JjttxP2N9-xwKA~~;w3@;%)TL6s5QlEe?NA!7YT8f88WQd+K`+yD{3A5&% zJej8(_vamUS&kkGKR3JnkWGDl?R}!z1&jM2kuCj+y*w#1l$N>^bQo^;ph=74hD6uL zw2lCe#J3)my^f<^QH!`(@pj|?8FDtN9v8m?Z3_EPZ6UU9UUFQ2H#kdiaSPH5da47Q z9`>)sc{jiNUYGtfsm;JH1b~MfF|l`>Y2HfDwHEmyt5eWcBIF9#hPde3SicZ8UYpjN zmnQ2~7sVptncz;=95fx(7+ykZuyMo&TlP+2>E8MA?6G?Zm3{w?Blx6iWT(b%agHy1 zt}(PWHReyJ_Dxw2cdJlk!@pHeOjCHysWFw%w$6_hLpDQZp5}-$gE7C$P8B|Hb5w%p z=1?}D{&J}%RpRQfz5+1J?ODFSHTzj}^~$C!>OEm4WY&8U!+xT1x(!un?K@Rv$OH zxpCDDC-w~;t zr+CO)Kdxr+?omXN2z*&~?KYU<_geT~UQJjsI`yXSs=PHiFc4y<+Y2ZW8B9=OdCJ&5dU3)#toJpGNv!`NcndR3=W~3!n(V7` zxe5(vEkc4IGAw2h4m0hx{-g?Zoy`oV+pf|v4Hb21jI1vmy0GnJG;@(qJbHG>JPTLu zgDraq3%ZRlGnpy|`6kc;1v`8~CFDGJ2Q+VVk{FXO-CX>v{|zRa7z@ykOT3%=qfuE} zS`KIg=WkA1K`dB5=nlpXiJ$W>zF;ZqnxR*HvmLO`4_I1;HKl6j?+DI%3HyF< zg+a<6BecTQo4=(B9MlD=J)S_#zV~Q6N(gGlMgrm;A4}^KWOp@er@13_3WTK4S}z=g^$aZ%*h@pg`KN59sjvaKhb1V8cp##`Nd9f;GsdVHEff=7E2 z)hSZdseIw%F2Af?FcnlI*P~Lhk-bLal1|3g@BU+h_jx#d0K*W{a3 zuO1;#R|M~yYR}!6R|@ljego;tbB=wIwJjBnu-=|)c7x+rCDApGW^#6`?`v3XAK%rN?{f+zl4Fcrek!Ui)5Tq+!17-YN?R$W)kIA&_{i5DU z6c3ncOc~Nzs9fB%Vlk(~j$W(!pX+xO6_hQhmy4cQ0J_#GQ6av)sR|^bYSyuGwto*h z#ZKq8dR0yn8n=Rhk;UUU4yRkA70Aj72Far6gkxbw@`8vJq(--TLU2cjr2WbFINQKw z9<>G0R#TA-ergq(DBd;?W^%oK#c1bU-9vl!d!OB)Rj z_O0iCaTcm(VCb6>`f3F{xyR=5I{bO#!yRPpT-tccpk+PAjC^$=$dr9I-RwwU9#Of^ z8pUp-%t(6Ii|i{Jg16g=F2cn&fUZu&rsbBAgEsAROf19`1UA-hd%sd1M0!+vq0%=m zlmh8S?I05Re7Sh96m<5~zrA6?r~aXntJRR?rg|GYY}^ zx$2de=o_L|RSi0wm;6@}>xAio zC<|lhaC;Q*&;?>mEFU|u_L2Nvv$IcEGmIGs&8Zb-AKVH*btAz5Ydr$K6^5~| zqZO&IcJA#HdyMCLT-u^yUXH_`$^tcM z{%;gXN<&35=qWL;YPZs>YPUmOTr>+??3|AhY$J7^>zPuP>LGd=ulbBt%TH)UvvyYL zz9=7rcF})k^`^L^aJF+R)uFH_(Wct<^i+(w?v6*BbsZS*b)^Q3&w2J-y+j8@Zpi@; zzcn`LV^8Wm5>uvFK%=A--J>k+Brjd7nSqW&X!TuJA^eep9~elwOKUve)!y}|+QD;} z4H`P8`OWMTLq1xn7*Gp^e|+hVmO(`|{qMkR{xbw`rGGVQ?FWMwWO`Fiv}k=fYN$ol ze6m{p{$co85#}?O1o*qG4DQmuS&;WPIB6{)FSA@<43^$rD88@0+VA(;{xnFGCa2jl zocI>_C1_>>^BorT+F504lBCCZ$vwYXxCsmxq zX$l}YKE-^(e{9Sa4+%2UWkoM(KPYPs0ZxUD=YlEVDC!0+H8RR<-DngdOFGB(8tWDZP4p#3_yxm(TJ10&s zo%`$YY)S*Z`OzF*bcfka!KS+Hg)p*|9WN7Ka=5g9c#}e+TzH>q?v64{zil9t_uP|{ zip#MAo8|9Qfv{7hSxIO^!jRx%j#9In3gdgH4R2PA2CTJgJMkp@wo0e@L2n~FApxGE zC9sxuV~su&rs0hSZR{^+&b%~xtjne=82QnmE72yYexi}$6#u=33AzLC3$El)9xPP2 zI+F=T8gejTqbEzCaROcK(UVLZFlixA@)N|;EL+-4lrr$zMhZPioVJ>Q^}dA6DSPIf z$e=!y?a=~l*oELs>!+YdD*9rEs&D4H9;-G4-(J<}7}Wt!*42@91kP`NmhxXG5dC&l zXM=kGqgXkgsq)_{R{pC(_1{q`gC?=~{5v;rF#RtAJq*hCPd)&!XR@P=aGOB@LCkEx z;-W2!SHh;x&euu*t6gFi#Rd=qdP;BEY9PBsdoQqvGfChQnnY9tO1K5w3qZ?S>=?yx zc@nvCI|gsVR7(w)TS{RG^A%# zaX$GEKsCB-D(S^{*m6r5`N5~m&&__S%nXZ@-#YS*_pTF><&R*8fUQXzx?HUE>yn8l z2VQ+rd>2BgY^I<*`-uC}Mc3b?z`=jVO+BMzb~^0`^qRri zbW?yJhA>CUgGNfQ)R559e_F<>W$!wjRp(kWX-s4}C{OaB^Y#zoI^g(oMYw%8E7I)Rt(j7daZ!xU*3j9qA8eZN5@1 zxlJB^LOE^-<2=@4Ll_l5D{7YnV06kN;J*Is z-PG1>jYyyYCcBmLgvu%kr(qJshrj(0d16ut*Z)_9A*i-0qWIMpr?N4xr}HG8$& z?kAtx%krAXtb>bCJQBy05IF(D(-gqIM>P-&fJ!Lev%FVo=hYC;^Wr~Bh&X|oI=flw z$`fxhiepWk*#oW%f@Qv2IY;2Ngaw(3$gUQ@L?<7K^Dm?TGMZBkuC|s7K!s&rNpKex z^U{^bK%iKm%q`HK@}&-UD%L&uLO)~F`p@CNml+ApgmwPrpvGh@p$)s|jMddXI?T8E zjsi23$ z$shmITH~pRbe;~SwwLK(t#1;?lZrnmx_=QN(zjdwjZey}jh`|NugT5C$m#9jKj|B* zdUbxNmNi&3z9t0m;Et-g!y3v#I=Br3bw916bU2I8cn;YoPG@~~R;8@d#_U4Id%19U zI{WuPWS4gVKcl zRf$WSqQj^vq6q(h$@;x8KU2o=MAY46g8OE=_7juh1?K(D1!CT22EW%cTihP2ejs;u zCR3Mm-SWH>08Q-O!bq!&p~6k`C`#BNVik?$%vfrlg-yU)8ds9RZCT3PNFISn@# zY3{F#)Q`dM`WC{xKr#sOhl`DlK7YOW+AJyQGAde19sAY7tCk^=XwYDPY7)n3|6TfK zl9>h5!S%2=Ha;4=-5lz}@x;f6>!_Bubgf(8@}s$fFKZ@G4^}!EJvSvY(kKG*$WKow z+3;H)XBX?PDvjR{)*81Qd|TpW#w+$nLCG6z<%hluAhp)$J=T4*I~!8XZ8*(50aWij z5{17nXPjj-x1I@u{xVsqSmjEQ7bS378;^@5iCo1Ag}LW*zMBvO)@qI3llU>?SvjtX z8JXNzbAv_`mE`pCAYmVCs@ju^xto%jFDU#S|0V2*J2a>C@UxwU#z3g76+0)1A4Y^S<(z zVWvkt93{iLO7A|V_9ifc{TQeYYwKGPe2=EUU`jmm4o)jmSpwKL6Q4Y zY?nQx&2VD*cfX-mHe^epKj zNR5f~+sx*zM(ws!ZvVaPq)M#j>&JV0dxrxt34JUqE$Nw=55^o->TDil$G)lN~ zc8?5Jp@gHvdwbY;iy!KYF#x1L-#EQQu3BLSzJC|qiVJpVPr%-@ovN?G87+e@WejU? z+s@uV7g+AIC;9%vGP|t!1+3Ij109JjoVASzP}FayNp4K_u)QqvHSHB0iE8k6*t1%Q zwawCtEW9#uVjjgiHm;(iS{8TQyFHa#pck*Ev?%*yNSt$~g>+ZYIw&MdzIz5AD$PqX zay1div?%XYo>GZr6f&*PTjr&q>bt1FQd^cL`ionm<`XIXJX{AIXeQ$cto9810i6b8gY29aMolp1Dv$mvr zpGpWhyU^QBTJ>3-^7(9}b>;Ekr6CWpWT1%#r^&f#zDch&p5Zs_;1{DED$8E^P2?ry zxk(lM9Ct-p(Q3=+h%~2IihLuDJ}Bx)FK4t>UMdx=J{ZRL&Y%&q$r7Y~m4D|%CNJ`O zK2i!NYTNL1P{+Z4MoR9CEnA=W%<>iIlu}EO==L_R>0_nzwNP}LfbXRY&kDPCHm!Sz zLhoS$=HclLlsPJA98rQiBT0KlM`$41>Pv;tRVk)FcQ4qF9M_Y+4+X@keFzQ+o9Aj^ z1Md2>O)6Rv|DoTcv@W-6zR%U%L|QW%4c4UVv+qBlXaW~i zXGD(sp-O5hWU>}_De0-h^uJeu+bcsBH))tD2qCsTQhk(|z}?Bk!nz_qV+;Z^?-nL1 z%BKH@r0BXV+PCUEs3bzvHOShO@Cp&|e;gV*j(M@3SZ{zg0E+ z`ga)5P@${R`E)z5&ZT27klJ1?p%SD*zm@rw>Eui=nHSM^5Of~e1w^F{oL!|RsX~U^ z=^g6ZORyr?1YvV|NC=1}+DUUFCQF5f9S&W|TiufdnwXyVNfqjN%2)2Nnqbc9DfKCTQfbf_GQON&LiCvf`f^Zl~n*nm{oZ4Nxxdq}|9 zG?7|hP4#m1Xa&%|^xL1US?!=qq(L2&>IA1wvs^aR$)*^HhfaNHCM_fgv9q=h!arZF z=aUdadyVtuY?oU$92AopGlZB@W5|o%i>%9j3OJiRNuK4O(yGCK8cb;gnihSRmbukw zz28AG^S=y=DwN|wf94Yzcs!*iWRn!!qjeDlxbD!cs5G zsCy==GyaOVsINOhE9H-rh!ASod@NFXsk(RDXF9dS$Si2akKh0BI&#vxR!A38w7hv^(v=%j` z-B-K$W_q`WnJ;T-_QrPhF-rsgZ(%MjbwI(UIlj$oFpCMtU_Y0g%<~T8i;WIMZm}`y z`|etc$AE0)NxM-LG$!ip^^jIeYZi}pa`vzp%+h%+A@Ix_vH1os4lH~mWZiN{k~{Q3 zK9h-%qvebVl9b=FXHIgBbh7+wy~qO9$!asleR(aiDNignm;pX1ve6kjU*A2(lV4tL z5gyuc)})=)fzvzIky(Fp(ku`b+zrS8J;mE*Enx#H^)4q-IaHiDu?-bG=#}DL7 zGJ_k}0lU}BHU}#qdXcM$de@ZT`TEqLi{0EQtn-ti+vYwr?25XpY7xchwWED<@08IK zU6ZY(1k%bv$bdln7g1i*k7{-Ph~7uyzVa}7&AZHlS`X}!6~(z#^8-y79^hH#q@J@r zul|)0O|Rq8S-#bkryDmPViLou3iQ^ZF7JJQ>ciA{T^2OfY;zyn?=U55EH3YgG$yP+ zJ}{VRUw;)Yvhgy7F*wxsx_l%vy(yeVC0Fzp*@g@j0Fo!aRi9%F9+98Te2#2H6S~`K zbHAFH`y`umj~#C_)2DFQkjBAG0^d4A3hh*QL#*&{BHCZ6?KIB4aw6&ILxPC*it0B! zz$VYGFNMkEe#^m1_+)q7uhEfXYLJYcFqkS!XMprMIV~vFN!*pAxs_&PparW@IB>0l z&3Pfg)pfZA{bp}?W8ZFCo8!`gF$$w)(sb@B$)j`~7K&SiJI+82bkI4ult{zTg-!t) ztHdsUU{2`t*7X!J{YWGZdMU+BFd&H?Dn(C6({^Zk5#FcXV4?$_B6N)R>5#_XX*3?Ndn@jtLL-q7hAi}zyrhcaTaIe$yeIW z;_ZmPcyqk!nXYC-VnuA)(NK0dk8eT1&8OjKYYwBYZ9oYst`7h|UP~rhkm+w^zid7W zcx?ZgoaOh|V;~&)#zNfRvWDG$Oa=G@xH)b{zUJKm;-QDUH;=ly+S`8|zt@1U+LGkm z9*)70f6B*;5E*F@WjO3GE6!h!KZ$G6uQca7Z?RPL9<>T&6BWpRWvcZ@R&+<|0iXkvfjb*0)O;>tvr607~qy zBQ$AKNXZ%7pnh72DSu(U?y1qyo2bd;ZU+rLBsDcS8v?TSiY-?I5+3?{8vC;bcR$SD zd?-1W?2YEUi0vDxdHB4|TR5jIxu3f}f0!^{so3nwB+vNXurcb&-xwA03mQZ+#{TEI z2(ZDuX)V_RcN>R314nlx51U!X_MDciKRni@EZ(&&o^}s;W8t#}uA3a^>B*K?@U;r1rO$s`eh?k9F&}f@eqf5@5Ha-mD;YuN6jA5DQch#nnEQcaF&r z^IR_E%V-e$Bgf(x1&Acv$g1nlql=VACyKPvQc33XsPFsi1n16H^-ijKd&86N39X`a ze-stv)YjIj$>sh-5@CJX+*7JYhLwX>2^e*?DdGp9Q;oKkq*@Y z`_I|_)$$)c^1t5D<6}U85V>kD9*oKwxvEbP_MCV{|tH!hq2OMvorNcYNRX`)}Lt?EKC-_kHfT?(4ap*;zGZW#zK(xJ2}A z|03$RUc2eHkPuvUI%3X8122csN3m&XKJx36b8{MEbT@s7c0N#(F>h*Wsix zo%7${m>6vg>l{7qL_|iC*b5hxlz7Y{kuP7qY!`x+pzgwtx>?P2=^Iy0wF5I$u zko_|sX)LTJJ)I7vieY7Cy{@jPARVl{kaQZXw6(Wql9q0HAu5W^!~gQXnThMbU|-*v zuCj7ZSbjd6d4+yfkm>vPvr02FGn?#4ANa|{eL z;K1G8T@bZE*T!Jy{C^t;Ma3JEF7t}Z3yJ7nR8DqwTRG&r>{HpNkDgLQ^1E;7bfOM? zxoRW-=T5%GHPzK~-dqz6Mmz)r1fU5ae$9B`^qp(2eh#&f4F4r#F)@AwOt!UUkFK83 z608>ff0~q*-Tz;^D}g}1M(U6J{|XmS@3**PcHa10GoJ5#WOw&>EJGAEtNo`Jw)_kp zo6-C)0T}3v<@R#@o<0sYMT*3r{v@|sgF4&zKpGP}H+9>$1p=L)6=CfOl9UsNnw5_= znwq0lNs&3ytL3hB!&~-|N#&h4GU0&X>*^-P#^kstIxCA8CLgA-Io8p(E@~SY(J>Y* zyZ%S!Yn7@q8-kp38D!)x5K?qekZwSEzoBg38|?&jmHi-hVAnx47TIc%v04`#C0tSdu|I>-#qdGQXrG z+Ez#n5WRxQZis1NF+R=_3Ky z=FGT_?z_GWGGuJgHaA!2Z*_GKuQ35xM6@F5hk?!mrtxke4b({tp@a9+M4?b)f>qVjw){u8 zPh8g$^%z_m^^CoPr>3Ufv~=qM_Q>0o5M^e@>2RV502b|>ixv%ONd z0jUEx1fs9+8I|&c)mo*Z_<4msIedhvS1=8~KWimcg<(0#(9vx2_q&Ytb@JT^F~~PL ztvC`&;_2oK;k!6=aFypnYR3W|&IzJ}U=zY%`FbOsIY-gp;NU1)(U^e&H6R?TK%vmG z)~vy`EmBhnSVyj4~|v9t|4@%XRYM&S4lpxcI^H%{=as3?v5! z2P`Zszw%;X2`Dk(U429l>@)vhZq1dHkx^SsErP>A@v^8-B^x;3(Wp%8rNlET(BYJ! zQ-$3`zD1^u$(N_H%F4KI>qE=1fGgC?nq6SEx~i5|{;ywQ!{0@7ZE_gDC;YX{&+=wl zR>dn?G*rlDb@nwYhnx1c*U~xkveATpvnOVs0H>4O8%3p1Bw2Wb$buu*y21?jxi~vU z_SHCo82NfzA{lSbdjAPq{4Wvs5MY6^T1i|Je+{tmNi*#vN^ zm`+~*gUDQCmDK$HlDdW2g8lkij}P|t9CmhgUESRti>~D1indNp1%-v->+9>rdi%#y z*>XW*mpfJ7n?I9PH8fcG`D2TVxwf{ps^6T*nZIW0?pB&}?zDN%!_$L-XQd76Gz@;nW6V59J7qT{HrZW#>f9plwWsc-@ikK;8+h{wybD!liJ&u#4{;PBy1uyk%$c+A;rKCX+ zzrDIkM@a@Ac!@uq;aRr}9gs4kqoe=j3KEtHL|WoCAx*DK-@t%*e;g~`6WM&b$CQ-4 zljI$=;u zbMoBWoN-o|o15GDGD$$+&t&6SbmTUaf_F{c4JV-aRL0x34mUCG7I}RFXmVt>PW^6@ z4B`CNMd-A={t~y8s1?o5TbEwFwk+#$bB<;_Z8oT~rgx*-**Zjc5G7`2j)oy0%Tji$%b0DBJ%1k6rd35ptx6K4dcGO)i*#g=7;PN`}=T9>O3SnX4zf)5T6Tr*+|~gQv{s}p(3qAgTn{YDb*|{?Fn%&HMAed-2D|0tx2m} zna8~MOv&aAK}gYD0Chr_@w*_ElIP%g|#2YtZ=@OvbnDf8P5E2zVnEis#uXUha0}t3a zVK)4zgf!zD8zq3Z=*7tQutDL}y6*vUTvH7=iXEg5o#qaJI)}~B15jG$BvnWxxf3xl zab(d=*T6;VE8V&nU^;i$#|%3@3>`8ZO5j@X{Tb*PMwlP)5Z!aoq=x6iP-CPlwRxutKHi&IMRWkKrpo-b0<8unFtrbyISEm-T zeN>R;FY#Rj@&j0n3tK$sJfDpTj{oyH+|OwAnF}AE5pfsph!ZJsC=e}dfN0~3g)gr0 z2AmU)%G^pei?b0g&d&BF)#>THTD<3ZFM5(lsD8^XJi`I{o7SYAd?Z~uY3$sNC5`?o z4aanaKkML>?u5CYB;1*L_~R#Z4aazo(NM$r)aMJwB&*o?_#g-p@PkUv-S-j_62#{- z_4Q&sFh*@Ht&wNEJx+cWFOE>eb$P>*Zu4mOckDRU0aBLd12<24FJnv!GN$H#7W-H{ z!|d+T49iN#tSx_znq?pXD#TDf8F6uHSg+e0w&Q1Bp7Xp1!b49L+H9;GO`{|ycUN2b zoQ0d4+YgL{&y!P9dX1LV)Fk%wDBlZ|#d__&uRA_=kBf`z8y#gA7ET00?a79wr;woa zkZDg8^?U#&C8ePK-{;1@2TIb|hEaaUIkBl?0|lT06BkbfrfW1bG%|!2ITie%i%oXF;UORf2M2iB|N0$@d-jleM}L9Jgzb_`(-fn8g*}^uQ?>n zPVS3(U3t$To&S0}_gj_m^0=xOs?8})g|9|Tn!brL-CRoxk%#!G8k2A>wL(jel5w+IjwDhQk7}>dH;=8xIM;Iz7QK}T;gIQR%co$ z-}q%b7=c(cxB7tY&#v-x;-yWRj1@BjDWI6EolF4IZ{llu;c~J9xA|c-UxF)z^p%$` zE=o1?NE2YDp^9&aWT3gb_w(g0J1=inCip|Mf{UElLI&qk$;sTpAUC4Lw>D^W@pGQe zcGV#!W!%y(%|EZ3O)9VW+QefN%*~lly|9A%`V=YX>7Rv#1$0vTwTx5B9|y;0bc75D zd+7XuqJ`PTAHj3xhwB;0;+B?7poIVM;X_&7h;-pg_u5tnMbFDxWfZa>MfK9uU#cm6gpsX}VF$Hj)v zT%U&RQPD!r$hSc18D)4@tSowbj!wYQ0tIjk`W9p(fC`L6wI(3z8IpHonm zTG1^^U=Q_{fmrC0q{&On#l@wU9+$U%>5IZbJ}}j8o3Y6n9^`GED>#p);{WpX>-~;p zz9&zfocT%v-rc#s+zIc5sH+o#z4r2|s}s`FXhMkT)qsb{tQ=(u1Z9=<+X9*EO$E;< z*iVu}nNmP0K6<)~G=O_@zsc7y8%p6XHfhaVU9}t^ACGwfdf)RXivLYRpHFb|cOI*~ zyZ!da1V+~Y-0~An$@iJzqdr+}hXIG5+MeDMVq559w_fER7f#JN;2mH3-or)t=iojj zDXC)0*1~3%{mgx?ASLc#vAA$h@+x`efY7+GKZpNDnJ2@bj|!_1!hSts ztB-voOIF>@ZImD|m%D4tmEL{%qd~=9{<1BX+7C`zKK*92$quMAUu>7_hi6J6G%JU{ zDe@|hKkq!mRQy$wu@f(Ey~2*ajO<>*;}H(;_!5^1D&=n(n9#oOX-ayyb=SG|OBd>? zG)`kJ7EdrCAp(v&mLu>5b)efWZ!Gz!ZY|(xAErqw@zjqk$c3{ zAKLR98dAL$yhDM;?srkq3rDd}O5H=UL}8IV#7x5$7W%u@QxMacBd7A($;oXsSTsiDn`Fz^t9s%uhKox- z^$>5U7g`lvmZ@Fvj|w#NpI6v)Kcq@27)CetpA`GAFmnAyVp4w1^q&$LrufX)7(pE$ zkTj2Jz`f5fO>9Cb6?(vugq#;F-gi2_{#G+M!QiyIac@(IeiN|*b?z!%ZFqrWB<9Bu zC{$t5Tnz-Svi(wsX17Ay^V+YTM=}7uhI@nC^}1|5nRl_n;BUoNCT)Gm-^peOX2vUG zKg$D8rrBTG#zx83z?ac$?ug^(uCmnPl^PqQytF z&RAC?kTFbTq8xHJ;A$jD(xgCT&esTw$i*-957rZ<=DXmW^EY6s=yG_hi5DuT@DW(Siie&wQ{ zpCC*~{uCiSiQm3@CFk!i4fn!W z14%H79(lUpC z5?+94MWU<*lRQGvEl00E>?^gzzrrs{Di^}MUT3f(fYn5P2qZzwh)7=Ed;OrqjFCt5 zYv3o$bLB3GO@nwG6R#{?UaE6~AuT;KLmXZ#kt}$+lp)b*jDUAJhw@wUCGWk=$N6Kb zznJi`d?YGR9V2v!*(Z9R%J~+`n@^+?f1qZ-^Dt!xu3dcoYw-{QEsB{e9qgv3MuxEdzpZTgH7Yr5Qn&u67d`(5ydwg>rN)Q=e*GrFbh z)H!d}mh+3HtSqx?q-QD3#oxlv&B-p^d329)eirLbDo$s0XMfQcZ}KZTrV`E1#7>pw zLw3lOpO_4IEZg5;Ym{f9x4-Rj_8wnUI!lg=Zg;O_{=AZwU1b0A&~w-8 zUy@oINW34E!F>vpw7#&}^@IfSf0_55vN>&k;-ae6CEl8lH4(et`iHBHxL~6LUn=k# zQ_BGyeEyb0i1(T>z%gy0X|QyelZ5@z#b1(h6$M29o)FLNk5HoTTNOQ}(vq@w?ohM- z+aq9A@FKt9Q;(g+=taq2t0(b(%Tia)n~zKVq&)w6OM_Q<{N3O2<3lO-=ZfA{vr-E9 z$Ul2mxz%sGvXVu~q8LZ#it+`kBCYDPTA9Kh>8NKsi~## zncV~GFZLHN!fmqrPU~B50YnZc#Y6zib$(DyOKWdTs-}#FtQ39tY6*G%GypQxBdtg= z%pH)S1bzR~QMz8ZZdf!j7F9(Z_yBo3puQV!sgk*dDbaJW7}uyA$?O+}vJ~d7es_WG zce`9((|?L#ExF`H^epa^WHPwpAjlWmCfWYnaPbNUgliw?Z*q~FPyS9EO7RxiI|eEH zZ+q(cUBaWV9<`FCU1sZk*e}Q~49uec@TWW7enOyyeSQTUA)NEh9zx9)5Zr}$P;T&p zLw4z)GH!ye+kcaEXvnyUDU{n8RK{#=OlO|UurlC;v1Rp6ie}YeCP!$~QI#v7r}kDq zOwOGDu&SnhDcsq5q4|?w+Z^}Q54(;L0W~InGwmTcOJT?l_VsBh=;Q~eF8C?Y_ zn=8$N;b_mvOa>;TT-6#2&9wtSYAgFOT&}+h5Pt%=`YBeX6Vaxw! z?d$*rmq8t!Yw1(DlVtU?v<8FgzqU%&e9fp}sVqCg&Eg!f+^Gf`KR@wg__nP3p7wX) z3_K*!DdZuTZEvi(bb|;}?m^7-U`BqPn-|$@`HB?dHxHecaB{OAf?pFt+F+*q55e zZ*fswT|HI!_t|gA~oi&X@D!3GFKDVH(|H{q{dO3NY^$ptxrS zusBK+-`Kf1qY*Gh62QCfG-59Ob}D-7uMP*{hI?9yDN_5ly@ug4=~7=_D3i0FSX*nJ z2-I+Tt@&mYowLK79GDBu_%kvL{iI5-zLTK^?Y8do?ALalLcMFbVxBHlNoQLqNolXf zSh>sN9ki=0(D*W&XyQr4ymow0r$csX`kqK%lXIr}qo~!?-2=|r5Mj9EQW|MI6=As_ zw;|MkZZ>H+&Px4X2@$OsUF>&OM}A-7J`&7F6tttCFkW!eu|Zqf%cr4Rq95$nmcqQ( za-*LCZaOg=H04tM8}WzqV`n9ES22|tr|J-~1(Kf&$>c!)k+PGj-Gg(+d))w3CsN_? z22c0&ZZZe=GrHIN)ja4#gxAElM>;i+5#*A6@tSZFr{kN2*)H$kR~J)8ffq)2j^Or*=W%8Ry=`s(AF!K|Ugx1-SwggV5tncTz}cCxOt?9zlGq zn@;(rrtPNsU^b3oF6oak6evjfYv8QFLwA!Dv6u;|gu~d{$qI7ag#w5CQf8ivueQv?q?9*vba4_>hg%`@Zx0x@ttnh6KC@?j5|npK zVD?8V1sX;0wj>y^ZnAj7e7ElyUrDKDHYe=Hm}9^^^xBvL@SG2wTKlniTwT)u=OkNr zFj=bW9y_%+k8D_Tq;C3KZte>GVr|h~M!0~kqhoJ}(l6;L?}2?!N7R{IVaBx-u3t1> z=Iwh};cJ5Uz*0W_emrolm@e(frPc$e9^#L(f$QL>XHrpS zKIHG$;k_k_DyT6VYqtSag@E+*A6587LzZ_uivOzyX=qvtPP zEZe{FmN#p4fCO?5j%Ob%BaWf=1x zl9hc>s{b7!EZZiN)t`I!RJQX~Ogw$-(pp;jb?N8%(BeBjOF z${g=b97NzZ1t9uxua+i;o&}R5P6+vIcg?gT<9893kFZWYuH};cr2|{dwyEF>5*tyuhU`{QCBv!_E)c}n2Bro*>SW=Csq*A8)9hW-P?HD}>}_~nf}^cQ5ft*147yq8fKkG}Wi}ct)fEkXd9IP+hMyT@ z&PKddki^v+;x{i@A}e*82|06%dcYjcIbg zu-7}d-z#0Rr?`O23l4)(r%RA@#j5nWLM_(+CUvzGG*T$&N zrpz}?g>ky**aIj}wW6Ho9cj`Z3q-l&vIl~1`>bB(6=`U3G9l{X*Y^O34aZCnTnnXs z^>)ZRD@|!Ti}E!vd&HHW{uIti#5P$I#P(Qq^pGL{af1!DSGAkm;(t;a{S20V_YCxS zNFa@ldAS3{AeIll5fwgIjn@`% zTh|ByQOm2T5dd(O5p=gk^5pLuKL*X?w(VBU?;`w`eUB)3jQVOJ$j>8k)+18bISZdh zz8)SY&tQ-;#9#wD6G{IA{vJFyI0(lp6*mHq+u*fD)YxHZ>*HzuQ^PsYlsy&oJAXl0 zoek7&Q=;Cj!z$msh$q<5g6(&TA4YqdpjVnk2u^o~TTyi-Z(KB+BWODqbts10`(9X9 zY*k-Y6|bE$5j&e%tg;q<+PvxC3*@u3|++d03zs z3fmpeC{ycZ8sE2PF(=qr{Vvh1o~a)MSsgBrbWfMbz*m|OI}$1f(-f8&^){|AOxjad z%r{|YX+n%e0?ib9+U=ff2$H+#oC@@@O9;{oZGCt`x!H9leep2LrJeMSx`Ur^&pl@UA_Ct&QU zuh_JqZWZSgoJU40JF0TSs0R(#*E^*t)ALPJcdC!Z_rwtGx4W*067Z;O+ zsumR$p#WS1BgtP~d$v4{~UZu6O|%4d;=+kppj_+r# zWecwETh-HjudNL#(}%HV)2jg^K-kpC(2$1pP)d8Eo^ihgOv=;fXraXq4D8;fks*=D z>$^;Nr`WhTO@-0#IHl3mOG^8Zgv#SRnn-}@Q*PRRPdSQ8&d*QE4Lt%3I)OfL(Qnbp z!UCmoluIqW0*@d>@QuHbDIV&g?RKAi_yA?g=+0K~UDlml_nfe)hPlrX-35xWebi;U z&=q5m?%#Pq)KqJFmr`n95CEDh=pqy5T4zYdq}aejVg^7^-(GGIRfQ@wa&~L!lx9{UXuCC=GwM|az)tDM#IBD+NVUl z0nRCcgSTBcSVkSrsq!S&(c*bg%~4Il{gqMwfyj(EIIrX}SLv6F;@PM0t9O|Z~5I!9=W*s zvyQeAEK*4I!KS_$3t87ST)XIMKe-RQCSzW0^S@66YKWe%qb`u8SRP?;%~q4zBp#kR{2 z>C9`msL?Rt*`(f8wLc2CH2vI88cIA}0-ruuh-}iI)IQSCAMM!y96T_K$+q<0aja0bRhhm1Cu2)+hnmALC5fV~+ zONc?%ib?4ISadj=qdBz?)W&TZ-1ohGw+5cVq~MtWx6FjMb1%qkhzqiP#cvmUMJQnc zF&C?0xfz5YEsX~?)K{M$+zxe!+B{au9a)L`Jy|@2_;x?zY)29$Uug0`^n2 zpt9GE<1$*mZb^KK-j%^1ufB+R%ESB*#vZbEV#4Jd#M;6Hej#>T1L*G-siNmT!rQv!C`~Gy-?ytk} zgH~KpGlGk(z}3|LOhN4Ne5d!W#DmYqUE77ig(m;B6htlccsc8pvh?FGFNkJ9z{T@q zD=}Db9SX>tF?N4{Di}wphs4tco+9ZMnw)mN!^cL&h^-0Ib$fRid?=orS#{F!)Bvi+_hAQ}@`A{EV z6=J7W;(JDF>j5F0f}&L`C00!)Q?ilq8tZm8&U@YpVb@2mjDOvHGNzkuNIqH{joOm7 zQd~HHLQ+aa6~wqZTNC+HJ=s%+_9&Rrc*Es~JA8f~TL_T!1U^o22?z@EgMz39t%1Fb zvN?st?XU=(K?L;X{bfK?2(Du*Aw1VjhiV8Eaf7m6M~8%S`F_LGQ`Wjzbbgu~+U(Iw z?{(~*X3=27$IAqy)~P8LpR6}NA!UfOtYyd~>w=buC|c#0^){r!h6=#qaY!WFrYkH` zMR$-*@6N$VyWVlrd(Zj75s+Tz@^;I`+~;(liMCyS{?8h>i6>`Zp2N1S<9n0F8%E;L3a&_iF=oUQUHgI^d(#+j zZeJ}*^jY{gUIfEwr1ZiN>%O!aW25Fs#ax@ZW+?GFK0s(B(1?MUJP40uz3FHKyi;{d z+_at|U_}tmu5FF1g>V@+)gwsWIypG7Ff#`s9pNR2#a%_oo*%6WrpXZz1RNY3&p9|c zFxZLN*@1=TMv^Q2ox;MkfPj;aY+4L3lvuHU0QYVV^CEPnfX|i+S5s4S&V532&TG-n z*Zer+E#{hhEt>HU&5Zg`xM%)-i`&gMD<7&j9|>l+d@>L&3|yW*q$|?+LM@z6Xc9@i z*LW|7@M;$t_Tb~`ye%=$M4JUo{XA~SL~5Hu!BM{g)R4JJ?{*nq5WrUf&aDv-g5Sxc z*QK1RsQ0;kh}mO|W+&tf#~N6%k!C7JEp%t)UtV3_EZZ_wh6>@t5mrYsCXtXdcbd|uk< zP!C(Xi6jV&9Jx0bDHpz#FPeX#%q8G|$N=0hbrXmgi!3@n#hGVkx%Q< zq{oNN2HM}hnKHDFd|5Ng6stwVG>$jk1@P)pU5Sb*W{C}}|HwX^Yj|Izb+^1k^WX)> zViZ&!e?|16j~?DnPIdKqtcI+Aj4vpz43lT^)FH aXYvmDg&!-|A+XQ#otH{lily?VU;YnmoHY0V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/apps.rc b/themes/Mint-Y-Majestic/gtk-2.0/apps.rc new file mode 100644 index 0000000..8820077 --- /dev/null +++ b/themes/Mint-Y-Majestic/gtk-2.0/apps.rc @@ -0,0 +1,45 @@ + +########### FILE MANAGERS ############## + +style "thunar-handle" { GtkPaned::handle-size = 2 } + +style "dark-sidebar" { + GtkTreeView::odd_row_color = @dark_sidebar_bg + GtkTreeView::even_row_color = @dark_sidebar_bg + + + base[NORMAL] = @dark_sidebar_bg + base[INSENSITIVE] = @dark_sidebar_bg + + text[NORMAL] = "#C3C3C3" + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color +} + +style "thunar-frame" { + xthickness = 0 + ythickness = 0 +} + +# Thunar +widget_class "*ThunarWindow*." style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*." style "thunar-handle" + +# Caja +widget_class "*CajaSidePane*" style "dark-sidebar" + + + +####### TERMINAL ################ + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#3f3f3f" + + TerminalScreen::background-darkness = 0.9 +} + +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-down-insens.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-down-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..3c82734ccecd0d46e1c7d6f772a939e3059f65db GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprS}m7sn8e z=;V&I-QQ9gnj^m7uxfj;;>NrP^$v#~=N$hM9%qeWAFr75Ev(GWdkSO9bKID@1N5fo z>X|RoR%7V+Tzqq(no7YD5yq_{EuRjYVOja4{~X8D_6>}AzGB_}8(vugEn)C<^>bP0 Hl+XkK$zewG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-down-prelight.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-down-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb9bd94e0d18ed91c0451a57a74266f6342080e GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Rlb*Djx8V882Y>n~X~?aQC{D;qezOk=otS~6|Zx185MuTMU9;DRvslJBMk4I;(g zW#0e1Y`yWh|M``EaVt1w|JXinjLIwRK6r+u$?oO6y>pEO%ozT}soERg&w2~Ag~8L+ K&t;ucLK6T`L{Jd` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-down-small-insens.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-down-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..8783904837669f08cc0a31ab41280df545c0e2dd GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdt@X7sn8e z=;VY0Y)P+^OcmEie7#|1pnOVunW+<(hJxg6p~t)vQ+oQk)^<Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;VY0Y*q8VRXIk!vps*H=iat?{;_O4Ja?;X<*Tg^IQ^Hbp7zD&t=aq98+(^Ea<1Ci txcGU-`TO%8*UmZdtnh(SUJ_MS|;OXk;vd$@?2>{zUN6i2L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-down-small.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-down-small.png new file mode 100644 index 0000000000000000000000000000000000000000..0bf1768135edfeb9f295e277ab3c24f450db70de GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynTE)5S4_ zV`gukA=e=X5tsXQ#Z$I8DX4D{@|JGRFo0Ink!%Im}WSd< Vsk_eNV4wpTJYD@<);T3K0RU!KYF_{V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-down.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-down.png new file mode 100644 index 0000000000000000000000000000000000000000..f57c15e5b5e341064a895700d786e0e817c57819 GIT binary patch literal 308 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=r)5S4_ zV`l7`g?vo`5^WFP+Z#z3OYGrU9@L?>>Z{7RM7FezQa9F|OV}R7(^AYRCbIs3!&k13 zb4S?ziQSl!U-ykKL?rz4&6JpFPeto9*M1K^Z_oY6D*c%X&*3NH8cVmG*|XR`mg9P9 zID?)`$%Ux()&h(cLV<~qVLo@uPMoo1m_O6sWeekn4Y}4Hm%sS_jq|cBl6lT|fcZnt x?Xrofk*o}h+>gzeE|A3e;F^i=1!jgHO#ab!Gxp@}lm$AT!PC{xWt~$(69DyLZ?pga literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-left-insens.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-left-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..27104c666092dc737b56d5b2aedc2306911f5052 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&OrE{-7_ z(a8x6%>mDDblkAwn5=82yG{KXx5_EW$-=jVAM>WDeRLB)Ug8?nG}R@Y!Ik-d4_g~U z~}U&Kt(a0E{-7_ zvdIYy&1~D=wc4IPa3=5Fy}7pkt8X>VDLXiCF_2~5a7M3lUbk(1)#Za;Ro|Fg)thGW z@a)}m_j*-bxw_NNS|{7%RsX(Daojm~kHXQrz5(x4zReT0Jh*rdD+Fui3O>8`93hyF>reti+r#g_mDK{Qc2qX=G~Kk`5^zvD#gn5&r)kn%ZjNsZu~u80mF_Nao-VgQ zoP%+_U`)%0!|z2tO5acadF1XR3psYj4^MmcUl7==Q(bUQwsGl_y$q97W=bU2HL5>Y zyYBT{jq{&ZZvDnT!!s&0^ebb+nyu^!@8(p?KVq;fn6$<7@)n5$*|)#Rv_0JZyi$MC zwLp>BS<8Oz->cR2Xyg0e@()5Uy<=lYjr~}U&Kt&;*E{-7_ z(a9ZayL&lO(;6Bg*58dW_}BH<$E=nHQHS z%w%AkAUAu)yBkdbauce`Cp5*Bb-eoZVg{R7haZF5J+Zc!gHx9Q&1dj*^>bP0l+XkK DOIt<` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-right-prelight.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-right-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..ab6c74c66fb0c2068c57c64ea83467a6d00d735e GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-XRE{-7_ z(aA3=ukGE?*vrUNb*uW{_jhlewH56?UH$LtoL7R4Cy#yq^KRcYP3EWH{NDV$zgc{d zfuPD|ZSJIJU;n(dH1-rZlEb9=;z?^p-Nnr{Le?(o3=_On9r+sX{svmW;OXk;vd$@? F2>@9UPZt0H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-right.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-right.png new file mode 100644 index 0000000000000000000000000000000000000000..cf97804f087153224799ef63c023fe7716ec35a9 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!3-qTT-L4!Qq09po*^6@9Je3(KLE)UctjQh zm0t&8MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1S-0(?ST zfplnSXl`z9Y;0^&Qc`4OWMX1sbaZq?LX+T+?cJk_1FLTLgg9>XRBF1mzx;atZdeG@5z5PbKmCFlN*nTdi}BA W%*4cF_Nx`Box#)9&t;ucLK6Ueo@&tm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-up-insens.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-up-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..1be55d33d9e2f52417c3bc08a7e578f2519f9992 GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprUY37sn8e z=;Q>3=74`MdIIV=q?Hax28-Mlj(vEXTR5TnbnnY9PKHN+V#+3PJ)1FQ$GZ$}wzi7L zJKo*sVH0b6vEs(O2=$IO3HAlwB-&>DiqLOax$&LhR)#5?#cC#-_$&ij!QkoY=d#Wz Gp$P!6b4hUk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-up-prelight.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-up-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd78cc1107853897ca9b1ce1d5cb13b94174cfb GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Q>3W{a0I_FgpN;h3NxP^|c@{>)mB!W9lWHjG{ zn{7%L>!sg977|I*j{NCg*RY~rlQAp)oWN(LZL*13KEY>%8T=Q?o7;rVnGUpt!PC{x JWt~$(698|ENR9vi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-up-small-insens.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-up-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..7b5eb9edfd2834e817c1af920ad01319db5afd16 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;Q>3=7@JIS_0(QSTYhiy}I-IJo6J8I}O}g-KM&qI5y>o%fED%?jt*nT{-4qWZ=@} se)ZTc=ay5CuPB^a9J2Vd#0Ex&SN8lbT`mVr2b#*@>FVdQ&MBb@0MtuE4gdfE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-up-small-prelight.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-up-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0436d3245b0cf77e8fc67360b19c53d14c60cf97 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdvp{7sn8e z=;Q>3X3s@?t<^h>6&#q|&tIIk-&XyX#X_e4lGW3`*t|7+UwdQkvPMpwE4QzGUU|Bq xaiRbA=gI!!5i6cot`~Qy?XNyB%$CEz&>k)|>HPJp&w(a0c)I$ztaD0e0sut#Mk@dS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-up-small.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-up-small.png new file mode 100644 index 0000000000000000000000000000000000000000..511056f0a7db868ef612e4644304e24dc75d46a5 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynS_)5S4_ zV`gv9THYo@5!d(G&Ron21#24FSr3Z32w%zza*kkPf194jE5f-+*uc47?iF*>qZN~9 zPxk(C$kP0r<^1fmyVt#*_gAlK<2AnGbK(renomQsZGZKym{P=Ikh}IQgU^&8_4j)# z+>gz$Z79vol}z4a_?hc~($bP2Hl2;B&vJV{@-Zm3unXpTX!X`tGCCy~PhNeD=OWN; N44$rjF6*2UngCe6UH1S0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-up.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/arrow-up.png new file mode 100644 index 0000000000000000000000000000000000000000..f05766b76126161c3c5fe61303a55eb224c42e63 GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=%)5S4_ zV`gaoLasvr5^nqJ%Z(gaW*^*Uk>a^Q@(X7VxAgT^X`Qm&8xk(MU#LzzsHCJ8|7c&+ z`Gi|f|1CTC=hDN1Q|>R;XmoXc|MzIl9jKlXe_NdQ^RbazG$ssn!AfM!{%j~?}AS4^O*F6E8*;!>a|}v z8P;qy^S!LkaP&;!0mm&$i%v-dm-=U{?RP0j=n}K9S?Xjp>&~vgcyqV(DCY(S>!2Ka=y z0_m+=w{G9QecQHeKoSBD95`?Y3@%-|1QdagmoH!Dd7h{R)WBO3gcyqV(DCY(S=}1o(uw z0_k(-&Yg#W3l}Z`xlf-yg$Vrn_wWDz|Hs{rPY2ml666=mAg{1%_ny5Eejc@4I}<2q z>gnPbA`zaP&^3dTS(k|?Cv^H^pW9I9BMc(6;vi;bs8?t?&% b7z4wi{u5Uo6jbT}4Pfwe^>bP0l+XkK*PdN< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/button-insensitive.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1a6660f5a0640b5ef8f8f05eb55598ff70779158 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}2l#}z z0_l7A?%ltC{}C8G27|ZnKma20>-X>9fBrmCl|BMg%2g8N7tA29uxt08y$>GzWGR(P z0E(JgcyqV(DCY(S=}1o(uw z0_k(-&Yg#W3l}Z`xlf)vfe8Hm^XJdszX|b^l|eR@1o;Is$SdsHy=U)(pGPg%&IAgY zdb&7-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkWNTQh>eYnkB-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkdBLsOGrqFM+M2r$*HNSX=!Qc>FHTnSp@|JWo2bRgKBDO>g(%!dU~c#oqFxswd>cf z-?(w({{8z89z1yQ;>F9CFW`|jPlKY#xG{rmU-|NkXI3-$r+U@r;s3uf^2@_zLA zNwoQz6(H+9T^vIs!gJ5x7HSX>Xh`hbHsR7wg?s;Xjh)*r)^ERm=3G-i;9ZBFBzBQW z9n2@Z8htG{Ts>RJQ4U^ZROVz c^7MK9>y_-8Z(AFzfp#%?y85}Sb4q9e0Qk0(l>h($ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e1b6d89ba3e2070eb6be58334c194ef993c186 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF+v3bT01u+ec#^3b>VsaB6?Br%+Uvd7yC)SJM kY6b@H86&Hr7~gR*SXufne7Ew&CZJ{pPgg&ebxsLQ0OLMnVE_OC literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..a98d3d3938a1012658e2e85f9730e949eac15b90 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4F0iaG+cJgYUL}Q2fGVD+~dEtd2aFY)NM|yH^pw? zu48#0bSkB_>O1S-sjewLns?1~>=>r={{33RSd-xM{BzJdkdGNWUHx3vIVCg!0Bj^) AOaK4? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-button-active-rtl.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-button-active-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..47b91b76b7fcf51df43687e0fdb7244f2651b7ec GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!Hk~ty{MvfkTH50eP1$T>_GqFJGQ~Sf>+YO-YbnFoV3p?mc@C{QP79?WMTWJ$1+>^m`qwuiv1>qpK~wD$f+^>wwuj-J#Xf5pe6=S LS3j3^P6gcyqV(DCY@~pS zGe99tPZ!4!3CU!Q_9i1|wzg9<1q_rW4$iyTc4VHN&rOfIIS-EgcyqV(DCY@~pSR04cL zT!Hkxd-v|&zyIjbqsL(I?%g{e8wfss`SR=c@85s^h)Dn@W4pHIZh%2!W36e^S;k~OW3x^2krV!$%i!Y|W>|Z7 W*~_&5J~x1x7(8A5T-G@yGywoAO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-button-insensitive.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cbc15c9f6b51690674b2a0d643e4f47b0c3174a7 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!Hkxd-ooJ!P|Er0AYXr_T$&@-@pI-DKVeH0#w9a666=mAirz(g9krZWM7>D3Tb+} zIEF|_CTp}e89B4HtqT>{U?g!c&Xl)vZ_SKN6aVbE)Y-@=r`E;8VE=mBi@Kx~AD|`% MPgg&ebxsLQ0QRO>c>n+a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-button-rtl.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-button-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..e654a6bb0e2f4971144dfa28c0953b517d1f1697 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!HktbLY;3!G#MKfb1tvogcyqV(DCY@~pS zArg|w9?eZ5&TMU`W(pV_mOMD`X4jEgGH=a)5zf*p-bTgcyqV(DCY@~pS3<7*Y zT!D0GXy~Fvi&m{#H608VfI&e)L416Ca&mG*LqlU@of?H;SY%K}$ z3ua*B=E=+{F8M7qUCJLQXzc0Y7$Om#JcE;U^S8Q$21d7j?gBIB+iWbeGZ~xC8YE_H qo;mT)p}r5w$w!#kDrU_2&A?D~P{u@LVZgcyqV(DCY@~pSv;urW zT!D0GXy{BBSg>G0K|w)bVPSlHd~$MfeSLjHL&Ldq=l=csS5z(g7O0w|B*-tAfsHFO zyYTn#*1ZO9Ad@^@9780+lXq<1%*-Vv(I;(m;9wBT@Sq!) ZFhfkeq=tR_Q$?UI22WQ%mvv4FO#n!(Q8WMm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-focus-rtl.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-focus-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..93ece7ab31ea2288c1ad7066409e9a304051cc49 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS3<7*Y zT!D0GXy~Fvi&m{#HD$__Ns}hco;`ccym|Tg`SJ1b$;rueb#?Xi^(RiAJbCKW*KglT zIGnOUww46>1v9X5^JL}}m;4r*F69ptH1>3H43P*=p25kw`CDB=1EX6%cYzu6Z8nzK ynT$%6*K1iW?-l~C}SeBFk%)^JAgcyqV(DCY@~pSbOU@s zT!D0GXz0wDGpB&ToH=vm&6}5>pI=Z=5Fa0(oSa-+TU%FGcjDy9uiw6>IGyYUSy>X~ z7tFxMm6=^w`1^PFSLRzlL2XYL#}J9|Cx*rNq~+FU)}a5~TFeKS4T iqi*NBjt2^@oD6?hrT_EqdD#He#^CAd=d#Wzp$Pz7lvWi0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..1744bbe8887c6e6a4bdc3448f8c9c4d3fc9b9ddd GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zT%SID`t14hmoHzwdiCn-*RS8cef#zM_wPS{{{8zmbH}b4pfYt&7sn8ZsmTcqjF;Kk ziX;kn95#512)rq3dw5tc`M^8(1@|91Y-MEF`zV8_Aw{VisD;7P)z4*}Q$iB}-Dprn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-insensitive-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b39eeb781f19eefa4f969f3542dac495cc6e22 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zT%SID`t14hmoHzwdiCn-*RS8cef$3X`|m%0{{8#+=(R-8RG6$v_PZp00i_>zopr01p{XJOBUy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-insensitive-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..eb794b50b874743b10672781427a5f88f1f35b57 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zTpvAp^!V}Pr_Vs({f7@^Jo2{dG1>Te~vg~e7%-B5fZ_^X^3HK)+VqthCS2k5-)%`A@Mg~t;KbLh*2~7Z7 C`cZ!X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-insensitive.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1e905a7c5dbbf7c6c4d47ef42dc5a9ce063b142c GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSGLLdn_AC50lsNg`Baw-Lv#xa$)68GnftnaRUHx3vIVCg!0Q);s AegFUf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-notebook-rtl.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/combo-entry-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..9f877d8b42dcc6c721c16cfe0630fcebb0c5a3fc GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSbOU@s zT!Hk}t5;vVc=77htNTyhJ$U-=(ew9@o`1M<>*e`t&n{ele)HbzoA+OT`1JkXzkk`g zHq8K8SrX(I%)rLYlbKUo@>^)Sls{0=*we)^L?S$S1}E$0Z*~a{jBfqh1!l~*8Chm$ xGB%wxNX*zgbK;*veIJyQkFc^;%$QTlz)<;KM)_RNgcyqV(DCY@~pSR04cL zT!Hk}t5=^rdv^c+{Ra;oJbLu#%9ShU&!4|=;ljgcyqV(DCY@~pSv;urW zT!Hk}t5;vVc=77htGjpa-nnz<9uPcuaQX7(^XJcBxNzb6_3N)*zyA8|J43}0S&)4t zL4LsuY}`DVImIQvg{DjS0|gB|T^vIs!jorkvTptslhDBE*3VpE#(bNNWp*ZG(^-SW qjLkDA{yEh5K{@#dBij-KMh2JZ(i;gcyqV(DCY@~pS)B}7% zT!Hk}t5=^rdv+TP?%ut7|Ni~UmoJ|`fBwRS3)in-fA#wH*Kgk=mCPpqm2#8>`2{nu zab;!~7XEg*=+F)n)ADq243P*=w%EIgnM+Dyo3zn^gF!5l6NQ9!Cw6R}_;(Xe=ia-5 d2i>@Y85HMB?66P!tqs)0;OXk;vd$@?2>_5%S^NM1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/down-background-disable-rtl.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/down-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..ed124203a5eac056a46b5ca85d0e663862eb84de GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsDr=})bO#|opH!GZiMF0Kz{{Me)6PKi(>E&uRL0M|F6BV1NC8 nzkmP#|DQAc{QT}mK^zQgTe~DWM4fw;@2< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/down-background-disable.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/down-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..87956d2b4089c5aafeed072b57f11fa1a7a543d2 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD?kJH}vvr91X}t2NKx5k1ZP8v_mt~E!-KWm`_ro?#?Euq@ o(5?<{35MET`|q;yc&Z;@TbU-+GD|OECD23$Pgg&ebxsLQ0CG(}egFUf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/down-background-rtl.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/down-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..370259f4e1a43a012730aa0b2e6f7ec199964814 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TnrUx;TbN zOnrOGP_)5-$MxcO$t-4djibEPixvjkY+zxYqsCPAoV#In`qKrO$HQujH}_4N*D+(Y k4ui3^>fHmZJ^Oz!vep{OxrXNX0!?G^boFyt=akR{0O6K8bN~PV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/down-background.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/down-background.png new file mode 100644 index 0000000000000000000000000000000000000000..0f40ef0e6ff14ff50c01af9bfd22792edeed5d11 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TtPJx;TbN zOnrN5H*bT10ILCaYUs1QS6;5z$#WZn1z+#2 fe|N}Z(_zk6re=ly0cv$Xa~M2b{an^LB{Ts5V)Q+w literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/entry-border-active-bg-solid.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/entry-border-active-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..14ba68f10f416192c312b7525780a8f4b4d99f62 GIT binary patch literal 246 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>!2Ka=y z#>dAeCnpyc78Vs1)z;S5)z#J4*Pl3f^5m&g7cX79bouh-D_6dL`~Lg)@Bjb*pN>^F z18TJPba4!kxSVVucY=X=ktxs7>iY)|=$5j*FXz}W#Zj!Yd}1Si=l2AOPXV>ky+T5+ l*$?N;mg4bH)VRjXV7Tr3(kSV98-T_zc)I$ztaD0e0sz6#TWkOT literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/entry-border-active-bg.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..1edc125858739636bb76acd195f60a9edc9e564f GIT binary patch literal 298 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6HXu_i1AIbU zf%K|XtF~?1HfP?vc?%W*i8=G<&tJF@$jHynFDNL8kB?7IPOh!3t*fi6udhFG^5n@= zr@nsseu?+cIiP0lk|4ie1|GhWlCtvh%HO}I?)|e0DD30u;uxZF{_UlWj12}HE*G5_ z3pzU8sE=Uh_#*c2+thLn^Qo$){6Fq;c$aK=d~;%%)RZEn)&(AQzm!6Q^SH7tOPh<& h=M{f+DcolGm{s8c%R^pv8<1NWJYD@<);T3K0RX|_a4i4; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/entry-border-bg-solid.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/entry-border-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..16d1f6420f104ed9e051b9a203169ff6d6ba2e02 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zogcyqV(DCY(S>!2Ka=y z0_j(;UcG($_RhU~_Z~dBfB*hnAb$7|NL;>r`TY6w7cN}5e*OBZ*RQ{R`z}`WEDxxG zt0c%Tn1P3{q@=98yz)2iod{8&sI8}qV~9j}az%BOD9@Xn#|th`WMp%BZX}cD&>+*+ z>tU1G#_D0SF7br(x3y-61y$mB51)0ia8J@>_Tpe-DDPL5W{Ey14m60t)78&qol`;+ E0Hca#V*mgE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/entry-border-disabled-bg.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..7d468a5c2d320c5ef24098143e3fc7940eed60b3 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zK6>=%@#Du&pFVx|?AiMdA3lHi^7Y&IU%!9<{_}^S!+bYTnUSZ9V~9j}vWH55*ne225%i264(k=;uM+Lh1MrZdzopr06mUQssI20 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/entry-border-fill.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/entry-border-fill.png new file mode 100644 index 0000000000000000000000000000000000000000..15f67464afbfc0e57a0bf88cf6652732d3b6c15f GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^tUxTm!3HFa)Xf(FDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0xGo-U3d s5>u1^{Qv*Ip3USyi=Kg&#T^#L|EF1W7S(TS2P$FkboFyt=akR{05H!gI{*Lx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/focus-line.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/focus-line.png new file mode 100644 index 0000000000000000000000000000000000000000..c06f317b319dd6f97549c7755ff72d5655247f6e GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=mSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt)QPE{-7_ zGn4leJUk@DR??tX@$gWqsgJ}e2?>b}Tt-R8!VE5aJmto9D*u7189ZJ6T-G@yGywo4 C4=acO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/frame-gap-end.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/frame-gap-end.png new file mode 100644 index 0000000000000000000000000000000000000000..8d253648946d582949bf9f52bdd6ecd10556e423 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!2%@Xw6`;Y1d5$JLpV4>-?)JUISV`@i-D@I zgD|6$#_S59pk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MZBIajv*Yf f$vgi4-^I+pk;C*YFo1UsP=dkJ)z4*}Q$iB}PiG_H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/frame-gap-start.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/frame-gap-start.png new file mode 100644 index 0000000000000000000000000000000000000000..b575a6e0b430bd462cbbfb16e08289a613887f61 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!2%@Xw6`;Y1d5$JLpV4>-?)JUISV`@i-D@I zgD|6$#_S59pk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MZBIajv*Yf f$vfT^{I_RdyT|lRxsGQpP=dkJ)z4*}Q$iB}Q_v(b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/frame.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/frame.png new file mode 100644 index 0000000000000000000000000000000000000000..82945e9d57bb06d56304fa15eb661364e8de829e GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2xGmzZ=C-xtZVlH;_4B_D5xc$)o0g%gC;1O92 zRDKbP0l+XkK DxZf|v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/handle-h.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/handle-h.png new file mode 100644 index 0000000000000000000000000000000000000000..d93ba9e16478937a35dc17db7342cb61cbc1af7c GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^59gP2NC6c|dAc}; taLi0jP+&KhXJ7x%o*4)(H)tJWW|-Z}<)@Pxun4G%!PC{xWt~$(69D#lD1`t3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/inline-toolbar.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/inline-toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..6094d5fbe6d8dc5a9c1bc7be0bcfb630a65a0e18 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H z*SmM`e)#ZVQzXx0popNSi(?2!bn=S-|N9dc7zi*hoOSVKwThGJ1WGb^y85}Sb4q9e E040epXaE2J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/line-h.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/line-h.png new file mode 100644 index 0000000000000000000000000000000000000000..8320e2a623debca401925e540d1512acf006f1c4 GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-aSE{-7_ oGm{ezopr0K}3gSpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/line-v.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/line-v.png new file mode 100644 index 0000000000000000000000000000000000000000..c13ee45c94378510c7830064c47c9715f83986fe GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-aSE{-7_ nGn04J|NmFd1_Wws8Vn5P&zR@i-g49dDq!$*^>bP0l+XkKgT*DV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/menu-arrow-prelight.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/menu-arrow-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef6a640fead0ab219d24110bfffddcc6e761174 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3-qX^pA1^Ddu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7vjCqE zS0Ei58yg)R4J2b?VjyfF11JI~AyP4Mi7~NBKtUiVUOP7ss8g^c$S;^7BP%bzu(+h6 zs;;4>zopr01sYLT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/menu-arrow.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/menu-arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef6a640fead0ab219d24110bfffddcc6e761174 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3-qX^pA1^Ddu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7vjCqE zS0Ei58yg)R4J2b?VjyfF11JI~AyP4Mi7~NBKtUiVUOP7ss8g^c$S;^7BP%bzu(+h6 zs;;4>zopr01sYLT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/menu-checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a228bd3b0abbe81a9e5c798dd9e6f4a83a372c6d GIT binary patch literal 333 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP?1M~Pl#(m zLPBh8Yub93|a^J{8q>gwuNu3UNI#EHw7FWmbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*GrjPl#(= zTwFpzLOdz}iXT`uyrcU^8>0 y@8KT|jPhTr8W;{QJ^8WglJKFG`bhjoR8yJjKKcm_{bKbLh*2~7Yf6NB*p literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ad9fd148843a62e081eb36165ca04efc01a192 GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4xHBpZ(Y^aoPR#ZI0f92^|CANoH4aybh;B8!1a zu7fb6lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt*x^J|V8> z&!4|=;ljm>7yp96@87?H+;iv70m=XW|IcXq@e!z!t0c%T*uc=JsJNuDsi)_5-;;Qt zsD`JDV+e z2Vq7hjoB4ILCF%=h?3y^w370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iisC(8978lF zzU|$}+u*=+gy$67lr;z3&M@pYxXJl9pV4Q6hrhqGl~l~_BK1r*vxEn8xg#c)?5fV> zytCKCibvv%PVvDrY7KVE_CFWa_j4mwcw4&UK?FxwC&n7>EiqD$ICm|B!N~j Nc)I$ztaD0e0sw{MNBRH& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/menu-radio-checked-insensitive.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/menu-radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..5fc5ebeae27a0f28acbf8d7204ef5abdc0e9345f GIT binary patch literal 352 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP?2ANPlzj! zZfIx-4Gm35NQjM%O-V^fN=k~4j|XyrWL#WaOiT=fk(ihW6oiOFNT7Ieaq;ELm#<#E z`s2rs|Ns9h9d=RynkZEgr}{@H5NcrDg@y=I&7>TD&uf$dIpUEwVp zE?am~Sfr$sxLTcDkH1*VZxhMw#%rmbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*GZdPlzj! zc5rY=OG}H7kB^IsOGronGGb$6Aq*fJ2!P@c2C^VT1eq)TX6G<& zILEvGe7;nnUw?k6?+c@Zb*m)%zx)Wf+ET42vHYj)qZy_QVV>Lx)0f<2F6&k~`RWeu d_sd2n<$FqaHYJ;Q{{-5{;OXk;vd$@?2>|9Dkjnr7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/menu-radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d04294941060fcbb0a95e0a527d21322510cc0 GIT binary patch literal 420 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*G`sPlzj! z{{R2~`Sa&5Uc7kv^y#x;0AvG2E?l_q6%2m-`0?Pu10eJB=g&a${{8z8A3g+<*REZ= z4hBHRl`B`yojV8A0%QXX1hTJQz54g>UmzO-fFeLMA?&_iOtXO&tCs}%1v4-yC@KX8 z1xLqZWM*b%WoPH*6_!_2RoB!4K^+jZwsmxN_S|2&nIEVn&(p;*ghST!Ag9J| z{1IGwTh~q1G7CKMw|~W+eP&`Z{yO3liAI}r-}ND6>4Y6 zPw>2w?Y45!EAg2wx}1d~rYt+2yNB6C9*B>SvMXoksqYV&{&=x*MvjLnEB6ET{VxPe UpIve~3ACBP)78&qol`;+03L$PqW}N^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/menu-radio-unchecked.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/menu-radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..1a297dd6afc7ddc41393339fdec415ad2df05dd3 GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4u6ByT*@`3|I*ik&<|I5oc5!lIL8@MUQTpt6Hc~)ETRdGHLnNk_ zPH^OFG7xax{UD?%Zjyi>Lj@P(%@@n|>#Z@=YjD`f&>A6r#mm6$;P%>?KaJ;4n0R?s zp5lUl%^j9cd~*!v-%l|z`L$4b<|moBoZhaVsjH&@EDnnU#UU8f(R-9Qu3yib8;(Sn17}lOl|X=ayb8dU$B6rF@)Y{XeUq@+@XK x@z^w@s|rv4#Q=GaS#w%e__T{Q6;6G~xypm%>lr`uI-vU*JYD@<);T3K0RZynb#(v$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/menubar.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..dbf51c1d17a5525bb9667316921064ed254ee53c GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H z*X!4>KY#vw<+tP~KoLPt7sn8e=;S}=4;(mRU?9Q5(D#$k*7je_LZBprr>mdKI;Vst E09{5gnE(I) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/menubar_button.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..21d23d9dfc39bd50e8309d3db4f85baa5b85ef27 GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ$P6U4SA1Irq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@|R21^9%x r#>dCAlpinR(g8$%zH2dih1^v)|cB0TtlHvGWhQ`+ymZ$?Y OGI+ZBxvX-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_FfKQ0) zg$oxhUc7kj+`02G02Bdofh15MCMKr4yBo;(^5x6_|Nmo!Ey{ozxk`fkg4NXb?%RL* z%-Qe%tlPiu0E(J;x;Tb#L?;W(FMf8$gpuuj`TKi&Lla&w2fde)IM=v>x!~2;RaZT1 lI%GnY>blIAxG-fU4@0ShVP^DxZE>J}22WQ%mvv4FO#tf0XXXF^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/notebook-entry-border-active-bg.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/notebook-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..35ee23f6b6e37fe8938a856eaff22f39850bd06e GIT binary patch literal 286 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6HXu`t1AIbU zf%K|XtF~?1ws`U4MT-_e$by1`!otG%`1s`HR8!&YeGh{@=fUc}~k! zK^B(;`2{oZ@RgL6SN{I}$f{fzDCpto;uxZF{_P|~rUMEbNBW|=1G@hF-)iS@Lw1&F za#KO@&4AAh{cblF%$Ch}_A=La+9lG&^z&-xDz8e-HF5`brr)-)2|V-dY=m?K3;)lk SxqEgcyqV(DCY(S=}2l#}z z0_j(;UcG($_R*t9kHO%{lP6cMTseRK{Dlh_Zr;54;lqc2|Na^M&v^h;%25*J7tFxJ zS5j79`MWp0Tm&d)>FMGaA`zZ!v3CNL rr}D(Ut1jG~ZyO8xB21aRIG7mj9hDQ_vc@+SXb6L+tDnm{r-UW|gcyqV(DCY(S>U1^9%x zK7IQ1`Sa&5U%q_x>ebh8An^VB_g}w%|Nism-@kuX1g_l$sxm9m4I2R82BBRc`#gg+&lUE@fuN}ZU#?R KKbLh*2~7agA69Mv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/notebook-gap-horiz.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/notebook-gap-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..e14fe4b2b1a25a662125f793ad49fb8a8bc2edf5 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^EI`b}!3HGjSJWnh1d5$JLpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TqdRx;Tb# n%uG%If*<^>JV4;Xlfl4nx`O@pCL@JBpb`d8S3j3^P6gTe~DWM4f D%mgqr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/null.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/null.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a1600a657945ee95d0c3a620dcb7689c949c9e GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^{22?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4V4lptcyp7EIZ%?p)78&qol`;+01F5sS^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/plus.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/plus.png new file mode 100644 index 0000000000000000000000000000000000000000..fafcd101a550c387d91c5e55f0e6e940feb7c91e GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-t3?!qQvP6LtbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKQ0) zg$ozXqk@>2nC|ZGo}M0{@Ru)N{{R2K;_U86K=o`TL4LvIl~td={P^=Vdjn9!)YHW= zgd;jRV6J8Hvk*qM^>=rdzc)&l!Mmi)pCRbB;uSN4t+u+do!hI~UHH}rt@0O1;bLa^ YKU;mrCWHDLKm!;&UHx3vIVCg!0D#+F`Tzg` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/progressbar.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..f4003e8ed2271fdeceaf907b30778098f77d995d GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^96&6`!VDxIuXC~kQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ex&b~R zu0T3EIyxySDIp;tK0ZD!E)GZn0fY--!^y0eC#!)P_)3EOf*EAgHCC=&w|>K$_a8of z;$Tj{43shRba4#fkWEf`_vus0mRpB5v~JXId}#gHma(nA=e>l4#0z(ZwSP`Wgdh0O j8~B>zaFW}yH5~E`e-|oFbL)u%d6&V{)z4*}Q$iB}l`C4# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/progressbar_v.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..d42fbbcad4c64d1cf4aa17128122b45b5c87701e GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^azM<%!VDy3CI*QEDdu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7-2k5u zS0Ei79i5bvl#q}RA0HnV7Y8JP0K$c^;bd0Klhr^Cd?i7C!3;9$8Y|bXTfgDW`wt&K zaWJP}2Fe(Fx;Tb#L?Hv0n03zz=_kEdf7- gC1(^(*x}B?@ZC54pw+y2Nzopr04S$c!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..7d87855a25089966b275478c57567be3261aca8e GIT binary patch literal 352 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^zfKP}k zkPZzEO-f3Ni;Dx22?+_Yv9UlB$OSUu-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkWNfYjE#*=NlA%|i%UpIh>wp4GJpWc00M{zkO3C~3nPf$-rl~xzPE4RzI*rX|Ns9} z{z#bu4HYd3@(X4V6%!8$4GV8-ZfQMt{=&tNpFV&2_tNRb6rh59PZ!4!2}#z2o_vQ4 z1Q-m`)l{c){r|5n)NUqi#?Zi2`Rw7$?=FtJg?jEgU$SF#dF_2-HN%v0j&!Dg*{ht6 z#7T#GXs9yrF*4{}_0bXYS$KF}v9tI)Mu+`N_eL?kc|Yk)9P^j=3mmr8R36*Q$nbz) X;-aQbwbPXzpw$eXu6{1-oD!M-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkiK~F;{N^nuU@@+_Uzen=gwWYZ~@48^XARVmoI?~AQve3_wV1|zkdVC|NsAAyLJtz z7^n*<1q49G`Sa(2;y@Cj0LW(GTDJ*kv}{R`UoZnV509R{yGLeLVPR1T&@r`j4UJ7L zt*vcsZ9R`27A^oPEb(-443Ut`Js8c`tRUiWFxXK}t81Fr(cS+`w<)&hr&la_Qxm&6 z)Fip+;lAeIJt2?fmUiua=D$?K*N1C^pH+IJs)x9kg7`}>wtdS>(%GIV#6~bYUiz6$ z;*#3gS#1BlZ1mhJH_J<1-i!0!+Dta%r#3Ui{p(6Ad4C=>eHH?=pTX1B&t;ucLK6V9 Cxvmue literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/radio-unchecked.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..c5f29df7491ac1898eb0ced3acb504c763201a65 GIT binary patch literal 404 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkUn$f%(-*tE?&F{B!S@k`STaR0LXs*`t_?9gP2NC6e81o(uw z0_o7u(A?bIxVX54goOC`cpw8vB7^h;ZxVp&xJ!ckf*IJ@+dDeDo;-c_T;lu8i9lf! zPZ!4!j+w~`3s_d1y~oRH&D?nB&E0|xtS4f7AG~8KN>|=-yYWs2OS$oc)wg&bzb#NX aE65NeVCd+5WRe_EKZB>MpUXO@geCw82vRZt literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/slider-horiz-insens.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/slider-horiz-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..619bacf5ee778cfb29f4994a3463fe2bf5cfa630 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_p$%|KGlS`xO|x1_KBiPFk8>;RmYYE(!7rW?*A)@96A$^7PqriSIKf0)rU|DhY9xtmkbK{*icMCSKo`~&z@Q$e{U3tgt#yc4-<;D|M-{O7zwm{{qAVZLV Vp`-VaNpe8_44$rjF6*2Ung9fcV+#NP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/slider-horiz-prelight.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/slider-horiz-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0185f169ad3a9e9ee38c7d4912df5e1b9a0eff6d GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_m$)uin0W`wAFbx^(F>7{D1oUPj!b<3M%XB|(0{3~cP}9i3fIo<4gn@qOk*ps9gP2NC6e81o(uw z0_jz&R&Cq1ZTt4^JHTKk7(mz%(!}$@O`tmNk|4ie1~&Hgj?S(pPoF)P_&#$YP}s!N z#W93qW^%#;mKA63@v>SoH{N-3w_pS7iP+u;@0g0xm3Q23ypzFFZaiW2E#Aj(3slYu ZG6V@2I(i?OBnQ;b;OXk;vd$@?2>>%iT{r*$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/slider-insensitive.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/slider-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cecb83d6dd3231ceebd32fce140cc8a7f14dafcc GIT binary patch literal 408 zcmeAS@N?(olHy`uVBq!ia0vp^{2(|eoJ$w4}`Sa(mo;`c<;>9bVAP_u(P(Uf5^s{GAo;-Q{7>t0d zCr=*%!Q;musprohJbd`z!NU(9K7RNJ1fM>A{`~XTuitJ*;XAUwc+m#H0cV+f7|&wr`&_Cf)iX#NM74C@fVI z$-CcSkz3jtPv2jSF1=?eHcRbW$eZQFYyPgPb1$=vtF5cn#Gi^AR32WKZn5K;r}o`! b_6Ph5i$t65Z{BbX=mG{$S3j3^P6)QoACqt9W|kI U4=tXk18rsSboFyt=akR{08Ac;OaK4? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/slider-vert-active.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/slider-vert-active.png new file mode 100644 index 0000000000000000000000000000000000000000..5b0a50aeef5ec9124f7778ed2bfcb52164eaa88b GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkPZzE&CSh?i;GK0NQjS*2Qq*pGDtu0CIP69yCldjn1PMGy`!`1$sCke6Zx(JKcn;ukT_Ls=mLw+uSv8Z?*M|zI%HmeO8xQ7y->$Qeo&g T|K1X9pjHM?S3j3^P6-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkpBPw|LxniUxC4EFo3Y(q@~#vexN$;k|4ie1~&Hgj?S(pPoF)P_&#$YP*~s7#W92< zIyvD0LzXe~!IE$9bQ7w+zKcz$`u^^2bJx7R)z&lm?(LQISzTsfl)%8Sq{7f~{=FsI PK&=d(u6{1-oD!M<)X-tG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/slider-vert-prelight.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/slider-vert-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..95e2df152d4745781590376df31ca0156687910f GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkiL5L>h0UNZ{ECl3k+`DxB+A%gME*TRs+>>mjw9*GqAC@cXW0=dHU?R#P^vKfx`Np zE{-7_(a8x17_y9+50-p;r<+jq^<8X2)%SOIo4e-it+t-gcW-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkY2TF)wXThwr}6Q0}OV80fY@9O*|jm1ghgM3GxeOU}JCZ=dZ9Sv!-d;(c)nyh&2@DKNDhwUx T-&>*$)XL!L>gTe~DWM4fAiP`P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/slider.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/slider.png new file mode 100644 index 0000000000000000000000000000000000000000..4c9d301203975346469723cd7918633ff2c19abf GIT binary patch literal 403 zcmeAS@N?(olHy`uVBq!ia0vp^{2CU%q?= z25;WHdHeS5&!0bk{rdIq-#?)F{r4Cdfi}sM1o;IsFfl7CDThZyM(x?VZ~uXV*Kgi> z|Nism-+%u6`8)B1Ni|Sixu=U`2#2ie!EPaE0|C|x(vPlcCAqfdP5S$P{+h%y^O}P% z@@~1f+;m6C=Tn;Q-_AV>xv02(u1>(2cAF;S7h!?>4xU)FgIzVS@ZdDpr}`S5UEFM9 zU#k~>T~x#SxU90}B*V0(J4{n8BA;76J5i@qXz1%Ny*Hcr0srE|A{G9pmKg$_z~JfX K=d#Wzp$PzIh{bdO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/tab-bottom-active.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/tab-bottom-active.png new file mode 100644 index 0000000000000000000000000000000000000000..fe63df9ae83defd44c79c124388dfbee84066380 GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch>)j?V+cod@(Q33`{4v72L=ZBvJ|I#I@O*)Sq4v6KbLh*2~7aQ Cq%k`H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/tab-left-active.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/tab-left-active.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b43face9ca1530d2ae0fd7c1757ef7c50a0026 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch_I)NV+codasor+FQ6!o7!wOamQSK>WRk*UpfrQ0tDnm{r-UW| D+-)$N literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/tab-right-active.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/tab-right-active.png new file mode 100644 index 0000000000000000000000000000000000000000..43eae963f2de1985ed7182efa5f258fde2d7dc3e GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch=`|)V+e)j?V+eoc5!lIL8@MUQTpt6HXu_i1AIbU zf%Md=Q$zU*P(xfS1kdu>>o0}USAD@(z1T>d3ojU-&6PgSp^jK@pN$v(K!G1(niJx0}hvq&Wi;doo>`e zuycG7`}b{XIfwaFRa5>ScR9REHaxyLu}o@8ky7gdkGfwgcyqV(DCY(S=J1^9%x z0_m$)uin0W`{KommoHzwa^=dUOP7EoQ1HTq3+KP8gklNJ!~}F zSUqgkC7y8pwpQ%0m`a@K;ge1l?n!*iUK~seH%(M@!)Bcl02;*L>FVdQ&MBb@0J8C7 AHUIzs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..5f852a5632cff753bb23417becfae550aebd0839 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw zUcP+!%9SfuuU@?d1lK{}#*G^{Z{B?S?%mH{zkdDx{rk_K#zJF1|G^E&G?+M}=$p-@sV(@hJb6Mw<&;$UIW?KIM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/toolbar.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..714890a4dc6f9c4edc7dc68b548e2bafdd555b33 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H z*SmM`e)#ZVQzXx0popNSi(?2!bn>6`2M!!DFpywj==;fNYx^%|AyAUR)78&qol`;+ E06mc~+5i9m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/tree_header.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/tree_header.png new file mode 100644 index 0000000000000000000000000000000000000000..a6b8c93261410791e93e8513299c685bacc9b1a9 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^Ahrx6GmuOw-ctdjn2Vh}LpV4%Za?&Y0OWEOctjQh zm0t&8MkkHgAT^RDt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TrhT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE0B(hi%U*UPDn_IM*=`WBwl=Z?Tx2Er934;e!&cK@(Me5?cTHZ)90VE*?WV5;`*L0 zjv*3LlM@ywCakk#X1*hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE08{O=FGWs=guR63l}b+i5Q2zk^w5^DGBlmW{{It*tu)>p1q$w|CG(%8w?cJ_jGX# zk(ipCus|_kogFjtZIJ^?GU);ej5>!}Rg8dSpNbHJSYlTjcaGqKrOk{5!aBt%k*4WD Otqh*7elF{r5}E+SD_BSX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/trough-progressbar.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/trough-progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..c833b995a20558ec7d676759ea07e54fa063ac58 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^AhrSvGmyNg{pB8zVlH;_4B_D5xc$)o0g%gC;1O92 zRDK3 kyWWg!Y+H@{0?L^g*6&W2IksFj0B90}r>mdKI;Vst03p+CV*mgE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/trough-progressbar_v.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/trough-progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f2dcce3d33f20ec7cd3078902c6af4efce2e47 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^3P8-o!VDzUlO3l6Ddu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7-2k5u zS0H^649=W6bN>AKbLY+hNnGIAjP8j*4SXd*e!&bf>KZH8u3Nw1&HE1@KXEXpUk1w9 zd%8G=aLi0jIKUwG{ocWYx0Tq~o|V3za6p@tt*=}|p`lSc^Z~=J18i(%A&l&7Y9h|@ lTm}X!<~o14Z;@oh&ETY-E~D^6={C?P22WQ%mvv4FO#t=GX!QU9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/trough-scrollbar-horiz.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/trough-scrollbar-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..e95ae2a07e792139921936c72ec44e19dd4c64c5 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^{22?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR42?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pSv;urW zT!D04TwHQ;aza8vJQ4s3BJn`XXVN?FzL1It&d%hyJ^LK9xu>HQfT7WHhi86C11A{-e VM)^WPjt4-!44$rjF6*2UngC!7Pw@Z% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/trough-vertical.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/trough-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9af498a8a9fb16d0c1bd9a5dbed4f1ceef0df2 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!HkNGiT17J9i!lT)1!nO#~>}vHZtZplaTdAirP+IeCShyLRu{`}xa{pAKL8(t#2N zo-U3d65+`S3cLp4s*VyePG3$O(*QD*LBVDRVG VC|@YZ@c^io!PC{xWt~$(69A=IVUPd- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/up-background-disable-rtl.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/up-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..6e5c2ce4b17bedff2da141a0c75c99145b8b64a1 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Bx;TbN zOnrN5BX5HN59>waUtY u-AYB(84F&8^|hH!9j+9gP2NC6c|1o(uw z0_l7A?mc?+=-s<_KoSUk{r>&?&!69dJtaUn){-EgTe~DWM4f+;T?f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/assets/up-background-rtl.png b/themes/Mint-Y-Majestic/gtk-2.0/assets/up-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..3f6060603143a930d105b351f5bc913a26e627ea GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Bx;TbN zOnrN5BWHty0PDq{O5ukNr8ebeERVW8?F+AofyFhpIVqFW8_vY2$ZjiNV3@(Sq1Nrl ut?K+qZtvPAZR29}Iq&_YZT{a4Z#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tl&$x;TbN zOnrOCP_V&)hv6VMt6b1SMW%peZ!4Z7Od^Jk69WvL58AWssCs_nZufV;gw?B#p5a>+ zm=@;p=G{Ifo?dCCrd56i?zEb-9rOS3rv0womvg#Fwc_)8frc}9y85}Sb4q9e0F$mm AQUCw| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/gtkrc b/themes/Mint-Y-Majestic/gtk-2.0/gtkrc new file mode 100644 index 0000000..cfdce6b --- /dev/null +++ b/themes/Mint-Y-Majestic/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#4a4a4a\ntooltip_fg_color:#4a4a4a\nselected_bg_color:#9ab87c\nselected_fg_color:#FFFFFF\ntext_color:#4a4a4a\nbg_color:#f0f0f0\ninsensitive_bg_color:#fbfcfc\ninsensitive_fg_color:#a9a9a9\nnotebook_bg:#ffffff\ndark_sidebar_bg:#454545\ntooltip_bg_color:#fbeaa0\nlink_color:#5294E2\nmenu_bg:#ffffff" + +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +include "main.rc" +include "apps.rc" +include "panel.rc" +include "menubar-toolbar/menubar-toolbar.rc" diff --git a/themes/Mint-Y-Majestic/gtk-2.0/main.rc b/themes/Mint-Y-Majestic/gtk-2.0/main.rc new file mode 100644 index 0000000..72255a9 --- /dev/null +++ b/themes/Mint-Y-Majestic/gtk-2.0/main.rc @@ -0,0 +1,2441 @@ +style "default" { + + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkWidget::focus-line-width = 1 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 2 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkEntry::state-hint = 1 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 15 + GtkScale::slider_width = 15 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkExpander::expander-size = 11 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @insensitive_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # For succinctness, all reasonable pixmap options remain here + + engine "pixmap" { + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image { + function = ARROW + overlay_file = "assets/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state= PRELIGHT + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Option Menu Arrows + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image { + function = VLINE + file = "assets/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image { + function = HLINE + file = "assets/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image { + function = FOCUS + file = "assets/focus-line.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + # Handles + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/plus.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/plus.png" + } + + image { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "assets/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image { + function = SHADOW_GAP + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +style "toplevel_hack" { + + engine "adwaita" { + } +} + +style "ooo_stepper_hack" { + + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + +} + +style "scrollbar" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-horiz.png" + border = { 2, 2, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-vert.png" + border = { 3, 3, 2, 2 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-horiz.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-horiz-active.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-horiz-prelight.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-horiz-insens.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-vert.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-vert-active.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-vert-prelight.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-vert-insens.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = @menu_bg + bg[INSENSITIVE] = @menu_bg + bg[PRELIGHT] = @menu_bg + + engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator + + image { + function = HLINE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 4 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = @selected_fg_color + + fg[NORMAL] = @fg_color + fg[SELECTED] = @fg_color + + text[PRELIGHT] = @fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "assets/menuitem.png" + border = { 1, 0, 1, 0 } + stretch = TRUE + } + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = SHADOW # This fixes boxy Qt menu items + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "checkbutton" { + + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + +} + +style "entry" { + + xthickness = 6 + ythickness = 4 + + base[NORMAL] = @base_color + base[INSENSITIVE] = @insensitive_bg_color + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_entry" { + xthickness = 6 + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/notebook-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/notebook-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/notebook-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_tab_label" { + + fg[ACTIVE] = @text_color + +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 4 + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "notebook_combobox_entry" { + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "combobox_entry_button" +{ + xthickness = 6 + + fg[ACTIVE] = @text_color + + engine "pixmap" { + + # LTR version + + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "spinbutton" { + + bg[NORMAL] = @bg_color + + xthickness = 6 + ythickness = 4 + + engine "pixmap" { + + image { + function = ARROW + } + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} + +style "gimp_spin_scale" { + + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "libreoffice_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "standalone_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + + engine "pixmap" { + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # How to draw boxes with a gap on one side (ie the page of a notebook) + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + + # How to draw the box of a notebook when it isnt attached to a tab + + image { + function = BOX + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "handlebox" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" { + + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 + +} + +style "combobox" { + + xthickness = 0 + ythickness = 0 + +} + +style "combobox_button" { + + xthickness = 3 + ythickness = 3 + +} + +style "range" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-horizontal.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-horizontal-active.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-vertical.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-vertical-active.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + + image { + function = BOX + file = "assets/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + } +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar_v.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar_v.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "treeview_header" { + ythickness = 1 + + fg[PRELIGHT] = mix(0.70, @text_color, @base_color) + font_name = "Bold" + + engine "pixmap" { + + image { + function = BOX + file = "assets/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +# Treeview Rows + +style "treeview" { + + xthickness = 2 + ythickness = 0 + + base[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + recolorable = TRUE + state = NORMAL + file = "assets/null.png" + stretch = TRUE + } + } +} + +style "scrolled_window" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" { + + engine "pixmap" { + + image { + function = SHADOW + } + } +} + +style "toolbar" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = VLINE + recolorable = TRUE + file = "assets/null.png" + } + + image { + function = HLINE + recolorable = TRUE + file = "assets/null.png" + } + } +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + + image { + function = BOX + file = "assets/inline-toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "notebook_viewport" { + + bg[NORMAL] = @notebook_bg +} + + +style "notebook_eventbox" { + + bg[NORMAL] = @notebook_bg + bg[ACTIVE] = @bg_color +} + +style "tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + +style "eclipse-tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = shade(1.05, @bg_color) + fg[NORMAL] = @text_color + bg[SELECTED] = shade(1.05, @bg_color) + +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 100 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = "#000000" + XfdesktopIconView::selected-shadow-color = "#000000" + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @bg_color + bg[SELECTED] = @bg_color + + fg[NORMAL] = @fg_color + + engine "murrine" { + contrast = 0.7 + glazestyle = 0 + glowstyle = 0 + highlight_shade = 1.0 + gradient_shades = {1.0,1.0,1.0,1.0} + border_shades = { 0.8, 0.8 } + } +} + +style "xfwm-tabwin-button" { + + font_name = "bold" + bg[SELECTED] = @selected_bg_color +} + +# Chromium +style "chrome_menu_item" { + + bg[SELECTED] = @selected_bg_color + +} + +# Text Style +style "text" { + engine "murrine" { textstyle = 0 } +} + +style "null" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + } + } +} + + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkTreeView" style "treeview" +class "GtkToolbar" style "toolbar" +class "*HandleBox" style "toolbar" + +widget_class "**" style "menu" +widget_class "**" style "menu_item" +widget_class "**" style "checkbutton" +widget_class "*" style "combobox" +widget_class "**" style "combobox_button" +widget_class "**" style "combobox_separator" +widget_class "***" style "treeview_header" +widget_class "**" style "inline_toolbar" +widget_class "**" style "combobox_entry" +widget_class "**" style "combobox_entry_button" +widget_class "***" style "notebook_viewport" +widget_class "*HandleBox" style "toolbar" + +# Entries in notebooks draw with notebook's base color, but not if there's +# something else in the middle that draws gray again +widget_class "**" style "notebook_entry" +widget_class "***" style "entry" + +widget_class "***" style "notebook_combobox_entry" +widget_class "****" style "combobox_entry" + +# We also need to avoid changing fg color for the inactive notebook tab labels +widget_class "*." style "notebook_tab_label" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" + +#Fix GVim tabs +widget_class "**" style "notebook_eventbox" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# GIMP +# Disable gradients completely for GimpSpinScale +#class "GimpSpinScale" style "gimp_spin_scale" + +# Remove borders from "Wilbert frame" in Gimp +widget_class "**" style "gimp_toolbox_frame" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget_class "***" style "chrome_menu_item" + +# We use this weird selector to target an offscreen entry as created +# by Chrome/Chromium to derive the style for its toolbar +widget_class "" style "standalone_entry" + +# Eclipse/SWT +widget "gtk-tooltips*" style "eclipse-tooltips" +widget "*swt-toolbar-flat" style "null" + +# Openoffice, Libreoffice +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*" style "ooo_stepper_hack" +widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" + +# Xfce +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" + +# Fixes ugly text shadows for insensitive text +widget_class "*" style "text" +widget_class "**" style "text" +widget_class "**" style "text" +widget_class "**" style "text" diff --git a/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/button-active.png b/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd6865759433b710256f4b38e25f3231ff41314 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ((_>EamT z(fRi3M&3gPBCZ#I|J99XHqv%!n&jEA_K;D4fm7Bog=>>FJD7#mPSmK8j?U|gv1NX- zD{peK+?gEqH7hQ&#GH9!(f8Q)T>o>4#k;FjA5UGPk;(9l_0~C$wf7m;+}S%lg@JVy zXU#Uf=^vCItY$M^;mDg6(EN{4i`)8a`rD|Yq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/button-hover.png b/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..aa079ece8e7bf704069fcb3750ed5728bc700c49 GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8Vc#JKp4Nx=eWuvW>dKlZ5X8r*svh|*?4iK{MWu^R8N!zJO))$xvT|FIqv853 zI`yry)fsB<%R6x}7cfTEZ0a~s9DDt?MPD$pfYXlh*zz93ZAy<8&4^sRYWb8)3^B8f z?5mX+l$?4#rq6qBdtlv}*onGsl}F$G58WTK!bx;hK&#dl-wR1;?~b27o65a6r1aB~ zGd!Vl8`vF~Clvql)#P33vE!=lgSo~3n13+%pSSCbJAIG|=zIoGS3j3^P69gP2fQ+5z>EamT z(fRh;M&3gX0xlQr)lY{r3wm_iVRi6ObqHT3v4G)uieB;@9mZpd7ZnBXv@E{5r-b!F z>0LFYDo^$WOMTQH=)JVzIede`W7o4e+by35aX4gGr|)L(<8^R(!>ydZGWYtnaE6zc zr@Aqy=-z($J9B5q3MbK30j*kJ{4adz{@4+*?Q)DwPXE${m7m!zFf5tkx9#`Oi5fri dY*k|!;vP*hdfaRj`3&e%22WQ%mvv4FO#nZnYUKa` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/button.png b/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/button.png new file mode 100644 index 0000000000000000000000000000000000000000..9d50a7e4f6dab8c2c67c550ffb8f248308336a1e GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ()5>EamT z(fRh8Vc#JKp4Nx=eWsieU%6d`3lUIFH5?ZvQIzR3CoX;G0c3JIr zQDRVPS|xWThkwKB&jBgjf$gTe~DWM4f^AT|Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/menubar-dark.png b/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/menubar-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..299c550650fa3b0ccb2c20ff9e5fb239f828c05b GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^5aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0vUo-U3d z9-VK`Itns4a2!7Hn9cs{`ZfLm7sWdpay(~=zfpeFVdQ&MBb@00l@fPyhe` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 100644 index 0000000..23a344e --- /dev/null +++ b/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1,222 @@ +style "menubar" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[ACTIVE] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar-dark.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button-dark.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + + +style "toolbar_text" { + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[INSENSITIVE] = shade(0.7, "#dadada") + fg[ACTIVE] = "#dadada" + + text[NORMAL] = "#dadada" + text[PRELIGHT] = "#dadada" + text[INSENSITIVE] = shade(0.7, "#dadada") + text[ACTIVE] = "#dadada" + +} + +style "toolbar_button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "menubar-toolbar/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "menubar-toolbar/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "menubar-toolbar/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#414141" + base[INSENSITIVE] = "#393939" + + text[NORMAL] = "#dadada" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#2f2f2f" + ChromeGtkFrame::inactive-frame-color = "#2f2f2f" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*ThunarWindow**" style "toolbar_button" +widget_class "*ThunarWindow**" style "toolbar_text" +widget_class "*ThunarWindow***" style "menubar-text" + diff --git a/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 100644 index 0000000..5bd9a7d --- /dev/null +++ b/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1,166 @@ +style "menubar" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[PRELIGHT] = "#5c5c5c" + fg[ACTIVE] = "#5c5c5c" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#fdfdfd" + base[INSENSITIVE] = "#f4f4f4" + + text[NORMAL] = "#5c5c5c" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#d9d9d9" + ChromeGtkFrame::inactive-frame-color = "#d9d9d9" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" +widget_class "*CajaNavigationWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*CajaNavigationWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*CajaNavigationWindow**" style "toolbar_entry" diff --git a/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/menubar.png b/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..2be034ef3a8d8bbcdd55baf64b7431eec8a61e19 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<>&pIsg^%A{SJ3rka&((}XraT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-D;sd|UZ#>q}c}=V*$|&pP3f0BadZL=x85lI&nNHniZ`A=RX7F_Nb6Mw<&;$TR CKQ06S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/menubar_button.png b/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..78c8122e226f075afb51e3b0ae6ee728a869a198 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ!3HD+(^8%SDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-Hwl02V&)mx>yjE9YYs!^Lf!=Pql3Q8$85mxNGQDp2T$KP+%;4$j=d#Wzp$P!` C)GVO@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..54293fdf0ad2ca4289100a4744099a03b02634cc GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7mo@^o5)u}lQP4Pb_`s1fM;v%Rynk=s_I>?+gBXjV=?_1?4d>C>v?_^5 zEN@o5-2J-H%FowsORiqN_Ma1Px6@{)%9hH=O*(hCMoIqrpPsnlo&W#&aZ-U!yoWb7 zewozq>D9k4|9za2_VB#l_iwJFcK5y7-`1fXJ<}UIJ7;z_MjdSBT{CanFK%IDVdm1L zc^n2=7gxA07VC{N$+|dU%ZvN>>vPKhL;3|hW}ZbvY_(gt(V#RS0p-SglY6|-Rrk;&n}nGFZY_yl=%Af z>;KcMI*eZ2)-dMi{1~)#=ht^n)7!Y+-x=BL{5^}2!DM61qP_M~A;6$y@O1TaS?83{ F1OP#&xcLA8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..519e134b1090ad7b73802a45c968f615f3e831df GIT binary patch literal 406 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7l7_H=O! z@#uVeZNJyy0FmP#@9#YFZ=zYDhoKj{>&3HccUN}WHFM=PariayF9>+SyhDXw;f2uS zMIr2p!Mj~HJP3U?A$zH-bKmZgJ(4Xo@(*er_}EVh+7x2Qww~W(nX*Cp1;L38p&K`D zywa4s?$87+w=YGLt*-qFR4(4N?zY_PhNc7S|DO3AXTsyZ(vxk^ho1FS_Zs^iZ{Ah+ zh41g}VzI1WjhDnrKQ}$ITRGXsP2h}V$=>WRphn|#fl9`D?FCF)AXLvO$jQ9gP2fQ;Sm>EamT z(fRh8VHUF^PwPYTs7$TN!EX%Ct#)$}5ac<`U}n7HRqssu89#TedwpK+gw1(&2KCUtU4}+Q=SpWS z+iu(UKUDLn?emzEcLkkxY-{Rx@#vj{*UD{9a!aRZZFQ3?UEwVIDxm$JZb|)aU#a6C zSs6My09gP2fQ&uk>EamT z(fRh8Vb@^;f!2rW(anNKRyY4h@=Vz6z_BFihB8Z$0jG4#&f?66xyOWWue_wA`Lvbw zFMEZ&kLjxSzo*VL>{E7OF;rHXlG?dQW5G|M2LzC_3Oy6Mk<8n%4M zU3<0Q+}hIE`AI$dS7*-JT%32-h2`|7JKLL{RqpHLFks1dq0a~B`zfIS&zJ|ZQ ZCVZndL4i;6i4o9W44$rjF6*2UngC%6gFXNN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..24480b98111cef5c68227e9bdab2320057c0f087 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ+5!>EamT z(fRh8A>UyG9_PSmo2ICipZt41RkA}l;_a11FJu;X|7ZLWX4m()qR&u3@PyADNzWBp zE-a}%jjwlYcyGNecem)Py@&56rfCQovNC?SnX|TWrX}moV@ASr)c$N)z^a?!$Q^aT ze&Kh1Mb9tymOBbEPFk?)(B0(;&npkzUARg^iOJYGn|JHAXvIke#vL4Sdvk0{6#To6 Q10BcU>FVdQ&MBb@0MsdEWdHyG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Majestic/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc822f001cd7ed843741d20d3128be0ecec9ebb GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8A=hC8p4NxUJt7wLy!?A!+-uIoPQ@;(Dbs?iteg-2XS~Ng%jL68`|icpx*l6N zxMT#nIJhiWm5|o4J9)k6Ws`$vW;rbtS!1cZl;!4k*~@R+3T0+9tnYZScjk1~=G}+S z%u<>^Q}T{1v!JQ<_4RST52qdqmwgq`Zgpkh{uU)B!9vM`dFo0`%^eG-6iIH$z5UrT zFm#P2^MTa!ovWN?NNTD+Nj-RXujY|6{w^&1J7)y$uHNk74smdKI;Vst0CK2y A+yDRo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-2.0/panel.rc b/themes/Mint-Y-Majestic/gtk-2.0/panel.rc new file mode 100644 index 0000000..c877428 --- /dev/null +++ b/themes/Mint-Y-Majestic/gtk-2.0/panel.rc @@ -0,0 +1,153 @@ +style "theme-panel" { + + ythickness = 0 + + bg[NORMAL] = "#383838" + bg[ACTIVE] = @selected_bg_color + bg[PRELIGHT] = shade(1.1, @selected_bg_color) + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + text[NORMAL] = "#BAC3CF" + text[PRELIGHT] = "#BAC3CF" + text[ACTIVE] = "#BAC3CF" + text[SELECTED] = "#BAC3CF" + + engine "murrine" { + reliefstyle = 0 + glazestyle = 0 + glow_shade = 1.0 + highlight_shade = 1.0 + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + textstyle = 0 + contrast = 0.0 + textstyle = 0 + } +} + +style "panelbar" { + + fg[NORMAL] = "#edf5fb" + fg[ACTIVE] = "#edf5fb" + fg[PRELIGHT] = "#edf5fb" + fg[SELECTED] = @selected_fg_color + + bg[SELECTED] = @selected_bg_color + + engine "murrine" {} +} + +style "panelbuttons" { + + xthickness = 4 + ythickness = 0 + + engine "murrine" { + textstyle = 0 + } +} + +style "theme-panel-text" { + + fg[NORMAL] = "#edf5fb" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = "#edf5fb" + + text[NORMAL] = "#edf5fb" + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = "#edf5fb" + + engine "murrine" { + textstyle = 0 + text_shade = 0.2 + } +} + +style "panel-entry" { + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + fg[INSENSITIVE] = @text_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = @text_color + +} + +style "theme-main-menu-text" = "theme-panel-text" { + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "workspace-switcher" = "theme-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "indicator" = "theme-panel" { + xthickness = 0 + ythickness = 0 +} + +widget "*tasklist*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*PanelToplevel*Button" style "panelbuttons" +widget_class "*Panel*GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*Panel*Button*" style "panelbuttons" +widget_class "*" style "panelbuttons" +widget_class "**" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" +widget "*dict*Applet*" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*Tasklist*" style:highest "panelbuttons" + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" + +# Fix gtk-entries in the panel +widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel**" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..4f834a1801d8d7b5f28317136f82407256abb0cc GIT binary patch literal 347 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uAfKP}k zkdBLsOGrqFM*`Xg*4l1b-{WMSiCY3u6i9~=-A8X6W679JTM z9vKlC6%`d79UT)B6AK1F^WuPp{V7&D2sE9&B*-tA!PCq8(c>r4=4(~}g%Uhn9780+ zbNfAo8Wea~7B^|=t=OUX?En2Q4huXI?=M@e#_iyEImzi7gMy(m1A|e~Lvy`7f!QMO zTx-OZ`U`EJC;L?4&I&bQqtJDZfql-o_utmMO`O<$ocqI$8 Oi^0>?&t;ucLK6TgTyKH^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..393078b9f4e2135b4e4cdc92c05b8a140cb67327 GIT binary patch literal 462 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E)d4;s zu0T3EIyxySDIp;tK0ZD!E)GZn0fY--Lr84{YaK%yT_Yf})i<`)H?cD?u`@DrFtKp7 zvU9VxceizLcX0M}bn$j_@$&Tc_wot!3kVJj3JnYn4GInm3y%zs0HUaf$S8;{m;Ftr z0QeC zEHM-B6lg9*hM#o59o7&t;ucLK6V_cd8Ho literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f45e68302e75ac35b62560e24574897d0a927ed5 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkWNTQh>eYnkBq^zUF3{zY}S&ZB!mg^NYtnK`AmFt_*$B6kF;S*(k1Q>6< v!>6%*;l&xv>ur^bF8;Kxt?|?S{8@i#24BR)iwtvs)-ZUw`njxgN@xNAXP0ba literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..161508e7a14892225b8c7c50a42157316c064d01 GIT binary patch literal 454 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EX#qYV zu0T38G&C_WF*Y_fAt50yE)Gb>$HxO1KoY{x(YMkuw9zxP(KoiyH?=b~cQCbZva)lv za&WhCaCdO_baM9g^!D@i4e$#H2?z=c2nh=c2@4C43T98@ByxEthNS+HnTG1 zdLHzX(L2f4AAYKKA$zXSJI?QgrRhoUIN2_A?5ID&+gp30*?W=T#}6~FPjUZWFz-j_ z>Z2JYH5-3DzW+;6WS`mEC9O=Xj(mPo&o5R@*}S8E;(DW-`60ql%Z0<)tbp!i@O1Ta JS?83{1OS8xr33%~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..efe63d320584fb02cd581af5a020cc8779ebbc03 GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkp7PZ;^X5J6BCn?lJfKO3kwTNOH0ej%IfOs8X6i}TU*=P+dDfuPnfB*jdmoHy_{P^+f*RS8de*?|aN!8f}G+MSK$S;^dL$ju~2L}-MW8nrW zjPrDH43P-W?RV#EFyLX~)%?Pz$oBvLT$x8M8xP$}Q<=`H5tQw9(Uc*@X9+`tOHt!) zksUX5xoSG+T`lQr%~wA!!@`#~hxzk~yVB2ge93vEdVW{)5|5wNw))FgZTiE$y;#Vm T*X7VBpiK;(u6{1-oD!MZuoc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-fArK!QpO~1Kl9G~f+dGh4hvuDqrKmYyv_us#NftG}~UPuGlr&1E+7tFvfDi#}`kl57R z(%ORqEDqcP^cllyPZ!4!i_>c_-xh095MT{ZJuI^3O`S5&zyI=+FS4`A#%#6dpSM?} z<>V%j$f<|UxfGavo2nYbyJ$(mSOp7uHP= z7iPNZTg^Y?_m9Xc)eo-Pmoj~q3*hZo@csG+mW{`4qf|N;9KT&-GTH72zxeg}zE3t( z6`EYUyl1Y@s^1@^Blc{W!^Xzopr08f710{{R3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..5cf72494cc2292122f9161ebd8507135d54908dc GIT binary patch literal 365 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkWNTQh>eYnkBx^F7H*)zcuyC{5Q*^I{%F1i1s)c`6-IhLxjFWj){d5@CxHui z6c#ZsiDfNvT3h$8C695J>K!xg$7Pd?g?{lIpH^h|a=pNuqq>hDvqxpSFIe>9yOo^! ctg1iU!gE+J#|!B!09wW1>FVdQ&MBb@09CD$`~Uy| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..291c1188286ce43057fd22ab57e81501d23f3829 GIT binary patch literal 469 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0T38G&C_WF*Y_fAt50yE)Gb>$HxO1KoZUXDo9F7Dl03isHmu^sp;(OoHAv~f&~kf zELpN^*RDN#_Uzre_r!@4r%s)^aN)v}Cr@6!eEH$Shc92g{P^+X*RNlH|Ni~||9_=r z*)*ViDkVXF!3_MOVzKcFiA~Kdtvxuv;=nCHpE0cVba4!^IKB4rZLuZ=0oDN3!y+Dw zexE({^MAdMn>>ST%vOv3d3!}#PHqy3oa%JWrNHdlRFxp!MN?9)aj@`au^3JIf3S@4 z#qv(3yN8au99YNNQ0~l>TfJk2z>Kt8)(&%zov+%<{OxbB_Mdx<%bW$jyp!V7h^u?A zE983N_idZ9$#y^Z!*AaYd9tDEW5C7BHupnU{r(^wv1iL1HdZD#zH@5wZrvZNzWsHb cm$GU9zb@_dcg%0b0-ep^>FVdQ&MBb@0GW2pCIA2c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-selected.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..b5f2d992c0e728fcdbdd33cffd4a89258e81f2ac GIT binary patch literal 354 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkp7PW;^X5J6BCn@lM4z83JVKMOH0ej%IfOs>g(%UTU*=P+dDcsPM$n@>C&b9_wPS= z@ZjOYhtHosfAQkQyLa!teEIVI`}ZF|e*FCT^Y`!HK(p1hwFCgIVJ`{t3uf^2@_zLA zNwoQz6+odlPZ!4!iSXQW$N3r*L|iTgI=)ZP} b80O0<`-nVMljYb6w28sf)z4*}Q$iB}-xi{O literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-selected@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..204aa4fbc0615528fd2cddc85c48430a1a263665 GIT binary patch literal 472 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ebpbvh zu0Z-faUecEJ|Q6?B_$;_H8njwJu53KH#avgFR!$;w7R;wzrTO- zmn>PbYuB!Q`}UnaefsLvtJkhwd;IwEvuDpFVdQ&MBb@03Uqi1^@s6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c41c5f2b79bb3603788bea8ea90781930620e4e8 GIT binary patch literal 441 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIav0G|+7 zARQMMmynPUj|8+0taS`+^iAvxP3?`$94u{IENxw_?10G4-r3W^*~{A}(AziAFCf@I zFeE5AEG#S{JR&kYA}RuiBBLTBqa&lDV?iJ;7HE209MJ4zX|8vGma&%v`2{n0dU-#3 z{3P0Z%?hB(6IgkAm>!+0SXzCQ=l-8L zor|Vk`FDVM>M^!uHW8hTHOtHxZcDM>{`2FA!!+g$$)-bppQiI^v8#SQT)p^iI?2&-uC@*;awN4)Ni{YD&NWE2Q|%o9%*V?G~@YgcirRX zwm;1JB2-xI@@#72I!V>O*%q(aZ$Ek*#dL9gh|H9edAj$%^ZR_M@`<{C@)FSL44$rj JF6*2UngEKlqqG13 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..32272b758ba60259144fd1be7bd9612ec7c291c7 GIT binary patch literal 630 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS+5>z- zT!D0SbaYZuQbIyPe0+RdTpW-D0tgqvhLG9@*1Co^dd9Z;#&!m#_J%-YW^ZKXU}@`W zW$S8f=VoIMMD8{Y?hejg&TihW?!F#g{sBRufkC06VG-dGk>L?h5s^`mkNTp@*muIALtamk|4ie1{rmYm220n-|*)BhmW5)nA0yaFfh7%x;TbJ9DaM_ zZqOkE0oDgWjsmw8w6rvuIQ~uiUT+sI;<4-PJ2UCD9XE<^&a5l8@-?5U(&<+0w^QPY znL(xf+K+8v6BI?*!=}hF6id!vyuh`1K@-os#wv5m*PtkHy>x%zhL{vJ=0F7na*R*zjULYEj&5-nXV0&&fcz$ zYL*|*E0rETd~mP$$XVNW3m;sx?pV^^l&}2!-StnWjxVX)TOfB+xVvwDiv6plKa`Fy zo_6+jmWNa$GLxEibYEs~Q&I$hvdE2Za|>4YiUt wSQE6Ye0IM&@ObAJBkrf0^3*S8oYUOj{i~g+r!C?+Ft8asUHx3vIVCg!0AnEiAOHXW literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..5ab4e40ffe53f20a6a482c4b72159b0fe5958833 GIT binary patch literal 455 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIa#0G|+7 zARQMMmynPUj|zYy$;rtnDJiL`sfC4wMMXu$#lxA8P0b0yn666=m;OXW4=<$)AZda^Fezp7je_o@6#yzI&9y_=s&ebHMrAo^88!>HgJl zijBPO#c6f@1g8$u74he9>NunuUn`Z}p02#X;8H! gU38|3@n6L}rAwO2_8Rm|1v;L=)78&qol`;+01lDHDgXcg literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..32ace4081d07bcc4029ccc1a2e4f6e9c4c4fceb8 GIT binary patch literal 645 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSCIt9| zxB}_u=;)-Rq=bZo`1ts^xHupQ1Q0HS4JU!hl9Q8DQd08s^NWg#ii?X&N=nMg%77MB zR8-W~)^>My_w@8EUAlDr`t@73Y}vPO->FllPMTOXzJ2@d-Mjbi-+%u6`RmuOzkdDt|Nnn9^Z#Q&H}RDO`2{n`sB5fTyKeo4H}5}u z{KUbWewl%R(bv<(F(l&f+Z(ro4jBlrJqQZm+vdm^=)%Zf;qv)kzIyAzXIJj3N~iC* z@qd%?-)HAle63Czbv~JL>D^Q&5R<@9*QX-yux5EB6Mp)ueZEd)em%0*sS97blLx;9mJ^ITrKQ18W8^>&C2Ns)C z-=20(aKFVbEBGZtdX4FI?F-89Znzy+zp+@3aqEwwm6ICS1;4&%zv36O_@3bMdtov0 zD_a)KvVZ*d$@B;ZM%E=wXSx?~^S}9YppX68n$uhAPVb+0`h0i9x))nOVe*OFZKXuF U=$1fTV30F-y85}Sb4q9e0ES2`uK)l5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..abb54e5a8a60fc63f453dd38be3160ed2353941b GIT binary patch literal 353 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkdBLsOGrqFM+M2r$*HNSX=!Qc>FHTnSp@|JWo2bRgKBDO>g(%!dU~c#oqFxswd>cf z-?(w({{8z89z1yQ;>F9CFW`|jPlKY#xG{rmU-|NkXI3-$r+U@r;s3uf^2@_zLA zNwoQz6(H+9T^vIs!gJ5x7HSX>Xh`hbHsR7wg?s;Xjh)*r)^ERm=3G-i;9ZBFBzBQW z9n2@Z8htG{Ts>RJQ4U^ZROVz c^7MK9>y_-8Z(AFzfp#%?y85}Sb4q9e0Qk0(l>h($ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f23f253d71abb2d55230ec4bfb3bfb420053366f GIT binary patch literal 472 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ebpbvh zu0T3EIyxySDIp;tK0ZD!E)GZn0fY--!%3iEVqzjtaambeMMXt*b#+HaM`vf}@W1~p(3C$TR z*;v??vWcAhpYWCSN_bz>FEy*ahOe<4AJ;f2?4NFFB>v&ld)@=z7G>|b#~{6PRm)xJ z1uwT2R2B0_tH$x~-fp(C_44iGcfQ8G|If%C=#|o4Gva#$j`t@j`6D!d544$rjF6*2UngEoO&h`KR literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..575189412956bad0fdf2a317de52aa895dec6f6b GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFt<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..64daf18fff9e930b833a8ae969c819d9a4baf008 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Ei79i5bvl#q}RA0HnV7Y8JP0K$c^A*8l}HIVT}@%1909=?(wzhDL#b&Zv4*R9|1 z=KY6{pE#J)F9T)#JY5_^G|nd{DDcdv{(tyjDeHoUtMw`yI5aNw>wFN^D3FhQz#s6y zo=YO2u{^+`^T2`+++GU**|@GKbJs9(Whip{uy7eXRruk~($P`PFh8`qqs-yb8KB7w Mp00i_>zopr0O7@7F#rGn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..244148b8cf481f194ebf70164e9e470d4c97a11c GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF@Ck7R z(g_I(v9Yo7@$o>0j=mL;@g>5P1t`H@666=mprKh)+tX9C>5eQ=NY~TFF@z&JIiZ13 zZM%trM_@vNCo?lMn;C~PqrI{SM}TBY>A|%P5wmm{%2^o-4OLxC(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0Ei48k(4x7#ka#kdP1;7Y8Kc@Ck7R z(*Kb_e0)5RmoxuYB~XIBB*-tAK|`~qwx_3N(;Zo$kglhTV+codazX>6+IABKkHCZk zPiAIjHZu-oMtfxujsVG)(t~RoB4+6@l(RAv8mhXO#>M*sH8Oa*`njxgN@xNA0eVLI literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..fbe2f85a58ea7606fb4b1bf067bd7a57b7606f00 GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0MeL5QvYD2P#?gIu_&}zLFrnU4akq^WI9_VpN1T-24ICLIZ@PXS+;kgob3?o;D n61NEx>x@kTe^i-Vj@UBHVD;E1mLePnG?u~B)z4*}Q$iB}^AKx* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..b8822627cbc522ed52ab5aa1668161006173f6e3 GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF@Ck7R z(g_I(v9Yo7@$o+4@C}(BhkW#Sdom@R1sFA_b)z4*} HQ$iB}-kCo) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..08e100c874e0b9578ae6a5ee9bcb13fba93e5c5d GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0Ei48k(4x7#ka#kdP1;7Y8KcmdK II;Vst0MQ~=YXATM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-selected.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..7855f07d5026c2c4448f13606b41006c65f18786 GIT binary patch literal 229 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR43@E7MTNj;M*VY{ku#3#9QIOXS>y0*uh4^a4Izno zU6WF*8>T%;OACJg^FH&l--oLIXK*O?_%StCcYc-UCAOr)8+KMC S{uTt<#^CAd=d#Wzp$PzFcu_Y1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-selected@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5b4c20d46ffd0c4f4dbda4f888951665fa566c54 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeLI1nEn4^${GJJ}bghp!~aFPK3_U1R0ib?Z00dH><#Cl2QH%Rm`FPZ!4!jq}L~ z3OqBa{~tbB%DSN8YQ4$^4vh=_Iv+$e3gjan@CQ7w=aL9$EDvz#Jh0#cx0k|yHm)nm s+%=3`8H(IKEL;Xp6@Iw0baYfR%nz;ZD08@U252&ar>mdKI;Vst0B(nPdH?_b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..f5231aa23bf723a0e34a0ec8ef8292754516f86d GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFz1YLG!cD6E(#SHd~nK=R^TS^bEP2gg`sLE6j&cM*GuXB_&W{(0;D}$%2pUXO@ GgeCyQc|~3T literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5dca03942aca00c867366bba48e61c2d909b308a GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Ei79i5bvl#q}RA0HnV7Y8JP0K$c^;pG4S|BGbP?f~`hl?3?(GsviGtX#Wp{f0O1 zKYaYe!JK{>DC6hp;uxYaF*!kjXGZn?g9l4l7c^Y8R@uOzaiLx3gNQ}}f8+z+fCsW% z5&@0>0~|UJEcn3frLdok>xv?`4I@{EBDW6TKbyW25Oony1Kf0AfRtxU}RuuWC%jWhDOFl z#-=7F=B8$rX69Dr7B&`^wzl@Jw)SpzK;+===JjMX8RX#|>fs&c z=^b{$`T0Gd-8>~he!&d#3dc{JJoV?#pTB?mQVTa978NlU%hf$s7XP9Ey0t= z`^curk!fj{e(z6YI?2Llc-i-j?)^W9nxtJDujn}5h~i-4e17^)pyU*Rr{|o6lFX0% z=kD&6*V*;^9Q&lcOVdl7p1JM(#n!qwJ*lldsI)h=U-a!!$CF=m-wTI5mYP26^24fx z)!U1Tdbd6_o&I-Q=x3g4o1&i=KKU#cn;A84WB=rkIU657dad4n{jib#k>@k7Howa$ z->c5}*Lc6f`-ziM^tN}XvKVab-)q9Qu;;z{1Pwd+%wnboFyt=akR{03N@q Ap#T5? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b635b412ef5f801e74e9d2fd7c0272581583d7a8 GIT binary patch literal 675 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSrUm$f zxB_W4Eh7~TQ*~_Qfq{{Mp^+g7 z85cSz21zTiZI>*g4zUyV^T?*gJVRIC(ladpSCLJGywgx(B$r2fBI$ zx_Jb-c>+cc_PVSk!?QklzJLg8YIRY<>OwtJ*sD?%V(I)8{XLYglG#GcYhF zd%8G=L>zv5<95&?0|B-NOkJ$pIs753I+ASUFYNh$I`UM&Y_+#)H)9O^{#Eb$Y0Y`} z99v`mdC#XgR_v?Ks4Gt`XKd*a{mbykWV6>S1|HP{uEMmrENVg)%~#}NoKzYaBo!It zzARv0ddKF8-@(`V=VF?c9*$r5!^QKShxPoq z_e|P5^}*A$2UXjr{@PpqvP+0$??70JMG5vg%1u2ABp2bP0l+XkK;Y9*D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-selectionmode.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..03311efed2deb69ea3c59f17439e3f3857cf5dfe GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD>c0G|+7 zAbsxKx%21GUjl>6moEcpAom3r02y!Iym|Zf?YnpHK7Rc8`Sa&5U%veK@#E*upTB?q z{`2S0-@kwV{rmU-|NjW9mTaI|TqQw%!3^>W$4{I*1(Y>!c%lasUG3@O7-Dhy>Xoy6 z%?bi632P&?oO2iM`28>c7IT|hf~Nc2&(j~KPnK=#eqxrb?6%tQ;BP0LHnFJ-@+{IW zaZ2SKn(w~f)NA2?-NTEo@|Pdoc_}64qI&NIQNLMV+pQJjWy;o1*|~Fx mTyWFkthIYzZvW;tPhT>^e@)FTEk>ZT89ZJ6T-G@yGywo9aKcUi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-selectionmode@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e979f8c3bbd74801d117610402005023ca2b0a2c GIT binary patch literal 615 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSasqrp zT!HjOFgSPa+<6!PvXQwkVJLm!!iASFU%qh({T}zJ2@o^XIQ$zyAFB^Y`!HfB*jd|NnpG+oVN6`vgjY{DK*5ef|8a+B){` z+yC*?=P!S2SY~Q7Ffaysx;TbJ9DaM_W?7Sg09!)Ls*FH(L%rNAr9JKyWE2Q+VEnuGTkJQkTWhVpaK_nO6Z zWlepJ?A|M>iO#nx`blFPK4I;rNM@ zr~dr;^Y?FGYGDXa+``kvF@z&JIiZ1Z*#~2X0Hp&5wtdqRxKoypu%DZamB&Wl7^9bD s0dwT{rWdo>czWa%yl1mMSjWI{*xz^SN{g=sKrZuoc5!lIL8@MUQTpt6Hc~)EP60k4 zu0UE%%Sc7TR9)LdUCTrbgpAcRP1Q6^foxSx6EzH^rEQ?4W1yo80eVJ3(dj@_1WJPZ zf*EXm{rs!iI`;0{|MAo3FMn%TW@-cFay?xfLo80ey==|bpdi8;=<4cn;oFdoEA7>}V^K7v&e!IDN63}7>Pgg&e IbxsLQ075-;iU0rr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..481a15e6ebf2b81e9bce00d25ee873d9b7853df6 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFYB!C8W3cvs%fIGWum2HsHLS3B-OM`bai##_=N}pmGYJZ`2{lwmseC)PMEal|5uKdS!05L9uEPYK0|%_0^9al_N=UF~X5-|!BXEq(OR|7D p@>;_SVJ@DYXA0ikEDzQ(F#J+<4=H)*uoh?rgQu&X%Q~loCICr!N>%^> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ce9562780cb800d29d0e0bd91ddfeadee253c6e8 GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EW&u7S zu0UEz(?DI_Tus|dP0K`0(^yr*R87-FP1{&a%UE5*SWUx39Vo74qNQ!1tqTGAH$N@f z4%8`B666=mpsJ_u84y%hR6KFgjF}){Em$=VD4XHw;uvCa`t4*-z6J#WmPnUtav%QB zH+B4YXo2BFkJ#nUuBjdo+0y@_!*BcVKE`MN*fpm2`82F*Viy%_TJ7ZWtd)5omxCmO zP9o?3)(@sTr(e94{_T#v;z?~D;}>eVy1J<|zcfuPK4iye60WPV)mgC*XeWcGtDnm{ Hr-UW|j#g-M literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4356b0ac3407588cd75fa6c316f00a0ae1986a GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF2R^0qxl3~i7eJTK@toM5x<1Po?UdD57f=z>FVdQ&MBb@ E0Fjbcg#Z8m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..bdafd334439a1cda0c82647e3edcf457ac90768e GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeL6kzSkVgS@5P!i-9%)r6JD<~?asH|#Y>g4R|##R{^43vxWba4#Pn3$ZPz?5?T zKR;{z^rjzk{!cu>vcTaVx2vOuz^mU}A~)`9aIg#QZ(#Z^D#&!GzJcjK>%;^90~rr7 zJ-^s2U^zk6u~Fv#A%S%X_r$++Xfe3Pir8rV*HKh^#dzgcai!f;&lNzM7(8A5T-G@y GGywojo_(kQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..90d0374562aa65031c51f90f518da9f81fedf1f5 GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFI(F>XWiYr11}|T}eE$6Tg$oz{{{8#^|9=}FXHB3wo{}KHU+Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..554d44958d1bbf6c4f25fddb7817bf99e083e4c6 GIT binary patch literal 336 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0ZN;kyK;J|&AKHZ2L=4-O_bKI~?A!g)Y! z+lTlc9`Dv&ycD4@W14O6=KfEzZS&r!&C88y|M>T&^v<*!{Kvl=Iq;qk3IN*5;OXk; Jvd$@?2>`Dql6e3C literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-selected.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4d32106a91fc846c32e52145ae36bbc8cdc7aa85 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFgN)HayuC$R#B%{*NkLpY+76B-zooeFg@h;3{< z94Wxz!!2RK>&WwvlP9JrVM9X@+Z~5*2?B>r7_(lQuzopr0A4U$zW@LL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..7b361e3461209ca7e8cec4c4a0439109142522a9 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z-fS%AyRG#{v0xFpCgn1NqRTwYzn*51L{B|f3Ds9>>3 z`3@NH9ElPBUi7~{hhh3jqb3Hq!=Y2uCT>)YF-%ruw|y=redmU|VUs>b^o4vE3BM%4 zSrZg99Fmci52&t;ucLK6U$!H=8( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb129da8b244e26f2e22c643ca88db8953c084a GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF` zJkbM+T6(%ThHykDCp0iF`w;37pmgAX*>4_!Hzf%P_nDLC=p{U`VrJvkNIk%t!WzBt ka6{uo*_6zU40l8s_6ND8d+u_X0W^fc)78&qol`;+04cU)DF6Tf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ae8ef7b929e41b2dad7e7690e0434fe179db53 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Et^qzF zu0Z-C7@RwI?mP?t*~na&FqFP<;lj(8FJHZS_4@VeKY#xG|Ns9G&k_ZoK>{T~e!&d3 zzJC5yZ5?~}?f>}c^OwIhEHkx%as{3)jv*GO-%hp^YETehakOD@OxyYIf5_?pC4~*A zCirbPpPlwbJgj!%!=Od?_<3&JuMhCqsmOXLh^2SNZk82F5li+>Na$jC!gxSr*@swz z$0z5$&v1_aFu_$|!G+m-)sN3N_~vMyw>nez(zbNvpZ1CO9nRV;S+vtJ8fZ6zr>mdK II;Vst010uOuK)l5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/pane-separator-vertical.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/pane-separator-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4f5d70f7b112aafd658d1eedf07a77a8dde7ab GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6dTdb&7< zaLi0jNk|AtPXK}>1s(}W35g#-ED-_3B7rU(FBa_%%WQIsuyx)R i%LtV}uV2^J)H1~9$n9sCt@;ya6oaR$pUXO@geCxnQ9BU; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/pane-separator.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/pane-separator.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f1ca449c51555e918bb1ba9f81075bdc98eff5 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^5k5_L+Qlh;h^Y&^!m@GO(-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkWNfYjE#*=NlA%|i%UpIh>wp4GJpWc00M{zkO3C~3quKQ18W0QdqXpO|G$&q6E`I#<`OCkTPA{ea6%=~9IEF|_<{pgX zYc>#IJ;=6MpHVu;?N{-mTOTySQ$SbsYzVOH$)y-KV1Zrb`N=vy#H daQKI3{0}1e4v1Pco&Z|T;OXk;vd$@?2>||~g%$t+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-checked-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3bfc96ea0dcb53d3897e2ae64d0369085553a5af GIT binary patch literal 631 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!AzY#Ky+P$H&LS#3Upn#KpxWCME*8KtUiE2!L#$AcO=m;35zPoC{O{0YDLmAWQ&6 zLrg#xL1SwhSnCKOx(owc2twY{4S2)WxhxZ66ohlfXoM*vY&WMp(yR5VcUqoaxo zflk*e3GxeOU{q9AQ8hF&HZireb98nI2@M0PZfI<3ZrOL>#K}{q&s@K8^VaQGuit+B z{N>lAW1?L^onJj&977}|*B-2mKNujv_TaamtG>wI1m~HFH=hM`z54erUORox=gr&y z$B3Wvl&ZbX?R@^NDNE%ii=|J?StPfbFY8(5v2(7Wa>hd!?Igb|Euk|vI|Lk_xM$Oa zfPxQ4gmP7mq;tkEh}|3_8#Vu0-r6hAr-g~n@=o5~_5I4UHs)NfWLfon85I}AOhV>F zT#9grz7SBD-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^zfKP}k zkPZzEO-f3Ni;Dx22?+_Yv9UlB$c>MWhma5kP!Pxf0v&xTeNzWRa|geGkN_YG3IhsW zn6^(HXqH4tkY6wZ53ioSfxCxiVNr2QYinC~4+NZgzVR|pO}3|tV~B(#>p@PwW&<7u z1M^J5p8xh!WnY;}GdMI_EPAO&9Y)wK@7tlzR*LnlqRlf z*_pe7i6P=pi^jwaAZuoc5!lIL8@MUQTpt6Hc~)ElLLH0 zT!AzYBqt}w#l=NNMy92u0U6QJ(Gd|5iHV6RDJe-wNii`o2?+^6aUdJQh>wqtjg1Ae zfdHrs$OXzmxDYlP7bpmn1(HCZqi>~WXrpHgM0Qqou2v4NHX!649uBlW8mQoY>8_ggL8y19E~Waj1P7nGG(R5Ua;wY0W%_8>q-g6R&R z=Et5cjv*GO*G|4E)}$cNw)IYw&*`m4PTjc>RQZ4T>SnGL1$$oZpFQ*afi;u9xSwo$ z-K@jBFZ;xv4Ylqr8}~X~k)EXyvh3qw=Ce~~R;1Pi2&%dYE*-ePd-)G67U zOYf}LS*xOX@Xi0Xj|y~_MI{vGdzbIgIIVR4;*-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^wrY&(AL`EWB{x!o`ahfm+XK$;kpu5i1Gu3ufTq)zdd{_wXz%DsE|Q>+XSo zKi*A16&ao`jv*4^x&60=4hZnD-hCD382s;lcz4jU4~`)c$)t(ZsC|K9wL~&_m23os#{7?Ovy*4{p2=R;!Jm0>-#i+&FbXN8QmYtLoeR9 ju(NZX%4jfYk}SW-Ywon}i#Of??PTzD^>bP0l+XkKIn|fF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0501e5e976320e38897253ece231799beaaffacb GIT binary patch literal 544 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EjR8I( zu0Z-f?LmBed`3n_R#w)eNt32bneyz}v**vBzkT}_Xmj8E&G&(h&@Kt`3ua&x5*Cq` zkyTVuQPtBoFm!YG$jHpgFDNUoXlQI|X>IH5fq^@|xmG}Jw>(`OLo80OoqSuUNkPD2 z>zzwrN^aOFS!#|XlNvkqAO>kMK>CMi%Oyr>3#=HvG zw6&j)TZ?Jf+P%M8;e1wdH~X}JOTlM&ygluw#%*A#zqufQ^XQ(|?x_|o9T5+%Dqi8u zkrh%*ti0m0ROCxM4Wa2=kxse(bfiC6RkfwS6<+GYw~Sn!N0oCg*EG-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkPZzEO-f3Ni;Dx22?+_Yv9UlB$c>MWhma5kP!Py~fS#V7zP`SoY+$v806@p z#>2_5<)O%|wrOT}iuH0ba~ZBp`n8+k`|hrLQxpEmGbKGso?FVu@POTWla}-XXa6do Otqh*7elF{r5}E+wWqhvy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-checked-insensitive@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9b831ca71b9c303a379b3d3a0449b53a6cc65429 GIT binary patch literal 580 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ElLLH0 zT!AzYBqt}w#l=NNMy92u0U6QJ(Gd|5iHV6RDJe-wNii`o2?+^6aUdJQh>wqtjg1Ae zfdHrs$OXzmxDYlP7bpmn1(Fa@SXfwAR#s6_aq85mGiT16J9qBOmoMMGef#m_$N&HT zzwU6G3UrfUNswPK1EY|zh={a|tgNDvimINzfuWnbM@D8|ettn&c|}D-V^d3OTW1df zR3w=00BU~b>Eak-aeD3Kn_^800&QDOa<3NYZrsFkmbLc(^3?&20et5F%8ftE&Ik=m zo07H5&LjB2?qyb@+tyFe*yi3**I3WB_5Y7=Y?i9kX8Y<7PK@K(xZ^OVs@2K&JnEu6 zGvyXKg#CBWVS4ng(^TZtfd+5c_p35j&AG+LRwL#9HoQYfjxD2mwb*JEzJ^BijkEb2 zj(nWL$j@^@tD8@wL;2C9Gq2+JJe!Wp_wSI;eVo*9qa)~c*!`@1Daut4INtk*H! zC<)(9Mb>4S=989&is(N07vINsJZTl{wI{ifed0?qpIB;_o}2uS!Mig?eP?H8H7E`} MUHx3vIVCg!03g2N-2eap literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-checked-selected.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..d9556448316d95be1067ce1fe78f20733797d6b1 GIT binary patch literal 353 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4PN{0l77>zKdIxyCnxcjj)!&yKPNXA}AF&QX^1yySdl zhIiGTMWOza?x~)1ZHfw-Id8@5C`A^_=P7Agr#H!ODm%AVj^o(htkBS`+hM+!HCiSt zuJD{+(7nqf;qv-fGxvP|bno<;B1U(AnMv7OJ(#Zuoc5!lIL8@MUQTpt6Hc~)ETLOGS zT!Hle!2#mq)h-n#wj z_1ll1zx>|#?=>uL{7eLYP&7`#Kdl<;Y#Jlg(qd!H*?QzV0Dys%RMR-$DD4I zx^m-#C%vM(JUUNvt#jC!zEo|BV(sK`K^cy5WBK1G0Q!dE!9_- zE7)+W=@iqg8a_v_>|3zo%D2Q-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkWNfYjE#*=NlA%|i%UpIh>wp4GJpWc00M{zkO3C~3nPf$-rl~xzPE4RzI*rX|Ns9} z{z#bu4HYd3@(X4V6%!8$4GV8-ZfQMt{=&tNpFV&2_tNRb6rh59PZ!4!2}#z2o_vQ4 z1Q-m`)l{c){r|5n)NUqi#?Zi2`Rw7$?=FtJg?jEgU$SF#dF_2-HN%v0j&!Dg*{ht6 z#7T#GXs9yrF*4{}_0bXYS$KF}v9tI)Mu+`N_eL?kc|Yk)9P^j=3mmr8R36*Q$nbz) X;-aQbwbPXzpw$eXu6{1-oD!MZuoc5!lIL8@MUQTpt6Hc~)ETLOGS zT!AzY#Ky+P$H&LS#3Upn#KpxWCME*8KtUiE2!L#$AcO=m;35zPoC{O{0YDLmAWQ&6 zLrg#x!DJT}76RQ`QBhG@S$XQzsne%VpE+~p?AfzlzI^%m_3O89-@bqU{{R2~H*XJF z0v)Ya666=mz^JIKqH1VlY+`C_=jiMb5*ijB5!uk#)ZDV~z=@NmPM^7cH%d;QaVUY)3jF*^SGfs=ZI(<&yw*qH7Mh16J z4sprlP4(6F3liL_uc5a!chaw=&m1-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkWNfYjE#*=NlA%|i%UpIh>wp4GJpWc00M{zkO3C~3quKQ18X4b&oTKtph2P~L4Lsu zqGIA9p<&@o%`L6x&R@9r@zduo|6V%1m;zLg}vle6lRi>dfdqfZ>m!rwK<_KI3u?P&1aKAFehWmyoDpQ+M@ zl^YopUr)7?3!bRWe04_XQpW4++iz|xsrkvguZU-!xcT1=K-(BRUHx3vIVCg!01(%D AasU7T literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf25f244d0563876da4e441e597cacfbcd96bc0 GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!AzY#Ky+P$H&LS#3Upn#KpxWCME*8KtUiE2!L#$AcO=m;35zPoC{O{0YDLmAWQ&6 zLrg#xL1SwhSOZ0r7VGN+9i&$hYG`C^VrpyW=^j)OAa0}PvO~aVq1~hJ4Brfs zojSRn&iIhTbg=cycE#El3&Vp)T92Lxe10}}=Zp>6>#Zj~7cX665TmOb`E*;2=JljZ z-KFhf{QvC5<@yf4HM{S9f7-)V&83+Yai<>b|H&Yfn4i^t?96LW40*cxxvX-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_6fKP}k zkPZzEO-f3Ni;Dx22?+_Yv9UlB$c>MWhma5kP!Pxf0v&xTAQ@H`bOfkbxFpCgn1P2^ zPv5}Z!?UocxTUqVt-GhE)Ax)!P&(ez#W6%eGWVb(UxR`G%R#n4k;J1v|0kQKBwIur zUB6@cYc0!1VV5rm9lrIn>XE4Le6fbu$vksri5ysR+mmfZiSg|}ozd4!vPbEWs6_@Uh>+4qmtzz(W^>bP0l+XkKE|YC* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..84ba2286112c933c8f177cc4bd1f2035c2d7c17a GIT binary patch literal 505 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E6#+gW zu0R?Hl9Q9;;^HDBBh%8-fQ;zq=!l4j#Kgpul$4~Tq?nkPgoFg3IFJot#K*_S#>N8K zKmb$*&fTzK3qKStQQlUg|Qhtxr?NKGErz_R;DCJ(uPl_czta zP_mUP-LU9#&s}aFlY3L{%l3#QFAG-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^_fKP}k zkp52!h>wp4D!*zR*a*}qR1)MD%)rB|r*Giy;aONz+|t_C-P3bqVXY@nHrCU{F+@T# z_n;$Rg8~EdLDoQ#l{fy^hdFmVe898+QQW%KPflz&HCO2FEt@Szv`@*iCVW?6UarnM zp_YFe!_Dsr;SatnVYoS&x8u`twz!p*8QigxcJDH1sqr{2_Tw{yh9c*R$v@RtfEF=$ My85}Sb4q9e08p)odH?_b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..35a0737a8dee5b1d52d1c2a83c90945d03187f21 GIT binary patch literal 481 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-f?LmBeJkSy;`EqTbeJUkEe!&ckLc$`_GO~(FDyn+=28M3#9vPW=`2}U=6%CC| zEv;>xJv|Sy!i0e8w|lxchFF|lJNcqelY)Tj(h#lS;0p~#8~^^VU*lLTaI;|6IpylM z*at$c^(_}>d9PJnulaE*H>>fg2+fb8Vp~3Ls@v1(JpJa^oCeY6)Hm-QES$Z2g4iCD z`JUbmCzkVysI4gE=F(Uxm=&|4=RjejWTMQ&mkDA^1*>9SI3H5J;*=x(>9nE#!fr37 zaNXtCwG1Ba`MR^Y(NU>J$bGuG9& WgI0an75owC1qM%7KbLh*2~7YAFY~1U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-insensitive.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..129edabc841521c41be1b67919448f10f3edf46a GIT binary patch literal 325 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_6fKP}k zkPZzEO-f3Ni;Dx22?+_Yv9UlB$c>MWhma5kP!Py~fdBvh_d9o(05uDj1o;Is@bK#C z8@PLT78Vt^w6?Z&_w;o7o^c0C$9uXshDb=}9(3euP!M1_$QCG)nEK~`vS~`PMa0qd zJEp(ZvV0VF`GU~lTTiPViTchLYlxl9GiR2_fhD&+*=CejuVh-T#(H8_jzi9`D+jbo pckVM-vTUK=jtTsmlezy?GC1twyy_EWIuU3UgQu&X%Q~loCICg+ZXN&t literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-insensitive@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2c47b36f85d41e17b379c4371215652c6424ce54 GIT binary patch literal 505 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E6#+gW zu0R?Hl9Q9;;^HDBBh%8-fQ;zq=!l4j#Kgpul$4~Tq?nkPgoFg3IFJot#K*_S#>N8K zKmb$*!q-A7f6_r#}_4Ex4 z-P}DgGV}8D3(CqXDjFJ_T3XvWdwO&y9y<-xv)|LjF~s8Z+Q}z{nhbaxx;O1i2n<^) zI#KBVfBw0gr$sW>u;1HQd0EZ((2X{W#97=+UFNm*Y0B6qIvvwKT797B(%j?zraBo) zwsNH#7G3VS%gtkQZ_0hy9+Bi_;R+89vrZC9sXxl-!6XtCcqQ_*?h|3~MUY(zA+ zY`Ji&#hh!B*sA}N{scbbZJi)ib2_|xVYH!Y%(1fR)5?OGA4j>pTf_hKqS2O~okt)2 u{hL*|BW&%1V|TeGtqEFnO6dO0qNV$POpWS2ku|*;6!4y|elF{r5}E+l3%=?A literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-selected.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..bb88f1d8ecc63fa4740e3d0bfb14b53cc514383f GIT binary patch literal 307 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4S2XUqk+o~0d$lhk5M()MlJzhzs4 z$POm{1)Enh={Z=X-(%LjoYi2H@{T!ex!j4G8w=CqJ(WBsp0)70rBksg;!>i|hnNfR zLOdsJWL&GP(WMj-J8kLhvSTwWxaQ0a-hWC|=HOfYrtR$yrDwCgHQn&HgSn_qe#zYF woF~#eUU`1jP+>fGU~ZyS^ltmw#Ptis(-=>3T;)|b26Q`vr>mdKI;Vst0O3w@cK`qY literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-selected@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..70e0153dcde95cc28038a9027442e82ec46d34d6 GIT binary patch literal 516 zcmV+f0{i`mP)PaliBx4|6L~TM8HVelXN1fDyb-G zBOHE~^d_k*sUzvZ7(*rw0Rx-^BjRfaoQ0-S!OOsX0`PbBfzq<@L*P9H+-eNelfvu3 zBm=nB1gOP@Zvh_}!mY+Yc@f+IcR9eVZkcy5fo6_ytA@)o4%|o@NSeP*={1tHWABNA zGqCRgu8>i&FRp=O5AYe5YoO}Uz?8M(6xX9>wpy)Jq;|U#Y0KEGgom~xXc+YNf$rn zMS|aPKgYw@V^K~d-#`*C9|AS9k7P%QJ``|3cA+$09*i(iB8XATst0T@1$Rssph3`V z#MJ;eB}QYCv^A?J2oqIFtCBXu;U@+E65EC;tv@bOpx0000-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkWNfYjE#*=NlA%|i%UpIh>wp4GJpWc00M{zkO3C~3nPgC|NkfbngnvDXi1P?FoUR= zct~hicvEvr>$&q6E`I#<`OCkTPA{ea6(o7OIEF|_<{pgZYf%tzJ-GNsm|Moqcl9fi zJ&u1!6rF$Q-|lrgSnuSl`s89NzSHOv$FlHujj_F=7FRnOJhxBgF?d-P#N=nHv|;5& x2F2G?t>l6yYBOJ*5xSJ|`ug^p8%t__GWT!dakE~@c^POMgQu&X%Q~loCICh(d(Hp= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4085ebce111c2c35f2d8969c1a3c10aebeba2e5d GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!AzY#Ky+P$H&LS#3Upn#KpxWCME*8KtUiE2!L#$AcO=m;35zPoC{O{0YDLmAWQ&6 zLrg#x!DRpc|9{W?MS(yE>6HZe1v4-zDyyg(8X23I+S)lfyM%;>g-1j-G&VK2>^pGc z-MYHZ$Ezi@@vvD(Jr9QQ=Tr4Ar`0CPQJ<4WFX+`=y;G-B<2PS>nf$x zKmYd|Yj(GmH5txvf9E-K+x9La#Z{6nl1n3>%wDBqcV}Vqj;2NT7q~C_`uQv~n~2%` z+oBvH*UabJIyx;Z{~YV+b;qxYg=KkULju#v=@E=w2U{4#ZPZ+L2pBE2d-R>*n_;q3 zC->7CACj03wtm^JSQ}$uc<@N;(G!8s&*tu&u_1fC^~C4mrArKAbaf-2ZmZF}o|LJ( zv|Wtzopr0C~yO A=l}o! literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a80cc0cb9b9daad32209d61ccd3cf5b9bfb869bc GIT binary patch literal 426 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uVfKP}k zkXF_)Rnj)r(6CTfH&atH)zC6i*D_PnHdWI$(a<(g(=b-kGEvnuR@VTsP1Jx4EwG@b zF^~=Bf<-ieQYPw}CYss?TH1y{H9%5J$4EyS#R?@s ze!&c~atew{=^0tsIg=(&pE2{%qsLF4J^%9c+s|LWe*OOaThFa@4Nz^hr;B5VgkgtIn}3 qjoh=f&QLY*-nY+pw!44(!?@Z)g!h`#rC6Xd7(8A5T-G@yGywpfw2UJF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6f79041a62b4f5214cc7a71686e8da4ded4d2491 GIT binary patch literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EZv%Wn zT!FNMgM+cLv9`9hii(PYf`g2VrIfL;iiVknhN-%`iJF#?hK7l{y0N;pk(!pNswPm% zR9)LdUDHHO!xV^AwSWv0RV`z6O;a_9pq2?xnHq=$G1P&|z*0aiNP!kuFGMj!1gIFK z5hx2`fX#tQK@@{EB1DYTwSdT2L(5oG+dxy>P)l21OWQz8+fZ9uPg@6w^tE*ibaZre zbo6v|^mTOgbU{Gx#w}S;kXn}n`2{nuu(GjpaB^8%S=%}|Iyrm$`X#5PrRU`47gko) z^!87fID5|A!$*!CKY8cg{RfYqymzQ6;Bt(5DCe(2Wz7b z21u|!P_KOH8?3c*$(N=RT&drZXRq0uCU^h;;}Y4J-8t6(itlgnp1FDXGCPy6&pua9 zn^ZK_&grjLUy_OJ2APcsaV&kTFQi;W+9lX!gpy~d-YQ_+A@h(aT*S)A;OPu|iQ`+Q zQ%M{e{1M``X0~d=D=JgPp-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zke1W6ky6qID~fdeu702X{d~0VwOzJt0`}`v4b8HI);=tlxj3zGAH&~e zN3St2&QRn};Eehsmhdx6@ZJH9s1qC|tHrX}LpEoq6(3!=F;I9TZ)f4|7KPo$DPIjL f?Rmq`{b5v}DrmBO&kaeS8yGxY{an^LB{Ts5sy=@Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f7844b8b195c40a2089be1d24a5238b2f8f97c52 GIT binary patch literal 673 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!C~$Lqlk2sDp!pv9YnXwzis@sfvoRlBR)%hMBs$iJGplhK8}ay1AORnYy-#nwFWW zrm4ERvAVXgnwF`Wrm315P|!q8(?ng%SY68qB%%r8s)CWarm?!FnVN>FI#3X(Obe$d^gCvp z$pX6Gt|Z7Wn1P9zg_TW7SyfG4Lsw7V+Sbm|(b>h*(R~EsX+|Ub7!Tpop z{{J6sH-$+z+WPT~>-xsqx1VJCukk#`gjeizf|XUd$ekDGcV69dU*l7m!=)Q8DjVBU zE}Z+^&8n;&eY4~A>e_p%y-!k3oR-aRbJhEF_Jhjf()Sa(CH7r0Z)-W;bh?y>F!*D=-sS6JygM4UPx|&t| zWmX28Fy6}ee`gsP9&E`8yqFf~zFu_ov8{4pXX3=RuRi`ZweWF-<{9zB&*D_Ko+>R~ z%6sy@7x$JLBeQE=5!p$X^smSj2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR40PFVvUNI}?CdR<&qFY9FVe@b@QpOLIt->$j4x=g!PkS7}A=! zL;tbyhg&jCouLx&^c%a)v@J=S5ZHO8w#CN9hLHuT zUvJJ1@)4WUIQ6rLWA*vSgf!a=45sHl&TYzGAoy7BspZPt%ZqI$v0R#T||GUom*P`njxgN@xNAP`Gz2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd9a00dbf3002009f2fa7530f45348cc981a41b GIT binary patch literal 575 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z<#-~ivuGkSrp(JKk^3ua(sV&>rF;ujDU5*8H`mync_mXVc{S5Q<^Q`gYc(l#@< zu(GzXwRdoGc5!tR_}vu))cMxa#WBR<^xDZUg_;a_S_Grkh~Mi9+Ow+RQtkii!Gara zDLn4^UB2IQcFJRm`YE^XzYAV_`R}&(g4?!RExuHls<>Aq;I+e#eH_=gJgVRSb8+U4 zTzZhPD(_dY!m~31(+|9P%H2DmHiPr-%6;<_4(lBCxFZzdP$>O?t9z3}o1n6Z(>INa zM<-4Us`#R%n5odD(;&+v#j!!VfhAWeLs_#y#*Vk(32Q+nlb^u-`5AvwLar~YD1$QQMV^j0_HSED_x)G2@@mt?2dNZ@9a?*?sL{%d>|q h_r6~){$F`1+$C7~x9e7KaiGT;JYD@<);T3K0RU|zEmi;k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..41ed4d9ffa62667f4e11c01325691693d25fc649 GIT binary patch literal 395 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkUoF@{IO%lu3o)*^5n^L=gwWabm{Wt%RoUOH&duaT=*WwS}H8jv*4^xqWYi925jx&F_mYs+ltBd%d^z zA&KwzEsb}7XZoX>UA1<%Rc{RMv8wme7Fz9`@>*=usZR-u^xPJ6aGB+or?olVaK9mT z^o9Jxz literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a83495380c6fe9fb2072f3e85f428d52df010c9d GIT binary patch literal 657 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|NmF5S_LHc@85ss%$alN&YeGh{^G@pmoHyFd-m+rt5<ws*aAP_(Vf$DGGym|Zf?Pt%P zJ%9fE?c28>K79D}>C=}lUw-}i_4n^zpo2xv&B_3Jz`i8NFPMRenVE%EUO`b=MMYIp zOWVxc!qVEt*3QY<#n(R|G%PzOH#e`cs=BtezM-Y1t-YhOs|N|h-A;W9H0rmfi(`nz z>9vz@7BxADxLkZ7W!jk?V|Y=Z;JBQtWZJ*~o42qvD@_jwySctLZSUP#-&|grCTCek zS7+^c%3*yyTItFrac3>F12ONo9~Mt%EK_~8-#TF)&(ZQ5X8C{l6ZDmDG54;HFDRH$ zZgoJj?YjB<>+IEkUWqT@ReRKs@PehTjL%=_lfikd1w3k=hAjEA2bMC5JG0g_US>GH zoyq5i$%Dfo2c(+VSj@O0mNMFBy7yexyXjx|%z<&~mi|*`3jTawy*2F8hFjA!_o?*U z{v*A8+WiTQns;0#b;bOhcwwG%qHA*g-eX;#ckU2NzqoYQ(r|a-*D-rfu2^Ni`I7pZ XjNTWWx^lU|U|{fc^>bP0l+XkK%0N^c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-selected.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..aba589ee61620882ea6c052c593170e0c499a0e1 GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR402bOxh^qTfqwn6xatI^{rOvgUOFZ&dC zX)fP?pPG0NP17BRS)Qj>_Ve#?Ir43V!qSpv%X=3W-L^R<5?;~Mab3P?$|cix8+Fv> zPI2&8baj|pXn$BSr-tjDS7cJ$44nhIX8R8~pIm0JH$m%q%-+)7FPqGCnP{s+0&a0T0*>iu(N vdSCA+hf61%jU?|Z`|WdHaN}x?&35yHZaa!wlZuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle;R38CJ>&rT$E765FPMRenT3^KKu}0VR!&|)QAtf*LsLsfPv6Mc#LV2n(%Qz> z&duG!)63h(*UvvGIVCkMGb=kUzo4k3w4$=Ax~8_Sz9D+i#0v}zj8dL1jv*GO*G|q2 zZgLQ5H7{V@SmSwV%^H!KZZBr$AnzxC{{I(Q%c3#;WSUL672DtV z_4#>P=LYX)Q=zr&mP_6-Z(EqXYSmUA=?|}e|0`wq-KD;(=I}SO*X50cGt)!lT6cK< z&1!J3ThMM`;lJ;F;;G_U2PP*kV0S;s+|~PguD^9JEnghHJ|)KHX=7$p-m=^i2Qp@QFirk@qPOu~y_0mSQrF((S64N@?Rx04 zasAV-%kfK(Mt)tHcak^zTkzhQS0~)${K~uZrP0Rr^exuFP-pOT^>bP0l+XkK{Opkr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..52594602458b89def52a2958121a47ded48855d7 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkiLBR@|iPd&YwSj@#4ixmo8lZ10WkH0%QV3fB+%|VIz}Qu3Q010RcqUvuDqM3?TXZ z`SWkzzJ34x{l||VKY#xG`}gnv|Nl+(+D`%PlPd}G3ucg&Q&3b&&&bNonKXI&jG2!f zKY8~2%hzu|fBpLX`}cCc{ojBp%RF5iLnOj;`@{Jf6a-iWtJjOT3O@W-Ug8>pV-Ux=Z-47x~sIVZ!X{1*;2yE@1F< L^>bP0l+XkKf&Ie7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/radio-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c01664c05c71cbcdf32409dbf9e81adbc37391 GIT binary patch literal 716 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!Hld{rk_HIdk>u)!Vmk1KG!p9RqUDojZ3P3@%>02&6AuxBz581R)Fv8z>F|a4tj_ zP!MhckPR^bE&|~~RFXm7xN+m=&6~Gw-Fo`;>9c3goC+MZ{B?T`0>-HPoF=3 z{_^F^&!0bk{rdIq-@pI=|NjYJFAMaibxDw4FarxK8#@Olm!*}pt%IYJv$wBba%x(7 zPHui-WmQdY|AdLN=gd8P!;aVNwHRQEGptK1^7 wvi;gBi?!~nqN~;gZBDzoI<)AQo%Ub;`&(Cj-|&pV4H(J{p00i_>zopr0IcDJFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..47e8bb0cb4cf9c08c58378431d44a867cddc0f62 GIT binary patch literal 751 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8hKoA!f7abi9B$Jbq6A}`DjKsu5AR|6LJ~lQM!T<^axj+D6V3H7x5H)aRa4sez z5)9D9BO)SzA|W9m5Hc(*%oGT$+)b_B&CSg%EG#VTJgw}!tbxG6+s4Mm-rn8;2wePJ zU0vPW+&sL4Jbi+_e1d)aLIQ)sgM)*CMuh@FSX5X<6v)D;=*Xy;C?JTAiH-((4&*8B zfb@yLP%tYA@(X5Ql$Mc`H!w7Eb#wRf_VEi2$;&UCHD~Vp1zWdmKXmlie2IBxo_sZopWI=Nhx1by53JtMw#CCG+=gND zG4}oUn@t769u+dE9=;P-e`7`J;uQ=Drwu;6y6m>F_Yg0GsnVkPv)Q*RrYeUr7r3~5 zQF}V~vc(0(245wms!5kJ+2)I{Vb<8j|NiOH(-vGCIT98X|N8MNC-{xd&h4knw`ZD` zpJi^)v3HBFE9!CkZ@!`Jll11hhUedYQodci@ZR~a;##3LsgW|QUaS`*6IFKZ=6_be6BB_XP!=c% zl#P#%2TB3iKtTuz6a+GW;t&xa7or6yh%63N09ONKz@^}9uyUw5a6upg2!JL-7!X|$ zHZBpkVq}fTS_raDfxyb$36WhIsph`1<<#`S}F^K~PvA z5Cnw<2M33QgoK4hg-1k1L`FwOMgn6bDmo@QIvN<-z#xTqYPRe|%E>DzDyyifnVOkfSligzJGn#v4Tz0PPD#zq%_}M?EvuL?anj_e z(-tq=x^4T8UAvDQJAUHisnci9UAT4k-h(GkpS^tb`rW6`U%r0(@$=X3e|diA{TUdT zVmw_OLn02py^$Gy*+GQuK~PLUq(~vVxQk%OtEln<#=wCa*1B@9jALzWq29tHi!RQXbU{q9CR4g~rJZ?K(j~2pD)ZVdZjMt=PuK4{ z=`(rLiO3z7cU;PpJZ4az-r*c{tiXF`aR$%hC!vodT>E7KGC_n{DBv?SgRaf+eY-Hn{8D<~?_Pt+&9Q1FvtD_~T#}K#^k4~RY-!mt zuD&mwoT@hhgx1Zt!2Ig{M7s^!{SuwI?wBuBpOzXQS1VksaI7uP`9jOQsbRJHHGfx6 zU=B3W6gG-U>}=f6*OsnI(= z%z6JuWbsG&8+X4=wdXn){m**pYp$%KJt6h`D%6Xri(^*RPDy{{pE|#@(ju_t2h$36 z&u4W%Y>o#89Fsle6ur`VXWyitcV|zUW|!NyH1bS$UMURjyzrcT-G@yGywp1r4!x& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-header-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d71a09430a0c54b8c3ce860674cec748536e38ef GIT binary patch literal 750 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8hKoA!f7abi9B$Jbq6A}`DjKsu5AR|6LJ~lQM!T<^axj+D6V3H7x5H)aRa4sez zA|fI@JRD6NA`%o71QZ97At52UKwxCAXKb&puWw*rU}$J)WbR~a?rdV|Vrpt?X=!N% z1a=+{4i1ivjxO%LZXW&~-U0prp@D&cKof$2AS5C*ED~s4L}XM%WOO7DL`6qM#Q?n) z8w>JOO55TSz)&zN3GxeOV3d}TlQ%Fla&>d}^7ioy4#~?eoHb|e`~_RLZ9jDM*ySr% zuiw6N_s!dP?>~I}^yT}HU%!9<`MZ1TxkO-)N_x6DhFF~5dnG*lkbwxpgJ~}v0vsIz zwi!)XI_ZMa76->Qlc)awAM6vEdwEXvht}U!pXWZgBj{*RQlV`A-IU4Yt)Aq^TOH4T zNisdDUEwil(cU9>mvK&W__TJB?~19L*K!`bUUMQtyy$gOZr`g9wqnfz%O9He%wXev zsT{o`bK;`l(~VEhL^2;~sq+cEW3xe`q&{NFMvv~GDcdFf{5q}F>gqLZ(W;5Fz8|Y` zRuS_I?UL)gB7RJHU7^y?#zl9u%n#1Uwm5$}KqOlI_>Qy2DK9jRh`OrJesf!WyRX&u zCy(C#pEcWPmiCW_hO>;4pWMz*uok;)b-%B20Z0FvcddVm4#a4bui-R`jn;h_d?oe% m-GW67>#G$DUt0dq|H6KC59=4U#Z392)aL2x=d#Wzp$P#0lrI+m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-header-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..8df9ed700c6f624ec1fa25a41150a8f477086615 GIT binary patch literal 1297 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42(Mi zd_r7-ih&?BG}OVt0Z8WN=0-(DB_}7x#l^+O#-^mCBqSun#Ka^eB>_be6BB_XP!=c% zl#P#%2TB3iKtTuz6a+GW;t&xa7or6yh%63N09ONKz@^}9uyUw5a6upg2!JL-7!X|$ zHZBpkVq}fTS_rarfxyUK4+wyyvAsSJm^c_17#IS9siUE(lcAZDk(rZ;iHWJHsTmMh zyP2DtTL6Kzo28|twVj8Zot?eCy(18~_&B@zy14tfy8F3#_`7=scz6YPd3kwzd;0=` zf3UBAh@YQdU|?WSP*7-CL}*xKctli0L_{PIL`4GuFtmX|3h|VxSjl8y%q5fr`2{mD zGPAI;3knH~iAzXINz2N~D<~?fsH&NonOj)f*xEa}L_|f$#KtA3q-N*l6_u2hRZN&T zY4X%*i`(mxFiS|k!<<_8djc%Rk(>OG$ zcc?Asl)kgy;vCyXZfk4nxE}|L|NOK2ZFy#=aj`z%@u;x)D66}BxGu+v~Z+JX9=jR)6Q+czaWQ*xR9LZ+w0`s^Ip zS`9T*-&0CUAH4hKwY*m1aEkB|mCic_)jNv|L>{j&GVEQ$#wR`Z?+UE|)k7Ui*uK4- z`)v7&+R2>8MP(~iKDlz&<*H*-gbL&KSO1)k7k+iqncTG4HT|!$h)FK5=Z6YsMypoq zv{=IA(lmz@9O?`1xbhmL_ezMsE&xXA8;r1W>`hic5bOLv^%+&?$XYM=i|FGTfnX{42g$3!mQjPQXbz2HNa#sA1b>Z}-Rq{XA z*9#XZoM=~j=xX_8X4a$zWu}+g@(R6#S!5=zy)1tCk#$suulo`So~L^aRG&HAsjHlC zs1vi`+c|&3uD{H?Z}0eYUE9l^YfD7gx&?EWO@H<0wZGDK^Y1~u4)%{{My&g0T)61R zhspr{Nhxnzy!q!pj?kU|$)sf3uF29{bNtr5-u+vVXUgWB?ek1tN$=kKPs(&c{hzhR z!oD(OO$tz6GwnwGiakH`J})Xezvtxns@qz}J9EneL?^Dhv9CZXFW*#p!kp&?%@Iaf zJNPHoc5!lIL8@MUQTpt6Hc|`>j3NO( zA+A8hKoA!f7abi9B$Jbq6A}`DjKsu5AR|6LJ~lQM!T<^axj+D6V3H7x5H)aRa4sgJ zqM`!mGBokBvNDKBXJ==3cXwM`8<3ltnwplDR#;eAQc?m`0Mymg)YRJA3Y6{W=m4th z>gt*@Wy;ExE7z}Izj5QnEnBwi+qZB3{{06I95{IJ;I(Vlu3x`?KbI#pRrtof&0t*WiE@XxU&=)IEzHT_8W2Di@4CiXtBWF zbuMo&i>+A6cZQS`VO8~u7M*KzQ|e|7V>`flGmrhxqRk60N_4ZvKWF&%^7!F~n-?-- z`dR13G89TxJ!^CmHi`VOi!Whboo!g=BrEQB&J0s>Cta#^$#!qlouNAOlX~@xosm4Q zpHzZPZ>EY(d&nU_x#wC^d!1C_be6BB_XP!=c% zl#P#%2TB3iKtTuz6a+GW;t&xa7or6yh%63N09ONKz@^}9uyUw5a6upg2!JL-7!X|$ zHZBpkVq}fTT8Lo-Edu%i7y`i1NKH-6$;knRQc+P+adB};Nl9sGX<1oWMMXt*b#-lR zZCzbmLqkJHM@LszS9f=JPft&8Z|~HpQ>RUvHhuc^88c?goH=vBf(45fEn2Z+#oD!N z*RNl{Wy_Xr+qUi6wQKL*z5Djt+sw{G3Kef##E zJ9qBhy?gK8z5Dm?KX~xq;lqbdpFVx|?Ai0@&tJTF@!`XVj~_pN`t<4Z=g(iheEIR? z$M4_2|NQy$_wV0-|Ni~||9`@)doO^Iolp|w7tFxO%)-VlC?qTYwzR|5fvR18<(7tnw^_hR8m@2F=67Q$y28-Ubc1H_8q%+A31jX#K}{q z&z!q(>+Zb=Po6$|`Ret%PoKYh{r2PMuiyXj{LcF`Ffg@vx;TbJ9DaM_XS9%`1be}f z)29~yzQVV8_matZZ!fG_V$>tzReLkRcdgFmmZmpO%_4_PH?$}`lYg7(T;4c$Zfsor z$I3td&b)a(^JaPav!e+SXAXI%uHAVs>2;IR<Gsg)*4EYre*F$2!cS#)7tejWLhD7Ru-BtK$+PdQ+|eFo-WVWUx^OZtrH0R5bRJ0b0t?_0|5E}y~L>n!|qM#ZBm4;!Yl z@*Zxy*?hjqvVX^pU7ww;e(?MbP`|HTnjw(2^!7>DDJH9))iiQ{x?QWyR^!-#0mK^g_J=JsgecZgxZ$H(O6}RBLxQNioD`!$JT<4Zu9=@t% zqxP#=yAtIt-Hq5j=jx2`D|1%mZ!8t_F1Z!;%KzFF{eQii7(R<93Fn1AixqwYD(O63 L{an^LB{Ts5EH9W* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-insensitive-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..beae9a7dedd4659a63b258e15c7849a0d0346570 GIT binary patch literal 692 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)E=L38~ zT!AzYgocJDBqU^JW+o*i#eqRgOiXNSY;<&Ve0)4m04NSr0AvFNAtDeiPzsX^mx_vt zg2)2Nh=>S?IK-~7urN~~uyQvyH@5%+J5MVhu=BQZ@V2qBaR35mKUY^*Pwya4-wl2%jK z)Y8_ov9${g3y(-n$Z?Ec` z?eWNJ@3eW!QR!ODo<2@J&X2ZU-MjL>$4RxO+b-L;&dog0ADQ$++{XHJPochjyP?3Z za<{B03$LgMo>7(35(%Bjzt5h(nqlV=HP_r@Hun2IcYNrG5Q#Nrv#t4{@g%Uq^P+`r zt?k*PY6oo&C3m@HX7*m_zQA#zW6|pSx0n182nIkdP!K2^ z8ylOFk`f;u58(nufDE7#pa@V3s0>I#xIi<3Y@h<5AjA*|8%P2bLjX_;!UZyr*+4;L zaiC%d7nuYKV$}jsV+sUT?&d%MB&|FxfWXGn!p_sm%E|@^oV@LTz{%Ia!NJMd&)M18 z6$m^7+`R)ly@Nb`L%e~=FT~f^*U!%{00@G@LPA2q!Xv|hC^8xtGLg}-zz_p^5a^7S zU|~UEuojgB`2{mDGBLAoa`Eu;@e2qF35$q`%F4+rC@Lzes2Ug=8Jn1yn_Ju1J2*P| z2LuL1MklAFrlsfP=H=%X6c$xfR#n&5H8eK2wzjpmcXW1j_YeUDBNxUpFfgfmx;TbJ z9DaKvJp7P>2z$Yi&g%EJ1rOvb0v$s{d;_mUY~0}(((?On{F9K0+su5E9vm$Gvw!>k z%LS9~bf5h;fB*DVa@Y49uV>kRX5xM0_pjD1(o8)kdcr$wPO4Z>@+XHEZ%?YTwmUC0 z2ut$h@Cg%;_ufkN$#`WaI{bZvJR^H}C681b(}%H!P5lH&#Y6tgA; zEO$EW;+`~N-irX9wvdclcPvj^T+$T{dNF}1SZj;lAGw!p`$}f;B}N1wLB(OoIjewaCP+Pl!T4bpt==`Xh&{h(QBVRLkW z_WS9^cJ0gee3kz8v?cd{ig5D%4PSq$&o@4&`g`W75|*p8C8R2EVXL5fu?^kX5*Sqth-tqtU cHR=uIw;!3a$-|fNHmD%*boFyt=akR{0LJ9jrT_o{ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-insensitive-header-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-insensitive-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e680791d6dfbfd9c45dd26fd0452beed5d74ff8d GIT binary patch literal 714 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ew*!1a zT!AzYgocJDBqU^JW+o*i#eqRgOiXNSY;<&Ve0)4m04NSr0AvFNAtDeiPzsX^mx_pp zfXD(#AR8hc7#Ij-goK3X0fC`|p0R_zzP=$4m^&GpJDUQ5g|mf)g%uFkc{(^aI5{~v zyZgF&`gwW>_yvRo1Ox;H1p&2(goKBMMTP@GWMp_`bR-A>NuUEEZj9$Tdz%&LH_wtF zzhDMNegQ!#X*G3CEp0s;Tf5M(@QCD;?3~<^(z1%mrskH`wvLX@uCDGL0$}CgY18eMmusy!9qIC%c{=@^%F9Wl)d z-OoKZ=;X4k<4tv&l;g|aS0_t*xwuI2%yi6b`?&jx$Aps?4ln!Gx$(-MLK|hBsvnVQ zFJ3%Q%9HTQUo9W}()i~k?e^`182nIkdP!K2^ z8ylOFk`f;u58(nufDE7#pa@V3s0>I#xIi<3Y@h<5AjA*|8%P2bLjX_;!UZyr*+4;L zaiC%d7nuYKV$}jsqXz_r4tmB8`aodnU+J653PhfM?w$dj-T~g;-o8NK7vksV7Z4B-6ciK|79JKB84d!#5CQ^V z$VCHv3UrTK{j(Rq@GUI~@(X5QWMXFFim-q12>h6Jb@RNhUV{CLoI)pvsvOGUw4Rm{sN-pK>FnSC z{9n|$til@<&7sFXGlb{Wl!|meECo)>#P=ziCa82UtGys^j6yK$b*~< zlZ&@y@t3 z6+7Lx@@Y5Fd39k{;?0})EN3$tT8S__wlCTlD&8Oe|MU}vyNc?DlE%4%M^G5klAY<{df{{`j#}oWf$Yd2Xj;=L8sUu>5v0FGB9y`zc9b z_dfE6Uu64yYu(0|O9QqbP0l+XkK Dw!iPX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-insensitive-header.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..d95bfed9fbc78b44a7a463ae9a3006ec3c1d8810 GIT binary patch literal 716 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ew*!1a zT!AzYgocJDBqU^JW+o*i#eqRgOiXNSY;<&Ve0)4m04NSr0AvFNAtDeiPzsX^mjYT0 zkp+@K!LqV42&1#Jv%9;yt*s5nO-V^fOG_&(EG#W81uAH4Y;0|9ZEtS}s_E+Lnlfd| z%9ShEuV24$+diCn{>(_7Iy!q_ev**vBzkU1m)2B~gzI^%i z?c0wZKYsuI{r~^}ZSiHBfqwHW3GxeOVB{ANl#*6c*VNM1v$3@c4GWJ*PRY*6Eh#Ol zsBCI(X>IH109n}GgCD3b5xK~~z{uz6;uvCadheC&=q3XZ_79A0w|oOlbUiNaIeVq& z%{GS*OuzrlU!f>vaP5lupZoLv&U<_FoFqe}dibiBvL`&<*H10tR0{oV!*GAX>qmASYR17EQNEd9oRyadd=W6NFkL*+TY0(X1i>k4@7QlU^t;V-46xSN`{PG< z=B13=YA@=-qkqiE{AW2&NX&lYc_V>~FLwI`)Wz4%H=f^F`_$?0n&VsFw+P?L*yXqF z;!#gt>vU5chNH@h6XknEd)XKkU3zRJY182nIkdP!K2^ z8ylOFk`f;u58(nufDE7#pa@V3s0>I#xIi<3Y@h<5AjA*|8%P2bLjX_;!UZyr*+4;L zaiC%d7nuYKV$}js1C#|?3UmX|wb|L(xw*N;#l@wirDbJh6%`dVH8pj0b-)nl?Ck97 z>gws~nL2gq^y$-Q&YZbm!GcAL7OhyZV(r?s>({T}vSrJ*ZQFM3+O>D@-u?UcA3S*Q z=+UFcj~~B$`SQ)1H*ep*edo@dd-v`=c<|uSqesu4J$wHA`G*f5K7IQ1<;#~JKYslF z{rm6VzyJUL7d~Ye4-ERck|4ie21X`k7EUf6UOs*SK_Oug5m8w=c?Cs9WffHeLnC7o zGjnrm8+!*wC;x!JpvdUtl+?8JoZP(p{DQ)wipr|$+Pa3u=GNA>_V$j>u5O^?Ndl5T zz6CHaFeQ1qIEF+VetY9(_+`m%VHRKkAgsckE-Xf-^vgO3hTUBB` zOE`Ovmi#X_6q&W<=9^{B@)i9*_x;>^ckbP}o#)G?)b*`?I}1;|VPhisdE*I}7h&q& zncRK{Hy#PuaJH4RM>QZm{@m$X^Ae|+TF!6#5nk^g+sl%s2$bQY$x-c;N_`Ld|n z*|cEw(uMg4QojLvCXNx5^!b+Aq z@}2tUTz@;?xsF4}BhA^!#$;jmm7f!sE;q)SEji>ZToo>@TJ!(&)!EFcW+81WI90P3 z?+e-9dY`eGSMtL`xnHh6Cz~I$Zqm8?YTnPDih?~lb4?|~`i~V_#Z5Xm?H+saqw_*bB z<`qwcH+4NVTlFTT<-4Q((&yRy3ulRYJWpA>=YG_xB0bjP#n11|dV25!lZ>-Y3;X#^ xQlIoc5!lIL8@MUQTpt6Hc~)Ew*!1a zT!Hj|nt^A}p1pYS0&e`vmoFjgt5>fA88>d+h>wp?OiWBlN=i#h%gD&c%F4>l&Mqu0 zEG{lCD=Vw0sAz9*@9gZHJ9qB9dGi)5Sg>;C%C&3Pu3x`?+qP||PMx}Z`7+R`n>TOX zxpU|F^XEYG-@bkO{B|(0{42=8&f>P3I>Y7^GdN#Ipp<&?> z$tl@6xh17#6_riR%`L5M9UYxrUEMwS!JIk8vJ4E2oSrU@Ar}67FJCV@WFWvAASqnM zr1r&Og{OmrbU|m3=CT+6_ji~c7^>BSB|O| zdT}j~Fy0U~Zzkt6qh6*{a_raMRUBOGFDJ-*fjjxbiN_OU+c3&AGgH*ynNlYO-QabmBID<+xtE#dNDhL1o+q=%5Ps0 z^RZXV`Pz)R?YHf9oIYlUA70D8x-r0`dio~Kjl9g$0+Oc*EV6sL>Qm|ZXL6w>?{gR~ XAHBY*yxF4+7}5-$u6{1-oD!M<@gsP_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-insensitive-selected@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5daa448e1b70788bd226c41322a671c940cab2b3 GIT binary patch literal 1244 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42;wp?OiWBlN=i#h%gV~i&d$!w%`Gb{tEi}`tE+2hXlQI~Y;JCDZEfx9 z>Y6@%`plU#=gyrwZ{EBG3l=O{vSh`I6)RV+T)%$(#*G`dZQHhI&z`+|_Z~fZ^!V}P zCr+HWc=6)p%a^ZSy?XE7y$25-JbLu#$&)9~o;`d1{Q1k5FJHfY{r2tK4<9~!`t<47 zuV24^|Ni^;FEET_|9Bk%26tsikY6wZBNHCqXIFO*si1FNkR$^G zQ=F%ZV@Sl|w>SPrUviLOC{QuJc*badO4hWHMN_8*cxpCs+lrZ(r3Js#=E#an%zOLy z^X68gV|nF|x60SZ-M^nd|M|OnyQ}ZBGCeQ+wy0dkNZx;))9j72dd|D&ecLo;T>+1u zYSKeJel-*21^fPOUUD)r@XX1mm28K6%v(9{c_&V}FFN&x)7lv;cRQLd*YBEjw$DXI z@$Dg}_|?W!4j3F$E9}%&Hhfaj7H)8Ep-+tS#a8LF=SoAwWV~90Ch76qm^&}^%C3_w zQe7KmvMgl#11dLo+AQMexAt4WIc2lAO)~qj{<+-x0ngn(wS9Va`ka+X=d256i7ujQ zuP+3jQr}nqu#rp0qxFXUbFHV`_V*_B%Y2tUtvFNaOY{ZVRn8VmgoKq+cjP+q-?{#F zz4N`U0MRhi4* zSTDKn^W|fWZ}a6MZ6~GVv1ds>6D?r~kI}!nD&j#oLx|WGzQ9w)A5Zr)i+(dMeEs8L zck(^u$^Rd6_xwM4mvX8$~vWmocwk3R<2Q94Efc z(knkiePQskkPEGX=^t%7v_EyP`<<-97Ja+(H201>r?>0ema{3$HEd42@@b~%)iUYS zYpc_=WR`rXxhoj*nQ7}LwdZ|N-mcp62TpxaU7uE|wTo@JK=#Fz-D{5RNiV6&Gn|<> o-9ugc`MdtMbM=eo9Q?uj$^M|PRq=9bU~*^hboFyt=akR{0C<oc5!lIL8@MUQTpt6Hc~)Ew*!1a zT!AzYgocJDBqU^JW+o*i#eqRgOiXNSY;<&Ve0)4m04NSr0AvFNAtDeiPzsX^mjYT0 zkp+@K!LqV42&1#Jv%9;yt*s5nO-V^fOG_&(EG#W81uAH4Y;0|9ZEtS}s_E+Lnlfd| z%9ShEuV24$+diCn{>(_7Iy!q_ev**vBzkU1m)2B~gzI^%i z?c0wZKYsuI{r~^}ZSiHBfqwHW3GxeOVB{ANl#*6c*VNM1v$3@c4GWJ*PRY*6Eh#Ol zsBCI(X>IH109n}GgCD3b5xK~~z{uz6;uvCadheC&=q3XZ_79A0w|oOlbUiNaIeVq& z%{GS*OuzrlU!f>vaP5lupZoLv&U<_FoFqe}dibiBvL`&<*H10tR0{oV!*GAX>qmASYR17EQNEd9oRyadd=W6NFkL*+TY0(X1i>k4@7QlU^t;V-46xSN`{PG< z=B13=YA@=-qkqiE{AW2&NX&lYc_V>~FLwI`)Wz4%H=f^F`_$?0n&VsFw+P?L*yXqF z;!#gt>vU5chNH@h6XknEd)XKkU3zRJY182nIkdP!K2^ z8ylOFk`f;u58(nufDE7#pa@V3s0>I#xIi<3Y@h<5AjA*|8%P2bLjX_;!UZyr*+4;L zaiC%d7nuYKV$}js1C#|?3UmX|wb|L(xw*N;#l@wirDbJh6%`dVH8pj0b-)nl?Ck97 z>gws~nL2gq^y$-Q&YZbm!GcAL7OhyZV(r?s>({T}vSrJ*ZQFM3+O>D@-u?UcA3S*Q z=+UFcj~~B$`SQ)1H*ep*edo@dd-v`=c<|uSqesu4J$wHA`G*f5K7IQ1<;#~JKYslF z{rm6VzyJUL7d~Ye4-ERck|4ie21X`k7EUf6UOs*SK_Oug5m8w=c?Cs9WffHeLnC7o zGjnrm8+!*wC;x!JpvdUtl+?8JoZP(p{DQ)wipr|$+Pa3u=GNA>_V$j>u5O^?Ndl5T zz6CHaFeQ1qIEF+VetY9(_+`m%VHRKkAgsckE-Xf-^vgO3hTUBB` zOE`Ovmi#X_6q&W<=9^{B@)i9*_x;>^ckbP}o#)G?)b*`?I}1;|VPhisdE*I}7h&q& zncRK{Hy#PuaJH4RM>QZm{@m$X^Ae|+TF!6#5nk^g+sl%s2$bQY$x-c;N_`Ld|n z*|cEw(uMg4QojLvCXNx5^!b+Aq z@}2tUTz@;?xsF4}BhA^!#$;jmm7f!sE;q)SEji>ZToo>@TJ!(&)!EFcW+81WI90P3 z?+e-9dY`eGSMtL`xnHh6Cz~I$Zqm8?YTnPDih?~lb4?|~`i~V_#Z5Xm?H+saqw_*bB z<`qwcH+4NVTlFTT<-4Q((&yRy3ulRYJWpA>=YG_xB0bjP#n11|dV25!lZ>-Y3;X#^ xQlIoc5!lIL8@MUQTpt6Hc|`>jN$=4 zA+A8h{|5*>0|PY6pFe*N6uEl!Dv-Q<`SQ)1H{;{u6A}`Vl9JNW($dq@Gcq!=va)h= zataFzi;9ZM%F2M=tEi}`tgLKnYinoeQ7hSAd3JyLRoyjT=D2@7%cqwDHA@7q4Eudi(b6j~_pN{`?8Fy8FTN1Hhm$ zD+%%oW?+<-k&`ztG;(!w_wx4f3l7Q4FPt@J?)(K?w{1Uk^w{MqSFhi`bN9{Lcke%Z z{PgAfk6*uk|M|On>$yZ=AS-*iIEF|_?md_te=tFU{lR~yATM@B*^&#Ei=Xsu4fE^n zo6>XV{{P}FTdvvsnKwOF{9mlXuEGVIT6XQ1<2`VC|Fra(VT)t5LZzm2%ExfK>s($t zadDjyzq`tLqxV)jzZ?>3OWUM#`RYmM^Q?)%K{~0II-xS&K`O(Xjc*rw^s7mV^mdKI;Vst0C(`Zt^fc4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-selected@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-active-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..84fe73d583a490ea96141fa934e73e3564ccaba6 GIT binary patch literal 1381 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&-W zd_r7-ivN!S+#wJjAD@trkd%~^oSdANmX?*3m7SfPlarI1o12%HS5{UA4BU!}ipt8$ z+S=N>y1M%M`i6#v#>U2`rl#iR=9ZS0*4EapuCD3Rr_Y!%W9H16bLY;TH*em81q&7~ zT)1S(k`*gftXj2d{rdGAH*VavZQGtbd-mTU<;s<7*RI{WckjW22M-@UeEj(FvuDpb2=)Z68tQP|#JE0`VFPMRmnT3sAP)JxzTtZSxT2@Y8K~Y&n zRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ewylm^X?K^huK632%iIb;J zpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|?$Uba4!cIQ;g;&uAe>3HE{| zr%x^ZeT8rH?j@7+d@rwAV$>tzC9ANZC5qF;<7FGuX&r4-@u++Ix7-RSOH5Cnem%ZM zZoj?p@5;1qcV|`_N{DU#5EPl6x8X+Bf)ihE=S?2fRKen8oz++ow6f zMVz7Rhh0jLFI z{@p94aiWRs;j8*|)$&2Ab8Uj?LiU}3?>DV?-OZe5 z_N49i&kMy$URE-;6H;EP**r2_bok=tl1oW5W=Jo;crln~)2DyWEfdd{;$&<{$0CS+X-qjJ7Yxys==%%D!FmIIYUw3vf#{iJdb1sJ-}bBMY}w zEAwXd`K-lqoOY$pJ>NYre&am1CjQF8!WC!l`spoNB53+tHDeKtUfxc< z)O|P1+U?QG^(W8Y-hN{JD(ir`EdDctCv1OzYJW|5WZ-J?&>H*9?9fE(joUcGtN%6a zl50O^>cuoc5!lIL8@MUQTpt6Hc|`>j3NO( zA+A8hKoA!f7abi9B$Jbq6A}`DjKsu5AR|6LJ~lQM!T<^axj+D6V3H7x5H)aRa4sgJ zqM`!mGBokBvNDKBXJ==3cXwM`8<3ltnwplDR#;eAQc?m`0Mymg)YRJA3Y6{W=m4th z>gt*@Wy;ExE7z}Izj5QnEnBwi+qZB3{{06I95{IJ;I(Vlu3x`?KbI#pRrtof&0t*WiE@XxU&=)IEzHT_8W2Di@4CiXtBWF zbuMo&i>+A6cZQS`VO8~u7M*KzQ|e|7V>`flGmrhxqRk60N_4ZvKWF&%^7!F~n-?-- z`dR13G89TxJ!^CmHi`VOi!Whboo!g=BrEQB&J0s>Cta#^$#!qlouNAOlX~@xosm4Q zpHzZPZ>EY(d&nU_x#wC^d!1C_be6BB_XP!=c% zl#P#%2TB3iKtTuz6a+GW;t&xa7or6yh%63N09ONKz@^}9uyUw5a6upg2!JL-7!X|$ zHZBpkVq}fTT8Lo-Edu%i7y`i1NKH-6$;knRQc+P+adB};Nl9sGX<1oWMMXt*b#-lR zZCzbmLqkJHM@LszS9f=JPft&8Z|~HpQ>RUvHhuc^88c?goH=vBf(45fEn2Z+#oD!N z*RNl{Wy_Xr+qUi6wQKL*z5Djt+sw{G3Kef##E zJ9qBhy?gK8z5Dm?KX~xq;lqbdpFVx|?Ai0@&tJTF@!`XVj~_pN`t<4Z=g(iheEIR? z$M4_2|NQy$_wV0-|Ni~||9`@)doO^Iolp|w7tFxO%)-VlC?qTYwzR|5fvR18<(7tnw^_hR8m@2F=67Q$y28-Ubc1H_8q%+A31jX#K}{q z&z!q(>+Zb=Po6$|`Ret%PoKYh{r2PMuiyXj{LcF`Ffg@vx;TbJ9DaM_XS9%`1be}f z)29~yzQVV8_matZZ!fG_V$>tzReLkRcdgFmmZmpO%_4_PH?$}`lYg7(T;4c$Zfsor z$I3td&b)a(^JaPav!e+SXAXI%uHAVs>2;IR<Gsg)*4EYre*F$2!cS#)7tejWLhD7Ru-BtK$+PdQ+|eFo-WVWUx^OZtrH0R5bRJ0b0t?_0|5E}y~L>n!|qM#ZBm4;!Yl z@*Zxy*?hjqvVX^pU7ww;e(?MbP`|HTnjw(2^!7>DDJH9))iiQ{x?QWyR^!-#0mK^g_J=JsgecZgxZ$H(O6}RBLxQNioD`!$JT<4Zu9=@t% zqxP#=yAtIt-Hq5j=jx2`D|1%mZ!8t_F1Z!;%KzFF{eQii7(R<93Fn1AixqwYD(O63 L{an^LB{Ts5EH9W* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7feed194842db10259d3b5e26d3f2240c61f83f7 GIT binary patch literal 728 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EKLdP1 zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBpXXo`Sh zVPRoF!N9;k2pJR<1W{uO1Xk{5KxFN1Zf+hFg{8A!N2VC4CDVJYD@<);T3K0RRsdA@KkJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d04c0853dad643559c931291a01da85290230a5e GIT binary patch literal 1266 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42%l{ zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qbm;!;7yBQDwNoyeTFgG{1u&}VQva+_ewz09XwY9agv$J>h zv3K@$bn$fp0#{!rS3f5=KW88Sl5YOa?*1-7;O_4V1Rnlwo&oM&f!^NUzP`SGetrP~ z0fB*mz%UOB3j+ozFl>S026P5E%%ZKn8&Gc$9->joyF~)ShV&BBuVnmj++&+Ies;QA*-+{V8{2>zv7lC(Kh1eQ2!lDm8oUWxJhH%2J); z2A5K*w-(==FW!;XV&leDcH!L7gn8;#4+}4~dM*EXc$Gtm@`8K!TrN)w{w|YrM8SK7 z=*LBQ!n+tHlV+HB?b`NGrh@zPF@gT3d$Kyt+Z8<}4!*q;o%+I*L&w9#alO~M$P+?o zK69(@yt%*V*Tefd?zR?doxVGyId78GI8(^!8uiRVYS&^Xe}^RJNs=%4mwR<>_OPv3 z=#IM7A&^^&9wYk^~8U-7CXf&9BFgx$PB?!9^OR{pzR?(`X-`o4d+nDyoc5!lIL8@MUQTpt6Hc~)E{{wtN zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBRPXo`Sh zp`oEbL4SXL2pJF%08yh01V;9H#z5qtudi=lU|?cmVrpt?VPRouX=x7xPF@Z`;Oy-P zL@wS=AmroZ>f;PVZa#i~en2yUra`QLIR1XRU^meJmL)-c!3>PjGIH_;hDNS#?q1$L ze!(Gm`GvFQ%$>hr>$dHOjvl*wI#{ilk`6Y-ZkWzu+^WF0D5>)Q|Lr?EjGZ2Jo@?8^ ztNW*4(Y-wki~Y83*mhmPTWa^});9u$;p>*_x9I;ia}R%drhld_*Uj=n{MyztI?vwe zJwB--Kdf~7f-^^MHYA>@-oEOx41>j0F=?+1*N{>MpZ!L<-!d<#G;F#u(ZoLITSwfE zSFQ}!`}%5xZ9lCzeS1|t;|gwBPT|1z&)=4>DrHb-`&8$6-o~z@k1JEI)J?A~E<}E3eqo7pg>FVdQ&MBb@ E0FufhtN;K2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-header-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4b1588d09fd36b81267bf325dc593a7b086c53 GIT binary patch literal 1291 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)|7 zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qb=mLR}y&e!4+v^!S7#J8B8X6iK8=IJzn3|fJnVFfJn_E~| zSlYT-*}B`&!>9S{IXM=v`kFMA+x@&X33gR_@|v$rD zb=u-(TeofBv1|8{W5-XNJaziaxeK@M-h1%m>9d!wUcdYF`ODXDKYsrD{V&h&ygvg2 zQ;MgHV@Sl|w>NHvUv>~-e-LCIBKBR>g|U3;x>9y=feEW3*2Id;II?YtXXv9_N?tmx zPTBA7=S&vMxMX5nbea9!!|#*k8S~#inKG^Vby05GRbHK`2@Wa>2-BFod zi_-;UPA*t}u`P3#Y@@5I-;oNtc@w6}baCCk72ABXNS8yhGel*kW8lHndD`jq_9@Fd zG@Zm;ZEuFZ-O?`_bVNy0RJnKS?74jxHhJhMKQ#<`GUcMBT%?#sFNej;h^3c5tx}jY zYa*9K=9bE{nH3D0Ns}e7bXDBgz%{p3XCrUk+qrRt+w9skt34bX^|wu3$o-)`z^H%H zx#8XTw8cuV7as5w)1vpU;fOn z>ilcN|d@D0~e=$v)FgbX-p6}iC4YRDCi!s++pOAm`lELp!|4#j~ zb9I`0N$m9RNy*aRYJY}y1zkxxEY~C>8+;}^O^QlEmk4yVe312cn^tI zJP*^eljr#6cW7q!`O>zssrm~RyxaQf$-dgcNlupEwO0QQ3|$qz^XsOSn>JWWox8rW zfk)nO+A8&?%9V1eg+G?;{E_#0weht3?56quw!JD#dY>GzV%9#EyuG%!lCLW4TrVQM zaY^DeqZRX>_8yO2{QUM)UPr%)M=j1DcZrO2+Uxt`ncr-^GWYWbR4gW({5S9ImScOC ves+8Bkx;YuNJYYu?^WrapWWAxHu%pl{T$2HNoJw>prXjr)z4*}Q$iB}rkoFJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-header.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-header.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1fd7ec3993161329f5e8f382883f0459ccca94 GIT binary patch literal 781 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{|6L&2Log${P^($$OQ@m$$$U;0m+XaKYsf3>GS8$Kn748&OUnV^s(cokDWMk z?8MmaOA+jV+Ri%J9Oma;iEuwYUZ59v*#|EJ#Xop`AZ)@e0b~Dt*ckBUb}Yf z(xpq6FJHcR@gk6M{`~nf1$S;_IQ9@E$Mq5YM&fdY<#nsK*CpjgpySJ}@ z!r~=M*KgXqZ~uWq$BtjQdgJD;+js8VfB5L}<0ns^J$w1`<*Qe3-n@MW0`I}#D+v7j z{rm6VfB%*rlVSu0xrC>SV~EA+J(3cOJj5S6S$>(5yt=V*dVa7$G|vi8ONQ8Bg=K2~ z`ql3G;T+L|D?GJXVuLxBsRfto>x*kdbFc6eb`I7M>$j+`-02vTzKrq85|^IOGJEgX z?s=n_!@5ANa1qm?dsnU;6i=F}5g;t?HsQ7aUy)nnC8cmak)1qm+72#JQ8vqH+NxrA zP>S=wB+GuYjgij1>=PHxIC}OkljBT*dWjd^h6|s?CTfZ@-Hi3>XnnU-fZ<}yJ%RIa SE1H3^z~JfX=d#Wzp$Pysh0B5f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-header@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..df38f3872e2081f98693c46ac3d8e6db3a0f537c GIT binary patch literal 1343 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&BB zd_r7-ivN!SSP1<2^XKp1zyJRI0}22czkmP!{{8!pA3uQPr%#_geE9J3@X@13_wV1odGqG=>(_7GxB+Bb zy?XW9wQH9yUAlbv@`Vc*&YwRIB*TvdZve(wUrCT(Faskq3o9GHfS`z|n7D+Lw2Z8r zf})avp^>qvnYpEnt$$!pa7bumRCHoea(ZS~PE&JBYg_x|X^WREUAAK7#?4!{Zri?N z*Pf%tPnAH%D+GM|`RmuO z-@k!@#_hDPo`HcW-P6S}B;xSf8$W|DJBYA<2-3gO^qp0%V|$RzD_$-Rud8C&{M@_N zFZHms*fQ@%)|M$I3r%DHrOsx!v}JbAlcnbj4u5Zd(thTN@$X$XYoptfZL{^yzMYqs zpCA!7^I^mG+r@ikE;rfr`{1-MyQO_4u5ab&S?c=o`=KVK&X<8AqWgB;ZMa!r=n+&I zHL<2EVMW67$xq+BYyHTy)=RNdD)juisO6;^(-!wUNs`E1vGtavP?z@6@8rmGft3JmG)V*9#ELFnnVy6<-xQ}y{%e|@j^Go>GWnW;P@MA&_Yt_fV zsmo4Hmp@<1|1SH2aKMiVNiW0I<5_j@f93mOs==jd7t&NeVU=t}nl+2C)|XZTMQd;K zy%D?4w}e{#R%5P=c1ugU!ky^D_Iug)Ep7s#vr>HCe=e)r@G2lg^Yo8|?}t{zdIyww zRol-zvuWCbPm5-)f4}HfdhP6r<|aS={F;0Jw|unp`?T%T^c9R-*O#boKQnu><&@&h zn|6Oc`lM=WbbsvB-n)$(3YjBaOeZ}2`z!2gfq~xj#j1SrYxDL+|9PWU&lhT5@BOwg zDV<-X+cfp?+3mZnBiL2a)6Y7-VeYDYRVFp(=eA0x2`4%x1!-w+n&G)%#)YYC)t2AT zm914yaCWP*Hv7!?%r|%XZZ_tNSA{MfNVvY#?E0_!8rcT*42oVKdKVe4IR(rN44$rj JF6*2UngH~oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@uIyO$Ks-Y#<5bLKuO8fe=AcAh2>b2Lda13kwS?D=RxYI|l~`XCQF* za|HrVKUdEHcOdc(0D_>PAfO?UksuoaVw3g(z2Q_6AhEu3pE)C zuq7O5+uN`=fnB<@X~o88f8$S;Drr4PInew+lfOndZL_rFkMc)PtKyf>dGWW(@}1(w zSBEwlY@1_z{^C-ty}o%lv(MiM*ON|*ogAO=S+wTis?f%nQ$8j-d^|r(Ro*S<<}!6N z@r%29|ttTsHcN8BsON%vvQ#67#CS7rVwy`FXS#{Kw(*7I}E%q!WZR|QHM Mp00i_>zopr0Nx+~2mk;8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-insensitive-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0e67ae2e8b1cd57b51f9ebd1d7ecb9de72226c27 GIT binary patch literal 1159 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)g@ zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdC}Ii(R_^9N03@wEEi5dotgLKoZ0zjp z9GrcffB;Ck0+F9H5CBPcKUW~|^mFwLaQ6=I_Vxyb4=`ka0TLD#2J|e@JCTtf!`Co- z83ThduO!GXn1PXrnT3;!i-(t&k6%DQP)JBvL{wHzPF_J#Sw+>r(8$=t%-q_>-oeqy zKOitDC^9-ZB{eNQCpRxIzo4+FqOz*GwyvSExwW;ey`!_My9X~&PW!)`fq}`?)5S3) z;_%xWH-m2lh_ELdxwdr2m0eqIU0a%Ulr=g!H#Tc&s2AhKYGxHd(?z0@hkpK#&(`Zu zQP~;pUvNya-v7*#hqHIjZ$AHh%JJ#%HRm4G{h$(k&`(_L zgC^tBny`r~nu}9DtBOpGsC#(ehj>yzfQR!Hrmn8Dzu(Sjn9#NR$EtGz zQ#j0>zRUUkUA;kmx@OidgA)t-Cp>qq6x8s|JU2m4!_;{*PgJ9h{HZPn%Tp?cElq2G zoLMmckLoVFElLyWay;6KQ|un!=J~}eX*WeM`kU~nqL7Vu*7A5Y9cfqD(VSA6aKCs( zlFsDR##a-j2Txz^H#fAaVvpp5GY;owEzSM-c5P?h^DU>I=4{(u&TbYeeQN8JZI&CF zmBJ@n(DuG8zIEZ!v*w3av+oKqe|_F%;nwp`202B(a7wXE4NKsakTMA&~$I{+lJdKIpm%cB)_voc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@l9z2L}VWKsJyBa>K&HAZ&kse~7pq5Ewe>89V6f>zkUIT3A>(0D+UY zgR{322>Cj>`Z~M%`uX_<1Oz}#0J;mPcTVvfYoIrrN`m}?85sEm1f`^<)zmdLwY2qY zZ0$nB!XuJXvU74vN=nNrDjS=cTUuJ%IyyQ!ySlo2FoBQM^2tEczIeJghFF~5d*!%L zlYszRLf2mHZ*8*Hh7C#P@Bas_6Bcw#XSew=|Jwoco1SHYE%oX_YrdMaxxBvGCCEQf z+xzr_D;xY~B(L7|WY(DzSLPe8*N|Q!J2^J!uV|IqRjcE^HNVmvVgpS3ZF_E*l=}OK zY+S~nQF*EMV1BbI!&F`SO?LKoWF)MG;c3tR9?Ig1>p!dp8K}kJ%Z)|9waA@yA>nBUc!9waMQI zJtz73%7s|oKXd9%#cFtRZfW6m{q!zx;i^Zk*M)ulbpO9o`Mr{}wU?$gMS)UmdK II;Vst09h>bY5)KL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..56036217ea7740c6d270b68616b57ea38a294a88 GIT binary patch literal 1147 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-@3 zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdD53`hh7Nkh4*L4~hK7d5#>S?mrsn46 z7C>O*YGvbY0|XA9Hcp;)Kma72yn(^u03@Bgot(X$U41=0J-xlXfuRHppOBD{u&^+o zmw}!Fnm>Et`w76%%r6P@3ua(sVrJpw;^N`u<>MC+5EK#;77>+|lap6aR8~h8f0vgYX2 zGB7Zydb&7zv5<9g5`2NAY}BYNNNX={nS*_-6Z;$pslQ%a|SO|a^M zaN0;aznJy3RYp`aF2f*U&Su9G1uIlO@`#GgDSTy_dwarO$5|U9wX#-kz4P*Wx95_{ zOFWc+{@!}dLF2sQ-Ga(hGo^y8_dc}g<~el9({`!f zC_!n_`4=owCT704cJD@ea3zcRGXZZ_*>F)s^ArKK^&yjXbG&72Z+=w59)IvDy^n)t?Z52W~yo>&$;ZONU?b3*%>Tp0ve_9fW)U z*GEF5Zj{~*cPPvBdcVL|_2YtVKi+L#e&W4$zIxO)h0{@Yw&j?;HcOIQDcHT*P1pIW z<#V~^j_1SQ^E&!HuzXq9Rk&qsYR0~EOS;$2ytk8yyJ)LzY;X1%>GtQ>`Islp7n*qB j;jKFxUjNUZVn3r?XgTe~DWM4fefY&6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-insensitive-header.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..e0740cea2cf5edf1f8d266b2f228a5364b1ae7a3 GIT binary patch literal 687 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EmjZl3 zT!Hj|T7vIj0Jq`Cj~_pO{)BKpefsp}%NGcH?t&HbfN0Um1&dZ5K6>Kl(Njl{pE`cx z%<&WFPMkV-3W&~JICJjeg$oxhUc7ku^5v^nuU@}?{r2tKj~+dOm;*HV@87>b(-iM4 zI0^KXTS<^#FasmMfS{DLn!2Wzww{fxU1(T%L~=@YPHstQSw&@IQ*%p8YgAi$PzuuHaj{f%Bx!A_@uPyg1Zu!uI!!t=Oi2rY~~=PIKTGiM=pi`Jz~K7Fn=xsz&rE8TVnMozDuc|}I+ z{Q>Pz-OJNDd+m4vzid|9*q)d*>rscB>yBdrQ!a>xzu4aRm_>AgwBq~rY{|!$PZ?y- zTkz~?Z-~AXgD0Ey>UF{1-+Q#0&(aAp`FeoxQIVCkMJtsFWzo4+F zqOz*GwyvSExwWmmqqD2KhgguiUgi%21CzC$sBuEG{lrp{ zr7L8DLRJM-MRbVePtnlv-L9GYa^w5||4*iIUs^Id=Sk~1gTvq3pR}L*V*Gp4&06XC z@6F8hYl9bF^~e!lH{)(Zis_dP{>w^O%@0h@Vc9J+<3Ny*7VF%30+SY2Eo@pe$=lYf z=fCHisYOdPcM2U2_{h5d#7q9eGu?D9o>~#O_WO3L zxx#cW+xMX75^77e%Nzz@b?v*{b^fIE&rqDyqRQa0KKS$#LwLVK{&&%TH z=5F^XZrilt(cafK?avmtsAw*1Gb!iW+cbyg)I+g-ZN@C3O1@Xm%Gcene^g$!XZ?&W z+Y<|q2TX8wH4lgi^=g0fn+dRG?y`ZRLSK|$F z=b+cq&p*5R#I(IkLAl*%-8`$`3qRCsS_9O-v|$IwpZ1i}2Ya6j$Vgo%S8Lg$GxwIp zU2`?9x$To5hRa%780h&JNbZ?^PfLA<;>xC%Z(nj}^BkRUsY$%-!fsWKwVRGD_L@C? zL8F=Os)uE{!kfjVoc5!lIL8@MUQTpt6Hc~)ETLOGS zT!A#HfRmFmH#fJkva+_ewxpz_s;X+voH;XR&YU-I-ok|omn~bic=6)p%a^ZPw{Fv> zO`A7w-oAbNmMvR$?AWn$=gwWbcJ0}-XYby<55eI6{rf=r5g5D&gST(r0_m?`zkUaU z-(c|f?_W6M|NsA~cN|23j)zZ?|(J?bOx3sjf zvbT3|aCCHXc6E!5i;qu8%r7V`tg5PRZfR+2Z|{-%E$oOnr~FxA(cT`lgx&c}YfZ z@R0}1-dnC`g_!wo{#R!DNA-&JgQ|Jl75p7~Z}Ogf-j)97iTqB+Akmapv3@_QK}o>V L)z4*}Q$iB}XucBQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-insensitive-selected@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..67ea825a4dac0c1fcd15b7bd32b42e7c1aa4c652 GIT binary patch literal 1081 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*mM zJ|V6^#gqe1PEH{qAwfYwDJdyMMMVt_4Idw$;NalEz`)$x+`_`bl9G~z3l}b4ymcfQR8`fqv~?`4tgLP9ot&IqTwLAU-90?LyuE#VW8>oD;}a5-Q&Likii(R%N=wVi z%PXs@Ynq!|Iy<|%dz4ODyD=~@nR~i8hD02GJ3Tx2mV-#!Qzci9%!W6STSPtvt>uVV zdTWx<)J363#Bv00{{Qdp!?caXY>UZAW=YRbd@y@C`r}Cj) zDb4TtBtuEnS?8LBQZENiG?Z#QJNew(4-XS7Zd=}SSlA(!5~kuCmK~ns7Qc#BL`(Kz z;Ul&;_cmJcmIZ`K$}AR2``A-h5_M$4nIlZ?Yrac_-xYfGEAEHo>6F?7OeO~=POE)5 zP5)cOf?ewkmi$>Wzr-S$X={Ms!vBv{65Bbqb}OmYs|DnJ_2YT9_><=UDSp}k=|Z6a zYHNKQBX>+{)GMsC*5%xw`FKO24;&XzB# zHP&BNzJ2-l)}6OrHFESkSy26h_mT~JM^(UGR@p#3kEd5d)x*vGjYQd*Z3`6I+uu1_ z9-Pp4zUV@wM8H+&faxL6TgtimL{)Q&le)Y&S#V0X_ikJylyX%~bw%1ouYehgsunI< zVU@c`i}|f)rtrj=M1^NH!Iyu`3H#^9b1Ufbsk;xKgdEuzAamC~ue90n`m1BQ=?yxp zyH@^}I{cA;!aI)`t_?4x%vY#cIM;Q*mcO!Bm+xoae4ZQc^pBY8-HSWMB)0L;zo$N? zQt=@gr)2&qnZ@d!?k&r=kovnL)BKc1c88d#-f1?CiHb4P{y+Nle@%Tre_ErTxBRw6 QOF{Y8)78&qol`;+0C33TeEoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NqaNIdk{!-Sg+qU%GVZ+_`fXE?l^I^CpnIc=6)dvu7b9Kn73*NCMRWRRY;S z0F(l%0dgTKAtFF71OT}}21M}MwQE2&P}$Y1S0S=My+FYmH*P?gws~S+ZowvSrIwtXQ#f<;vBoS3{fu)PDQ+ZJ^4xZ{L3U^y$ZsAHRS9{`>bY&=;P$ zTZMuCaVZJ%3ua*C=NAx^l9pCe*VNM1v$3@c4GWJ*PD#nm$t@`@tEg;jYHn$1X>IH1 z=;#Dm*VPTQ5Djo1s0PLaBde#2V~EA+y;p9QH5mvn1gwY>k6N7+`+8saYa^|RA(8+8 z&zI^6QJg0jH)na}gL$56#vYe8D~GNrT`tm@xjo8<)#FofZbVuiw&t$&)cz-z|2x&UR9w_JmEb1{3}6ONS3j3^P6FJp}ckaA- z^A;>vuxQbuB}+Q!D-!O_V-ATTH>GCDaWB{eNQCpR}QKfj=` zsG_o}y0)&ap|QEOt-ZaYv#T5EY&@Xdc6lfR1CxQLi(^Q{;kP$#2Hy%0VNX~R_ByKD zduv$W?oRH!wb#VLUpd|EI;QGY+@Pc|;lSVj@m}i!CQo?c=3j73vY!8dkKDeU=H-^` z(_dTq>)Xctk20uX;Xe~-vE!Ni`$WyR`+N&jX74NGURG?#_p&BXD_kpeO(0){Xx;{h5=!nsdt>%H{ zQT2^EyeBm>-ly{Z;)p!Nk@viAg=2I;lB24~mcrLxoM#y%zrOR>Pw(aSiqb=!uh`|d zY8!2&Pu*;?@C%r8`V~L#mrkeC0V&R|)&l;jujXXS=>%r5tC*?WY&=rzDzr*IeHPeT_m&1q2AeKl^e$&<0FzeE3a0N9zVQ7ilwnG}XK_!WsOVM8?Uj#tm!CU$ zv|yn^&EhR@KYS9?Q2ey@?~?d?^XJ~#a4KL$%7#SSbFz+e6t2ZjWvlw^(VlhSpJ`!l z)3R6M@gFAY*Id{#mJ=HmNrRH-gG$wMqUw5vz)b@YxCzj9rFXQT; Ug=~?!228mOp00i_>zopr01RGr$N&HU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-selected.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d2186b7c0bd5bac14b912d1a4c0263236bac21 GIT binary patch literal 717 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)E_X2!E zT!A!I04pnNetv#+b#+ZmO>uE?Wo2baNy*%~bLY&NGjHC!MT-_KS+ZpD;>AmsE?u!= z#j<6~HiE(C&6~Gw-MS47wr}6QbLY-oyLRo_vuEGFef#(Ce*goIkidH+@ZrOUZ!qv1 z4E}(@UoiOp|NpAJj&VTmd6oqE1v9X+aq;mB2#SfzE2yZdYiMcf=o=Us8Jqa{`UM08 zCa0uiWMpP$W)&5emX?)QR#w&4)~{N#cI~?L8%~`*bN1}L`w!lK{P^YTw>Jx)T*l;fhO!6yy8uRKfHdw=~g-ZO%+UpHn{dY+H8S@_1V%5dYYzPQcR zj-s8r)q=iCdTkdK$($&B>YV0e)wG*1jyF#7C52Yu`8FS8cH5X;e zt#$droW@=C?&m>A*4ggcI(qmV?(gjoVY(Q9pudKxq}HQmp6V>Il3NK?=Y!R3q*!?l zne@DGH0RiPaPjrq%F~UEujv#_F1)^C$It&#o*SR9J^z4v_3`yrHU7q(k=cKIbz890 vQ(m3h+Zg6Iu4}pRPA$m%^}K}Fb^S67Ud}DAW4c+6fYOqutDnm{r-UW|d-6fb literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-selected@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1b8944f146baf901484833de12d8f0ff4e0995 GIT binary patch literal 1216 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#dHI#tgKvITzq_d!otGh;^HbQDjFIZ+S=MaK0f~b{(*skSy@@Rxw(afg~i3i zixw?fx^(HXWy_W?U%q0+iq)%EZ``mZQpVJ!o`c1E?>QR z?fQ+Icke%V`0o9Ok3WC?{x`3FcM$^vQ@p2(V@Sl|w>NHw3pvWL7jPW$PFdHn#pTea z+pdQ{ghggHl?7f(N;Y-c?4+|nBjw-!>1osTbk4k6^Y_`&;y-q8>E4&=KnkO7t+Q2P5CnzCxebukWfA*9{-Hmk%JQZ@G@uR=i z=GNp(llg!0bj|v*dCml${&ODjvsSMNJK3{Q%J-bSfZMmt5}KB`-uGy7mmc!bZGW}z zby>PgWQI_?N#UiA++AnST<=WIDmT33^ZrTqLB>K)NmJ#d|8t}_c*T5{P;LFMx8TT| znbubv)-JcMpLW?IN62s9qFE;Yq`MBg%ayc5Z;wrv2&>?GsZ;s$P*J9@>HSxeCoTL| zC$MP&=Z(isOJ1;E;!W;mdbKNY&sIlsT@9{KyO57ew&p&bcNggY=I@TWko)6MyWbv% znc>Sq7W7{){&x9f)1(WJobTK8?%I|cQE7aA`}U{+sarKK)MFf8l`H7V1a0@ph)#B5 z+U<9?e0QFEa_QV1Cl}Z*K5<(7nRBvFo5r5!&hPg)RCZtR$((GsS3M#8LX&Rk>?AL% z5BES#Y+Nt=cD>4Br!m5B*bSy*n3f$S!Yt zN`9B~_oFgT?e3er*==ccYUZ}7(Klyp{_GjE)0O+goW};H?-FII89lx8Rlna{XuHFy zG-tz!^V4QNZhp1>pwj#}&D4qu5;Lyv_*vFndGw37SK8wh>E^Fw)@4hmss5b1ZkizL zw63XDtMC4+3)0kE6t&oeY2EZx$rhJs>pto|a}>P(|H0M!8q*E-GaO+xW!}rjRtqXV NJYD@<);T3K0RTvLGB^ML literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch.png new file mode 100644 index 0000000000000000000000000000000000000000..67886a1299f7127feb691700f95cc5813ac90ed9 GIT binary patch literal 729 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ep96eC zT!Hle|Nk#sxNz~}#WQEloI7{!{Q2_`E`$MO0~ruDP!pfubZ zxcIee*MMvY2@wRU0dlWjzYgKvxpN1|xPANf-Me>zjIOS(?(XiMo}ML3mMmMgZ29u# zD^{#nxpL*IRjXF7UJbDksQuQhTR<&9y>H&U`TY6w_wV0-{P^+v_wPS{{`~#>7wFkd zDe;Se-nJ|W@(X5Ql$Mc`H!w7Eb#wRf_VEi2$;&UCHD~Vp1zWdmKXmliy{Y(Lze}EKleWB7;oiDh&-K#YHDZ(OCRx;`b06P$ zL#Fu4PMP~N{#sv-JvwK>8>{VRKh1Cd?X-0b{Xb#$+~x6XBKxj6-!k5mv}@lCjYVBN z8ph?!2X{M`Gfs^ZF#LG9(d}hLLd|tohqJB%kxD_G%O)$Xmu|4~6R=b=3URUvFJ-^5 zx8aR_U5d|%3Ge&vG40~mY&&;_@}iHs_*RIl6Kq>p|6!>g!&^?>`G4;h{nWYja9(x0 z_EP!%i((dseBu6GwPD}0o3l48zIZN=O)IV{ahiEc1%K7i8TDoT+PXD&qNgrCaxH$L ZszUd-(7z$??15p-;OXk;vd$@?2>|PHm7)Lu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/switch@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/switch@2.png new file mode 100644 index 0000000000000000000000000000000000000000..16a25780c6edccc31494aa05ac96897c1629f6ac GIT binary patch literal 1264 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-h_ zd_r7-ivR!rziQR0{rmS{y?XWb?c0|wT>>&ro;-Q+;>F9CFP}Pf>dcul=gytGaNz=w z3t^u>e;z0cWS>2I7RUxlK}et=Tm;Al>Vl9!22cS+4Ui215D_2=;X(|72m(bQih+U< zHe4};fhmrx9ikUa3whkGuCDIx?w+2WxpU{vn>TO4f(45fEn2*I@scG=mM&eoY}vBq z%a^ZMv0}}dH9(KUoelIgFsy*Vc~S3{QLJ07%54|XR-sMC!r+BFPMRmnT3sA zP)JxzTtZSxT2@Y8K~Y&nRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ew zylm^X?K^huK632%iIb;JpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|@>& zba4!cIQ;g;&)~}rBJ3Z6^h5aG3)={Y>T9j|$|fo>bydI`TM>`I6-SiUPd~cN#CO)M zzne3~CaCysnkYUavF$zoTmG3R)5|u`uGN=2@3$@f*6zQ}jTcOE3@$G`u;71?wRh&X z-X?9yuco&RborAe=yrX&AGKDi`>0M=*FF1;gKu8(tA9>iyX1(xOeA#lQmf++mK@yppF29)5za%wDO0#!jlK9tiHzT4H#R3a1Nv^$YHgQsC zs>+o&z1!DW`}!|*$q8~=+mY`3f5GYr%G)AcJf~lub2oo-mu-mS+vVleVGCbRQ15vX z=)7wi*WM;0Zmq=&rfZ+`JRy{3Qe^mgQcn4xfFgXS3vj^n{xep0Ef#3+Y_{zvl1K-5+K-$uBt7wyJO5 zE`#$IYc5&~EV+=rV&g)oKkX?c4<^4BSn>JTS?*;MW(OZ%?=v@$Yu8?heOD*8SXFZ# zOflTCeNUy=h38umHtosZwKMVR!WENlw%I$}B@^5bL!oS)tZiwv-ai1eETpti{ z{?=o@qUqQobNhA>Ln zF4Ye`-+K8{+LR*~xsN^Ct(+0}M1SEk-5VEg_{r2U?({mm<>9s4pPkcqCw(t-R&Kk! zT)sB0d*1s7d#0I98sV?kE>#gT(oieP-|s8FdwqEdTg-_w1@Gg+lJ8wBEl-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZx#bNJ~qLjEqc7OpJ|P2v{vBa#Uw1L)Z zlmz(&Gcd7=h>8V;goec@Bqk-NWE7WG)-^OXHMg{#J$L@XhmW5=fBF6A@4u`3vK&A? zjh-%!Arg|g2R((F3>X*=2KMZDzgvSv^x1!X6W73bZ=S6$sNEBHRQ1Aa7i+`i#+h%o zT6%Uw%?gR?ZCGs;V}3Sm!Mw)hRSEkNmWw%<+&p|ug(>jwnS@_q+7A}4vyh8i#aa+} z*f-zNmQnFnaGFYG_IlaNC$+7g&barYX8r5mnvdt}FDw*cj98nV3UmyEr>mdKI;Vst E0G_p@!vFvP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-active-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2eb01935d67e345231eba0cd7c612daeb1f26b GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!AzYgocLZ=H@0OB*ezXCM6}s$H&LS!~jX4NL*Z8VqzkY4IzPCpdgS7R0)@Y3j(De zvOp2IAdmqu3P>UYhyr9~K)n#f$jabsJW_Bqco@CBHkW{2^(_hV3ua(sW>-*DQdZG6 zFf=l@vbM3cvv+iIc5!v{@bdNv3-ny`1@{v*eZpS*Vc#?4!I zAHIC`=HsW&U%r0({^RGbzyIDI`f`(jfl=Ml#W6%ea_zxPYozNxmnxw+kO zkx%3)7nk?{|65x<_bCoNX8!$bz0v3EPjB6hj@UO#xz%!ocHnLEo*8ShJXB9lxYO-s z5-vI6|0VsoqCz*@f=rfo%v=?8S9%Y#rT_WZ%Jcq3T^7sq*tgw!^-{#quftehpSgA0 zmz}(lm7623f6{Ak`kgFnF;zTas;D(Hm-K>NuNZcHriG*!>%VfxBq zpq9^e`pOd@pZh0v&YU;lbHn!a_HQ1|>=pA%vhi#J&`Gu`7` wob$V5l8Idlh4`zN%;fb-TrE0HFa3wVeXID~jJ;a|{6Oi>)78&qol`;+0FUr8SpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-active.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-active.png new file mode 100644 index 0000000000000000000000000000000000000000..5bfff6f73b2983a603bf60316c9d7ad56deda8d3 GIT binary patch literal 430 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uJfKP}k zkdBOuOiWCSjg3u6NQjGz1CsIa@jwQULPM=)vH&pU%!6Ch7FrH zZ{E6f>-O#2_wCzv;J|@{2M-=Pbm;Km!zWLk{P^+XpFe;8{rmU-|Nk||G`9drks@Ig4zLSFrhczF|F3v3A3{X$-Gxx!)Nx^?X-x hTz65XScie(2fK`&PDVSQm>bYB44$rjF6*2UngINctr7qL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-active@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf7765dc042454167427458930bb47b7a18d8f2 GIT binary patch literal 772 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc|`>j7$MO zA+A8hK#-7-5E~mCA0HnR6O)vb1mwoW#U&;t0!1L=KrTcLL>$5e$^se4Bv1`97s$p6 zAiA(hAqxUcOHNKsNl8gfO-)NnOHWTPDk>@|DOtL7>8e$$)~{c`apT5Kn>KCRwr%_N z?K^ht*t>V{{{8z895`_L^y%~G&tJH3;o`-Mmo8npeEIT~D_5>wy?X81wcEFEKY8-x z)vH&(fB*jb_wWDz|Ks$^KLdlnxFpCgn1NA2QCUUbz|hFp#M;Kz-q9&AC^#f6yso~X zv8j3QzWqmz9Y1;P`i+~nUcP$s@zduoKYv~9RM!Cprm3fkV~B+0+Jl+aOo0+?557-P z&5qpUy->63N#{hPZ?Rh{{{4?Pd_E^rFSX|NzSJpKzJzTnD0-A)zFeg#N>eGsLtD~l zTR&rUp`<~1hvHM#pQ@!@_NzQOk9v0m$W3p!<-R0V^_o`Cu~gn`sm#YVNvz^%t|@+K zU9FaAk#y$3tBJbe7S*cN8-y0+9^R#Pv*`SN&wB@N3Fvko&^>vL{bak;nw|{y7rPgJ z3~^qd5XHK%`j=exi`5-vJ$Bn&<9GM%Q@+^6v17i;tx^`5i)9J1H50$A^Vs%!gVCbg zLsg0|8RbrjM`SPZJ@`w__J_?U>1!<+s~8sF&ODS+w#(pC($bIpt{bn&DLtLSlBDXQ z(eJ4dc~t&t<Um!Yz}#Ur6x RwG)&EJzf1=);T3K0RVt9RB8YK literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-backdrop-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7611f5dd0803772b0f8a5c99bc2c87ec99f1f103 GIT binary patch literal 421 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkY-@`4+Q)7?_ag**v_2?x9mB*2aLAwJF;`<{+;{xZ`*Td`<_EP_8s1}|LBgrhjs!P zyY}zeb!6B6Bir{J0E+D1eQ@`_BRh5<+O_x4j@^fM>^;15_dziG&~BjmJqLI0IXrVx z=`5gC$|XU5!3>N{9Gr?uN^0sF8d`e#21dpvCMKq4K|#R@iHS)msi|pcn;kZ&0+rW$ zx;TbNNah~&6lyYHU^p14^kCfzolfpE|K&5g7TMf98~@O7PuySI4J#&X4l!D-CLZi5 zHpy-Cij53%ud3|(+NV}Avwd~i`*g`S2P5ml7j+mt|6U2$dzFLdRp0BWYi}`^n{K(q zww2N8le$>S(%1*Zuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NmF5TD9>A2y6p^6WdOl*mC&ro;@cwZ{ELoKMrY}>Z|+xG9@x%1#|5IC}b|8XFD%O0TK!#npM+r9hXwmpY{_JA2X_8!`~ z@9?f&`+?%juW?%BU{&!HW=5AFbR_Z``}2Pg~T?%I18EO>a=ULg1I zj=hI>?moD4_hGPtBR~Up1I+{}KHT#=vRA3y(qfUvNz@QA3`xVVJG#H6I;a~a{TeVcZm!L4HICzt4GgURESHaS?f4;CsI(Or O>I|N)elF{r5}E+s$yJd6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-backdrop.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..47ec30d89eb70f6d4d037b176754cef95cff1e69 GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u7fKP}k zknZd2YiMYwsp+b0=&f$(t*q@TZ|FFC_QHh=S1(__aq8^l%a?CnyLR)={YQ@;Jp~bu zo<4p0x(cYcuBWP@>&K5D)eYTMbzN1BJ&mms8#^XeHgp3;Y8v~%QoYqp-9ScFU1wEY z50Fu(@A@8St6E8rUoZnFm#UhTwM|%9SU3noL`25K#%1N?0zqD0VPR2GQE_qclOvh| zKpicfE{-7*;ko^%g_;}$m^a&qiHHigggFLQ{rfMzS4X^ipX$n$o=a>eEt>!Qp8D)_ zObjhLucn@u zTCi=^CbfAL2^tG!8f^C6-LZRrQsx?~V>Wk>S={#xo^Jj2BlE$zLIDhAf4hP1VeoYI Kb6Mw<&;$S*7P~9} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3a27f104257b8ee65c5df3f547cfd4664cf19eb3 GIT binary patch literal 748 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E4+DHc zT!C~$!=&=^j)sQ*l7{Z8s@AHi3Dwmt)h&Hx4V?`Qoz>O7ery=66>wYA;V z4ZW4MU8m1otgh>-YUsXj;p*kfHx3>-b?WTp%hzsR1EQOE?%cV5|Nf)vwP7ynFKw2tESAoA>YEe*%HZy6(!x?y3f$nY~}Xe(jk!`|H;q z-4kY3)^$}k^i%=uYV4^5n%2!HeX&D(=IaM`vODpS;(6F$ua43j~jEahm zj*bC>*!cLw#H6I;w6yfhtlZo@5XjFj0D{7zqT=G>Wm(T685kJVJY5_^BqY}!%#3CX zlwf;sJ!+zWJL$m~BVu3lao{{V%lfTdS;-stG+ZvFV!hnna$e3qnaH3nunjn(dSG z$e5N9DB-=yl6{}_6Ct;VDLOq&C!hWKJn@NXPme~W#X1kO`5yPyB|dSfY<@lI)?a;@ z+(5SvcM2Zo@m}|sA{cX7%{D04aHbbstH^nJDbaG7{R6Ybx~repvH&B3!PC{x JWt~$(697+&Tyy{c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..12ab70deb388be971f406698cd7735f3b1bdbb2e GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZx#bNJ~qLjEqc7OpJ|P2v{vBa#Uw1L)Z zlmz(&Gcd7=h>8V;goec@Bqk-NWE7WG)-^OXHMg{#J$L@XhmW5=fBF6A@4u`3vK&A? zjh-%!Arg|g2R((F3>X*=2KMZDzgvSv^x1!X6W73bZ=S6$sNEBHRQ1Aa7i+`i#+h%o zT6%Uw%?gR?ZCGs;V}3Sm!Mw)hRSEkNmWw%<+&p|ug(>jwnS@_q+7A}4vyh8i#aa+} z*f-zNmQnFnaGFYG_IlaNC$+7g&barYX8r5mnvdt}FDw*cj98nV3UmyEr>mdKI;Vst E0G_p@!vFvP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2eb01935d67e345231eba0cd7c612daeb1f26b GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!AzYgocLZ=H@0OB*ezXCM6}s$H&LS!~jX4NL*Z8VqzkY4IzPCpdgS7R0)@Y3j(De zvOp2IAdmqu3P>UYhyr9~K)n#f$jabsJW_Bqco@CBHkW{2^(_hV3ua(sW>-*DQdZG6 zFf=l@vbM3cvv+iIc5!v{@bdNv3-ny`1@{v*eZpS*Vc#?4!I zAHIC`=HsW&U%r0({^RGbzyIDI`f`(jfl=Ml#W6%ea_zxPYozNxmnxw+kO zkx%3)7nk?{|65x<_bCoNX8!$bz0v3EPjB6hj@UO#xz%!ocHnLEo*8ShJXB9lxYO-s z5-vI6|0VsoqCz*@f=rfo%v=?8S9%Y#rT_WZ%Jcq3T^7sq*tgw!^-{#quftehpSgA0 zmz}(lm7623f6{Ak`kgFnF;zTas;D(Hm-K>NuNZcHriG*!>%VfxBq zpq9^e`pOd@pZh0v&YU;lbHn!a_HQ1|>=pA%vhi#J&`Gu`7` wob$V5l8Idlh4`zN%;fb-TrE0HFa3wVeXID~jJ;a|{6Oi>)78&qol`;+0FUr8SpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-hover-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..12ab70deb388be971f406698cd7735f3b1bdbb2e GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZx#bNJ~qLjEqc7OpJ|P2v{vBa#Uw1L)Z zlmz(&Gcd7=h>8V;goec@Bqk-NWE7WG)-^OXHMg{#J$L@XhmW5=fBF6A@4u`3vK&A? zjh-%!Arg|g2R((F3>X*=2KMZDzgvSv^x1!X6W73bZ=S6$sNEBHRQ1Aa7i+`i#+h%o zT6%Uw%?gR?ZCGs;V}3Sm!Mw)hRSEkNmWw%<+&p|ug(>jwnS@_q+7A}4vyh8i#aa+} z*f-zNmQnFnaGFYG_IlaNC$+7g&barYX8r5mnvdt}FDw*cj98nV3UmyEr>mdKI;Vst E0G_p@!vFvP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-hover-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2eb01935d67e345231eba0cd7c612daeb1f26b GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!AzYgocLZ=H@0OB*ezXCM6}s$H&LS!~jX4NL*Z8VqzkY4IzPCpdgS7R0)@Y3j(De zvOp2IAdmqu3P>UYhyr9~K)n#f$jabsJW_Bqco@CBHkW{2^(_hV3ua(sW>-*DQdZG6 zFf=l@vbM3cvv+iIc5!v{@bdNv3-ny`1@{v*eZpS*Vc#?4!I zAHIC`=HsW&U%r0({^RGbzyIDI`f`(jfl=Ml#W6%ea_zxPYozNxmnxw+kO zkx%3)7nk?{|65x<_bCoNX8!$bz0v3EPjB6hj@UO#xz%!ocHnLEo*8ShJXB9lxYO-s z5-vI6|0VsoqCz*@f=rfo%v=?8S9%Y#rT_WZ%Jcq3T^7sq*tgw!^-{#quftehpSgA0 zmz}(lm7623f6{Ak`kgFnF;zTas;D(Hm-K>NuNZcHriG*!>%VfxBq zpq9^e`pOd@pZh0v&YU;lbHn!a_HQ1|>=pA%vhi#J&`Gu`7` wob$V5l8Idlh4`zN%;fb-TrE0HFa3wVeXID~jJ;a|{6Oi>)78&qol`;+0FUr8SpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-hover.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..b467794cd98fc0770caec444dd3e860bf6be6883 GIT binary patch literal 461 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uPfKP}k zkdBOuOiWCSjg3u6NQjGz1CsIa@jwQU1cCzx4jemn{M4z_M~@ymefsRVbLX#LzkUl0 z?%cU^_wL#pd&O( zg8YIRL`21cLP8sxnp^ho-w(9;;Gx5Z4<9>w?)-(UkkV~B)g?!nh$jSdoR7q=hon6SC%gn-fc^8ex)VXL1`-}^N@Y~HSQGgGB}ZJ6Ji z%wTalsCmlfPRF|o%O-g}*!lMNS@s!TR?OViZ*o~pCfQuPl;itEwemr&f%U$IuuGgb zqC#)-WvHBOI4$!`e8Ge%m38YnmBb}lW0Zuoc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8hK#-7-5E~mCA0HnR69Z(&#lw*)VH`Si2q+6=1HrLl z$BrLAaq86R?c28>J$mfix$_qDRB{ii?ZkM!^~B>FGdrT3Q;Ak(!zc zWTd2|Bqt~T`0*1c4rBmHARFi@Ab_yHy8283hC*mbkY6wZqk^Kcih-e#v9*n@y`xiL zP;f|CeM4i@?!Ei=1Hl0xIC$vL5upE0o&tLC%-OSN&t1BF?fQ+Iw{Aar^z`McHy=NJ z{`}?3m#^Qx1MT_w>(AeRdW@%3fFW+?>Eak7A-VS8^{_(@BCHpz7d7ln=v{H-o@n-g zCbt7kO-j%I{9is}CTFD3W9e#d`;`xm*1Y_A^R#}7YU3V{d=c;k*Ia( zvDe)1Q}eL@+76eXevb$Io*uFa7uN}8iyezy%DlRWJ=u*Xw9Qe@T;RtY^~8!Kp2Jy_ zjb2=cg}vfVzU;UyHcqcqx|ge%TW^rLn0H~TTk>z|g_ANuUCbnI zyjrkYD@rsrKb$tVgEQ>Q=E|>3owqK(18Dl0eiWody{an^L HB{Ts5uCIBX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-close.png new file mode 100644 index 0000000000000000000000000000000000000000..b467794cd98fc0770caec444dd3e860bf6be6883 GIT binary patch literal 461 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uPfKP}k zkdBOuOiWCSjg3u6NQjGz1CsIa@jwQU1cCzx4jemn{M4z_M~@ymefsRVbLX#LzkUl0 z?%cU^_wL#pd&O( zg8YIRL`21cLP8sxnp^ho-w(9;;Gx5Z4<9>w?)-(UkkV~B)g?!nh$jSdoR7q=hon6SC%gn-fc^8ex)VXL1`-}^N@Y~HSQGgGB}ZJ6Ji z%wTalsCmlfPRF|o%O-g}*!lMNS@s!TR?OViZ*o~pCfQuPl;itEwemr&f%U$IuuGgb zqC#)-WvHBOI4$!`e8Ge%m38YnmBb}lW0Zuoc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8hK#-7-5E~mCA0HnR69Z(&#lw*)VH`Si2q+6=1HrLl z$BrLAaq86R?c28>J$mfix$_qDRB{ii?ZkM!^~B>FGdrT3Q;Ak(!zc zWTd2|Bqt~T`0*1c4rBmHARFi@Ab_yHy8283hC*mbkY6wZqk^Kcih-e#v9*n@y`xiL zP;f|CeM4i@?!Ei=1Hl0xIC$vL5upE0o&tLC%-OSN&t1BF?fQ+Iw{Aar^z`McHy=NJ z{`}?3m#^Qx1MT_w>(AeRdW@%3fFW+?>Eak7A-VS8^{_(@BCHpz7d7ln=v{H-o@n-g zCbt7kO-j%I{9is}CTFD3W9e#d`;`xm*1Y_A^R#}7YU3V{d=c;k*Ia( zvDe)1Q}eL@+76eXevb$Io*uFa7uN}8iyezy%DlRWJ=u*Xw9Qe@T;RtY^~8!Kp2Jy_ zjb2=cg}vfVzU;UyHcqcqx|ge%TW^rLn0H~TTk>z|g_ANuUCbnI zyjrkYD@rsrKb$tVgEQ>Q=E|>3owqK(18Dl0eiWody{an^L HB{Ts5uCIBX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-active-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f773f24dc156d5d3551686be3ca8b44946243 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!AgZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~79Gr{BJP`~Lm=-@kwV`SS>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+c5@up- zXZ8;KbN9cf;`%wvc1(nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!AgZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~79Gr{BJP`~Lm=-@kwV`SS>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+c5@up- zXZ8;KbN9cf;`%wvc1(nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv@L=H;{dJmbs4vPziTQkY6wZBO?>Dv#Uo?a2k7# zc0N#8+tbA{gkxrMf`Z_TwOI_8&zy(yEr+qAXP8FD1G)j8!4b7l>na* zS0K&6@V}vTOXzUR>H-3NE>IkW>vf*3$_c$!yQH&7K%NswPK10xd$m!4rr zSW^7lsqnjRQRHB41tnGtosYXVD| zMZ**Y&Npn@j$#Zzd?S`8q)CY(s43-b)&?P!30tebmo+aGyThRKQSuVwS`I^y!#rL6 KT-G@yGywoGwqce4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-backdrop.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..36858b0c462d82fa6dd389e0a8904c988aa87082 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFS5;llyQ_O-fhxF5g8YIR7#W$Ez5N1X;);`n z%~t`1wLM)NLpWw8CnyNcSewOg`OKL}?gKo9?4caat6DS}4n?FTFr*c%^HRH7!SKj| VZL!AY#cCk?JYD@<);T3K0RSE(NHG8a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-backdrop@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..061e3569f13ada9e9769abcd8ed92d2ed7e6fbff GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7^#Gp` zS0D`p4Gj%_eSIY*-L*|Ul}+7M4PBLWot1Un)eYTMbv;1D%6Q5SsE)TJ$S;_Ik%^Pr z*gP&iF)zP3!0LGqP$JmV#W6%9I5|NgsbS~yGc%WJD2b(?o8uH3RQ!ym>39Z1Sd&1) zET*s~m4Zu+jR$2SAMiwQZejr912dBr2#GLG5MoKV!yMMcvg!OB%e(^yM;I6aIHfNI Srd+!Ma-gTHpUXO@geCxY)?2p# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8addbf89ee6d52a0ccf0b12497ec3711182ec985 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFq~#NKo0-i(}EKta3~@zfg!D6otN6x a3Wi4xY>PEEFIEF;WAJqKb6Mw<&;$U}K~sAG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..dedcc3871bfebdbc65da210f37639f454859034f GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfW|Nm91R-HI;V)yRdTMi%Ix#!T1-3NE=KD2A^p`Adq2PCpJ3>*we)^L?bvkK_aOk_1^CC;{h%<_xD!!u3GZ` zt~E>lMTRvjiU+octYPtd5X!*Z%)aS>^#-97Mj&o1KkJ~X!K9$daiD^K4GZU$ebwI& dH6(U0GMHN`l;<24bq5;H;OXk;vd$@?2>^8UZtMU6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-hover-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..84a5583cc628653dd5e203c79909759b887cff10 GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak7A<24> zvFNY?2ZMp+iLJN)|G!mYSRusFz#91alMlbxt5VmSd-u4X5?!QkoY=d#Wzp$P!;ypHSu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-hover-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ef62ad4eab22e6407724d1d8f4204e836e69b0 GIT binary patch literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVfL=9l;6m30@@^e$MsVeyL1yZ0U0z5nQ*1IG>@ zJ#`3#P9Hgb=7{^5!$5y}mjw9*Gw|>V2?>jdiA%`IE9mJPxOsSb`TGZig-1q3MMuX# zK`ao&B_t#!CMG4Pq@<>1Wo2g<6crbjl-AWZY})qh*^8gQe&4Q_+R4Dc80YEY7-DgH z?c{9dCIgW+Q=NR(jwX-F!%5$!#p-NTt62Hw*#H0b8%-0MdU(UJobIKP6+x^-4+aC1T#-FI((-1oC?NhzBE7M)9 zUrbZ^FSgFM-u)g&n9$P3#8YxYvM&n%6|9^uSSoNe=~0|ao*nbD`Q_VoHY>hk|7+2p zu&+`;oQplAN9g!$UG*Qc793;bJ)g5X#@p^k5tHwd52v=RUcdbad;HnNq62K}6Gc6a z)XQ$LywJzcDc}&@QX%Nz^x?eE70pR04jV*gzEfG*bj0CF^J}hj8I1+U^|F3Sd)PVY zF6!o*yd#xeUNfm@Sw*+joZ5a<2h}P++2=Q(?{l$z*S@DUa91KnR8aJ^T`y9i)@hhO z^}Mmgy!*%ZcE?qjhc&DoOj<6vbTemRW0jq;WT>*_oV3*UIhv+t6BdUD^I2W2XMEm# VWR-v%A20$LJYD@<);T3K0RUeWC(Qr= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-hover.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..128a39da1505934b85102494ab976af03f15ee55 GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};Yy&%Z0YI)9~YJ^zKfsv)*-Bo_bf6^Ytd ztk=t>cxvs`?Bo`vyK6eDTQ^@g-lzXrt2|5nl+U$^d9TvnOYhkiT=e3>*SdIK%S~

Zuoc5!lIL8@MUQTpt6Hc~)E&jWly zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPka|?_ZEOkoob`moGqlU%wqXa%%6vV||n7PMA7x;?(&KtrM#1yX%_!>sux~ zypjF^=vA+hAirP+R#tWnPA)DUUSSa#Svdt|6%|!A6LSkoD{Je>=$M$e!lL4m(z3Ei z(`U?@J$J$K4I4L|JAdKQv*#~fzW?y?^XJb%>wf$MSuf}GHj9CQG0fA&F~s8Z+Th6O zCI^vF&tNA73&~qeOE1OgO?lL{P4esidjB&et&D%FUcBCOX70}RYX0(*PyY#9Z(1bT zw(P{EuyR*tmbH@##X}Zce7XDa#@qSV8MjXOB3>GCJ$SxBwMElD?O)z%v*zh1q#V}a z`dAus<_}96-xrJSuC!C~MmZ}c)O46?PdezdAo2 ze6zB3e%ITBoy_a6%{lm1EX6P2Lh|*an+2L@$7-lN?2LV$f7*g=dyG(G!~erJ0upyV zB&cvQHP3f`6WrylbcCmlM}xI9r6s}FOIRs&i}E2gw&Rk2m$g`FUwLFKkkm3GhfB0; zM=Jk%&0|-WU0D;kIA?R)))kS7yZe{VEStYbi?3(0+zh@idkiM2y>XfL&@<`Dj|*}! zev8h(&%WS&bK~}?y^YU#cRd#iIGb*^SVzyV@^zl){`L3bKl0w@t@E1@EBzK2Zw#KU KelF{r5}E)dl%1Ra literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max.png new file mode 100644 index 0000000000000000000000000000000000000000..14e5e3e74dff69ce6e125a0ec0bd54012d6d7bb8 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF;HMs~Ui)tFob|x}mGOq5D_-vRa@b?vfzCUEal|F*7+qL2$;}EQZTx&O~w_;3;Ge<#1lrqRDV5A}xU-tzey(+SLk%M-FU@ UH8w9+18QUNboFyt=akR{0P0~(_5c6? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-max@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a13bb592dfbbf413347f0541f9be75043fb727 GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0LTc(6DONs)mOCii-BiwzlfVo{EO9s`~CqAlcAU-Oydt&|O*A4P-1i7Wo&bfxjfk zFPMReSwK)YI%)Ze)rXH9J7c}NFBK>i?CIhdq7j^&Ad%FNdT)36@c*1pLI~xU{X-!I8edAhK2LWzUuFX d8WKAg8O$ve%5x5jx&w`8@O1TaS?83{1OS2wWsCp- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-active-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-active-dark@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b#-9o$5M3?dLsR977}|*B*Qw*5n|r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-active.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-active@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b#-9o$5M3?dLsR977}|*B*Qw*5n|r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-backdrop-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b04db91415d46e182c878ab176fe3ecb2491235d GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%?4l^1TDHm`Z~Df*H~-IdO&pc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!C~|UC+wR=dFM&rjj7PV20xT^WW|R@`OBH978ywlM@#3ZTR2p831%c$5)oO)A=-S Q17#UJUHx3vIVCg!0Kk|sWB>pF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-dark.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c973246c00bf2b1b0a0cff5a2eb8bf94623a35 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%@rm*;N2pOeH~n!3>*Ke(UoAc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak75uV#0&DWs7!@^j(f^~J%+VA!&I~H&j{wtf5yUpp(!Zn}oNnYL5 zR;qqWu;lFNgRLT6fdR#41>4`8($Cl=@mPJ)=|jSwBNLWccJCBlw_f5+pO%O2a!Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVe`zerEIPw`o8R*p&qN1vBvQ3JD2|iHS?d$t&pT8@PFR zdinbYgoQ^&MMX!)KtU`J#3dvoCMG5&r=+B&W@Tk(7Zep2-)=I_W?*2{@N{tuu{gbU z^6jW52a#4o9e>u2CXdFhqZhQSBb<7T_x?|A{mg4|=u2tfYrb#%zqf2l{ImRA?s0zS z^BZ^H`mnS=>fZ`cyV(rho3u4_%TgG3%)MNZ-GlLbdTz+1+R`CH@^OYbKV^OX+G>5M3yn+q{L`5c{A|c z`+7jEPv>E4#%$yt{M$L&mV|c_TvKc&NrX0E9DB<7PM-4coyb+cO&xB7`+e_MJ#DdzV=VTEj|wuEIjHpwezMXp;u>(e5Ww}a`i}Wv;Xo)mOtIfq{K+~xb>WQssA3<-TuXvbE-jX`#Awy QVCXY=y85}Sb4q9e0A@Ju!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-hover.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..c250748c552e9c2fc4c266ce0167a8046688cbdd GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};dR$4@+a@$z&2xu-jUit;^O z9780g=Jvl8Y7h``jaD@KvT)1Z|J`jDu9W<{YrOf+?b7;&30|Izrr%#odmN$jO|@S- z_0J66gp(H&b_w-KwYe)^cRypqCE9V0Con*MBY(a6p*lI%FK?rH%MIhZHwJ~ywrn|> iaqZYglfLbR`g+zu+-n<;to#AAn!(f6&t;ucLK6TdBAogF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-hover@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..965ce3db3357fad9fe47dcef3a9c89d220caaf64 GIT binary patch literal 694 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E2LgOT zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPks>U2<}=l%aM!Cn)C%{gns?%UsxJ~y-Yo5ZpDq7>^R zpF5IgM^!omIJ0%#DQ!HNG&jfWWR)G;oxI@pfh_%&;v)It3yyEP_uVixMv433_a*;> z?}+Yk6m0w#QfQd_a;b7l^!NUT!qzu3(+mXm6!7{hB-zb)V&yFNpgKvtW5+bfH>VyX zEH&48*db=O>iJxkuS$Zx6$w?$&E+>HJPMgoaa}qo@X>X(+%sR>qziq7lix1b_S$f*`(e?kV znBK15$e*@)#>R?DX@2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4;OXk;vd$@? F2>|T-EmQyi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min@2.png b/themes/Mint-Y-Majestic/gtk-3.0/assets/titlebutton-min@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3581928b3997773cbfc83c9c0f17389a768cc6 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!D0TL-!u7KXZXBrjj7PV1_eK9Gw>fc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(95, 95, 95, 0.75); + background-color: rgba(95, 95, 95, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + background-color: #454545; + border-color: #313131; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #5f5f5f; } + .button.osd:active, .button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5f5f5f; } + .button.osd:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + .osd .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); + border-radius: 0; + border-left-style: none; + border-right-style: none; } + .osd .button:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: none; } + .osd .button:first-child { + border-radius: 3px 0 0 3px; + border-left-style: solid; } + .osd .button:last-child { + border-radius: 0 3px 3px 0; + border-right-style: solid; } + .osd .button:last-child:dir(rtl) { + border-left-style: solid; } + .osd .button:only-child { + border-radius: 3px; + border-style: solid; } + .osd .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5f5f5f; } + .osd .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5f5f5f; } + .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(74, 74, 74, 0.55); } + .button.suggested-action:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(74, 74, 74, 0.55); } + .button.destructive-action:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5f5f5f), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 4px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 4px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .inline-toolbar GtkToolButton > .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #5f5f5f; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(95, 95, 95, 0.75); + background-color: rgba(95, 95, 95, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(207, 207, 207, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #5f5f5f; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry + .button, +.linked:not(.vertical):not(.pathbar) > .entry + .button:hover, +.linked:not(.vertical):not(.pathbar) > .entry + .button:active, +.linked:not(.vertical):not(.pathbar) > .entry + .button:checked, +.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive { + border-left-style: solid; } +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #5f5f5f; } +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .entry { + border-left-color: #5f5f5f; } +.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(207, 207, 207, 0.4); } + .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(207, 207, 207, 0.4); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(207, 207, 207, 0.3); } +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: #FC4138; } +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: #F27835; } +.linked.vertical > .entry.error + .entry.warning { + border-top-color: #FC4138; } +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #5f5f5f; } +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #F27835; } +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #FC4138; } +.linked.vertical > .entry + .button, +.linked.vertical > .entry + .button:hover, +.linked.vertical > .entry + .button:active, +.linked.vertical > .entry + .button:checked, +.linked.vertical > .entry + .button:insensitive { + border-top-style: solid; } +.linked.vertical > .entry:focus:not(:only-child) + .entry, +.linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #5f5f5f; } +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, +.linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #F27835; } +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, +.linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #FC4138; } +.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child), +.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: 0 -1px #cfcfcf; } +.linked.vertical > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked.vertical > .button:checked + .entry { + border-top-color: #5f5f5f; } +.linked.vertical > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover, +.header-bar .linked:not(.vertical).path-bar > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.primary-toolbar .linked:not(.vertical).path-bar > .button:active, +.header-bar .linked:not(.vertical).path-bar > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.primary-toolbar .linked:not(.vertical).path-bar > .button:checked, +.header-bar .linked:not(.vertical).path-bar > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, +.header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } +.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked { + border-top-style: none; } + .linked.vertical > .button:first-child { + border-top-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #e8e8e8; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #4a4a4a; } + +*:link, .button:link, .button:visited { + color: #464646; } + *:link:visited, .button:visited { + color: #2c2c2c; } + *:selected *:link:visited, *:selected .button:visited { + color: #bfbfbf; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #5f5f5f; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #efefef; } + *:link:active, .button:active:link, .button:active:visited { + color: #464646; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #dfdfdf; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #dfdfdf; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(217, 217, 217, 0.6); + border-style: none none none solid; + color: #535353; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(74, 74, 74, 0.55); } + .spinbutton .button:active { + background-color: #5f5f5f; + color: #ffffff; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #5f5f5f; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #5f5f5f; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #5f5f5f; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(74, 74, 74, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: 1px 0 #5f5f5f; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: -1px 0 #5f5f5f; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #F0F0F0; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(69, 69, 69, 0.9); } + +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar .inline-toolbar { + color: rgba(81, 67, 67, 0.9); + background-color: #d9d9d9; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #d9d9d9, #c7c7c7) 1 0 1 0; } + .primary-toolbar .label:insensitive, + .primary-toolbar .toolbar .label:insensitive, + .primary-toolbar .inline-toolbar .label:insensitive { + color: rgba(74, 74, 74, 0.55); } + +.inline-toolbar { + background-color: #e8e8e8; + border-style: solid; + border-color: #d9d9d9; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #F0F0F0; + border-style: solid; + border-color: #d9d9d9; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #e8e8e8; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #c7c7c7; + color: rgba(81, 67, 67, 0.9); + background-color: #d9d9d9; } + .csd .header-bar { + background-color: #d9d9d9; + border-color: #c7c7c7; } + .header-bar:backdrop { + color: rgba(81, 67, 67, 0.6); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #ffffff; + background-color: #5f5f5f; + border-color: #555555; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #5f5f5f; + color: rgba(255, 255, 255, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #5f5f5f; + outline-color: rgba(95, 95, 95, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(95, 95, 95, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #5f5f5f; } + .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #d9d9d9; + border-color: #c7c7c7; } + .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #d9d9d9; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { + background-color: #d9d9d9; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 4px 4px 0 0; + color: rgba(81, 67, 67, 0.9); + background-color: #d9d9d9; + box-shadow: inset 0 1px #e1e1e1; } + .csd .titlebar { + background-color: #d9d9d9; } + .titlebar:backdrop { + color: rgba(81, 67, 67, 0.6); + background-color: #e1e1e1; } + .csd .titlebar:backdrop { + background-color: #e1e1e1; } + .maximized .titlebar { + background-color: #d9d9d9; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #e1e1e1; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, +.primary-toolbar .toolbar .separator, +.primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(81, 67, 67, 0) 25%, rgba(81, 67, 67, 0.25) 25%, rgba(81, 67, 67, 0.25) 75%, rgba(81, 67, 67, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: rgba(81, 67, 67, 0.9); + border-color: rgba(81, 67, 67, 0.2); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: rgba(81, 67, 67, 0.9); + border-color: #5f5f5f; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-clip: border-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: rgba(81, 67, 67, 0.75); } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(81, 67, 67, 0.45); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #5f5f5f; + color: #ffffff; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #5f5f5f; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #e89f77); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #ee7e78); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } +.primary-toolbar .button, .header-bar .button { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + outline-offset: -3px; + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(81, 67, 67, 0.2); + background-color: #5f5f5f; + background-clip: border-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(81, 67, 67, 0.45); + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + .primary-toolbar .button:insensitive > GtkLabel, + .primary-toolbar .toolbar .button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(95, 95, 95, 0.65); + background-color: rgba(95, 95, 95, 0.65); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + border-radius: 3px; + border-style: solid; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover, + .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(255, 255, 255, 0.9); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active, + .header-bar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked, + .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(81, 67, 67, 0.2); + background-color: #5f5f5f; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(81, 67, 67, 0.5); } +.primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(81, 67, 67, 0); } + .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(81, 67, 67, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(81, 67, 67, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #5f5f5f; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #5f5f5f; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(81, 67, 67, 0.45); + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, +.primary-toolbar .button.suggested-action:backdrop, +.header-bar .button.suggested-action:backdrop { + opacity: 0.8; } +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(81, 67, 67, 0.45); + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, +.primary-toolbar .button.destructive-action:backdrop, +.header-bar .button.destructive-action:backdrop { + opacity: 0.8; } +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #ffffff; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(255, 255, 255, 0.4); } +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: rgba(81, 67, 67, 0.9); } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(81, 67, 67, 0.15); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(81, 67, 67, 0.6); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(81, 67, 67, 0.3); } +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: rgba(81, 67, 67, 0.9); + border-color: rgba(81, 67, 67, 0.2); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: rgba(81, 67, 67, 0.9); + border-color: #5f5f5f; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(81, 67, 67, 0.45); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: 1px 0 #5f5f5f; } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: -1px 0 #5f5f5f; } +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(81, 67, 67, 0.25); } +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(81, 67, 67, 0.25)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(81, 67, 67, 0.2)); } +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, whitesmoke); + border-color: rgba(81, 67, 67, 0.4); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, white); + border-color: rgba(81, 67, 67, 0.4); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #5f5f5f); + border-color: #5f5f5f; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #ededed); + border-color: rgba(81, 67, 67, 0.4); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(74, 74, 74, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #afafaf; + border-top-color: rgba(74, 74, 74, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(74, 74, 74, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #9f9f9f; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #555555; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #a5a5a5; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #4a4a4a; } + GtkTreeView.view.expander:selected { + color: #cfcfcf; } + GtkTreeView.view.expander:selected:hover { + color: #ffffff; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #ffffff; + border-radius: 3px; + background-image: linear-gradient(to bottom, #5f5f5f); } + GtkTreeView.view.progressbar:selected { + color: #5f5f5f; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #4a4a4a; + background-image: linear-gradient(to bottom, #cfcfcf); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #6e6e6e; + background-color: #ededed; } + column-header .button:hover { + color: #5f5f5f; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #4a4a4a; + transition: none; } +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #5f5f5f; + box-shadow: inset 1px 1px 0 1px #5f5f5f, inset -1px 0 0 1px #5f5f5f, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + +column-header .button, column-header .button:hover, column-header .button:active { + font-weight: bold; + padding: 3px 6px; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #d9d9d9; + /*border-image: linear-gradient(to bottom, + transparentize(if($variant == 'light', black, white), 1) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 80%, + transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ } + column-header .button:active, column-header .button:hover { + background-color: whitesmoke; } + column-header .button:active:hover { + color: #4a4a4a; } + column-header .button:insensitive { + border-color: #F0F0F0; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #d9d9d9; + color: rgba(81, 67, 67, 0.9); } + .menubar:backdrop { + color: rgba(81, 67, 67, 0.6); } + .menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + .menubar > .menuitem:hover { + background-color: #5f5f5f; + color: #ffffff; } + .menubar > .menuitem:insensitive { + color: rgba(81, 67, 67, 0.3); + border-color: transparent; } + +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #ffffff; + border: 1px solid #d9d9d9; } + .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + .menu .menuitem { + padding: 5px; } + .menu .menuitem:hover { + color: #4a4a4a; + background-color: rgba(0, 0, 0, 0.05); + border: solid rgba(0, 0, 0, 0.12); + border-width: 1px 0 1px 0; } + .menu .menuitem:insensitive { + color: rgba(74, 74, 74, 0.55); } + .menu .menuitem.separator { + color: rgba(255, 255, 255, 0); } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #ededed; } + .menu.button.bottom { + border-top: 1px solid #ededed; } + .menu.button:hover { + background-color: #ededed; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #cccccc; + border-radius: 3px; + background-clip: border-box; + background-color: #ffffff; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(255, 255, 255, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #ffffff; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #d9d9d9; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #F0F0F0; } + .notebook.header.frame { + border: 0px solid #d9d9d9; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #d9d9d9; } + .notebook.header.bottom { + box-shadow: inset 0 1px #d9d9d9; } + .notebook.header.right { + box-shadow: inset 1px 0 #d9d9d9; } + .notebook.header.left { + box-shadow: inset -1px 0 #d9d9d9; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #ffffff, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #ffffff, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #ffffff; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(74, 74, 74, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(74, 74, 74, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #4a4a4a; } + .notebook tab .button { + padding: 0; + color: #848484; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #5f5f5f; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(74, 74, 74, 0.55); } + .notebook.arrow:hover { + color: rgba(74, 74, 74, 0.775); } + .notebook.arrow:active { + color: #4a4a4a; } + .notebook.arrow:insensitive { + color: rgba(74, 74, 74, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: #7c7c7c; + border: 1px solid rgba(255, 255, 255, 0.6); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #fcfcfc; + border: 1px none #d9d9d9; } + .scrollbar .slider { + background-color: #aeaeae; } + .scrollbar .slider:hover { + background-color: #bebebe; } + .scrollbar .slider:prelight:active { + background-color: #5f5f5f; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #d9d9d9 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #fcfcfc; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough, +.primary-toolbar .toolbar GtkSwitch.trough, +.primary-toolbar .inline-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header.png"), url("assets/switch-header@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active, +.primary-toolbar .toolbar GtkSwitch.trough:active, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header.png"), url("assets/switch-active-header@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header.png"), url("assets/switch-insensitive-header@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header.png"), url("assets/switch-active-insensitive-header@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(74, 74, 74, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, whitesmoke); + border: 1px solid rgba(143, 143, 143, 0.5); + border-radius: 50%; + box-shadow: none; } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #f8f8f8); + border-color: rgba(143, 143, 143, 0.3); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #5f5f5f); + border-color: #5f5f5f; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #454545); + border-color: #5f5f5f; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #5f5f5f); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #464646); + border-color: #464646; } + .list-row:selected .scale.slider, GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #e7e7e7); + border-color: #e7e7e7; } + .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #afafaf); + border-color: #afafaf; } + .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #b7b7b7); + border-color: #b7b7b7; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #cfcfcf); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #5f5f5f); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(95, 95, 95, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(207, 207, 207, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #575757); + outline-color: rgba(195, 195, 195, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #5f5f5f); } + .list-row:selected .scale.trough, GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #b7b7b7); } + .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(74, 74, 74, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #5f5f5f; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #5f5f5f; } + .list-row:selected .progressbar, GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #5f5f5f; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #cfcfcf; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } +.level-bar.fill-block { + border: 1px solid #5f5f5f; + background-color: #5f5f5f; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: rgba(74, 74, 74, 0.2); + border-color: rgba(74, 74, 74, 0.2); } + +.frame { + border: 1px solid #d9d9d9; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #ffffff; + border-color: #d9d9d9; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(0, 0, 0, 0.03); } +.list-row.activatable:active { + color: #4a4a4a; } +.list-row.activatable:selected:active { + color: #ffffff; } +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #565656; } +.list-row.activatable:selected:insensitive { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(95, 95, 95, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #C3C3C3; + background-color: #454545; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #2c2c2c; } + .app-notification .button, + .app-notification.frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(95, 95, 95, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5f5f5f; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: #979797; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #4a4a4a; + border: 1px solid #d9d9d9; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #5f5f5f; + color: #ffffff; + border-radius: 1.5px; } + GtkCalendar.header { + color: #4a4a4a; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(74, 74, 74, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #4a4a4a; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(74, 74, 74, 0.55); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #4a4a4a; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #d9d9d9; + border-bottom: 1px solid #c7c7c7; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +GtkFileChooserDialog .search-bar { + background-color: #F0F0F0; + border-color: #d9d9d9; + box-shadow: none; } +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #d9d9d9; } + +.sidebar, .sidebar .view { + border: none; + background-color: #F0F0F0; } + +GtkSidebarRow.list-row { + padding: 0px; } +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #5f5f5f; } +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #d7d7d7; } +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(74, 74, 74, 0.8); + border-width: 0; + border-style: solid; } +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #d9d9d9; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-repeat: no-repeat; + background-position: center; } + GtkPaned.wide.vertical .pane-separator { + color: #4a4a4a; + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-repeat: no-repeat; + background-position: center; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #5f5f5f; + color: #ffffff; } + +.warning, +.error { + background-color: #F04A50; } + +.list-row:selected .button, GtkInfoBar .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #5f5f5f; + outline-color: rgba(95, 95, 95, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(95, 95, 95, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } + +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } +GtkColorSwatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + GtkColorSwatch#add-color-button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #ffffff; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(95, 95, 95, 0.2)), to(rgba(95, 95, 95, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(95, 95, 95, 0.2)), to(rgba(95, 95, 95, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(95, 95, 95, 0.2)), to(rgba(95, 95, 95, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(95, 95, 95, 0.2)), to(rgba(95, 95, 95, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } +.undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } +.undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } +.undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +.window-frame { + border-radius: 4px 4px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 8px 0 rgba(0, 0, 0, 0.2); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 4px 4px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #d9d9d9; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding: 8px 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(217, 217, 217, 0); } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(81, 67, 67, 0.2); + background-color: #5f5f5f; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.close, + .titlebar .button.titlebutton.maximize, + .titlebar .button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png")); } + .header-bar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png")); } + .header-bar .button.titlebutton.close:hover, + .titlebar .button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } + .header-bar .button.titlebutton.close:active, + .titlebar .button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max.png"), url("assets/titlebutton-max@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop.png"), url("assets/titlebutton-max-backdrop@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover.png"), url("assets/titlebutton-max-hover@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active.png"), url("assets/titlebutton-max-active@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min.png"), url("assets/titlebutton-min@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop.png"), url("assets/titlebutton-min-backdrop@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover.png"), url("assets/titlebutton-min-hover@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active.png"), url("assets/titlebutton-min-active@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #5f5f5f; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #c7c7c7, inset 0 -1px #d9d9d9; } + +GtkHTML { + background-color: #ffffff; + color: #4a4a4a; } + GtkHTML:active { + color: #ffffff; + background-color: #5f5f5f; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalScreen { + -TerminalScreen-background-darkness: 0.9; + background-color: #3f3f3f; + color: #fff; } + +TerminalScreenContainer .scrollbar:not(.slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #848484; } + TerminalWindow .notebook tab .button:hover { + color: #4a4a4a; + border-color: #cfcfcf; + background-color: whitesmoke; } +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #5f5f5f; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #4a4a4a; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #9d9d9d; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #dfdfdf; } + +NautilusNotebook.notebook { + background-color: #ffffff; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #ffffff; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(74, 74, 74, 0.5); + border-color: rgba(49, 49, 49, 0.5); } + .disk-space-display.used { + background-color: rgba(95, 95, 95, 0.8); + border-color: rgba(70, 70, 70, 0.8); } + .disk-space-display.free { + background-color: #e8e8e8; + border-color: #cfcfcf; } + +NautilusListView .view { + border-bottom: 1px solid #d9d9d9; } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; + -NemoPlacesTreeView-disk-full-fg-color: #464646; } + +NemoWindow EelEditableLabel.entry { + transition: none; } +NemoWindow .sidebar .frame { + border-width: 0; } +NemoWindow .sidebar .cell { + padding: 0 2px; } +NemoWindow .sidebar .scrollbar.vertical .trough { + background-color: transparent; } +NemoWindow .sidebar .scrollbar.vertical .slider { + background-color: #aeaeae; } + NemoWindow .sidebar .scrollbar.vertical .slider:hover { + background-color: #cfcfcf; } +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #d9d9d9; } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(255, 255, 255, 0.9); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(81, 67, 67, 0.2); + background-color: #5f5f5f; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(81, 67, 67, 0.5); } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(81, 67, 67, 0); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(81, 67, 67, 0); } + +.gedit-headerbar-paned { + color: #c7c7c7; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #ffffff; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #ffffff; + background-color: #5f5f5f; } + +.open-document-selector-name-label { + color: #4a4a4a; } + +.open-document-selector-path-label { + color: #a5a5a5; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } +.gedit-document-panel .prelight-row .button { + color: #848484; } +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #ffffff; } +.gedit-document-panel .prelight-row .button:active { + color: #4a4a4a; } + +.gedit-document-panel-dragged-row { + border: 1px solid #d9d9d9; + background-color: #d7d7d7; + color: #4a4a4a; } + +GeditStatusbar { + border-top: 1px solid #d9d9d9; + background-color: #F0F0F0; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #d9d9d9; } + +.gedit-search-entry-occurrences-tag { + color: rgba(74, 74, 74, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: whitesmoke; + padding: 6px; + border-color: #d9d9d9; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #4a4a4a; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: rgba(81, 67, 67, 0.9); + border-color: rgba(81, 67, 67, 0.2); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: rgba(81, 67, 67, 0.9); + border-color: #5f5f5f; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: rgba(81, 67, 67, 0.9); + border-color: #5f5f5f; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(81, 67, 67, 0.45); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #ffffff; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #F0F0F0; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #C3C3C3; + background-image: none; + background-color: #454545; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #ffffff; + color: #4a4a4a; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #ffffff; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #4a4a4a; } + +.xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(255, 255, 255, 0.9); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive { + color: rgba(81, 67, 67, 0.5); } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #5f5f5f; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(74, 74, 74, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #929292; } + +.documents-entry-tag { + background-color: #5f5f5f; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #ffffff; + background-color: dimgray; } + .documents-entry-tag:active { + color: #ffffff; + background-color: #555555; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(255, 255, 255, 0.7); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #5f5f5f; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #C3C3C3; + background-image: linear-gradient(to bottom, #393939); } + +.gnome-panel-menu-bar.menubar { + color: #C3C3C3; + font: bold; } + +.gnome-panel-menu-bar.menubar .menu { + font: regular; } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #C3C3C3; } + +PanelApplet .button:hover { + color: #dddddd; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #5f5f5f; } + +PanelApplet:hover { + color: #ffffff; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #5f5f5f; } + +WnckPager { + color: #626262; } + WnckPager:selected { + color: #5f5f5f; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #C3C3C3; + font: bold; } + +.xfce4-panel.panel { + background-color: #393939; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #C3C3C3; + background-color: rgba(57, 57, 57, 0); + border-radius: 0; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #535353; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #5f5f5f; + border: none; + background-color: #272727; } + +.floating-bar { + background-color: #5f5f5f; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #5f5f5f; + outline-color: transparent; } +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: rgba(81, 67, 67, 0.9); + border-color: rgba(81, 67, 67, 0.2); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: rgba(81, 67, 67, 0.9); + border-color: #5f5f5f; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(81, 67, 67, 0.45); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #5f5f5f; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(0, 0, 0, 0.04); + border: solid rgba(0, 0, 0, 0.08); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(74, 74, 74, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #4a4a4a; } + +.cs-header { + padding: 6px; + background-color: #ededed; } + +#panel_window { + background-color: #393939; + color: #C3C3C3; + font: bold; + box-shadow: inset 0 -1px #272727; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #C3C3C3; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(195, 195, 195, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #4a4a4a; } + +#content_frame { + padding-bottom: 14px; + background-color: #F0F0F0; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame .button { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + #content_frame .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + #content_frame .button:active, #content_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #5f5f5f; } + #content_frame .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #454545; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #454545; } + +#buttonbox_frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + #buttonbox_frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5f5f5f; } + #buttonbox_frame .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +#login_window #user_combobox { + color: #4a4a4a; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #c7c7c7; } + +NemoWindow GtkEventBox { + background-color: #F0F0F0; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + -gtk-icon-style: regular; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #454545; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #5f5f5f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #5f5f5f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #C3C3C3; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(195, 195, 195, 0.6); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(195, 195, 195, 0.15); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + color: transparent; } +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #454545; } +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #C3C3C3; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5f5f5f; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #454545; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #C3C3C3; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(195, 195, 195, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #5f5f5f; + color: #ffffff; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #C3C3C3; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #454545; } + +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #454545; } + +NautilusWindow NautilusWindowSlot { + background-color: #ffffff; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #454545; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #F0F0F0; } +GtkFileChooserDialog .dialog-action-box { + background-color: #F0F0F0; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #C3C3C3; + border-color: transparent; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: #333333; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #C3C3C3; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #c7c7c7; } +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #d9d9d9; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #e1e1e1; } +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #d9d9d9; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #e1e1e1; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #454545; } +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #d9d9d9; } + +.gedit-bottom-panel-paned { + background-color: #ffffff; } + +.gedit-document-panel { + background-color: #454545; } + .maximized .gedit-document-panel { + background-color: #454545; } + .gedit-document-panel .list-row { + color: #C3C3C3; } + .gedit-document-panel .list-row { + background-color: rgba(195, 195, 195, 0); + border: solid rgba(195, 195, 195, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(195, 195, 195, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(195, 195, 195, 0.15); } + .gedit-document-panel .list-row:active { + color: #ffffff; + background-color: #5f5f5f; + border: solid #5f5f5f; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #ffffff; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #ffffff; + background-color: #5f5f5f; + border: solid #5f5f5f; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #C3C3C3; } + +GeditFileBrowserWidget { + background-color: #454545; } + .maximized GeditFileBrowserWidget { + background-color: #454545; } + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #333333; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #C3C3C3; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #5f5f5f; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #5f5f5f; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #C3C3C3; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.4)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #ffffff; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, #5f5f5f); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e9e9e9; + border: 1px solid rgba(0, 0, 0, 0.3); } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(233, 233, 233, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f6f6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #5f5f5f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #4a4a4a; +@define-color theme_text_color #4a4a4a; +@define-color theme_bg_color #F0F0F0; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #5f5f5f; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #4a4a4a; +@define-color text_color #4a4a4a; +@define-color bg_color #F0F0F0; +@define-color base_color #ffffff; +@define-color selected_bg_color #5f5f5f; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #f9f9f9; +@define-color insensitive_fg_color alpha(#4a4a4a, 0.5); +@define-color insensitive_base_color #ffffff; +@define-color theme_unfocused_fg_color #4a4a4a; +@define-color theme_unfocused_text_color #4a4a4a; +@define-color theme_unfocused_bg_color #F0F0F0; +@define-color theme_unfocused_base_color #ffffff; +@define-color borders #d9d9d9; +@define-color unfocused_borders #d9d9d9; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #ffffff; +@define-color wm_title alpha(#514343, 0.8); +@define-color wm_unfocused_title alpha(#514343, 0.5); +@define-color wm_bg #d9d9d9; +@define-color wm_bg_unfocused #e1e1e1; +@define-color wm_highlight #e1e1e1; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #f46067; +@define-color wm_button_close_hover_bg #f68086; +@define-color wm_button_close_active_bg #f13039; +@define-color wm_icon_close_bg #F8F8F9; +@define-color wm_button_hover_bg #fdfdfd; +@define-color wm_button_active_bg #5f5f5f; +@define-color wm_button_hover_border #D1D3DA; +@define-color wm_icon_bg #90949E; +@define-color wm_icon_unfocused_bg #B6B8C0; +@define-color wm_icon_hover_bg #7A7F8B; +@define-color wm_icon_active_bg #ffffff; diff --git a/themes/Mint-Y-Majestic/gtk-3.0/thumbnail.png b/themes/Mint-Y-Majestic/gtk-3.0/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..11a2f6ac738610bf27787374bc33d333cbeac000 GIT binary patch literal 1529 zcmZ8fX;4#F6n-K~L8(F=T#8~9nNdKNK`IQjqJTh1Sc5!}B_<#dNR&jjkr5(LAc%q@ z5*}DV6j0oeNWdcdk|>a{#0COX!jkQUyr<&=_Sybw@65gDoIB^c-~G-xd47arh6dXV z001!b@^lNpYznq_f43StW3`7wn9)7uigyKo$CuZAA+5pUon+4dJOHFw06<0-0DQu( zGUfr`oGkz>Mgf5H4FK4D25RdDE;!NI{dZ{7%nLWx8o7K=3+ z4T_@U;gN77>N;eh&3G9)}}7_+jRMT;Rvf?#ykL$MmY*>VwTzEH`_ zoK;SI{rVO8ps8&ytZOgg3aXm~RZDVlQ%(e_h_67=_=nS4)$76t3aWaIDEbOcfES*M zRfu+R=uTpAG&BOI;Jrzu{6z#sRYHhNJm0o}xwl%g<(gUK15BV6x6Lf62J%89ONOyB zpo-pXkW@AT%iB`|PF9Y=D5~tu0;zW;ODL*Am5L?VoJx9=$I_~%2W~TiqlyJe^i^`; zVp~!m^_~<&q)&R#sLTx~_GJ8WHt7{%wXok=22T zP!8mR;e~yeGDJ0YmxlA!!ebTW;ItR-v?zkWV~Fz2H4>QqcwG6d8a0VT3P%LjbzE7H z%ZM=-s`}=zmSUQuP5D&tcsPj?n{>JCd;}e1MVF+FStNqD517uA!91B(HU5+x5BmDx zd_mf!# zIr`qX=|>?R!308tt5G*GAb1to*!p^q`{R(qI@6|J2TV=w#l@bc%IA-~Nc*%l%7@cc zoa52mYqD;aUY0(A?c{_P@U5*H4mKpjD;3*KD-_$I@Dme~UtC&S($6n{S*@c9G2O)P z*=)ScWJhNFS@YiZS{RPqXwCX_=EgWTCAUjI&ucBzcNi+>T(2xDo2{t0T3#CImn)p9 zf@gNswtAXeJnHOXbzj#FH&sY}F>Ft8U=LXCbGla_cUr#a^y9X2&e>2?k@4u;wU0NK zb}6~(k|FVk;d8DY?JPa=*SV~`s}{ax{bJh$XBzus41fK_x9lCFq3J#Kx-1T3RN=&! z6U?1>v@uq*>-R49!Ob>cKiC+bs?0CZwUUK3rU^n3g?T>29i4ujvYd0N+>tJBPWW7y zRl!SAi`R92es6X#Wga%7x0`6Uhi4aEUSn?b{<&Gl4?R7;kjuGGd@*Cr=0pqgV?S}{ z%cSLQL0FS|BiZh`j+=phhNOmGw08~4_#DpJRQAQwkv(y=&Rpc9!g)#}lM5V6boHY| zGt+dtpJ$b+Q9MowlU+7$<`-|Xd+aFIZpz6TuDTQNu_0#D`eXp`ikn2&%ahpHB<*3k zhcGE5X0$UoF&Z;~y{(<2wXK7-okNhFqqF@1XFEqrTRUf4TZ +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Majestic/metacity-1/button-border.svg b/themes/Mint-Y-Majestic/metacity-1/button-border.svg new file mode 100644 index 0000000..a1ab948 --- /dev/null +++ b/themes/Mint-Y-Majestic/metacity-1/button-border.svg @@ -0,0 +1,107 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Majestic/metacity-1/close-icon.svg b/themes/Mint-Y-Majestic/metacity-1/close-icon.svg new file mode 100644 index 0000000..312fa9e --- /dev/null +++ b/themes/Mint-Y-Majestic/metacity-1/close-icon.svg @@ -0,0 +1,104 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Majestic/metacity-1/max-icon.svg b/themes/Mint-Y-Majestic/metacity-1/max-icon.svg new file mode 100644 index 0000000..6b80028 --- /dev/null +++ b/themes/Mint-Y-Majestic/metacity-1/max-icon.svg @@ -0,0 +1,75 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Majestic/metacity-1/metacity-theme-2.xml b/themes/Mint-Y-Majestic/metacity-1/metacity-theme-2.xml new file mode 100644 index 0000000..750a8eb --- /dev/null +++ b/themes/Mint-Y-Majestic/metacity-1/metacity-theme-2.xml @@ -0,0 +1,767 @@ + + + + Arc + horst3180 + horst3180 + 2015 + Arc Metacity theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</draw_ops> + +<draw_ops name="title_unfocused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused"/> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Majestic/metacity-1/metacity-theme-3.xml b/themes/Mint-Y-Majestic/metacity-1/metacity-theme-3.xml new file mode 100644 index 0000000..1411101 --- /dev/null +++ b/themes/Mint-Y-Majestic/metacity-1/metacity-theme-3.xml @@ -0,0 +1,1040 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Arc</name> + <author>horst3180</author> + <copyright>horst3180</copyright> + <date>2015</date> + <description>Arc Metacity theme</description> +</info> + +<!-- meaningfull constants --> + +<constant name="C_title_focused" value="#787878" /> +<constant name="C_title_unfocused" value="#9d9d9d" /> + +<constant name="C_wm_bg_focused" value="#d9d9d9" /> +<constant name="C_wm_bg_unfocused" value="#d9d9d9" /> + +<constant name="C_wm_border" value="#d0d0d0" /> + +<constant name="C_wm_highlight" value="#eeeeee" /> + +<!-- window button colors --> + +<!-- close --> +<constant name="C_button_close_bg_focused" value="gtk:custom(selected_bg_color,#5f5f5f)" /> +<constant name="C_button_close_bg_hover" value="shade/gtk:custom(selected_bg_color,#5f5f5f)/1.14" /> +<constant name="C_button_close_bg_active" value="shade/gtk:custom(selected_bg_color,#5f5f5f)/0.8" /> + +<constant name="C_icon_close_bg" value="#F8F8F8" /> + +<!-- minimize, maximize --> +<constant name="C_button_bg_hover" value="#fdfdfd" /> +<constant name="C_button_bg_active" value="#909090" /> + +<constant name="C_button_border_hover" value="#D1D1D1" /> + +<constant name="C_icon_bg_focused" value="#909090" /> +<constant name="C_icon_bg_unfocused" value="#B6B6B6" /> +<constant name="C_icon_bg_hover" value="#7A7A7A" /> +<constant name="C_icon_bg_active" value="#ffffff" /> + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="10" right="10" top="3" bottom="3"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="button_width" value="30"/> + <distance name="button_height" value="16"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="title_vertical_pad" value="2"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="left_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="1" rounded_top_right="1"> + <distance name="title_vertical_pad" value="7"/> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> + <border name="title_border" left="10" right="10" top="0" bottom="1"/> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> +</frame_geometry> + +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="title_vertical_pad" value="1" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<!--chromium save dialog--> +<frame_geometry name="attached" title_scale="small" has_title="false" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" rounded_bottom_left="0" rounded_bottom_right="0" parent="normal"> + <distance name="title_vertical_pad" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> +</frame_geometry> + +<!-- drawing operations --> + + <!-- title --> + +<draw_ops name="title_focused"> + + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_focused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_unfocused" /> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_tiled_right"> + <line x1="0" y1="0" x2="0" y2="height" color="C_wm_border" /> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + +<draw_ops name="border_tiled_left"> + <line x1="width-1" y1="0" x2="width-1" y2="height" color="C_wm_border" /> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + +<draw_ops name="border_max"> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_tiled_left" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_tiled_left" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_tiled_right" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_tiled_right" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="borderless"/> + <frame focus="no" state="maximized" style="borderless"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="attached_style_set"> + <frame focus="yes" state="normal" resize="both" style="attached_focused"/> + <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> +<window version=">= 3.2" type="attached" style_set="attached_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Majestic/metacity-1/min-icon.svg b/themes/Mint-Y-Majestic/metacity-1/min-icon.svg new file mode 100644 index 0000000..92920b5 --- /dev/null +++ b/themes/Mint-Y-Majestic/metacity-1/min-icon.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="min-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#e2e2e2" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="22.627417" + inkscape:cx="6.164106" + inkscape:cy="8.4082271" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-min" + inkscape:label="#g6247" + transform="translate(-587,185.63782)"><g + id="g7138" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"><g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-75"><g + id="g4092-0-7-0" + style="display:inline" + transform="translate(58,0)" /></g><path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-3" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /></g><rect + y="-185.63782" + x="587" + height="16" + width="16" + id="rect17883-32" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file diff --git a/themes/Mint-Y-Majestic/metacity-1/thumbnail.png b/themes/Mint-Y-Majestic/metacity-1/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..54ef44a185a741165d514b8703bb57c4acbb2bd3 GIT binary patch literal 695 zcmeAS@N?(olHy`uVBq!ia0vp^DL|~i!3-oXf7O)%QY`6?zK#qG8~eHcB(j1elRbib z85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP-0PlPl)Tgcke!Y_;CC7 z?VC4m-o1PG^0kXQPpn+FuW!!IhGqNvcAi{y^xW>byBcThs5yFm_pBYY3-+`u*wZ|3 zSL2mymu}p+v0}xF2@@vFpFjWG_pg`lpP0R~_R_s$-@kufwy*c(ja@%}{J8qy)YS(k z&)nL#Y}vBw*RQW!xpMB#hSN9qp1plw_RhMi4^Q2AbZ*Yhx-0ijTzPPE?%cT_KEFGD zef!Q6tLE)$TE4&k|Ns9wm0J~ou4PQ}c6Twox9w&&ki%Z$>Fdh=fQ64=ROY$*-0eW2 zx1KJJAs)xyUb)HFWFWvAuqDV*L(BW_O6_;M|NqbB>%HjFHET+iPt|-iA0u_y1#Js$ zmTqdiviuV-OXidEj?UH7Qm^|=?RYFCcRje>qO{1{cCkqNjDkKlFB8s>%$6!W8o8ZP z63@0<-_2Xk&pOS?X<dgE^9<R|4?B7nZn&>7Mg9B?pFj)YvdJZ(#mB_{-1SzRqP-~W zSEg=w&sy_<A4adaG<y@07lnzY<wweFzRUi)YOZa#%gTdq4o{r$n6YcJ$Rzp8s^8}@ zyK;PzvtRuAj^?MRkAH4k8o6y0PifHiEV5+1`TT$R)od4Ksf!#=;klQMx_;#!n*{W@ zYKdz^NlIc#s#S7PDv)9@GB7mLH89aNGzl>@vobQYGBndRFtjo-(En=q2Sr0}eoAIq zCAtO!D`RtrhER)lprDlm*$|wcR#Ki=l**8vm!F%eTMV=;HLo}$zvMmhemkHd22WQ% Jmvv4FO#pW`Hy8i_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Majestic/xfce-notify-4.0/gtkrc b/themes/Mint-Y-Majestic/xfce-notify-4.0/gtkrc new file mode 100644 index 0000000..aa8a02c --- /dev/null +++ b/themes/Mint-Y-Majestic/xfce-notify-4.0/gtkrc @@ -0,0 +1,72 @@ +style "notify-window" { + XfceNotifyWindow::summary-bold = 1 + XfceNotifyWindow::border-color = "#17191F" + XfceNotifyWindow::border-color-hover = "#17191F" + XfceNotifyWindow::border-radius = 3.0 + XfceNotifyWindow::border-width = 1.0 + XfceNotifyWindow::border-width-hover = 1.0 + + bg[NORMAL] = "#292C36" +} + +style "notify-button" { + bg[NORMAL] = "#434652" + bg[PRELIGHT] = "#5C6070" + bg[ACTIVE] = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#ffffff" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + roundness = 2 + textstyle = 0 + } +} + +style "notify-text" { + GtkWidget::link-color = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#BAC3CF" + + engine "murrine" { + textstyle = 0 + } +} + +style "notify-summary" { + font_name = "Bold" +} + +style "notify-progressbar" { + GtkProgressBar::min-horizontal-bar-height = 4 + + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = "#000000" + bg[NORMAL] = "#5294E2" + bg[ACTIVE] = "#1D1F26" + bg[SELECTED] = "#5294E2" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + trough_shades = { 1.0, 1.0 } + trough_border_shades = { 1.0, 1.0 } + progressbarstyle = 0 + roundness = 2 + textstyle = 0 + } +} + +class "XfceNotifyWindow" style "notify-window" +widget "XfceNotifyWindow.*.summary" style "notify-summary" +widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button" +widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text" +widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar" +widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar" diff --git a/themes/Mint-Y-Majestic/xfwm4/bottom-active.xpm b/themes/Mint-Y-Majestic/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..1191a44 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/bottom-active.xpm @@ -0,0 +1,9 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"1 3 3 1", +" c None", +". c #D9D9D9", +"+ c #BFBFBF", +".", +".", +"+"}; diff --git a/themes/Mint-Y-Majestic/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Majestic/xfwm4/bottom-inactive.xpm new file mode 120000 index 0000000..9f10639 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Majestic/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Majestic/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..727a097 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/bottom-left-active.xpm @@ -0,0 +1,9 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"3 3 3 1", +" c None", +". c #BFBFBF", +"+ c #D9D9D9", +".++", +".++", +"..."}; diff --git a/themes/Mint-Y-Majestic/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Majestic/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 0000000..d70de34 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Majestic/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Majestic/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..0d6f9b5 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/bottom-right-active.xpm @@ -0,0 +1,9 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"3 3 3 1", +" c None", +". c #D9D9D9", +"+ c #BFBFBF", +"..+", +"..+", +"+++"}; diff --git a/themes/Mint-Y-Majestic/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Majestic/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 0000000..d234cea --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Majestic/xfwm4/close-active.xpm b/themes/Mint-Y-Majestic/xfwm4/close-active.xpm new file mode 100644 index 0000000..f534cbf --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/close-active.xpm @@ -0,0 +1,60 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 30 1 ", +" c #9AB87C", +". c #9AB87D", +"X c #9CB97E", +"o c #9CB980", +"O c #9EBA82", +"+ c #A0BC83", +"@ c #A6BF8E", +"# c #A7BF8F", +"$ c #B9C8A9", +"% c #B9C9AA", +"& c #C4CEBA", +"* c #C5CEBB", +"= c #C9D9B9", +"- c #CCDBBD", +"; c #CFDDC1", +": c #D0DEC3", +"> c #D3D6D1", +", c #D4D6D1", +"< c #D4D6D2", +"1 c gray85", +"2 c #D5E1C9", +"3 c #D7E3CC", +"4 c #D8E3CC", +"5 c #D8E4CD", +"6 c #DCE6D2", +"7 c #EEEEEE", +"8 c #F4F7F2", +"9 c #FBFCFA", +"0 c gray99", +"q c #FDFDFD", +/* pixels */ +"777777777777777777777777", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"11111111,%@Xo@%>11111111", +"1111111&X. .o&1111111", +"111111&... ..X*111111", +"11111,X .+ o X,11111", +"11111%. .93XX30 $11111", +"11111@ -q540: . #11111", +"11111X -qq: .Xo11111", +"11111o. X4qq6X X11111", +"11111@.. 4q--q3 #11111", +"11111% 8= =8 . $11111", +"11111,X .+,11111", +"111111&X. .. &111111", +"1111111&+. XX&1111111", +"11111111,%#oX@%,11111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/close-inactive.xpm b/themes/Mint-Y-Majestic/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..5b4918b --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/close-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *close_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c gray71", +". c gray72", +"X c gray74", +"o c gray78", +"O c #CDCDCD", +"+ c gray82", +"@ c gray84", +"# c gray85", +"$ c #E9E9E9", +"% c #EEEEEE", +/* pixels */ +"%%%%%%%%%%%%%%%%%%%%%%%%", +"########################", +"########################", +"########################", +"########################", +"########@oX Xo@########", +"#######O. O#######", +"######O O######", +"#####@ . . @#####", +"#####o %# #% o#####", +"#####X +%##%+ X#####", +"##### +%%@ #####", +"#####. #%%# .#####", +"#####X #%++%# X#####", +"#####o $+ +$ o#####", +"#####@ .@#####", +"######O O######", +"#######+ O#######", +"########@oX Xo#########", +"########################", +"########################", +"########################", +"########################", +"########################" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/close-prelight.xpm b/themes/Mint-Y-Majestic/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..ad68f60 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/close-prelight.xpm @@ -0,0 +1,58 @@ +/* XPM */ +static char *close_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 28 1 ", +" c #9ABC78", +". c #9ABC79", +"X c #9BBD79", +"o c #9CBD7A", +"O c #9CBD7C", +"+ c #9EBE7E", +"@ c #A0C07F", +"# c #A6C28B", +"$ c #A7C28B", +"% c #B9CAA7", +"& c #B9CBA8", +"* c #C5CFBA", +"= c #C9DBB7", +"- c #C4D0B9", +"; c #CCDDBB", +": c #CEDEBE", +"> c #D3D6D0", +", c #D4D6D1", +"< c gray85", +"1 c #D0E0C1", +"2 c #D5E3C7", +"3 c #D6E4C9", +"4 c #D8E5CB", +"5 c #D8E5CC", +"6 c #EEEEEE", +"7 c #F4F7F1", +"8 c #FBFCFA", +"9 c #FDFDFD", +/* pixels */ +"666666666666666666666666", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<,%#oO#&><<<<<<<<", +"<<<<<<<-o. .O*<<<<<<<", +"<<<<<<-... ..o*<<<<<<", +"<<<<<,o @ @ O,<<<<<", +"<<<<<&o .83o.28 &<<<<<", +"<<<<<# ;94491 . $<<<<<", +"<<<<<o :991 ..O<<<<<", +"<<<<<O. .o4894Oo O<<<<<", +"<<<<<#. 49;;94. $<<<<<", +"<<<<<& 7= =7. &<<<<<", +"<<<<<,o oO,<<<<<", +"<<<<<<* . *<<<<<<", +"<<<<<<<*Oo oO*<<<<<<<", +"<<<<<<<<,&$oo$&,<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/close-pressed.xpm b/themes/Mint-Y-Majestic/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..99b07f2 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/close-pressed.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char *close_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 32 1 ", +" c #7BA056", +". c #7CA057", +"X c #7FA25B", +"o c #7FA25C", +"O c #80A35D", +"+ c #82A55F", +"@ c #83A660", +"# c #8CAB6E", +"$ c #8DAB6F", +"% c #8EAC70", +"& c #A9BC96", +"* c #A9BC97", +"= c #B9CCA5", +"- c #BAC6AE", +"; c #BBC7AE", +": c #BBC6AF", +"> c #BDCFAA", +", c #BFD1AE", +"< c #C1D2B0", +"1 c #C2D3B2", +"2 c #C8D7B9", +"3 c #CAD9BC", +"4 c #CCDABE", +"5 c #D1DEC5", +"6 c #D1D4CD", +"7 c #D2D5CF", +"8 c gray85", +"9 c #EEEEEE", +"0 c #F2F5EE", +"q c #FAFBFA", +"w c gray99", +"e c #FDFDFD", +/* pixels */ +"999999999999999999999999", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888886&$XX$&688888888", +"8888888-O O-8888888", +"888888-. o-888888", +"888886+ @ + o688888", +"88888& q3..2e &88888", +"88888# >e43e< %88888", +"88888X ,ee< o88888", +"88888X O3we5X X88888", +"88888$ 2e,<w2 %88888", +"88888& 0= =0 *88888", +"888886+ +788888", +"888888- .-888888", +"8888888-+. @:8888888", +"888888886&$XX$&688888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/hide-active.xpm b/themes/Mint-Y-Majestic/xfwm4/hide-active.xpm new file mode 100644 index 0000000..9a3913c --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/hide-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #808080", +". c gray85", +"X c #EEEEEE", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"......... .........", +"......... .........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/hide-inactive.xpm b/themes/Mint-Y-Majestic/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..8f9fee5 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/hide-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #B6B6B6", +". c gray85", +"X c #EEEEEE", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"......... .........", +"......... .........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/hide-prelight.xpm b/themes/Mint-Y-Majestic/xfwm4/hide-prelight.xpm new file mode 100644 index 0000000..520c42f --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/hide-prelight.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *hide_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c gray48", +". c LightGray", +"X c gray84", +"o c gray85", +"O c #DFDFDF", +"+ c gray89", +"@ c #E4E4E4", +"# c #EEEEEE", +"$ c #F3F3F3", +"% c gray96", +"& c #FBFBFB", +"* c #FDFDFD", +/* pixels */ +"########################", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooOo..oOooooooooo", +"oooooooOX+$&&$@XOooooooo", +"ooooooOX%******$XOoooooo", +"ooooooX%********%Xoooooo", +"oooooO+**********+Oooooo", +"oooooX$**********$oooooo", +"oooooX&** **&.ooooo", +"ooooo.&** **&.ooooo", +"oooooo$**********$Xooooo", +"oooooO+**********+Oooooo", +"ooooooX%********$Xoooooo", +"ooooooOX$******$XOoooooo", +"oooooooOX@$&&$+XOooooooo", +"oooooooooOX..oOooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/hide-pressed.xpm b/themes/Mint-Y-Majestic/xfwm4/hide-pressed.xpm new file mode 100644 index 0000000..8d7bd13 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/hide-pressed.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char *hide_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 9 1 ", +" c #808080", +". c #848484", +"X c #9A9A9A", +"o c #AEAEAE", +"O c #CDCDCD", +"+ c #CECECE", +"@ c gray85", +"# c #EEEEEE", +"$ c white", +/* pixels */ +"########################", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@OX. .XO@@@@@@@@", +"@@@@@@@o o@@@@@@@", +"@@@@@@o o@@@@@@", +"@@@@@O O@@@@@", +"@@@@@X X@@@@@", +"@@@@@. .@@@@@", +"@@@@@ $$$$$$ @@@@@", +"@@@@@ $$$$$$ @@@@@", +"@@@@@. .@@@@@", +"@@@@@X X@@@@@", +"@@@@@O O@@@@@", +"@@@@@@o o@@@@@@", +"@@@@@@@o o@@@@@@@", +"@@@@@@@@OX. .XO@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/left-active.xpm b/themes/Mint-Y-Majestic/xfwm4/left-active.xpm new file mode 100644 index 0000000..f42db54 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/left-active.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 1 3 1", +" c None", +". c #BFBFBF", +"+ c #D9D9D9", +".++"}; diff --git a/themes/Mint-Y-Majestic/xfwm4/left-inactive.xpm b/themes/Mint-Y-Majestic/xfwm4/left-inactive.xpm new file mode 120000 index 0000000..ebcf490 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Majestic/xfwm4/maximize-active.xpm b/themes/Mint-Y-Majestic/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..de718db --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/maximize-active.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char *maximize_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 7 1 ", +" c #909090", +". c #9F9F9F", +"X c gray65", +"o c #A9A9A9", +"O c #D7D7D7", +"+ c gray85", +"@ c #EEEEEE", +/* pixels */ +"@@@@@@@@@@@@@@@@@@@@@@@@", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"+++++++++++X .+++++++++", +"+++++++++O++o +++++++++", +"+++++++++XO+Oo +++++++++", +"++++++++O X++Oo+++++++++", +"+++++++++ X++++++++++++", +"+++++++++. oO++++++++++", +"+++++++++O++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/maximize-inactive.xpm b/themes/Mint-Y-Majestic/xfwm4/maximize-inactive.xpm new file mode 100644 index 0000000..8dcab42 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/maximize-inactive.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char *maximize_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 7 1 ", +" c #B6B6B6", +". c #BCBCBC", +"X c gray74", +"o c gray76", +"O c #D8D8D8", +"+ c gray85", +"@ c #EEEEEE", +/* pixels */ +"@@@@@@@@@@@@@@@@@@@@@@@@", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"+++++++++++o X+++++++++", +"++++++++++++o +++++++++", +"+++++++++X+++o +++++++++", +"+++++++++ XO+Oo+++++++++", +"++++++++O o++++++++++++", +"+++++++++. o+++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/maximize-prelight.xpm b/themes/Mint-Y-Majestic/xfwm4/maximize-prelight.xpm new file mode 100644 index 0000000..998685b --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/maximize-prelight.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *maximize_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c gray48", +". c #939393", +"X c gray58", +"o c #A0A0A0", +"O c #A4A4A4", +"+ c #A7A7A7", +"@ c LightGray", +"# c gray84", +"$ c gray85", +"% c gray87", +"& c #E2E2E2", +"* c #E4E4E4", +"= c #EEEEEE", +"- c #F3F3F3", +"; c gray96", +": c #FBFBFB", +"> c #FDFDFD", +/* pixels */ +"========================", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$%&$@@$&%$$$$$$$$", +"$$$$$$$*#&-::-*#*$$$$$$$", +"$$$$$$*#;>>>>>>-#*$$$$$$", +"$$$$$%#;>>>>>>>>;#%$$$$$", +"$$$$$&&>>>:o X>>&&$$$$$", +"$$$$$$->>:>:+ >>-$$$$$$", +"$$$$$@:>>o:::+ >>:@$$$$$", +"$$$$$@:>> o>>:o>>:@$$$$$", +"$$$$$$->> +:>>>>-$$$$$$", +"$$$$$&*>>. X>>>>&&$$$$$", +"$$$$$%#->>>>>>>>;#%$$$$$", +"$$$$$$&#->>>>>>;#&$$$$$$", +"$$$$$$$*#&-::-&#*$$$$$$$", +"$$$$$$$$%&$#@$&%$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/maximize-pressed.xpm b/themes/Mint-Y-Majestic/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..b076be7 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/maximize-pressed.xpm @@ -0,0 +1,43 @@ +/* XPM */ +static char *maximize_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 13 1 ", +" c #808080", +". c #848484", +"X c #9A9A9A", +"o c #AEAEAE", +"O c #CDCDCD", +"+ c LightGray", +"@ c gray84", +"# c gray85", +"$ c #DADADA", +"% c #E6E6E6", +"& c gray91", +"* c #EEEEEE", +"= c white", +/* pixels */ +"************************", +"########################", +"########################", +"########################", +"########################", +"########OX. .XO########", +"#######o o#######", +"######o o######", +"#####O O#####", +"#####X @==% X#####", +"#####. . @== .#####", +"##### #. += #####", +"##### =# @ #####", +"#####. ==@ .#####", +"#####X &==@. X#####", +"#####O O#####", +"######o o######", +"#######o o#######", +"########OX. .X+########", +"########################", +"########################", +"########################", +"########################", +"########################" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/menu-active.xpm b/themes/Mint-Y-Majestic/xfwm4/menu-active.xpm new file mode 100644 index 0000000..2400a36 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/menu-active.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char *menu_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 11 1 ", +" c #909090", +". c #979797", +"X c #9D9D9D", +"o c gray63", +"O c gray66", +"+ c #B9B9B9", +"@ c #BCBCBC", +"# c #CDCDCD", +"$ c #D7D7D7", +"% c gray85", +"& c #EEEEEE", +/* pixels */ +"&&&&&&&&&&&&&&&&&&&&&&&&", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%@.@%%@.+%%%%%%%%", +"%%%%%%%%+ OO +%%%%%%%%", +"%%%%%%%%%@. .@%%%%%%%%%", +"%%%%%%%%%%#oX#%%%%%%%%%%", +"%%%%%%%%%%%$%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Majestic/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..f38b6e2 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/menu-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #B6B6B6", +". c gray72", +"X c #BCBCBC", +"o c gray76", +"O c #CBCBCB", +"+ c #CDCDCD", +"@ c LightGray", +"# c #D5D5D5", +"$ c gray85", +"% c #EEEEEE", +/* pixels */ +"%%%%%%%%%%%%%%%%%%%%%%%%", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$O.O$$O.O$$$$$$$$", +"$$$$$$$$O oo O$$$$$$$$", +"$$$$$$$$$+.. +$$$$$$$$$", +"$$$$$$$$$$#XX@$$$$$$$$$$", +"$$$$$$$$$$$#$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Majestic/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..1951c18 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/menu-pressed.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char *menu_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 18 1 ", +" c #909090", +". c gray58", +"X c gray62", +"o c gray64", +"O c gray65", +"+ c #B6B6B6", +"@ c #B9B9B9", +"# c gray75", +"$ c #C0C0C0", +"% c gray81", +"& c #D0D0D0", +"* c #D7D7D7", +"= c gray85", +"- c #E6E6E6", +"; c #EEEEEE", +": c #F4F4F4", +"> c #F9F9F9", +", c white", +/* pixels */ +";;;;;;;;;;;;;;;;;;;;;;;;", +"========================", +"========================", +"========================", +"========================", +"========&O. O&========", +"=======+ +=======", +"======+ @======", +"=====& &=====", +"=====O O=====", +"=====. #:# @:# .=====", +"===== $,,=*,,$ =====", +"===== @>,,>@ =====", +"=====. X-;o =====", +"=====O . O=====", +"=====% &=====", +"======+ +======", +"=======+ +=======", +"========&O. .O&========", +"========================", +"========================", +"========================", +"========================", +"========================" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/right-active.xpm b/themes/Mint-Y-Majestic/xfwm4/right-active.xpm new file mode 100644 index 0000000..bbfecc2 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/right-active.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 1 3 1", +" c None", +". c #D9D9D9", +"+ c #BFBFBF", +"..+"}; diff --git a/themes/Mint-Y-Majestic/xfwm4/right-inactive.xpm b/themes/Mint-Y-Majestic/xfwm4/right-inactive.xpm new file mode 120000 index 0000000..6734f48 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Majestic/xfwm4/shade-active.xpm b/themes/Mint-Y-Majestic/xfwm4/shade-active.xpm new file mode 100644 index 0000000..798916e --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/shade-active.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char *shade_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 16 1 ", +" c #909090", +". c gray57", +"X c #989898", +"o c gray63", +"O c #A4A4A4", +"+ c #A9A9A9", +"@ c #B2B2B2", +"# c gray71", +"$ c gray", +"% c #C0C0C0", +"& c gray78", +"* c #C8C8C8", +"= c #D2D2D2", +"- c gray83", +"; c gray85", +": c #EEEEEE", +/* pixels */ +"::::::::::::::::::::::::", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;=+O=;;;;;;;;;;", +";;;;;;;;;*X .X*;;;;;;;;;", +";;;;;;;;%.. ...$;;;;;;;;", +";;;;;;;;#.@. #.@;;;;;;;;", +";;;;;;;;;=;. ;=;;;;;;;;;", +";;;;;;;;;;;. ;;;;;;;;;;;", +";;;;;;;;;;;..;;;;;;;;;;;", +";;;;;;;;;;;oo;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Majestic/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..7724327 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/shade-inactive.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #B6B6B6", +". c #B7B7B7", +"X c gray73", +"o c gray", +"O c #C0C0C0", +"+ c gray78", +"@ c gray80", +"# c #CDCDCD", +"$ c gray82", +"% c #D5D5D5", +"& c gray85", +"* c #EEEEEE", +/* pixels */ +"************************", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&%oO%&&&&&&&&&&", +"&&&&&&&&&$X.XX#&&&&&&&&&", +"&&&&&&&&#.....X@&&&&&&&&", +"&&&&&&&&+.+..+.+&&&&&&&&", +"&&&&&&&&&%&..&%&&&&&&&&&", +"&&&&&&&&&&&..$&&&&&&&&&&", +"&&&&&&&&&&&..&&&&&&&&&&&", +"&&&&&&&&&&&oo&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Majestic/xfwm4/shade-prelight.xpm new file mode 100644 index 0000000..96eb5a1 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/shade-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c gray48", +". c #7C7C7C", +"X c #898989", +"o c gray60", +"O c gray62", +"+ c gray65", +"@ c #BBBBBB", +"# c gray74", +"$ c #CDCDCD", +"% c LightGray", +"& c gray84", +"* c gray85", +"= c #DFDFDF", +"- c gray89", +"; c #E4E4E4", +": c #EEEEEE", +"> c #F3F3F3", +", c gray96", +"< c #FBFBFB", +"1 c #FDFDFD", +/* pixels */ +"::::::::::::::::::::::::", +"************************", +"************************", +"************************", +"************************", +"*********=&%%*=*********", +"*******=&;><<>;&=*******", +"******=&,111111>&=******", +"******&,11,+O><1,&******", +"*****=-11=X X*11-=*****", +"*****&>1%. .$1>******", +"*****&<1@ @ #.@1<%*****", +"*****%<1<<1 1,11<%*****", +"******>1111 1111>&*****", +"*****=;1111 1111-=*****", +"******&>111oo111>&******", +"******=&>111111>&=******", +"*******=&;><<>-&=*******", +"*********=&%%*=*********", +"************************", +"************************", +"************************", +"************************", +"************************" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Majestic/xfwm4/shade-toggled-active.xpm new file mode 100644 index 0000000..b0c23b5 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *shade_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #909090", +". c #989898", +"X c #A0A0A0", +"o c gray65", +"O c #A9A9A9", +"+ c #B2B2B2", +"@ c gray71", +"# c gray", +"$ c #C0C0C0", +"% c #C8C8C8", +"& c gray83", +"* c gray84", +"= c gray85", +"- c #EEEEEE", +/* pixels */ +"------------------------", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================", +"===========XX===========", +"=========== ===========", +"=========== ===========", +"=========*= =*=========", +"========@ + @ @========", +"========# #========", +"=========%. .%=========", +"==========*Oo*==========", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Majestic/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 0000000..129b31b --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *shade_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #B6B6B6", +". c gray73", +"X c gray", +"o c #C0C0C0", +"O c gray78", +"+ c gray80", +"@ c gray82", +"# c #D7D7D7", +"$ c gray85", +"% c #EEEEEE", +/* pixels */ +"%%%%%%%%%%%%%%%%%%%%%%%%", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$XX$$$$$$$$$$$", +"$$$$$$$$$$$ $$$$$$$$$$$", +"$$$$$$$$$$$ $$$$$$$$$$$", +"$$$$$$$$$$$ $#$$$$$$$$$", +"$$$$$$$$O O O O$$$$$$$$", +"$$$$$$$$+ +$$$$$$$$", +"$$$$$$$$$@. .@$$$$$$$$$", +"$$$$$$$$$$$oo#$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Majestic/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 0000000..21aa1ef --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c gray48", +". c #7C7C7C", +"X c #898989", +"o c gray60", +"O c #A2A2A2", +"+ c gray65", +"@ c gray73", +"# c gray74", +"$ c #CDCDCD", +"% c LightGray", +"& c gray84", +"* c gray85", +"= c #DFDFDF", +"- c gray89", +"; c #E4E4E4", +": c #EEEEEE", +"> c #F3F3F3", +", c gray96", +"< c #FBFBFB", +"1 c #FDFDFD", +/* pixels */ +"::::::::::::::::::::::::", +"************************", +"************************", +"************************", +"************************", +"*********=*%%*=*********", +"*******=&-><<>;&=*******", +"******=&,111111>&=******", +"******&,111oo111,&******", +"*****=-1111 1111-=*****", +"*****&>1111 1111>&*****", +"*****&<11,1 <<11<%*****", +"*****%<1#.@ @.@1<%*****", +"******>1% .$1>******", +"*****=-1<=X X=<1-=*****", +"******&>11,+O>11,&******", +"******=&>111111,&=******", +"*******=&;><<>;&=*******", +"*********=&%%&=*&*******", +"************************", +"************************", +"************************", +"************************", +"************************" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/stick-active.xpm b/themes/Mint-Y-Majestic/xfwm4/stick-active.xpm new file mode 100644 index 0000000..d051f7a --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/stick-active.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *stick_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #939393", +". c gray59", +"X c #989898", +"o c gray62", +"O c #AFAFAF", +"+ c gray70", +"@ c #B4B4B4", +"# c #C1C1C1", +"$ c #C8C8C8", +"% c #CBCBCB", +"& c gray80", +"* c #D2D2D2", +"= c #D5D5D5", +"- c gray85", +"; c #EEEEEE", +/* pixels */ +";;;;;;;;;;;;;;;;;;;;;;;;", +"------------------------", +"------------------------", +"------------------------", +"------------------------", +"--------*+o o@*--------", +"-------#.O%==%O.#-------", +"------#X&------%X#------", +"-----*.&--------%.*-----", +"-----++----------O+-----", +"-----o%----------%o-----", +"----= =----------= -----", +"-----.=----------= -----", +"-----o%=---------%o-----", +"-----@O----------O@-----", +"-----*.%--------&.*-----", +"------#X%------%X#------", +"-------#.O%=*%O.#-------", +"--------*+o. o@=--------", +"------------------------", +"------------------------", +"------------------------", +"------------------------", +"------------------------" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Majestic/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..4031c8d --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/stick-inactive.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char *stick_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 9 1 ", +" c #B7B7B7", +". c gray73", +"X c gray74", +"o c gray78", +"O c #CECECE", +"+ c gray82", +"@ c gray84", +"# c gray85", +"$ c #EEEEEE", +/* pixels */ +"$$$$$$$$$$$$$$$$$$$$$$$$", +"########################", +"########################", +"########################", +"########################", +"########@oX Xo@########", +"#######O.o+#@+o.O#######", +"######O.+@#####+.O######", +"#####@.+########+.@#####", +"#####oo##########oo#####", +"#####.+##########+X#####", +"#####.###########@ #####", +"##### ###########@.#####", +"#####X+##########+X#####", +"#####oo##########oo#####", +"#####@.+########+.@#####", +"######O.+#####@+.O######", +"#######O o+@#+o.O#######", +"########@oX Xo@########", +"########################", +"########################", +"########################", +"########################", +"########################" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Majestic/xfwm4/stick-prelight.xpm new file mode 100644 index 0000000..52a81d0 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/stick-prelight.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char *stick_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 11 1 ", +" c gray70", +". c #B4B4B4", +"X c #B9B9B9", +"o c #C3C3C3", +"O c LightGray", +"+ c gray85", +"@ c gray87", +"# c gray88", +"$ c #EEEEEE", +"% c gray96", +"& c #FDFDFD", +/* pixels */ +"$$$$$$$$$$$$$$$$$$$$$$$$", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++OX . XO++++++++", +"+++++++o.X@%%+X o+++++++", +"++++++o #&&&&&&@.o++++++", +"+++++O.#&&&&&&&&@.O+++++", +"+++++XX&&&&&&&&&&XX+++++", +"+++++ +&&&&&&&&&&+ +++++", +"+++++.%&&&&&&&&&&%.+++++", +"+++++.%&&&&&&&&&&%.+++++", +"+++++ @&&&&&&&&&&+ +++++", +"+++++XX&&&&&&&&&&XX+++++", +"+++++O.@&&&&&&&&@.O+++++", +"++++++o.@&&&&&&@.o++++++", +"+++++++o X+%%+X.o+++++++", +"++++++++OX ...XO++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Majestic/xfwm4/stick-toggled-active.xpm new file mode 100644 index 0000000..6e61192 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char *stick_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 18 1 ", +" c #909090", +". c #939393", +"X c gray59", +"o c #989898", +"O c gray62", +"+ c #A7A7A7", +"@ c gray66", +"# c #AFAFAF", +"$ c gray70", +"% c #B4B4B4", +"& c #C1C1C1", +"* c #C8C8C8", +"= c #CBCBCB", +"- c gray80", +"; c #D2D2D2", +": c #D5D5D5", +"> c gray85", +", c #EEEEEE", +/* pixels */ +",,,,,,,,,,,,,,,,,,,,,,,,", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>;$O..O%;>>>>>>>>", +">>>>>>>&X#=::=#X&>>>>>>>", +">>>>>>&o->>>>>>=o&>>>>>>", +">>>>>;X->;+X.+=>=X;>>>>>", +">>>>>$$>-X .;>#$>>>>>", +">>>>>O=:@ .+>=O>>>>>", +">>>>>.:>X. .>:.>>>>>", +">>>>>X:>. X>:X>>>>>", +">>>>>O=>+ +:=O>>>>>", +">>>>>%$>=X. .X;>#%>>>>>", +">>>>:;X->-+..+;:=X:>>>>>", +">>>>>>&X=>>>>>:-o&>>>>>>", +">>>>>>>&X#=:;=$X&>>>>>>>", +">>>>>>>>:$O..O%;>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Majestic/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 0000000..e9fdd0e --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char *stick_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 11 1 ", +" c #B6B6B6", +". c #B7B7B7", +"X c gray73", +"o c gray74", +"O c #C1C1C1", +"+ c gray78", +"@ c #CECECE", +"# c gray82", +"$ c gray84", +"% c gray85", +"& c #EEEEEE", +/* pixels */ +"&&&&&&&&&&&&&&&&&&&&&&&&", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%$+o..o+$%%%%%%%%", +"%%%%%%%@X+#%$#+X@%%%%%%%", +"%%%%%%@X#$%%%%%#X@%%%%%%", +"%%%%%$X#%$XX.o$%#X$%%%%%", +"%%%%%++%$X.....$%++%%%%%", +"%%%%%X#%O......O%#o%%%%%", +"%%%%%X%%........%$.%%%%%", +"%%%%%.%%. ... .%$X%%%%%", +"%%%%%o#%X......o%#o%%%%%", +"%%%%%++%$......#%++%%%%%", +"%%%%%$.#%$OX.O$%#X$%%%%%", +"%%%%%%@X#%%%%%$#X@%%%%%%", +"%%%%%%%@.+#$%#+X@%%%%%%%", +"%%%%%%%%$+o..o+$%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Majestic/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 0000000..417902c --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *stick_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c gray48", +". c #838383", +"X c gray64", +"o c #A4A4A4", +"O c gray70", +"+ c #B4B4B4", +"@ c #B9B9B9", +"# c #C3C3C3", +"$ c LightGray", +"% c gray85", +"& c gray87", +"* c gray88", +"= c #E9E9E9", +"- c #EEEEEE", +"; c #F3F3F3", +": c gray96", +"> c #FDFDFD", +/* pixels */ +"------------------------", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%$@OO+O@$%%%%%%%%", +"%%%%%%%#+@&::%@O#%%%%%%%", +"%%%%%%#O*>>>>>>&+#%%%%%%", +"%%%%%$+&>-X. o=>&+$%%%%%", +"%%%%%@@>-. .;>@@%%%%%", +"%%%%%O&>o o>%O%%%%%", +"%%%%%O:>. .>:+%%%%%", +"%%%%%+:>. .>:+%%%%%", +"%%%%%+&>X o>%O%%%%%", +"%%%%%@+>=. .->@@%%%%%", +"%%%%%$+&>-X..o->&+$%%%%%", +"%%%%%%#O&>>>>>>&+#%%%%%%", +"%%%%%%%#O@%::%@+#%%%%%%%", +"%%%%%%%%$@O+++@$%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%" +}; diff --git a/themes/Mint-Y-Majestic/xfwm4/themerc b/themes/Mint-Y-Majestic/xfwm4/themerc new file mode 100644 index 0000000..4e3833f --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/themerc @@ -0,0 +1,25 @@ +button_offset=7 +button_spacing=4 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +#button_layout=O|HMC + +active_text_color=#787878 +#active_text_shadow_color=#e7e8eb +inactive_text_color=#9d9d9d +#inactive_text_shadow_color=#e7e8eb + +#placement_ratio=20 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=50 + +show_frame_shadow=true +show_popup_shadow=true diff --git a/themes/Mint-Y-Majestic/xfwm4/title-1-active-shaded.xpm b/themes/Mint-Y-Majestic/xfwm4/title-1-active-shaded.xpm new file mode 100644 index 0000000..662295d --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/title-1-active-shaded.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_shaded_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEFF1", +"+ c #E7E8EB", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Majestic/xfwm4/title-1-active.xpm b/themes/Mint-Y-Majestic/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..209bb16 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Majestic/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Majestic/xfwm4/title-1-inactive.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Majestic/xfwm4/title-2-active.xpm b/themes/Mint-Y-Majestic/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..a3cfe4a --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/title-2-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Majestic/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Majestic/xfwm4/title-2-inactive.xpm new file mode 120000 index 0000000..a37458a --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Majestic/xfwm4/title-3-active.xpm b/themes/Mint-Y-Majestic/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..f9df553 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/title-3-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Majestic/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Majestic/xfwm4/title-3-inactive.xpm new file mode 120000 index 0000000..66e6af7 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Majestic/xfwm4/title-4-active.xpm b/themes/Mint-Y-Majestic/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..87e3fb4 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Majestic/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Majestic/xfwm4/title-4-inactive.xpm new file mode 120000 index 0000000..069dba6 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Majestic/xfwm4/title-5-active.xpm b/themes/Mint-Y-Majestic/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..48bee41 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Majestic/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Majestic/xfwm4/title-5-inactive.xpm new file mode 120000 index 0000000..dcc7946 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Majestic/xfwm4/top-left-active-shaded.xpm b/themes/Mint-Y-Majestic/xfwm4/top-left-active-shaded.xpm new file mode 100644 index 0000000..47dc7df --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/top-left-active-shaded.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_left_active_shaded_xpm[] = { +"5 24 5 1", +" c None", +". c #ECEDF0", +"+ c #EEEFF1", +"@ c #E8E9EB", +"# c #E7E8EB", +" .+++", +".@###", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####"}; diff --git a/themes/Mint-Y-Majestic/xfwm4/top-left-active.xpm b/themes/Mint-Y-Majestic/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..ef737a9 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/top-left-active.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"5 24 7 1", +" c None", +". c #ECEDF0", +"+ c #EEEFF1", +"@ c #DFDFE0", +"# c #DADADA", +"$ c #D9D9D9", +"% c #BFBFBF", +" .+++", +".@#$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$"}; diff --git a/themes/Mint-Y-Majestic/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Majestic/xfwm4/top-left-inactive.xpm new file mode 120000 index 0000000..0517526 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Majestic/xfwm4/top-right-active-shaded.xpm b/themes/Mint-Y-Majestic/xfwm4/top-right-active-shaded.xpm new file mode 100644 index 0000000..4920284 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/top-right-active-shaded.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_right_active_shaded_xpm[] = { +"5 24 5 1", +" c None", +". c #EEEFF1", +"+ c #ECEDF0", +"@ c #E7E8EB", +"# c #E8E9EB", +"...+ ", +"@@@#+", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@"}; diff --git a/themes/Mint-Y-Majestic/xfwm4/top-right-active.xpm b/themes/Mint-Y-Majestic/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..5b57971 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/top-right-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"5 24 5 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"@ c #DFDFE0", +"# c #BFBFBF", +".... ", +"+++@.", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#"}; diff --git a/themes/Mint-Y-Majestic/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Majestic/xfwm4/top-right-inactive.xpm new file mode 120000 index 0000000..42cae62 --- /dev/null +++ b/themes/Mint-Y-Majestic/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm \ No newline at end of file From 9e99a8eee7e0c8d7a0b321a673bb589d6b51ef5b Mon Sep 17 00:00:00 2001 From: Erik Dubois <erik.dubois@gmail.com> Date: Sun, 9 Oct 2016 20:07:52 +0200 Subject: [PATCH 11/16] Commit comment : on Sun Oct 9 20:07:52 CEST 2016 --- README.md | 8 + themes/Mint-Y-Dark-Moka/cinnamon/cinnamon.css | 1368 ++++++ .../common-assets/menu/menu-separator.svg | 60 + .../misc/add-workspace-active.svg | 117 + .../misc/add-workspace-hover.svg | 117 + .../common-assets/misc/add-workspace.svg | 117 + .../cinnamon/common-assets/misc/bg.svg | 127 + .../misc/calendar-arrow-left-hover.svg | 152 + .../misc/calendar-arrow-left.svg | 152 + .../misc/calendar-arrow-right-hover.svg | 152 + .../misc/calendar-arrow-right.svg | 152 + .../common-assets/misc/close-active.svg | 100 + .../common-assets/misc/close-hover.svg | 100 + .../cinnamon/common-assets/misc/close.svg | 100 + .../common-assets/misc/corner-ripple.svg | 122 + .../common-assets/misc/desklet-header.svg | 158 + .../cinnamon/common-assets/misc/desklet.svg | 152 + .../cinnamon/common-assets/misc/osd.svg | 127 + .../common-assets/misc/overview-hover.png | Bin 0 -> 838 bytes .../cinnamon/common-assets/misc/overview.png | Bin 0 -> 680 bytes .../common-assets/misc/trash-icon.svg | 97 + .../common-assets/panel/activities-active.svg | 158 + .../common-assets/panel/activities.svg | 158 + .../common-assets/panel/panel-bottom.svg | 84 + .../common-assets/panel/panel-top.svg | 80 + .../panel/window-list-active-bottom.svg | 142 + .../panel/window-list-active-top.svg | 142 + .../checkbox/checkbox-checked-focused.svg | 195 + .../dark-assets/checkbox/checkbox-checked.svg | 195 + .../checkbox/checkbox-unchecked-focused.svg | 141 + .../checkbox/checkbox-unchecked.svg | 141 + .../cinnamon/dark-assets/menu/menu-hover.svg | 97 + .../cinnamon/dark-assets/menu/menu.svg | 127 + .../cinnamon/dark-assets/menu/submenu.svg | 117 + .../cinnamon/dark-assets/misc/button-box.svg | 101 + .../cinnamon/dark-assets/misc/message.svg | 81 + .../cinnamon/dark-assets/misc/modal.svg | 143 + .../dark-assets/switch/switch-off.svg | 201 + .../cinnamon/dark-assets/switch/switch-on.svg | 220 + .../cinnamon/menu/menu-separator.svg | 60 + .../cinnamon/misc/add-workspace-active.svg | 117 + .../cinnamon/misc/add-workspace-hover.svg | 117 + .../cinnamon/misc/add-workspace.svg | 117 + themes/Mint-Y-Dark-Moka/cinnamon/misc/bg.svg | 127 + .../misc/calendar-arrow-left-hover.svg | 152 + .../cinnamon/misc/calendar-arrow-left.svg | 152 + .../misc/calendar-arrow-right-hover.svg | 152 + .../cinnamon/misc/calendar-arrow-right.svg | 152 + .../cinnamon/misc/close-active.svg | 100 + .../cinnamon/misc/close-hover.svg | 100 + .../Mint-Y-Dark-Moka/cinnamon/misc/close.svg | 100 + .../cinnamon/misc/corner-ripple-ltr.svg | 125 + .../cinnamon/misc/corner-ripple-rtl.svg | 83 + .../cinnamon/misc/desklet-header.svg | 158 + .../cinnamon/misc/desklet.svg | 152 + themes/Mint-Y-Dark-Moka/cinnamon/misc/osd.svg | 127 + .../cinnamon/misc/overview-hover.png | Bin 0 -> 838 bytes .../cinnamon/misc/overview.png | Bin 0 -> 680 bytes .../cinnamon/misc/trash-icon.svg | 97 + .../cinnamon/panel/activities-active.svg | 158 + .../cinnamon/panel/activities.svg | 158 + .../cinnamon/panel/panel-bottom.svg | 84 + .../cinnamon/panel/panel-top.svg | 80 + .../panel/window-list-active-bottom.svg | 142 + .../cinnamon/panel/window-list-active-top.svg | 142 + .../Mint-Y-Dark-Moka/cinnamon/thumbnail.png | Bin 0 -> 31016 bytes themes/Mint-Y-Dark-Moka/gtk-2.0/apps.rc | 45 + .../gtk-2.0/assets/arrow-down-insens.png | Bin 0 -> 220 bytes .../gtk-2.0/assets/arrow-down-prelight.png | Bin 0 -> 218 bytes .../assets/arrow-down-small-insens.png | Bin 0 -> 203 bytes .../assets/arrow-down-small-prelight.png | Bin 0 -> 207 bytes .../gtk-2.0/assets/arrow-down-small.png | Bin 0 -> 276 bytes .../gtk-2.0/assets/arrow-down.png | Bin 0 -> 306 bytes .../gtk-2.0/assets/arrow-left-insens.png | Bin 0 -> 222 bytes .../gtk-2.0/assets/arrow-left-prelight.png | Bin 0 -> 221 bytes .../gtk-2.0/assets/arrow-left.png | Bin 0 -> 307 bytes .../gtk-2.0/assets/arrow-right-insens.png | Bin 0 -> 213 bytes .../gtk-2.0/assets/arrow-right-prelight.png | Bin 0 -> 215 bytes .../gtk-2.0/assets/arrow-right.png | Bin 0 -> 304 bytes .../gtk-2.0/assets/arrow-up-insens.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/arrow-up-prelight.png | Bin 0 -> 218 bytes .../gtk-2.0/assets/arrow-up-small-insens.png | Bin 0 -> 204 bytes .../assets/arrow-up-small-prelight.png | Bin 0 -> 210 bytes .../gtk-2.0/assets/arrow-up-small.png | Bin 0 -> 278 bytes .../gtk-2.0/assets/arrow-up.png | Bin 0 -> 312 bytes .../gtk-2.0/assets/button-active.png | Bin 0 -> 266 bytes .../gtk-2.0/assets/button-hover.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/button-insensitive.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/button.png | Bin 0 -> 252 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 371 bytes .../gtk-2.0/assets/checkbox-checked.png | Bin 0 -> 366 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/checkbox-unchecked.png | Bin 0 -> 256 bytes .../assets/combo-entry-button-active-rtl.png | Bin 0 -> 237 bytes .../assets/combo-entry-button-active.png | Bin 0 -> 222 bytes .../combo-entry-button-insensitive-rtl.png | Bin 0 -> 234 bytes .../assets/combo-entry-button-insensitive.png | Bin 0 -> 232 bytes .../gtk-2.0/assets/combo-entry-button-rtl.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/combo-entry-button.png | Bin 0 -> 231 bytes .../assets/combo-entry-focus-notebook-rtl.png | Bin 0 -> 271 bytes .../assets/combo-entry-focus-notebook.png | Bin 0 -> 254 bytes .../gtk-2.0/assets/combo-entry-focus-rtl.png | Bin 0 -> 262 bytes .../gtk-2.0/assets/combo-entry-focus.png | Bin 0 -> 250 bytes .../combo-entry-insensitive-notebook-rtl.png | Bin 0 -> 223 bytes .../combo-entry-insensitive-notebook.png | Bin 0 -> 210 bytes .../assets/combo-entry-insensitive-rtl.png | Bin 0 -> 210 bytes .../assets/combo-entry-insensitive.png | Bin 0 -> 204 bytes .../assets/combo-entry-notebook-rtl.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/combo-entry-notebook.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/combo-entry-rtl.png | Bin 0 -> 256 bytes .../gtk-2.0/assets/combo-entry.png | Bin 0 -> 240 bytes .../assets/down-background-disable-rtl.png | Bin 0 -> 200 bytes .../assets/down-background-disable.png | Bin 0 -> 199 bytes .../gtk-2.0/assets/down-background-rtl.png | Bin 0 -> 200 bytes .../gtk-2.0/assets/down-background.png | Bin 0 -> 199 bytes .../assets/entry-border-active-bg-solid.png | Bin 0 -> 293 bytes .../gtk-2.0/assets/entry-border-active-bg.png | Bin 0 -> 296 bytes .../gtk-2.0/assets/entry-border-bg-solid.png | Bin 0 -> 226 bytes .../gtk-2.0/assets/entry-border-bg.png | Bin 0 -> 271 bytes .../assets/entry-border-disabled-bg.png | Bin 0 -> 226 bytes .../gtk-2.0/assets/entry-border-fill.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/focus-line.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/frame-gap-end.png | Bin 0 -> 139 bytes .../gtk-2.0/assets/frame-gap-start.png | Bin 0 -> 139 bytes .../Mint-Y-Dark-Moka/gtk-2.0/assets/frame.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/handle-h.png | Bin 0 -> 160 bytes .../gtk-2.0/assets/handle-v.png | Bin 0 -> 157 bytes .../gtk-2.0/assets/inline-toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/line-h.png | Bin 0 -> 151 bytes .../gtk-2.0/assets/line-v.png | Bin 0 -> 151 bytes .../gtk-2.0/assets/menu-arrow-prelight.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/menu-arrow.png | Bin 0 -> 238 bytes .../menu-checkbox-checked-insensitive.png | Bin 0 -> 355 bytes .../gtk-2.0/assets/menu-checkbox-checked.png | Bin 0 -> 330 bytes .../menu-checkbox-unchecked-insensitive.png | Bin 0 -> 223 bytes .../assets/menu-checkbox-unchecked.png | Bin 0 -> 230 bytes .../assets/menu-radio-checked-insensitive.png | Bin 0 -> 386 bytes .../gtk-2.0/assets/menu-radio-checked.png | Bin 0 -> 388 bytes .../menu-radio-unchecked-insensitive.png | Bin 0 -> 411 bytes .../gtk-2.0/assets/menu-radio-unchecked.png | Bin 0 -> 314 bytes .../gtk-2.0/assets/menubar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/menubar_button.png | Bin 0 -> 156 bytes .../gtk-2.0/assets/menuitem.png | Bin 0 -> 177 bytes .../Mint-Y-Dark-Moka/gtk-2.0/assets/minus.png | Bin 0 -> 267 bytes .../notebook-entry-border-active-bg.png | Bin 0 -> 296 bytes .../assets/notebook-entry-border-bg.png | Bin 0 -> 263 bytes .../notebook-entry-border-disabled-bg.png | Bin 0 -> 233 bytes .../gtk-2.0/assets/notebook-gap-horiz.png | Bin 0 -> 159 bytes .../gtk-2.0/assets/notebook-gap-vert.png | Bin 0 -> 155 bytes .../gtk-2.0/assets/notebook.png | Bin 0 -> 165 bytes .../Mint-Y-Dark-Moka/gtk-2.0/assets/null.png | Bin 0 -> 148 bytes .../Mint-Y-Dark-Moka/gtk-2.0/assets/plus.png | Bin 0 -> 255 bytes .../gtk-2.0/assets/progressbar.png | Bin 0 -> 267 bytes .../gtk-2.0/assets/progressbar_v.png | Bin 0 -> 264 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 399 bytes .../gtk-2.0/assets/radio-checked.png | Bin 0 -> 371 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 350 bytes .../gtk-2.0/assets/radio-unchecked.png | Bin 0 -> 395 bytes .../gtk-2.0/assets/slider-horiz-active.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-insens.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-prelight.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-insensitive.png | Bin 0 -> 375 bytes .../gtk-2.0/assets/slider-prelight.png | Bin 0 -> 383 bytes .../gtk-2.0/assets/slider-vert-active.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-insens.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-prelight.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider.png | Bin 0 -> 407 bytes .../gtk-2.0/assets/tab-bottom-active.png | Bin 0 -> 166 bytes .../gtk-2.0/assets/tab-left-active.png | Bin 0 -> 167 bytes .../gtk-2.0/assets/tab-right-active.png | Bin 0 -> 168 bytes .../gtk-2.0/assets/tab-top-active.png | Bin 0 -> 166 bytes .../assets/toolbar-entry-border-active-bg.png | Bin 0 -> 296 bytes .../assets/toolbar-entry-border-bg.png | Bin 0 -> 254 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 216 bytes .../gtk-2.0/assets/toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/tree_header.png | Bin 0 -> 164 bytes .../assets/trough-horizontal-active.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-horizontal.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-progressbar.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/trough-progressbar_v.png | Bin 0 -> 276 bytes .../gtk-2.0/assets/trough-scrollbar-horiz.png | Bin 0 -> 164 bytes .../gtk-2.0/assets/trough-scrollbar-vert.png | Bin 0 -> 161 bytes .../gtk-2.0/assets/trough-vertical-active.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/trough-vertical.png | Bin 0 -> 257 bytes .../assets/up-background-disable-rtl.png | Bin 0 -> 201 bytes .../gtk-2.0/assets/up-background-disable.png | Bin 0 -> 212 bytes .../gtk-2.0/assets/up-background-rtl.png | Bin 0 -> 204 bytes .../gtk-2.0/assets/up-background.png | Bin 0 -> 212 bytes themes/Mint-Y-Dark-Moka/gtk-2.0/gtkrc | 10 + themes/Mint-Y-Dark-Moka/gtk-2.0/main.rc | 2441 +++++++++++ .../gtk-2.0/menubar-toolbar/button-active.png | Bin 0 -> 293 bytes .../gtk-2.0/menubar-toolbar/button-hover.png | Bin 0 -> 310 bytes .../menubar-toolbar/button-insensitive.png | Bin 0 -> 289 bytes .../gtk-2.0/menubar-toolbar/button.png | Bin 0 -> 306 bytes .../gtk-2.0/menubar-toolbar/menubar-dark.png | Bin 0 -> 181 bytes .../menubar-toolbar/menubar-toolbar-dark.rc | 222 + .../menubar-toolbar/menubar-toolbar.rc | 166 + .../gtk-2.0/menubar-toolbar/menubar.png | Bin 0 -> 165 bytes .../menubar-toolbar/menubar_button-dark.png | Bin 0 -> 164 bytes .../menubar-toolbar/menubar_button.png | Bin 0 -> 164 bytes .../toolbar-entry-border-active-bg-dark.png | Bin 0 -> 413 bytes .../toolbar-entry-border-active-bg.png | Bin 0 -> 406 bytes .../toolbar-entry-border-bg-dark.png | Bin 0 -> 322 bytes .../toolbar-entry-border-bg.png | Bin 0 -> 335 bytes .../toolbar-entry-border-disabled-bg-dark.png | Bin 0 -> 276 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 310 bytes themes/Mint-Y-Dark-Moka/gtk-2.0/panel.rc | 153 + .../gtk-3.0/assets/checkbox-checked-dark.png | Bin 0 -> 360 bytes .../assets/checkbox-checked-dark@2.png | Bin 0 -> 483 bytes .../checkbox-checked-insensitive-dark.png | Bin 0 -> 387 bytes .../checkbox-checked-insensitive-dark@2.png | Bin 0 -> 500 bytes .../checkbox-checked-insensitive-selected.png | Bin 0 -> 331 bytes ...heckbox-checked-insensitive-selected@2.png | Bin 0 -> 444 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 339 bytes .../assets/checkbox-checked-insensitive@2.png | Bin 0 -> 434 bytes .../assets/checkbox-checked-selected.png | Bin 0 -> 346 bytes .../assets/checkbox-checked-selected@2.png | Bin 0 -> 444 bytes .../checkbox-checked-selectionmode-dark.png | Bin 0 -> 478 bytes .../checkbox-checked-selectionmode-dark@2.png | Bin 0 -> 670 bytes .../assets/checkbox-checked-selectionmode.png | Bin 0 -> 428 bytes .../checkbox-checked-selectionmode@2.png | Bin 0 -> 600 bytes .../gtk-3.0/assets/checkbox-checked.png | Bin 0 -> 337 bytes .../gtk-3.0/assets/checkbox-checked@2.png | Bin 0 -> 434 bytes .../gtk-3.0/assets/checkbox-mixed-dark.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed-dark@2.png | Bin 0 -> 294 bytes .../checkbox-mixed-insensitive-dark.png | Bin 0 -> 237 bytes .../checkbox-mixed-insensitive-dark@2.png | Bin 0 -> 292 bytes .../checkbox-mixed-insensitive-selected.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-selected@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-insensitive.png | Bin 0 -> 237 bytes .../assets/checkbox-mixed-insensitive@2.png | Bin 0 -> 292 bytes .../assets/checkbox-mixed-selected.png | Bin 0 -> 232 bytes .../assets/checkbox-mixed-selected@2.png | Bin 0 -> 294 bytes .../gtk-3.0/assets/checkbox-mixed.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed@2.png | Bin 0 -> 294 bytes .../assets/checkbox-selectionmode-dark.png | Bin 0 -> 477 bytes .../assets/checkbox-selectionmode-dark@2.png | Bin 0 -> 675 bytes .../gtk-3.0/assets/checkbox-selectionmode.png | Bin 0 -> 407 bytes .../assets/checkbox-selectionmode@2.png | Bin 0 -> 615 bytes .../assets/checkbox-unchecked-dark.png | Bin 0 -> 264 bytes .../assets/checkbox-unchecked-dark@2.png | Bin 0 -> 345 bytes .../checkbox-unchecked-insensitive-dark.png | Bin 0 -> 262 bytes .../checkbox-unchecked-insensitive-dark@2.png | Bin 0 -> 330 bytes ...heckbox-unchecked-insensitive-selected.png | Bin 0 -> 244 bytes ...ckbox-unchecked-insensitive-selected@2.png | Bin 0 -> 312 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 258 bytes .../checkbox-unchecked-insensitive@2.png | Bin 0 -> 336 bytes .../assets/checkbox-unchecked-selected.png | Bin 0 -> 252 bytes .../assets/checkbox-unchecked-selected@2.png | Bin 0 -> 337 bytes .../gtk-3.0/assets/checkbox-unchecked.png | Bin 0 -> 260 bytes .../gtk-3.0/assets/checkbox-unchecked@2.png | Bin 0 -> 351 bytes .../assets/pane-separator-vertical.png | Bin 0 -> 172 bytes .../assets/pane-separator-vertical@2.png | Bin 0 -> 194 bytes .../gtk-3.0/assets/pane-separator.png | Bin 0 -> 176 bytes .../gtk-3.0/assets/pane-separator@2.png | Bin 0 -> 201 bytes .../gtk-3.0/assets/radio-checked-dark.png | Bin 0 -> 375 bytes .../gtk-3.0/assets/radio-checked-dark@2.png | Bin 0 -> 644 bytes .../assets/radio-checked-insensitive-dark.png | Bin 0 -> 377 bytes .../radio-checked-insensitive-dark@2.png | Bin 0 -> 646 bytes .../radio-checked-insensitive-selected.png | Bin 0 -> 341 bytes .../radio-checked-insensitive-selected@2.png | Bin 0 -> 561 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 363 bytes .../assets/radio-checked-insensitive@2.png | Bin 0 -> 599 bytes .../gtk-3.0/assets/radio-checked-selected.png | Bin 0 -> 367 bytes .../assets/radio-checked-selected@2.png | Bin 0 -> 620 bytes .../gtk-3.0/assets/radio-checked.png | Bin 0 -> 367 bytes .../gtk-3.0/assets/radio-checked@2.png | Bin 0 -> 620 bytes .../gtk-3.0/assets/radio-mixed-dark.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed-dark@2.png | Bin 0 -> 546 bytes .../assets/radio-mixed-insensitive-dark.png | Bin 0 -> 339 bytes .../assets/radio-mixed-insensitive-dark@2.png | Bin 0 -> 533 bytes .../radio-mixed-insensitive-selected.png | Bin 0 -> 319 bytes .../radio-mixed-insensitive-selected@2.png | Bin 0 -> 481 bytes .../assets/radio-mixed-insensitive.png | Bin 0 -> 339 bytes .../assets/radio-mixed-insensitive@2.png | Bin 0 -> 533 bytes .../gtk-3.0/assets/radio-mixed-selected.png | Bin 0 -> 313 bytes .../gtk-3.0/assets/radio-mixed-selected@2.png | Bin 0 -> 516 bytes .../gtk-3.0/assets/radio-mixed.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed@2.png | Bin 0 -> 546 bytes .../gtk-3.0/assets/radio-unchecked-dark.png | Bin 0 -> 426 bytes .../gtk-3.0/assets/radio-unchecked-dark@2.png | Bin 0 -> 742 bytes .../radio-unchecked-insensitive-dark.png | Bin 0 -> 410 bytes .../radio-unchecked-insensitive-dark@2.png | Bin 0 -> 673 bytes .../radio-unchecked-insensitive-selected.png | Bin 0 -> 333 bytes ...radio-unchecked-insensitive-selected@2.png | Bin 0 -> 575 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 395 bytes .../assets/radio-unchecked-insensitive@2.png | Bin 0 -> 657 bytes .../assets/radio-unchecked-selected.png | Bin 0 -> 356 bytes .../assets/radio-unchecked-selected@2.png | Bin 0 -> 708 bytes .../gtk-3.0/assets/radio-unchecked.png | Bin 0 -> 410 bytes .../gtk-3.0/assets/radio-unchecked@2.png | Bin 0 -> 716 bytes .../gtk-3.0/assets/switch-active-dark.png | Bin 0 -> 811 bytes .../gtk-3.0/assets/switch-active-dark@2.png | Bin 0 -> 1473 bytes .../assets/switch-active-header-dark.png | Bin 0 -> 813 bytes .../assets/switch-active-header-dark@2.png | Bin 0 -> 1459 bytes .../gtk-3.0/assets/switch-active-header.png | Bin 0 -> 737 bytes .../gtk-3.0/assets/switch-active-header@2.png | Bin 0 -> 1273 bytes .../assets/switch-active-insensitive-dark.png | Bin 0 -> 855 bytes .../switch-active-insensitive-dark@2.png | Bin 0 -> 1521 bytes .../switch-active-insensitive-header-dark.png | Bin 0 -> 849 bytes ...witch-active-insensitive-header-dark@2.png | Bin 0 -> 1464 bytes .../switch-active-insensitive-header.png | Bin 0 -> 732 bytes .../switch-active-insensitive-header@2.png | Bin 0 -> 1228 bytes .../switch-active-insensitive-selected.png | Bin 0 -> 664 bytes .../switch-active-insensitive-selected@2.png | Bin 0 -> 1140 bytes .../assets/switch-active-insensitive.png | Bin 0 -> 732 bytes .../assets/switch-active-insensitive@2.png | Bin 0 -> 1228 bytes .../gtk-3.0/assets/switch-active-selected.png | Bin 0 -> 733 bytes .../assets/switch-active-selected@2.png | Bin 0 -> 1283 bytes .../gtk-3.0/assets/switch-active.png | Bin 0 -> 737 bytes .../gtk-3.0/assets/switch-active@2.png | Bin 0 -> 1273 bytes .../gtk-3.0/assets/switch-dark.png | Bin 0 -> 728 bytes .../gtk-3.0/assets/switch-dark@2.png | Bin 0 -> 1266 bytes .../gtk-3.0/assets/switch-header-dark.png | Bin 0 -> 742 bytes .../gtk-3.0/assets/switch-header-dark@2.png | Bin 0 -> 1291 bytes .../gtk-3.0/assets/switch-header.png | Bin 0 -> 781 bytes .../gtk-3.0/assets/switch-header@2.png | Bin 0 -> 1343 bytes .../assets/switch-insensitive-dark.png | Bin 0 -> 667 bytes .../assets/switch-insensitive-dark@2.png | Bin 0 -> 1159 bytes .../assets/switch-insensitive-header-dark.png | Bin 0 -> 662 bytes .../switch-insensitive-header-dark@2.png | Bin 0 -> 1147 bytes .../assets/switch-insensitive-header.png | Bin 0 -> 687 bytes .../assets/switch-insensitive-header@2.png | Bin 0 -> 1177 bytes .../assets/switch-insensitive-selected.png | Bin 0 -> 644 bytes .../assets/switch-insensitive-selected@2.png | Bin 0 -> 1081 bytes .../gtk-3.0/assets/switch-insensitive.png | Bin 0 -> 687 bytes .../gtk-3.0/assets/switch-insensitive@2.png | Bin 0 -> 1170 bytes .../gtk-3.0/assets/switch-selected.png | Bin 0 -> 717 bytes .../gtk-3.0/assets/switch-selected@2.png | Bin 0 -> 1216 bytes .../gtk-3.0/assets/switch.png | Bin 0 -> 729 bytes .../gtk-3.0/assets/switch@2.png | Bin 0 -> 1264 bytes .../assets/titlebutton-close-active-dark.png | Bin 0 -> 446 bytes .../titlebutton-close-active-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-active.png | Bin 0 -> 409 bytes .../assets/titlebutton-close-active@2.png | Bin 0 -> 730 bytes .../titlebutton-close-backdrop-dark.png | Bin 0 -> 421 bytes .../titlebutton-close-backdrop-dark@2.png | Bin 0 -> 708 bytes .../assets/titlebutton-close-backdrop.png | Bin 0 -> 438 bytes .../assets/titlebutton-close-backdrop@2.png | Bin 0 -> 748 bytes .../gtk-3.0/assets/titlebutton-close-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-hover-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover.png | Bin 0 -> 463 bytes .../assets/titlebutton-close-hover@2.png | Bin 0 -> 802 bytes .../gtk-3.0/assets/titlebutton-close.png | Bin 0 -> 463 bytes .../gtk-3.0/assets/titlebutton-close@2.png | Bin 0 -> 802 bytes .../assets/titlebutton-max-active-dark.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active-dark@2.png | Bin 0 -> 652 bytes .../gtk-3.0/assets/titlebutton-max-active.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active@2.png | Bin 0 -> 652 bytes .../assets/titlebutton-max-backdrop-dark.png | Bin 0 -> 241 bytes .../titlebutton-max-backdrop-dark@2.png | Bin 0 -> 280 bytes .../assets/titlebutton-max-backdrop.png | Bin 0 -> 241 bytes .../assets/titlebutton-max-backdrop@2.png | Bin 0 -> 289 bytes .../gtk-3.0/assets/titlebutton-max-dark.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max-dark@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-max-hover-dark.png | Bin 0 -> 413 bytes .../assets/titlebutton-max-hover-dark@2.png | Bin 0 -> 807 bytes .../gtk-3.0/assets/titlebutton-max-hover.png | Bin 0 -> 422 bytes .../assets/titlebutton-max-hover@2.png | Bin 0 -> 801 bytes .../gtk-3.0/assets/titlebutton-max.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-min-active-dark.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active-dark@2.png | Bin 0 -> 571 bytes .../gtk-3.0/assets/titlebutton-min-active.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active@2.png | Bin 0 -> 571 bytes .../assets/titlebutton-min-backdrop-dark.png | Bin 0 -> 168 bytes .../titlebutton-min-backdrop-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-backdrop.png | Bin 0 -> 167 bytes .../assets/titlebutton-min-backdrop@2.png | Bin 0 -> 180 bytes .../gtk-3.0/assets/titlebutton-min-dark.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-hover-dark.png | Bin 0 -> 363 bytes .../assets/titlebutton-min-hover-dark@2.png | Bin 0 -> 701 bytes .../gtk-3.0/assets/titlebutton-min-hover.png | Bin 0 -> 368 bytes .../assets/titlebutton-min-hover@2.png | Bin 0 -> 694 bytes .../gtk-3.0/assets/titlebutton-min.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min@2.png | Bin 0 -> 180 bytes themes/Mint-Y-Dark-Moka/gtk-3.0/gtk.css | 3783 +++++++++++++++++ themes/Mint-Y-Dark-Moka/gtk-3.0/thumbnail.png | Bin 0 -> 1506 bytes themes/Mint-Y-Dark-Moka/index.theme | 12 + .../Mint-Y-Dark-Moka/metacity-1/button-bg.svg | 105 + .../metacity-1/button-border.svg | 107 + .../metacity-1/close-icon.svg | 104 + .../Mint-Y-Dark-Moka/metacity-1/max-icon.svg | 75 + .../metacity-1/metacity-theme-2.xml | 768 ++++ .../metacity-1/metacity-theme-3.xml | 1026 +++++ .../Mint-Y-Dark-Moka/metacity-1/min-icon.svg | 75 + .../Mint-Y-Dark-Moka/metacity-1/thumbnail.png | Bin 0 -> 685 bytes themes/Mint-Y-Dark-Moka/xfce-notify-4.0/gtkrc | 72 + .../Mint-Y-Dark-Moka/xfwm4/bottom-active.xpm | 8 + .../xfwm4/bottom-inactive.xpm | 1 + .../xfwm4/bottom-left-active.xpm | 8 + .../xfwm4/bottom-left-inactive.xpm | 1 + .../xfwm4/bottom-right-active.xpm | 8 + .../xfwm4/bottom-right-inactive.xpm | 1 + .../Mint-Y-Dark-Moka/xfwm4/close-active.xpm | 66 + .../Mint-Y-Dark-Moka/xfwm4/close-inactive.xpm | 47 + .../Mint-Y-Dark-Moka/xfwm4/close-prelight.xpm | 68 + .../Mint-Y-Dark-Moka/xfwm4/close-pressed.xpm | 69 + themes/Mint-Y-Dark-Moka/xfwm4/hide-active.xpm | 33 + .../Mint-Y-Dark-Moka/xfwm4/hide-inactive.xpm | 33 + .../Mint-Y-Dark-Moka/xfwm4/hide-prelight.xpm | 40 + .../Mint-Y-Dark-Moka/xfwm4/hide-pressed.xpm | 44 + themes/Mint-Y-Dark-Moka/xfwm4/left-active.xpm | 6 + .../Mint-Y-Dark-Moka/xfwm4/left-inactive.xpm | 1 + .../xfwm4/maximize-active.xpm | 38 + .../xfwm4/maximize-inactive.xpm | 38 + .../xfwm4/maximize-prelight.xpm | 45 + .../xfwm4/maximize-pressed.xpm | 49 + themes/Mint-Y-Dark-Moka/xfwm4/menu-active.xpm | 40 + .../Mint-Y-Dark-Moka/xfwm4/menu-inactive.xpm | 40 + .../Mint-Y-Dark-Moka/xfwm4/menu-prelight.xpm | 49 + .../Mint-Y-Dark-Moka/xfwm4/menu-pressed.xpm | 51 + .../Mint-Y-Dark-Moka/xfwm4/right-active.xpm | 6 + .../Mint-Y-Dark-Moka/xfwm4/right-inactive.xpm | 1 + .../Mint-Y-Dark-Moka/xfwm4/shade-active.xpm | 42 + .../Mint-Y-Dark-Moka/xfwm4/shade-inactive.xpm | 44 + .../Mint-Y-Dark-Moka/xfwm4/shade-prelight.xpm | 51 + .../xfwm4/shade-toggled-active.xpm | 42 + .../xfwm4/shade-toggled-inactive.xpm | 40 + .../xfwm4/shade-toggled-prelight.xpm | 50 + .../Mint-Y-Dark-Moka/xfwm4/stick-active.xpm | 44 + .../Mint-Y-Dark-Moka/xfwm4/stick-inactive.xpm | 44 + .../Mint-Y-Dark-Moka/xfwm4/stick-prelight.xpm | 45 + .../xfwm4/stick-toggled-active.xpm | 49 + .../xfwm4/stick-toggled-inactive.xpm | 46 + .../xfwm4/stick-toggled-prelight.xpm | 49 + themes/Mint-Y-Dark-Moka/xfwm4/themerc | 25 + .../Mint-Y-Dark-Moka/xfwm4/title-1-active.xpm | 30 + .../xfwm4/title-1-inactive.xpm | 1 + .../Mint-Y-Dark-Moka/xfwm4/title-2-active.xpm | 30 + .../xfwm4/title-2-inactive.xpm | 1 + .../Mint-Y-Dark-Moka/xfwm4/title-3-active.xpm | 30 + .../xfwm4/title-3-inactive.xpm | 1 + .../Mint-Y-Dark-Moka/xfwm4/title-4-active.xpm | 30 + .../xfwm4/title-4-inactive.xpm | 1 + .../Mint-Y-Dark-Moka/xfwm4/title-5-active.xpm | 30 + .../xfwm4/title-5-inactive.xpm | 1 + .../xfwm4/top-left-active.xpm | 30 + .../xfwm4/top-left-inactive.xpm | 1 + .../xfwm4/top-right-active.xpm | 30 + .../xfwm4/top-right-inactive.xpm | 1 + themes/Mint-Y-Darker-Moka/gtk-2.0/apps.rc | 45 + .../gtk-2.0/assets/arrow-down-insens.png | Bin 0 -> 218 bytes .../gtk-2.0/assets/arrow-down-prelight.png | Bin 0 -> 219 bytes .../assets/arrow-down-small-insens.png | Bin 0 -> 201 bytes .../assets/arrow-down-small-prelight.png | Bin 0 -> 203 bytes .../gtk-2.0/assets/arrow-down-small.png | Bin 0 -> 280 bytes .../gtk-2.0/assets/arrow-down.png | Bin 0 -> 308 bytes .../gtk-2.0/assets/arrow-left-insens.png | Bin 0 -> 217 bytes .../gtk-2.0/assets/arrow-left-prelight.png | Bin 0 -> 221 bytes .../gtk-2.0/assets/arrow-left.png | Bin 0 -> 316 bytes .../gtk-2.0/assets/arrow-right-insens.png | Bin 0 -> 213 bytes .../gtk-2.0/assets/arrow-right-prelight.png | Bin 0 -> 214 bytes .../gtk-2.0/assets/arrow-right.png | Bin 0 -> 316 bytes .../gtk-2.0/assets/arrow-up-insens.png | Bin 0 -> 216 bytes .../gtk-2.0/assets/arrow-up-prelight.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/arrow-up-small-insens.png | Bin 0 -> 203 bytes .../assets/arrow-up-small-prelight.png | Bin 0 -> 207 bytes .../gtk-2.0/assets/arrow-up-small.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/arrow-up.png | Bin 0 -> 314 bytes .../gtk-2.0/assets/button-active.png | Bin 0 -> 266 bytes .../gtk-2.0/assets/button-hover.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/button-insensitive.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/button.png | Bin 0 -> 252 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 332 bytes .../gtk-2.0/assets/checkbox-checked.png | Bin 0 -> 337 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/checkbox-unchecked.png | Bin 0 -> 262 bytes .../assets/combo-entry-button-active-rtl.png | Bin 0 -> 237 bytes .../assets/combo-entry-button-active.png | Bin 0 -> 232 bytes .../combo-entry-button-insensitive-rtl.png | Bin 0 -> 239 bytes .../assets/combo-entry-button-insensitive.png | Bin 0 -> 235 bytes .../gtk-2.0/assets/combo-entry-button-rtl.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/combo-entry-button.png | Bin 0 -> 231 bytes .../assets/combo-entry-focus-notebook-rtl.png | Bin 0 -> 262 bytes .../assets/combo-entry-focus-notebook.png | Bin 0 -> 242 bytes .../gtk-2.0/assets/combo-entry-focus-rtl.png | Bin 0 -> 262 bytes .../gtk-2.0/assets/combo-entry-focus.png | Bin 0 -> 246 bytes .../combo-entry-insensitive-notebook-rtl.png | Bin 0 -> 208 bytes .../combo-entry-insensitive-notebook.png | Bin 0 -> 206 bytes .../assets/combo-entry-insensitive-rtl.png | Bin 0 -> 214 bytes .../assets/combo-entry-insensitive.png | Bin 0 -> 213 bytes .../assets/combo-entry-notebook-rtl.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/combo-entry-notebook.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/combo-entry-rtl.png | Bin 0 -> 254 bytes .../gtk-2.0/assets/combo-entry.png | Bin 0 -> 243 bytes .../assets/down-background-disable-rtl.png | Bin 0 -> 201 bytes .../assets/down-background-disable.png | Bin 0 -> 201 bytes .../gtk-2.0/assets/down-background-rtl.png | Bin 0 -> 197 bytes .../gtk-2.0/assets/down-background.png | Bin 0 -> 191 bytes .../assets/entry-border-active-bg-solid.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/entry-border-active-bg.png | Bin 0 -> 293 bytes .../gtk-2.0/assets/entry-border-bg-solid.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/entry-border-bg.png | Bin 0 -> 270 bytes .../assets/entry-border-disabled-bg.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/entry-border-fill.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/focus-line.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/frame-gap-end.png | Bin 0 -> 142 bytes .../gtk-2.0/assets/frame-gap-start.png | Bin 0 -> 142 bytes .../gtk-2.0/assets/frame.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/handle-h.png | Bin 0 -> 160 bytes .../gtk-2.0/assets/handle-v.png | Bin 0 -> 157 bytes .../gtk-2.0/assets/inline-toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/line-h.png | Bin 0 -> 152 bytes .../gtk-2.0/assets/line-v.png | Bin 0 -> 152 bytes .../gtk-2.0/assets/menu-arrow-prelight.png | Bin 0 -> 265 bytes .../gtk-2.0/assets/menu-arrow.png | Bin 0 -> 265 bytes .../menu-checkbox-checked-insensitive.png | Bin 0 -> 302 bytes .../gtk-2.0/assets/menu-checkbox-checked.png | Bin 0 -> 317 bytes .../menu-checkbox-unchecked-insensitive.png | Bin 0 -> 234 bytes .../assets/menu-checkbox-unchecked.png | Bin 0 -> 226 bytes .../assets/menu-radio-checked-insensitive.png | Bin 0 -> 366 bytes .../gtk-2.0/assets/menu-radio-checked.png | Bin 0 -> 370 bytes .../menu-radio-unchecked-insensitive.png | Bin 0 -> 420 bytes .../gtk-2.0/assets/menu-radio-unchecked.png | Bin 0 -> 309 bytes .../gtk-2.0/assets/menubar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/menubar_button.png | Bin 0 -> 156 bytes .../gtk-2.0/assets/menuitem.png | Bin 0 -> 176 bytes .../gtk-2.0/assets/minus.png | Bin 0 -> 261 bytes .../notebook-entry-border-active-bg.png | Bin 0 -> 271 bytes .../assets/notebook-entry-border-bg.png | Bin 0 -> 258 bytes .../notebook-entry-border-disabled-bg.png | Bin 0 -> 222 bytes .../gtk-2.0/assets/notebook-gap-horiz.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/notebook-gap-vert.png | Bin 0 -> 155 bytes .../gtk-2.0/assets/notebook.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/null.png | Bin 0 -> 148 bytes .../gtk-2.0/assets/plus.png | Bin 0 -> 249 bytes .../gtk-2.0/assets/progressbar.png | Bin 0 -> 267 bytes .../gtk-2.0/assets/progressbar_v.png | Bin 0 -> 264 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 389 bytes .../gtk-2.0/assets/radio-checked.png | Bin 0 -> 367 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 386 bytes .../gtk-2.0/assets/radio-unchecked.png | Bin 0 -> 404 bytes .../gtk-2.0/assets/slider-horiz-active.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-insens.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-prelight.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-insensitive.png | Bin 0 -> 408 bytes .../gtk-2.0/assets/slider-prelight.png | Bin 0 -> 383 bytes .../gtk-2.0/assets/slider-vert-active.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-insens.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-prelight.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider.png | Bin 0 -> 403 bytes .../gtk-2.0/assets/tab-bottom-active.png | Bin 0 -> 166 bytes .../gtk-2.0/assets/tab-left-active.png | Bin 0 -> 167 bytes .../gtk-2.0/assets/tab-right-active.png | Bin 0 -> 168 bytes .../gtk-2.0/assets/tab-top-active.png | Bin 0 -> 166 bytes .../assets/toolbar-entry-border-active-bg.png | Bin 0 -> 287 bytes .../assets/toolbar-entry-border-bg.png | Bin 0 -> 267 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/tree_header.png | Bin 0 -> 164 bytes .../assets/trough-horizontal-active.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-horizontal.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-progressbar.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/trough-progressbar_v.png | Bin 0 -> 276 bytes .../gtk-2.0/assets/trough-scrollbar-horiz.png | Bin 0 -> 164 bytes .../gtk-2.0/assets/trough-scrollbar-vert.png | Bin 0 -> 162 bytes .../gtk-2.0/assets/trough-vertical-active.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/trough-vertical.png | Bin 0 -> 257 bytes .../assets/up-background-disable-rtl.png | Bin 0 -> 206 bytes .../gtk-2.0/assets/up-background-disable.png | Bin 0 -> 212 bytes .../gtk-2.0/assets/up-background-rtl.png | Bin 0 -> 206 bytes .../gtk-2.0/assets/up-background.png | Bin 0 -> 212 bytes themes/Mint-Y-Darker-Moka/gtk-2.0/gtkrc | 10 + themes/Mint-Y-Darker-Moka/gtk-2.0/main.rc | 2441 +++++++++++ .../gtk-2.0/menubar-toolbar/button-active.png | Bin 0 -> 293 bytes .../gtk-2.0/menubar-toolbar/button-hover.png | Bin 0 -> 310 bytes .../menubar-toolbar/button-insensitive.png | Bin 0 -> 289 bytes .../gtk-2.0/menubar-toolbar/button.png | Bin 0 -> 306 bytes .../gtk-2.0/menubar-toolbar/menubar-dark.png | Bin 0 -> 181 bytes .../menubar-toolbar/menubar-toolbar-dark.rc | 222 + .../menubar-toolbar/menubar-toolbar.rc | 166 + .../gtk-2.0/menubar-toolbar/menubar.png | Bin 0 -> 165 bytes .../menubar-toolbar/menubar_button-dark.png | Bin 0 -> 164 bytes .../menubar-toolbar/menubar_button.png | Bin 0 -> 164 bytes .../toolbar-entry-border-active-bg-dark.png | Bin 0 -> 413 bytes .../toolbar-entry-border-active-bg.png | Bin 0 -> 406 bytes .../toolbar-entry-border-bg-dark.png | Bin 0 -> 322 bytes .../toolbar-entry-border-bg.png | Bin 0 -> 335 bytes .../toolbar-entry-border-disabled-bg-dark.png | Bin 0 -> 276 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 310 bytes themes/Mint-Y-Darker-Moka/gtk-2.0/panel.rc | 153 + .../gtk-3.0/assets/checkbox-checked-dark.png | Bin 0 -> 360 bytes .../assets/checkbox-checked-dark@2.png | Bin 0 -> 483 bytes .../checkbox-checked-insensitive-dark.png | Bin 0 -> 387 bytes .../checkbox-checked-insensitive-dark@2.png | Bin 0 -> 500 bytes .../checkbox-checked-insensitive-selected.png | Bin 0 -> 331 bytes ...heckbox-checked-insensitive-selected@2.png | Bin 0 -> 444 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 339 bytes .../assets/checkbox-checked-insensitive@2.png | Bin 0 -> 434 bytes .../assets/checkbox-checked-selected.png | Bin 0 -> 346 bytes .../assets/checkbox-checked-selected@2.png | Bin 0 -> 444 bytes .../checkbox-checked-selectionmode-dark.png | Bin 0 -> 478 bytes .../checkbox-checked-selectionmode-dark@2.png | Bin 0 -> 670 bytes .../assets/checkbox-checked-selectionmode.png | Bin 0 -> 428 bytes .../checkbox-checked-selectionmode@2.png | Bin 0 -> 600 bytes .../gtk-3.0/assets/checkbox-checked.png | Bin 0 -> 337 bytes .../gtk-3.0/assets/checkbox-checked@2.png | Bin 0 -> 434 bytes .../gtk-3.0/assets/checkbox-mixed-dark.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed-dark@2.png | Bin 0 -> 294 bytes .../checkbox-mixed-insensitive-dark.png | Bin 0 -> 237 bytes .../checkbox-mixed-insensitive-dark@2.png | Bin 0 -> 292 bytes .../checkbox-mixed-insensitive-selected.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-selected@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-insensitive.png | Bin 0 -> 237 bytes .../assets/checkbox-mixed-insensitive@2.png | Bin 0 -> 292 bytes .../assets/checkbox-mixed-selected.png | Bin 0 -> 232 bytes .../assets/checkbox-mixed-selected@2.png | Bin 0 -> 294 bytes .../gtk-3.0/assets/checkbox-mixed.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed@2.png | Bin 0 -> 294 bytes .../assets/checkbox-selectionmode-dark.png | Bin 0 -> 477 bytes .../assets/checkbox-selectionmode-dark@2.png | Bin 0 -> 675 bytes .../gtk-3.0/assets/checkbox-selectionmode.png | Bin 0 -> 407 bytes .../assets/checkbox-selectionmode@2.png | Bin 0 -> 615 bytes .../assets/checkbox-unchecked-dark.png | Bin 0 -> 264 bytes .../assets/checkbox-unchecked-dark@2.png | Bin 0 -> 345 bytes .../checkbox-unchecked-insensitive-dark.png | Bin 0 -> 262 bytes .../checkbox-unchecked-insensitive-dark@2.png | Bin 0 -> 330 bytes ...heckbox-unchecked-insensitive-selected.png | Bin 0 -> 244 bytes ...ckbox-unchecked-insensitive-selected@2.png | Bin 0 -> 312 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 258 bytes .../checkbox-unchecked-insensitive@2.png | Bin 0 -> 336 bytes .../assets/checkbox-unchecked-selected.png | Bin 0 -> 252 bytes .../assets/checkbox-unchecked-selected@2.png | Bin 0 -> 337 bytes .../gtk-3.0/assets/checkbox-unchecked.png | Bin 0 -> 260 bytes .../gtk-3.0/assets/checkbox-unchecked@2.png | Bin 0 -> 351 bytes .../assets/pane-separator-vertical.png | Bin 0 -> 172 bytes .../assets/pane-separator-vertical@2.png | Bin 0 -> 194 bytes .../gtk-3.0/assets/pane-separator.png | Bin 0 -> 176 bytes .../gtk-3.0/assets/pane-separator@2.png | Bin 0 -> 201 bytes .../gtk-3.0/assets/radio-checked-dark.png | Bin 0 -> 375 bytes .../gtk-3.0/assets/radio-checked-dark@2.png | Bin 0 -> 644 bytes .../assets/radio-checked-insensitive-dark.png | Bin 0 -> 377 bytes .../radio-checked-insensitive-dark@2.png | Bin 0 -> 646 bytes .../radio-checked-insensitive-selected.png | Bin 0 -> 341 bytes .../radio-checked-insensitive-selected@2.png | Bin 0 -> 561 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 363 bytes .../assets/radio-checked-insensitive@2.png | Bin 0 -> 599 bytes .../gtk-3.0/assets/radio-checked-selected.png | Bin 0 -> 367 bytes .../assets/radio-checked-selected@2.png | Bin 0 -> 620 bytes .../gtk-3.0/assets/radio-checked.png | Bin 0 -> 367 bytes .../gtk-3.0/assets/radio-checked@2.png | Bin 0 -> 620 bytes .../gtk-3.0/assets/radio-mixed-dark.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed-dark@2.png | Bin 0 -> 546 bytes .../assets/radio-mixed-insensitive-dark.png | Bin 0 -> 339 bytes .../assets/radio-mixed-insensitive-dark@2.png | Bin 0 -> 533 bytes .../radio-mixed-insensitive-selected.png | Bin 0 -> 319 bytes .../radio-mixed-insensitive-selected@2.png | Bin 0 -> 481 bytes .../assets/radio-mixed-insensitive.png | Bin 0 -> 339 bytes .../assets/radio-mixed-insensitive@2.png | Bin 0 -> 533 bytes .../gtk-3.0/assets/radio-mixed-selected.png | Bin 0 -> 313 bytes .../gtk-3.0/assets/radio-mixed-selected@2.png | Bin 0 -> 516 bytes .../gtk-3.0/assets/radio-mixed.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed@2.png | Bin 0 -> 546 bytes .../gtk-3.0/assets/radio-unchecked-dark.png | Bin 0 -> 426 bytes .../gtk-3.0/assets/radio-unchecked-dark@2.png | Bin 0 -> 742 bytes .../radio-unchecked-insensitive-dark.png | Bin 0 -> 410 bytes .../radio-unchecked-insensitive-dark@2.png | Bin 0 -> 673 bytes .../radio-unchecked-insensitive-selected.png | Bin 0 -> 333 bytes ...radio-unchecked-insensitive-selected@2.png | Bin 0 -> 575 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 395 bytes .../assets/radio-unchecked-insensitive@2.png | Bin 0 -> 657 bytes .../assets/radio-unchecked-selected.png | Bin 0 -> 356 bytes .../assets/radio-unchecked-selected@2.png | Bin 0 -> 708 bytes .../gtk-3.0/assets/radio-unchecked.png | Bin 0 -> 410 bytes .../gtk-3.0/assets/radio-unchecked@2.png | Bin 0 -> 716 bytes .../gtk-3.0/assets/switch-active-dark.png | Bin 0 -> 811 bytes .../gtk-3.0/assets/switch-active-dark@2.png | Bin 0 -> 1473 bytes .../assets/switch-active-header-dark.png | Bin 0 -> 813 bytes .../assets/switch-active-header-dark@2.png | Bin 0 -> 1459 bytes .../gtk-3.0/assets/switch-active-header.png | Bin 0 -> 737 bytes .../gtk-3.0/assets/switch-active-header@2.png | Bin 0 -> 1273 bytes .../assets/switch-active-insensitive-dark.png | Bin 0 -> 855 bytes .../switch-active-insensitive-dark@2.png | Bin 0 -> 1521 bytes .../switch-active-insensitive-header-dark.png | Bin 0 -> 849 bytes ...witch-active-insensitive-header-dark@2.png | Bin 0 -> 1464 bytes .../switch-active-insensitive-header.png | Bin 0 -> 732 bytes .../switch-active-insensitive-header@2.png | Bin 0 -> 1228 bytes .../switch-active-insensitive-selected.png | Bin 0 -> 664 bytes .../switch-active-insensitive-selected@2.png | Bin 0 -> 1140 bytes .../assets/switch-active-insensitive.png | Bin 0 -> 732 bytes .../assets/switch-active-insensitive@2.png | Bin 0 -> 1228 bytes .../gtk-3.0/assets/switch-active-selected.png | Bin 0 -> 733 bytes .../assets/switch-active-selected@2.png | Bin 0 -> 1283 bytes .../gtk-3.0/assets/switch-active.png | Bin 0 -> 737 bytes .../gtk-3.0/assets/switch-active@2.png | Bin 0 -> 1273 bytes .../gtk-3.0/assets/switch-dark.png | Bin 0 -> 728 bytes .../gtk-3.0/assets/switch-dark@2.png | Bin 0 -> 1266 bytes .../gtk-3.0/assets/switch-header-dark.png | Bin 0 -> 742 bytes .../gtk-3.0/assets/switch-header-dark@2.png | Bin 0 -> 1291 bytes .../gtk-3.0/assets/switch-header.png | Bin 0 -> 781 bytes .../gtk-3.0/assets/switch-header@2.png | Bin 0 -> 1343 bytes .../assets/switch-insensitive-dark.png | Bin 0 -> 667 bytes .../assets/switch-insensitive-dark@2.png | Bin 0 -> 1159 bytes .../assets/switch-insensitive-header-dark.png | Bin 0 -> 662 bytes .../switch-insensitive-header-dark@2.png | Bin 0 -> 1147 bytes .../assets/switch-insensitive-header.png | Bin 0 -> 687 bytes .../assets/switch-insensitive-header@2.png | Bin 0 -> 1177 bytes .../assets/switch-insensitive-selected.png | Bin 0 -> 644 bytes .../assets/switch-insensitive-selected@2.png | Bin 0 -> 1081 bytes .../gtk-3.0/assets/switch-insensitive.png | Bin 0 -> 687 bytes .../gtk-3.0/assets/switch-insensitive@2.png | Bin 0 -> 1170 bytes .../gtk-3.0/assets/switch-selected.png | Bin 0 -> 717 bytes .../gtk-3.0/assets/switch-selected@2.png | Bin 0 -> 1216 bytes .../gtk-3.0/assets/switch.png | Bin 0 -> 729 bytes .../gtk-3.0/assets/switch@2.png | Bin 0 -> 1264 bytes .../assets/titlebutton-close-active-dark.png | Bin 0 -> 446 bytes .../titlebutton-close-active-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-active.png | Bin 0 -> 409 bytes .../assets/titlebutton-close-active@2.png | Bin 0 -> 730 bytes .../titlebutton-close-backdrop-dark.png | Bin 0 -> 421 bytes .../titlebutton-close-backdrop-dark@2.png | Bin 0 -> 708 bytes .../assets/titlebutton-close-backdrop.png | Bin 0 -> 438 bytes .../assets/titlebutton-close-backdrop@2.png | Bin 0 -> 748 bytes .../gtk-3.0/assets/titlebutton-close-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-hover-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover.png | Bin 0 -> 463 bytes .../assets/titlebutton-close-hover@2.png | Bin 0 -> 802 bytes .../gtk-3.0/assets/titlebutton-close.png | Bin 0 -> 463 bytes .../gtk-3.0/assets/titlebutton-close@2.png | Bin 0 -> 802 bytes .../assets/titlebutton-max-active-dark.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active-dark@2.png | Bin 0 -> 652 bytes .../gtk-3.0/assets/titlebutton-max-active.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active@2.png | Bin 0 -> 652 bytes .../assets/titlebutton-max-backdrop-dark.png | Bin 0 -> 241 bytes .../titlebutton-max-backdrop-dark@2.png | Bin 0 -> 280 bytes .../assets/titlebutton-max-backdrop.png | Bin 0 -> 241 bytes .../assets/titlebutton-max-backdrop@2.png | Bin 0 -> 289 bytes .../gtk-3.0/assets/titlebutton-max-dark.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max-dark@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-max-hover-dark.png | Bin 0 -> 413 bytes .../assets/titlebutton-max-hover-dark@2.png | Bin 0 -> 807 bytes .../gtk-3.0/assets/titlebutton-max-hover.png | Bin 0 -> 422 bytes .../assets/titlebutton-max-hover@2.png | Bin 0 -> 801 bytes .../gtk-3.0/assets/titlebutton-max.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-min-active-dark.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active-dark@2.png | Bin 0 -> 571 bytes .../gtk-3.0/assets/titlebutton-min-active.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active@2.png | Bin 0 -> 571 bytes .../assets/titlebutton-min-backdrop-dark.png | Bin 0 -> 168 bytes .../titlebutton-min-backdrop-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-backdrop.png | Bin 0 -> 167 bytes .../assets/titlebutton-min-backdrop@2.png | Bin 0 -> 180 bytes .../gtk-3.0/assets/titlebutton-min-dark.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-hover-dark.png | Bin 0 -> 363 bytes .../assets/titlebutton-min-hover-dark@2.png | Bin 0 -> 701 bytes .../gtk-3.0/assets/titlebutton-min-hover.png | Bin 0 -> 368 bytes .../assets/titlebutton-min-hover@2.png | Bin 0 -> 694 bytes .../gtk-3.0/assets/titlebutton-min.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min@2.png | Bin 0 -> 180 bytes .../Mint-Y-Darker-Moka/gtk-3.0/gtk-dark.css | 3783 +++++++++++++++++ themes/Mint-Y-Darker-Moka/gtk-3.0/gtk.css | 3777 ++++++++++++++++ .../Mint-Y-Darker-Moka/gtk-3.0/thumbnail.png | Bin 0 -> 1529 bytes themes/Mint-Y-Darker-Moka/index.theme | 12 + .../Mint-Y-Darker-Moka/xfce-notify-4.0/gtkrc | 72 + .../xfwm4/bottom-active.xpm | 8 + .../xfwm4/bottom-inactive.xpm | 1 + .../xfwm4/bottom-left-active.xpm | 8 + .../xfwm4/bottom-left-inactive.xpm | 1 + .../xfwm4/bottom-right-active.xpm | 8 + .../xfwm4/bottom-right-inactive.xpm | 1 + .../Mint-Y-Darker-Moka/xfwm4/close-active.xpm | 66 + .../xfwm4/close-inactive.xpm | 47 + .../xfwm4/close-prelight.xpm | 68 + .../xfwm4/close-pressed.xpm | 69 + .../Mint-Y-Darker-Moka/xfwm4/hide-active.xpm | 33 + .../xfwm4/hide-inactive.xpm | 33 + .../xfwm4/hide-prelight.xpm | 40 + .../Mint-Y-Darker-Moka/xfwm4/hide-pressed.xpm | 44 + .../Mint-Y-Darker-Moka/xfwm4/left-active.xpm | 6 + .../xfwm4/left-inactive.xpm | 1 + .../xfwm4/maximize-active.xpm | 38 + .../xfwm4/maximize-inactive.xpm | 38 + .../xfwm4/maximize-prelight.xpm | 45 + .../xfwm4/maximize-pressed.xpm | 49 + .../Mint-Y-Darker-Moka/xfwm4/menu-active.xpm | 40 + .../xfwm4/menu-inactive.xpm | 40 + .../xfwm4/menu-prelight.xpm | 49 + .../Mint-Y-Darker-Moka/xfwm4/menu-pressed.xpm | 51 + .../Mint-Y-Darker-Moka/xfwm4/right-active.xpm | 6 + .../xfwm4/right-inactive.xpm | 1 + .../Mint-Y-Darker-Moka/xfwm4/shade-active.xpm | 42 + .../xfwm4/shade-inactive.xpm | 44 + .../xfwm4/shade-prelight.xpm | 51 + .../xfwm4/shade-toggled-active.xpm | 42 + .../xfwm4/shade-toggled-inactive.xpm | 40 + .../xfwm4/shade-toggled-prelight.xpm | 50 + .../Mint-Y-Darker-Moka/xfwm4/stick-active.xpm | 44 + .../xfwm4/stick-inactive.xpm | 44 + .../xfwm4/stick-prelight.xpm | 45 + .../xfwm4/stick-toggled-active.xpm | 49 + .../xfwm4/stick-toggled-inactive.xpm | 46 + .../xfwm4/stick-toggled-prelight.xpm | 49 + themes/Mint-Y-Darker-Moka/xfwm4/themerc | 25 + .../xfwm4/title-1-active.xpm | 30 + .../xfwm4/title-1-inactive.xpm | 1 + .../xfwm4/title-2-active.xpm | 30 + .../xfwm4/title-2-inactive.xpm | 1 + .../xfwm4/title-3-active.xpm | 30 + .../xfwm4/title-3-inactive.xpm | 1 + .../xfwm4/title-4-active.xpm | 30 + .../xfwm4/title-4-inactive.xpm | 1 + .../xfwm4/title-5-active.xpm | 30 + .../xfwm4/title-5-inactive.xpm | 1 + .../xfwm4/top-left-active.xpm | 30 + .../xfwm4/top-left-inactive.xpm | 1 + .../xfwm4/top-right-active.xpm | 30 + .../xfwm4/top-right-inactive.xpm | 1 + themes/Mint-Y-Moka/cinnamon/cinnamon.css | 1368 ++++++ .../common-assets/menu/menu-separator.svg | 60 + .../misc/add-workspace-active.svg | 117 + .../misc/add-workspace-hover.svg | 117 + .../common-assets/misc/add-workspace.svg | 117 + .../cinnamon/common-assets/misc/bg.svg | 127 + .../misc/calendar-arrow-left-hover.svg | 152 + .../misc/calendar-arrow-left.svg | 152 + .../misc/calendar-arrow-right-hover.svg | 152 + .../misc/calendar-arrow-right.svg | 152 + .../common-assets/misc/close-active.svg | 100 + .../common-assets/misc/close-hover.svg | 100 + .../cinnamon/common-assets/misc/close.svg | 100 + .../common-assets/misc/corner-ripple.svg | 122 + .../common-assets/misc/desklet-header.svg | 158 + .../cinnamon/common-assets/misc/desklet.svg | 152 + .../cinnamon/common-assets/misc/osd.svg | 127 + .../common-assets/misc/overview-hover.png | Bin 0 -> 838 bytes .../cinnamon/common-assets/misc/overview.png | Bin 0 -> 680 bytes .../common-assets/misc/trash-icon.svg | 97 + .../common-assets/panel/activities-active.svg | 158 + .../common-assets/panel/activities.svg | 158 + .../common-assets/panel/panel-bottom.svg | 84 + .../common-assets/panel/panel-top.svg | 80 + .../panel/window-list-active-bottom.svg | 142 + .../panel/window-list-active-top.svg | 142 + .../checkbox/checkbox-checked-focused.svg | 223 + .../checkbox/checkbox-checked.svg | 223 + .../checkbox/checkbox-unchecked-focused.svg | 141 + .../checkbox/checkbox-unchecked.svg | 141 + .../cinnamon/light-assets/menu/menu-hover.svg | 97 + .../cinnamon/light-assets/menu/menu.svg | 127 + .../cinnamon/light-assets/menu/submenu.svg | 117 + .../cinnamon/light-assets/misc/button-box.svg | 92 + .../cinnamon/light-assets/misc/message.svg | 81 + .../cinnamon/light-assets/misc/modal.svg | 143 + .../light-assets/switch/switch-off.svg | 201 + .../light-assets/switch/switch-on.svg | 220 + themes/Mint-Y-Moka/cinnamon/thumbnail.png | Bin 0 -> 31164 bytes themes/Mint-Y-Moka/gtk-2.0/apps.rc | 45 + .../gtk-2.0/assets/arrow-down-insens.png | Bin 0 -> 218 bytes .../gtk-2.0/assets/arrow-down-prelight.png | Bin 0 -> 219 bytes .../assets/arrow-down-small-insens.png | Bin 0 -> 201 bytes .../assets/arrow-down-small-prelight.png | Bin 0 -> 203 bytes .../gtk-2.0/assets/arrow-down-small.png | Bin 0 -> 280 bytes .../Mint-Y-Moka/gtk-2.0/assets/arrow-down.png | Bin 0 -> 308 bytes .../gtk-2.0/assets/arrow-left-insens.png | Bin 0 -> 217 bytes .../gtk-2.0/assets/arrow-left-prelight.png | Bin 0 -> 221 bytes .../Mint-Y-Moka/gtk-2.0/assets/arrow-left.png | Bin 0 -> 316 bytes .../gtk-2.0/assets/arrow-right-insens.png | Bin 0 -> 213 bytes .../gtk-2.0/assets/arrow-right-prelight.png | Bin 0 -> 214 bytes .../gtk-2.0/assets/arrow-right.png | Bin 0 -> 316 bytes .../gtk-2.0/assets/arrow-up-insens.png | Bin 0 -> 216 bytes .../gtk-2.0/assets/arrow-up-prelight.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/arrow-up-small-insens.png | Bin 0 -> 203 bytes .../assets/arrow-up-small-prelight.png | Bin 0 -> 207 bytes .../gtk-2.0/assets/arrow-up-small.png | Bin 0 -> 275 bytes .../Mint-Y-Moka/gtk-2.0/assets/arrow-up.png | Bin 0 -> 314 bytes .../gtk-2.0/assets/button-active.png | Bin 0 -> 266 bytes .../gtk-2.0/assets/button-hover.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/button-insensitive.png | Bin 0 -> 257 bytes themes/Mint-Y-Moka/gtk-2.0/assets/button.png | Bin 0 -> 252 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 332 bytes .../gtk-2.0/assets/checkbox-checked.png | Bin 0 -> 337 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/checkbox-unchecked.png | Bin 0 -> 262 bytes .../assets/combo-entry-button-active-rtl.png | Bin 0 -> 237 bytes .../assets/combo-entry-button-active.png | Bin 0 -> 232 bytes .../combo-entry-button-insensitive-rtl.png | Bin 0 -> 239 bytes .../assets/combo-entry-button-insensitive.png | Bin 0 -> 235 bytes .../gtk-2.0/assets/combo-entry-button-rtl.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/combo-entry-button.png | Bin 0 -> 231 bytes .../assets/combo-entry-focus-notebook-rtl.png | Bin 0 -> 262 bytes .../assets/combo-entry-focus-notebook.png | Bin 0 -> 242 bytes .../gtk-2.0/assets/combo-entry-focus-rtl.png | Bin 0 -> 262 bytes .../gtk-2.0/assets/combo-entry-focus.png | Bin 0 -> 246 bytes .../combo-entry-insensitive-notebook-rtl.png | Bin 0 -> 208 bytes .../combo-entry-insensitive-notebook.png | Bin 0 -> 206 bytes .../assets/combo-entry-insensitive-rtl.png | Bin 0 -> 214 bytes .../assets/combo-entry-insensitive.png | Bin 0 -> 213 bytes .../assets/combo-entry-notebook-rtl.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/combo-entry-notebook.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/combo-entry-rtl.png | Bin 0 -> 254 bytes .../gtk-2.0/assets/combo-entry.png | Bin 0 -> 243 bytes .../assets/down-background-disable-rtl.png | Bin 0 -> 201 bytes .../assets/down-background-disable.png | Bin 0 -> 201 bytes .../gtk-2.0/assets/down-background-rtl.png | Bin 0 -> 197 bytes .../gtk-2.0/assets/down-background.png | Bin 0 -> 191 bytes .../assets/entry-border-active-bg-solid.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/entry-border-active-bg.png | Bin 0 -> 293 bytes .../gtk-2.0/assets/entry-border-bg-solid.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/entry-border-bg.png | Bin 0 -> 270 bytes .../assets/entry-border-disabled-bg.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/entry-border-fill.png | Bin 0 -> 154 bytes .../Mint-Y-Moka/gtk-2.0/assets/focus-line.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/frame-gap-end.png | Bin 0 -> 142 bytes .../gtk-2.0/assets/frame-gap-start.png | Bin 0 -> 142 bytes themes/Mint-Y-Moka/gtk-2.0/assets/frame.png | Bin 0 -> 165 bytes .../Mint-Y-Moka/gtk-2.0/assets/handle-h.png | Bin 0 -> 160 bytes .../Mint-Y-Moka/gtk-2.0/assets/handle-v.png | Bin 0 -> 157 bytes .../gtk-2.0/assets/inline-toolbar.png | Bin 0 -> 165 bytes themes/Mint-Y-Moka/gtk-2.0/assets/line-h.png | Bin 0 -> 152 bytes themes/Mint-Y-Moka/gtk-2.0/assets/line-v.png | Bin 0 -> 152 bytes .../gtk-2.0/assets/menu-arrow-prelight.png | Bin 0 -> 265 bytes .../Mint-Y-Moka/gtk-2.0/assets/menu-arrow.png | Bin 0 -> 265 bytes .../menu-checkbox-checked-insensitive.png | Bin 0 -> 302 bytes .../gtk-2.0/assets/menu-checkbox-checked.png | Bin 0 -> 317 bytes .../menu-checkbox-unchecked-insensitive.png | Bin 0 -> 234 bytes .../assets/menu-checkbox-unchecked.png | Bin 0 -> 226 bytes .../assets/menu-radio-checked-insensitive.png | Bin 0 -> 366 bytes .../gtk-2.0/assets/menu-radio-checked.png | Bin 0 -> 370 bytes .../menu-radio-unchecked-insensitive.png | Bin 0 -> 420 bytes .../gtk-2.0/assets/menu-radio-unchecked.png | Bin 0 -> 309 bytes themes/Mint-Y-Moka/gtk-2.0/assets/menubar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/menubar_button.png | Bin 0 -> 156 bytes .../Mint-Y-Moka/gtk-2.0/assets/menuitem.png | Bin 0 -> 176 bytes themes/Mint-Y-Moka/gtk-2.0/assets/minus.png | Bin 0 -> 261 bytes .../notebook-entry-border-active-bg.png | Bin 0 -> 271 bytes .../assets/notebook-entry-border-bg.png | Bin 0 -> 258 bytes .../notebook-entry-border-disabled-bg.png | Bin 0 -> 222 bytes .../gtk-2.0/assets/notebook-gap-horiz.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/notebook-gap-vert.png | Bin 0 -> 155 bytes .../Mint-Y-Moka/gtk-2.0/assets/notebook.png | Bin 0 -> 165 bytes themes/Mint-Y-Moka/gtk-2.0/assets/null.png | Bin 0 -> 148 bytes themes/Mint-Y-Moka/gtk-2.0/assets/plus.png | Bin 0 -> 249 bytes .../gtk-2.0/assets/progressbar.png | Bin 0 -> 267 bytes .../gtk-2.0/assets/progressbar_v.png | Bin 0 -> 264 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 389 bytes .../gtk-2.0/assets/radio-checked.png | Bin 0 -> 367 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 386 bytes .../gtk-2.0/assets/radio-unchecked.png | Bin 0 -> 404 bytes .../gtk-2.0/assets/slider-horiz-active.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-insens.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-prelight.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-insensitive.png | Bin 0 -> 408 bytes .../gtk-2.0/assets/slider-prelight.png | Bin 0 -> 383 bytes .../gtk-2.0/assets/slider-vert-active.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-insens.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-prelight.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert.png | Bin 0 -> 248 bytes themes/Mint-Y-Moka/gtk-2.0/assets/slider.png | Bin 0 -> 403 bytes .../gtk-2.0/assets/tab-bottom-active.png | Bin 0 -> 166 bytes .../gtk-2.0/assets/tab-left-active.png | Bin 0 -> 167 bytes .../gtk-2.0/assets/tab-right-active.png | Bin 0 -> 168 bytes .../gtk-2.0/assets/tab-top-active.png | Bin 0 -> 166 bytes .../assets/toolbar-entry-border-active-bg.png | Bin 0 -> 287 bytes .../assets/toolbar-entry-border-bg.png | Bin 0 -> 267 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 239 bytes themes/Mint-Y-Moka/gtk-2.0/assets/toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/tree_header.png | Bin 0 -> 164 bytes .../assets/trough-horizontal-active.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-horizontal.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-progressbar.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/trough-progressbar_v.png | Bin 0 -> 276 bytes .../gtk-2.0/assets/trough-scrollbar-horiz.png | Bin 0 -> 164 bytes .../gtk-2.0/assets/trough-scrollbar-vert.png | Bin 0 -> 162 bytes .../gtk-2.0/assets/trough-vertical-active.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/trough-vertical.png | Bin 0 -> 257 bytes .../assets/up-background-disable-rtl.png | Bin 0 -> 206 bytes .../gtk-2.0/assets/up-background-disable.png | Bin 0 -> 212 bytes .../gtk-2.0/assets/up-background-rtl.png | Bin 0 -> 206 bytes .../gtk-2.0/assets/up-background.png | Bin 0 -> 212 bytes themes/Mint-Y-Moka/gtk-2.0/gtkrc | 10 + themes/Mint-Y-Moka/gtk-2.0/main.rc | 2441 +++++++++++ .../gtk-2.0/menubar-toolbar/button-active.png | Bin 0 -> 293 bytes .../gtk-2.0/menubar-toolbar/button-hover.png | Bin 0 -> 310 bytes .../menubar-toolbar/button-insensitive.png | Bin 0 -> 289 bytes .../gtk-2.0/menubar-toolbar/button.png | Bin 0 -> 306 bytes .../gtk-2.0/menubar-toolbar/menubar-dark.png | Bin 0 -> 181 bytes .../menubar-toolbar/menubar-toolbar-dark.rc | 222 + .../menubar-toolbar/menubar-toolbar.rc | 166 + .../gtk-2.0/menubar-toolbar/menubar.png | Bin 0 -> 165 bytes .../menubar-toolbar/menubar_button-dark.png | Bin 0 -> 164 bytes .../menubar-toolbar/menubar_button.png | Bin 0 -> 164 bytes .../toolbar-entry-border-active-bg-dark.png | Bin 0 -> 413 bytes .../toolbar-entry-border-active-bg.png | Bin 0 -> 406 bytes .../toolbar-entry-border-bg-dark.png | Bin 0 -> 322 bytes .../toolbar-entry-border-bg.png | Bin 0 -> 335 bytes .../toolbar-entry-border-disabled-bg-dark.png | Bin 0 -> 276 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 310 bytes themes/Mint-Y-Moka/gtk-2.0/panel.rc | 153 + .../gtk-3.0/assets/checkbox-checked-dark.png | Bin 0 -> 360 bytes .../assets/checkbox-checked-dark@2.png | Bin 0 -> 483 bytes .../checkbox-checked-insensitive-dark.png | Bin 0 -> 387 bytes .../checkbox-checked-insensitive-dark@2.png | Bin 0 -> 500 bytes .../checkbox-checked-insensitive-selected.png | Bin 0 -> 331 bytes ...heckbox-checked-insensitive-selected@2.png | Bin 0 -> 444 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 339 bytes .../assets/checkbox-checked-insensitive@2.png | Bin 0 -> 434 bytes .../assets/checkbox-checked-selected.png | Bin 0 -> 346 bytes .../assets/checkbox-checked-selected@2.png | Bin 0 -> 444 bytes .../checkbox-checked-selectionmode-dark.png | Bin 0 -> 478 bytes .../checkbox-checked-selectionmode-dark@2.png | Bin 0 -> 670 bytes .../assets/checkbox-checked-selectionmode.png | Bin 0 -> 428 bytes .../checkbox-checked-selectionmode@2.png | Bin 0 -> 600 bytes .../gtk-3.0/assets/checkbox-checked.png | Bin 0 -> 337 bytes .../gtk-3.0/assets/checkbox-checked@2.png | Bin 0 -> 434 bytes .../gtk-3.0/assets/checkbox-mixed-dark.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed-dark@2.png | Bin 0 -> 294 bytes .../checkbox-mixed-insensitive-dark.png | Bin 0 -> 237 bytes .../checkbox-mixed-insensitive-dark@2.png | Bin 0 -> 292 bytes .../checkbox-mixed-insensitive-selected.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-selected@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-insensitive.png | Bin 0 -> 237 bytes .../assets/checkbox-mixed-insensitive@2.png | Bin 0 -> 292 bytes .../assets/checkbox-mixed-selected.png | Bin 0 -> 232 bytes .../assets/checkbox-mixed-selected@2.png | Bin 0 -> 294 bytes .../gtk-3.0/assets/checkbox-mixed.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed@2.png | Bin 0 -> 294 bytes .../assets/checkbox-selectionmode-dark.png | Bin 0 -> 477 bytes .../assets/checkbox-selectionmode-dark@2.png | Bin 0 -> 675 bytes .../gtk-3.0/assets/checkbox-selectionmode.png | Bin 0 -> 407 bytes .../assets/checkbox-selectionmode@2.png | Bin 0 -> 615 bytes .../assets/checkbox-unchecked-dark.png | Bin 0 -> 264 bytes .../assets/checkbox-unchecked-dark@2.png | Bin 0 -> 345 bytes .../checkbox-unchecked-insensitive-dark.png | Bin 0 -> 262 bytes .../checkbox-unchecked-insensitive-dark@2.png | Bin 0 -> 330 bytes ...heckbox-unchecked-insensitive-selected.png | Bin 0 -> 244 bytes ...ckbox-unchecked-insensitive-selected@2.png | Bin 0 -> 312 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 258 bytes .../checkbox-unchecked-insensitive@2.png | Bin 0 -> 336 bytes .../assets/checkbox-unchecked-selected.png | Bin 0 -> 252 bytes .../assets/checkbox-unchecked-selected@2.png | Bin 0 -> 337 bytes .../gtk-3.0/assets/checkbox-unchecked.png | Bin 0 -> 260 bytes .../gtk-3.0/assets/checkbox-unchecked@2.png | Bin 0 -> 351 bytes .../assets/pane-separator-vertical.png | Bin 0 -> 172 bytes .../assets/pane-separator-vertical@2.png | Bin 0 -> 194 bytes .../gtk-3.0/assets/pane-separator.png | Bin 0 -> 176 bytes .../gtk-3.0/assets/pane-separator@2.png | Bin 0 -> 201 bytes .../gtk-3.0/assets/radio-checked-dark.png | Bin 0 -> 375 bytes .../gtk-3.0/assets/radio-checked-dark@2.png | Bin 0 -> 644 bytes .../assets/radio-checked-insensitive-dark.png | Bin 0 -> 377 bytes .../radio-checked-insensitive-dark@2.png | Bin 0 -> 646 bytes .../radio-checked-insensitive-selected.png | Bin 0 -> 341 bytes .../radio-checked-insensitive-selected@2.png | Bin 0 -> 561 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 363 bytes .../assets/radio-checked-insensitive@2.png | Bin 0 -> 599 bytes .../gtk-3.0/assets/radio-checked-selected.png | Bin 0 -> 367 bytes .../assets/radio-checked-selected@2.png | Bin 0 -> 620 bytes .../gtk-3.0/assets/radio-checked.png | Bin 0 -> 367 bytes .../gtk-3.0/assets/radio-checked@2.png | Bin 0 -> 620 bytes .../gtk-3.0/assets/radio-mixed-dark.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed-dark@2.png | Bin 0 -> 546 bytes .../assets/radio-mixed-insensitive-dark.png | Bin 0 -> 339 bytes .../assets/radio-mixed-insensitive-dark@2.png | Bin 0 -> 533 bytes .../radio-mixed-insensitive-selected.png | Bin 0 -> 319 bytes .../radio-mixed-insensitive-selected@2.png | Bin 0 -> 481 bytes .../assets/radio-mixed-insensitive.png | Bin 0 -> 339 bytes .../assets/radio-mixed-insensitive@2.png | Bin 0 -> 533 bytes .../gtk-3.0/assets/radio-mixed-selected.png | Bin 0 -> 313 bytes .../gtk-3.0/assets/radio-mixed-selected@2.png | Bin 0 -> 516 bytes .../gtk-3.0/assets/radio-mixed.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed@2.png | Bin 0 -> 546 bytes .../gtk-3.0/assets/radio-unchecked-dark.png | Bin 0 -> 426 bytes .../gtk-3.0/assets/radio-unchecked-dark@2.png | Bin 0 -> 742 bytes .../radio-unchecked-insensitive-dark.png | Bin 0 -> 410 bytes .../radio-unchecked-insensitive-dark@2.png | Bin 0 -> 673 bytes .../radio-unchecked-insensitive-selected.png | Bin 0 -> 333 bytes ...radio-unchecked-insensitive-selected@2.png | Bin 0 -> 575 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 395 bytes .../assets/radio-unchecked-insensitive@2.png | Bin 0 -> 657 bytes .../assets/radio-unchecked-selected.png | Bin 0 -> 356 bytes .../assets/radio-unchecked-selected@2.png | Bin 0 -> 708 bytes .../gtk-3.0/assets/radio-unchecked.png | Bin 0 -> 410 bytes .../gtk-3.0/assets/radio-unchecked@2.png | Bin 0 -> 716 bytes .../gtk-3.0/assets/switch-active-dark.png | Bin 0 -> 811 bytes .../gtk-3.0/assets/switch-active-dark@2.png | Bin 0 -> 1473 bytes .../assets/switch-active-header-dark.png | Bin 0 -> 813 bytes .../assets/switch-active-header-dark@2.png | Bin 0 -> 1459 bytes .../gtk-3.0/assets/switch-active-header.png | Bin 0 -> 737 bytes .../gtk-3.0/assets/switch-active-header@2.png | Bin 0 -> 1273 bytes .../assets/switch-active-insensitive-dark.png | Bin 0 -> 855 bytes .../switch-active-insensitive-dark@2.png | Bin 0 -> 1521 bytes .../switch-active-insensitive-header-dark.png | Bin 0 -> 849 bytes ...witch-active-insensitive-header-dark@2.png | Bin 0 -> 1464 bytes .../switch-active-insensitive-header.png | Bin 0 -> 732 bytes .../switch-active-insensitive-header@2.png | Bin 0 -> 1228 bytes .../switch-active-insensitive-selected.png | Bin 0 -> 664 bytes .../switch-active-insensitive-selected@2.png | Bin 0 -> 1140 bytes .../assets/switch-active-insensitive.png | Bin 0 -> 732 bytes .../assets/switch-active-insensitive@2.png | Bin 0 -> 1228 bytes .../gtk-3.0/assets/switch-active-selected.png | Bin 0 -> 733 bytes .../assets/switch-active-selected@2.png | Bin 0 -> 1283 bytes .../gtk-3.0/assets/switch-active.png | Bin 0 -> 737 bytes .../gtk-3.0/assets/switch-active@2.png | Bin 0 -> 1273 bytes .../gtk-3.0/assets/switch-dark.png | Bin 0 -> 728 bytes .../gtk-3.0/assets/switch-dark@2.png | Bin 0 -> 1266 bytes .../gtk-3.0/assets/switch-header-dark.png | Bin 0 -> 742 bytes .../gtk-3.0/assets/switch-header-dark@2.png | Bin 0 -> 1291 bytes .../gtk-3.0/assets/switch-header.png | Bin 0 -> 781 bytes .../gtk-3.0/assets/switch-header@2.png | Bin 0 -> 1343 bytes .../assets/switch-insensitive-dark.png | Bin 0 -> 667 bytes .../assets/switch-insensitive-dark@2.png | Bin 0 -> 1159 bytes .../assets/switch-insensitive-header-dark.png | Bin 0 -> 662 bytes .../switch-insensitive-header-dark@2.png | Bin 0 -> 1147 bytes .../assets/switch-insensitive-header.png | Bin 0 -> 687 bytes .../assets/switch-insensitive-header@2.png | Bin 0 -> 1177 bytes .../assets/switch-insensitive-selected.png | Bin 0 -> 644 bytes .../assets/switch-insensitive-selected@2.png | Bin 0 -> 1081 bytes .../gtk-3.0/assets/switch-insensitive.png | Bin 0 -> 687 bytes .../gtk-3.0/assets/switch-insensitive@2.png | Bin 0 -> 1170 bytes .../gtk-3.0/assets/switch-selected.png | Bin 0 -> 717 bytes .../gtk-3.0/assets/switch-selected@2.png | Bin 0 -> 1216 bytes themes/Mint-Y-Moka/gtk-3.0/assets/switch.png | Bin 0 -> 729 bytes .../Mint-Y-Moka/gtk-3.0/assets/switch@2.png | Bin 0 -> 1264 bytes .../assets/titlebutton-close-active-dark.png | Bin 0 -> 446 bytes .../titlebutton-close-active-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-active.png | Bin 0 -> 409 bytes .../assets/titlebutton-close-active@2.png | Bin 0 -> 730 bytes .../titlebutton-close-backdrop-dark.png | Bin 0 -> 421 bytes .../titlebutton-close-backdrop-dark@2.png | Bin 0 -> 708 bytes .../assets/titlebutton-close-backdrop.png | Bin 0 -> 438 bytes .../assets/titlebutton-close-backdrop@2.png | Bin 0 -> 748 bytes .../gtk-3.0/assets/titlebutton-close-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-hover-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover.png | Bin 0 -> 463 bytes .../assets/titlebutton-close-hover@2.png | Bin 0 -> 802 bytes .../gtk-3.0/assets/titlebutton-close.png | Bin 0 -> 463 bytes .../gtk-3.0/assets/titlebutton-close@2.png | Bin 0 -> 802 bytes .../assets/titlebutton-max-active-dark.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active-dark@2.png | Bin 0 -> 652 bytes .../gtk-3.0/assets/titlebutton-max-active.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active@2.png | Bin 0 -> 652 bytes .../assets/titlebutton-max-backdrop-dark.png | Bin 0 -> 241 bytes .../titlebutton-max-backdrop-dark@2.png | Bin 0 -> 280 bytes .../assets/titlebutton-max-backdrop.png | Bin 0 -> 241 bytes .../assets/titlebutton-max-backdrop@2.png | Bin 0 -> 289 bytes .../gtk-3.0/assets/titlebutton-max-dark.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max-dark@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-max-hover-dark.png | Bin 0 -> 413 bytes .../assets/titlebutton-max-hover-dark@2.png | Bin 0 -> 807 bytes .../gtk-3.0/assets/titlebutton-max-hover.png | Bin 0 -> 422 bytes .../assets/titlebutton-max-hover@2.png | Bin 0 -> 801 bytes .../gtk-3.0/assets/titlebutton-max.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-min-active-dark.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active-dark@2.png | Bin 0 -> 571 bytes .../gtk-3.0/assets/titlebutton-min-active.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active@2.png | Bin 0 -> 571 bytes .../assets/titlebutton-min-backdrop-dark.png | Bin 0 -> 168 bytes .../titlebutton-min-backdrop-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-backdrop.png | Bin 0 -> 167 bytes .../assets/titlebutton-min-backdrop@2.png | Bin 0 -> 180 bytes .../gtk-3.0/assets/titlebutton-min-dark.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-hover-dark.png | Bin 0 -> 363 bytes .../assets/titlebutton-min-hover-dark@2.png | Bin 0 -> 701 bytes .../gtk-3.0/assets/titlebutton-min-hover.png | Bin 0 -> 368 bytes .../assets/titlebutton-min-hover@2.png | Bin 0 -> 694 bytes .../gtk-3.0/assets/titlebutton-min.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min@2.png | Bin 0 -> 180 bytes themes/Mint-Y-Moka/gtk-3.0/gtk.css | 3781 ++++++++++++++++ themes/Mint-Y-Moka/gtk-3.0/thumbnail.png | Bin 0 -> 1529 bytes themes/Mint-Y-Moka/index.theme | 12 + themes/Mint-Y-Moka/metacity-1/button-bg.svg | 105 + .../Mint-Y-Moka/metacity-1/button-border.svg | 107 + themes/Mint-Y-Moka/metacity-1/close-icon.svg | 104 + themes/Mint-Y-Moka/metacity-1/max-icon.svg | 75 + .../metacity-1/metacity-theme-2.xml | 767 ++++ .../metacity-1/metacity-theme-3.xml | 1040 +++++ themes/Mint-Y-Moka/metacity-1/min-icon.svg | 75 + themes/Mint-Y-Moka/metacity-1/thumbnail.png | Bin 0 -> 695 bytes themes/Mint-Y-Moka/xfce-notify-4.0/gtkrc | 72 + themes/Mint-Y-Moka/xfwm4/bottom-active.xpm | 9 + themes/Mint-Y-Moka/xfwm4/bottom-inactive.xpm | 1 + .../Mint-Y-Moka/xfwm4/bottom-left-active.xpm | 9 + .../xfwm4/bottom-left-inactive.xpm | 1 + .../Mint-Y-Moka/xfwm4/bottom-right-active.xpm | 9 + .../xfwm4/bottom-right-inactive.xpm | 1 + themes/Mint-Y-Moka/xfwm4/close-active.xpm | 60 + themes/Mint-Y-Moka/xfwm4/close-inactive.xpm | 40 + themes/Mint-Y-Moka/xfwm4/close-prelight.xpm | 58 + themes/Mint-Y-Moka/xfwm4/close-pressed.xpm | 62 + themes/Mint-Y-Moka/xfwm4/hide-active.xpm | 33 + themes/Mint-Y-Moka/xfwm4/hide-inactive.xpm | 33 + themes/Mint-Y-Moka/xfwm4/hide-prelight.xpm | 42 + themes/Mint-Y-Moka/xfwm4/hide-pressed.xpm | 39 + themes/Mint-Y-Moka/xfwm4/left-active.xpm | 7 + themes/Mint-Y-Moka/xfwm4/left-inactive.xpm | 1 + themes/Mint-Y-Moka/xfwm4/maximize-active.xpm | 37 + .../Mint-Y-Moka/xfwm4/maximize-inactive.xpm | 37 + .../Mint-Y-Moka/xfwm4/maximize-prelight.xpm | 47 + themes/Mint-Y-Moka/xfwm4/maximize-pressed.xpm | 43 + themes/Mint-Y-Moka/xfwm4/menu-active.xpm | 41 + themes/Mint-Y-Moka/xfwm4/menu-inactive.xpm | 40 + themes/Mint-Y-Moka/xfwm4/menu-pressed.xpm | 48 + themes/Mint-Y-Moka/xfwm4/right-active.xpm | 7 + themes/Mint-Y-Moka/xfwm4/right-inactive.xpm | 1 + themes/Mint-Y-Moka/xfwm4/shade-active.xpm | 46 + themes/Mint-Y-Moka/xfwm4/shade-inactive.xpm | 42 + themes/Mint-Y-Moka/xfwm4/shade-prelight.xpm | 50 + .../xfwm4/shade-toggled-active.xpm | 44 + .../xfwm4/shade-toggled-inactive.xpm | 40 + .../xfwm4/shade-toggled-prelight.xpm | 50 + themes/Mint-Y-Moka/xfwm4/stick-active.xpm | 45 + themes/Mint-Y-Moka/xfwm4/stick-inactive.xpm | 39 + themes/Mint-Y-Moka/xfwm4/stick-prelight.xpm | 41 + .../xfwm4/stick-toggled-active.xpm | 48 + .../xfwm4/stick-toggled-inactive.xpm | 41 + .../xfwm4/stick-toggled-prelight.xpm | 47 + themes/Mint-Y-Moka/xfwm4/themerc | 25 + .../xfwm4/title-1-active-shaded.xpm | 30 + themes/Mint-Y-Moka/xfwm4/title-1-active.xpm | 30 + themes/Mint-Y-Moka/xfwm4/title-1-inactive.xpm | 1 + themes/Mint-Y-Moka/xfwm4/title-2-active.xpm | 30 + themes/Mint-Y-Moka/xfwm4/title-2-inactive.xpm | 1 + themes/Mint-Y-Moka/xfwm4/title-3-active.xpm | 30 + themes/Mint-Y-Moka/xfwm4/title-3-inactive.xpm | 1 + themes/Mint-Y-Moka/xfwm4/title-4-active.xpm | 30 + themes/Mint-Y-Moka/xfwm4/title-4-inactive.xpm | 1 + themes/Mint-Y-Moka/xfwm4/title-5-active.xpm | 30 + themes/Mint-Y-Moka/xfwm4/title-5-inactive.xpm | 1 + .../xfwm4/top-left-active-shaded.xpm | 32 + themes/Mint-Y-Moka/xfwm4/top-left-active.xpm | 34 + .../Mint-Y-Moka/xfwm4/top-left-inactive.xpm | 1 + .../xfwm4/top-right-active-shaded.xpm | 32 + themes/Mint-Y-Moka/xfwm4/top-right-active.xpm | 32 + .../Mint-Y-Moka/xfwm4/top-right-inactive.xpm | 1 + 1240 files changed, 48752 insertions(+) create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/cinnamon.css create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/menu/menu-separator.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/add-workspace-active.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/add-workspace-hover.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/add-workspace.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/bg.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/calendar-arrow-left.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/calendar-arrow-right.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/close-active.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/close-hover.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/close.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/corner-ripple.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/desklet-header.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/desklet.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/osd.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/overview-hover.png create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/overview.png create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/trash-icon.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/activities-active.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/activities.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/panel-bottom.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/panel-top.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/window-list-active-bottom.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/window-list-active-top.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/checkbox/checkbox-checked.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/menu/menu-hover.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/menu/menu.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/menu/submenu.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/misc/button-box.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/misc/message.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/misc/modal.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/switch/switch-off.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/switch/switch-on.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/menu/menu-separator.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/misc/add-workspace-active.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/misc/add-workspace-hover.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/misc/add-workspace.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/misc/bg.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/misc/calendar-arrow-left-hover.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/misc/calendar-arrow-left.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/misc/calendar-arrow-right-hover.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/misc/calendar-arrow-right.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/misc/close-active.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/misc/close-hover.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/misc/close.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/misc/corner-ripple-ltr.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/misc/corner-ripple-rtl.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/misc/desklet-header.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/misc/desklet.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/misc/osd.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/misc/overview-hover.png create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/misc/overview.png create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/misc/trash-icon.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/panel/activities-active.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/panel/activities.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/panel/panel-bottom.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/panel/panel-top.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/panel/window-list-active-bottom.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/panel/window-list-active-top.svg create mode 100644 themes/Mint-Y-Dark-Moka/cinnamon/thumbnail.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/apps.rc create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-down-insens.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-down-prelight.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-down-small-insens.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-down-small-prelight.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-down-small.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-down.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-left-insens.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-left-prelight.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-left.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-right-insens.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-right-prelight.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-right.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-up-insens.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-up-prelight.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-up-small-insens.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-up-small-prelight.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-up-small.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-up.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/button-active.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/button-hover.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/button-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/button.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-button-active-rtl.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-button-active.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-button-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-button-rtl.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-button.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-focus-notebook.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-focus-rtl.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-focus.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-insensitive-notebook.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-insensitive-rtl.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-notebook-rtl.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-notebook.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-rtl.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/down-background-disable-rtl.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/down-background-disable.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/down-background-rtl.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/down-background.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/entry-border-active-bg-solid.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/entry-border-active-bg.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/entry-border-bg-solid.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/entry-border-bg.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/entry-border-fill.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/focus-line.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/frame-gap-end.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/frame-gap-start.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/frame.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/handle-h.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/handle-v.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/inline-toolbar.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/line-h.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/line-v.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-arrow-prelight.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-arrow.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-checkbox-checked.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-checkbox-unchecked.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-radio-checked.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-radio-unchecked.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menubar.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menubar_button.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menuitem.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/minus.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/notebook-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/notebook-entry-border-bg.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/notebook-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/notebook-gap-horiz.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/notebook-gap-vert.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/notebook.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/null.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/plus.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/progressbar.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/progressbar_v.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-horiz-active.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-horiz-insens.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-horiz-prelight.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-horiz.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-prelight.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-vert-active.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-vert-insens.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-vert-prelight.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-vert.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/tab-bottom-active.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/tab-left-active.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/tab-right-active.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/tab-top-active.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/toolbar.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/tree_header.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/trough-horizontal-active.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/trough-horizontal.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/trough-progressbar.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/trough-progressbar_v.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/trough-scrollbar-horiz.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/trough-scrollbar-vert.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/trough-vertical-active.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/trough-vertical.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/up-background-disable-rtl.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/up-background-disable.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/up-background-rtl.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/assets/up-background.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/gtkrc create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/main.rc create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/button-active.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/button-hover.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/button-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/button.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/menubar-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar.rc create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/menubar.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/menubar_button-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/menubar_button.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-2.0/panel.rc create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-selected.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-selected@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-selectionmode.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-selectionmode@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-selected.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-selected@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-selectionmode-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-selectionmode.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-selectionmode@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-selected.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/pane-separator-vertical.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/pane-separator-vertical@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/pane-separator.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/pane-separator@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked-selected.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked-selected@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed-selected.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed-selected@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-selected.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-header-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-header-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-header.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-header@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive-header.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive-header@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-selected.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-selected@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-header-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-header-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-header.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-header@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-insensitive-header.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-insensitive-header@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-insensitive.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-selected.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-selected@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-active-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-active-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-active.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-active@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-backdrop-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-backdrop.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-backdrop@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-hover-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-hover-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-hover.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-hover@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-active-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-active-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-active.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-active@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-backdrop-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-backdrop.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-backdrop@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-hover-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-hover-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-hover.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-hover@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-active-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-active-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-active.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-active@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-backdrop-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-backdrop.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-backdrop@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-hover-dark.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-hover-dark@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-hover.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-hover@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min@2.png create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/gtk.css create mode 100644 themes/Mint-Y-Dark-Moka/gtk-3.0/thumbnail.png create mode 100644 themes/Mint-Y-Dark-Moka/index.theme create mode 100644 themes/Mint-Y-Dark-Moka/metacity-1/button-bg.svg create mode 100644 themes/Mint-Y-Dark-Moka/metacity-1/button-border.svg create mode 100644 themes/Mint-Y-Dark-Moka/metacity-1/close-icon.svg create mode 100644 themes/Mint-Y-Dark-Moka/metacity-1/max-icon.svg create mode 100644 themes/Mint-Y-Dark-Moka/metacity-1/metacity-theme-2.xml create mode 100644 themes/Mint-Y-Dark-Moka/metacity-1/metacity-theme-3.xml create mode 100644 themes/Mint-Y-Dark-Moka/metacity-1/min-icon.svg create mode 100644 themes/Mint-Y-Dark-Moka/metacity-1/thumbnail.png create mode 100644 themes/Mint-Y-Dark-Moka/xfce-notify-4.0/gtkrc create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/bottom-active.xpm create mode 120000 themes/Mint-Y-Dark-Moka/xfwm4/bottom-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/bottom-left-active.xpm create mode 120000 themes/Mint-Y-Dark-Moka/xfwm4/bottom-left-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/bottom-right-active.xpm create mode 120000 themes/Mint-Y-Dark-Moka/xfwm4/bottom-right-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/close-active.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/close-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/close-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/close-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/hide-active.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/hide-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/hide-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/hide-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/left-active.xpm create mode 120000 themes/Mint-Y-Dark-Moka/xfwm4/left-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/maximize-active.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/maximize-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/maximize-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/maximize-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/menu-active.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/menu-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/menu-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/menu-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/right-active.xpm create mode 120000 themes/Mint-Y-Dark-Moka/xfwm4/right-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/shade-active.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/shade-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/shade-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/shade-toggled-active.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/shade-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/shade-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/stick-active.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/stick-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/stick-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/stick-toggled-active.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/stick-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/stick-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/themerc create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/title-1-active.xpm create mode 120000 themes/Mint-Y-Dark-Moka/xfwm4/title-1-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/title-2-active.xpm create mode 120000 themes/Mint-Y-Dark-Moka/xfwm4/title-2-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/title-3-active.xpm create mode 120000 themes/Mint-Y-Dark-Moka/xfwm4/title-3-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/title-4-active.xpm create mode 120000 themes/Mint-Y-Dark-Moka/xfwm4/title-4-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/title-5-active.xpm create mode 120000 themes/Mint-Y-Dark-Moka/xfwm4/title-5-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/top-left-active.xpm create mode 120000 themes/Mint-Y-Dark-Moka/xfwm4/top-left-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Moka/xfwm4/top-right-active.xpm create mode 120000 themes/Mint-Y-Dark-Moka/xfwm4/top-right-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/apps.rc create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-down-insens.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-down-prelight.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-down-small-insens.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-down-small-prelight.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-down-small.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-down.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-left-insens.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-left-prelight.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-left.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-right-insens.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-right-prelight.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-right.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-up-insens.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-up-prelight.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-up-small-insens.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-up-small-prelight.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-up-small.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-up.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/button-active.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/button-hover.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/button-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/button.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-button-active-rtl.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-button-active.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-button-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-button-rtl.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-button.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-focus-notebook.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-focus-rtl.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-focus.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-insensitive-notebook.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-insensitive-rtl.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-notebook-rtl.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-notebook.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-rtl.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/down-background-disable-rtl.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/down-background-disable.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/down-background-rtl.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/down-background.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/entry-border-active-bg-solid.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/entry-border-active-bg.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/entry-border-bg-solid.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/entry-border-bg.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/entry-border-fill.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/focus-line.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/frame-gap-end.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/frame-gap-start.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/frame.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/handle-h.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/handle-v.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/inline-toolbar.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/line-h.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/line-v.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-arrow-prelight.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-arrow.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-checkbox-checked.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-checkbox-unchecked.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-radio-checked.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-radio-unchecked.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menubar.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menubar_button.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menuitem.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/minus.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/notebook-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/notebook-entry-border-bg.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/notebook-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/notebook-gap-horiz.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/notebook-gap-vert.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/notebook.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/null.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/plus.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/progressbar.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/progressbar_v.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-horiz-active.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-horiz-insens.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-horiz-prelight.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-horiz.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-prelight.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-vert-active.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-vert-insens.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-vert-prelight.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-vert.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/tab-bottom-active.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/tab-left-active.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/tab-right-active.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/tab-top-active.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/toolbar.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/tree_header.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-horizontal-active.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-horizontal.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-progressbar.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-progressbar_v.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-scrollbar-horiz.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-scrollbar-vert.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-vertical-active.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-vertical.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/up-background-disable-rtl.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/up-background-disable.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/up-background-rtl.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/assets/up-background.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/gtkrc create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/main.rc create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/button-active.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/button-hover.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/button-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/button.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/menubar-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar.rc create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/menubar.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/menubar_button-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/menubar_button.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-2.0/panel.rc create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-selected.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-selected@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-selectionmode.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-selectionmode@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-selected.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-selected@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-selectionmode-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-selectionmode.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-selectionmode@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-selected.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/pane-separator-vertical.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/pane-separator-vertical@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/pane-separator.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/pane-separator@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-selected.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-selected@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-selected.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-selected@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-selected.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-header-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-header-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-header.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-header@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-header.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-header@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-selected.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-selected@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-header-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-header-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-header.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-header@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-header.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-header@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-selected.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-selected@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-active-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-active-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-active.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-active@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-backdrop-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-backdrop.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-backdrop@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-hover-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-hover-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-hover.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-hover@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-active-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-active-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-active.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-active@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-backdrop-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-backdrop.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-backdrop@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-hover-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-hover-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-hover.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-hover@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-active-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-active-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-active.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-active@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-backdrop-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-backdrop.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-backdrop@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-hover-dark.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-hover-dark@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-hover.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-hover@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min@2.png create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/gtk-dark.css create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/gtk.css create mode 100644 themes/Mint-Y-Darker-Moka/gtk-3.0/thumbnail.png create mode 100644 themes/Mint-Y-Darker-Moka/index.theme create mode 100644 themes/Mint-Y-Darker-Moka/xfce-notify-4.0/gtkrc create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/bottom-active.xpm create mode 120000 themes/Mint-Y-Darker-Moka/xfwm4/bottom-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/bottom-left-active.xpm create mode 120000 themes/Mint-Y-Darker-Moka/xfwm4/bottom-left-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/bottom-right-active.xpm create mode 120000 themes/Mint-Y-Darker-Moka/xfwm4/bottom-right-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/close-active.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/close-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/close-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/close-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/hide-active.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/hide-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/hide-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/hide-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/left-active.xpm create mode 120000 themes/Mint-Y-Darker-Moka/xfwm4/left-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/maximize-active.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/maximize-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/maximize-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/maximize-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/menu-active.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/menu-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/menu-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/menu-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/right-active.xpm create mode 120000 themes/Mint-Y-Darker-Moka/xfwm4/right-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/shade-active.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/shade-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/shade-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/shade-toggled-active.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/shade-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/shade-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/stick-active.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/stick-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/stick-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/stick-toggled-active.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/stick-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/stick-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/themerc create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/title-1-active.xpm create mode 120000 themes/Mint-Y-Darker-Moka/xfwm4/title-1-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/title-2-active.xpm create mode 120000 themes/Mint-Y-Darker-Moka/xfwm4/title-2-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/title-3-active.xpm create mode 120000 themes/Mint-Y-Darker-Moka/xfwm4/title-3-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/title-4-active.xpm create mode 120000 themes/Mint-Y-Darker-Moka/xfwm4/title-4-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/title-5-active.xpm create mode 120000 themes/Mint-Y-Darker-Moka/xfwm4/title-5-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/top-left-active.xpm create mode 120000 themes/Mint-Y-Darker-Moka/xfwm4/top-left-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Moka/xfwm4/top-right-active.xpm create mode 120000 themes/Mint-Y-Darker-Moka/xfwm4/top-right-inactive.xpm create mode 100644 themes/Mint-Y-Moka/cinnamon/cinnamon.css create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/menu/menu-separator.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/misc/add-workspace-active.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/misc/add-workspace-hover.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/misc/add-workspace.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/misc/bg.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/misc/calendar-arrow-left.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/misc/calendar-arrow-right.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/misc/close-active.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/misc/close-hover.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/misc/close.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/misc/corner-ripple.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/misc/desklet-header.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/misc/desklet.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/misc/osd.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/misc/overview-hover.png create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/misc/overview.png create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/misc/trash-icon.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/panel/activities-active.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/panel/activities.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/panel/panel-bottom.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/panel/panel-top.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/panel/window-list-active-bottom.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/common-assets/panel/window-list-active-top.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/light-assets/checkbox/checkbox-checked.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/light-assets/checkbox/checkbox-unchecked.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/light-assets/menu/menu-hover.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/light-assets/menu/menu.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/light-assets/menu/submenu.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/light-assets/misc/button-box.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/light-assets/misc/message.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/light-assets/misc/modal.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/light-assets/switch/switch-off.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/light-assets/switch/switch-on.svg create mode 100644 themes/Mint-Y-Moka/cinnamon/thumbnail.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/apps.rc create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/arrow-down-insens.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/arrow-down-prelight.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/arrow-down-small-insens.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/arrow-down-small-prelight.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/arrow-down-small.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/arrow-down.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/arrow-left-insens.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/arrow-left-prelight.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/arrow-left.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/arrow-right-insens.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/arrow-right-prelight.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/arrow-right.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/arrow-up-insens.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/arrow-up-prelight.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/arrow-up-small-insens.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/arrow-up-small-prelight.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/arrow-up-small.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/arrow-up.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/button-active.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/button-hover.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/button-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/button.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-button-active-rtl.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-button-active.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-button-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-button-rtl.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-button.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-focus-notebook.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-focus-rtl.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-focus.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-insensitive-notebook.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-insensitive-rtl.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-notebook-rtl.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-notebook.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-rtl.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/down-background-disable-rtl.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/down-background-disable.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/down-background-rtl.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/down-background.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/entry-border-active-bg-solid.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/entry-border-active-bg.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/entry-border-bg-solid.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/entry-border-bg.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/entry-border-fill.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/focus-line.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/frame-gap-end.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/frame-gap-start.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/frame.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/handle-h.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/handle-v.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/inline-toolbar.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/line-h.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/line-v.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/menu-arrow-prelight.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/menu-arrow.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/menu-checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/menu-checkbox-checked.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/menu-checkbox-unchecked.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/menu-radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/menu-radio-checked.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/menu-radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/menu-radio-unchecked.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/menubar.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/menubar_button.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/menuitem.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/minus.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/notebook-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/notebook-entry-border-bg.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/notebook-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/notebook-gap-horiz.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/notebook-gap-vert.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/notebook.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/null.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/plus.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/progressbar.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/progressbar_v.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/slider-horiz-active.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/slider-horiz-insens.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/slider-horiz-prelight.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/slider-horiz.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/slider-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/slider-prelight.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/slider-vert-active.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/slider-vert-insens.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/slider-vert-prelight.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/slider-vert.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/slider.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/tab-bottom-active.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/tab-left-active.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/tab-right-active.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/tab-top-active.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/toolbar.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/tree_header.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/trough-horizontal-active.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/trough-horizontal.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/trough-progressbar.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/trough-progressbar_v.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/trough-scrollbar-horiz.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/trough-scrollbar-vert.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/trough-vertical-active.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/trough-vertical.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/up-background-disable-rtl.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/up-background-disable.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/up-background-rtl.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/assets/up-background.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/gtkrc create mode 100644 themes/Mint-Y-Moka/gtk-2.0/main.rc create mode 100644 themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/button-active.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/button-hover.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/button-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/button.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/menubar-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc create mode 100644 themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar.rc create mode 100644 themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/menubar.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/menubar_button-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/menubar_button.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Moka/gtk-2.0/panel.rc create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-selected.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-selected@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-selectionmode.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-selectionmode@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-selected.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-selected@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-selectionmode-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-selectionmode.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-selectionmode@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-selected.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/pane-separator-vertical.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/pane-separator-vertical@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/pane-separator.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/pane-separator@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked-selected.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked-selected@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed-selected.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed-selected@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-selected.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-header-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-header-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-header.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-header@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive-header.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive-header@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive-selected.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-selected.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-selected@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-active.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-active@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-header-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-header-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-header.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-header@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-insensitive-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-insensitive-header.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-insensitive-header@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-insensitive-selected.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-insensitive.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-insensitive@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-selected.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch-selected@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/switch@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-active-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-active-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-active.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-active@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-backdrop-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-backdrop.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-backdrop@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-hover-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-hover-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-hover.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-hover@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-active-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-active-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-active.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-active@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-backdrop-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-backdrop.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-backdrop@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-hover-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-hover-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-hover.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-hover@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-active-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-active-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-active.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-active@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-backdrop-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-backdrop.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-backdrop@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-hover-dark.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-hover-dark@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-hover.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-hover@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min@2.png create mode 100644 themes/Mint-Y-Moka/gtk-3.0/gtk.css create mode 100644 themes/Mint-Y-Moka/gtk-3.0/thumbnail.png create mode 100644 themes/Mint-Y-Moka/index.theme create mode 100644 themes/Mint-Y-Moka/metacity-1/button-bg.svg create mode 100644 themes/Mint-Y-Moka/metacity-1/button-border.svg create mode 100644 themes/Mint-Y-Moka/metacity-1/close-icon.svg create mode 100644 themes/Mint-Y-Moka/metacity-1/max-icon.svg create mode 100644 themes/Mint-Y-Moka/metacity-1/metacity-theme-2.xml create mode 100644 themes/Mint-Y-Moka/metacity-1/metacity-theme-3.xml create mode 100644 themes/Mint-Y-Moka/metacity-1/min-icon.svg create mode 100644 themes/Mint-Y-Moka/metacity-1/thumbnail.png create mode 100644 themes/Mint-Y-Moka/xfce-notify-4.0/gtkrc create mode 100644 themes/Mint-Y-Moka/xfwm4/bottom-active.xpm create mode 120000 themes/Mint-Y-Moka/xfwm4/bottom-inactive.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/bottom-left-active.xpm create mode 120000 themes/Mint-Y-Moka/xfwm4/bottom-left-inactive.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/bottom-right-active.xpm create mode 120000 themes/Mint-Y-Moka/xfwm4/bottom-right-inactive.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/close-active.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/close-inactive.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/close-prelight.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/close-pressed.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/hide-active.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/hide-inactive.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/hide-prelight.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/hide-pressed.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/left-active.xpm create mode 120000 themes/Mint-Y-Moka/xfwm4/left-inactive.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/maximize-active.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/maximize-inactive.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/maximize-prelight.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/maximize-pressed.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/menu-active.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/menu-inactive.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/menu-pressed.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/right-active.xpm create mode 120000 themes/Mint-Y-Moka/xfwm4/right-inactive.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/shade-active.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/shade-inactive.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/shade-prelight.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/shade-toggled-active.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/shade-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/shade-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/stick-active.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/stick-inactive.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/stick-prelight.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/stick-toggled-active.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/stick-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/stick-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/themerc create mode 100644 themes/Mint-Y-Moka/xfwm4/title-1-active-shaded.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/title-1-active.xpm create mode 120000 themes/Mint-Y-Moka/xfwm4/title-1-inactive.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/title-2-active.xpm create mode 120000 themes/Mint-Y-Moka/xfwm4/title-2-inactive.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/title-3-active.xpm create mode 120000 themes/Mint-Y-Moka/xfwm4/title-3-inactive.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/title-4-active.xpm create mode 120000 themes/Mint-Y-Moka/xfwm4/title-4-inactive.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/title-5-active.xpm create mode 120000 themes/Mint-Y-Moka/xfwm4/title-5-inactive.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/top-left-active-shaded.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/top-left-active.xpm create mode 120000 themes/Mint-Y-Moka/xfwm4/top-left-inactive.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/top-right-active-shaded.xpm create mode 100644 themes/Mint-Y-Moka/xfwm4/top-right-active.xpm create mode 120000 themes/Mint-Y-Moka/xfwm4/top-right-inactive.xpm diff --git a/README.md b/README.md index 3e68b2c..75d3d55 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,14 @@ All themes are sorted alphabetically. +# This is the Mint-Y-Moka theme. + +## Mint-Y-Dark-MOka + +![Screenshots](http://i.imgur.com/UgRHgxo.jpg) + + + # This is the Mint-Y-Oranchelo theme. diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/cinnamon.css b/themes/Mint-Y-Dark-Moka/cinnamon/cinnamon.css new file mode 100644 index 0000000..5349ac3 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/cinnamon.css @@ -0,0 +1,1368 @@ +stage { + font-family: sans, Sans-Serif; + font-size: 9pt; + color: #D3D3D3; } + +.label-shadow { + color: transparent; } + +.popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button, .sound-button { + min-height: 20px; + padding: 5px 32px; + transition-duration: 0; + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #D3D3D3; + background-color: #454545; + border: 1px solid #202020; + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button, .sound-button, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .sound-button:focus, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .notification-button:active:focus, .notification-icon-button:active:focus, .modal-dialog-button-box .modal-dialog-button:active:focus, .sound-button:active:focus, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .sound-button:insensitive { + border-radius: 2px; } + .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .sound-button:focus { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #D3D3D3; + background-color: #454545; + border: 1px solid #e1d5e5; + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #D3D3D3; + background-color: #525252; + border: 1px solid #202020; + box-shadow: inset 0 2px 4px rgba(82, 82, 82, 0.05); } + .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #D3D3D3; + background-color: #525252; + border: 1px solid #e1d5e5; + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .notification-button:active:focus, .notification-icon-button:active:focus, .modal-dialog-button-box .modal-dialog-button:active:focus, .sound-button:active:focus { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #ffffff; + background-color: #e1d5e5; + border: 1px solid #e1d5e5; + box-shadow: inset 0 2px 4px #e1d5e5; } + .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .sound-button:insensitive { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: rgba(211, 211, 211, 0.45); + border: 1px solid rgba(32, 32, 32, 0.55); + background-color: rgba(69, 69, 69, 0.55); + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + +.popup-menu #notification StEntry, #menu-search-entry { + padding: 7px; + caret-size: 1px; + selection-background-color: #e1d5e5; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #D3D3D3; + background-color: #404040; + border: 1px solid #202020; + box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); } + .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover { + color: #D3D3D3; + background-color: #404040; + border: 1px solid #e1d5e5; + box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); } + .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { + color: rgba(211, 211, 211, 0.45); + background-color: #383838; + border-color: 1px solid #272727; + box-shadow: inset 0 2px 4px rgba(56, 56, 56, 0.05); } + .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 4px; } + +.notification StEntry { + padding: 7px; + caret-size: 1px; + caret-color: #c3c3c3; + selection-background-color: #e1d5e5; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:focus { + color: #ffffff; + background-color: #e1d5e5; + border: 1px solid #e1d5e5; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-color: rgba(109, 109, 109, 0.2); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + +StScrollView.vfade { + -st-vfade-offset: 0px; } +StScrollView.hfade { + -st-hfade-offset: 0px; } + +StScrollBar { + padding: 8px; } + StScrollView StScrollBar { + min-width: 5px; + min-height: 5px; } + StScrollBar StBin#trough { + background-color: rgba(64, 64, 64, 0.1); + border-radius: 8px; } + StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 2px; + background-color: #717171; + border: 0px solid; + margin: 0px; } + StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #606060; } + StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #e1d5e5; } + +.separator { + -gradient-height: 1px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-slider-menu-item, +.slider { + -slider-height: 0.3em; + -slider-background-color: #202020; + -slider-border-color: transparent; + -slider-active-background-color: #e1d5e5; + -slider-active-border-color: transparent; + -slider-border-width: 0; + -slider-handle-radius: 0.5em; + height: 1em; + min-width: 15em; + border: 0 solid transparent; + border-right-width: 1px; + border-left-width: 5px; } + +.check-box CinnamonGenericContainer { + spacing: .2em; + min-height: 30px; + padding-top: 2px; } +.check-box StLabel { + font-weight: normal; } +.check-box StBin { + width: 16px; + height: 16px; + background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } +.check-box:focus StBin { + background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } +.check-box:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } +.check-box:focus:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } + +.radiobutton CinnamonGenericContainer { + spacing: .2em; + height: 26px; + padding-top: 2px; } +.radiobutton StLabel { + padding-top: 4px; + font-size: 0.9em; + box-shadow: none; } +.radiobutton StBin { + width: 16px; + height: 16px; + background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } +.radiobutton:focus StBin { + background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } +.radiobutton:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } +.radiobutton:focus:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } + +.toggle-switch { + width: 50px; + height: 20px; + background-size: contain; } + .toggle-switch-us, .toggle-switch-intl { + background-image: url("dark-assets/switch/switch-off.svg"); } + .toggle-switch-us:checked, .toggle-switch-intl:checked { + background-image: url("dark-assets/switch/switch-on.svg"); } + +.cinnamon-link { + color: white; + text-decoration: underline; } + .cinnamon-link:hover { + color: white; } + +#Tooltip { + border: 1px solid #d0d0d0; + border-radius: 3px; + padding: 5px 12px; + background-color: #fbeaa0; + color: #4a4a4a; + font-size: 1em; + font-weight: normal; + text-align: center; } + +.popup-menu { + color: white; + color: #D3D3D3; } + .popup-menu-arrow { + icon-size: 16px; } + .popup-menu .popup-sub-menu { + background-color: #404040; + box-shadow: none; } + .popup-menu .popup-sub-menu .popup-menu-item:ltr { + padding-right: 1.75em; } + .popup-menu .popup-sub-menu .popup-menu-item:rtl { + padding-left: 1.75em; } + .popup-menu .popup-sub-menu StScrollBar { + padding: 4px; } + .popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle { + border-width: 0; } + .popup-menu .popup-menu-content { + padding: 1em 0em 1em 0em; } + .popup-menu .popup-menu-item { + padding: .4em 1.75em; + spacing: 1em; + border: 1px solid transparent; + border-left-width: 0; + border-right-width: 0; } + .popup-menu .popup-menu-item:active { + color: #D3D3D3; + border-color: rgba(211, 211, 211, 0.11); + background-color: rgba(211, 211, 211, 0.08); } + .popup-menu .popup-menu-item:insensitive { + color: rgba(211, 211, 211, 0.5); + background: none; } + .popup-menu .popup-inactive-menu-item { + color: #D3D3D3; } + .popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(211, 211, 211, 0.45); } + .popup-menu-icon { + icon-size: 16px; } + +.popup-menu-boxpointer { + -arrow-border-radius: 3px; + -arrow-background-color: #2f2f2f; + -arrow-border-width: 1px; + -arrow-border-color: #202020; + -arrow-base: 21px; + -arrow-rise: 9px; + -boxpointer-gap: 2px; } + +/*Don't know what this does*/ +.popup-combo-menu { + background-color: rgba(0, 0, 0, 0.4); + padding: 1em 0em; + color: red; + border: 1px solid rgba(0, 0, 0, 0.6); + border-radius: 3px; } + +.popup-combobox-item { + spacing: 1em; } + +.popup-separator-menu-item { + -gradient-height: 2px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-alternating-menu-item:alternate { + font-weight: normal; } + +.popup-device-menu-item { + spacing: .5em; } + +.popup-subtitle-menu-item { + font-weight: normal; } + +.nm-menu-item-icons { + spacing: .5em; } + +#panel { + font-weight: bold; + height: 27px; } + #panelLeft { + spacing: 4px; } + #panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + #panelLeft:ltr { + padding-right: 4px; } + #panelLeft:rtl { + padding-left: 4px; } + #panelLeft.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + #panelLeft.vertical:ltr { + padding-right: 0px; } + #panelLeft.vertical:rtl { + padding-left: 0px; } + #panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } + #panelRight:ltr { + padding-left: 4px; + spacing: 0px; } + #panelRight:rtl { + padding-right: 4px; + spacing: 0px; } + #panelRight.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + #panelRight.vertical:ltr { + padding-right: 0px; } + #panelRight.vertical:rtl { + padding-left: 0px; } + #panelCenter { + spacing: 4px; } + #panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } + #panel:highlight { + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } + +.panelLeft { + spacing: 4px; } + .panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + .panelLeft:ltr { + padding-right: 4px; } + .panelLeft:rtl { + padding-left: 4px; } + .panelLeft.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + .panelLeft.vertical:ltr { + padding-right: 0px; } + .panelLeft.vertical:rtl { + padding-left: 0px; } +.panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } +.panelRight:ltr { + padding-left: 4px; + spacing: 0px; } +.panelRight:rtl { + padding-right: 4px; + spacing: 0px; } +.panelRight.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + .panelRight.vertical:ltr { + padding-left: 0px; + spacing: 0px; } + .panelRight.vertical:rtl { + padding-right: 0px; + spacing: 0px; } +.panelCenter { + spacing: 4px; } + .panelCenter.vertical { + padding-left: 0px; + padding-right: 0px; } + .panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } +.panel-top, .panel-bottom, .panel-left, .panel-right { + color: #ffffff; + font-size: 1em; + padding: 0px; } +.panel-top { + border-image: url("common-assets/panel/panel-top.svg") 1 1 1 1; } +.panel-bottom, .panel-left, .panel-right { + border-image: url("common-assets/panel/panel-bottom.svg") 1 1 1 1; } +.panel-dummy { + background-color: rgba(252, 65, 56, 0.5); } + .panel-dummy:entered { + background-color: rgba(252, 65, 56, 0.6); } +.panel-status-button { + border-width: 0; + -natural-hpadding: 3px; + -minimum-hpadding: 3px; + font-weight: bold; + color: white; + height: 22px; } +.panel-button { + -natural-hpadding: 6px; + -minimum-hpadding: 2px; + font-weight: bold; + color: green; + transition-duration: 100; } + +.system-status-icon { + icon-size: 16px; + padding: 0 1px; } + +#overview { + spacing: 12px; } + +.window-caption { + background-color: rgba(53, 53, 53, 0.95); + border: 1px solid rgba(53, 53, 53, 0.95); + color: #c3c3c3; + spacing: 25px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; } + .window-caption#selected { + background-color: #e1d5e5; + color: #ffffff; + border: 1px solid #e1d5e5; + spacing: 25px; } + +.expo-workspaces-name-entry, +.expo-workspaces-name-entry#selected { + height: 15px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .expo-workspaces-name-entry:focus, + .expo-workspaces-name-entry#selected:focus { + border: 1px solid #e1d5e5; + background-color: #e1d5e5; + color: #ffffff; + font-style: italic; + transition-duration: 300; + selection-background-color: #ffffff; + selected-color: #e1d5e5; } + +.expo-workspace-thumbnail-frame { + border: 4px solid rgba(255, 255, 255, 0); + background-color: rgba(255, 255, 255, 0); + border-radius: 2px; } + .expo-workspace-thumbnail-frame#active { + border: 4px solid #e1d5e5; + background-color: black; + border-radius: 2px; } + +.expo-background { + background-color: #353535; } + +.workspace-thumbnails { + spacing: 26px; } + .workspace-thumbnails-background, .workspace-thumbnails-background:rtl { + padding: 8px; } +.workspace-add-button { + background-image: url("common-assets/misc/add-workspace.svg"); + height: 200px; + width: 35px; + transition-duration: 100; } + .workspace-add-button:hover { + background-image: url("common-assets/misc/add-workspace-hover.svg"); + transition-duration: 100; } + .workspace-add-button:active { + background-image: url("common-assets/misc/add-workspace-active.svg"); + transition-duration: 100; } +.workspace-overview-background-shade { + background-color: rgba(0, 0, 0, 0.5); } + +.workspace-close-button, +.window-close { + background-image: url("common-assets/misc/close.svg"); + background-size: 26px; + height: 26px; + width: 26px; + -cinnamon-close-overlap: 10px; } + .workspace-close-button:hover, + .window-close:hover { + background-image: url("common-assets/misc/close-hover.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + .workspace-close-button:active, + .window-close:active { + background-image: url("common-assets/misc/close-active.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + +.window-close-area { + background-image: url("common-assets/misc/trash-icon.svg"); + height: 120px; + width: 400px; } + +.about-content { + width: 550px; + height: 250px; + spacing: 8px; + padding-bottom: 10px; } +.about-title { + font-size: 2em; + font-weight: bold; } +.about-uuid { + font-size: 10px; + color: #888; } +.about-icon { + padding-right: 20px; + padding-bottom: 14px; } +.about-scrollBox { + border: 1px solid #202020; + border-radius: 2px; + background-color: #404040; + padding: 4px; + padding-right: 0; + border-radius: 0; } + .about-scrollBox-innerBox { + padding: 1.2em; + spacing: 1.2em; } +.about-description { + padding-top: 4px; + padding-bottom: 16px; } +.about-version { + padding-left: 7px; + font-size: 10px; + color: #888; } + +.calendar { + padding: .4em 1.75em; + spacing-rows: 0px; + spacing-columns: 0px; } + +.calendar-month-label { + color: #D3D3D3; + font-weight: bold; + padding: 8px 0; } + +.calendar-change-month-back, +.calendar-change-month-forward { + width: 16px; + height: 16px; } + +.calendar-change-month-back { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:focus, .calendar-change-month-back:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-back:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:rtl { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-back:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + +.calendar-change-month-forward { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-forward:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:rtl { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-forward:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + +.datemenu-date-label { + padding: .4em 1.75em; + font-weight: bold; + text-align: center; + color: #D3D3D3; + border-radius: 2px; } + +.calendar-day-base { + font-size: 85%; + text-align: center; + width: 25px; + height: 25px; + padding: 0.1em; + margin: 2px; + border-radius: 12.5px; } + +.calendar-day-heading { + color: rgba(211, 211, 211, 0.85); + margin-top: 1em; + font-size: 80%; } + +.calendar-day { + border-width: 0; + color: rgba(211, 211, 211, 0.9); } + +.calendar-day-top { + border-top-width: 0; } + +.calendar-day-left { + border-left-width: 0; } + +.calendar-nonwork-day { + color: #D3D3D3; + background-color: transparent; + font-weight: bold; } + +.calendar-today, +.calendar-today:active, +.calendar-today:focus, +.calendar-today:hover { + font-weight: bold; + color: #ffffff; + background-color: #e1d5e5; + border-width: 0; } + +.calendar-other-month-day { + color: rgba(211, 211, 211, 0.3); + opacity: 1; } + +.calendar-week-number { + color: rgba(211, 211, 211, 0.85); + font-size: 80%; } + +#notification { + border: 1px solid #202020; + border-radius: 3px; + background-color: #2f2f2f; + padding: 13px; + spacing-rows: 10px; + spacing-columns: 10px; + margin-from-right-edge-of-screen: 20px; + width: 34em; + color: #D3D3D3; } + .popup-menu #notification { + color: #D3D3D3; + border-image: url("dark-assets/misc/message.svg") 9 9 9 9; } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { + padding: 5px; } + #notification.multi-line-notification { + padding-bottom: 13px; + color: #c3c3c3; } + #notification-scrollview { + max-height: 10em; } + #notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { + height: 1em; } + #notification-scrollview:ltr > StScrollBar { + padding-left: 6px; } + #notification-scrollview:rtl > StScrollBar { + padding-right: 6px; } + #notification-body { + spacing: 5px; } + #notification-actions { + spacing: 10px; } + +.notification-with-image { + min-height: 159px; + color: #D3D3D3; } +.notification-button, .notification-icon-button { + padding: 5px; } +.notification-icon-button > StIcon { + icon-size: 32px; } + +#altTabPopup { + padding: 8px; + spacing: 16px; } + +.switcher-list { + color: #D3D3D3; + border: 1px solid #202020; + background-color: #2f2f2f; + border-radius: 3px; + padding: 20px; } + .switcher-list > StBoxLayout { + padding: 4px; } + .switcher-list-item-container { + spacing: 8px; } + .switcher-list .item-box { + padding: 8px; + border-radius: 2px; } + .switcher-list .item-box:outlined { + padding: 8px; + border: 1px solid #e1d5e5; } + .switcher-list .item-box:selected { + color: #ffffff; + background-color: #e1d5e5; + border: 0px solid #e1d5e5; } + .switcher-list .thumbnail { + width: 256px; } + .switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; } + .switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.2); } + +.switcher-arrow { + border-color: transparent; + color: #D3D3D3; } + .switcher-arrow:highlighted { + border-color: transparent; + color: #ffffff; } + +.thumbnail-scroll-gradient-left { + background-color: transparent; + border-radius: 24px; + border-radius-topright: 0px; + border-radius-bottomright: 0px; + width: 60px; } + +.thumbnail-scroll-gradient-right { + background-color: transparent; + border-radius: 24px; + border-radius-topleft: 0px; + border-radius-bottomleft: 0px; + width: 60px; } + +.ripple-box { + width: 104px; + height: 104px; + background-image: url("common-assets/misc/corner-ripple.svg"); + background-size: contain; } + .ripple-box:rtl { + background-image: url("common-assets/misc/corner-ripple.svg"); } + +.lightbox { + background-color: rgba(0, 0, 0, 0.4); } + +.flashspot { + background-color: white; } + +.modal-dialog { + background-color: #2f2f2f; + border: 1px solid #202020; + border-radius: 3px; + padding: 0; } + .modal-dialog > StBoxLayout:first-child { + padding: 20px 10px 10px 10px; } + .modal-dialog-button-box { + spacing: 0; + margin: 0px; + padding: 14px 10px; + border: none; + background-color: #2f2f2f; } + .modal-dialog-button-box .modal-dialog-button { + padding-top: 0; + padding-bottom: 0; + height: 30px; } + +.run-dialog { + padding: 0px 15px 10px 15px; + border: 1px solid #202020; + border-radius: 3px; + background-color: #2f2f2f; } + .run-dialog > * { + padding: 0; } + .run-dialog-label { + font-size: 0; + font-weight: bold; + color: #D3D3D3; + padding-bottom: 0; } + .run-dialog-error-label { + color: #FC4138; } + .run-dialog-error-box { + padding-top: 15px; + spacing: 5px; } + .run-dialog-completion-box { + padding-top: 5px; + padding-left: 15px; + font-size: 10px; } + .run-dialog-entry { + width: 21em; + padding: 7px; + border-radius: 3px; + caret-color: #c3c3c3; + selected-color: #ffffff; + selection-background-color: #e1d5e5; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .run-dialog-entry:focus { + color: #D3D3D3; + background-color: #404040; + border: 1px solid #e1d5e5; + box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); } + .run-dialog .modal-dialog-button-box { + border: none; + box-shadow: none; + background: none; } + +/* CinnamonMountOperation Dialogs */ +.cinnamon-mount-operation-icon { + icon-size: 48px; } + +.mount-password-reask { + color: #F27835; } + +.show-processes-dialog, +.mount-question-dialog { + spacing: 24px; } + .show-processes-dialog-subject, + .mount-question-dialog-subject { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; } + .show-processes-dialog-subject:rtl, + .mount-question-dialog-subject:rtl { + padding-left: 0px; + padding-right: 17px; } + .show-processes-dialog-description, + .mount-question-dialog-description { + padding-left: 17px; + width: 28em; } + .show-processes-dialog-description:rtl, + .mount-question-dialog-description:rtl { + padding-right: 17px; } + +.show-processes-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; } + .show-processes-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; } + .show-processes-dialog-app-list-item { + color: #ccc; } + .show-processes-dialog-app-list-item:hover { + color: white; } + .show-processes-dialog-app-list-item:ltr { + padding-right: 1em; } + .show-processes-dialog-app-list-item:rtl { + padding-left: 1em; } + .show-processes-dialog-app-list-item-icon:ltr { + padding-right: 17px; } + .show-processes-dialog-app-list-item-icon:rtl { + padding-left: 17px; } + .show-processes-dialog-app-list-item-name { + font-size: 1.1em; } + +.magnifier-zoom-region { + border: 2px solid maroon; } + .magnifier-zoom-region .full-screen { + border-width: 0px; } + +#keyboard { + background-color: rgba(53, 53, 53, 0.95); + border-width: 0; + border-top-width: 1px; + border-color: rgba(0, 0, 0, 0.4); } + +.keyboard-layout { + spacing: 10px; + padding: 10px; } + +.keyboard-row { + spacing: 15px; } + +.keyboard-key { + min-height: 2em; + min-width: 2em; + font-size: 14pt; + font-weight: bold; + border-radius: 3px; + box-shadow: none; + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #c3c3c3; + border: 1px solid #202020; + background-color: rgba(109, 109, 109, 0.35); } + .keyboard-key:hover { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(127, 127, 127, 0.45); } + .keyboard-key:active, .keyboard-key:checked { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #ffffff; + border: 1px solid #e1d5e5; + background-color: #e1d5e5; } + .keyboard-key:grayed { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #606060; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(109, 109, 109, 0.2); } + +.keyboard-subkeys { + color: #c3c3c3; + padding: 5px; + -arrow-border-radius: 2px; + -arrow-background-color: rgba(53, 53, 53, 0.95); + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0.4); + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 5px; } + +.menu-favorites-box { + margin: auto; + padding: 10px; + transition-duration: 300; + background-color: #404040; + border: 1px solid #202020; } +.menu-favorites-button { + padding: 10px; + border: 1px solid transparent; } +.menu-places-box { + margin: auto; + padding: 10px; + border: 0px solid red; } +.menu-places-button { + padding: 10px; } +.menu-categories-box { + padding: 10px 30px 10px 30px; } +.menu-applications-inner-box, .menu-applications-outer-box { + padding: 10px 10px 0 10px; } +.menu-application-button { + padding: 7px; + border: 1px solid transparent; } + .menu-application-button:highlighted { + font-weight: bold; } + .menu-application-button-selected { + padding: 7px; } + .menu-application-button-selected:highlighted { + font-weight: bold; } + .menu-application-button-label:ltr { + padding-left: 5px; } + .menu-application-button-label:rtl { + padding-right: 5px; } +.menu-category-button { + padding: 7px; + border: 1px solid transparent; } + .menu-category-button-selected { + padding: 7px; } + .menu-category-button-hover { + background-color: red; + border-radius: 2px; } + .menu-category-button-greyed { + padding: 7px; + color: rgba(211, 211, 211, 0.45); + border: 1px solid transparent; } + .menu-category-button-label:ltr { + padding-left: 5px; } + .menu-category-button-label:rtl { + padding-right: 5px; } +.menu-selected-app-box { + padding-right: 30px; + padding-left: 28px; + text-align: right; + height: 30px; } + .menu-selected-app-box:rtl { + padding-top: 10px; + height: 30px; } +.menu-selected-app-title { + font-weight: bold; } +.menu-selected-app-description { + max-width: 150px; } +.menu-search-box:ltr { + padding-left: 30px; } +.menu-search-box-rtl { + padding-right: 30px; } + +#menu-search-entry { + width: 250px; + height: 15px; + font-weight: normal; + caret-color: #D3D3D3; } + +.menu-search-entry-icon { + icon-size: 1em; + color: #D3D3D3; } + +/* Context menu (at the moment only for favorites) */ +.info-osd { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 16px; + color: #D3D3D3; + border: 1px solid #202020; + border-radius: 5px; + background-color: #2f2f2f; } + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 20px; + margin: 32px; + min-width: 64px; + min-height: 64px; + color: #D3D3D3; + background-color: #2f2f2f; + border: 1px solid #202020; + border-radius: 5px; } + .osd-window .osd-monitor-label { + font-size: 3em; } + .osd-window .level { + padding: 0; + height: 4px; + background-color: rgba(0, 0, 0, 0.5); + border-radius: 2px; + color: #e1d5e5; } + +.window-list-box { + spacing: 6px; + padding-left: 10px; + padding-top: 1px; } + .window-list-box.vertical { + spacing: 0px; + padding-left: 0px; + padding-right: 0px; + padding-top: 10px; + padding-bottom: 10px; } + .window-list-box:highlight { + background-color: rgba(252, 65, 56, 0.5); } +.window-list-item-label { + font-weight: bold; + width: 15em; + min-width: 5px; } +.window-list-item-box { + font-weight: bold; + background-image: none; + padding-left: 8px; + padding-right: 8px; + transition-duration: 100; + color: rgba(255, 255, 255, 0.6); } + .window-list-item-box.right { + padding-left: 0px; + padding-right: 0px; } + .window-list-item-box.left { + padding-left: 0px; + padding-right: 0px; } + .window-list-item-box:hover { + color: #ffffff; } + .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus { + color: #ffffff; + border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; } +.window-list-item-demands-attention { + background-gradient-direction: vertical; + background-gradient-start: #F04A50; + background-gradient-end: #F04A50; } + +.sound-button { + width: 22px; + height: 13px; + padding: 8px; } + .sound-button-container { + padding-right: 3px; + padding-left: 3px; } + .sound-button StIcon { + icon-size: 1.4em; } + +.sound-track-infos { + padding: 5px; } +.sound-track-info { + padding-top: 2px; + padding-bottom: 2px; } + .sound-track-info StIcon { + icon-size: 16px; } + .sound-track-info StLabel { + padding-left: 5px; + padding-right: 5px; } +.sound-track-box { + padding-left: 15px; + padding-right: 15px; + max-width: 220px; } + +.sound-seek-box { + padding-left: 15px; } + .sound-seek-box StLabel { + padding-top: 2px; } + .sound-seek-box StIcon { + icon-size: 16px; } + +.sound-seek-slider { + width: 140px; } + +.sound-volume-menu-item { + padding: .4em 1.75em; } + .sound-volume-menu-item StIcon { + icon-size: 1.14em; + padding-left: 8px; + padding-right: 8px; } + +.sound-playback-control { + padding: 5px 10px 10px 10px; } + +.sound-player { + padding: 0 4px; } + .sound-player > StBoxLayout:first-child { + padding: 5px 10px 12px 10px; + spacing: 0.5em; } + .sound-player > StBoxLayout:first-child StButton:small { + width: 16px; + height: 8px; + padding: 1px; } + .sound-player > StBoxLayout:first-child StButton:small StIcon { + icon-size: 12px; } + .sound-player-generic-coverart { + background: rgba(0, 0, 0, 0.2); } + .sound-player-overlay { + width: 290px; + height: 70px; + padding: 15px; + spacing: 0.5em; + background: rgba(40, 40, 40, 0.85); + border: 0px solid rgba(28, 28, 28, 0.95); + border-bottom: 1px; + color: #c3c3c3; } + .sound-player-overlay StButton { + width: 22px; + height: 13px; + padding: 5px; + color: #c3c3c3; + border-radius: 2px; + border: 1px solid rgba(53, 53, 53, 0); } + .sound-player-overlay StButton StIcon { + icon-size: 16px; } + .sound-player-overlay StButton:hover { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(127, 127, 127, 0.45); } + .sound-player-overlay StButton:active { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #ffffff; + background-color: #e1d5e5; + border: 1px solid #e1d5e5; + box-shadow: inset 0 2px 4px #e1d5e5; } + .sound-player-overlay StBoxLayout { + padding-top: 2px; } + .sound-player-overlay > StBoxLayout { + spacing: 5px; } + .sound-player .slider { + height: 0.5em; + padding: 0; + border: none; + -slider-height: 0.5em; + -slider-background-color: #222222; + -slider-border-color: transparent; + -slider-active-background-color: #e1d5e5; + -slider-active-border-color: transparent; + -slider-border-width: 0px; + -slider-handle-radius: 0px; } + +#workspaceSwitcher { + spacing: 0px; + padding: 3px; } + +/* Controls the styling when using the "Simple buttons" option */ +.workspace-switcher { + padding-left: 3px; + padding-right: 3px; } + +.workspace-button { + width: 20px; + height: 10px; + color: #ffffff; + padding: 3px; + padding-top: 4px; + transition-duration: 300; } + .workspace-button:outlined, .workspace-button:outlined:hover { + color: #e1d5e5; } + .workspace-button:hover { + color: rgba(225, 213, 229, 0.5); } + +/* Controls the style when using the "Visual representation" option */ +.workspace-graph { + padding: 3px; + spacing: 3px; } + +.workspace-graph .workspace { + border: 1px solid rgba(0, 0, 0, 0.4); + background-color: rgba(0, 0, 0, 0.2); } + +.workspace-graph .workspace:active { + border: 1px solid #e1d5e5; } + +.workspace-graph .workspace .windows { + -active-window-background: rgba(79, 79, 79, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(79, 79, 79, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +.workspace-graph .workspace:active .windows { + -active-window-background: rgba(105, 105, 105, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(54, 54, 54, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +#panel-launchers-box { + padding-left: 7px; } + #panel-launchers-box.vertical { + padding-top: 2px; + padding-bottom: 2px; + padding-left: 0px; + padding-right: 0px; } + #panel-launchers-box.vertical .panel-launcher { + border-bottom-width: 1px; } + +.panel-launcher { + margin: 1px; + padding: 1px; + transition-duration: 200; } + .panel-launcher:hover { + border: 0px solid #e1d5e5; + border-bottom-width: 1px; } + +#overview-corner { + background-image: url("common-assets/misc/overview.png"); } + #overview-corner:hover { + background-image: url("common-assets/misc/overview-hover.png"); } + +.applet-separator { + padding: 1px 4px; } +.applet-separator-line { + width: 1px; + background: rgba(255, 255, 255, 0.12); } +.applet-box { + padding-left: 3px; + padding-right: 3px; + color: rgba(255, 255, 255, 0.6); + text-shadow: none; + transition-duration: 100; } + .applet-box.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 3px; + padding-bottom: 3px; } + .applet-box:hover { + color: #ffffff; + background-color: #e1d5e5; } + .applet-box:highlight { + background-image: none; + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } +.applet-label { + font-weight: bold; + color: rgba(255, 255, 255, 0.6); } + .applet-label:hover, .applet-box:hover > .applet-label { + color: #ffffff; + text-shadow: none; } +.applet-icon { + color: #ffffff; + icon-size: 22px; } + .applet-icon:hover, .applet-box:hover > .applet-icon { + color: #ffffff; + text-shadow: none; } + +.user-icon { + width: 32px; + height: 32px; + background-color: transparent; + border: none; + border-radius: 0; } + +.user-label { + color: #D3D3D3; + font-size: 1em; + font-weight: bold; + margin: 0px; } + +.desklet { + color: #D3D3D3; } + .desklet:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders { + border: 1px solid #202020; + border-radius: 5px; + background-color: #2f2f2f; + color: #D3D3D3; + padding: 12px; + padding-bottom: 16px; } + .desklet-with-borders:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders-and-header { + border: 1px solid #202020; + border-top-width: 0; + border-radius: 0 0 5px 5px; + background-color: #2f2f2f; + color: #D3D3D3; + border-radius: 0; + border-radius-topleft: 0; + border-radius-topright: 0; + padding: 12px; + padding-bottom: 17px; } + .desklet-with-borders-and-header:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-header { + border: 1px solid #202020; + border-radius: 5px 5px 0 0; + background-color: #272727; + color: #D3D3D3; + font-size: 1em; + padding: 12px; + padding-bottom: 6px; } + .desklet-drag-placeholder { + border: 2px solid #e1d5e5; + background-color: rgba(225, 213, 229, 0.3); } + +.photoframe-box { + border: 1px solid #202020; + border-radius: 5px; + background-color: #2f2f2f; + color: #D3D3D3; + padding: 12px; + padding-bottom: 16px; } + +/*FIXME*/ +.workspace-osd { + /*color: red;*/ + color: #c3c3c3; + text-shadow: black 5px 5px 5px; + font-weight: bold; + font-size: 48pt; } + +.notification-applet-padding { + padding: .5em 1em; } + +.notification-applet-container { + max-height: 100px; } + +.tile-preview { + background-color: rgba(225, 213, 229, 0.3); + border: 1px solid #e1d5e5; } + .tile-preview.snap { + background-color: rgba(225, 213, 229, 0.6); } + +.tile-hud { + background-color: rgba(225, 213, 229, 0.3); + border: 1px solid #e1d5e5; } + .tile-hud.snap { + background-color: rgba(225, 213, 229, 0.6); } + .tile-hud:top { + border-top-width: 0px; } + .tile-hud:bottom { + border-bottom-width: 0px; } + .tile-hud:left { + border-left-width: 0px; } + .tile-hud:right { + border-right-width: 0px; } + .tile-hud:top-left { + border-top-width: 0px; + border-left-width: 0px; } + .tile-hud:top-right { + border-top-width: 0px; + border-right-width: 0px; } + .tile-hud:bottom-left { + border-bottom-width: 0px; + border-left-width: 0px; } + .tile-hud:bottom-right { + border-bottom-width: 0px; + border-right-width: 0px; } + +.xkcd-box { + padding: 6px; + border: 0px; + background-color: transparent; + border-radius: 0px; } diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/menu/menu-separator.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/menu/menu-separator.svg new file mode 100644 index 0000000..4962ebc --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/menu/menu-separator.svg @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="90.311111mm" + height="0.56444442mm" + viewBox="0 0 320 1.9999999" + id="svg7537" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menu-separator.svg"> + <defs + id="defs7539" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="115.53549" + inkscape:cy="8.9322818" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1366" + inkscape:window-height="723" + inkscape:window-x="0" + inkscape:window-y="23" + inkscape:window-maximized="1" /> + <metadata + id="metadata7542"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(340,-443.3622)" /> +</svg> diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/add-workspace-active.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/add-workspace-active.svg new file mode 100644 index 0000000..e5ec85a --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/add-workspace-active.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace-active.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="7.0289763" + inkscape:cy="105.84046" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:1;fill:#e1d5e5;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:1;fill:#e1d5e5;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#ffffff;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/add-workspace-hover.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/add-workspace-hover.svg new file mode 100644 index 0000000..ce48f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/add-workspace-hover.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace-hover.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="3.4046076" + inkscape:cy="118.15924" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:0.45;fill:#202020;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#bababa;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/add-workspace.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/add-workspace.svg new file mode 100644 index 0000000..5b3ed52 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/add-workspace.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="7.3133825" + inkscape:cy="105.84268" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#bababa;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/bg.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/bg.svg new file mode 100644 index 0000000..feeddea --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/bg.svg @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32" + height="32" + viewBox="0 0 32 32" + id="svg5386" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="bg.svg"> + <defs + id="defs5388" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="18.271674" + inkscape:cy="5.838404" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid5954" /> + </sodipodi:namedview> + <metadata + id="metadata5391"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1020.3622)"> + <rect + style="display:inline;opacity:0.81;fill:none;fill-opacity:1;stroke:#161a26;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-3" + width="23" + height="21.999889" + x="4.5" + y="1024.8622" + rx="2.0000005" + ry="1.9999999" /> + <rect + style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164" + width="22" + height="20.999971" + x="5" + y="1025.3622" + rx="1.4" + ry="1.4" /> + <g + transform="translate(-425.99995,658.36226)" + id="g4271" + style="display:inline;opacity:0.65"> + <rect + ry="8" + rx="8" + y="362.49994" + x="426.49994" + height="31" + width="31.000011" + id="rect4164-4-7-5-3-8-8" + style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6.999999" + rx="7" + y="363.49997" + x="427.49994" + height="28.999996" + width="29.000011" + id="rect4164-4-7-5-3-8" + style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6" + rx="6" + y="364.49994" + x="428.49994" + height="26.999998" + width="27.000011" + id="rect4164-4-7-5-3" + style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="5" + rx="4.9999995" + y="365.49997" + x="429.49997" + height="24.999998" + width="24.999981" + id="rect4164-4-7-5" + style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + transform="translate(-6.1035156e-5,0)" + id="rect4164-4-7" + d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" + style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscssc" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg new file mode 100644 index 0000000..d2f9c7a --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + sodipodi:docname="calendar-arrow-left-hover.svg" + height="16" + id="svg7384" + inkscape:version="0.91 r13725" + version="1.1" + width="16"> + <metadata + id="metadata90"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + bordercolor="#666666" + borderopacity="1" + inkscape:current-layer="layer12" + inkscape:cx="7.3546086" + inkscape:cy="7.9323223" + gridtolerance="10" + inkscape:guide-bbox="true" + guidetolerance="10" + id="namedview88" + inkscape:object-nodes="false" + inkscape:object-paths="false" + objecttolerance="10" + pagecolor="#ffffff" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + showborder="true" + showgrid="true" + showguides="true" + inkscape:snap-bbox="true" + inkscape:snap-bbox-midpoints="false" + inkscape:snap-global="true" + inkscape:snap-grids="true" + inkscape:snap-nodes="true" + inkscape:snap-others="false" + inkscape:snap-to-guides="true" + inkscape:window-height="1030" + inkscape:window-maximized="1" + inkscape:window-width="1920" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:zoom="22.627417" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + empspacing="2" + enabled="true" + id="grid4866" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="1px" + spacingy="1px" + type="xygrid" + visible="true" /> + <inkscape:grid + color="#000000" + empcolor="#000000" + empopacity="0" + empspacing="4" + enabled="true" + id="grid5968" + opacity="0.1254902" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="0.5px" + spacingy="0.5px" + type="xygrid" + visible="true" /> + </sodipodi:namedview> + <title + id="title9167">Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/calendar-arrow-left.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/calendar-arrow-left.svg new file mode 100644 index 0000000..2774254 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/calendar-arrow-left.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg new file mode 100644 index 0000000..b6fd461 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/calendar-arrow-right.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/calendar-arrow-right.svg new file mode 100644 index 0000000..366e69b --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/calendar-arrow-right.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/close-active.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/close-active.svg new file mode 100644 index 0000000..95822bf --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/close-active.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/close-hover.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/close-hover.svg new file mode 100644 index 0000000..7b52140 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/close-hover.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/close.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/close.svg new file mode 100644 index 0000000..e221a33 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/close.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/corner-ripple.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/corner-ripple.svg new file mode 100644 index 0000000..16a784f --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/corner-ripple.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/desklet-header.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/desklet-header.svg new file mode 100644 index 0000000..a6e1054 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/desklet-header.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/desklet.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/desklet.svg new file mode 100644 index 0000000..8445c61 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/desklet.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/osd.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/osd.svg new file mode 100644 index 0000000..df41a00 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/osd.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/overview-hover.png b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/overview-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..75673f9cf4d11cc891275cbcb5fc775db9585540 GIT binary patch literal 838 zcmV-M1G)T(P)kdg0009GNkl1!KD9DQ@_rPbw?9N7*sw#Z576(BYZ3DEzb{X_e)6zI27Qi4@NLTggv_=u%gc6IKq z_MDkkn?VhNLVmQbWvk!4Q-E9+tqwIZ;jQ&2E4P!K4{ zVmm2%q@W83^_SfE%JoPU#PVW+Td|Lms^%XH9UnTZV>$b6d z{;iU34gsM(fa~AKN6w(yeBwPF_MaV`T-4G#6|dp!-S{$2pZ|Q=%Vnpz|5@{Ca6S00 zlz1sJXa`i!JTylYZ!b%K?7q9$^qax-syC|M=I)D^N5_rH#`N;-Pu(o__C}S^1P6r% z*C$O!_Ow)PU-d_WouD0qS|zP`TY-r>$~^YT2l0me>;5hrW~9P=&pB+Y+{Wqsx>1SGJUMB~@W z>Dr(%@xn4ps(4lo8$o@ZkfAjy#g-&i?2R`@oyh|q*}}szNcyIcR;ZMdUWH*PF*&Ss zZN4?PvVi6mvE~L-wRk<)2wQXH5CwhZHWD!KbIZ5JreuJVm-AZYihvH8&lBRn&8q26 zs_Am|Ixp&b5n5Dy@FGCRX3>$w45I$si?j*_{L_oH6w%#Px`rnIxA=%Z0mD;*r^|!p Q1ONa407*qoM6N<$f{;O?8~^|S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/overview.png b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/misc/overview.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb4f87f4e8e2b95cb3ae488e84da3d63d1786ed GIT binary patch literal 680 zcmV;Z0$2TsP)kdg00002VoOIv0RM-N z%)bBt010qNS#tmY3ljhU3ljkVnw%H_000McNliru-U%BC88MnF!IrGCBwm9)u_fl)|8*yQeM^6m$^r64|vV z3`vkcNr{9G7J`vMnZim6VY%*Zx;s0&JI-`zYgVOmhkZ`p_Z^=1dEe)GKPaJu{{h0T zyNHO0fQ^NPjqv*gY<94){zV`lb$k2Uf~Q@9+-l<8hxyJ#jr5`=-0o`A3*%NZ)IZ+*HH*RyO0Q4Yaj-SHFD97pssQ;?B{Jj#yThZ--;`ZmBH3X{6TcLhClVGN)8+2eH}DXOOW7= z=5IsRtH-?@rJgzt_jMTK$ziIHi--1?KrL_BSR06vB*7NO!=x54(svg~5+g=@AiA+u z-hf(6AUmjJ5N!<7=zw_Kt@@1A;!n0oVPoSFZ9sMuEm8n%M*X3|nt~&Dnib!6?3%C8 z^I(lXv>9cO?*&+xbF+%p)Ajrqz7v(xr%ra}QXfBG2v63X^WhzB>giInxmnC&7X(K$ zWevfR^DSrcnfwN_`+#Y_oVY)KD|Dz<_PYGudY9+@%%!pAb+$40&w&uPC)cXueyyw; z`Rn4-iR*Jq2{{o~Dh{f_`1;h;)z>R=bn;Fcg`$DF(eU9x!p07j6_}Y)rCbu@F&kA!CyxOMZ8Z_FEHjHVKl}m(9?n#zS$LZO O0000 + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/activities-active.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/activities-active.svg new file mode 100644 index 0000000..6986f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/activities-active.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/activities.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/activities.svg new file mode 100644 index 0000000..b4a4b0d --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/activities.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/panel-bottom.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/panel-bottom.svg new file mode 100644 index 0000000..c6d6f5f --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/panel-bottom.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/panel-top.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/panel-top.svg new file mode 100644 index 0000000..43dd84b --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/panel-top.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/window-list-active-bottom.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/window-list-active-bottom.svg new file mode 100644 index 0000000..ad93e38 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/window-list-active-bottom.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/window-list-active-top.svg b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/window-list-active-top.svg new file mode 100644 index 0000000..6a72b8a --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/common-assets/panel/window-list-active-top.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg new file mode 100644 index 0000000..a8cb0c4 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/checkbox/checkbox-checked.svg b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/checkbox/checkbox-checked.svg new file mode 100644 index 0000000..9037194 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/checkbox/checkbox-checked.svg @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg new file mode 100644 index 0000000..940cca1 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg new file mode 100644 index 0000000..f99c5d6 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/menu/menu-hover.svg b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/menu/menu-hover.svg new file mode 100644 index 0000000..a023a8e --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/menu/menu-hover.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/menu/menu.svg b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/menu/menu.svg new file mode 100644 index 0000000..44e295d --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/menu/menu.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/menu/submenu.svg b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/menu/submenu.svg new file mode 100644 index 0000000..9369544 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/menu/submenu.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/misc/button-box.svg b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/misc/button-box.svg new file mode 100644 index 0000000..0342698 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/misc/button-box.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/misc/message.svg b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/misc/message.svg new file mode 100644 index 0000000..02b60db --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/misc/message.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/misc/modal.svg b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/misc/modal.svg new file mode 100644 index 0000000..ec0b945 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/misc/modal.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/switch/switch-off.svg b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/switch/switch-off.svg new file mode 100644 index 0000000..5d6df1f --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/switch/switch-off.svg @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/switch/switch-on.svg b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/switch/switch-on.svg new file mode 100644 index 0000000..266aa1c --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/dark-assets/switch/switch-on.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/menu/menu-separator.svg b/themes/Mint-Y-Dark-Moka/cinnamon/menu/menu-separator.svg new file mode 100644 index 0000000..4962ebc --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/menu/menu-separator.svg @@ -0,0 +1,60 @@ + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/misc/add-workspace-active.svg b/themes/Mint-Y-Dark-Moka/cinnamon/misc/add-workspace-active.svg new file mode 100644 index 0000000..4a54d61 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/misc/add-workspace-active.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/misc/add-workspace-hover.svg b/themes/Mint-Y-Dark-Moka/cinnamon/misc/add-workspace-hover.svg new file mode 100644 index 0000000..ce48f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/misc/add-workspace-hover.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/misc/add-workspace.svg b/themes/Mint-Y-Dark-Moka/cinnamon/misc/add-workspace.svg new file mode 100644 index 0000000..5b3ed52 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/misc/add-workspace.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/misc/bg.svg b/themes/Mint-Y-Dark-Moka/cinnamon/misc/bg.svg new file mode 100644 index 0000000..feeddea --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/misc/bg.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/misc/calendar-arrow-left-hover.svg b/themes/Mint-Y-Dark-Moka/cinnamon/misc/calendar-arrow-left-hover.svg new file mode 100644 index 0000000..fb957eb --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/misc/calendar-arrow-left-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/misc/calendar-arrow-left.svg b/themes/Mint-Y-Dark-Moka/cinnamon/misc/calendar-arrow-left.svg new file mode 100644 index 0000000..2774254 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/misc/calendar-arrow-left.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/misc/calendar-arrow-right-hover.svg b/themes/Mint-Y-Dark-Moka/cinnamon/misc/calendar-arrow-right-hover.svg new file mode 100644 index 0000000..f2c44a4 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/misc/calendar-arrow-right-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/misc/calendar-arrow-right.svg b/themes/Mint-Y-Dark-Moka/cinnamon/misc/calendar-arrow-right.svg new file mode 100644 index 0000000..366e69b --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/misc/calendar-arrow-right.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/misc/close-active.svg b/themes/Mint-Y-Dark-Moka/cinnamon/misc/close-active.svg new file mode 100644 index 0000000..95822bf --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/misc/close-active.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/misc/close-hover.svg b/themes/Mint-Y-Dark-Moka/cinnamon/misc/close-hover.svg new file mode 100644 index 0000000..7b52140 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/misc/close-hover.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/misc/close.svg b/themes/Mint-Y-Dark-Moka/cinnamon/misc/close.svg new file mode 100644 index 0000000..e221a33 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/misc/close.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/misc/corner-ripple-ltr.svg b/themes/Mint-Y-Dark-Moka/cinnamon/misc/corner-ripple-ltr.svg new file mode 100644 index 0000000..ec3d261 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/misc/corner-ripple-ltr.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/misc/corner-ripple-rtl.svg b/themes/Mint-Y-Dark-Moka/cinnamon/misc/corner-ripple-rtl.svg new file mode 100644 index 0000000..ec95067 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/misc/corner-ripple-rtl.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/misc/desklet-header.svg b/themes/Mint-Y-Dark-Moka/cinnamon/misc/desklet-header.svg new file mode 100644 index 0000000..a6e1054 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/misc/desklet-header.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/misc/desklet.svg b/themes/Mint-Y-Dark-Moka/cinnamon/misc/desklet.svg new file mode 100644 index 0000000..8445c61 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/misc/desklet.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/misc/osd.svg b/themes/Mint-Y-Dark-Moka/cinnamon/misc/osd.svg new file mode 100644 index 0000000..df41a00 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/misc/osd.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/misc/overview-hover.png b/themes/Mint-Y-Dark-Moka/cinnamon/misc/overview-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..75673f9cf4d11cc891275cbcb5fc775db9585540 GIT binary patch literal 838 zcmV-M1G)T(P)kdg0009GNkl1!KD9DQ@_rPbw?9N7*sw#Z576(BYZ3DEzb{X_e)6zI27Qi4@NLTggv_=u%gc6IKq z_MDkkn?VhNLVmQbWvk!4Q-E9+tqwIZ;jQ&2E4P!K4{ zVmm2%q@W83^_SfE%JoPU#PVW+Td|Lms^%XH9UnTZV>$b6d z{;iU34gsM(fa~AKN6w(yeBwPF_MaV`T-4G#6|dp!-S{$2pZ|Q=%Vnpz|5@{Ca6S00 zlz1sJXa`i!JTylYZ!b%K?7q9$^qax-syC|M=I)D^N5_rH#`N;-Pu(o__C}S^1P6r% z*C$O!_Ow)PU-d_WouD0qS|zP`TY-r>$~^YT2l0me>;5hrW~9P=&pB+Y+{Wqsx>1SGJUMB~@W z>Dr(%@xn4ps(4lo8$o@ZkfAjy#g-&i?2R`@oyh|q*}}szNcyIcR;ZMdUWH*PF*&Ss zZN4?PvVi6mvE~L-wRk<)2wQXH5CwhZHWD!KbIZ5JreuJVm-AZYihvH8&lBRn&8q26 zs_Am|Ixp&b5n5Dy@FGCRX3>$w45I$si?j*_{L_oH6w%#Px`rnIxA=%Z0mD;*r^|!p Q1ONa407*qoM6N<$f{;O?8~^|S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/misc/overview.png b/themes/Mint-Y-Dark-Moka/cinnamon/misc/overview.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb4f87f4e8e2b95cb3ae488e84da3d63d1786ed GIT binary patch literal 680 zcmV;Z0$2TsP)kdg00002VoOIv0RM-N z%)bBt010qNS#tmY3ljhU3ljkVnw%H_000McNliru-U%BC88MnF!IrGCBwm9)u_fl)|8*yQeM^6m$^r64|vV z3`vkcNr{9G7J`vMnZim6VY%*Zx;s0&JI-`zYgVOmhkZ`p_Z^=1dEe)GKPaJu{{h0T zyNHO0fQ^NPjqv*gY<94){zV`lb$k2Uf~Q@9+-l<8hxyJ#jr5`=-0o`A3*%NZ)IZ+*HH*RyO0Q4Yaj-SHFD97pssQ;?B{Jj#yThZ--;`ZmBH3X{6TcLhClVGN)8+2eH}DXOOW7= z=5IsRtH-?@rJgzt_jMTK$ziIHi--1?KrL_BSR06vB*7NO!=x54(svg~5+g=@AiA+u z-hf(6AUmjJ5N!<7=zw_Kt@@1A;!n0oVPoSFZ9sMuEm8n%M*X3|nt~&Dnib!6?3%C8 z^I(lXv>9cO?*&+xbF+%p)Ajrqz7v(xr%ra}QXfBG2v63X^WhzB>giInxmnC&7X(K$ zWevfR^DSrcnfwN_`+#Y_oVY)KD|Dz<_PYGudY9+@%%!pAb+$40&w&uPC)cXueyyw; z`Rn4-iR*Jq2{{o~Dh{f_`1;h;)z>R=bn;Fcg`$DF(eU9x!p07j6_}Y)rCbu@F&kA!CyxOMZ8Z_FEHjHVKl}m(9?n#zS$LZO O0000 + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/panel/activities-active.svg b/themes/Mint-Y-Dark-Moka/cinnamon/panel/activities-active.svg new file mode 100644 index 0000000..6986f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/panel/activities-active.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/panel/activities.svg b/themes/Mint-Y-Dark-Moka/cinnamon/panel/activities.svg new file mode 100644 index 0000000..b4a4b0d --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/panel/activities.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/panel/panel-bottom.svg b/themes/Mint-Y-Dark-Moka/cinnamon/panel/panel-bottom.svg new file mode 100644 index 0000000..c6d6f5f --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/panel/panel-bottom.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/panel/panel-top.svg b/themes/Mint-Y-Dark-Moka/cinnamon/panel/panel-top.svg new file mode 100644 index 0000000..43dd84b --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/panel/panel-top.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/panel/window-list-active-bottom.svg b/themes/Mint-Y-Dark-Moka/cinnamon/panel/window-list-active-bottom.svg new file mode 100644 index 0000000..b69b955 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/panel/window-list-active-bottom.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/panel/window-list-active-top.svg b/themes/Mint-Y-Dark-Moka/cinnamon/panel/window-list-active-top.svg new file mode 100644 index 0000000..d2b8f15 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/cinnamon/panel/window-list-active-top.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Dark-Moka/cinnamon/thumbnail.png b/themes/Mint-Y-Dark-Moka/cinnamon/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..b892c37d1a5d1ffa878ef6a55a35d851793ba126 GIT binary patch literal 31016 zcmdqJbx>U2(l$yUSg-)WEdc@{xH}}lg9X>%?(Q%UG-%Ml2_d+CIalhkm8gG0mp_4f!aIhF9f5!p#fRt$L& z36X#aKHbJ#3=Zx&oRsKWWw)7~Id>=JwVSSkv$U7&8npb>kKR3hqy9M1x2Tu0ZZW7r zS+uhlrfF?yy)`uPx_G=H^Xt!#3eTS5i6J5?JnL&=)<;8?=BhBQ80c>X34blt%zI

54LO!QF`znyBdO|kr z^Zk9KF1PIt^6x!vT^a_>g>fMJfGB+FlyXR&eU;pBv9YmvJ26PO`d`0(t!Rg99`vZh zxG%x$_F_WFj)7 zH~pIFey+#=afANTUHx<0e|!GZ@UK1o?SelIpW4J`$4gla!RRLQao=4eE0-R&>H7t1 zSv4Qf9+%ljQk4N){oFG2)ogvLysk%BXEyB_X#mkgTDkm9q;%FzoNQWa+5%V9kTFru z@%dQgY>L9!&G3fhP_FP|?PynOWwG<8c6p+_SBDR;UP9gHao~wtf-Q#;Z6r2tY>8B+%UDIIxDW z6~EptCpbSV)^sri_0rH6HXeF1@OvL6kI=YFY_uH~s>Az3UpBA-(;!E5W+AyMQ9@2( z3V?UaZ^Udcd3llVAQknA#C<#saD)kOGb;H;3w-!V)NJ+Dym=IoItaZNs#D1f4W>1R zZ%&cxj6V?5twA-K$EDrCEKC_rBm^`_a3Q@`@_j)ct?~tCwPVR9Tcxf~2KA4n3Mp-; z-{Jez`=wP;k9b?`;r&@xrD3P@#<4nu_zF(W9Dl@19e%wI@{IQmb8Q#FZ)Q8MZ@0>w zj0M?k0g3K-(bV(%@bZ{7ECjP{|@(uE-^pUpQ7KR7;AUW$>Y)CBCF zAnA2XpS-rYxj^xt<@ity^PWG@T(}b$bV+sYA`6GbNPdFAZRgFj1Vrg3wKWOEo`TXl zDLgq81y_(@=T+pOr587_jilMi=wxo2)phypTTkUDGwSH!3I0URC)w!2jDBVv@&l1W z7n|`(UQPVI?ms>CNYFC8e9zv4NC+aCnutzF63+nK2g)S`6nZ%yJ2LM0Qfpu^quQ$T zSx+Hh=n{g1+u0CceHWp4^Q4u1Hg+UML1ZP7zc92}$!6Jw(##$rEikc%+$K~+PX(BW ze)UA-2Nl_Kosx{TIl(V zBy>8bFZPBmLJ+mcemD`fshnxQNfgoW#XWGc~+Lz)iG56vs zoT%yITKD`W4}BRO8Yjf~a9F=jmrr_iSPn57OQ)rE7rj8Ia73uRy_M4O+E!(DzU8%p)&*ivWO-AKZkkgCm;G zAPX!P7t{S0n}Q}nS2Tq(2)ggMa=Ww=dH2{s?QgxeFVHQ`^{dF<@9o23^9wDfAaptO z%vF{1$dPo^kNC8|pEsJ3ra0^=+7hT8k0A2l0-j(B7s%^zkS?}HRu^g3BxAgk(>C`e z@)`2h9$TOCk0#>x9dS*SwuFxxa!;4XoI(wAFofgE0E(lx{?Oe(e!dubdk`T`<7l^L zCGGKJSFbZ>U2uo=n$W02 zopQbKmjb*2rPf#X#gI5}Q#Y_ZKhStz zSiU~&FWsvlxND!YA^K&}(=RuO&z$=?VoUD>0%7wi^zWY@3o^ce&CJE^=yX)fkxcKv zBue|V2^AEA=T}!2-?gF`%;~9kN=iE-1fvm7fD))~Sun?es<_YL0Zva22CJW4&HkXN zUs@RAqAuDao8^0sDY3TEbkWOJbJ6H{!OZ-f{jLeODEhEe=;cOC*e07BrJ8;Ri`xFy zB~pJ@Jr=#BVLp96_(w$HF+vU~Rb&hFDT~b0{Ui#R$`r>u-Qkps=UBOWZ=wtnjI8#K z(q0Z%*PS&RBN!5jAu(xLe>N$ywLCSHKtR4&&P<;#T$S0{;=IZpew@g_=fN;R7V@&$ zoBD%vXF{{^d|^z)&i+YOATInwCKi4f975$h;C%+clLr&AqYf)UZ**k%n4f8&`=T@A zpsI(bj=IF)#s)5YX3mPqaa6E{YGclhtYpS2sJc{eU30xg{=8<14~Zsn<1{1qNaJJ+ zeed8#* z96zppie9njovJmu{mSS1Jxt>!1A-=swKTYZo*g#OuDamsxj#3{P53qFhMnB_vP3?y z`oPO)jxlTm)C{bOsX6Y?>)bD0_7}tR#TY8nN*W#)6V3I9IGr`6YZ+J`lz0VhfIjwk zhS9R=xsgr_g8~aD#YXiLFuaIhlyQI`Moq<+GE{i*C0k=!iiOsMn;H#O}_y^0lXzCx=pV#cYVzOxT7b^ta zX@f7b<&UnnUpJL+>{pU7>+78Wi;e)G1pWB3t+7;*uxBJwrxz~0QO9l)9p{sQbwnu3 z>II;s6Jfz2PiUY0F=gf=T%Zb407RDwKbTa?KE3k%3C6 zZTKVz2xl-pv7t?E|K)FnNaAYLxUn&}#Plf_1E9tDkbH&Ka%p{ zq*4AO|IZcw*7I+}U-@ry{G-VH?kIs)M$Lqcm1ylYYPY4jJz?9eib%G7|`o-8>Ac6yr^SCG4Z(w zzr-J+ZHLU=qAJ%R97gyb{mnJcq9pELD1`bsF_Dl)F14G;G&R#C;FoCo@fr8?=g${C zXF$CFxo=7OpM1+X0S`ipWcOcTNc5M-wdICg%V$^9HP#UMTX%SSf}^Y4uF?3D{-zuK zbrsPVw+=J`-l_Kcds73cVz%y3X`UGW>F^_vA* zfp};qa-#X<{sss$x44minvqfHEPZIm(#5iaI)4-{=sa{N4*;YL$t^{0b=#6a4AF5R7iTurAG)) z?ZocR#i?R>>&nVs3NE{p8T6Q(2Gr6(53erfo=?h8bl^%o7@Ji2V(s@muHA& zW&7hC@N!m|2)_HPgjR11N8Nmmj?YE*N|B%Es66{{3Yu35S0%7N+51uFHRPj0?SQx9X~zO%dx{K1*-Tp$@g6V6IH<~drf%_KQ=jWB=4Z;yU`YCv z9?D(79>QM9VP#d-!wD^0R+k-ha3mSTD?v6{2$RVo{P_fiYISfG2lofhy2Sm`?0DgD z7w4DbiFNkzKCQ<<$5++iBBfL1K(#w+k+6^uz2nW1I&CJCp>$be<2CszkQGmZPG2*K z{5?UJPfgQ4T$Hzl)J-N0(rGbOhW__1qmdEAa@ZS&tz9ZV&DS+MHwObiE2H323dYo@ zWth8ZzKDd0C$||z!4C${VYHy6#N_^+3nyX^x(}B*!r)AQ!b}{KVqphlyn8`VyKxit zBJW*R+b+=3N1@XCG;CA?hpnf`x@%f>xRBu%ttS{tdj=<{E%bD3Y%%vE=+#2puXbyr zp!y_jGrE48FJ>=NGM&mbrnX7!uv${CkPv>B0l--@3n!?RTsoqu+XGP~^eC#Ujas{t21!2j z%16dUI?DU8r~9HK56F+>q@tqIpUjEoi%G_J{n&iq9*|3j;8K`_FPNE(466}LfiI4+ zblZ2F!R5LFYJd(Xz$5)^0=Tlt8zU|8u{$KaC&2pZQ}#H}vih;;Zd$8Zd-xJ24g1vD{-R#7;AmA!2U&0MIBv1d+ zF;l^Cb;#(XU6H$U7nYu4lu8a}l zWLFFB>8@vpfWcN7Q2Lc^ltD+9{Qlc=jLHE~AAkfy3b}VGR;b8_p}7dO5~BAx{GoBG za<9)4MnBZYiR%@ z$M)9A$u|zFyM%LSTeb$7$8=14m-*l``Q%1R4M$Jxf5vkdT%J{~7f&0C2Y&fdDYjHeI&k>xChw-J}Nv+g16 zIM>}l1^D!&H>eUaKI;atp0!uu>T&Te>kahUpCC<0Abi1(Z=J1sICyO84od>MEjW^! zf;Dz@>QlbO+a7taW7>TE)HtHWOF)qa&p`QBI;sD zRR`;WzKV34ICs{drN~k$A_pe#`B=A6>}d7LW0qG7AA|XO5E0w*&b))evK8{lDK#VY zy@DPwQM54XznNowJSu3V|2TD zadri>v_tvX4=(mw<1^}~3XZ-zsduDm*805hR}1R{#zOFfgy8aVj($ZK z{MzLpokop{S?a~XE`d_+1FZx_!$-l>EtQ~%y2r@kE&h24(L865^{s?=#-mU5Sv2rf zL!vtK=KXuLF9^pRznOcVL>wca_eGgk>T?`9N=d6$GxS%?}ovo}(7(v=)icRAJnzM>OB@ zmISHn9SlrC>Q2Imx35p)1^{Wio{=x{IX<-XQPMfmUTs?wMqE7eM8b~MlBLokGr8I; zx=nO8q-7JTL;|Fuddl^y%YzNexh%LNI>7cCYIa>n`;Sa|XbzcM5=gX)jAlp{xF83F zs%3X4Z+`_i$?@Ug=zS{(dDxT#AB>G(*4Nid#KTTnaeiS6c66-ogFy)i`72-jA?yFj z|AFFPhx})#|GDCSySnbrYY#j>bs~c)rTG?PNECX9IYMDec#Po1PGLD5zrK`pkL1Bq zeQs1Y=~vwl2`LfW?P&wa-QfgL0>Z>|`qM9swK05StsyqDS6t+?;&6Zq8<*YE?2#v8 zj3IrS?<~U6Y5~kzwQ-A_{*X!73d}%s!w9Evoz1ydcxr|FUBzAhlu)X$2THSM&{A2! zEA2~sb^-zg>%gxGg;X7-B(fQ92#q6>CqY<=yv)JNPa`l|!^vAYqvqS{6@0em8=|#@ z3OXKgDU^4ysnMeRP0G*kR~%`_*o4yYtx57`l;1du@{wtFE*`>Omj0C0h8oRO73Ol~ z9@lk5>bvunIU*qXp!J13&s0Jl&6+IF<_oIg!sgh~9EuEjwai~dC1^nfDU1S`NfcC9 z<7~fosjQ@qt|=B7oA|c2x8GY~RZ_=O6}Ew18PklGu75zze8M`d?KS4c)a@Q#dxi`u z8K@1$D-~}4Ml7tVPA>=2r!<@q{_!*Q0|rwN*NV?zy~1tm;m^?rcLWu7Vn0V-V?8%8 z{|)EK(GlGtk@_Htwo93W7&a2eGXf<|O-cP?vavLocj`(x9q{MZ!9EKtEM;X3&jtMI z-moHXW3X7#F$eC~mE~Z-B&&TdlQp-mRl6@W;~JxuHF4>GUX{KMmc7s+W?(6BsmP}c z4G4LP#}3UaI52#K&t;|lf;7W#WJ}YB)s7p@WRJ=YCtd4LXt`K%OU4o&;%1PBUz4n8 z0gsf!3^!#D7G1VMp`9>>*AL+LyQGP$ayJ{NOM6^PmSx4SRoE6{Z+JGjR0+q>FD@)z zgkWYhvyZ6+jhl<_x#8)mj5ZF;EYuG&W<6Z*+lpTWt6#B=)o8uh2g+)~O2V7Uu~;b< z+8`HatUJ`R6n~a693q+h(F7j51?SL3?SrkKM)c6UCIVF^Ra&KH>?#k>h5@I2LnjOU zbgi)qCLv^wYGm8b!N*v{azbp8;} zGp_==9t{bxx)c_A-{^^WOjgdH97y?gUxN-`)8?1U6&-rON7|)|llk9i(X?_=d+Z^S~ zAN`XMH><)Ip@pX3hletxY+M0i<|i0hr%rN<;FCw6-5&k!TVwe3rQI?v`u3CLM4TvP zsPYUT@>xT~4H1H?Kv!j-C8{|?gyhR{4av9JpYhV=&TN>r)g}VJD-RGTxzTj_VX#2t z7EjR(P#CWG$3Xdl=BE)4w(Bu)PPXomURT=irvx~+%%V68ke^_~OU77?RtXUe@_Nrg z^QvT=c>(HLsBahQVs0h_aMl5>qsRc@!$7nvm(@7%L$@U?O}1Hh7o{3bAW6`S#JI~u z-HE3d@x+t6vYNxqQI(8#erU>xfGN1=1Vkn}oh#2~EM_?DnlbJ{P2d{-ylL0^x+V+3q{QnabvnvcCmiVJ^Cne|Z=9I#?Hb8rRkR=B;d%KhPs*8AI2gV)l{7KzRW<2vAE2F=)05kfB!r8y? zLVLw*zVMF+^(1BB>(D*}U)lT#p{tX$aIHL7V$B~8X!hIJ2GZ6}(tY88J?TI8|5qj~~#}dCb;;Bx{srFa(g0)j5mwhI{2%;ef`I5M-5G(c&E`86h z2zC-!4~`{e?C{m`=P&5_!x4@?OAqM&$_%{DjH@}g-@+mlwEFW#we&TB-h`?1POXpEOo_9}Xu0=iS7mObNb(+y;?${|tLgojuqKf3`Ix`z zp=1fDg*M*>t!&AT7u8EB2^my`wL{lw@$>4V;Q4{^X4UeG!bM~;_LFxs$Gyh4aT`;cmeQvuxOGO8 zD^1Z9P4;+?UI~^3W20r`2mvnKU3pE`^sg+}rlGO^AsQuB%mC}{djY{*R zs1^h*To?3GPPGSmnX>C;FRqUj=tIqy69~v)V0}nE5t_UH3c$!V<9*ylRYPFfRcdfs z!M4rtH8UK+Idd;Cn#(sGLt4YouoqT3qY#FCkB7_n42xHw zRbLoombAd6>r$J@MJk znvHjgu+~z=c%-JcrY4%j?4NT~de!u1H&veV*|cm#p=0vc?|Jx}a$TbKFzA{K8TU*( zMP7ucv~W2=pNcspk>p|SKEg{9brL}x&v}%{5jSq&6!y5+x#H%C=fNXeb>sOc!HuO? z8)`Ot$|`+#K)hEn-GfAhpf!XV9(ssWjp?gD#j*^+sdsuUf3u4?Z!M5PAKV#Kg_YAN zc*FKYy}CT|O`b)7>o>p|PK*2DBO2l3XQh|SE4}PTwCcSh7M(x^oMrlN<+2xTL00ry>25rH``W&+?~x zewI$jB@wmnuQO)SETQv>X{gtz&p3sFbwA)HYu2DF8>CI$uQ|0-EbX++>!Wjb6m6j! zh8E@JNN(VxLFI-Mj#pE|RWD=By@T1CY>CNRCCOSB^$~ceCay;&lj-MTEm&9OI*)D%*@uQabCm|pIBn~v>UzsGJeREXJA$DjqDltt@c z6YAG26m>$;(nDZ;`gLNH=fDS?(`d&lQ*yWayjRFOhK|0bV$q+0M*Bhw=6Ig>Q8;$e zMN^j85NOZsAgf3PhfyqU-&w6wL%^gj+X(;^*RwH5qpAN&H^~`4pa<%ui##;tZRra# zk=qM3rWr8UxPB(u;eA0-5j8jWSsqS7f^6t7vdg}wkB;w!^I(ErtYf0Bl zk6|A1Y0g+Vek&92uVJR9$6tS10I_30Q)Qgbp$YrrzbM7ysl-;A$V=8VJF5sGKY2ZF zg#Ga7QG@Og2jlXv=bPYKk$PO#dgz}nWr;bR%e>H6{b++{`FN}G6`N_CiI0>9@Dv_s zJ3WiMv+~8_cq@(gp@VsNQw@AA)%D87Vik^`S3i}bDTaYg_dIckc$byh%B_A83iF9f@{*o#c=Xa_M2>uu-<;WZj}GMiRG>)tg4yU4rW!PZL4v-* zwk6iSsW)qkOVI!clt7fw83<}gZmH2EW-Rkm+dus&KQ&{9HcS~662T-DWi}`G5B^%U_(CTEuwmf(gGOLM9 z_*NLRSk$zXrOVytA zYpMDROL_|^7JuN;W@P_2u%rO~1C|_JFD5c))*wC8F&&ZbX%pj>IW-3^n?@f3nN%J> zaW7=%q4L@-`I@dMPl%dTF~)#Z@cqN>PGQbfiy<-G?URAnjKn3SQdPK1QrPp=h$;0P z)uOqR$hvYfHC^4+v3%%Fx7}dbfEpBteBlqD;-Y^1q=)bbZBW{|Exohf+m?tQD#DBW zOis~-ug2L{ft2N)Vp|P>OMYO`;4sni{7Bi?zy);9kP*kV=l1;%5VxUQ5v|lgTiU8h z&%-xzO7uWP-@=Z;#a?X2Y*=zWNf-76ECPZYKv0bf0c&WzSE^;8S3>`KpW#*|*5Q5! zz~u0V{?)c4qah^NOrD4<{Jch#DXmut;OXZ|GPKdFU;Y9!XLk#z&{`1T{P>*;Rf#ZA zdpJ39&X)bAoWR`{KuI(?+u!~DO{I|IgR{9BpyM;cuQO1(2MW2JcbB>Ap!d=tzLZwX z5{h!>jjr0mA&c1!&aI_v7<+7UH%Cn)+fPa3%uy>Nz{ufWzMYq6)@rMvzDAB({cEOl8fXE zY5H+0if>zh(Gj^`Iz&?E(v!a}xFZ>YLd12am zr%MD9h1y?~WoHc4^~vQHL)u@Thhmuk2JmgoJj}#T*Fzx{Q&&5MUP{(z)Ar|G15!qj zEome}yQ1{9pXXBg8tTUqPo*BI(4H5b(Pe@?^j^?SZfb*3qId@7L$sv-v{WdR(f&(PpCkh=7?4s z1(Uk!7TMb%gJ=7REm}E1&vb)`Uacn^p)KT!wZcD3QTU)f+xFgz~RZVB~GrkLj zGt~6p@>8>NVrCxVT-RJ@$Y2k(>VWZf9H6YrmLoq{qCjPf_s|r@qqr;*9c07dy^OIV zPBl&N7?n=Kws5_n|SKbJrw;8*WX-NX|8AOwN3= zg3EfUwBjqkQE8KA40wxMyT^E!d?}l(OSpt;+`|(T@n5_jPZ%Up8Csl71qk{YRcMDr zuLB4W8gahwmw zTM}L;~s3bm9idVaDWvU16s@nUm@?Y}5MS@H$I)pbHH1<*-rsL7b~JcZcl zP6q|rr8@b{{clL6Puy3) zYLB}>6&BY_cWg6_LLE(xw#w~&rRpF&cwl9u@nZP(=glCT0$BtW^H+tPoA{`4$i@r{ zg?I)M1$d!D`yJNF`WoR)7Y-gT>scpS`m1*FADahldsbVKk4mIQT8}6nUhgKi9K2a+ zBjQBgvA&GmJy@AP#nZCfUF1^+40p&7Jq`k3ku12yEx7CPymjwn3+u{Cw$7QJzCn1*{*)RDC7Xu~cJjIonICM02#b z3QVGKebg}~qSQA5qZDTaMmaKm0%rUhYMJXjem{M%1!=n7d6u4jz{p#}<Vsk57_BjIj5-ax1JQ4%_UP8VqVpCCH|xe9(YNkCw%*Sv3IebUSd>#daS8zIv914 zF>@wfrplT^XDpIl2)=L@ay)Ebr!`QrV3}&#w~}xST?eM?nqr&>B6-0rneRy zpW!PkXW1-o(honqhA95{;|*0U9X;>mI}ix-5eNl}zT6Zhlogba5JYT=>e&)S6pORu zNFYRx@0FFUo|`%{NIaPX--i3~r>{(}RR<^Z`l&PpF=CsJ<#uYWlS^i6$@_mAN~tkA zl&pS-GaJcK^3*Gc%7&dXUfJ{oVmyti8{b@GeV(ocL5${nAlA`vyU3ooBi>o0b_ac_ z)uJ2FESXXKpihd5X8>lrap|!f9Ih|(H6-E)WT3QdJu94({*mNNfp{cV|09&8f47L) zW}dtGuaR&ja;2K2=7b*}ws@wd4K?;$!cpC|TZB2F0#i3yO%jyO2OI@XdQC7nmJW7Q zq0!p2te^I4Y7hEu;ZEXOt_X*0rh7kORV3Q2+13v&Wx3qQ=s>2cuBs!o`@XIGxFSk{ zwXd<%-`4uSx;mE1DKbO%D9%5TxJ7R(;Vl0CujC{6%Lz-~5_bV-@ecmex6l_^W*Dtp z;iUwX`40SzI|PmsiTa|`3|@is=T=}RA;wB>=zjyK3RI%WnZ3R59UL8_USmN0Uj8y0 zl$5lO9-bZcpO^|8`yod9FZn-E{2lu5kpB$zpA^xtsUnO|e=(_gY`8(JO9^2_!$R0m zW9_wfBxuG{=&(?lte2144|SHc35(Q9j~wS@vEh2LBBfsf_+N#GLSL zIa#JECpI-Y>CpM3&jE&d&%8T>D_cw|CsE!Oo5c*Ze4@VuuW&*0v~OwHTNpCI7VScg z&PM0XSzEZadfdeM^ZSq3H`YGv)UI?lCDJo*iJ~<|HJntsdAI4j?q4KhwkP^18DYP4 zx@Qbcz-clui)gdjW&no1~#<;R#K2qaXAd9H11(ve6_;b!aO#gj;`hU@XVGUhvk%wQ&m`^yX)nUU!K19x*Q#Ip1 z;2E;WsTvUIex=&-PBTb168_{b)V@ahmv^?#=Lk=e3&X5+%d00MqsNmtTKk()K+Wl* zkK=dlR#9*H9Qm_N#!Q8aR((=ern@WJ_ii~-zwbC%LFd2mJZ&OM*qf+u2ObVCL+dWm zh1qx(e>6ie(x*3b=_3XH+4N(rg58;McsYnCFlmLieM!UeP=#ZPu_LI{T zq@cOTM^o*!2R(77?vAFE`5SjJT71Y$GXfPP9bL}feC8#J@-NPeOSWv}LE-SK)G;2P&_n&k5&2!K9mD=t|9JV+Re`2vW z{#Ue=AIWx2yGQvVV#O0H4kG+&Dokca)c&8>}~2rTgw%ZGD4p zrpbFBO_sQO)m&3}-8vIJm3?1PY5u4yzAZ^D@_R?cR{!iy$F)s}3`Mv3xNc<*n`EV4 zaACX)zIVTI5i`Q|ODkQa;9Ns(GYbu!_aOI(tti3Xg`ECnX#nBLRdZX|+=+Wp-{n>`aGvQnbe7d(lM;QMPY!7lOJCY@ z+FSqDQiu6(Y~=?ZMRH&QePDS1k2}-7!Ii>SST|7slfjtSRU>)HcQ}%82>NQRh@y|x zL}#I@wVGPMnhBlStIFo$=8v#q)lzF~>*{J)v86qNz1W*Lu~ToffT!Ip>9MKCCO&`w zQFzpVmkFC^Hy#%;)TZmH?t}g8N8ahC=`TjAP`G&9#;#)0;zJj*r+*i)uUhsVY(zsH ze0dIObY-B_pGa8Ohx9+LS?zqD=Ged0CoR8N zSQ$KkV^juRK8-4NEL#a;Va-hpv<)badIu5%?o}_5>1ca!0vB#^2a$Ht_6`mq5u`nW zwjY}(Gq|!@H!DbZXd$iR6>0IdEv*uqB~*}-I!d|bQ<@-Z9zEndjRW~~Eqriz$;RAd zu-yRn9mU;Ny%P*+a)kj1`lv7lUdGcWi|kHCd=W#f2X*8*8}gTorA})?!U4RUDOI_T zRkTlr1G%X(KJ8F1Yjdf7y)SrkRU~>~{jkl$c-7lp_gYe^r$1x6qK=thj-3fg<2aTa zX0^*+iy^n5-r@9c8N2_etaRahgmD$fHHyWH`gBjiV#Q;^3ezx2#~_^CqjX)7tMv68 z?g!j%y57z?y_5d*C0SbLtiS>clKfD&5PCvzYt`#*56V~IvyHl0Q3LpFtJ2fxn8{!t z1Wgp1JQ}^TNGhq0->>p_2_hFNJbo7i9TgE-Yuo|M;Zt4t$MEt0e!bS>F}({Os|&V*L9?M=)*dN|5Oa^4Fx9-9~dKkFOiu`^!U8om186zOlnc zBqlVm{7%p6<Os~5aq`L{4$P8iR*6&*%>1~O(`oHyhb5iBgc|| zCouor?^(oS8Ez&jzcvIiRjU%HUql5;@YyxHwzQZxrpU7P@D#!d5f!6oJGKQpS0wJY z{2WADek6~aj8aZ!uxSj=^gxaz)+y}%S;2PntWmxOf;CCx8wg$}dp@_~R;<@YbS@Wa ziVTcq4`0DaF?&M)Q27P7NR4h_=kW#nCLoVHzF!@!!#uMd+2mPxT(N=JboyBYMR&+7 zF_&#VGzr7;Vn6AHCMBjDj+Au3{vde+Hlwmgahiz34imAzjX|t;BBNjupTLittFi(T zloO*NWe!nlns{n?--0~gIW@OSnJIj};bl+%sfhIBKA_x!C`pzNfeLokB&qbn5g)BA zVo}wmsEEO6ZL=uJ^xD9*_$IzL&tyyNjcoE|(SaourLBPR8TWC&7Lgq88bAChLGt}S z82DQY5N;H(_2!5vwDv^X&2d)B2+XNi-LW;Ylq>E?2eCkk(dCF~@x`6(JWU%(_u$q> z)i63?^+m}{-hBq-!g28!@-gFy%zE-G;jv0z^!012)cf~}Z$n7^x1mrvCMKBbr=J0T zB9i9+zgE)y8|C(wdizK5KQHI|k3;?2Tz?z>NUzRw$(xDT>)nR94$aG$1;KVQgyK?B zDX;jNwL)+)dL{mD-g2s?5_BabIhHMwMH=&;Mb8oZh<9FIe z(4)xb&gS?^H){XXi>xlRm6utUCHGF3Z)RNE1EY3yy~7HTW(Pa8Mv2_k$h=$?AJzNd z=6ditX86R>0&Bi__5tklLrIQWK!-pxc9o&Ifv63!=iZbA-W%_8Fr+DkD#9>qZ=x4K zsxrl6tRHy9-vgmFzJ+)DC`lBhVCU%A;r;b*>!gg7j+Ibk%Urr4%{1CH^DCkB?QbIi3h00av@Irv>WA|vCjc1LkO zMs5s6ml$4$`^@fMg&rrE!1r>$LW#(dxuZm-B-s%?0Cb3dezoVWDcZ8MISFF=!~VK> z(y?IS+v*V3k%u*2n2$Fu_ktI)a5_QTDf)VSD<+nfec zBY+~62_}X2Y5hPuTj&8?Z@$&pIr`WFcn|d`no`g{&B{l=+?2CvxyAQ6cHxQzcP{c0 zYfOv*aibOnckWy-WWh1^$tgp4H&zoirsn&FE>suv|}wu8n^T4dJ@eb zl&;j+7rLzpxAbsM&Ud@|9K3e4d?x%SA2fw+{hiHhQTEV)r`jqF6cFL8KuY`OopuYH|1% z?Zny3TAvNJ9UOtHJWCd(IN`35c+>oiN6nc4|?piaMLhAYe zgU(ax7M8UywUbtwt(C%_;gcdOJV)!g`zgZ09Sbl}Dm#0Gh>n^oSswZp05kW#DAh~- zZEHD7sdu31WWC)?--~xYfwFhE-jWVl0e#$MEpowK(ZgjAg;Kq0iKs?DcmtpvdNg0W z*K6ySQZvydIm*alr|M9&4ER8~y^{SedW2I+CmKCHBoCnYA|B=nCk3O{e_K_KF&5?NJ0YleeUN>RgeK4?I!0xJYR_KdV(&&%LGk!@SV&B;~Tv84^IbIP^E>z+^yTuT$ZL z6+dh2Z}XHnck7s7uV`ex{)i=x-JDF97l1}61p^k@IpxA&<7F#U=*ydzvMuP>CJ^L( zoD5?B!fR=!LXoNYn@`%iPlQtI{YhH5AFI19I=f52)F#s6?_MA_>fuG$^HMjGh7jwW zOKz`pR9Ehz73A(TOSta~vfzaAta%ErpB4&lqySz|zI8}^=J^{ny9t?O#v-~hqz0$@ z>QCnL(Y0?~Z_CGj9Gri~04ix>x3>qnPF^VJ497@vWtjF>hi>TdXE1|1sdDT($S%x&` zT@zaBI-f;~6+_>|fy3jU5A`n+t8csRKF$4S-gqx2Sq1#nO{8u0At}>e4>6mX|2%|Pv!nY32P^(z>gqq#^!oybZuI^pwDZ%CuESjjCMzBZ0w*lY3H8bxf-1|zzdyr19M92@rR-wD z`2D@v{Srd|60Lvb|CVt5=Ys!jkAJ)1p&@$k{!>c4Pu*&Z=gPkeGA=@)3n1YUGiAgV z4&k50vsO1Y9{gd+LW;Zdu3dsqN{5}t+`d<^#!^ThVdP5Q>M!(YSr)q97ulEu-Eu-| ztUD?g@IsC?QBhF|gZ%UfC924~?CnT{!C)}6H_881)OW|T`F>#=EmgZ}ud0@|R_slO zqP2?Jd+%L)RjC+7mD;04Y3)(5#STK$9w9a*2x3Ky_v!cjy`MM#C44fT=f2NJ zIi`Y)I2>-?e=$@&Q{)Gd_5UTiu+$G9h)BORHa5PfuHlbw!L%a-F>R+H4Qw^BsR>Dz zl-KC;soNDit+=C?Z?-n&GNiTK*g%`_I^5TPL3q((J5^7!)s-she;c z*$F7f?*DS@G4#A=H>I+l9|T*-d3g)wC1pr$EXLAX%g+(8Lh z(wl6n1HAdJ)DEP#-4j>$&sLL8=a!29S61IP_wR45Cvz?VZRYorRZBXDR}c0N;XUlqoY_HPznuHL{qTKO#IzN{`%kh!BV?3UyAVZ z!UC|vk|Tp~csIn&70Dwc^sg2>EXZO}VN zh?Bc}@sA%Lfs0~iw4k1>-i%ms`j`xHM#;@+t zbky?m!wXtlb8eC|fILvGCt!5w0&&iwji*;~{5VO#fO;I)6uN72_^_G{oEFpj?TCh0 zr>ph1%5^5WdU|@O2oYX6f}Dvn3`74yz0%qu z8;T9arKp%c-`YMw0te)|mu_rqo;g$37+mO=#du;M8ULhUbvNDAo9yAkhZj2ziZ;Vp z;ud%UNl4Xz6VClm*TyUJ{kU=T!ZOjy0uSzSO(Pq4g#}C@a` zNcsI+j1Bg^xVRYJhu#}RAU0aD2yOv^3X`fTpz;~`|DCz|GJ~(#)94@HzP+z7X}A-s z^qZTVup87YKUV|aCwZf7@Y*h4n!r#$HHMzc`D4xQBZ!sNtagEZ)KB)#+WSg{v^%%s z)koea^O_H=CMhD={pUMZdgDzZ`={SIqGD%BGRcG+Jv;WMByTY-&9FZ=jb4N|w$my+ za=$bKG4-r_1Dl)~WJ$oSl2}w!6!n$QU<|P0?~ZJGH_1dv!fPKrd9reX^jNGS5~YY- zXz|B(l5)P|Yh{l1QV+vKJbiBon%N!fTRos*WK;5E>>Qb2(Dnyx0-U3aUkFLq)Rl59Z%E>%%p)dHl*n%JoB z2iZ4^g2@d>LBz1%)of+rzh`Ord0$V&SsPhFJ~C+EG3PSIxY71ZtS--w!S$$#iMMR9WgrmC{1yM~lrFOzdpuhiHLBVs` zNv?g~v&Z~wJ@wP(Dppop3Ksmmy(WRU^>o7;Yx?yTxGZJQUZvm$;n>COgd6L#1Q$9# z9pbA-g`;>@ctI&+XLU`^En)ln3M)Tj@7fqq4dh*k8GaRu^2a_K_Q2V97Mh0P*5wX* z=t$?^>q4)unK&H?C(A?6$xu%`+DZlo@FWdpdQXX#eud{-T-rHR;l1T%GNddq%&yz9 zz56|p>^D8w3~6&LeS@{K-DVBto!CdObZqxhApD?e}|E|k7iAD83l&IV!`h~f~7oo)7YX&|aZ z?()#w+F?W$F9Zs8n^vr|x2!saofwlaE+`~$^=UFF9#C*jUg0s+txJ2sNxw#X%H6=Z zzJ!t%l2NJhieSYn_9T7^b~+>*1qp6lDEyVazJ7yNhmn!d#R?;I3E2CxYw^qZBlsxM zVeyOAI1jAjFCLLE;h3vtkIQpxcxqX@+@~^{>r8)7BpFGic=&QSsuELwygVvl_j-DS zQ}*&`oLaWEo-)FvQ9eIf}i0^@V`x_<62O4Gwzjt9 zhY5d-!Q%FDA;9*wG-7D++Xce%MRg@iQ|>?sSYCm9O`CIz_#7X^cddK{^(?X2e<9np zpT^tU`)6gP!iR5v3*<0id(0TOg;U7<;Hui4t#ZEmI~=bOWSb(we33hbbkxIdF3FH- zZJn%>H8UAv#pXRxbbZ1K!#yg*J6XM(Y78Kuzv!a{QK556gWh+I#!;n#uI3W)nc@mN zR8_NymwVUy__+rJPek@MRdlTf2yR^@tDv52dGjr}OJ>eyQm}}9CPzTucfKIeU3{Zr zr+0J9Y3pbhv9i~K`B7P!=5G(}{&1805lTnh#|IwKo$ZwM_U+rxIXUW9h=WE`o3o#L zTm_?3Lh@|4ZCDw&br5!M=fpa`3BHZCYE(V6Us(cqY%UtTJ=TKgm)oxN#L8Wrtu9;~ zjxi}nL{i)9kE;`fYVkjaK*=Xgc@em1Wr(PM`t&{Hqb|sl!xKg`dq%5_V{t5Xru5WI zRn=wJ-@a$US(XbkGWR2%a znQ%?gU!yxzB+>AQzct69QO~(nR#upVt#2se2DAc}KQd+jtu3CVi)vsA(G&m6gs zW!s&JCB@}g&Ia_yqbNv2bL;>s{4sBmrK9`pu)2?y$9|A<j0iwDJ`pX_BcBZYNKEliE3??%M0F<24WxeF8{8duA$*fdwXA>GO%kM zfyZ^Z8!{~`>-F>JL_pCn5C!X;#*3-AE2!+dqR7-UK;JJnySko7Q!sb2dbD;@O3rum zCvzJ?T$w2;DIf6gd;#vbukW$dS6$tCoVvm&66NT5kJf)#E}4=jUi8tf z`k_{m_Y|@&V6rjiKv&Z`j_<}pPSI(p$b&!wkiGZ&;@L7IhU0f_hkeI8j<2F8_z%ZM z?Ecusi=u+kPoD>a+pjV{D%@dw-joILX|HfwztwvLxdL_cUb2Gr*q5An>Ln~cTvF@0NYl!?8)pku2SU~SD)U9 z@qF~WKqyz+X?$k(cN%*_ne<~ctCZA`z@;qlmp>a|b#`E9q`66|!GB48AXLQcX5dz(MR4j>) z$4{^52$T1%vVds2*WESzuG9gYqXt&d9J++-AOiWBxG^ zKGC3w;^yY8-grh)-|Y#_={lcdeTkA8sXZ~0jS@?u(OL~xa+Zu`jnt2Sr($*2;4>Do zWfronBZ$fJUr7(0o^k~Su1alwcq$Cl;6G&0iYk#jRe|P zjc)BS92^|v1a1Fny*xpJf44^vliuOv)OvK+8h^42KwD7Andj}>x97SY0q_JQb~eY` zlK?u5zq-T&$27B)=RH;lSE;3QC~nxpPiAd)^}rK|+$&hzOlzPhJYC3PXQqaNQz1vM zOg}jzL-qCRL936F@Ex$nd;lV`eHi_9yb;v0x~QggO$i;op&yp6GWBCAAxsn3B6_AP z5EU`kW6~7ltPr_i^XL$&oa;eU((-<3JfzW)SnX%wgH`X!1B>3GA*2yRv>r`ecTQ-| zH}DM+&YiBw3UCHW(GQ20+Tw(|vTrt?YdEaLP2<35w&LR-zMApwribDZB%Vzg+pOEa z%zxjQ#&cQ)$nA6$HCanKp(Wlld(tAP-MjPC)yjqP&YPPP3ES)FTTCl21$6}Y=1>bP zvC8``=L95b{?J}Xht6%?KDwG0{G}n8S%0X!>7rBaj8ns70Z85w=*3oage9r%V-Rlt zODxfsr>Z~*3FUa;U`pa9J$pjA{Hbij#x&<8Hmx^=VP~YD)+QsQKE2<O7Px8 zmd>8e{QxgsTN?2NntY-w{+|o8=hC}ECy5Xm0CK@#oZ;$5M$C40cCHJ}Uy&Zr+~sa? zLzqSKt%e0ZlZF?uZYD|vT*h6U+_HpA_t_GceA$DShaql2VlmU`#jRVSX@_bJRAEA$ zoHyG5j0B{JjdZu8Do?W_dh+dgkauPHXVwW=e_ARE(>RoJ91bx=k+& z!%#r}dP1eUB3rqh z|5Oaeda;P~2j$&nxV|vnGv0L;Lgr(n#n1W{yFDt~qjW{PCPwfUdpI1wzGQYqfdQ|HW66z0W4v%OsVAX#sH^c*QeX^khQXAD2KY` zmb!g~sO8^^`Ox*T`U^Nl4O=$68LI>-Uty9r&klw_zow-7o&>?Iz@q=2$S ztK^e}uNbyB6bI_^C1?=2L%8ui5h>y4J_jX3ZkZj@FYUoxvAL68(5uxC#Chah3$AY! z3|GZ68u41o7udcx88qLU0tkIf*k;g`!JF?lbE{y&lexjDPz4M8nhR{Lt)_#UprKM&WbEq z7&&aolIkOOgDF8i>LYni>v9k6g^F39Kh3F%d3J!t4Y7532@}+OUjC3v+B7A)0@67j zBYkgQJw%o8sxv{*^rM5PDRkN?k$E6?;tlk1;!LLk)ybdADP#@{NIkNM>!WKfj*6QN zTsm9#s@~0-GP3y0aHUqnt7SfQcm9>H?`~(e2{QDx8}))axho=1zwqaAue@FwU2j}; z4SS1kW3G*r?5I2=25d|yWr*CUd-s=KT`G`ev!yM7WkV!<)3cJPVH(Wg$zrq0FGtCF zaJVy>iY$Aq(ex4StpZwZJT+`C7s#ov#vX?s_UQ|eZCJW9lf7yRGc=zTZasb%RL9QN z;#+%%n}?A5af|$|2@hlSU6rI1l<9|MB2tj`IEYlUD?2A%wubs-DsUI>KZRw8Rhp@_ zBmc+D{bPqVs=_Z_z+Qhy$=UH&@+_2e3DHT8b%pjf5<3a`-PR$#X#K&#!GO!-X)iYL zhyuR+Qk*wGTfZtLId|snxMkn!3vCdpJSm` z;^d6ecMk17=ca4Mo&I5YqD)m~J#hF#EP)CBxeMF)G@WlbO<(bk-j?AWfH@<>D&8W zX6B{^jOi3kR9t`3qvUD7vXSQUr*JTx>#5{bD10z?l8Fa-Tg&O0OxFstbqKe#m`)={ zebqi>XD~%NJ{nW_&~!ZQp7Xax5mN64Wd+t8&@cWzjpHtTzOaolSbrJFu!}WwgYMd2 zunhGos@r4Zter(}tLC2RhWR4c1aoM+G-cvBuW;s->e0(kPNx3+i3Hiz=D@md=`y)C1WmDsNlit7gH z^mm}a5><$~SGp?%(TN;S&2vclLvv53&*%`Vtr1=is8osg3s?VJAfG~S0X|9%6?lBCp!{mtRh1x{E2{oDf!=wfP3zD z#|2qomPwTKCNuVl%jE@?mA*1lUZnDjVr;Jqy{8k#{Vr4y?Y8_MIao`)`5x|h<+P1B zygO{J?1l;gE8}Nr>3wx2 zK>1$Y(I4`Q!ae8qT)E^hU0!bs@S6W;SMR};d9Oi~(JsCHH14#$l-uf*!hGjippq$w z*dY7qlAU=~b0!~&e_{3$CfkFRm+Bb-PxgQYAJ>};{OuUtPjODWvnEm9J=d2H8#O}O z4L8Ei$pr92_ZD{rY2h{1NFt5?Cg$vNAF<3K>xIH|eB19hRwv zHa~7|)(K=i%_k4<5^rzJTx?LF z7Obp2)HX;B)>A-dHx5zZ=?Te@P=(jWCR+PP#*(p{*QAT=&h?V^Ggr?(?K9Q|=-%SP zhzQCLsI0e)V2kA=$PqUi$R=Fvc~|@6zmaMjN-|XCGBwZ5D=9 zQ8(JpcQk~v-aAgOJA>IuN_XonEery?c`~kXYHFzX_FzMm{X&{S;8n5=5rpS0P6kt@ zjPQ(Je~P|WEaSK5&T~6slz94?Y^^a`uWsGv>iG23aM~JjqMvCGUJ^h0qNW<-R=k`7 z#SVQi&SD4oXjx~#`sfWi)P#oY)Wp7iHMn}u=PfI{=v%%z|H4ChsmZbr4<7qD@4Nat zGx+`sd5OxUlGdXOm}_ita`@zFlN|4FgKoWP-?M2aMYFab@sj+opptM4fPT@=^mGHb z8bDmQ>&X7)Y)nn4#&uSNLC{q7`s$K8xQ(2FzXNlM?PK-${Pk<^+Ca*{(9jJ>=;G0@ zlDw4<imGYrbl+&qf@HNWpNG*9hLdLB%`*H zbazbINpz7KbNIOw;z+!EJ0E*wEJWDBYW8dwuO~O^A=XXzqDR7Yb@c;gznkJ-z~}Q~ zFZmzC?w=eflLxho>YJhjrWCv$*QWNGwD;1#(6YSIvHipKuf4dvi3FB0qzeEOY8q~o z@ar?Cz=(Sh8w~2*-?YTKwl^&-|JEDWF!97Q3ihEK+R6R>+rLfa&Yu@-3a~u1{^%4d zVKr-2pr87g{+=_qdiPP98*MF>f4^C3$KXp>Sv$F#Q!)(YE}h$TBX%!CX}}NU67of` z3p(3Kz$p5$>{nB~d3|VCyv?XFLbxZ84Yc}7?esUeqi_K`#emu=mf6Y5ZS(=UPZ1Oy zJq#L5FkEIZe$rsgqR=|q?dd?>2QpLIep1a+>ecX35jiUq^^Vt)?e$1DvC@63`^nrC z9?EAKdx6ArLJ!zrPWjfSPuG2=zNSh(W+3*IOx0l(?<5<2gQEDzVM-SEC@`HGV$nBy zsbxKOltSQnb4vKSSJH5PH#&}_6zQ%_@pk;F!U5{R1;?3nd;V+4Zla~l9d`nv{YxAn-aF#0Vjbu=Ba?V>-Uy) ze+B(!^=)mv*oU^wnRjvv7L{eYf7MX~A0N19^bU#8UB6#tmfg}J(IUE~BkgZhwLK7{ zTnK(whg(Jt790;7Hr~>IX`)4sni5HbYr3=RCSMYBQG zdXhu+Bz>ne1}}^S4{sv*bSiN@L=Ntg4$Hleg?{%hnqh`;n=qYQmtIq-H~SU-X!KzVK5G zJEjv3O8@sVA?A}%Ohz+sk{LF*vwO7THlA6?0wg)W9t12!kW%3<(*#WV4q%*GIyySA z(6V2#Kh%;CI~xGNA_GA0Znqe~F9K?W70`l~-vqK#J#C_|-#4zMI1CU3TG~LTf9U$g z2GB4rA*rzcLD&(Gp8$eiLyksx%#PW^fiRb{PUJ9N{EteNTAne<| z-kULHM*S;6LQ4e_*cQ`w#tN`(yXv!NSGALBK6qN2m3sd>k5B{8zdhd5;rT>3L)k)o zsI9NqQTC8I*sQHt)@@0BzWK|`7b@NbmxS4`tz+1_C|8m3YBM!9q)7X=7hNk4l@{F7 zHrAIYZ#;5!wSx0q7o4o6%wHK@v1 z#@CUO`phrv$*3f!jgMrs3(I$JKe1-!&!6Fqzc!bg9Zr6f@>)2lN=B{Io>*>YQ z9vK#S539u9K4VK81Q+)=KwLuaG4AwnmZ zfKE_4ISkJ^ptLI#{kSQ<`9Fl4Y38Abs5`cDeP6GJ+qqOY8a}er+by{NN0x`i5sCSS z(;7Xkz_0F|FfcO0VtMma7u!RVj@WB<Gq4YjucTzx4!uAxl)GMK9+IazuI!;?a3w9ap z=k!0`%DyaO{&l25;J+7v{^Dtpn4 zXGL5w3F(f{ExwqU{Ct=8K7MMCw^XpA#$WuvI180H_z@s0br;`9=5Aj$; z&>NU`Vn-Ci`|C9Jf_EVR1%7^vhUG~6%m8ZIADLeRz?>*5bmuIIWVRZE|B*az_ELwayg`H z1kHpvE)Rn~od{QWRX!*st{4$u8r|e)NNbOCQ>w|mCBeX;4RQ?;_FC&paLiTZHVw)M zwuvdu?R}>gn$cMwvfm0$d(0~u^d~mQn{7rw{O#9rTRXE;<4>O)AFH8^l&`TWDT^L= zyCFjMs43kHv2UbZ(YwD#MC`=$?w~+PZx+Az*i+u)sTaB|LB*LhG0S;nJeFQM1Qt%| zWA5Kpf~fOaA$#PzoXQu|qvd}R`>J0}*WhDFVYtKRKlEBlYC08@;gtwWvwPWHgxcS- z#N%B&&&_%@9HM?bswj~7%fr=sb4H11^o8Tk7%qGly2)CNy#3j1&yuAF(2>{iG`d5I z(qxt;v+t)VBVR*%cMB3a5IBwMb!^Epv!XklDQgUXnWD04BAy^Sw!-bw^8+#F!LZz? z#-00`M24Hk!^`~spw9Eqlhw4_gOF21-X|@^%hXsp-Y>}qy+u9r^z^NO@uh+{s!v$~ zzf*T9sFdiuQ2n>6)%e;Xq;O=?RB@rVT!5s#Jc5FKI%)qh9dr${Hn-Jm72;jCIe2e_49@3D7Zn zC5vkPRG7F0QlfC-%d-`3c#qH9Nfx%TzM=*c3bFBm)ORjm_a!if{oDI*mHV`oYF+Tv zk5ge@(%%cc1wqfR3derBrVHAet+7Qv)ZFO8S{t&kb&%a;M?WjE_=g2GbjPm@vQ_T< zl+gtQ+3%9V^76T4bUdC1y^L5umSrDpmh?cWdwB`3_9d(qXS)+wZjJr;r<#JrA2jU- zy8n@R;fiDh5dJiV_jQ|w4VQ|yiUvzK$Y0#6 zuNOB=e5s=kJUPCR8R{JXOkbO6bl2USo+fR{Fb4D%h+7IR`@r^w_B9tgDVQB zvEd{Ma>t3XA;t@4#UkiODoIn_d|h6HOS&4#`!#t=ZDD_~7R!cIDkSf3C$ z<3*hD#qN%CcJKBMah&(UD;^0<%KpOd(9idhAISKj?-o@6U4b<}%a38BecnZDWPKMB zf585_Y=0CJ=(8G|@DLHVGyT_6qG~;I)85r7LHQ!{^g#9wsh-BW-l&m7aoA8 zy$^akyf2+BCHE}hUnB!;9H=Wq!{}YOH$|7b$a1WRk{4WqH@!GQnj$z_O^gyVFOTET z#hK1m>Vp@t45f4Zb4_(dh8P(~GiylsX5l94{=2?_L{8BA&h8GUC-!=t`Ltwy0!Vv> zk)bHGbQQ+7vQ?@>x2k-lZCYesgH_Ech%m4>{}6SqD;*r;^@o>`ZO7Eo^Bv3A;f~w( z*L;x~zj#58{Q;VDO+eaEn+fu)Vr2hD1v_FN2gK|(K+ceKpAUm7E=SS*tf-Lhs547a z2ZSG&>B`+BS|aeIs;dzof?kA$m%wJ1vt<1R0eun>fp5J(Mo-sSb(6Ta9w-CeHnlW< zz><>!s2yS~fDXKOYf<>=URQ9SEmsGlyls=u-a75KT`P$LfvWwj_^N%U60|DJmT{wi z6FXF}2g^HTcEco(CQR=rD%WBvg9CSZ_dJ|_KI{Re5&WI5;=IIS0rsT_A}}^4lBpQ3 z;L(2Um)-{LJ3Cm-CD!XmvpaxWTzwhm$?Yr44pY{%A+xC!D)M;FMfHYu<~cTRIXRk8 zn@=ea%L5S;>|wX@4mx-Hq?wNZvbeblCnIQFn9uXiqqAO(LsM~oYT2_WIG5XPVmQ4> z+J^{xifkjC?o=+k#O_txm2hwt3k9MhY}*eb9jEm}jSxIGD&r}$2qYv36**E_$>7n9U8-7za=R+1gpKMEA9AE-$murNV5sB=wXKN{1 zbNL!)=jbYbsb|d#dnb5tKoSI!VVSM1EvD$sC^EW!I9xaDvv~`2&jfmP!MT3DAt2_7 zH=PlvNcn78Ec`bM+4z7@DFDGOSNmul4ebth2n`sKKV>@<0sD-YXlhdZvo8Jo`Llay z9-oIXs4(uWwS)g#Rz=5)p{EN3az}q&khkXUKlcU{yuBD`vJX_&Jbs zGmF|&c(ffeM3Pbi&bFFRydN-oQYQ3L(p~Y`#Z0LE0*^Dh65x|f@d!nmd{PLzOLnDX zj|j>Rm%G*~EpwszljHmC$sh>$05E4*1}(QTNd8(ufgdMI?x(2oTkQEnq9szB%@s6@ zbtEM17V`{Nr?|I}eqFDasVB+$J4#^XbbcR0bm8}T2@)vw)uV{(JGGzb6H7}H7f|+- z{hNMt7{YX`_X|NuT55n;xgH6{=(>itkaUh3+iq z-le09v@>G2mq$;L4MSupL-X4XMO;oPTzswZK8MUU%r_ddA=)fE@>Z~zJ^O{Sq;b$5 ze{oJIolR(P^tth5s^I14Q)pKM1G6}J0RD$w&u^4roSx4P1**r^Z%*j`?pMh(@-AFkl>XSA5@GTpSG; z>Gqn@mG0q?!UMw(c~ow0|4`-0E|OWykp`Fs19%9Y@cCXJEYGx+_e~dP*brZ^T8)oMUD116P8~WXcirpqGp1nJu^AZ zA5zu-3ubjg58}-(w&xsDd*jZyPW`m zdi;DMeXtLtR@yGr^zgxhH)duD@O7D;Lti#hc&*IPZ(AlFFVx-nXbb^4N63P?7Jqcj zZU$Zf@YFsM5`wLJ`^t9IA3rZCF5crrGv629WWyw7X{bHmgbP zlUcZ2!=D66lvXSA{XaA6Gr;7ReKBs+m$Q&ko5Q-^-rj@p{Hs(v2AUssdG1?wvk|cM z0ne^oWapl>%iz(dV{{GIYc(VKW#K|*T>`0REDb`o137{GzpkCt>#i~7)Je7*{d*&SG1ZNOYrX8k6VWDGG=LQ}F79?# zR@Pj;-qZq3!|5ptAf(&d+v915wzHg9?kuRt=@vO<+}Q3e`ccfOy9i#D`o9)96*aX} z9y!1Z1z1Z`zI-{XcaQlTzIZh^F)^_l%mkb$VNeTvnPWJ8a=0vIc24*^RzoTV)JfYP z4?N}#58RQQ0UVsK?cqQ`=AJG5i?)wP" style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*." style "thunar-handle" + +# Caja +widget_class "*CajaSidePane*" style "dark-sidebar" + + + +####### TERMINAL ################ + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#3f3f3f" + + TerminalScreen::background-darkness = 0.9 +} + +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-down-insens.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-down-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..dcba37c9cdef847baaf8fd9dee8ddf6af2f38846 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprU9`7sn8e z=;V${vCF3z*bRLR{Uwv89r@G0u7PU`kcvDv;h5BB-DmMRQq0adIuq_qKfpMp`)Qx0 z+-LQwq%-qp1bglY5O(^Re2#hRoi5SlnVc+zmkg^Hrz+$y^y0b0Z0>FVdQ I&MBb@0G~rhQ2+n{ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-down-prelight.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-down-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..51ef506d94b787420d9dd1de4cebaa8dc63d655f GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprS}m7sn8e znaMjoys6PxVe7=uKm|d0O(^hI#kP9^P*?S8^?Xc82m!JNpzopr0NXuD@Bjb+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-down-small-insens.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-down-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..1dbda3d75553b80dd9234371d7ce47ef51bc0f00 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;VY0Y)SKuRXIj%d}nz6K+lV9GyDVDcz6n{4CRxp6ejf;dN*jDO_n>hCNrTa%lAQt srPOEhXB8UilPV`FU9?U*s*uCrmLO{JcH!jNKvNk!UHx3vIVCg!0F+Zd>i_@% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-down-small-prelight.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-down-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..9de0a08814dfdbd7ee60e6805c97ff8c7a0b184a GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdvp{7sn8e z=;VY0Y<>2&4_O86pVhsQoKd*w?T_V)*&L$Y|2Y0wHeuoap5xPH>Z|Vj`EmGh_CI6C xvp3Hd{(13n|M7nL$1X-cdQNo8x*t_wVkr5d5E#MH^&4n1gQu&X%Q~loCID{MO2hyF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-down-small.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-down-small.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f06c41659773537f768494b82d0e56aa5ccc5d GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynTA)5S4_ zV`gu!BHtkg5!UBdzv-yNFuDdb98{cD&@?aM{f0kFCb78gWRg3mxPmE^_vEtQh5}8G zPtNp|`?EXatnM+3--(8P+poniaxoO$^0b<9^M`Ct!?ofpMwSQfj5hDx?SH3M^Cd^j zuYK{Y0!54pCr@v>Cqtx7*v$vCGiamMx1zdv?}$9LEU3hda% Q0dyRLr>mdKI;Vst04!2vy#N3J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-down.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-down.png new file mode 100644 index 0000000000000000000000000000000000000000..16604bd24a4ba86f2ccb47be4e48a6501c737298 GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=&)5S4_ zV`gmMLasvr5^m?~56kHMVA$7kG~<)4i=$5R1_hsuT?e<`eL3Uc1MdiyTBi5|8Aj4= z$OKP`3ly4TtlSl^x7 wStoPcpW)}~}U&Kt-{hE{-7_ z(a8x6%>mnHv>Kj2a3*o(xro5N#BnB>7U1O z@uYyFbg}NUav!BB(pn<5I?v*BB&W~}U&Kt(a0E{-7_ z(a8x6&8u^si^o;4rNuqjx8d`l|J-jKo~a(>c5ghxH-V}1v$+1BofG)NiW2n$N|a`t zJWvq%?a@~5{rW0SJHuP`&>jX) LS3j3^P6h*rdD+Fui3O>8`9aczaSY*@ z>DygTe~DWM4fOPq6L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-right-insens.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-right-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..9cf5f5537e200741221287dbafaa6290a228de6f GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&;*E{-7_ z(a9Z^Vw(-7^fEFf-A?{@{7ui(wxZ-y$^VYd=@MxyTKqVERXu=Whz)wnPm3r1L>I|yx^4d1}KKp>?GkCiCxvX~}U&Kt*AmE{-7_ z(aAeLy!mrzbqsahu@E8i>D@R5^n7J?lhxQ zVdm*g4$qG6;jY)8W2w$1l*^>K;~;n7r$>iA-F_o5mtmofo`%DuAVZ)H44$rjF6*2U FngIH;Nl5?z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-right.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-right.png new file mode 100644 index 0000000000000000000000000000000000000000..9f13d5223339022257caa4ba0500a62772dc2586 GIT binary patch literal 304 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9O^r+34@^kXnzbf2+OcUxR=FXsV-cfHBe%i@g+P{79UMb)tzdU7o*w>W%e)4 zuXr!6vYp|b%5vtC8Iw&I{Fp^tH;POYI^e5m8XTM9lA^5?KIyTFr`##a?Lre}4(wd_ ry3_F4*ZT0690%s5WUT%B<+AgTe~DWM4fItgjh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-up-insens.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-up-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd78cc1107853897ca9b1ce1d5cb13b94174cfb GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Q>3W{a0I_FgpN;h3NxP^|c@{>)mB!W9lWHjG{ zn{7%L>!sg977|I*j{NCg*RY~rlQAp)oWN(LZL*13KEY>%8T=Q?o7;rVnGUpt!PC{x JWt~$(698|ENR9vi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-up-prelight.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-up-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c2fb35746d02179bde19c1a1b82728495c03f7 GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprS}m7sn8e z=;Q>3X6{Sk-{PhuIy8J{64#6QQUCB-YT=3luJ5>y>;KtlAlTu5_W>){oW#8w{vO)T zo#}9PqeIpGTD~@J?}jL?1+Tmt-aO?IkBiB0pHa2&Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdxQi7sn8e z=;Q>3W|xaI=1zRX!!hB2V6n-w{4<>aels|d&rF)JeB(1i{^V;W292(ZZYSBfN-|{L tozZU?o3L=k^Nn!=PdC0Z^q1Jc$e=DLYF}`-80ZiN22WQ%mvv4FO#lLBK+ymI literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-up-small-prelight.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-up-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..b73866affed02e7976d936fce079bd68d4dc3e82 GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprSxe7sn8e z=;Q>3X6Hr6%jOBBJ2d>2Io>b#zxvM+L%$UV>W@A4?z6YetNZitqv`*d2b|Pz_0?Nt z9XL?n^Zmzh;n;+QkI(y8I9`!2w*S|{D9ym|)m_2&`@QoAfQB=8y85}Sb4q9e0Mh14 A1poj5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-up-small.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/arrow-up-small.png new file mode 100644 index 0000000000000000000000000000000000000000..f5431a615f4a7522890f4bec20551eb29519f047 GIT binary patch literal 278 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynTI)5S4_ zV`guUF5e*s5w`UEn>b&vH9nTA2oR8Yz)^SEw?DwSKzr6y7108Q9c*1K!37Pco-I7p zpM2%X=_kfDfuUC~NEGMYE{hg9y7~6f$-CD5Rw`m#cI{SnPvHmQm8&vmJzKFVIdm?A z^7A_@b-XLxHJ93M5SduX@sLfYA#z%3`}xUV%2w_Ac<(;rC!2bP>?3P`Ocz&KspBg5-u&wghk1yr=v)5S4_ zV`gaoMz6yO60Ya}b}SKS$>YmA*XOj|sq~{^iRu0R+0DBzOmK3VF5nncQYt8@KL1$w z36VOXekw2TWVUok@BOJj4={MT`njxgN@xNA DQ+<2P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/button-active.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..ef088723c8402351a16d834a2c1430349238547f GIT binary patch literal 266 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>!2Ka=y z0%=W6O$``OS62rzfg;*qpr@w?ObE)5S4FB0M>vYacgrG>gQIXM36(h52~yJb$n!Tw0>yzT$ya!DG(6oMA2+vgQd1 fU)tIqq%ksVU}ol+dEQMCXaa+$tDnm{r-UW|>$gps literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/button-hover.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..a7d3dcde6b2164954c9d282c700cd19963069b29 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0%=W6O$`kVZEbBG9UUME1U5D{5Qe|Me?UOM54l~7K{k~H`2{n`E9~06XYYfbM=jUR z1PYpZx;TbNgeNC-&ERC#W#Y*R-JO`QlbQK=mPLLzGxPI2mKg?zDpn{S>=N-}gcyqV(DCY(S=}2l#}z z0%=1-LjxGl*VhMf&CJZq&CMZVwzjr*c6N_KJq`hta+L)61vAJi?ApC&?}GgTe~DWM4fH>OI< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/button.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/button.png new file mode 100644 index 0000000000000000000000000000000000000000..2d6977f4178698543c058a735c63f2e69b36b8f7 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0%=W6O$`kVZEbBG9UUME1m@=E5Qej}vx|#M-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uAfKP}k zkiLKE*@Mdu9^88N;M$W1SAgibj*gC=o}QhJor8^ogPnt`v#YDCyQjOipKm~TSmd&~ zD^@RBe{|1@<9kjW-+SuB-ZLlmpE+~*!nwm2FCM>q_0-Lq=k7eZ`fM^swinQJxso8i zULsAFCuw?zN?FL4S_B37xF oP0QAQ={50(wQMTe_OGA$m468H)-sly23p48>FVdQ&MBb@0M{*=6951J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/checkbox-checked.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5f3f4757f05434a0427e33778280017ed1e77fdd GIT binary patch literal 366 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkbZFW`GaeZA6$F#@aj_t($?12)zJk4eLa0UTRS^jdwW}Z7bh22XIDQTe}CVA@Q{dz z(8#Fp=*6>_tzEid@8$!0Hy=E(?eMYPCy(zveeUq3D<^MUJ$3WOncFwd-Mw}G-rb82 zfhJ4dVtfF!kG&+wFPOp8%lpyeC(-6>Rse+(JzX3_B*Jsgd-63X@Hhmz2t2QJV}1Mg zy#}X;!jJM=&tL})4Zj0!8=1KLTo@~MDx}Llncyqm!Tvxl@+j{d*YcT>%^4B5U*B9K wW16g5zJ5*RuAk}OS!*`@wUxDYTJ+(wzMhNN&C|L}Ab&G>y85}Sb4q9e0Da1kYXATM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..86acdca7a743255d8423e63b7a570fabe3a1c3e5 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF+0LuJ3431 ztekO_4Jc#i>Eal|5uKdSz_`pZz2QL%19SM>ScM&Cjg8OsBxDxYHCv0h#K#^uu!%k8 dWhV0uZH92C01ocDi{?Ph44$rjF6*2UngABVNAUmv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..e9f7c0f3c957c1619af4ab4c7533f83c05ca2996 GIT binary patch literal 256 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4vytH(~cZ1D}Ed}{S2G-B-i5{Lm<9%Ia*%3WtyBn=vFX# uXL?>@vSFMh!((`CWzvqRSHl1NPh;JstlX3_lm7$IAq<|belF{r5}E*-kz3>d literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-button-active-rtl.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-button-active-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..33d83762096db16216fa311004b4e5bb0a633477 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!3JV=Zu02?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4Vximm6~?dv|lm2fCw z&HKc(rBjSvE!_HTkvDsLJk$Nl0&hCqk~-C9Wi0Ca*SzhX#g)7Mlfp%E7#6IOJ~=m~ arBiz811TnvfJzIXtqh*7elF{r5}E+(h*IkS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-button-active.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..3e70a7293c7e53e393c2ae7c1dae1816ff21a5b0 GIT binary patch literal 222 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSBm#Uw zT!FNvrltlMXlZFd7vKr0GfgcyqV(DCY@~pS6a#!h zT!FNqp`ig7=bP0l+XkKudYPA literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-button-insensitive.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..f471363d28a741ae207235697b0d3f34d119ff0b GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!FNqp`ig7n3Ge99VPZ!4! z3CU!Q_9i1|wzhSl0RlZo=CvJ(v-7!mqOK$gcyqV(DCY@~pSR04cL zT!FNvrly95hK`PoHW-+jn?o38W@gUL&Mq!46K_u53RK5Y666=mAg{1{&)x?=-M%kx z0O|E~aSV|NPfjR$-_XRyc5Thw0E5QHTGOVpjLCe)W}DgcyqV(DCY@~pSKFze!&d#yLLbLx%MpMOpqQ= z7sn6@$z+e_rVwYgwo@|&3=T^koOiS9$UHNjn;vy@9v(Tsz%T5|#t`zSUFV{+Mh{RE NgQu&X%Q~loCIC?OLA?L~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..c3733c82c8baabe6f46062f8d7d64b0dba6f79a6 GIT binary patch literal 271 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!3-po!riKX6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkaez;V zE0Df=^=fx__tdFVS1n$%V&1AnvzIKGwfMr(%MK0>`8fpzIfeVT9ooO`@PX}z?_GNI z@aj{yD94!~i%Ww1f*IJjc`|c~OMVMYm+}V+T6(%ThG?8m7I0wyQ*&nyk3_@7*5=ua z+zF2ls+~I0?>ogYA!N$5MQ0+M=gNBX7;Y*mFibdRqc5(`z^lppGt*;vBhU~APgg&e IbxsLQ09E;3@Bjb+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-focus-notebook.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-focus-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..8887c0ae272661ab18b4afb12cbd79aef59d9041 GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS3<7*Y zT!Hk}t5;{voVjAbs^tq-E||IK{E#k|1?u4_3GxeOVB^ZnF8uwwb+3UNP)x_u#W6%8Jo$yycX=*510Ca(hUV2AYKN6o szO^f!bNhBWP~}^ZJIn53c^e-F^JgcyqV(DCY@~pS3<7*Y zT!Hk}t5>_byQfZ_x^&)(rE^xyoxWhs)OqKRT(YpR$V$u3O3&WA<>0=p2k%~d`0(n} zfQiVu5Y!x%+%wu5KW~C`Mb8Gr`pmqjNS3j3^P6gcyqV(DCY@~pSbOU@s zT!Hk}t5;{voVj@R(j{}3&zU;!+~JGok6f~_u*gcw&Q8zSxAoxut%vSjeE9I{)A#?B zErA+1N`m}?8Q8covkQO!Zry9(1{Blwba4!k2v2@->o*^loPmyUN<;Hv4zgcyqV(DCY@~pS6a#!h zTn!8i3=Iv9jEszpjZI8UtgNi8t*vcsZSCyr?CtFx931@Qb8Z3^8+f`nhDd}br!+9R zUDi3qC-GZFe$Lqs<)%$%Z}cS?hw$Wn`|r1=E@jWpenC04b%6}>{W3F!ubtQd)XU)M L>gTe~DWM4f98y9J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-insensitive-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..e67ae2ab161e0f6b888a872a56efaff41bf054c4 GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zTn!8i3=Iv9jEszpjjgP#tgWr>?Ck9A?HwE(61INR1}f9^ba4!k2v5#1O=)Oe@WDjG yBf-GedBf3(H*%ck^u7^Kv1i+gcyqV(DCY@~pSqyv0H zTn!8i3=Iv9jEqc8P0h^AEG#T6EiG+rZSCyrSU#Go0+nfcx;TbNgeRvoFeXMHgcyqV(DCY@~pSBm#Uw zTn!8i3=Iv9jEqc8O)V@eEG;dqtgP(p?0mg)?SX34JY5_^B*K#m#1a~q4}U4r&`1!_ qb>DEaT{D`eGgqQ7!CL!3GYi8Tt#lisTgkOR9SokXelF{r5}E)kIyZ9w literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-notebook-rtl.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..a21fd44e1bcc30eda5b8c064bec0b12d6b51b7b0 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSbOU@s zT!FNnhqzP`SJfq|8km4kzWsQBAiAS+9P{DK+SxOp;j zic5YAO_%Zq3L1O5IEF}sC(qzy-Tciip@Gq@pS!?}`8FHN>`ca{vj&M7n`ch^bExlw ia`F*Ywu%{ZY8egcyqV(DCY@~pSR04cL zT!FNbJ_baeFf^{uR|92^{e&Hv~RRL5QtgcyqV(DCY@~pSbOU@s zT!FN{oY7)-V=i;kSrf*CX%dfe(p1c>5B2v5 hic365-1ME1!RWp8hVSy1M1Xo3JYD@<);T3K0RSW*M4tcv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/combo-entry.png new file mode 100644 index 0000000000000000000000000000000000000000..4e6d895f572da9a622c2e3d43f11987d16683556 GIT binary patch literal 240 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!FNHwW0!2(rOe`!cPV2a~1J$vY1o;IsuyJK(7yiDU z^{yYJ)zif>L?S%-#??4JR#u+VJdzI2naawkF?b#l V?N?s*@*q$fgQu&X%Q~loCIAc7LeKyJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/down-background-disable-rtl.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/down-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..f3be72c574df3da12ff76369b3f71c5badfed1d7 GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD=x;TbN zOifNnNJua+F!*u)`0?Wn{00xF%7%KZIu!4s`RD)t{}1Qe*V`RgKB2V{2s%48e?C7y mzqsz-AI*~o4jgFnRb)8KBN)8LqiQG6Kn71&KbLh*2~7YRtwbpR literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/down-background-disable.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/down-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..8e06e28d6fdf4049c8881559d1345ac61b4b80a0 GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD;x;TbN zOnrN5p=g5vkLyKozvrjS-blw@7v1OWyFo(f!rouAc8l|Ry0pZ`R#|_nU!&E)Yp`p^ nOzs&B&X=y=K47w0`T^szHzKF!RCBli&13L%^>bP0l+XkK0Np;_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/down-background-rtl.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/down-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..cafcd34bdff3c19304745d7be3371e4ad5f7446e GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD=x;TbN zOifNnNJzMF_3B@J9i1}`{00xF%7%KZIu!r^|9^F_hY#iL>uioJpV8Xb*!b}LeEXC4 n_tnn+{PwoFCmS1^Sq>Lt_I`1FpIzM`cQSao`njxgN@xNA;mJWk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/down-background.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/down-background.png new file mode 100644 index 0000000000000000000000000000000000000000..7c8222c62eaa72d1df49fbdf56c11039226010d6 GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD;x;TbN zOnrMwQLMp$$K_yr9RIY_1y5#JeR(ybi=|tU>Ff*1v@jEuhwmQ0xO7>5|M68!HyAd1 n3l=hRCwNuumX4TN$#f_7tJFNdn)p{h^B6o`{an^LB{Ts58_qvk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/entry-border-active-bg-solid.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/entry-border-active-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..e68252023e9843265408371db95598668fac6662 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6HXu{Y0(?ST zf%JoGPaa-=^6<*jYo~8rKLbR!f#~vyYY#3zad2>Oc6N4gamh;0&d$im$;i#g%zb$E zX{H(PaiC7Fk|4ie25%qV8#iv=`ufN8F{39?)Z5d=F+}71+ey|;4GKI*zopr02qC7Qvd(} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/entry-border-active-bg.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..b23652108855f492ec9921ff89efdcd39093653d GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6HXu_i1AIbU zfpkMd!=y=*W=xzlYx10#ljqEuGH2GrIp+>vJb&bpg@r{{T6R`?c6NHs-Yp0BZ9TYu z>!G_BA3nVLG>$!FIZ!iKNswPK0}o$GNm+U2@85ji`>z2-y**tVLp096on*+=V8C&N zZ*6FX;KTp@Um08P9$X_S+%fBT(`>FUSuLzq6%TGsyu|CbQ^|dSLfu!_(4}`|uAO3> kQoZf$NnxW)H{WUMXP2|B;90nB571Z!Pgg&ebxsLQ02E7dt^fc4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/entry-border-bg-solid.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/entry-border-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..d03c69e28484913c504e32800a04e19fe9f0696d GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zYHMrj>gww0>6w_An3|eeSXfwETH4#&J2*Hr$}Tz&RA%Yv;us=vIhjK&p@GpYnC_Y1kB|ZhzYPSgqomi-HNMH>EzoS|>!`+QNN$ehPb^{Gz N@O1TaS?83{1OWdgcyqV(DCY(S>!2Ka=y z0%>h+ZF6&TJv}`GFfcSU1k$>?xXZ#}J9j$rYQ6)OgNV9WOXEk&(@%T0+cN!NKgXi^@Ee!z?Ot&kdd^ v{tla*$m!)V$D^hANVVj>H!bZC-c&RE?N&_Ve7OEN&?p8^S3j3^P6gcyqV(DCY(S>U1^9%x z8WaT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0xGo-U3d s5>u16Y}oMQd;{Bz3#@Le?Xwjaavm~X&pSIK5U7N~)78&qol`;+03;GA@Bjb+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/focus-line.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/focus-line.png new file mode 100644 index 0000000000000000000000000000000000000000..7918ae91aa8d97f0b7f9ef8c669a8f05bc0d9f35 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=mSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt)QPE{-7_ yGm~xV|LxIYwsH^$Glbi;*x17#La@!m|wacmstQJYD@<);T3K0RSK9B6$D+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/frame-gap-start.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/frame-gap-start.png new file mode 100644 index 0000000000000000000000000000000000000000..53cabfc78aa979b387b0bf0dfb364d93f5db9416 GIT binary patch literal 139 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y0VEhMdMbp0IK@t$Aso-RqGtj*oCO|{#X!Z^ zL734=V|E2lP_o1|q9iy!t)x7$D3zhSyj(9cFS|H7u^?41zbJk7I~ysWB5qF?#}E$L d7#La@!m|wacmstQJYD@<);T3K0RSK9B6$D+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/frame.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/frame.png new file mode 100644 index 0000000000000000000000000000000000000000..1cadcd7c9c95af19f27318eaddd6871fd89a76f1 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2xGmzZ=C-xtZVlH;_4B_D5xc$)o0g%gC;1O92 zRDKPrNd`|>KbLh*2~7YQ CjVzS_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/handle-h.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/handle-h.png new file mode 100644 index 0000000000000000000000000000000000000000..3375bd2b7f20cafd6337ee0280d7b61568fc6e78 GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^59gP2NC6c|dAc}; saLi0jP+&J;V`crDo&W?=0Y`xbED~USxwiB36`(2xPgg&ebxsLQ0RILl&j0`b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/inline-toolbar.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/inline-toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..fcd4fcc99ef488e27fe3014193012f636732931c GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H zS8Z)=Lqo&eET8OwB7&YSjv*Y;$t(WgTe~DWM4f DQm!it literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/line-h.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/line-h.png new file mode 100644 index 0000000000000000000000000000000000000000..9b1daafafccf0b7bbe333ce376d3cfe539b693f4 GIT binary patch literal 151 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&>+E{-7_ lGm{e~}U&Kt&>+E{-7_ mGm|e|yY}z=0U$WSz{((|#@IY*W$+iEJcFmJpUXO@geCyVJ1L<6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-arrow-prelight.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-arrow-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..a275339825695376efea05bf65cbc53005e49002 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3HD^Kbl$tDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0x7o-U3d z95a1;9k~t#2sp>veO;$#r`*+jX==$$r74n{auaT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0x7o-U3d z95a1;9k~t#2sp>veO;$#r`*+jX==$$r74n{aumbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*He*Pl)UN zOV1u$e(>Pdvj^9nJh%cx&vkTkT%BEAUESSXJw4sMy*<5sJ$(cGf`a^lVk2X-QnGs5 z`}S_$zkl1|bB8ZpIC}ZwaUi;S_0-L)r*7ZAaPPt8Cy%Z^Q?+`&6ljHPNswQ#hNfms zZEX*Bz-o2c0jMz4)5S4_LzeX*J5!SZ1Iq^IELjotpo4$@&sDROVVt7K%8< zze&Do_4L?^yJCB6)78&qol`;+00i@loB#j- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-checkbox-checked.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..afdd7ad92cee79ae9ebd5cf0fae08ce51bfee696 GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*He*Pl)S- ztIr=?d;H+qlZRKILXft$wgCtjIyyKxIXXK#y12QxdANB72Zlt1M#e^QvR=&Ai@&m25|_Rxjvr*GZ8`0&9MkWpX5p8;)PU@Hmo3-wK-E z=gP5cJDO-ME6Z`lN=}aBhMzV+i$!*>jN_Zbu0e0Us~XGismbL}J8B&!2(r=B)z4*} HQ$iB}tk->n literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..44c0eb87284c5b17d873b323b332839ddb1b3fe5 GIT binary patch literal 223 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uAB#T}@sR2?f#ZI0f96(URk z2Vq7hjoB4ILCF%=h?3y^w370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iiefxn978lF zzCEod)Sw{3_VBN4Taw{z%Vzh=@FxjX3~4G32lF19cF+DE?DcX&%7IgRxSlASOzLsH zB+_f>_5Lo?hAM`JC9(-0&%Ceu!nx|e(?9+X_#E=q&J@mdsAC8f75?z`rhq!o9tKZW KKbLh*2~7apkW9G% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..743d7e6309880e2ef9320fa45e437354b7a47dc8 GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uAB#T}@sR2?f#ZI0f96(URk z2Vq7hjoB4ILCF%=h?3y^w370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iijqBD978lF zzU^Je+h8EV8qev;eqh3b=)-Pj7a&0C(%x&2EkLTgvQw(_4F`n5``30n^wPvY2~>~KC)cwR;X)H S*|HyK9fPNmbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*HM#Plzj! z{{R2~s#U9=Uw{7K;)@qIUOc?@^3ml-4=z7@aQ)eXE6*NYee&Sy;|EutJ-qz*A&7kP z@ETD3$%8A;A6|X>@Y>UdSAgVm9UUEGLt|58)5!4X=cIyyUhU|`;_6j`9+6i*k&5Dr<^gPcqU z9Yk0+EZ??j?j!Bso&PmeJvZ&`S^sg5=cJPA0~b_pGD}R-Ww^F8>EFKFJ;81@t6p_i z&zrF->yWZ?RH*5lqGNZKeLJj}&9G(?qr?0qw;6xAPD&}=WuJdMb&`Fo5kEtf*`iFK OeGHzielF{r5}E+UqN;}g literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-radio-checked.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f101601cf7d8e01497f53bd277b4dfa2bb0f45a0 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*F~RPlzj! z{=fhKnKNe|UU~ZP>a#~cbnV&W>(3utdHUe$GoZ-Bt4|(Xefr?qQ=rJhs}KYfgtMU{ z+S=O2M#d(_CMG7PQQ^_i5iv25v9XbHr}m#cec;@ggXe)-l8)Rt542CBB*-tAfrZuD z#@5b$>a^)Imo8hrV&$sGPoDnx`AfamS4%pJ-R*X z$-nX`DkqcdW7_Z9cwYL_u+H-m^NUHW47X%HRNg(NzfJPPnpJ|!V+z)mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*Hw>Plzj! zZfIywQBhG=R#s9{Qd3h?RaFIY)z#I3Y#`9p)z#6_(bCcal0cvV2AZ0hKm`yrKmmwK zphlnwPztC;Utb@nSWiz6$Og)Swdw%b5klM4fL5xO1o;IsFe$63Mnpy@r=%7Ymz0!N zRMs>#x3#r*bb>%v*QBXar_DU$yi)2Kg~5W#jWQKm8+LCBsd>pD@qOO+Pn_q^E!brD%p!upzTBNZ<*u>ve4xb)p00i_ I>zopr0P&Q6$p8QV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-radio-unchecked.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menu-radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..63b4fcb4ca12387147495b93e60a9bdde6e45e93 GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4u6ByT*@`3|I*ik&<|I5oc5!lIL8@MUQTpt6Hc~)EJ3U<-LnOj; zC;0L;8Hlv(exT*!onhOs;9*}&0aKk{qJ#Oa!u*(yg-@AwY{=VUlA&a<`H#`(Pi+F) zIRQ?N&Wjv8_I1gar-sLU^xIQ$JiE$S$Wma-v(UB`#=&ra-_AlMSpb)4nvmc-YIoky(w|5+)@ zU3WM%W#!wJIL&(h_Z`Pg*)B3zMr}^?HjYmH!niqj`s6hn7dHVt!QkoY=d#Wzp$PyN Cw{u7U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menubar.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..b10371fca679a675d127f4f89754d1aac83b0484 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H zS2Z;?eSLk?X@%ZE5kXHE#}JO_gcyqV(DCY@|R21^9%x rKD_!=xpV=@AZ||=#}E$LlpinR(g8$%zH2dih1^v)|cB0Tt-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^tfKQ04 zhK7c^y1E(|sH&<$7;q6FS6f?KM@L6jS2rakrK+lG8q=j1pkA($AirQW^}YM{pFVT; z`#m5^=AJH&Asn*F0`s?KT{U53o4>pK{k_117py_$(h}F2Roc5!lIL8@MUQTpt6HXu_i1AIbU zf%Md=QzuQDG;hX&IaBA&nKpmkv<2snT)J@dvV(&|eojF_PGMng(f)0R_HR3UVEf^N z+mGD4^yuN$r$4HSQ$W_21o;Is@bHzCl~?}${m80Z7%1rD>EaloasKTjL#6`?97p=1 zq65|(`Y(T*ouj%v?d%MPl3DpTLK^S2Zg5mDU(+gcyqV(DCY(S=J1^9%x z0%->a2Xk|CQ&UqTBO_yDV<1CMPfuH0TSrGnUtizAz`)AN3aCbMse><2HAhL1UoZm? zUrAYc6R2w=t@))@}IPjvGceg tPvwbyS6#R}A2$~CMes5Qah$W`W>Bh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/notebook-entry-border-disabled-bg.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/notebook-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..9a2c88b25f502434d027570c2ff3d75a572f4e12 GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S&+S%FJ+uJ)hIQYru+ypAN@^olpinR(g8$%zH2dih1^v)|cB0Ts!3x;Tb# w%#1x~D9FIT!Jv39<^KLD@0eC>i;_6c7%sxx_{2K48>o)K)78&qol`;+00gos6#xJL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/notebook-gap-vert.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/notebook-gap-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..837e8cf9d59655d774fc1944d6100ac8b9cf2aef GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-S!3HFkynkm2;uJf1hHwBu4M$1`kk47*5m^jW ze;tGwoit`w00kvWTq86FfeHGFdn}Ah0ztLhQZU-&t;ucLK6UY?PrNd`|>KbLh*2~7YQ CjVzS_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/null.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/null.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a1600a657945ee95d0c3a620dcb7689c949c9e GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^{22?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4V4lptcyp7EIZ%?p)78&qol`;+01F5sS^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/plus.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/plus.png new file mode 100644 index 0000000000000000000000000000000000000000..cc63a1eecd4fac0d76d8c0cb14d20f12f0f75891 GIT binary patch literal 255 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-t3?!qQvP6LtbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^?fKQ04 zy1Kd=2GG{l*3r??)zwW(N=ivdsi>%^s;atD`N9IIi>)NcFSxw2>hqT$f4*jK0E(D; zx;Tb#L?;LMdV70|CVZG-S^SKLxy?tx)R@uZY*Rq-fh%vUw@<7vu-xD^Vc$zOo<$15 a5)4-@oc5!lIL8@MUQTpt6Hc~)Ex&b~R zu0Z<9#V7Y}JiUME*~6<(A6;M*jC^3UP40Rg*(IA qKc^$Y4}9nie9dt<$!*yh4ta*Z3l*oi^~8a^%i!ti=d#Wzp$P!t1aAuf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/progressbar_v.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf8de48f3296b855b964b656f640f36ef72d37b GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^azM<%!VDy3CI*QEDdu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7-2k5u zS0Mf5;*)zfp5DLo?BUg?kFGs=boJ?jt51P!7y^kyP%~5J5ugUXk|4ie1{rmYm220n z-|*)BhmW5)nA0xxa@-O^YFZn9q nhrh&@fFHt=Gm0kcaA#ro?wfwlYTi60pmqjNS3j3^P6-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkiH56uWlT9{rbl1dzT+SzWn&!l_yVbK6!HM$)hXJ9$kO-`0BF7V~ifg-EB_Gx-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkbZvq`JIa|?p=QQ@ahu?dUWmSqifF|U3vE4Di8q$p90aNt4|+X12K@1wzjsNt)0EC zy@Q>@n#JqaE?Ezhy{`VG2xzWoNswPKgQ%EzNN8AiQ*%q}x$_q;e*E8`IUF=%*{lBPwuCu=T0t;{=%WSuzij1 zi5YfpohvSwNZEvJ$XHYHq5Z2xs!7nHce@XB#yi^zzCI^3^R>5nP1yb@(}-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkk;1LR##V7QBl#<)YQ<>05X68D53=hKn4)#=;-L`>H-;RFaTi#1%aS3_G22*An}qQ zzhDL)ULzx8UqAoilIoiJrp}(;zKN42&5Uk!j{qvk@N{tukqFQ2_Y`VS;9(I=x$naC zzkXGNhs}lUFTJ#coyr29GR#>N|IG7u(4Kui&lp~D?07!I-`ITeuW6S`7lsO-Tl`@i zr-lZX$;AIk@57cjCO&zmlNiynH#E{{@2;IUs{C&7gvq2FXI6R5-E!(L^J<`-44$rj JF6*2UngAy-YnK23 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/radio-unchecked.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..ed22c29015a9617510a06defaa1810ca5abc552b GIT binary patch literal 395 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkXBPuQ&CY-R#sM3RaFNApa_Jmt*x!4r3DlNiU5Hw5`e3ONWn><61YlBZE|H*P+8`s($YkDoq&{_>^k!yk}G%RF5iLnI_~4|)nU zD~LE86j#)G(2(IF^W(dHnod_zs(Jqu$@SSLU5k3JEr0TMyK44zg~*8ecS3lAT2?S5 zFWtm8V^2sOQ=dwxRl|MFt2>z&Pe0}F@P0{=?S&%>M}?&Gs<9gP2NC6e81o(uw z0_m$)uin0W`{C8653fCac;zXG0Y%Rsj2m)J|A6YaOM?7@8Q9p{J370bJbm_D;`_{r zKw%S47sn8enaK$YSXP|9$IEKX+<52B-GU9QCt`aaykja#SKe{E@lFOyx$%V6w|F1F dEl@ct$Pgr8=;(c9k{nP!gQu&X%Q~loCIE@9Vle;! literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-horiz-insens.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-horiz-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..c690bded1bdb1a9613125b476406127825c14ddc GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_o7uP)|?K;Naj8Fn}{4Tp;;MdrlKj9d}8PUoZn3dwWM`*ORBuo=be6IT0vq;_2cT z!Z9;BVFAmEv-fyet(hC|yt!Mjf%Qae?}K+tMd`{rZa3b^U@14Au=*D7SyqD^>bP0l+XkKE+J4_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-horiz-prelight.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-horiz-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..bddb0ac105da8cb576df95e29987d6159bb9de7a GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_lc^hDnnqO_(sD9}N2X`XCG-2@yQM^~M9BI_{DnzhDM7_V$j>t|w2QJ(u`Cb0SdK z#M8wwgkxrM!UC2RXYcW{S~EA^d2_d51M7*{-UsiPiqe&L+-|&+!BTEKVf8KE$8QT% b&I&RF2^czhADJWv)X(7Q>gTe~DWM4fC@NV2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-horiz.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..3d1d371c7a1bac53b6174ccb8779ebfa69b7b16e GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_lc^hTPoT($dnhvN8w>)Bt3|fo4O8Jy0EYNswPK0~>pLM`zcQr_Y{Ce4jZHC~V^C z;uyj)GdW=a%Zju2cv-EP8}GciTd;xkL~QSacT7d;$~$g1-pODoH=eNi7VqP?1uAC+ Z8G-~19leiCk^|~z@O1TaS?83{1ONd6R2={S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-insensitive.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..342978c889e1b7d22a7f9899dc8a1f3c6bd5b435 GIT binary patch literal 375 zcmeAS@N?(olHy`uVBq!ia0vp^{20)8)WNzbVVdY?MX>Vp>Z*FO4W@&3?VGCpck*S5PnYkU1Yie$7ZfR>` zW(7nxcFwjyWbbTe?_%%Z>g?j_;_8)cFCqXmSE3}yFPMRu)zHYeyt3;0jhnY_zk2=p z`_I4sfFSgb#bcnFLQfaR5Dr=2gN#B=3IePb`jw()Y?5Yuv;V(safwV7e|uu2s`ngO zzsu{+X82A%o;XQg-_^$8jr={YqKGMT+4e~7mQp-+j%DWmdjiSnOJ!>dn$=)sjI53fFZaP7&1t3U==jFeJ$?YRK&~XnFPMReSy4$jJR&k`&)$9e_8&NS{pQVE z@85s^{QJ+JKYza-=>>T@%hSa%ghST%AiGer0T0Uo;Tf}>#JiH;{Xc)?fI)?L;I)!h zU!%GGj_&!CFxffe#WC*y_LR@Zq9s_*o@x($G4q$h%%~6Puh>(w9FK=|-}9l%jfui0c~aQboFyt=akR{0D3&UzyJUM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-vert-active.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-vert-active.png new file mode 100644 index 0000000000000000000000000000000000000000..195890cf0d25018f3164f9a5cefaca21a186804e GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkiL5L>h0UNA6|X>@Y>UdSDu0xQ1lGKxFP5C52%j2B*-tAfsMVrqqFPD(`U~mzR#Qp z6xR22aSY*zPEI($kY&t#u;kl2-Gr*I?_v|GzQ4QM+%<1+we^g?dwV5)R+m{AB``27 XsW5b$e{YF4P%DF{tDnm{r-UW|UPxfs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-vert-insens.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-vert-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..369c51ca970e9ecf6926734389daa41fde50854c GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkPZzE_4M=%4h{|h12_Z11(L6{=QIJ;ahC-71v9X*w|8`QJ$d@-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkZx#bm^5k9gb5S+!Jx0N55fSF5W(|XZ#)31<1PvE3ua(rZ|~^rdh+zybBXUWCjy1_ zJzX3_IHHpi4lraHGaoGZ_D(mU>g&7MgsSiF?lyPL+goitqwn5cNuSka7DfpS3`;5u V9p~R$q7Br_;OXk;vd$@?2>>dzSE&F1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-vert.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..77a157eacbf3030f255e6ad98f7e35da7b6ae5bb GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkZx#b$j!|yEiEl8D}#_g4L~*=Xf|}%1J!Yt1o;Isu(7vybap*?`s}&H_n8xc!up;r zjv*Y;$q5G-vW%GzmVA4sn^5)jU2HM{$X1O|pB6^4%U T?=8^=YGv?r^>bP0l+XkK8~;+p literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/slider.png new file mode 100644 index 0000000000000000000000000000000000000000..d307bd3149cc97919587d42a047ad327fd9d9f60 GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^{2Sk(crYbtdYMMrBnkK3mKxC}0WumSHB#kw+O@K&K#}tUvfov@xGFAghX`5*4 znd#`6162ZbSy256H^NswPK0~52Nl5%)N zWYnI$`}XZWaPa!gTkqe0{`~vTpTAYEFCPQdRd~8MhH%Kb9^@2iRuEu0;P~-Ws*AYN zq67c_Ph7ZV&0DuXUgfo4UW)piee-R`d0Y{{Iaxmj~UzAu|PZ!OaY Y_AgPQD*fW`yFj7h>FVdQ&MBb@07HR_!Toc5!lIL8@MUQTpt6HXu_i1AIbU zfph~HOzodBed5e%6J|{7opJWig>#25>g($#C#0k#q^2gO?cTJ1&*uGmHy_x$<-pyG z4$HH@2GB1J3GVSijCNvkOk$6Iu}mLZdO>zXYsU4rjhsKYW-EQrw%9nW}K3}?d(zB fOYUa3FF#=ol4tApZ#k$7G?&5C)z4*}Q$iB}>gRES literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/toolbar-entry-border-bg.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/toolbar-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..abec1f291bbc1cda9ea7165ffed1684eefe0140a GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0%>h+Z50(2EiEk|LsL^zLqkJNO-)r*Rb5?OM@L6rU;ng_{2`z^j*=k1UgcyqV(DCY(S<;2l#}z zs;a80si~=}tLy0K=oB%yzhk zPa;D&E#S37g9;m;O5EX&N1_W_S%NgSav3jZQDBgr&@=74jdBQ3D}$%2pUXO@geCxN C$2qA0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/toolbar.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..065417bf2dc001030c5cd7d376afc20827995320 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H zSABhb3k!?CJ9gdyiU@kTIEHXUC;vHr;J^_B0|^#}zMqV?w*O)l0wozdUHx3vIVCg! E0IQ-c_y7O^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/tree_header.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/tree_header.png new file mode 100644 index 0000000000000000000000000000000000000000..681e68f4480d6569eb6f2f9780a224c4cfe443f7 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^Ahrx6GmuOw-ctdjn2Vh}LpV4%Za?&Y0OWEOctjQh zm0t&8MkkHgAT^RDt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tr zYipaDn%?J${s$Bh@N{tu;gC)KbN_@#?2!Wu3~#S$%ssL&mkB7x;OXk;vd$@?2>_+b BEzJM` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/trough-horizontal-active.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/trough-horizontal-active.png new file mode 100644 index 0000000000000000000000000000000000000000..2275727a393b57796bd3a6a6502c579d441c3af1 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^NhT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE0Df>_1V2^&+cD;{_xt^mPS;hbW literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/trough-horizontal.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/trough-horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..f3efa12314ba42d8ea940500837c9f43f7a20b32 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^NhT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE0EUK*4EV2G%zsG#SM}be7*ve@{|Pm1vALWE9~60d(YlapMT0`?+pfu>wCI5hDc0J zPFSFru+EN|`L@UbC7E;q1xB4ittv)9vQI^bK`gPWjXOth!O~{N0%4uvlt|NbpjHM? LS3j3^P6?%l3DJZE0t+Z&YdpyK(yEr+qAXP8FD1G)j8!4b7-2k5u zS0Jqi2D)GXWI`BN$#t70bAcN8N`m}?8D!KoR<2#Qe#4vhA3lEKU{1dbl(F}8aSY*@ znVfKdLG1gzg9mRbv9UcXeLvxVHY;0SxrRbRqj=~8hFu5P*vdi}+1b=Yoa4C+3|7o_ f{&3$S$%>o7Nj+Ug;fK;~pivB-u6{1-oD!M2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<#S#rl_F^1+a-c%}UwFD|=@O1TaS?83{1ON|P BEG+;4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/trough-scrollbar-vert.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/trough-scrollbar-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..1d8ea2c7c9e2763e22213f75bf20fba1d7932092 GIT binary patch literal 161 zcmeAS@N?(olHy`uVBq!ia0vp^{22?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4nolGo?SevkeMO6kny^h<)1pBN(N6?KbLh*2~7aYXf3S( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/trough-vertical-active.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/trough-vertical-active.png new file mode 100644 index 0000000000000000000000000000000000000000..3da2ccca6ab10c8c8b1af2fde8e93bec1038bef7 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!Hl6tIzITdv^c&^M}`-KD>$(H83ci0IKFK3GxeOkds%~xoh{Hy`R7Q`04PaFC8dh z;OXKRA`zaPpulSouIeZuQ@-9&!lwMagT$Wl_k2Zc=kMMYVEcV{wE$c25@qI21_pm_ Wjq-(p91nnc89ZJ6T-G@yGywn{-(o%h literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/trough-vertical.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/trough-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..249dbbdbbcfc4f0e73e8f0ba85e15223b6d50518 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!FN Q0MyIi>FVdQ&MBb@0I8`+5C8xG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/up-background-disable-rtl.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/up-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d325809d06df3aa2832aa9791fc92789820f7d GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsDU+3FZ?t-Q8NtzAMUo!QUmq_9KiT2DVu_6-*@*(Q|Syq8mc pk$LhPWfp_2{1>I`z8y|9U$B7V$F-vBA3zfsJYD@<);T3K0RaC!K9v9f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/up-background-disable.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/up-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..358ecc894c426430d06ef184ee50eda4f53011fb GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tl&$x;TbN zOnrN5pTW4Vz1WHm_62wv6rH8^IP7Cpln8$BPrD^5>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Ax;TbN zOnrN5BWHty0PDp_OTIesCf*#z^yN{n*qM2G`nEEv&wRq_khX3ce*(MJWT}R?!I#ul rx*s`nS3p9PDPrFA7rger6K}Grb#gLhU1)g#G?c;9)z4*}Q$iB}Ax}Il literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/up-background.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/assets/up-background.png new file mode 100644 index 0000000000000000000000000000000000000000..9f755162f2b12242fea5e3e8b54c00653a6c1887 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#RGmu>AYB(84F&8^|hH!9j+9gP2NC6c|1o(uw z0%=W6O&uK_Gcz-7FtE3`cW`i6E&iSdD92h7!CQ-KN@JYD@<);T3K0RY2;H-G>D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/gtkrc b/themes/Mint-Y-Dark-Moka/gtk-2.0/gtkrc new file mode 100644 index 0000000..442a545 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#404040\nfg_color:#DADADA\ntooltip_fg_color:#4a4a4a\nselected_bg_color:#8fa876\nselected_fg_color:#FFFFFF\ntext_color:#D3D3D3\nbg_color:#383838\ninsensitive_bg_color:#3e3e3e\ninsensitive_fg_color:#7f7f7f\nnotebook_bg:#404040\ndark_sidebar_bg:#353535\ntooltip_bg_color:#fbeaa0\nlink_color:#5294E2\nmenu_bg:#383838" + +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +include "main.rc" +include "apps.rc" +include "panel.rc" +include "menubar-toolbar/menubar-toolbar-dark.rc" diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/main.rc b/themes/Mint-Y-Dark-Moka/gtk-2.0/main.rc new file mode 100644 index 0000000..72255a9 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/gtk-2.0/main.rc @@ -0,0 +1,2441 @@ +style "default" { + + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkWidget::focus-line-width = 1 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 2 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkEntry::state-hint = 1 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 15 + GtkScale::slider_width = 15 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkExpander::expander-size = 11 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @insensitive_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # For succinctness, all reasonable pixmap options remain here + + engine "pixmap" { + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image { + function = ARROW + overlay_file = "assets/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state= PRELIGHT + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Option Menu Arrows + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image { + function = VLINE + file = "assets/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image { + function = HLINE + file = "assets/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image { + function = FOCUS + file = "assets/focus-line.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + # Handles + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/plus.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/plus.png" + } + + image { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "assets/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image { + function = SHADOW_GAP + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +style "toplevel_hack" { + + engine "adwaita" { + } +} + +style "ooo_stepper_hack" { + + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + +} + +style "scrollbar" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-horiz.png" + border = { 2, 2, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-vert.png" + border = { 3, 3, 2, 2 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-horiz.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-horiz-active.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-horiz-prelight.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-horiz-insens.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-vert.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-vert-active.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-vert-prelight.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-vert-insens.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = @menu_bg + bg[INSENSITIVE] = @menu_bg + bg[PRELIGHT] = @menu_bg + + engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator + + image { + function = HLINE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 4 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = @selected_fg_color + + fg[NORMAL] = @fg_color + fg[SELECTED] = @fg_color + + text[PRELIGHT] = @fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "assets/menuitem.png" + border = { 1, 0, 1, 0 } + stretch = TRUE + } + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = SHADOW # This fixes boxy Qt menu items + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "checkbutton" { + + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + +} + +style "entry" { + + xthickness = 6 + ythickness = 4 + + base[NORMAL] = @base_color + base[INSENSITIVE] = @insensitive_bg_color + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_entry" { + xthickness = 6 + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/notebook-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/notebook-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/notebook-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_tab_label" { + + fg[ACTIVE] = @text_color + +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 4 + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "notebook_combobox_entry" { + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "combobox_entry_button" +{ + xthickness = 6 + + fg[ACTIVE] = @text_color + + engine "pixmap" { + + # LTR version + + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "spinbutton" { + + bg[NORMAL] = @bg_color + + xthickness = 6 + ythickness = 4 + + engine "pixmap" { + + image { + function = ARROW + } + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} + +style "gimp_spin_scale" { + + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "libreoffice_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "standalone_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + + engine "pixmap" { + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # How to draw boxes with a gap on one side (ie the page of a notebook) + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + + # How to draw the box of a notebook when it isnt attached to a tab + + image { + function = BOX + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "handlebox" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" { + + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 + +} + +style "combobox" { + + xthickness = 0 + ythickness = 0 + +} + +style "combobox_button" { + + xthickness = 3 + ythickness = 3 + +} + +style "range" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-horizontal.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-horizontal-active.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-vertical.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-vertical-active.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + + image { + function = BOX + file = "assets/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + } +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar_v.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar_v.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "treeview_header" { + ythickness = 1 + + fg[PRELIGHT] = mix(0.70, @text_color, @base_color) + font_name = "Bold" + + engine "pixmap" { + + image { + function = BOX + file = "assets/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +# Treeview Rows + +style "treeview" { + + xthickness = 2 + ythickness = 0 + + base[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + recolorable = TRUE + state = NORMAL + file = "assets/null.png" + stretch = TRUE + } + } +} + +style "scrolled_window" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" { + + engine "pixmap" { + + image { + function = SHADOW + } + } +} + +style "toolbar" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = VLINE + recolorable = TRUE + file = "assets/null.png" + } + + image { + function = HLINE + recolorable = TRUE + file = "assets/null.png" + } + } +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + + image { + function = BOX + file = "assets/inline-toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "notebook_viewport" { + + bg[NORMAL] = @notebook_bg +} + + +style "notebook_eventbox" { + + bg[NORMAL] = @notebook_bg + bg[ACTIVE] = @bg_color +} + +style "tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + +style "eclipse-tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = shade(1.05, @bg_color) + fg[NORMAL] = @text_color + bg[SELECTED] = shade(1.05, @bg_color) + +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 100 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = "#000000" + XfdesktopIconView::selected-shadow-color = "#000000" + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @bg_color + bg[SELECTED] = @bg_color + + fg[NORMAL] = @fg_color + + engine "murrine" { + contrast = 0.7 + glazestyle = 0 + glowstyle = 0 + highlight_shade = 1.0 + gradient_shades = {1.0,1.0,1.0,1.0} + border_shades = { 0.8, 0.8 } + } +} + +style "xfwm-tabwin-button" { + + font_name = "bold" + bg[SELECTED] = @selected_bg_color +} + +# Chromium +style "chrome_menu_item" { + + bg[SELECTED] = @selected_bg_color + +} + +# Text Style +style "text" { + engine "murrine" { textstyle = 0 } +} + +style "null" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + } + } +} + + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkTreeView" style "treeview" +class "GtkToolbar" style "toolbar" +class "*HandleBox" style "toolbar" + +widget_class "**" style "menu" +widget_class "**" style "menu_item" +widget_class "**" style "checkbutton" +widget_class "*" style "combobox" +widget_class "**" style "combobox_button" +widget_class "**" style "combobox_separator" +widget_class "***" style "treeview_header" +widget_class "**" style "inline_toolbar" +widget_class "**" style "combobox_entry" +widget_class "**" style "combobox_entry_button" +widget_class "***" style "notebook_viewport" +widget_class "*HandleBox" style "toolbar" + +# Entries in notebooks draw with notebook's base color, but not if there's +# something else in the middle that draws gray again +widget_class "**" style "notebook_entry" +widget_class "***" style "entry" + +widget_class "***" style "notebook_combobox_entry" +widget_class "****" style "combobox_entry" + +# We also need to avoid changing fg color for the inactive notebook tab labels +widget_class "*." style "notebook_tab_label" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" + +#Fix GVim tabs +widget_class "**" style "notebook_eventbox" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# GIMP +# Disable gradients completely for GimpSpinScale +#class "GimpSpinScale" style "gimp_spin_scale" + +# Remove borders from "Wilbert frame" in Gimp +widget_class "**" style "gimp_toolbox_frame" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget_class "***" style "chrome_menu_item" + +# We use this weird selector to target an offscreen entry as created +# by Chrome/Chromium to derive the style for its toolbar +widget_class "" style "standalone_entry" + +# Eclipse/SWT +widget "gtk-tooltips*" style "eclipse-tooltips" +widget "*swt-toolbar-flat" style "null" + +# Openoffice, Libreoffice +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*" style "ooo_stepper_hack" +widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" + +# Xfce +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" + +# Fixes ugly text shadows for insensitive text +widget_class "*" style "text" +widget_class "**" style "text" +widget_class "**" style "text" +widget_class "**" style "text" diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/button-active.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd6865759433b710256f4b38e25f3231ff41314 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ((_>EamT z(fRi3M&3gPBCZ#I|J99XHqv%!n&jEA_K;D4fm7Bog=>>FJD7#mPSmK8j?U|gv1NX- zD{peK+?gEqH7hQ&#GH9!(f8Q)T>o>4#k;FjA5UGPk;(9l_0~C$wf7m;+}S%lg@JVy zXU#Uf=^vCItY$M^;mDg6(EN{4i`)8a`rD|Yq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/button-hover.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..aa079ece8e7bf704069fcb3750ed5728bc700c49 GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8Vc#JKp4Nx=eWuvW>dKlZ5X8r*svh|*?4iK{MWu^R8N!zJO))$xvT|FIqv853 zI`yry)fsB<%R6x}7cfTEZ0a~s9DDt?MPD$pfYXlh*zz93ZAy<8&4^sRYWb8)3^B8f z?5mX+l$?4#rq6qBdtlv}*onGsl}F$G58WTK!bx;hK&#dl-wR1;?~b27o65a6r1aB~ zGd!Vl8`vF~Clvql)#P33vE!=lgSo~3n13+%pSSCbJAIG|=zIoGS3j3^P69gP2fQ+5z>EamT z(fRh;M&3gX0xlQr)lY{r3wm_iVRi6ObqHT3v4G)uieB;@9mZpd7ZnBXv@E{5r-b!F z>0LFYDo^$WOMTQH=)JVzIede`W7o4e+by35aX4gGr|)L(<8^R(!>ydZGWYtnaE6zc zr@Aqy=-z($J9B5q3MbK30j*kJ{4adz{@4+*?Q)DwPXE${m7m!zFf5tkx9#`Oi5fri dY*k|!;vP*hdfaRj`3&e%22WQ%mvv4FO#nZnYUKa` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/button.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/button.png new file mode 100644 index 0000000000000000000000000000000000000000..9d50a7e4f6dab8c2c67c550ffb8f248308336a1e GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ()5>EamT z(fRh8Vc#JKp4Nx=eWsieU%6d`3lUIFH5?ZvQIzR3CoX;G0c3JIr zQDRVPS|xWThkwKB&jBgjf$gTe~DWM4f^AT|Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/menubar-dark.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/menubar-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..299c550650fa3b0ccb2c20ff9e5fb239f828c05b GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^5aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0vUo-U3d z9-VK`Itns4a2!7Hn9cs{`ZfLm7sWdpay(~=zfpeFVdQ&MBb@00l@fPyhe` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 100644 index 0000000..23a344e --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1,222 @@ +style "menubar" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[ACTIVE] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar-dark.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button-dark.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + + +style "toolbar_text" { + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[INSENSITIVE] = shade(0.7, "#dadada") + fg[ACTIVE] = "#dadada" + + text[NORMAL] = "#dadada" + text[PRELIGHT] = "#dadada" + text[INSENSITIVE] = shade(0.7, "#dadada") + text[ACTIVE] = "#dadada" + +} + +style "toolbar_button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "menubar-toolbar/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "menubar-toolbar/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "menubar-toolbar/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#414141" + base[INSENSITIVE] = "#393939" + + text[NORMAL] = "#dadada" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#2f2f2f" + ChromeGtkFrame::inactive-frame-color = "#2f2f2f" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*ThunarWindow**" style "toolbar_button" +widget_class "*ThunarWindow**" style "toolbar_text" +widget_class "*ThunarWindow***" style "menubar-text" + diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 100644 index 0000000..5bd9a7d --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1,166 @@ +style "menubar" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[PRELIGHT] = "#5c5c5c" + fg[ACTIVE] = "#5c5c5c" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#fdfdfd" + base[INSENSITIVE] = "#f4f4f4" + + text[NORMAL] = "#5c5c5c" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#d9d9d9" + ChromeGtkFrame::inactive-frame-color = "#d9d9d9" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" +widget_class "*CajaNavigationWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*CajaNavigationWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*CajaNavigationWindow**" style "toolbar_entry" diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/menubar.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..2be034ef3a8d8bbcdd55baf64b7431eec8a61e19 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<>&pIsg^%A{SJ3rka&((}XraT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-D;sd|UZ#>q}c}=V*$|&pP3f0BadZL=x85lI&nNHniZ`A=RX7F_Nb6Mw<&;$TR CKQ06S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/menubar_button.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..78c8122e226f075afb51e3b0ae6ee728a869a198 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ!3HD+(^8%SDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-Hwl02V&)mx>yjE9YYs!^Lf!=Pql3Q8$85mxNGQDp2T$KP+%;4$j=d#Wzp$P!` C)GVO@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..54293fdf0ad2ca4289100a4744099a03b02634cc GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7mo@^o5)u}lQP4Pb_`s1fM;v%Rynk=s_I>?+gBXjV=?_1?4d>C>v?_^5 zEN@o5-2J-H%FowsORiqN_Ma1Px6@{)%9hH=O*(hCMoIqrpPsnlo&W#&aZ-U!yoWb7 zewozq>D9k4|9za2_VB#l_iwJFcK5y7-`1fXJ<}UIJ7;z_MjdSBT{CanFK%IDVdm1L zc^n2=7gxA07VC{N$+|dU%ZvN>>vPKhL;3|hW}ZbvY_(gt(V#RS0p-SglY6|-Rrk;&n}nGFZY_yl=%Af z>;KcMI*eZ2)-dMi{1~)#=ht^n)7!Y+-x=BL{5^}2!DM61qP_M~A;6$y@O1TaS?83{ F1OP#&xcLA8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..519e134b1090ad7b73802a45c968f615f3e831df GIT binary patch literal 406 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7l7_H=O! z@#uVeZNJyy0FmP#@9#YFZ=zYDhoKj{>&3HccUN}WHFM=PariayF9>+SyhDXw;f2uS zMIr2p!Mj~HJP3U?A$zH-bKmZgJ(4Xo@(*er_}EVh+7x2Qww~W(nX*Cp1;L38p&K`D zywa4s?$87+w=YGLt*-qFR4(4N?zY_PhNc7S|DO3AXTsyZ(vxk^ho1FS_Zs^iZ{Ah+ zh41g}VzI1WjhDnrKQ}$ITRGXsP2h}V$=>WRphn|#fl9`D?FCF)AXLvO$jQ9gP2fQ;Sm>EamT z(fRh8VHUF^PwPYTs7$TN!EX%Ct#)$}5ac<`U}n7HRqssu89#TedwpK+gw1(&2KCUtU4}+Q=SpWS z+iu(UKUDLn?emzEcLkkxY-{Rx@#vj{*UD{9a!aRZZFQ3?UEwVIDxm$JZb|)aU#a6C zSs6My09gP2fQ&uk>EamT z(fRh8Vb@^;f!2rW(anNKRyY4h@=Vz6z_BFihB8Z$0jG4#&f?66xyOWWue_wA`Lvbw zFMEZ&kLjxSzo*VL>{E7OF;rHXlG?dQW5G|M2LzC_3Oy6Mk<8n%4M zU3<0Q+}hIE`AI$dS7*-JT%32-h2`|7JKLL{RqpHLFks1dq0a~B`zfIS&zJ|ZQ ZCVZndL4i;6i4o9W44$rjF6*2UngC%6gFXNN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..24480b98111cef5c68227e9bdab2320057c0f087 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ+5!>EamT z(fRh8A>UyG9_PSmo2ICipZt41RkA}l;_a11FJu;X|7ZLWX4m()qR&u3@PyADNzWBp zE-a}%jjwlYcyGNecem)Py@&56rfCQovNC?SnX|TWrX}moV@ASr)c$N)z^a?!$Q^aT ze&Kh1Mb9tymOBbEPFk?)(B0(;&npkzUARg^iOJYGn|JHAXvIke#vL4Sdvk0{6#To6 Q10BcU>FVdQ&MBb@0MsdEWdHyG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Dark-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc822f001cd7ed843741d20d3128be0ecec9ebb GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8A=hC8p4NxUJt7wLy!?A!+-uIoPQ@;(Dbs?iteg-2XS~Ng%jL68`|icpx*l6N zxMT#nIJhiWm5|o4J9)k6Ws`$vW;rbtS!1cZl;!4k*~@R+3T0+9tnYZScjk1~=G}+S z%u<>^Q}T{1v!JQ<_4RST52qdqmwgq`Zgpkh{uU)B!9vM`dFo0`%^eG-6iIH$z5UrT zFm#P2^MTa!ovWN?NNTD+Nj-RXujY|6{w^&1J7)y$uHNk74smdKI;Vst0CK2y A+yDRo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-2.0/panel.rc b/themes/Mint-Y-Dark-Moka/gtk-2.0/panel.rc new file mode 100644 index 0000000..c877428 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/gtk-2.0/panel.rc @@ -0,0 +1,153 @@ +style "theme-panel" { + + ythickness = 0 + + bg[NORMAL] = "#383838" + bg[ACTIVE] = @selected_bg_color + bg[PRELIGHT] = shade(1.1, @selected_bg_color) + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + text[NORMAL] = "#BAC3CF" + text[PRELIGHT] = "#BAC3CF" + text[ACTIVE] = "#BAC3CF" + text[SELECTED] = "#BAC3CF" + + engine "murrine" { + reliefstyle = 0 + glazestyle = 0 + glow_shade = 1.0 + highlight_shade = 1.0 + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + textstyle = 0 + contrast = 0.0 + textstyle = 0 + } +} + +style "panelbar" { + + fg[NORMAL] = "#edf5fb" + fg[ACTIVE] = "#edf5fb" + fg[PRELIGHT] = "#edf5fb" + fg[SELECTED] = @selected_fg_color + + bg[SELECTED] = @selected_bg_color + + engine "murrine" {} +} + +style "panelbuttons" { + + xthickness = 4 + ythickness = 0 + + engine "murrine" { + textstyle = 0 + } +} + +style "theme-panel-text" { + + fg[NORMAL] = "#edf5fb" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = "#edf5fb" + + text[NORMAL] = "#edf5fb" + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = "#edf5fb" + + engine "murrine" { + textstyle = 0 + text_shade = 0.2 + } +} + +style "panel-entry" { + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + fg[INSENSITIVE] = @text_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = @text_color + +} + +style "theme-main-menu-text" = "theme-panel-text" { + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "workspace-switcher" = "theme-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "indicator" = "theme-panel" { + xthickness = 0 + ythickness = 0 +} + +widget "*tasklist*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*PanelToplevel*Button" style "panelbuttons" +widget_class "*Panel*GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*Panel*Button*" style "panelbuttons" +widget_class "*" style "panelbuttons" +widget_class "**" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" +widget "*dict*Applet*" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*Tasklist*" style:highest "panelbuttons" + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" + +# Fix gtk-entries in the panel +widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel**" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f8c791e461bbadd5ae8f70c23e86ab88438c4ee0 GIT binary patch literal 360 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkbZFW`GaeZA6$F#@aj_t(l)TxHL}$=wzqTgwR7^bck**_3vzW2_6vyi4~z|uNQsC{ zjfzfRJa^67eh`jcW$1$ckBGUyB8k<&HS$w zRSC3-y(Gvln8DM_`_bbk(dKJb0EH4gT^vIs!gJ5x7HSX>Xh`gQQ4^+>b^pJrv2)wS z`tA46oNEdQifiakVisxYVC>*>TyOZIQ(t}s`-6Fr%Cd8=7VNy)^eV#s*3Gpty2)F4 s)^|+G|9CUjfoI?T<&Paarq%sptZuoc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0Z<9#V7Y}JiUME*~6<(A68si;VTL93ucf}*I2oB-TDo0-hcS` ziGw-)GEioVr;B5V#p$(|ZwfUjh_EH7dK(|yRJ-*=PUH9beIIVHcDFA(_J7jP+Kkc%;CrVEa?vW`9FfY^CGgB-f{m+f|cu>f9TD#XVKX zDX87Cm+eTW=$)6Q1%a!L^S(Z zN8Bp%Kkumh`cN~2y{P# Mr>mdKI;Vst03hDk6aWAK literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1c5fade06ec9c7971b72689d7311210819e2f6fd GIT binary patch literal 387 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkiLKE*@Mdu9^88N;M$W1SAgibj=q(ip^d(=gPoJFos*w~lb^F|kgI!$UqG~9Kx}w; zN_b>SWOT-&xvST%*s^!a;r-i=AK!E8_}+8p4qv`};^x&;w{M=gbMxH2+ZXQLx%lYO z)n~577GXe}luCm9f*CY4HEU{XdvJqG=ezxYsuMk39780+bI;!vY7h`;NbG!36Q-4Q z|G%oSbKAxG?f1`|YYGU8Yv@m67HR5W?BH@-Z}_59Uw#GqgL#q4vU9E$?7Z3ZD#HHO z&9ySR$y<5WcTCFvcr(_4XW#zij~zUw)%|0w&JykXURaU`w2Z;i)z4*}Q$iB}x{;y> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1b57c5f717779888a0b4166d3fc0176b91dd4296 GIT binary patch literal 500 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ebpbvh zu0Ze}S#;uvCadhO+#LQM)H4T-9UISg)pH@Q6Nd;P%&H(0wbTq)4|Yo9iu zQKi#x@|@0zi4wI|g7XxcPqdaVW0)Zyz@TLCzxlcNg}m7c8RmO(m>z6=Hb>uDf5Pjh zbE>58SZ~i>u>ZrRvR!OiKSMb;XD`rmh={#^*thfOsW->e93$@jIh*~k4{t7h9`W-rJvaxBb4ugG=Wa6YNhgC_H+-xuhbBE|%-`*?H8B+E OdInEdKbLh*2~7aoWa0V% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..ad08972cc1b410dfd70ed787adccf39e2400a424 GIT binary patch literal 331 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^2ib(pqo- zuGgCAbnC(I*`B*>lG`HuZSRRG&Nw0Js1@{JA#2_S^Tr<^i#DGqK655Cpzopr068U@vj6}9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f4f46e04e595723cdbbd1c6eadaa93ce71c62c GIT binary patch literal 444 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E2?0JK zu0Z-fA@Jzxvq#sTJ-G=)&!63X`RvZimyh1Q2BIf#-#&Z)_W6hR&p&*6`{mR7FW)}= z`0?e(uOGjE|N8y+?_ZF?1?G=|b|{nt`2{oZi;Bg@CnPpCx3u#+iCAu0*&E$)G3!}x@}-K! zWjWh4B;qmx3!MIm+i5%1vjo22-^T1Hv2*L)16(KG>aJvPKIQz-FyFgEVbAi^j!K0F zSLH_!#q>?SO_}Um)m&6{HvQD%@*RGEluWZt{EE!qKaamXH!|YymRaIjA|lonyD#-m iyYx2c@2WFKH{-L`h9=jq;t~M5mci52&t;ucLK6V?2Hk7` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..7b9d14e7c1ddd45fb0f932887e6d7f41d8b3ec3d GIT binary patch literal 339 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^zfKP}k zkiLKE*@Mdu9^88N;M$W1SAgjGqpQyzU4Qljh;BZAcKhYCJ1?ID(Y=>1AH9A3o3BBEhjl*3wEp^lclE*IB2LYlXM5gaGBD7;V!+j~kdL>4rFKI*&$mZuoc5!lIL8@MUQTpt6Hc~)EQ2{<7 zu0ZFt+K@4tNe@a@~DAHRP5{{8Fs@85s_0@2^U|Ns9Nk*hooG+nMF z$S;_IUsNnMJ|VHGxuvDG2OY4au>An4T;S>A7-DgH>tt`HW(6MBsZncKO}2f@e^-At ztHkj@%F=vmW=5y3r2aWs@@9|LMpg>9m~;oS8>S2G(XkL}n)JBk9rLOSwS_FMGb|q6 z=wd3YNwIdA{W(J7+NK_NC;REGQ{0&pBsu%N@0|Eic#hB0?a)ut_m=+m9$J2$ey#gt z#p|-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkp7PW9$tO=@anUN*PcDO`Qpi~7f)}!e0uxk^EppsBB?wJ`!MU@r;s3uf^2@_zLANwoQz z6+odFPZ!4!iSXQhPre2P9)>{2JKse&{I6f;!nN?=&a*1HjT>7QwKSZ_6%aU>%itt) z#;bYe(?`v9cKP}|t0YBtaqpUb_=$}BJHJK0msZEhetEN#k+*UG^5=mMBY*uAuj3G2 Ue_Nt;AZuoc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-fap2+Ar;n~advxvDqwCKe-+1=q=JThwUp~9@^3}t)uOGdA{rK(MXYb!W|M2el zhfi<6e17-k>&Nfkzx??1KZH8u3Nw1&HE1@ zKXEXpUk1vo@N{tuu{gbU@=c*;1s>O_x3Y8--tKch{r`Wm;jaTpm;Bm)pRjapn4sf5 z(RJw=pAb#8IBBJ?86j_YYTn5T^)~#zUUS5zqW$!N^D&#(6h7HqY5n)s zyCY1WGtD)oYzbJPaN=O(^T!#TQ|BDsbYim4H}==T2?wwAEoA|^nZeW5&t;ucLK6T( C%IXII literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..637657544f330744afc0894703be61b93f117333 GIT binary patch literal 478 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIa30G|+7 zApPL#^9R=+Ke+bf;nk-Qq-|iWYhVbcID!YTi5P6xc&IiJ*STDIdgLVxl;$u zpE-2#%%MxS&fmLz{{HO?5AIxec>nU_2UkFrI@LK{1iFL0B*-tA!PCq8(c>r4=4(~} zg?4(nIEGl9zI)}SP?LfPTY@p~<}=@nqVIB5{{OzZxp^`>Q`)Xe#YcJW|8W;9oHOrA z#UYcYyLG?J+_p!|$eEX6TDf(^vCpe{*CaW$TyZRrkDQUPmBsyA2=Dos1={cWw(csG za^ttF$ldo@Wky>|L8olfPo6Y!$?A31wNH}kT zyZyF4^!@IfyU%vQ&c$ZebvRYNKVG9>(qVty{=%<`MO!aPe|`G1j`_{A%k;nn5g)#c&U z=Hb=l;nn3UFgr0dKsGu>IXp-{K}Annysg`uBWxHsJ6eh#l^hJ#k|bMz0JqI&C0*e%D~Ud z!O+aY(a*)z+tA?L(Ba0ai`W$jiXk!(}`0IAvr0QVqi0RR9107*qoM6N<$ Eg2r(>cmMzZ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-selectionmode.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..a8b21968392a765839b79b10f8cce6d59e391ac2 GIT binary patch literal 428 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIa{0G|+7 zApPL#^9R=+Ke+bf;nk;b^yu2NN7tV{x%J{H5Zwl%m(T71(W@8tU%z_v_VwepZ=Sw? z`}F(AdmfB*ga_y6C2ATZ(BaTI6`dr6RA zFoUO;_oK&8qRrQ=01B<}ba4!^IDPlZNueeK0oOnm0|g5~8P1CT|FvV6EKw0&S;V^6 z?(3zQR-R%(x94(%%mdK II;Vst0IB%ZjQ{`u literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..aebdc879ea04a2074be6431038872b34dd2a8512 GIT binary patch literal 600 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSN&|dC zT!HkHi%;&|czXZRvxiroKDzeg(bcC9u092_VF)A+Mc04|o;|tw;_0myPjA0`cIV~u zyRTk8eDm)4hYznleSH1-^Sdu!KYsiA@%y(=-@knZq95Ns|M>mu&mSQA{patWzyJRI z`~UyH>6Z`YK#TcGg8YIRWYjfQu3fi&!<+XXK7Qh0PQT2+z-aC1;usQf`0b6`lbQ^8 z*blTtEIl_+!3Sbk5wXWiiSXpG5>D9~@>*viR{S$52AY#+!%L z)PJR@yvZIZtu@~`9xORxoq12~YxGmsc{lr)9Y6J}pkSi*)XEBpitjoX-zq-1Z0vHR zxH;cn*zi1O-5w_wTlF1#GV<3qZui_Py+$!@%C8NshOS-hxzf&OF1}aI$#FjNTKP}a z(xk2K8GNdX4lmxKudvG|$bO57*~vx=-~BqVzrpEFZ}zU+dyd#XyU4$? zy~4q^Klr_xkj?z$lArD$o_OgjXkZd@e5UY%y}?%Q23x`rsb##g3T(tn-48aeFAF}l dbkh1$qPJ@}o=@zs%>o86gQu&X%Q~loCIGP2FE;=H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..87d450839f9b3d059a13b2d863a136aba2cdb9ca GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkbZFW`GaeZA6$F#@aj`IdUWmCqwCKe1JRA=Pj0?=di&)wAiDeNIS}1@_447H*N@+Q z|MKI<*PlPX|N8y&_n%*X{`~&)@87@w|NnQMPGka_%U%-X7tG-4<^AaKlW6lbD}X{V zo-U3d65+Z1o_q}oJPd-4EO*2Me*drcS|T7d=eEx!F^Sa~)>9|iu&m^A;phrr+k0^V z|BYaSzt69C9K3gK(eVVE9mZCDJaQKee@ R`apXaJYD@<);T3K0RR`Uo%jF% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..542d6bd580225b1cf035dfa8ccd0622d4a58154d GIT binary patch literal 434 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E$pJng zu0Z<9#V7Y}JiUME*~6<(A6(e}KrKYBCc02f?$?YK5&)6IF0=KL?oPHPBax^_Z z_mx*$q5OFYYetY9*WE3;4;u?UEM`7pBXD4$;Kzb)WhwttClxPtSnPeK`ShZ7%)LKa zqNk*Q)>k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e1b4e5375a8d3d209fa802d24740824b05823e64 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF!}aSY*z zPEKfGeAdIKkP(`Y@Ros@osExUF{Axr8IAzSmePZ36S^2K>M|9CGcf#cGragoTALN9 OmBG{1&t;ucLK6TholWfk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..fd18b62de1eaffb6714ad1e73d7f2ecc11457af4 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Mf5;*)zfp5DLo?BUg?kFGs=boJ?jt51P!7y^j{k+y*~kW>^cPy*`VD+%%oW{^?W zSh;rH`VDX1fB5)`gE{>&P{z;G#W6(Vd~$*U&y4E-hYyyrE@-$~ud;zd<3hjA2T_dz z`N#+S0T1lCBmx@C0~|UJEcn3frSPAP>xwdW4I@{EBDW6gTe~DWM4fvfFY$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..bf5bc2ce09d07a2e51a322ec9a63dfdb4d99003c GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFuo6HMO-pJuAgyjDdps zo-U3d9MQ=M4UErv_!Kfi6B6DsFtfAqaV%!EUo68BAlXuSaBV^t!$n=Df^Y_gA8v*h UKS^t|0<|)Dy85}Sb4q9e03|<6f&c&j literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2ee1876dbabf4d988fc1a71d6f2f6af1d2e09059 GIT binary patch literal 292 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfF?z`u=pWnIo;^E~d53fIYboI&ot4|+XdGhGmvj@Ck7R z(*KdbqpQz=yujzdAAu6=B|(0{3>um>wLLvGo9@U0g>*e#978ywlM@;k)wY``cmyUS zcrr6Hvzc)yGukVQa0E!Ulpb8$5HU-Kp`4YW&`{OIG%nsBsFA_b)z4*}Q$iB}k=#gl literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6774ef76178346d48317da1c0fb535d850e2fb44 GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0MeL5O{R;8Bodm$zN^(Rr8eu`2{oZi;Bg@CnPpCx3u>32y|S@1j=}Ox;TbtoKH?r z;F+=d{h@zopr033jA!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-insensitive.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..fd37c5da0d4b96cc2b7838df53ea85a0e22e7610 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfF?z`u=pWnIo;^E~d53fIYboI&ot4|+XdGhGmvjMOG|4{&sKR|7oe1%r;B5V#>C_V1)dq%?+zU_WL?nkG*-oc zQzM{Tr$AJrKrHfsS-=B5E{TA~@&Jd<0}DQIdnw#!;(DUQ9mB|#p~P*%#5!Y>;2&Kk cmm{_eDdE13NkS*L08M7_boFyt=akR{01kU?FaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-selected.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..0880fb51b9c034c2aec916dcd3b35e55c2bc1b4e GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4TFcSHq* z&g|Z!a+6I#edo-`;HrP$8@}!P@cC25i}rPSP5WDg1&sGRoWU^t2fv(z_hs)%VUwCS V>=d&P`3AI*!PC{xWt~$(696YLP)`5= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-selected@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..458fac3371efc8eeabfba5d16a6f0abc5fdaec4a GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeLIPmc5Q=r0aF3($mdiY9${DK)|)HPPFUAKP2oA)0+e&S$GzYLV|^K@|x(Kw%+ zpujVu`v2jBrK}4YuGXt;;Ly0xuk%4vqd-3L0e`>)doGE9#_|A%&I1cRaC<5IXXCn} t%w5CCm7&P(!@_0oRN;p^OGigF!~D?djxvW!XMiR%c)I$ztaD0e0s!N&dqMyJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..cda38172f475a6cc0361f884969a9aa72913e41b GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFzopr00<9HWdHyG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c09e6af3b4300a5e10f9aa49aff57cab1eb8ab56 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Mf5;*)zfp5DLo?BUg?kFGs=boJ?jt51P!7y^ky(EtDcjWY`F0`>5f1o;Is$f#?q zT)S@lhBxm&eEh`0oPHT7TKbyW25Oony1Kf0AfRtxU}RuuWC%jWhDOFl z#-=7F=B8$rX69Dr7B&`^wzl@Jw)SpzK;+===JjMX8RX#|>fs&c z=^b{$`T0Gd-8>~he!&d#3dc{JJoV?#pTB?mQVTa978NlU%hf$s7XP9Ey0t= z`^curk!fj{e(z6YI?2Llc-i-j?)^W9nxtJDujn}5h~i-4e17^)pyU*Rr{|o6lFX0% z=kD&6*V*;^9Q&lcOVdl7p1JM(#n!qwJ*lldsI)h=U-a!!$CF=m-wTI5mYP26^24fx z)!U1Tdbd6_o&I-Q=x3g4o1&i=KKU#cn;A84WB=rkIU657dad4n{jib#k>@k7Howa$ z->c5}*Lc6f`-ziM^tN}XvKVab-)q9Qu;;z{1Pwd+%wnboFyt=akR{03N@q Ap#T5? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b635b412ef5f801e74e9d2fd7c0272581583d7a8 GIT binary patch literal 675 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSrUm$f zxB_W4Eh7~TQ*~_Qfq{{Mp^+g7 z85cSz21zTiZI>*g4zUyV^T?*gJVRIC(ladpSCLJGywgx(B$r2fBI$ zx_Jb-c>+cc_PVSk!?QklzJLg8YIRY<>OwtJ*sD?%V(I)8{XLYglG#GcYhF zd%8G=L>zv5<95&?0|B-NOkJ$pIs753I+ASUFYNh$I`UM&Y_+#)H)9O^{#Eb$Y0Y`} z99v`mdC#XgR_v?Ks4Gt`XKd*a{mbykWV6>S1|HP{uEMmrENVg)%~#}NoKzYaBo!It zzARv0ddKF8-@(`V=VF?c9*$r5!^QKShxPoq z_e|P5^}*A$2UXjr{@PpqvP+0$??70JMG5vg%1u2ABp2bP0l+XkK;Y9*D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-selectionmode.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..03311efed2deb69ea3c59f17439e3f3857cf5dfe GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD>c0G|+7 zAbsxKx%21GUjl>6moEcpAom3r02y!Iym|Zf?YnpHK7Rc8`Sa&5U%veK@#E*upTB?q z{`2S0-@kwV{rmU-|NjW9mTaI|TqQw%!3^>W$4{I*1(Y>!c%lasUG3@O7-Dhy>Xoy6 z%?bi632P&?oO2iM`28>c7IT|hf~Nc2&(j~KPnK=#eqxrb?6%tQ;BP0LHnFJ-@+{IW zaZ2SKn(w~f)NA2?-NTEo@|Pdoc_}64qI&NIQNLMV+pQJjWy;o1*|~Fx mTyWFkthIYzZvW;tPhT>^e@)FTEk>ZT89ZJ6T-G@yGywo9aKcUi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-selectionmode@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e979f8c3bbd74801d117610402005023ca2b0a2c GIT binary patch literal 615 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSasqrp zT!HjOFgSPa+<6!PvXQwkVJLm!!iASFU%qh({T}zJ2@o^XIQ$zyAFB^Y`!HfB*jd|NnpG+oVN6`vgjY{DK*5ef|8a+B){` z+yC*?=P!S2SY~Q7Ffaysx;TbJ9DaM_W?7Sg09!)Ls*FH(L%rNAr9JKyWE2Q+VEnuGTkJQkTWhVpaK_nO6Z zWlepJ?A|M>iO#nx`blFPK4I;rNM@ zr~dr;^Y?FGYGDXa+``kvF@z&JIiZ1Z*#~2X0Hp&5wtdqRxKoypu%DZamB&Wl7^9bD s0dwT{rWdo>czWa%yl1mMSjWI{*xz^SN{g=sKrZuoc5!lIL8@MUQTpt6Hc~)EP60k4 zu0UE%%Sc7TR9)LdUCTrbgpAcRP1Q6^foxSx6EzH^rEQ?4W1yo80eVJ3(dj@_1WJPZ zf*EXm{rs!iI`;0{|MAo3FMn%TW@-cFay?xfLo80ey==|bpdi8;=<4cn;oFdoEA7>}V^K7v&e!IDN63}7>Pgg&e IbxsLQ075-;iU0rr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..481a15e6ebf2b81e9bce00d25ee873d9b7853df6 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFYB!C8W3cvs%fIGWum2HsHLS3B-OM`bai##_=N}pmGYJZ`2{lwmseC)PMEal|5uKdS!05L9uEPYK0|%_0^9al_N=UF~X5-|!BXEq(OR|7D p@>;_SVJ@DYXA0ikEDzQ(F#J+<4=H)*uoh?rgQu&X%Q~loCICr!N>%^> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ce9562780cb800d29d0e0bd91ddfeadee253c6e8 GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EW&u7S zu0UEz(?DI_Tus|dP0K`0(^yr*R87-FP1{&a%UE5*SWUx39Vo74qNQ!1tqTGAH$N@f z4%8`B666=mpsJ_u84y%hR6KFgjF}){Em$=VD4XHw;uvCa`t4*-z6J#WmPnUtav%QB zH+B4YXo2BFkJ#nUuBjdo+0y@_!*BcVKE`MN*fpm2`82F*Viy%_TJ7ZWtd)5omxCmO zP9o?3)(@sTr(e94{_T#v;z?~D;}>eVy1J<|zcfuPK4iye60WPV)mgC*XeWcGtDnm{ Hr-UW|j#g-M literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4356b0ac3407588cd75fa6c316f00a0ae1986a GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF2R^0qxl3~i7eJTK@toM5x<1Po?UdD57f=z>FVdQ&MBb@ E0Fjbcg#Z8m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..bdafd334439a1cda0c82647e3edcf457ac90768e GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeL6kzSkVgS@5P!i-9%)r6JD<~?asH|#Y>g4R|##R{^43vxWba4#Pn3$ZPz?5?T zKR;{z^rjzk{!cu>vcTaVx2vOuz^mU}A~)`9aIg#QZ(#Z^D#&!GzJcjK>%;^90~rr7 zJ-^s2U^zk6u~Fv#A%S%X_r$++Xfe3Pir8rV*HKh^#dzgcai!f;&lNzM7(8A5T-G@y GGywojo_(kQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..90d0374562aa65031c51f90f518da9f81fedf1f5 GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFI(F>XWiYr11}|T}eE$6Tg$oz{{{8#^|9=}FXHB3wo{}KHU+Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..554d44958d1bbf6c4f25fddb7817bf99e083e4c6 GIT binary patch literal 336 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0ZN;kyK;J|&AKHZ2L=4-O_bKI~?A!g)Y! z+lTlc9`Dv&ycD4@W14O6=KfEzZS&r!&C88y|M>T&^v<*!{Kvl=Iq;qk3IN*5;OXk; Jvd$@?2>`Dql6e3C literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-selected.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4d32106a91fc846c32e52145ae36bbc8cdc7aa85 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFgN)HayuC$R#B%{*NkLpY+76B-zooeFg@h;3{< z94Wxz!!2RK>&WwvlP9JrVM9X@+Z~5*2?B>r7_(lQuzopr0A4U$zW@LL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..7b361e3461209ca7e8cec4c4a0439109142522a9 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z-fS%AyRG#{v0xFpCgn1NqRTwYzn*51L{B|f3Ds9>>3 z`3@NH9ElPBUi7~{hhh3jqb3Hq!=Y2uCT>)YF-%ruw|y=redmU|VUs>b^o4vE3BM%4 zSrZg99Fmci52&t;ucLK6U$!H=8( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb129da8b244e26f2e22c643ca88db8953c084a GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF` zJkbM+T6(%ThHykDCp0iF`w;37pmgAX*>4_!Hzf%P_nDLC=p{U`VrJvkNIk%t!WzBt ka6{uo*_6zU40l8s_6ND8d+u_X0W^fc)78&qol`;+04cU)DF6Tf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ae8ef7b929e41b2dad7e7690e0434fe179db53 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Et^qzF zu0Z-C7@RwI?mP?t*~na&FqFP<;lj(8FJHZS_4@VeKY#xG|Ns9G&k_ZoK>{T~e!&d3 zzJC5yZ5?~}?f>}c^OwIhEHkx%as{3)jv*GO-%hp^YETehakOD@OxyYIf5_?pC4~*A zCirbPpPlwbJgj!%!=Od?_<3&JuMhCqsmOXLh^2SNZk82F5li+>Na$jC!gxSr*@swz z$0z5$&v1_aFu_$|!G+m-)sN3N_~vMyw>nez(zbNvpZ1CO9nRV;S+vtJ8fZ6zr>mdK II;Vst010uOuK)l5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/pane-separator-vertical.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/pane-separator-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4f5d70f7b112aafd658d1eedf07a77a8dde7ab GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6dTdb&7< zaLi0jNk|AtPXK}>1s(}W35g#-ED-_3B7rU(FBa_%%WQIsuyx)R i%LtV}uV2^J)H1~9$n9sCt@;ya6oaR$pUXO@geCxnQ9BU; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/pane-separator.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/pane-separator.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f1ca449c51555e918bb1ba9f81075bdc98eff5 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^5k5_L+Qlh;h^Y&^!m@GO(-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkbZvq`JIa|?p=QQ@ahu?dUWmSqifF|U3vE4Di8q$p90aNt4|+X12K@1wt=;sldrv# zpM$gCnkAdpEZwqp*%qLJydKAiK%+%Vg8YIRM8(8ILc_wFnp;}WoxgDL+`ffgXzy_ek>pe#JM(NW$>pn!5#u?gv;F?Ra};;=k(5?(?t0wYyx8 rM6cPm`qP%hul`70>t#sx_Uz=Az07YCvE8!=XgPzYtDnm{r-UW|2}-Lo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3bce1586ae40d5527012351f59d90582619dda10 GIT binary patch literal 644 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E#{zsp zT!Hle|NkG{c=71+qsLbtKfd<(!PTb^u04Br{n?|-&mLWQ{^;tnN7tS`xbo!T)h7?H zJq3|q^yu1C5V`^s0U@B8M^~ObxccnjRUr8U!hmUkssWk|Q4D85xM1>`wt=;YrHiSh ztErW%nU$-#wOdMZK}u?2YDz(BYEfEhae7*DMtbp)-6xOkIdyc;nPa<8pE-2t?BPp5 z?Kl2^_z3igUP+K&Fax8avWlvqk+F%Xt(~K@OGs!~ctm7FV^ed>z5^#to;rQz`i+~n zZohi{_T%R-za||M?E>oj=IP=XA|bihZBsrFUEcO^WT1| z@toqBZ)g8LX6U&#o4>X`qdcogXQ%Atg6O6xr-X&sQdMI7W;`-2SRiPiyyCEi@65xi z6a3|7uGYV?Gr3VM>CvVJ?SONUE4Y?=Kdu&a&Ciy~)iB#S-*v~=P0P|8C4-||HOZ>3B8UhvFe-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkiH56uWlT9{rK|Zdsm)3x%uS&)hCaxKYM)j*@LT(A6)^GATEdmi9C65_1QxZ`>Bq; zm7SBXgOi_wv)}3^n^!N}vUb@Ppql9~S>6H7l_?4G3ufTq;nmaEH*ojxEG#N2ZfR|8 z>+XSqIMFyipt^id7sn6@N!EjmLQM(+3gDqohf^!~x$ zc`RRVG?>m)JhG8dBsZ;;{XwWGYnA^*!A%W@#~WPP7}^#&doad+Y@XBTJ|mO0;O-%r uK!*9n9KVuTum7B&aD7kKUu#B&2mJHCsM|)&-z^NZn!(f6&t;ucLK6T4d7DN6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked-insensitive-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ad158552a64f45e4042468c3a55c26e06925492b GIT binary patch literal 646 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!Hle|NkFfef;G5lV@k1J-hkr@y*ANZ@zhQ`^lZlPoG|X`r^imhqqqdx%&9-wa1Tv z=~kG`D^m++Qwvv9D_3(X*Oa9EloTK;Oi3wDODWDs zE6&I$KDy_`(LJY*?m2UOzqFP=Mm5op5N2&3CT*V~l@`2{mD3JHsdNK4De$|@?U zsH*De>l+vty1Bc1WMt;$=NFWfS5!1KHnp_2b@pHaueEBdK$E_Bx;TbNNUlA2J?xN! z2DR;@~m(m$H+bnvd*s4RS~h_!mHWp+!h#NQdBA4U0M z&O``(3%pPk`C#4xmo`S;|84=QcQ?LuotSPvhqLd6ya{iY*7;Yz-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_UfKP}k zkp52!cy#sIlbg?<+6}KgRJC)5*;jlcoWLp^X>#waVn-*Qw zGmSCjxy+C$W~A#N=D+iZ`H`YmI$25;@>yx(X)cF)4&3^3@7OG(X&pNy{)dac?S1&y hSVUyeE=|jijCbU@e)FFc{|U5`!PC{xWt~$(699&3nTr4b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0d9f2aec53053dc391c3cba2be42146685e2bb05 GIT binary patch literal 561 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z-f?ZKm~&z@WdqUTR;K7aY>?Q0-<0z~hB{rLUs*YDrIegmB_QMlkT&^3A`L4Lsu zj6%X9(lWA&N-C;)`UZw>?j9MLdHDrpXhu~K%MtJT^vI!POqK( zTBu1upmno}_T^8rZuC0oUatLr{q#a67l~QR-pf~?+rS>7HrYODXJC_oo9B}#ElZ7t zKo;fhz0Hg>ZLdtPo?ub6=v{2W5!V7A{sj+C?23@o@U-_dUvRKKKi~z=(QIzV)#%o`YymsGidtri!@^+#2qC|;Xb#H=K{?GYRSo3hp piSU1GDr9W!PC{xWt~$(69AZzCnW#? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..99c0a35bc7f9ac0a87407f98619ec7c649349c4c GIT binary patch literal 363 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkiH56uWlT9{rK|Zdsm)3x%uS&)hCaxKYM)j*@LT(A6)^GATEdmi9C65_1QxZ`zet7 z^3mJhzkUP3|NsB{-mFan+a2T=%)rCLtEaDT;O^mBSX5Np(%RbA-2(!P3&KwT73F%m zIEF|}&GmmP)S$qz`HI(O5#`r^=bISrUzc5VzUqu|*pzg) htxRi9fB5~A+0%>ruwD122|$Y(JYD@<);T3K0RZ9oqA36X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked-insensitive@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..515cfa879b33e632e6fc06dc1735a6345b2fe7a3 GIT binary patch literal 599 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8~kRd$?fOQZohnX=jFE#-@bkL@$J)(zrX(i0nlN^ zaVmF!PBbkE@(X5Q6cQE@k(QQ`l~q(yQB~E`*EcXQbaQw2$jHpg&o3w|uc&BfY-(w3 z>+FGps-BHYfCjwuba4!^IK6iAb+IM`o;Jt8gN@AM-kN#}T1mD4(=P`v)x02=_vihj zn&oG&Y_a#+9y5Q5=Eqp?>8;b*A9T%SyL8*xbzxv{e}BN`O08qdB~7N>lz2bKVNr4a z^X<$ln~W}tYHayoE3mrZ$L}KoQ;Z}ZEP5Ol5OwFmJ);B1Eoy7OxExAm*tVm>&~`_& zfx<(xzf4oCCz(As#IVL_eZAn-Nqg*;dUB=SvrByzzU4a4hAX|Vwr`pBXW7#g4Uv}b zHl*HJ)hc-H(zLaATw+cI7H7VF6(#NX_J7{v0x_qpDSCT#i(k8DN>$Eo{C9qG9kX6S WhOuqpiCaKVGkCiCxvX-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkp52rczE^clbbJ|+d%8G=NQCG1KNM;Z5NHXU5>&WU`~Cj~mJ^q~{9Ro3eA>|)@@Fm9 zzcw*(Ef)~-OWoUgM(wg)3%mLv!!~g%DQ?+5S^inUCP7Sl-DiC;eIx8>kZI-YOlwC?~D|fZuoc5!lIL8@MUQTpt6Hc~)E8v}eo zT!Hle!2up#efs$Nv&Yw;Kfdw&)uXqsf#@+1z5Dg!_phJ7fB*db=hq*gORJ~dS_X8q zUP+K&Fax8avWlvqk+F%Xt(~K@OGs!~ctm7FV^ed>z5^#to;rQz`i+~nZohi{_T%R- zza||M?E>oj?CIhdA|bi<;LECm4ian^z6VF`x^RiLbE%?-s^pcR_kZIfd}maq{C+NT zXOhXUcPc#UdFvHVO#UvZyI=Xlidy5;5Z6rw z?A}`@3d~onY5aB~s5GNC>UVF@Z05CkCex4AiOyfcZz7XnEH&F=<5I)MZA%tDYFV_g z1wv7@|CpX%PG-f07^&l>HJkn|e(3P}qSYU*t=5-*wOmVBS)K7{^O2AVFE$*} zK9_RDiTR*w>Om$)(J5o5zDq*deI)NFI^VKe`*OB||Et*J+|K8JRtem> ZV6U0h>Tz3M${*-`22WQ%mvv4FO#nEYVPOCO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..594ea7dea8f201a770365d0ea53c943ce9187800 GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkbZvq`JIa|?p=QQ@ahu?dUWmSqifF|U3vE4Di8q$p90aNt4|+X12NFhtA}r1J$(D; z*PlPX|NQ^|-}wCR3qV6fOM?7@8AQdzLqfyCo0?l%&z-+;@#Ck@U;e#xdNBp4Am7u) zF+@U=^`Il)Ap;%;19Qz1p%4G-l?rd{T6TkhLF&mw{_9raQpdCp{@v|yOua#3b4!hB z!#BQ%9t^)Oly=Zuoc5!lIL8@MUQTpt6Hc~)E8v}eo zT!Hle|NkG{c=71+qsLbtKfd<(!PTb^u04Br{n?|-&mLWQ{^;tnN7tS`xbo!T)h7?H zJq3|q^yu1C5V`^s0U@B8M^~ObxccnjRUr8U!hmUkssWk|Q4D85xL^{f@#&LWFP`3h z`3#8ey!`s{+t-iZzkd4u?bG+afBu5OKcG{Sx%}S&9j#XqYG`C^VrpyW z=Y#%J+lBAJQM)c&V(nb2=%Knks_W$6_z2$_l_|fU%iNh{^6Q-nk9yvE#S@diOX}`d zKCzdm$_yllVL3N+hXHl!^Uk(7CvfOw6O(5ADMWJ-(>zVGru<(6>p zRy)@e{aE_Y;q}F+|C(E4FaBz|mawuq-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkbZvq`JIa|?p=QQ@ahu?dUWmSqifF|U3vE4Di8q$p90aNt4|+X12K@1wt+Q}yXs{A zC7?l~B|(0{45DJ=gwca`0>-{FaKUTy_f=2kmTv&7$PB=doY@>MM1#z z;Nl-)ZW$ln)vrwUIQ}6~bpD}#yVvbty_2)*lZ&bNPNPp8%fjC^#`cO@T)UT`EUEd)yswC7p1Aqn4M5u%JYD@< J);T3K0RRaXnk@hT literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..57b3b64eb971a6c8667a5fb9e67436df1d8186c3 GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!Hle|NkG{c=71+qsLbtKfd<(!PTb^u04Br{n?|-&mLWQ{^;tnN7tS`xbo!T)h7?H zJq3|q^yu1C5V`^s0U@B8M^~ObxccnjRUr8U!hmUkssWk|Q4D85xM1>`wt+Q}@nwDF z0ic`oN`m}?85k9nRa6a)j7>~!?Hrw5LPEpBBO)6bo0?np9XN6F)af(VZ`{0f`_=2W zA3uNjHR+gW7f|OZPZ!4!i_>c--{fmD5O8&LJjf~%bAyF-mD16l|MwefcDI%_8P0Kk z=Q(rR_AVpERgx}}OCz7mUZrDqXJPY>rbYJ`xG(zp`7AS=h}rzxq8uUD%;(!WIxQ^! z9P8+H$FGWoWqD*n0@KRr5sY02TNuP`)LeE57%jAW^qt|GVX{*v_tP04l9&#*e%Y>A z8)IR3@JQ>?6M@gq=I)%aA$z^`#OLCrOAKOkbt9i{tI@okl&QP4U5x*qy|`T8;kRb@ oz3)$Z*s8fSvm)-)qy0Y_gc9?!+K-)i4fGX*r>mdKI;Vst0MZ*7!2kdN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0fb1ba2064098416b901fd4006aeef5ce4d00b05 GIT binary patch literal 339 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^Bq; z6;R}HuAL~*6tR*ZzhDL)9$r0teFJw7&%&aj;+EFdw(g!DPnJKvKoyCeE{-7*lDP+? z`C1eNTn{e(;Uu~6=Zuoc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0Z<#|NoD#K7Mlj$+I)hp51)*_~zrsH{U$D{p8N&r%x|GeR1Q(!&@)!Tz!1^+T+JS zboueUD^H%>d~*NllP9;HJh=Mw(e-DKt~>*hkFP#^1Vq=KJiPks;kCyPuRVKs<;lZq zPaj@+dLJkPLQjF{(KV2=2Ous`_PLI}6_Bf{IfozU6y1^_zhDMNAz={_X=xc*Sw$rk zRaHHGeFFnSH+OfBjLf|J{DQLbii(EDrk2*W&YqsMQw3^3jmJG*978Nlubq5TsL6oG z)zR@Ft4K`5)G*hspa0(%t0{=x>foQ_UbJk<+1^B-j+e(Yg`1Xc%zkyMUAp8$K;Rqg zFDKU4)fTriF4e#OS4t%7ee`@=2j|T4zp)P9-(G&sc9l>(;Ez`S5?|CX2?B=xx{EO%qma6>u$zn-#q7i}Z}zj12!DYlMJaV(@hJ Kb6Mw<&;$TXZ~v_T literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed-insensitive-selected.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..08c13f09e213ae504c09e6840fafd52c63bd35d8 GIT binary patch literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^_fKP}k zkp52!cy#p{Q27h*ADlp)LM1_d!3;dSdinE977}| za}PT5H7GDJA7l*_S$X4seVB8{!v{S3AH}U({p7@kQ*(vx-m=+pMEjIHYr=OG=H=?F z6KeUlG2Hx~5dPrH5{8?Tc{@HWXNy}|nZX@9Y4mdKI;Vst0B_KXQ~&?~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0272809955a414e69d9763d154f5a6f4c17f45a1 GIT binary patch literal 481 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-f?ZKm~&w!Swr{7x)v`?iZ$S;_IQAk)sT1Hk;Nkvsp-@wq#-6JD2FTbFyyrQA8 zsin28v!~}lR+tb_{dP|m#}JFtYbRe6YElqzT^gbl9DJd{Xyf1i^=ll91#TA1I;ULS z7W+WRwZ7%TEbq0d>oq@4gTe~DWM4f%4haj literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed-insensitive.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..dbe5505bd6f03fe133c7b0d2568200e9087f0fa6 GIT binary patch literal 339 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^l?Uxcor5F6}PmuwsrUPc(VNQ1*%B&ba4!kkjy<8 z&DWwJ;CgWJ4=2fmPj~%a+ovddxIMIn>-YOzK|DLIUYXLGwzjDBnV`>lBc|O}f)-aj z8$7p9<}r9#7R2UPDkO0AW<$W2Q_THKPhIUy)64qQBKZuoc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0Z<#|NoD#K7Mlj$+I)hp51)*_~zrsH{U$D{p8N&r%x|GeR1Q(!&@)!Tz!1^+T+JS zboueUD^H%>d~*NllP9;HJh=Mw(e-DKt~>*hkFP#^1Vq=KJiPks;kCyPuRVKs<;lZq zPaj@+dLJkPLQjF{(KV2=2Ous`_BoIZbU?lF&$~dU=#~We1v4-T35$qGOUua0Dk`a{ zs_Nfss8o9QX*OJqvzW?IA@msjdk$;_VNn{i(@sza+Z5C8<~XITW5$Vi3CM? z1Z2$nVai}{B%&3y;#iA1*Br5~|FixSo)zZO)75dCH*4!2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4oA;1`M9cY=o}Nm91`MAk7_jmjOji1)aKV6qwN|dwuIq+U#}P#h^~j=!yMO2W zzjTEu=>bbj&k!C0uZa<&afvR`#K2xRqCSi9p?C$^ zAZpy106R5mG`s){KNsyZ6I!697ZW|Z{xivUW~QBh{4ka8dv~#BvQZ3N#R~%1&`DYUcCPTPo7#-fC1iD7rgPNkvMgV6mlnvvSmT zl!5mG4Fu;}o+^eu!x?9oR>5N39q8sknxUI01Dyg51gzhHUiU0000-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkbZvq`JIa|?p=QQ@ahu?dUWmSqifF|U3vE4Di8q$p90aNt4|+X12NFh|NsAYY{}OJ z8YEg0gTe~ HDWM4f3}u@x literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e329a8dcebdc4e9fb26102958ba0fbe66326f938 GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!Hle|NkG{c=71+qsLbtKfd<(!PTb^u04Br{n?|-&mLWQ{^;tnN7tS`xbo!T)h7?H zJq3|q^yu1C5V`^s0U@B8M^~ObxccnjRUr8U!hmUkssWk|Q4D85xL^{f@hQ+H&n`vU z1Kp%o666=mz^JIKqH1VlY+`C_=jiMb5*ijB5!uk#)ZDV~z=@NmPM^7cqG5&w{;&Oe5--L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uVfKP}k zkXF_)Rnj)r(6CTfH&atH)zC6i*D_PnHdWI$(a<(g(=b-kGEvnuR@VTsP1Jx4EwG@b zF^~=Bf<-ieQYPw}CYss?TH1y{H9%5J$4EyS#R?@s ze!&c~atew{=^0tsIg=(&pE2{%qsLF4J^%9c+s|LWe*OOaThFa@4Nz^hr;B5VgkgtIn}3 qjoh=f&QLY*-nY+pw!44(!?@Z)g!h`#rC6Xd7(8A5T-G@yGywpfw2UJF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6f79041a62b4f5214cc7a71686e8da4ded4d2491 GIT binary patch literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EZv%Wn zT!FNMgM+cLv9`9hii(PYf`g2VrIfL;iiVknhN-%`iJF#?hK7l{y0N;pk(!pNswPm% zR9)LdUDHHO!xV^AwSWv0RV`z6O;a_9pq2?xnHq=$G1P&|z*0aiNP!kuFGMj!1gIFK z5hx2`fX#tQK@@{EB1DYTwSdT2L(5oG+dxy>P)l21OWQz8+fZ9uPg@6w^tE*ibaZre zbo6v|^mTOgbU{Gx#w}S;kXn}n`2{nuu(GjpaB^8%S=%}|Iyrm$`X#5PrRU`47gko) z^!87fID5|A!$*!CKY8cg{RfYqymzQ6;Bt(5DCe(2Wz7b z21u|!P_KOH8?3c*$(N=RT&drZXRq0uCU^h;;}Y4J-8t6(itlgnp1FDXGCPy6&pua9 zn^ZK_&grjLUy_OJ2APcsaV&kTFQi;W+9lX!gpy~d-YQ_+A@h(aT*S)A;OPu|iQ`+Q zQ%M{e{1M``X0~d=D=JgPp-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zke1W6ky6qID~fdeu702X{d~0VwOzJt0`}`v4b8HI);=tlxj3zGAH&~e zN3St2&QRn};Eehsmhdx6@ZJH9s1qC|tHrX}LpEoq6(3!=F;I9TZ)f4|7KPo$DPIjL f?Rmq`{b5v}DrmBO&kaeS8yGxY{an^LB{Ts5sy=@Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f7844b8b195c40a2089be1d24a5238b2f8f97c52 GIT binary patch literal 673 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!C~$Lqlk2sDp!pv9YnXwzis@sfvoRlBR)%hMBs$iJGplhK8}ay1AORnYy-#nwFWW zrm4ERvAVXgnwF`Wrm315P|!q8(?ng%SY68qB%%r8s)CWarm?!FnVN>FI#3X(Obe$d^gCvp z$pX6Gt|Z7Wn1P9zg_TW7SyfG4Lsw7V+Sbm|(b>h*(R~EsX+|Ub7!Tpop z{{J6sH-$+z+WPT~>-xsqx1VJCukk#`gjeizf|XUd$ekDGcV69dU*l7m!=)Q8DjVBU zE}Z+^&8n;&eY4~A>e_p%y-!k3oR-aRbJhEF_Jhjf()Sa(CH7r0Z)-W;bh?y>F!*D=-sS6JygM4UPx|&t| zWmX28Fy6}ee`gsP9&E`8yqFf~zFu_ov8{4pXX3=RuRi`ZweWF-<{9zB&*D_Ko+>R~ z%6sy@7x$JLBeQE=5!p$X^smSj2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR40PFVvUNI}?CdR<&qFY9FVe@b@QpOLIt->$j4x=g!PkS7}A=! zL;tbyhg&jCouLx&^c%a)v@J=S5ZHO8w#CN9hLHuT zUvJJ1@)4WUIQ6rLWA*vSgf!a=45sHl&TYzGAoy7BspZPt%ZqI$v0R#T||GUom*P`njxgN@xNAP`Gz2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd9a00dbf3002009f2fa7530f45348cc981a41b GIT binary patch literal 575 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z<#-~ivuGkSrp(JKk^3ua(sV&>rF;ujDU5*8H`mync_mXVc{S5Q<^Q`gYc(l#@< zu(GzXwRdoGc5!tR_}vu))cMxa#WBR<^xDZUg_;a_S_Grkh~Mi9+Ow+RQtkii!Gara zDLn4^UB2IQcFJRm`YE^XzYAV_`R}&(g4?!RExuHls<>Aq;I+e#eH_=gJgVRSb8+U4 zTzZhPD(_dY!m~31(+|9P%H2DmHiPr-%6;<_4(lBCxFZzdP$>O?t9z3}o1n6Z(>INa zM<-4Us`#R%n5odD(;&+v#j!!VfhAWeLs_#y#*Vk(32Q+nlb^u-`5AvwLar~YD1$QQMV^j0_HSED_x)G2@@mt?2dNZ@9a?*?sL{%d>|q h_r6~){$F`1+$C7~x9e7KaiGT;JYD@<);T3K0RU|zEmi;k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..41ed4d9ffa62667f4e11c01325691693d25fc649 GIT binary patch literal 395 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkUoF@{IO%lu3o)*^5n^L=gwWabm{Wt%RoUOH&duaT=*WwS}H8jv*4^xqWYi925jx&F_mYs+ltBd%d^z zA&KwzEsb}7XZoX>UA1<%Rc{RMv8wme7Fz9`@>*=usZR-u^xPJ6aGB+or?olVaK9mT z^o9Jxz literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a83495380c6fe9fb2072f3e85f428d52df010c9d GIT binary patch literal 657 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|NmF5S_LHc@85ss%$alN&YeGh{^G@pmoHyFd-m+rt5<ws*aAP_(Vf$DGGym|Zf?Pt%P zJ%9fE?c28>K79D}>C=}lUw-}i_4n^zpo2xv&B_3Jz`i8NFPMRenVE%EUO`b=MMYIp zOWVxc!qVEt*3QY<#n(R|G%PzOH#e`cs=BtezM-Y1t-YhOs|N|h-A;W9H0rmfi(`nz z>9vz@7BxADxLkZ7W!jk?V|Y=Z;JBQtWZJ*~o42qvD@_jwySctLZSUP#-&|grCTCek zS7+^c%3*yyTItFrac3>F12ONo9~Mt%EK_~8-#TF)&(ZQ5X8C{l6ZDmDG54;HFDRH$ zZgoJj?YjB<>+IEkUWqT@ReRKs@PehTjL%=_lfikd1w3k=hAjEA2bMC5JG0g_US>GH zoyq5i$%Dfo2c(+VSj@O0mNMFBy7yexyXjx|%z<&~mi|*`3jTawy*2F8hFjA!_o?*U z{v*A8+WiTQns;0#b;bOhcwwG%qHA*g-eX;#ckU2NzqoYQ(r|a-*D-rfu2^Ni`I7pZ XjNTWWx^lU|U|{fc^>bP0l+XkK%0N^c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-selected.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..aba589ee61620882ea6c052c593170e0c499a0e1 GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR402bOxh^qTfqwn6xatI^{rOvgUOFZ&dC zX)fP?pPG0NP17BRS)Qj>_Ve#?Ir43V!qSpv%X=3W-L^R<5?;~Mab3P?$|cix8+Fv> zPI2&8baj|pXn$BSr-tjDS7cJ$44nhIX8R8~pIm0JH$m%q%-+)7FPqGCnP{s+0&a0T0*>iu(N vdSCA+hf61%jU?|Z`|WdHaN}x?&35yHZaa!wlZuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle;R38CJ>&rT$E765FPMRenT3^KKu}0VR!&|)QAtf*LsLsfPv6Mc#LV2n(%Qz> z&duG!)63h(*UvvGIVCkMGb=kUzo4k3w4$=Ax~8_Sz9D+i#0v}zj8dL1jv*GO*G|q2 zZgLQ5H7{V@SmSwV%^H!KZZBr$AnzxC{{I(Q%c3#;WSUL672DtV z_4#>P=LYX)Q=zr&mP_6-Z(EqXYSmUA=?|}e|0`wq-KD;(=I}SO*X50cGt)!lT6cK< z&1!J3ThMM`;lJ;F;;G_U2PP*kV0S;s+|~PguD^9JEnghHJ|)KHX=7$p-m=^i2Qp@QFirk@qPOu~y_0mSQrF((S64N@?Rx04 zasAV-%kfK(Mt)tHcak^zTkzhQS0~)${K~uZrP0Rr^exuFP-pOT^>bP0l+XkK{Opkr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..52594602458b89def52a2958121a47ded48855d7 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkiLBR@|iPd&YwSj@#4ixmo8lZ10WkH0%QV3fB+%|VIz}Qu3Q010RcqUvuDqM3?TXZ z`SWkzzJ34x{l||VKY#xG`}gnv|Nl+(+D`%PlPd}G3ucg&Q&3b&&&bNonKXI&jG2!f zKY8~2%hzu|fBpLX`}cCc{ojBp%RF5iLnOj;`@{Jf6a-iWtJjOT3O@W-Ug8>pV-Ux=Z-47x~sIVZ!X{1*;2yE@1F< L^>bP0l+XkKf&Ie7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/radio-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c01664c05c71cbcdf32409dbf9e81adbc37391 GIT binary patch literal 716 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!Hld{rk_HIdk>u)!Vmk1KG!p9RqUDojZ3P3@%>02&6AuxBz581R)Fv8z>F|a4tj_ zP!MhckPR^bE&|~~RFXm7xN+m=&6~Gw-Fo`;>9c3goC+MZ{B?T`0>-HPoF=3 z{_^F^&!0bk{rdIq-@pI=|NjYJFAMaibxDw4FarxK8#@Olm!*}pt%IYJv$wBba%x(7 zPHui-WmQdY|AdLN=gd8P!;aVNwHRQEGptK1^7 wvi;gBi?!~nqN~;gZBDzoI<)AQo%Ub;`&(Cj-|&pV4H(J{p00i_>zopr0IcDJFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f49ee4ea57c8f0e156128e075a683e81b1b844ef GIT binary patch literal 811 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>j79-I zA+A8h|NsAgeDm>>i%;%eeRl8Kv-?+{Jh=Mw!L?@(uRVQq`Pri@&mLTR{NUP?hnJr` z0*YUG_VDVHhgX5JK&dAnHCI9CArJwzTz&QktR2h+3xX6w7!VSo9mGDi=j5?Hr$9y_ zDLB6O3{Yh2njJvFO{=zUU$<+=`rW2LVC8OZ>uF)*Wou(=XKQC?XYXL|;OOA!?Bwj> z9pUK{%IUEhH=Om85SJLV{F^heI zlF~1`y;G%)TvL`Y!XhOn&?+g3u>W)YiV zGMo~|y0k7$xf|j);}&zDh88DGtuE|4+4^Ij^L^j<`F)?y^Zd^Fo%eU$3-7AE9=;w1 zgK6X3Fh1Zs3)TTmb+C7v^{)emIu(uc)6~=)7kLW774cfBogU(6puQJLScQ-C^Xu|*BR~X?COtk#$a&)cn`cM-pdQ`?d|E~?;8-{cRYX) ze%zlx@DB_OAO@1o5(y*{P+(9{U~n)oB!qM#EQ}HpMTxmUrI2aVi?MWSLIN!@fu5Ea zmz0>0mPAj!oO~lS<@U8JS!q|ZZ=~mDT+hqSD9p>w&&w{z&nYa)FJ%;zF$$TbDm^GI zdRTU^oLR(T7C)+DR#!c!sV-+%v)DDPI(B7!Gy8cgehj z7#bPFO-#3%ZQH(M=dRt>HivEP9UPCKF$5whC^+PFSa{?GGKCf!7oVAxedpKQk}`JP zpY@GR&)PdWySjUNxdUSplR~LXJ~jP%c79<|`Szcs_aBzY_Z}5+m(hk%GnIh*1wx` z%Le*eKzhQCV6h6=lYB%K*~l~0rE>4{JuN379UQrCU1^1q!j&dL=bfO;`uefZVFt#c zMuYS5{LX{troZdDNtfq_7KGgEY}c#myB&L`gjGC@-4pXoR1E_^wjFAIlM45&vbCPx zdBK^7+TrbH73KMU(|#Ab8I0vzXy`NJ1~cU+Xpb{l)cW8+trolZRchApszX{ce|Wr6 z=D`)n4XpHum4c}pHG$I3YU7EvEXH;@@AlSz8dLSaTPvAkd(p*p!%uat-Wy!FWp)2|L&e(<@k~xk#=E7&;;2uAYlt`xJZhH~dfx)o yr3SuGTN&Gc&7DutmF3=l$qp>%TrSaS`>5u%zyz(zvE-2{$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-header-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..12aa37a82666033def1234f0169fff72788671ec GIT binary patch literal 813 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jHUrT zA+A8h|NsAgeDm>>i%;%eeRl8Kv-?+{Jh=Mw!L?@(uRVQq`Pri@&mLTR{NUP?hnJr` z0*YUG_VDVHhgX5JK&dAnHCI9CArJwzTz&QktR2h+3xX6w7!VSo9mGDm>%`IBCqYIb zDLA(0G*D#os%=2Q4J$TpU9)4`+MT*UU}SG#;%H#vWMJxOYGP_;YG!V3VQFD$Wocz? zW$ow^=;Rvg?iKFg?&<07<>lcW85R{49vvMK6CIOPoL^d!UshUBURGG%Sl`{&G_k#T zQeXGXW%Ji>SiX7ViY=Q~ZUx#1v1{A9eY-XtI=1K3@x7;y?>l$$z`0ZV&z?Da>FnXl zH_zR>b^adEVP6t^rGWuwUJ~RN%)lruBPVZQXyoeV?&a;{7aWq8UpQ;d-1!T(Zrgt7 z=&{RJu3o===kA-g@7{m-`02~{AHRP8{`2>*HbbipFb>o`T^vI!PA4ZUFi#Mj77ESV zo3kv6RTf`9-fmuU{LY<&4YEtx1LfAwGtn;=d7yZn(I#{R&OlEO% zT(!NJX_uOOiEmw!gYPMiDxEoxE}HIKlwB0el68sIQ*}2>;`PaC-Rn+JFQU#4cAyFg8KLrlj~)-c-{=ZeD_vV___*rFnmFE>jH{9EMU8xwHzLB^VkB5mt5 znM9uSY*KMuw_HY}Nb<%<^~EmkS5l6+g*5dRIb2HCV(@-u^QxlsXyu_V6`7wDj6^o? zP>jocSodz*ws&=INj@to!y~*{>&wC?3MDP9)?{HgZKLDV{YhF380rk3u6{1-oD!M< DHS3?j literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-header-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c1fb0dd1f6876dc85025035ce7dfcfe59fe1be50 GIT binary patch literal 1459 zcmZ9Lc~nw)6vrtmg-Wx@y~dnL+msZKnOmA0kqQcwTWYz4nxZ2JZPSdFI+`7q%G^!C zrOl<(u^P106vY&ghaf4N;F3#?Iq5XzJaX!fx##|Vzx%%TbHDGLcYZJ38;#ry(}zJI zkj<#0u2}Gl1edv*3b^+g4nV;}h2)IFtEs68B^WXI2#r7LPl7-U>Xd6uuzt>VP}C#4 z`H^vPXUNpk2@wz~l?sm{o+X8yj*o!HB@l|{?DZj#wZ`6_csCGUS&g<8004wSp@bum z0kZMo@z;ZsV?$FSU|P%*OZifnKqeoOj{=G@oG_NxEKIMImjz9a8RksrJ%@F zj)RJ_t8`Y9tKDzA5?l5E^2TqoUyA>%zQUjt2>;*VYj;&wGGLm4fpCO_Vd-?h(#hQ1 z+yV?MX9NOaW#evZV{7Z+VP|V+ci6+;&feY$efS6l>4rRtM4^z!JW!q(FK>)bh&S5D z2ZP08a5!%~4j+p5!Q-*VkK<09!1?;({epvIVhFJ@k;K@jIAU}>DK3#5M@dXbqWnaq zkdvti=PsU0`{n0rNtdrDU%sApB{w7GR#rwqURHiyRzZGF;hp@7@&Z~#A-$rgvZDAt zt*DAt@{nF!U0YdSTh&lk{iweBaYIex<9p4F#*Wse&bH>R_9x7jf3Uh4EM{w8Z`&)@ z^Zvf}K~6Wo>E;bFherm+gae|nA*pCcCgv(X-L-W=$_sdkj78%hYgE>4P}SV}owkmy zp1#43?+tev{kY56#Ok2+Av=2qM`u^RfWVVM!C~PMXJd&8A$InFc00z9AH&L!f@O~Y${N=!{ zM|4%=>8xJbN3QzgXY?DyS@r`uB6HiZl1jRZ?NzlY^B*`f@JdrVQ`RxB=)keI1Hzr! ze1TwbQKzhXe%`W-kV+*e+^P*;F+C`)4b1SnNk&y&q5BZyurjA%2DDUdNP3S6V z463n>G=W8>j7F`L%lA}Y+oNzWy>1hxL2E7B5WzItuBVf7qFnoZt~m#~pT=I(yDcQ7 zCW+Xv({W~HqOYp&?JVqr>&xY?gx?q%XEN9U_d4!okK}KGzKGTwfw#roR^2h@b9McC zzW0{qbhgp-g%(v$Rr{D4P4x`+yQLbYY+<0$MjY;P`?;xewUkz>(f=8LLq+`{SsiWS zLOtZe5l1HN3LM6*__ox&7<`n-37vexbfa+wv74asPnE$%DpUcR5qZ82rMtA8`E-7F z9%a#R=0Rsp9Gdjn3Q&JPQh@Y!?8|n*i%Joc5!lIL8@MUQTpt6Hc~)Ee*%0$ zT!Hle|NkG~eEj6%le<@+-MjYe{?#WBu0DNm?b*X?Paj==_UOv92iG1yxc21XIq2ARS{goJ1Zv7g?42}B^HkQBg0 zUOjyK^5L5o_g}w!@CK;h(e-CfZoPO4M7M$H<@0;5AyTg&zkC1U)GG?xz(9WmwY@^ak&2X^Vunrgq_Uh78r$RXL>|k-JDX?@Pem;4xtOU{y2D-98G&6ZF6!(O+r5I})^o8v z+nA3naO#P5kUSUhxUYjv$tbwt)SQLFu`bSnmd_hzt;y>DRkV1gQqk;&yojq`UrfKk za`BDSg`@u8-vzFmD6^hLW3Pt&N_FFd-9PLYw`|X`uQK|4e5!Wk%Ov|pkHv00p2T72 zmVZbh_kVrD{Ku;e`>zEq{jI)5D)5o|lzr|q6Rq9|+b!G1A^+7P`r!U*)#@daeAD^# XqVD$USaj$EgP6h7)z4*}Q$iB}n7FUo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-header@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..8b7043d7bd3c2b45736c605e0b8dcd8d92e9b8fe GIT binary patch literal 1273 zcmZ9Kc~DbV6viJ?O`t_bR5q>1hypDjw17mYECW<36A)3ch%6xjrJ_TkDaEZgE{sD7 zF;=!Zq>Vzwu~S+X7D1pIHbEsXfv~-7FJuppKoSh}K2iVZo$uaz?stCYygPGWNdoa} zJ6ji92!iZl_e3RvJqJubyfs*RT?cKzW=)BVO~T{xqr!Lu9BoeSIZT0|jela(>ZnWk zCSW>Kqm!xoPaLDtG788LjYjj$&CjEdGES0xPZVTVYeHQh$f_!?#Qxik-NmzmK5YezmJR+73NylMyf`?A>WytW9Xh;M|F%N@9Tp1R_ z;z^!F$dw9VR0N}9fWZzS%fHV#-95d1{R1xr;}eKPipmvA&CIOcFlRKG7Z&r0 zgYgiwA~`lHA}P5`J#0E;zi&P6B-`8PW+S)2EAa1UD^u91pFjF0plc6{s|?6Y|E&J_ zmaAW+i(A74lo+~m#ZGPM&9qRCR$De$8A6*Va;#Pdc-Q6t3 z_O;(JI8p7Q=yKTq% z!nK}Z)1>P-K}Lj)6M?G89XLO8g>-&vzmawDQu80Hh4i4|1gBjGrU>J1OBD$23dCgvxnE4V)FwS>>1}m5hg%=Se#$?SQ(ezk$+2a7 zrH1=Naf?Z}se)tp?xq*?9S&6y{E5RQ{GXi87t!PntMHTa*I(>f!ll%uHQm|mO?&*X zw&8NMqKffPV-e;1yIo9DXPSy6%AZ3htkvv*`HpO5ctixn6R&O>?b*v*AJ|^g`f@_! z;ZLWtLs~jHw(4h^X2-21Tt3tO315E*-dGHrI~vq+sHa zbJvtlk|IWmbtvQ2g)D9KjWq|?HCxhGwgs!0mD=KUfvp$9Hic~RA!UU1>u*%Y{Us~9 zEMws-T@?h5OMio4^L$z1v9i7WKR!3RJ~(h|v9w?X1!^RGJkmfkHG%&bij5{l-H%K! F{tw?e{Gk8< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1680cddab8af0dadd0a06627bb6b0266d95c8268 GIT binary patch literal 855 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h|NsBLd-v|UyYKGbfB*2(!$&t>Kfd|+@y$1PuRnQm{q@s}Paj-<@Zi?7hgTm0 z(Y?!$A76g_@aD5eSD!t)_UPf&Cl4<_0g{idy|{nv>EmlpA6$9-;M%hXSDrq;{`BG1 zrw^_^eFP-0J$(p7SAm8+dw3lv3snE?`0f+O_nvwHH0SEG2S9VKJ~_Gf%)=`{mCrY? z+PZbkcA(zv>vnJ7u-g;}tlZ6QJS}XzZES4pZ0zjp9Du;d!O7Xl+0#4R(>K!3FTgJ# z9)x2P6M-l`DKRO(thl10w5p=CrmD22rmUv5c|vFV)UNialltbaShR8T$}O8$ZridN zh<0pSziY?(Jv%n;-?QZ~&{Ze)o;k7q!m0h|P93~(?&#&4=kDFUa1Z3p52rnVL6%w) zhzC?zeerlzi`sim!_XJcy@8Wt8Fk(`o}os(NqQd(9~S=rRo+}zUA+Sbw0 z+11t6-Q7bHxUpzf5-_ebJzX3_BqaA9thPTCAjAIPeTdLRZ>^nAChZREFg87#a#rQ~ zlW7y{-v2lCFnWFE`Jb1SAKuqI+-W+K<;m5X8~F3?&D7}(IeoO|-i|xnl@BCtD@?5F zES(X(_ytF*=aZEOWLgh%ZsAS!SQ3|@7j>&&Ow-Xx?RAis2ZP&-^XbhMp~qITG8{Q^ zaf_dQNAW?6sT>WWzpic(xvSva}WU#*SX;$z$UDxd^ z+fP{>zs)f1?WjqLRlWSOk`ClYV+)ncb#_zusZhn?>xd8|!Zu`2Lp qKhJ@))}sEWR20-7PmcSuU7txty}z4l4lvLd7(8A5T-G@yGywn`ExVWi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c7ded8c6bd6b60341cf7d806bc411d5bb61687db GIT binary patch literal 1521 zcmcIj3saLv6b&XL0fC|dRjVi}))qyCA`V0ife2BFA;dr?MWBR-AOr{|QIQIfMyTbb zGEzhoAwpG9UPDocyyPhY$(I0;yuRcM6+{_}Vv*9#bovu|=G?opch5b$v$LB`A^TaH zZ!kxpP?jWrUn&@5LAYSiAop*6X$A%~hd`oXu~>!XxEf5&lKdGQ6zZ#5W0;)WP_Pjc z*QXLgQiIshsl14kC=`#!b3T?p@*L?B-N4`Q(xhGAq7 z0f3;_V_nnJW77(S;*H|XJo zP7CQ(qgt&DQOjVp1W|)7xn2z+uuQL(!oUjn7#ks@vj)<`#*AoWum&tiby_LVBPvh< zjlfN&Q%em%rh)#=z{I!R?PNUOl!SrAjh+sN{0T|3=Fk_j)OeP~V)X1zyL{w1UQnps`~oshWhHJhWpK}4c+3Vp7!RR z&X(Su*1=vt@ld~bXs~^FsB>hb2a@yx$`!-PSHo(hM5~nO)Dm#{2>yF|BX}8gsZ??h z%47u^V`gq{VQFb)^@X+d>NRWD+Su4`vbW#7#ld0Qc1M@Ju5NDM?ep;P!r>0#@!o{v z6iOhK%3wyaSW(e2rxOwq+3cj`6#m(B=P#tEU(66>W&I?)oSmKX^OgSv%P6%Sc;9&> zUvFAS=bN#QObLFS={u_Fx19&tGn%h^POtPMR_>IU2db&R+-;7v4KmHF%xt#(jc(%` zXd-y{$KvLk$L^$(0mqGhKYRafX=(QTtN9m`=Nm(wyL~8R#_maOi4VV2o$PgVW`ILF zB6?_Z*s-$d*rpxvratbAA9KSy9dqCB!+0%bj32b@4Dkpa-6>Y?+e)1E>*^1n?~W-F z#JNw-?{sXl-@o5&vX3|7GD5E?XsU8L1Tm;Y*kaD#%_M^%;@SnCXwUy5Lc8`x){(Cb z7^rOyTY`VEmC1GeK!v=WMoC^X0}G}P%TvzfC$>ZoM~f-s`6cPJPx{o&YNxR zusY=GMXN~B!e0~ER3XN_{f>ADH)x@%sefsClfB*a?8@+5Ou{qI2PV}5>>ZZ}S8s<- zEOHaZBFdhVDESsy;rB3`x@&|N2&w8F>$RH8n9^&0-DRO^r-n@StZy-QHuKz;cg`KR zxGKmhi8Zz2COOOgQ6Z~iFZ!FNn%ddCcfFS)qo=QR5A%uxx^72`*3tA!l|whtyIE5a zBnzfq!3XN5cMT|AXYgVnA7j~Z`i0Lt{OL(~w&Y0x#$ABs1bn_+ zlC*`8dGOh5UALj)_dMUSHjYo*!Y-#}!wKc8tQ20I@JO75W8aw=#S8OB6VZIb$r*l8 z-D4&m!kdqk^(|j5u1!4gWl-z(ONtxw*uhaL;+0p^$CiJ-@I%ehKMh@1&@|h*zB0PJ z_0f+lh|lS5(1+}|zuMd@xc8}*-yhxm^pj|!+J29Vwbk6o+$SBv4gsYxA!o>mn^JJs z?yy5+ZaJw!c$VBQ)4KBJ{j=kEjJcxBnK^Ob^YC=ErSqZ8?o?+6_*f_sk?dPT2+#Zn DH;FCw literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive-header-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d6ebdef0b795d656bd9978acd70e94f48ac845f0 GIT binary patch literal 849 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>j5+~6 zA+A8h|NsBLd-v|UyYKGbfB*2(!$&t>Kfd|+@y$1PuRnQm{q@s}Paj-<@Zi?7hgTm0 z(Y?!$A76g_@aD5eSD!t)_UPf&Cl4<_0g{idy|{nv>EmlpA6$9-;M%hXSDrq;{`BG1 zrw^_^eFP-0J$(p7SAm8+dw3lv3snE?= z*t~hwR-oQ(YqoD&vr`WU3?1}MolH$l%}veC%`Jey%EAf=oSXxkTtnQw!#&+SJ>9*% zJ-s8tA|u12qr+pPW3!6$OH1?1$_mRG8@k#XC$%?E>g$@hY~FgH`5RYk*}M{nwryFx zW82zY+t%;hwfXSzJ*STE1)_5&_Mbbo|J<3w7tbBOeDmDB+ZXNu9ci?rQWF?nDJ4OE z!3>Q2`~ref($Z>b>YAEb+Io66wsxUmVc`+UDJj`Gxg{l~Wfhf`O-;?sEiJ8W9UYxr zU0vPXJ*0pIw@)wu<4N7q#WBRKYNaWrN482bU+vJb9Xv z`t(t*%E6ushnF{odrz5dDY7H`{8P&@x7Pi;CsrWN=GK? zf~n==?4m%HtV^t(sun+!uTReDU3W4{e1#{wifCr$!|qW2Wopv73)ECM#4K3K8fH7= zTyZEvmQcILugHj`%gvGkc8eT*V*+kAaICo~(z8xeMC3`&CKcCpyJa+rByW6FUu;o* zCFO`)NE7dN=S#_24BpRdUR9L3?mqmbBIA>Sk;vv9igCG$_tsszw(j1sB%c+P;SpY} j^=07`g_0IlYqBuxidN-i_3PUTj3Ne4S3j3^P6B3fJR&2;)7^qW2B%%1(u@9x|?w~)#3 zF~<|}I2_KL?(5A0^&|)vlcgZ{+r2RbWhs|RXPcOqC^P{ucr{J-4dvo+HqC}G3MXE( z1CdJC^SA%h(b0h* z2sVHLLD1A_*Yx!0v_henQOqcnO7$DHT0N^7)<6(~K!|okYjBQXI)x6EqDn}KL6}Oe z(v9fgA-#T7KPjCAHbjnS$F(qo!g6e47}JbkhW?mNZGh-CGE@U$nlVg0jHsmu0%m2v zteu2V_3-4R9E0TuEX80jHG;wrhR9J^h5!`c7zQB&Sp%VnA!8ajq5+>|+DRGkV`|U= zgMcR2!ZIDOX`p{IfEZQ*KtM3`<*4CL2wJ8`&Ta zKeDHv2ie1e!tkUrd}uy&A3EK~&yRkXahSo5^OgIBfQD4x7Va2M4o* zj~$DTKbepam&8rt@sjvFZZ`i6pU+L_^RmyU7hKFN%FZk)$SEtzt0*n1swl0jD6Oh2 zs}@uW1yw>}wMbZ9FRcApSbI-YD{iiDX%@G(7#>OM-G}Xx&UQ(6$HU&vCw<+|`g_~^ z``QQkJ6;cT4h{7}(!LSJTa`*Wsgi18DcD|Y;)>&LaQ5O<79$8}v}Eabrg;1cb8`!e zm8(`+u3o){K(N}daiiU)&718Vwz}-vO(N~t=j!V2;o(K09H0g;nSm@;=+USXC!%9w zPbVZKCM6}GNl8DOaqdE9=EdxsyuAE^%Y}tS#U=lv+IyzH$KjS_(!CF`LpoY^<84hh>$UE25iAzc=NgIs$Q3ta z*<8*~d?@*JaOlMu_~W3x%g3+9y9ryjz3GHgy%hnbd^boW7pn zQX(6)5&3+$9^)QQbh&DcnXj>Idyo-p)rjxH1^805oVZ${nV4rb-{mcOLWN$rUuw)r zR5@Ho-ZN__u|!Me>euHltdH#pl`TqRES8~MlJxCbS#J3Jb%zKpkxWbPsto1`mhTap zF~0I{Sl*snXquaN`L!pgJa;QzQmZ#vD>5Pz3hv=k-=-_y|HaS!N-!@PzGH366p*?; zn*`jo$kj95YdC`9DY2~8#(C6sPI^ZH2MT_e5?B5{a$IR-x8cJJ^t8T3;Jd=YOceU0 zMeap)&gs0LI)2>x=~hwHP~;Bdu(Mf-(cF;!bJdA(L%jTXoxkzDtY7^W?A75`xnFK< zuzqxZ+0K0vY;{=HcG5dl?H`9Bnw#VE25Vbu;epx6APnY4y|&*U@qQv`rKiGJ_G^}CxvZ1%cz%#4baE~& z>3x}5_eQ<3c-x)GS=;iX@7^5>Cizoug;lhkTsJTL@Z*sOs-D8tS5)JTN;FT}5m+CQ ZX_R~s-cF5*zW{Czj!t8EH&G)l{R3Iw3K9SS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive-header.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..a7e27df8409789782b93163ebd6438b8f63f20bd GIT binary patch literal 732 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)E&jWly zT!Hle|Nrmaz5DL&yZiUwKfLtt(T&%SZ$5r}^UdAsPo7+V{q*9~2bUi_xb^Je)rUZI z@ABivmmfd8`RvivXOFHudU*B8!^=;A&3G>uO0x+x%%t@&>SGT^7QHLR}Zf}2kLtH z;O)zYZ=c_L{qn(UkX_fGJ-Pk-83?@u3%-5*?n zv9${g3k#1(PD#nm$t@`*(n0>gww5?!gK;b;A}iFfj6Yx;Tbd zoZfroW?7Sg09!)A+eO#5iL4FHTw8Yi-O_ir7?Mu>w(n62PmGb6-h3-=3EiPguS1t~k8Z-{cte`L6FV$6G~fYiHl4E@t4HUHSnP$E*c zT)Fbi66J8|-L`p`>tj^=k7pbVz8RG9go^UhYBFBBZ)hqno|466f@rV3v pMepDJ93>t9z3i>d=I{G2a8;IFb5XD`*#Qi422WQ%mvv4FO#r-OnSlTR literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive-header@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..efa97f8695648017284262584f089e68c3d263f7 GIT binary patch literal 1228 zcmaiyc~BE)7{-^=5Db?nEvHC0hG9Su!f*;msL>W;paTpH7Dz-yZj?(7xiqMVU@f2s z3LU6ug;tqCkxYv)mO@p+hQvUU%_h4EG?Jl|Q=ng_)4%)9^S$5fyU+9ccD`9QJ@N|@ z(UJ&35Q%m?oB{T;U>zptfIeaO)&Oie`C+se0)Zezq9owaAm?~|J_K1k)hw+f%Ujl9 z_;~>}t{^)5OhI9C9t$cgEObxL%E(Vm&SAM{=cV2K7-$JWT7~p4W2nHq`(JT5927;d zNemPWFYsS4F7g+JLZM2inxCH+zZHwcOUN_=!zc=)vRRqNDZp?cF6YYU;du>2y4g)EJrmRLwG0xUd_m)Gr*6D!2|>W zjVF`L;J}8!|8@Y;oC1J=pqcaJnlItufCi41!kV~DfMY@+B{rwT=afo`N-0$>%9d0> z7?64iSF4rF>cwTXYI#|;vb+Sex}siPRj;nEtgo+bZUU_XZEbFDZ2@g z1O^@r2?-60qSH??81V_IOeX70+WE}PtnBQZ+`OXVlG3vB^2*EAwY7CuuCm$n*RKCx zDbgZZAxJxz79JWCH>%=q#BxJS_NW=5vWTJE$DR~*hWI_}OtjUz^(c;5lX3ikvs@9{ ze4uF?E%tcko&K|c6kQ<+8sYSGtWlZ;t^U?)L#639D{kxBFLQqXQ~#3T{n#gN--}-9 ze*Ih1OHoyN+W|VKyz$MO`bVyLm;$Q#A%ckB@nrL zdu@I(Hr-dLP3q^Ee#x~y-;`Fuu)Du;c~_@lhRdFcbB6Cq=L%1J#{QMAwMpAxkLnuV zW`)Mb4PShb{)eLw=9RaqtW>k^JkZS$12LZC{1}r|^GC1R%$BSmBUHfDm zGmh8kGoRYCFc7rIoYGx+x_aoc5!lIL8@MUQTpt6Hc~)E#{zsp zT!Hj|nt`9+fBydY8*V(D{q4(-A76d~#ew9btIr-?fA$23Za#l<`}s2vdim_m%jfrA zzkKla?X&kEo`3rA^23LhpFX|)^zFm9A3(j|fauq+Z@+&3`u+FsU!XakZ`WD@ed1IS z079NqDlAV)VQd(9~+0@+J(%RP1(b?72)!l;~aQ;ZP z1e*5E)5S5w;`H7t*M*u41Xu$OG~L)J{^sscr_I`*{@XuIT71;v(}R76r)R2o>+yVk z-}UU&+D6xvj;rT%S9vV4Sj_l3Lu1n#smn~yXQa&b^5LDgw6t})=f&xk`VV7ISN=+T zr2NZDuQ^L%J8$%2DQ|ZFOjEJILthVFqjSUp30ZseyVMU+r|&#(-K?sFIKz{c+cUtz@qSvYRf9wL!BooH_z7f{IbJ)sn3)5 c^$Vpx?LIMY)s9weUJ%qsB>G{7H7?{jFT^vIq4!^yT z9e&F}fGy!jnCt7M_f}o4S{%A&ZP>xETU`k*%Q+RDw!|^C9$WJHf4!qEqZh}`H^&b0 z&wKpa)<%8y&AXCL3!mHUdSNgdyQ8cZzh{POx( zspC|}l&t|q0a5Y^1`qiqyFP7S)2JLJY5e|h+_{1|U(B|1?O1f@(Yb=<##0v=OyiTg zxc17F+cWK!Sd?p3sO5VZzdgsYlIxvFf{WqO!sW(0{G-f8XPk`wJ#pIQ&oe{Vt$w&1 z*SGz@uzX7u^Zh#yYA(P0>vzk(%YMpXd3~u1N-tYa9q?oom%gC)Sp8p2r-Ky#C4<27 zV-bBk`&rMKKR9+EP&z8jNG$%PlYX?xzO_*a{b(Hefod=QtMaQJ#jLijJo4-bkGZsjQzprF@oqpuzjo!&p z9+Q90EL!&E*43)XYMhfl`pweZTWEfNa{q-V^CMTDJXiSWD&N{~MY5;Ej^>^hG?r1- zl@GhczL6_!QR1;P<^syR`WaKYzFyo^VIL*8?(1*f)7l?}-#Ga_($=qR{`ug|t!Hso pzXOzJ-@6?%x7X%>?oc5!lIL8@MUQTpt6Hc~)E&jWly zT!Hle|Nrmaz5DL&yZiUwKfLtt(T&%SZ$5r}^UdAsPo7+V{q*9~2bUi_xb^Je)rUZI z@ABivmmfd8`RvivXOFHudU*B8!^=;A&3G>uO0x+x%%t@&>SGT^7QHLR}Zf}2kLtH z;O)zYZ=c_L{qn(UkX_fGJ-Pk-83?@u3%-5*?n zv9${g3k#1(PD#nm$t@`*(n0>gww5?!gK;b;A}iFfj6Yx;Tbd zoZfroW?7Sg09!)A+eO#5iL4FHTw8Yi-O_ir7?Mu>w(n62PmGb6-h3-=3EiPguS1t~k8Z-{cte`L6FV$6G~fYiHl4E@t4HUHSnP$E*c zT)Fbi66J8|-L`p`>tj^=k7pbVz8RG9go^UhYBFBBZ)hqno|466f@rV3v pMepDJ93>t9z3i>d=I{G2a8;IFb5XD`*#Qi422WQ%mvv4FO#r-OnSlTR literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..efa97f8695648017284262584f089e68c3d263f7 GIT binary patch literal 1228 zcmaiyc~BE)7{-^=5Db?nEvHC0hG9Su!f*;msL>W;paTpH7Dz-yZj?(7xiqMVU@f2s z3LU6ug;tqCkxYv)mO@p+hQvUU%_h4EG?Jl|Q=ng_)4%)9^S$5fyU+9ccD`9QJ@N|@ z(UJ&35Q%m?oB{T;U>zptfIeaO)&Oie`C+se0)Zezq9owaAm?~|J_K1k)hw+f%Ujl9 z_;~>}t{^)5OhI9C9t$cgEObxL%E(Vm&SAM{=cV2K7-$JWT7~p4W2nHq`(JT5927;d zNemPWFYsS4F7g+JLZM2inxCH+zZHwcOUN_=!zc=)vRRqNDZp?cF6YYU;du>2y4g)EJrmRLwG0xUd_m)Gr*6D!2|>W zjVF`L;J}8!|8@Y;oC1J=pqcaJnlItufCi41!kV~DfMY@+B{rwT=afo`N-0$>%9d0> z7?64iSF4rF>cwTXYI#|;vb+Sex}siPRj;nEtgo+bZUU_XZEbFDZ2@g z1O^@r2?-60qSH??81V_IOeX70+WE}PtnBQZ+`OXVlG3vB^2*EAwY7CuuCm$n*RKCx zDbgZZAxJxz79JWCH>%=q#BxJS_NW=5vWTJE$DR~*hWI_}OtjUz^(c;5lX3ikvs@9{ ze4uF?E%tcko&K|c6kQ<+8sYSGtWlZ;t^U?)L#639D{kxBFLQqXQ~#3T{n#gN--}-9 ze*Ih1OHoyN+W|VKyz$MO`bVyLm;$Q#A%ckB@nrL zdu@I(Hr-dLP3q^Ee#x~y-;`Fuu)Du;c~_@lhRdFcbB6Cq=L%1J#{QMAwMpAxkLnuV zW`)Mb4PShb{)eLw=9RaqtW>k^JkZS$12LZC{1}r|^GC1R%$BSmBUHfDm zGmh8kGoRYCFc7rIoYGx+x_aoc5!lIL8@MUQTpt6Hc~)Ee*%0$ zT!Hle0Rq2&{stm6%ON7)zx)7-1IZs>e?GkW^x@TK53fCabp6?5AiDAV$*mVpf#~+j zXFzo4<%|2TUp{#A_UZe#&)$D{@#({>j~`xr`t;`W*N@-8CV&k2`Rymzx<9{v{rU6j z&%eL_faYr@GJgd6->f9aFPMQ*T1HOZz|hFm&E3n}$1gY}FTZfsoVoKCY~8l~(9vU; zuUx%;`_A1rZ{NND@bS}^?>~P1{{83g?yct%85kG^JzX3_EKcvek{*1>L4fUni$m9f zOM;Fp&Vj4ms$7~R5a6W#|Ns6C?!JAq=U(K0bN#Gw`R4C=ED!HI?OMWRD!el4pWUNP zg3s?-v-vE(KRMO)zlTNNvt2EdW_pz^-N*9n8Jm6DC8hSPTDI-Sf{&lyC=tMGZkohq zy38$SX_|{e_%!~o)0ZU$mhtE>XgQiO*RuPU&ZXprc{*)d(sf>K^f<}1>e97MzYm)) zJEOFdYlTzvWi`oyvzov3m`~+aEmnIdb?&Pi%6 z<-XkaM!R(njwNqNNGkc+f8gG`b==5?dSDl im-opDpWoCkG@YC9KmXqQ*g9bFGI+ZBxvXeGkUo;|wy^bwG}{_OFM=TB}ve|r1nGa$P2^7&mLdiDGs5WRi@ zME766eDLP=lXq{PynFlf{o7|i^x@s}5AR=meE;&}hgY9Iy#Dm@&F4>VzkGi8<;#a} zUp{{O`r+HxkKew1{_!1%zWn(4{nxJ_zkmPy{rlISKfnL}{qy(V-+w^x{~ySSTwXf0 zzz9ny3GxeOU}R=tV;2+>7893{l#-T}lUGnwR#8m?P`dE^pC5hp^UF5gHe? z45F0QYF^P>p`jVAt=jT?_ScqaYPo9055I9g|4{eVbKd0HvuEzydb6+SN6^hDZ^|mu z9yHASxMSB`bL~j4mB}1klN8-oat41p)4uEXH7^&DKXr~h9?=hKtEL^2skZ10EEDc_ znOwl6cKfZ{xz@TXmvhcd-os+H@O{m~VC%NTvZNylg{f=I?ysDE$l|t=p^wKm(-(8I zLd0{}IaC>MmdCyhsd2dKt8%4f%EeD}f^S4d357G!L&;So~`eK zWe+K?-Jr<%Zq=|(xz6lKd;iZ1<%_(;WV9zNE79C4V94D!^-|_+Mb#%_&if)V*kY^GRpZzf z{drsKU!M4i`~LUIy+{5ZjJp=U^Vk37`G2ytt_zi1EC`JKE3;`+Rk6-0<|(;Kv2Su8 z`IS8`UTC(2;rp@l-K|ZNo&^ZaDq22STthSOnU3S~Zzc9!jZ*~fMh4uQp2=T!eUF6a zvVF@IyxF_Te$_n(Um>HXGsRN!YyUmmeXMuYyoc3ML3d1BAG?I=ulwG_n(BRMb+H@s zq`!=-YBq>nTg(31;Ngbgw0*{YS3WRhYVI$|hT&VumsM9H>b{ttQaodS|15Km%~Qqcz%FVdQ&MBb@0FjUzS^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf7efd0013bad54cb5a31839c5a7626a4d8a4fe GIT binary patch literal 737 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ee*%0$ zT!Hle|NkG~eEj6%le<@+-MjYe{?#WBu0DNm?b*X?Paj==_UOv92iG1yxc21XIq2ARS{goJ1Zv7g?42}B^HkQBg0 zUOjyK^5L5o_g}w!@CK;h(e-CfZoPO4M7M$H<@0;5AyTg&zkC1U)GG?xz(9WmwY@^ak&2X^Vunrgq_Uh78r$RXL>|k-JDX?@Pem;4xtOU{y2D-98G&6ZF6!(O+r5I})^o8v z+nA3naO#P5kUSUhxUYjv$tbwt)SQLFu`bSnmd_hzt;y>DRkV1gQqk;&yojq`UrfKk za`BDSg`@u8-vzFmD6^hLW3Pt&N_FFd-9PLYw`|X`uQK|4e5!Wk%Ov|pkHv00p2T72 zmVZbh_kVrD{Ku;e`>zEq{jI)5D)5o|lzr|q6Rq9|+b!G1A^+7P`r!U*)#@daeAD^# XqVD$USaj$EgP6h7)z4*}Q$iB}n7FUo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..8b7043d7bd3c2b45736c605e0b8dcd8d92e9b8fe GIT binary patch literal 1273 zcmZ9Kc~DbV6viJ?O`t_bR5q>1hypDjw17mYECW<36A)3ch%6xjrJ_TkDaEZgE{sD7 zF;=!Zq>Vzwu~S+X7D1pIHbEsXfv~-7FJuppKoSh}K2iVZo$uaz?stCYygPGWNdoa} zJ6ji92!iZl_e3RvJqJubyfs*RT?cKzW=)BVO~T{xqr!Lu9BoeSIZT0|jela(>ZnWk zCSW>Kqm!xoPaLDtG788LjYjj$&CjEdGES0xPZVTVYeHQh$f_!?#Qxik-NmzmK5YezmJR+73NylMyf`?A>WytW9Xh;M|F%N@9Tp1R_ z;z^!F$dw9VR0N}9fWZzS%fHV#-95d1{R1xr;}eKPipmvA&CIOcFlRKG7Z&r0 zgYgiwA~`lHA}P5`J#0E;zi&P6B-`8PW+S)2EAa1UD^u91pFjF0plc6{s|?6Y|E&J_ zmaAW+i(A74lo+~m#ZGPM&9qRCR$De$8A6*Va;#Pdc-Q6t3 z_O;(JI8p7Q=yKTq% z!nK}Z)1>P-K}Lj)6M?G89XLO8g>-&vzmawDQu80Hh4i4|1gBjGrU>J1OBD$23dCgvxnE4V)FwS>>1}m5hg%=Se#$?SQ(ezk$+2a7 zrH1=Naf?Z}se)tp?xq*?9S&6y{E5RQ{GXi87t!PntMHTa*I(>f!ll%uHQm|mO?&*X zw&8NMqKffPV-e;1yIo9DXPSy6%AZ3htkvv*`HpO5ctixn6R&O>?b*v*AJ|^g`f@_! z;ZLWtLs~jHw(4h^X2-21Tt3tO315E*-dGHrI~vq+sHa zbJvtlk|IWmbtvQ2g)D9KjWq|?HCxhGwgs!0mD=KUfvp$9Hic~RA!UU1>u*%Y{Us~9 zEMws-T@?h5OMio4^L$z1v9i7WKR!3RJ~(h|v9w?X1!^RGJkmfkHG%&bij5{l-H%K! F{tw?e{Gk8< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7feed194842db10259d3b5e26d3f2240c61f83f7 GIT binary patch literal 728 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EKLdP1 zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBpXXo`Sh zVPRoF!N9;k2pJR<1W{uO1Xk{5KxFN1Zf+hFg{8A!N2VC4CDVJYD@<);T3K0RRsdA@KkJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d04c0853dad643559c931291a01da85290230a5e GIT binary patch literal 1266 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42%l{ zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qbm;!;7yBQDwNoyeTFgG{1u&}VQva+_ewz09XwY9agv$J>h zv3K@$bn$fp0#{!rS3f5=KW88Sl5YOa?*1-7;O_4V1Rnlwo&oM&f!^NUzP`SGetrP~ z0fB*mz%UOB3j+ozFl>S026P5E%%ZKn8&Gc$9->joyF~)ShV&BBuVnmj++&+Ies;QA*-+{V8{2>zv7lC(Kh1eQ2!lDm8oUWxJhH%2J); z2A5K*w-(==FW!;XV&leDcH!L7gn8;#4+}4~dM*EXc$Gtm@`8K!TrN)w{w|YrM8SK7 z=*LBQ!n+tHlV+HB?b`NGrh@zPF@gT3d$Kyt+Z8<}4!*q;o%+I*L&w9#alO~M$P+?o zK69(@yt%*V*Tefd?zR?doxVGyId78GI8(^!8uiRVYS&^Xe}^RJNs=%4mwR<>_OPv3 z=#IM7A&^^&9wYk^~8U-7CXf&9BFgx$PB?!9^OR{pzR?(`X-`o4d+nDyoc5!lIL8@MUQTpt6Hc~)E{{wtN zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBRPXo`Sh zp`oEbL4SXL2pJF%08yh01V;9H#z5qtudi=lU|?cmVrpt?VPRouX=x7xPF@Z`;Oy-P zL@wS=AmroZ>f;PVZa#i~en2yUra`QLIR1XRU^meJmL)-c!3>PjGIH_;hDNS#?q1$L ze!(Gm`GvFQ%$>hr>$dHOjvl*wI#{ilk`6Y-ZkWzu+^WF0D5>)Q|Lr?EjGZ2Jo@?8^ ztNW*4(Y-wki~Y83*mhmPTWa^});9u$;p>*_x9I;ia}R%drhld_*Uj=n{MyztI?vwe zJwB--Kdf~7f-^^MHYA>@-oEOx41>j0F=?+1*N{>MpZ!L<-!d<#G;F#u(ZoLITSwfE zSFQ}!`}%5xZ9lCzeS1|t;|gwBPT|1z&)=4>DrHb-`&8$6-o~z@k1JEI)J?A~E<}E3eqo7pg>FVdQ&MBb@ E0FufhtN;K2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-header-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4b1588d09fd36b81267bf325dc593a7b086c53 GIT binary patch literal 1291 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)|7 zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qb=mLR}y&e!4+v^!S7#J8B8X6iK8=IJzn3|fJnVFfJn_E~| zSlYT-*}B`&!>9S{IXM=v`kFMA+x@&X33gR_@|v$rD zb=u-(TeofBv1|8{W5-XNJaziaxeK@M-h1%m>9d!wUcdYF`ODXDKYsrD{V&h&ygvg2 zQ;MgHV@Sl|w>NHvUv>~-e-LCIBKBR>g|U3;x>9y=feEW3*2Id;II?YtXXv9_N?tmx zPTBA7=S&vMxMX5nbea9!!|#*k8S~#inKG^Vby05GRbHK`2@Wa>2-BFod zi_-;UPA*t}u`P3#Y@@5I-;oNtc@w6}baCCk72ABXNS8yhGel*kW8lHndD`jq_9@Fd zG@Zm;ZEuFZ-O?`_bVNy0RJnKS?74jxHhJhMKQ#<`GUcMBT%?#sFNej;h^3c5tx}jY zYa*9K=9bE{nH3D0Ns}e7bXDBgz%{p3XCrUk+qrRt+w9skt34bX^|wu3$o-)`z^H%H zx#8XTw8cuV7as5w)1vpU;fOn z>ilcN|d@D0~e=$v)FgbX-p6}iC4YRDCi!s++pOAm`lELp!|4#j~ zb9I`0N$m9RNy*aRYJY}y1zkxxEY~C>8+;}^O^QlEmk4yVe312cn^tI zJP*^eljr#6cW7q!`O>zssrm~RyxaQf$-dgcNlupEwO0QQ3|$qz^XsOSn>JWWox8rW zfk)nO+A8&?%9V1eg+G?;{E_#0weht3?56quw!JD#dY>GzV%9#EyuG%!lCLW4TrVQM zaY^DeqZRX>_8yO2{QUM)UPr%)M=j1DcZrO2+Uxt`ncr-^GWYWbR4gW({5S9ImScOC ves+8Bkx;YuNJYYu?^WrapWWAxHu%pl{T$2HNoJw>prXjr)z4*}Q$iB}rkoFJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-header.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-header.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1fd7ec3993161329f5e8f382883f0459ccca94 GIT binary patch literal 781 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{|6L&2Log${P^($$OQ@m$$$U;0m+XaKYsf3>GS8$Kn748&OUnV^s(cokDWMk z?8MmaOA+jV+Ri%J9Oma;iEuwYUZ59v*#|EJ#Xop`AZ)@e0b~Dt*ckBUb}Yf z(xpq6FJHcR@gk6M{`~nf1$S;_IQ9@E$Mq5YM&fdY<#nsK*CpjgpySJ}@ z!r~=M*KgXqZ~uWq$BtjQdgJD;+js8VfB5L}<0ns^J$w1`<*Qe3-n@MW0`I}#D+v7j z{rm6VfB%*rlVSu0xrC>SV~EA+J(3cOJj5S6S$>(5yt=V*dVa7$G|vi8ONQ8Bg=K2~ z`ql3G;T+L|D?GJXVuLxBsRfto>x*kdbFc6eb`I7M>$j+`-02vTzKrq85|^IOGJEgX z?s=n_!@5ANa1qm?dsnU;6i=F}5g;t?HsQ7aUy)nnC8cmak)1qm+72#JQ8vqH+NxrA zP>S=wB+GuYjgij1>=PHxIC}OkljBT*dWjd^h6|s?CTfZ@-Hi3>XnnU-fZ<}yJ%RIa SE1H3^z~JfX=d#Wzp$Pysh0B5f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-header@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..df38f3872e2081f98693c46ac3d8e6db3a0f537c GIT binary patch literal 1343 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&BB zd_r7-ivN!SSP1<2^XKp1zyJRI0}22czkmP!{{8!pA3uQPr%#_geE9J3@X@13_wV1odGqG=>(_7GxB+Bb zy?XW9wQH9yUAlbv@`Vc*&YwRIB*TvdZve(wUrCT(Faskq3o9GHfS`z|n7D+Lw2Z8r zf})avp^>qvnYpEnt$$!pa7bumRCHoea(ZS~PE&JBYg_x|X^WREUAAK7#?4!{Zri?N z*Pf%tPnAH%D+GM|`RmuO z-@k!@#_hDPo`HcW-P6S}B;xSf8$W|DJBYA<2-3gO^qp0%V|$RzD_$-Rud8C&{M@_N zFZHms*fQ@%)|M$I3r%DHrOsx!v}JbAlcnbj4u5Zd(thTN@$X$XYoptfZL{^yzMYqs zpCA!7^I^mG+r@ikE;rfr`{1-MyQO_4u5ab&S?c=o`=KVK&X<8AqWgB;ZMa!r=n+&I zHL<2EVMW67$xq+BYyHTy)=RNdD)juisO6;^(-!wUNs`E1vGtavP?z@6@8rmGft3JmG)V*9#ELFnnVy6<-xQ}y{%e|@j^Go>GWnW;P@MA&_Yt_fV zsmo4Hmp@<1|1SH2aKMiVNiW0I<5_j@f93mOs==jd7t&NeVU=t}nl+2C)|XZTMQd;K zy%D?4w}e{#R%5P=c1ugU!ky^D_Iug)Ep7s#vr>HCe=e)r@G2lg^Yo8|?}t{zdIyww zRol-zvuWCbPm5-)f4}HfdhP6r<|aS={F;0Jw|unp`?T%T^c9R-*O#boKQnu><&@&h zn|6Oc`lM=WbbsvB-n)$(3YjBaOeZ}2`z!2gfq~xj#j1SrYxDL+|9PWU&lhT5@BOwg zDV<-X+cfp?+3mZnBiL2a)6Y7-VeYDYRVFp(=eA0x2`4%x1!-w+n&G)%#)YYC)t2AT zm914yaCWP*Hv7!?%r|%XZZ_tNSA{MfNVvY#?E0_!8rcT*42oVKdKVe4IR(rN44$rj JF6*2UngH~oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@uIyO$Ks-Y#<5bLKuO8fe=AcAh2>b2Lda13kwS?D=RxYI|l~`XCQF* za|HrVKUdEHcOdc(0D_>PAfO?UksuoaVw3g(z2Q_6AhEu3pE)C zuq7O5+uN`=fnB<@X~o88f8$S;Drr4PInew+lfOndZL_rFkMc)PtKyf>dGWW(@}1(w zSBEwlY@1_z{^C-ty}o%lv(MiM*ON|*ogAO=S+wTis?f%nQ$8j-d^|r(Ro*S<<}!6N z@r%29|ttTsHcN8BsON%vvQ#67#CS7rVwy`FXS#{Kw(*7I}E%q!WZR|QHM Mp00i_>zopr0Nx+~2mk;8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-insensitive-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0e67ae2e8b1cd57b51f9ebd1d7ecb9de72226c27 GIT binary patch literal 1159 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)g@ zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdC}Ii(R_^9N03@wEEi5dotgLKoZ0zjp z9GrcffB;Ck0+F9H5CBPcKUW~|^mFwLaQ6=I_Vxyb4=`ka0TLD#2J|e@JCTtf!`Co- z83ThduO!GXn1PXrnT3;!i-(t&k6%DQP)JBvL{wHzPF_J#Sw+>r(8$=t%-q_>-oeqy zKOitDC^9-ZB{eNQCpRxIzo4+FqOz*GwyvSExwW;ey`!_My9X~&PW!)`fq}`?)5S3) z;_%xWH-m2lh_ELdxwdr2m0eqIU0a%Ulr=g!H#Tc&s2AhKYGxHd(?z0@hkpK#&(`Zu zQP~;pUvNya-v7*#hqHIjZ$AHh%JJ#%HRm4G{h$(k&`(_L zgC^tBny`r~nu}9DtBOpGsC#(ehj>yzfQR!Hrmn8Dzu(Sjn9#NR$EtGz zQ#j0>zRUUkUA;kmx@OidgA)t-Cp>qq6x8s|JU2m4!_;{*PgJ9h{HZPn%Tp?cElq2G zoLMmckLoVFElLyWay;6KQ|un!=J~}eX*WeM`kU~nqL7Vu*7A5Y9cfqD(VSA6aKCs( zlFsDR##a-j2Txz^H#fAaVvpp5GY;owEzSM-c5P?h^DU>I=4{(u&TbYeeQN8JZI&CF zmBJ@n(DuG8zIEZ!v*w3av+oKqe|_F%;nwp`202B(a7wXE4NKsakTMA&~$I{+lJdKIpm%cB)_voc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@l9z2L}VWKsJyBa>K&HAZ&kse~7pq5Ewe>89V6f>zkUIT3A>(0D+UY zgR{322>Cj>`Z~M%`uX_<1Oz}#0J;mPcTVvfYoIrrN`m}?85sEm1f`^<)zmdLwY2qY zZ0$nB!XuJXvU74vN=nNrDjS=cTUuJ%IyyQ!ySlo2FoBQM^2tEczIeJghFF~5d*!%L zlYszRLf2mHZ*8*Hh7C#P@Bas_6Bcw#XSew=|Jwoco1SHYE%oX_YrdMaxxBvGCCEQf z+xzr_D;xY~B(L7|WY(DzSLPe8*N|Q!J2^J!uV|IqRjcE^HNVmvVgpS3ZF_E*l=}OK zY+S~nQF*EMV1BbI!&F`SO?LKoWF)MG;c3tR9?Ig1>p!dp8K}kJ%Z)|9waA@yA>nBUc!9waMQI zJtz73%7s|oKXd9%#cFtRZfW6m{q!zx;i^Zk*M)ulbpO9o`Mr{}wU?$gMS)UmdK II;Vst09h>bY5)KL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..56036217ea7740c6d270b68616b57ea38a294a88 GIT binary patch literal 1147 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-@3 zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdD53`hh7Nkh4*L4~hK7d5#>S?mrsn46 z7C>O*YGvbY0|XA9Hcp;)Kma72yn(^u03@Bgot(X$U41=0J-xlXfuRHppOBD{u&^+o zmw}!Fnm>Et`w76%%r6P@3ua(sVrJpw;^N`u<>MC+5EK#;77>+|lap6aR8~h8f0vgYX2 zGB7Zydb&7zv5<9g5`2NAY}BYNNNX={nS*_-6Z;$pslQ%a|SO|a^M zaN0;aznJy3RYp`aF2f*U&Su9G1uIlO@`#GgDSTy_dwarO$5|U9wX#-kz4P*Wx95_{ zOFWc+{@!}dLF2sQ-Ga(hGo^y8_dc}g<~el9({`!f zC_!n_`4=owCT704cJD@ea3zcRGXZZ_*>F)s^ArKK^&yjXbG&72Z+=w59)IvDy^n)t?Z52W~yo>&$;ZONU?b3*%>Tp0ve_9fW)U z*GEF5Zj{~*cPPvBdcVL|_2YtVKi+L#e&W4$zIxO)h0{@Yw&j?;HcOIQDcHT*P1pIW z<#V~^j_1SQ^E&!HuzXq9Rk&qsYR0~EOS;$2ytk8yyJ)LzY;X1%>GtQ>`Islp7n*qB j;jKFxUjNUZVn3r?XgTe~DWM4fefY&6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-insensitive-header.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..e0740cea2cf5edf1f8d266b2f228a5364b1ae7a3 GIT binary patch literal 687 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EmjZl3 zT!Hj|T7vIj0Jq`Cj~_pO{)BKpefsp}%NGcH?t&HbfN0Um1&dZ5K6>Kl(Njl{pE`cx z%<&WFPMkV-3W&~JICJjeg$oxhUc7ku^5v^nuU@}?{r2tKj~+dOm;*HV@87>b(-iM4 zI0^KXTS<^#FasmMfS{DLn!2Wzww{fxU1(T%L~=@YPHstQSw&@IQ*%p8YgAi$PzuuHaj{f%Bx!A_@uPyg1Zu!uI!!t=Oi2rY~~=PIKTGiM=pi`Jz~K7Fn=xsz&rE8TVnMozDuc|}I+ z{Q>Pz-OJNDd+m4vzid|9*q)d*>rscB>yBdrQ!a>xzu4aRm_>AgwBq~rY{|!$PZ?y- zTkz~?Z-~AXgD0Ey>UF{1-+Q#0&(aAp`FeoxQIVCkMJtsFWzo4+F zqOz*GwyvSExwWmmqqD2KhgguiUgi%21CzC$sBuEG{lrp{ zr7L8DLRJM-MRbVePtnlv-L9GYa^w5||4*iIUs^Id=Sk~1gTvq3pR}L*V*Gp4&06XC z@6F8hYl9bF^~e!lH{)(Zis_dP{>w^O%@0h@Vc9J+<3Ny*7VF%30+SY2Eo@pe$=lYf z=fCHisYOdPcM2U2_{h5d#7q9eGu?D9o>~#O_WO3L zxx#cW+xMX75^77e%Nzz@b?v*{b^fIE&rqDyqRQa0KKS$#LwLVK{&&%TH z=5F^XZrilt(cafK?avmtsAw*1Gb!iW+cbyg)I+g-ZN@C3O1@Xm%Gcene^g$!XZ?&W z+Y<|q2TX8wH4lgi^=g0fn+dRG?y`ZRLSK|$F z=b+cq&p*5R#I(IkLAl*%-8`$`3qRCsS_9O-v|$IwpZ1i}2Ya6j$Vgo%S8Lg$GxwIp zU2`?9x$To5hRa%780h&JNbZ?^PfLA<;>xC%Z(nj}^BkRUsY$%-!fsWKwVRGD_L@C? zL8F=Os)uE{!kfjVoc5!lIL8@MUQTpt6Hc~)ETLOGS zT!A#HfRmFmH#fJkva+_ewxpz_s;X+voH;XR&YU-I-ok|omn~bic=6)p%a^ZPw{Fv> zO`A7w-oAbNmMvR$?AWn$=gwWbcJ0}-XYby<55eI6{rf=r5g5D&gST(r0_m?`zkUaU z-(c|f?_W6M|NsA~cN|23j)zZ?|(J?bOx3sjf zvbT3|aCCHXc6E!5i;qu8%r7V`tg5PRZfR+2Z|{-%E$oOnr~FxA(cT`lgx&c}YfZ z@R0}1-dnC`g_!wo{#R!DNA-&JgQ|Jl75p7~Z}Ogf-j)97iTqB+Akmapv3@_QK}o>V L)z4*}Q$iB}XucBQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-insensitive-selected@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..67ea825a4dac0c1fcd15b7bd32b42e7c1aa4c652 GIT binary patch literal 1081 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*mM zJ|V6^#gqe1PEH{qAwfYwDJdyMMMVt_4Idw$;NalEz`)$x+`_`bl9G~z3l}b4ymcfQR8`fqv~?`4tgLP9ot&IqTwLAU-90?LyuE#VW8>oD;}a5-Q&Likii(R%N=wVi z%PXs@Ynq!|Iy<|%dz4ODyD=~@nR~i8hD02GJ3Tx2mV-#!Qzci9%!W6STSPtvt>uVV zdTWx<)J363#Bv00{{Qdp!?caXY>UZAW=YRbd@y@C`r}Cj) zDb4TtBtuEnS?8LBQZENiG?Z#QJNew(4-XS7Zd=}SSlA(!5~kuCmK~ns7Qc#BL`(Kz z;Ul&;_cmJcmIZ`K$}AR2``A-h5_M$4nIlZ?Yrac_-xYfGEAEHo>6F?7OeO~=POE)5 zP5)cOf?ewkmi$>Wzr-S$X={Ms!vBv{65Bbqb}OmYs|DnJ_2YT9_><=UDSp}k=|Z6a zYHNKQBX>+{)GMsC*5%xw`FKO24;&XzB# zHP&BNzJ2-l)}6OrHFESkSy26h_mT~JM^(UGR@p#3kEd5d)x*vGjYQd*Z3`6I+uu1_ z9-Pp4zUV@wM8H+&faxL6TgtimL{)Q&le)Y&S#V0X_ikJylyX%~bw%1ouYehgsunI< zVU@c`i}|f)rtrj=M1^NH!Iyu`3H#^9b1Ufbsk;xKgdEuzAamC~ue90n`m1BQ=?yxp zyH@^}I{cA;!aI)`t_?4x%vY#cIM;Q*mcO!Bm+xoae4ZQc^pBY8-HSWMB)0L;zo$N? zQt=@gr)2&qnZ@d!?k&r=kovnL)BKc1c88d#-f1?CiHb4P{y+Nle@%Tre_ErTxBRw6 QOF{Y8)78&qol`;+0C33TeEoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NqaNIdk{!-Sg+qU%GVZ+_`fXE?l^I^CpnIc=6)dvu7b9Kn73*NCMRWRRY;S z0F(l%0dgTKAtFF71OT}}21M}MwQE2&P}$Y1S0S=My+FYmH*P?gws~S+ZowvSrIwtXQ#f<;vBoS3{fu)PDQ+ZJ^4xZ{L3U^y$ZsAHRS9{`>bY&=;P$ zTZMuCaVZJ%3ua*C=NAx^l9pCe*VNM1v$3@c4GWJ*PD#nm$t@`@tEg;jYHn$1X>IH1 z=;#Dm*VPTQ5Djo1s0PLaBde#2V~EA+y;p9QH5mvn1gwY>k6N7+`+8saYa^|RA(8+8 z&zI^6QJg0jH)na}gL$56#vYe8D~GNrT`tm@xjo8<)#FofZbVuiw&t$&)cz-z|2x&UR9w_JmEb1{3}6ONS3j3^P6FJp}ckaA- z^A;>vuxQbuB}+Q!D-!O_V-ATTH>GCDaWB{eNQCpR}QKfj=` zsG_o}y0)&ap|QEOt-ZaYv#T5EY&@Xdc6lfR1CxQLi(^Q{;kP$#2Hy%0VNX~R_ByKD zduv$W?oRH!wb#VLUpd|EI;QGY+@Pc|;lSVj@m}i!CQo?c=3j73vY!8dkKDeU=H-^` z(_dTq>)Xctk20uX;Xe~-vE!Ni`$WyR`+N&jX74NGURG?#_p&BXD_kpeO(0){Xx;{h5=!nsdt>%H{ zQT2^EyeBm>-ly{Z;)p!Nk@viAg=2I;lB24~mcrLxoM#y%zrOR>Pw(aSiqb=!uh`|d zY8!2&Pu*;?@C%r8`V~L#mrkeC0V&R|)&l;jujXXS=>%r5tC*?WY&=rzDzr*IeHPeT_m&1q2AeKl^e$&<0FzeE3a0N9zVQ7ilwnG}XK_!WsOVM8?Uj#tm!CU$ zv|yn^&EhR@KYS9?Q2ey@?~?d?^XJ~#a4KL$%7#SSbFz+e6t2ZjWvlw^(VlhSpJ`!l z)3R6M@gFAY*Id{#mJ=HmNrRH-gG$wMqUw5vz)b@YxCzj9rFXQT; Ug=~?!228mOp00i_>zopr01RGr$N&HU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-selected.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d2186b7c0bd5bac14b912d1a4c0263236bac21 GIT binary patch literal 717 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)E_X2!E zT!A!I04pnNetv#+b#+ZmO>uE?Wo2baNy*%~bLY&NGjHC!MT-_KS+ZpD;>AmsE?u!= z#j<6~HiE(C&6~Gw-MS47wr}6QbLY-oyLRo_vuEGFef#(Ce*goIkidH+@ZrOUZ!qv1 z4E}(@UoiOp|NpAJj&VTmd6oqE1v9X+aq;mB2#SfzE2yZdYiMcf=o=Us8Jqa{`UM08 zCa0uiWMpP$W)&5emX?)QR#w&4)~{N#cI~?L8%~`*bN1}L`w!lK{P^YTw>Jx)T*l;fhO!6yy8uRKfHdw=~g-ZO%+UpHn{dY+H8S@_1V%5dYYzPQcR zj-s8r)q=iCdTkdK$($&B>YV0e)wG*1jyF#7C52Yu`8FS8cH5X;e zt#$droW@=C?&m>A*4ggcI(qmV?(gjoVY(Q9pudKxq}HQmp6V>Il3NK?=Y!R3q*!?l zne@DGH0RiPaPjrq%F~UEujv#_F1)^C$It&#o*SR9J^z4v_3`yrHU7q(k=cKIbz890 vQ(m3h+Zg6Iu4}pRPA$m%^}K}Fb^S67Ud}DAW4c+6fYOqutDnm{r-UW|d-6fb literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-selected@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1b8944f146baf901484833de12d8f0ff4e0995 GIT binary patch literal 1216 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#dHI#tgKvITzq_d!otGh;^HbQDjFIZ+S=MaK0f~b{(*skSy@@Rxw(afg~i3i zixw?fx^(HXWy_W?U%q0+iq)%EZ``mZQpVJ!o`c1E?>QR z?fQ+Icke%V`0o9Ok3WC?{x`3FcM$^vQ@p2(V@Sl|w>NHw3pvWL7jPW$PFdHn#pTea z+pdQ{ghggHl?7f(N;Y-c?4+|nBjw-!>1osTbk4k6^Y_`&;y-q8>E4&=KnkO7t+Q2P5CnzCxebukWfA*9{-Hmk%JQZ@G@uR=i z=GNp(llg!0bj|v*dCml${&ODjvsSMNJK3{Q%J-bSfZMmt5}KB`-uGy7mmc!bZGW}z zby>PgWQI_?N#UiA++AnST<=WIDmT33^ZrTqLB>K)NmJ#d|8t}_c*T5{P;LFMx8TT| znbubv)-JcMpLW?IN62s9qFE;Yq`MBg%ayc5Z;wrv2&>?GsZ;s$P*J9@>HSxeCoTL| zC$MP&=Z(isOJ1;E;!W;mdbKNY&sIlsT@9{KyO57ew&p&bcNggY=I@TWko)6MyWbv% znc>Sq7W7{){&x9f)1(WJobTK8?%I|cQE7aA`}U{+sarKK)MFf8l`H7V1a0@ph)#B5 z+U<9?e0QFEa_QV1Cl}Z*K5<(7nRBvFo5r5!&hPg)RCZtR$((GsS3M#8LX&Rk>?AL% z5BES#Y+Nt=cD>4Br!m5B*bSy*n3f$S!Yt zN`9B~_oFgT?e3er*==ccYUZ}7(Klyp{_GjE)0O+goW};H?-FII89lx8Rlna{XuHFy zG-tz!^V4QNZhp1>pwj#}&D4qu5;Lyv_*vFndGw37SK8wh>E^Fw)@4hmss5b1ZkizL zw63XDtMC4+3)0kE6t&oeY2EZx$rhJs>pto|a}>P(|H0M!8q*E-GaO+xW!}rjRtqXV NJYD@<);T3K0RTvLGB^ML literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch.png new file mode 100644 index 0000000000000000000000000000000000000000..67886a1299f7127feb691700f95cc5813ac90ed9 GIT binary patch literal 729 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ep96eC zT!Hle|Nk#sxNz~}#WQEloI7{!{Q2_`E`$MO0~ruDP!pfubZ zxcIee*MMvY2@wRU0dlWjzYgKvxpN1|xPANf-Me>zjIOS(?(XiMo}ML3mMmMgZ29u# zD^{#nxpL*IRjXF7UJbDksQuQhTR<&9y>H&U`TY6w_wV0-{P^+v_wPS{{`~#>7wFkd zDe;Se-nJ|W@(X5Ql$Mc`H!w7Eb#wRf_VEi2$;&UCHD~Vp1zWdmKXmliy{Y(Lze}EKleWB7;oiDh&-K#YHDZ(OCRx;`b06P$ zL#Fu4PMP~N{#sv-JvwK>8>{VRKh1Cd?X-0b{Xb#$+~x6XBKxj6-!k5mv}@lCjYVBN z8ph?!2X{M`Gfs^ZF#LG9(d}hLLd|tohqJB%kxD_G%O)$Xmu|4~6R=b=3URUvFJ-^5 zx8aR_U5d|%3Ge&vG40~mY&&;_@}iHs_*RIl6Kq>p|6!>g!&^?>`G4;h{nWYja9(x0 z_EP!%i((dseBu6GwPD}0o3l48zIZN=O)IV{ahiEc1%K7i8TDoT+PXD&qNgrCaxH$L ZszUd-(7z$??15p-;OXk;vd$@?2>|PHm7)Lu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/switch@2.png new file mode 100644 index 0000000000000000000000000000000000000000..16a25780c6edccc31494aa05ac96897c1629f6ac GIT binary patch literal 1264 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-h_ zd_r7-ivR!rziQR0{rmS{y?XWb?c0|wT>>&ro;-Q+;>F9CFP}Pf>dcul=gytGaNz=w z3t^u>e;z0cWS>2I7RUxlK}et=Tm;Al>Vl9!22cS+4Ui215D_2=;X(|72m(bQih+U< zHe4};fhmrx9ikUa3whkGuCDIx?w+2WxpU{vn>TO4f(45fEn2*I@scG=mM&eoY}vBq z%a^ZMv0}}dH9(KUoelIgFsy*Vc~S3{QLJ07%54|XR-sMC!r+BFPMRmnT3sA zP)JxzTtZSxT2@Y8K~Y&nRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ew zylm^X?K^huK632%iIb;JpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|@>& zba4!cIQ;g;&)~}rBJ3Z6^h5aG3)={Y>T9j|$|fo>bydI`TM>`I6-SiUPd~cN#CO)M zzne3~CaCysnkYUavF$zoTmG3R)5|u`uGN=2@3$@f*6zQ}jTcOE3@$G`u;71?wRh&X z-X?9yuco&RborAe=yrX&AGKDi`>0M=*FF1;gKu8(tA9>iyX1(xOeA#lQmf++mK@yppF29)5za%wDO0#!jlK9tiHzT4H#R3a1Nv^$YHgQsC zs>+o&z1!DW`}!|*$q8~=+mY`3f5GYr%G)AcJf~lub2oo-mu-mS+vVleVGCbRQ15vX z=)7wi*WM;0Zmq=&rfZ+`JRy{3Qe^mgQcn4xfFgXS3vj^n{xep0Ef#3+Y_{zvl1K-5+K-$uBt7wyJO5 zE`#$IYc5&~EV+=rV&g)oKkX?c4<^4BSn>JTS?*;MW(OZ%?=v@$Yu8?heOD*8SXFZ# zOflTCeNUy=h38umHtosZwKMVR!WENlw%I$}B@^5bL!oS)tZiwv-ai1eETpti{ z{?=o@qUqQobNhA>Ln zF4Ye`-+K8{+LR*~xsN^Ct(+0}M1SEk-5VEg_{r2U?({mm<>9s4pPkcqCw(t-R&Kk! zT)sB0d*1s7d#0I98sV?kE>#gT(oieP-|s8FdwqEdTg-_w1@Gg+lJ8wBEl-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkpBPw|Cuvqp51)*{Py!Z7hgQM{OsY?Cs1_d$)l@4^z;D`T?3+LK<)#e?6s#4uL6|; zNf3Gj6u5he&?Ak@Ic;f&z9UqH^#C<*clW?*6!5fuvx2@Q)+NK8sj$tW(X ztZQg&YHn#ed+z*&4z;7XCW84inSo{uy4MjEu-SE;53!W?DevjPik8~opJ9) g&HC5BH6PE{Usx!@7_l}z73dfSPgg&ebxsLQ0APmTt^fc4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-active-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e03c811e2f291df0c3a9dc6af2031cd3b80fd556 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|Ft~mD_WkS6AKZBH@Y2gimmfX8`uO41=l8EZd2sdVgKN(oUVrxB^3#V`o<6+# z>=6)Md-fQp_zF<=$wMHz_7sR7U4HiX>az#e9zVGD#J-(^7yt%pEagk5tDHoUb|NmQCJ@+XNJ!by>Y`xLv>rZdpj*i$jOS#o@ zg?8X=^PU-NvOH8zPq@?VW)dzr;r}K5xuQZh+k#A%cg$QBbXR&0v!(y}*vj+%MO_xl z^w_uEdi7Go(XYc;U!S>k+n1fZl9ihyu7A>NaQdArY%x_lVXCM#Gne#%!tglG*MYUq zE!yvQUEQFh>i5F()hhi%U01&E^E>afWMBB2T}kh=Ex0EpDPCK<=bDiKi^DqA^)02U z`Rp7^7;a1~?=)4<=VAKFVxX4KcKXT_AD{atcFvqP;d8_G_4aQb&Fl)gE1C3|cWH*- zq==UE_j0{nn+ O!QkoY=d#Wzp$Py1*{1yf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-active.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-active.png new file mode 100644 index 0000000000000000000000000000000000000000..5028dbce7303bef135e1e62d93aa59274137486d GIT binary patch literal 409 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkbZXa+4I}a?_7NG;PSJFSD%2<(?{2yJ-YJj!BwEhQwVwlVj#G1@rT!*KED3!@%88L zUw-`X>eI*9pFh6&{Q2FN&+or}dH?n6$8Udr|NZyx-~a#rLo^bu0qqkl3GxeO5D^s% z3JGm&YHm4u?)-%hA3uHm^6#j6UY>e*fkBTPwFS%~Zuoc5!lIL8@MUQTpt6Hc~)E4+DHc zT!Hle|Nrk_fBxXci$|9qJ-+(*-jyf!uReKj_349a&mLZX_UQ7nhgY6Hy!!0X)n|`^ z%B}#Vo&cpDTz>Z8%Cm=8p8(OLYd{4E^yu2NM<6M%E}$V`sYhTgTp7@O2pi6TOMw|6 zT_AI=11){_^wx`~w_m(_{^9-0j~`xr`uO_u$2Xrpz4`q4-IverzJC4q{oAMS-#&l; z{`trEFF$^K{rT(1@83WF{QLJ0=(TkJifEuGjZ1?3f*BYU6qQx<4GfKpO{{Hf?H!#0 zgMvfC!t3fA8k?H;?%RLl*zuFsuHU$M>*cFAA3uHm^7GflPIVmy21XrE7sn6@$+ZV- z?GFV=uswLLG39!|J*A0ZMq%$nXHH+y`ulgig7x#9-z%T(U*|o|Gk4C_=)3EJ*Ndq( zTjeNUU8ON|^8RBzZhmPwC*8BWBpw&^vr>!9Q>tD+g?KQy{Uv=!A#G|fqUvPD2 zS@RL@UO^$5d+ht`5XFNwGSytDhN$z*{U`x>)?-nQimk!Y7b|0g&ws3b~K1LWmkw$^iEec zbN!Wf<;1>}J?US|_iTsi%!#`X^_&)+x%d=c&{^h_K^AK*=RLpTcP({h9pk;d4a;tG SCh`D-ox#)9&t;ucLK6VP!j>EW literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-backdrop-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7611f5dd0803772b0f8a5c99bc2c87ec99f1f103 GIT binary patch literal 421 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkY-@`4+Q)7?_ag**v_2?x9mB*2aLAwJF;`<{+;{xZ`*Td`<_EP_8s1}|LBgrhjs!P zyY}zeb!6B6Bir{J0E+D1eQ@`_BRh5<+O_x4j@^fM>^;15_dziG&~BjmJqLI0IXrVx z=`5gC$|XU5!3>N{9Gr?uN^0sF8d`e#21dpvCMKq4K|#R@iHS)msi|pcn;kZ&0+rW$ zx;TbNNah~&6lyYHU^p14^kCfzolfpE|K&5g7TMf98~@O7PuySI4J#&X4l!D-CLZi5 zHpy-Cij53%ud3|(+NV}Avwd~i`*g`S2P5ml7j+mt|6U2$dzFLdRp0BWYi}`^n{K(q zww2N8le$>S(%1*Zuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NmF5TD9>A2y6p^6WdOl*mC&ro;@cwZ{ELoKMrY}>Z|+xG9@x%1#|5IC}b|8XFD%O0TK!#npM+r9hXwmpY{_JA2X_8!`~ z@9?f&`+?%juW?%BU{&!HW=5AFbR_Z``}2Pg~T?%I18EO>a=ULg1I zj=hI>?moD4_hGPtBR~Up1I+{}KHT#=vRA3y(qfUvNz@QA3`xVVJG#H6I;a~a{TeVcZm!L4HICzt4GgURESHaS?f4;CsI(Or O>I|N)elF{r5}E+s$yJd6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-backdrop.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..47ec30d89eb70f6d4d037b176754cef95cff1e69 GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u7fKP}k zknZd2YiMYwsp+b0=&f$(t*q@TZ|FFC_QHh=S1(__aq8^l%a?CnyLR)={YQ@;Jp~bu zo<4p0x(cYcuBWP@>&K5D)eYTMbzN1BJ&mms8#^XeHgp3;Y8v~%QoYqp-9ScFU1wEY z50Fu(@A@8St6E8rUoZnFm#UhTwM|%9SU3noL`25K#%1N?0zqD0VPR2GQE_qclOvh| zKpicfE{-7*;ko^%g_;}$m^a&qiHHigggFLQ{rfMzS4X^ipX$n$o=a>eEt>!Qp8D)_ zObjhLucn@u zTCi=^CbfAL2^tG!8f^C6-LZRrQsx?~V>Wk>S={#xo^Jj2BlE$zLIDhAf4hP1VeoYI Kb6Mw<&;$S*7P~9} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3a27f104257b8ee65c5df3f547cfd4664cf19eb3 GIT binary patch literal 748 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E4+DHc zT!C~$!=&=^j)sQ*l7{Z8s@AHi3Dwmt)h&Hx4V?`Qoz>O7ery=66>wYA;V z4ZW4MU8m1otgh>-YUsXj;p*kfHx3>-b?WTp%hzsR1EQOE?%cV5|Nf)vwP7ynFKw2tESAoA>YEe*%HZy6(!x?y3f$nY~}Xe(jk!`|H;q z-4kY3)^$}k^i%=uYV4^5n%2!HeX&D(=IaM`vODpS;(6F$ua43j~jEahm zj*bC>*!cLw#H6I;w6yfhtlZo@5XjFj0D{7zqT=G>Wm(T685kJVJY5_^BqY}!%#3CX zlwf;sJ!+zWJL$m~BVu3lao{{V%lfTdS;-stG+ZvFV!hnna$e3qnaH3nunjn(dSG z$e5N9DB-=yl6{}_6Ct;VDLOq&C!hWKJn@NXPme~W#X1kO`5yPyB|dSfY<@lI)?a;@ z+(5SvcM2Zo@m}|sA{cX7%{D04aHbbstH^nJDbaG7{R6Ybx~repvH&B3!PC{x JWt~$(697+&Tyy{c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eee949a916012b6c7571443f08241aa5f5381a72 GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkpBPw|Cuvqp51)*{Py!Z7hgQM{OsY?Cs1_d$)l@4^z;D`T?3+LK<)#e?6s#4uL6|; zNf3Gj6u5he&?Ak@Ic;f&z9UqH^#C<*clW?*6!5fuvx2@Q)+NK8sj$tW(X ztZQg&YHn#ed+z*&4z;7XCW84inSo{uy4MjEu-SE;53!W?DevjPik8~opJ9) g&HC5BH6PE{Usx!@7_l}z73dfSPgg&ebxsLQ0APmTt^fc4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e03c811e2f291df0c3a9dc6af2031cd3b80fd556 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|Ft~mD_WkS6AKZBH@Y2gimmfX8`uO41=l8EZd2sdVgKN(oUVrxB^3#V`o<6+# z>=6)Md-fQp_zF<=$wMHz_7sR7U4HiX>az#e9zVGD#J-(^7yt%pEagk5tDHoUb|NmQCJ@+XNJ!by>Y`xLv>rZdpj*i$jOS#o@ zg?8X=^PU-NvOH8zPq@?VW)dzr;r}K5xuQZh+k#A%cg$QBbXR&0v!(y}*vj+%MO_xl z^w_uEdi7Go(XYc;U!S>k+n1fZl9ihyu7A>NaQdArY%x_lVXCM#Gne#%!tglG*MYUq zE!yvQUEQFh>i5F()hhi%U01&E^E>afWMBB2T}kh=Ex0EpDPCK<=bDiKi^DqA^)02U z`Rp7^7;a1~?=)4<=VAKFVxX4KcKXT_AD{atcFvqP;d8_G_4aQb&Fl)gE1C3|cWH*- zq==UE_j0{nn+ O!QkoY=d#Wzp$Py1*{1yf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-hover-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eee949a916012b6c7571443f08241aa5f5381a72 GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkpBPw|Cuvqp51)*{Py!Z7hgQM{OsY?Cs1_d$)l@4^z;D`T?3+LK<)#e?6s#4uL6|; zNf3Gj6u5he&?Ak@Ic;f&z9UqH^#C<*clW?*6!5fuvx2@Q)+NK8sj$tW(X ztZQg&YHn#ed+z*&4z;7XCW84inSo{uy4MjEu-SE;53!W?DevjPik8~opJ9) g&HC5BH6PE{Usx!@7_l}z73dfSPgg&ebxsLQ0APmTt^fc4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-hover-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e03c811e2f291df0c3a9dc6af2031cd3b80fd556 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|Ft~mD_WkS6AKZBH@Y2gimmfX8`uO41=l8EZd2sdVgKN(oUVrxB^3#V`o<6+# z>=6)Md-fQp_zF<=$wMHz_7sR7U4HiX>az#e9zVGD#J-(^7yt%pEagk5tDHoUb|NmQCJ@+XNJ!by>Y`xLv>rZdpj*i$jOS#o@ zg?8X=^PU-NvOH8zPq@?VW)dzr;r}K5xuQZh+k#A%cg$QBbXR&0v!(y}*vj+%MO_xl z^w_uEdi7Go(XYc;U!S>k+n1fZl9ihyu7A>NaQdArY%x_lVXCM#Gne#%!tglG*MYUq zE!yvQUEQFh>i5F()hhi%U01&E^E>afWMBB2T}kh=Ex0EpDPCK<=bDiKi^DqA^)02U z`Rp7^7;a1~?=)4<=VAKFVxX4KcKXT_AD{atcFvqP;d8_G_4aQb&Fl)gE1C3|cWH*- zq==UE_j0{nn+ O!QkoY=d#Wzp$Py1*{1yf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-hover.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..b6bb3412ce7ccec28455889a1ce47567c9e0523e GIT binary patch literal 463 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u1fKP}k zkbZXa+4I}a?_7NG;PSJFSD%2<(?{2yJ-YJj!PRFU-hBG-=JTg_U*5m|^x++l@%hV# zFJC?Z(YMc^zJ3LvZ$R|$>Qe}MboJ?vAHN=61se7A@%86m62u0gA3uIRy7u%T5P{in z!F6T3tAOs%DhcunW)Kk-3knHsY-(=VzkmOM0|yQsI&}E(;bUjdoxkw-V3(fB(rX|NQ`{tKHMZF+@T#_h2~RAp;TDgWf$a_p*B!$j;yX|8HWXSp1n6`sP;m z-haKY@&)Ur2UEW)xqk7AY2ZF7dduq)N5z_Z@1L?ucvvwC-_FbByE2LC4;6;r<%P>Yt_MrW!7J;e?8}( YlP7xI_wKt7KqoPHy85}Sb4q9e0Py|$#Q*>R literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-hover@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4b1271a46f559012dd714df966f174f6385f3179 GIT binary patch literal 802 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E{{wtN zTtW2z|M#yye{kc)qsxyTUwwT4>XQdopFX(u?BVri53f9Zc=g$%tIr+-6@30uXw1?b(MnAHnQrVD{%v?||sb`&S>{zy91}0m<**e?GbO{QLJG zPi{Vk3&Pbr209q*l1JBp4t@qCLFn4EA3uIV#DR7}*bps1_Qm%HzXO9HxFpCgn1NA2 zQCY>n(8$=@#@61^DKIEFB&@!nv1#|-efxpn00jgJU%P(e z=B?Y09zA{e>dnVbpFe;3^5yHd??97({`&LxpQ;`IVg?3AGfx-C5DCe(2Q#gi0wvfU zeAf`#wAEu%itg_Y%}6iKz$MRr{@?HVd`{-NX&=}Ao|YMOv1HqooLx72D>)YkrT*|L zR82mVE)mFavg2ra&&stYCOnn*d2!^3_$nob+%TJ0JdK~c*0A)nFPB@hoL%B|(h4J< zPn%lzy$=>@({>XHn_Uuh;5zHgHc>%c-t5^+F8|u2RLP*N8YMQbcG5Z1lZ)ln^kjUO zxUsbG54XSP7OR@}H`ebG7wARFGRyP*?piNVA-I<3{BhpiN7^>)GNL!!lbK{aTP6Q~ zVyesShEhKx_9q_m4tsT(@vruNc44~m?hVgef>kB@r`k$XPj#0lPdfUsKXhXVW24`c zinLW60o>jC*ABLvo5T}Yacst|O+6e>4Iibr9a~WbP0l+XkKwTji# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close.png new file mode 100644 index 0000000000000000000000000000000000000000..b6bb3412ce7ccec28455889a1ce47567c9e0523e GIT binary patch literal 463 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u1fKP}k zkbZXa+4I}a?_7NG;PSJFSD%2<(?{2yJ-YJj!PRFU-hBG-=JTg_U*5m|^x++l@%hV# zFJC?Z(YMc^zJ3LvZ$R|$>Qe}MboJ?vAHN=61se7A@%86m62u0gA3uIRy7u%T5P{in z!F6T3tAOs%DhcunW)Kk-3knHsY-(=VzkmOM0|yQsI&}E(;bUjdoxkw-V3(fB(rX|NQ`{tKHMZF+@T#_h2~RAp;TDgWf$a_p*B!$j;yX|8HWXSp1n6`sP;m z-haKY@&)Ur2UEW)xqk7AY2ZF7dduq)N5z_Z@1L?ucvvwC-_FbByE2LC4;6;r<%P>Yt_MrW!7J;e?8}( YlP7xI_wKt7KqoPHy85}Sb4q9e0Py|$#Q*>R literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-close@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4b1271a46f559012dd714df966f174f6385f3179 GIT binary patch literal 802 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E{{wtN zTtW2z|M#yye{kc)qsxyTUwwT4>XQdopFX(u?BVri53f9Zc=g$%tIr+-6@30uXw1?b(MnAHnQrVD{%v?||sb`&S>{zy91}0m<**e?GbO{QLJG zPi{Vk3&Pbr209q*l1JBp4t@qCLFn4EA3uIV#DR7}*bps1_Qm%HzXO9HxFpCgn1NA2 zQCY>n(8$=@#@61^DKIEFB&@!nv1#|-efxpn00jgJU%P(e z=B?Y09zA{e>dnVbpFe;3^5yHd??97({`&LxpQ;`IVg?3AGfx-C5DCe(2Q#gi0wvfU zeAf`#wAEu%itg_Y%}6iKz$MRr{@?HVd`{-NX&=}Ao|YMOv1HqooLx72D>)YkrT*|L zR82mVE)mFavg2ra&&stYCOnn*d2!^3_$nob+%TJ0JdK~c*0A)nFPB@hoL%B|(h4J< zPn%lzy$=>@({>XHn_Uuh;5zHgHc>%c-t5^+F8|u2RLP*N8YMQbcG5Z1lZ)ln^kjUO zxUsbG54XSP7OR@}H`ebG7wARFGRyP*?piNVA-I<3{BhpiN7^>)GNL!!lbK{aTP6Q~ zVyesShEhKx_9q_m4tsT(@vruNc44~m?hVgef>kB@r`k$XPj#0lPdfUsKXhXVW24`c zinLW60o>jC*ABLvo5T}Yacst|O+6e>4Iibr9a~WbP0l+XkKwTji# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-active-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f773f24dc156d5d3551686be3ca8b44946243 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!AgZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~79Gr{BJP`~Lm=-@kwV`SS>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+c5@up- zXZ8;KbN9cf;`%wvc1(nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!AgZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~79Gr{BJP`~Lm=-@kwV`SS>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+c5@up- zXZ8;KbN9cf;`%wvc1(nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv@L=H;{dJmbs4vPziTQkY6wZBO?>Dv#Uo?a2k7# zc0N#8+tbA{gkxrMf`Z_TwOI_8&zy(yEr+qAXP8FD1G)j8!4b7l>na* zS0K&6@V}vTOXzUR>H-3NE>IkW>vf*3$_c$!yQH&7K%NswPK10xd$m!4rr zSW^7lsqnjRQRHB41tnGtosYXVD| zMZ**Y&Npn@j$#Zzd?S`8q)CY(s43-b)&?P!30tebmo+aGyThRKQSuVwS`I^y!#rL6 KT-G@yGywoGwqce4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-backdrop.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..36858b0c462d82fa6dd389e0a8904c988aa87082 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFS5;llyQ_O-fhxF5g8YIR7#W$Ez5N1X;);`n z%~t`1wLM)NLpWw8CnyNcSewOg`OKL}?gKo9?4caat6DS}4n?FTFr*c%^HRH7!SKj| VZL!AY#cCk?JYD@<);T3K0RSE(NHG8a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-backdrop@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..061e3569f13ada9e9769abcd8ed92d2ed7e6fbff GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7^#Gp` zS0D`p4Gj%_eSIY*-L*|Ul}+7M4PBLWot1Un)eYTMbv;1D%6Q5SsE)TJ$S;_Ik%^Pr z*gP&iF)zP3!0LGqP$JmV#W6%9I5|NgsbS~yGc%WJD2b(?o8uH3RQ!ym>39Z1Sd&1) zET*s~m4Zu+jR$2SAMiwQZejr912dBr2#GLG5MoKV!yMMcvg!OB%e(^yM;I6aIHfNI Srd+!Ma-gTHpUXO@geCxY)?2p# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8addbf89ee6d52a0ccf0b12497ec3711182ec985 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFq~#NKo0-i(}EKta3~@zfg!D6otN6x a3Wi4xY>PEEFIEF;WAJqKb6Mw<&;$U}K~sAG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..dedcc3871bfebdbc65da210f37639f454859034f GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfW|Nm91R-HI;V)yRdTMi%Ix#!T1-3NE=KD2A^p`Adq2PCpJ3>*we)^L?bvkK_aOk_1^CC;{h%<_xD!!u3GZ` zt~E>lMTRvjiU+octYPtd5X!*Z%)aS>^#-97Mj&o1KkJ~X!K9$daiD^K4GZU$ebwI& dH6(U0GMHN`l;<24bq5;H;OXk;vd$@?2>^8UZtMU6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-hover-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..84a5583cc628653dd5e203c79909759b887cff10 GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak7A<24> zvFNY?2ZMp+iLJN)|G!mYSRusFz#91alMlbxt5VmSd-u4X5?!QkoY=d#Wzp$P!;ypHSu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-hover-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ef62ad4eab22e6407724d1d8f4204e836e69b0 GIT binary patch literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVfL=9l;6m30@@^e$MsVeyL1yZ0U0z5nQ*1IG>@ zJ#`3#P9Hgb=7{^5!$5y}mjw9*Gw|>V2?>jdiA%`IE9mJPxOsSb`TGZig-1q3MMuX# zK`ao&B_t#!CMG4Pq@<>1Wo2g<6crbjl-AWZY})qh*^8gQe&4Q_+R4Dc80YEY7-DgH z?c{9dCIgW+Q=NR(jwX-F!%5$!#p-NTt62Hw*#H0b8%-0MdU(UJobIKP6+x^-4+aC1T#-FI((-1oC?NhzBE7M)9 zUrbZ^FSgFM-u)g&n9$P3#8YxYvM&n%6|9^uSSoNe=~0|ao*nbD`Q_VoHY>hk|7+2p zu&+`;oQplAN9g!$UG*Qc793;bJ)g5X#@p^k5tHwd52v=RUcdbad;HnNq62K}6Gc6a z)XQ$LywJzcDc}&@QX%Nz^x?eE70pR04jV*gzEfG*bj0CF^J}hj8I1+U^|F3Sd)PVY zF6!o*yd#xeUNfm@Sw*+joZ5a<2h}P++2=Q(?{l$z*S@DUa91KnR8aJ^T`y9i)@hhO z^}Mmgy!*%ZcE?qjhc&DoOj<6vbTemRW0jq;WT>*_oV3*UIhv+t6BdUD^I2W2XMEm# VWR-v%A20$LJYD@<);T3K0RUeWC(Qr= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-hover.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..128a39da1505934b85102494ab976af03f15ee55 GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};Yy&%Z0YI)9~YJ^zKfsv)*-Bo_bf6^Ytd ztk=t>cxvs`?Bo`vyK6eDTQ^@g-lzXrt2|5nl+U$^d9TvnOYhkiT=e3>*SdIK%S~

Zuoc5!lIL8@MUQTpt6Hc~)E&jWly zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPka|?_ZEOkoob`moGqlU%wqXa%%6vV||n7PMA7x;?(&KtrM#1yX%_!>sux~ zypjF^=vA+hAirP+R#tWnPA)DUUSSa#Svdt|6%|!A6LSkoD{Je>=$M$e!lL4m(z3Ei z(`U?@J$J$K4I4L|JAdKQv*#~fzW?y?^XJb%>wf$MSuf}GHj9CQG0fA&F~s8Z+Th6O zCI^vF&tNA73&~qeOE1OgO?lL{P4esidjB&et&D%FUcBCOX70}RYX0(*PyY#9Z(1bT zw(P{EuyR*tmbH@##X}Zce7XDa#@qSV8MjXOB3>GCJ$SxBwMElD?O)z%v*zh1q#V}a z`dAus<_}96-xrJSuC!C~MmZ}c)O46?PdezdAo2 ze6zB3e%ITBoy_a6%{lm1EX6P2Lh|*an+2L@$7-lN?2LV$f7*g=dyG(G!~erJ0upyV zB&cvQHP3f`6WrylbcCmlM}xI9r6s}FOIRs&i}E2gw&Rk2m$g`FUwLFKkkm3GhfB0; zM=Jk%&0|-WU0D;kIA?R)))kS7yZe{VEStYbi?3(0+zh@idkiM2y>XfL&@<`Dj|*}! zev8h(&%WS&bK~}?y^YU#cRd#iIGb*^SVzyV@^zl){`L3bKl0w@t@E1@EBzK2Zw#KU KelF{r5}E)dl%1Ra literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max.png new file mode 100644 index 0000000000000000000000000000000000000000..14e5e3e74dff69ce6e125a0ec0bd54012d6d7bb8 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF;HMs~Ui)tFob|x}mGOq5D_-vRa@b?vfzCUEal|F*7+qL2$;}EQZTx&O~w_;3;Ge<#1lrqRDV5A}xU-tzey(+SLk%M-FU@ UH8w9+18QUNboFyt=akR{0P0~(_5c6? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-max@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a13bb592dfbbf413347f0541f9be75043fb727 GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0LTc(6DONs)mOCii-BiwzlfVo{EO9s`~CqAlcAU-Oydt&|O*A4P-1i7Wo&bfxjfk zFPMReSwK)YI%)Ze)rXH9J7c}NFBK>i?CIhdq7j^&Ad%FNdT)36@c*1pLI~xU{X-!I8edAhK2LWzUuFX d8WKAg8O$ve%5x5jx&w`8@O1TaS?83{1OS2wWsCp- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-active-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-active-dark@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b#-9o$5M3?dLsR977}|*B*Qw*5n|r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-active.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-active@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b#-9o$5M3?dLsR977}|*B*Qw*5n|r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-backdrop-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b04db91415d46e182c878ab176fe3ecb2491235d GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%?4l^1TDHm`Z~Df*H~-IdO&pc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!C~|UC+wR=dFM&rjj7PV20xT^WW|R@`OBH978ywlM@#3ZTR2p831%c$5)oO)A=-S Q17#UJUHx3vIVCg!0Kk|sWB>pF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-dark.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c973246c00bf2b1b0a0cff5a2eb8bf94623a35 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%@rm*;N2pOeH~n!3>*Ke(UoAc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak75uV#0&DWs7!@^j(f^~J%+VA!&I~H&j{wtf5yUpp(!Zn}oNnYL5 zR;qqWu;lFNgRLT6fdR#41>4`8($Cl=@mPJ)=|jSwBNLWccJCBlw_f5+pO%O2a!Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVe`zerEIPw`o8R*p&qN1vBvQ3JD2|iHS?d$t&pT8@PFR zdinbYgoQ^&MMX!)KtU`J#3dvoCMG5&r=+B&W@Tk(7Zep2-)=I_W?*2{@N{tuu{gbU z^6jW52a#4o9e>u2CXdFhqZhQSBb<7T_x?|A{mg4|=u2tfYrb#%zqf2l{ImRA?s0zS z^BZ^H`mnS=>fZ`cyV(rho3u4_%TgG3%)MNZ-GlLbdTz+1+R`CH@^OYbKV^OX+G>5M3yn+q{L`5c{A|c z`+7jEPv>E4#%$yt{M$L&mV|c_TvKc&NrX0E9DB<7PM-4coyb+cO&xB7`+e_MJ#DdzV=VTEj|wuEIjHpwezMXp;u>(e5Ww}a`i}Wv;Xo)mOtIfq{K+~xb>WQssA3<-TuXvbE-jX`#Awy QVCXY=y85}Sb4q9e0A@Ju!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-hover.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..c250748c552e9c2fc4c266ce0167a8046688cbdd GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};dR$4@+a@$z&2xu-jUit;^O z9780g=Jvl8Y7h``jaD@KvT)1Z|J`jDu9W<{YrOf+?b7;&30|Izrr%#odmN$jO|@S- z_0J66gp(H&b_w-KwYe)^cRypqCE9V0Con*MBY(a6p*lI%FK?rH%MIhZHwJ~ywrn|> iaqZYglfLbR`g+zu+-n<;to#AAn!(f6&t;ucLK6TdBAogF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-hover@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..965ce3db3357fad9fe47dcef3a9c89d220caaf64 GIT binary patch literal 694 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E2LgOT zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPks>U2<}=l%aM!Cn)C%{gns?%UsxJ~y-Yo5ZpDq7>^R zpF5IgM^!omIJ0%#DQ!HNG&jfWWR)G;oxI@pfh_%&;v)It3yyEP_uVixMv433_a*;> z?}+Yk6m0w#QfQd_a;b7l^!NUT!qzu3(+mXm6!7{hB-zb)V&yFNpgKvtW5+bfH>VyX zEH&48*db=O>iJxkuS$Zx6$w?$&E+>HJPMgoaa}qo@X>X(+%sR>qziq7lix1b_S$f*`(e?kV znBK15$e*@)#>R?DX@2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4;OXk;vd$@? F2>|T-EmQyi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min@2.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/assets/titlebutton-min@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3581928b3997773cbfc83c9c0f17389a768cc6 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!D0TL-!u7KXZXBrjj7PV1_eK9Gw>fc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + background-color: #353535; + border-color: #212121; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #e1d5e5; } + .button.osd:active, .button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #e1d5e5; } + .button.osd:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); + border-radius: 0; + border-left-style: none; + border-right-style: none; } + .osd .button:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: none; } + .osd .button:first-child { + border-radius: 3px 0 0 3px; + border-left-style: solid; } + .osd .button:last-child { + border-radius: 0 3px 3px 0; + border-right-style: solid; } + .osd .button:last-child:dir(rtl) { + border-left-style: solid; } + .osd .button:only-child { + border-radius: 3px; + border-style: solid; } + .osd .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #e1d5e5; } + .osd .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #e1d5e5; } + .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(218, 218, 218, 0.55); } + .button.suggested-action:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(218, 218, 218, 0.55); } + .button.destructive-action:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#e1d5e5), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 2px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 2px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .inline-toolbar GtkToolButton > .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #e1d5e5; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .button, +.linked:not(.vertical):not(.pathbar) > .entry + .button:hover, +.linked:not(.vertical):not(.pathbar) > .entry + .button:active, +.linked:not(.vertical):not(.pathbar) > .entry + .button:checked, +.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive { + border-left-style: solid; } +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .entry { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(41, 41, 41, 0.5); } + .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(41, 41, 41, 0.5); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.error + .entry.warning { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .button, +.linked.vertical > .entry + .button:hover, +.linked.vertical > .entry + .button:active, +.linked.vertical > .entry + .button:checked, +.linked.vertical > .entry + .button:insensitive { + border-top-style: solid; } +.linked.vertical > .entry:focus:not(:only-child) + .entry, +.linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, +.linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, +.linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child), +.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: 0 -1px #292929; } +.linked.vertical > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked.vertical > .button:checked + .entry { + border-top-color: #292929; } +.linked.vertical > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover, +.header-bar .linked:not(.vertical).path-bar > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.primary-toolbar .linked:not(.vertical).path-bar > .button:active, +.header-bar .linked:not(.vertical).path-bar > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.primary-toolbar .linked:not(.vertical).path-bar > .button:checked, +.header-bar .linked:not(.vertical).path-bar > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, +.header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } +.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked { + border-top-style: none; } + .linked.vertical > .button:first-child { + border-top-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #484848; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #DADADA; } + +*:link, .button:link, .button:visited { + color: #c2d0b4; } + *:link:visited, .button:visited { + color: #a9bc95; } + *:selected *:link:visited, *:selected .button:visited { + color: #d2dcc8; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #dce3d4; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #f4f6f1; } + *:link:active, .button:active:link, .button:active:visited { + color: #c2d0b4; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #e9eee4; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #e9eee4; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(41, 41, 41, 0.6); + border-style: none none none solid; + color: #d2d2d2; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(218, 218, 218, 0.55); } + .spinbutton .button:active { + background-color: #e1d5e5; + color: #ffffff; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #e1d5e5; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #e1d5e5; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #e1d5e5; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(218, 218, 218, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #383838; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(53, 53, 53, 0.9); } + +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar .inline-toolbar { + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #2f2f2f, #1d1d1d) 1 0 1 0; } + .primary-toolbar .label:insensitive, + .primary-toolbar .toolbar .label:insensitive, + .primary-toolbar .inline-toolbar .label:insensitive { + color: rgba(218, 218, 218, 0.55); } + +.inline-toolbar { + background-color: #303030; + border-style: solid; + border-color: #292929; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #383838; + border-style: solid; + border-color: #292929; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #303030; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #252525; + color: #ded6d6; + background-color: #2f2f2f; } + .csd .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #ffffff; + background-color: #e1d5e5; + border-color: #85a06a; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #e1d5e5; + color: rgba(255, 255, 255, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #e1d5e5; + outline-color: rgba(143, 168, 118, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(143, 168, 118, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #e1d5e5; } + .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #2f2f2f; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { + background-color: #2f2f2f; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 3px 3px 0 0; + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: inset 0 1px #373737; } + .csd .titlebar { + background-color: #2f2f2f; } + .titlebar:backdrop { + color: rgba(222, 214, 214, 0.7); + background-color: #333333; } + .csd .titlebar:backdrop { + background-color: #333333; } + .maximized .titlebar { + background-color: #2f2f2f; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #333333; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, +.primary-toolbar .toolbar .separator, +.primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(222, 214, 214, 0) 25%, rgba(222, 214, 214, 0.35) 25%, rgba(222, 214, 214, 0.35) 75%, rgba(222, 214, 214, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: #ded6d6; + border-color: #e1d5e5; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-clip: padding-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: rgba(222, 214, 214, 0.85); } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #e1d5e5; + color: #ffffff; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #e1d5e5; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #a45b33); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #aa3a34); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } +.primary-toolbar .button, .header-bar .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + outline-offset: -3px; + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #e1d5e5; + background-clip: padding-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:insensitive > GtkLabel, + .primary-toolbar .toolbar .button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(143, 168, 118, 0.65); + background-color: rgba(143, 168, 118, 0.65); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + border-radius: 3px; + border-style: solid; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover, + .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active, + .header-bar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked, + .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #e1d5e5; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +.primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, +.primary-toolbar .button.suggested-action:backdrop, +.header-bar .button.suggested-action:backdrop { + opacity: 0.8; } +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, +.primary-toolbar .button.destructive-action:backdrop, +.header-bar .button.destructive-action:backdrop { + opacity: 0.8; } +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #ffffff; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(255, 255, 255, 0.4); } +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: #ded6d6; } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(222, 214, 214, 0.25); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(222, 214, 214, 0.7); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(222, 214, 214, 0.4); } +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: #ded6d6; + border-color: #e1d5e5; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.4)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.3)); } +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, #494949); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, #555555); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #e1d5e5); + border-color: #e1d5e5; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #414141); + border-color: rgba(16, 16, 16, 0.7); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(218, 218, 218, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #c7d4bb; + border-top-color: rgba(218, 218, 218, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(218, 218, 218, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #bccbad; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #b5c1a8; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #8d8d8d; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #DADADA; } + GtkTreeView.view.expander:selected { + color: #dde5d6; } + GtkTreeView.view.expander:selected:hover { + color: #ffffff; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #ffffff; + border-radius: 3px; + background-image: linear-gradient(to bottom, #e1d5e5); } + GtkTreeView.view.progressbar:selected { + color: #e1d5e5; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #DADADA; + background-image: linear-gradient(to bottom, #292929); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #bbbbbb; + background-color: #353535; } + column-header .button:hover { + color: #e1d5e5; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #DADADA; + transition: none; } +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #e1d5e5; + box-shadow: inset 1px 1px 0 1px #e1d5e5, inset -1px 0 0 1px #e1d5e5, inset 1px 1px #404040, inset -1px 0 #404040; } + +column-header .button, column-header .button:hover, column-header .button:active { + font-weight: bold; + padding: 3px 6px; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #292929; + /*border-image: linear-gradient(to bottom, + transparentize(if($variant == 'light', black, white), 1) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 80%, + transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ } + column-header .button:active, column-header .button:hover { + background-color: #3d3d3d; } + column-header .button:active:hover { + color: #DADADA; } + column-header .button:insensitive { + border-color: #383838; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #2f2f2f; + color: #ded6d6; } + .menubar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + .menubar > .menuitem:hover { + background-color: #e1d5e5; + color: #ffffff; } + .menubar > .menuitem:insensitive { + color: rgba(222, 214, 214, 0.4); + border-color: transparent; } + +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #383838; + border: 1px solid #292929; } + .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + .menu .menuitem { + padding: 5px; } + .menu .menuitem:hover { + color: #DADADA; + background-color: rgba(255, 255, 255, 0.06); + border: solid rgba(255, 255, 255, 0.11); + border-width: 1px 0 1px 0; } + .menu .menuitem:insensitive { + color: rgba(218, 218, 218, 0.55); } + .menu .menuitem.separator { + color: rgba(64, 64, 64, 0); } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #4f4f4f; } + .menu.button.bottom { + border-top: 1px solid #4f4f4f; } + .menu.button:hover { + background-color: #4f4f4f; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #1c1c1c; + border-radius: 3px; + background-clip: border-box; + background-color: #383838; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(64, 64, 64, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #404040; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #292929; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #383838; } + .notebook.header.frame { + border: 0px solid #292929; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #292929; } + .notebook.header.bottom { + box-shadow: inset 0 1px #292929; } + .notebook.header.right { + box-shadow: inset 1px 0 #292929; } + .notebook.header.left { + box-shadow: inset -1px 0 #292929; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #404040, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #404040; + box-shadow: inset 0 -1px #404040, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #404040, inset -1px 0 #292929; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #404040; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(218, 218, 218, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(218, 218, 218, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #DADADA; } + .notebook tab .button { + padding: 0; + color: #a1a1a1; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #e1d5e5; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(218, 218, 218, 0.55); } + .notebook.arrow:hover { + color: rgba(218, 218, 218, 0.775); } + .notebook.arrow:active { + color: #DADADA; } + .notebook.arrow:insensitive { + color: rgba(218, 218, 218, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: darkgray; + border: 1px solid rgba(0, 0, 0, 0.3); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #3d3d3d; + border: 1px none #292929; } + .scrollbar .slider { + background-color: #797979; } + .scrollbar .slider:hover { + background-color: dimgray; } + .scrollbar .slider:prelight:active { + background-color: #e1d5e5; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #292929 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #3d3d3d; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough, +.primary-toolbar .toolbar GtkSwitch.trough, +.primary-toolbar .inline-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active, +.primary-toolbar .toolbar GtkSwitch.trough:active, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(218, 218, 218, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, #454545); + border: 1px solid #242424; + border-radius: 50%; + box-shadow: none; } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #3c3c3c); + border-color: rgba(36, 36, 36, 0.8); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #e1d5e5); + border-color: #e1d5e5; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #353535); + border-color: #e1d5e5; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #e1d5e5); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #e1d5e5); + border-color: #e1d5e5; } + .list-row:selected .scale.slider, GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #eef2ea); + border-color: #eef2ea; } + .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #c7d4bb); + border-color: #c7d4bb; } + .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #cdd8c1); + border-color: #cdd8c1; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #2b2b2b); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #e1d5e5); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(143, 168, 118, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(43, 43, 43, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #474747); + outline-color: rgba(195, 195, 195, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #e1d5e5); } + .list-row:selected .scale.trough, GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #cdd8c1); } + .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(218, 218, 218, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #e1d5e5; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #e1d5e5; } + .list-row:selected .progressbar, GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #e1d5e5; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #2b2b2b; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } +.level-bar.fill-block { + border: 1px solid #e1d5e5; + background-color: #e1d5e5; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: #404040; + border-color: #404040; } + +.frame { + border: 1px solid #292929; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #404040; + border-color: #292929; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(255, 255, 255, 0.03); } +.list-row.activatable:active { + color: #DADADA; } +.list-row.activatable:selected:active { + color: #ffffff; } +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #81976a; } +.list-row.activatable:selected:insensitive { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(143, 168, 118, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #C3C3C3; + background-color: #353535; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #1c1c1c; } + .app-notification .button, + .app-notification.frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(143, 168, 118, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #e1d5e5; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: white; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #DADADA; + border: 1px solid #292929; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #e1d5e5; + color: #ffffff; + border-radius: 1.5px; } + GtkCalendar.header { + color: #DADADA; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(218, 218, 218, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #DADADA; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(218, 218, 218, 0.55); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #DADADA; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #2f2f2f; + border-bottom: 1px solid #1d1d1d; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +GtkFileChooserDialog .search-bar { + background-color: #383838; + border-color: #292929; + box-shadow: none; } +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #292929; } + +.sidebar, .sidebar .view { + border: none; + background-color: #383838; } + +GtkSidebarRow.list-row { + padding: 0px; } +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #e1d5e5; } +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #1f1f1f; } +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(218, 218, 218, 0.8); + border-width: 0; + border-style: solid; } +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #292929; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-repeat: no-repeat; + background-position: center; } + GtkPaned.wide.vertical .pane-separator { + color: #DADADA; + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-repeat: no-repeat; + background-position: center; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #e1d5e5; + color: #ffffff; } + +.warning, +.error { + background-color: #F04A50; } + +.list-row:selected .button, GtkInfoBar .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #e1d5e5; + outline-color: rgba(143, 168, 118, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(143, 168, 118, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } + +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } +GtkColorSwatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + GtkColorSwatch#add-color-button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #404040; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } +.undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } +.undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } +.undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +.window-frame { + border-radius: 3px 3px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px #1d1d1d, 0 8px 8px 0 rgba(0, 0, 0, 0.35); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 3px 3px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #1f1f1f; } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #2f2f2f; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding: 8px 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(47, 47, 47, 0); } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #e1d5e5; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.close, + .titlebar .button.titlebutton.maximize, + .titlebar .button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } + .header-bar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.close:hover, + .titlebar .button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } + .header-bar .button.titlebutton.close:active, + .titlebar .button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max-dark.png"), url("assets/titlebutton-max-dark@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop-dark.png"), url("assets/titlebutton-max-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover-dark.png"), url("assets/titlebutton-max-hover-dark@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active-dark.png"), url("assets/titlebutton-max-active-dark@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min-dark.png"), url("assets/titlebutton-min-dark@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop-dark.png"), url("assets/titlebutton-min-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover-dark.png"), url("assets/titlebutton-min-hover-dark@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active-dark.png"), url("assets/titlebutton-min-active-dark@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #e1d5e5; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #252525, inset 0 -1px #292929; } + +GtkHTML { + background-color: #404040; + color: #DADADA; } + GtkHTML:active { + color: #ffffff; + background-color: #e1d5e5; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalScreen { + -TerminalScreen-background-darkness: 0.9; + background-color: #3f3f3f; + color: #fff; } + +TerminalScreenContainer .scrollbar:not(.slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #a1a1a1; } + TerminalWindow .notebook tab .button:hover { + color: #DADADA; + border-color: #292929; + background-color: #454545; } +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #e1d5e5; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #DADADA; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #898989; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #e9eee4; } + +NautilusNotebook.notebook { + background-color: #404040; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #404040; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(218, 218, 218, 0.5); + border-color: rgba(193, 193, 193, 0.5); } + .disk-space-display.used { + background-color: rgba(143, 168, 118, 0.8); + border-color: rgba(225, 213, 229, 0.8); } + .disk-space-display.free { + background-color: #303030; + border-color: #171717; } + +NautilusListView .view { + border-bottom: 1px solid #292929; } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; + -NemoPlacesTreeView-disk-full-fg-color: #e1d5e5; } + +NemoWindow EelEditableLabel.entry { + transition: none; } +NemoWindow .sidebar .frame { + border-width: 0; } +NemoWindow .sidebar .cell { + padding: 0 2px; } +NemoWindow .sidebar .scrollbar.vertical .trough { + background-color: transparent; } +NemoWindow .sidebar .scrollbar.vertical .slider { + background-color: #797979; } + NemoWindow .sidebar .scrollbar.vertical .slider:hover { + background-color: #585858; } +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #292929; } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #e1d5e5; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } + +.gedit-headerbar-paned { + color: #252525; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #404040; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #ffffff; + background-color: #e1d5e5; } + +.open-document-selector-name-label { + color: #DADADA; } + +.open-document-selector-path-label { + color: #8d8d8d; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } +.gedit-document-panel .prelight-row .button { + color: #a1a1a1; } +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #ffffff; } +.gedit-document-panel .prelight-row .button:active { + color: #DADADA; } + +.gedit-document-panel-dragged-row { + border: 1px solid #292929; + background-color: #1f1f1f; + color: #DADADA; } + +GeditStatusbar { + border-top: 1px solid #292929; + background-color: #383838; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #292929; } + +.gedit-search-entry-occurrences-tag { + color: rgba(218, 218, 218, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: #3d3d3d; + padding: 6px; + border-color: #292929; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #DADADA; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: #ded6d6; + border-color: #e1d5e5; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: #ded6d6; + border-color: #e1d5e5; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #404040; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #383838; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #C3C3C3; + background-image: none; + background-color: #353535; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #404040; + color: #DADADA; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #404040; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #DADADA; } + +.xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(141, 141, 141, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive { + color: rgba(222, 214, 214, 0.6); } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #e1d5e5; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(218, 218, 218, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #c2d0b4; } + +.documents-entry-tag { + background-color: #e1d5e5; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #ffffff; + background-color: #99b082; } + .documents-entry-tag:active { + color: #ffffff; + background-color: #85a06a; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(255, 255, 255, 0.7); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #e1d5e5; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #C3C3C3; + background-image: linear-gradient(to bottom, #292929); } + +.gnome-panel-menu-bar.menubar { + color: #C3C3C3; + font: bold; } + +.gnome-panel-menu-bar.menubar .menu { + font: regular; } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #C3C3C3; } + +PanelApplet .button:hover { + color: #dddddd; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #e1d5e5; } + +PanelApplet:hover { + color: #ffffff; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #e1d5e5; } + +WnckPager { + color: #626262; } + WnckPager:selected { + color: #e1d5e5; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #C3C3C3; + font: bold; } + +.xfce4-panel.panel { + background-color: #292929; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #C3C3C3; + background-color: rgba(41, 41, 41, 0); + border-radius: 0; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #434343; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #e1d5e5; + border: none; + background-color: #171717; } + +.floating-bar { + background-color: #e1d5e5; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #e1d5e5; + outline-color: transparent; } +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: #ded6d6; + border-color: #e1d5e5; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #e1d5e5; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(255, 255, 255, 0.05); + border: solid rgba(255, 255, 255, 0.07); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(218, 218, 218, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #DADADA; } + +.cs-header { + padding: 6px; + background-color: #353535; } + +#panel_window { + background-color: #292929; + color: #C3C3C3; + font: bold; + box-shadow: inset 0 -1px #171717; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #C3C3C3; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(195, 195, 195, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #DADADA; } + +#content_frame { + padding-bottom: 14px; + background-color: #383838; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame .button { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + #content_frame .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + #content_frame .button:active, #content_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #e1d5e5; } + #content_frame .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #2f2f2f; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #252525; } + +#buttonbox_frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + #buttonbox_frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #e1d5e5; } + #buttonbox_frame .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +#login_window #user_combobox { + color: #DADADA; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #252525; } + +NemoWindow GtkEventBox { + background-color: #383838; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog .sidebar, +NautilusWindow .sidebar, +NemoWindow .sidebar { + border-right: 1px solid #282828; } +GtkFileChooserDialog .sidebar:dir(rtl), +NautilusWindow .sidebar:dir(rtl), +NemoWindow .sidebar:dir(rtl) { + border-left: 1px solid #282828; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + -gtk-icon-style: regular; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #353535; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #e1d5e5; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #4f4f4f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #C3C3C3; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(195, 195, 195, 0.6); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(195, 195, 195, 0.15); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + color: transparent; } +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #353535; } +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #C3C3C3; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #e1d5e5; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #353535; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #C3C3C3; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(195, 195, 195, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #e1d5e5; + color: #ffffff; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #C3C3C3; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #353535; } + +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #282828; } + +NautilusWindow NautilusWindowSlot { + background-color: #404040; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #353535; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #383838; } +GtkFileChooserDialog .dialog-action-box { + background-color: #383838; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #C3C3C3; + border-color: transparent; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: #0f0f0f; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #C3C3C3; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #252525; } +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #282828; } +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #292929; } + +.gedit-bottom-panel-paned { + background-color: #404040; } + +.gedit-document-panel { + background-color: #353535; } + .maximized .gedit-document-panel { + background-color: #353535; } + .gedit-document-panel .list-row { + color: #C3C3C3; } + .gedit-document-panel .list-row { + background-color: rgba(195, 195, 195, 0); + border: solid rgba(195, 195, 195, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(195, 195, 195, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(195, 195, 195, 0.15); } + .gedit-document-panel .list-row:active { + color: #ffffff; + background-color: #e1d5e5; + border: solid #e1d5e5; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #ffffff; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #ffffff; + background-color: #e1d5e5; + border: solid #e1d5e5; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #C3C3C3; } + +GeditFileBrowserWidget { + background-color: #353535; } + .maximized GeditFileBrowserWidget { + background-color: #353535; } + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #232323; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #C3C3C3; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #e1d5e5; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #e1d5e5; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #C3C3C3; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.4)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #ffffff; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, #e1d5e5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e9e9e9; + border: 1px solid rgba(0, 0, 0, 0.3); } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(233, 233, 233, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f6f6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #e1d5e5; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #DADADA; +@define-color theme_text_color #DADADA; +@define-color theme_bg_color #383838; +@define-color theme_base_color #404040; +@define-color theme_selected_bg_color #e1d5e5; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #DADADA; +@define-color text_color #DADADA; +@define-color bg_color #383838; +@define-color base_color #404040; +@define-color selected_bg_color #e1d5e5; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #3d3d3d; +@define-color insensitive_fg_color alpha(#dadada, 0.5); +@define-color insensitive_base_color #404040; +@define-color theme_unfocused_fg_color #DADADA; +@define-color theme_unfocused_text_color #DADADA; +@define-color theme_unfocused_bg_color #383838; +@define-color theme_unfocused_base_color #404040; +@define-color borders #292929; +@define-color unfocused_borders #292929; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #404040; +@define-color wm_title alpha(#ded6d6, 0.8); +@define-color wm_unfocused_title alpha(#ded6d6, 0.5); +@define-color wm_bg #2f2f2f; +@define-color wm_bg_unfocused #333333; +@define-color wm_highlight #373737; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #e1d5e5; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/themes/Mint-Y-Dark-Moka/gtk-3.0/thumbnail.png b/themes/Mint-Y-Dark-Moka/gtk-3.0/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8573beec96a82d21683bb41ad78c46f1d6706f GIT binary patch literal 1506 zcmZ8fX;4#F6n-F8N^8|t0b55wtyT<>L^e^D0PiIs3lO#dAreSJ2$BE^yDXwC5+NW0 z3Q-A>DxwGhgdhO~l0b+U0(NXgi!jBdLEL9raqMIItGzS#o^$S;Z@%w*b4~@4vFk0q zw*UZOJs#&rfnz3ocbTt&U(Q?489125V@MbP=n#Lk!uSHNZQ^hg5&&fH0f2&&0Pr{b zRqzY|(vSe~A_f55&jEl{vZOEQFaVg=2NFX-H#av|S64?zM>{*aef#zykw^>%1A?HJ zmzRTs10{k`EJ+q$O)rx0gChLBeLUHMi2Q19DTtVkvll(4-p9^wIYBZmlr5I*ooc9Z6w{8%U! z?ut0stq{}keq?_H>QGXCEHi~lOuRfcSQUc@Axd_au0t3AOCu$>P4paRrd?F(VG^BI zJ0h3-tke!)=8+*1qfn|C(;EzWb$5N%DmO^tx2oF9E1SFf2Zq&}epx=vA1sp!%A18? z0AWA!kc)@U@w%k^vx%uiOlJ>FN)Zc7qGd{lht9>r5_|GPu>@Abuo5J&AX0*4RCDDR zjR0ZEaV7HcesK)`#?|ZOpuLt70H>vwQoV54(#BL5PmEqsmlBF2#9vb1 zsfk?`MC3MUR%asdZ|DZgqw!psT2UN{1HpqBKQAogOY$#k5?~3ToYMC3J9TU#NKUz_ zQ=ABgErQLh98^mah%k1dw;&9g(4_7wi7aYJKIrZ1?BSDI%z^^b<&y(tG#o_9?9|EA z0wE9z$-Q+~d<0KmUl<*(O_XVFO!VZ3VRI@I?a>|x)ZyGSiOiI6$Uiu~wBxR}nGa7u zOAOzv*5Rp|oq-n{ECc;+4mdLfr${2h>O;S!J zSKEK3j2i@t4bQx&P>+oaD*M{%t6GM;U?)Lbc(!avKRu;sNu%J?C|E-Du?sz#dsBvc z>h6Z@C;|kAMw5c5{+~a8K5gvW1h212ECK8HC^^2<7B1Ea@g#8FoY^-Uw%Ra1wXJTk z4c-qELLG^Vu|8fr-7P9yOjd{e~Q7uxBqeKA@+kyRhL@TBtM{5i(1$ zwMfyMHCIr#LA5i_1Y>K<*p&AhRX1_M%&%%`%Xfw5Wd!|b?DowCM{n*X22w0aR0gzM zp8CcD+17LhZC%ajD6=b5t@xNfEp2_$PL1{rCPZPawD+f7fj9#q4CRD|Zc%}QHpJve z-6W68<}ngfyrj6q_~p50%;h=b{ENkxPoDp=wD9NC9UDtE^Nlgvw@WMa?a55hE^kW+ zDgsY%7_*j|QMJk!LB(lOCTeRsWf8QX2o*g#I4b=2A^M{SGpDEL8*BByxRfe;5j@S(Ld9eo&qspZ@2wC?Qn+3DY6$h5?isD9q3;_?O;{;z#WIl~nfZl^Ds%qu^B*x{D> ztlgC%%Bt9=8q=)Io98^d|7!Gg$HLyt0TaYTw zjYZ|dclPM!#ys92sd{JihH>`Pp`U6_)_>W4W+SZ?YVa>KLvmlg>N$7*&4TOK}nK`ur#asX``0$a0TMWx)YJBT+8)NGE%g zQwYk%9qsIna^8PCa|;q4{&lnaNu9SRSEYo4A{EL5X@%_GZ?8X hAfCrhV%ZB|G8Rw3;R~1740^&%03Ia!wfV#p{sWqnnd$%l literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/index.theme b/themes/Mint-Y-Dark-Moka/index.theme new file mode 100644 index 0000000..7f411e3 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Mint-Y-Dark-Moka +Comment=A dark flat theme with transparent elements +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Mint-Y-Dark-Moka +MetacityTheme=Mint-Y-Dark-Moka +IconTheme=Mint-Y +CursorTheme=DMZ-Black +ButtonLayout=menu:minimize,maximize,close diff --git a/themes/Mint-Y-Dark-Moka/metacity-1/button-bg.svg b/themes/Mint-Y-Dark-Moka/metacity-1/button-bg.svg new file mode 100644 index 0000000..1f225b5 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/metacity-1/button-bg.svg @@ -0,0 +1,105 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/metacity-1/button-border.svg b/themes/Mint-Y-Dark-Moka/metacity-1/button-border.svg new file mode 100644 index 0000000..a1ab948 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/metacity-1/button-border.svg @@ -0,0 +1,107 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/metacity-1/close-icon.svg b/themes/Mint-Y-Dark-Moka/metacity-1/close-icon.svg new file mode 100644 index 0000000..312fa9e --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/metacity-1/close-icon.svg @@ -0,0 +1,104 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/metacity-1/max-icon.svg b/themes/Mint-Y-Dark-Moka/metacity-1/max-icon.svg new file mode 100644 index 0000000..6b80028 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/metacity-1/max-icon.svg @@ -0,0 +1,75 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/metacity-1/metacity-theme-2.xml b/themes/Mint-Y-Dark-Moka/metacity-1/metacity-theme-2.xml new file mode 100644 index 0000000..03f75da --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/metacity-1/metacity-theme-2.xml @@ -0,0 +1,768 @@ + + + + Arc + horst3180 + horst3180 + 2015 + Arc Metacity theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</draw_ops> + +<draw_ops name="title_unfocused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused"/> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Dark-Moka/metacity-1/metacity-theme-3.xml b/themes/Mint-Y-Dark-Moka/metacity-1/metacity-theme-3.xml new file mode 100644 index 0000000..044a0d5 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/metacity-1/metacity-theme-3.xml @@ -0,0 +1,1026 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Arc</name> + <author>horst3180</author> + <copyright>horst3180</copyright> + <date>2015</date> + <description>Arc Metacity theme</description> +</info> + +<!-- meaningfull constants --> + +<constant name="C_title_focused" value="#d7cfcf" /> +<constant name="C_title_unfocused" value="#d7cfcf" /> + +<constant name="C_wm_bg_focused" value="#2f2f2f" /> +<constant name="C_wm_bg_unfocused" value="#2f2f2f" /> + +<constant name="C_wm_border" value="#2f2f2f" /> + +<constant name="C_wm_highlight" value="#373737" /> + +<!-- window button colors --> + +<!-- close --> +<constant name="C_button_close_bg_focused" value="gtk:custom(selected_bg_color,#e1d5e5)" /> +<constant name="C_button_close_bg_hover" value="shade/gtk:custom(selected_bg_color,#e1d5e5)/1.14" /> +<constant name="C_button_close_bg_active" value="shade/gtk:custom(selected_bg_color,#e1d5e5)/0.8" /> + +<constant name="C_icon_close_bg" value="#2f2f2f" /> + +<!-- minimize, maximize --> +<constant name="C_button_bg_hover" value="#4C4C4C" /> +<constant name="C_button_bg_active" value="#949494" /> + +<constant name="C_button_border_hover" value="#262626" /> + +<constant name="C_icon_bg_focused" value="#909090" /> +<constant name="C_icon_bg_unfocused" value="#666666" /> +<constant name="C_icon_bg_hover" value="#C4C4C4" /> +<constant name="C_icon_bg_active" value="#ffffff" /> + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="10" right="10" top="3" bottom="3"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="button_width" value="30"/> + <distance name="button_height" value="16"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="title_vertical_pad" value="2"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="left_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="1" rounded_top_right="1"> + <distance name="title_vertical_pad" value="7"/> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> + <border name="title_border" left="10" right="10" top="0" bottom="1"/> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> +</frame_geometry> + +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="title_vertical_pad" value="1" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<!--chromium save dialog--> +<frame_geometry name="attached" title_scale="small" has_title="false" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" rounded_bottom_left="0" rounded_bottom_right="0" parent="normal"> + <distance name="title_vertical_pad" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> +</frame_geometry> + +<!-- drawing operations --> + + <!-- title --> + +<draw_ops name="title_focused"> + + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_focused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_unfocused" /> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_max"> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="borderless"/> + <frame focus="no" state="maximized" style="borderless"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="attached_style_set"> + <frame focus="yes" state="normal" resize="both" style="attached_focused"/> + <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> +<window version=">= 3.2" type="attached" style_set="attached_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Dark-Moka/metacity-1/min-icon.svg b/themes/Mint-Y-Dark-Moka/metacity-1/min-icon.svg new file mode 100644 index 0000000..92920b5 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/metacity-1/min-icon.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="min-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#e2e2e2" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="22.627417" + inkscape:cx="6.164106" + inkscape:cy="8.4082271" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-min" + inkscape:label="#g6247" + transform="translate(-587,185.63782)"><g + id="g7138" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"><g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-75"><g + id="g4092-0-7-0" + style="display:inline" + transform="translate(58,0)" /></g><path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-3" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /></g><rect + y="-185.63782" + x="587" + height="16" + width="16" + id="rect17883-32" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/metacity-1/thumbnail.png b/themes/Mint-Y-Dark-Moka/metacity-1/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..e1f72e4da5ebda9ef385a508455f830731839b62 GIT binary patch literal 685 zcmeAS@N?(olHy`uVBq!ia0vp^DL|~i!3-oXf7O)%QY`6?zK#qG8~eHcB(j1elRbib z85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP-13)Pl&6zxw)~0^@0Tp z^!4?13`{Jn&C<)l+vep>-Bj5+FE_0$JUGU4%EpRWJ8FVsJ!fvOnYyuZ>c$ESD>Fkw z!@|PC2@@vN*47#t8APV~&D>rco$ha7V31ZC);>Qkr8qP^$tNP&Cm}DWq@={i$S5x_ zFR36TJ~t>V$$RFu>c|w|)RM4>6yLhKx{Qj5DH|%xElq=>JzD4H{{R19;@g&eKu0nr zdAqw9Ib8BN0pzfkc>21sKVaeGRnk5q>GKFE^v2W0F~sBe+bcKunhXS314`B~1#NJ+ zTX5gC@aO;e#Th+rLDQFnBwv!2lTw>G*>B;rrM6R7vHlAF&Bny`Q`YGf@9nafMZ%d? zAxA!cRXp1eCoD4MlR(q&jHfJz)kB;Y&G@`+O~CPgbMw|;_b)IEa8g=$Ld*G$ZPQ1V zWjhM)Da1VKoOtHh1f3<J)B3YGHwdM#Zz))K!t3X9(KU>JeCzbI9(!5z7ba~AVy@0t z^iBMJa7SFazDQ)u8($+Y<EHKq&PusQ7o+*yeK~%7pa1bogy!d{k2g!@Sr^~oHj<em zX}$dTqu>8`zv4|2XqI4kz!WjjFm$rMgF4XPswJ)wB`Jv|saDBFsX&Us$iUD{*T6*A z&?Lmr#LC#n%Gglbz|hLT;L)U;?I;>@^HVa@Dls(}LN#1`mF5Q2APKS|I6tkVJh3R1 jAw4fYH&wS7Xjy7raYla0d*=OiKt&9mu6{1-oD!M<zQ_J} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Moka/xfce-notify-4.0/gtkrc b/themes/Mint-Y-Dark-Moka/xfce-notify-4.0/gtkrc new file mode 100644 index 0000000..aa8a02c --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfce-notify-4.0/gtkrc @@ -0,0 +1,72 @@ +style "notify-window" { + XfceNotifyWindow::summary-bold = 1 + XfceNotifyWindow::border-color = "#17191F" + XfceNotifyWindow::border-color-hover = "#17191F" + XfceNotifyWindow::border-radius = 3.0 + XfceNotifyWindow::border-width = 1.0 + XfceNotifyWindow::border-width-hover = 1.0 + + bg[NORMAL] = "#292C36" +} + +style "notify-button" { + bg[NORMAL] = "#434652" + bg[PRELIGHT] = "#5C6070" + bg[ACTIVE] = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#ffffff" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + roundness = 2 + textstyle = 0 + } +} + +style "notify-text" { + GtkWidget::link-color = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#BAC3CF" + + engine "murrine" { + textstyle = 0 + } +} + +style "notify-summary" { + font_name = "Bold" +} + +style "notify-progressbar" { + GtkProgressBar::min-horizontal-bar-height = 4 + + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = "#000000" + bg[NORMAL] = "#5294E2" + bg[ACTIVE] = "#1D1F26" + bg[SELECTED] = "#5294E2" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + trough_shades = { 1.0, 1.0 } + trough_border_shades = { 1.0, 1.0 } + progressbarstyle = 0 + roundness = 2 + textstyle = 0 + } +} + +class "XfceNotifyWindow" style "notify-window" +widget "XfceNotifyWindow.*.summary" style "notify-summary" +widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button" +widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text" +widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar" +widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar" diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/bottom-active.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..938416f --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/bottom-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"1 3 2 1", +" c None", +". c #2F2F2F", +".", +".", +"."}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/bottom-inactive.xpm new file mode 120000 index 0000000..9f10639 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..1e2652f --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/bottom-left-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 0000000..d70de34 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..f08c031 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/bottom-right-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 0000000..d234cea --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/close-active.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/close-active.xpm new file mode 100644 index 0000000..864b7b7 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/close-active.xpm @@ -0,0 +1,66 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 36 1 ", +" c #2F2F2F", +". c gray19", +"X c #313230", +"o c #373737", +"O c #383B36", +"+ c #3D3F3B", +"@ c #3E403C", +"# c #3E413C", +"$ c #535D49", +"% c #56624B", +"& c #58634C", +"* c #59654E", +"= c #5F6D52", +"- c #606E52", +"; c #61675A", +": c #62685B", +"> c #627054", +", c #647355", +"< c #657456", +"1 c #677757", +"2 c #737A6B", +"3 c #747B6C", +"4 c #80827F", +"5 c #81857C", +"6 c #82847F", +"7 c #8B987E", +"8 c #8B987F", +"9 c #94AC7D", +"0 c #95AC7D", +"q c #96AE7D", +"w c #95B178", +"e c #99B77B", +"r c #99B67D", +"t c #9AB87C", +"y c #818280", +"u c #838680", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" . ", +" #35y453# ", +" :u70rr075:. ", +" :u0rttttt05: ", +" O#50twttttwt0u@ ", +" X3utt.*te*.tt72 ", +" 59rt< %* >et05 ", +" 5tttt> -teer4 ", +" 5rree&. $ertr4 ", +" .50re* << *et05 ", +" .37ttO1tt<Oet72 ", +" .#50tttttttt04+ ", +" :50ttttte05: ", +" :470rr074:. ", +" #25u453@. ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/close-inactive.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..0e4e39d --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/close-inactive.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *close_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c gray22", +"O c #3E3E3E", +"+ c #515151", +"@ c #555555", +"# c #585858", +"$ c #5F5F5F", +"% c #606060", +"& c #646464", +"* c #727272", +"= c gray51", +"- c #888888", +"; c gray56", +": c #909090", +"> c gray58", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" .X X.. ", +" O**==**O ", +" %=-:>>:-=% ", +" %=:>>>>>>;=% ", +" +=:>:>>>>:>:=O ", +" *->>.#:>#.>>-* ", +" *:>>%.@@ $:>:* ", +" =:>>>$ $>>>>- ", +" .=>>>>+. +:>>>= ", +" X*:>>@.&%.@>>:= ", +" *->>o&>>&o>:-* ", +" O=:>>>>>>>>;=O ", +" $=;>>>>>>:=% ", +" $=-;:>:-=$ ", +" O**==**O ", +" ..X . X. ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/close-prelight.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..c319b10 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/close-prelight.xpm @@ -0,0 +1,68 @@ +/* XPM */ +static char *close_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 38 1 ", +" c #2F2F2F", +". c #303130", +"X c #313230", +"o c #373737", +"O c #383C34", +"+ c #3E413B", +"@ c #3E423B", +"# c #536244", +"$ c #576846", +"% c #586847", +"& c #5B6D49", +"* c #5F734C", +"= c #60754C", +"- c #62774D", +"; c #647A4E", +": c #657B4F", +"> c #616A56", +", c #626B58", +"< c #626C58", +"1 c #677E50", +"2 c #737E68", +"3 c #747E69", +"4 c #747F69", +"5 c #81877A", +"6 c #80827F", +"7 c #82857E", +"8 c #82877E", +"9 c #81887A", +"0 c #83887E", +"q c #8B9E78", +"w c #8B9E79", +"e c #94BD6B", +"r c #94B772", +"t c #95B772", +"y c #95B971", +"u c #96BA72", +"i c #99C36F", +"p c #9AC66E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @496654@ ", +" <7qtiitq7, ", +" <0yppppppy7, ", +" .+7ypeppppepy7@ ", +" 3qppX%pp&Xppq3 ", +" 9rpp; %% *ppt5 ", +" .6ippp- *pppp6 ", +" 7ippp$. #ipii0. ", +" 9rpp% ;;X$pir7. ", +" 3qppO1pp1Opiq3 ", +" +7yppppppppy0O ", +" >0yppppppy0< ", +" ,7qriitq0> ", +" @396653O ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/close-pressed.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..b15992a --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/close-pressed.xpm @@ -0,0 +1,69 @@ +/* XPM */ +static char *close_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 39 1 ", +" c #2F2F2F", +". c gray19", +"X c #303130", +"o c #373737", +"O c #353832", +"+ c #3A3D37", +"@ c #3B3E39", +"# c #3C3D39", +"$ c #46523A", +"% c #49553B", +"& c #4A573C", +"* c #4B593D", +"= c #4F5E3E", +"- c #50603F", +"; c #585F50", +": c #526340", +"> c #536541", +", c #5A6152", +"< c #6A7261", +"1 c #6A7361", +"2 c #6A7362", +"3 c #70904F", +"4 c #739551", +"5 c #749651", +"6 c #759553", +"7 c #759554", +"8 c #759654", +"9 c #76925A", +"0 c #77925A", +"q c #77915C", +"w c #77925C", +"e c #7B896C", +"r c #7B8A6C", +"t c #7B8075", +"y c #7B8176", +"u c #7F827B", +"i c #7F817C", +"p c #7F807D", +"a c #7F817E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @2tppt2@ ", +" ,prw889ep; ", +" ,u05555559p; ", +" ... $a854555535wu$ ", +" ... 2r84 *35*X58r< ", +" .. <w84-X%%X-5882 ", +" ..op8855- =558wa ", +" 2w855%X $4458a ", +" Xtw85%X-> &559yX ", +" 2r55O>55>O53e2 ", +" @p9555555559u+ ", +" ;2w555558wp, ", +" o,atq77qtp; ", +" ..o.#<p<222# ", +" .....o oooo ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/hide-active.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/hide-active.xpm new file mode 100644 index 0000000..79239a2 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/hide-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c #909090", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/hide-inactive.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..0bfa3d3 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/hide-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c gray40", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/hide-prelight.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/hide-prelight.xpm new file mode 100644 index 0000000..f1078f4 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/hide-prelight.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *hide_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXX.+$$$$$$$$$$+.XXXXX", +"XXXXX.#$$%%%%%%$## XXXXX", +"XXXXX.##$%%%%%%$$# XXXXX", +"XXXXX.+#$$$$$$$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/hide-pressed.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/hide-pressed.xpm new file mode 100644 index 0000000..9ad9302 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/hide-pressed.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *hide_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$==========$+.....", +".....o&==========%o.....", +"..... *==------=== .....", +"..... *==------==* .....", +".....o&==========%o.....", +".....+$==========$+.....", +".....o.&========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+o o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/left-active.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/left-active.xpm new file mode 100644 index 0000000..2103096 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/left-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/left-inactive.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/left-inactive.xpm new file mode 120000 index 0000000..ebcf490 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/maximize-active.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..3ee3f0b --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/maximize-active.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c gray43", +"O c #717171", +"+ c #747474", +"@ c gray49", +"# c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ... ", +" .O##@ ", +" ...O## ", +" .+...o# ", +" .#+. .o ", +" .##O... ", +" .@##O.. ", +" .. . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/maximize-inactive.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/maximize-inactive.xpm new file mode 100644 index 0000000..40dd986 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/maximize-inactive.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #535353", +"O c #565656", +"+ c #5B5B5B", +"@ c gray36", +"# c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" O##+ ", +" . .o## ", +" .O.. o# ", +" .#O. o ", +" .##o. . ", +" @##O. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/maximize-prelight.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/maximize-prelight.xpm new file mode 100644 index 0000000..b04d285 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/maximize-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *maximize_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #9A9A9A", +"* c #9D9D9D", +"= c #A0A0A0", +"- c #AEAEAE", +"; c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$%*;;-$#OoXXXXX", +"XXXXX.+$$$$%*;;$$+.XXXXX", +"XXXXX.##$=%$$*;$## XXXXX", +"XXXXX ##$;=%$$*$$# XXXXX", +"XXXXo.+#$;;*$$$$#+XXXXXX", +"XXXXXoO$$-;;*%$$#OoXXXXX", +"XXXXooX@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/maximize-pressed.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..2bf4b7f --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/maximize-pressed.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *maximize_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c #979797", +"; c #DADADA", +": c #DDDDDD", +"> c gray88", +", c #EAEAEA", +"< c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$====:<<,==$+.....", +".....o&===--:<<==%o.....", +"..... *==:-==;<=== .....", +"..... *==<>===:==* .....", +"....XO&=-<<;-====%o.....", +".....O#*=,<<:====$+.....", +".....o.*========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+O o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/menu-active.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/menu-active.xpm new file mode 100644 index 0000000..8bce888 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/menu-active.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #494949", +"O c gray33", +"+ c #5D5D5D", +"@ c #747474", +"# c #777777", +"$ c gray53", +"% c gray56", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+. +%+ ", +" O%%##%%O ", +" o$%%$o ", +" X##X ", +" . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..b0e1be3 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/menu-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #3E3E3E", +"O c #444444", +"+ c #494949", +"@ c #565656", +"# c #585858", +"$ c gray38", +"% c #656565", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+..+%+ ", +" O%%##%%O ", +" o$%%#O ", +" X@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/menu-prelight.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/menu-prelight.xpm new file mode 100644 index 0000000..51e419f --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/menu-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *menu_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #515151", +"& c #565656", +"* c #585858", +"= c #6C6C6C", +"- c gray48", +"; c #868686", +": c #A4A4A4", +"> c #B9B9B9", +", c #C3C3C3", +"< c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$%$$$$%$#OoXXXXX", +"XXXXX.+$;,;$$;,;$+.XXXXX", +"XXXXX.#$-,,::,,-## XXXXX", +"XXXXX #$$=><<>=$$# XXXXX", +"XXXXo.+#$$&::*$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..31c747f --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/menu-pressed.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *menu_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #565656", +"# c #7B7B7B", +"$ c gray50", +"% c #8E8E8E", +"& c gray58", +"* c #959595", +"= c gray62", +"- c #B1B1B1", +"; c gray74", +": c #C8C8C8", +"> c gray88", +", c gray89", +"< c gray96", +"1 c gray99", +"2 c #FEFEFE", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.@#%&#@.+.......", +"......+X$&&&&&&$X+......", +".....o.$&&&&&&&&$.o.....", +".....+@&&&&&&&&&&@+.....", +".....o$&:2:&&:2:&$O.....", +"..... %&;22,,22;&% .....", +"..... %&&-<22<-&&% .....", +".....o$&&&=,,=&&&#O.....", +".....+@%&&&&&&&&&@+.....", +".....o %&&&&&&&&$.o.....", +"......+X$&&&&&&$X+......", +".......+.@#%%#@.+.......", +"........o+o o+o........", +"..........X.............", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/right-active.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/right-active.xpm new file mode 100644 index 0000000..e8e87a9 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/right-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/right-inactive.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/right-inactive.xpm new file mode 120000 index 0000000..6734f48 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/shade-active.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/shade-active.xpm new file mode 100644 index 0000000..cf88acf --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/shade-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #606060", +"@ c #6F6F6F", +"# c #727272", +"$ c gray49", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X@#X ", +" o%*&%o ", +" O&****&O ", +" +&+**@*O ", +" .X ** X. ", +" ** ", +" ** ", +" .$$ ", +" .. ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..4826696 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/shade-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *shade_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #323232", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #535353", +"$ c #555555", +"% c #5B5B5B", +"& c gray36", +"* c #606060", +"= c #656565", +"- c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X$$X ", +" o*==%o ", +" O======O ", +" +=@==+=+ ", +" ...==... ", +" ==. ", +" == ", +" %% ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/shade-prelight.xpm new file mode 100644 index 0000000..58b0ad4 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/shade-prelight.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *shade_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #565656", +"* c #686868", +"= c gray46", +"- c #898989", +"; c gray55", +": c #9B9B9B", +"> c #9F9F9F", +", c gray68", +"< c #B6B6B6", +"1 c #C3C3C3", +"2 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$%:>%$$@.oXXXXX", +"XXXXXoO$$*<22<*$#OoXXXXX", +"XXXXX.+$=112221=$+.XXXXX", +"XXXXX.#$-1;22;1-## XXXXX", +"XXXXX ##$%$22$%$$# XXXXX", +"XXXXo.+#$$$22$$$#+XXXXXX", +"XXXXooO$$$$22$$$#OoXXXXX", +"XXXXoo.@$$$,,$$$+.XXXXXX", +"XXXXXXo.@$$$$$#@.oXXXXXX", +"XXXXXXXo O+##@O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/shade-toggled-active.xpm new file mode 100644 index 0000000..66fda1c --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #626262", +"@ c #6F6F6F", +"# c #727272", +"$ c #7E7E7E", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" .. ", +" $$ ", +" ** ", +" ** ", +" .X ** X. ", +" +*+**+&+ ", +" O*****&O ", +" o%*&%o ", +" .@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 0000000..b635912 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *shade_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #555555", +"$ c gray36", +"% c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" $$ ", +" %% ", +" %% ", +" . %% . ", +" @%@%%@%+ ", +" O%%%%%%O ", +" o$%%$o ", +" .##. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 0000000..c6bafc4 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #565656", +"& c #686868", +"* c gray46", +"= c #898989", +"- c gray55", +"; c #9B9B9B", +": c gray68", +"> c #AEAEAE", +", c #B6B6B6", +"< c gray76", +"1 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXoo.. XoXXXXXXXXX", +"XXXXXXXo.O@$#@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$>>$$$@.oXXXXX", +"XXXXXoO$$$$11$$$#OoXXXXX", +"XXXXX.+$$$$11$$$$+.XXXXX", +"XXXXX.#$$%$11$%$## XXXXX", +"XXXXX.##=1-<1-1=$# XXXXX", +"XXXXX.+#*<1<11<*#+XXXXXX", +"XXXXXoO$$&,<<,&$#OoXXXXX", +"XXXXXo.@$$#;>%$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/stick-active.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/stick-active.xpm new file mode 100644 index 0000000..368e639 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/stick-active.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #414141", +"O c #444444", +"+ c gray31", +"@ c #606060", +"# c gray38", +"$ c gray40", +"% c #676767", +"& c gray49", +"* c gray52", +"= c #898989", +"- c gray55", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X#&--&#X ", +" +=$O..O$=+ ", +" +*o o*+ ", +" X=o X=X ", +" #$ X$#. ", +" &o o& ", +" -X X= ", +" =X .= ", +" &o Xo& ", +" #$ $@ ", +" X=o o*X ", +" +*o . .X=+ ", +" +=$oXXo$*+. ", +" X#&==&@X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..7bb6c4e --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/stick-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #5B5B5B", +"* c gray36", +"= c #606060", +"- c #646464", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$&--&#X.. ", +" +=$o..o$=+. ", +" +=o. . .o*+ ", +" X=o o=X ", +" $$. .## ", +" *o. o& ", +" ..=. .o* ", +" =X ..=. ", +" *o .O*. ", +" #$ .%# ", +" X=o o*. ", +" +=o. . .o=+ ", +" .+-$o..o$=+. ", +" .$*=-&#.. ", +" . . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/stick-prelight.xpm new file mode 100644 index 0000000..1abf476 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/stick-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *stick_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray39", +"# c gray40", +"$ c #838383", +"% c #909090", +"& c gray67", +"* c #ACACAC", +"= c #B6B6B6", +"- c #BBBBBB", +"; c gray75", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o$*;;&$o ", +" #-%#++#%-# ", +" #=@OOOOOO@=# ", +" o-@OOOOOOOO#-o ", +" $%OOOOOOOOOO%$ ", +" *#OOOOOOOOOO#& ", +" ;+OOOOOOOOOOO- ", +" ;+OOOOOOOOOOO; ", +" &#OOOOOOOOOO#*. ", +" $%OOOOOOOOOO%$ ", +" o-@OOOOOOOO@-X ", +" #=@OOOOOO@=# ", +" #-%#++#%-@ ", +" o$&;;&$o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/stick-toggled-active.xpm new file mode 100644 index 0000000..64bba8a --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3A3A3A", +"O c #3E3E3E", +"+ c #414141", +"@ c #444444", +"# c gray31", +"$ c #606060", +"% c gray38", +"& c gray40", +"* c #676767", +"= c #6F6F6F", +"- c gray44", +"; c gray49", +": c gray52", +"> c #898989", +", c gray55", +"< c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X%;,,;%X ", +" #>&@..@&># ", +" #:+ +:# ", +" X>+ o-,>-+.O:o ", +" %& o><<<<:oX*% ", +" ;+ =<<<<<<- +; ", +" ,X ><<<<<<, .> ", +" >X ,<<<<<<> .> ", +" ;+ -<<<<<<-X+;. ", +" %& O><<<<>o &% ", +" X>+.o-,>=o +:X ", +" #:+ .O:# ", +" #>&+oX+&:# ", +" X%;>>;$X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 0000000..b2474de --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char *stick_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 16 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #555555", +"* c #5B5B5B", +"= c gray36", +"- c #606060", +"; c #646464", +": c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$*;;*#X.. ", +" +-$o..o$-+. ", +" +-o. . .o=+ ", +" X-o X%;;*o.o-X ", +" $$.X-::;:=X.$# ", +" =o.%;;:::;% o* ", +" ..-. -;::::;; X- ", +" -X ;::::::; .- ", +" *o %::;::;% o=. ", +" ##.O-;;;;-o.%# ", +" .X-o.o%;;%o.o-. ", +" +-o. . o=+ ", +" .+;$o..o%-+. ", +" .$=-;*#. ", +" . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 0000000..aa149ad --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray35", +"# c gray37", +"$ c gray39", +"% c gray40", +"& c #838383", +"* c #909090", +"= c gray61", +"- c gray67", +"; c #ACACAC", +": c #B6B6B6", +"> c #BBBBBB", +", c gray75", +"< c gray77", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o&;,,-&o ", +" %>*%++%*>% ", +" %:$OOOOOO$:% ", +" o>$O@=,,=#O%>o ", +" &*O@><<<<,@O*& ", +" -%O=<<<<<<=O%- ", +" ,+O,<<<<<<,OO, ", +" ,+O,<<<<<<>OO< ", +" -%O=<<<<<<=O%- ", +" &*O#,<<<<>@O*& ", +" o>$O@=>,=@O$>X ", +" %:$OOOOOO$:% ", +" %>*%++%*>$ ", +" o&-,,-&o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/themerc b/themes/Mint-Y-Dark-Moka/xfwm4/themerc new file mode 100644 index 0000000..b333fc9 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/themerc @@ -0,0 +1,25 @@ +button_offset=7 +button_spacing=4 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +#button_layout=O|HMC + +active_text_color=#cfcfcf +#active_text_shadow_color=#e7e8eb +inactive_text_color=#bababa +#inactive_text_shadow_color=#e7e8eb + +#placement_ratio=20 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=50 + +show_frame_shadow=true +show_popup_shadow=true diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/title-1-active.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..f38cd33 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/title-1-inactive.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/title-2-active.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..782c921 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/title-2-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/title-2-inactive.xpm new file mode 120000 index 0000000..a37458a --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/title-3-active.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..39c0c2e --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/title-3-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/title-3-inactive.xpm new file mode 120000 index 0000000..66e6af7 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/title-4-active.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..19537cb --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/title-4-inactive.xpm new file mode 120000 index 0000000..069dba6 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/title-5-active.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..746f199 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/title-5-inactive.xpm new file mode 120000 index 0000000..dcc7946 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/top-left-active.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..31e0277 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/top-left-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +" ....", +".++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/top-left-inactive.xpm new file mode 120000 index 0000000..0517526 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/top-right-active.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..419b92c --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/top-right-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +".... ", +"++++.", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Dark-Moka/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Dark-Moka/xfwm4/top-right-inactive.xpm new file mode 120000 index 0000000..42cae62 --- /dev/null +++ b/themes/Mint-Y-Dark-Moka/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/apps.rc b/themes/Mint-Y-Darker-Moka/gtk-2.0/apps.rc new file mode 100644 index 0000000..8820077 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/gtk-2.0/apps.rc @@ -0,0 +1,45 @@ + +########### FILE MANAGERS ############## + +style "thunar-handle" { GtkPaned::handle-size = 2 } + +style "dark-sidebar" { + GtkTreeView::odd_row_color = @dark_sidebar_bg + GtkTreeView::even_row_color = @dark_sidebar_bg + + + base[NORMAL] = @dark_sidebar_bg + base[INSENSITIVE] = @dark_sidebar_bg + + text[NORMAL] = "#C3C3C3" + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color +} + +style "thunar-frame" { + xthickness = 0 + ythickness = 0 +} + +# Thunar +widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle" + +# Caja +widget_class "*CajaSidePane*" style "dark-sidebar" + + + +####### TERMINAL ################ + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#3f3f3f" + + TerminalScreen::background-darkness = 0.9 +} + +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-down-insens.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-down-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..3c82734ccecd0d46e1c7d6f772a939e3059f65db GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprS}m7sn8e z=;V&I-QQ9gnj^m7uxfj;;>NrP^$v#~=N$hM9%qeWAFr75Ev(GWdkSO9bKID@1N5fo z>X|RoR%7V+Tzqq(no7YD5yq_{EuRjYVOja4{~X8D_6>}AzGB_}8(vugEn)C<^>bP0 Hl+XkK$zewG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-down-prelight.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-down-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb9bd94e0d18ed91c0451a57a74266f6342080e GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Rlb*Djx8V882Y>n~X~?aQC{D;qezOk=otS~6|Zx185MuTMU9;DRvslJBMk4I;(g zW#0e1Y`yWh|M``EaVt1w|JXinjLIwRK6r+u$?oO6y>pEO%ozT}soERg&w2~Ag~8L+ K&t;ucLK6T`L{Jd` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-down-small-insens.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-down-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..8783904837669f08cc0a31ab41280df545c0e2dd GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdt@X7sn8e z=;VY0Y)P+^OcmEie7#|1pnOVunW+<(hJxg6p~t)vQ+oQk)^<<sUe($8`#i_hTL*+D q3tyI<KKoc#j$C<3mIi+dFN4Jm0q5_&4MjjR89ZJ6T-G@yGywnwBtJ+1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-down-small-prelight.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-down-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..7750dc1543aaeece3cc307f84830ec971edfd5a9 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;VY0Y*q8VRXIk!vps*H=iat?{;_O4Ja?;X<*Tg^IQ^Hbp7zD&t=aq98+(^Ea<1Ci txcGU-`TO%8*UmZdtn<s87h=sD7(+~?>h(SUJ_MS|;OXk;vd$@?2>{zUN6i2L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-down-small.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-down-small.png new file mode 100644 index 0000000000000000000000000000000000000000..0bf1768135edfeb9f295e277ab3c24f450db70de GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynTE)5S4_ zV`gukA=e=X5tsXQ#Z$I8DX4D{@|JGRF<VeE!L}=5Yg82n_v||k+PS&mclMikCO)6? z`Psn(`wQ=WOI#cKr{vt(*zG$RIU1JjFhAC^EK`di`>o0Ink!%Im}WSd<ldHRn7K;N z^$APN=}j?}??c-H^}3SS@3=l;vPteaSG}HL@<-?U-{<dIcYamW(ka&zTdtqjcc8>< Vsk_eNV4wpTJYD@<);T3K0RU!KYF_{V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-down.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-down.png new file mode 100644 index 0000000000000000000000000000000000000000..f57c15e5b5e341064a895700d786e0e817c57819 GIT binary patch literal 308 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=r)5S4_ zV`l7`g?vo`5^WFP+Z#z3OYGrU9@L?>>Z{7RM7FezQa9F|OV}R7(^AYRCbIs3!&k13 zb4S?ziQSl!U-ykKL?rz4&6JpFPeto9*M1K^Z_oY6D*c%X&*3NH8cVmG*|XR`mg9P9 zID?)`$%Ux()&h(cLV<~qVLo@uPMoo1m_O6sWeekn4Y}4Hm%sS_jq|cBl6lT|fcZnt x?Xrofk*o}h+>gzeE|A3e;F^i=1!jgHO#ab!Gxp@}lm$AT!PC{xWt~$(69DyLZ?pga literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-left-insens.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-left-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..27104c666092dc737b56d5b2aedc2306911f5052 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&OrE{-7_ z(a8x6%>mDDblkAwn5=82yG{KXx5_EW$-=jVAM>WDeRLB)Ug8?nG}R@Y!Ik-d4_g~U z<BUr))@1~1T%WFOWxme(oZzXmsqC74rR_!15sQ+OUNQ225NoRbCMf{4gTd3)&t;uc GLK6Ul(?eVU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-left-prelight.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-left-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..b85bd1237fb3fa048cec72cbe950eee5c281ffc9 GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt(a0E{-7_ zvdIYy&1~D=wc4IPa3=5Fy}7pkt8X>VDLXiCF_2~5a7M3lUbk(1)#Za;Ro|Fg)thGW z@a)}m_j*-bxw_NNS|{7%RsX(Daojm~kHXQrz5(x4zReT0J<phXNY$gB;j0nQ9tKZW KKbLh*2~7YoM^5Pg literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-left.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-left.png new file mode 100644 index 0000000000000000000000000000000000000000..b21197934425dcbea658e6e324ccdc5807c8c742 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9<lo-`Pk3747tNaSY*@ z>3hyF>reti+r#g_mDK{Qc2qX=G~Kk`5^zvD#gn5&r)kn%ZjNsZu~u80mF_Nao-VgQ zoP%+_U`)%0!|z2tO5acadF1XR3psYj4^MmcUl7==Q(bUQwsGl_y$q97W=bU2HL5>Y zyYBT{jq{&ZZvDnT!!s&0^ebb+nyu^!@8(p?KVq;fn6$<7@)n5$*|)#Rv_0JZyi$MC zwLp>BS<8Oz->cR2Xyg0e@()5Uy<=lYjr<jRz1HgI`EWjKYtshB$=*OuFnGH9xvX<a GXaWE})q8&c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-right-insens.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-right-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..85cba723e893c923eb77faca90182cf78f57eb49 GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&;*E{-7_ z(a9ZayL&lO(;6Bg*58<SV@rUUhWR<eb=GS3)1=k1g)WN*OP%6>dW_}BH<$E=nHQHS z%w%AkAUAu)yBkdbauce`Cp5*Bb-eoZVg{R7haZF5J+Zc!gHx9Q&1dj*^>bP0l+XkK DOIt<` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-right-prelight.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-right-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..ab6c74c66fb0c2068c57c64ea83467a6d00d735e GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-XRE{-7_ z(aA3=ukGE?*vrUNb*uW{_jhlewH56?UH$LtoL7R4Cy#yq^KRcYP3EWH{NDV$zgc{d zfuPD|ZSJIJU;n(dH1-rZlEb9=;z?^p-Nnr{Le?(o3=_On9r+sX{svmW;OXk;vd$@? F2>@9UPZt0H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-right.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-right.png new file mode 100644 index 0000000000000000000000000000000000000000..cf97804f087153224799ef63c023fe7716ec35a9 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!3-qTT-L4!Qq09po*^6@9Je3(KLE)UctjQh zm0t&8MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1S-0(?ST zfplnSXl`z9Y;0^&Qc`4OWMX1sbaZq?L<Eoo0-$(IObn0&0yq~a0ucm~(Q(N!aVcN{ zD6wYc!B0SQrAvbRf*IJ@xp_rIWn|-%^2%G<CobK&_tcqdPhbB2^Y60vt=m9l#-1*Y zAsn)-2iqAP3>X+T+?cJk_1FLTLgg9>XRBF1mzx;atZdeG@5z5PbKmCFlN*nTdi}BA W%*4cF_Nx`Box#)9&t;ucLK6Ueo@&tm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-up-insens.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-up-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..1be55d33d9e2f52417c3bc08a7e578f2519f9992 GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprUY37sn8e z=;Q>3=74`MdIIV=q?Hax28-Mlj(vEXTR5TnbnnY9PKHN+V#+3PJ)1FQ$GZ$}wzi7L zJKo*sVH0b6vEs(O2=$IO3HAlwB-&>DiqLOax$&LhR)#5?#cC#-_$&ij!QkoY=d#Wz Gp$P!6b4hUk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-up-prelight.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-up-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd78cc1107853897ca9b1ce1d5cb13b94174cfb GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Q>3W{a0I_FgpN;h3NxP^|c@{>)mB!W9lW<!3(5u)ipr{O`yduScw0OEw<M>HjG{ zn{7%L>!sg977|I*j{NCg*RY~rlQAp)oWN(LZL*13KEY>%8T=Q?o7;rVnGUpt!PC{x JWt~$(698|ENR9vi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-up-small-insens.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-up-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..7b5eb9edfd2834e817c1af920ad01319db5afd16 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;Q>3=7@JIS_0(QSTYhiy}I-IJo6J8I}O}g-KM&qI5y>o%fED%?jt*nT{-4qWZ=@} se)ZTc=ay5CuPB^a9J2Vd#0Ex&SN8lbT`mVr2b#*@>FVdQ&MBb@0MtuE4gdfE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-up-small-prelight.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-up-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0436d3245b0cf77e8fc67360b19c53d14c60cf97 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdvp{7sn8e z=;Q>3X3s@?t<^h>6&#q|&tIIk-&XyX#X_e4lGW3`*t|7+UwdQkvPMpwE4QzGUU|Bq xaiRbA=gI!!5i6cot`~Qy?XNyB%$CEz&>k)|>HPJp&w(a0c)I$ztaD0e0sut#Mk@dS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-up-small.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-up-small.png new file mode 100644 index 0000000000000000000000000000000000000000..511056f0a7db868ef612e4644304e24dc75d46a5 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynS_)5S4_ zV`gv9THYo@5!d(G&Ron21#24FSr3Z32w%zza*kkPf194jE5f-+*uc47?iF*>qZN~9 zPxk(C$kP0r<^1fmyVt#*_gAlK<2AnGbK(renomQsZGZKym{P=Ikh}IQgU^&8_4j)# z+>gz$Z79vol}z4a_?hc~($bP2Hl2;B&vJV{@-Zm3unXpTX!X`tGCCy~PhNeD=OWN; N44$rjF6*2UngCe6UH1S0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-up.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/arrow-up.png new file mode 100644 index 0000000000000000000000000000000000000000..f05766b76126161c3c5fe61303a55eb224c42e63 GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=%)5S4_ zV`gaoLasvr5^nqJ%Z(gaW*^*Uk>a^Q@(X7VxAgT^X`Qm&8xk(MU#LzzsHCJ8|7c&+ z`Gi|f|1CTC=hDN1Q|>R;XmoXc|MzIl<kHysDETc4OJyqG&u5sHD6wy|j`V-m%6a^A ziuD<S)9jc#S_S$y>9jKlXe_NdQ^RbazG$ssn!AfM!{%j~?}AS4^O*F6E8*;!>a|}v z8P;qy^S!LkaP&;!0mm&$i%v-dm-=U{?RP0j=n}K9S?Xjp>&~v<Krb+Oy85}Sb4q9e E075BtX#fBK literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/button-active.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..785016686f7187066d6d2eb14a299cd8ec3cb514 GIT binary patch literal 266 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>!2Ka=y z0_m+=w{G9QecQHeKoSBD95`?Y3@%-|1QdagmoH!Dd7h{R)WBO3<QL2!udr+Pp1u3` zANcX}r}2sNxj+dsPZ!4!iSXovu6^9h(JT@-p6zLF6z1c(^Zdb{aA}E(`-%rz1&=xN na)!BR$eJf4d}(WckjBWcfti_O=6N?opa~3~u6{1-oD!M<m#k#2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/button-hover.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..fab89f6d6c3f0d5765711d3916b090da91a4a8af GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0_k(-&Yg#W3l}Z`xlf-yg$Vrn_wWDz|Hs{rPY2ml666=mAg{1%_ny5Eejc@4I}<2q z>gnPbA`zaP&^3dTS(k|?Cv<mW!cJ!9<5?E@;mpj>^H^pW9I9BMc(6;vi;bs8?t?&% b7z4wi{u5Uo6jbT}4Pfwe^>bP0l+XkK*PdN< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/button-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1a6660f5a0640b5ef8f8f05eb55598ff70779158 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}2l#}z z0_l7A?%ltC{}C8G27|ZnKma20>-X>9fBrmCl|BMg%2g8N7tA29uxt08y$>GzWGR(P z0E(J<x;TbNgeNC-#jr95vq;?7b^gEsK6bWqwgvZIa`MEa3nU!mc)YNUMO$ggHfaNc fszc5Nn;00LF1_8GttoyNXaa+$tDnm{r-UW|K5%1| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/button.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/button.png new file mode 100644 index 0000000000000000000000000000000000000000..fd430a88350664f844751de897a324325f08f727 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0_k(-&Yg#W3l}Z`xlf)vfe8Hm^XJdszX|b^l|eR@1o;Is$SdsHy=U)(pGPg%&IAgY zdb&7<NQ5URbj{#o)@9<!3EiETu#=hjc$P(eI5YF}JeC;-hbmSm9_$kFV&mzN`yh}b b#=x+s|HPFC1(iBL0~kDA{an^LB{Ts5Z@pY? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..601821e13044ec0457271bce781b321a895e017e GIT binary patch literal 332 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^<fKP}k zkiLKE*@Mdu9^88N;M$W1SAgjGqpQyzU4QoE=JO}FpFabkmoFc^ef{M9k8i(z{Q#oh zzkdDx4Me|x|NsC06GQl1pebS{L4Lsu8k(9lwY5E{AS=vs3s6Orr;B5VM0jq0G+%=P z4~yWzptW60-}kRNB65lCS-$#ByB^61^A{D-t?Z4fnM8tGg1ZZ*ujV{tpPuAsnRK=@ ziuJybWijjgLpynoPT|{IrhZ|OvGrZ9$J0Lk<S$BMs}?-J;}*~s22WQ%mvv4FO#lKP BkvjkY literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/checkbox-checked.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..87d450839f9b3d059a13b2d863a136aba2cdb9ca GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkbZFW`GaeZA6$F#@aj`IdUWmCqwCKe1JRA=Pj0?=di&)wAiDeNIS}1@_447H*N@+Q z|MKI<*PlPX|N8y&_n%*X{`~&)@87@w|NnQMPGka_%U%-X7tG-4<^AaKlW6lbD}X{V zo-U3d65+Z1o_q}oJPd-4EO*2Me*drcS|T7d=eEx!F^Sa~)>9|iu&m^A;phrr+k0^V z|BYaSzt69C9K3gK(eVVE9mZCDJaQK<UwYa&bKcxASLbK%U+&RZw9@`R(=ji01>ee@ R`apXaJYD@<);T3K0RR`Uo%jF% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e1b6d89ba3e2070eb6be58334c194ef993c186 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xHr9@Ck7R z(r3<`IeYf(xpU`!|Ni~=?_VH!{``3$7YHs~xBwyl|Nmb&*AJwNuO!GXm_b8RtGKwN zx~8_auBWGR_q8yfjG?ECV+codazX>+v3bT01u+ec#^3b>VsaB6?Br%+Uvd7yC)SJM kY6b@H86&Hr7~gR*SXufne7Ew&CZJ{pPgg&ebxsLQ0OLMnVE_OC literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..a98d3d3938a1012658e2e85f9730e949eac15b90 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQp(uT^vI! zdf!gk%X`Ry$8Em9IaBHpwh(jH?gc$8vki_$a&32D@hP;wFh^;YM_<P0P`!QM-yHgo z&Z2OvLTsXTfk{zub}o<N9masG>F0iaG+cJgYUL}Q2fGVD+~dEtd2aFY)NM|yH^pw? zu48#0bSkB_>O1S-sjewLns?1~>=>r={{33RSd-xM{BzJdkdGNWUHx3vIVCg!0Bj^) AOaK4? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-button-active-rtl.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-button-active-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..47b91b76b7fcf51df43687e0fdb7244f2651b7ec GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!Hk~ty{MvfkTH50eP1$T>_GqFJGQ~Sf>+YO-YbnFoV3p?mc@C{QP<N!gP?^G(BA$ zLnOkJ6N=_@vI<K?7>79?WMTWJ$1+>^m`qwuiv1>qpK~wD$f+^>wwuj-J#Xf5pe6=S LS3j3^P6<r_pUYF6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-button-active.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b821b111b582236f40e4546429555a4cbe1276d0 GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS<N|y` zT!Hk~ty{Nk+qQlC_QQt{A31Ua$N+*%mo8nteEHw|#ovJ{*h_-^f*Is@?SAm!CyVT> zGe99tPZ!4!3CU!Q_9i1|wzg9<1q_rW4$iyTc4VHN&rOfIIS-E<VBi;aWn++i+tGCN Sbg&~(6N9I#pUXO@geCx3O;dmX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..f2787a190b0e80a8f97a580b159b2c72cec4b6ba GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!Hkxd-v|&zyIjbqsL(I?%g{e8wfss`SR=c@85s^h)<oN3{=Na666=mAg{1{&)x?= z-M%kx0E%gPx;TbNgeNByy>Dn@W4pHIZh%2!W36e^S;k~OW3x^2krV!$%i!Y|W>|Z7 W*~_&5J~x1x7(8A5T-G@yGywoAO<hX> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-button-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cbc15c9f6b51690674b2a0d643e4f47b0c3174a7 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!Hkxd-ooJ!P|Er0AYXr_T$&@-@pI-DKVeH0#w9a666=mAirz(g9krZWM7>D3Tb+} zIEF|_CTp}e89B4HtqT>{U?g!c&Xl)vZ_SKN6aVbE)Y-@=r`E;8VE=mBi@Kx~AD|`% MPgg&ebxsLQ0QRO>c>n+a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-button-rtl.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-button-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..e654a6bb0e2f4971144dfa28c0953b517d1f1697 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!HktbLY;3!G#MKfb1tvo<O({A3pr^=g;52e|cL<jsn$jlmz(&Gsr9K-m~|?Pq**O z8-QY(o-U3d65+`SMeiG$*x0VExf@{6*jQ`Ybe1uh&)95}eB^{b=Q8;Cg&Ee~UG_5V Szt0VzCI(MeKbLh*2~7Zm{#)Gu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-button.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-button.png new file mode 100644 index 0000000000000000000000000000000000000000..fa85ac53b8e76363f3280880313e576f140a4ce7 GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS<N|y` zT!HktbLY;3!ILLXAdL4PKK%ak=g;52fAcQp168n<1o;Is$nV<y;OE-2j5C2Enw~C> zArg|w9?eZ5&TMU`W(pV_mOMD`X4jE<W<EDP>gGH=a)5zf*p-bT<WIZKMQ4p3pe6=S LS3j3^P6<r_64_O} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..0acd082b930b5d6577aea4a8b0e510b169a0e7b1 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS3<7*Y zT!Hk}t5;vVc=77ht2a;Hy?OlZ?eq6<pMQ9I^TorfPaj=-_Wa(f=l5QJ{rK(cr*HrM z{kw0Q#RsyrB*-tAfsLCdGpD%Zx6pJcf1seTr;B5VM0oNHPS(xe>Jl0l-TJu;%$RSp zvCPh7Y&vU@n6Y{0#6O4nJ}4(2VP>nCG3Pe}L)AeU6On}xvw+$eJYD@<);T3K0RVeT BXbu1X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-focus-notebook.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-focus-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..dcf16780365b791ea8f506ea10204194e211cac8 GIT binary patch literal 242 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS)B}7% zT!Hk}t5=^rd-mqZyEjkYy?yrn>CG1puReWr?b-9Yub$s~_4VVofB*i?mpmK=RLWiw z<QL4q#+8{}`1^X+yMCaMmZytjh(vg@#ok3STwD^{B#jOn3}KnPkh3$^;K<Drb&*|1 g?mg>BP;TX9*sCHIoO<w0I8YaZr>mdKI;Vst0AlT3^#A|> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-focus-rtl.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-focus-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..e2c38f43f8056f843d5b2501265b51028b38c5c9 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS3<7*Y zT!Hk}t5;vVc=77htCx@7JiiAdU%!0%_Q{Rs53fFbbnV&GJ1?HzdHMd$$M<hPe*N~H z&7E&6$kvh|zhDM7Zl27X;*#G&)1~}@g2tXMjv*4^$ul@vH-D>3Xkc{f=Poc~zRkum zJCm{LtU+SN=9v@!9P0a^oP30ttzyQU-wX^@2W3n|7DmhhYG?3t^>bP0l+XkK67pvl literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-focus.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-focus.png new file mode 100644 index 0000000000000000000000000000000000000000..f8dae93a1e23379626d0a9a3637bd413b4e65cde GIT binary patch literal 246 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!Hk}t5=^rd-nYP%jXYXy?FHc^^><xZajZ@_35K)&z|0X@$}A%_isLa{q|iWdCGgB zYL1d1zhDM7uFUMh!rv|z9oj)AdAc};NQ5Wv*u0sUOG=_o+UUT+AePCALPEO}J2p@J kyNS26_Kx5|H!fj@n4OYZ`?q!E0d+BWy85}Sb4q9e02O^-8vp<R literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..1744bbe8887c6e6a4bdc3448f8c9c4d3fc9b9ddd GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zT%SID`t14hmoHzwdiCn-*RS8cef#zM_wPS{{{8zmbH}b4pfYt&7sn8ZsmTcqjF;Kk ziX;kn95#512)rq3dw5tc`M^8(1@|91Y-MEF`zV8_Aw{VisD;7P)z4*}Q$iB}-Dprn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-insensitive-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b39eeb781f19eefa4f969f3542dac495cc6e22 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zT%SID`t14hmoHzwdiCn-*RS8cef$3X`|m%0{{8#+<A;&}P?@Tyi(`mHcyfkuLPN95 w_aY6AgaA$V4L930Z?kmvzWE-;S}}ovp>=(R-8RG6$v_PZp00i_>zopr01p{XJOBUy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-insensitive-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..eb794b50b874743b10672781427a5f88f1f35b57 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zTpvAp^!V}Pr_Vs({f7@<zJC4s?fb9azkmPv6SjEaN}w`bPZ!4!iSXov1}3-3ENy%m z8T>^Jo2{dG1>Te~vg~e7%-B5fZ_^X^3HK)+VqthCS2k5-)%`A@Mg~t;KbLh*2~7Z7 C`cZ!X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1e905a7c5dbbf7c6c4d47ef42dc5a9ce063b142c GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS<N|y` zTpvAp^!V}Pr$F!w1m1u6@a5~*uiw7^`u+R&pFiinEUE*l)bw<543P*=)+kMBXkO4W zGr*wnV6Iw|ZsU<>GLLdn_AC50lsNg`Baw-Lv#xa$)68GnftnaRUHx3vIVCg!0Q);s AegFUf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-notebook-rtl.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..9f877d8b42dcc6c721c16cfe0630fcebb0c5a3fc GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSbOU@s zT!Hk}t5;vVc=77htNTyhJ$U-=(ew9@o`1M<>*e`t&n{ele)HbzoA+OT`1JkXzkk`g zHq8K8SrX(I%)rLYlbKUo@>^)Sls{0=*we)^L?S$S1}E$0Z*~a{jBfqh1!l~*8Chm$ xGB%wxNX*zgbK;*veIJyQkFc^;%$QTlz)<;KM)_RN<o`hJ44$rjF6*2UngE}4W-tH% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-notebook.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..e65c4d64cca962a52ff89fdd034bdd3de2bfb2d2 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!Hk}t5=^rdv^c+{Ra;oJbLu#%9ShU&!4|=;lj<EH$Qy%@bBM07N)*@pgQ)FAirP+ zHm=O<!r#}k-t_~8G(BA$LnOkJZ<sEY;o_2*CTVowU<k|Pg`AzS21jn5sB`@G*vOql cTGNN2iA(h1dCk2`ftnaRUHx3vIVCg!0EHq~qyPW_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-rtl.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..a8205c49e416c6d5b0105e0cd9b96500c0b0c18b GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!Hk}t5;vVc=77htGjpa-nnz<9uPcuaQX7(^XJcBxNzb6_3N)*zyA8|J43}0S&)4t zL4LsuY}`DVImIQvg{DjS0|gB|T^vIs!jorkvTptslhDBE*3VpE#(bNNWp*ZG(^-SW qjLkDA{yEh5K{@#dBij-KMh2JZ(i;<gAGrq9%;4$j=d#Wzp$PyQreGuh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/combo-entry.png new file mode 100644 index 0000000000000000000000000000000000000000..adfef2b04c089421b02660fef17f3bea78219763 GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS)B}7% zT!Hk}t5=^rdv+TP?%ut7|Ni~UmoJ|`fBwRS3)in-fA#wH*Kgk=mCPpqm2#8>`2{nu zab;!~7XEg*=+F)n)ADq243P*=w%EIgnM+Dyo3zn^gF!5l6NQ9!Cw6R}_;(Xe=ia-5 d2i>@Y85HMB?66P!tqs)0;OXk;vd$@?2>_5%S^NM1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/down-background-disable-rtl.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/down-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..ed124203a5eac056a46b5ca85d0e663862eb84de GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD<x;TbN zOifNnNJyyo^5SB>r=})bO#|opH!GZiMF0Kz{{Me)6PKi<B>(>E&uRL0M|F6BV1NC8 nzkmP#|DQAc{QT}mK^zQ<Qc|ZL&GIw^n#kbk>gTe~DWM4fw;@2< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/down-background-disable.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/down-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..87956d2b4089c5aafeed072b57f11fa1a7a543d2 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD<x;TbN zOnrMwQK-Ry$Ms<Nvgaq>?kJH}vvr91X}t2NKx5k1ZP8v_mt~E!-KWm`_ro?#?Euq@ o(5?<{35MET`|q;yc&Z;@TbU-+GD|OECD23$Pgg&ebxsLQ0CG(}egFUf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/down-background-rtl.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/down-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..370259f4e1a43a012730aa0b2e6f7ec199964814 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TnrUx;TbN zOnrOGP_)5-$MxcO$t-4djibEPixvjkY+zxYqsCPAoV#In`qKrO$HQujH}_4N*D+(Y k4ui3^>fHmZJ^Oz!vep{OxrXNX0!?G^boFyt=akR{0O6K8bN~PV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/down-background.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/down-background.png new file mode 100644 index 0000000000000000000000000000000000000000..0f40ef0e6ff14ff50c01af9bfd22792edeed5d11 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TtPJx;TbN zOnrN5H*bT10ILCaYUs1QS6;5z<UH#*ON~o!_UYzTTsd*S9)F*~BDQ6>$#WZn1z+#2 fe|N}Z(_zk6re=ly0cv$Xa~M2b{an^LB{Ts5V)Q+w literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/entry-border-active-bg-solid.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/entry-border-active-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..d20b543d4a4191951717f21dac9744c6582e4219 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}2l#}z zKD_$$(Y0q!Za#l{`^D2cK=ktcn~(3`e*F6B``6Fkzkd7v@87@w|Nnpaxxxgf#nRKo zF+}2Wa>TO}49rTAJf54+A2{G=%68hA!=Tkss&o6qM)uC~1c^@pwXZvcggh2*ah}Vl d$>O@2;p@dKcE@^5P6G{L@O1TaS?83{1OO&xVm1H( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/entry-border-active-bg.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..2c091c999dcb4fff00d0c1645e7391a04997d235 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6HXu{Y0(?ST zf%L0auin0W`~1=CmrvimeEjD5<2SFKzI*lX&669?A6|X>=-RWVw_iNH14J+1zxnw7 z?Z>a*zNegh^%JO*t0c%Tn1P3{q@=98yz)2iod{8&sJEw!V~EE2x0g0DHW+ZYTs-We ztRVC){u(1wEm!^TQ`RlBPfeP|KF2z-)33~iH*>n9rg{)Z*OTS4D`$NQh&Z1qF~_}Z g_H6a8&3ldQmONu=xYAsE8)z(pr>mdKI;Vst00s4ZCIA2c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/entry-border-bg-solid.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/entry-border-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..16d1f6420f104ed9e051b9a203169ff6d6ba2e02 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zo<D#7!i5W0u3Wi({raoduRnbJ`1RZOfB*jd|NmdxB(4vr%*fNlF+?If*~2iUficmX zZTSa2360Q1gSQS132cQbaf;0BLhBPHJ_XcvO9`!5*do-#Fgc|+aCz}uZlG=kPgg&e IbxsLQ0Nb}sr2qf` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/entry-border-bg.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..33a56e74bd8f154366aa4e624f1be6d702cd9047 GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>!2Ka=y z0_j(;UcG($_RhU~_Z~dBfB*hnAb$7|NL;>r`TY6w7cN}5e*OBZ*RQ{R`z}`WEDxxG zt0c%Tn1P3{q@=98yz)2iod{8&sI8}qV~9j}az%BOD9@Xn#|th`WMp%BZX}cD&>+*+ z>tU1G#_D0SF7br(x3y-61y$mB51)0ia8J@>_Tpe-DDPL5W{Ey14m60t)78&qol`;+ E0Hca#V*mgE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/entry-border-disabled-bg.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..7d468a5c2d320c5ef24098143e3fc7940eed60b3 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zK6>=%@#Du&pFVx|?AiMdA3lHi^7Y&IU%!9<{_}^S!+bYTnUSZ9V~9j}vWH<x17o5& z+wu>55*ne225%i264(k=;uM+Lh1MrZd<v-TmJ(XAutlheVRA}u;PT?R+(6w7p00i_ I>zopr06mUQssI20 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/entry-border-fill.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/entry-border-fill.png new file mode 100644 index 0000000000000000000000000000000000000000..15f67464afbfc0e57a0bf88cf6652732d3b6c15f GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^tUxTm!3HFa)Xf(FDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0xGo-U3d s5>u1^{Qv*Ip3USyi=Kg&#T^#L|EF1W7S(TS2P$FkboFyt=akR{05H!gI{*Lx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/focus-line.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/focus-line.png new file mode 100644 index 0000000000000000000000000000000000000000..c06f317b319dd6f97549c7755ff72d5655247f6e GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=mSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt)QPE{-7_ zGn4leJUk@DR??tX@$gWqsgJ}e2?>b}Tt-R8!VE5aJmto9D*u7189ZJ6T-G@yGywo4 C4=acO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/frame-gap-end.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/frame-gap-end.png new file mode 100644 index 0000000000000000000000000000000000000000..8d253648946d582949bf9f52bdd6ecd10556e423 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!2%@Xw6`;Y1d5$JLpV4>-?)JUISV`@i-D@I zgD|6$#_S59pk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MZBIajv*Yf f$vgi4-^I+pk;C*YFo1UsP=dkJ)z4*}Q$iB}PiG_H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/frame-gap-start.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/frame-gap-start.png new file mode 100644 index 0000000000000000000000000000000000000000..b575a6e0b430bd462cbbfb16e08289a613887f61 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!2%@Xw6`;Y1d5$JLpV4>-?)JUISV`@i-D@I zgD|6$#_S59pk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MZBIajv*Yf f$vfT^{I_RdyT|lRxsGQpP=dkJ)z4*}Q$iB}Q_v(b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/frame.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/frame.png new file mode 100644 index 0000000000000000000000000000000000000000..82945e9d57bb06d56304fa15eb661364e8de829e GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2xGmzZ=C-xtZVlH;_4B_D5xc$)o0g%gC;1O92 zRDK<V8J#p{R{#YiOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe1W3-AeX zy?_7y|NsAul?xJpB7&YSjv*Yf$tej5YtoPONk}l*?PlRl$_#r4lw|O9^>bP0l+XkK DxZf|v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/handle-h.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/handle-h.png new file mode 100644 index 0000000000000000000000000000000000000000..d93ba9e16478937a35dc17db7342cb61cbc1af7c GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^5<twv!3HFqtYlb$6icy_X9x!n)NrJ90QsB+9+AaB z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD=*PZ!4! yj+w~`2N=)IxBvhD&(F{QPYOD-`Rq_x!OF1us7UvN=7KDsLIzJ)KbLh*2~7YW&Ml?@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/handle-v.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/handle-v.png new file mode 100644 index 0000000000000000000000000000000000000000..ad016d21bddb7e9c204fbfc4291da02527908c81 GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6c|dAc}; taLi0jP+&KhXJ7x%o*4)(H)tJWW|-Z}<)@Pxun4G%!PC{xWt~$(69D#lD1`t3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/inline-toolbar.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/inline-toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..6094d5fbe6d8dc5a9c1bc7be0bcfb630a65a0e18 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL$P6TnCTLXyDdu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7wg8_H z*SmM`e)#ZVQzXx0popNSi(?2!bn=S-|N9dc7zi*hoOSVKwThGJ1WGb^y85}Sb4q9e E040epXaE2J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/line-h.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/line-h.png new file mode 100644 index 0000000000000000000000000000000000000000..8320e2a623debca401925e540d1512acf006f1c4 GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-aSE{-7_ oGm{e<n2!Da{{DY@LP7!qgLoqIJgc1VZa@VLp00i_>zopr0K}3gSpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/line-v.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/line-v.png new file mode 100644 index 0000000000000000000000000000000000000000..c13ee45c94378510c7830064c47c9715f83986fe GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-aSE{-7_ nGn04J|NmFd1_Wws8Vn5P&zR@i-g49dDq!$*^>bP0l+XkKgT*DV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-arrow-prelight.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-arrow-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef6a640fead0ab219d24110bfffddcc6e761174 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3-qX^pA1^Ddu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7vjCqE zS0Ei58yg)R4J2b?VjyfF11JI~AyP4Mi7~NBKtUiVUOP7ss8g^c$S;^7BP%bzu(+h6 zs;;4><Kc^cmd2X?KuHZx7sn6|S=NJ$Ob!YREE_zXj(q)pe%nv~jL&V#%-?J@DsLLC cc=<z5M@)|4xzV!anLs@Zp00i_>zopr01sYLT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-arrow.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef6a640fead0ab219d24110bfffddcc6e761174 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3-qX^pA1^Ddu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7vjCqE zS0Ei58yg)R4J2b?VjyfF11JI~AyP4Mi7~NBKtUiVUOP7ss8g^c$S;^7BP%bzu(+h6 zs;;4><Kc^cmd2X?KuHZx7sn6|S=NJ$Ob!YREE_zXj(q)pe%nv~jL&V#%-?J@DsLLC cc=<z5M@)|4xzV!anLs@Zp00i_>zopr01sYLT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..bb3dda2b11ad98f085baec47b93c182400a10c68 GIT binary patch literal 302 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP?1@HPl)UN zOV1u$e(>Pdvj^9nJh%cx&mUcV_T=XC=XYMdfBE6thi^Z={P^|l*RLNy^!wMZ-@kwT z{{R2~_Zz$PfhGu*1o;JPXlmBf*7hKQ?TH)D0cCwWT^vI=WLXa~G96OjVc9S{!AkVP zzyF)nDs33gXbUqaGbk`@jb{ni&HpfNX<2>uhnM&F{uXgs`_7KlajhLI(^owO1_hw9 d>nsMJ*jM~vSteCm^$ln)gQu&X%Q~loCIAaYf5`v< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-checkbox-checked.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a65ef96022e919b841e492f151a5637cea493350 GIT binary patch literal 317 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP?2|lPl)S- ztIr=?d;H+qlZRKI!qKB^&mLcY_VniSr?*}_yYuqJ{nsxaym|BF-Iw=Yzkm7h<Ll2K z-+uo3@%#5rAo}zB*Pnm?{{8>|-{17yOQ5lAB|(0{o?hOM9zRL=>X--=3G#Gt4B?Pv zJ;=$_WFWw@!7*#i*L6(4|4*Owq=fClG!uq3j0KJi$KHD~B(LXx`0>@Tu+75vO!K49 z_8Dxm$|~bH7Ff;R`1?B-3&Rq|gtM0z*8F6Ct-_jYWANfU&~ye*S3j3^P6<r_7}k^Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ad9fd148843a62e081eb36165ca04efc01a192 GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4xHBpZ(Y^aoPR#ZI0f92^|CANoH4aybh;B8!1a zu7fb6lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt*x^J|V8> z&!4|=;ljm>7yp96@87?H+;iv70m=XW|IcXq@e!z!t0c%T*uc=JsJNuDsi)_5-;;Qt zsD`JDV+e<Aa=?3rrZUF1OEVn|OdA&pyPVHiFhh?~(%7=mktd~2nwde^(lBe@e@hvl O9tKZWKbLh*2~7al@l~S$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..cc574e4609f399c4771bde06ab0b8971b96be134 GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uAB#T}@sR2?f#ZI0f96(URk<tO=a~60+76a8> z2Vq7hjoB4ILCF%=h?3y^w370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iisC(8978lF zzU|$}+u*=+gy$67lr;z3&M@pYxXJl9pV4Q6hrhqGl~l~_BK1r*vxEn8xg#c)?5fV> zytCKCibvv%PVvDrY7KVE_CFW<FVa@>a_j4mwcw4&UK?FxwC&n7>EiqD$ICm|B!N~j Nc)I$ztaD0e0sw{MNBRH& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-radio-checked-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..f2e72b09017922573610e9b48a8aa4b60fec5b3c GIT binary patch literal 366 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*He*Plzj! z{{R2~s#U9=Uw{7K;)@qIUOc?@^3ml-4=z7@aQ)eXE6*NYee&Sy;|EutJ-qz*A&7kP z@ETD3$%8A;A6|X>@Y>UdSAgX6M^~RcyZ!vfmmh!s{skK7J8|v<pwY4=L4LsuOw0<3 zib~2sLBS!>(J?Wxv9+~z9i5#$Advm~)C{1)1Wy;o5RT~39!H@j1BN3>tQS`;2r%68 z_rJBRg~GFGH%~H^^ndX?%-K-z)tl#lmej(}?x%xei%xdmntUZD`|PVDYo<kI2gcXm yKC$6--j?0x*&eB-E5w9ZGF<p_+2&sV0rtFOJPF1EUd=$e7(8A5T-G@yGywp7t*e9p literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-radio-checked.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..b04caf30f2755d13c525ea0fc9f6ff72194d66db GIT binary patch literal 370 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*H4vPlzj! z{=fhKnKNe|UU~ZP>a#~cbnV&W>(3utdHUe$GoZ-Bt4|(Xefr?qQ=rJhs}KYfgtHMM zPj9{W{`trEFF*eN{rB(hzyJUL^X*WY4zxg`B*-tAfrZuD#@5b$>a^)Imo8hrV&$sG zPoDnx`Afa<Js(g_vZsq<2!|}|L2jnT01?&$%JWaepM3K2UH#0oNlWT|=D)1-m{gK} z;DV|pv&1AhhTk?Dw`|qjk?OR1RhyylwN<|!&gERYN-Az=a^~yugR0dGZzeGwF!U^E lk}>z3bT@ZS{Po;P_EoMt4apAglYrJSc)I$ztaD0e0sxyiu;c&$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d04294941060fcbb0a95e0a527d21322510cc0 GIT binary patch literal 420 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*G`sPlzj! z{{R2~`Sa&5Uc7kv^y#x;0AvG2E?l_q6%2m-`0?Pu10eJB=g&a${{8z8A3g+<*REZ= z4hBHRl`B`yojV8A0%QXX1hTJQz54g>UmzO-fFeLMA?&_iOtXO&tCs}%1v4-yC@KX8 z1xLqZWM*b%WoPH*6_!_2RoB!4K^+jZwsmxN_S|2&nIEVn&(p;*ghST!Ag9<N1s>J| z{1IGwTh~q1G7CKMw|~W+eP<q=KN|Dw#f2IFwk`HLd{>&`Z{yO3liAI}r-}ND6>4Y6 zPw>2w?Y45!EAg2wx}1d~rYt+2yNB6C9*B>SvMXoksqYV&{&=x*MvjLnEB6ET{VxPe UpIve~3ACBP)78&qol`;+03L$PqW}N^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-radio-unchecked.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menu-radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..1a297dd6afc7ddc41393339fdec415ad2df05dd3 GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4u6ByT*@`3|I*ik&<|I5<MzxPb&Y3p^r=fhw+p zFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ETRdGHLnNk_ zPH^OFG7xax{UD?%Zjyi>Lj@P(%@@n|>#Z@=YjD`f&>A6r#mm6$;P%>?KaJ;4n0R?s zp5lUl%^j9cd~*!v-%l|z`L$4b<|moBoZhaVsjH&@E<DTsp=W_~-Cv=$g-=;?oVNe< zJO4tsh2>DnnU#UU8f(R-9Qu3yib8;(Sn17}lOl|X=ayb8dU$B6rF@)Y{XeUq@+@XK x@z^w@s|rv4#Q=GaS#w%e__T{Q6;6G~xypm%>lr`uI-vU*JYD@<);T3K0RZynb#(v$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menubar.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..dbf51c1d17a5525bb9667316921064ed254ee53c GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL$P6TnCTLXyDdu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7wg8_H z*X!4>KY#vw<+tP~KoLPt7sn8e=;S}=4;(mRU?9Q5(D#$k*7je_LZBprr>mdKI;Vst E09{5gnE(I) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menubar_button.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d3d7aece13566ca8e46856af73685bd6bcab37e0 GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ$P6U4SA1Irq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@|R21^9%x rKD_!=xpV=@AZ||=#}E$L<OOm-jyD72cLS?wKo*0itDnm{r-UW|ch@Oa literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menuitem.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/menuitem.png new file mode 100644 index 0000000000000000000000000000000000000000..02f74be0d9511e919ac2fa9970d55ae59e4bbcb0 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^{6H+p!3HGXMV6caQY^(zo*^7SP{WbZ0pxQQctjQh z)n5l;MkkHg6(AiYt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tt<bx;Tbd z^d_eyBm|@@2pbp~7<`zpdS+)#@8VhRru|uRS8W!VZZ<G5@R+<>lHvGWhQ`+ymZ$?Y OGI+ZBxvX<aXaWGfe={cl literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/minus.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/minus.png new file mode 100644 index 0000000000000000000000000000000000000000..a135b7bbb03b75c8672b6e4ef513db36e4961480 GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-t3?!qQvP6LtbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_FfKQ0) zg$oxhUc7kj+`02G02Bdofh15MCMKr4yBo;(^5x6_|Nmo!Ey{ozxk`fkg4NXb?%RL* z%-Qe%tlPiu0E(J;x;Tb#L?;W(FMf8$gpuuj`TKi&Lla&w2fde)IM=v>x!~2;RaZT1 lI%GnY>blIAxG-fU4@0ShVP^DxZE>J}22WQ%mvv4FO#tf0XXXF^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/notebook-entry-border-active-bg.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/notebook-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..c2c63a55ee241c7ce94a417826d189be71d85539 GIT binary patch literal 271 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<O1o(uw z0_j(;UcCi^=O5ld(6bLuZ@zeV_35K)&z|3X_52<Xz5e>~+t*Lu{{8#M%k}03P!C5* zkY6wZ4_`@HdFAik^l}lPn60OaV~E7%<R7~?Gqa`LPv4Puf`M6SD^ItifWoXqB_aPw z3mH3)8}d}1*mpJMMvsutb>@dM8?D%u2+a8`$1wf3yt`UJmJrY&22WQ%mvv4FO#lY- BY~TO@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/notebook-entry-border-bg.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/notebook-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..4a47fbfb1cdefd6ed4ecd8e9a58cbf6265d0716d GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}2l#}z z0_j(;UcG($_R*t9kHO%{lP6cMTseRK{Dlh_Zr;54;lqc2|Na^M&v^h;%25*J7tFxJ zS5j79`MWp0Tm&d)>FMGaA`zZ!v3C<QTiV;i8+j)fn3b;bbV~{-bR{YY`A=HN*m>NL rr}D(Ut1jG~ZyO8xB21aRIG7mj9hDQ_vc@+SXb6L+tDnm{r-UW|<Md$) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/notebook-entry-border-disabled-bg.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/notebook-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..aecefefa8610db638505fc3215bcf3944d2e1cf7 GIT binary patch literal 222 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>U1^9%x zK7IQ1`Sa&5U%q_x>ebh8An^VB_g}w%|Nism-@kuX1g_l$sx<O+aSV~ToIE4#00Z-x znLM3xvIZBFPA$09$l%8#<FThr@Thizfg>m9m4I2R82BBRc`#gg+&lUE@fuN}ZU#?R KKbLh*2~7agA69Mv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/notebook-gap-horiz.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/notebook-gap-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..e14fe4b2b1a25a662125f793ad49fb8a8bc2edf5 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^EI`b}!3HGjSJWnh1d5$JLpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TqdRx;Tb# n%uG%If*<^>JV4;Xlfl4nx`O@pCL@JBpb`d8S3j3^P6<r_1C=H- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/notebook-gap-vert.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/notebook-gap-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..bc4a11c48eba55fc97ad74057c2ea8d8853795ba GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-S!3HFkynkm2;uJf1hHwBu4M$1`kk47*5m^jW ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFX5ba4#f on3<f=z;x_C5TqvnL6QSILlPqk!wD&q8lV~mPgg&ebxsLQ0OiRk;Q#;t literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/notebook.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..49aad67b83023fd44c51359e16c632096841e3e6 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2xGmzZ=C-xtZVlH;_4B_D5xc$)o0g%gC;1O92 zRDK<V8J#p{R{#YiOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe1W3-AeX zy?giW|NsBjDS0&jMFc%v978x{lT#8B)}$ZllaOGr+s(qAlo|F8D9PaI>gTe~DWM4f D%mgqr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/null.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/null.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a1600a657945ee95d0c3a620dcb7689c949c9e GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K11|+SoP4xm&EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQke?T^vI+ kCMG9Hur5vz;Zb5>V4lptcyp7EIZ%?p)78&qol`;+01F5sS^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/plus.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/plus.png new file mode 100644 index 0000000000000000000000000000000000000000..fafcd101a550c387d91c5e55f0e6e940feb7c91e GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-t3?!qQvP6LtbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKQ0) zg$ozXqk@>2nC|ZGo}M0{@Ru)N{{R2K;_U86K=o`TL4LvIl~td={P^=Vdjn9!)YHW= zgd;jRV6J8Hvk*qM^>=rdzc)&l!Mmi)pCRbB;uSN4t+u+do!hI~UHH}rt@0O1;bLa^ YKU;mrCWHDLKm!;&UHx3vIVCg!0D#+F`Tzg` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/progressbar.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..3b6a315192cb4dffc01a5ad7995d2d8d73e16b42 GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^96&6`!VDxIuXC~kQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ex&b~R zu0Z<9#V7Y}JiUME*~6<(A6<L$=<3r4SDymeFa#2Zpk}7bBR~y&B|(0{3^M8(E7z`D zzv0dM4<A2qFsEMz%9we&IEHY@Ca1jn^eJV_twS4HH|jS&w0>;M*jC^3UP40Rg*(IA qKc^$Y4}9nie9dt<$!*yh4ta*Z3l*oi^~8a^%i!ti=d#Wzp$P!t1aAuf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/progressbar_v.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf8de48f3296b855b964b656f640f36ef72d37b GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^azM<%!VDy3CI*QEDdu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0Mf5;*)zfp5DLo?BUg?kFGs=boJ?jt51P!7y^kyP%~5J5ugUXk|4ie1{rmYm220n z-|*)BhmW5)nA0x<WsE&t978ywlM~+6wliE8l~{96vDuZUR^!idp6>xa@-O^YFZn9q nhrh&@fFHt=Gm0kcaA#ro?wfwlYTi60pmqjNS3j3^P6<r_H_2-O literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..61f850ba8021cb27c5e37fbebf7ca87aa70446a9 GIT binary patch literal 389 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkiH56uWlT9{rbl1dzT+SzWn&!l_yVbK6!HM$)hXJ9$kO-`0BF<S06vP^!WZ2kjR6p zPk@4tu0DTo6-a`(K*mF$;MJ!<?#oASfB*Uo1poj4SDeIt7HENdNswPK0}l@`ub!U1 zzJa^Dho@IzVNp?WOG|5OTXzo#ys^D}7pOGf)5S4FB0RVMwpfFJfNN=Bm)CX2SO4ud zE1t~S8h<8-uX%#~sl1>pk)M~%6KtYot8$rkeR_V-<r<G`zK})NP0`<p<=eePPKkcA zS$lp#Lx_%H(tVHVakmy}>^m>?jnD0U;7ze_FF((W@n~pFf6~vb`-eZ6MQn>W&}s%x LS3j3^P6<r_6RWj< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/radio-checked.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..594ea7dea8f201a770365d0ea53c943ce9187800 GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkbZvq`JIa|?p=QQ@ahu?dUWmSqifF|U3vE4Di8q$p90aNt4|+X12NFhtA}r1J$(D; z*PlPX|NQ^|-}wCR3qV6fOM?7@8AQdzLqfyCo0?l%&z-+;@#Ck@U;e#xdNBp4Am7u) zF+@U=^`Il)Ap;%;19Qz1p%4G-l?rd{T6TkhLF&mw{_9raQpdCp{@v|yOua#3b4!hB z!#BQ%9t^)Oly=<MeWA7G+M<Kb3=FC|H$qvx&F5<z5IHB^Q0cYXjrmQ!=e0MC&%Q5n i?5WxHu9%tOfc*V88iv{18GymWz~JfX=d#Wzp$PzcE32ab literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..0efe47b3ab6a008871d2641466da270b048fe4ad GIT binary patch literal 386 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkiK~F;{N^nuU@@+_Uzen=gwWYZ~@48^XARVmoI?~AQve3_wV1|zkdVC|NsAAyLJtz z7^n*<1q49G`Sa(2;y@Cj0LW(GTDJ*kv}{R`UoZnV509R{yGLeLVPR1T&@r`j4UJ7L zt*vcsZ9R`27A^oPEb(-443Ut`Js8c`tRUiWFxXK}t81Fr(cS+`w<)&hr&la_Qxm&6 z)Fip+;lAeIJt2?fmUiua=D$?K*N1C^pH+IJs)x9kg7`}>wtdS>(%GIV#6~bYUiz6$ z;*#3gS#1BlZ1mhJH_J<1-i!0!+Dta%r#3Ui{p(6Ad4C=>eHH?=pTX1B&t;ucLK6V9 Cxvmue literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/radio-unchecked.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..c5f29df7491ac1898eb0ced3acb504c763201a65 GIT binary patch literal 404 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkUn$f%(-*tE?&F{B!S@k`STaR0LXs*`t_?<uONaz@xMsm-@kv?u3fu&^(s&!P&tqU zDu96h|NjFSKm|Ys5D2M$O#@n^P!i-9%pf8v790}V*wlRB;MsHMFJHNF^X8MMuU^0T z`04ZKFJHcxr5#uZR9o)p;us<!nS0Pvs98b8;h?ypR-cBH5c{9+_Nh8uNvY=jQ(m6m zY~HoxOYdI2+cn;ciVB5xK0WJOsowdS%b+)<myu0-rfh?)hgjKza*whchkVt|%mLdc zZ8Z(}5jp9k_?<6S-X?2jdHgQpNzAdIwPeMv-1n=*{r}CX7LfAtw*-X_gQu&X%Q~lo FCII_(!^{8x literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-horiz-active.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-horiz-active.png new file mode 100644 index 0000000000000000000000000000000000000000..f44a5fc504ecefe0ac4d6655809336703e10253b GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+<xf)0LbMm@Q5r1 zD!C5Aj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6e81o(uw z0_m$)uin0W`{C8653fCac;zXG0Y%Rsj2m)J|A6YaOM?7@8Q9p{J370bJbm_D;`_{r zKw%S47sn8enaK$YSXP|9$IEKX+<52B-GU9QCt`aaykja#SKe{E@lFOyx$%V6w|F1F dEl@ct$Pgr8=;(c9k{nP!gQu&X%Q~loCIE@9Vle;! literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-horiz-insens.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-horiz-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..619bacf5ee778cfb29f4994a3463fe2bf5cfa630 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+<xf)0LbMm@Q5r1 zD!C5Aj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6e81o(uw z0_p$%|KGlS`xO|x1_KBiPFk8>;RmYYE(!7rW?*A)@96A$^7PqriSIKf0)<UHT^vI= zW+o>rU|DhY9xtmkbK{*icMCSKo`~&z@Q$e{U3tgt#yc4-<;D|M-{O7zwm{{qAVZLV Vp`-VaNpe8_44$rjF6*2Ung9fcV+#NP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-horiz-prelight.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-horiz-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0185f169ad3a9e9ee38c7d4912df5e1b9a0eff6d GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+<xf)0LbMm@Q5r1 zD!C5Aj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6e81o(uw z0_m$)uin0W`wAFbx^(F>7{D1oUPj!b<3M%XB|(0{3~cP}9i3fIo<4gn@qOk*ps<Oj zi(?4K%;baxEGy35<7KsGZoKp6ZovlD6S2Jy-Z2%WEAP17cqfCU+<3z3TfC3o7O0#R ZWC#*4bo4$lNe-x=!PC{xWt~$(695y@VK)E( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-horiz.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..d5bf46f5e3a403b079c24f53504a6b8107b80872 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+<xf)0LbMm@Q5r1 zD!C5Aj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6e81o(uw z0_jz&R&Cq1ZTt4^JHTKk7(mz%(!}$@O`tmNk|4ie1~&Hgj?S(pPoF)P_&#$YP}s!N z#W93qW^%#;mKA63@v>SoH{N-3w_pS7iP+u;@0g0xm3Q23ypzFFZaiW2E#Aj(3slYu ZG6V@2I(i?OBnQ;b;OXk;vd$@?2>>%iT{r*$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cecb83d6dd3231ceebd32fce140cc8a7f14dafcc GIT binary patch literal 408 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K13?z9tQY(NIbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g_lq(-vDHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprXtGpAc6d z{r~^}GiS~`efsqE>(|eoJ$w4}`Sa(mo;`c<;>9bVAP_u(P(Uf5^s{GAo;-Q{7>t0d zCr=*%!Q;musprohJbd`z!NU(9K7RNJ1fM>A{`~XTuit<E{Q3L0{(Q%7pk?wUL4Lsu z%&dk+#^vReRo8Faym|B1t=q4Fc7Ol=^XK1xK)_TsR|KfE%+tj&ghST#AiGer0T0Uo z;~CTBx(p5~ME<W&u`%c=n<#p>J*;XAUwc+m#H0cV+f7|&wr`&_Cf)iX#NM74C@fVI z$-CcSkz3jtPv2jSF1=?eHcRbW$eZQFYyPgPb1$=vtF5cn#Gi^AR32WKZn5K;r}o`! b_6Ph5i$t65Z{BbX=mG{$S3j3^P6<r_JB7@% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-prelight.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..8c7b8f10613d16e63704d4609b8f6e57a038de2a GIT binary patch literal 383 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K13?z9tQY(NIbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g_lq(-vDHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprY6SpAc6d z{T~b-+<5Wu(#uDeA3eJE6ojrkeQ@>J!>dn$=)sjI53fFZaP7&1t3U==<m!`0S3$}i zTmf+(f)qS`1XBMDNCL$lf>jFeJ$?YRK&~XnFPMReSy4$jJR&k`&)$9e_8&NS{pQVE z@85s^{QJ+JKYza-=>>T@%hSa%ghST%AiGer0T0Uo;Tf}>#JiH;{Xc)?fI)?L;I)!h zU!%GGj_&!CFxffe#WC*y_LR@Zq9s_*o@x($G4q$h%%~6Puh>(w9FK=|-}<pZ$cXjc wABBd?2fDAzOqA|rmoA#Kq-yo`a7~6Xvk>9l%jfui0c~aQboFyt=akR{0D3&UzyJUM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-vert-active.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-vert-active.png new file mode 100644 index 0000000000000000000000000000000000000000..195890cf0d25018f3164f9a5cefaca21a186804e GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkiL5L>h0UNA6|X>@Y>UdSDu0xQ1lGKxFP5C52%j2B*-tAfsMVrqqFPD(`U~mzR#Qp z6xR22aSY*zPEI($kY&t#u;kl2-Gr*I?_v|GzQ4QM+%<1+we^g?dwV5)R+m{AB``27 XsW5b$e{YF4P%DF{tDnm{r-UW|UPxfs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-vert-insens.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-vert-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..bec423255727632149b6d13616228190ccbc61be GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkpBPw|LxniUxC4EFo3Y(q@~#vexN$;k|4ie1~&Hgj?S(pPoF)P_&#$YP*~s7#W92< zIyvD0LzXe~!IE$9bQ7w+zKcz$`u^^2bJx7R)z&lm?(LQISzTsfl)%8Sq{7f~{=FsI PK&=d(u6{1-oD!M<)X-tG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-vert-prelight.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-vert-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..95e2df152d4745781590376df31ca0156687910f GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkiL5L>h0UNZ{ECl3k+`DxB+A%gME*TRs+>>mjw9*GqAC@cXW0=dHU?R#P^vKfx`Np zE{-7_(a8x17_y9+50-p;r<+jq^<8X2)%SOIo4e-it+t-gcW<wx&+0M@qXY(qB^8E_ U^Y1Ou25M#SboFyt=akR{06X_!k^lez literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-vert.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..32cb368c41cbf27a30591138ee1f08e41d2302a7 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkY2TF)wXThwr}6Q0}OV80fY@9O*|jm1ghgM3GxeOU}JCZ=<Is(^x1QX?=vR?h4npM z978ywlM@awWEnFbEcy0MH=*k5yV!)P@9*w5cg@>dZ9Sv!-d;(c)nyh&2@DKNDhwUx T-&>*$)XL!L>gTe~DWM4fAiP`P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/slider.png new file mode 100644 index 0000000000000000000000000000000000000000..4c9d301203975346469723cd7918633ff2c19abf GIT binary patch literal 403 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K13?z9tQY(NIbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g_lq(-vDHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprW(@pAc6d z{r~^}RjXE=JbCi;>C<P<oH=#s6p#U7p96#QFaYG8J$n`+2w_~kdiC11YY_D>U%q?= z25;WHdHeS5&!0bk{rdIq-#?)F{r4Cdfi}sM1o;IsFfl7CDThZyM(x?VZ~uXV*Kgi> z|Nism-+%u6`8)B1Ni|Sixu=U`2#2ie!EPaE0|C|x(vPlcCAqfdP5S$P{+h%y^O}P% z@@~1f+;m6C=Tn;Q-_AV>xv02(u1>(2cAF;S7h!?>4xU)FgIzVS@ZdDpr}`S5UEFM9 zU#k~>T~x#SxU90}B*V0(J4{n8BA;76J5i@qXz1%Ny*Hcr0srE|A{G9pmKg$_z~JfX K=d#Wzp$PzIh{bdO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/tab-bottom-active.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/tab-bottom-active.png new file mode 100644 index 0000000000000000000000000000000000000000..fe63df9ae83defd44c79c124388dfbee84066380 GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch>)j?V+cod@(Q33`{4v72L=ZBvJ|I#I@O*)Sq4v6KbLh*2~7aQ Cq%k`H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/tab-left-active.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/tab-left-active.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b43face9ca1530d2ae0fd7c1757ef7c50a0026 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch_I)NV+codasor+FQ6!o7!wOamQSK>WRk*UpfrQ0tDnm{r-UW| D+-)$N literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/tab-right-active.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/tab-right-active.png new file mode 100644 index 0000000000000000000000000000000000000000..43eae963f2de1985ed7182efa5f258fde2d7dc3e GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch=`|)V+e<AasopmQ1HKm4$BE!hRTGzvw0hSFahNmJYD@<);T3K F0RS<GGV=fc literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/tab-top-active.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/tab-top-active.png new file mode 100644 index 0000000000000000000000000000000000000000..9d88e5acb72fcb99bd030f6de293855d14d3b3fd GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch>)j?V+e<Aasor+umAt+dDNH~f`n6?ZmrGB0Ln6Wy85}Sb4q9e E0H*dZj{pDw literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/toolbar-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..a21b55cb7a6b6fe1228becb27d8d10e37dcb7665 GIT binary patch literal 287 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6HXu`t1AIbU zf%Mg@S8w0Gedp@Ed)FV_zwz+ywfjKw{`H3suRghX^XBdAcW&RfbN}k2``3Wz@x!Z6 z8~A=t0BYkZ3GxeO;NdGNDJw6p{LOnOLKG<K;pyTSqH+H1BtxbK1CAqnYqvSr{`{Z) zR__g8+SwTg=1g=j-(hx;+ww}`TMx_52{E1u0UuW9uTpv{mT)@s`K@K?w|VAjr0rgA ZJIjQPXYq=L4?r^+JYD@<);T3K0RTSWcuoKS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/toolbar-entry-border-bg.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/toolbar-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..f2796fa522071bccaff5784b2a1cd6b7ba7de7a0 GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=J1^9%x z0_m$)uin0W`{KommoHzwa^=dUOP7EoQ1HTq3+K<D2Z~?2cJ1cPn^$dkl7OnYN`m}? z8F=_gO3KR1D}VFei4X;f+IqS;hDd}b@7SCz%CpAqbit*GjBGB?4RX>P8gklNJ!~}F zSUqgkC7y8pwpQ%0m`a@K;ge1l?n!*iUK~seH%(M@!)Bcl02;*L>FVdQ&MBb@0J8C7 AHUIzs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..5f852a5632cff753bb23417becfae550aebd0839 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw zUcP+!%9SfuuU@?d1lK{}#*G^{Z{B?S?%mH{zkdDx{rk_K#<R|OK=rnsE{-7*my<P& z1zH%Nm9$M+ch_Kp(iF#Jb0!nR0>zJF1|G^E&G?+<Hsz}uL@a1=(F)R-X*5Oafb#@H a8HQC7M>M}=$p-@sV(@hJb6Mw<&;$UIW?KIM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/toolbar.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..714890a4dc6f9c4edc7dc68b548e2bafdd555b33 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL$P6TnCTLXyDdu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7wg8_H z*SmM`e)#ZVQzXx0popNSi(?2!bn>6`2M!!DFpywj==;fNYx^%|AyAUR)78&qol`;+ E06mc~+5i9m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/tree_header.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/tree_header.png new file mode 100644 index 0000000000000000000000000000000000000000..a6b8c93261410791e93e8513299c685bacc9b1a9 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^Ahrx6GmuOw-ctdjn2Vh}LpV4%Za?&Y0OWEOctjQh zm0t&8MkkHgAT^RDt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tr<Y_=LFL zx^?UA+qWF{FGPSM0-i38Asn*Ff9{{~h&^(Ef#K~{jk!k_<}v~07(8A5T-G@yGywoY C%rOA~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-horizontal-active.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-horizontal-active.png new file mode 100644 index 0000000000000000000000000000000000000000..2275727a393b57796bd3a6a6502c579d441c3af1 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^N<hrd!VDyfqZuTD6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8<XES>hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE0Df>_1V2^&+cD;{_xt<hgY#9dq;jRpi-WaAirP+IeCShyLRu{`|0yf+3dZ+KyiIf z7sn8ZsmTco6cg6jF*Dy5IiMtyE}+1ubEs9t2uSv+2r-BycC~Tm2rgLK%vd0-Q=AfM Rnhw;;;OXk;vd$@?2>^mPS;hbW literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-horizontal.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..b784550e52621cd95f44f735db105d707c19b17d GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^N<hrd!VDyfqZuTD6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8<XES>hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE08{O=FGWs=guR63l}b+i5Q2zk^w5^DGBlmW{{It*tu)>p1q$w|CG(%8w?cJ_jGX# zk(ipCus|_kogFjtZIJ^?GU);ej5>!}Rg8dSpNbHJSYlTjcaGqKrOk{5!aBt%k*4WD Otqh*7elF{r5}E+SD_BSX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-progressbar.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..c833b995a20558ec7d676759ea07e54fa063ac58 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^AhrSvGmyNg{pB8zVlH;_4B_D5xc$)o0g%gC;1O92 zRDK<V8J#p{R{#YiOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe2x4e$wZ z1=1J6;LMpb=g*%%ckUdJ#08Gc=$;7Fz*iFF7tA1|uCa3My7e30y#Mg=69;qpWuT0m zr;B3<hiq~}14H+2S00`-ukY;*N_bH5{aq{rv;G8|0|(eu<arD@i%zn!l_|VDaA3>3 kyWWg!Y+H@{0?L^g*6&W2IksFj0B90}r>mdKI;Vst03p+CV*mgE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-progressbar_v.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f2dcce3d33f20ec7cd3078902c6af4efce2e47 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^3P8-o!VDzUlO3l6Ddu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0H^649=W6bN>AKbLY+hNnGIAjP8j*4SXd*e!&bf>KZH8u3Nw1&HE1@KXEXpUk1w9 zd%8G=aLi0jIKUwG{ocWYx0Tq~o|V3za6p@tt*=}|p`lSc^Z~=J18i(%A&l&7Y9h|@ lTm}X!<~o14Z;@oh&ETY-E~D^6={C?P22WQ%mvv4FO#t=GX!QU9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-scrollbar-horiz.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-scrollbar-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..e95ae2a07e792139921936c72ec44e19dd4c64c5 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K11|+SoP4xm&EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQl47T^vI+ zCMNHx{r#<;&4}^weEa$n*Uq@CI~I6$@vQdEX$(9Y*cTiy^~wS&X7F_Nb6Mw<&;$UD Cb}()L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-scrollbar-vert.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-scrollbar-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..f55994b5a7e4cf32640f2f1c3e4c87c4a3ae46f3 GIT binary patch literal 162 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K11|+SoP4xm&EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsZjT^vI+ zCMNHx{r#=p)zy`)h(S1Vmz!ySmfY1IX$A%#X%<1d6Ng^{l`?p``njxgN@xNAtf(t< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-vertical-active.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-vertical-active.png new file mode 100644 index 0000000000000000000000000000000000000000..3da2ccca6ab10c8c8b1af2fde8e93bec1038bef7 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!Hl6tIzITdv^c&^M}`-KD>$(H83ci0IKFK3GxeOkds%~xoh{Hy`R7Q`04PaFC8dh z;OXKRA`zaPpulSouIeZuQ@-9&!lwMagT$Wl_k2Zc=kMMYVEcV{wE$c25@qI21_pm_ Wjq-(p91nnc89ZJ6T-G@yGywn{-(o%h literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-vertical.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/trough-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9af498a8a9fb16d0c1bd9a5dbed4f1ceef0df2 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!HkNGiT17J9i!lT)1!nO#~>}vHZtZplaTdAirP+IeCShyLRu{`}xa{pAKL8(t#2N zo-U3d65+`S3cLp4s*Vye<?9_KY|7s|NbD(p&sW5D{_br7w%>PG3$O(*QD*LBVDRVG VC|@YZ@c^io!PC{xWt~$(69A=IVUPd- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/up-background-disable-rtl.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/up-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..6e5c2ce4b17bedff2da141a0c75c99145b8b64a1 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Bx;TbN zOnrN5BX5HN59>waUtY<Zn1!+rEHjwxZpbPkGBL6tdtD`)fME9$W#jS%h8_%){L15> u-<v(N_YSXd@oIqsU-r1<|G3G2TJK8=x1Z^Tvy*|wGI+ZBxvX<aXaWEr6+jUH literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/up-background-disable.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/up-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..0e2f1be8fe73009379ab4135b689c9662636d1f3 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#RGmu>AYB(84F&8^|hH!9j+<xf)0LbMm@Q5r1 zD!&fGj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6c|1o(uw z0_l7A?mc?+=-s<_KoSUk{r>&?&!69dJtaUn){-E<U<Uc!4}Q*MeR&rsAnWPk7{Vc& v%)!fBDwLq1ukRnmFfo-+VUtZmh!8{kR*8qV*PosWRLJ1z>gTe~DWM4f+;T?f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/up-background-rtl.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/up-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..3f6060603143a930d105b351f5bc913a26e627ea GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Bx;TbN zOnrN5BWHty0PDq{O5ukNr8ebeERVW8?F+AofyFhpIVqFW8_vY2$ZjiNV3@(Sq1Nrl ut?K+qZtvPAZR29}Iq&_YZT{a4Z<v<M;x3o{oBR-HEQ6=3pUXO@geCwI_Cy2# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/up-background.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/assets/up-background.png new file mode 100644 index 0000000000000000000000000000000000000000..3247f7f32d434e1f73da901f9b4017e1d39992ca GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tl&$x;TbN zOnrOCP_V&)hv6VMt6b1SMW%peZ!4Z7Od^Jk69WvL58AWssCs_nZufV;gw?B#p5a>+ zm=@;p=G{Ifo?dCCrd56i?zEb-9rOS3rv0womvg#Fwc_)8frc}9y85}Sb4q9e0F$mm AQUCw| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/gtkrc b/themes/Mint-Y-Darker-Moka/gtk-2.0/gtkrc new file mode 100644 index 0000000..eaa265b --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#4a4a4a\ntooltip_fg_color:#4a4a4a\nselected_bg_color:#9ab87c\nselected_fg_color:#FFFFFF\ntext_color:#4a4a4a\nbg_color:#f0f0f0\ninsensitive_bg_color:#fbfbfb\ninsensitive_fg_color:#a9a9a9\nnotebook_bg:#ffffff\ndark_sidebar_bg:#353535\ntooltip_bg_color:#fbeaa0\nlink_color:#5294E2\nmenu_bg:#ffffff" + +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +include "main.rc" +include "apps.rc" +include "panel.rc" +include "menubar-toolbar/menubar-toolbar-dark.rc" diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/main.rc b/themes/Mint-Y-Darker-Moka/gtk-2.0/main.rc new file mode 100644 index 0000000..72255a9 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/gtk-2.0/main.rc @@ -0,0 +1,2441 @@ +style "default" { + + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkWidget::focus-line-width = 1 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 2 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkEntry::state-hint = 1 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 15 + GtkScale::slider_width = 15 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkExpander::expander-size = 11 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @insensitive_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # For succinctness, all reasonable pixmap options remain here + + engine "pixmap" { + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image { + function = ARROW + overlay_file = "assets/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state= PRELIGHT + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Option Menu Arrows + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image { + function = VLINE + file = "assets/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image { + function = HLINE + file = "assets/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image { + function = FOCUS + file = "assets/focus-line.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + # Handles + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/plus.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/plus.png" + } + + image { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "assets/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image { + function = SHADOW_GAP + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +style "toplevel_hack" { + + engine "adwaita" { + } +} + +style "ooo_stepper_hack" { + + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + +} + +style "scrollbar" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-horiz.png" + border = { 2, 2, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-vert.png" + border = { 3, 3, 2, 2 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-horiz.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-horiz-active.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-horiz-prelight.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-horiz-insens.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-vert.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-vert-active.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-vert-prelight.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-vert-insens.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = @menu_bg + bg[INSENSITIVE] = @menu_bg + bg[PRELIGHT] = @menu_bg + + engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator + + image { + function = HLINE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 4 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = @selected_fg_color + + fg[NORMAL] = @fg_color + fg[SELECTED] = @fg_color + + text[PRELIGHT] = @fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "assets/menuitem.png" + border = { 1, 0, 1, 0 } + stretch = TRUE + } + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = SHADOW # This fixes boxy Qt menu items + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "checkbutton" { + + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + +} + +style "entry" { + + xthickness = 6 + ythickness = 4 + + base[NORMAL] = @base_color + base[INSENSITIVE] = @insensitive_bg_color + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_entry" { + xthickness = 6 + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/notebook-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/notebook-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/notebook-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_tab_label" { + + fg[ACTIVE] = @text_color + +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 4 + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "notebook_combobox_entry" { + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "combobox_entry_button" +{ + xthickness = 6 + + fg[ACTIVE] = @text_color + + engine "pixmap" { + + # LTR version + + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "spinbutton" { + + bg[NORMAL] = @bg_color + + xthickness = 6 + ythickness = 4 + + engine "pixmap" { + + image { + function = ARROW + } + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} + +style "gimp_spin_scale" { + + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "libreoffice_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "standalone_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + + engine "pixmap" { + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # How to draw boxes with a gap on one side (ie the page of a notebook) + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + + # How to draw the box of a notebook when it isnt attached to a tab + + image { + function = BOX + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "handlebox" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" { + + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 + +} + +style "combobox" { + + xthickness = 0 + ythickness = 0 + +} + +style "combobox_button" { + + xthickness = 3 + ythickness = 3 + +} + +style "range" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-horizontal.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-horizontal-active.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-vertical.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-vertical-active.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + + image { + function = BOX + file = "assets/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + } +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar_v.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar_v.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "treeview_header" { + ythickness = 1 + + fg[PRELIGHT] = mix(0.70, @text_color, @base_color) + font_name = "Bold" + + engine "pixmap" { + + image { + function = BOX + file = "assets/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +# Treeview Rows + +style "treeview" { + + xthickness = 2 + ythickness = 0 + + base[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + recolorable = TRUE + state = NORMAL + file = "assets/null.png" + stretch = TRUE + } + } +} + +style "scrolled_window" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" { + + engine "pixmap" { + + image { + function = SHADOW + } + } +} + +style "toolbar" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = VLINE + recolorable = TRUE + file = "assets/null.png" + } + + image { + function = HLINE + recolorable = TRUE + file = "assets/null.png" + } + } +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + + image { + function = BOX + file = "assets/inline-toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "notebook_viewport" { + + bg[NORMAL] = @notebook_bg +} + + +style "notebook_eventbox" { + + bg[NORMAL] = @notebook_bg + bg[ACTIVE] = @bg_color +} + +style "tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + +style "eclipse-tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = shade(1.05, @bg_color) + fg[NORMAL] = @text_color + bg[SELECTED] = shade(1.05, @bg_color) + +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 100 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = "#000000" + XfdesktopIconView::selected-shadow-color = "#000000" + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @bg_color + bg[SELECTED] = @bg_color + + fg[NORMAL] = @fg_color + + engine "murrine" { + contrast = 0.7 + glazestyle = 0 + glowstyle = 0 + highlight_shade = 1.0 + gradient_shades = {1.0,1.0,1.0,1.0} + border_shades = { 0.8, 0.8 } + } +} + +style "xfwm-tabwin-button" { + + font_name = "bold" + bg[SELECTED] = @selected_bg_color +} + +# Chromium +style "chrome_menu_item" { + + bg[SELECTED] = @selected_bg_color + +} + +# Text Style +style "text" { + engine "murrine" { textstyle = 0 } +} + +style "null" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + } + } +} + + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkTreeView" style "treeview" +class "GtkToolbar" style "toolbar" +class "*HandleBox" style "toolbar" + +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkCheckButton>*" style "checkbutton" +widget_class "*<GtkComboBox>" style "combobox" +widget_class "*<GtkComboBox>*<GtkButton>" style "combobox_button" +widget_class "*<GtkComboBox>*<GtkSeparator>" style "combobox_separator" +widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header" +widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" +widget_class "*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" +widget_class "*<GtkComboBoxEntry>*<GtkButton>" style "combobox_entry_button" +widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_viewport" +widget_class "*HandleBox" style "toolbar" + +# Entries in notebooks draw with notebook's base color, but not if there's +# something else in the middle that draws gray again +widget_class "*<GtkNotebook>*<GtkEntry>" style "notebook_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "entry" + +widget_class "*<GtkNotebook>*<GtkComboBoxEntry>*<GtkEntry>" style "notebook_combobox_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" + +# We also need to avoid changing fg color for the inactive notebook tab labels +widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" + +#Fix GVim tabs +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_eventbox" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# GIMP +# Disable gradients completely for GimpSpinScale +#class "GimpSpinScale" style "gimp_spin_scale" + +# Remove borders from "Wilbert frame" in Gimp +widget_class "*<GimpToolbox>*<GtkFrame>" style "gimp_toolbox_frame" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget_class "*<GtkCustomMenu>*<GtkCustomMenuItem>*" style "chrome_menu_item" + +# We use this weird selector to target an offscreen entry as created +# by Chrome/Chromium to derive the style for its toolbar +widget_class "<GtkEntry>" style "standalone_entry" + +# Eclipse/SWT +widget "gtk-tooltips*" style "eclipse-tooltips" +widget "*swt-toolbar-flat" style "null" + +# Openoffice, Libreoffice +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*" style "ooo_stepper_hack" +widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" + +# Xfce +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" + +# Fixes ugly text shadows for insensitive text +widget_class "*<GtkLabel>" style "text" +widget_class "*<GtkComboBox>*<GtkCellLayout>" style "text" +widget_class "*<GtkNotebook>*<GtkLabel>" style "text" +widget_class "*<GtkNotebook>*<GtkCellLayout>" style "text" diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/button-active.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd6865759433b710256f4b38e25f3231ff41314 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ((_>EamT z(fRi3M&3gPBCZ#I|J99XHqv%!n&jEA_K;D4fm7Bog=>>FJD7#mPSmK8j?U|gv1NX- zD{peK+?gEqH7hQ&#GH9!(f8Q)T>o>4#k;FjA5UGPk;(9l_0~C$wf7m;+}S%lg@JVy zXU#Uf=^vCItY$M^;mDg6(EN{4i`)8a`rD<o4DU71TgI!pmcQ3d3if)*wuF^SQAUM# hl9r_R$uoWo{_|RNV%FWMTnTh7gQu&X%Q~loCIHGpX>|Yq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/button-hover.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..aa079ece8e7bf704069fcb3750ed5728bc700c49 GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8Vc#JKp4Nx=eWuvW>dKlZ5X8r*svh|*?4iK{MWu^R8N!zJO))$xvT|FIqv853 zI`yry)fsB<%R6x}7cfTEZ0a~s9DDt?MPD$pfYXlh*zz93ZAy<8&4^sRYWb8)3^B8f z?5mX+l$?4#rq6qBdtlv}*onGsl}F$G58WTK!bx;hK&#dl-wR1;?~b27o65a6r1aB~ zGd!Vl8`vF~Clvql)#P33vE!=lgSo~3n13+%pSSCbJAIG|=zIoGS3j3^P6<r_Y`Aqy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/button-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..4ed823728cbcee7121313076bbea34ca3f9ec6a2 GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ+5z>EamT z(fRh;M&3gX0xlQr)lY{r3wm_iVRi6ObqHT3v4G)uieB;@9mZpd7ZnBXv@E{5r-b!F z>0LFYDo^$WOMTQH=)JVzIede`W7o4e+by35aX4gGr|)L(<8^R(!>ydZGWYtnaE6zc zr@Aqy=-z($J9B5q3MbK30j*kJ{4adz{@4+*?Q)DwPXE${m7m!zFf5tkx9#`Oi5fri dY*k|!;vP*hdfaRj`3&e%22WQ%mvv4FO#nZnYUKa` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/button.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/button.png new file mode 100644 index 0000000000000000000000000000000000000000..9d50a7e4f6dab8c2c67c550ffb8f248308336a1e GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ()5>EamT z(fRh8Vc#JKp4Nx=eWsieU%<qv_*5XENT@7dl#f|PNhtQ+gG{B=J!eH$u87GoT)#!9 zzIC=b!(juNU@zqY)~cjU9VfD5ug}k%^^8wp>6d`3lUIFH5?ZvQIzR3CoX;G0c3JIr zQDRVPS|xWThkwKB&jBgjf$<xE?~|I&X1c<WH!Gm|pYWC))jvK~72kBqH=eC*SbqFW v+5^rDj8lT%Sw7z=*12I9YmJxYeunxACcAC2Gv=}YozCFt>gTe~DWM4f^AT|Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/menubar-dark.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/menubar-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..299c550650fa3b0ccb2c20ff9e5fb239f828c05b GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL!3HEb;&xa7DVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0vUo-U3d z9-VK`Itns4a2!7Hn9cs{`ZfLm7sWdpay(~=zfpe<R0Rdg8@9=^iX}F&Y_@*Fa0?{p M>FVdQ&MBb@00l@fPyhe` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 100644 index 0000000..23a344e --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1,222 @@ +style "menubar" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[ACTIVE] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar-dark.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button-dark.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + + +style "toolbar_text" { + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[INSENSITIVE] = shade(0.7, "#dadada") + fg[ACTIVE] = "#dadada" + + text[NORMAL] = "#dadada" + text[PRELIGHT] = "#dadada" + text[INSENSITIVE] = shade(0.7, "#dadada") + text[ACTIVE] = "#dadada" + +} + +style "toolbar_button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "menubar-toolbar/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "menubar-toolbar/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "menubar-toolbar/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#414141" + base[INSENSITIVE] = "#393939" + + text[NORMAL] = "#dadada" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#2f2f2f" + ChromeGtkFrame::inactive-frame-color = "#2f2f2f" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" + +widget_class "*ThunarWindow*<GtkToolbar>" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*<GtkMenuBar>*<GtkMenuItem>*<GtkAccelLabel>" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkButton>" style "toolbar_button" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkWidget>" style "toolbar_text" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkButton>*<GtkLabel>" style "menubar-text" + diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 100644 index 0000000..5bd9a7d --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1,166 @@ +style "menubar" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[PRELIGHT] = "#5c5c5c" + fg[ACTIVE] = "#5c5c5c" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#fdfdfd" + base[INSENSITIVE] = "#f4f4f4" + + text[NORMAL] = "#5c5c5c" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#d9d9d9" + ChromeGtkFrame::inactive-frame-color = "#d9d9d9" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" + +widget_class "*ThunarWindow*<GtkToolbar>" style "menubar" +widget_class "*CajaNavigationWindow*<GtkToolbar>" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*<GtkMenuBar>*<GtkMenuItem>*<GtkAccelLabel>" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*CajaNavigationWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" +widget_class "*CajaNavigationWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/menubar.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..2be034ef3a8d8bbcdd55baf64b7431eec8a61e19 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL!3HEb;&xa7DYhhUcNd2LAh=-f^2tCE&H|6f zVxW%eAk65bF}ngN$X?><>&pIsg^%A{SJ3<RTA+}Tr;B5V$MLsk9R(Q-c$ge-b=KF< xIN-FnDLkL|&BnhWC82H(Fz~_Gz;o3>rka&((}Xr<Bmi|Yc)I$ztaD0e0stQ1FGT<V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/menubar_button-dark.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/menubar_button-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8179244b3357b617c59ab2c51b0cee420aed820a GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ!3HD+(^8%SDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-D;sd|UZ#>q}c}=V*$|&pP3f0BadZL=x85lI&nNHniZ`A=RX7F_Nb6Mw<&;$TR CKQ06S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/menubar_button.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..78c8122e226f075afb51e3b0ae6ee728a869a198 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ!3HD+(^8%SDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-Hwl02V&)mx>yjE9YYs!^Lf!=Pql3Q8$85mxNGQDp2T$KP+%;4$j=d#Wzp$P!` C)GVO@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..54293fdf0ad2ca4289100a4744099a03b02634cc GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7mo@^o<w z@#svxa{c;${nc8>5)u}lQP4Pb_`s1fM;v%Rynk=s_I>?+gBXjV=?_1?4d>C>v?_^5 zEN@o5-2J-H%FowsORiqN_Ma1Px6@{)%9hH=O*(hCMoIqrpPsnlo&W#&aZ-U!yoWb7 zewozq>D9k4|9za2_VB#l_iwJFcK5y7-`1fXJ<}UIJ7;z_MjdSBT{CanFK%IDVdm1L zc^n2=7gxA07VC{N$+|dU%ZvN>>v<MNF0|RQNx|y+<o6)1&-?iLM1e<X=N3$LwR!Vr z=KHwXw1j7m1#>PKhL;3|hW}ZbvY_(gt(V#RS0p-SglY6|-Rrk;&n}nGFZY_yl=%Af z>;KcMI*eZ2)-dMi{1~)#=ht^n)7!Y+-x=BL{5^}2!DM61qP_M~A;6$y@O1TaS?83{ F1OP#&xcLA8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..519e134b1090ad7b73802a45c968f615f3e831df GIT binary patch literal 406 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7l7_H=O! z@#uVeZNJyy0FmP#@9#YFZ=zYDhoKj{>&3HccUN}WHFM=PariayF9>+SyhDXw;f2uS zMIr2p!Mj~HJP3U?A$zH-bKmZgJ(4Xo@(*er_}EVh+7x2Qww~W(nX*Cp1;L38p&K`D zywa4s?$87+w=YGLt*-qFR4(4N?zY_PhNc7S|DO3AXTsyZ(vxk^ho1FS_Zs^iZ{Ah+ zh41g}VzI1WjhDnrKQ}$ITRGXsP2h}V$=>WRphn|#fl9`D?FCF)AXLvO$jQ<ef0}#8 zp8W=$EG?lMCtk}`*IyB%^*$<8`iseq#~BjKPIG4;S9;iYuJBXr^S|Yy^K(qM^G*u- uG`q?z{@Vl}lk;n{m}mQOcR%B*V|?e6HFL|UiG08?WbkzLb6Mw<&;$Te=cU{L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..bf7b10d06c2754b70137ebed2b57fa3a02bfaedd GIT binary patch literal 322 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sm>EamT z(fRh8VHUF^PwPYTs7$TN!EX%C<ZZlO#Pg0xF<0RU3tN0n{v@yL%u6?7Psutb{9}Hh z{q@i$ovUXy<VxR>t#)$}5ac<`U}n7HRqssu89#TedwpK+gw1(&2KCUtU4}+Q=SpWS z+iu(UKUDLn?emzEcLkkxY-{Rx@#vj{*UD{9a!aRZZFQ3?UEwVIDxm$JZb|)aU#a6C zSs6My0<vwlHMu;Q+HpXMDfF-2QXZF*o5gcx+`M_lF1d%}{H*BxKR$R&YVn#h6X+EN MPgg&ebxsLQ0BXv9SpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..401c5cb577b6ad1942b2d542416d4032ddd97781 GIT binary patch literal 335 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ&uk>EamT z(fRh8Vb@^;f!2rW(anNKRyY4h@=Vz6z_BFihB8Z$0jG4#&f?66xyOWWue_wA`Lvbw zFMEZ&kLjxSzo*VL>{E7OF;rHXlG?dQW5G<x!v;1zhT==F>|M2LzC_3Oy6Mk<8n%4M zU3<0Q+}hIE`AI$dS7*-JT%32-h2`|7JKLL{RqpHLFk<K^U01$$+vc?m_f<6<IlTg! z{^>s1dq0<TOYUz*21&ujj&IS9416vuS4;0oIaNp`ue)q=H_1*t>a~B`zfIS&zJ|ZQ ZCVZndL4i;6i4o9W44$rjF6*2UngC%6gFXNN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..24480b98111cef5c68227e9bdab2320057c0f087 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ+5!>EamT z(fRh8A>UyG9_PSmo2ICipZt41RkA}l;_a11FJu;X|7ZLWX4m()qR&u3@PyADNzWBp zE-a}%jjwlYcyGNecem)Py@&56rfCQovNC?SnX|TWrX}moV@ASr)c$N)z^a?!$Q^aT ze&Kh1Mb9tymOBbEPFk?)(B0(;&npkzUARg^iOJYGn|JHAXvIke#vL4Sdvk0{6#To6 Q10BcU>FVdQ&MBb@0MsdEWdHyG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Darker-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc822f001cd7ed843741d20d3128be0ecec9ebb GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8A=hC8p4NxUJt7wLy!?A!+-uIoPQ@;(Dbs?iteg-2XS~Ng%jL68`|icpx*l6N zxMT#nIJhiWm5|o4J9)k6Ws`$vW;rbtS!1cZl;!4k*~@R+3T0+9tnYZScjk1~=G}+S z%u<>^Q}T{1v!JQ<_4RST52qdqmwgq`Zgpkh{uU)B!9vM`dFo0`%^eG-6iIH$z5UrT zFm#P2^MTa!ovWN?NNTD+Nj-RXujY|6{w^&1J7)y$uHNk74s<?)r>mdKI;Vst0CK2y A+yDRo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-2.0/panel.rc b/themes/Mint-Y-Darker-Moka/gtk-2.0/panel.rc new file mode 100644 index 0000000..c877428 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/gtk-2.0/panel.rc @@ -0,0 +1,153 @@ +style "theme-panel" { + + ythickness = 0 + + bg[NORMAL] = "#383838" + bg[ACTIVE] = @selected_bg_color + bg[PRELIGHT] = shade(1.1, @selected_bg_color) + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + text[NORMAL] = "#BAC3CF" + text[PRELIGHT] = "#BAC3CF" + text[ACTIVE] = "#BAC3CF" + text[SELECTED] = "#BAC3CF" + + engine "murrine" { + reliefstyle = 0 + glazestyle = 0 + glow_shade = 1.0 + highlight_shade = 1.0 + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + textstyle = 0 + contrast = 0.0 + textstyle = 0 + } +} + +style "panelbar" { + + fg[NORMAL] = "#edf5fb" + fg[ACTIVE] = "#edf5fb" + fg[PRELIGHT] = "#edf5fb" + fg[SELECTED] = @selected_fg_color + + bg[SELECTED] = @selected_bg_color + + engine "murrine" {} +} + +style "panelbuttons" { + + xthickness = 4 + ythickness = 0 + + engine "murrine" { + textstyle = 0 + } +} + +style "theme-panel-text" { + + fg[NORMAL] = "#edf5fb" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = "#edf5fb" + + text[NORMAL] = "#edf5fb" + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = "#edf5fb" + + engine "murrine" { + textstyle = 0 + text_shade = 0.2 + } +} + +style "panel-entry" { + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + fg[INSENSITIVE] = @text_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = @text_color + +} + +style "theme-main-menu-text" = "theme-panel-text" { + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "workspace-switcher" = "theme-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "indicator" = "theme-panel" { + xthickness = 0 + ythickness = 0 +} + +widget "*tasklist*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*PanelToplevel*Button" style "panelbuttons" +widget_class "*Panel*GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*Panel*Button*" style "panelbuttons" +widget_class "*<XfceArrowButton>" style "panelbuttons" +widget_class "*<XfceActionsPlugin>*" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" +widget "*dict*Applet*" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*Tasklist*" style:highest "panelbuttons" + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" + +# Fix gtk-entries in the panel +widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f8c791e461bbadd5ae8f70c23e86ab88438c4ee0 GIT binary patch literal 360 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkbZFW`GaeZA6$F#@aj_t(l)TxHL}$=wzqTgwR7^bck**_3vzW2_6vyi4~z|uNQsC{ zjfzfRJa^67<y-e|IecLIv17YWAK!QO+~LbtPTstF>eh`jcW$1$ckBGUyB8k<&HS$w zRSC3-y(Gvln8DM_`_bbk(dKJb0EH4gT^vIs!gJ5x7HSX>Xh`gQQ4^+>b^pJrv2)wS z`tA46oNEdQifiakVisxYVC>*>TyOZIQ(t}s`-6Fr%Cd8=7VNy)^eV#s*3Gpty2)F4 s)^|+G|9CUjfoI?T<&Paarq%spt<Dnd{9ag+2egdA)78&qol`;+0O358?f?J) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6905658e86c027115ab67076b891b8a520028ff0 GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0Z<9#V7Y}JiUME*~6<(A6<L$=<3r4SDymeFa#0@B5ea}9YY%fGY3O6M<X*Q6ANbx zYd0%9FB^Mr7q=j9-^j$o+_co<%#4!K;`++6=F0Nc$$hh@Pg<~S!P<?hc5GU;bMxw5 z2X`Dly64ofy=RZ_JA3caqx+X1Ke+M)X!z&DD>8si;VTL93ucf}*I2oB-TDo0-hcS` ziGw-)GEioVr;B5V#p$(|ZwfUjh_EH7dK(|yRJ-*=PUH9beIIVHcDFA(_J7j<Vzw4x zmfDmF0XGGuCi~C#Qpwa7>P+Kkc%;CrVEa?vW`9FfY^CGgB-f{m+f|cu>f9TD#XVKX zDX87Cm+eTW=$)6Q1%a!L^S(<xu;f^M{d+;)k&?u3$J87n_Ew%TDzAEN|7Lcby3O>Z zN8Bp%Kkumh`c<xud7is9qrhVYCWi|LCEMR-OboncDH3?&bjp6lv(L)kdA>N~2y{P# Mr>mdKI;Vst03hDk6aWAK literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1c5fade06ec9c7971b72689d7311210819e2f6fd GIT binary patch literal 387 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkiLKE*@Mdu9^88N;M$W1SAgibj=q(ip^d(=gPoJFos*w~lb^F|kgI!$UqG~9Kx}w; zN_b>SWOT-&xvST%*s^!a;r-i=AK!E8_}+8p4qv`};^x&;w{M=gbMxH2+ZXQLx%lYO z)n~577GXe}luCm9f*CY4HEU{XdvJqG=ezxYsuMk39780+bI;!vY7h`;NbG!36Q-4Q z|G%oSbKAxG?f1`|YYGU8Yv@m67HR5W?BH@-Z}_59Uw#GqgL#q4vU9E$?7Z3ZD#HHO z&9ySR$y<5WcTCFvcr(_4XW#zij~zUw)%|0w&JykXURaU`w2Z;i)z4*}Q$iB}x{;y> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1b57c5f717779888a0b4166d3fc0176b91dd4296 GIT binary patch literal 500 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ebpbvh zu0Z<T-FMG#KfiPF#ly=_9$tU)=<1XESD!w(^5oIAXAiDEdvp~@KGD&)(lNBrH+L{J zcQUnbwy<)wvh%ia@OE|$^7f5POw3J7DbC6$EiG=SC~K}LYn{?Jd-|jW%NDHNxN^tl zmAf{t-gR)t@uPcA9p8KI-o;1vE<bs28EDZn_K(YIfG*G~3GxeO;1?B(jZa8yYHn$1 z?ZF44Hcn9m>e}S#;uvCadhO+#LQM)H4T-9UISg)pH@Q6Nd;P%&H(0wbTq)4|Yo9iu zQKi#x@|@0zi4wI|g7XxcPqdaVW0)Zyz@TLCzxlcNg}m7c8RmO(m>z6=Hb>uDf5Pjh zbE>58SZ~i>u>ZrRvR!OiKSMb;XD`rmh={#^*thfOsW->e93$@jIh*~k<h4xSD)}#Y z@>4{t7h9`W-rJvaxBb4ugG=Wa6YNhgC_H+-xuhbB<MKwI%_gT#*D>E|%-`*?H8B+E OdInEdKbLh*2~7aoWa0V% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..ad08972cc1b410dfd70ed787adccf39e2400a424 GIT binary patch literal 331 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^<fKP}k zkp7PZ9$kI*<mU4yx1T?|{qp&pm(TCLe)-_-w-4WbeERY0+pk|ge*OCO`!^8%{{8p& zUmyT#{kS6T7|;~4k|4ie1`W-c+8%T;apjUspo&OO7sn8Z@ZA1Lz6J#zR>2ib(pqo- zuGgCAbnC(I*`B*>lG`HuZSRRG&Nw0Js1@{JA#2_S^Tr<^i#DGqK655Cp<zeZvx({q s#nH1ECfQZbUE+HF{_9P1W*_^cAJ)rzgzIAQ8K5N$p00i_>zopr068U@vj6}9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f4f46e04e595723cdbbd1c6eadaa93ce71c62c GIT binary patch literal 444 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E2?0JK zu0Z-fA@Jzxvq#sTJ-G=)&!63X`RvZimyh1Q2BIf#-#&Z)_W6hR&p&*6`{mR7FW)}= z`0?e(uOGjE|N8y+?_ZF?1?G=|b|{nt`2{oZi;Bg@CnPpCx3u<P0SS%kY=LSQdAc}; zSe#xv`KC~_0*~v|s5MP@zi0gXzkdyzJjaY1FAL-?(+>#+iCAu0*&E$)G3!}x@}-K! zWjWh4B;qmx3!MIm+i5%1vjo22-^T1Hv2*L)16(KG>aJvPKIQz-FyFgEVbAi^j!K0F zSLH_!#q>?SO_}Um)m&6{HvQD%@*RGEluWZt{EE!qKaamXH!|YymRaIjA|lonyD#-m iyYx2c@2WFKH{-L`h9=jq;t~M5mci52&t;ucLK6V?2Hk7` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..7b9d14e7c1ddd45fb0f932887e6d7f41d8b3ec3d GIT binary patch literal 339 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^zfKP}k zkiLKE*@Mdu9^88N;M$W1SAgjGqpQyzU4Qljh;BZAcKhYCJ1?ID(Y=>1AH9A3<o%B? zKYo1s_3Ov4-@kqX!Qa1s|NsAAAa^4gXqH4tkY6x^hNfmsZEX)a*z55r7pNxE)5S4F zB0RU>o3BBEhjl*3wEp^lclE*IB2LYlXM5gaGBD7;V!+j~kdL>4rFKI*&$m<Qyz45s zWc~=-R&(k-tq^}MINzu`cGup@sp*IPj7<K`TeoY`@{gb8J6qUR=LatS2(*O3)78&q Iol`;+0Id6$MgRZ+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2388368c78e1dba5bcc42941e3463880a1068862 GIT binary patch literal 434 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EQ2{<7 zu0Z<T-FMG#KfiPF#ly=_9$tU)=<1XESD!w(^5oIAXAiDEdvp~@0tKHvyZ!RnotG~k zynX%T?b~PX-#`EG>Ft+K@4tNe@a@~DAHRP5{{8Fs@85s_0@2^U|Ns9Nk*hooG+nMF z$S;_IUsNnMJ|VHGxuvDG2OY4au>An4T;S>A7-DgH>tt`HW(6MBsZncKO}2f@e^-At ztHkj@%F=vmW=5y3r2aWs@@9|LMpg>9m~;oS8>S2G(XkL}n)JBk9rLOSwS_FMGb|q6 z=wd3YNwIdA{W(J7+NK_NC;REGQ{0&pBsu%N@0|Eic#hB0?a)ut_m=+m9$J2$ey#gt z#p|<DKYl6yXBMC0U#)uZl#^?dAp7$my~U|(ZXa5wRX+2Ly<&%sX~(CDi-2xr@O1Ta JS?83{1OQc^&T{|& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-selected.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..28eb4f88defc85964eb4d57472560d4134c87536 GIT binary patch literal 346 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkp7PW9$tO=@anUN*PcDO`Qpi~7f)}!e0uxk^E<De-+lGs{_B?y-hBP|?fd5+KfnF_ z`Tggw@4tTi{Qdjq??1o){QdLy@85s_fau>ppsBB?wJ`!MU@r;s3uf^2@_zLANwoQz z6+odFPZ!4!iSXQhPre2P9)>{2JKse&{I6f;!nN?=&a*1HjT>7QwKSZ_6%aU>%itt) z#;bYe(?`v9cKP}|t0YBtaqpUb_=$}BJHJK0msZEhetEN#k+*UG^5=mMBY*uAuj3G2 Ue_Nt;A<!NMPgg&ebxsLQ0K@;QuK)l5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-selected@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c077b9190aced8cedec6426d432dbdbc1a1753c7 GIT binary patch literal 444 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-fap2+Ar;n~advxvDqwCKe-+1=q=JThwUp~9@^3}t)uOGdA{rK(MXYb!W|M2el zhfi<6e17-k>&Nfkzx??1<M;2MzyJOF2ef3@33+ayeS9TBe!&bf>KZH8u3Nw1&HE1@ zKXEXpUk1vo@N{tuu{gbU@=c*;1s>O_x3Y8--tKch{r`Wm;jaTpm;Bm)pRjapn4sf5 z(RJw=pAb#8IBBJ?86j<Fgjij<g;)<iseky_^#$JnuDfyD4{%J&zWZ%SLrnZ)*#-SO zweKw7Bv;-tJ@&5C30X!HDaLYd8}>_YYTn5T^)~#zUUS5zqW$!N^D&#(6h7HqY5n)s zyCY1WGtD)oYzbJPaN=O(^T!#TQ|BDsbYim4H}==T2?wwAEoA|^nZeW5&t;ucLK6T( C%IXII literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..637657544f330744afc0894703be61b93f117333 GIT binary patch literal 478 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIa30G|+7 zApPL#^9R=+Ke+bf;nk-Qq-|iWYh<fuWT$6rr*C3!W#{SO?C<0n7#*D+6O$1Wn;93E zosgKDn3!8oP*Yr3Us~KyR?;|o+LAd_mn>VbcID!YTi5P6xc&IiJ*STDIdgLVxl;$u zpE-2#%%MxS&fmLz{{HO?5AIxec>nU_2UkFrI@LK{1iFL0B*-tA!PCq8(c>r4=4(~} zg?4(nIEGl9zI)}SP?LfPTY@p~<}=@nqVIB5{{OzZxp^`>Q`)Xe#YcJW|8W;9oHOrA z#UYcYyLG?J+_p!|$eEX6TDf(^vCpe{*CaW$TyZRrkDQUPmBsyA2=Dos1={cWw(csG za^ttF$ldo@Wky>|L8olfPo6Y!$?A31wNH<zH2i$A&9(BA`Me!-9@!jSHQQ&-@>}kT zyZyF4^!@IfyU%vQ&c$ZebvRYNKVG9>(qVty{=%<`MO!aPe|`G1j`_{<S;8Da(d|G_ OFnGH9xvX<aXaWHB_tv5S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b530444f3541c27dc4ad1e26f66a395d590f5811 GIT binary patch literal 670 zcmV;P0%84$P)<h;3K|Lk000e1NJLTq002+`002-30{{R3xz7Th00003b3#c}2nYz< z;ZNWI000SaNLh0L02{9W02{9XUK)`c0000PbVXQnQ*UN;cVTj60C#tHE@^ISb7Ns} zWiD@WXPfRk8UO$QqEJj!MF0Q*<k95b*yZ2S=Hb=l;@0Hi)#c#T<>A%k;nn5g)#c&U z=Hb=l;nn3UFgr0dKsGu>IXp-{K}<eEO+P|TK}1kOMNvXVQC?naUtVipUu<AtY-MC{ zWo2?^Wpig{b9HlofPIRFf{>Annysg`uBWxHsJ6eh#l^hJ#k|bMz0JqI&C0*e%D~Ud z!O+aY(a*)z+tA?L(Ba<F;@;EZ;nn4XSeG^c000hjQchC<949ELt*)=I?C<dL@(2TG z(*OVgR7pfZR9M69*xORVFc1ddQc)1wD4x$JKok`ZkoSKzTNohCHoMy-&Tz5+WoP=$ z-$}adBuONaZOTqJ*Ph8cX^q#@0qH@ptAnx&z&s4h0H^~apnwAYKlu7Mj|#pWtNU3* zu<#TR1Hgp`M1OFy^lZ@^oSZ0CC;Ecxeq{#XpwTZ%L$}8OzoGYjYIqOxW~)5zKiQW) z&z=2faNJkQ5~r9)fu(1OxJQ6XuObp24z4^yoL=A_3U0i$NO~wZIyCNnF0Xu?x%Ug_ zkzY))==eqUqZXwqay)9=3{CNfd|t-Ju5_gPF<!k|(d{vYLyd@dobd%j%wx?%OGG{1 zfUT^xbA6jkY@_4dOh*7W;?1v)0<Oes%Hw~e7UC7@HTdck;^mKy2<qW2-A{gr1r$&~ zE*N+abO69k7}y428g!Vp--5?;>0ai`W$jiXk!(}`0IAvr0QVqi0RR9107*qoM6N<$ Eg2r(>cmMzZ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-selectionmode.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..a8b21968392a765839b79b10f8cce6d59e391ac2 GIT binary patch literal 428 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIa{0G|+7 zApPL#^9R=+Ke+bf;nk;b^yu2NN7tV{x%J{H5Zwl%m(T71(W@8tU%z_v_VwepZ=Sw? z`}F<icV9lg`}+C)*KeP`fBXFX`{y6uzx??9>(AdmfB*ga_y6C2ATZ(BaTI6`dr6RA zFoUO;_oK&8qRrQ=01B<}ba4!^IDPlZNueeK0oOnm0|g5~8P1CT|FvV6EKw0&S;V^6 z?(3zQR-R%(x94(%%<D4{KX}SbBQ1+{gUykHn_l}HZg}xP+j+wahF^bWuJp}T{}|+Z z_v+<j;}uc6pXbkGoy{2Xwt#I78$)R4Bh$$1ep47$JU)D4b9D}5#q7$y*w;SB=S%x8 zy^LYMck6Xko*UEm73pfZ&v(B5tYv@Q-k{23spHJtX-50(?Y^nK3;SGO3v@Gsr>mdK II;Vst0IB%ZjQ{`u literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..aebdc879ea04a2074be6431038872b34dd2a8512 GIT binary patch literal 600 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSN&|dC zT!HkHi%;&|czXZRvxiroKDzeg(bcC9u092_VF)A+Mc04|o;|tw;_0myPjA0`cIV~u zyRTk8eDm)4hYznleSH1-^Sdu!KYsiA@%y(=-@knZq95Ns|M>mu&mSQA{patWzyJRI z`~UyH>6Z`YK#TcGg8YIRWYjfQu3fi&!<+XXK7Qh0PQT2+z-aC1;usQf`0b6`lbQ^8 z*b<Iz)_xEf8QXv3d%er~8)g@l@LE51{pX$bL(Rwgmgi!{i8aAde=RtD?sR+YNj!8y zpzCkTR6d4eISZzQLp=>lTtEIl_+!3Sbk5wXWiiSXpG5>D9~@>*viR{S$52AY#+!%L z)PJR@yvZIZtu@~`9xORxoq12~YxGmsc{lr)9Y6J}pkSi*)XEBpitjoX-zq-1Z0vHR zxH;cn*zi1O-5w_wTlF1#GV<3qZui_Py+$!@%C8NshOS-hxzf&OF1}aI$#FjNTKP}a z(xk2K8GNdX4lmxKudvG|$bO5<a`)^FZ4o>7*~vx=-~BqVzrpEFZ}zU+dyd#XyU4$? zy~4q^Klr_xkj?z$lArD$o_OgjXkZd@e5UY%y}?%Q23x`rsb##g3T(tn-48aeFAF}l dbkh1$qPJ@}o=@zs%>o86gQu&X%Q~loCIGP2FE;=H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..87d450839f9b3d059a13b2d863a136aba2cdb9ca GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkbZFW`GaeZA6$F#@aj`IdUWmCqwCKe1JRA=Pj0?=di&)wAiDeNIS}1@_447H*N@+Q z|MKI<*PlPX|N8y&_n%*X{`~&)@87@w|NnQMPGka_%U%-X7tG-4<^AaKlW6lbD}X{V zo-U3d65+Z1o_q}oJPd-4EO*2Me*drcS|T7d=eEx!F^Sa~)>9|iu&m^A;phrr+k0^V z|BYaSzt69C9K3gK(eVVE9mZCDJaQK<UwYa&bKcxASLbK%U+&RZw9@`R(=ji01>ee@ R`apXaJYD@<);T3K0RR`Uo%jF% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..542d6bd580225b1cf035dfa8ccd0622d4a58154d GIT binary patch literal 434 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E$pJng zu0Z<9#V7Y}JiUME*~6<(A6<L$=<3r4SDymeFa#2Zphwr9J-z+%*`1d!AG~?}`0d+g z@83QD@agTB&+oo`{rK(Mr|-Xh{Qmv(_n+T?|Ni;=@9#e#`2YX^T=k13Kx_C)g8YIR zWYjfQu3fi&!<+XXK7Qh0PQMJ4S?=lL7-DgH?c}#oO$t12Q+3WZluWJF{$4-z;um)2 z?ek83SAYJ&a$2f)N~ol@aPX?m>(e}KrKYBCc02f?$?YK5&)6IF0=KL?oPHPBax^_Z z_mx*$q5OFYYetY9*WE3;4;u?UEM`7pBXD4$;Kzb)WhwttClxPtSnPeK`ShZ7%)LKa zqNk<Jcg~WX`~Q6X4?h9Bw|uRW#JNO7Zd=^0$<f_<u{c8fr_$WNOnVgcpPX_C^Z`1V N!PC{xWt~$(698G>*Q)>k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e1b4e5375a8d3d209fa802d24740824b05823e64 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUY@Ck7R z(hsgae{k*bgKJM7UVREd+6LA@M$Q6*Wk6~6k|4ie22U^VM~|OGo3B{`6w>!}aSY*z zPEKfGeAdIKkP(`Y@Ros@osExUF{Axr8IAzSmePZ36S^2K>M|9CGcf#cGragoTALN9 OmBG{1&t;ucLK6TholWfk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..fd18b62de1eaffb6714ad1e73d7f2ecc11457af4 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Mf5;*)zfp5DLo?BUg?kFGs=boJ?jt51P!7y^j{k+y*~kW>^cPy*`VD+%%oW{^?W zSh;rH`VDX1fB5)`gE{>&P{z;G#W6(Vd~$*U&y4E-hYyyrE@-$~ud;zd<3hjA2T_dz z`N#+S0T1lCBmx@C0~|UJEcn3frSPAP>xwdW4I@{EBDW6<m%&qoAMPw29n}o;L#sQ= T94?&!n#|zo>gTe~DWM4fvfFY$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..bf5bc2ce09d07a2e51a322ec9a63dfdb4d99003c GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUY@Ck7R z()TYtdvN)|gImuYTzm513J^Wl(YJbZ_1Osl`x=l1B|(0{3>uo6HMO-pJuAgyjDdps zo-U3d9MQ=M4UErv_!Kfi6B6DsFtfAqaV%!EUo68BAlXuSaBV^t!$n=Df^Y_gA8v*h UKS^t|0<|)Dy85}Sb4q9e03|<6f&c&j literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2ee1876dbabf4d988fc1a71d6f2f6af1d2e09059 GIT binary patch literal 292 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfF?z`u=pWnIo;^E~d53fIYboI&ot4|+XdGhGmvj<n7J-P}cpXlgY0U1)?9%utK z@RtPn1vBuAip9n!BsMj-w6ym0Y?aq_0ZRFKx;TbtoKH?r;F*zq@8Cg0)&&hutyK&- zH3HgoK8R=(@I^i_4R|2SB@xiLJHVmyz=99lUJCn}xSl9-+c0uvC~=!GvCh~e_(zw? c<%lgq`s~D?jqgN`08M7_boFyt=akR{0J$7&5dZ)H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..7d1b7c1eabdcc4fff623febc466b7a0221214a73 GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xA*>@Ck7R z(*KdbqpQz=yujzdAAu6=B|(0{3>um>wLLvGo9@U0g>*e#978ywlM@;k)wY``cmyUS zcrr6Hvzc)yGukVQa0E!Ulpb8$5HU-Kp`4YW&`{OIG%nsBsFA_b)z4*}Q$iB}k=#gl literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6774ef76178346d48317da1c0fb535d850e2fb44 GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0MeL5O{R;8Bodm$zN^(Rr8eu`2{oZi;Bg@CnPpCx3u>32y|S@1j=}Ox;TbtoKH?r z;F+=d{h@<qtP2{R#;O=_Y6Nua6o_hU5RZHy7VtoiOCq4rIKZLvz=99lZVJzpxMLW( oGL*PYm{@0Q68NLa<Z{H8VFs(mKCu+xIH0i%p00i_>zopr033jA!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..fd37c5da0d4b96cc2b7838df53ea85a0e22e7610 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUY@Ck7R z()TYtdvN)|gImuYTzm513J^ViboJT)|Nkd(MXdu_P!i-9%%GvESyNlv)3Z`M#uzB5 z@9E+g!V#UE(7^cYOOb*`XhMQ6J2N|58OLG<`^C&00g^4H2iGQWv0qeWDhOv_=-1ad U${Mpr0jQP1)78&qol`;+01F&W3IG5A literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..32cba5ae6ee620340fea6392b1770e4b94b65c99 GIT binary patch literal 292 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfF?z`u=pWnIo;^E~d53fIYboI&ot4|+XdGhGmvj<n7J-P}cfr8Ke|Nrmsru8RK z1Aj@7UoZo|s90=#LSj>MOG|4{&sKR|7oe1%r;B5V#>C_V1)dq%?+zU_WL?nkG*-oc zQzM{Tr$AJrKrHfsS-=B5E{TA~@&Jd<0}DQIdnw#!;(DUQ9mB|#p~P*%#5!Y>;2&Kk cmm{_eDdE13NkS*L08M7_boFyt=akR{01kU?FaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-selected.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..0880fb51b9c034c2aec916dcd3b35e55c2bc1b4e GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnK*T^vI! zdf!ey&Dr3<<D#A<DyMV6FXs35hPy}2=84x=2z+Obn-k1&Ci#%S%C-j1jy>TFcSHq* z&g|Z!a+6I#edo-`;HrP$8@}!P@cC25i}rPSP5WDg1&sGRoWU^t2fv(z_hs)%VUwCS V>=d&P`3AI*!PC{xWt~$(696YLP)`5= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-selected@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..458fac3371efc8eeabfba5d16a6f0abc5fdaec4a GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeLIPmc5Q=r0aF3($mdiY9${DK)|)HPPFUAKP2oA)0+e&S$GzYLV|^K@|x(Kw%+ zpujVu`v2jBrK}4YuGXt;;Ly0xuk%4vqd-3L0e`>)doGE9#_|A%&I1cRaC<5IXXCn} t%w5CCm7&P(!@_0oRN;p^OGigF!~D?djxvW!XMiR%c)I$ztaD0e0s!N&dqMyJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..cda38172f475a6cc0361f884969a9aa72913e41b GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUY@Ck7R z(hsgae{k*bgKJM7UVREj|NsB5yK4{$lx8mp@(X70^zwf6_(`<+niW7HeNPw15RT~N zga*cEUy2koLK6~n*_qkd$~YD?*e_=02#{<kJ-9Z3i~XW1Q$aWbL%+VxQP!9}3P7z4 Mp00i_>zopr00<9HWdHyG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c09e6af3b4300a5e10f9aa49aff57cab1eb8ab56 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Mf5;*)zfp5DLo?BUg?kFGs=boJ?jt51P!7y^ky(EtDcjWY`F0`>5f1o;Is$f#?q zT)S@lhBxm&eEh`0oPHT7<LBw(7@{#TIYEJEM)m!J2TNHOG+eb-*}$Q3p<U;Lh(-Z_ z<OAM-2eMoe0ge9y96Apy_`vO@u%C_ViXyiSBUgqZw+{=K!Bd4F?kpW0)eLh4(=MD& SS9}XJnZeW5&t;ucLK6T?zjVU@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-selectionmode-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-selectionmode-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..193ed1fad8a70ebaaffb2437abc0193266d58b8f GIT binary patch literal 477 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIZ?0G|+7 zAg!rssG(t@rfCdC8YZe5CTg0dnmUG>TKbyW25Oony1Kf0AfRtxU}RuuWC%jWhDOFl z#-=7F=B8$rX69Dr7B&`^wzl@Jw)SpzK;+===<Ma_?Ct2{?dl%r>JjMX8RX#|>fs&c z=^b{$`T0Gd-8>~he!&d#3dc{JJoV?#pTB?mQVT<X;`=>a978NlU%hf$s7XP9Ey0t= z`^curk!fj{e(z6YI?2Llc-i-j?)^W9nxtJDujn}5h~i-4e17^)pyU*Rr{|o6lFX0% z=kD&6*V*;^9Q&lcOVdl7p1JM(#n!qwJ*lldsI)h=U-a!!$CF=m-wTI5mYP26^24fx z)!U1Tdbd6_o&I-Q=x3g4o1&i=KKU#cn;A84WB=rkIU657dad4n{jib#k>@k7Howa$ z->c5}*Lc6f`-ziM^tN}XvKVab-)q9Qu;;z{1Pwd+%<U$-fL>wnboFyt=akR{03N@q Ap#T5? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b635b412ef5f801e74e9d2fd7c0272581583d7a8 GIT binary patch literal 675 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSrUm$f zxB_W4Eh7~TQ*~_<buAM$5HeQNG*#0u1+rB&P1G=umbQVGj)9IY1n2>Qfq{{Mp^+g7 z85<fI8yT6Jm|B>cSz21zTiZI>*g4zUyV^T?*gJVRIC(ladpSCLJGywgx(B$r2fBI$ zx_Jb-c>+<eyH~J>cc_PVSk!?QklzJLg8YIRY<>OwtJ*sD?%V(I)8{XLYglG#GcYhF zd%8G=L>zv5<95&?0|B-NOkJ$pIs753I+ASUFYNh$I`UM&Y_+#)H)9O^{#Eb$Y0Y`} z99v`mdC#XgR_v?Ks4Gt`XKd*a{mbykWV6>S1|HP{uEMmrENVg)%~#}NoKzYaBo!It zzARv0ddKF8-@(`V=VF?c9*<VyT(f7I2V-}$dKb%vA5UV$-X7d_->$r5!^QKShxPoq z_e|P5^}*A$2UXjr{@Ppq<uc=S>vP+0$??70JMG5vg%1u2ABp2<?vHcUx%bP4<<I9V z!H)tTzAgXw`uD5a4;M@0zsN-jobJ<JB44MmsH6JF)|)0r^Pg01)!TMK@b&Vq*Mqxy zjJ}E}E$$8UOu4f2j*w*S1@82_h5OR--?$xjH=nPx^~bE;jQx*__oo{z(GvXJvn)<? zU&6eb5_fGD&ik+OZ2|j#eTj?Lbf$N?1|;zx6YzS#vF2zhPj};<KT^VFncc-#tMVky jz1g85!(wNrJ~e*n&x{H~zxtiPs9^AP^>bP0l+XkK;Y9*D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-selectionmode.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..03311efed2deb69ea3c59f17439e3f3857cf5dfe GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD>c0G|+7 zAbsxKx%21GUjl>6moEcpAom3r02y!Iym|Zf?YnpHK7Rc8`Sa&5U%veK@#E*upTB?q z{`2S0-@kwV{rmU-|NjW9mTaI|TqQw%!3^>W$4{I*1(Y>!c%lasUG3@O7-Dhy>Xoy6 z%?bi632P&?oO2iM`28>c7IT|hf~Nc2&(j~KPnK=#eqxrb?6%tQ;BP0LHnFJ-@+{IW zaZ2SKn<F0dqIt`$3(T3UWj9;4Fg4u$cksmrA*ou6UE2%X`_nakd%bAXFrI#xx8qYq z-qMS2jb5+5W9T*e>(w~f)NA2?-NTEo@|Pdoc_}64qI&NIQNLMV+pQJjWy;o1*|~Fx mTyWFkthIYzZvW;tPhT>^e@)FTEk>ZT89ZJ6T-G@yGywo9aKcUi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-selectionmode@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e979f8c3bbd74801d117610402005023ca2b0a2c GIT binary patch literal 615 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSasqrp zT!HjOFgSPa+<6!PvXQwkVJLm!!iASFU%q<v>h<f_Z{ECl`}Xa-cke!a{P^k9r_Y~1 zfBEv|>({T}zJ2@o^XIQ$zyAFB^Y`!HfB*jd|NnpG+oVN6`vgjY{DK*5ef|8a+B){` z+yC*?=P!S2SY~Q7Ffaysx;TbJ9DaM_W?7Sg09!)Ls*FH(L%rNAr9J<xcZGU$SQvAP z&ztx2{oix)n<^)%2%U^hwTX8Mn6^1^ws~uZPt-5ReH%jqawZ<W!2Eo}%BJ80XPCtk z4m)zsWM>KyWE2Q+VEnuGTkJQkTWhVpaK_nO6<B;=_H}{e1M%lYl^u2mpAtWOFnxb^ z-J^q1`{Sg_Dpfu_sb0S8d*~;J-It%#iG28#{CAOj`SLrbGgh@X^&iY!)ZSPx?|s>Z zWlepJ?<au^E1u=Oh|}MqXuasz?}w8gb?s=^pPd|gN9nPuZq9P$YyDfk@*G!|<!gI* zu}|Omd&l#Iiq%(`ug!ej_w(u88*SJ63t4TBI^X2~A@F^@?K#y{j=vS#=N<fQxc;K@ zE&qQ)+!_z;**5P;pLTv)`vN7I80S}w$|t%nEMHZ+PwGd1{N#@9Tdum_{(Q$EwxuxA f%0p$+_EVA!ydNy?yslse20VkOtDnm{r-UW|%W64X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a2d09a4c66dcb1386c0aab8ea8b291f48d48da77 GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xHr9@Ck7R z(wdrv8X6XAn#NG1VWO&GqNZu8sbi?ArLU=Npr&b}tE>A|M>iO#nx`blFPK4I;rNM@ zr~dr;^Y?FGYGDXa+``kvF@z&JIiZ1Z*#~2X0Hp&5wtdqRxKoypu%DZamB&Wl7^9bD s0dwT{rWdo>czWa%yl1mMSjWI{*xz^SN{g=sKr<LTUHx3vIVCg!0AW!~-2eap literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2b9318ba1cbefd4f8402b9cbbfb4c3f615364449 GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EP60k4 zu0UE%%Sc7TR9)LdUCTrbgpAcRP1Q6^foxSx6EzH^rEQ?4W1yo80eVJ3(dj@_1WJPZ zf*EXm{rs!iI`;0{|MAo3FMn%TW@-cFay?xfLo80ey==|bpdi8;=<4cn;o<iGYiBJ8 zaY#&hx#j(Z!uE%g(`o}sbAorSFPU_{x<E0Em0yXuxBIM3G~2WbY@CxBkNACPmfyp^ z?Elkm&oBQnD_Fs!HcQF!+()^#H*cQBoZ8Z|>FdoEA7>}V^K7v&e!IDN63}7>Pgg&e IbxsLQ075-;iU0rr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..481a15e6ebf2b81e9bce00d25ee873d9b7853df6 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7u@Ck7R z(i$3O>YB!C8W3cvs%fIGWum2HsHLS3B-OM`bai##_=N}pmGYJZ`2{lwmseC)PM<z~ z#*CRW7u=XS1t?+R>Eal|5uKdS!05L9uEPYK0|%_0^9al_N=UF~X5-|!BXEq(OR|7D p@>;_SVJ@DYXA0ikEDzQ(F#J+<4=H)*uoh?rgQu&X%Q~loCICr!N>%^> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ce9562780cb800d29d0e0bd91ddfeadee253c6e8 GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EW&u7S zu0UEz(?DI_Tus|dP0K`0(^yr*R87-FP1{&a%UE5*SWUx39Vo74qNQ!1tqTGAH$N@f z4%8`B666=mpsJ_u84y%hR6KFgjF}){Em$=VD4XHw;uvCa`t4*-z6J#WmPnUtav%QB zH+B4YXo2BFkJ#nUuBjdo+0y@_!*BcVKE`MN*fpm2`82F*Viy%_TJ7ZWtd)5omxCmO zP9o?3)(@sTr(e94{_T#v;z?~D;}>eVy1J<|zcfuPK4iye60WPV)mgC*XeWcGtDnm{ Hr-UW|j#g-M literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4356b0ac3407588cd75fa6c316f00a0ae1986a GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUV@Ck7R z(*JP-m73X8fhxF4g8YIRI5@df)l5uX-BkZCj{%ArdAc};aLi0jXkc8{Gt=S1vI7U+ z>2R<t<K&TPQ)nw-W?rr!;j>^0qxl3~i7eJTK@toM5x<1Po?UdD57f=z>FVdQ&MBb@ E0Fjbcg#Z8m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..bdafd334439a1cda0c82647e3edcf457ac90768e GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeL6kzSkVgS@5P!i-9%)r6JD<~?asH|#Y>g4R|##R{^43vxWba4#Pn3$ZPz?5?T zKR;{z^rjzk{!cu>vcTaVx2vOuz^mU}A~)`9aIg#QZ(#Z^D#&!GzJcjK>%;^90~rr7 zJ-^s2U^zk6u~Fv#A%S%X_r$++Xfe3Pir8rV*HKh^#dzgcai!f;&lNzM7(8A5T-G@y GGywojo_(kQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..90d0374562aa65031c51f90f518da9f81fedf1f5 GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7o@Ck7R z(w8n>I(F>XWiYr11}|T}eE$6Tg$oz{{{8#^|9=}FXHB3wo{}KHU<N^<+`Rm*uI`?m z9%tisf<SQ#PZ!4!j_Bls21d2*GaV)<9XN1nt29TLg~5ikY=&j31_kffnmMN!Jz(3^ lur?y^zyXeJCXo#9fS$bKU^&b0LN?G022WQ%mvv4FO#r2ZUc>+Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..554d44958d1bbf6c4f25fddb7817bf99e083e4c6 GIT binary patch literal 336 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z<Y#fw+3UcGSP!nt$j&YwSj=FAx&1HuJL0YxAHDDv{<%h#`8|Ni~^|NsBr-s%Jb zH4B#n`2{m5YH2%rd1qu~wzRf&_kcjRitIn2be5-!V~EA+x04U@9S{&;U8&Wz{o4Qf z9O0)eYQ8dOOVjf|w?s4*G0GlXRkq*2@p`>N;kyK;J|&AKHZ2L=4-O_bKI~?A!g)Y! z+lTlc9`Dv&ycD4@W14O6=KfEzZS&r!&C88y|M>T&^v<*!{Kvl=Iq;qk3IN*5;OXk; Jvd$@?2>`Dql6e3C literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-selected.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4d32106a91fc846c32e52145ae36bbc8cdc7aa85 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(*N;-^NO#30u^zW1o;Is@CyjJxW>gN)HayuC$R#B%{*NkLpY+76B-zooeFg@h;3{< z94Wxz!!2RK>&WwvlP9JrVM9X@+Z~5*2?B>r7_(lQu<p=iIKe4$_sdrHW}pcSp00i_ I>zopr0A4U$zW@LL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..7b361e3461209ca7e8cec4c4a0439109142522a9 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z-fS%AyRG#{v0xFpCgn1NqRTwYzn*51L{B|f3Ds<ysiXVE<qpmesUi(`nz>9>>3 z`3@NH9ElPBUi7~{hhh3jqb3Hq!=Y2uCT>)YF-%ruw|y=redmU|VUs>b^o4vE3BM%4 zSrZg99F<HNA4oUE|7d;hR8_r`!<)O#X06-CNjJVPT_x9cyCnGi%xQcsRhlb|6YX2m W`S-<oO_&C>mci52&t;ucLK6U$!H=8( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb129da8b244e26f2e22c643ca88db8953c084a GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7u@Ck7R z(&x^dJAeNCB`~;r`7)3Oa$kS}kn!)|zyJULM}%<C2P)+%3GxeOkXJZ<;^e76fBu>` zJkbM+T6(%ThHykDCp0iF`w;37pmgAX*>4_!Hzf%P_nDLC=p{U`VrJvkNIk%t!WzBt ka6{uo*_6zU40l8s_6ND8d+u_X0W^fc)78&qol`;+04cU)DF6Tf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ae8ef7b929e41b2dad7e7690e0434fe179db53 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Et^qzF zu0Z-C7@RwI?mP?t*~na&FqFP<;lj(8FJHZS_4@VeKY#xG|Ns9G&k_ZoK>{T~e!&d3 zzJC5yZ5?~}?f>}c^OwIhEHkx%as{3)jv*GO-%hp^YETehakOD@OxyYIf5_?pC4~*A zCirbPpPlwbJgj!%!=Od?_<3&JuMhCqsmOXLh^2SNZk82F5li+>Na$jC!gxSr*@swz z$0z5$&v1_aFu_$|!G+m-)sN3N_~vMyw>nez(zbNvpZ1CO9nRV;S+vtJ8fZ6zr>mdK II;Vst010uOuK)l5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/pane-separator-vertical.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/pane-separator-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4f5d70f7b112aafd658d1eedf07a77a8dde7ab GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6dTdb&7< zaLi0jNk|AtPXK}>1s(}W35g#-ED-_3B7rU(FBa_<WhfS8<UHB#_6?|s!PC{xWt~$( F698e{ELQ*k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/pane-separator-vertical@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/pane-separator-vertical@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b82de17d1540d4b2aea8e4fbb88f89e1c3a16b63 GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^EI@3)!3HGFq;4Mt2^2edhHwBu4M$1`kk47*5n0T@ zAiW-h8RMiT$^Zo=OI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe2R_jGX# z(U|!5+(zC81rdjXzb6IEv|tk6@ZV-btC|~^HQR!VtK&a1v2)3Nad7>%%WQIsuyx)R i%LtV}uV2^J)H1~9$n9sCt@;ya6oaR$pUXO@geCxnQ9BU; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/pane-separator.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/pane-separator.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f1ca449c51555e918bb1ba9f81075bdc98eff5 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^5<twv!3HFqtYlb$6icy_X9x!n)NrJ90QsB+9+AaB z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD=<PZ!4! zj+x162?+t|2?+v;2?-Ua8yNoZ@bJt6;`@>k5_L+Qlh;h^Y&^!m@GO(<Ve0cOAk!H< MUHx3vIVCg!0AeIB(*OVf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/pane-separator@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/pane-separator@2.png new file mode 100644 index 0000000000000000000000000000000000000000..04870eb5826823ff028eade5bf2918b3343f6579 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^20+Zh!3HExyxe00;uJf1hHwBu4M$1`kk47*5n0T@ zAiW-h8RMiT$^Zo=OI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe1m^K@|x z(U^Glq9WG;0}+;s?oNxiN~dn!`F~<jPluCh^5k3g8#W}}Ntu(e!{Aw1OR;dC$d#Yv qEyb7nW#+v(UHZUr`+4zmwTv5LW&ep^e##6qk-^i|&t;ucLK6UT=R;rs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..89603a45f7218c200e87747b1fd4a09838b0300e GIT binary patch literal 375 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkbZvq`JIa|?p=QQ@ahu?dUWmSqifF|U3vE4Di8q$p90aNt4|+X12K@1wt=;sldrv# zpM$gCnkAdpEZwqp*%qLJydKAiK%+%Vg8YIRM8(8ILc_wFnp;}WoxgDL<EPJG{=Ia1 zF$Jig(9^{+L?S%5|Fu|yfIv%NN$8p--QVlaty$rB{CoP@IkIeus;d%>+`ffg<NeVg z=BaPD@xu=Oe~z0Ic>Xzy_ek>pe#JM(NW$>pn!5#u?gv;F?Ra};;=k(5?(?t0wYyx8 rM6cPm`qP%hul`70>t#sx_Uz=Az07YCvE8!=XgPzYtDnm{r-UW|2}-Lo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3bce1586ae40d5527012351f59d90582619dda10 GIT binary patch literal 644 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!Hle|NkG{c=71+qsLbtKfd<(!PTb^u04Br{n?|-&mLWQ{^;tnN7tS`xbo!T)h7?H zJq3|q^yu1C5V`^s0U@B8M^~ObxccnjRUr8U!hmUkssWk|Q4D85xM1>`wt=;YrHiSh ztErW%nU$-#wOdMZK}u?2YDz(BYEfEhae7*DMtbp)-6xOkIdyc;nPa<8pE-2t?BPp5 z?Kl2^_z3igUP+K&Fax8avWlvqk+F%Xt(~K@OGs!~ctm7FV^ed>z5^#to;rQz`i+~n zZohi{_T%R-za||M?E>oj=IP=XA|bi<U}iL9pak24=c2CMuH0z>hZBsrFUEcO^WT1| z@toqBZ)g8LX6U&#o4>X`qdcogXQ%Atg6O6xr-X&sQdMI7W;`-2SRiPiyyCEi@65xi z6a3|7uGYV?Gr3VM>CvVJ?SONUE4Y?=Kdu&a&Ciy~)iB#S-*v~=P0P|8C4-||H<o8P zYZzw*O3V(P?Km^A`_PT1TgD>OZ>3B8UhvFe<I3D=53hZiK8tm!bMjxS`SpJ<?r0B6 zUKp(LXwv}?f$WV3Ov_RZ#MmB;%RD6$C+TLJ;8xJeEH1pPqEuzdZ=V-)6<lZO^<L~% m@LrXB`eW_!Dhpwmi}sglC+q3)7`g*PfWgz%&t;ucLK6T{Zbj$- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-insensitive-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..ac63c8f640489d5b90b055282229d6a18b0c6b10 GIT binary patch literal 377 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkiH56uWlT9{rK|Zdsm)3x%uS&)hCaxKYM)j*@LT(A6)^GATEdmi9C65_1QxZ`>Bq; zm7SBXgOi_wv)}3^n^!N}vUb@Ppql9~S>6H7l_?4G3ufTq;nmaEH*ojxEG#N2ZfR|8 z>+XSqIMFyipt^id7sn6@N!EjmLQM(+3<p}BCC~n^4=L_qxy8ybK_N>gDqohf^!~x$ zc`RRVG?>m)JhG8dBsZ;;{XwWGYnA^*!A%W@#~WPP7}^#&doad+Y@XBTJ|mO0;O-%r uK!*9n9KVuTum7B&aD7kKUu#B&2mJHCsM|)&-z^NZn!(f6&t;ucLK6T4d7DN6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-insensitive-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ad158552a64f45e4042468c3a55c26e06925492b GIT binary patch literal 646 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!Hle|NkFfef;G5lV@k1J-hkr@y*ANZ@zhQ`^lZlPoG|X`r^imhqqqdx%&9-wa1Tv z=<?%xSDrk%`Q-l9Cr@rYd2sdVqwCKeU3ms1A76d;2#Bsdd3g2N!)uQpUVHZN%9DrJ zo<6+t^gd7ogq{M?qiY~#4?tX?>~kG`D^m++Qwvv9D_3(X*Oa9EloTK;Oi3wDODWDs zE6&I$KDy_`(LJY*?m2UOzqFP=Mm5op5N2&3CT*V~l@`2{mD3JHsdNK4De$|@?U zsH*De>l+vty1Bc1WMt;$=NFWfS5!1KHnp_2b@pHaueEBdK$E_Bx;TbNNUlA2J?xN! z2<wGnK@pt=35u+~OfEqRH$-j!|Bp6moauT?y87{qCFz!RB0u}C3WuD0JH^dFXiCYv z2!qVU4~mXWDrjJCo*`N&@0NW|Dv`bV(}}2c3D5g@+fH~MU~6=+Okb=g(tYf@m2bS6 z$*};Ltoy4|v~LG&Ug)!O?c_Vsrt+tnqGmmrc10{e?8+sT?Tfzgs4n<6@yWfFl|Z%o zBR5U`3sf6nVz&PD)93QN)f%>DR;@~m(m$H+bnvd*s4RS~h_!mHWp+!h#NQdBA4U0M z&O``(3%pPk`C#4xmo`S;|84=QcQ?LuotSPvhqLd6ya{iY*7;Yz<bnQY@O1TaS?83{ F1OO0eIo<#O literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-insensitive-selected.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..2cf56f6a95593dcb3571a0d558a097a503fff003 GIT binary patch literal 341 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_UfKP}k zkp52!cy#sIlbg?<+<yM;(+{A&tuoTyKqEv;g8YIRczE^n4ct9E3yX?dTHCsNKtLgu z@e5Evx~Gd{h(vg9|81cI0z9mDZ!Ktg^nd@>6}KgRJC)5*;jlcoWLp^X>#waVn-*Qw zGmSCjxy+C$W~A#N=D+iZ`H`YmI$25;@>yx(X)cF)4&3^3@7OG(X&pNy{)dac?S1&y hSVUyeE=|jijCbU@e)FFc{|U5`!PC{xWt~$(699&3nTr4b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0d9f2aec53053dc391c3cba2be42146685e2bb05 GIT binary patch literal 561 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z-f?ZKm~&z@WdqUTR;K7aY>?Q0-<0z~hB{rLUs*YDrIegmB_QMlkT&^3A`L4Lsu zj6%X9(lWA&N-C;)`UZw>?j9MLdHDrp<rNK$O)af$ojpik>Xhu~K%MtJT^vI!POqK( zTBu1upmno}_T^8rZuC0oUatLr{q#a67l~QR-pf~?+rS>7HrYODXJC_oo9B}#ElZ7t zKo;fhz0Hg>ZLdtPo?ub6=v{2W5!V7A{sj+C?23@o@U-_dUvRKKKi~z=(QIz<EoW9L zK5BLM^|<?~)PtAv`sr-{qq2skA2_~FElOu~;Z5JBrq7(%y7^YXrbC`t7f<LGX{Ll< zoG@1;$Re#;dC5bo9AELL66>V)#%o`YymsGidtri!@^+#2qC|;Xb#H=K{?GYRSo3hp piSU1GD<z&wJTH8);>r9<rURa7(~N$6wFP>W!PC{xWt~$(69AZzCnW#? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..99c0a35bc7f9ac0a87407f98619ec7c649349c4c GIT binary patch literal 363 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkiH56uWlT9{rK|Zdsm)3x%uS&)hCaxKYM)j*@LT(A6)^GATEdmi9C65_1QxZ`zet7 z^3mJhzkUP3|NsB{-mFan+a2T=%)rCLtEaDT;O^mBSX5Np(%RbA-2(!P3&KwT73F%m zIEF|}&GmmP)S$qz`HI(O5#`r^=bISrUzc5<V9nON(Y|1BWxj}h4VzCv@H6%_8Kbkz zVLJ@Dq^wtHyty(b++yV{4Hfqt?;S+<HLaa?L1$I`t_zXZcgSj-xYE>VzUqu|*pzg) htxRi9fB5~A+0%>ruwD122|$Y(JYD@<);T3K0RZ9oqA36X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-insensitive@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..515cfa879b33e632e6fc06dc1735a6345b2fe7a3 GIT binary patch literal 599 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E^8<WB zT!Hle|NkFfef;G5lV@k1J-hkr@y*ANZ@zhQ`^lZlPoG|X`r^imhqqqdx%&9-wa1Tv z=<?%xSDrk%`Q-l9Cr@rYd2sdVqwCKeU3ms1A76d;2#Bsdd3g2N!)uQpUVHZN%9DrJ zo<6+t^gd7ogq{M?qiY~#4?tX?>~kRd$?fOQZohnX=jFE#-@bkL@$J)(zrX(i0nlN^ zaVmF!PBbkE@(X5Q6cQE@k(QQ`l~q(yQB~E`*EcXQbaQw2$jHpg&o3w|uc&BfY-(w3 z>+FGps-BHYfCjwuba4!^IK6iAb+IM`o;Jt8gN@AM-kN#}T1mD4(=P`v)x02=_vihj zn&oG&Y_a#+9y5Q5=Eqp?>8;b*A9T%SyL8*xbzxv{e}BN`O08qdB~7N>lz2bKVNr4a z^X<$ln~W}tYHayoE3mrZ$L}KoQ;Z}ZEP5Ol5OwFmJ);B1Eoy7OxExAm*tVm>&~`_& zfx<(xzf4oCCz(As#IVL_eZAn-Nqg*;dUB=SvrByzzU4a4hAX|Vwr`pBXW7#g4Uv}b zHl*HJ)hc-H(zLaATw+cI7H7VF6(#NX_J7{v0x_qpDSCT#i(k8DN>$Eo{C9qG9kX6S WhOuqpiCaKVGkCiCxvX<aXaWFAojbMw literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-selected.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..9a569dd65b28ad864fd7bc8a3e539e276e511c35 GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkp52rczE^clbbJ|+<Nit^Y?F`e*jHdFZa0&XsBpOkY6x^sF-+2Xjphtb4%;F^A|3D z{Pg+Dzn4xgrT`V>d%8G=NQCG1KNM;Z5NHXU5>&WU`~Cj~mJ^q~{9Ro3eA>|)@@Fm9 zzcw*(Ef)~-OWoUgM(wg)3%mLv!!~g%DQ?+5S^inUCP7Sl-DiC;eIx8><DF6wf9vw* xby=rZcC0#jYxk-%*4uRF3*KUwF>kZI-YOlwC?~D|f<UVoJYD@<);T3K0RS;*vXcM+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-selected@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1a56c33daf08cfed0b00ee4f97cd482041ca64f2 GIT binary patch literal 620 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E8v}eo zT!Hle!2up#efs$Nv&Yw;Kfdw&)uXqsf#@+1z5Dg!_phJ7fB*db=hq*gORJ~dS_X8q zUP+K&Fax8avWlvqk+F%Xt(~K@OGs!~ctm7FV^ed>z5^#to;rQz`i+~nZohi{_T%R- zza||M?E>oj?CIhdA|bi<;LECm4ian^z6VF`x^RiLbE%?-s^pcR_kZIfd}maq{C+NT zXOhXUcPc#UdFvHVO#UvZyI=Xlidy5;5Z6<m=SVtohert(FH&1`s)@BpN-yP%lk>rw z?A}`@3d~onY5aB~s5GNC>UVF@Z05CkCex4AiOyfcZz7XnEH&F=<5I)MZA%tDYFV_g z1w<d|I>v7@|CpX%PG-f07^&l>HJkn|e(3P}qSYU*t=5-*wOmVBS)K7{^O2AVFE$*} zK9_RDiTR*w>Om$)(J<pAzb{SN{>5o5zDq*deI)NFI^VKe`*OB||Et*J+|K8JRtem> ZV6U0h>Tz3M${*-`22WQ%mvv4FO#nEYVPOCO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..594ea7dea8f201a770365d0ea53c943ce9187800 GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkbZvq`JIa|?p=QQ@ahu?dUWmSqifF|U3vE4Di8q$p90aNt4|+X12NFhtA}r1J$(D; z*PlPX|NQ^|-}wCR3qV6fOM?7@8AQdzLqfyCo0?l%&z-+;@#Ck@U;e#xdNBp4Am7u) zF+@U=^`Il)Ap;%;19Qz1p%4G-l?rd{T6TkhLF&mw{_9raQpdCp{@v|yOua#3b4!hB z!#BQ%9t^)Oly=<MeWA7G+M<Kb3=FC|H$qvx&F5<z5IHB^Q0cYXjrmQ!=e0MC&%Q5n i?5WxHu9%tOfc*V88iv{18GymWz~JfX=d#Wzp$PzcE32ab literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..7257257f93ff62b988bc7c5ee2710056234bd629 GIT binary patch literal 620 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E8v}eo zT!Hle|NkG{c=71+qsLbtKfd<(!PTb^u04Br{n?|-&mLWQ{^;tnN7tS`xbo!T)h7?H zJq3|q^yu1C5V`^s0U@B8M^~ObxccnjRUr8U!hmUkssWk|Q4D85xL^{f@#&LWFP`3h z`3#8ey!`s{+t-iZzkd4u?bG+afBu5OKcG{Sx%}S&9j#Xq<QL4qsHm)>YG`C^VrpyW z=<E^_8WtWA+0fY3+_LY$iIb;JpSgbH=B?YWUcdeL`OB|K$3(k;IzM~5IEF|_u08m& z>Y#%J+lBAJQM)c&V(nb2=%Knks_W$6_z2$_l_|fU%iNh{^6Q-nk9yvE#S@diOX}`d zKCz<KI5oue)aN;pj@;o<g2ju})|_f$ZIaSUIpgGf@Fu(WmWcxMRcji*od_z;sEwMv zH|V$NT0N8L$DT>dm$_yllVL3N+hXHl!^Uk(7CvfOw6O(5ADMWJ-(>zVGru<(6>p zRy)@e{aE_Y;q}F+|C(E4FaBz|mawuq<I(0LAroF~IHG+n<%kpWLD$rSOpc;q#z}r( znza3k(^!0$gtYre-cfYEWw-X_Yz6;UvB$Zc&;P6vxO2h&VtxLRTWUO;f!=5EboFyt I=akR{09MIUcK`qY literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c3f4c3b53793dfbd38d7a532324b1c82c091bdfc GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkbZvq`JIa|?p=QQ@ahu?dUWmSqifF|U3vE4Di8q$p90aNt4|+X12K@1wt+Q}yXs{A zC7?l~B|(0{45DJ<A)#U6P0cN>=gwca`0>-{FaKUTy_f=2kmTv&7$PB=doY@>MM1#z z;Nl-)ZW$ln)vrwUIQ}6~bpD}#yVvbty_2)*lZ&bNPNPp8%fjC^#`cO@T<vJ^+&-Dd z;AL45lb@;5hLsx`6kkuZk_(=w&3tu6=u*b(>)UT`EUEd)yswC7p1Aqn4M5u%JYD@< J);T3K0RRaXnk@hT literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..57b3b64eb971a6c8667a5fb9e67436df1d8186c3 GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E69Rlf zT!Hle|NkG{c=71+qsLbtKfd<(!PTb^u04Br{n?|-&mLWQ{^;tnN7tS`xbo!T)h7?H zJq3|q^yu1C5V`^s0U@B8M^~ObxccnjRUr8U!hmUkssWk|Q4D85xM1>`wt+Q}@nwDF z0ic`oN`m}?85k9nRa6a)j7>~!?Hrw5LPEpBBO)6bo0?np9XN6F)af(VZ`{0f`_=2W zA3uNjHR+gW7f|OZPZ!4!i_>c--{fmD5O8&LJjf~%bAyF-mD16l|MwefcDI%_8P0Kk z=Q(rR_AVpERgx}}OCz7mUZrDqXJPY>rbYJ`xG(zp`7AS=h}rzxq8uUD%;(!WIxQ^! z9P8+H$FGWoWqD*n0@KRr5sY02TNuP`)LeE57%jAW^qt|GVX{*v_tP04l9&#*e%Y>A z8)IR3@JQ>?6M@gq=I)%aA$z^`#OLCrOAKOkbt9i{tI@okl&QP4U5x*qy|`T8;kRb@ oz3)$Z*s8fSvm)-)qy0Y_gc9?!+K-)i4fGX*r>mdKI;Vst0MZ*7!2kdN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0fb1ba2064098416b901fd4006aeef5ce4d00b05 GIT binary patch literal 339 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^<fKP}k zkiH56uWlT9{rK|Zdsm)3x%uS&)hCaxKYM)j*@LT(A6)^GATEdmi9C65_1QxZ`>Bq; z6;R}HuAL~*6tR*ZzhDL)9$r0teFJw7&%&aj;+EFdw(g!DPnJKvKoyCeE{-7*lDP+? z`C1eNTn{e(;Uu~6=<fe(`xIplw};kn{eHhIh-b&uD^pt2))tjM6ZBbc#I)N=(Bi6R zgXi|iJO(ezg4p~@g#@nNYzX*rin)L3sjHo7dRd=Zq#q}i<uJ$p%Q?ZrCT@3gHqbH# MPgg&ebxsLQ04?~BIRF3v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..afd068ebe50c8d55a7b01413d73e9a3b55cba517 GIT binary patch literal 533 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0Z<#|NoD#K7Mlj$+I)hp51)*_~zrsH{U$D{p8N&r%x|GeR1Q(!&@)!Tz!1^+T+JS zboueUD^H%>d~*NllP9;HJh=Mw(e-DKt~>*hkFP#^1Vq=KJiPks;kCyPuRVKs<;lZq zPaj@+dLJkPLQjF{(KV2=2Ous`_PLI}6_Bf{IfozU6y1^_zhDMNAz={_X=xc*Sw$rk zRaHHGeFFnSH+OfBjLf|J{DQLbii(EDrk2*W&YqsMQw3^3jmJG*978Nlubq5TsL6oG z)zR@Ft4K`5)G*hspa0(%t0{=x>foQ_UbJk<+1^B-j+e(Yg`1Xc%zkyMUAp8$K;Rqg zFDKU4)fTriF4e#OS4t%7ee`@=2j|T4zp)P9-(G&<U~#NwSk7`!W+Rgjd+Q7_C6S;g zkARGMKTH|yjYPDfRvc?l=b9td^?%l%!n49$db&Dp^JZ<m%%z$5U9#NHC{N2ENXItz z$+jYm>sc9l>(;Ez`S5?|CX2?B=xx{EO%qma6>u$zn-#q7i}Z}zj12!DYlMJaV(@hJ Kb6Mw<&;$TXZ~v_T literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-insensitive-selected.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..08c13f09e213ae504c09e6840fafd52c63bd35d8 GIT binary patch literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^_fKP}k zkp52!cy#p{Q27h*ADlp)LM1_d!3;dSdin<L9-f6o#VxIE-90@=7S?(KWn(>E977}| za}PT5H7GDJA7l*_S$X4seVB8{!v{S3AH}U({p7@kQ*(vx-m=+pMEjIHYr=OG=H=?F z6KeUlG2Hx~5dPrH5{8?Tc{@HWXNy}|nZX@9Y4<LJmKu-aVn04JXee^7nEX?X1!xh2 Mr>mdKI;Vst0B_KXQ~&?~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0272809955a414e69d9763d154f5a6f4c17f45a1 GIT binary patch literal 481 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-f?ZKm~&w!Swr{7x)v`?iZ$S;_IQAk)sT1Hk;Nkvsp-@wq#-6JD2FTbFyyrQA8 zsin28v!~}lR+tb_{dP|m#}JFtYbRe6YElqzT^gbl9DJd{Xyf1i^=ll91#TA1I;ULS z7W+WRwZ7%TEbq0d>oq@4<z_Wr6`}c2RBX$~O?7)3ou}XYn$sZKociY7gN3tqPY~N< zGT+nN;ly%Y5w#VC+*}$f1+!vS^c*N`luVR)_%cCksbE#i3+F@1SDbRBKb<zzU)b%% z6t27cx|YGiJzsY=H##bnZ*s2WX!$1l``F9<@wIdASgk#?w_bbgj0;g4v_4L)f5y7{ XcF?LXyMjLgy};n<>gTe~DWM4f%4haj literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..dbe5505bd6f03fe133c7b0d2568200e9087f0fa6 GIT binary patch literal 339 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^<fKP}k zkiH56uWlT9{rK|Zdsm)3x%uS&)hCaxKYM)j*@LT(A6)^GATEdmi9C65_1QxZ`zet7 z|NsA;<<ZB1rihgU`2{oZ@bK#C>l?Uxcor5F6}PmuwsrUPc(VNQ1*%B&ba4!kkjy<8 z&DWwJ;CgWJ4=2fmPj~%a+ovddxIMIn>-YOzK|DLIUYXLGwzjDBnV`>lBc|O}f)-aj z8$7p9<}r9#7R2UPDkO0AW<$W2Q_THKPhIUy)64qQBK<hAEQdM%pB)GHx}9tOf`W{} M)78&qol`;+05Wuv(EtDd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-insensitive@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..31391c21bfc4e61530401e26d44249a9927b573c GIT binary patch literal 533 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0Z<#|NoD#K7Mlj$+I)hp51)*_~zrsH{U$D{p8N&r%x|GeR1Q(!&@)!Tz!1^+T+JS zboueUD^H%>d~*NllP9;HJh=Mw(e-DKt~>*hkFP#^1Vq=KJiPks;kCyPuRVKs<;lZq zPaj@+dLJkPLQjF{(KV2=2Ous`_BoIZbU?lF&$~dU=#~We1v4-T35$qGOUua0Dk`a{ zs_N<M8yFb6xx0I0Waj1P7nGG(R5Ua;wY0W%_VlEkDo_JzJnre@7-DgH?c|$6O$I!! zj*bUeMPeeRhPitE`TxFHO+oBd2mc)RqGe0Y_9pstyga5U+_ZFK_N!Cv(j^}P0^ewV zIkC2`wz!>fss8o9QX*OJqvzW?IA@msjdk$;_VNn{i(@sza+Z5C8<~XITW5$Vi3CM? z1Z2$nVai}{B%&3y;#iA1*Br5~|FixSo)zZO)75dCH*4!<F3rU6lI3<rd0GZRI<~P- zwiRhy&&t?aw`Oh5hyOb_Su~bJZ@d0(ny_lCfNN3Qtl)KDq*W)R?Kx~)B?|NsgQu&X J%Q~loCIEww0`dR= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-selected.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..94c467aa7460cee6b8018b622b8f218a0ccac94d GIT binary patch literal 313 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQq(xx;Tbd z^sb$>oA;1`M9cY=o}Nm91`MAk7_jmjOji1)aKV6qwN|dwuIq+U#}P#h^~j=!yMO2W zzjTEu=>bbj<EeE#7EB)}R5DNbvYH`i{?2bR=4L6pJoL@9e4@)FksCd8m)z`F&ZU}r zn`OJ;TfdnqlF|WIO~?PfTpPDeEH7Fz`Oty#3Wu*M;RP(u?K$qr&C1tt+w%OtA7ws| zpS2UN&Gm6Ga+vgeR<xpE0fU~&<;Yuq|8ZAy?PZvH@FYi`=hs_6A24{j`njxgN@xNA D=SOvJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-selected@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..902acdc9299b1734a6b2804f43d890c20971b294 GIT binary patch literal 516 zcmV+f0{i`mP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ zaAhuUa%Y?FJQ@H10f9+GK~z|U<(JD&!ax{>&k!C0uZa<&afvR`#K2xRqCSi9p?C$^ zAZpy106R5mG`s){KNsyZ6I!697ZW|Z{xivUW~QB<U;6JdaVG*s(!QiqNexLAN$dXb ztE3M}T}d5D55^cWaR?aT0vHirL*U#uoeEw9?h}Bg)d#A}!jFK@6mY9C&`Jt#0h0{i zRuiBZ7rq62WeB$#1GPnP1Ki~Rx4LECiwRuj2)AmxOyj_fq=BUQ+mv1-NjvtQC^-WM z1;FJq>h{4ka8dv~#BvQZ3N#R~%1&`DYUcCPTPo7#-fC1iD7rgPNkvMgV6mlnvvSmT zl!5mG4Fu;}o+^eu!x?9oR>5N39q8sknxUI01Dyg51gzh<iieVRLszk1xXu|aNmn!T zBHr(~pW~mf$D*7_zJVlOJ_MR%AIXjr9Tad#cA+$09*i(i#fwqPst0T@1$RssppDmT z#MJ;eBSvGAv^A^C3lj}VE0Q++;TL(=t8L95Gi%NMynX<T2xgt&>HUiU0000<MNUMn GLSTY7n9T41 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..f7d8cd425c3487a52d9a61c838fac1bce9c37c49 GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkbZvq`JIa|?p=QQ@ahu?dUWmSqifF|U3vE4Di8q$p90aNt4|+X12NFh|NsAYY{}OJ z8YEg0<QL2!DkdHh8W!Hv+|qjP{Dq4jKYjl4@1@g=DL@5Do-U3d5|X(Gqxo7C1Y8d; z{t@PuvGZO1%4Cn@9}-39ANsd@-450}IjcUon2PT-`oys;{9R*guc*b<jt0-|lX(nY zmIX2SnJR5qxsgHf^;9dl;ECGIS7(GSWxT$={pQA!nxD-5n|R!;S8`qk+Q#7N>gTe~ HDWM4f3}u@x literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e329a8dcebdc4e9fb26102958ba0fbe66326f938 GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E69Rlf zT!Hle|NkG{c=71+qsLbtKfd<(!PTb^u04Br{n?|-&mLWQ{^;tnN7tS`xbo!T)h7?H zJq3|q^yu1C5V`^s0U@B8M^~ObxccnjRUr8U!hmUkssWk|Q4D85xL^{f@hQ+H&n`vU z1Kp%o666=mz^JIKqH1VlY+`C_=jiMb5*ijB5!uk#)ZDV~z=@NmPM^7c<L0f~uU^0X z`1#APNykLHfI3fkx;TbdoL)QmCSQ|*fUBe9K~|BN8!W7=lv4lv-*2qh-CEXUILG~+ z=ge)}yNnc9NxDcbjeIhDm5$w=h0Qyf7TsUqzUb@cv&?KFX7g{0a)ewnpKt5vw6Oeh ztfSW*zbY1%<&g~uOe?2HFm@emVGy@bbJ-zaw9xL+cZP3<$xfZzPiK5cVmjFRWxHZ+ zjD_LBBdteI1U^5TyK}~d?Df_YpNp3+F^JLCjeNSTM)P`7rtZ>qG5&w{;&Oe5-<sX` ozCZ0@tLD<oinvpc_Wxv<pPIXm{oe9ypsyG_UHx3vIVCg!0MhguH2?qr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a80cc0cb9b9daad32209d61ccd3cf5b9bfb869bc GIT binary patch literal 426 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uVfKP}k zkXF_)Rnj)r(6CTfH&atH)zC6i*D_PnHdWI$(a<(g(=b-kGEvnuR@VTsP1Jx4EwG@b zF^~=Bf<-ieQYPw}CYss?TH1y{H9%5J$4Ey<S4T%rM^{%z7f9;sf`Fd1J<D>S#R?@s ze!&c~atew{=^0tsIg=(&pE2{%qsLF4J^%9c+s|LWe*OOaThFa@4Nz^hr;B5Vgk<i) z+d@qWA`TaGBP(@JGoA6CFz4TY;bMt4_3KI3Uw)hQ{JE+6sxyz)l*$JSik$L%5OVO@ zg1Ih!@(pQ|QnDJ_rysfBc+l&Ubi+gK&RXWV(~p!p*m@aVb66JM88&z0P7U>gtIn}3 qjoh=f&QLY*-nY+pw!44(!?@Z)g!h`#rC6Xd7(8A5T-G@yGywpfw2UJF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6f79041a62b4f5214cc7a71686e8da4ded4d2491 GIT binary patch literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EZv%Wn zT!FNMgM+cLv9`9hii(PYf`g2VrIfL;iiVknhN-%`iJF#?hK7l{y0N;pk(!pNswPm% zR9)LdUDHHO!xV^AwSWv0RV`z6O;a_9pq2?xnHq=$G1P&|z*0aiNP!kuFGMj!1gIFK z5hx2`fX#tQK@@{EB1DYTwSdT2L(5oG+dxy>P)l21OWQz8+fZ9uPg@6w^tE*ibaZre zbo6v|^mTOgbU{Gx#w}S;kXn}n`2{nuu(GjpaB^8%S=%}|Iyrm$`X#5PrRU`47gko) z^!87fID5|A!$*!CKY8cg{RfYqym<NQ!^baQfBgLQ+vmLD9R>zQ6;Bt(5DCe(2Wz7b z21u|!P_KOH8?3c*$(N=RT&drZXRq0uCU^h;;}Y4J-8t6(itlgnp1FDXGCPy6&pua9 zn^ZK_&grjLUy_OJ2APcsaV&kTFQi;W+9lX!gpy~d-YQ_+A@h(aT*S)A;OPu|iQ`+Q z<sE+7!g=rVmY}w`#ZCDS+olE0{}6G|+1xcqPC0DT!iirP+NZ|YO!~rg(2Mbv%2tE) zrINQ)YMZwoXjr2EK}=%8mo`@Ivlo?KvNla+y5hO3{je9`DwVkjN4%6XRNmGeNN$ZU z3Eon|d;2-deYcrm-=b#}G<BEFy2i&gqv#BOk29BOBd5E?0o7a$sSPacdkoJAxjwOO zc-tlU*~ce$L9v(N&D(NLdw1)orgCj{OV4=K8>Q%M{e{1M``X0~d=D=JgPp<C)z4*} HQ$iB}^Gx^z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-insensitive-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..cd282427195c5187bd1e0aa685a5ce041e7a36c2 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zke1W6k<qr)&@fX|GuG5J)zC3f*EUwuG*r_xQBgNiS2qPBHBDo6O;c4(6A;ocR?`9^ z6QBY$O;ez_rnZ5$wxPO~iI$e3mX4vewyw6ezP7HewywS|2<UI!aS`Z72Bnf9zhDMI zAz=|a2gitr=;)Y^j?S*`Nt35coi=US^y$-Qf<eKX#S4L|D?D8sLnI_~58f7PQV?;t zn5!9gO6Q13^SPJ*>y6qID~fdeu702X{d~0VwOzJt0`}`v4b8HI);=tlxj3zGAH&~e zN3St2&QRn};Eehsmhdx6@ZJH9s1qC|tHrX}LpEoq6(3!=F;I9TZ)f4|7KPo$DPIjL f?Rmq`{b5v}DrmBO&kaeS8yGxY{an^LB{Ts5sy=@Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f7844b8b195c40a2089be1d24a5238b2f8f97c52 GIT binary patch literal 673 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!C~$Lqlk2sDp!pv9YnXwzis@sfvoRlBR)%hMBs$iJGplhK8}ay1AORnYy-#nwFWW zrm4ERvAVXgnwF`Wrm315P|!q8(?ng%SY68qB%%r8s)CWarm?!FnVN>FI#3X(Obe<D zD66hv3={_%0#XBFn}Cp}DbReNtQycLEfWnb6D@6hEo}pBZC!0`eQh8^S6>$d^gCvp z$pX6Gt|Z7Wn1P9zg_TW7SyfG4Lsw7V+Sbm|(b>h*(<?MAJT|Vhth~IkrM0cCqqDoG zXTroulc!FbJ`(|+2mFs`U|{6;ba4!^IK6gqVDKRafo5fqKnGV>R~EsX+|Ub7!Tpop z{{J6sH-$+z+WPT~>-xsqx1VJCukk#`gjeizf|XUd$ekDGcV69dU*l7m!=)Q8DjVBU zE}Z+^&8n;&eY4~A>e_p%y-!k3oR-aRbJhEF_Jhjf()Sa(CH7r0Z<Bj`bz!3Gy(N3T zxoLOl+|Ooc5K|5mHU9hBVYb5DM~n;x*Wv{>)-W;bh?y>F!*D=-sS6JygM4UPx|&t| zWmX28Fy6}ee`gsP9&E`8yqFf~zFu_ov8{4pXX3=RuRi`ZweWF-<{9zB&*D_Ko+>R~ z%6sy@7x$JLBeQE=5!p$X^smSj<fZREJo9em_NOIn!u1<@)DHKx{a+)$y0a^O#rs*Q Qz(8j3boFyt=akR{0IX%=XaE2J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-insensitive-selected.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..7e5c6e3912cef0b9de268abda0978941af8664c9 GIT binary patch literal 333 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQn9ex;Tbd z^e&yeQ0S0>0PFVvUNI}?CdR<<fB(G;jxsD_GFi*5w0<G8NM4)z<u`GYb|0F*@p`L7 zGDFz`CXFq3n9U!gq}^SjaBK&o)&kLj>&qFY9FVe@b@QpOLIt->$j4x=g!PkS7}A=! zL;tbyhg&jCouLx&^c%a)v@J=S5<GWpHa9nn6sWM9p<Zqn$six~>ZHO8w#CN9hLHuT zUvJJ1@)4WUIQ6rLWA*vSgf!a=45sHl&TYzGAoy7BspZPt%ZqI$v0R#<Q~1ZH{yAfu XoTGTu>T||GUom*P`njxgN@xNAP`Gz2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd9a00dbf3002009f2fa7530f45348cc981a41b GIT binary patch literal 575 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z<#-~ivuGkSrp(JKk^3ua(sV&>rF;ujDU5*8H`mync_mXVc{S5Q<^Q`gYc(l#@< zu(GzXwRdoGc5!tR_}vu))cMxa#WBR<^xDZUg_;a_S_Grkh~Mi9+Ow+RQtkii!Gara zDLn4^UB2IQcFJRm`YE^XzYAV_`R}&(g4?!RExuHls<>Aq;I+e#eH_=gJgVRSb8+U4 zTzZhPD(_dY!m~31(+|9P%H2DmHiPr-%6;<_4(lBCxFZzdP$>O?t9z3}o1n6Z(>INa zM<-4Us`#R%n5odD(;&+v#j!!VfhAWeLs_#y#*Vk(32Q+nlb^u-`5AvwLar~<xxGgA z%0`(G?ZY!Z9X}sv{kbjm>YD1$QQMV^j0_HSED_x)G2@@mt?2dNZ@9a?*?sL{%d>|q h_r6~){$F`1+$C7~x9e7KaiGT;JYD@<);T3K0RU|zEmi;k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..41ed4d9ffa62667f4e11c01325691693d25fc649 GIT binary patch literal 395 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkUoF@{IO%lu3o)*^5n^L=gwWabm{Wt%RoUO<HCgt7cXACa^(t;1act&$Ob9^N&&e* zWkAOB=g)zHPoF*oGQNHL_T$HoU%!6+{rmU-|Npn<sa6B+P$&uV3uX`y5)!tww6YEe z3=R&dsjaJTYj5xD?Ck35>H&duaT=*WwS}H8jv*4^xqWYi925jx&F_mYs+ltBd%d^z zA&KwzEsb}7XZoX>UA1<%Rc{RMv8wme7Fz9`@>*=usZR-u^xPJ6aGB+or?olVaK9mT z^o9Jx<LhSxY`HJ|tIo@LZTA}|U6H~WlYdt4GA*=nIMsTsN&Ulg*^g`j$7@g2n*c3m N@O1TaS?83{1OTFMx!3>z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a83495380c6fe9fb2072f3e85f428d52df010c9d GIT binary patch literal 657 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|NmF5S_LHc@85ss%$alN&YeGh{^G@pmoHyFd-m+rt5<<s2;%}60HuHcq70}W zD0S)5C5Q-65Xb<khX9~*AOolXC=O&pv_PaFB2aZ;>ws*aAP_(Vf$DGGym|Zf?Pt%P zJ%9fE?c28>K79D}>C=}lUw-}i_4n^zpo2xv&B_3Jz`i8NFPMRenVE%EUO`b=MMYIp zOWVxc!qVEt*3QY<#n(R|G%PzOH#e`cs=BtezM-Y1t-YhOs|N|h-A;W9H0rmfi(`nz z>9vz@7BxADxLkZ7W!jk?V|Y=Z;JBQtWZJ*~o42qvD@_jwySctLZSUP#-&|grCTCek zS7+^c%3*yyTItFrac3>F12ONo9~Mt%EK_~8-#TF)&(ZQ5X8C{l6ZDmDG54;HFDRH$ zZgoJj?YjB<>+IEkUWqT@ReRKs@PehTjL%=_lfikd1w3k=hAjEA2bMC5JG0g_US>GH zoyq5i$%Dfo2c(+VSj@O0mNMFBy7yexyXjx|%z<&~mi|*`3jTawy*2F8hFjA!_o?*U z{v*A8+WiTQns;0#b;bOhcwwG%qHA*g-eX;#ckU2NzqoYQ(r|a-*D-rfu2^Ni`I7pZ XjNTWWx^lU|U|{fc^>bP0l+XkK%0N^c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-selected.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..aba589ee61620882ea6c052c593170e0c499a0e1 GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlY^x;Tbd z^e(;Z7{p{K;P!C6ZG%BML)f&uEncxjj5b>02bOxh^qTfqwn6xatI^{rOvgUOFZ&dC zX)fP?pPG0NP17BRS)Qj>_Ve#?Ir43V!qSpv%X=3W-L^R<5?;~Mab3P?$|cix8+Fv> zPI2&8baj|pXn$BSr-tjDS7cJ$44nhIX8R8~pIm0JH$m%q%<QndB7KRUSrNY5iju1t z+2?Iho11W5Qv0&VGVv`l{yG|H`{+kJUi3-q@uu>-+)7FPqGCnP{s+0&a0T0*>iu(N vdSCA+hf61%jU?|Z`|WdHaN}x?&35yHZaa!wl<wLA^els?tDnm{r-UW|w)=@F literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-selected@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b820fd2a2e07b8971290e07f8f1f3ecb9da6329f GIT binary patch literal 708 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle;R38CJ>&rT$E765FPMRenT3^KKu}0VR!&|)QAtf*LsLsfPv6Mc#LV2n(%Qz> z&duG!)63h(*UvvGIVCkMGb=kUzo4k3w4$=Ax~8_Sz9D+i#0v}zj8dL1jv*GO*G|q2 zZgLQ5H7{V@SmSwV%^H!KZZBr$AnzxC{{I(Q%c3#;WSUL<dE?F1?`_*R3VY>672DtV z_4#>P=LYX)Q=zr&mP_6-Z(EqXYSmUA=?|}e|0`wq-KD;(=I}SO*X50cGt)!lT6cK< z&1!J3ThMM`;lJ;F;;G_U2PP*kV0S;s+|~PguD<TYXDzoPyqH!b9`v-lan|a{1U8=@ zmJdvG*`g{$8@jo8LmqHG;MU^Rc<9D3zn<~^g|2x8{lAw)nxvWRXVB{s+u9*s`mK@g zX?b1v*>^9JEnghHJ|)KHX=7$p-m=^i2Qp@QFirk@qPOu~y_0mSQrF((S64N@?Rx04 zasAV-%kfK(Mt)tHcak^zTkzhQS0~)${K~uZrP0Rr^exuFP-pOT^>bP0l+XkK{Opkr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..52594602458b89def52a2958121a47ded48855d7 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkiLBR@|iPd&YwSj@#4ixmo8lZ10WkH0%QV3fB+%|VIz}Qu3Q010RcqUvuDqM3?TXZ z`SWkzzJ34x{l||VKY#xG`}gnv|Nl+(+D`%PlPd}G3ucg&Q&3b&&&bNonKXI&jG2!f zKY8~2%hzu|fBpLX`}cCc{ojBp%RF5iLnOj;`@{Jf6a-iWtJjOT3O@W-Ug8><TvKm+ zauVah{jFaWT;f^#jLp2)UT;lRS5Gl6llJ60_9e+cq*+6)IA6<Q%O}B2j0e9eoBZz* zbop$1@_zp_1)Ehe+OK34H*yE7SOo{q)=QtZ>pV-Ux=Z-47x~sIVZ!X{1*;2yE@1F< L^>bP0l+XkKf&Ie7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/radio-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c01664c05c71cbcdf32409dbf9e81adbc37391 GIT binary patch literal 716 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EPXc^G zT!Hld{rk_HIdk>u)!Vmk1KG!p9RqUDojZ3P3@%>02&6AuxBz581R)Fv8z>F|a4tj_ zP!MhckPR^bE&|~~RFXm7xN+m=&6~Gw-Fo`;>9c3go<D#7;>C+MZ{B?T`0>-HPoF=3 z{_^F^&!0bk{rdIq-@pI=|NjYJFAMaibxDw4FarxK8#@Olm!*}pt%IYJv$wBba%x(7 zPHui-WmQdY|AdLN=gd8P<k<0(ckbPP@c7A#m#;p2{POk3&tJcN&KurgU|<yXba4!^ zIK6iA&9Flb0xrrz0_FvduC6RG2adRisRjruD)`L!`Tze!<3#U_6Wm{;zR#KYZr!CV zwqE;JTzi{$e%=0<WgOPAIms)_3}wG=HhaLgQ@`bWyIw;2;eVmx?_Bhb)?eHm`+a?5 zBTpv7oi%@w*_9<Pa-2JP$bZ(0)4X3l&YZ){YOs-$L;QQ={EP%0&fbeY8V`7UCM9vC z)wa1a%bnt?U|!DHSI#Q&Av1w1n9*LqMBzf<fpVD-8~<`TGp;Y3UvtYY&69C?VYk(f zL-)^xW|x22D8cnPTTbfB&a+2%Ze7eLIpa)}%E}W@ofnptwU>!;aVNwHRQEGptK1^7 wvi;gBi?!~nqN~;gZBDzoI<)AQo%Ub;`&(Cj-|&pV4H(J{p00i_>zopr0IcDJFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f49ee4ea57c8f0e156128e075a683e81b1b844ef GIT binary patch literal 811 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j79-I zA+A8h|NsAgeDm>>i%;%eeRl8Kv-?+{Jh=Mw!L?@(uRVQq`Pri@&mLTR{NUP?hnJr` z0*YUG_VDVHhgX5JK&dAnHCI9CArJwzTz&QktR2h+3xX6w7!VSo9mGDi=j5?Hr$9y_ zDLB6O3{Yh2njJvFO{=zUU$<+=`rW2LVC8OZ>uF)*Wou(=XKQC?XYXL|;OOA!?Bwj> z9pUK{<rf&|?-vl@7Z@LtkPw@g7?+foR8U@ASy56|SyEk9T2ozC)7m_tvu$d3`?N`Y zb5|_dxM}6q&8xO;S-l--9mJv?8xHK=a`^b((<k<wIkErzse|WFA2@gR$mMfKuG~C# z@7DSIKv(H&x7`AUnt4f(UoZosw2Yj*fuWJBo4c2{k6&;|UVh=MIdkVP*t%`|p`*tx zU%7hy_MN+L-oAVP;p3+--+%o2{rk_~zuF9~I=~3f@N{tuvGCt}*)#l*fk@lK^+7Ho z=`2SW+2^np`m}Pbn6fIu{Rn6J`~UyB^%^F%&5;S;bNkM7m2T+;w|^eKd^$5|O57~2 z-?lFE?}Re03iH}Ir*x<I=dEWiteSM?^qQG_?QR$yew97%(;3}*gIfl*(O$vNd6HXw z7#Oy+T$*s!W~#7M17qHU=c^Bg%nZ=wP`D=d!`A+%z{S>%IUEhH=Om85SJLV{F^heI zlF~1`y;G%)TvL`Y<Om7wP3z5G`O?K*nnA3i<Aq(eNAHu$VunS%hov6}q^(d|w3?IQ z@7c?{#b+*L7qn$#%rL%`xZQaD#&lB#juqEmY(6pDY1#L9?%y#F&iwPpKI^RQ^)+pG zel+*Nv*LHdHqA<&x$Nm1m#PEH`;Sk4^?qJY|H~I;^(B8bcP2e{I13DR22WQ%mvv4F FO#p1$u6_Uj literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c989a8375f196a9ca3fb32e06db8aab00b8695aa GIT binary patch literal 1473 zcmZ9Ldo<K(7{^EKrlJmV8%gP++S6<jF)lS@1|vJ}8Z#(GDw>!XhOn&?+g3u>W)YiV zGMo~|y0k7$xf|j);}&zDh88DGtuE|4+4^Ij^L^j<`F)?y^Zd^Fo%eU$3-7AE9=;w1 zgK6X3Fh1Zs3)TTmb+C7v^{)emIu(uc)6~=)7kLW7<GN_KKq?Go@<_GRLf~0jfN4y_ z5@@~`&(P?hlyDfGPDh+0M^aCRMu#IVQX=wa9pEt78cQz^KP-S(R-<Kw$K#EUkBbIH z5}rglEPeSxF*!6P;7tqpLh*=LGAfY`$tHO6Nxob#{7N{Y5D$p~DdDSNG4x86^CSYk zR0PRHJh_-BmjH|>74c<azD&rI0|8&e2a*bb0}@CsRKcsfRLBFS4Dc!pG^%`=7?_Z% z9XP70YO;!4t$y8A*y{YxZ~WT(Ir(qY7Z{8J@c$=#sjm7e2FMx&($xlpz1v|2oGl1P zcRM>fBogU(6puQJLScQ-C^Xu|*BR~X?COtk#$a&)cn`cM-pdQ`?d|E~?;8-{cRYX) ze%zlx@DB_OAO@1o5(y*{P+(9{U~n)oB!qM#EQ}HpMTxmUrI2aVi?MWSLIN!@fu5Ea zmz0>0mPAj!oO~lS<@U8JS!q|ZZ=~mDT+hqSD9p>w&&w{z&nYa)FJ%;zF$$TbDm^GI zdRTU^oLR(T7C)+DR#!c!sV-+%v)DDPI(B7!Gy8c<U3*)72dA;C{jc86=H9NBzMfWY zZ(DyKXK=8CKhy~{Jk~!s-Y<ALAe<Z$3x*^@Nc9;z+2j&%X-?97@V+oLb&YS=>gehj z7#bPFO-#3%ZQH(M=dRt>HivEP9UPCKF$5whC^+PFSa{?GGKCf!7oVAxedpKQk}`JP zpY@GR&)PdWySjUNxdUSplR~LXJ~jP%c79<|`Szcs_aBzY_<m1tQFCz^lpldJGqOa| zMH#J)X7qHIe1JCAG%@awX9g-62XAh6FD$+3-k4fl$~k1-H|w*n$*RX)`xtSu1u?$O zU}SVusWdF=n47aIib$hJ$gxZl?!d82b(Z~M<v*#FJw4TJg>Z}5+m(hk%GnIh*1wx` z%Le*eKzhQCV6h6=lYB%K*~l~0rE>4{JuN379UQrCU1^1q!j&dL=bfO;`uefZVFt#c zMuYS5{LX{troZdDNtfq_7KGgEY}c#myB&L`gjGC@-4pXoR1E_^wjFAIlM45&vbCPx zdBK^7+TrbH73KMU(|#Ab8I0vzXy`NJ1~cU+Xpb{l)cW8+trolZRchApszX{ce|Wr6 z=D`)n4XpHum4c}p<K|%L)^b|`VdG;u$4`fdi?!AF*`R0sBLRWVm%W=wYT-C)KHm1d z$$Z;xoiW$oP4wGSt>HG$I3YU7EvEXH;@@AlSz8dLSaTPvAkd(p<x#UpN^4shzU@W4 z!ob2EzGZ)A*lT3P%6huBEwK(y)GCZ<i1tGgf7xF4q{T0iDzq_a)I-eaTdE%^@_P3P zGss%LT4-QDuZ+oPx<8hJuwT%ePT5<XKHYR@SVNmhH{Edlr#0QyZ+0-+Qfv$s4RSFE zCq227ZcsP3RPmfiN^M+n+UIPVX_{OZg~k2g&P^UMPo6M5UF@`JqCv;uu6goEU+pOd zOc_C0spbBh%;KVAbyF&Glp2)_Vl#p98EDqJXW0owbvb2k8DqgRcWTg^Zd8x+$c)Tf ztneDQcvAUWfy>*p!%uat-Wy!FWp)2|L&e(<@k~xk#=E7&;;2uAYlt`xJZhH~dfx)o yr3SuGTN&Gc&7DutmF3=l$qp>%TrSaS`>5u<wQNx%{SXBH1{e;D$2>%zyz(zvE-2{$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-header-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..12aa37a82666033def1234f0169fff72788671ec GIT binary patch literal 813 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jHUrT zA+A8h|NsAgeDm>>i%;%eeRl8Kv-?+{Jh=Mw!L?@(uRVQq`Pri@&mLTR{NUP?hnJr` z0*YUG_VDVHhgX5JK&dAnHCI9CArJwzTz&QktR2h+3xX6w7!VSo9mGDm>%`IBCqYIb zDLA(0G*D#os%=2Q4J$TpU9)4`+MT*UU}SG#;%H#vWMJxOYGP_;YG!V3VQFD$Wocz? zW$ow^=;Rvg?iKFg?&<07<>lcW85R{49vvMK6CIOPoL^d!UshUBURGG%Sl`{&G_k#T zQeXGXW%Ji>SiX7ViY=Q~ZUx#1v1{A9eY-XtI=1K3@x7;y?>l$$z`0ZV&z?Da>FnXl zH_zR>b^adEVP6t^rGWuwUJ~RN%)lruBPVZQXyoeV?&a;{7aWq8UpQ;d-1!T(Zrgt7 z=&{RJu3o===kA-g@7{m-`02~{AHRP8{`2>*HbbipFb>o`T^vI!PA4ZUFi#Mj7<k$H zF!Ps?rLGZyTQ+z|J-$3a?A7C}<j2pll@9h?IJ~?u+<Q&CrAS5A$3tH}Jl?K$>7ESV zo3kv6RTf`9-fmuU{LY<&4YEtx1LfAwGtn;=d7yZn<I0iVB?_vX#yn>(I#{R&OlEO% zT(!NJX_uOOiEmw!gYPMiDxEoxE}HIKlwB0el68sIQ*}2>;`PaC-Rn+<iLdZvR}oE4 z6>JFQU#4cAyFg8KLrlj~)-c-{=ZeD_vV___*rFnmFE>jH{9EMU8xwHzLB^VkB5mt5 znM9uSY*KMuw_HY}Nb<%<^~EmkS5l6+g*5dRIb2HCV(@-u^QxlsXyu_V6`7wDj6^o? zP>jocSodz*ws&=INj@to!y~*{>&wC?3MDP9)?{HgZKLDV{YhF380rk3u6{1-oD!M< DHS3?j literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-header-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c1fb0dd1f6876dc85025035ce7dfcfe59fe1be50 GIT binary patch literal 1459 zcmZ9Lc~nw)6vrtmg-Wx@y~dnL+msZKnOmA0kqQcwTWYz4nxZ2JZPSdFI+`7q%G^!C zrOl<(u^P106vY&ghaf4N;F3#?Iq5XzJaX!fx##|Vzx%%TbHDGLcYZJ38;#ry(}zJI zkj<#0u2}Gl1edv*3b^+g4nV;}h2)IFtEs68B^WXI2#r7LPl7-U>Xd6uuzt>VP}C#4 z`H^vPXUNpk2@wz~l?sm{o+X8yj*o!HB@l|{?DZj#wZ`6_csCGUS&g<8004wSp@bum z0kZMo@z;ZsV?$FSU|P%*OZifnKqeoOj{=G@o<cM{A?8m?hom4W<0)Y&cS2bMG7)cF z!j($^g%nW8Knxg{@Z?gSTns3{1a%1y%yBWOfCX0}R>G_NxEKIMImjz9a8RksrJ%@F zj)RJ_t8`Y9tKDzA5?l5E^2TqoUyA>%zQUjt2>;*VYj;&wGGLm4fpCO_Vd-?h(#hQ1 z+yV?MX9NOaW#evZV{7Z+VP|V+ci6+;&feY$efS6l>4rRtM4^z!JW!q(FK>)bh&S5D z2ZP08a5!%~4j+p5!Q-*VkK<09!1?;({epvIVhFJ@k;K@jIAU}>DK3#5M@dXbqWnaq zkdvti=PsU0`{n0rNtdrDU%sApB{w7GR#rwqURHiyRzZGF;hp@7@&Z~#A-$rgvZDAt zt*DAt@{nF!U0YdSTh&lk{iweBaYIex<9p4F#*Wse&bH>R_9x7jf3Uh4EM{w8Z`&)@ z^Zvf}K~6Wo>E;bFherm+gae|nA*pCcCgv(X-L-W=$_sdkj78%hYgE>4P}SV}owkmy zp1#43?+tev{kY56#Ok2+Av=2qM`u^RfWVVM!C~PMXJd&8<V4E3?3~;ixAJIJP0hcz zJbl*L)y?ebW%c#5M@GlQ<8sB+^qaXq7v3-awY2>A$InFc00z9AH&L!f@O~Y${N=!{ zM|4%=>8xJbN3QzgXY?DyS@r`uB6HiZl1jRZ?NzlY^B*`f@JdrVQ`RxB=)keI1Hzr! ze1TwbQKzhXe%`W-kV+*e+^P*;F+C`)4b1SnNk&y&q5BZ<o-=!=Qn9*uH}yGM`I!$7 za%V)swWS*q6VaGE44nsoCb)bHgMAjg^S)lLxxyXJ@(YY&ONMS!p~mK2du!o*Ycrtd z;dAr0!gSAorHt3%gwtAGdT+N1mfD+NruSdMYi(*#Gp?<VE#>yurjA%2DDUdNP3S6V z463n>G=W8>j7F`L%lA}Y+oNzWy>1hxL2E7B5WzItuBVf7qFnoZt~m#~pT=I(yDcQ7 zCW+Xv({W~HqOYp&?JVqr>&xY?gx?q%XEN9U_d4!okK}KGzKGTwfw#roR^2h@b9McC zzW0{qbhgp-g%(v$Rr{D4P4x`+yQLbYY+<0$MjY;P`?;xewUkz>(f=8LLq+`{SsiWS zLOtZe5l1HN3LM6*__ox&7<`n-37vexbfa+wv74asPnE$%DpUcR5qZ82rMtA8`E-7F z9%a#R=0Rsp9Gdjn3Q&JPQh@Y!?8|n*i%J<rk%t&X{IqDOyl_c#Q0%0-@q+69P@OU; z$q)*Un27#II%MWDddcusIgy#whNe`|wT&l?X0lu7SQcC6X?E7jG(Aq*=*j)=Fx)RD zA24r<JFBPH;&*GdqWv-ar+b#)m4vy^2H&5V?<gW+h3R)M`e?oDDZvhp))O*LUZIDi zjU1LVg(T<;K9#gXuat5Yybu+II+GjMGtg-r0^LoEE`TB(7Bq7;IX6Hzm8-3jNw8A* upD%*3OaT|;du9<S1`7z}io0IYvI^7d*ZKTL|Fht~071E-U2C0BCI1V&1RxCn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-header.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-header.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf7efd0013bad54cb5a31839c5a7626a4d8a4fe GIT binary patch literal 737 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ee*%0$ zT!Hle|NkG~eEj6%le<@+-MjYe{?#WBu0DNm?b*X?Paj==_UOv92iG1yxc21X<tLAT z;#ZzMy!zzfRiG?T>Iq2ARS<dzL_jT9pFIL=2Xn!KAjJ>{goJ1Zv7g?42}B^HkQBg0 zUOjyK^5L5o_g}w!@CK;h(e-CfZoPO4M7M$H<@0;5AyTg&zkC1U<A+zDKD_$;@y+MY z@4kF~_x1DpuiwA?`0@4UuOGjE{rvqKh<^R~^Xt#wKY#!J{rB(hzyJS$p8n6(cWNWh z|K=q@e!&ck(lT=L28KqiZth;*K7PR=dHIF2=FFYHVC%N+hmIb*eC6u(+js81dHe4D zhmW7WeE;$5_ivzS+6=8a3=E7So-U3d7XEuL-wZlrAj0+_q-#e*laj(F&Dkp+<hgQ% zUb!@F>)GG?xz(9WmwY@^ak&2X^Vunrgq_Uh78r$RXL>|k-JDX<yJ9)N#D$)N7fNM6 zYYP7|WuLBbF?Ux_t!VU2=bG8~ru>?@Pem;4xtOU{y2D-98G&6ZF6!(O+r5I})^o8v z+nA3naO#P5kUSUhxUYjv$tbwt)SQLFu`bSnmd_hzt;y>DRkV1gQqk;&yojq`UrfKk za`BDSg`@u8-vzFmD6^hLW3Pt&N_FFd-9PLYw`|X`uQK|4e5!Wk%Ov|pkHv00p2T72 zmVZbh_kVrD{Ku;e`>zEq{jI)5D)5o|lzr|q6Rq9|+b!G1A^+7P`r!U*)#@daeAD^# XqVD$USaj$EgP6h7)z4*}Q$iB}n7FUo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-header@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..8b7043d7bd3c2b45736c605e0b8dcd8d92e9b8fe GIT binary patch literal 1273 zcmZ9Kc~DbV6viJ?O`t_bR5q>1hypDjw17mYECW<36A)3ch%6xjrJ_TkDaEZgE{sD7 zF;=!Zq>Vzwu~S+X7D1pIHbEsXfv~-7FJuppKoSh}K2iVZo$uaz?stCYygPGWNdoa} zJ6ji92!iZl_e3RvJqJubyfs*RT?cKzW=)BVO~T{xqr!Lu9BoeSIZT0|jela(>ZnWk zCSW>Kqm!xoPaLDtG788LjYjj$&CjEdGES0xPZVTVYeHQh$f_<OE-4zoOUt8u35Ma( z(NW=Rp%@lR_>!?#Qxik-NmzmK5YezmJR+73NylMyf`?A>WytW9Xh;M|F%N@9Tp1R_ z;z^!F$dw9VR0N}9fWZ<WPb%U`5f}vmzK{nbL4X4SE{b6AGA}`3U`hdxVW1H6r6OQ* zv2x&GS*$ZgE@wZi7`EL1?H51Pz75{BdJltE0RDf6_t|A1W8Mk7KPuv*;$fL&L?#tX zNk`@Am|QllkRvL&P^A#6lwyriqEU%8Dv3soYSpMtBhzW8rgiceonmHMIXkVIol)y& zH9&@0twFDwGw9~#^+uz?WSldZFquvBX0vg@Y+6__ExcK<Sl(C`EsJ1)_c40fcz~x$ zrzR5jLsr%wt-`IfU+3WH<m|HX)6K41+_t)J+a4ISGdLvltFXwZ<Zn}sq#h+@k@Jq{ z7f?@~{()Z3xPIf8-|swl_~>zS%fHV#-95d1{R1xr;}eKPipmvA&CIOcFlRKG7Z&r0 zgYgiwA~`lHA}P5`J#0E;zi&P6B-`8PW+S)2EAa1UD^u91pFjF0plc6{s|?6Y|E&J_ zmaAW+i(A74lo+~m#ZGPM&9qRCR$De$8A6*Va;#Pdc<g}H16DV)SN~i|D9d|V*idzw zNr+*2I-g=z`fZ3mTc4IDxVpFTx9-F<XKh;JeG@CbTvO-Y8<}$@hk@_VTep-`$aq6Q zUy=I`Ioau+7qzO+uYcYrlV0x!*J#ITI)bm+`^P2fA1Ho}NpkeQW3w&y6~Fe>-Q6t3 z_O;(JI<v?FUWJzw7kx4r_*P#+u?8`hR-hhZ1G}<0`z8l(5tzj#uRo!>8p7Q=yKTq% z!nK}Z)1>P-K}Lj)6M?G89XLO8g>-&vzmawDQu80Hh4i4|1gBjGrU>J1OBD$<cF&MX z+q1PHYfsDFgWNlcHkj`no}(>23dCgvxnE4V)FwS>>1}m5hg%=Se#$?SQ(ezk$+2a7 zrH1=Naf?Z}se)tp?xq*?9S&6y{E5RQ{GXi87t!PntMHTa*I(>f!ll%uHQm|mO?&*X zw&8NMqKffPV-e;1yIo9DXPSy6%AZ3htkvv*`HpO5ctixn6R&O>?b*v*AJ|^g`f@_! z;ZLWtLs~jHw(4h^X2-21Tt3tO315E*-dG<S$qpU5KXtsP{mjm$eegA>HrI~vq+sHa zbJvtlk|IWmbtvQ2g)D9KjWq|?HCxhGwgs!0mD=KUfvp$9Hic~RA!UU1>u*%Y{Us~9 zEMws-T@?h5OMio4^L$z1v9i7WKR!3RJ~(h|v9w?X1!^RGJkmfkHG%&bij5{l-H%K! F{tw?e{Gk8< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1680cddab8af0dadd0a06627bb6b0266d95c8268 GIT binary patch literal 855 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h|NsBLd-v|UyYKGbfB*2(!$&t>Kfd|+@y$1PuRnQm{q@s}Paj-<@Zi?7hgTm0 z(Y?!$A76g_@aD5eSD!t)_UPf&Cl4<_0g{idy|{nv>EmlpA6$9-;M%hXSDrq;{`BG1 zrw^_^eFP-0J$(p7SAm8+dw3lv3snE?`0f+O_nvwHH0SEG2S9VKJ~_Gf%)=`{mCrY? z+PZbkcA(zv>vnJ7u-g;}tlZ6QJS}XzZES4pZ0zjp9Du;d!O7Xl+0#4R(>K!3FTgJ# z9)x2P6M-l`DKRO(thl10w5p=CrmD22rmUv5c|vFV)UNialltbaShR8T$}O8$ZridN zh<0pSziY?(Jv%n;-?QZ~&{Ze)o;k7q!m0h|P93~(?&#&4=kDFUa1Z3p52rnVL6%w) z<QL4q$j>hzC?zeerlzi`sim!_XJcy@8Wt8Fk(`o}os(NqQd(9~S=rRo+}zUA+Sbw0 z+11t6-Q7bHxUpzf5-_ebJzX3_BqaA9thPTCAjAIPeTdLRZ>^nAChZREFg87#a#rQ~ zlW7y{-v2lCFnWFE`Jb1SAKuqI+-W+K<;m5X8~F3?&D7}(IeoO|-i|xnl@BCtD@?5F zES(X(_ytF*=aZEOWLgh%ZsAS!SQ3|@7j>&&Ow-Xx?RAis2ZP&-^XbhMp~qITG8{Q^ zaf_dQNAW?6sT>WWzpic(xvS<kv9L##K{G3J&fTEPK_#;*v>va}WU#*SX;$z$UDxd^ z+fP{>zs)f1<?UL(z>?WjqLRlWSOk`ClYV+)ncb<LVpHCP8FhE|2H5lWe3oEPI6L`* z<?AFpkBpD$9#8(Z?96!SxTSTI%BMAk?PUgieGjZU_sm>#_zusZhn?>xd8|!Zu`2Lp qKhJ@))}sEWR20-7PmcSuU7txty}z4l4lvLd7(8A5T-G@yGywn`ExVWi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c7ded8c6bd6b60341cf7d806bc411d5bb61687db GIT binary patch literal 1521 zcmcIj3saLv6b&XL0fC|dRjVi}))qyCA`V0ife2BFA;dr?MWBR-AOr{|QIQIfMyTbb zGEzhoAwpG9UPDocyyPhY$(I0;yuRcM6+{_}Vv*9#bovu|=G?opch5b$v$LB`A^TaH zZ!kxpP?jWrUn&@5LAYSiAop*6X$A%~hd`oXu~>!XxEf5&lKdGQ6zZ#5W0;)WP_Pjc z*QXLgQiIshsl14kC=`#!b3T<A&xwpkigISB#FWh9HlR=|>?p@*L?B-N4`Q(xhGAq7 z0f3;_V_nnJW77(S;*H|X<m9C4rAnoGs~Ocm5DY`GPOdX5#}R|VpqJ<;p-BWnlrp73 zZcvX*O^r=yC0ZbZWw35Sr-t-u8S-ir(Z~^FecYfjnoMb=dJTkV#u3#htdhVm=#>Jo zP7CQ(qgt&DQOjVp1W|)7xn2z+uuQL(!oUjn7#ks@vj)<`#*AoWum&tiby_LVBPvh< zjlfN&Q%em%rh)#=z{I!<Fa!?9x=e38iOc}pz}D^no_-zxo+J+(X+Hq&sHdkV4o@cF z2}Tg91R~9c;A4azok*gS1IT1Dg<>R?PNUOl!SrAjh+sN{0T|3=Fk_j)OeP~V)X1<f zW*CdbNsi|vCvZ3kXE^LLTn?XqCXLS(rg78Kxanzp;l=bEK}LR7Mxjtpm?ONNn_XO( zTUuOLQe0SCa;>zyL{w1<SS13yRV}(zTXn0t>UQnps`~oshWhHJhWpK}4c+3Vp7!RR z&X(Su*1=vt@ld~bXs~^FsB>hb2a@yx$`!-PSHo(hM5~nO)Dm#{2>yF|BX}8gsZ??h z%47u^V`gq{VQFb)^@X+d>NRWD+Su4`vbW#7#ld0Qc1M@Ju5NDM?ep;P!r>0#@!o{v z6iOhK%3wyaSW(e2rxOwq+3cj`6#m(B=P#tEU(66>W&I?)oSmKX^OgSv%P6%Sc;9&> zUvFAS=bN#QObLFS={u_Fx19&tGn%h^POtPMR_>IU2db&R+-;7v4KmHF%xt#(jc(%` zXd-y{$KvLk$L^$(0mqGhKYRafX=(QTtN9m`=Nm(wyL~8R#_maOi4VV2o$PgVW`ILF zB6?_Z*s-$d*rpxvratbAA9KSy9dqCB!+0%bj32b@4Dkpa-6>Y?+e)1E>*^1n?~W-F z#JNw-?{sXl-@o5&vX3|7GD5E?XsU8L1Tm;Y*kaD#%_M^%;@SnCXwUy5Lc8`x){(Cb z7^rOyTY`VEmC1GeK!v=WMoC^X0}G}P%TvzfC$>ZoM~f-s`6cPJPx{<g7p9>o&YNxR zusY=GMXN~B!e0~ER3XN_{f>ADH)x@%sefsClfB*a?8@+5Ou{qI2PV}5>>ZZ}S8s<- zEOHaZBFdhVDESsy;rB3`x@&|N2&w8F>$RH8n9^&0-DRO^r-n@StZy-QHuKz;cg`KR zxGKmhi8Zz2COOOgQ6Z~iFZ!FNn%ddCcfFS)qo=QR5A%uxx^72`*3tA!l|whtyIE5a z<xl1JSEe6~nOP)>Bnzfq!3XN5cMT|AXYgVnA7j~Z`i0Lt{OL(~w&Y0x#$ABs1bn_+ zlC*`8dGOh5UALj)_dMUSHjYo*!Y-#}!wKc8tQ20I@JO75W8aw=#S8OB6VZIb$r*l8 z-D4&m!kdqk^(|j5u1!4gWl-z(ONtxw*uhaL;+0p^$CiJ-@I%ehKMh@1&@|h*zB0PJ z_0f+lh|lS5(1+}|zuMd@xc8}*-yhxm^pj|!+J29Vwbk6o+$SBv4gsYxA!o>mn^JJs z?yy5+ZaJw!c$VBQ)4KBJ{j=kEjJcxBnK^Ob^YC=ErSqZ8?o?+6_*f_sk?dPT2+#Zn DH;FCw literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-header-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d6ebdef0b795d656bd9978acd70e94f48ac845f0 GIT binary patch literal 849 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j5+~6 zA+A8h|NsBLd-v|UyYKGbfB*2(!$&t>Kfd|+@y$1PuRnQm{q@s}Paj-<@Zi?7hgTm0 z(Y?!$A76g_@aD5eSD!t)_UPf&Cl4<_0g{idy|{nv>EmlpA6$9-;M%hXSDrq;{`BG1 zrw^_^eFP-0J$(p7SAm8+dw3lv3snE?=<XB8cb|9wH0SEG2S9VKJ~_VU^usGamCrY> z*t~hwR-oQ(YqoD&vr`WU3?1}MolH$l%}veC%`Jey%EAf=oSXxkTtnQw!#&+SJ>9*% zJ-s8tA|u12qr+pPW3!6$OH1?1$_mRG8@k#XC$%?E>g$@hY~FgH`5RYk*}M{nwryFx zW82zY+t%;hwfXSzJ*STE1)_5&_Mbbo|J<3w7tbBOeDmDB+ZXNu9ci?rQWF?nDJ4OE z!3>Q2`~ref($Z>b>YAEb+Io66wsxUmVc`+UDJj`Gxg{l~Wfhf`O-;?sEiJ8W9UYxr zU0vPXJ*0pIw@)wu<4N7q#WBR<baKK1^90d}ftS6HF@FhJ>KYNaWrN482bU+vJb9Xv z`t(t*%E6ushnF{odrz5dDY7H`<DoAf9&cAWb4`XX=PZk2l?Bg-+s#Xk-?`&AUv^1* zpxpX-Dg4DE57f?cTshLaM8QzbnCHwz2M+as$t+Hela?pz>{8P&@x7Pi;CsrWN=GK? zf~n==?4m%HtV^t(sun+!uTReDU3W4{e1#{wifCr$!|qW2Wopv73)ECM#4K3K8fH7= zTyZEvmQcILugHj`%gvGkc8eT*V*+kAaICo~(z8xeMC3`&CKcCpyJa+rByW6FUu;o* zCFO`)NE7dN=S#_24BpRdUR9L3?mqmbBIA>Sk;vv9igCG$_tsszw(j1sB%c+P;SpY} j^=07`g_0IlYqBuxidN-i_3PUTj3Ne4S3j3^P6<r_1!|^S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ee8352357da2844980b66b406903b4cbe9d53dbc GIT binary patch literal 1464 zcmb`Gi&GO<6vl&Agdivy6a$J1qP8QTQNchVMluk=5JC(v4hSNkAP)%%hzcSvdFUXB zh=9aQ3XxVQ5+A5Ym8T4-kZgE_BpWunNkN2>B3fJR&2;)7^qW2B%%1(u@9x|?w~)#3 zF~<|}I2_KL?(5A0^&|)vlcgZ{+r2RbWhs|RXPcOqC^P{ucr{J-4dvo+HqC}G3MXE( z1<m!Tw2;)Gq?pvS$dqVYT3VXZsl<40RAh3rQ&LK7^?MH@4rla<>CdJC^SA%h(b0h* z2sVHLLD1A_*Yx!0v_henQOqcnO7$DHT0N^7)<6(~K!|okYjBQXI)x6EqDn}KL6}Oe z(v9fgA-#T7KPjCAHbjnS$F(qo!g6e47}JbkhW?mNZGh-CGE@U$nlVg0jHsmu0%m2v zteu2V_3-4R9E0TuEX80jHG;wrhR9J^h5!`c7zQB&Sp%VnA!8ajq5+>|+DRGkV`|U= zgMcR2!ZIDOX`p{IfEZQ*KtM3`<*4CL<T^kDOFIGWqBxN#&Oju}E}*^Cy>2wJ8`&Ta zKeDHv2ie1e!tkUrd}uy&A3EK~&yRkXahS<q9s|K-uviQ>o5^OgIBfQD4x7Va2M4o* zj~$DTKbepam&8rt@sjvFZZ`i6pU+L_^RmyU7hKFN%FZk)$SEtzt0*n1swl0jD6Oh2 zs}@uW1yw>}wMbZ9FRcApSbI-YD{iiDX%@G(7#>OM-G}Xx&UQ(6$HU&vCw<+|`g_~^ z``QQkJ6;cT4h{7}(!LSJTa`*Wsgi18DcD|Y;)>&LaQ5O<79$8}v}Eabrg;1cb8`!e zm8(`+u3o){K(N}daiiU)&718Vwz}-vO(N~t=j!V2;o(K09H0g;nSm@;=+USXC!%9w zPbVZKCM6}GNl8DOaqdE9=EdxsyuAE^%Y}tS#U=lv+IyzH$KjS_(!CF`Lpo<hPX$XU z1Y?-Bj=gr#ieQ=cQxk7_WznG{zgP(=TR1zNBytv^B|30IaOen=P(h5!_*PFmS}v*b z&o8!fD_H!Z-A`((YFksCKn`;5wt5}+=#i=8O~>Y^<84hh>$UE25iAzc=NgIs$Q3ta z*<8*~d?@*JaOlMu_~W3x%g3+<YgAXw2ru_JnDRH{>9y9ryjz3GHgy%hnbd^boW7pn zQX(6)5&3+$9^)QQbh&DcnXj>Idyo-p)rjxH1^805oVZ${nV4rb-{mcOLWN$rUuw)r zR5@Ho-ZN__u|!Me>euHltdH#pl`TqRES8~MlJxCbS#J3Jb%zKpkxWbPsto1`mhTap zF~0I{Sl*snXquaN`L!pgJa;QzQmZ#vD>5Pz3hv=k-=-_y|HaS!N-!@PzGH366p*?; zn*`jo$kj95YdC`9DY2~8#(C6sPI^ZH2MT_e5?B5{a$IR-x8cJJ^t8T3;Jd=YOceU0 zMeap)&gs0LI)2>x=~hwHP~;Bdu(Mf-(cF;!bJdA(L%jTXoxkzDtY7^W?A75`xnFK< zuzqxZ+0K0vY;{=HcG5dl?H`9Bnw#VE25Vbu;epx6APnY4y|&*U@qQv`rKiGJ_G<Bk zEin)Oz<qy7S;j!kwq#$0awKxo4l184nqM~Flh~aVw<*W#G5RNmw|B~MGk+CkpAtPb zm}c7aYL;}~tE|Cck=z2iHE!`V=1yf0t`53ByF5eLSy!VUo>^}CxvZ1%cz%#4baE~& z>3x}5_eQ<3c-x)GS=;iX@7^5>Cizoug;lhkTsJTL@Z*sOs-D8tS5)JTN;FT}5m+CQ ZX_R~s-cF5*zW{Czj!t8EH&G)l{R3Iw3K9SS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-header.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..a7e27df8409789782b93163ebd6438b8f63f20bd GIT binary patch literal 732 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E&jWly zT!Hle|Nrmaz5DL&yZiUwKfLtt(T&%SZ$5r}^UdAsPo7+V{q*9~2bUi_xb^Je)rUZI z@ABivmmfd8`RvivXOFHudU*B8!^=;A<fCgZ?q7TQ_}bG4R~|pO_Uyrxr;o2ceR%ch zgR4&;0m*Am9|F-;pdrs5UI)qo)jxZ3>&3G>uO0x+x%%t@&>SGT^7QHLR}Zf}2kLtH z;O)zYZ=c_L{qn(UkX_fGJ-Pk-83?@u3%-5*<o)~SA3nVN^x^HNPw&5cdjIXmmmfdA z{rdIe_pe{SfB*XZ_xE2Q`2QE^zyEub3|)X;^(_hV3ua*C=NAx^l9pCeQ`gkg($>?n zv9${g3k#1(PD#nm$t@`<Evu-kY-(z5ZfR+4>*(n0>gww5?!gK;b;A}iFfj6Yx;Tbd zoZfroW?7Sg09!)A+eO#5iL4FHTw8Yi-O_ir7?Mu>w(n<FYMWqed(UF~;qpnwKiOSx zmZxt06?@)g)%Bg1HW^OZ`R71`r5d-F?59xQeBYOhs?M`pQ|(2~pRw4dZAl5#t@i^4 zov3}g@q&Aw_671@nIYCaHFrfr-%kFz-zOyv79MMFST$$koyHCz;CnI6_>62<hN9AQ zwt(yTU+>PmGb6-h3-=3EiPguS1t~k8Z-{cte`L6FV$6G~fYiHl4E@t4HUHSnP$E*c zT)Fbi66J8|-L`p`>tj^=k7p<x(b!&{u>bVz8RG9go^UhYBFBBZ)hqno|466f@rV3v pMepDJ93>t9z3i>d=I{G2a8;IFb5XD`*#Qi422WQ%mvv4FO#r-OnSlTR literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-header@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..efa97f8695648017284262584f089e68c3d263f7 GIT binary patch literal 1228 zcmaiyc~BE)7{-^=5Db?nEvHC0hG9Su!f*;msL>W;paTpH7Dz-yZj?(7xiqMVU@f2s z3LU6ug;tqCkxYv)mO@p+hQvUU%_h4EG?Jl|Q=ng_)4%)9^S$5fyU+9ccD`9QJ@N|@ z(UJ&35Q%m?oB{T;U>zptfIeaO)&Oie`C+se0)Zezq9owaAm?~|J_K1k)hw+f%Ujl9 z_;~>}t{^)5OhI9C9t$cgEObxL%E(Vm&SAM{=cV2K7-$JWT7~p4W2nHq`(JT5927;d zNemPWFYsS4F7g+JLZM2inxCH+zZHwcOUN_=!zc=)vRRqNDZp?cF6YYU;du<kL_85b zi%Z@s6nur0D+M-`hsr+4B(Pk<!{(+jWERuR1-MuPQ6MvN1jY~nCZ0ycToeV_8DN%4 zVYzr(D&=7k9xCBt5|EmeOJEG;$t5!=Kmm>>2y4g)EJrmRLwG0xUd_m)Gr*6D!2|>W zjVF`L;J}8!|8@Y;oC1J=pqcaJnlItufCi41!kV~DfMY@+B{rwT=afo`N-0$>%9d0> z7?64iSF4rF>cwTXYI#|;vb+Sex}siPRj;nEtgo+bZUU_XZEbFDZ2@g<Zv$;_gZo|^ zb;t%+Usk|~jE1zdb#x7g#Jwbvk&&^9iK&^{K6CT^Hnz5Q2kq@0$c~3Sy^b95rug~> z1O^@r2?-60qSH??81V_IOeX70+WE}PtnBQZ+`OXVlG3vB^2*EAwY7CuuCm$n*RKCx zDbgZZAxJxz79JWCH>%=q#BxJS_NW=5vWTJE$DR~*hWI_}OtjUz^(c;5lX3ikvs@9{ ze4uF?E%tcko&K|c6kQ<+8sYSGtWlZ;t^U?)L#639D{kxBFLQqXQ~#3T{n#gN--}-9 ze*Ih1OHoyN+W|VKyz$MO`bVyLm;$Q#A%ckB<A-<-xV?9@s=kri)B4xzYbl2;y4^Mi zpNbNdD_fqE<@GIOy`7yre8Xwnl$ByhGf%Q?Pm0-pwK$BHWPV@Sey5^0zuCaY>@nrL zdu@I(Hr-dLP3q^Ee#x~y-;`Fuu)Du;c~_@lhRdFcbB6Cq=L%1J#{QMAwMpAxkLnuV zW`)Mb4PShb{)eL<qR6gkJy>w=9RaqtW>k^JkZS$12LZC{1}r|^GC1R%$BSmBUHfDm zGmh8kGoRYCFc7rIoYGx+x_a<rl#NA_AxFp6ijmxB?eE;i939Y6Hn?}&giq9^;)<0q z6UK?DMh{B;FLV)=J$u=^qS)BVcCYEkQcsJ+j`3jMPqc|oLErZ2U1*`eEv^Ek$oebz z<d9PpJmMtU?-6Xb5H^v2`ci|hi_3XZZF0YN`{YCNc#c<B$H&-HO-!Gx?aXQ8i&48= zsC8ehE!yi}`GFkH_BZ3W*o|z_j|G#b#5Xxl^V-kuHuSwp92=-b67DJwQR)(2KOCpJ z5f`(ZS$KxJ^Ns~!oIBgc^0%#-in{4G$iLDh3hE789qzjDcx-s=@7!|7{``a#=YFrF h%5x*TR&pbZ7!cjzOMc#10)A<TMvV;rG3=YFe*oYgv&jGe literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-selected.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..e46cfd5cb10d10545a78fb7925a4e26ad3efa76d GIT binary patch literal 664 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!Hj|nt`9+fBydY8*V(D{q4(-A76d~#ew9btIr-?fA$23Za#l<`}s2vdim_m%jfrA zzkKla?X&kEo`3rA^23LhpFX|)^zFm9A3(j|fauq+Z@+&3`u+FsU!XakZ`WD@ed1IS z<QL4q$S)u$C9S5esim!FV`~>079NqDlAV)VQd(9~+0@+J(%RP1(b?72)!l;~aQ;ZP z1e*5E)5S5w;`H7t*M*u41Xu$OG~L)J{^sscr_I`*{@XuIT71;v(}R76r)R2o>+yVk z-}UU&+D6xvj;rT%S9vV4Sj_l3Lu1n#smn~yXQa&b^5LDgw6t})=f&xk`VV7ISN=+T zr2NZDuQ^L%J8$%2DQ|ZFOjEJILthVF<vGVtQ~E?uG{!BSeab`kwvH7qjW%#89PPhi zwdmj9EvNc&bZ+)Pv0F6n?k<L$4z&(3TbJJI_YM6jpA)MeE#AqhAbCjPQ^$|=@_MCs z>qjSUp30ZseyVMU+r|&#(-K?sFIKz{c+cUtz@qSvYRf9wL!BooH_z7f{IbJ)sn3)5 c^$Vpx?LIMY)s9weU<fdHy85}Sb4q9e0K=q!mH+?% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-selected@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3a286bb78577df8e46e12ba1d4de043d3d84489e GIT binary patch literal 1140 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42;$R zJ|V6^#s7yRcy#sIqwCL}+<gA*_RD8?UOoq+dqDL1<%74cpS*tyM9+Ze!~5qS-oO0t z;pL|fuRncw`{~o$FQ49j`SRi0Hz4}-;|CCZ`SI(=uU|iY|Niy+_wT=df#~nw|9?S2 z*4MFL92k6=B|(0{42(?7ESy|CynOruf<nR~qOx-G3W~}qss@He#wKRw);9JIj!ymo zfkBbc$tkI6={dQ1`2~eV6_r)hwRH`R&8=<i9i3g>J%qsB>G{7H7?{jFT^vIq4!^yT z9e&F}fGy!jnCt7M_f}o4S{%A&ZP>xETU`k*%Q+RDw!|^C9$WJHf4!qEqZh}`H^&b0 z&wKpa)<%8y&AXCL3!mHU<vDwF+oYGtH3@x}Pp-XjTXEhcao>dSNgdyQ8cZzh{POx( zspC|}l&t|q0a5Y^1`qiqyFP7S)2JLJY5e|h+_{1|U(B|1?O1f@(Yb=<##0v=OyiTg zxc17F+cWK!Sd?p3sO5VZzdgsYlIxvFf{WqO!sW(0{G-f8XPk`wJ#pIQ&oe{Vt$w&1 z*SGz@uzX7u^Zh#yYA(P0>vzk(%YMpXd3~u1N-tYa9q?oom%gC)Sp8p2r-Ky#C4<27 zV-bBk`&rMKKR9+EP&z8jN<ks^^FkrLn-|z_Hx}!KJaBgXli_^-M&G%3tEv1ee_U<j zlj)!Pe;3EI1!vk*d~OD8`+6ny@#YR|4yJ?3<|SO)L=JE=Sx#FQCeCExIPF{{kLk`* zi7r(K!!1+GgM~^rXvE!nE4_^^>G$%PlYX?xzO_*a{b(Hef<x+~O~~m9{6$sVGOG%Y znI@L}o)wW1SL1o9Ri*A@>od=QtMaQJ#jLijJo4-bkG<vY>ZsjQzprF@oqpuzjo!&p z9+Q90EL!&E*43)XYMhfl`pweZTWEfNa{q-V^CMTDJXiSWD&N{~MY5;Ej^>^hG?r1- zl@GhczL6_!QR1;P<^syR`WaKYzFyo^VIL*8?(1*f)7l?}-#Ga_($=qR{`ug|t!Hso pzXOzJ-@6?%x7X%>?<bbe{29+QllU*4djw3j44$rjF6*2UngI9=n@0cu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a7e27df8409789782b93163ebd6438b8f63f20bd GIT binary patch literal 732 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E&jWly zT!Hle|Nrmaz5DL&yZiUwKfLtt(T&%SZ$5r}^UdAsPo7+V{q*9~2bUi_xb^Je)rUZI z@ABivmmfd8`RvivXOFHudU*B8!^=;A<fCgZ?q7TQ_}bG4R~|pO_Uyrxr;o2ceR%ch zgR4&;0m*Am9|F-;pdrs5UI)qo)jxZ3>&3G>uO0x+x%%t@&>SGT^7QHLR}Zf}2kLtH z;O)zYZ=c_L{qn(UkX_fGJ-Pk-83?@u3%-5*<o)~SA3nVN^x^HNPw&5cdjIXmmmfdA z{rdIe_pe{SfB*XZ_xE2Q`2QE^zyEub3|)X;^(_hV3ua*C=NAx^l9pCeQ`gkg($>?n zv9${g3k#1(PD#nm$t@`<Evu-kY-(z5ZfR+4>*(n0>gww5?!gK;b;A}iFfj6Yx;Tbd zoZfroW?7Sg09!)A+eO#5iL4FHTw8Yi-O_ir7?Mu>w(n<FYMWqed(UF~;qpnwKiOSx zmZxt06?@)g)%Bg1HW^OZ`R71`r5d-F?59xQeBYOhs?M`pQ|(2~pRw4dZAl5#t@i^4 zov3}g@q&Aw_671@nIYCaHFrfr-%kFz-zOyv79MMFST$$koyHCz;CnI6_>62<hN9AQ zwt(yTU+>PmGb6-h3-=3EiPguS1t~k8Z-{cte`L6FV$6G~fYiHl4E@t4HUHSnP$E*c zT)Fbi66J8|-L`p`>tj^=k7p<x(b!&{u>bVz8RG9go^UhYBFBBZ)hqno|466f@rV3v pMepDJ93>t9z3i>d=I{G2a8;IFb5XD`*#Qi422WQ%mvv4FO#r-OnSlTR literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..efa97f8695648017284262584f089e68c3d263f7 GIT binary patch literal 1228 zcmaiyc~BE)7{-^=5Db?nEvHC0hG9Su!f*;msL>W;paTpH7Dz-yZj?(7xiqMVU@f2s z3LU6ug;tqCkxYv)mO@p+hQvUU%_h4EG?Jl|Q=ng_)4%)9^S$5fyU+9ccD`9QJ@N|@ z(UJ&35Q%m?oB{T;U>zptfIeaO)&Oie`C+se0)Zezq9owaAm?~|J_K1k)hw+f%Ujl9 z_;~>}t{^)5OhI9C9t$cgEObxL%E(Vm&SAM{=cV2K7-$JWT7~p4W2nHq`(JT5927;d zNemPWFYsS4F7g+JLZM2inxCH+zZHwcOUN_=!zc=)vRRqNDZp?cF6YYU;du<kL_85b zi%Z@s6nur0D+M-`hsr+4B(Pk<!{(+jWERuR1-MuPQ6MvN1jY~nCZ0ycToeV_8DN%4 zVYzr(D&=7k9xCBt5|EmeOJEG;$t5!=Kmm>>2y4g)EJrmRLwG0xUd_m)Gr*6D!2|>W zjVF`L;J}8!|8@Y;oC1J=pqcaJnlItufCi41!kV~DfMY@+B{rwT=afo`N-0$>%9d0> z7?64iSF4rF>cwTXYI#|;vb+Sex}siPRj;nEtgo+bZUU_XZEbFDZ2@g<Zv$;_gZo|^ zb;t%+Usk|~jE1zdb#x7g#Jwbvk&&^9iK&^{K6CT^Hnz5Q2kq@0$c~3Sy^b95rug~> z1O^@r2?-60qSH??81V_IOeX70+WE}PtnBQZ+`OXVlG3vB^2*EAwY7CuuCm$n*RKCx zDbgZZAxJxz79JWCH>%=q#BxJS_NW=5vWTJE$DR~*hWI_}OtjUz^(c;5lX3ikvs@9{ ze4uF?E%tcko&K|c6kQ<+8sYSGtWlZ;t^U?)L#639D{kxBFLQqXQ~#3T{n#gN--}-9 ze*Ih1OHoyN+W|VKyz$MO`bVyLm;$Q#A%ckB<A-<-xV?9@s=kri)B4xzYbl2;y4^Mi zpNbNdD_fqE<@GIOy`7yre8Xwnl$ByhGf%Q?Pm0-pwK$BHWPV@Sey5^0zuCaY>@nrL zdu@I(Hr-dLP3q^Ee#x~y-;`Fuu)Du;c~_@lhRdFcbB6Cq=L%1J#{QMAwMpAxkLnuV zW`)Mb4PShb{)eL<qR6gkJy>w=9RaqtW>k^JkZS$12LZC{1}r|^GC1R%$BSmBUHfDm zGmh8kGoRYCFc7rIoYGx+x_a<rl#NA_AxFp6ijmxB?eE;i939Y6Hn?}&giq9^;)<0q z6UK?DMh{B;FLV)=J$u=^qS)BVcCYEkQcsJ+j`3jMPqc|oLErZ2U1*`eEv^Ek$oebz z<d9PpJmMtU?-6Xb5H^v2`ci|hi_3XZZF0YN`{YCNc#c<B$H&-HO-!Gx?aXQ8i&48= zsC8ehE!yi}`GFkH_BZ3W*o|z_j|G#b#5Xxl^V-kuHuSwp92=-b67DJwQR)(2KOCpJ z5f`(ZS$KxJ^Ns~!oIBgc^0%#-in{4G$iLDh3hE789qzjDcx-s=@7!|7{``a#=YFrF h%5x*TR&pbZ7!cjzOMc#10)A<TMvV;rG3=YFe*oYgv&jGe literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-selected.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..7492a0da01f2246bf04bcfd62d32bbb7451099da GIT binary patch literal 733 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ee*%0$ zT!Hle0Rq2&{stm6%ON7)zx)7-1IZs>e?GkW^x@TK53fCabp6?5AiDAV$*mVpf#~+j zXFzo4<%|2TUp{#A_UZe#&)$D{@#({>j~`xr`t;`W*N@-8CV&k2`Rymzx<9{v{rU6j z&%eL_faYr@GJgd6->f9aFPMQ*T1HOZz|hFm&E3n}$1gY}FTZfsoVoKCY~8l~(9vU; zuUx%;`_A1rZ{NND@bS}^?>~P1{{83g?yct%85kG^JzX3_EKcvek{*1>L4fUni$m9f zOM;Fp&Vj4ms$7~R5a6W#|Ns6C?!JAq=U(K0bN#Gw`R4C=ED!HI?OMWRD!el4pWUNP zg3s?-v-vE(KRMO)zlTNNvt2EdW_pz^-N*9n8Jm6DC8hSPTDI-Sf{&lyC=tMGZkohq zy38$SX_|{e_%!~o)0ZU$mhtE>XgQiO*RuPU&ZXprc{*)d(sf>K^f<}1>e97MzYm)) zJEOFdYlTzvWi`oyvzov3m`~+aEmnIdb?&Pi<I(MB6@NaGJg2azp=S5H_cP?J-<>%6 z<-XkaM!R(njwNqNNGkc+f8gG`<ahdyCfeQ!sQxA|eoC<Z==6Z_7ef1v>b==5?dSDl im-opDpWoCkG@YC9KmXqQ*g9bFGI+ZBxvX<aXaWE(kjU8p literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-selected@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..dcbc0b0978ee9d8956c43446d2c50f4527ef7013 GIT binary patch literal 1283 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)|7 zd_r7-ivN!S+#&Gr>eGkUo;|wy^bwG}{_OFM=TB}ve|r1nGa$P2^7&mLdiDGs5WRi@ zME766eDLP=lXq{PynFlf{o7|i^x@s}5AR=meE;&}hgY9Iy#Dm@&F4>VzkGi8<;#a} zUp{{O`r+HxkKew1{_!1%zWn(4{nxJ_zkmPy{rlISKfnL}{qy(V-+w^x{~ySSTwXf0 zzz9ny3GxeOU}R=tV;2+>7893{l#-T}lUGnwR#8<mH8Z!cwz0K$a*2qFj){#+PD#zq z%_}M?EvuL?anj_e(-tq=x^4T8UAvDQJAUHisnci9UAT4k-h(GkpS^tb`rW6`U%r0( z@$=X3e|diA{TUdTVmw_OLn02py^$Gy*+GQuL6CWfSYfz>m?P`dE^pC5hp^UF5gHe? z45F0QYF^P>p`jVAt=jT?_ScqaYPo9055I9g|4{eVbKd0HvuEzydb6+SN6^hDZ^|mu z9yHASxMSB`bL~j4mB}1klN8-oat41p)4uEXH7^&DKXr~h9?=hKtEL^2skZ10EEDc_ znOwl6cKfZ{xz@TXmvhcd-os+H@O{m~VC%NTvZNylg{f=I?ysDE$l|t=p^wKm(-(8I zLd0{}IaC>MmdCyhsd2dKt8%4f%EeD}f<FmeWj9QkWbtLn8|UqXf8BgGGoFon{v-Oz zcjJ6M)`xdHd9HL-EnrDZk&QCCkbO$`-@k{AVvzw7Y~SZ-n>^S4d357G!L&;So~`eK zWe+K?-Jr<%Zq<e2UCwm|3pu2_oZ7i~FVD5uU7{o{^stw!H(T$w<@TJjjE%gU55gAu z?_6D%9>=|(xz6lKd;iZ1<%_(;WV9zNE79C4V94D!^-|_+Mb#%_&if)V*kY^GRpZzf z{drsKU!M4i`~LUIy+{5ZjJp=U^Vk37`G2ytt_zi1EC`JKE3;`+Rk6-0<|(;Kv2Su8 z`IS8`UTC(2;rp@l-K|ZNo&^ZaDq22STthSOnU3S~Zzc9!jZ*~fMh4uQp2=T!eUF6a zvVF@IyxF_Te$_n(Um>HXGsRN!YyUmmeXMuYyoc3ML3d1BAG?I=ulwG_n(BRMb+H@s zq`!=-YBq>nTg(31;Ngbgw0*{YS3WRhYVI<Ra$9QRV{4gfbaY;p^o&-elx_Rps$?6i wX$`e>$|hT&VumsM9H>b{ttQaodS|15Km%~Qqcz%<R^>FVdQ&MBb@0FjUzS^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf7efd0013bad54cb5a31839c5a7626a4d8a4fe GIT binary patch literal 737 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ee*%0$ zT!Hle|NkG~eEj6%le<@+-MjYe{?#WBu0DNm?b*X?Paj==_UOv92iG1yxc21X<tLAT z;#ZzMy!zzfRiG?T>Iq2ARS<dzL_jT9pFIL=2Xn!KAjJ>{goJ1Zv7g?42}B^HkQBg0 zUOjyK^5L5o_g}w!@CK;h(e-CfZoPO4M7M$H<@0;5AyTg&zkC1U<A+zDKD_$;@y+MY z@4kF~_x1DpuiwA?`0@4UuOGjE{rvqKh<^R~^Xt#wKY#!J{rB(hzyJS$p8n6(cWNWh z|K=q@e!&ck(lT=L28KqiZth;*K7PR=dHIF2=FFYHVC%N+hmIb*eC6u(+js81dHe4D zhmW7WeE;$5_ivzS+6=8a3=E7So-U3d7XEuL-wZlrAj0+_q-#e*laj(F&Dkp+<hgQ% zUb!@F>)GG?xz(9WmwY@^ak&2X^Vunrgq_Uh78r$RXL>|k-JDX<yJ9)N#D$)N7fNM6 zYYP7|WuLBbF?Ux_t!VU2=bG8~ru>?@Pem;4xtOU{y2D-98G&6ZF6!(O+r5I})^o8v z+nA3naO#P5kUSUhxUYjv$tbwt)SQLFu`bSnmd_hzt;y>DRkV1gQqk;&yojq`UrfKk za`BDSg`@u8-vzFmD6^hLW3Pt&N_FFd-9PLYw`|X`uQK|4e5!Wk%Ov|pkHv00p2T72 zmVZbh_kVrD{Ku;e`>zEq{jI)5D)5o|lzr|q6Rq9|+b!G1A^+7P`r!U*)#@daeAD^# XqVD$USaj$EgP6h7)z4*}Q$iB}n7FUo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..8b7043d7bd3c2b45736c605e0b8dcd8d92e9b8fe GIT binary patch literal 1273 zcmZ9Kc~DbV6viJ?O`t_bR5q>1hypDjw17mYECW<36A)3ch%6xjrJ_TkDaEZgE{sD7 zF;=!Zq>Vzwu~S+X7D1pIHbEsXfv~-7FJuppKoSh}K2iVZo$uaz?stCYygPGWNdoa} zJ6ji92!iZl_e3RvJqJubyfs*RT?cKzW=)BVO~T{xqr!Lu9BoeSIZT0|jela(>ZnWk zCSW>Kqm!xoPaLDtG788LjYjj$&CjEdGES0xPZVTVYeHQh$f_<OE-4zoOUt8u35Ma( z(NW=Rp%@lR_>!?#Qxik-NmzmK5YezmJR+73NylMyf`?A>WytW9Xh;M|F%N@9Tp1R_ z;z^!F$dw9VR0N}9fWZ<WPb%U`5f}vmzK{nbL4X4SE{b6AGA}`3U`hdxVW1H6r6OQ* zv2x&GS*$ZgE@wZi7`EL1?H51Pz75{BdJltE0RDf6_t|A1W8Mk7KPuv*;$fL&L?#tX zNk`@Am|QllkRvL&P^A#6lwyriqEU%8Dv3soYSpMtBhzW8rgiceonmHMIXkVIol)y& zH9&@0twFDwGw9~#^+uz?WSldZFquvBX0vg@Y+6__ExcK<Sl(C`EsJ1)_c40fcz~x$ zrzR5jLsr%wt-`IfU+3WH<m|HX)6K41+_t)J+a4ISGdLvltFXwZ<Zn}sq#h+@k@Jq{ z7f?@~{()Z3xPIf8-|swl_~>zS%fHV#-95d1{R1xr;}eKPipmvA&CIOcFlRKG7Z&r0 zgYgiwA~`lHA}P5`J#0E;zi&P6B-`8PW+S)2EAa1UD^u91pFjF0plc6{s|?6Y|E&J_ zmaAW+i(A74lo+~m#ZGPM&9qRCR$De$8A6*Va;#Pdc<g}H16DV)SN~i|D9d|V*idzw zNr+*2I-g=z`fZ3mTc4IDxVpFTx9-F<XKh;JeG@CbTvO-Y8<}$@hk@_VTep-`$aq6Q zUy=I`Ioau+7qzO+uYcYrlV0x!*J#ITI)bm+`^P2fA1Ho}NpkeQW3w&y6~Fe>-Q6t3 z_O;(JI<v?FUWJzw7kx4r_*P#+u?8`hR-hhZ1G}<0`z8l(5tzj#uRo!>8p7Q=yKTq% z!nK}Z)1>P-K}Lj)6M?G89XLO8g>-&vzmawDQu80Hh4i4|1gBjGrU>J1OBD$<cF&MX z+q1PHYfsDFgWNlcHkj`no}(>23dCgvxnE4V)FwS>>1}m5hg%=Se#$?SQ(ezk$+2a7 zrH1=Naf?Z}se)tp?xq*?9S&6y{E5RQ{GXi87t!PntMHTa*I(>f!ll%uHQm|mO?&*X zw&8NMqKffPV-e;1yIo9DXPSy6%AZ3htkvv*`HpO5ctixn6R&O>?b*v*AJ|^g`f@_! z;ZLWtLs~jHw(4h^X2-21Tt3tO315E*-dG<S$qpU5KXtsP{mjm$eegA>HrI~vq+sHa zbJvtlk|IWmbtvQ2g)D9KjWq|?HCxhGwgs!0mD=KUfvp$9Hic~RA!UU1>u*%Y{Us~9 zEMws-T@?h5OMio4^L$z1v9i7WKR!3RJ~(h|v9w?X1!^RGJkmfkHG%&bij5{l-H%K! F{tw?e{Gk8< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7feed194842db10259d3b5e26d3f2240c61f83f7 GIT binary patch literal 728 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EKLdP1 zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBpXXo`Sh zVPRoF!N9;k2pJR<1W{uO1Xk{5KxFN1Zf<U2VPS1;ZD(g^Z*TAH?Cb&r?*6Vo;NkD; z5#R<yo&oMa<P`t}K+}NcKnw@FI(p{$jTS(kTb2a*1v4;8%gD(a7#g{{xqEs0_yvdL z<rmJHGk5-it=qOAI(qE#m8;ip-?{tx&HE1@K7RW0{l|}AzkmPv^XKnM%PWiw42(RU zE{-7<r}tio3_fHa!2V%cv?Gg)gG1M;g-R6<u4ZH`;0WPUz5oC44j+vh2i|P4`A~nW z{h!**vw5Pa_c@n!ZxwUDv`XxfBRl7uy))RBwpkvPsXzDgx?0`oFR3^5Pp#|EDgNX2 zHS`5f=zGsZCI0_BE967&wu`%6o$-#tS@3#@!^KWL*7t1o3{zg8JaOmGhr^F*d|c)- zmZY9Ial?h#Xp=|$74e2yA#PLhgO}KgrwU(~tNq3IO>+hFg{8A!N2VC4C<jhwO!bwl z&CPH5s`)C|q5ZOK)Vg`)wzhehA9r~D*!VcL$LSvXH{Hbk$~S4H&TaF9``3z}nxDHn t^3d|0^E-E||K!^DZfcFzhVT0?$ot%7n9%AgeF>DVJYD@<);T3K0RRsdA@KkJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d04c0853dad643559c931291a01da85290230a5e GIT binary patch literal 1266 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42%l{ zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qbm;!;7yBQDwNoyeTFgG{1u&}VQva+_ewz09XwY9agv$J>h zv3K@$bn$fp0#{!rS3f5=KW88Sl5YOa?*1-7;O_4V1Rnlwo&oM&f!^NUzP`SGetrP~ z0fB*mz%UOB3j+ozFl>S026P5E%%ZKn8<qfLD4`_CFPMRmnT3sAP)JxzTtZSxT2@Y8 zK~Y&nRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ewylm^X?K^huK632% ziIb;JpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|<UOba4!cIQ;g;&v2nY z5%z*3V%pO;?cFjdM_<!)lka5{<CQ$h(}M0#=s4_SDkYl1yPD(s`fHK_l?KN7pZexK zwydjvWME%&PWE1rzS-@%Z*fspvCMhzO>&Gc$9->joyF~)S<u&{Dp_hKVbELac;Zx0 ziJnN8i>hV&BBuVnmj++&+Ies;QA*-+{V8{2>zv7lC(Kh1eQ2!lDm8oUWxJhH%2J); z2A5K*w-(==FW!;XV&leDcH!L7gn8;#4+}4~dM*EXc$Gtm@`8K!TrN)w{w|YrM8SK7 z=*LBQ!n+tHlV+HB?b`NGrh@zPF@gT3d$Kyt+Z8<}4!*q;o%+I*L&w9#alO~M$P+?o zK69(@yt%*V*Tefd?zR?doxVGyId78GI8(^!8uiRVYS&^Xe}^RJNs=%4mwR<>_OPv3 z<CL#(s%=r)f<yeSL38rI$jJvU>=#IM7A&^^&9wYk^~8U-7CXf&9BFg<ARn}qdA@FY z7boj4&RG+tuGb5!D(znI_0^hao)6KQ&%<+llb=m5Ka*qox<yIVWZL)G(`Ik37iqo@ ziby^@uTe%i%CMBBb^7V0tuH4(yrL(&N_qBmm#p;lowKFI=S%;H-T5Qux?(QR!&@iL zt$p`I@<{I-i&K?RH}Cq3@LX%|$l89-Jj|@@IkWXu2exw;*S=DnALp&}XpZ*Pv*ojw zZ%C<~{62HFthyhMW83zM97&sXrV2OT|5nhv)GV=Tj=$gTb7#u0JZ+z&!#VL%#?Gcy z$NqolI4DxRBRhpn=fs(U>x$PB?!9^OR{pzR?(`X-`o4d+nDy<y+s)=k=KSFMc0w+5 QkAq4aPgg&ebxsLQ09nQXQUCw| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-header-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5081ff1d582c2cd40544ff88a9880f0317923170 GIT binary patch literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E{{wtN zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBRPXo`Sh zp`oEbL4SXL2pJF%08yh01V;9H#z5qtudi=lU|?cmVrpt?VPRouX=x7xPF@Z`;Oy-P zL@wS=AmroZ>f;PVZa#i~en2yUra`QLIR1XRU^meJmL)-c!3>PjGIH_;hDNS#?q1$L ze!(Gm`GvFQ%$>hr>$dHOjvl*w<?8j@ckaG^^Zvt!kDtDL|MBD3@85s^{Q0}m@(LpZ z1EYwii(`m||K7{);Y@}itPiY>I#{ilk`6Y-ZkWzu+^WF0D5>)Q|Lr?EjGZ2Jo@?8^ ztNW*4(Y-wki~Y83*mhmPTWa^});9u$;p>*_x9I;ia}R%drhld_*Uj=n{MyztI?vwe zJwB--Kdf~7f-^^MHYA>@-oEOx41>j0F=?+1*N{>MpZ!L<-!d<#G;F#u(ZoLITSwfE zSFQ}!`}%5xZ9lCzeS1|t;|gwBPT|1z&)=4>DrHb-`&8$6-o~z@k1<F3I=9c|r*k{p zSLHKlNH$j(1a5Z!QnLP+QNzl8eg6!L(rxdazgxhdP(ClK_t<6qH*ah9Jo|b0Nt^C( z%ionMC#UG8D!6<&uDnO1FVWy#(9*Q}cUw;_>JEI)J?A~E<}E3eqo7pg>FVdQ&MBb@ E0FufhtN;K2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-header-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4b1588d09fd36b81267bf325dc593a7b086c53 GIT binary patch literal 1291 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)|7 zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qb=mLR}y&e!4+v^!S7#J8B8X6iK8=IJzn3|fJnVFfJn_E~| zSlYT-*}B`<d)PR5*aCrrr>&!>9S{IXM=v`kFMA+x@&X33gR_@|v$rD<xp+If`FePG zczJnwdwcu%`1twx`TP5agoFUYKP)T^7`(u628LlI&`sa~yd--j1sGciB|(0{42;Yy zZ0v$U!eZhQl2X#La`Fm_$||aAre@|A);6~GPA(Bq(J`@c$tkJXxp_q;rDYWpCQh0> zb=u-(TeofBv1|8{W5-XNJaziaxeK@M-h1%m>9d!wUcdYF`ODXDKYsrD{V&h&ygvg2 zQ;MgHV@Sl|w>NHvUv>~-e-LCIBKBR>g|U3;x>9y=feEW3*2Id;II?YtXXv9_N?tmx zPTBA7=S&vMxMX5nbea9!!|#*k8S~#inKG^Vby05G<E2|~-+s>RbHK`2@Wa>2-BFod zi_-;UPA*t}u`P3#Y@@5I-;oNtc@w6}baCCk72ABXNS8yhGel*kW8lHndD`jq_9@Fd zG@Zm;ZEuFZ-O?`_bVNy0RJnKS?74jxHhJhMKQ#<`GUcMBT%?#sFNej;h^3c5tx}jY zYa*9K=9bE{nH3D0Ns}e7bXDBgz%{p3XCrUk+qrRt+w9skt34bX^|wu3$o-)`z^H%H zx#<fPCu9T&vD)fdwkJ*uI9&3s@Z$ZYZ*9e&@-VZPzA(}#@knf3Bs2Zml6aZ)7QI&& zVkf+uaE9scgObc`KW3Qm+_|_gUEz}AMAjht%t_B`eq>8XTw8cuV7as5w)1vpU;fOn z>ilc<g|EWu$l-dAH1>N|d@D0~e=$v)FgbX-p6}iC4YRDCi!s++pOAm`lELp!|4#j~ zb9I`0N$m9RNy*aRYJY}y1zkxxEY~C>8<k|;l;&+;H>+;}^O^QlEmk4yVe312cn^tI zJP*^eljr#6cW7q!`O>zssrm~RyxaQf$-dgcNlupEwO0QQ3|$qz^XsOSn>JWWox8rW zfk)nO+A8&?%9V1eg+G?;{E_#0weht3?56quw!JD#dY>GzV%9#EyuG%!lCLW4TrVQM zaY^DeqZRX>_8yO2{QUM)UPr%)M=j1DcZrO2+Uxt`ncr-^GWYWbR4gW({5S9ImScOC ves+8Bkx;YuNJYYu?^WrapWWAxHu%pl{T$2HNoJw>prXjr)z4*}Q$iB}rkoFJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-header.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-header.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1fd7ec3993161329f5e8f382883f0459ccca94 GIT binary patch literal 781 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{|6L&2Log${P^($$OQ@m$$$U;0m+XaKYsf3>GS8$Kn748&OUnV^s(cokDWMk z?8Mm<r_b#>aOA+jV+Ri%J9Oma;iEuwYUZ59v*#|EJ#Xop`AZ)@e0b~Dt*ckBUb}Yf z(xpq6FJHcR@gk6M{`~nf1<yAE10t*>$S;_IQ9@E$Mq5YM&fdY<#nsK*CpjgpySJ}@ z!r~=M*KgXqZ~uWq$BtjQdgJD;+js8VfB5L}<0ns^J$w1`<*Qe3-n@MW0`I}#D+v7j z{rm6VfB%*rlVSu0xrC>SV~EA+<b(z038E7NubLiaE(u-Y8WFf<gGba))|M8QUpF6K zPES)f*mL3V^2hRQtpBc6Y+d>J(3cO<EUgC}C+Nn-sx=AN${h2kYS{JR_R`~gmkw*Z zmv3YG^D)b4aym=aqix*I%s-qD_Xw}>Jj5S6S$>(5yt=V*dVa7$G|vi8ONQ8Bg=K2~ z`ql3G;T+L|D?GJXVuLxBsRfto>x*kdbFc6eb`I7M>$j+`-02vTzKrq85|^IOGJEgX z?s=n_!@5ANa1qm?dsnU;6i=F}5g;t?HsQ7aUy)nnC8cmak)1qm+72#JQ8vqH+NxrA zP>S=wB+GuYjgij1>=PHxIC}OkljBT*dWjd^h6|s?CTfZ@-Hi3>XnnU-fZ<}yJ%RIa SE1H3^z~JfX=d#Wzp$Pysh0B5f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-header@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..df38f3872e2081f98693c46ac3d8e6db3a0f537c GIT binary patch literal 1343 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&BB zd_r7-ivN!SSP1<2^XKp1zyJRI0}22czkmP!{{8!pA3uQPr%#_geE9J3<HsXMPoF$} z{@uHG`wkpAaPZiHL&pvt2BH&(j+{Jv^wit8Z-G)fcJJT0d;jh|2Y2rUqC<Q39ooD9 z$g5YcUcY|5W!vtp+xN_zvv}6rC9~%N(b75dmp**>@X@13_wV1odGqG=>(_7GxB+Bb zy?XW9wQH9yUAlbv@`Vc*&YwRIB*TvdZve(wUrCT(Faskq3o9GHfS`z|n7D+Lw2Z8r zf})avp^>qvnYpEnt$$!pa7bumRCHoea(ZS~PE&JBYg_x|X^WREUAAK7#?4!{Zri?N z*Pf%tPn<e;{?g?u*KggvbNAkZhmW2<1A^x-UcP+w2JD^pFaQhz2>AH%D+GM|`RmuO z-@k!@#_hDPo`HcW-P6S}B;xSf8$W|DJBYA<2-3gO^qp0%V|$RzD_$-Rud8C&{M@_N zFZHms*fQ@%)|M$I3r%DHrOsx!v}JbAlcnbj4u5Zd(thTN@$X$XYoptfZL{^yzMYqs zpCA!7^I^mG+r@ikE;rfr`{1-MyQO_4u5ab&S?c=o`=KVK&X<8AqWgB;ZMa!r=n+&I zHL<2EVMW67$xq+BYyHTy)=RNdD)juisO6;^(-!wUNs`E1vGtavP?z@<Nz1;8O2@yP zTj;UJfj8)YC%g7swRoRJZ4(2pe%={2r|tHH#cC%PrX88vw*P{rN6_V-#Y==wpF7sR zB!N#f@c!k+zTOuiJp%oLRw&MmY+_58$Nn_%!d};O`JTW$p|H3g#owlusjp9GjotV? z;{vP4=Y>6@8rmGft3JmG)V*9#ELFnnVy6<-xQ}y{%e|@j^Go>GWnW;P@MA&_Yt_fV zsmo4Hmp@<1|1SH2aKMiVNiW0I<5_j@f93mOs==jd7t&NeVU=t}nl+2C)|XZTMQd;K zy%D?4w}e{#R%5P=c1ugU!ky^D_Iug)Ep7s#vr>HCe=e)r@G2lg^Yo8|?}t{zdIyww zRol-zvuWCbPm5-)f4}HfdhP6r<|aS={F;0Jw|unp`?T%T^c9R-*O#boKQnu><&@&h zn|6Oc`lM=WbbsvB-n)$(3YjBaOeZ}2`z!2gfq~xj#j1SrYxDL+|9PWU&lhT5@BOwg zDV<-X+cfp?+3mZnBiL2a)6Y7-VeYDYRVFp(=eA0x2`4%x1!-w+n&G)%#)YYC)t2AT zm914yaCWP*Hv7!?%r|%XZZ_tNSA{MfNVvY#?E0_!8rcT*42oVKdKVe4IR(rN44$rj JF6*2UngH~<LcIV0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3e00b02f88f49b1c35bc6a49df829ae6269dc48d GIT binary patch literal 667 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@uIyO$Ks-Y#<5bLKuO8fe=AcAh2>b2Lda13kwS?D=RxYI|l~`XCQF* za|HrVKUdEHcOdc(0D_>PAfO?UksuoaVw3g(z2Q_6<QL4q$S)u$B`vL{uBoY|t!HCv z7aA5Gk(`p9lUq_!T2@in*woz8(%RP1(b?72-Gc=jb-C99H0`ISi(`nz>AhEu3pE)C zuq7O5+uN`=fnB<@X~o88f8$S;Drr4PInew+lfOndZL_rFkMc)PtKyf>dGWW(@}1(w zSBEwlY@1_z{^C-ty}o%lv(MiM*ON|*ogAO=S+wTis?f%nQ$8j-d^|r(Ro*S<<}!6N z@r%<qG-}OiAC@<tY6v;rKj%Svw$n?_jZutOHvc)nwTM}X<!!`WMw6p;EicVm%gn?4 z7=4`<Di`rD5_Y(2u;2Ycqr#zAW(ukoI{toln_#+HyWvTEl%CnPiF(_A?ub#$%vsbE zsPyZA9{0N$>29|ttTsHcN8BsON%vvQ#67#CS7rVwy`FXS#{Kw(*7I}E%q!WZR|QHM Mp00i_>zopr0Nx+~2mk;8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0e67ae2e8b1cd57b51f9ebd1d7ecb9de72226c27 GIT binary patch literal 1159 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)g@ zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdC}Ii(R_^9N03@wEEi5dotgLKoZ0zjp z9GrcffB;Ck0+F9H5CBPcKUW~|^mFwLaQ6=I_Vxyb4=`ka0TLD#2J|e@JCTtf!`Co- z83ThduO!GXn1PXrnT3;!i-(t&k6%DQP)JBvL{wHzPF_J#Sw+>r(8$=t%-q_>-oeqy zKOitDC^9-ZB{eNQCpRxIzo4+FqOz*GwyvSExwW;ey`!_My9X~&PW!)`fq}`?)5S3) z;_%xWH-m2lh_ELdxwdr2m0eqIU0a%Ulr=g!H#Tc&s2AhKYGxHd(?z0@hkpK#&(`Zu zQP~;pUvNya-v7*#hqHIjZ$AHh%JJ#<PF{$zsABkj#?fSt*sK>%HRm4G{h$(k&`(_L zgC^tBny`r~nu}9DtBOpGsC#(ehj>yzfQR!Hrmn8Dzu(Sj<kdKJL}+KnqHFPH*2#jg z%4Qc!dPF2QTjf7aZN1^9xj5|A-kX(^HBKK<H1eyu`{K)+mt2KCO|$myJ+SujH&K&E zlZvnO{kRs^Zs#y@2ix}V%kt)Yi&xm~Y{d2J?;5tV2SgvTlozFEUEmL>n9#NR$EtGz zQ#j0>zRUUkUA;kmx@OidgA)t-Cp>qq6x8s|JU2m4!_;{*PgJ9h{HZPn%Tp?cElq2G zoLMmckLoVFElLyWay;6KQ|un!=J~}eX*WeM`kU~nqL7Vu*7A5Y9cfqD(VSA6aKCs( zlFsDR##a-j2Txz^H#fAaVvpp5GY;owEzSM-c5P?h^DU>I=4{(u&TbYeeQN8JZI&CF zmBJ@n(DuG8zIEZ!v*w3av+oKqe|_F%;nwp<zMMTQUbmqAy!q8z%WFPuvwA3^E_LeX zrHH$`r$uY6x^s)yM667Ct+qnD?$YuzD^<b@&sk@Gw3WJeK04q@zu9)-zpw9Y*S-Hc zM|xud&$^Ie<u<8v_ZQq>`202B(a7wXE4NKsakTMA&~$I{+lJdKIpm%cB)_v<Z}?s^ tKI(3#+Iw%6#n!94A2%-FA1Igjk9i_PBX57y^qHVyz|+;wWt~$(69C?Z+0+04 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-header-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..89dee385d2d0e5b84946f7231b8ccfa45136b144 GIT binary patch literal 662 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@l9z2L}VWKsJyBa>K&HAZ&kse~7pq5Ewe>89V6f>zkUIT3A>(0D+UY zgR{322>Cj>`Z~M%`uX_<1Oz}#0J;mPcTVvfYoIrrN`m}?85sEm1f`^<)zmdLwY2qY zZ0$nB!XuJXvU74vN=nNrDjS=cTUuJ%IyyQ!ySlo2FoBQM^2tEczIeJghFF~5d*!%L zlYszRLf2mHZ*8*Hh7C#P@Bas_6Bcw#XSew=|Jwoco1SHYE%oX_YrdMaxxBvGCCEQf z+xzr_D;xY~B(L7|WY(DzSLPe8*N|Q!J2^J!uV|IqRjcE^HNVmvVgpS3ZF_E*l=}OK zY+S~nQF*EMV1BbI!&F`SO?LKoWF)MG;<OufwaH7)KcTkGciWyk=2-#ui{h(p32xf^ zv4|-{hC{ZqSU{Tj6-#zLyX>c3tR9?Ig1>p!dp8K}kJ%Z)|9waA@yA>nBUc!9waMQI zJtz73%7s|oKXd9%#cFtRZfW6m{q!zx;i^Zk*M)ulbpO9o`Mr{}wU?$gMS)U<r>mdK II;Vst09h>bY5)KL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..56036217ea7740c6d270b68616b57ea38a294a88 GIT binary patch literal 1147 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-@3 zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdD53`hh7Nkh4*L4~hK7d5#>S?mrsn46 z7C>O*YGvbY0|XA9Hcp;)Kma72yn(^u03@Bgot(X$U41=0J-xlXfuRHppOBD{u&^+o zmw}!Fnm>Et`w76%%r6P@3ua(sVrJpw;^N`u<>MC+5EK#;77>+|lap6aR8~<nFf=kY zF*CQev3GEE@(&0M3W|(QPDxEm&&kcp%P%M_s;I20uB~fmY;J9BYwzgn>h8f0vgYX2 zGB7Zydb&7<L>zv5<9g5`2NAY}BYNNNX={nS*_-6Z;$pslQ%a|SO|a<R|4S+hCQV2Q zH!nOU`G2;-<nH`UUu9(a{{Pu)(pz=Cw$b}Xq8{_U()S+1ek;GeX;QuU^~x-Rbw>^M zaN0;aznJy3RYp`aF2f*U&Su9G1uIlO@`#GgDSTy_dwarO$5|U9wX#-kz4P*Wx95_{ zOFWc+{@!}dLF2sQ-Ga(hGo^y8_dc}g<~el9({`!f<CP~A4;O?iE`Rl_NGnXS(`V9> zC_!n_`4=owCT704cJD@ea3zcRGXZZ_*>F)s^ArKK^&yjXbG&72Z+=w59)Iv<i+Kz0 z#hu4p=5up@Q9ZRHu0-R42uFp7LgONy$&;3*w*@*+=GwwzBlpO2fx6qoOP7=vR&8A3 z!2UyXl9?{2idu?iS>Dy^n)t?Z52W~yo>&$;ZONU?b3*%>Tp0ve_9<q{?${tB6l_$& zziYx&=jmEJu}oju&h0w7Kxg-n<egjm_wAAQ*zc~CqPcYQ9^JbePA&Hc3Q0d)=5TJ4 zvPSHWiPvNt-yUh#x+x-=+Wu$O0__iKc6xU58}=7{v^@4^?<x2FtAwMwCr`cf>fW)U z*GEF5Zj{~*cPPvBdcVL|_2YtVKi+L#e&W4$zIxO)h0{@Yw&j?;HcOIQDcHT*P1pIW z<#V~^j_1SQ^E&!HuzXq9Rk&qsYR0~EOS;$2ytk8yyJ)LzY;X1%>GtQ>`Islp7n*qB j;jKFxUjNUZVn3r?X<yfr+mX)opserd>gTe~DWM4fefY&6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-header.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..e0740cea2cf5edf1f8d266b2f228a5364b1ae7a3 GIT binary patch literal 687 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EmjZl3 zT!Hj|T7vIj0Jq`Cj~_pO{)BKpefsp}%NGcH?t&HbfN0Um1&dZ5K6>Kl(Njl{pE`cx z%<&WFPMkV-3W&~JICJjeg$oxhUc7ku^5v^nuU@}?{r2tKj~+dOm;*HV@87>b(-iM4 zI0^KXTS<^#FasmMfS{DLn!2Wzww{fxU1(T%L~=@YPHstQSw&@IQ*%p8Yg<Q0M`u@8 zS9cFC@MepC0no(1o-U3d7N_@KIWE*>Ai$PzuuHaj{f%Bx!A_@uPyg1Zu!uI!<dFO0 zU;SYA8<pKHPXGN>!t=Oi2rY~~=PIKTGiM=pi`Jz~K7Fn=xsz&rE8TVnMozDuc|}I+ z{Q>Pz-OJNDd+m4vzid|9*q)d*>rscB>yBdrQ!a>xzu4aRm_>AgwBq~rY{|!$PZ?y- zTkz~?Z-~AXgD0Ey>UF{<EqN?^PY5vHuzRiO$ZXFspW#OI-G_{hy!LNTI*2r;Y(M^c z7spA1KIzvhY#cwvubZ=yrTUIma^J-tGATWa4zia`tn0PB{&}~Q?729NY4a7o{uc79 qytZ@q&7kgm@74yX{rSHCf^4?`gOV5S^Opkyg2B_(&t;ucLK6TBo`2E+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-header@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..989db68f4bf479601ad02d147741ae4c7ec4dd30 GIT binary patch literal 1177 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42;16 zJ|V6^#s7yRn7d%bJRn*GL@O68TDfD_{#|?a@7aHN@BYL4_aEJV5QvWNKYaY);p2yo zo;Z5+)Y0Roj-NPl{KUBvC(fNack#l73l}e5ynOlc)vH&pU%!6y=FQu;Z$EhO;L)Q; zPo6w^{rdIWw{PFSfB)gbhfkkA{rK_Y*RNl{fB*jb_b)Ik``$aN0)w@%B*-tAfsu)s zg_DbimycgSP)JxrR8~%2K~Y&n)xglm*u>1-+Q#0&(aAp`FeoxQIVCkMJtsFWzo4+F zqOz*GwyvSExwWmmqqD2KhgguiUgi%21CzC<i(^Q{;kP$_248j%VgC>$sBuEG{lrp{ zr7L8DLRJM-MRbVePtnlv-L9GYa^w5||4*iIUs^Id=Sk~1gTvq3pR}L*V*Gp4&06XC z@6F8hYl9bF^~e!lH{)(Zis_dP{>w^O%@0h@Vc9J+<3Ny*7VF%30+SY2Eo@pe$=lYf z=fCHisYOdPcM2U2_{h5d#7q9eGu?D9o>~#O_WO3L<iKg_O-}-wyZR#Mest*-O3dK> zx<qcq+}|f>x#cW+xMX75^77e%Nzz@b?v*{b^fIE&rqDyqRQa0KKS$#LwLVK{&&%TH z=5F^XZrilt(cafK?avmtsAw*1Gb!iW+cbyg)I+g-ZN@C3O1@Xm%Gcene^g$!XZ?&W z+Y<|q2TX8wH4lgi<l}wbzo^E<vESm0Oo`=^-HmlxZAa>^=g0fn+dRG?y`ZRLSK|$F z=b+cq&p*5R#I(IkLAl*%-8`$`3qRCsS_9O-v|$IwpZ1i}2Ya6j$Vgo%S8Lg$GxwIp zU2`?9x$To5hRa%780h&JNbZ?^PfLA<;>xC%Z(nj}^BkRUsY$%-!fsWKwVRGD_L@C? zL8F=Os)uE{!kfjV<CpkK&(DwAHudqX6Dv=@bGbBU&Z0TuXYc+s-4-3)`0QBTk%f(C z9!Z@@^nNY7f7!H(L$_-BZ<+jDzC*2k%U6rSeA!bsr)_%p?6&tq!OQYFwjB#+R9wg} ze)gJEbwSjX%r<%5?og4*5pT+@bk4VbKhXT9_4)f#e9!hy?$(~Y@k(fCNKWz7mnjdv e8K2@k6Ynd3a<k)PjU~V|%;4$j=d#Wzp$PyK)~??G literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-selected.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..f4398f604cea201a384be697cc410ec161652278 GIT binary patch literal 644 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ETLOGS zT!A#HfRmFmH#fJkva+_ewxpz_s;X+voH;XR&YU-I-ok|omn~bic=6)p%a^ZPw{Fv> zO`A7w-oAbNmMvR$?AWn$=gwWbcJ0}-XYby<55eI6{rf=r5g5D&gST(r0_m?`zkUaU z-(c|f?_W6M|NsA~cN|23j<zWY@(X5QX64}I;T04T5fu}ckdl^>)zZ?|(J?bOx3sjf zvbT3|aCCHXc6E!5i;qu8%r7V`tg5PRZfR+2Z|{-%E$<FA=a;98V~EA+y_c_xH5u@* zC5VW~+_<(^{1KPloEzWk^#x@v6fL^<BmQgCdlTNyMSrYU=A2Uz;WRA188S!0_IbhH zcXRbz7YZh3l^&PBc`YC;Xueza+@IRd)mE(#n^j_)WMTiXd}2uhSGL?~zWu8NY*rj^ zeQ<Zd_jE~Z!NxxiYdkXR4>oOnr~FxA(cT`lgx&<HdEItel}evdj^s2*R&TKtj1`hI zVwmAJA!eTTY{46Kt?xgTxVxNgaf|5beg58UMXcaf`|U9&x$VolXV+M`J$?K>c}YfZ z@R0}1-dnC`g_!wo{#R!DNA-&JgQ|Jl75p7~Z}Ogf-j)97iTqB+Akmapv3@_QK}o>V L)z4*}Q$iB}XucBQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-selected@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..67ea825a4dac0c1fcd15b7bd32b42e7c1aa4c652 GIT binary patch literal 1081 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*mM zJ|V6^#gqe1PEH{qAwfYwDJdyMMMVt_4Idw$;NalEz`)$x+`_`bl9G~z3l}b4ym<NY z<x7?<S+#1_x^?TeZQHhU=gwWbcJ0`)V-FY{Ja};5zI}%d9XfpY@bTlvj~qF2^ytx( zU~uZxsfQ0A-n(}XNZ!AHA4om|gQriQK701;#fuj}^8NewpFVwpkU$0yd;tRp<2w@g z`Sa&*F!=lT@Bjb*AtaFT`ciNoFgT)0g8YIR7@3$^*w{I^xOsR5ghWKe#3dx9q-A7f z<>cfQR8`fqv~?`4tgLP9ot&IqTwLAU-90?LyuE#VW8>oD;}a5-Q&Likii(R%N=wVi z%PXs@Ynq!|Iy<|%dz4ODyD=~@nR~i8hD02GJ3Tx2mV-#!Qzci9%!W6STSPtvt>uVV zdTWx<)J363#Bv00{{Qdp!?caXY<K2)zvXj3{@w6%!b}^>>UZAW=YRbd@y@C`r}Cj) zDb4TtBtuEnS?8LBQZENiG?Z#QJNew(4-XS7Zd=}SSlA(!5~kuCmK~ns7Qc#BL`(Kz z;Ul&;_cmJcmIZ`K$}AR2``A-h5_M$4nIlZ?Yrac_-xYfGEAEHo>6F?7OeO~=POE)5 zP5)cOf?ewkmi$>Wzr-S$X={Ms!vBv{65Bbqb}OmYs|DnJ_2YT9_><=UDSp}k=|Z6a zYHNKQBX>+{)GMsC*5%xw`FKO2<r((qv$n77Ufy2jn;w6}Hh{}-iNZAw=1n=f-!Wty z-DdyOL6d(<W1q|wKIW?Q-734@+x)SgHgngD)iNc*Y#|lzCuN=cn0WU7T$>4;&XzB# zHP&BNzJ2-l)}6OrHFESkSy26h_mT~JM^(UGR@p#3kEd5d)x*vGjYQd*Z3`6I+uu1_ z9-Pp4zUV@wM8H+&faxL6TgtimL{)Q&le)Y&S#V0X_ikJylyX%~bw%1ouYehgsunI< zVU@c`i}|f)rtrj=M1^NH!Iyu`3H#^9b1Ufbsk;xKgdEuzAamC~ue90n`m1BQ=?yxp zyH@^}I{cA;!aI)`t_?4x%vY#cIM;Q*mcO!Bm+xoae4ZQc^pBY8-HSWMB)0L;zo$N? zQt=@gr)2&qnZ@d!?k&r=kovnL)BKc1c88d#-f1?CiHb4P{y+Nle@%Tre_ErTxBRw6 QOF{Y8)78&qol`;+0C33TeE<Le literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a6607a73b3925ece312cae1054d4c1a2819735e3 GIT binary patch literal 687 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NqaNIdk{!-Sg+qU%GVZ+_`fXE?l^I^CpnIc=6)dvu7b9Kn73*NCMRWRRY;S z0F(l%0dgTKAtFF71OT}}21M}MwQE2&P}$Y1S0S=My+FYmH*P?<K&d--?%ca~56JE6 z>gws~S+ZowvSrIwtXQ#f<;vBoS3{fu)PDQ+ZJ^4xZ{L3U^y$ZsAHRS9{`>bY&=;P$ zTZMuCaVZJ%3ua*C=NAx^l9pCe*VNM1v$3@c4GWJ*PD#nm$t@`@tEg;jYHn$1X>IH1 z=;#Dm*VPTQ5Djo1s0PLaBde#2V~EA+y;p9QH5mvn1gwY>k6N7+`+8saYa^|RA(8+8 z&zI^6QJg0jH)na}gL$56#vYe8D~GNrT`tm@xjo8<)#FofZbV<Qr23hQ^NSv3-8;6d zn)9=GYVA?;_u9Ar^8fBw<vVZonLo!2TCdMqYO8GSYc8PHl@Xk#QC{TSSl*l_sU@A5 z(jm{Z@C(B)%W%o8=){yx4`!!?^PlzG)chnYl`fe!+*O@#U?Mc3_PG*!gRQ-+tkIRO zA{(Yz&+eYKpC`3eaF^e<Jt3V7*IfAY`0=#UUn}}=e~=6Jsy{BZ`1%j#-DiF$uj5&? z&dq<PUWildN7W;zb*@Z*@J>uiw&t$&)cz-z|2x&UR9w_JmEb1{3}6ONS3j3^P6<r_ DRdiyK literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e9ce96939ba9d3262d60b1a5ea6db5424223526a GIT binary patch literal 1170 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#sB~RZ)j)$l0dM3|Nh61AD=mM=IYg}M~)mhapJ`7+qZ$-^XJcBx^(H-v135- zlP6CCMb4c&clq*Vh)N(EsNmwoix4i54Fnf1TmXukJ$n`?3uFVOfLx$BkOAaEv;Y}E z1z_dpfeavkOF<MvNQg3^EW{|dbr4(NS|H{?xIhvj3sDSYBkP5z?CR?3>FJp}ckaA- z^A;>vuxQbuB}<kpTefV)iWRF@uZE}xIsoWRps#`9aOcjQd-v`=c<|uSqeoAkJbC^4 z_1m{^-@kwV<;$0E-@g6$@#FXJ-+%x91qS1#D-W*%L$;_S$S;_Ik%@_!g_DbimyeHM zKu}0XSVUA-PEKAyQCUURz|hFp#LV2>+Q!D-!O_V-ATTH>GCDaWB{eNQCpR}QKfj=` zsG_o}y0)&ap|QEOt-ZaYv#T5EY&@Xdc6lfR1CxQLi(^Q{;kP$#2Hy%0VNX~R_ByKD zduv$W?oRH!wb#VLUpd|EI;QGY+@Pc|;lSVj@m}i!CQo?c=3j73vY!8dkKDeU=H-^` z(_dTq>)Xctk20uX;Xe~-vE!Ni`$WyR`+N&jX74NGURG?#_p&BXD_kpe<qZGDD{eTo zbAC=TW4b96xO9qZ;6%yo6EBN5^!SuaG}d_a{Iy%U$`l=eW|2t}nkI|N@3{sG8TL#$ z<ni%))bm^$RpH4eEHXXbmdLBACP{IcR<p;J`<*t|5a<>O(0){Xx;{h5=!nsdt>%H{ zQT2^EyeBm>-ly{Z;)p!Nk@viAg=2I;lB24~mcrLxoM#y%zrOR>Pw(aSiqb=!uh`|d zY8!2&Pu*;?@C%r8`V~L#mrkeC0V&R|)&l;jujXXS=>%r5tC*?WY&=rzDzr*IeHP<E zv(`H2nY>eT_m&1q2AeKl^e$&<0FzeE3a0N9zVQ7ilwnG}XK_!WsOVM8?Uj#tm!CU$ zv|yn^&EhR@KYS9?Q2ey@?~?d?^XJ~#a4KL$%7#SSbFz+e6t2ZjWvlw^(VlhSpJ`!l z)3R6M@gFAY*<ELOt@XdVX;1mpli{x)Jz;ygX2t5?&CjMr|DOBmP@ciHHB3fk3$*tt zpVjP4Ui|A(^^GMb_8%1edARqj%X|LC+gP{XyT%*svwi(S!NYGacbw0?^ttrM;tA)j zMxT~hx3%Zo{!LlamNOrJ;Lyi>Id{#mJ=HmNrRH-gG$wMqUw5vz)b@YxCzj9rFXQT; Ug=~?!228mOp00i_>zopr01RGr$N&HU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-selected.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d2186b7c0bd5bac14b912d1a4c0263236bac21 GIT binary patch literal 717 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E_X2!E zT!A!I04pnNetv#+b#+ZmO>uE?Wo2baNy*%~bLY&NGjHC!MT-_KS+ZpD;>AmsE?u!= z#j<6~HiE(C&6~Gw-MS47wr}6QbLY-oyLRo_vuEGFef#(Ce*goIkidH+@ZrOUZ!qv1 z4E}(@UoiOp|NpAJj&VTmd6oqE1v9X+aq;mB2#SfzE2yZdYiMcf=o=Us8Jqa{`UM08 zCa0uiWMpP$W)&5emX?)QR#w&4)~{N#cI~?L8%~`*bN1}L`w!lK{P^YTw>Jx)<S{TX z@_4#9hFF~5d--NrlYszRLdcy1OQRHbY~32VJL1*59ifHV&;G`Hh=@)qICfe3|LT|z zb6YGwdtcfs?6>T*l;fhO!6yy8uRKfHdw=~g-ZO%+UpHn{dY+H8S@_1V%5dYYzPQcR zj-s8r)q=iCdTkdK$($&B>YV0e)w<Ac8BfYjE$!33>G*1jyF#7C52Yu`8FS8cH5X;e zt#$droW@=C?&m>A*4ggcI(qmV?(gjoVY(Q9pudKxq}HQmp6V>Il3NK?=Y!R3q*!?l zne@DGH0RiPaPjrq%F~UEujv#_F1)^C$It&#o*SR9J^z4v_3`yrHU7q(k=cKIbz890 vQ(m3h+Zg6Iu4}pRPA$m%^}K}Fb^S67Ud}DAW4c+6fYOqutDnm{r-UW|d-6fb literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-selected@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1b8944f146baf901484833de12d8f0ff4e0995 GIT binary patch literal 1216 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#dHI#tgKvITzq_d!otGh;^HbQDjFIZ+S=MaK0f~b{(*skSy@@Rxw(afg~i3i zixw?fx^(HXWy_W?U%q0+iq)%EZ``<XI~eTTxpUX9UAw_x&z?Q|_U+rhfB%642M&S3 zVK6v)^ysl;$Bu)+DKL0|1RlY_GbHc<20kHy%V41E9o{WlW$2Lu1Xpi*|9JTO=b zOM?7@85o&aSlQS)xOsT_goH&z#l$6K<rGy^)ipG=baeIf4GfKpO-xPA%q^{~on2gg zef<M6GPAOCbBih}E32w&YHJ%B8=IP2TH880yL(oxUbA-Xx(!>mZQpVJ!o`c1E?>QR z?fQ+Icke%V`0o9Ok3WC?{x`3FcM$^vQ@p2(V@Sl|w>NHw3pvWL7jPW$PFdHn#pTea z+pdQ{ghggHl?7f(N;Y-c?4+|nBjw-!>1osTbk4k6^Y_`&;y-q8><akgpZ$}r*|$1o zA5W|DMi(vK|1(Rp1iM?>E4&=KnkO7t+Q2P5CnzCxebukWfA*9{-Hmk%JQZ@G@uR=i z=GNp(llg!0bj|v*dCml${&ODjvsSMNJK3{Q%J-bSfZMmt5}KB`-uGy7mmc!bZGW}z zby>PgWQI_?N#UiA++AnST<=WIDmT33^ZrTqLB>K)NmJ#d|8t}_c*T5{P;LFMx8TT| znbubv)-JcMpLW?IN62s9qFE;Yq`MBg%ayc5Z;wrv2&>?GsZ;s$P*J9@>HSxeCoTL| zC$MP&=Z(isOJ1;E;!W;mdbKNY&sIlsT@9{KyO57ew&p&bcNggY=I@TWko)6MyWbv% znc>Sq7W7{){&x9f)1(WJobTK8?%I|cQE7aA`}U{+sarKK)MFf8l`H7V1a0@ph)#B5 z+U<9?e0QFEa_QV1Cl}Z*K5<(7nRBvFo5r5!&hPg)RCZtR$((GsS3M#8LX&Rk>?AL% z<b!PqI}hJ&60^;9tUCD0XzhZ{+Z1-Kl>5BES#Y+Nt=cD>4Br!m5B*bSy*n3f$S!Yt zN`9B~_oFgT?e3er*==ccYUZ}7(Klyp{_GjE)0O+goW};H?-FII89lx8Rlna{XuHFy zG-tz!^V4QNZhp1>pwj#}&D4qu5;Lyv_*vFndGw37SK8wh>E^Fw)@4hmss5b1ZkizL zw63XDtMC4+3)0kE6t&oeY2EZx$rhJs>pto|a}>P(|H0M!8q*E-GaO+xW!}rjRtqXV NJYD@<);T3K0RTvLGB^ML literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch.png new file mode 100644 index 0000000000000000000000000000000000000000..67886a1299f7127feb691700f95cc5813ac90ed9 GIT binary patch literal 729 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ep96eC zT!Hle|Nk#sxNz~}#WQEloI7{!{Q2_`E`$MO0~ruDP!<j#B5-k#3K#%t0V;#>pfubZ zxcIee*MMvY2@wRU0dlWjzYgKvxpN1|xPANf-Me>zjIOS(?(XiMo}ML3mMmMgZ29u# zD^{#nxpL*IRjXF7UJbDksQuQhTR<&9y>H&U`TY6w_wV0-{P^+v_wPS{{`~#>7wFkd zDe;Se-nJ|W@(X5Ql$Mc`H!w7Eb#wRf_VEi2$;&UCHD~Vp1zWdmKXmli<ttaO-@bGA z^_%w}K79Q21!&YSh)F9guP`z&FbaFRIEGl9-h1U{*dYS}wg=NfS&y(XGU{@4Nw3%; zIOWo%4NH!0d;j0WhqoiwCb{}>y{Y(Lze}EKleWB7;oiDh&-K#YHDZ(OCRx;`b06P$ zL#Fu4PMP~N{#sv-JvwK>8>{VRKh1Cd?X-0b{Xb#$+~x6XBKxj6-!k5mv}@lCjYVBN z8ph?!2X{M`Gfs^ZF#LG9(d}hLLd|tohqJB%kxD_G%O)$Xmu|4~6R=b=3URUvFJ-^5 zx8aR_U5d|%3Ge&vG40~mY&&;_@}iHs_*RIl6Kq>p|6!>g!&^?>`G4;h{nWYja9(x0 z_EP!%i((dseBu6GwPD}0o3l48zIZN=O)IV{ahiEc1%K7i8TDoT+PXD&qNgrCaxH$L ZszUd-(7z$??15p-;OXk;vd$@?2>|PHm7)Lu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/switch@2.png new file mode 100644 index 0000000000000000000000000000000000000000..16a25780c6edccc31494aa05ac96897c1629f6ac GIT binary patch literal 1264 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-h_ zd_r7-ivR!rziQR0{rmS{y?XWb?c0|wT>>&ro;-Q+;>F9CFP}Pf>dcul=gytGaNz=w z3t^u>e;z0cWS>2I7RUxlK}et=Tm;Al>Vl9!22cS+4Ui215D_2=;X(|72m(bQih+U< zHe4};fhmrx9ikUa3whkGuCDIx?w+2WxpU{vn>TO4f(45fEn2*I@scG=mM&eoY}vBq z%a^ZMv0}}dH9(KUoelIgFsy*Vc<tIXV36LqbLZ~eyZ7(kfAHYJqeqV(KYslB_3Jlp z-n@JF?#q`iU%!6+_U+sE@85s?`0@Mq?>~S3{QLJ07%54|XR-sMC!r+BFPMRmnT3sA zP)JxzTtZSxT2@Y8K~Y&nRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ew zylm^X?K^huK632%iIb;JpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|@>& zba4!cIQ;g;&)~}rBJ3Z6^h5aG3)={Y>T9j|$|fo>bydI`TM>`I6-SiUPd~cN#CO)M zzne3~CaCysnkYUavF$zoTmG3R)5|u`uGN=2@3$@f*6zQ}jTcOE3@$G`u;71?wRh&X z-X?9yuco&RborAe=yrX&AGKDi`>0M=*FF1;gKu8(tA9>i<Y_toNWeq8^)ri0B*a9M zIwm>yX1(xOeA#lQmf++mK@yppF29)5za%wDO0#!jlK9tiHzT4H#R3a1Nv^$YHgQsC zs>+o&z1!DW`}!|*$q8~=+mY`3f5GYr%G)AcJf~lub2oo-mu-mS+vVleVGCbRQ15vX z=)7wi*WM;0Zmq=&rfZ+`JRy{3<d-Kg|F7f!*7=*~EZAEx$7%b56K!053Vn}5pIaY4 zT6%$(%a&;(Z>Qe^mgQcn4xfFgXS3vj^n{xep0Ef#3+Y_{zvl1K-5+K-$uBt7wyJO5 zE`#$IYc5&~EV+=rV&g)oKkX?c4<^4BSn>JTS?*;MW(OZ%?=v@$Yu8?heOD*8SXFZ# zOflTCeNUy=h38umHtosZwKMVR!WENlw%I<sr>$}B@^5bL!oS)tZiwv-ai1eETpti{ z{?<Y98;hFH7q^y9`R~TNqI$1YWm5bcorQCb-+EPNqnaDG^Xop>=o@qUqQobNhA>Ln zF4Ye`-+K8{+LR*~xsN^Ct(+0}M1SEk-5VEg_{r2U?({mm<>9s4pPkcqCw(t-R&Kk! zT)sB0d*1s7d#0I98sV?kE>#gT(oieP-|s8FdwqEdTg-_w1@Gg+lJ8wBEl<!f*&3Ln mWnxyae0Aw_<5Om5jM6u^yx(!D<1;WxGkCiCxvX<aXaWGb_t7{2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-active-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eee949a916012b6c7571443f08241aa5f5381a72 GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkpBPw|Cuvqp51)*{Py!Z7hgQM{OsY?Cs1_d$)l@4^z;D`T?3+LK<)#e?6s#4uL6|; zNf3Gj6u<K90Z0U>5he&?Ak@Ic;f&z9UqH^#C<*clW?*6!5fuvx2@Q)+NK8sj$tW(X ztZQg&YHn#ed+z*&4<A2${_^|J-+x#6WjTO)8a-VcLnI_~4|)nU889#$4D8wQezyjT z=(GR&Ca!_=-aK1hP`fAYsOp8;F4l(2jWgeFwe;+WniUe&+pyXy#{6vBf_aV0s}lAl zEEjVyxq0}S3RB?UGYP-Kv>z;7XCW84inSo{uy4MjEu-SE;53!W?DevjPik8~opJ9) g&HC5BH6PE{Usx!@7_l}z73dfSPgg&ebxsLQ0APmTt^fc4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-active-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e03c811e2f291df0c3a9dc6af2031cd3b80fd556 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|Ft~mD_WkS6AKZBH@Y2gimmfX8`uO41=l8EZd2sdVgKN(oUVrxB^3#V`o<6+# z>=6)Md-fQp_zF<=$wMHz_7sR7U4HiX>az#e9zVGD<l*HfKwS?mKYMWH8At&TffzuI zPac7F0gVNk12o~`RiK$51T+(@5^M#C4Hg8EP&QBms0%Fq<Pn$w<3a?nk_f$i#kMnn zzV$5$@(X5QWM)@TR8m&aHZU|Ywz9UdwX=70a&~cb^YHTa2@DDj2}@1OEG#ams;zHm zY?`ol-~J=Vj-R}C{l?8(cOSld_2%QJ&tJZN`~KtSufPA^9{O^Vfq_xo)5S4FLUQfF zOlzh<hPH>#J-(^7yt%pEagk5tDHoUb|NmQCJ@+XNJ!by>Y`xLv>rZdpj*i$jOS#o@ zg?8X=^PU-NvOH8zPq@?VW)dzr;r}K5xuQZh+k#A%cg$QBbXR&0v!(y}*vj+%MO_xl z^w_uEdi7Go(XYc;U!S>k+n1fZl9ihyu7A>NaQdArY%x_lVXCM#Gne#%!tglG*MYUq zE!yvQUEQFh>i5F()hhi%U01&E^E>afWMBB2T}kh=Ex0EpDPCK<=bDiKi^DqA^)02U z`Rp7^7;a1~?=)4<=VAKFVxX4KcKXT_AD{atcFvqP;d8_G_4aQb&Fl)gE1C3|cWH*- zq==U<rk@jH7K=AoG&9}fTb%Q|W0Hwo3x)Wrm(1k#N?a{EO)ve2zkRFt+>E_j0{nn+ O!QkoY=d#Wzp$Py1*{1yf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-active.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-active.png new file mode 100644 index 0000000000000000000000000000000000000000..5028dbce7303bef135e1e62d93aa59274137486d GIT binary patch literal 409 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkbZXa+4I}a?_7NG;PSJFSD%2<(?{2yJ-YJj!BwEhQwVwlVj#G1@rT!*KED3!@%88L zUw-`X>eI*9pFh6&{Q2FN&+or}dH?n6$8Udr|NZyx-~a#rLo^bu0qqkl3GxeO5D^s% z3JGm&YHm4u?)-%hA3uHm^6#j6U<pt`ou`Xqh=e5TLB^sM1p$T)2i7gxdinqV&sOE4 zfwO?&AfOxe{BFL;8uzA;)q-p68LyPtuCnNASS1sBb<+B|Z)c}Y6{@eEs2=1MlUh74 zB1CwS&Wu%!w)XRH7%XY5;4eO`dS>Y>e*fkBTPwFS%~<dLAx3b)em2%uQfDoHu`o2$ Yha~C66ug^v66g{JPgg&ebxsLQ02WNi_W%F@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-active@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f092f686b5559aa4acef15f47b4c304e8df61c7f GIT binary patch literal 730 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E4+DHc zT!Hle|Nrk_fBxXci$|9qJ-+(*-jyf!uReKj_349a&mLZX_UQ7nhgY6Hy!!0X)n|`^ z%B}#Vo&cpDTz>Z8%Cm=8p8(OLYd{4E^yu2NM<6M%E}$V`sYhTgTp7@O2pi6TOMw|6 zT_AI=11){_^wx`~w_m(_{^9-0j~`xr`uO_u$2Xrpz4`q4-IverzJC4q{oAMS-#&l; z{`trEFF$^K{rT(1@83WF{QLJ0=(TkJifEuGjZ1?3f*BYU6qQx<4GfKpO{{Hf?H!#0 zgMvfC!t3fA8k?H;?%RLl*zuFsuHU$M>*cFAA3uHm^7GflPIVmy21XrE7sn6@$+ZV- z?GFV=uswLLG39!|J*A0ZMq%$nXHH+y`ulgig7x#9-z%T(U*|o|Gk4C_=)3EJ*Ndq( zTjeNUU8ON|^8RBzZhmPw<p#&^PPX^rkGODqYREe=$vdH)E3;E}1trNItf+E%^O4gn zlILohV_&VyAAX@W<zs4V<c+>C*8BWBpw&^vr>!9Q>tD+g?KQy{Uv=!A#G|fqUvPD2 zS@RL@UO^$<i#AK{Nk}R_?JVneu}?{{a(Lvo#VqOXgkvQQGn8+!uBr1ds!+3(J+P`X zto5s>5d+ht`5XFNwGSytDhN$z*{U`x>)?-nQimk!Y7b|0g&ws3b~K1LWmkw$^iEec zbN!Wf<;1>}J?US|_iTsi%!#`X^_&)+x%d=c&{^h_K^AK*=RLpTcP({h9pk;d4a;tG SCh`D-ox#)9&t;ucLK6VP!j>EW literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-backdrop-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7611f5dd0803772b0f8a5c99bc2c87ec99f1f103 GIT binary patch literal 421 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkY-@`4+Q)7?_ag**v_2?x9mB*2aLAwJF;`<{+;{xZ`*Td`<_EP_8s1}|LBgrhjs!P zyY}zeb!6B6Bir{J0E+D1eQ@`_BRh5<+O_x4j@^fM>^;15_dziG&~BjmJqLI0IXrVx z=`5gC$|XU5!3>N{9Gr?uN^0sF8d`e#21dpvCMKq4K|#R@iHS)msi|pcn;kZ&0+rW$ zx;TbNNah~&6lyYHU^p14^kCfzolfpE|K&5g7TMf98~@O7PuySI4J#&X4l!D-CLZi5 zHpy-Cij53%ud3|(+NV}Avwd~i`*g`S2P5ml7j+mt|6U2$dzFLdRp0BWYi}`^n{K(q zww2N8le$>S(<e!{473+--jNu1XV>%1*<AmAGJSRwxS0}IS_%p!Pgg&ebxsLQ0GY+N AMgRZ+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0c587941ced7c2e81eb87f950d485c44b297b79e GIT binary patch literal 708 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NmF5TD9>A2y6p^6WdOl*mC&ro;@cwZ{ELoKM<VRv**OttsvHp9fx-9I<o7? zk-Z>rY}>Z|+xG9@x%1#|5IC}b|8XFD%O0TK!#npM+r9hXwmpY{<n}#>_JA2X_8!`~ z@9?f&`+<f4Rqh0<+_mq>?%juW?%BU{&!HW=5AFbR_Z``}2Pg~T?%I18EO>a=ULg1I zj=hI>?moD4_hGPtBR~Up1I+{}KHT#=v<v7Tmy#gAU<O8JUS2*vK0#p-5fO0-2}vm_ zX=xc5SvffcMI|K-O)XtLJwqd76B8>RA3y(qfUvNz@QA3`xVVJG#H6I;<doF3wET3j zvkVN3Ql2i3Arg{n55A6K3}k4#82+-xVX4sE?8_ZIqP$t3?*6w;eQ#^bKkMICvHw~7 zufFqFOWeKFectItqrYsc&EmH#iB9o+8LRE)uCwCEFIBzCntW4}x46D?-D#zw_jJ#` zvrqQ!J+<;N?~?;RLy8M!pR`!~{&a1D)zp1i8`Sc}SF64kT;XSbzQMYZZS~qCwgI-R zd1;@R)-(q3TZG^D`m#|eHE-tbd77e$u3o-=GpswN{5l||VQ6{GvSSLzMyATgMhQFt zQm45$%=(noFp(!<a{7jEPec!7oO5uz$LAM+?%21<bC$p5wY1&S_OHNk(dwA<ORlw_ zGQ6b{-1pTxCh6eA-C;diI+|r$o>a~a{TeVcZm!L4HICzt4GgURESHaS?f4;CsI(Or O>I|N)elF{r5}E+s$yJd6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-backdrop.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..47ec30d89eb70f6d4d037b176754cef95cff1e69 GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u7fKP}k zknZd2YiMYwsp+b0=&f$(t*q@TZ|FFC_QHh=S1(__aq8^l%a?CnyLR)={YQ@;Jp~bu zo<4p0x(cYcuBWP@>&K5D)eYTMbzN1BJ&mms8#^XeHgp3;Y8v~%QoYqp-9ScFU1wEY z50Fu(@A@8St6E8rUoZnFm#UhTwM|%9SU3noL`25K#%1N?0zqD0VPR2GQE_qclOvh| zKpicfE{-7*;ko^%g_;}$m^a&qiHHigggFLQ{rfMzS4X^ipX$n$o=a>eEt>!Qp8D)_ zObjhLucn@u<ryUOfb&DcMNh4U^1V9K^&hC-ZD`)wJGUV&h{0mkTt+7oyR|pJvi3}> zTCi=^CbfAL2^tG!8f^C6-LZRrQsx?~V>Wk>S={#xo^Jj2BlE$zLIDhAf4hP1VeoYI Kb6Mw<&;$S*7P~9} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3a27f104257b8ee65c5df3f547cfd4664cf19eb3 GIT binary patch literal 748 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E4+DHc zT!C~$!=&=^j)sQ*l7{Z8s@AHi3Dwmt)h&Hx4V?`Qoz>O7<qaJ*HC>ery=66>wYA;V z4ZW4MU8m1otgh>-YUsXj;p*kfHx3>-b?WTp%hzsR1EQOE?%cV5|Nf)<kDdY*R5$hj z$!E`ASJd^qeEItI>vwP7ynFKw2tESAoA>YEe*%HZy6(!x?y3f$nY~}Xe(jk!`|H;q z-4kY3)^$}k^i%=uYV4^5n%2<W&@!Q+Wl}@igu3R5b*+6sk=myI+LqoQKYjp}0iE~l z8<5diRo4R)5#gVD4d_Ylk|4ie20nfPF>!HeX&D(=IaM`vODpS;(6F$ua43j~jEahm zj*bC>*!cLw#H6I;w6yfhtlZo@5XjFj0D{7zqT=G>Wm(T685kJVJY5_^BqY}!%#3CX zlwf;sJ!+z<i?)*{?@cwADUT}u{pUYrnVzP1`penc(}Av=e|}3zdTK2Aaq_DJm;Fxd z3*fb0<#@Bu>WJL$m~BVu3lao{{V%lfTdS;-stG+ZvFV!hnna$e3qnaH3nunjn(dSG z$e5N9DB-=yl6{}_6Ct;VDLOq&C!hWKJn@NXPme~W#X1kO`5yPyB|dSfY<@lI)?a;@ z+(5SvcM2Zo@m}|sA{cX7%{<C@$354V2MlW$UYm6=v2#-U$B#an3LHO`vMH;3vANAn z;nbM8=CDV%P~%1=?;9EuwIvcS-n#JXuF{sI?fhqjlsoHHjs&)@-?W3ttmcN|$0K4E z8!RU4syn~g_;{0Y#KFEIhi|Gn6>D04aHbbstH^nJDbaG7{R6Ybx~repvH&B3!PC{x JWt~$(697+&Tyy{c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eee949a916012b6c7571443f08241aa5f5381a72 GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkpBPw|Cuvqp51)*{Py!Z7hgQM{OsY?Cs1_d$)l@4^z;D`T?3+LK<)#e?6s#4uL6|; zNf3Gj6u<K90Z0U>5he&?Ak@Ic;f&z9UqH^#C<*clW?*6!5fuvx2@Q)+NK8sj$tW(X ztZQg&YHn#ed+z*&4<A2${_^|J-+x#6WjTO)8a-VcLnI_~4|)nU889#$4D8wQezyjT z=(GR&Ca!_=-aK1hP`fAYsOp8;F4l(2jWgeFwe;+WniUe&+pyXy#{6vBf_aV0s}lAl zEEjVyxq0}S3RB?UGYP-Kv>z;7XCW84inSo{uy4MjEu-SE;53!W?DevjPik8~opJ9) g&HC5BH6PE{Usx!@7_l}z73dfSPgg&ebxsLQ0APmTt^fc4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e03c811e2f291df0c3a9dc6af2031cd3b80fd556 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|Ft~mD_WkS6AKZBH@Y2gimmfX8`uO41=l8EZd2sdVgKN(oUVrxB^3#V`o<6+# z>=6)Md-fQp_zF<=$wMHz_7sR7U4HiX>az#e9zVGD<l*HfKwS?mKYMWH8At&TffzuI zPac7F0gVNk12o~`RiK$51T+(@5^M#C4Hg8EP&QBms0%Fq<Pn$w<3a?nk_f$i#kMnn zzV$5$@(X5QWM)@TR8m&aHZU|Ywz9UdwX=70a&~cb^YHTa2@DDj2}@1OEG#ams;zHm zY?`ol-~J=Vj-R}C{l?8(cOSld_2%QJ&tJZN`~KtSufPA^9{O^Vfq_xo)5S4FLUQfF zOlzh<hPH>#J-(^7yt%pEagk5tDHoUb|NmQCJ@+XNJ!by>Y`xLv>rZdpj*i$jOS#o@ zg?8X=^PU-NvOH8zPq@?VW)dzr;r}K5xuQZh+k#A%cg$QBbXR&0v!(y}*vj+%MO_xl z^w_uEdi7Go(XYc;U!S>k+n1fZl9ihyu7A>NaQdArY%x_lVXCM#Gne#%!tglG*MYUq zE!yvQUEQFh>i5F()hhi%U01&E^E>afWMBB2T}kh=Ex0EpDPCK<=bDiKi^DqA^)02U z`Rp7^7;a1~?=)4<=VAKFVxX4KcKXT_AD{atcFvqP;d8_G_4aQb&Fl)gE1C3|cWH*- zq==U<rk@jH7K=AoG&9}fTb%Q|W0Hwo3x)Wrm(1k#N?a{EO)ve2zkRFt+>E_j0{nn+ O!QkoY=d#Wzp$Py1*{1yf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-hover-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eee949a916012b6c7571443f08241aa5f5381a72 GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkpBPw|Cuvqp51)*{Py!Z7hgQM{OsY?Cs1_d$)l@4^z;D`T?3+LK<)#e?6s#4uL6|; zNf3Gj6u<K90Z0U>5he&?Ak@Ic;f&z9UqH^#C<*clW?*6!5fuvx2@Q)+NK8sj$tW(X ztZQg&YHn#ed+z*&4<A2${_^|J-+x#6WjTO)8a-VcLnI_~4|)nU889#$4D8wQezyjT z=(GR&Ca!_=-aK1hP`fAYsOp8;F4l(2jWgeFwe;+WniUe&+pyXy#{6vBf_aV0s}lAl zEEjVyxq0}S3RB?UGYP-Kv>z;7XCW84inSo{uy4MjEu-SE;53!W?DevjPik8~opJ9) g&HC5BH6PE{Usx!@7_l}z73dfSPgg&ebxsLQ0APmTt^fc4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-hover-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e03c811e2f291df0c3a9dc6af2031cd3b80fd556 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|Ft~mD_WkS6AKZBH@Y2gimmfX8`uO41=l8EZd2sdVgKN(oUVrxB^3#V`o<6+# z>=6)Md-fQp_zF<=$wMHz_7sR7U4HiX>az#e9zVGD<l*HfKwS?mKYMWH8At&TffzuI zPac7F0gVNk12o~`RiK$51T+(@5^M#C4Hg8EP&QBms0%Fq<Pn$w<3a?nk_f$i#kMnn zzV$5$@(X5QWM)@TR8m&aHZU|Ywz9UdwX=70a&~cb^YHTa2@DDj2}@1OEG#ams;zHm zY?`ol-~J=Vj-R}C{l?8(cOSld_2%QJ&tJZN`~KtSufPA^9{O^Vfq_xo)5S4FLUQfF zOlzh<hPH>#J-(^7yt%pEagk5tDHoUb|NmQCJ@+XNJ!by>Y`xLv>rZdpj*i$jOS#o@ zg?8X=^PU-NvOH8zPq@?VW)dzr;r}K5xuQZh+k#A%cg$QBbXR&0v!(y}*vj+%MO_xl z^w_uEdi7Go(XYc;U!S>k+n1fZl9ihyu7A>NaQdArY%x_lVXCM#Gne#%!tglG*MYUq zE!yvQUEQFh>i5F()hhi%U01&E^E>afWMBB2T}kh=Ex0EpDPCK<=bDiKi^DqA^)02U z`Rp7^7;a1~?=)4<=VAKFVxX4KcKXT_AD{atcFvqP;d8_G_4aQb&Fl)gE1C3|cWH*- zq==U<rk@jH7K=AoG&9}fTb%Q|W0Hwo3x)Wrm(1k#N?a{EO)ve2zkRFt+>E_j0{nn+ O!QkoY=d#Wzp$Py1*{1yf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-hover.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..b6bb3412ce7ccec28455889a1ce47567c9e0523e GIT binary patch literal 463 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u1fKP}k zkbZXa+4I}a?_7NG;PSJFSD%2<(?{2yJ-YJj!PRFU-hBG-=JTg_U*5m|^x++l@%hV# zFJC?Z(YMc^zJ3LvZ$R|$>Qe}MboJ?vAHN=61se7A@%86m62u0gA3uIRy7u%T5P{in z!F6T3tAOs%DhcunW)Kk-3knHsY-(=VzkmOM0|yQsI&}E(;bUjdoxkw<!^e-GK7Ic3 z>-V3(fB(rX|NQ`{tKHMZF+@T#_h2~RAp;TDgWf$a_p*B!$j;yX|8HWXSp1n6`sP;m z-haKY@&)Ur2UEW)xqk7AY2ZF7dduq)N5z_Z@1L?ucvvwC-_FbByE2LC<dqypAr;mK zTa9nqH-=pjjJTbXCcR*q3Cp=;iTREDRK$N|T6xth>4;6;r<%P>Yt_MrW!7J;e?8}( YlP7xI_wKt7KqoPHy85}Sb4q9e0Py|$#Q*>R literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-hover@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4b1271a46f559012dd714df966f174f6385f3179 GIT binary patch literal 802 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E{{wtN zTtW2z|M#yye{kc)qsxyTUwwT4>XQdopFX(u?BVri53f9Zc=g$%tIr+-6<h&|KLLtA zxcuzFm1hsHJ^>@30uXw1?b(MnAHnQrVD{%v?||sb`&S>{zy9<A#Qyy0{g=-lzI^`p z1*+xh)32Yt0nPvV<=fY<-@if8k8fXpeEs_4$M+xKzkY|P1d>1}0m<**e?GbO{QLJG zPi{Vk3&Pbr209q*l1JBp4t@qCLFn4EA3uIV#DR7}*bps1_Qm%HzXO9HxFpCgn1NA2 zQCY>n(8$=@#@61^DKIEFB&@!nv1#|-efxpn00<mBbmZ9a<0ns@I(7QY*>jgJU%P(e z=B?Y09zA{e>dnVbpFe;3^5yHd??97({`&LxpQ;`IVg?3AGfx-C5DCe(2Q#gi0wvfU zeAf`#wAEu%itg_Y%}6iKz$MRr{@?HVd`{-NX&=}Ao|YMOv1HqooLx72D>)YkrT*|L zR82mVE)mFavg2ra&&stYCOnn*d2!^3_$nob+%TJ0JdK~c*0A)nFPB@hoL%B|(h4J< zPn%lzy$=>@({>XHn_Uuh;5zHgHc>%c-t5^+F8|u2RLP*N8YMQbcG5Z1lZ)ln^kjUO zxUsbG54XSP7OR@}H`ebG7wARFGRyP*?piNVA-I<3{BhpiN7^>)GNL!!lbK{aTP6Q~ zVyesShEhKx_9q_m4tsT(@vruNc44~m?hVgef>kB@r`k$XPj#0lPdfUsKXhXVW24`c zinLW60o>jC*ABLvo5T}Yacst|O+6e>4Iibr9a~W<zHhfFr;umr9k;`0Ri3BJ`o~c2 Xx@+UCDfNQD2x9Pb^>bP0l+XkKwTji# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close.png new file mode 100644 index 0000000000000000000000000000000000000000..b6bb3412ce7ccec28455889a1ce47567c9e0523e GIT binary patch literal 463 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u1fKP}k zkbZXa+4I}a?_7NG;PSJFSD%2<(?{2yJ-YJj!PRFU-hBG-=JTg_U*5m|^x++l@%hV# zFJC?Z(YMc^zJ3LvZ$R|$>Qe}MboJ?vAHN=61se7A@%86m62u0gA3uIRy7u%T5P{in z!F6T3tAOs%DhcunW)Kk-3knHsY-(=VzkmOM0|yQsI&}E(;bUjdoxkw<!^e-GK7Ic3 z>-V3(fB(rX|NQ`{tKHMZF+@T#_h2~RAp;TDgWf$a_p*B!$j;yX|8HWXSp1n6`sP;m z-haKY@&)Ur2UEW)xqk7AY2ZF7dduq)N5z_Z@1L?ucvvwC-_FbByE2LC<dqypAr;mK zTa9nqH-=pjjJTbXCcR*q3Cp=;iTREDRK$N|T6xth>4;6;r<%P>Yt_MrW!7J;e?8}( YlP7xI_wKt7KqoPHy85}Sb4q9e0Py|$#Q*>R literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-close@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4b1271a46f559012dd714df966f174f6385f3179 GIT binary patch literal 802 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E{{wtN zTtW2z|M#yye{kc)qsxyTUwwT4>XQdopFX(u?BVri53f9Zc=g$%tIr+-6<h&|KLLtA zxcuzFm1hsHJ^>@30uXw1?b(MnAHnQrVD{%v?||sb`&S>{zy9<A#Qyy0{g=-lzI^`p z1*+xh)32Yt0nPvV<=fY<-@if8k8fXpeEs_4$M+xKzkY|P1d>1}0m<**e?GbO{QLJG zPi{Vk3&Pbr209q*l1JBp4t@qCLFn4EA3uIV#DR7}*bps1_Qm%HzXO9HxFpCgn1NA2 zQCY>n(8$=@#@61^DKIEFB&@!nv1#|-efxpn00<mBbmZ9a<0ns@I(7QY*>jgJU%P(e z=B?Y09zA{e>dnVbpFe;3^5yHd??97({`&LxpQ;`IVg?3AGfx-C5DCe(2Q#gi0wvfU zeAf`#wAEu%itg_Y%}6iKz$MRr{@?HVd`{-NX&=}Ao|YMOv1HqooLx72D>)YkrT*|L zR82mVE)mFavg2ra&&stYCOnn*d2!^3_$nob+%TJ0JdK~c*0A)nFPB@hoL%B|(h4J< zPn%lzy$=>@({>XHn_Uuh;5zHgHc>%c-t5^+F8|u2RLP*N8YMQbcG5Z1lZ)ln^kjUO zxUsbG54XSP7OR@}H`ebG7wARFGRyP*?piNVA-I<3{BhpiN7^>)GNL!!lbK{aTP6Q~ zVyesShEhKx_9q_m4tsT(@vruNc44~m?hVgef>kB@r`k$XPj#0lPdfUsKXhXVW24`c zinLW60o>jC*ABLvo5T}Yacst|O+6e>4Iibr9a~W<zHhfFr;umr9k;`0Ri3BJ`o~c2 Xx@+UCDfNQD2x9Pb^>bP0l+XkKwTji# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-active-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f773f24dc156d5d3551686be3ca8b44946243 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!Ag<Dsd!^O~i&-b;lD?!GLiD^+I8Oe~kHNUt|Z`^9uj;M^<L s0=wu9_c;vgCNphy{eGs9f#CuB{AY&d-u51^fNo&$boFyt=akR{0A;?UFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-active-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..76250ef99f3df3f28c6f12539798fe95e14f8ff1 GIT binary patch literal 652 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~<PY@#4ixmMl4O;>79Gr{BJP`~Lm=-@kwV`SS<pY_@<nNuURe zOM?7@85k85l~wc&42_IUtZi)V9i0M$f<wZ>>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu<MkY@e#}JFtYbRfycF2Iog*kDh_j}!zXBU_|Qdj=`fBsRz>5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+<jq-du6!SBzOCM(6ef)c`6`X6)0mwvaIUG6DR3>c5@up- zXZ8;KbN9cf;`%wvc1(<l0v{|lOlD9NxKWfK$kfG9b#5Y4leC|d<R*WHo6J`qI`H-X z<niENxMfF{e@J-mjK|5Q_O@ZZcHghO=|7yHcDB)TrN>nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv<KZ|B8p+!K%1*gT!2tp*HC22WQ%mvv4FO#uI-F{c0k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-active.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-active.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f773f24dc156d5d3551686be3ca8b44946243 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!Ag<Dsd!^O~i&-b;lD?!GLiD^+I8Oe~kHNUt|Z`^9uj;M^<L s0=wu9_c;vgCNphy{eGs9f#CuB{AY&d-u51^fNo&$boFyt=akR{0A;?UFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-active@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..76250ef99f3df3f28c6f12539798fe95e14f8ff1 GIT binary patch literal 652 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~<PY@#4ixmMl4O;>79Gr{BJP`~Lm=-@kwV`SS<pY_@<nNuURe zOM?7@85k85l~wc&42_IUtZi)V9i0M$f<wZ>>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu<MkY@e#}JFtYbRfycF2Iog*kDh_j}!zXBU_|Qdj=`fBsRz>5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+<jq-du6!SBzOCM(6ef)c`6`X6)0mwvaIUG6DR3>c5@up- zXZ8;KbN9cf;`%wvc1(<l0v{|lOlD9NxKWfK$kfG9b#5Y4leC|d<R*WHo6J`qI`H-X z<niENxMfF{e@J-mjK|5Q_O@ZZcHghO=|7yHcDB)TrN>nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv<KZ|B8p+!K%1*gT!2tp*HC22WQ%mvv4FO#uI-F{c0k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-backdrop-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0883ca7fb7c8128a51dd689f28e6b0798864b170 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(hLm$Az;<2RoizR+PUY*jy;EW?>@L=H;{dJmbs4vPziTQkY6wZBO?>Dv#Uo?a2k7# zc0N#8+tbA{gkxrMf`Z_TwOI_8&zy<mKEPAR9?IdoszsCGP()e+Lt4Q)FSV-`438Yx U7He!?tOl~t)78&qol`;+0E$6RlmGw# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4542b7f6030429bace82d9ef3c38651c266b88aa GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7l>na* zS0K&6@V}v<VgLU9n>TOXzUR>H-3NE>IkW>vf*3$_c$!yQH&7K%NswPK10xd$m!4rr zSW<G@p^r}sfZ~3hE{-7@=aUm8k{WhaeSf!7L+RP>^7lsqnjRQRHB41tnGtosYXVD| zMZ**Y&Npn@j$#Zzd?S`8q)CY(s43-b)&?P!30tebmo+aGyThRKQSuVwS`I^y!#rL6 KT-G@yGywoGwqce4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-backdrop.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..36858b0c462d82fa6dd389e0a8904c988aa87082 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(qQnvp`jr(bX8SdcV$Cobz^r`LvK|>S5;llyQ_O-fhxF5g8YIR7#W$Ez5N1X;);`n z%~t`1wLM)NLpWw8CnyNcSewOg`OKL}?gKo9?4caat6DS}4n?FTFr*c%^HRH7!SKj| VZL!AY#cCk?JYD@<);T3K0RSE(NHG8a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-backdrop@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..061e3569f13ada9e9769abcd8ed92d2ed7e6fbff GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7^#Gp` zS0D`p4Gj%_eSIY*-L*|Ul}+7M4PBLWot1Un)eYTMbv;1D%6Q5SsE)TJ$S;_Ik%^Pr z*gP&iF)zP3!0LGqP$JmV#W6%9I5|NgsbS~yGc%WJD2b(?o8uH3RQ!ym>39Z1Sd&1) zET*s~m4Zu+jR$2SAMiwQZejr912dBr2#GLG5MoKV!yMMcvg!OB%e(^yM;I6aIHfNI Srd+!Ma-gTHpUXO@geCxY)?2p# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8addbf89ee6d52a0ccf0b12497ec3711182ec985 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(*OVeZ)j-PzkmOkGiP@0KD2Y+kzIQZ?b>q~#NKo0-i(}EKt<doL4Lsuj7%)7rImFP zCT;eczh50FtnKOI7{W0#IYB{i#@Z}~%V*9+av$I+WDn(VUe%(>a3~@zfg!D6otN6x a3Wi4xY>PEEFIEF;WAJqKb6Mw<&;$U}K~sAG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..dedcc3871bfebdbc65da210f37639f454859034f GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfW|Nm91R-HI;V)yRdTMi%Ix#!T1-3NE=KD2A^p`Adq2PCp<FNoZ)y6rzu1Aj@7 zUoZnBGatWTK-lET(^jupyV<AlM>J3>*we)^L?bvkK_aOk_1^CC;{h%<_xD!!u3GZ` zt~E>lMTRvjiU+octYPtd5X!*Z%)aS>^#-97Mj&o1KkJ~X!K9$daiD^K4GZU$ebwI& dH6(U0GMHN`l;<24bq5;H;OXk;vd$@?2>^8UZtMU6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-hover-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..84a5583cc628653dd5e203c79909759b887cff10 GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjt<!Wf<?jM;I6q)50 zkr^D37aUa(ol+g2QJ0+4l#mG`Q*)a)Y}vPY+ukiZ4(!@{WcR+KM~<ISs&3o_v`Mif z$S;_IokLFEz|hAxA~G^6Iwm$YJv}2Mv!J-7w5<I6rE5=~PHIW`1yo$)>Eak7A<24> zvFNY?2ZMp+iLJN)|G!mYSRusFz#91alMlbxt5VmSd-u<F{kxCp%lFMoEB><x6#kmB ztLcnUd6-|P%4{yJDPF6u**#YZmQ;}z*fnvYaf$Zk*K<Nms;AtWE5G3Xwh}*=hJW{z qXWAuK&ikDw=5p-m%vuJ92lAVrJMih(>4X5?!QkoY=d#Wzp$P!;ypHSu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-hover-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ef62ad4eab22e6407724d1d8f4204e836e69b0 GIT binary patch literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EPXc^G zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?b<Jet)pd0(fLdf^RAgk-W#klP<W#iu&2@Cljm({; zrBw{ATn(+<4Q<?kX4-lLIeA4nxraM>MY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVfL<G$my>=9l;6m30@@^e$MsVeyL1yZ0U0z5nQ*1IG>@ zJ#`3#P9Hgb=7{^5!$5y}mjw9*Gw|>V2?>jdiA%`IE9mJPxOsSb`TGZig-1q3MMuX# zK`ao&B_t#!CMG4Pq@<>1Wo2g<6crbjl-AWZY})qh*^8gQe&4Q_+R4Dc80YEY7-DgH z?c{9dCIgW+Q=NR(jwX-F!%5$!#p-NTt62Hw*#H0b8%-0M<ZJhDcxyA~beW%CxrglP zS(&%nmWh3v<?nmMXtm_$K;{>dU(UJobIKP6+x^-4+aC1T#-FI((-1oC?NhzBE7M)9 zUrbZ^FSgFM-u)g&n9$P3#8YxYvM&n%6|9^uSSoNe=~0|ao*nbD`Q_VoHY>hk|7+2p zu&+`;oQplAN9g!$UG*Qc793;bJ)g5X#@p^k5tHwd52v=RUcdbad;HnNq62K}6Gc6a z)XQ$LywJzcDc}&@QX%Nz^x?eE70pR04jV*gzEfG*bj0CF^J}hj8I1+U^|F3Sd)PVY zF6!o*yd#xeUNfm@Sw*+joZ5a<2h}P++2=Q(?{l$z*S@DUa91KnR8aJ^T`y9i)@hhO z^}Mmgy!*%ZcE?qjhc&DoOj<6vbTemRW0jq;WT>*_oV3*UIhv+t6BdUD^I2W2XMEm# VWR-v%A20$LJYD@<);T3K0RUeWC(Qr= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-hover.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..128a39da1505934b85102494ab976af03f15ee55 GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};<l`^&KYyp-Fxs9i0(gp`s2qhIQseP7ZCk} zf#1LX{Q2|u?_UuA|Ns9BmaJK_eEsrOn<h=0KY9AXs`~DSL96S4mMN74`2{mD^Y99b z$g8MmXj+z(mhC@q@X+xS&tAOz3<AG@|Ni@zvG&w%pz20X7sn6@N!Ekyi7bjd3<inP zMJNC5u3PBJ#BgCjDEISq-EDtX%IwRoH*>Yy&%Z0YI)9~YJ^zKfsv)*-Bo_bf6^Ytd ztk=t>cxvs`?Bo`vyK6eDTQ^@g-lzXrt2|5nl+U$^d9TvnOYhkiT=e3>*SdIK%S~<P m@6C5^o+fzirZ@w`KgL-TY}{0J&a(p@!{F)a=d#Wzp$PzwlEC}` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-hover@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..66cdeda056e20937db39de93edef20268a13a7c3 GIT binary patch literal 801 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E&jWly zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQT<pBv50r91NF%_XP z6~PImK-td8i>Az5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPk<z5De3Js5rb^zrkTuV24?{`&39*Kfam{f405 zzyJP21^>a|?_ZEOkoob`moGqlU%wqXa%%6vV||n7PMA7x;?(&KtrM#1yX%_!>sux~ zypjF^=vA+hAirP+R#tWnPA)DUUSSa#Svdt|6%|!A6LSkoD{Je>=$M$e!lL4m(z3Ei z(`U?@J$J$K4I4L|JAdKQv*#~fzW?y?^XJb%>wf$MSuf}GHj9CQG0fA&F~s8Z+Th6O zCI^vF&tNA73&~qeOE1OgO?lL{P4esidjB&et&D%FUcBCOX70}RYX0(*PyY#9Z(1bT zw(P{EuyR*tmbH@##X}Zce7XDa#@qSV8MjXOB3>GCJ$SxBwMElD?O)z%v*zh1q#V}a z`dAus<_}96-xrJSuC!C~MmZ}c)<w*lfAEDss#3;|#mBE!ANcU~ke>O46?PdezdAo2 ze6zB3e%ITBoy_a6%{lm1EX6P2Lh|*an+2L@$7-lN?2LV$f7*g=dyG(G!~erJ0upyV zB&cvQHP3f`6WrylbcCmlM}xI9r6s}FOIRs&i}E2gw&Rk2m$g`FUwLFKkkm3GhfB0; zM=Jk%&0|-WU0D;kIA?R)))kS7yZe{VEStYbi?3(0+zh@idkiM2y>XfL&@<`Dj|*}! zev8h(&%WS&bK~}?y^YU#cRd#iIGb*^SVzyV@^zl){`L3bKl0w@t@E1@EBzK2Zw#KU KelF{r5}E)dl%1Ra literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max.png new file mode 100644 index 0000000000000000000000000000000000000000..14e5e3e74dff69ce6e125a0ec0bd54012d6d7bb8 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(hVT+ABaOk8>;HMs~Ui)tFob|x}mGOq5D_-vRa@b?vfzCU<M{87Phvo2}_opNo&|W z4=Akd>Eal|F*7+qL2$;}EQZTx&O~w_;3;Ge<#1lrqRDV5A}xU-tzey(+SLk%M-FU@ UH8w9+18QUNboFyt=akR{0P0~(_5c6? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-max@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a13bb592dfbbf413347f0541f9be75043fb727 GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0LTc(6DONs)mOCii-BiwzlfVo{EO9s`~CqAlcAU-Oydt&|O*A4P-1i7Wo&bfxjfk zFPMReSwK)YI%)Ze)rXH9J7c}NFBK>i?CIhdq7j^&Ad%FNdT)36@c<W_`+KW<S1oye z*P5mOBEuRM#RFSJ*06X!2xVYyX5VzcdV^33BM>*1pLI~xU{X-!I8edAhK2LWzUuFX d8WKAg8O$ve%5x5jx&w`8@O1TaS?83{1OS2wWsCp- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-active-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-active-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E^8<WB zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b<L zG&VKw-M9b9vEwJNUB7Yj*2`CKK7RWA<>#-9o$5M3?dLsR977}|*B*Qw*5n|<b|L>r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv<osyi2*zxokJ~G z1a&m6Dhd!4a9?%G@hkVlz)(Id?u{t{JR1`(upen~{4SuDdVnwMR71GN=7rZ!Jy=w{ z!2O<UZp0_ApG?Ou&(r<M!FzEQ?`poNGe<UUt8VtMm%F`a!^d>~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-active.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-active@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E^8<WB zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b<L zG&VKw-M9b9vEwJNUB7Yj*2`CKK7RWA<>#-9o$5M3?dLsR977}|*B*Qw*5n|<b|L>r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv<osyi2*zxokJ~G z1a&m6Dhd!4a9?%G@hkVlz)(Id?u{t{JR1`(upen~{4SuDdVnwMR71GN=7rZ!Jy=w{ z!2O<UZp0_ApG?Ou&(r<M!FzEQ?`poNGe<UUt8VtMm%F`a!^d>~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-backdrop-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b04db91415d46e182c878ab176fe3ecb2491235d GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnQ-T^vI! zdXp0*SPwH8BnjWy`Mf~Ntgu}CcI1mBpDSe-H6$i6Fl^q)!s4?qWfxEbgQu&X%Q~lo FCIAj8F9iSq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5b8cf4df958017dc9fc1f8fdb967f94818e00809 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!Hk?J%?4l^1TDHm`Z~Df*H~-IdO&pc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M<kh3u* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-backdrop.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..b83cb7d4db1a381c3ac939b5278709b35af680a6 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnQ+T^vI! zdXp0*SPwH8Bnhus^;+|o+P!Nbm%8<ix#WuXHYsv4Ea7Bf`Tt?tUZ8pgPgg&ebxsLQ E0PY1ZVgLXD literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-backdrop@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f83b673dc3a3b8d184d7bcafabbcec7fedafd040 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!C~|UC+wR=dFM&rjj7PV20xT^WW|R@`OBH978ywlM@#3ZTR2p831%c$5)oO)A=-S Q17#UJUHx3vIVCg!0Kk|sWB>pF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c973246c00bf2b1b0a0cff5a2eb8bf94623a35 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnQ-T^vI! zdXp0*SPwH8BnjWy`TRm!&ZBpFW&2(v`CKWxs39?lfnnE07M5o&iZ(zE44$rjF6*2U FngCC_Fo^&F literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..29b6465947a5ff395ef6640d59e4248f4e2cac9e GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!Hk?J%@rm*;N2pOeH~n!3>*Ke(UoAc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M<l<F}* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-hover-dark.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c38e8b3c52175f56e3282bb1a56e34618ea7bfe7 GIT binary patch literal 363 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjt<!Wf<?jM;I6q)50 zkr^D37aUa(ol+g2QFr9{neA$NQ-Q`wlmz(&Gq7{W$r~8@_(nuVMn%WO#-^udWMmc; z&*IUT0aTOc>Eak75uV#0&DWs7!@^j(f^~J%+VA!&I~H&j{wtf5yUpp(!Zn}oNnYL5 zR;qqWu;lFNgRLT6fdR#41>4`8($Cl=@mPJ)=|jSwBNLWccJCBlw_f5+pO%O2a!<R% rt2`4kE*lEvTJXLvUS^|yR9@Wu7Wauq3mrOuHZyp-`njxgN@xNAT}yE$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-hover-dark@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..59b63da86816e87f7b7125a605e6807327259fcf GIT binary patch literal 701 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?b<Jet)pd0(fLdf^RAgk-W#klP<W#iu&2@Cljm({; zrBw{ATn(+<4Q<?kX4-lLIeA4nxraM>MY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVe`zerEIPw`o8R*p&qN1vBvQ3JD2|iHS?d$t&pT8@PFR zdinbYgoQ^&MMX!)KtU`J#3dvoCMG5&r=+B&W@Tk(7Zep2-)=I_W?*2{@N{tuu{gbU z^6jW52a#4o9e>u2CXdFhqZhQSBb<7T_x?|A{mg4|=u2tfYrb#%zqf2l{ImRA?s0zS z^BZ^H`mnS=>fZ`cyV(rho3u4_%TgG3%)MNZ-<EQChe-8aM}vUJ%@WzCL@#m_#{aBu zs6OU@#E9j%j_?}kkCQqcT>GlLbdTz+1+R`CH@^OYbKV^OX+G>5M3yn+q{L`5c{A|c z`+7jEPv>E<O}(a&KGzQ>4#%$yt{M$L&mV|c_TvKc&NrX0E9DB<7PM<KmTbJhmle;u zO6O4^dyc`>-4coyb+cO&xB7`+e_MJ#DdzV=VTEj|wuEIjHpwezMXp;u>(e5Ww}<!r z`;&UrAa~|b)}T+*f@kG>a`i}Wv;Xo)mOtIfq{K+~xb>WQssA3<-TuXvbE-jX`#Awy QVCXY=y85}Sb4q9e0A@Ju!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-hover.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..c250748c552e9c2fc4c266ce0167a8046688cbdd GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};<l`^&KYyp-Fxs9i0(gp`s2qhIQseP7ZCk} zf&c&iSJihrG<N+5TOZ^X%)rdUD=Z?fqN1T`SyEcI|G>dR$4@+a@$z&2xu-jUit;^O z9780g=Jvl8Y7h``jaD@KvT)1Z|J`jDu9W<{YrOf+?b7;&30|Izrr%#odmN$jO|@S- z_0J66gp(H&b_w-KwYe)^cRypqCE9V0Con*MBY(a6p*lI%FK?rH%MIhZHwJ~ywrn|> iaqZYglfLbR`g+zu+-n<;to#AAn!(f6&t;ucLK6TdBAogF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-hover@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..965ce3db3357fad9fe47dcef3a9c89d220caaf64 GIT binary patch literal 694 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E2LgOT zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQT<pBv50r91NF%_XP z6~PImK-td8i>Az5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPk<z5De3Js5rb^zrkTuV24?{`&39*Kfam{f405 zzyJP21^;27s=k|vP2x7t5B4QNe!&c^tn3_|TwFZ7!Xh%Vatg{SDynKG<`$M#*4B~H zF)?w4Ma3nhWo475&zLoP?t<kTHf}n1{=%ha&tJTJ|Ka0j!RxKl85kI4JzX3_EKaYT z{5q`3L8LYC(u4^!6Vfxpb*8>s>U2<}=l%aM!Cn)C%{gns?%UsxJ~y-Yo5ZpDq7>^R zpF5IgM^!omIJ0%#DQ!HNG&jfWWR)G;oxI@pfh_%&;v)It3yyEP_uVixMv433_a*;> z?}+Yk6m0w#QfQd_a;b7l^!NUT!qzu3(+mXm6!7{hB-zb)V&yFNpgKvtW5+bfH>VyX zEH&48*db=O>iJxkuS$Zx6$w?$&E+>HJPMgoaa}qo@X>X(+%sR>qziq7lix1b_S<o) zugz;7{@;Q1y4t~COG5Nl$9!KJv}DJz06w29d}o-pD7#*Azp-LcoT*ZH>$f*`(e?kV znBK15$e*@)#>R?DX@<jn7mrQS?@N7Qz#qSN|0m9*lNI}xOFM(o4}+(xpUXO@geCxY Cno;)v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min.png new file mode 100644 index 0000000000000000000000000000000000000000..f4b6db0608f0582e6c564236e0bdf108e429d668 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnQ-T^vI! zdXp0*SPwH8Bnhv{dtuk?yJzddD=e`+owxL)Se=C!7}iW=VVUJqt_Re>;OXk;vd$@? F2>|T-EmQyi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min@2.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/assets/titlebutton-min@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3581928b3997773cbfc83c9c0f17389a768cc6 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!D0TL-!u7KXZXBrjj7PV1_eK9Gw>fc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M<s_HS@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/gtk-dark.css b/themes/Mint-Y-Darker-Moka/gtk-3.0/gtk-dark.css new file mode 100644 index 0000000..3bcf811 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/gtk-3.0/gtk-dark.css @@ -0,0 +1,3783 @@ +* { + background-clip: padding-box; + -GtkToolButton-icon-spacing: 4; + -GtkTextView-error-underline-color: #FC4138; + -GtkCheckButton-indicator-size: 16; + -GtkCheckMenuItem-indicator-size: 16; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkToolItemGroup-expander-size: 11; + -GtkExpander-expander-size: 16; + -GtkTreeView-expander-size: 11; + -GtkTreeView-horizontal-separator: 4; + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; + -GtkWidget-link-color: #c2d0b4; + -GtkWidget-visited-link-color: #a9bc95; + -GtkWidget-focus-padding: 2; + -GtkWidget-focus-line-width: 1; + -GtkWidget-text-handle-width: 20; + -GtkWidget-text-handle-height: 20; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 6; + -GtkStatusbar-shadow-type: none; + outline-color: rgba(218, 218, 218, 0.3); + outline-style: dashed; + outline-offset: -3px; + outline-width: 1px; + outline-radius: 2px; } + +.background { + color: #DADADA; + background-color: #383838; } + +*:insensitive { + -gtk-image-effect: dim; } + +.gtkstyle-fallback { + background-color: #383838; + color: #DADADA; } + .gtkstyle-fallback:prelight { + background-color: #525252; + color: #DADADA; } + .gtkstyle-fallback:active { + background-color: #1f1f1f; + color: #DADADA; } + .gtkstyle-fallback:insensitive { + background-color: #3d3d3d; + color: rgba(218, 218, 218, 0.55); } + .gtkstyle-fallback:selected { + background-color: #e1d5e5; + color: #ffffff; } + +.view { + color: #DADADA; + background-color: #404040; } + .view.dim-label, .view.label.separator, .header-bar .view.subtitle { + color: rgba(218, 218, 218, 0.55); } + .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { + color: rgba(255, 255, 255, 0.65); + text-shadow: none; } + +.rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { + border: 1px solid #e1d5e5; + background-color: rgba(225, 213, 229, 0.2); } + +.label.separator, .popover .label.separator, .sidebar .label.view.separator { + color: #DADADA; } +.label:insensitive { + color: rgba(218, 218, 218, 0.55); } + +.dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { + opacity: 0.55; } + +GtkAssistant .sidebar { + background-color: #404040; + border-top: 1px solid #292929; } + GtkAssistant .sidebar:dir(ltr) { + border-right: 1px solid #292929; } + GtkAssistant .sidebar:dir(rtl) { + border-left: 1px solid #292929; } +GtkAssistant.csd .sidebar { + border-top-style: none; } +GtkAssistant .sidebar .label { + padding: 6px 12px; } +GtkAssistant .sidebar .label.highlight { + background-color: #e1d5e5; + color: #ffffff; } + +GtkTextView { + background-color: #3c3c3c; } + +.grid-child { + padding: 3px; + border-radius: 3px; } + .grid-child:selected { + outline-offset: -2px; } + +.popover.osd, .osd { + color: #C3C3C3; + border: none; + background-color: #353535; + background-clip: padding-box; + outline-color: rgba(195, 195, 195, 0.3); + box-shadow: none; } + +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } +.spinner { + background-image: none; + background-color: blue; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + .spinner:active { + opacity: 1; + animation: spin 1s linear infinite; } + .spinner:active:insensitive { + opacity: 0.5; } + +.entry { + border: 1px solid; + padding: 5px 8px; + border-radius: 3px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + color: #DADADA; + border-color: #292929; + background-color: #404040; + background-image: linear-gradient(to bottom, #404040); } + .entry.image.left { + padding-left: 0; } + .entry.image.right { + padding-right: 0; } + .entry.flat, .entry.flat:focus { + padding: 2px; + color: #DADADA; + border-color: #292929; + background-color: #404040; + background-image: linear-gradient(to bottom, #404040); + border: none; + border-radius: 0; } + .entry:focus { + background-clip: border-box; + color: #DADADA; + border-color: #292929; + background-color: #404040; + background-image: linear-gradient(to bottom, #404040); + box-shadow: inset 1px 0 #e1d5e5, inset -1px 0 #e1d5e5, inset 0 1px #e1d5e5, inset 0 -1px #e1d5e5; } + .entry:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(64, 64, 64, 0.55); + background-image: linear-gradient(to bottom, rgba(64, 64, 64, 0.55)); } + .entry:selected, .entry:selected:focus { + background-color: #e1d5e5; + color: #ffffff; } + .entry.progressbar { + margin: 2px 12px; + border-radius: 0; + border-width: 0 0 2px; + border-color: #e1d5e5; + border-style: solid; + background-image: none; + background-color: transparent; + box-shadow: none; } + .entry.warning { + color: #ffffff; + border-color: #292929; + background-image: linear-gradient(to bottom, #ab6239); } + .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); + box-shadow: none; } + .entry.warning:selected, .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .entry.error { + color: #ffffff; + border-color: #292929; + background-image: linear-gradient(to bottom, #b1413b); } + .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); + box-shadow: none; } + .entry.error:selected, .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } + .entry.image { + color: #bbbbbb; } + .osd .entry { + color: #C3C3C3; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.4)); + background-color: transparent; } + .osd .entry.image, .osd .entry.image:hover { + color: inherit; } + .osd .entry:focus { + color: #ffffff; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, #e1d5e5); } + .osd .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.25)); } + +GtkSearchEntry.entry { + border-radius: 4px; } + +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#e1d5e5), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#e1d5e5), to(transparent)); } } +.button { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border: 1px solid; + border-radius: 3px; + padding: 5px 8px; + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .button.flat, .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(69, 69, 69, 0); + border-color: rgba(41, 41, 41, 0); + transition: none; } + .button.flat:hover, .sidebar-button.button:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 350ms; } + .button.flat:hover:active, .sidebar-button.button:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; + -gtk-image-effect: highlight; } + .button:active, .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #e1d5e5; + transition-duration: 50ms; } + .button:active { + color: #DADADA; } + .button:active:hover, .button:checked { + color: #ffffff; } + .button.flat:insensitive, .sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; } + .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button:insensitive > GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + background-color: #353535; + border-color: #212121; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #e1d5e5; } + .button.osd:active, .button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #e1d5e5; } + .button.osd:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); + border-radius: 0; + border-left-style: none; + border-right-style: none; } + .osd .button:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: none; } + .osd .button:first-child { + border-radius: 3px 0 0 3px; + border-left-style: solid; } + .osd .button:last-child { + border-radius: 0 3px 3px 0; + border-right-style: solid; } + .osd .button:last-child:dir(rtl) { + border-left-style: solid; } + .osd .button:only-child { + border-radius: 3px; + border-style: solid; } + .osd .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #e1d5e5; } + .osd .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #e1d5e5; } + .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(218, 218, 218, 0.55); } + .button.suggested-action:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(218, 218, 218, 0.55); } + .button.destructive-action:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#e1d5e5), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 2px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 2px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .inline-toolbar GtkToolButton > .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #e1d5e5; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .button, +.linked:not(.vertical):not(.pathbar) > .entry + .button:hover, +.linked:not(.vertical):not(.pathbar) > .entry + .button:active, +.linked:not(.vertical):not(.pathbar) > .entry + .button:checked, +.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive { + border-left-style: solid; } +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .entry { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(41, 41, 41, 0.5); } + .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(41, 41, 41, 0.5); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.error + .entry.warning { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .button, +.linked.vertical > .entry + .button:hover, +.linked.vertical > .entry + .button:active, +.linked.vertical > .entry + .button:checked, +.linked.vertical > .entry + .button:insensitive { + border-top-style: solid; } +.linked.vertical > .entry:focus:not(:only-child) + .entry, +.linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, +.linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, +.linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child), +.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: 0 -1px #292929; } +.linked.vertical > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked.vertical > .button:checked + .entry { + border-top-color: #292929; } +.linked.vertical > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover, +.header-bar .linked:not(.vertical).path-bar > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.primary-toolbar .linked:not(.vertical).path-bar > .button:active, +.header-bar .linked:not(.vertical).path-bar > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.primary-toolbar .linked:not(.vertical).path-bar > .button:checked, +.header-bar .linked:not(.vertical).path-bar > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, +.header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } +.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked { + border-top-style: none; } + .linked.vertical > .button:first-child { + border-top-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #484848; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #DADADA; } + +*:link, .button:link, .button:visited { + color: #c2d0b4; } + *:link:visited, .button:visited { + color: #a9bc95; } + *:selected *:link:visited, *:selected .button:visited { + color: #d2dcc8; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #dce3d4; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #f4f6f1; } + *:link:active, .button:active:link, .button:active:visited { + color: #c2d0b4; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #e9eee4; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #e9eee4; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(41, 41, 41, 0.6); + border-style: none none none solid; + color: #d2d2d2; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(218, 218, 218, 0.55); } + .spinbutton .button:active { + background-color: #e1d5e5; + color: #ffffff; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #e1d5e5; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #e1d5e5; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #e1d5e5; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(218, 218, 218, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #383838; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(53, 53, 53, 0.9); } + +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar .inline-toolbar { + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #2f2f2f, #1d1d1d) 1 0 1 0; } + .primary-toolbar .label:insensitive, + .primary-toolbar .toolbar .label:insensitive, + .primary-toolbar .inline-toolbar .label:insensitive { + color: rgba(218, 218, 218, 0.55); } + +.inline-toolbar { + background-color: #303030; + border-style: solid; + border-color: #292929; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #383838; + border-style: solid; + border-color: #292929; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #303030; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #252525; + color: #ded6d6; + background-color: #2f2f2f; } + .csd .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #ffffff; + background-color: #e1d5e5; + border-color: #85a06a; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #e1d5e5; + color: rgba(255, 255, 255, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #e1d5e5; + outline-color: rgba(143, 168, 118, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(143, 168, 118, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #e1d5e5; } + .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #2f2f2f; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { + background-color: #2f2f2f; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 3px 3px 0 0; + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: inset 0 1px #373737; } + .csd .titlebar { + background-color: #2f2f2f; } + .titlebar:backdrop { + color: rgba(222, 214, 214, 0.7); + background-color: #333333; } + .csd .titlebar:backdrop { + background-color: #333333; } + .maximized .titlebar { + background-color: #2f2f2f; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #333333; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, +.primary-toolbar .toolbar .separator, +.primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(222, 214, 214, 0) 25%, rgba(222, 214, 214, 0.35) 25%, rgba(222, 214, 214, 0.35) 75%, rgba(222, 214, 214, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: #ded6d6; + border-color: #e1d5e5; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-clip: padding-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: rgba(222, 214, 214, 0.85); } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #e1d5e5; + color: #ffffff; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #e1d5e5; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #a45b33); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #aa3a34); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } +.primary-toolbar .button, .header-bar .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + outline-offset: -3px; + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #e1d5e5; + background-clip: padding-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:insensitive > GtkLabel, + .primary-toolbar .toolbar .button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(143, 168, 118, 0.65); + background-color: rgba(143, 168, 118, 0.65); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + border-radius: 3px; + border-style: solid; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover, + .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active, + .header-bar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked, + .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #e1d5e5; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +.primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, +.primary-toolbar .button.suggested-action:backdrop, +.header-bar .button.suggested-action:backdrop { + opacity: 0.8; } +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, +.primary-toolbar .button.destructive-action:backdrop, +.header-bar .button.destructive-action:backdrop { + opacity: 0.8; } +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #ffffff; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(255, 255, 255, 0.4); } +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: #ded6d6; } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(222, 214, 214, 0.25); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(222, 214, 214, 0.7); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(222, 214, 214, 0.4); } +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: #ded6d6; + border-color: #e1d5e5; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.4)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.3)); } +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, #494949); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, #555555); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #e1d5e5); + border-color: #e1d5e5; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #414141); + border-color: rgba(16, 16, 16, 0.7); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(218, 218, 218, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #c7d4bb; + border-top-color: rgba(218, 218, 218, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(218, 218, 218, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #bccbad; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #b5c1a8; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #8d8d8d; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #DADADA; } + GtkTreeView.view.expander:selected { + color: #dde5d6; } + GtkTreeView.view.expander:selected:hover { + color: #ffffff; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #ffffff; + border-radius: 3px; + background-image: linear-gradient(to bottom, #e1d5e5); } + GtkTreeView.view.progressbar:selected { + color: #e1d5e5; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #DADADA; + background-image: linear-gradient(to bottom, #292929); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #bbbbbb; + background-color: #353535; } + column-header .button:hover { + color: #e1d5e5; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #DADADA; + transition: none; } +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #e1d5e5; + box-shadow: inset 1px 1px 0 1px #e1d5e5, inset -1px 0 0 1px #e1d5e5, inset 1px 1px #404040, inset -1px 0 #404040; } + +column-header .button, column-header .button:hover, column-header .button:active { + font-weight: bold; + padding: 3px 6px; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #292929; + /*border-image: linear-gradient(to bottom, + transparentize(if($variant == 'light', black, white), 1) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 80%, + transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ } + column-header .button:active, column-header .button:hover { + background-color: #3d3d3d; } + column-header .button:active:hover { + color: #DADADA; } + column-header .button:insensitive { + border-color: #383838; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #2f2f2f; + color: #ded6d6; } + .menubar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + .menubar > .menuitem:hover { + background-color: #e1d5e5; + color: #ffffff; } + .menubar > .menuitem:insensitive { + color: rgba(222, 214, 214, 0.4); + border-color: transparent; } + +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #383838; + border: 1px solid #292929; } + .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + .menu .menuitem { + padding: 5px; } + .menu .menuitem:hover { + color: #DADADA; + background-color: rgba(255, 255, 255, 0.06); + border: solid rgba(255, 255, 255, 0.11); + border-width: 1px 0 1px 0; } + .menu .menuitem:insensitive { + color: rgba(218, 218, 218, 0.55); } + .menu .menuitem.separator { + color: rgba(64, 64, 64, 0); } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #4f4f4f; } + .menu.button.bottom { + border-top: 1px solid #4f4f4f; } + .menu.button:hover { + background-color: #4f4f4f; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #1c1c1c; + border-radius: 3px; + background-clip: border-box; + background-color: #383838; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(64, 64, 64, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #404040; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #292929; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #383838; } + .notebook.header.frame { + border: 0px solid #292929; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #292929; } + .notebook.header.bottom { + box-shadow: inset 0 1px #292929; } + .notebook.header.right { + box-shadow: inset 1px 0 #292929; } + .notebook.header.left { + box-shadow: inset -1px 0 #292929; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #404040, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #404040; + box-shadow: inset 0 -1px #404040, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #404040, inset -1px 0 #292929; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #404040; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(218, 218, 218, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(218, 218, 218, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #DADADA; } + .notebook tab .button { + padding: 0; + color: #a1a1a1; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #e1d5e5; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(218, 218, 218, 0.55); } + .notebook.arrow:hover { + color: rgba(218, 218, 218, 0.775); } + .notebook.arrow:active { + color: #DADADA; } + .notebook.arrow:insensitive { + color: rgba(218, 218, 218, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: darkgray; + border: 1px solid rgba(0, 0, 0, 0.3); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #3d3d3d; + border: 1px none #292929; } + .scrollbar .slider { + background-color: #797979; } + .scrollbar .slider:hover { + background-color: dimgray; } + .scrollbar .slider:prelight:active { + background-color: #e1d5e5; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #292929 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #3d3d3d; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough, +.primary-toolbar .toolbar GtkSwitch.trough, +.primary-toolbar .inline-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active, +.primary-toolbar .toolbar GtkSwitch.trough:active, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(218, 218, 218, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, #454545); + border: 1px solid #242424; + border-radius: 50%; + box-shadow: none; } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #3c3c3c); + border-color: rgba(36, 36, 36, 0.8); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #e1d5e5); + border-color: #e1d5e5; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #353535); + border-color: #e1d5e5; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #e1d5e5); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #e1d5e5); + border-color: #e1d5e5; } + .list-row:selected .scale.slider, GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #eef2ea); + border-color: #eef2ea; } + .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #c7d4bb); + border-color: #c7d4bb; } + .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #cdd8c1); + border-color: #cdd8c1; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #2b2b2b); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #e1d5e5); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(143, 168, 118, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(43, 43, 43, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #474747); + outline-color: rgba(195, 195, 195, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #e1d5e5); } + .list-row:selected .scale.trough, GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #cdd8c1); } + .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(218, 218, 218, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #e1d5e5; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #e1d5e5; } + .list-row:selected .progressbar, GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #e1d5e5; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #2b2b2b; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } +.level-bar.fill-block { + border: 1px solid #e1d5e5; + background-color: #e1d5e5; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: #404040; + border-color: #404040; } + +.frame { + border: 1px solid #292929; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #404040; + border-color: #292929; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(255, 255, 255, 0.03); } +.list-row.activatable:active { + color: #DADADA; } +.list-row.activatable:selected:active { + color: #ffffff; } +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #81976a; } +.list-row.activatable:selected:insensitive { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(143, 168, 118, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #C3C3C3; + background-color: #353535; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #1c1c1c; } + .app-notification .button, + .app-notification.frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(143, 168, 118, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #e1d5e5; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: white; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #DADADA; + border: 1px solid #292929; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #e1d5e5; + color: #ffffff; + border-radius: 1.5px; } + GtkCalendar.header { + color: #DADADA; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(218, 218, 218, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #DADADA; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(218, 218, 218, 0.55); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #DADADA; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #2f2f2f; + border-bottom: 1px solid #1d1d1d; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +GtkFileChooserDialog .search-bar { + background-color: #383838; + border-color: #292929; + box-shadow: none; } +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #292929; } + +.sidebar, .sidebar .view { + border: none; + background-color: #383838; } + +GtkSidebarRow.list-row { + padding: 0px; } +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #e1d5e5; } +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #1f1f1f; } +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(218, 218, 218, 0.8); + border-width: 0; + border-style: solid; } +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #292929; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-repeat: no-repeat; + background-position: center; } + GtkPaned.wide.vertical .pane-separator { + color: #DADADA; + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-repeat: no-repeat; + background-position: center; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #e1d5e5; + color: #ffffff; } + +.warning, +.error { + background-color: #F04A50; } + +.list-row:selected .button, GtkInfoBar .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #e1d5e5; + outline-color: rgba(143, 168, 118, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(143, 168, 118, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } + +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } +GtkColorSwatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + GtkColorSwatch#add-color-button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #404040; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } +.undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } +.undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } +.undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +.window-frame { + border-radius: 3px 3px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px #1d1d1d, 0 8px 8px 0 rgba(0, 0, 0, 0.35); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 3px 3px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #1f1f1f; } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #2f2f2f; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding: 8px 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(47, 47, 47, 0); } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #e1d5e5; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.close, + .titlebar .button.titlebutton.maximize, + .titlebar .button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } + .header-bar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.close:hover, + .titlebar .button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } + .header-bar .button.titlebutton.close:active, + .titlebar .button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max-dark.png"), url("assets/titlebutton-max-dark@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop-dark.png"), url("assets/titlebutton-max-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover-dark.png"), url("assets/titlebutton-max-hover-dark@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active-dark.png"), url("assets/titlebutton-max-active-dark@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min-dark.png"), url("assets/titlebutton-min-dark@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop-dark.png"), url("assets/titlebutton-min-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover-dark.png"), url("assets/titlebutton-min-hover-dark@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active-dark.png"), url("assets/titlebutton-min-active-dark@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #e1d5e5; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #252525, inset 0 -1px #292929; } + +GtkHTML { + background-color: #404040; + color: #DADADA; } + GtkHTML:active { + color: #ffffff; + background-color: #e1d5e5; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalScreen { + -TerminalScreen-background-darkness: 0.9; + background-color: #3f3f3f; + color: #fff; } + +TerminalScreenContainer .scrollbar:not(.slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #a1a1a1; } + TerminalWindow .notebook tab .button:hover { + color: #DADADA; + border-color: #292929; + background-color: #454545; } +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #e1d5e5; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #DADADA; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #898989; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #e9eee4; } + +NautilusNotebook.notebook { + background-color: #404040; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #404040; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(218, 218, 218, 0.5); + border-color: rgba(193, 193, 193, 0.5); } + .disk-space-display.used { + background-color: rgba(143, 168, 118, 0.8); + border-color: rgba(225, 213, 229, 0.8); } + .disk-space-display.free { + background-color: #303030; + border-color: #171717; } + +NautilusListView .view { + border-bottom: 1px solid #292929; } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; + -NemoPlacesTreeView-disk-full-fg-color: #e1d5e5; } + +NemoWindow EelEditableLabel.entry { + transition: none; } +NemoWindow .sidebar .frame { + border-width: 0; } +NemoWindow .sidebar .cell { + padding: 0 2px; } +NemoWindow .sidebar .scrollbar.vertical .trough { + background-color: transparent; } +NemoWindow .sidebar .scrollbar.vertical .slider { + background-color: #797979; } + NemoWindow .sidebar .scrollbar.vertical .slider:hover { + background-color: #585858; } +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #292929; } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #e1d5e5; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } + +.gedit-headerbar-paned { + color: #252525; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #404040; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #ffffff; + background-color: #e1d5e5; } + +.open-document-selector-name-label { + color: #DADADA; } + +.open-document-selector-path-label { + color: #8d8d8d; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } +.gedit-document-panel .prelight-row .button { + color: #a1a1a1; } +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #ffffff; } +.gedit-document-panel .prelight-row .button:active { + color: #DADADA; } + +.gedit-document-panel-dragged-row { + border: 1px solid #292929; + background-color: #1f1f1f; + color: #DADADA; } + +GeditStatusbar { + border-top: 1px solid #292929; + background-color: #383838; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #292929; } + +.gedit-search-entry-occurrences-tag { + color: rgba(218, 218, 218, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: #3d3d3d; + padding: 6px; + border-color: #292929; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #DADADA; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: #ded6d6; + border-color: #e1d5e5; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: #ded6d6; + border-color: #e1d5e5; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #404040; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #383838; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #C3C3C3; + background-image: none; + background-color: #353535; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #404040; + color: #DADADA; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #404040; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #DADADA; } + +.xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(141, 141, 141, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive { + color: rgba(222, 214, 214, 0.6); } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #e1d5e5; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(218, 218, 218, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #c2d0b4; } + +.documents-entry-tag { + background-color: #e1d5e5; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #ffffff; + background-color: #99b082; } + .documents-entry-tag:active { + color: #ffffff; + background-color: #85a06a; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(255, 255, 255, 0.7); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #e1d5e5; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #C3C3C3; + background-image: linear-gradient(to bottom, #292929); } + +.gnome-panel-menu-bar.menubar { + color: #C3C3C3; + font: bold; } + +.gnome-panel-menu-bar.menubar .menu { + font: regular; } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #C3C3C3; } + +PanelApplet .button:hover { + color: #dddddd; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #e1d5e5; } + +PanelApplet:hover { + color: #ffffff; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #e1d5e5; } + +WnckPager { + color: #626262; } + WnckPager:selected { + color: #e1d5e5; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #C3C3C3; + font: bold; } + +.xfce4-panel.panel { + background-color: #292929; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #C3C3C3; + background-color: rgba(41, 41, 41, 0); + border-radius: 0; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #434343; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #e1d5e5; + border: none; + background-color: #171717; } + +.floating-bar { + background-color: #e1d5e5; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #e1d5e5; + outline-color: transparent; } +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: #ded6d6; + border-color: #e1d5e5; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #e1d5e5; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(255, 255, 255, 0.05); + border: solid rgba(255, 255, 255, 0.07); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(218, 218, 218, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #DADADA; } + +.cs-header { + padding: 6px; + background-color: #353535; } + +#panel_window { + background-color: #292929; + color: #C3C3C3; + font: bold; + box-shadow: inset 0 -1px #171717; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #C3C3C3; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(195, 195, 195, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #DADADA; } + +#content_frame { + padding-bottom: 14px; + background-color: #383838; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame .button { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + #content_frame .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + #content_frame .button:active, #content_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #e1d5e5; } + #content_frame .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #2f2f2f; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #252525; } + +#buttonbox_frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + #buttonbox_frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #e1d5e5; } + #buttonbox_frame .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +#login_window #user_combobox { + color: #DADADA; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #252525; } + +NemoWindow GtkEventBox { + background-color: #383838; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog .sidebar, +NautilusWindow .sidebar, +NemoWindow .sidebar { + border-right: 1px solid #282828; } +GtkFileChooserDialog .sidebar:dir(rtl), +NautilusWindow .sidebar:dir(rtl), +NemoWindow .sidebar:dir(rtl) { + border-left: 1px solid #282828; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + -gtk-icon-style: regular; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #353535; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #e1d5e5; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #4f4f4f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #C3C3C3; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(195, 195, 195, 0.6); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(195, 195, 195, 0.15); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + color: transparent; } +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #353535; } +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #C3C3C3; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #e1d5e5; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #353535; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #C3C3C3; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(195, 195, 195, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #e1d5e5; + color: #ffffff; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #C3C3C3; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #353535; } + +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #282828; } + +NautilusWindow NautilusWindowSlot { + background-color: #404040; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #353535; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #383838; } +GtkFileChooserDialog .dialog-action-box { + background-color: #383838; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #C3C3C3; + border-color: transparent; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: #0f0f0f; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #C3C3C3; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #252525; } +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #282828; } +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #292929; } + +.gedit-bottom-panel-paned { + background-color: #404040; } + +.gedit-document-panel { + background-color: #353535; } + .maximized .gedit-document-panel { + background-color: #353535; } + .gedit-document-panel .list-row { + color: #C3C3C3; } + .gedit-document-panel .list-row { + background-color: rgba(195, 195, 195, 0); + border: solid rgba(195, 195, 195, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(195, 195, 195, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(195, 195, 195, 0.15); } + .gedit-document-panel .list-row:active { + color: #ffffff; + background-color: #e1d5e5; + border: solid #e1d5e5; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #ffffff; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #ffffff; + background-color: #e1d5e5; + border: solid #e1d5e5; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #C3C3C3; } + +GeditFileBrowserWidget { + background-color: #353535; } + .maximized GeditFileBrowserWidget { + background-color: #353535; } + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #232323; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #C3C3C3; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #e1d5e5; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #e1d5e5; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #C3C3C3; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.4)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #ffffff; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, #e1d5e5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e9e9e9; + border: 1px solid rgba(0, 0, 0, 0.3); } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(233, 233, 233, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f6f6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #e1d5e5; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #DADADA; +@define-color theme_text_color #DADADA; +@define-color theme_bg_color #383838; +@define-color theme_base_color #404040; +@define-color theme_selected_bg_color #e1d5e5; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #DADADA; +@define-color text_color #DADADA; +@define-color bg_color #383838; +@define-color base_color #404040; +@define-color selected_bg_color #e1d5e5; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #3d3d3d; +@define-color insensitive_fg_color alpha(#dadada, 0.5); +@define-color insensitive_base_color #404040; +@define-color theme_unfocused_fg_color #DADADA; +@define-color theme_unfocused_text_color #DADADA; +@define-color theme_unfocused_bg_color #383838; +@define-color theme_unfocused_base_color #404040; +@define-color borders #292929; +@define-color unfocused_borders #292929; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #404040; +@define-color wm_title alpha(#ded6d6, 0.8); +@define-color wm_unfocused_title alpha(#ded6d6, 0.5); +@define-color wm_bg #2f2f2f; +@define-color wm_bg_unfocused #333333; +@define-color wm_highlight #373737; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #e1d5e5; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/gtk.css b/themes/Mint-Y-Darker-Moka/gtk-3.0/gtk.css new file mode 100644 index 0000000..e4d68d0 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/gtk-3.0/gtk.css @@ -0,0 +1,3777 @@ +* { + background-clip: padding-box; + -GtkToolButton-icon-spacing: 4; + -GtkTextView-error-underline-color: #FC4138; + -GtkCheckButton-indicator-size: 16; + -GtkCheckMenuItem-indicator-size: 16; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkToolItemGroup-expander-size: 11; + -GtkExpander-expander-size: 16; + -GtkTreeView-expander-size: 11; + -GtkTreeView-horizontal-separator: 4; + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; + -GtkWidget-link-color: #cbb6d2; + -GtkWidget-visited-link-color: #b496be; + -GtkWidget-focus-padding: 2; + -GtkWidget-focus-line-width: 1; + -GtkWidget-text-handle-width: 20; + -GtkWidget-text-handle-height: 20; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 6; + -GtkStatusbar-shadow-type: none; + outline-color: rgba(74, 74, 74, 0.3); + outline-style: dashed; + outline-offset: -3px; + outline-width: 1px; + outline-radius: 2px; } + +.background { + color: #4a4a4a; + background-color: #F0F0F0; } + +*:insensitive { + -gtk-image-effect: dim; } + +.gtkstyle-fallback { + background-color: #F0F0F0; + color: #4a4a4a; } + .gtkstyle-fallback:prelight { + background-color: white; + color: #4a4a4a; } + .gtkstyle-fallback:active { + background-color: #d7d7d7; + color: #4a4a4a; } + .gtkstyle-fallback:insensitive { + background-color: #f9f9f9; + color: rgba(74, 74, 74, 0.55); } + .gtkstyle-fallback:selected { + background-color: #e1d5e5; + color: #ffffff; } + +.view { + color: #4a4a4a; + background-color: #ffffff; } + .view.dim-label, .view.label.separator, .header-bar .view.subtitle { + color: rgba(74, 74, 74, 0.55); } + .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { + color: rgba(255, 255, 255, 0.65); + text-shadow: none; } + +.rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { + border: 1px solid #cbb6d2; + background-color: rgba(203, 182, 210, 0.2); } + +.label.separator, .popover .label.separator, .sidebar .label.view.separator { + color: #4a4a4a; } +.label:insensitive { + color: rgba(74, 74, 74, 0.55); } + +.dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { + opacity: 0.55; } + +GtkAssistant .sidebar { + background-color: #ffffff; + border-top: 1px solid #d9d9d9; } + GtkAssistant .sidebar:dir(ltr) { + border-right: 1px solid #d9d9d9; } + GtkAssistant .sidebar:dir(rtl) { + border-left: 1px solid #d9d9d9; } +GtkAssistant.csd .sidebar { + border-top-style: none; } +GtkAssistant .sidebar .label { + padding: 6px 12px; } +GtkAssistant .sidebar .label.highlight { + background-color: #e1d5e5; + color: #ffffff; } + +GtkTextView { + background-color: #f8f8f8; } + +.grid-child { + padding: 3px; + border-radius: 3px; } + .grid-child:selected { + outline-offset: -2px; } + +.popover.osd, .osd { + color: #C3C3C3; + border: none; + background-color: #454545; + background-clip: padding-box; + outline-color: rgba(195, 195, 195, 0.3); + box-shadow: none; } + +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } +.spinner { + background-image: none; + background-color: blue; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + .spinner:active { + opacity: 1; + animation: spin 1s linear infinite; } + .spinner:active:insensitive { + opacity: 0.5; } + +.entry { + border: 1px solid; + padding: 5px 8px; + border-radius: 3px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + color: #4a4a4a; + border-color: #cfcfcf; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } + .entry.image.left { + padding-left: 0; } + .entry.image.right { + padding-right: 0; } + .entry.flat, .entry.flat:focus { + padding: 2px; + color: #4a4a4a; + border-color: #cfcfcf; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); + border: none; + border-radius: 0; } + .entry:focus { + background-clip: border-box; + color: #4a4a4a; + border-color: #e1d5e5; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } + .entry:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(255, 255, 255, 0.55); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } + .entry:selected, .entry:selected:focus { + background-color: #e1d5e5; + color: #ffffff; } + .entry.progressbar { + margin: 2px 12px; + border-radius: 0; + border-width: 0 0 2px; + border-color: #e1d5e5; + border-style: solid; + background-image: none; + background-color: transparent; + box-shadow: none; } + .entry.warning { + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #f7ae86); } + .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); + box-shadow: none; } + .entry.warning:selected, .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .entry.error { + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #fd8d88); } + .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); + box-shadow: none; } + .entry.error:selected, .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } + .entry.image { + color: #6e6e6e; } + .osd .entry { + color: #C3C3C3; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.4)); + background-color: transparent; } + .osd .entry.image, .osd .entry.image:hover { + color: inherit; } + .osd .entry:focus { + color: #ffffff; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, #e1d5e5); } + .osd .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.25)); } + +GtkSearchEntry.entry { + border-radius: 4px; } + +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#e1d5e5), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#e1d5e5), to(transparent)); } } +.button { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border: 1px solid; + border-radius: 3px; + padding: 5px 8px; + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .button.flat, .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(245, 245, 245, 0); + border-color: rgba(207, 207, 207, 0); + transition: none; } + .button.flat:hover, .sidebar-button.button:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 350ms; } + .button.flat:hover:active, .sidebar-button.button:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; + -gtk-image-effect: highlight; } + .button:active, .button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #e1d5e5; + transition-duration: 50ms; } + .button:active { + color: #4a4a4a; } + .button:active:hover, .button:checked { + color: #ffffff; } + .button.flat:insensitive, .sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; } + .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button:insensitive > GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(225, 213, 229, 0.75); + background-color: rgba(225, 213, 229, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + background-color: #454545; + border-color: #313131; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #e1d5e5; } + .button.osd:active, .button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #e1d5e5; } + .button.osd:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + .osd .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); + border-radius: 0; + border-left-style: none; + border-right-style: none; } + .osd .button:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: none; } + .osd .button:first-child { + border-radius: 3px 0 0 3px; + border-left-style: solid; } + .osd .button:last-child { + border-radius: 0 3px 3px 0; + border-right-style: solid; } + .osd .button:last-child:dir(rtl) { + border-left-style: solid; } + .osd .button:only-child { + border-radius: 3px; + border-style: solid; } + .osd .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #e1d5e5; } + .osd .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #e1d5e5; } + .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(74, 74, 74, 0.55); } + .button.suggested-action:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(74, 74, 74, 0.55); } + .button.destructive-action:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#e1d5e5), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 4px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 4px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .inline-toolbar GtkToolButton > .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #e1d5e5; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(225, 213, 229, 0.75); + background-color: rgba(225, 213, 229, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(207, 207, 207, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #e1d5e5; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry + .button, +.linked:not(.vertical):not(.pathbar) > .entry + .button:hover, +.linked:not(.vertical):not(.pathbar) > .entry + .button:active, +.linked:not(.vertical):not(.pathbar) > .entry + .button:checked, +.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive { + border-left-style: solid; } +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #e1d5e5; } +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .entry { + border-left-color: #e1d5e5; } +.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(207, 207, 207, 0.4); } + .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(207, 207, 207, 0.4); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(207, 207, 207, 0.3); } +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: #FC4138; } +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: #F27835; } +.linked.vertical > .entry.error + .entry.warning { + border-top-color: #FC4138; } +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #e1d5e5; } +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #F27835; } +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #FC4138; } +.linked.vertical > .entry + .button, +.linked.vertical > .entry + .button:hover, +.linked.vertical > .entry + .button:active, +.linked.vertical > .entry + .button:checked, +.linked.vertical > .entry + .button:insensitive { + border-top-style: solid; } +.linked.vertical > .entry:focus:not(:only-child) + .entry, +.linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #e1d5e5; } +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, +.linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #F27835; } +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, +.linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #FC4138; } +.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child), +.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: 0 -1px #cfcfcf; } +.linked.vertical > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked.vertical > .button:checked + .entry { + border-top-color: #e1d5e5; } +.linked.vertical > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover, +.header-bar .linked:not(.vertical).path-bar > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.primary-toolbar .linked:not(.vertical).path-bar > .button:active, +.header-bar .linked:not(.vertical).path-bar > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.primary-toolbar .linked:not(.vertical).path-bar > .button:checked, +.header-bar .linked:not(.vertical).path-bar > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, +.header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } +.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked { + border-top-style: none; } + .linked.vertical > .button:first-child { + border-top-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #e8e8e8; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #4a4a4a; } + +*:link, .button:link, .button:visited { + color: #cbb6d2; } + *:link:visited, .button:visited { + color: #b496be; } + *:selected *:link:visited, *:selected .button:visited { + color: #f3eef5; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #e1d5e5; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #fcfbfc; } + *:link:active, .button:active:link, .button:active:visited { + color: #cbb6d2; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #f9f7fa; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #f9f7fa; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(217, 217, 217, 0.6); + border-style: none none none solid; + color: #535353; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(74, 74, 74, 0.55); } + .spinbutton .button:active { + background-color: #e1d5e5; + color: #ffffff; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #e1d5e5; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #e1d5e5; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #e1d5e5; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(74, 74, 74, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: 1px 0 #e1d5e5; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: -1px 0 #e1d5e5; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #F0F0F0; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(69, 69, 69, 0.9); } + +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar .inline-toolbar { + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #2f2f2f, #1d1d1d) 1 0 1 0; } + .primary-toolbar .label:insensitive, + .primary-toolbar .toolbar .label:insensitive, + .primary-toolbar .inline-toolbar .label:insensitive { + color: rgba(222, 214, 214, 0.55); } + +.inline-toolbar { + background-color: #e8e8e8; + border-style: solid; + border-color: #d9d9d9; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #F0F0F0; + border-style: solid; + border-color: #d9d9d9; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #e8e8e8; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #252525; + color: #ded6d6; + background-color: #2f2f2f; } + .csd .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #ffffff; + background-color: #e1d5e5; + border-color: #d8c8dd; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #e1d5e5; + color: rgba(255, 255, 255, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #e1d5e5; + outline-color: rgba(225, 213, 229, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(225, 213, 229, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #e1d5e5; } + .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #2f2f2f; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { + background-color: #2f2f2f; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 3px 3px 0 0; + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: inset 0 1px #373737; } + .csd .titlebar { + background-color: #2f2f2f; } + .titlebar:backdrop { + color: rgba(222, 214, 214, 0.7); + background-color: #333333; } + .csd .titlebar:backdrop { + background-color: #333333; } + .maximized .titlebar { + background-color: #2f2f2f; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #333333; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, +.primary-toolbar .toolbar .separator, +.primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(222, 214, 214, 0) 25%, rgba(222, 214, 214, 0.35) 25%, rgba(222, 214, 214, 0.35) 75%, rgba(222, 214, 214, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: #ded6d6; + border-color: #e1d5e5; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-clip: padding-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: rgba(222, 214, 214, 0.85); } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #e1d5e5; + color: #ffffff; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #e1d5e5; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #a45b33); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #aa3a34); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } +.primary-toolbar .button, .header-bar .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + outline-offset: -3px; + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #e1d5e5; + background-clip: padding-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:insensitive > GtkLabel, + .primary-toolbar .toolbar .button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(225, 213, 229, 0.65); + background-color: rgba(225, 213, 229, 0.65); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + border-radius: 3px; + border-style: solid; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover, + .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active, + .header-bar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked, + .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #e1d5e5; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +.primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, +.primary-toolbar .button.suggested-action:backdrop, +.header-bar .button.suggested-action:backdrop { + opacity: 0.8; } +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, +.primary-toolbar .button.destructive-action:backdrop, +.header-bar .button.destructive-action:backdrop { + opacity: 0.8; } +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #ffffff; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(255, 255, 255, 0.4); } +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: #ded6d6; } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(222, 214, 214, 0.25); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(222, 214, 214, 0.7); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(222, 214, 214, 0.4); } +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: #ded6d6; + border-color: #e1d5e5; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.4)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.3)); } +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, #494949); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, #555555); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #e1d5e5); + border-color: #e1d5e5; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #414141); + border-color: rgba(16, 16, 16, 0.7); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(74, 74, 74, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #f0eaf2; + border-top-color: rgba(74, 74, 74, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(74, 74, 74, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #ede6ef; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #969098; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #a5a5a5; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #4a4a4a; } + GtkTreeView.view.expander:selected { + color: #f6f2f7; } + GtkTreeView.view.expander:selected:hover { + color: #ffffff; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #ffffff; + border-radius: 3px; + background-image: linear-gradient(to bottom, #e1d5e5); } + GtkTreeView.view.progressbar:selected { + color: #e1d5e5; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #4a4a4a; + background-image: linear-gradient(to bottom, #cfcfcf); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #6e6e6e; + background-color: #ededed; } + column-header .button:hover { + color: #e1d5e5; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #4a4a4a; + transition: none; } +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #e1d5e5; + box-shadow: inset 1px 1px 0 1px #e1d5e5, inset -1px 0 0 1px #e1d5e5, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + +column-header .button, column-header .button:hover, column-header .button:active { + font-weight: bold; + padding: 3px 6px; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #d9d9d9; + /*border-image: linear-gradient(to bottom, + transparentize(if($variant == 'light', black, white), 1) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 80%, + transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ } + column-header .button:active, column-header .button:hover { + background-color: whitesmoke; } + column-header .button:active:hover { + color: #4a4a4a; } + column-header .button:insensitive { + border-color: #F0F0F0; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #2f2f2f; + color: #ded6d6; } + .menubar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + .menubar > .menuitem:hover { + background-color: #e1d5e5; + color: #ffffff; } + .menubar > .menuitem:insensitive { + color: rgba(222, 214, 214, 0.4); + border-color: transparent; } + +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #ffffff; + border: 1px solid #d9d9d9; } + .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + .menu .menuitem { + padding: 5px; } + .menu .menuitem:hover { + color: #4a4a4a; + background-color: rgba(0, 0, 0, 0.05); + border: solid rgba(0, 0, 0, 0.12); + border-width: 1px 0 1px 0; } + .menu .menuitem:insensitive { + color: rgba(74, 74, 74, 0.55); } + .menu .menuitem.separator { + color: rgba(255, 255, 255, 0); } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #ededed; } + .menu.button.bottom { + border-top: 1px solid #ededed; } + .menu.button:hover { + background-color: #ededed; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #cccccc; + border-radius: 3px; + background-clip: border-box; + background-color: #ffffff; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(255, 255, 255, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #ffffff; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #d9d9d9; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #F0F0F0; } + .notebook.header.frame { + border: 0px solid #d9d9d9; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #d9d9d9; } + .notebook.header.bottom { + box-shadow: inset 0 1px #d9d9d9; } + .notebook.header.right { + box-shadow: inset 1px 0 #d9d9d9; } + .notebook.header.left { + box-shadow: inset -1px 0 #d9d9d9; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #ffffff, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #ffffff, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #ffffff; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(74, 74, 74, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(74, 74, 74, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #4a4a4a; } + .notebook tab .button { + padding: 0; + color: #848484; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #e1d5e5; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(74, 74, 74, 0.55); } + .notebook.arrow:hover { + color: rgba(74, 74, 74, 0.775); } + .notebook.arrow:active { + color: #4a4a4a; } + .notebook.arrow:insensitive { + color: rgba(74, 74, 74, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: #7c7c7c; + border: 1px solid rgba(255, 255, 255, 0.6); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #fcfcfc; + border: 1px none #d9d9d9; } + .scrollbar .slider { + background-color: #aeaeae; } + .scrollbar .slider:hover { + background-color: #bebebe; } + .scrollbar .slider:prelight:active { + background-color: #e1d5e5; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #d9d9d9 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #fcfcfc; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough, +.primary-toolbar .toolbar GtkSwitch.trough, +.primary-toolbar .inline-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active, +.primary-toolbar .toolbar GtkSwitch.trough:active, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(74, 74, 74, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, whitesmoke); + border: 1px solid rgba(143, 143, 143, 0.5); + border-radius: 50%; + box-shadow: none; } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #f8f8f8); + border-color: rgba(143, 143, 143, 0.3); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #e1d5e5); + border-color: #e1d5e5; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #454545); + border-color: #e1d5e5; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #e1d5e5); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #cbb6d2); + border-color: #cbb6d2; } + .list-row:selected .scale.slider, GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #fbf9fb); + border-color: #fbf9fb; } + .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #f0eaf2); + border-color: #f0eaf2; } + .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #f2ecf3); + border-color: #f2ecf3; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #cfcfcf); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #e1d5e5); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(225, 213, 229, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(207, 207, 207, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #575757); + outline-color: rgba(195, 195, 195, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #e1d5e5); } + .list-row:selected .scale.trough, GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #f2ecf3); } + .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(74, 74, 74, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #e1d5e5; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #e1d5e5; } + .list-row:selected .progressbar, GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #e1d5e5; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #cfcfcf; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } +.level-bar.fill-block { + border: 1px solid #e1d5e5; + background-color: #e1d5e5; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: rgba(74, 74, 74, 0.2); + border-color: rgba(74, 74, 74, 0.2); } + +.frame { + border: 1px solid #d9d9d9; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #ffffff; + border-color: #d9d9d9; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(0, 0, 0, 0.03); } +.list-row.activatable:active { + color: #4a4a4a; } +.list-row.activatable:selected:active { + color: #ffffff; } +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #cbc0ce; } +.list-row.activatable:selected:insensitive { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(225, 213, 229, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #C3C3C3; + background-color: #454545; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #2c2c2c; } + .app-notification .button, + .app-notification.frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(225, 213, 229, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #e1d5e5; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: #979797; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #4a4a4a; + border: 1px solid #d9d9d9; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #e1d5e5; + color: #ffffff; + border-radius: 1.5px; } + GtkCalendar.header { + color: #4a4a4a; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(74, 74, 74, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #4a4a4a; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(74, 74, 74, 0.55); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #4a4a4a; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #2f2f2f; + border-bottom: 1px solid #1d1d1d; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +GtkFileChooserDialog .search-bar { + background-color: #F0F0F0; + border-color: #d9d9d9; + box-shadow: none; } +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #d9d9d9; } + +.sidebar, .sidebar .view { + border: none; + background-color: #F0F0F0; } + +GtkSidebarRow.list-row { + padding: 0px; } +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #e1d5e5; } +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #d7d7d7; } +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(74, 74, 74, 0.8); + border-width: 0; + border-style: solid; } +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #d9d9d9; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-repeat: no-repeat; + background-position: center; } + GtkPaned.wide.vertical .pane-separator { + color: #4a4a4a; + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-repeat: no-repeat; + background-position: center; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #e1d5e5; + color: #ffffff; } + +.warning, +.error { + background-color: #F04A50; } + +.list-row:selected .button, GtkInfoBar .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #e1d5e5; + outline-color: rgba(225, 213, 229, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(225, 213, 229, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } + +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } +GtkColorSwatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + GtkColorSwatch#add-color-button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #ffffff; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(225, 213, 229, 0.2)), to(rgba(225, 213, 229, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(225, 213, 229, 0.2)), to(rgba(225, 213, 229, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(225, 213, 229, 0.2)), to(rgba(225, 213, 229, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(225, 213, 229, 0.2)), to(rgba(225, 213, 229, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } +.undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } +.undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } +.undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +.window-frame { + border-radius: 3px 3px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px #1d1d1d, 0 8px 8px 0 rgba(0, 0, 0, 0.2); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 3px 3px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #2f2f2f; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding: 8px 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(47, 47, 47, 0); } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #e1d5e5; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.close, + .titlebar .button.titlebutton.maximize, + .titlebar .button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } + .header-bar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.close:hover, + .titlebar .button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } + .header-bar .button.titlebutton.close:active, + .titlebar .button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max-dark.png"), url("assets/titlebutton-max-dark@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop-dark.png"), url("assets/titlebutton-max-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover-dark.png"), url("assets/titlebutton-max-hover-dark@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active-dark.png"), url("assets/titlebutton-max-active-dark@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min-dark.png"), url("assets/titlebutton-min-dark@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop-dark.png"), url("assets/titlebutton-min-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover-dark.png"), url("assets/titlebutton-min-hover-dark@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active-dark.png"), url("assets/titlebutton-min-active-dark@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #e1d5e5; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #252525, inset 0 -1px #d9d9d9; } + +GtkHTML { + background-color: #ffffff; + color: #4a4a4a; } + GtkHTML:active { + color: #ffffff; + background-color: #e1d5e5; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalScreen { + -TerminalScreen-background-darkness: 0.9; + background-color: #3f3f3f; + color: #fff; } + +TerminalScreenContainer .scrollbar:not(.slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #848484; } + TerminalWindow .notebook tab .button:hover { + color: #4a4a4a; + border-color: #cfcfcf; + background-color: whitesmoke; } +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #e1d5e5; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #4a4a4a; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #9d9d9d; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #f9f7fa; } + +NautilusNotebook.notebook { + background-color: #ffffff; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #ffffff; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(74, 74, 74, 0.5); + border-color: rgba(49, 49, 49, 0.5); } + .disk-space-display.used { + background-color: rgba(225, 213, 229, 0.8); + border-color: rgba(203, 182, 210, 0.8); } + .disk-space-display.free { + background-color: #e8e8e8; + border-color: #cfcfcf; } + +NautilusListView .view { + border-bottom: 1px solid #d9d9d9; } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; + -NemoPlacesTreeView-disk-full-fg-color: #cbb6d2; } + +NemoWindow EelEditableLabel.entry { + transition: none; } +NemoWindow .sidebar .frame { + border-width: 0; } +NemoWindow .sidebar .cell { + padding: 0 2px; } +NemoWindow .sidebar .scrollbar.vertical .trough { + background-color: transparent; } +NemoWindow .sidebar .scrollbar.vertical .slider { + background-color: #aeaeae; } + NemoWindow .sidebar .scrollbar.vertical .slider:hover { + background-color: #cfcfcf; } +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #d9d9d9; } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #e1d5e5; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } + +.gedit-headerbar-paned { + color: #252525; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #ffffff; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #ffffff; + background-color: #e1d5e5; } + +.open-document-selector-name-label { + color: #4a4a4a; } + +.open-document-selector-path-label { + color: #a5a5a5; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } +.gedit-document-panel .prelight-row .button { + color: #848484; } +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #ffffff; } +.gedit-document-panel .prelight-row .button:active { + color: #4a4a4a; } + +.gedit-document-panel-dragged-row { + border: 1px solid #d9d9d9; + background-color: #d7d7d7; + color: #4a4a4a; } + +GeditStatusbar { + border-top: 1px solid #d9d9d9; + background-color: #F0F0F0; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #d9d9d9; } + +.gedit-search-entry-occurrences-tag { + color: rgba(74, 74, 74, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: whitesmoke; + padding: 6px; + border-color: #d9d9d9; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #4a4a4a; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: #ded6d6; + border-color: #e1d5e5; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: #ded6d6; + border-color: #e1d5e5; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #ffffff; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #F0F0F0; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #C3C3C3; + background-image: none; + background-color: #454545; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #ffffff; + color: #4a4a4a; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #ffffff; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #4a4a4a; } + +.xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(141, 141, 141, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive { + color: rgba(222, 214, 214, 0.6); } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #e1d5e5; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(74, 74, 74, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: white; } + +.documents-entry-tag { + background-color: #e1d5e5; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #ffffff; + background-color: #eae2ed; } + .documents-entry-tag:active { + color: #ffffff; + background-color: #d8c8dd; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(255, 255, 255, 0.7); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #e1d5e5; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #C3C3C3; + background-image: linear-gradient(to bottom, #393939); } + +.gnome-panel-menu-bar.menubar { + color: #C3C3C3; + font: bold; } + +.gnome-panel-menu-bar.menubar .menu { + font: regular; } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #C3C3C3; } + +PanelApplet .button:hover { + color: #dddddd; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #e1d5e5; } + +PanelApplet:hover { + color: #ffffff; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #e1d5e5; } + +WnckPager { + color: #626262; } + WnckPager:selected { + color: #e1d5e5; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #C3C3C3; + font: bold; } + +.xfce4-panel.panel { + background-color: #393939; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #C3C3C3; + background-color: rgba(57, 57, 57, 0); + border-radius: 0; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #535353; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #e1d5e5; + border: none; + background-color: #272727; } + +.floating-bar { + background-color: #e1d5e5; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #e1d5e5; + outline-color: transparent; } +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: #ded6d6; + border-color: #e1d5e5; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #e1d5e5; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(0, 0, 0, 0.04); + border: solid rgba(0, 0, 0, 0.08); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(74, 74, 74, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #4a4a4a; } + +.cs-header { + padding: 6px; + background-color: #ededed; } + +#panel_window { + background-color: #393939; + color: #C3C3C3; + font: bold; + box-shadow: inset 0 -1px #272727; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #C3C3C3; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(195, 195, 195, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #4a4a4a; } + +#content_frame { + padding-bottom: 14px; + background-color: #F0F0F0; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame .button { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + #content_frame .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + #content_frame .button:active, #content_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #e1d5e5; } + #content_frame .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #454545; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #454545; } + +#buttonbox_frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + #buttonbox_frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #e1d5e5; } + #buttonbox_frame .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +#login_window #user_combobox { + color: #4a4a4a; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #252525; } + +NemoWindow GtkEventBox { + background-color: #F0F0F0; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + -gtk-icon-style: regular; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #454545; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #e1d5e5; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #5f5f5f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #C3C3C3; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(195, 195, 195, 0.6); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(195, 195, 195, 0.15); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + color: transparent; } +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #454545; } +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #C3C3C3; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #e1d5e5; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #454545; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #C3C3C3; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(195, 195, 195, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #e1d5e5; + color: #ffffff; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #C3C3C3; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #454545; } + +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #454545; } + +NautilusWindow NautilusWindowSlot { + background-color: #ffffff; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #454545; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #F0F0F0; } +GtkFileChooserDialog .dialog-action-box { + background-color: #F0F0F0; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #C3C3C3; + border-color: transparent; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: #333333; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #C3C3C3; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #252525; } +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #454545; } +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #d9d9d9; } + +.gedit-bottom-panel-paned { + background-color: #ffffff; } + +.gedit-document-panel { + background-color: #454545; } + .maximized .gedit-document-panel { + background-color: #454545; } + .gedit-document-panel .list-row { + color: #C3C3C3; } + .gedit-document-panel .list-row { + background-color: rgba(195, 195, 195, 0); + border: solid rgba(195, 195, 195, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(195, 195, 195, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(195, 195, 195, 0.15); } + .gedit-document-panel .list-row:active { + color: #ffffff; + background-color: #e1d5e5; + border: solid #e1d5e5; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #ffffff; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #ffffff; + background-color: #e1d5e5; + border: solid #e1d5e5; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #C3C3C3; } + +GeditFileBrowserWidget { + background-color: #454545; } + .maximized GeditFileBrowserWidget { + background-color: #454545; } + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #333333; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #C3C3C3; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #e1d5e5; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #e1d5e5; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #C3C3C3; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.4)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #ffffff; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, #e1d5e5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e9e9e9; + border: 1px solid rgba(0, 0, 0, 0.3); } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(233, 233, 233, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f6f6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #e1d5e5; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #4a4a4a; +@define-color theme_text_color #4a4a4a; +@define-color theme_bg_color #F0F0F0; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #e1d5e5; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #4a4a4a; +@define-color text_color #4a4a4a; +@define-color bg_color #F0F0F0; +@define-color base_color #ffffff; +@define-color selected_bg_color #e1d5e5; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #f9f9f9; +@define-color insensitive_fg_color alpha(#4a4a4a, 0.5); +@define-color insensitive_base_color #ffffff; +@define-color theme_unfocused_fg_color #4a4a4a; +@define-color theme_unfocused_text_color #4a4a4a; +@define-color theme_unfocused_bg_color #F0F0F0; +@define-color theme_unfocused_base_color #ffffff; +@define-color borders #d9d9d9; +@define-color unfocused_borders #d9d9d9; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #ffffff; +@define-color wm_title alpha(#ded6d6, 0.8); +@define-color wm_unfocused_title alpha(#ded6d6, 0.5); +@define-color wm_bg #2f2f2f; +@define-color wm_bg_unfocused #333333; +@define-color wm_highlight #373737; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #e1d5e5; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/themes/Mint-Y-Darker-Moka/gtk-3.0/thumbnail.png b/themes/Mint-Y-Darker-Moka/gtk-3.0/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..11a2f6ac738610bf27787374bc33d333cbeac000 GIT binary patch literal 1529 zcmZ8fX;4#F6n-K~L8(F=T#8~9nNdKNK`IQjqJTh1Sc5!}B_<#dNR&jjkr5(LAc%q@ z5*}DV6j0oeNWdcdk|>a{#0COX!jkQUyr<&=_Sybw@65gDoIB^c-~G-xd47arh6dXV z001!b@^lNpYznq_f43StW3`7wn9)7uigyKo$CuZAA+5pUon+4dJOHFw06<0-0DQu( zGUfr`oGkz>Mgf5H4FK4D25R<q0RWvlem+6&Fbu2J>dDE;!NI{dZ{7%nLWx8o7K=3+ z4T_@U<Kx4_!=q9`^~+oi_xzaj^}KwxL-?$|y{Mu&v%bB!Q~0d<Wu9=Nx3W32lE)HG z^l`Z9C_D;9d4F5DK+?J5CW#tFmu9-T12SzB|JJ-*29ZN^2b3s^!1E)G*`ROY(-|$6 zGEqmPLSwK@Ik~d3+%j0(DQZ;ou#S^BBQT20Hqrwbtqa(v<gb#0;u{8e`4l|H5I`h` zCl+K-h>;gN77>N;eh&3G9)}}<w8DRgQF(h>7_+jRMT;Rvf?#ykL$MmY*>VwTzEH`_ zoK;SI{rVO8ps8&ytZOgg3aXm~RZDVlQ%(e_h_67=_=nS4)$76t3aWaIDEbOcfES*M zRfu+R=uTpAG&BOI;Jrzu{6z#sRYHhNJm0o}xwl%g<(gUK15BV6x6Lf62J%89ONOyB zpo-pXkW@AT%iB`|PF9Y=D5~tu0;zW;ODL*Am5L?VoJx9=$I_~%2W~TiqlyJe^i^`; zVp~!m^_~<<LgA6}lVDDt5_=&i?!lC{FFQ20MpDz3zl5rg`Q}7Fa+O$v$ePXsCi3PH z6#45(f<H70s|4(@$ZJDtv?mM1Dw-1XP1%F)>&q)&R#sLTx~_GJ8WHt7{%wXok=22T zP!8mR;e~yeGDJ0YmxlA!!ebTW;ItR-v?zkWV~Fz2H4>QqcwG6d8a0VT3P%LjbzE7H z%ZM=-s`}=zmSUQuP5D&tcsPj?n{>JCd;}e1MVF+FStNqD517uA!91B(HU5+x5BmDx zd_mf!#<wa26;1Y!O}(z~C|0RdQmIt7ZxO;qdDThWF}Gj?!-YI7&|`Yx-Swt)zu&Oc zQfrg^44Y_6FE`hqkPdRxmduQzyt3?ow*GF<<}M$FDRfQ8W530)bxic_@dyIpdm856 zVzok$Rkg|GE$q~kk5d_?W?j2hx&A~V8Tqez8&W{AF}u0tN$ZU9Mpv)BoDlwRI#-k> zIr`qX=|>?R!308tt5G*GAb1to*!p^q`{R(qI@6|J2TV=w#l@bc%IA-~Nc*%l%7@cc zoa52mYqD;aUY0(A?c{_P@U5*H4mKpjD;3*KD-_$I@Dme~UtC&S($6n{S*@c9G2O)P z*=)ScWJhNFS@YiZS{RPqXwCX_=EgWTCAUjI&ucBzcNi+>T(2xDo2{t0T3#CImn)p9 zf@gNswtAXeJnHOXbzj#FH&sY}F>Ft8U=LXCbGla_cUr#a^y9X2&e>2?k@4u;wU0NK zb}6~(k|FVk;d8DY?JPa=*SV~`s}{ax{bJh$XBzus41fK_x9lCFq3J#Kx-1T3RN=&! z6U?1>v@uq*>-R49!Ob>cKiC+bs?0CZwUUK3rU^n3g?T>29i4ujvYd0N+>tJBPWW7y zRl!SAi`R92es6X#Wga%7x0`6Uhi4aEUSn?b{<&Gl4?R7;kjuGGd@*Cr=0pqgV?S}{ z%cSLQL0FS|BiZh`j+=phhNOmGw08~4_#DpJRQAQwkv(y=&Rpc9!g)#}lM5V6boHY| zGt+dtpJ$b+Q9MowlU+7$<`-|Xd+aFIZpz6TuDTQNu_0#D`eXp`ikn2&%ahpHB<*3k zhcGE5X0$UoF&Z;~y{(<2wXK7-okNhFqqF@1XFEqrTRUf4TZ<h<IsXA9&?(fI)c*q< zoE_}{1?cXNWnh4<-xvbvG0bFAVl;4yMo);gW?*E|G)63)sb2lZAuI{-awoVwI1<JB E8;BD)!vFvP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Moka/index.theme b/themes/Mint-Y-Darker-Moka/index.theme new file mode 100644 index 0000000..30ea862 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Mint-Y-Darker-Moka +Comment=A flat theme with transparent elements and dark menu and titlebars +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Mint-Y-Darker-Moka +MetacityTheme=Mint-Y-Darker-Moka +IconTheme=Mint-Y +CursorTheme=DMZ-Black +ButtonLayout=menu:minimize,maximize,close diff --git a/themes/Mint-Y-Darker-Moka/xfce-notify-4.0/gtkrc b/themes/Mint-Y-Darker-Moka/xfce-notify-4.0/gtkrc new file mode 100644 index 0000000..aa8a02c --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfce-notify-4.0/gtkrc @@ -0,0 +1,72 @@ +style "notify-window" { + XfceNotifyWindow::summary-bold = 1 + XfceNotifyWindow::border-color = "#17191F" + XfceNotifyWindow::border-color-hover = "#17191F" + XfceNotifyWindow::border-radius = 3.0 + XfceNotifyWindow::border-width = 1.0 + XfceNotifyWindow::border-width-hover = 1.0 + + bg[NORMAL] = "#292C36" +} + +style "notify-button" { + bg[NORMAL] = "#434652" + bg[PRELIGHT] = "#5C6070" + bg[ACTIVE] = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#ffffff" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + roundness = 2 + textstyle = 0 + } +} + +style "notify-text" { + GtkWidget::link-color = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#BAC3CF" + + engine "murrine" { + textstyle = 0 + } +} + +style "notify-summary" { + font_name = "Bold" +} + +style "notify-progressbar" { + GtkProgressBar::min-horizontal-bar-height = 4 + + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = "#000000" + bg[NORMAL] = "#5294E2" + bg[ACTIVE] = "#1D1F26" + bg[SELECTED] = "#5294E2" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + trough_shades = { 1.0, 1.0 } + trough_border_shades = { 1.0, 1.0 } + progressbarstyle = 0 + roundness = 2 + textstyle = 0 + } +} + +class "XfceNotifyWindow" style "notify-window" +widget "XfceNotifyWindow.*.summary" style "notify-summary" +widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button" +widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text" +widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar" +widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar" diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/bottom-active.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..938416f --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/bottom-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"1 3 2 1", +" c None", +". c #2F2F2F", +".", +".", +"."}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/bottom-inactive.xpm new file mode 120000 index 0000000..9f10639 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..1e2652f --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/bottom-left-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 0000000..d70de34 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..f08c031 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/bottom-right-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 0000000..d234cea --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/close-active.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/close-active.xpm new file mode 100644 index 0000000..864b7b7 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/close-active.xpm @@ -0,0 +1,66 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 36 1 ", +" c #2F2F2F", +". c gray19", +"X c #313230", +"o c #373737", +"O c #383B36", +"+ c #3D3F3B", +"@ c #3E403C", +"# c #3E413C", +"$ c #535D49", +"% c #56624B", +"& c #58634C", +"* c #59654E", +"= c #5F6D52", +"- c #606E52", +"; c #61675A", +": c #62685B", +"> c #627054", +", c #647355", +"< c #657456", +"1 c #677757", +"2 c #737A6B", +"3 c #747B6C", +"4 c #80827F", +"5 c #81857C", +"6 c #82847F", +"7 c #8B987E", +"8 c #8B987F", +"9 c #94AC7D", +"0 c #95AC7D", +"q c #96AE7D", +"w c #95B178", +"e c #99B77B", +"r c #99B67D", +"t c #9AB87C", +"y c #818280", +"u c #838680", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" . ", +" #35y453# ", +" :u70rr075:. ", +" :u0rttttt05: ", +" O#50twttttwt0u@ ", +" X3utt.*te*.tt72 ", +" 59rt< %* >et05 ", +" 5tttt> -teer4 ", +" 5rree&. $ertr4 ", +" .50re* << *et05 ", +" .37ttO1tt<Oet72 ", +" .#50tttttttt04+ ", +" :50ttttte05: ", +" :470rr074:. ", +" #25u453@. ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/close-inactive.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..0e4e39d --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/close-inactive.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *close_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c gray22", +"O c #3E3E3E", +"+ c #515151", +"@ c #555555", +"# c #585858", +"$ c #5F5F5F", +"% c #606060", +"& c #646464", +"* c #727272", +"= c gray51", +"- c #888888", +"; c gray56", +": c #909090", +"> c gray58", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" .X X.. ", +" O**==**O ", +" %=-:>>:-=% ", +" %=:>>>>>>;=% ", +" +=:>:>>>>:>:=O ", +" *->>.#:>#.>>-* ", +" *:>>%.@@ $:>:* ", +" =:>>>$ $>>>>- ", +" .=>>>>+. +:>>>= ", +" X*:>>@.&%.@>>:= ", +" *->>o&>>&o>:-* ", +" O=:>>>>>>>>;=O ", +" $=;>>>>>>:=% ", +" $=-;:>:-=$ ", +" O**==**O ", +" ..X . X. ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/close-prelight.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..c319b10 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/close-prelight.xpm @@ -0,0 +1,68 @@ +/* XPM */ +static char *close_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 38 1 ", +" c #2F2F2F", +". c #303130", +"X c #313230", +"o c #373737", +"O c #383C34", +"+ c #3E413B", +"@ c #3E423B", +"# c #536244", +"$ c #576846", +"% c #586847", +"& c #5B6D49", +"* c #5F734C", +"= c #60754C", +"- c #62774D", +"; c #647A4E", +": c #657B4F", +"> c #616A56", +", c #626B58", +"< c #626C58", +"1 c #677E50", +"2 c #737E68", +"3 c #747E69", +"4 c #747F69", +"5 c #81877A", +"6 c #80827F", +"7 c #82857E", +"8 c #82877E", +"9 c #81887A", +"0 c #83887E", +"q c #8B9E78", +"w c #8B9E79", +"e c #94BD6B", +"r c #94B772", +"t c #95B772", +"y c #95B971", +"u c #96BA72", +"i c #99C36F", +"p c #9AC66E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @496654@ ", +" <7qtiitq7, ", +" <0yppppppy7, ", +" .+7ypeppppepy7@ ", +" 3qppX%pp&Xppq3 ", +" 9rpp; %% *ppt5 ", +" .6ippp- *pppp6 ", +" 7ippp$. #ipii0. ", +" 9rpp% ;;X$pir7. ", +" 3qppO1pp1Opiq3 ", +" +7yppppppppy0O ", +" >0yppppppy0< ", +" ,7qriitq0> ", +" @396653O ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/close-pressed.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..b15992a --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/close-pressed.xpm @@ -0,0 +1,69 @@ +/* XPM */ +static char *close_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 39 1 ", +" c #2F2F2F", +". c gray19", +"X c #303130", +"o c #373737", +"O c #353832", +"+ c #3A3D37", +"@ c #3B3E39", +"# c #3C3D39", +"$ c #46523A", +"% c #49553B", +"& c #4A573C", +"* c #4B593D", +"= c #4F5E3E", +"- c #50603F", +"; c #585F50", +": c #526340", +"> c #536541", +", c #5A6152", +"< c #6A7261", +"1 c #6A7361", +"2 c #6A7362", +"3 c #70904F", +"4 c #739551", +"5 c #749651", +"6 c #759553", +"7 c #759554", +"8 c #759654", +"9 c #76925A", +"0 c #77925A", +"q c #77915C", +"w c #77925C", +"e c #7B896C", +"r c #7B8A6C", +"t c #7B8075", +"y c #7B8176", +"u c #7F827B", +"i c #7F817C", +"p c #7F807D", +"a c #7F817E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @2tppt2@ ", +" ,prw889ep; ", +" ,u05555559p; ", +" ... $a854555535wu$ ", +" ... 2r84 *35*X58r< ", +" .. <w84-X%%X-5882 ", +" ..op8855- =558wa ", +" 2w855%X $4458a ", +" Xtw85%X-> &559yX ", +" 2r55O>55>O53e2 ", +" @p9555555559u+ ", +" ;2w555558wp, ", +" o,atq77qtp; ", +" ..o.#<p<222# ", +" .....o oooo ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/hide-active.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/hide-active.xpm new file mode 100644 index 0000000..79239a2 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/hide-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c #909090", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/hide-inactive.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..0bfa3d3 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/hide-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c gray40", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/hide-prelight.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/hide-prelight.xpm new file mode 100644 index 0000000..f1078f4 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/hide-prelight.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *hide_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXX.+$$$$$$$$$$+.XXXXX", +"XXXXX.#$$%%%%%%$## XXXXX", +"XXXXX.##$%%%%%%$$# XXXXX", +"XXXXX.+#$$$$$$$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/hide-pressed.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/hide-pressed.xpm new file mode 100644 index 0000000..9ad9302 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/hide-pressed.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *hide_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$==========$+.....", +".....o&==========%o.....", +"..... *==------=== .....", +"..... *==------==* .....", +".....o&==========%o.....", +".....+$==========$+.....", +".....o.&========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+o o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/left-active.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/left-active.xpm new file mode 100644 index 0000000..2103096 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/left-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/left-inactive.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/left-inactive.xpm new file mode 120000 index 0000000..ebcf490 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/maximize-active.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..3ee3f0b --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/maximize-active.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c gray43", +"O c #717171", +"+ c #747474", +"@ c gray49", +"# c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ... ", +" .O##@ ", +" ...O## ", +" .+...o# ", +" .#+. .o ", +" .##O... ", +" .@##O.. ", +" .. . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/maximize-inactive.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/maximize-inactive.xpm new file mode 100644 index 0000000..40dd986 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/maximize-inactive.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #535353", +"O c #565656", +"+ c #5B5B5B", +"@ c gray36", +"# c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" O##+ ", +" . .o## ", +" .O.. o# ", +" .#O. o ", +" .##o. . ", +" @##O. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/maximize-prelight.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/maximize-prelight.xpm new file mode 100644 index 0000000..b04d285 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/maximize-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *maximize_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #9A9A9A", +"* c #9D9D9D", +"= c #A0A0A0", +"- c #AEAEAE", +"; c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$%*;;-$#OoXXXXX", +"XXXXX.+$$$$%*;;$$+.XXXXX", +"XXXXX.##$=%$$*;$## XXXXX", +"XXXXX ##$;=%$$*$$# XXXXX", +"XXXXo.+#$;;*$$$$#+XXXXXX", +"XXXXXoO$$-;;*%$$#OoXXXXX", +"XXXXooX@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/maximize-pressed.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..2bf4b7f --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/maximize-pressed.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *maximize_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c #979797", +"; c #DADADA", +": c #DDDDDD", +"> c gray88", +", c #EAEAEA", +"< c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$====:<<,==$+.....", +".....o&===--:<<==%o.....", +"..... *==:-==;<=== .....", +"..... *==<>===:==* .....", +"....XO&=-<<;-====%o.....", +".....O#*=,<<:====$+.....", +".....o.*========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+O o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/menu-active.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/menu-active.xpm new file mode 100644 index 0000000..8bce888 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/menu-active.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #494949", +"O c gray33", +"+ c #5D5D5D", +"@ c #747474", +"# c #777777", +"$ c gray53", +"% c gray56", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+. +%+ ", +" O%%##%%O ", +" o$%%$o ", +" X##X ", +" . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..b0e1be3 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/menu-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #3E3E3E", +"O c #444444", +"+ c #494949", +"@ c #565656", +"# c #585858", +"$ c gray38", +"% c #656565", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+..+%+ ", +" O%%##%%O ", +" o$%%#O ", +" X@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/menu-prelight.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/menu-prelight.xpm new file mode 100644 index 0000000..51e419f --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/menu-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *menu_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #515151", +"& c #565656", +"* c #585858", +"= c #6C6C6C", +"- c gray48", +"; c #868686", +": c #A4A4A4", +"> c #B9B9B9", +", c #C3C3C3", +"< c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$%$$$$%$#OoXXXXX", +"XXXXX.+$;,;$$;,;$+.XXXXX", +"XXXXX.#$-,,::,,-## XXXXX", +"XXXXX #$$=><<>=$$# XXXXX", +"XXXXo.+#$$&::*$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..31c747f --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/menu-pressed.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *menu_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #565656", +"# c #7B7B7B", +"$ c gray50", +"% c #8E8E8E", +"& c gray58", +"* c #959595", +"= c gray62", +"- c #B1B1B1", +"; c gray74", +": c #C8C8C8", +"> c gray88", +", c gray89", +"< c gray96", +"1 c gray99", +"2 c #FEFEFE", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.@#%&#@.+.......", +"......+X$&&&&&&$X+......", +".....o.$&&&&&&&&$.o.....", +".....+@&&&&&&&&&&@+.....", +".....o$&:2:&&:2:&$O.....", +"..... %&;22,,22;&% .....", +"..... %&&-<22<-&&% .....", +".....o$&&&=,,=&&&#O.....", +".....+@%&&&&&&&&&@+.....", +".....o %&&&&&&&&$.o.....", +"......+X$&&&&&&$X+......", +".......+.@#%%#@.+.......", +"........o+o o+o........", +"..........X.............", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/right-active.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/right-active.xpm new file mode 100644 index 0000000..e8e87a9 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/right-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/right-inactive.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/right-inactive.xpm new file mode 120000 index 0000000..6734f48 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/shade-active.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/shade-active.xpm new file mode 100644 index 0000000..cf88acf --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/shade-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #606060", +"@ c #6F6F6F", +"# c #727272", +"$ c gray49", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X@#X ", +" o%*&%o ", +" O&****&O ", +" +&+**@*O ", +" .X ** X. ", +" ** ", +" ** ", +" .$$ ", +" .. ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..4826696 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/shade-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *shade_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #323232", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #535353", +"$ c #555555", +"% c #5B5B5B", +"& c gray36", +"* c #606060", +"= c #656565", +"- c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X$$X ", +" o*==%o ", +" O======O ", +" +=@==+=+ ", +" ...==... ", +" ==. ", +" == ", +" %% ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/shade-prelight.xpm new file mode 100644 index 0000000..58b0ad4 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/shade-prelight.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *shade_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #565656", +"* c #686868", +"= c gray46", +"- c #898989", +"; c gray55", +": c #9B9B9B", +"> c #9F9F9F", +", c gray68", +"< c #B6B6B6", +"1 c #C3C3C3", +"2 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$%:>%$$@.oXXXXX", +"XXXXXoO$$*<22<*$#OoXXXXX", +"XXXXX.+$=112221=$+.XXXXX", +"XXXXX.#$-1;22;1-## XXXXX", +"XXXXX ##$%$22$%$$# XXXXX", +"XXXXo.+#$$$22$$$#+XXXXXX", +"XXXXooO$$$$22$$$#OoXXXXX", +"XXXXoo.@$$$,,$$$+.XXXXXX", +"XXXXXXo.@$$$$$#@.oXXXXXX", +"XXXXXXXo O+##@O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/shade-toggled-active.xpm new file mode 100644 index 0000000..66fda1c --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #626262", +"@ c #6F6F6F", +"# c #727272", +"$ c #7E7E7E", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" .. ", +" $$ ", +" ** ", +" ** ", +" .X ** X. ", +" +*+**+&+ ", +" O*****&O ", +" o%*&%o ", +" .@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 0000000..b635912 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *shade_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #555555", +"$ c gray36", +"% c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" $$ ", +" %% ", +" %% ", +" . %% . ", +" @%@%%@%+ ", +" O%%%%%%O ", +" o$%%$o ", +" .##. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 0000000..c6bafc4 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #565656", +"& c #686868", +"* c gray46", +"= c #898989", +"- c gray55", +"; c #9B9B9B", +": c gray68", +"> c #AEAEAE", +", c #B6B6B6", +"< c gray76", +"1 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXoo.. XoXXXXXXXXX", +"XXXXXXXo.O@$#@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$>>$$$@.oXXXXX", +"XXXXXoO$$$$11$$$#OoXXXXX", +"XXXXX.+$$$$11$$$$+.XXXXX", +"XXXXX.#$$%$11$%$## XXXXX", +"XXXXX.##=1-<1-1=$# XXXXX", +"XXXXX.+#*<1<11<*#+XXXXXX", +"XXXXXoO$$&,<<,&$#OoXXXXX", +"XXXXXo.@$$#;>%$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/stick-active.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/stick-active.xpm new file mode 100644 index 0000000..368e639 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/stick-active.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #414141", +"O c #444444", +"+ c gray31", +"@ c #606060", +"# c gray38", +"$ c gray40", +"% c #676767", +"& c gray49", +"* c gray52", +"= c #898989", +"- c gray55", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X#&--&#X ", +" +=$O..O$=+ ", +" +*o o*+ ", +" X=o X=X ", +" #$ X$#. ", +" &o o& ", +" -X X= ", +" =X .= ", +" &o Xo& ", +" #$ $@ ", +" X=o o*X ", +" +*o . .X=+ ", +" +=$oXXo$*+. ", +" X#&==&@X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..7bb6c4e --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/stick-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #5B5B5B", +"* c gray36", +"= c #606060", +"- c #646464", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$&--&#X.. ", +" +=$o..o$=+. ", +" +=o. . .o*+ ", +" X=o o=X ", +" $$. .## ", +" *o. o& ", +" ..=. .o* ", +" =X ..=. ", +" *o .O*. ", +" #$ .%# ", +" X=o o*. ", +" +=o. . .o=+ ", +" .+-$o..o$=+. ", +" .$*=-&#.. ", +" . . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/stick-prelight.xpm new file mode 100644 index 0000000..1abf476 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/stick-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *stick_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray39", +"# c gray40", +"$ c #838383", +"% c #909090", +"& c gray67", +"* c #ACACAC", +"= c #B6B6B6", +"- c #BBBBBB", +"; c gray75", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o$*;;&$o ", +" #-%#++#%-# ", +" #=@OOOOOO@=# ", +" o-@OOOOOOOO#-o ", +" $%OOOOOOOOOO%$ ", +" *#OOOOOOOOOO#& ", +" ;+OOOOOOOOOOO- ", +" ;+OOOOOOOOOOO; ", +" &#OOOOOOOOOO#*. ", +" $%OOOOOOOOOO%$ ", +" o-@OOOOOOOO@-X ", +" #=@OOOOOO@=# ", +" #-%#++#%-@ ", +" o$&;;&$o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/stick-toggled-active.xpm new file mode 100644 index 0000000..64bba8a --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3A3A3A", +"O c #3E3E3E", +"+ c #414141", +"@ c #444444", +"# c gray31", +"$ c #606060", +"% c gray38", +"& c gray40", +"* c #676767", +"= c #6F6F6F", +"- c gray44", +"; c gray49", +": c gray52", +"> c #898989", +", c gray55", +"< c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X%;,,;%X ", +" #>&@..@&># ", +" #:+ +:# ", +" X>+ o-,>-+.O:o ", +" %& o><<<<:oX*% ", +" ;+ =<<<<<<- +; ", +" ,X ><<<<<<, .> ", +" >X ,<<<<<<> .> ", +" ;+ -<<<<<<-X+;. ", +" %& O><<<<>o &% ", +" X>+.o-,>=o +:X ", +" #:+ .O:# ", +" #>&+oX+&:# ", +" X%;>>;$X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 0000000..b2474de --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char *stick_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 16 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #555555", +"* c #5B5B5B", +"= c gray36", +"- c #606060", +"; c #646464", +": c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$*;;*#X.. ", +" +-$o..o$-+. ", +" +-o. . .o=+ ", +" X-o X%;;*o.o-X ", +" $$.X-::;:=X.$# ", +" =o.%;;:::;% o* ", +" ..-. -;::::;; X- ", +" -X ;::::::; .- ", +" *o %::;::;% o=. ", +" ##.O-;;;;-o.%# ", +" .X-o.o%;;%o.o-. ", +" +-o. . o=+ ", +" .+;$o..o%-+. ", +" .$=-;*#. ", +" . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 0000000..aa149ad --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray35", +"# c gray37", +"$ c gray39", +"% c gray40", +"& c #838383", +"* c #909090", +"= c gray61", +"- c gray67", +"; c #ACACAC", +": c #B6B6B6", +"> c #BBBBBB", +", c gray75", +"< c gray77", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o&;,,-&o ", +" %>*%++%*>% ", +" %:$OOOOOO$:% ", +" o>$O@=,,=#O%>o ", +" &*O@><<<<,@O*& ", +" -%O=<<<<<<=O%- ", +" ,+O,<<<<<<,OO, ", +" ,+O,<<<<<<>OO< ", +" -%O=<<<<<<=O%- ", +" &*O#,<<<<>@O*& ", +" o>$O@=>,=@O$>X ", +" %:$OOOOOO$:% ", +" %>*%++%*>$ ", +" o&-,,-&o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/themerc b/themes/Mint-Y-Darker-Moka/xfwm4/themerc new file mode 100644 index 0000000..b333fc9 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/themerc @@ -0,0 +1,25 @@ +button_offset=7 +button_spacing=4 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +#button_layout=O|HMC + +active_text_color=#cfcfcf +#active_text_shadow_color=#e7e8eb +inactive_text_color=#bababa +#inactive_text_shadow_color=#e7e8eb + +#placement_ratio=20 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=50 + +show_frame_shadow=true +show_popup_shadow=true diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/title-1-active.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..f38cd33 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/title-1-inactive.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/title-2-active.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..782c921 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/title-2-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/title-2-inactive.xpm new file mode 120000 index 0000000..a37458a --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/title-3-active.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..39c0c2e --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/title-3-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/title-3-inactive.xpm new file mode 120000 index 0000000..66e6af7 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/title-4-active.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..19537cb --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/title-4-inactive.xpm new file mode 120000 index 0000000..069dba6 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/title-5-active.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..746f199 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/title-5-inactive.xpm new file mode 120000 index 0000000..dcc7946 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/top-left-active.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..31e0277 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/top-left-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +" ....", +".++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/top-left-inactive.xpm new file mode 120000 index 0000000..0517526 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/top-right-active.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..419b92c --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/top-right-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +".... ", +"++++.", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Darker-Moka/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Darker-Moka/xfwm4/top-right-inactive.xpm new file mode 120000 index 0000000..42cae62 --- /dev/null +++ b/themes/Mint-Y-Darker-Moka/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Moka/cinnamon/cinnamon.css b/themes/Mint-Y-Moka/cinnamon/cinnamon.css new file mode 100644 index 0000000..cd601df --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/cinnamon.css @@ -0,0 +1,1368 @@ +stage { + font-family: sans, Sans-Serif; + font-size: 9pt; + color: #4a4a4a; } + +.label-shadow { + color: transparent; } + +.popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button, .sound-button { + min-height: 20px; + padding: 5px 32px; + transition-duration: 0; + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #4a4a4a; + background-color: whitesmoke; + border: 1px solid #d9d9d9; + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button, .sound-button, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .sound-button:focus, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .notification-button:active:focus, .notification-icon-button:active:focus, .modal-dialog-button-box .modal-dialog-button:active:focus, .sound-button:active:focus, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .sound-button:insensitive { + border-radius: 2px; } + .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .sound-button:focus { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #4a4a4a; + background-color: whitesmoke; + border: 1px solid #e1d5e5; + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #4a4a4a; + background-color: white; + border: 1px solid #d9d9d9; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #4a4a4a; + background-color: white; + border: 1px solid #e1d5e5; + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .notification-button:active:focus, .notification-icon-button:active:focus, .modal-dialog-button-box .modal-dialog-button:active:focus, .sound-button:active:focus { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + background-color: #e1d5e5; + border: 1px solid #e1d5e5; + box-shadow: inset 0 2px 4px #e1d5e5; } + .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .sound-button:insensitive { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: rgba(74, 74, 74, 0.55); + border: 1px solid rgba(217, 217, 217, 0.55); + background-color: rgba(245, 245, 245, 0.55); + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + +.popup-menu #notification StEntry, #menu-search-entry { + padding: 7px; + caret-size: 1px; + selection-background-color: #e1d5e5; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #4a4a4a; + background-color: #ffffff; + border: 1px solid #cfd6e6; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover { + color: #4a4a4a; + background-color: #ffffff; + border: 1px solid #e1d5e5; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { + color: rgba(74, 74, 74, 0.55); + background-color: #f8f8f8; + border-color: 1px solid #dee2eb; + box-shadow: inset 0 2px 4px rgba(248, 248, 248, 0.05); } + .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 4px; } + +.notification StEntry { + padding: 7px; + caret-size: 1px; + caret-color: #c3c3c3; + selection-background-color: #e1d5e5; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:focus { + color: #ffffff; + background-color: #e1d5e5; + border: 1px solid #e1d5e5; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-color: rgba(109, 109, 109, 0.2); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + +StScrollView.vfade { + -st-vfade-offset: 0px; } +StScrollView.hfade { + -st-hfade-offset: 0px; } + +StScrollBar { + padding: 8px; } + StScrollView StScrollBar { + min-width: 5px; + min-height: 5px; } + StScrollBar StBin#trough { + background-color: rgba(255, 255, 255, 0.1); + border-radius: 8px; } + StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 2px; + background-color: #aeaeae; + border: 0px solid; + margin: 0px; } + StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #bebebe; } + StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #e1d5e5; } + +.separator { + -gradient-height: 1px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-slider-menu-item, +.slider { + -slider-height: 0.3em; + -slider-background-color: #cfd6e6; + -slider-border-color: transparent; + -slider-active-background-color: #e1d5e5; + -slider-active-border-color: transparent; + -slider-border-width: 0; + -slider-handle-radius: 0.5em; + height: 1em; + min-width: 15em; + border: 0 solid transparent; + border-right-width: 1px; + border-left-width: 5px; } + +.check-box CinnamonGenericContainer { + spacing: .2em; + min-height: 30px; + padding-top: 2px; } +.check-box StLabel { + font-weight: normal; } +.check-box StBin { + width: 16px; + height: 16px; + background-image: url("light-assets/checkbox/checkbox-unchecked.svg"); } +.check-box:focus StBin { + background-image: url("light-assets/checkbox/checkbox-unchecked-focused.svg"); } +.check-box:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked.svg"); } +.check-box:focus:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked-focused.svg"); } + +.radiobutton CinnamonGenericContainer { + spacing: .2em; + height: 26px; + padding-top: 2px; } +.radiobutton StLabel { + padding-top: 4px; + font-size: 0.9em; + box-shadow: none; } +.radiobutton StBin { + width: 16px; + height: 16px; + background-image: url("light-assets/checkbox/checkbox-unchecked.svg"); } +.radiobutton:focus StBin { + background-image: url("light-assets/checkbox/checkbox-unchecked-focused.svg"); } +.radiobutton:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked.svg"); } +.radiobutton:focus:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked-focused.svg"); } + +.toggle-switch { + width: 50px; + height: 20px; + background-size: contain; } + .toggle-switch-us, .toggle-switch-intl { + background-image: url("light-assets/switch/switch-off.svg"); } + .toggle-switch-us:checked, .toggle-switch-intl:checked { + background-image: url("light-assets/switch/switch-on.svg"); } + +.cinnamon-link { + color: #e1d5e5; + text-decoration: underline; } + .cinnamon-link:hover { + color: #e1d5e5; } + +#Tooltip { + border: 1px solid #d0d0d0; + border-radius: 3px; + padding: 5px 12px; + background-color: #fbeaa0; + color: #4a4a4a; + font-size: 1em; + font-weight: normal; + text-align: center; } + +.popup-menu { + color: white; + color: #4a4a4a; } + .popup-menu-arrow { + icon-size: 16px; } + .popup-menu .popup-sub-menu { + background-color: #ffffff; + box-shadow: none; } + .popup-menu .popup-sub-menu .popup-menu-item:ltr { + padding-right: 1.75em; } + .popup-menu .popup-sub-menu .popup-menu-item:rtl { + padding-left: 1.75em; } + .popup-menu .popup-sub-menu StScrollBar { + padding: 4px; } + .popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle { + border-width: 0; } + .popup-menu .popup-menu-content { + padding: 1em 0em 1em 0em; } + .popup-menu .popup-menu-item { + padding: .4em 1.75em; + spacing: 1em; + border: 1px solid transparent; + border-left-width: 0; + border-right-width: 0; } + .popup-menu .popup-menu-item:active { + color: #4a4a4a; + border-color: rgba(74, 74, 74, 0.11); + background-color: rgba(74, 74, 74, 0.08); } + .popup-menu .popup-menu-item:insensitive { + color: rgba(74, 74, 74, 0.5); + background: none; } + .popup-menu .popup-inactive-menu-item { + color: #4a4a4a; } + .popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(74, 74, 74, 0.55); } + .popup-menu-icon { + icon-size: 16px; } + +.popup-menu-boxpointer { + -arrow-border-radius: 3px; + -arrow-background-color: #F0F0F0; + -arrow-border-width: 1px; + -arrow-border-color: #d9d9d9; + -arrow-base: 21px; + -arrow-rise: 9px; + -boxpointer-gap: 2px; } + +/*Don't know what this does*/ +.popup-combo-menu { + background-color: rgba(0, 0, 0, 0.4); + padding: 1em 0em; + color: red; + border: 1px solid rgba(0, 0, 0, 0.6); + border-radius: 3px; } + +.popup-combobox-item { + spacing: 1em; } + +.popup-separator-menu-item { + -gradient-height: 2px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-alternating-menu-item:alternate { + font-weight: normal; } + +.popup-device-menu-item { + spacing: .5em; } + +.popup-subtitle-menu-item { + font-weight: normal; } + +.nm-menu-item-icons { + spacing: .5em; } + +#panel { + font-weight: bold; + height: 27px; } + #panelLeft { + spacing: 4px; } + #panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + #panelLeft:ltr { + padding-right: 4px; } + #panelLeft:rtl { + padding-left: 4px; } + #panelLeft.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + #panelLeft.vertical:ltr { + padding-right: 0px; } + #panelLeft.vertical:rtl { + padding-left: 0px; } + #panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } + #panelRight:ltr { + padding-left: 4px; + spacing: 0px; } + #panelRight:rtl { + padding-right: 4px; + spacing: 0px; } + #panelRight.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + #panelRight.vertical:ltr { + padding-right: 0px; } + #panelRight.vertical:rtl { + padding-left: 0px; } + #panelCenter { + spacing: 4px; } + #panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } + #panel:highlight { + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } + +.panelLeft { + spacing: 4px; } + .panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + .panelLeft:ltr { + padding-right: 4px; } + .panelLeft:rtl { + padding-left: 4px; } + .panelLeft.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + .panelLeft.vertical:ltr { + padding-right: 0px; } + .panelLeft.vertical:rtl { + padding-left: 0px; } +.panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } +.panelRight:ltr { + padding-left: 4px; + spacing: 0px; } +.panelRight:rtl { + padding-right: 4px; + spacing: 0px; } +.panelRight.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + .panelRight.vertical:ltr { + padding-left: 0px; + spacing: 0px; } + .panelRight.vertical:rtl { + padding-right: 0px; + spacing: 0px; } +.panelCenter { + spacing: 4px; } + .panelCenter.vertical { + padding-left: 0px; + padding-right: 0px; } + .panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } +.panel-top, .panel-bottom, .panel-left, .panel-right { + color: #ffffff; + font-size: 1em; + padding: 0px; } +.panel-top { + border-image: url("common-assets/panel/panel-top.svg") 1 1 1 1; } +.panel-bottom, .panel-left, .panel-right { + border-image: url("common-assets/panel/panel-bottom.svg") 1 1 1 1; } +.panel-dummy { + background-color: rgba(252, 65, 56, 0.5); } + .panel-dummy:entered { + background-color: rgba(252, 65, 56, 0.6); } +.panel-status-button { + border-width: 0; + -natural-hpadding: 3px; + -minimum-hpadding: 3px; + font-weight: bold; + color: white; + height: 22px; } +.panel-button { + -natural-hpadding: 6px; + -minimum-hpadding: 2px; + font-weight: bold; + color: green; + transition-duration: 100; } + +.system-status-icon { + icon-size: 16px; + padding: 0 1px; } + +#overview { + spacing: 12px; } + +.window-caption { + background-color: rgba(53, 53, 53, 0.95); + border: 1px solid rgba(53, 53, 53, 0.95); + color: #c3c3c3; + spacing: 25px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; } + .window-caption#selected { + background-color: #e1d5e5; + color: #ffffff; + border: 1px solid #e1d5e5; + spacing: 25px; } + +.expo-workspaces-name-entry, +.expo-workspaces-name-entry#selected { + height: 15px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .expo-workspaces-name-entry:focus, + .expo-workspaces-name-entry#selected:focus { + border: 1px solid #e1d5e5; + background-color: #e1d5e5; + color: #ffffff; + font-style: italic; + transition-duration: 300; + selection-background-color: #ffffff; + selected-color: #e1d5e5; } + +.expo-workspace-thumbnail-frame { + border: 4px solid rgba(255, 255, 255, 0); + background-color: rgba(255, 255, 255, 0); + border-radius: 2px; } + .expo-workspace-thumbnail-frame#active { + border: 4px solid #e1d5e5; + background-color: black; + border-radius: 2px; } + +.expo-background { + background-color: #353535; } + +.workspace-thumbnails { + spacing: 26px; } + .workspace-thumbnails-background, .workspace-thumbnails-background:rtl { + padding: 8px; } +.workspace-add-button { + background-image: url("common-assets/misc/add-workspace.svg"); + height: 200px; + width: 35px; + transition-duration: 100; } + .workspace-add-button:hover { + background-image: url("common-assets/misc/add-workspace-hover.svg"); + transition-duration: 100; } + .workspace-add-button:active { + background-image: url("common-assets/misc/add-workspace-active.svg"); + transition-duration: 100; } +.workspace-overview-background-shade { + background-color: rgba(0, 0, 0, 0.5); } + +.workspace-close-button, +.window-close { + background-image: url("common-assets/misc/close.svg"); + background-size: 26px; + height: 26px; + width: 26px; + -cinnamon-close-overlap: 10px; } + .workspace-close-button:hover, + .window-close:hover { + background-image: url("common-assets/misc/close-hover.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + .workspace-close-button:active, + .window-close:active { + background-image: url("common-assets/misc/close-active.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + +.window-close-area { + background-image: url("common-assets/misc/trash-icon.svg"); + height: 120px; + width: 400px; } + +.about-content { + width: 550px; + height: 250px; + spacing: 8px; + padding-bottom: 10px; } +.about-title { + font-size: 2em; + font-weight: bold; } +.about-uuid { + font-size: 10px; + color: #888; } +.about-icon { + padding-right: 20px; + padding-bottom: 14px; } +.about-scrollBox { + border: 1px solid #d9d9d9; + border-radius: 2px; + background-color: #ffffff; + padding: 4px; + padding-right: 0; + border-radius: 0; } + .about-scrollBox-innerBox { + padding: 1.2em; + spacing: 1.2em; } +.about-description { + padding-top: 4px; + padding-bottom: 16px; } +.about-version { + padding-left: 7px; + font-size: 10px; + color: #888; } + +.calendar { + padding: .4em 1.75em; + spacing-rows: 0px; + spacing-columns: 0px; } + +.calendar-month-label { + color: #4a4a4a; + font-weight: bold; + padding: 8px 0; } + +.calendar-change-month-back, +.calendar-change-month-forward { + width: 16px; + height: 16px; } + +.calendar-change-month-back { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:focus, .calendar-change-month-back:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-back:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:rtl { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-back:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + +.calendar-change-month-forward { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-forward:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:rtl { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-forward:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + +.datemenu-date-label { + padding: .4em 1.75em; + font-weight: bold; + text-align: center; + color: #4a4a4a; + border-radius: 2px; } + +.calendar-day-base { + font-size: 85%; + text-align: center; + width: 25px; + height: 25px; + padding: 0.1em; + margin: 2px; + border-radius: 12.5px; } + +.calendar-day-heading { + color: rgba(74, 74, 74, 0.85); + margin-top: 1em; + font-size: 80%; } + +.calendar-day { + border-width: 0; + color: rgba(74, 74, 74, 0.9); } + +.calendar-day-top { + border-top-width: 0; } + +.calendar-day-left { + border-left-width: 0; } + +.calendar-nonwork-day { + color: #4a4a4a; + background-color: transparent; + font-weight: bold; } + +.calendar-today, +.calendar-today:active, +.calendar-today:focus, +.calendar-today:hover { + font-weight: bold; + color: #ffffff; + background-color: #e1d5e5; + border-width: 0; } + +.calendar-other-month-day { + color: rgba(74, 74, 74, 0.3); + opacity: 1; } + +.calendar-week-number { + color: rgba(74, 74, 74, 0.85); + font-size: 80%; } + +#notification { + border: 1px solid #d9d9d9; + border-radius: 3px; + background-color: #F0F0F0; + padding: 13px; + spacing-rows: 10px; + spacing-columns: 10px; + margin-from-right-edge-of-screen: 20px; + width: 34em; + color: #4a4a4a; } + .popup-menu #notification { + color: #4a4a4a; + border-image: url("light-assets/misc/message.svg") 9 9 9 9; } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { + padding: 5px; } + #notification.multi-line-notification { + padding-bottom: 13px; + color: #c3c3c3; } + #notification-scrollview { + max-height: 10em; } + #notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { + height: 1em; } + #notification-scrollview:ltr > StScrollBar { + padding-left: 6px; } + #notification-scrollview:rtl > StScrollBar { + padding-right: 6px; } + #notification-body { + spacing: 5px; } + #notification-actions { + spacing: 10px; } + +.notification-with-image { + min-height: 159px; + color: #4a4a4a; } +.notification-button, .notification-icon-button { + padding: 5px; } +.notification-icon-button > StIcon { + icon-size: 32px; } + +#altTabPopup { + padding: 8px; + spacing: 16px; } + +.switcher-list { + color: #4a4a4a; + border: 1px solid #d9d9d9; + background-color: #F0F0F0; + border-radius: 3px; + padding: 20px; } + .switcher-list > StBoxLayout { + padding: 4px; } + .switcher-list-item-container { + spacing: 8px; } + .switcher-list .item-box { + padding: 8px; + border-radius: 2px; } + .switcher-list .item-box:outlined { + padding: 8px; + border: 1px solid #e1d5e5; } + .switcher-list .item-box:selected { + color: #ffffff; + background-color: #e1d5e5; + border: 0px solid #e1d5e5; } + .switcher-list .thumbnail { + width: 256px; } + .switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; } + .switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.2); } + +.switcher-arrow { + border-color: transparent; + color: #4a4a4a; } + .switcher-arrow:highlighted { + border-color: transparent; + color: #ffffff; } + +.thumbnail-scroll-gradient-left { + background-color: transparent; + border-radius: 24px; + border-radius-topright: 0px; + border-radius-bottomright: 0px; + width: 60px; } + +.thumbnail-scroll-gradient-right { + background-color: transparent; + border-radius: 24px; + border-radius-topleft: 0px; + border-radius-bottomleft: 0px; + width: 60px; } + +.ripple-box { + width: 104px; + height: 104px; + background-image: url("common-assets/misc/corner-ripple.svg"); + background-size: contain; } + .ripple-box:rtl { + background-image: url("common-assets/misc/corner-ripple.svg"); } + +.lightbox { + background-color: rgba(0, 0, 0, 0.4); } + +.flashspot { + background-color: white; } + +.modal-dialog { + background-color: #F0F0F0; + border: 1px solid #d9d9d9; + border-radius: 3px; + padding: 0; } + .modal-dialog > StBoxLayout:first-child { + padding: 20px 10px 10px 10px; } + .modal-dialog-button-box { + spacing: 0; + margin: 0px; + padding: 14px 10px; + border: none; + background-color: #F0F0F0; } + .modal-dialog-button-box .modal-dialog-button { + padding-top: 0; + padding-bottom: 0; + height: 30px; } + +.run-dialog { + padding: 0px 15px 10px 15px; + border: 1px solid #d9d9d9; + border-radius: 3px; + background-color: #F0F0F0; } + .run-dialog > * { + padding: 0; } + .run-dialog-label { + font-size: 0; + font-weight: bold; + color: #4a4a4a; + padding-bottom: 0; } + .run-dialog-error-label { + color: #FC4138; } + .run-dialog-error-box { + padding-top: 15px; + spacing: 5px; } + .run-dialog-completion-box { + padding-top: 5px; + padding-left: 15px; + font-size: 10px; } + .run-dialog-entry { + width: 21em; + padding: 7px; + border-radius: 3px; + caret-color: #c3c3c3; + selected-color: #ffffff; + selection-background-color: #e1d5e5; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .run-dialog-entry:focus { + color: #4a4a4a; + background-color: #ffffff; + border: 1px solid #e1d5e5; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .run-dialog .modal-dialog-button-box { + border: none; + box-shadow: none; + background: none; } + +/* CinnamonMountOperation Dialogs */ +.cinnamon-mount-operation-icon { + icon-size: 48px; } + +.mount-password-reask { + color: #F27835; } + +.show-processes-dialog, +.mount-question-dialog { + spacing: 24px; } + .show-processes-dialog-subject, + .mount-question-dialog-subject { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; } + .show-processes-dialog-subject:rtl, + .mount-question-dialog-subject:rtl { + padding-left: 0px; + padding-right: 17px; } + .show-processes-dialog-description, + .mount-question-dialog-description { + padding-left: 17px; + width: 28em; } + .show-processes-dialog-description:rtl, + .mount-question-dialog-description:rtl { + padding-right: 17px; } + +.show-processes-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; } + .show-processes-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; } + .show-processes-dialog-app-list-item { + color: #ccc; } + .show-processes-dialog-app-list-item:hover { + color: white; } + .show-processes-dialog-app-list-item:ltr { + padding-right: 1em; } + .show-processes-dialog-app-list-item:rtl { + padding-left: 1em; } + .show-processes-dialog-app-list-item-icon:ltr { + padding-right: 17px; } + .show-processes-dialog-app-list-item-icon:rtl { + padding-left: 17px; } + .show-processes-dialog-app-list-item-name { + font-size: 1.1em; } + +.magnifier-zoom-region { + border: 2px solid maroon; } + .magnifier-zoom-region .full-screen { + border-width: 0px; } + +#keyboard { + background-color: rgba(53, 53, 53, 0.95); + border-width: 0; + border-top-width: 1px; + border-color: rgba(0, 0, 0, 0.4); } + +.keyboard-layout { + spacing: 10px; + padding: 10px; } + +.keyboard-row { + spacing: 15px; } + +.keyboard-key { + min-height: 2em; + min-width: 2em; + font-size: 14pt; + font-weight: bold; + border-radius: 3px; + box-shadow: none; + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #c3c3c3; + border: 1px solid #d9d9d9; + background-color: rgba(109, 109, 109, 0.35); } + .keyboard-key:hover { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(127, 127, 127, 0.45); } + .keyboard-key:active, .keyboard-key:checked { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + border: 1px solid #e1d5e5; + background-color: #e1d5e5; } + .keyboard-key:grayed { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #606060; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(109, 109, 109, 0.2); } + +.keyboard-subkeys { + color: #c3c3c3; + padding: 5px; + -arrow-border-radius: 2px; + -arrow-background-color: rgba(53, 53, 53, 0.95); + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0.4); + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 5px; } + +.menu-favorites-box { + margin: auto; + padding: 10px; + transition-duration: 300; + background-color: #ffffff; + border: 1px solid #d9d9d9; } +.menu-favorites-button { + padding: 10px; + border: 1px solid transparent; } +.menu-places-box { + margin: auto; + padding: 10px; + border: 0px solid red; } +.menu-places-button { + padding: 10px; } +.menu-categories-box { + padding: 10px 30px 10px 30px; } +.menu-applications-inner-box, .menu-applications-outer-box { + padding: 10px 10px 0 10px; } +.menu-application-button { + padding: 7px; + border: 1px solid transparent; } + .menu-application-button:highlighted { + font-weight: bold; } + .menu-application-button-selected { + padding: 7px; } + .menu-application-button-selected:highlighted { + font-weight: bold; } + .menu-application-button-label:ltr { + padding-left: 5px; } + .menu-application-button-label:rtl { + padding-right: 5px; } +.menu-category-button { + padding: 7px; + border: 1px solid transparent; } + .menu-category-button-selected { + padding: 7px; } + .menu-category-button-hover { + background-color: red; + border-radius: 2px; } + .menu-category-button-greyed { + padding: 7px; + color: rgba(74, 74, 74, 0.55); + border: 1px solid transparent; } + .menu-category-button-label:ltr { + padding-left: 5px; } + .menu-category-button-label:rtl { + padding-right: 5px; } +.menu-selected-app-box { + padding-right: 30px; + padding-left: 28px; + text-align: right; + height: 30px; } + .menu-selected-app-box:rtl { + padding-top: 10px; + height: 30px; } +.menu-selected-app-title { + font-weight: bold; } +.menu-selected-app-description { + max-width: 150px; } +.menu-search-box:ltr { + padding-left: 30px; } +.menu-search-box-rtl { + padding-right: 30px; } + +#menu-search-entry { + width: 250px; + height: 15px; + font-weight: normal; + caret-color: #4a4a4a; } + +.menu-search-entry-icon { + icon-size: 1em; + color: #4a4a4a; } + +/* Context menu (at the moment only for favorites) */ +.info-osd { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 16px; + color: #4a4a4a; + border: 1px solid #d9d9d9; + border-radius: 5px; + background-color: #F0F0F0; } + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 20px; + margin: 32px; + min-width: 64px; + min-height: 64px; + color: #4a4a4a; + background-color: #F0F0F0; + border: 1px solid #d9d9d9; + border-radius: 5px; } + .osd-window .osd-monitor-label { + font-size: 3em; } + .osd-window .level { + padding: 0; + height: 4px; + background-color: rgba(0, 0, 0, 0.5); + border-radius: 2px; + color: #e1d5e5; } + +.window-list-box { + spacing: 6px; + padding-left: 10px; + padding-top: 1px; } + .window-list-box.vertical { + spacing: 0px; + padding-left: 0px; + padding-right: 0px; + padding-top: 10px; + padding-bottom: 10px; } + .window-list-box:highlight { + background-color: rgba(252, 65, 56, 0.5); } +.window-list-item-label { + font-weight: bold; + width: 15em; + min-width: 5px; } +.window-list-item-box { + font-weight: bold; + background-image: none; + padding-left: 8px; + padding-right: 8px; + transition-duration: 100; + color: rgba(255, 255, 255, 0.6); } + .window-list-item-box.right { + padding-left: 0px; + padding-right: 0px; } + .window-list-item-box.left { + padding-left: 0px; + padding-right: 0px; } + .window-list-item-box:hover { + color: #ffffff; } + .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus { + color: #ffffff; + border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; } +.window-list-item-demands-attention { + background-gradient-direction: vertical; + background-gradient-start: #F04A50; + background-gradient-end: #F04A50; } + +.sound-button { + width: 22px; + height: 13px; + padding: 8px; } + .sound-button-container { + padding-right: 3px; + padding-left: 3px; } + .sound-button StIcon { + icon-size: 1.4em; } + +.sound-track-infos { + padding: 5px; } +.sound-track-info { + padding-top: 2px; + padding-bottom: 2px; } + .sound-track-info StIcon { + icon-size: 16px; } + .sound-track-info StLabel { + padding-left: 5px; + padding-right: 5px; } +.sound-track-box { + padding-left: 15px; + padding-right: 15px; + max-width: 220px; } + +.sound-seek-box { + padding-left: 15px; } + .sound-seek-box StLabel { + padding-top: 2px; } + .sound-seek-box StIcon { + icon-size: 16px; } + +.sound-seek-slider { + width: 140px; } + +.sound-volume-menu-item { + padding: .4em 1.75em; } + .sound-volume-menu-item StIcon { + icon-size: 1.14em; + padding-left: 8px; + padding-right: 8px; } + +.sound-playback-control { + padding: 5px 10px 10px 10px; } + +.sound-player { + padding: 0 4px; } + .sound-player > StBoxLayout:first-child { + padding: 5px 10px 12px 10px; + spacing: 0.5em; } + .sound-player > StBoxLayout:first-child StButton:small { + width: 16px; + height: 8px; + padding: 1px; } + .sound-player > StBoxLayout:first-child StButton:small StIcon { + icon-size: 12px; } + .sound-player-generic-coverart { + background: rgba(0, 0, 0, 0.2); } + .sound-player-overlay { + width: 290px; + height: 70px; + padding: 15px; + spacing: 0.5em; + background: rgba(40, 40, 40, 0.85); + border: 0px solid rgba(28, 28, 28, 0.95); + border-bottom: 1px; + color: #c3c3c3; } + .sound-player-overlay StButton { + width: 22px; + height: 13px; + padding: 5px; + color: #c3c3c3; + border-radius: 2px; + border: 1px solid rgba(53, 53, 53, 0); } + .sound-player-overlay StButton StIcon { + icon-size: 16px; } + .sound-player-overlay StButton:hover { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(127, 127, 127, 0.45); } + .sound-player-overlay StButton:active { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + background-color: #e1d5e5; + border: 1px solid #e1d5e5; + box-shadow: inset 0 2px 4px #e1d5e5; } + .sound-player-overlay StBoxLayout { + padding-top: 2px; } + .sound-player-overlay > StBoxLayout { + spacing: 5px; } + .sound-player .slider { + height: 0.5em; + padding: 0; + border: none; + -slider-height: 0.5em; + -slider-background-color: #cfd6e6; + -slider-border-color: transparent; + -slider-active-background-color: #e1d5e5; + -slider-active-border-color: transparent; + -slider-border-width: 0px; + -slider-handle-radius: 0px; } + +#workspaceSwitcher { + spacing: 0px; + padding: 3px; } + +/* Controls the styling when using the "Simple buttons" option */ +.workspace-switcher { + padding-left: 3px; + padding-right: 3px; } + +.workspace-button { + width: 20px; + height: 10px; + color: #ffffff; + padding: 3px; + padding-top: 4px; + transition-duration: 300; } + .workspace-button:outlined, .workspace-button:outlined:hover { + color: #e1d5e5; } + .workspace-button:hover { + color: rgba(154, 184, 124, 0.5); } + +/* Controls the style when using the "Visual representation" option */ +.workspace-graph { + padding: 3px; + spacing: 3px; } + +.workspace-graph .workspace { + border: 1px solid rgba(0, 0, 0, 0.4); + background-color: rgba(0, 0, 0, 0.2); } + +.workspace-graph .workspace:active { + border: 1px solid #e1d5e5; } + +.workspace-graph .workspace .windows { + -active-window-background: rgba(79, 79, 79, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(79, 79, 79, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +.workspace-graph .workspace:active .windows { + -active-window-background: rgba(105, 105, 105, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(54, 54, 54, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +#panel-launchers-box { + padding-left: 7px; } + #panel-launchers-box.vertical { + padding-top: 2px; + padding-bottom: 2px; + padding-left: 0px; + padding-right: 0px; } + #panel-launchers-box.vertical .panel-launcher { + border-bottom-width: 1px; } + +.panel-launcher { + margin: 1px; + padding: 1px; + transition-duration: 200; } + .panel-launcher:hover { + border: 0px solid #e1d5e5; + border-bottom-width: 1px; } + +#overview-corner { + background-image: url("common-assets/misc/overview.png"); } + #overview-corner:hover { + background-image: url("common-assets/misc/overview-hover.png"); } + +.applet-separator { + padding: 1px 4px; } +.applet-separator-line { + width: 1px; + background: rgba(255, 255, 255, 0.12); } +.applet-box { + padding-left: 3px; + padding-right: 3px; + color: rgba(255, 255, 255, 0.6); + text-shadow: none; + transition-duration: 100; } + .applet-box.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 3px; + padding-bottom: 3px; } + .applet-box:hover { + color: #ffffff; + background-color: #e1d5e5; } + .applet-box:highlight { + background-image: none; + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } +.applet-label { + font-weight: bold; + color: rgba(255, 255, 255, 0.6); } + .applet-label:hover, .applet-box:hover > .applet-label { + color: #ffffff; + text-shadow: none; } +.applet-icon { + color: #ffffff; + icon-size: 22px; } + .applet-icon:hover, .applet-box:hover > .applet-icon { + color: #ffffff; + text-shadow: none; } + +.user-icon { + width: 32px; + height: 32px; + background-color: transparent; + border: none; + border-radius: 0; } + +.user-label { + color: #4a4a4a; + font-size: 1em; + font-weight: bold; + margin: 0px; } + +.desklet { + color: #4a4a4a; } + .desklet:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders { + border: 1px solid #d9d9d9; + border-radius: 5px; + background-color: #F0F0F0; + color: #4a4a4a; + padding: 12px; + padding-bottom: 16px; } + .desklet-with-borders:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders-and-header { + border: 1px solid #d9d9d9; + border-top-width: 0; + border-radius: 0 0 5px 5px; + background-color: #F0F0F0; + color: #4a4a4a; + border-radius: 0; + border-radius-topleft: 0; + border-radius-topright: 0; + padding: 12px; + padding-bottom: 17px; } + .desklet-with-borders-and-header:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-header { + border: 1px solid #d9d9d9; + border-radius: 5px 5px 0 0; + background-color: #e8e8e8; + color: #4a4a4a; + font-size: 1em; + padding: 12px; + padding-bottom: 6px; } + .desklet-drag-placeholder { + border: 2px solid #e1d5e5; + background-color: rgba(154, 184, 124, 0.3); } + +.photoframe-box { + border: 1px solid #d9d9d9; + border-radius: 5px; + background-color: #F0F0F0; + color: #4a4a4a; + padding: 12px; + padding-bottom: 16px; } + +/*FIXME*/ +.workspace-osd { + /*color: red;*/ + color: #c3c3c3; + text-shadow: black 5px 5px 5px; + font-weight: bold; + font-size: 48pt; } + +.notification-applet-padding { + padding: .5em 1em; } + +.notification-applet-container { + max-height: 100px; } + +.tile-preview { + background-color: rgba(154, 184, 124, 0.3); + border: 1px solid #e1d5e5; } + .tile-preview.snap { + background-color: rgba(154, 184, 124, 0.6); } + +.tile-hud { + background-color: rgba(154, 184, 124, 0.3); + border: 1px solid #e1d5e5; } + .tile-hud.snap { + background-color: rgba(154, 184, 124, 0.6); } + .tile-hud:top { + border-top-width: 0px; } + .tile-hud:bottom { + border-bottom-width: 0px; } + .tile-hud:left { + border-left-width: 0px; } + .tile-hud:right { + border-right-width: 0px; } + .tile-hud:top-left { + border-top-width: 0px; + border-left-width: 0px; } + .tile-hud:top-right { + border-top-width: 0px; + border-right-width: 0px; } + .tile-hud:bottom-left { + border-bottom-width: 0px; + border-left-width: 0px; } + .tile-hud:bottom-right { + border-bottom-width: 0px; + border-right-width: 0px; } + +.xkcd-box { + padding: 6px; + border: 0px; + background-color: transparent; + border-radius: 0px; } diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/menu/menu-separator.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/menu/menu-separator.svg new file mode 100644 index 0000000..4962ebc --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/menu/menu-separator.svg @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="90.311111mm" + height="0.56444442mm" + viewBox="0 0 320 1.9999999" + id="svg7537" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menu-separator.svg"> + <defs + id="defs7539" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="115.53549" + inkscape:cy="8.9322818" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1366" + inkscape:window-height="723" + inkscape:window-x="0" + inkscape:window-y="23" + inkscape:window-maximized="1" /> + <metadata + id="metadata7542"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(340,-443.3622)" /> +</svg> diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/misc/add-workspace-active.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/add-workspace-active.svg new file mode 100644 index 0000000..e5ec85a --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/add-workspace-active.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace-active.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="7.0289763" + inkscape:cy="105.84046" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:1;fill:#e1d5e5;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:1;fill:#e1d5e5;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#ffffff;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/misc/add-workspace-hover.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/add-workspace-hover.svg new file mode 100644 index 0000000..ce48f5c --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/add-workspace-hover.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace-hover.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="3.4046076" + inkscape:cy="118.15924" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:0.45;fill:#202020;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#bababa;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/misc/add-workspace.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/add-workspace.svg new file mode 100644 index 0000000..5b3ed52 --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/add-workspace.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="7.3133825" + inkscape:cy="105.84268" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#bababa;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/misc/bg.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/bg.svg new file mode 100644 index 0000000..feeddea --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/bg.svg @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32" + height="32" + viewBox="0 0 32 32" + id="svg5386" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="bg.svg"> + <defs + id="defs5388" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="18.271674" + inkscape:cy="5.838404" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid5954" /> + </sodipodi:namedview> + <metadata + id="metadata5391"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1020.3622)"> + <rect + style="display:inline;opacity:0.81;fill:none;fill-opacity:1;stroke:#161a26;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-3" + width="23" + height="21.999889" + x="4.5" + y="1024.8622" + rx="2.0000005" + ry="1.9999999" /> + <rect + style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164" + width="22" + height="20.999971" + x="5" + y="1025.3622" + rx="1.4" + ry="1.4" /> + <g + transform="translate(-425.99995,658.36226)" + id="g4271" + style="display:inline;opacity:0.65"> + <rect + ry="8" + rx="8" + y="362.49994" + x="426.49994" + height="31" + width="31.000011" + id="rect4164-4-7-5-3-8-8" + style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6.999999" + rx="7" + y="363.49997" + x="427.49994" + height="28.999996" + width="29.000011" + id="rect4164-4-7-5-3-8" + style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6" + rx="6" + y="364.49994" + x="428.49994" + height="26.999998" + width="27.000011" + id="rect4164-4-7-5-3" + style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="5" + rx="4.9999995" + y="365.49997" + x="429.49997" + height="24.999998" + width="24.999981" + id="rect4164-4-7-5" + style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + transform="translate(-6.1035156e-5,0)" + id="rect4164-4-7" + d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" + style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscssc" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg new file mode 100644 index 0000000..d2f9c7a --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + sodipodi:docname="calendar-arrow-left-hover.svg" + height="16" + id="svg7384" + inkscape:version="0.91 r13725" + version="1.1" + width="16"> + <metadata + id="metadata90"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + bordercolor="#666666" + borderopacity="1" + inkscape:current-layer="layer12" + inkscape:cx="7.3546086" + inkscape:cy="7.9323223" + gridtolerance="10" + inkscape:guide-bbox="true" + guidetolerance="10" + id="namedview88" + inkscape:object-nodes="false" + inkscape:object-paths="false" + objecttolerance="10" + pagecolor="#ffffff" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + showborder="true" + showgrid="true" + showguides="true" + inkscape:snap-bbox="true" + inkscape:snap-bbox-midpoints="false" + inkscape:snap-global="true" + inkscape:snap-grids="true" + inkscape:snap-nodes="true" + inkscape:snap-others="false" + inkscape:snap-to-guides="true" + inkscape:window-height="1030" + inkscape:window-maximized="1" + inkscape:window-width="1920" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:zoom="22.627417" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + empspacing="2" + enabled="true" + id="grid4866" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="1px" + spacingy="1px" + type="xygrid" + visible="true" /> + <inkscape:grid + color="#000000" + empcolor="#000000" + empopacity="0" + empspacing="4" + enabled="true" + id="grid5968" + opacity="0.1254902" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="0.5px" + spacingy="0.5px" + type="xygrid" + visible="true" /> + </sodipodi:namedview> + <title + id="title9167">Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/misc/calendar-arrow-left.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/calendar-arrow-left.svg new file mode 100644 index 0000000..2774254 --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/calendar-arrow-left.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg new file mode 100644 index 0000000..b6fd461 --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/misc/calendar-arrow-right.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/calendar-arrow-right.svg new file mode 100644 index 0000000..366e69b --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/calendar-arrow-right.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/misc/close-active.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/close-active.svg new file mode 100644 index 0000000..95822bf --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/close-active.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/misc/close-hover.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/close-hover.svg new file mode 100644 index 0000000..7b52140 --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/close-hover.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/misc/close.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/close.svg new file mode 100644 index 0000000..e221a33 --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/close.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/misc/corner-ripple.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/corner-ripple.svg new file mode 100644 index 0000000..16a784f --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/corner-ripple.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/misc/desklet-header.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/desklet-header.svg new file mode 100644 index 0000000..a6e1054 --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/desklet-header.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/misc/desklet.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/desklet.svg new file mode 100644 index 0000000..8445c61 --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/desklet.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/misc/osd.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/osd.svg new file mode 100644 index 0000000..df41a00 --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/osd.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/misc/overview-hover.png b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/overview-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..75673f9cf4d11cc891275cbcb5fc775db9585540 GIT binary patch literal 838 zcmV-M1G)T(P)kdg0009GNkl1!KD9DQ@_rPbw?9N7*sw#Z576(BYZ3DEzb{X_e)6zI27Qi4@NLTggv_=u%gc6IKq z_MDkkn?VhNLVmQbWvk!4Q-E9+tqwIZ;jQ&2E4P!K4{ zVmm2%q@W83^_SfE%JoPU#PVW+Td|Lms^%XH9UnTZV>$b6d z{;iU34gsM(fa~AKN6w(yeBwPF_MaV`T-4G#6|dp!-S{$2pZ|Q=%Vnpz|5@{Ca6S00 zlz1sJXa`i!JTylYZ!b%K?7q9$^qax-syC|M=I)D^N5_rH#`N;-Pu(o__C}S^1P6r% z*C$O!_Ow)PU-d_WouD0qS|zP`TY-r>$~^YT2l0me>;5hrW~9P=&pB+Y+{Wqsx>1SGJUMB~@W z>Dr(%@xn4ps(4lo8$o@ZkfAjy#g-&i?2R`@oyh|q*}}szNcyIcR;ZMdUWH*PF*&Ss zZN4?PvVi6mvE~L-wRk<)2wQXH5CwhZHWD!KbIZ5JreuJVm-AZYihvH8&lBRn&8q26 zs_Am|Ixp&b5n5Dy@FGCRX3>$w45I$si?j*_{L_oH6w%#Px`rnIxA=%Z0mD;*r^|!p Q1ONa407*qoM6N<$f{;O?8~^|S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/misc/overview.png b/themes/Mint-Y-Moka/cinnamon/common-assets/misc/overview.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb4f87f4e8e2b95cb3ae488e84da3d63d1786ed GIT binary patch literal 680 zcmV;Z0$2TsP)kdg00002VoOIv0RM-N z%)bBt010qNS#tmY3ljhU3ljkVnw%H_000McNliru-U%BC88MnF!IrGCBwm9)u_fl)|8*yQeM^6m$^r64|vV z3`vkcNr{9G7J`vMnZim6VY%*Zx;s0&JI-`zYgVOmhkZ`p_Z^=1dEe)GKPaJu{{h0T zyNHO0fQ^NPjqv*gY<94){zV`lb$k2Uf~Q@9+-l<8hxyJ#jr5`=-0o`A3*%NZ)IZ+*HH*RyO0Q4Yaj-SHFD97pssQ;?B{Jj#yThZ--;`ZmBH3X{6TcLhClVGN)8+2eH}DXOOW7= z=5IsRtH-?@rJgzt_jMTK$ziIHi--1?KrL_BSR06vB*7NO!=x54(svg~5+g=@AiA+u z-hf(6AUmjJ5N!<7=zw_Kt@@1A;!n0oVPoSFZ9sMuEm8n%M*X3|nt~&Dnib!6?3%C8 z^I(lXv>9cO?*&+xbF+%p)Ajrqz7v(xr%ra}QXfBG2v63X^WhzB>giInxmnC&7X(K$ zWevfR^DSrcnfwN_`+#Y_oVY)KD|Dz<_PYGudY9+@%%!pAb+$40&w&uPC)cXueyyw; z`Rn4-iR*Jq2{{o~Dh{f_`1;h;)z>R=bn;Fcg`$DF(eU9x!p07j6_}Y)rCbu@F&kA!CyxOMZ8Z_FEHjHVKl}m(9?n#zS$LZO O0000 + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/panel/activities-active.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/panel/activities-active.svg new file mode 100644 index 0000000..6986f5c --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/panel/activities-active.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/panel/activities.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/panel/activities.svg new file mode 100644 index 0000000..b4a4b0d --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/panel/activities.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/panel/panel-bottom.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/panel/panel-bottom.svg new file mode 100644 index 0000000..c6d6f5f --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/panel/panel-bottom.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/panel/panel-top.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/panel/panel-top.svg new file mode 100644 index 0000000..43dd84b --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/panel/panel-top.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/panel/window-list-active-bottom.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/panel/window-list-active-bottom.svg new file mode 100644 index 0000000..ad93e38 --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/panel/window-list-active-bottom.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/common-assets/panel/window-list-active-top.svg b/themes/Mint-Y-Moka/cinnamon/common-assets/panel/window-list-active-top.svg new file mode 100644 index 0000000..6a72b8a --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/common-assets/panel/window-list-active-top.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg b/themes/Mint-Y-Moka/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg new file mode 100644 index 0000000..f649016 --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/light-assets/checkbox/checkbox-checked.svg b/themes/Mint-Y-Moka/cinnamon/light-assets/checkbox/checkbox-checked.svg new file mode 100644 index 0000000..7ded4e2 --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/light-assets/checkbox/checkbox-checked.svg @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg b/themes/Mint-Y-Moka/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg new file mode 100644 index 0000000..76c5c30 --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/light-assets/checkbox/checkbox-unchecked.svg b/themes/Mint-Y-Moka/cinnamon/light-assets/checkbox/checkbox-unchecked.svg new file mode 100644 index 0000000..765e877 --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/light-assets/checkbox/checkbox-unchecked.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/light-assets/menu/menu-hover.svg b/themes/Mint-Y-Moka/cinnamon/light-assets/menu/menu-hover.svg new file mode 100644 index 0000000..938245a --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/light-assets/menu/menu-hover.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/light-assets/menu/menu.svg b/themes/Mint-Y-Moka/cinnamon/light-assets/menu/menu.svg new file mode 100644 index 0000000..5ae7466 --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/light-assets/menu/menu.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/light-assets/menu/submenu.svg b/themes/Mint-Y-Moka/cinnamon/light-assets/menu/submenu.svg new file mode 100644 index 0000000..378f29b --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/light-assets/menu/submenu.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/light-assets/misc/button-box.svg b/themes/Mint-Y-Moka/cinnamon/light-assets/misc/button-box.svg new file mode 100644 index 0000000..036f0d1 --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/light-assets/misc/button-box.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/light-assets/misc/message.svg b/themes/Mint-Y-Moka/cinnamon/light-assets/misc/message.svg new file mode 100644 index 0000000..0f54bff --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/light-assets/misc/message.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/light-assets/misc/modal.svg b/themes/Mint-Y-Moka/cinnamon/light-assets/misc/modal.svg new file mode 100644 index 0000000..b61f537 --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/light-assets/misc/modal.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/light-assets/switch/switch-off.svg b/themes/Mint-Y-Moka/cinnamon/light-assets/switch/switch-off.svg new file mode 100644 index 0000000..7c4ad4d --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/light-assets/switch/switch-off.svg @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/light-assets/switch/switch-on.svg b/themes/Mint-Y-Moka/cinnamon/light-assets/switch/switch-on.svg new file mode 100644 index 0000000..6a1ea83 --- /dev/null +++ b/themes/Mint-Y-Moka/cinnamon/light-assets/switch/switch-on.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Moka/cinnamon/thumbnail.png b/themes/Mint-Y-Moka/cinnamon/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..e278c1026fff1d2b8461ed5792fdf2b27c5e6df8 GIT binary patch literal 31164 zcmdqJ1yCH{yDf@K@ZcUGSa5d;mVsa)xVr=f9o&PvCO8a1LvVK;G+1zVcXzua;X=GMe(@o?4J?r8GcLP$<~HU(is=sRU1rhz`sMP*AU+q$Na^U1s*?T|IEl@4JsD_tK0(dYG^LF<-WO`oTdTY86bNC^j;^$egfH zY3y{XCR4!~bDL~X(JH`ggu-2GmKO7QD<*az;68Bo;B%vd!WCVJ;3@KGtMT2Tu7sYzXTZP7FBOL<0^6dS`cc zdn89D1@>Ef$nPuf@yahOtjx^Hva8d6;Y*p;>TQZ(WN7&P#}A8BAo#gcd-yGjQKQ?+ zR1*Azd7~jio0g{+FZ?Kb&9afb+F5h?u+Q(en)gYC86O7ai7! z=Tn+@WHdUCgjnZa1$pmDM$q~4l}OZj9PF2wDv+!-uG6}eRyAE$mJ^QaD7|dS2ZRx$ zL@rU`3lc^@D18S6W)?Qoem1xGCicFAxqH`^^rhoIf@h2?a$Ewq1n)Mty>!OSa8CRXI86e*gR; z?g9l`$YWoyc7JS!Ac9-TaS;i=s7)@1SHgZ!U0qsX7cxX-tZyeZhKVp+m1AbdA~kgLDn; z08J6L86?>36DL6K`DNcS0qcwlmIA>fkK?>OEO(EiA`5J`*zoSyFB7!nbGNbclijQi|a&wk!66FjsPG`_*{t95@; zJLI~EaOy3w-gX4i$y%Y-);I$`cF!W#n)4(WLm2k10+B#>vihjY#|H#SVzm)!?w7OazfMU5k73=z*XF&OTbHTcErDFF9Hvz# zSllptLivfkU5->eRC3nNq;lrShmu(qZU+m*bJNPxQutP)Dei90IJROqLdUPE=kAx7 zYGI2~?dI~~KDT(@*`$h!pfPb*TVK8SZuF~%>cZw|pFl>=FKzdrHYRgi&+h71^O~Gs z$U3}<@t)@A#=h3$0kw$}6pp3`RWtf^?0odstNLru=)XD2@U(yvh{ z^`=kGM^|pE=#-vvue+<+cOy0CoK7PoOrjnJ3#hb<`kO8>Wb1%Lw5bl1ld=tg{3&U% zZ$z4Zq=olvzo%pVDn~uQnP6owU;So|2`#+meP@;4q786S9j|a9w4gcmZ0!}kt_OVF z5dYV!R5s4)cV!2=Q8Ny3F=PVww`VKSY(~d4c@?ezt{TBBfJZ0s#jRlcWb)kQ*1Uuv z+xZ!G8TENaa~T;_4J0xITHS@J5sI_=#>*D$DAz31M=f;q1BDNGr>I=1DR{a80BRmx zg3oWo`Xqh_$Tj@dwZvghUi-B;ATzVce0@aY^}-^3LD5=H0{L?JqDa{#ok`N|lpX`J z&Iojvx(y?g*WJxJhP=VD`hui5Ib+2hY2EW$UY7oRS5 zfpD^RwT=^VQ#(Iv@6I4e zE;Bj)sD1=Cs8G%NNW^&hzotfzd?r^P+V1Pqs)Z^dy{uE5xD@$OmReQyjrrPF`k(& z%Q6SwR_-J7c3s9BL4Q4GB4~q(ACYe8s{Jq@3o(!)q; zEasu18_#dg10murSA>4xu|{v`ni_r})QSt)$dsG-9i;4Y-ijo5Dhm5Q7Ac-a= zhxvRXs*#9gM9+3t+<{cJ8aLZzKH#X^Sh0G?NPBUni@nGOMzLUVC2m~Ln*r${K7A$A za*)7+$1^~b$raY!u!Fj0n}FYfaTUSjsFCM$?2k8iUMDQEBOv;s?*{A1If8Ejj{&YSx7S1;G)J)skDZD>+Qs=YMp!IJ#zIlAe* zGi=$nSBlmcHeThiJi;2taCHZbdU4a1INPw@N>v*mFA+<;82Y-aFx4d|PWvsa2D5Wr zaE)7Y(cw3-XQ9WewCGfq+KHpz%P9-r52mXq&?YMP{=J0Ou7cvUB!( z2`v)h{LX#AO;dDXqu!3(^z*l+MTN0Nk||Qb_9weW-K@)Feb7g|_x-hJ7Qo>UMqND# ziCsK53_f6sWlo32ob5hoE%wOOQQy}w;B_oC1pRT4n|5P;#PUkQX=293@WANo7{T1W zwz(o=9&agpb!d(Qn_%S&mA9lVxk$IZ23~xXfc^}y8l70iFuWJGW>ID%gRNh$I=yDW zE6%YGpY=^1A{PC&)s_H>Ylrlgv1^U9@r1Di8`HO{L>LS941?C57jQ<{tZYDca2~r{ zsaV_mw*|y&cz7HfoDUy9NMw8?3KD89Bvc}F*s{Y>sVX(tH?-%7t@Ym6pNe%RUmZcy zQZK(^@O=umQ@YdrYGDZ<>Rq`4u~w3$X``Lnr-8-X*GqmaabLHVyYlg)`OWX1CY!0c3{sn+4Kw0E48?G zTVaY*!XOQ(i+bfU$zfAw@t`FEn{S7QObB~K{(6;>F`t_9L*F5Di-zbCZN~F580m!* zchdFP^b8+?3EX@QT1gtcbX`p>$}y=$V$bxZNzk!HehA+3GfkxeQM#UfZQ1sJl&F+d z{+(}Lggsq@gYIpGtTIpZpI%~J!+#|BJx{Q(6#wqA0z{wR`aj%oZDRi&{&!wQ`KT4P z2+1yBrpj!NMa%<>&rs0j(;H0efsU>~Lmx`r_|Uj;3H%A7$J1nn1fsqOim6@XI!}?96m<5b8xM8 zaYIxKz@^kt=H-FwN16{cVIdHXB)9bee?dj4|1t|ar-~|YzdQiWR!0P&;KwE;0E~^- z6r7qHu|(5T9Z{Ox)(v5<1$^%gZcf`aGn;`Z)QZPIjdNthG0QEJrSsQ?d6Ru9L_0pflvh;s8p?9U+D=S;MwwEW(Gt}YpRkl#};M#jd@;?h{6Mzc55Um;<#GdVfe z2YmNee&Mu7`9dnvaV12i&48!(ClOTZ$$5d7?c=O7m%+q73?rG>D#u_dXGkA2f5Nqm zh~GTweYTMDpA{3M*SN7^ipQw#GjC1H!h#XiJ=z;t$^?=YeXt!@&eisyfJGNV^BGTZ z3i=9PP_y!*%#g6{lTi^6dM~9ij6X!sIsfVmn0-HMND0D(az(jtOBa`STG z9@($lPjWm1%~lqK{N(euH)BuPXlZYhB#-4cZdK?s^gOQ}S&5EG|Q%$dit`=fPily__-(E_@p)l8{XACscs*6qf z2ZN1)!r&;$Fgz?&gv(n28&daX)c-8MP{6o#Q22(N!R%8~?EArxF(73Unw8P{7sf%8 zmOZCe9qOQGj+4DagdDsp{^U_@yp z@j6@7kv^(FNnFMlp(rK6U~ki_3+?BUs|^gbiVEZ1n%?W2&5xRjke^&Kt}ZuUz>G+N zVif2?XCI!1-K+dmMdMI^!jlJ+_{Gchi=z!%2G`ZNuWzGw2XDEOn%>0-+X|{!3U6Lk zm|`WxhP9Z(TLY+q$jaPR56@j?=yWb|O^BTl&!ZA>%knP_(23JKeHxW|1omVn?rtRy z(l`=?{c1`b7ThJ4Hm|beAEn)|vhEedADe#bFFkFTNZk>{K_(hs;^QB-&YAk!%bkYc zXMo&-@**6}O+;D_lwp(jSi|)J3*zXrhxasHiGsGbO~&X%kUNuI*WG;{jT#T=EPFT1 znAnG`sEX`txV~}%9&7CeF|1>6FT5kt3F>2i5w$>hz-Ah%kI$5Gp2@B1^`)iD$)QqBk3!{w;9t076I-*b2b@A~>$)xu(j z#iAdc8oKy?9w!r-bu-@bc!MkxMU+41=`Vy5&oP-fbY= z1>5cLsN)Xu34u?V%tJ3BqfX72wd~5$2nK%24o4-Hyy?x2GFqFB8Z~Xv z*6o8Me!e8XX^oE(lV7y^!@da#mVrqKDw$A=Q@@3u zHd0v2GMOdZqRV`3Ptdn16viVQv6F12&2~*0EI(DEIXxeDZGUQN4B z3G8>>)|e}b$nHo^^}H})oX0bFZaSQutu?gA*i2H>Yx`dEnufgX2FmklPC&j^#rGMNx$_J zr!rdziEoiff2}c*p4DbcS2DkgSdb1+9}1EB&2WW_5q3{M(dP;~#|ATmOD87l5~PzF z9&i^bT<`wD@|B)WPiBtZ(qetc%FZV5c{mFHzPrrdgkRq3ZV6R$_%X+sAEt;$zHQclJWF5t(40EI?FN0-M7NL?{GE#mdzs^r)-;0(iVL)Ad{)ni8jo zHS$g6`NW={ePGalH~Mm4`#hzu&SGY~u+Y(P;(*eoL%l1iXSq_I1WxpC0@UlOO|zNq z@p?iUaJNL6=Z5?5IbJMvi=n;HVIAo;qaE~%4YU`7(L74;G|Z1UMG1rU~%mprPkWd&2YNj zgeu7RBD*XHB|!2z+s)UXvHno#WXT46VKy&)V&m}onM`SpMOwSqj z_Sl=<9qG`}R$E?aY1v#;+S)X9ixeU#;v8H7!ZF9oYSQC6@3$p5p>DY=`y(h*qzDbU zXBpX*KB>BX)7q&+WkMh64>H^qt846XoVVY}*Qnlv3!|fy7Tz~dhd{_Eg{gy7`W^?$ zvWhc;Skmzq^xCoR-3@1e?(^QunGwpW``Lh@&%i~E{w1<~^4UxGsuIvt4FApD-o9pP zjWJ(d)SkGH!vYT@y{x)HX3LCr9=&(DC(pRdev-mS|WnhX`Ix;L%rbbsi5G!8uTB~MMT}d*V zL88S=oGl_Utvl&-M*uim8q2(3THLh341=zwKB(s^7u?c({IW`*W~DTVM8KLZizYSv z)9#gPK3+>40GuwDQI9%`YTuKgO9EQqOEe%Neyh?HAyd)-qhQ1}ndV6VQE0}IdCujs z?_r>^eVH5%X97%HBvsbsU)12Rmp*>5(9Cdf$2wMIUWs*AQf>@rA0XaN5xDY!#Lb(= z#7$%8jY{@#s%u3n7<%G5*}RzzMIrc-^cf4QZ{|*}gGYHaR9bMUY`-90fIEpf#Ew8Z ze{ZT;n9)p@Sn$YqRK2 zn_$r|Jn^b65w{zI25TEC9qZw!eN&8mZD2i5Yz3op(d&f~cE#WGZhNc|i~HtcU*UZM z^V!w{THkgTK9WHag#|HDDfGP3N2%Z_2qBiZk!7^LJDs9|(Adk0=H@g`oQL$+6LO1QiD%{_Hyx^}<%5xi1NpVNA!*`^nuOT?Sp z2`JT8KqC(fKn1TTF;b2<%x5ZpjHL4$&243mF?n zw4DjJi4Ukxwchb8+9z9Fut*Xa1=TfW!UN__4M*kCX9=|Kn8}jwStAe_gRm?&`Lu} z04H%2>u>aH6c&R%Gjz8%QZ&f_0n9vZ1u1EX-)H)s9sv^8z zyqH*Z)I1y5#*iQ45w&>hWTUC6Rc26DR|%u1Ln!Yo5yUtP;(x_YlayTlV(yp?P8J1H zUWy9q-3suZ9W^kzb1M3>bp;;3wmhCqx*r)$<>F7N^vd%7lB8hcFA7dAE7YtAwj+e) z_jnZeDU<)nfo*kTw%K)$<RI#3o z+)4*x#h4gQZp2ST1+S?mZspVkF&{EQ22hu5>yY8TRXgD~#WmIn$tU|c!7xQEg?uZw zp!IB^sj>v#{x}D%V9dDgj8F2`E1=e8MIl>a7TTaMA&p@ZrbsC<6l$Ep#{n*oWQsV@ z$>kjvT~PH0;@=71Zh}ZeXo4PAWfMY8sybIV&Ru z+=e%-s9|IN1ofBZn?piy-%7tDjULW64R!D~BIm0IO1nidPT*N}nQCNrx!VC~D=iW1 z!Bsw0@LEXR<3`Ce45}r$&X>xKAvywuC6^+%L~@-eNC>`j?3Q?OQA1RqwP8}P2X4H{ z3ef0_hq}&Aca#Yjid?WGC9)^L(Src!yQ%Aur0>baog%#uO~M`|k17K-Ft7zfsN?k5 zMwywc@OVvf&pslxv#^;_mlSTG5&sbMd#T27_YDozd{j~zM~adE-q@JBx3|ZA&n5BS zs^Fb(ix~6=UEj0bN+YZ5hm`%Q zvRRpx)n9?QH2yhR+)exsbUm^g&vnOHbMt)F3dvvde`-tFadi3gz)`27NbzmHV{`e3 zixSDP#X*sl7auJMMXqi}k_XoIx}!!WxiuTlHY}C#H&^WgYu$djx{Q?bd)#$4`1YsW zLPchfLxC5E*0KVJZC18Pb^AEc7W688aZw%vNPDCr3`aDSUcKQ)tpYZlZW~T8r3XPu zdF_>%vuM(NKke4K=JS;_L#ojjwpXk+W-JdVmu#UC7*6_JALsGy{9(dL$KoK7LSY$p zOOA&gcYNH8*QiuWtNw~QiT3B@$koey&+s4fXrMMTtdv$lG~ZZgoFOM zQym+}T`o5pD2u4jbOFXuA;EO^xqyfL$)q!g-w zSda*tzM9xVZhSldH@g;2Z!YaSgH1NFIaoj1*V-J!p)#sVYhRSY7Oz%c^EvbzcvLU> z-MbZ6{DX8j$)0Gpm%cX&Q|gVuj*{f38X=NKTDw=Xx_N~(Z%gf&Al)PZCKXuA)vHGm z0ZsS;)Kv~3o@IGil)eWv$SZSAI6p606tOl{L!+1N9}61mBm0e6-Wj8kB}hi4`>8h_ z?4lRNe2ocVcyl8Vg?ni6dSKL-r;3&t5F7)EG@hR6-2VZBjP)hj-tk>sp4JV%|I0P# zE8&ta4&mp?mcp%l>fpHtHohA2SWSzEwUiA|zp+d?=ARdQ*bz|vVx42-CYYDTk4%{f znL-u-Gih~Ti3eia^FlsS@ZojIr}jr+2tKU>LvvHcZCC|Ll9rAsF8X*$6EwJ;H=mqn zl@eP*YyD?R^%NZCiaK0L)SVFZV{pJdx#PHQS)O7404`GC40oO(PhVNJS5G-t$+1RkAf;nJ_f`yS7n0_9F8Ll##_mz~Ca_V(@f-h2CD!N- z1#+`|10GJe%*L+U2tTWv2J{M`*@GQ!XD)8IC!m8P?Bg&GDXIY6P7S@mZANsA^H>wY zz$sNxQwJn>p#78u&fa&bPE{ERF??SL%v0lI+eC1Mckd~bwmU{*_{uHEy8oAl8ojQ))9;|-_6#8x%SReb?N@0l=)y+A~U=4YhP>pp>e~_5`S9wM777}qnng_{~d55$f?&85r zFDu^#yX|eXmg#`u$+4?(q+sBvd|mLZt_O79w%J{V?rT%DPm`CFV7GH765Lr^C}Jnh zisflDf?-F5!P>FMYi%n_B6LD2kl57Tu@U#5Z8Pj41N;x=Jk=*jopFk1jy(M?ebya?u5aAbL-9;>% zzrFHPk(GG4YA>JjttxP2N9-xwKA~~;w3@;%)TL6s5QlEe?NA!7YT8f88WQd+K`+yD{3A5&% zJej8(_vamUS&kkGKR3JnkWGDl?R}!z1&jM2kuCj+y*w#1l$N>^bQo^;ph=74hD6uL zw2lCe#J3)my^f<^QH!`(@pj|?8FDtN9v8m?Z3_EPZ6UU9UUFQ2H#kdiaSPH5da47Q z9`>)sc{jiNUYGtfsm;JH1b~MfF|l`>Y2HfDwHEmyt5eWcBIF9#hPde3SicZ8UYpjN zmnQ2~7sVptncz;=95fx(7+ykZuyMo&TlP+2>E8MA?6G?Zm3{w?Blx6iWT(b%agHy1 zt}(PWHReyJ_Dxw2cdJlk!@pHeOjCHysWFw%w$6_hLpDQZp5}-$gE7C$P8B|Hb5w%p z=1?}D{&J}%RpRQfz5+1J?ODFSHTzj}^~$C!>OEm4WY&8U!+xT1x(!un?K@Rv$OH zxpCDDC-w~;t zr+CO)Kdxr+?omXN2z*&~?KYU<_geT~UQJjsI`yXSs=PHiFc4y<+Y2ZW8B9=OdCJ&5dU3)#toJpGNv!`NcndR3=W~3!n(V7` zxe5(vEkc4IGAw2h4m0hx{-g?Zoy`oV+pf|v4Hb21jI1vmy0GnJG;@(qJbHG>JPTLu zgDraq3%ZRlGnpy|`6kc;1v`8~CFDGJ2Q+VVk{FXO-CX>v{|zRa7z@ykOT3%=qfuE} zS`KIg=WkA1K`dB5=nlpXiJ$W>zF;ZqnxR*HvmLO`4_I1;HKl6j?+DI%3HyF< zg+a<6BecTQo4=(B9MlD=J)S_#zV~Q6N(gGlMgrm;A4}^KWOp@er@13_3WTK4S}z=g^$aZ%*h@pg`KN59sjvaKhb1V8cp##`Nd9f;GsdVHEff=7E2 z)hSZdseIw%F2Af?FcnlI*P~Lhk-bLal1|3g@BU+h_jx#d0K*W{a3 zuO1;#R|M~yYR}!6R|@ljego;tbB=wIwJjBnu-=|)c7x+rCDApGW^#6`?`v3XAK%rN?{f+zl4Fcrek!Ui)5Tq+!17-YN?R$W)kIA&_{i5DU z6c3ncOc~Nzs9fB%Vlk(~j$W(!pX+xO6_hQhmy4cQ0J_#GQ6av)sR|^bYSyuGwto*h z#ZKq8dR0yn8n=Rhk;UUU4yRkA70Aj72Far6gkxbw@`8vJq(--TLU2cjr2WbFINQKw z9<>G0R#TA-ergq(DBd;?W^%oK#c1bU-9vl!d!OB)Rj z_O0iCaTcm(VCb6>`f3F{xyR=5I{bO#!yRPpT-tccpk+PAjC^$=$dr9I-RwwU9#Of^ z8pUp-%t(6Ii|i{Jg16g=F2cn&fUZu&rsbBAgEsAROf19`1UA-hd%sd1M0!+vq0%=m zlmh8S?I05Re7Sh96m<5~zrA6?r~aXntJRR?rg|GYY}^ zx$2de=o_L|RSi0wm;6@}>xAio zC<|lhaC;Q*&;?>mEFU|u_L2Nvv$IcEGmIGs&8Zb-AKVH*btAz5Ydr$K6^5~| zqZO&IcJA#HdyMCLT-u^yUXH_`$^tcM z{%;gXN<&35=qWL;YPZs>YPUmOTr>+??3|AhY$J7^>zPuP>LGd=ulbBt%TH)UvvyYL zz9=7rcF})k^`^L^aJF+R)uFH_(Wct<^i+(w?v6*BbsZS*b)^Q3&w2J-y+j8@Zpi@; zzcn`LV^8Wm5>uvFK%=A--J>k+Brjd7nSqW&X!TuJA^eep9~elwOKUve)!y}|+QD;} z4H`P8`OWMTLq1xn7*Gp^e|+hVmO(`|{qMkR{xbw`rGGVQ?FWMwWO`Fiv}k=fYN$ol ze6m{p{$co85#}?O1o*qG4DQmuS&;WPIB6{)FSA@<43^$rD88@0+VA(;{xnFGCa2jl zocI>_C1_>>^BorT+F504lBCCZ$vwYXxCsmxq zX$l}YKE-^(e{9Sa4+%2UWkoM(KPYPs0ZxUD=YlEVDC!0+H8RR<-DngdOFGB(8tWDZP4p#3_yxm(TJ10&s zo%`$YY)S*Z`OzF*bcfka!KS+Hg)p*|9WN7Ka=5g9c#}e+TzH>q?v64{zil9t_uP|{ zip#MAo8|9Qfv{7hSxIO^!jRx%j#9In3gdgH4R2PA2CTJgJMkp@wo0e@L2n~FApxGE zC9sxuV~su&rs0hSZR{^+&b%~xtjne=82QnmE72yYexi}$6#u=33AzLC3$El)9xPP2 zI+F=T8gejTqbEzCaROcK(UVLZFlixA@)N|;EL+-4lrr$zMhZPioVJ>Q^}dA6DSPIf z$e=!y?a=~l*oELs>!+YdD*9rEs&D4H9;-G4-(J<}7}Wt!*42@91kP`NmhxXG5dC&l zXM=kGqgXkgsq)_{R{pC(_1{q`gC?=~{5v;rF#RtAJq*hCPd)&!XR@P=aGOB@LCkEx z;-W2!SHh;x&euu*t6gFi#Rd=qdP;BEY9PBsdoQqvGfChQnnY9tO1K5w3qZ?S>=?yx zc@nvCI|gsVR7(w)TS{RG^A%# zaX$GEKsCB-D(S^{*m6r5`N5~m&&__S%nXZ@-#YS*_pTF><&R*8fUQXzx?HUE>yn8l z2VQ+rd>2BgY^I<*`-uC}Mc3b?z`=jVO+BMzb~^0`^qRri zbW?yJhA>CUgGNfQ)R559e_F<>W$!wjRp(kWX-s4}C{OaB^Y#zoI^g(oMYw%8E7I)Rt(j7daZ!xU*3j9qA8eZN5@1 zxlJB^LOE^-<2=@4Ll_l5D{7YnV06kN;J*Is z-PG1>jYyyYCcBmLgvu%kr(qJshrj(0d16ut*Z)_9A*i-0qWIMpr?N4xr}HG8$& z?kAtx%krAXtb>bCJQBy05IF(D(-gqIM>P-&fJ!Lev%FVo=hYC;^Wr~Bh&X|oI=flw z$`fxhiepWk*#oW%f@Qv2IY;2Ngaw(3$gUQ@L?<7K^Dm?TGMZBkuC|s7K!s&rNpKex z^U{^bK%iKm%q`HK@}&-UD%L&uLO)~F`p@CNml+ApgmwPrpvGh@p$)s|jMddXI?T8E zjsi23$ z$shmITH~pRbe;~SwwLK(t#1;?lZrnmx_=QN(zjdwjZey}jh`|NugT5C$m#9jKj|B* zdUbxNmNi&3z9t0m;Et-g!y3v#I=Br3bw916bU2I8cn;YoPG@~~R;8@d#_U4Id%19U zI{WuPWS4gVKcl zRf$WSqQj^vq6q(h$@;x8KU2o=MAY46g8OE=_7juh1?K(D1!CT22EW%cTihP2ejs;u zCR3Mm-SWH>08Q-O!bq!&p~6k`C`#BNVik?$%vfrlg-yU)8ds9RZCT3PNFISn@# zY3{F#)Q`dM`WC{xKr#sOhl`DlK7YOW+AJyQGAde19sAY7tCk^=XwYDPY7)n3|6TfK zl9>h5!S%2=Ha;4=-5lz}@x;f6>!_Bubgf(8@}s$fFKZ@G4^}!EJvSvY(kKG*$WKow z+3;H)XBX?PDvjR{)*81Qd|TpW#w+$nLCG6z<%hluAhp)$J=T4*I~!8XZ8*(50aWij z5{17nXPjj-x1I@u{xVsqSmjEQ7bS378;^@5iCo1Ag}LW*zMBvO)@qI3llU>?SvjtX z8JXNzbAv_`mE`pCAYmVCs@ju^xto%jFDU#S|0V2*J2a>C@UxwU#z3g76+0)1A4Y^S<(z zVWvkt93{iLO7A|V_9ifc{TQeYYwKGPe2=EUU`jmm4o)jmSpwKL6Q4Y zY?nQx&2VD*cfX-mHe^epKj zNR5f~+sx*zM(ws!ZvVaPq)M#j>&JV0dxrxt34JUqE$Nw=55^o->TDil$G)lN~ zc8?5Jp@gHvdwbY;iy!KYF#x1L-#EQQu3BLSzJC|qiVJpVPr%-@ovN?G87+e@WejU? z+s@uV7g+AIC;9%vGP|t!1+3Ij109JjoVASzP}FayNp4K_u)QqvHSHB0iE8k6*t1%Q zwawCtEW9#uVjjgiHm;(iS{8TQyFHa#pck*Ev?%*yNSt$~g>+ZYIw&MdzIz5AD$PqX zay1div?%XYo>GZr6f&*PTjr&q>bt1FQd^cL`ionm<`XIXJX{AIXeQ$cto9810i6b8gY29aMolp1Dv$mvr zpGpWhyU^QBTJ>3-^7(9}b>;Ekr6CWpWT1%#r^&f#zDch&p5Zs_;1{DED$8E^P2?ry zxk(lM9Ct-p(Q3=+h%~2IihLuDJ}Bx)FK4t>UMdx=J{ZRL&Y%&q$r7Y~m4D|%CNJ`O zK2i!NYTNL1P{+Z4MoR9CEnA=W%<>iIlu}EO==L_R>0_nzwNP}LfbXRY&kDPCHm!Sz zLhoS$=HclLlsPJA98rQiBT0KlM`$41>Pv;tRVk)FcQ4qF9M_Y+4+X@keFzQ+o9Aj^ z1Md2>O)6Rv|DoTcv@W-6zR%U%L|QW%4c4UVv+qBlXaW~i zXGD(sp-O5hWU>}_De0-h^uJeu+bcsBH))tD2qCsTQhk(|z}?Bk!nz_qV+;Z^?-nL1 z%BKH@r0BXV+PCUEs3bzvHOShO@Cp&|e;gV*j(M@3SZ{zg0E+ z`ga)5P@${R`E)z5&ZT27klJ1?p%SD*zm@rw>Eui=nHSM^5Of~e1w^F{oL!|RsX~U^ z=^g6ZORyr?1YvV|NC=1}+DUUFCQF5f9S&W|TiufdnwXyVNfqjN%2)2Nnqbc9DfKCTQfbf_GQON&LiCvf`f^Zl~n*nm{oZ4Nxxdq}|9 zG?7|hP4#m1Xa&%|^xL1US?!=qq(L2&>IA1wvs^aR$)*^HhfaNHCM_fgv9q=h!arZF z=aUdadyVtuY?oU$92AopGlZB@W5|o%i>%9j3OJiRNuK4O(yGCK8cb;gnihSRmbukw zz28AG^S=y=DwN|wf94Yzcs!*iWRn!!qjeDlxbD!cs5G zsCy==GyaOVsINOhE9H-rh!ASod@NFXsk(RDXF9dS$Si2akKh0BI&#vxR!A38w7hv^(v=%j` z-B-K$W_q`WnJ;T-_QrPhF-rsgZ(%MjbwI(UIlj$oFpCMtU_Y0g%<~T8i;WIMZm}`y z`|etc$AE0)NxM-LG$!ip^^jIeYZi}pa`vzp%+h%+A@Ix_vH1os4lH~mWZiN{k~{Q3 zK9h-%qvebVl9b=FXHIgBbh7+wy~qO9$!asleR(aiDNignm;pX1ve6kjU*A2(lV4tL z5gyuc)})=)fzvzIky(Fp(ku`b+zrS8J;mE*Enx#H^)4q-IaHiDu?-bG=#}DL7 zGJ_k}0lU}BHU}#qdXcM$de@ZT`TEqLi{0EQtn-ti+vYwr?25XpY7xchwWED<@08IK zU6ZY(1k%bv$bdln7g1i*k7{-Ph~7uyzVa}7&AZHlS`X}!6~(z#^8-y79^hH#q@J@r zul|)0O|Rq8S-#bkryDmPViLou3iQ^ZF7JJQ>ciA{T^2OfY;zyn?=U55EH3YgG$yP+ zJ}{VRUw;)Yvhgy7F*wxsx_l%vy(yeVC0Fzp*@g@j0Fo!aRi9%F9+98Te2#2H6S~`K zbHAFH`y`umj~#C_)2DFQkjBAG0^d4A3hh*QL#*&{BHCZ6?KIB4aw6&ILxPC*it0B! zz$VYGFNMkEe#^m1_+)q7uhEfXYLJYcFqkS!XMprMIV~vFN!*pAxs_&PparW@IB>0l z&3Pfg)pfZA{bp}?W8ZFCo8!`gF$$w)(sb@B$)j`~7K&SiJI+82bkI4ult{zTg-!t) ztHdsUU{2`t*7X!J{YWGZdMU+BFd&H?Dn(C6({^Zk5#FcXV4?$_B6N)R>5#_XX*3?Ndn@jtLL-q7hAi}zyrhcaTaIe$yeIW z;_ZmPcyqk!nXYC-VnuA)(NK0dk8eT1&8OjKYYwBYZ9oYst`7h|UP~rhkm+w^zid7W zcx?ZgoaOh|V;~&)#zNfRvWDG$Oa=G@xH)b{zUJKm;-QDUH;=ly+S`8|zt@1U+LGkm z9*)70f6B*;5E*F@WjO3GE6!h!KZ$G6uQca7Z?RPL9<>T&6BWpRWvcZ@R&+<|0iXkvfjb*0)O;>tvr607~qy zBQ$AKNXZ%7pnh72DSu(U?y1qyo2bd;ZU+rLBsDcS8v?TSiY-?I5+3?{8vC;bcR$SD zd?-1W?2YEUi0vDxdHB4|TR5jIxu3f}f0!^{so3nwB+vNXurcb&-xwA03mQZ+#{TEI z2(ZDuX)V_RcN>R314nlx51U!X_MDciKRni@EZ(&&o^}s;W8t#}uA3a^>B*K?@U;r1rO$s`eh?k9F&}f@eqf5@5Ha-mD;YuN6jA5DQch#nnEQcaF&r z^IR_E%V-e$Bgf(x1&Acv$g1nlql=VACyKPvQc33XsPFsi1n16H^-ijKd&86N39X`a ze-stv)YjIj$>sh-5@CJX+*7JYhLwX>2^e*?DdGp9Q;oKkq*@Y z`_I|_)$$)c^1t5D<6}U85V>kD9*oKwxvEbP_MCV{|tH!hq2OMvorNcYNRX`)}Lt?EKC-_kHfT?(4ap*;zGZW#zK(xJ2}A z|03$RUc2eHkPuvUI%3X8122csN3m&XKJx36b8{MEbT@s7c0N#(F>h*Wsix zo%7${m>6vg>l{7qL_|iC*b5hxlz7Y{kuP7qY!`x+pzgwtx>?P2=^Iy0wF5I$u zko_|sX)LTJJ)I7vieY7Cy{@jPARVl{kaQZXw6(Wql9q0HAu5W^!~gQXnThMbU|-*v zuCj7ZSbjd6d4+yfkm>vPvr02FGn?#4ANa|{eL z;K1G8T@bZE*T!Jy{C^t;Ma3JEF7t}Z3yJ7nR8DqwTRG&r>{HpNkDgLQ^1E;7bfOM? zxoRW-=T5%GHPzK~-dqz6Mmz)r1fU5ae$9B`^qp(2eh#&f4F4r#F)@AwOt!UUkFK83 z608>ff0~q*-Tz;^D}g}1M(U6J{|XmS@3**PcHa10GoJ5#WOw&>EJGAEtNo`Jw)_kp zo6-C)0T}3v<@R#@o<0sYMT*3r{v@|sgF4&zKpGP}H+9>$1p=L)6=CfOl9UsNnw5_= znwq0lNs&3ytL3hB!&~-|N#&h4GU0&X>*^-P#^kstIxCA8CLgA-Io8p(E@~SY(J>Y* zyZ%S!Yn7@q8-kp38D!)x5K?qekZwSEzoBg38|?&jmHi-hVAnx47TIc%v04`#C0tSdu|I>-#qdGQXrG z+Ez#n5WRxQZis1NF+R=_3Ky z=FGT_?z_GWGGuJgHaA!2Z*_GKuQ35xM6@F5hk?!mrtxke4b({tp@a9+M4?b)f>qVjw){u8 zPh8g$^%z_m^^CoPr>3Ufv~=qM_Q>0o5M^e@>2RV502b|>ixv%ONd z0jUEx1fs9+8I|&c)mo*Z_<4msIedhvS1=8~KWimcg<(0#(9vx2_q&Ytb@JT^F~~PL ztvC`&;_2oK;k!6=aFypnYR3W|&IzJ}U=zY%`FbOsIY-gp;NU1)(U^e&H6R?TK%vmG z)~vy`EmBhnSVyj4~|v9t|4@%XRYM&S4lpxcI^H%{=as3?v5! z2P`Zszw%;X2`Dk(U429l>@)vhZq1dHkx^SsErP>A@v^8-B^x;3(Wp%8rNlET(BYJ! zQ-$3`zD1^u$(N_H%F4KI>qE=1fGgC?nq6SEx~i5|{;ywQ!{0@7ZE_gDC;YX{&+=wl zR>dn?G*rlDb@nwYhnx1c*U~xkveATpvnOVs0H>4O8%3p1Bw2Wb$buu*y21?jxi~vU z_SHCo82NfzA{lSbdjAPq{4Wvs5MY6^T1i|Je+{tmNi*#vN^ zm`+~*gUDQCmDK$HlDdW2g8lkij}P|t9CmhgUESRti>~D1indNp1%-v->+9>rdi%#y z*>XW*mpfJ7n?I9PH8fcG`D2TVxwf{ps^6T*nZIW0?pB&}?zDN%!_$L-XQd76Gz@;nW6V59J7qT{HrZW#>f9plwWsc-@ikK;8+h{wybD!liJ&u#4{;PBy1uyk%$c+A;rKCX+ zzrDIkM@a@Ac!@uq;aRr}9gs4kqoe=j3KEtHL|WoCAx*DK-@t%*e;g~`6WM&b$CQ-4 zljI$=;u zbMoBWoN-o|o15GDGD$$+&t&6SbmTUaf_F{c4JV-aRL0x34mUCG7I}RFXmVt>PW^6@ z4B`CNMd-A={t~y8s1?o5TbEwFwk+#$bB<;_Z8oT~rgx*-**Zjc5G7`2j)oy0%Tji$%b0DBJ%1k6rd35ptx6K4dcGO)i*#g=7;PN`}=T9>O3SnX4zf)5T6Tr*+|~gQv{s}p(3qAgTn{YDb*|{?Fn%&HMAed-2D|0tx2m} zna8~MOv&aAK}gYD0Chr_@w*_ElIP%g|#2YtZ=@OvbnDf8P5E2zVnEis#uXUha0}t3a zVK)4zgf!zD8zq3Z=*7tQutDL}y6*vUTvH7=iXEg5o#qaJI)}~B15jG$BvnWxxf3xl zab(d=*T6;VE8V&nU^;i$#|%3@3>`8ZO5j@X{Tb*PMwlP)5Z!aoq=x6iP-CPlwRxutKHi&IMRWkKrpo-b0<8unFtrbyISEm-T zeN>R;FY#Rj@&j0n3tK$sJfDpTj{oyH+|OwAnF}AE5pfsph!ZJsC=e}dfN0~3g)gr0 z2AmU)%G^pei?b0g&d&BF)#>THTD<3ZFM5(lsD8^XJi`I{o7SYAd?Z~uY3$sNC5`?o z4aanaKkML>?u5CYB;1*L_~R#Z4aazo(NM$r)aMJwB&*o?_#g-p@PkUv-S-j_62#{- z_4Q&sFh*@Ht&wNEJx+cWFOE>eb$P>*Zu4mOckDRU0aBLd12<24FJnv!GN$H#7W-H{ z!|d+T49iN#tSx_znq?pXD#TDf8F6uHSg+e0w&Q1Bp7Xp1!b49L+H9;GO`{|ycUN2b zoQ0d4+YgL{&y!P9dX1LV)Fk%wDBlZ|#d__&uRA_=kBf`z8y#gA7ET00?a79wr;woa zkZDg8^?U#&C8ePK-{;1@2TIb|hEaaUIkBl?0|lT06BkbfrfW1bG%|!2ITie%i%oXF;UORf2M2iB|N0$@d-jleM}L9Jgzb_`(-fn8g*}^uQ?>n zPVS3(U3t$To&S0}_gj_m^0=xOs?8})g|9|Tn!brL-CRoxk%#!G8k2A>wL(jel5w+IjwDhQk7}>dH;=8xIM;Iz7QK}T;gIQR%co$ z-}q%b7=c(cxB7tY&#v-x;-yWRj1@BjDWI6EolF4IZ{llu;c~J9xA|c-UxF)z^p%$` zE=o1?NE2YDp^9&aWT3gb_w(g0J1=inCip|Mf{UElLI&qk$;sTpAUC4Lw>D^W@pGQe zcGV#!W!%y(%|EZ3O)9VW+QefN%*~lly|9A%`V=YX>7Rv#1$0vTwTx5B9|y;0bc75D zd+7XuqJ`PTAHj3xhwB;0;+B?7poIVM;X_&7h;-pg_u5tnMbFDxWfZa>MfK9uU#cm6gpsX}VF$Hj)v zT%U&RQPD!r$hSc18D)4@tSowbj!wYQ0tIjk`W9p(fC`L6wI(3z8IpHonm zTG1^^U=Q_{fmrC0q{&On#l@wU9+$U%>5IZbJ}}j8o3Y6n9^`GED>#p);{WpX>-~;p zz9&zfocT%v-rc#s+zIc5sH+o#z4r2|s}s`FXhMkT)qsb{tQ=(u1Z9=<+X9*EO$E;< z*iVu}nNmP0K6<)~G=O_@zsc7y8%p6XHfhaVU9}t^ACGwfdf)RXivLYRpHFb|cOI*~ zyZ!da1V+~Y-0~An$@iJzqdr+}hXIG5+MeDMVq559w_fER7f#JN;2mH3-or)t=iojj zDXC)0*1~3%{mgx?ASLc#vAA$h@+x`efY7+GKZpNDnJ2@bj|!_1!hSts ztB-voOIF>@ZImD|m%D4tmEL{%qd~=9{<1BX+7C`zKK*92$quMAUu>7_hi6J6G%JU{ zDe@|hKkq!mRQy$wu@f(Ey~2*ajO<>*;}H(;_!5^1D&=n(n9#oOX-ayyb=SG|OBd>? zG)`kJ7EdrCAp(v&mLu>5b)efWZ!Gz!ZY|(xAErqw@zjqk$c3{ zAKLR98dAL$yhDM;?srkq3rDd}O5H=UL}8IV#7x5$7W%u@QxMacBd7A($;oXsSTsiDn`Fz^t9s%uhKox- z^$>5U7g`lvmZ@Fvj|w#NpI6v)Kcq@27)CetpA`GAFmnAyVp4w1^q&$LrufX)7(pE$ zkTj2Jz`f5fO>9Cb6?(vugq#;F-gi2_{#G+M!QiyIac@(IeiN|*b?z!%ZFqrWB<9Bu zC{$t5Tnz-Svi(wsX17Ay^V+YTM=}7uhI@nC^}1|5nRl_n;BUoNCT)Gm-^peOX2vUG zKg$D8rrBTG#zx83z?ac$?ug^(uCmnPl^PqQytF z&RAC?kTFbTq8xHJ;A$jD(xgCT&esTw$i*-957rZ<=DXmW^EY6s=yG_hi5DuT@DW(Siie&wQ{ zpCC*~{uCiSiQm3@CFk!i4fn!W z14%H79(lUpC z5?+94MWU<*lRQGvEl00E>?^gzzrrs{Di^}MUT3f(fYn5P2qZzwh)7=Ed;OrqjFCt5 zYv3o$bLB3GO@nwG6R#{?UaE6~AuT;KLmXZ#kt}$+lp)b*jDUAJhw@wUCGWk=$N6Kb zznJi`d?YGR9V2v!*(Z9R%J~+`n@^+?f1qZ-^Dt!xu3dcoYw-{QEsB{e9qgv3MuxEdzpZTgH7Yr5Qn&u67d`(5ydwg>rN)Q=e*GrFbh z)H!d}mh+3HtSqx?q-QD3#oxlv&B-p^d329)eirLbDo$s0XMfQcZ}KZTrV`E1#7>pw zLw3lOpO_4IEZg5;Ym{f9x4-Rj_8wnUI!lg=Zg;O_{=AZwU1b0A&~w-8 zUy@oINW34E!F>vpw7#&}^@IfSf0_55vN>&k;-ae6CEl8lH4(et`iHBHxL~6LUn=k# zQ_BGyeEyb0i1(T>z%gy0X|QyelZ5@z#b1(h6$M29o)FLNk5HoTTNOQ}(vq@w?ohM- z+aq9A@FKt9Q;(g+=taq2t0(b(%Tia)n~zKVq&)w6OM_Q<{N3O2<3lO-=ZfA{vr-E9 z$Ul2mxz%sGvXVu~q8LZ#it+`kBCYDPTA9Kh>8NKsi~## zncV~GFZLHN!fmqrPU~B50YnZc#Y6zib$(DyOKWdTs-}#FtQ39tY6*G%GypQxBdtg= z%pH)S1bzR~QMz8ZZdf!j7F9(Z_yBo3puQV!sgk*dDbaJW7}uyA$?O+}vJ~d7es_WG zce`9((|?L#ExF`H^epa^WHPwpAjlWmCfWYnaPbNUgliw?Z*q~FPyS9EO7RxiI|eEH zZ+q(cUBaWV9<`FCU1sZk*e}Q~49uec@TWW7enOyyeSQTUA)NEh9zx9)5Zr}$P;T&p zLw4z)GH!ye+kcaEXvnyUDU{n8RK{#=OlO|UurlC;v1Rp6ie}YeCP!$~QI#v7r}kDq zOwOGDu&SnhDcsq5q4|?w+Z^}Q54(;L0W~InGwmTcOJT?l_VsBh=;Q~eF8C?Y_ zn=8$N;b_mvOa>;TT-6#2&9wtSYAgFOT&}+h5Pt%=`YBeX6Vaxw! z?d$*rmq8t!Yw1(DlVtU?v<8FgzqU%&e9fp}sVqCg&Eg!f+^Gf`KR@wg__nP3p7wX) z3_K*!DdZuTZEvi(bb|;}?m^7-U`BqPn-|$@`HB?dHxHecaB{OAf?pFt+F+*q55e zZ*fswT|HI!_t|gA~oi&X@D!3GFKDVH(|H{q{dO3NY^$ptxrS zusBK+-`Kf1qY*Gh62QCfG-59Ob}D-7uMP*{hI?9yDN_5ly@ug4=~7=_D3i0FSX*nJ z2-I+Tt@&mYowLK79GDBu_%kvL{iI5-zLTK^?Y8do?ALalLcMFbVxBHlNoQLqNolXf zSh>sN9ki=0(D*W&XyQr4ymow0r$csX`kqK%lXIr}qo~!?-2=|r5Mj9EQW|MI6=As_ zw;|MkZZ>H+&Px4X2@$OsUF>&OM}A-7J`&7F6tttCFkW!eu|Zqf%cr4Rq95$nmcqQ( za-*LCZaOg=H04tM8}WzqV`n9ES22|tr|J-~1(Kf&$>c!)k+PGj-Gg(+d))w3CsN_? z22c0&ZZZe=GrHIN)ja4#gxAElM>;i+5#*A6@tSZFr{kN2*)H$kR~J)8ffq)2j^Or*=W%8Ry=`s(AF!K|Ugx1-SwggV5tncTz}cCxOt?9zlGq zn@;(rrtPNsU^b3oF6oak6evjfYv8QFLwA!Dv6u;|gu~d{$qI7ag#w5CQf8ivueQv?q?9*vba4_>hg%`@Zx0x@ttnh6KC@?j5|npK zVD?8V1sX;0wj>y^ZnAj7e7ElyUrDKDHYe=Hm}9^^^xBvL@SG2wTKlniTwT)u=OkNr zFj=bW9y_%+k8D_Tq;C3KZte>GVr|h~M!0~kqhoJ}(l6;L?}2?!N7R{IVaBx-u3t1> z=Iwh};cJ5Uz*0W_emrolm@e(frPc$e9^#L(f$QL>XHrpS zKIHG$;k_k_DyT6VYqtSag@E+*A6587LzZ_uivOzyX=qvtPP zEZe{FmN#p4fCO?5j%Ob%BaWf=1x zl9hc>s{b7!EZZiN)t`I!RJQX~Ogw$-(pp;jb?N8%(BeBjOF z${g=b97NzZ1t9uxua+i;o&}R5P6+vIcg?gT<9893kFZWYuH};cr2|{dwyEF>5*tyuhU`{QCBv!_E)c}n2Bro*>SW=Csq*A8)9hW-P?HD}>}_~nf}^cQ5ft*147yq8fKkG}Wi}ct)fEkXd9IP+hMyT@ z&PKddki^v+;x{i@A}e*82|06%dcYjcIbg zu-7}d-z#0Rr?`O23l4)(r%RA@#j5nWLM_(+CUvzGG*T$&N zrpz}?g>ky**aIj}wW6Ho9cj`Z3q-l&vIl~1`>bB(6=`U3G9l{X*Y^O34aZCnTnnXs z^>)ZRD@|!Ti}E!vd&HHW{uIti#5P$I#P(Qq^pGL{af1!DSGAkm;(t;a{S20V_YCxS zNFa@ldAS3{AeIll5fwgIjn@`% zTh|ByQOm2T5dd(O5p=gk^5pLuKL*X?w(VBU?;`w`eUB)3jQVOJ$j>8k)+18bISZdh zz8)SY&tQ-;#9#wD6G{IA{vJFyI0(lp6*mHq+u*fD)YxHZ>*HzuQ^PsYlsy&oJAXl0 zoek7&Q=;Cj!z$msh$q<5g6(&TA4YqdpjVnk2u^o~TTyi-Z(KB+BWODqbts10`(9X9 zY*k-Y6|bE$5j&e%tg;q<+PvxC3*@u3|++d03zs z3fmpeC{ycZ8sE2PF(=qr{Vvh1o~a)MSsgBrbWfMbz*m|OI}$1f(-f8&^){|AOxjad z%r{|YX+n%e0?ib9+U=ff2$H+#oC@@@O9;{oZGCt`x!H9leep2LrJeMSx`Ur^&pl@UA_Ct&QU zuh_JqZWZSgoJU40JF0TSs0R(#*E^*t)ALPJcdC!Z_rwtGx4W*067Z;O+ zsumR$p#WS1BgtP~d$v4{~UZu6O|%4d;=+kppj_+r# zWecwETh-HjudNL#(}%HV)2jg^K-kpC(2$1pP)d8Eo^ihgOv=;fXraXq4D8;fks*=D z>$^;Nr`WhTO@-0#IHl3mOG^8Zgv#SRnn-}@Q*PRRPdSQ8&d*QE4Lt%3I)OfL(Qnbp z!UCmoluIqW0*@d>@QuHbDIV&g?RKAi_yA?g=+0K~UDlml_nfe)hPlrX-35xWebi;U z&=q5m?%#Pq)KqJFmr`n95CEDh=pqy5T4zYdq}aejVg^7^-(GGIRfQ@wa&~L!lx9{UXuCC=GwM|az)tDM#IBD+NVUl z0nRCcgSTBcSVkSrsq!S&(c*bg%~4Il{gqMwfyj(EIIrX}SLv6F;@PM0t9O|Z~5I!9=W*s zvyQeAEK*4I!KS_$3t87ST)XIMKe-RQCSzW0^S@66YKWe%qb`u8SRP?;%~q4zBp#kR{2 z>C9`msL?Rt*`(f8wLc2CH2vI88cIA}0-ruuh-}iI)IQSCAMM!y96T_K$+q<0aja0bRhhm1Cu2)+hnmALC5fV~+ zONc?%ib?4ISadj=qdBz?)W&TZ-1ohGw+5cVq~MtWx6FjMb1%qkhzqiP#cvmUMJQnc zF&C?0xfz5YEsX~?)K{M$+zxe!+B{au9a)L`Jy|@2_;x?zY)29$Uug0`^n2 zpt9GE<1$*mZb^KK-j%^1ufB+R%ESB*#vZbEV#4Jd#M;6Hej#>T1L*G-siNmT!rQv!C`~Gy-?ytk} zgH~KpGlGk(z}3|LOhN4Ne5d!W#DmYqUE77ig(m;B6htlccsc8pvh?FGFNkJ9z{T@q zD=}Db9SX>tF?N4{Di}wphs4tco+9ZMnw)mN!^cL&h^-0Ib$fRid?=orS#{F!)Bvi+_hAQ}@`A{EV z6=J7W;(JDF>j5F0f}&L`C00!)Q?ilq8tZm8&U@YpVb@2mjDOvHGNzkuNIqH{joOm7 zQd~HHLQ+aa6~wqZTNC+HJ=s%+_9&Rrc*Es~JA8f~TL_T!1U^o22?z@EgMz39t%1Fb zvN?st?XU=(K?L;X{bfK?2(Du*Aw1VjhiV8Eaf7m6M~8%S`F_LGQ`Wjzbbgu~+U(Iw z?{(~*X3=27$IAqy)~P8LpR6}NA!UfOtYyd~>w=buC|c#0^){r!h6=#qaY!WFrYkH` zMR$-*@6N$VyWVlrd(Zj75s+Tz@^;I`+~;(liMCyS{?8h>i6>`Zp2N1S<9n0F8%E;L3a&_iF=oUQUHgI^d(#+j zZeJ}*^jY{gUIfEwr1ZiN>%O!aW25Fs#ax@ZW+?GFK0s(B(1?MUJP40uz3FHKyi;{d z+_at|U_}tmu5FF1g>V@+)gwsWIypG7Ff#`s9pNR2#a%_oo*%6WrpXZz1RNY3&p9|c zFxZLN*@1=TMv^Q2ox;MkfPj;aY+4L3lvuHU0QYVV^CEPnfX|i+S5s4S&V532&TG-n z*Zer+E#{hhEt>HU&5Zg`xM%)-i`&gMD<7&j9|>l+d@>L&3|yW*q$|?+LM@z6Xc9@i z*LW|7@M;$t_Tb~`ye%=$M4JUo{XA~SL~5Hu!BM{g)R4JJ?{*nq5WrUf&aDv-g5Sxc z*QK1RsQ0;kh}mO|W+&tf#~N6%k!C7JEp%t)UtV3_EZZ_wh6>@t5mrYsCXtXdcbd|uk< zP!C(Xi6jV&9Jx0bDHpz#FPeX#%q8G|$N=0hbrXmgi!3@n#hGVkx%Q< zq{oNN2HM}hnKHDFd|5Ng6stwVG>$jk1@P)pU5Sb*W{C}}|HwX^Yj|Izb+^1k^WX)> zViZ&!e?|16j~?DnPIdKqtcI+Aj4vpz43lT^)FH aXYvmDg&!-|A+XQ#otH{lily?VU;YnmoHY0V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/apps.rc b/themes/Mint-Y-Moka/gtk-2.0/apps.rc new file mode 100644 index 0000000..8820077 --- /dev/null +++ b/themes/Mint-Y-Moka/gtk-2.0/apps.rc @@ -0,0 +1,45 @@ + +########### FILE MANAGERS ############## + +style "thunar-handle" { GtkPaned::handle-size = 2 } + +style "dark-sidebar" { + GtkTreeView::odd_row_color = @dark_sidebar_bg + GtkTreeView::even_row_color = @dark_sidebar_bg + + + base[NORMAL] = @dark_sidebar_bg + base[INSENSITIVE] = @dark_sidebar_bg + + text[NORMAL] = "#C3C3C3" + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color +} + +style "thunar-frame" { + xthickness = 0 + ythickness = 0 +} + +# Thunar +widget_class "*ThunarWindow*." style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*." style "thunar-handle" + +# Caja +widget_class "*CajaSidePane*" style "dark-sidebar" + + + +####### TERMINAL ################ + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#3f3f3f" + + TerminalScreen::background-darkness = 0.9 +} + +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-down-insens.png b/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-down-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..3c82734ccecd0d46e1c7d6f772a939e3059f65db GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprS}m7sn8e z=;V&I-QQ9gnj^m7uxfj;;>NrP^$v#~=N$hM9%qeWAFr75Ev(GWdkSO9bKID@1N5fo z>X|RoR%7V+Tzqq(no7YD5yq_{EuRjYVOja4{~X8D_6>}AzGB_}8(vugEn)C<^>bP0 Hl+XkK$zewG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-down-prelight.png b/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-down-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb9bd94e0d18ed91c0451a57a74266f6342080e GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Rlb*Djx8V882Y>n~X~?aQC{D;qezOk=otS~6|Zx185MuTMU9;DRvslJBMk4I;(g zW#0e1Y`yWh|M``EaVt1w|JXinjLIwRK6r+u$?oO6y>pEO%ozT}soERg&w2~Ag~8L+ K&t;ucLK6T`L{Jd` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-down-small-insens.png b/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-down-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..8783904837669f08cc0a31ab41280df545c0e2dd GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdt@X7sn8e z=;VY0Y)P+^OcmEie7#|1pnOVunW+<(hJxg6p~t)vQ+oQk)^<Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;VY0Y*q8VRXIk!vps*H=iat?{;_O4Ja?;X<*Tg^IQ^Hbp7zD&t=aq98+(^Ea<1Ci txcGU-`TO%8*UmZdtnh(SUJ_MS|;OXk;vd$@?2>{zUN6i2L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-down-small.png b/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-down-small.png new file mode 100644 index 0000000000000000000000000000000000000000..0bf1768135edfeb9f295e277ab3c24f450db70de GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynTE)5S4_ zV`gukA=e=X5tsXQ#Z$I8DX4D{@|JGRFo0Ink!%Im}WSd< Vsk_eNV4wpTJYD@<);T3K0RU!KYF_{V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-down.png b/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-down.png new file mode 100644 index 0000000000000000000000000000000000000000..f57c15e5b5e341064a895700d786e0e817c57819 GIT binary patch literal 308 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=r)5S4_ zV`l7`g?vo`5^WFP+Z#z3OYGrU9@L?>>Z{7RM7FezQa9F|OV}R7(^AYRCbIs3!&k13 zb4S?ziQSl!U-ykKL?rz4&6JpFPeto9*M1K^Z_oY6D*c%X&*3NH8cVmG*|XR`mg9P9 zID?)`$%Ux()&h(cLV<~qVLo@uPMoo1m_O6sWeekn4Y}4Hm%sS_jq|cBl6lT|fcZnt x?Xrofk*o}h+>gzeE|A3e;F^i=1!jgHO#ab!Gxp@}lm$AT!PC{xWt~$(69DyLZ?pga literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-left-insens.png b/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-left-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..27104c666092dc737b56d5b2aedc2306911f5052 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&OrE{-7_ z(a8x6%>mDDblkAwn5=82yG{KXx5_EW$-=jVAM>WDeRLB)Ug8?nG}R@Y!Ik-d4_g~U z~}U&Kt(a0E{-7_ zvdIYy&1~D=wc4IPa3=5Fy}7pkt8X>VDLXiCF_2~5a7M3lUbk(1)#Za;Ro|Fg)thGW z@a)}m_j*-bxw_NNS|{7%RsX(Daojm~kHXQrz5(x4zReT0Jh*rdD+Fui3O>8`93hyF>reti+r#g_mDK{Qc2qX=G~Kk`5^zvD#gn5&r)kn%ZjNsZu~u80mF_Nao-VgQ zoP%+_U`)%0!|z2tO5acadF1XR3psYj4^MmcUl7==Q(bUQwsGl_y$q97W=bU2HL5>Y zyYBT{jq{&ZZvDnT!!s&0^ebb+nyu^!@8(p?KVq;fn6$<7@)n5$*|)#Rv_0JZyi$MC zwLp>BS<8Oz->cR2Xyg0e@()5Uy<=lYjr~}U&Kt&;*E{-7_ z(a9ZayL&lO(;6Bg*58dW_}BH<$E=nHQHS z%w%AkAUAu)yBkdbauce`Cp5*Bb-eoZVg{R7haZF5J+Zc!gHx9Q&1dj*^>bP0l+XkK DOIt<` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-right-prelight.png b/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-right-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..ab6c74c66fb0c2068c57c64ea83467a6d00d735e GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-XRE{-7_ z(aA3=ukGE?*vrUNb*uW{_jhlewH56?UH$LtoL7R4Cy#yq^KRcYP3EWH{NDV$zgc{d zfuPD|ZSJIJU;n(dH1-rZlEb9=;z?^p-Nnr{Le?(o3=_On9r+sX{svmW;OXk;vd$@? F2>@9UPZt0H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-right.png b/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-right.png new file mode 100644 index 0000000000000000000000000000000000000000..cf97804f087153224799ef63c023fe7716ec35a9 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!3-qTT-L4!Qq09po*^6@9Je3(KLE)UctjQh zm0t&8MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1S-0(?ST zfplnSXl`z9Y;0^&Qc`4OWMX1sbaZq?LX+T+?cJk_1FLTLgg9>XRBF1mzx;atZdeG@5z5PbKmCFlN*nTdi}BA W%*4cF_Nx`Box#)9&t;ucLK6Ueo@&tm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-up-insens.png b/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-up-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..1be55d33d9e2f52417c3bc08a7e578f2519f9992 GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprUY37sn8e z=;Q>3=74`MdIIV=q?Hax28-Mlj(vEXTR5TnbnnY9PKHN+V#+3PJ)1FQ$GZ$}wzi7L zJKo*sVH0b6vEs(O2=$IO3HAlwB-&>DiqLOax$&LhR)#5?#cC#-_$&ij!QkoY=d#Wz Gp$P!6b4hUk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-up-prelight.png b/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-up-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd78cc1107853897ca9b1ce1d5cb13b94174cfb GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Q>3W{a0I_FgpN;h3NxP^|c@{>)mB!W9lWHjG{ zn{7%L>!sg977|I*j{NCg*RY~rlQAp)oWN(LZL*13KEY>%8T=Q?o7;rVnGUpt!PC{x JWt~$(698|ENR9vi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-up-small-insens.png b/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-up-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..7b5eb9edfd2834e817c1af920ad01319db5afd16 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;Q>3=7@JIS_0(QSTYhiy}I-IJo6J8I}O}g-KM&qI5y>o%fED%?jt*nT{-4qWZ=@} se)ZTc=ay5CuPB^a9J2Vd#0Ex&SN8lbT`mVr2b#*@>FVdQ&MBb@0MtuE4gdfE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-up-small-prelight.png b/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-up-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0436d3245b0cf77e8fc67360b19c53d14c60cf97 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdvp{7sn8e z=;Q>3X3s@?t<^h>6&#q|&tIIk-&XyX#X_e4lGW3`*t|7+UwdQkvPMpwE4QzGUU|Bq xaiRbA=gI!!5i6cot`~Qy?XNyB%$CEz&>k)|>HPJp&w(a0c)I$ztaD0e0sut#Mk@dS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-up-small.png b/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-up-small.png new file mode 100644 index 0000000000000000000000000000000000000000..511056f0a7db868ef612e4644304e24dc75d46a5 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynS_)5S4_ zV`gv9THYo@5!d(G&Ron21#24FSr3Z32w%zza*kkPf194jE5f-+*uc47?iF*>qZN~9 zPxk(C$kP0r<^1fmyVt#*_gAlK<2AnGbK(renomQsZGZKym{P=Ikh}IQgU^&8_4j)# z+>gz$Z79vol}z4a_?hc~($bP2Hl2;B&vJV{@-Zm3unXpTX!X`tGCCy~PhNeD=OWN; N44$rjF6*2UngCe6UH1S0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-up.png b/themes/Mint-Y-Moka/gtk-2.0/assets/arrow-up.png new file mode 100644 index 0000000000000000000000000000000000000000..f05766b76126161c3c5fe61303a55eb224c42e63 GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=%)5S4_ zV`gaoLasvr5^nqJ%Z(gaW*^*Uk>a^Q@(X7VxAgT^X`Qm&8xk(MU#LzzsHCJ8|7c&+ z`Gi|f|1CTC=hDN1Q|>R;XmoXc|MzIl9jKlXe_NdQ^RbazG$ssn!AfM!{%j~?}AS4^O*F6E8*;!>a|}v z8P;qy^S!LkaP&;!0mm&$i%v-dm-=U{?RP0j=n}K9S?Xjp>&~vgcyqV(DCY(S>!2Ka=y z0_m+=w{G9QecQHeKoSBD95`?Y3@%-|1QdagmoH!Dd7h{R)WBO3gcyqV(DCY(S=}1o(uw z0_k(-&Yg#W3l}Z`xlf-yg$Vrn_wWDz|Hs{rPY2ml666=mAg{1%_ny5Eejc@4I}<2q z>gnPbA`zaP&^3dTS(k|?Cv^H^pW9I9BMc(6;vi;bs8?t?&% b7z4wi{u5Uo6jbT}4Pfwe^>bP0l+XkK*PdN< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/button-insensitive.png b/themes/Mint-Y-Moka/gtk-2.0/assets/button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1a6660f5a0640b5ef8f8f05eb55598ff70779158 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}2l#}z z0_l7A?%ltC{}C8G27|ZnKma20>-X>9fBrmCl|BMg%2g8N7tA29uxt08y$>GzWGR(P z0E(JgcyqV(DCY(S=}1o(uw z0_k(-&Yg#W3l}Z`xlf)vfe8Hm^XJdszX|b^l|eR@1o;Is$SdsHy=U)(pGPg%&IAgY zdb&7-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkbZFW`GaeZA6$F#@aj`IdUWmCqwCKe1JRA=Pj0?=di&)wAiDeNIS}1@_447H*N@+Q z|MKI<*PlPX|N8y&_n%*X{`~&)@87@w|NnQMPGka_%U%-X7tG-4<^AaKlW6lbD}X{V zo-U3d65+Z1o_q}oJPd-4EO*2Me*drcS|T7d=eEx!F^Sa~)>9|iu&m^A;phrr+k0^V z|BYaSzt69C9K3gK(eVVE9mZCDJaQKee@ R`apXaJYD@<);T3K0RR`Uo%jF% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Moka/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e1b6d89ba3e2070eb6be58334c194ef993c186 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF+v3bT01u+ec#^3b>VsaB6?Br%+Uvd7yC)SJM kY6b@H86&Hr7~gR*SXufne7Ew&CZJ{pPgg&ebxsLQ0OLMnVE_OC literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Moka/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..a98d3d3938a1012658e2e85f9730e949eac15b90 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4F0iaG+cJgYUL}Q2fGVD+~dEtd2aFY)NM|yH^pw? zu48#0bSkB_>O1S-sjewLns?1~>=>r={{33RSd-xM{BzJdkdGNWUHx3vIVCg!0Bj^) AOaK4? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-button-active-rtl.png b/themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-button-active-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..47b91b76b7fcf51df43687e0fdb7244f2651b7ec GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!Hk~ty{MvfkTH50eP1$T>_GqFJGQ~Sf>+YO-YbnFoV3p?mc@C{QP79?WMTWJ$1+>^m`qwuiv1>qpK~wD$f+^>wwuj-J#Xf5pe6=S LS3j3^P6gcyqV(DCY@~pS zGe99tPZ!4!3CU!Q_9i1|wzg9<1q_rW4$iyTc4VHN&rOfIIS-EgcyqV(DCY@~pSR04cL zT!Hkxd-v|&zyIjbqsL(I?%g{e8wfss`SR=c@85s^h)Dn@W4pHIZh%2!W36e^S;k~OW3x^2krV!$%i!Y|W>|Z7 W*~_&5J~x1x7(8A5T-G@yGywoAO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-button-insensitive.png b/themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cbc15c9f6b51690674b2a0d643e4f47b0c3174a7 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!Hkxd-ooJ!P|Er0AYXr_T$&@-@pI-DKVeH0#w9a666=mAirz(g9krZWM7>D3Tb+} zIEF|_CTp}e89B4HtqT>{U?g!c&Xl)vZ_SKN6aVbE)Y-@=r`E;8VE=mBi@Kx~AD|`% MPgg&ebxsLQ0QRO>c>n+a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-button-rtl.png b/themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-button-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..e654a6bb0e2f4971144dfa28c0953b517d1f1697 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!HktbLY;3!G#MKfb1tvogcyqV(DCY@~pS zArg|w9?eZ5&TMU`W(pV_mOMD`X4jEgGH=a)5zf*p-bTgcyqV(DCY@~pS3<7*Y zT!Hk}t5;vVc=77ht2a;Hy?OlZ?eq6Jl0l-TJu;%$RSp zvCPh7Y&vU@n6Y{0#6O4nJ}4(2VP>nCG3Pe}L)AeU6On}xvw+$eJYD@<);T3K0RVeT BXbu1X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-focus-notebook.png b/themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-focus-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..dcf16780365b791ea8f506ea10204194e211cac8 GIT binary patch literal 242 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS)B}7% zT!Hk}t5=^rd-mqZyEjkYy?yrn>CG1puReWr?b-9Yub$s~_4VVofB*i?mpmK=RLWiw zBP;TX9*sCHIoOmdKI;Vst0AlT3^#A|> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-focus-rtl.png b/themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-focus-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..e2c38f43f8056f843d5b2501265b51028b38c5c9 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS3<7*Y zT!Hk}t5;vVc=77htCx@7JiiAdU%!0%_Q{Rs53fFbbnV&GJ1?HzdHMd$$M3Xkc{f=Poc~zRkum zJCm{LtU+SN=9v@!9P0a^oP30ttzyQU-wX^@2W3n|7DmhhYG?3t^>bP0l+XkK67pvl literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-focus.png b/themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-focus.png new file mode 100644 index 0000000000000000000000000000000000000000..f8dae93a1e23379626d0a9a3637bd413b4e65cde GIT binary patch literal 246 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!Hk}t5=^rd-nYP%jXYXy?FHc^^>gcyqV(DCY@~pSqyv0H zT%SID`t14hmoHzwdiCn-*RS8cef#zM_wPS{{{8zmbH}b4pfYt&7sn8ZsmTcqjF;Kk ziX;kn95#512)rq3dw5tc`M^8(1@|91Y-MEF`zV8_Aw{VisD;7P)z4*}Q$iB}-Dprn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-insensitive-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b39eeb781f19eefa4f969f3542dac495cc6e22 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zT%SID`t14hmoHzwdiCn-*RS8cef$3X`|m%0{{8#+=(R-8RG6$v_PZp00i_>zopr01p{XJOBUy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-insensitive-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..eb794b50b874743b10672781427a5f88f1f35b57 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zTpvAp^!V}Pr_Vs({f7@^Jo2{dG1>Te~vg~e7%-B5fZ_^X^3HK)+VqthCS2k5-)%`A@Mg~t;KbLh*2~7Z7 C`cZ!X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-insensitive.png b/themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1e905a7c5dbbf7c6c4d47ef42dc5a9ce063b142c GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSGLLdn_AC50lsNg`Baw-Lv#xa$)68GnftnaRUHx3vIVCg!0Q);s AegFUf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-notebook-rtl.png b/themes/Mint-Y-Moka/gtk-2.0/assets/combo-entry-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..9f877d8b42dcc6c721c16cfe0630fcebb0c5a3fc GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSbOU@s zT!Hk}t5;vVc=77htNTyhJ$U-=(ew9@o`1M<>*e`t&n{ele)HbzoA+OT`1JkXzkk`g zHq8K8SrX(I%)rLYlbKUo@>^)Sls{0=*we)^L?S$S1}E$0Z*~a{jBfqh1!l~*8Chm$ xGB%wxNX*zgbK;*veIJyQkFc^;%$QTlz)<;KM)_RNgcyqV(DCY@~pSR04cL zT!Hk}t5=^rdv^c+{Ra;oJbLu#%9ShU&!4|=;ljgcyqV(DCY@~pSv;urW zT!Hk}t5;vVc=77htGjpa-nnz<9uPcuaQX7(^XJcBxNzb6_3N)*zyA8|J43}0S&)4t zL4LsuY}`DVImIQvg{DjS0|gB|T^vIs!jorkvTptslhDBE*3VpE#(bNNWp*ZG(^-SW qjLkDA{yEh5K{@#dBij-KMh2JZ(i;gcyqV(DCY@~pS)B}7% zT!Hk}t5=^rdv+TP?%ut7|Ni~UmoJ|`fBwRS3)in-fA#wH*Kgk=mCPpqm2#8>`2{nu zab;!~7XEg*=+F)n)ADq243P*=w%EIgnM+Dyo3zn^gF!5l6NQ9!Cw6R}_;(Xe=ia-5 d2i>@Y85HMB?66P!tqs)0;OXk;vd$@?2>_5%S^NM1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/down-background-disable-rtl.png b/themes/Mint-Y-Moka/gtk-2.0/assets/down-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..ed124203a5eac056a46b5ca85d0e663862eb84de GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsDr=})bO#|opH!GZiMF0Kz{{Me)6PKi(>E&uRL0M|F6BV1NC8 nzkmP#|DQAc{QT}mK^zQgTe~DWM4fw;@2< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/down-background-disable.png b/themes/Mint-Y-Moka/gtk-2.0/assets/down-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..87956d2b4089c5aafeed072b57f11fa1a7a543d2 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD?kJH}vvr91X}t2NKx5k1ZP8v_mt~E!-KWm`_ro?#?Euq@ o(5?<{35MET`|q;yc&Z;@TbU-+GD|OECD23$Pgg&ebxsLQ0CG(}egFUf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/down-background-rtl.png b/themes/Mint-Y-Moka/gtk-2.0/assets/down-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..370259f4e1a43a012730aa0b2e6f7ec199964814 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TnrUx;TbN zOnrOGP_)5-$MxcO$t-4djibEPixvjkY+zxYqsCPAoV#In`qKrO$HQujH}_4N*D+(Y k4ui3^>fHmZJ^Oz!vep{OxrXNX0!?G^boFyt=akR{0O6K8bN~PV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/down-background.png b/themes/Mint-Y-Moka/gtk-2.0/assets/down-background.png new file mode 100644 index 0000000000000000000000000000000000000000..0f40ef0e6ff14ff50c01af9bfd22792edeed5d11 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TtPJx;TbN zOnrN5H*bT10ILCaYUs1QS6;5z$#WZn1z+#2 fe|N}Z(_zk6re=ly0cv$Xa~M2b{an^LB{Ts5V)Q+w literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/entry-border-active-bg-solid.png b/themes/Mint-Y-Moka/gtk-2.0/assets/entry-border-active-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..d20b543d4a4191951717f21dac9744c6582e4219 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}2l#}z zKD_$$(Y0q!Za#l{`^D2cK=ktcn~(3`e*F6B``6Fkzkd7v@87@w|Nnpaxxxgf#nRKo zF+}2Wa>TO}49rTAJf54+A2{G=%68hA!=Tkss&o6qM)uC~1c^@pwXZvcggh2*ah}Vl d$>O@2;p@dKcE@^5P6G{L@O1TaS?83{1OO&xVm1H( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/entry-border-active-bg.png b/themes/Mint-Y-Moka/gtk-2.0/assets/entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..2c091c999dcb4fff00d0c1645e7391a04997d235 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6HXu{Y0(?ST zf%L0auin0W`~1=CmrvimeEjD5<2SFKzI*lX&669?A6|X>=-RWVw_iNH14J+1zxnw7 z?Z>a*zNegh^%JO*t0c%Tn1P3{q@=98yz)2iod{8&sJEw!V~EE2x0g0DHW+ZYTs-We ztRVC){u(1wEm!^TQ`RlBPfeP|KF2z-)33~iH*>n9rg{)Z*OTS4D`$NQh&Z1qF~_}Z g_H6a8&3ldQmONu=xYAsE8)z(pr>mdKI;Vst00s4ZCIA2c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/entry-border-bg-solid.png b/themes/Mint-Y-Moka/gtk-2.0/assets/entry-border-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..16d1f6420f104ed9e051b9a203169ff6d6ba2e02 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zogcyqV(DCY(S>!2Ka=y z0_j(;UcG($_RhU~_Z~dBfB*hnAb$7|NL;>r`TY6w7cN}5e*OBZ*RQ{R`z}`WEDxxG zt0c%Tn1P3{q@=98yz)2iod{8&sI8}qV~9j}az%BOD9@Xn#|th`WMp%BZX}cD&>+*+ z>tU1G#_D0SF7br(x3y-61y$mB51)0ia8J@>_Tpe-DDPL5W{Ey14m60t)78&qol`;+ E0Hca#V*mgE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/entry-border-disabled-bg.png b/themes/Mint-Y-Moka/gtk-2.0/assets/entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..7d468a5c2d320c5ef24098143e3fc7940eed60b3 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zK6>=%@#Du&pFVx|?AiMdA3lHi^7Y&IU%!9<{_}^S!+bYTnUSZ9V~9j}vWH55*ne225%i264(k=;uM+Lh1MrZdzopr06mUQssI20 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/entry-border-fill.png b/themes/Mint-Y-Moka/gtk-2.0/assets/entry-border-fill.png new file mode 100644 index 0000000000000000000000000000000000000000..15f67464afbfc0e57a0bf88cf6652732d3b6c15f GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^tUxTm!3HFa)Xf(FDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0xGo-U3d s5>u1^{Qv*Ip3USyi=Kg&#T^#L|EF1W7S(TS2P$FkboFyt=akR{05H!gI{*Lx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/focus-line.png b/themes/Mint-Y-Moka/gtk-2.0/assets/focus-line.png new file mode 100644 index 0000000000000000000000000000000000000000..c06f317b319dd6f97549c7755ff72d5655247f6e GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=mSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt)QPE{-7_ zGn4leJUk@DR??tX@$gWqsgJ}e2?>b}Tt-R8!VE5aJmto9D*u7189ZJ6T-G@yGywo4 C4=acO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/frame-gap-end.png b/themes/Mint-Y-Moka/gtk-2.0/assets/frame-gap-end.png new file mode 100644 index 0000000000000000000000000000000000000000..8d253648946d582949bf9f52bdd6ecd10556e423 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!2%@Xw6`;Y1d5$JLpV4>-?)JUISV`@i-D@I zgD|6$#_S59pk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MZBIajv*Yf f$vgi4-^I+pk;C*YFo1UsP=dkJ)z4*}Q$iB}PiG_H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/frame-gap-start.png b/themes/Mint-Y-Moka/gtk-2.0/assets/frame-gap-start.png new file mode 100644 index 0000000000000000000000000000000000000000..b575a6e0b430bd462cbbfb16e08289a613887f61 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!2%@Xw6`;Y1d5$JLpV4>-?)JUISV`@i-D@I zgD|6$#_S59pk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MZBIajv*Yf f$vfT^{I_RdyT|lRxsGQpP=dkJ)z4*}Q$iB}Q_v(b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/frame.png b/themes/Mint-Y-Moka/gtk-2.0/assets/frame.png new file mode 100644 index 0000000000000000000000000000000000000000..82945e9d57bb06d56304fa15eb661364e8de829e GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2xGmzZ=C-xtZVlH;_4B_D5xc$)o0g%gC;1O92 zRDKbP0l+XkK DxZf|v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/handle-h.png b/themes/Mint-Y-Moka/gtk-2.0/assets/handle-h.png new file mode 100644 index 0000000000000000000000000000000000000000..d93ba9e16478937a35dc17db7342cb61cbc1af7c GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^59gP2NC6c|dAc}; taLi0jP+&KhXJ7x%o*4)(H)tJWW|-Z}<)@Pxun4G%!PC{xWt~$(69D#lD1`t3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/inline-toolbar.png b/themes/Mint-Y-Moka/gtk-2.0/assets/inline-toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..6094d5fbe6d8dc5a9c1bc7be0bcfb630a65a0e18 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H z*SmM`e)#ZVQzXx0popNSi(?2!bn=S-|N9dc7zi*hoOSVKwThGJ1WGb^y85}Sb4q9e E040epXaE2J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/line-h.png b/themes/Mint-Y-Moka/gtk-2.0/assets/line-h.png new file mode 100644 index 0000000000000000000000000000000000000000..8320e2a623debca401925e540d1512acf006f1c4 GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-aSE{-7_ oGm{ezopr0K}3gSpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/line-v.png b/themes/Mint-Y-Moka/gtk-2.0/assets/line-v.png new file mode 100644 index 0000000000000000000000000000000000000000..c13ee45c94378510c7830064c47c9715f83986fe GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-aSE{-7_ nGn04J|NmFd1_Wws8Vn5P&zR@i-g49dDq!$*^>bP0l+XkKgT*DV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/menu-arrow-prelight.png b/themes/Mint-Y-Moka/gtk-2.0/assets/menu-arrow-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef6a640fead0ab219d24110bfffddcc6e761174 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3-qX^pA1^Ddu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7vjCqE zS0Ei58yg)R4J2b?VjyfF11JI~AyP4Mi7~NBKtUiVUOP7ss8g^c$S;^7BP%bzu(+h6 zs;;4>zopr01sYLT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/menu-arrow.png b/themes/Mint-Y-Moka/gtk-2.0/assets/menu-arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef6a640fead0ab219d24110bfffddcc6e761174 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3-qX^pA1^Ddu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7vjCqE zS0Ei58yg)R4J2b?VjyfF11JI~AyP4Mi7~NBKtUiVUOP7ss8g^c$S;^7BP%bzu(+h6 zs;;4>zopr01sYLT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/themes/Mint-Y-Moka/gtk-2.0/assets/menu-checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..bb3dda2b11ad98f085baec47b93c182400a10c68 GIT binary patch literal 302 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP?1@HPl)UN zOV1u$e(>Pdvj^9nJh%cx&mUcV_T=XC=XYMdfBE6thi^Z={P^|l*RLNy^!wMZ-@kwT z{{R2~_Zz$PfhGu*1o;JPXlmBf*7hKQ?TH)D0cCwWT^vI=WLXa~G96OjVc9S{!AkVP zzyF)nDs33gXbUqaGbk`@jb{ni&HpfNX<2>uhnM&F{uXgs`_7KlajhLI(^owO1_hw9 d>nsMJ*jM~vSteCm^$ln)gQu&X%Q~loCIAaYf5`v< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/menu-checkbox-checked.png b/themes/Mint-Y-Moka/gtk-2.0/assets/menu-checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..a65ef96022e919b841e492f151a5637cea493350 GIT binary patch literal 317 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP?2|lPl)S- ztIr=?d;H+qlZRKI!qKB^&mLcY_VniSr?*}_yYuqJ{nsxaym|BF-Iw=Yzkm7h|-{17yOQ5lAB|(0{o?hOM9zRL=>X--=3G#Gt4B?Pv zJ;=$_WFWw@!7*#i*L6(4|4*Owq=fClG!uq3j0KJi$KHD~B(LXx`0>@Tu+75vO!K49 z_8Dxm$|~bH7Ff;R`1?B-3&Rq|gtM0z*8F6Ct-_jYWANfU&~ye*S3j3^P6~}U&Kt*x^J|V8> z&!4|=;ljm>7yp96@87?H+;iv70m=XW|IcXq@e!z!t0c%T*uc=JsJNuDsi)_5-;;Qt zsD`JDV+e z2Vq7hjoB4ILCF%=h?3y^w370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iisC(8978lF zzU|$}+u*=+gy$67lr;z3&M@pYxXJl9pV4Q6hrhqGl~l~_BK1r*vxEn8xg#c)?5fV> zytCKCibvv%PVvDrY7KVE_CFWa_j4mwcw4&UK?FxwC&n7>EiqD$ICm|B!N~j Nc)I$ztaD0e0sw{MNBRH& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/menu-radio-checked-insensitive.png b/themes/Mint-Y-Moka/gtk-2.0/assets/menu-radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..f2e72b09017922573610e9b48a8aa4b60fec5b3c GIT binary patch literal 366 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*He*Plzj! z{{R2~s#U9=Uw{7K;)@qIUOc?@^3ml-4=z7@aQ)eXE6*NYee&Sy;|EutJ-qz*A&7kP z@ETD3$%8A;A6|X>@Y>UdSAgX6M^~RcyZ!vfmmh!s{skK7J8|v(J?Wxv9+~z9i5#$Advm~)C{1)1Wy;o5RT~39!H@j1BN3>tQS`;2r%68 z_rJBRg~GFGH%~H^^ndX?%-K-z)tl#lmej(}?x%xei%xdmntUZD`|PVDYombbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*H4vPlzj! z{=fhKnKNe|UU~ZP>a#~cbnV&W>(3utdHUe$GoZ-Bt4|(Xefr?qQ=rJhs}KYfgtHMM zPj9{W{`trEFF*eN{rB(hzyJUL^X*WY4zxg`B*-tAfrZuD#@5b$>a^)Imo8hrV&$sG zPoDnx`Afaz3bT@ZS{Po;P_EoMt4apAglYrJSc)I$ztaD0e0sxyiu;c&$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/themes/Mint-Y-Moka/gtk-2.0/assets/menu-radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d04294941060fcbb0a95e0a527d21322510cc0 GIT binary patch literal 420 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*G`sPlzj! z{{R2~`Sa&5Uc7kv^y#x;0AvG2E?l_q6%2m-`0?Pu10eJB=g&a${{8z8A3g+<*REZ= z4hBHRl`B`yojV8A0%QXX1hTJQz54g>UmzO-fFeLMA?&_iOtXO&tCs}%1v4-yC@KX8 z1xLqZWM*b%WoPH*6_!_2RoB!4K^+jZwsmxN_S|2&nIEVn&(p;*ghST!Ag9J| z{1IGwTh~q1G7CKMw|~W+eP&`Z{yO3liAI}r-}ND6>4Y6 zPw>2w?Y45!EAg2wx}1d~rYt+2yNB6C9*B>SvMXoksqYV&{&=x*MvjLnEB6ET{VxPe UpIve~3ACBP)78&qol`;+03L$PqW}N^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/menu-radio-unchecked.png b/themes/Mint-Y-Moka/gtk-2.0/assets/menu-radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..1a297dd6afc7ddc41393339fdec415ad2df05dd3 GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4u6ByT*@`3|I*ik&<|I5oc5!lIL8@MUQTpt6Hc~)ETRdGHLnNk_ zPH^OFG7xax{UD?%Zjyi>Lj@P(%@@n|>#Z@=YjD`f&>A6r#mm6$;P%>?KaJ;4n0R?s zp5lUl%^j9cd~*!v-%l|z`L$4b<|moBoZhaVsjH&@EDnnU#UU8f(R-9Qu3yib8;(Sn17}lOl|X=ayb8dU$B6rF@)Y{XeUq@+@XK x@z^w@s|rv4#Q=GaS#w%e__T{Q6;6G~xypm%>lr`uI-vU*JYD@<);T3K0RZynb#(v$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/menubar.png b/themes/Mint-Y-Moka/gtk-2.0/assets/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..dbf51c1d17a5525bb9667316921064ed254ee53c GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H z*X!4>KY#vw<+tP~KoLPt7sn8e=;S}=4;(mRU?9Q5(D#$k*7je_LZBprr>mdKI;Vst E09{5gnE(I) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/menubar_button.png b/themes/Mint-Y-Moka/gtk-2.0/assets/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..d3d7aece13566ca8e46856af73685bd6bcab37e0 GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ$P6U4SA1Irq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@|R21^9%x rKD_!=xpV=@AZ||=#}E$LlpinR(g8$%zH2dih1^v)|cB0TtlHvGWhQ`+ymZ$?Y OGI+ZBxvX-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_FfKQ0) zg$oxhUc7kj+`02G02Bdofh15MCMKr4yBo;(^5x6_|Nmo!Ey{ozxk`fkg4NXb?%RL* z%-Qe%tlPiu0E(J;x;Tb#L?;W(FMf8$gpuuj`TKi&Lla&w2fde)IM=v>x!~2;RaZT1 lI%GnY>blIAxG-fU4@0ShVP^DxZE>J}22WQ%mvv4FO#tf0XXXF^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/notebook-entry-border-active-bg.png b/themes/Mint-Y-Moka/gtk-2.0/assets/notebook-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..c2c63a55ee241c7ce94a417826d189be71d85539 GIT binary patch literal 271 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S~+t*Lu{{8#M%k}03P!C5* zkY6wZ4_`@HdFAik^l}lPn60OaV~E7%@dM8?D%u2+a8`$1wf3yt`UJmJrY&22WQ%mvv4FO#lY- BY~TO@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/notebook-entry-border-bg.png b/themes/Mint-Y-Moka/gtk-2.0/assets/notebook-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..4a47fbfb1cdefd6ed4ecd8e9a58cbf6265d0716d GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}2l#}z z0_j(;UcG($_R*t9kHO%{lP6cMTseRK{Dlh_Zr;54;lqc2|Na^M&v^h;%25*J7tFxJ zS5j79`MWp0Tm&d)>FMGaA`zZ!v3CNL rr}D(Ut1jG~ZyO8xB21aRIG7mj9hDQ_vc@+SXb6L+tDnm{r-UW|gcyqV(DCY(S>U1^9%x zK7IQ1`Sa&5U%q_x>ebh8An^VB_g}w%|Nism-@kuX1g_l$sxm9m4I2R82BBRc`#gg+&lUE@fuN}ZU#?R KKbLh*2~7agA69Mv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/notebook-gap-horiz.png b/themes/Mint-Y-Moka/gtk-2.0/assets/notebook-gap-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..e14fe4b2b1a25a662125f793ad49fb8a8bc2edf5 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^EI`b}!3HGjSJWnh1d5$JLpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TqdRx;Tb# n%uG%If*<^>JV4;Xlfl4nx`O@pCL@JBpb`d8S3j3^P6gTe~DWM4f D%mgqr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/null.png b/themes/Mint-Y-Moka/gtk-2.0/assets/null.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a1600a657945ee95d0c3a620dcb7689c949c9e GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^{22?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4V4lptcyp7EIZ%?p)78&qol`;+01F5sS^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/plus.png b/themes/Mint-Y-Moka/gtk-2.0/assets/plus.png new file mode 100644 index 0000000000000000000000000000000000000000..fafcd101a550c387d91c5e55f0e6e940feb7c91e GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-t3?!qQvP6LtbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKQ0) zg$ozXqk@>2nC|ZGo}M0{@Ru)N{{R2K;_U86K=o`TL4LvIl~td={P^=Vdjn9!)YHW= zgd;jRV6J8Hvk*qM^>=rdzc)&l!Mmi)pCRbB;uSN4t+u+do!hI~UHH}rt@0O1;bLa^ YKU;mrCWHDLKm!;&UHx3vIVCg!0D#+F`Tzg` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/progressbar.png b/themes/Mint-Y-Moka/gtk-2.0/assets/progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..3b6a315192cb4dffc01a5ad7995d2d8d73e16b42 GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^96&6`!VDxIuXC~kQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ex&b~R zu0Z<9#V7Y}JiUME*~6<(A6;M*jC^3UP40Rg*(IA qKc^$Y4}9nie9dt<$!*yh4ta*Z3l*oi^~8a^%i!ti=d#Wzp$P!t1aAuf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/progressbar_v.png b/themes/Mint-Y-Moka/gtk-2.0/assets/progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf8de48f3296b855b964b656f640f36ef72d37b GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^azM<%!VDy3CI*QEDdu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7-2k5u zS0Mf5;*)zfp5DLo?BUg?kFGs=boJ?jt51P!7y^kyP%~5J5ugUXk|4ie1{rmYm220n z-|*)BhmW5)nA0xxa@-O^YFZn9q nhrh&@fFHt=Gm0kcaA#ro?wfwlYTi60pmqjNS3j3^P6-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkiH56uWlT9{rbl1dzT+SzWn&!l_yVbK6!HM$)hXJ9$kO-`0BFpk)M~%6KtYot8$rkeR_V-^m>?jnD0U;7ze_FF((W@n~pFf6~vb`-eZ6MQn>W&}s%x LS3j3^P6-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkbZvq`JIa|?p=QQ@ahu?dUWmSqifF|U3vE4Di8q$p90aNt4|+X12NFhtA}r1J$(D; z*PlPX|NQ^|-}wCR3qV6fOM?7@8AQdzLqfyCo0?l%&z-+;@#Ck@U;e#xdNBp4Am7u) zF+@U=^`Il)Ap;%;19Qz1p%4G-l?rd{T6TkhLF&mw{_9raQpdCp{@v|yOua#3b4!hB z!#BQ%9t^)Oly=-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkiK~F;{N^nuU@@+_Uzen=gwWYZ~@48^XARVmoI?~AQve3_wV1|zkdVC|NsAAyLJtz z7^n*<1q49G`Sa(2;y@Cj0LW(GTDJ*kv}{R`UoZnV509R{yGLeLVPR1T&@r`j4UJ7L zt*vcsZ9R`27A^oPEb(-443Ut`Js8c`tRUiWFxXK}t81Fr(cS+`w<)&hr&la_Qxm&6 z)Fip+;lAeIJt2?fmUiua=D$?K*N1C^pH+IJs)x9kg7`}>wtdS>(%GIV#6~bYUiz6$ z;*#3gS#1BlZ1mhJH_J<1-i!0!+Dta%r#3Ui{p(6Ad4C=>eHH?=pTX1B&t;ucLK6V9 Cxvmue literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/radio-unchecked.png b/themes/Mint-Y-Moka/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..c5f29df7491ac1898eb0ced3acb504c763201a65 GIT binary patch literal 404 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkUn$f%(-*tE?&F{B!S@k`STaR0LXs*`t_?9gP2NC6e81o(uw z0_m$)uin0W`{C8653fCac;zXG0Y%Rsj2m)J|A6YaOM?7@8Q9p{J370bJbm_D;`_{r zKw%S47sn8enaK$YSXP|9$IEKX+<52B-GU9QCt`aaykja#SKe{E@lFOyx$%V6w|F1F dEl@ct$Pgr8=;(c9k{nP!gQu&X%Q~loCIE@9Vle;! literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/slider-horiz-insens.png b/themes/Mint-Y-Moka/gtk-2.0/assets/slider-horiz-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..619bacf5ee778cfb29f4994a3463fe2bf5cfa630 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_p$%|KGlS`xO|x1_KBiPFk8>;RmYYE(!7rW?*A)@96A$^7PqriSIKf0)rU|DhY9xtmkbK{*icMCSKo`~&z@Q$e{U3tgt#yc4-<;D|M-{O7zwm{{qAVZLV Vp`-VaNpe8_44$rjF6*2Ung9fcV+#NP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/slider-horiz-prelight.png b/themes/Mint-Y-Moka/gtk-2.0/assets/slider-horiz-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0185f169ad3a9e9ee38c7d4912df5e1b9a0eff6d GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_m$)uin0W`wAFbx^(F>7{D1oUPj!b<3M%XB|(0{3~cP}9i3fIo<4gn@qOk*ps9gP2NC6e81o(uw z0_jz&R&Cq1ZTt4^JHTKk7(mz%(!}$@O`tmNk|4ie1~&Hgj?S(pPoF)P_&#$YP}s!N z#W93qW^%#;mKA63@v>SoH{N-3w_pS7iP+u;@0g0xm3Q23ypzFFZaiW2E#Aj(3slYu ZG6V@2I(i?OBnQ;b;OXk;vd$@?2>>%iT{r*$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/slider-insensitive.png b/themes/Mint-Y-Moka/gtk-2.0/assets/slider-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cecb83d6dd3231ceebd32fce140cc8a7f14dafcc GIT binary patch literal 408 zcmeAS@N?(olHy`uVBq!ia0vp^{2(|eoJ$w4}`Sa(mo;`c<;>9bVAP_u(P(Uf5^s{GAo;-Q{7>t0d zCr=*%!Q;musprohJbd`z!NU(9K7RNJ1fM>A{`~XTuitJ*;XAUwc+m#H0cV+f7|&wr`&_Cf)iX#NM74C@fVI z$-CcSkz3jtPv2jSF1=?eHcRbW$eZQFYyPgPb1$=vtF5cn#Gi^AR32WKZn5K;r}o`! b_6Ph5i$t65Z{BbX=mG{$S3j3^P6J!>dn$=)sjI53fFZaP7&1t3U==jFeJ$?YRK&~XnFPMReSy4$jJR&k`&)$9e_8&NS{pQVE z@85s^{QJ+JKYza-=>>T@%hSa%ghST%AiGer0T0Uo;Tf}>#JiH;{Xc)?fI)?L;I)!h zU!%GGj_&!CFxffe#WC*y_LR@Zq9s_*o@x($G4q$h%%~6Puh>(w9FK=|-}9l%jfui0c~aQboFyt=akR{0D3&UzyJUM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/slider-vert-active.png b/themes/Mint-Y-Moka/gtk-2.0/assets/slider-vert-active.png new file mode 100644 index 0000000000000000000000000000000000000000..195890cf0d25018f3164f9a5cefaca21a186804e GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkiL5L>h0UNA6|X>@Y>UdSDu0xQ1lGKxFP5C52%j2B*-tAfsMVrqqFPD(`U~mzR#Qp z6xR22aSY*zPEI($kY&t#u;kl2-Gr*I?_v|GzQ4QM+%<1+we^g?dwV5)R+m{AB``27 XsW5b$e{YF4P%DF{tDnm{r-UW|UPxfs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/slider-vert-insens.png b/themes/Mint-Y-Moka/gtk-2.0/assets/slider-vert-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..bec423255727632149b6d13616228190ccbc61be GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkpBPw|LxniUxC4EFo3Y(q@~#vexN$;k|4ie1~&Hgj?S(pPoF)P_&#$YP*~s7#W92< zIyvD0LzXe~!IE$9bQ7w+zKcz$`u^^2bJx7R)z&lm?(LQISzTsfl)%8Sq{7f~{=FsI PK&=d(u6{1-oD!M<)X-tG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/slider-vert-prelight.png b/themes/Mint-Y-Moka/gtk-2.0/assets/slider-vert-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..95e2df152d4745781590376df31ca0156687910f GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkiL5L>h0UNZ{ECl3k+`DxB+A%gME*TRs+>>mjw9*GqAC@cXW0=dHU?R#P^vKfx`Np zE{-7_(a8x17_y9+50-p;r<+jq^<8X2)%SOIo4e-it+t-gcW-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkY2TF)wXThwr}6Q0}OV80fY@9O*|jm1ghgM3GxeOU}JCZ=dZ9Sv!-d;(c)nyh&2@DKNDhwUx T-&>*$)XL!L>gTe~DWM4fAiP`P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/slider.png b/themes/Mint-Y-Moka/gtk-2.0/assets/slider.png new file mode 100644 index 0000000000000000000000000000000000000000..4c9d301203975346469723cd7918633ff2c19abf GIT binary patch literal 403 zcmeAS@N?(olHy`uVBq!ia0vp^{2CU%q?= z25;WHdHeS5&!0bk{rdIq-#?)F{r4Cdfi}sM1o;IsFfl7CDThZyM(x?VZ~uXV*Kgi> z|Nism-+%u6`8)B1Ni|Sixu=U`2#2ie!EPaE0|C|x(vPlcCAqfdP5S$P{+h%y^O}P% z@@~1f+;m6C=Tn;Q-_AV>xv02(u1>(2cAF;S7h!?>4xU)FgIzVS@ZdDpr}`S5UEFM9 zU#k~>T~x#SxU90}B*V0(J4{n8BA;76J5i@qXz1%Ny*Hcr0srE|A{G9pmKg$_z~JfX K=d#Wzp$PzIh{bdO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/tab-bottom-active.png b/themes/Mint-Y-Moka/gtk-2.0/assets/tab-bottom-active.png new file mode 100644 index 0000000000000000000000000000000000000000..fe63df9ae83defd44c79c124388dfbee84066380 GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch>)j?V+cod@(Q33`{4v72L=ZBvJ|I#I@O*)Sq4v6KbLh*2~7aQ Cq%k`H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/tab-left-active.png b/themes/Mint-Y-Moka/gtk-2.0/assets/tab-left-active.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b43face9ca1530d2ae0fd7c1757ef7c50a0026 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch_I)NV+codasor+FQ6!o7!wOamQSK>WRk*UpfrQ0tDnm{r-UW| D+-)$N literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/tab-right-active.png b/themes/Mint-Y-Moka/gtk-2.0/assets/tab-right-active.png new file mode 100644 index 0000000000000000000000000000000000000000..43eae963f2de1985ed7182efa5f258fde2d7dc3e GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch=`|)V+e)j?V+eoc5!lIL8@MUQTpt6HXu`t1AIbU zf%Mg@S8w0Gedp@Ed)FV_zwz+ywfjKw{`H3suRghX^XBdAcW&RfbN}k2``3Wz@x!Z6 z8~A=t0BYkZ3GxeO;NdGNDJw6p{LOnOLKGgcyqV(DCY(S=J1^9%x z0_m$)uin0W`{KommoHzwa^=dUOP7EoQ1HTq3+KP8gklNJ!~}F zSUqgkC7y8pwpQ%0m`a@K;ge1l?n!*iUK~seH%(M@!)Bcl02;*L>FVdQ&MBb@0J8C7 AHUIzs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Moka/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..5f852a5632cff753bb23417becfae550aebd0839 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw zUcP+!%9SfuuU@?d1lK{}#*G^{Z{B?S?%mH{zkdDx{rk_K#zJF1|G^E&G?+M}=$p-@sV(@hJb6Mw<&;$UIW?KIM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/toolbar.png b/themes/Mint-Y-Moka/gtk-2.0/assets/toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..714890a4dc6f9c4edc7dc68b548e2bafdd555b33 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H z*SmM`e)#ZVQzXx0popNSi(?2!bn>6`2M!!DFpywj==;fNYx^%|AyAUR)78&qol`;+ E06mc~+5i9m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/tree_header.png b/themes/Mint-Y-Moka/gtk-2.0/assets/tree_header.png new file mode 100644 index 0000000000000000000000000000000000000000..a6b8c93261410791e93e8513299c685bacc9b1a9 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^Ahrx6GmuOw-ctdjn2Vh}LpV4%Za?&Y0OWEOctjQh zm0t&8MkkHgAT^RDt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TrhT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE0Df>_1V2^&+cD;{_xt^mPS;hbW literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/trough-horizontal.png b/themes/Mint-Y-Moka/gtk-2.0/assets/trough-horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..b784550e52621cd95f44f735db105d707c19b17d GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^NhT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE08{O=FGWs=guR63l}b+i5Q2zk^w5^DGBlmW{{It*tu)>p1q$w|CG(%8w?cJ_jGX# zk(ipCus|_kogFjtZIJ^?GU);ej5>!}Rg8dSpNbHJSYlTjcaGqKrOk{5!aBt%k*4WD Otqh*7elF{r5}E+SD_BSX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/trough-progressbar.png b/themes/Mint-Y-Moka/gtk-2.0/assets/trough-progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..c833b995a20558ec7d676759ea07e54fa063ac58 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^AhrSvGmyNg{pB8zVlH;_4B_D5xc$)o0g%gC;1O92 zRDK3 kyWWg!Y+H@{0?L^g*6&W2IksFj0B90}r>mdKI;Vst03p+CV*mgE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/trough-progressbar_v.png b/themes/Mint-Y-Moka/gtk-2.0/assets/trough-progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f2dcce3d33f20ec7cd3078902c6af4efce2e47 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^3P8-o!VDzUlO3l6Ddu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7-2k5u zS0H^649=W6bN>AKbLY+hNnGIAjP8j*4SXd*e!&bf>KZH8u3Nw1&HE1@KXEXpUk1w9 zd%8G=aLi0jIKUwG{ocWYx0Tq~o|V3za6p@tt*=}|p`lSc^Z~=J18i(%A&l&7Y9h|@ lTm}X!<~o14Z;@oh&ETY-E~D^6={C?P22WQ%mvv4FO#t=GX!QU9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/trough-scrollbar-horiz.png b/themes/Mint-Y-Moka/gtk-2.0/assets/trough-scrollbar-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..e95ae2a07e792139921936c72ec44e19dd4c64c5 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^{22?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR42?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pSv;urW zT!Hl6tIzITdv^c&^M}`-KD>$(H83ci0IKFK3GxeOkds%~xoh{Hy`R7Q`04PaFC8dh z;OXKRA`zaPpulSouIeZuQ@-9&!lwMagT$Wl_k2Zc=kMMYVEcV{wE$c25@qI21_pm_ Wjq-(p91nnc89ZJ6T-G@yGywn{-(o%h literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/trough-vertical.png b/themes/Mint-Y-Moka/gtk-2.0/assets/trough-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9af498a8a9fb16d0c1bd9a5dbed4f1ceef0df2 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!HkNGiT17J9i!lT)1!nO#~>}vHZtZplaTdAirP+IeCShyLRu{`}xa{pAKL8(t#2N zo-U3d65+`S3cLp4s*VyePG3$O(*QD*LBVDRVG VC|@YZ@c^io!PC{xWt~$(69A=IVUPd- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/up-background-disable-rtl.png b/themes/Mint-Y-Moka/gtk-2.0/assets/up-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..6e5c2ce4b17bedff2da141a0c75c99145b8b64a1 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Bx;TbN zOnrN5BX5HN59>waUtY u-AYB(84F&8^|hH!9j+9gP2NC6c|1o(uw z0_l7A?mc?+=-s<_KoSUk{r>&?&!69dJtaUn){-EgTe~DWM4f+;T?f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/assets/up-background-rtl.png b/themes/Mint-Y-Moka/gtk-2.0/assets/up-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..3f6060603143a930d105b351f5bc913a26e627ea GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Bx;TbN zOnrN5BWHty0PDq{O5ukNr8ebeERVW8?F+AofyFhpIVqFW8_vY2$ZjiNV3@(Sq1Nrl ut?K+qZtvPAZR29}Iq&_YZT{a4Z#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tl&$x;TbN zOnrOCP_V&)hv6VMt6b1SMW%peZ!4Z7Od^Jk69WvL58AWssCs_nZufV;gw?B#p5a>+ zm=@;p=G{Ifo?dCCrd56i?zEb-9rOS3rv0womvg#Fwc_)8frc}9y85}Sb4q9e0F$mm AQUCw| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/gtkrc b/themes/Mint-Y-Moka/gtk-2.0/gtkrc new file mode 100644 index 0000000..cfdce6b --- /dev/null +++ b/themes/Mint-Y-Moka/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#4a4a4a\ntooltip_fg_color:#4a4a4a\nselected_bg_color:#9ab87c\nselected_fg_color:#FFFFFF\ntext_color:#4a4a4a\nbg_color:#f0f0f0\ninsensitive_bg_color:#fbfcfc\ninsensitive_fg_color:#a9a9a9\nnotebook_bg:#ffffff\ndark_sidebar_bg:#454545\ntooltip_bg_color:#fbeaa0\nlink_color:#5294E2\nmenu_bg:#ffffff" + +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +include "main.rc" +include "apps.rc" +include "panel.rc" +include "menubar-toolbar/menubar-toolbar.rc" diff --git a/themes/Mint-Y-Moka/gtk-2.0/main.rc b/themes/Mint-Y-Moka/gtk-2.0/main.rc new file mode 100644 index 0000000..72255a9 --- /dev/null +++ b/themes/Mint-Y-Moka/gtk-2.0/main.rc @@ -0,0 +1,2441 @@ +style "default" { + + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkWidget::focus-line-width = 1 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 2 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkEntry::state-hint = 1 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 15 + GtkScale::slider_width = 15 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkExpander::expander-size = 11 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @insensitive_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # For succinctness, all reasonable pixmap options remain here + + engine "pixmap" { + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image { + function = ARROW + overlay_file = "assets/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state= PRELIGHT + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Option Menu Arrows + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image { + function = VLINE + file = "assets/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image { + function = HLINE + file = "assets/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image { + function = FOCUS + file = "assets/focus-line.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + # Handles + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/plus.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/plus.png" + } + + image { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "assets/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image { + function = SHADOW_GAP + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +style "toplevel_hack" { + + engine "adwaita" { + } +} + +style "ooo_stepper_hack" { + + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + +} + +style "scrollbar" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-horiz.png" + border = { 2, 2, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-vert.png" + border = { 3, 3, 2, 2 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-horiz.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-horiz-active.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-horiz-prelight.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-horiz-insens.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-vert.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-vert-active.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-vert-prelight.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-vert-insens.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = @menu_bg + bg[INSENSITIVE] = @menu_bg + bg[PRELIGHT] = @menu_bg + + engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator + + image { + function = HLINE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 4 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = @selected_fg_color + + fg[NORMAL] = @fg_color + fg[SELECTED] = @fg_color + + text[PRELIGHT] = @fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "assets/menuitem.png" + border = { 1, 0, 1, 0 } + stretch = TRUE + } + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = SHADOW # This fixes boxy Qt menu items + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "checkbutton" { + + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + +} + +style "entry" { + + xthickness = 6 + ythickness = 4 + + base[NORMAL] = @base_color + base[INSENSITIVE] = @insensitive_bg_color + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_entry" { + xthickness = 6 + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/notebook-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/notebook-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/notebook-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_tab_label" { + + fg[ACTIVE] = @text_color + +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 4 + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "notebook_combobox_entry" { + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "combobox_entry_button" +{ + xthickness = 6 + + fg[ACTIVE] = @text_color + + engine "pixmap" { + + # LTR version + + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "spinbutton" { + + bg[NORMAL] = @bg_color + + xthickness = 6 + ythickness = 4 + + engine "pixmap" { + + image { + function = ARROW + } + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} + +style "gimp_spin_scale" { + + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "libreoffice_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "standalone_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + + engine "pixmap" { + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # How to draw boxes with a gap on one side (ie the page of a notebook) + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + + # How to draw the box of a notebook when it isnt attached to a tab + + image { + function = BOX + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "handlebox" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" { + + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 + +} + +style "combobox" { + + xthickness = 0 + ythickness = 0 + +} + +style "combobox_button" { + + xthickness = 3 + ythickness = 3 + +} + +style "range" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-horizontal.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-horizontal-active.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-vertical.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-vertical-active.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + + image { + function = BOX + file = "assets/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + } +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar_v.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar_v.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "treeview_header" { + ythickness = 1 + + fg[PRELIGHT] = mix(0.70, @text_color, @base_color) + font_name = "Bold" + + engine "pixmap" { + + image { + function = BOX + file = "assets/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +# Treeview Rows + +style "treeview" { + + xthickness = 2 + ythickness = 0 + + base[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + recolorable = TRUE + state = NORMAL + file = "assets/null.png" + stretch = TRUE + } + } +} + +style "scrolled_window" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" { + + engine "pixmap" { + + image { + function = SHADOW + } + } +} + +style "toolbar" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = VLINE + recolorable = TRUE + file = "assets/null.png" + } + + image { + function = HLINE + recolorable = TRUE + file = "assets/null.png" + } + } +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + + image { + function = BOX + file = "assets/inline-toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "notebook_viewport" { + + bg[NORMAL] = @notebook_bg +} + + +style "notebook_eventbox" { + + bg[NORMAL] = @notebook_bg + bg[ACTIVE] = @bg_color +} + +style "tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + +style "eclipse-tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = shade(1.05, @bg_color) + fg[NORMAL] = @text_color + bg[SELECTED] = shade(1.05, @bg_color) + +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 100 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = "#000000" + XfdesktopIconView::selected-shadow-color = "#000000" + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @bg_color + bg[SELECTED] = @bg_color + + fg[NORMAL] = @fg_color + + engine "murrine" { + contrast = 0.7 + glazestyle = 0 + glowstyle = 0 + highlight_shade = 1.0 + gradient_shades = {1.0,1.0,1.0,1.0} + border_shades = { 0.8, 0.8 } + } +} + +style "xfwm-tabwin-button" { + + font_name = "bold" + bg[SELECTED] = @selected_bg_color +} + +# Chromium +style "chrome_menu_item" { + + bg[SELECTED] = @selected_bg_color + +} + +# Text Style +style "text" { + engine "murrine" { textstyle = 0 } +} + +style "null" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + } + } +} + + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkTreeView" style "treeview" +class "GtkToolbar" style "toolbar" +class "*HandleBox" style "toolbar" + +widget_class "**" style "menu" +widget_class "**" style "menu_item" +widget_class "**" style "checkbutton" +widget_class "*" style "combobox" +widget_class "**" style "combobox_button" +widget_class "**" style "combobox_separator" +widget_class "***" style "treeview_header" +widget_class "**" style "inline_toolbar" +widget_class "**" style "combobox_entry" +widget_class "**" style "combobox_entry_button" +widget_class "***" style "notebook_viewport" +widget_class "*HandleBox" style "toolbar" + +# Entries in notebooks draw with notebook's base color, but not if there's +# something else in the middle that draws gray again +widget_class "**" style "notebook_entry" +widget_class "***" style "entry" + +widget_class "***" style "notebook_combobox_entry" +widget_class "****" style "combobox_entry" + +# We also need to avoid changing fg color for the inactive notebook tab labels +widget_class "*." style "notebook_tab_label" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" + +#Fix GVim tabs +widget_class "**" style "notebook_eventbox" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# GIMP +# Disable gradients completely for GimpSpinScale +#class "GimpSpinScale" style "gimp_spin_scale" + +# Remove borders from "Wilbert frame" in Gimp +widget_class "**" style "gimp_toolbox_frame" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget_class "***" style "chrome_menu_item" + +# We use this weird selector to target an offscreen entry as created +# by Chrome/Chromium to derive the style for its toolbar +widget_class "" style "standalone_entry" + +# Eclipse/SWT +widget "gtk-tooltips*" style "eclipse-tooltips" +widget "*swt-toolbar-flat" style "null" + +# Openoffice, Libreoffice +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*" style "ooo_stepper_hack" +widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" + +# Xfce +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" + +# Fixes ugly text shadows for insensitive text +widget_class "*" style "text" +widget_class "**" style "text" +widget_class "**" style "text" +widget_class "**" style "text" diff --git a/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/button-active.png b/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd6865759433b710256f4b38e25f3231ff41314 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ((_>EamT z(fRi3M&3gPBCZ#I|J99XHqv%!n&jEA_K;D4fm7Bog=>>FJD7#mPSmK8j?U|gv1NX- zD{peK+?gEqH7hQ&#GH9!(f8Q)T>o>4#k;FjA5UGPk;(9l_0~C$wf7m;+}S%lg@JVy zXU#Uf=^vCItY$M^;mDg6(EN{4i`)8a`rD|Yq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/button-hover.png b/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..aa079ece8e7bf704069fcb3750ed5728bc700c49 GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8Vc#JKp4Nx=eWuvW>dKlZ5X8r*svh|*?4iK{MWu^R8N!zJO))$xvT|FIqv853 zI`yry)fsB<%R6x}7cfTEZ0a~s9DDt?MPD$pfYXlh*zz93ZAy<8&4^sRYWb8)3^B8f z?5mX+l$?4#rq6qBdtlv}*onGsl}F$G58WTK!bx;hK&#dl-wR1;?~b27o65a6r1aB~ zGd!Vl8`vF~Clvql)#P33vE!=lgSo~3n13+%pSSCbJAIG|=zIoGS3j3^P69gP2fQ+5z>EamT z(fRh;M&3gX0xlQr)lY{r3wm_iVRi6ObqHT3v4G)uieB;@9mZpd7ZnBXv@E{5r-b!F z>0LFYDo^$WOMTQH=)JVzIede`W7o4e+by35aX4gGr|)L(<8^R(!>ydZGWYtnaE6zc zr@Aqy=-z($J9B5q3MbK30j*kJ{4adz{@4+*?Q)DwPXE${m7m!zFf5tkx9#`Oi5fri dY*k|!;vP*hdfaRj`3&e%22WQ%mvv4FO#nZnYUKa` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/button.png b/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/button.png new file mode 100644 index 0000000000000000000000000000000000000000..9d50a7e4f6dab8c2c67c550ffb8f248308336a1e GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ()5>EamT z(fRh8Vc#JKp4Nx=eWsieU%6d`3lUIFH5?ZvQIzR3CoX;G0c3JIr zQDRVPS|xWThkwKB&jBgjf$gTe~DWM4f^AT|Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/menubar-dark.png b/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/menubar-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..299c550650fa3b0ccb2c20ff9e5fb239f828c05b GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^5aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0vUo-U3d z9-VK`Itns4a2!7Hn9cs{`ZfLm7sWdpay(~=zfpeFVdQ&MBb@00l@fPyhe` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 100644 index 0000000..23a344e --- /dev/null +++ b/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1,222 @@ +style "menubar" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[ACTIVE] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar-dark.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button-dark.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + + +style "toolbar_text" { + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[INSENSITIVE] = shade(0.7, "#dadada") + fg[ACTIVE] = "#dadada" + + text[NORMAL] = "#dadada" + text[PRELIGHT] = "#dadada" + text[INSENSITIVE] = shade(0.7, "#dadada") + text[ACTIVE] = "#dadada" + +} + +style "toolbar_button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "menubar-toolbar/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "menubar-toolbar/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "menubar-toolbar/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#414141" + base[INSENSITIVE] = "#393939" + + text[NORMAL] = "#dadada" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#2f2f2f" + ChromeGtkFrame::inactive-frame-color = "#2f2f2f" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*ThunarWindow**" style "toolbar_button" +widget_class "*ThunarWindow**" style "toolbar_text" +widget_class "*ThunarWindow***" style "menubar-text" + diff --git a/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 100644 index 0000000..5bd9a7d --- /dev/null +++ b/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1,166 @@ +style "menubar" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[PRELIGHT] = "#5c5c5c" + fg[ACTIVE] = "#5c5c5c" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#fdfdfd" + base[INSENSITIVE] = "#f4f4f4" + + text[NORMAL] = "#5c5c5c" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#d9d9d9" + ChromeGtkFrame::inactive-frame-color = "#d9d9d9" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" +widget_class "*CajaNavigationWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*CajaNavigationWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*CajaNavigationWindow**" style "toolbar_entry" diff --git a/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/menubar.png b/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..2be034ef3a8d8bbcdd55baf64b7431eec8a61e19 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<>&pIsg^%A{SJ3rka&((}XraT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-D;sd|UZ#>q}c}=V*$|&pP3f0BadZL=x85lI&nNHniZ`A=RX7F_Nb6Mw<&;$TR CKQ06S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/menubar_button.png b/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..78c8122e226f075afb51e3b0ae6ee728a869a198 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ!3HD+(^8%SDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-Hwl02V&)mx>yjE9YYs!^Lf!=Pql3Q8$85mxNGQDp2T$KP+%;4$j=d#Wzp$P!` C)GVO@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..54293fdf0ad2ca4289100a4744099a03b02634cc GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7mo@^o5)u}lQP4Pb_`s1fM;v%Rynk=s_I>?+gBXjV=?_1?4d>C>v?_^5 zEN@o5-2J-H%FowsORiqN_Ma1Px6@{)%9hH=O*(hCMoIqrpPsnlo&W#&aZ-U!yoWb7 zewozq>D9k4|9za2_VB#l_iwJFcK5y7-`1fXJ<}UIJ7;z_MjdSBT{CanFK%IDVdm1L zc^n2=7gxA07VC{N$+|dU%ZvN>>vPKhL;3|hW}ZbvY_(gt(V#RS0p-SglY6|-Rrk;&n}nGFZY_yl=%Af z>;KcMI*eZ2)-dMi{1~)#=ht^n)7!Y+-x=BL{5^}2!DM61qP_M~A;6$y@O1TaS?83{ F1OP#&xcLA8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..519e134b1090ad7b73802a45c968f615f3e831df GIT binary patch literal 406 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7l7_H=O! z@#uVeZNJyy0FmP#@9#YFZ=zYDhoKj{>&3HccUN}WHFM=PariayF9>+SyhDXw;f2uS zMIr2p!Mj~HJP3U?A$zH-bKmZgJ(4Xo@(*er_}EVh+7x2Qww~W(nX*Cp1;L38p&K`D zywa4s?$87+w=YGLt*-qFR4(4N?zY_PhNc7S|DO3AXTsyZ(vxk^ho1FS_Zs^iZ{Ah+ zh41g}VzI1WjhDnrKQ}$ITRGXsP2h}V$=>WRphn|#fl9`D?FCF)AXLvO$jQ9gP2fQ;Sm>EamT z(fRh8VHUF^PwPYTs7$TN!EX%Ct#)$}5ac<`U}n7HRqssu89#TedwpK+gw1(&2KCUtU4}+Q=SpWS z+iu(UKUDLn?emzEcLkkxY-{Rx@#vj{*UD{9a!aRZZFQ3?UEwVIDxm$JZb|)aU#a6C zSs6My09gP2fQ&uk>EamT z(fRh8Vb@^;f!2rW(anNKRyY4h@=Vz6z_BFihB8Z$0jG4#&f?66xyOWWue_wA`Lvbw zFMEZ&kLjxSzo*VL>{E7OF;rHXlG?dQW5G|M2LzC_3Oy6Mk<8n%4M zU3<0Q+}hIE`AI$dS7*-JT%32-h2`|7JKLL{RqpHLFks1dq0a~B`zfIS&zJ|ZQ ZCVZndL4i;6i4o9W44$rjF6*2UngC%6gFXNN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..24480b98111cef5c68227e9bdab2320057c0f087 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ+5!>EamT z(fRh8A>UyG9_PSmo2ICipZt41RkA}l;_a11FJu;X|7ZLWX4m()qR&u3@PyADNzWBp zE-a}%jjwlYcyGNecem)Py@&56rfCQovNC?SnX|TWrX}moV@ASr)c$N)z^a?!$Q^aT ze&Kh1Mb9tymOBbEPFk?)(B0(;&npkzUARg^iOJYGn|JHAXvIke#vL4Sdvk0{6#To6 Q10BcU>FVdQ&MBb@0MsdEWdHyG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Moka/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc822f001cd7ed843741d20d3128be0ecec9ebb GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8A=hC8p4NxUJt7wLy!?A!+-uIoPQ@;(Dbs?iteg-2XS~Ng%jL68`|icpx*l6N zxMT#nIJhiWm5|o4J9)k6Ws`$vW;rbtS!1cZl;!4k*~@R+3T0+9tnYZScjk1~=G}+S z%u<>^Q}T{1v!JQ<_4RST52qdqmwgq`Zgpkh{uU)B!9vM`dFo0`%^eG-6iIH$z5UrT zFm#P2^MTa!ovWN?NNTD+Nj-RXujY|6{w^&1J7)y$uHNk74smdKI;Vst0CK2y A+yDRo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-2.0/panel.rc b/themes/Mint-Y-Moka/gtk-2.0/panel.rc new file mode 100644 index 0000000..c877428 --- /dev/null +++ b/themes/Mint-Y-Moka/gtk-2.0/panel.rc @@ -0,0 +1,153 @@ +style "theme-panel" { + + ythickness = 0 + + bg[NORMAL] = "#383838" + bg[ACTIVE] = @selected_bg_color + bg[PRELIGHT] = shade(1.1, @selected_bg_color) + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + text[NORMAL] = "#BAC3CF" + text[PRELIGHT] = "#BAC3CF" + text[ACTIVE] = "#BAC3CF" + text[SELECTED] = "#BAC3CF" + + engine "murrine" { + reliefstyle = 0 + glazestyle = 0 + glow_shade = 1.0 + highlight_shade = 1.0 + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + textstyle = 0 + contrast = 0.0 + textstyle = 0 + } +} + +style "panelbar" { + + fg[NORMAL] = "#edf5fb" + fg[ACTIVE] = "#edf5fb" + fg[PRELIGHT] = "#edf5fb" + fg[SELECTED] = @selected_fg_color + + bg[SELECTED] = @selected_bg_color + + engine "murrine" {} +} + +style "panelbuttons" { + + xthickness = 4 + ythickness = 0 + + engine "murrine" { + textstyle = 0 + } +} + +style "theme-panel-text" { + + fg[NORMAL] = "#edf5fb" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = "#edf5fb" + + text[NORMAL] = "#edf5fb" + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = "#edf5fb" + + engine "murrine" { + textstyle = 0 + text_shade = 0.2 + } +} + +style "panel-entry" { + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + fg[INSENSITIVE] = @text_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = @text_color + +} + +style "theme-main-menu-text" = "theme-panel-text" { + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "workspace-switcher" = "theme-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "indicator" = "theme-panel" { + xthickness = 0 + ythickness = 0 +} + +widget "*tasklist*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*PanelToplevel*Button" style "panelbuttons" +widget_class "*Panel*GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*Panel*Button*" style "panelbuttons" +widget_class "*" style "panelbuttons" +widget_class "**" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" +widget "*dict*Applet*" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*Tasklist*" style:highest "panelbuttons" + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" + +# Fix gtk-entries in the panel +widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel**" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f8c791e461bbadd5ae8f70c23e86ab88438c4ee0 GIT binary patch literal 360 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkbZFW`GaeZA6$F#@aj_t(l)TxHL}$=wzqTgwR7^bck**_3vzW2_6vyi4~z|uNQsC{ zjfzfRJa^67eh`jcW$1$ckBGUyB8k<&HS$w zRSC3-y(Gvln8DM_`_bbk(dKJb0EH4gT^vIs!gJ5x7HSX>Xh`gQQ4^+>b^pJrv2)wS z`tA46oNEdQifiakVisxYVC>*>TyOZIQ(t}s`-6Fr%Cd8=7VNy)^eV#s*3Gpty2)F4 s)^|+G|9CUjfoI?T<&Paarq%sptZuoc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0Z<9#V7Y}JiUME*~6<(A68si;VTL93ucf}*I2oB-TDo0-hcS` ziGw-)GEioVr;B5V#p$(|ZwfUjh_EH7dK(|yRJ-*=PUH9beIIVHcDFA(_J7jP+Kkc%;CrVEa?vW`9FfY^CGgB-f{m+f|cu>f9TD#XVKX zDX87Cm+eTW=$)6Q1%a!L^S(Z zN8Bp%Kkumh`cN~2y{P# Mr>mdKI;Vst03hDk6aWAK literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1c5fade06ec9c7971b72689d7311210819e2f6fd GIT binary patch literal 387 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkiLKE*@Mdu9^88N;M$W1SAgibj=q(ip^d(=gPoJFos*w~lb^F|kgI!$UqG~9Kx}w; zN_b>SWOT-&xvST%*s^!a;r-i=AK!E8_}+8p4qv`};^x&;w{M=gbMxH2+ZXQLx%lYO z)n~577GXe}luCm9f*CY4HEU{XdvJqG=ezxYsuMk39780+bI;!vY7h`;NbG!36Q-4Q z|G%oSbKAxG?f1`|YYGU8Yv@m67HR5W?BH@-Z}_59Uw#GqgL#q4vU9E$?7Z3ZD#HHO z&9ySR$y<5WcTCFvcr(_4XW#zij~zUw)%|0w&JykXURaU`w2Z;i)z4*}Q$iB}x{;y> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1b57c5f717779888a0b4166d3fc0176b91dd4296 GIT binary patch literal 500 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ebpbvh zu0Ze}S#;uvCadhO+#LQM)H4T-9UISg)pH@Q6Nd;P%&H(0wbTq)4|Yo9iu zQKi#x@|@0zi4wI|g7XxcPqdaVW0)Zyz@TLCzxlcNg}m7c8RmO(m>z6=Hb>uDf5Pjh zbE>58SZ~i>u>ZrRvR!OiKSMb;XD`rmh={#^*thfOsW->e93$@jIh*~k4{t7h9`W-rJvaxBb4ugG=Wa6YNhgC_H+-xuhbBE|%-`*?H8B+E OdInEdKbLh*2~7aoWa0V% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..ad08972cc1b410dfd70ed787adccf39e2400a424 GIT binary patch literal 331 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^2ib(pqo- zuGgCAbnC(I*`B*>lG`HuZSRRG&Nw0Js1@{JA#2_S^Tr<^i#DGqK655Cpzopr068U@vj6}9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f4f46e04e595723cdbbd1c6eadaa93ce71c62c GIT binary patch literal 444 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E2?0JK zu0Z-fA@Jzxvq#sTJ-G=)&!63X`RvZimyh1Q2BIf#-#&Z)_W6hR&p&*6`{mR7FW)}= z`0?e(uOGjE|N8y+?_ZF?1?G=|b|{nt`2{oZi;Bg@CnPpCx3u#+iCAu0*&E$)G3!}x@}-K! zWjWh4B;qmx3!MIm+i5%1vjo22-^T1Hv2*L)16(KG>aJvPKIQz-FyFgEVbAi^j!K0F zSLH_!#q>?SO_}Um)m&6{HvQD%@*RGEluWZt{EE!qKaamXH!|YymRaIjA|lonyD#-m iyYx2c@2WFKH{-L`h9=jq;t~M5mci52&t;ucLK6V?2Hk7` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..7b9d14e7c1ddd45fb0f932887e6d7f41d8b3ec3d GIT binary patch literal 339 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^zfKP}k zkiLKE*@Mdu9^88N;M$W1SAgjGqpQyzU4Qljh;BZAcKhYCJ1?ID(Y=>1AH9A3o3BBEhjl*3wEp^lclE*IB2LYlXM5gaGBD7;V!+j~kdL>4rFKI*&$mZuoc5!lIL8@MUQTpt6Hc~)EQ2{<7 zu0ZFt+K@4tNe@a@~DAHRP5{{8Fs@85s_0@2^U|Ns9Nk*hooG+nMF z$S;_IUsNnMJ|VHGxuvDG2OY4au>An4T;S>A7-DgH>tt`HW(6MBsZncKO}2f@e^-At ztHkj@%F=vmW=5y3r2aWs@@9|LMpg>9m~;oS8>S2G(XkL}n)JBk9rLOSwS_FMGb|q6 z=wd3YNwIdA{W(J7+NK_NC;REGQ{0&pBsu%N@0|Eic#hB0?a)ut_m=+m9$J2$ey#gt z#p|-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkp7PW9$tO=@anUN*PcDO`Qpi~7f)}!e0uxk^EppsBB?wJ`!MU@r;s3uf^2@_zLANwoQz z6+odFPZ!4!iSXQhPre2P9)>{2JKse&{I6f;!nN?=&a*1HjT>7QwKSZ_6%aU>%itt) z#;bYe(?`v9cKP}|t0YBtaqpUb_=$}BJHJK0msZEhetEN#k+*UG^5=mMBY*uAuj3G2 Ue_Nt;AZuoc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-fap2+Ar;n~advxvDqwCKe-+1=q=JThwUp~9@^3}t)uOGdA{rK(MXYb!W|M2el zhfi<6e17-k>&Nfkzx??1KZH8u3Nw1&HE1@ zKXEXpUk1vo@N{tuu{gbU@=c*;1s>O_x3Y8--tKch{r`Wm;jaTpm;Bm)pRjapn4sf5 z(RJw=pAb#8IBBJ?86j_YYTn5T^)~#zUUS5zqW$!N^D&#(6h7HqY5n)s zyCY1WGtD)oYzbJPaN=O(^T!#TQ|BDsbYim4H}==T2?wwAEoA|^nZeW5&t;ucLK6T( C%IXII literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..637657544f330744afc0894703be61b93f117333 GIT binary patch literal 478 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIa30G|+7 zApPL#^9R=+Ke+bf;nk-Qq-|iWYhVbcID!YTi5P6xc&IiJ*STDIdgLVxl;$u zpE-2#%%MxS&fmLz{{HO?5AIxec>nU_2UkFrI@LK{1iFL0B*-tA!PCq8(c>r4=4(~} zg?4(nIEGl9zI)}SP?LfPTY@p~<}=@nqVIB5{{OzZxp^`>Q`)Xe#YcJW|8W;9oHOrA z#UYcYyLG?J+_p!|$eEX6TDf(^vCpe{*CaW$TyZRrkDQUPmBsyA2=Dos1={cWw(csG za^ttF$ldo@Wky>|L8olfPo6Y!$?A31wNH}kT zyZyF4^!@IfyU%vQ&c$ZebvRYNKVG9>(qVty{=%<`MO!aPe|`G1j`_{A%k;nn5g)#c&U z=Hb=l;nn3UFgr0dKsGu>IXp-{K}Annysg`uBWxHsJ6eh#l^hJ#k|bMz0JqI&C0*e%D~Ud z!O+aY(a*)z+tA?L(Ba0ai`W$jiXk!(}`0IAvr0QVqi0RR9107*qoM6N<$ Eg2r(>cmMzZ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-selectionmode.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..a8b21968392a765839b79b10f8cce6d59e391ac2 GIT binary patch literal 428 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIa{0G|+7 zApPL#^9R=+Ke+bf;nk;b^yu2NN7tV{x%J{H5Zwl%m(T71(W@8tU%z_v_VwepZ=Sw? z`}F(AdmfB*ga_y6C2ATZ(BaTI6`dr6RA zFoUO;_oK&8qRrQ=01B<}ba4!^IDPlZNueeK0oOnm0|g5~8P1CT|FvV6EKw0&S;V^6 z?(3zQR-R%(x94(%%mdK II;Vst0IB%ZjQ{`u literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..aebdc879ea04a2074be6431038872b34dd2a8512 GIT binary patch literal 600 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSN&|dC zT!HkHi%;&|czXZRvxiroKDzeg(bcC9u092_VF)A+Mc04|o;|tw;_0myPjA0`cIV~u zyRTk8eDm)4hYznleSH1-^Sdu!KYsiA@%y(=-@knZq95Ns|M>mu&mSQA{patWzyJRI z`~UyH>6Z`YK#TcGg8YIRWYjfQu3fi&!<+XXK7Qh0PQT2+z-aC1;usQf`0b6`lbQ^8 z*blTtEIl_+!3Sbk5wXWiiSXpG5>D9~@>*viR{S$52AY#+!%L z)PJR@yvZIZtu@~`9xORxoq12~YxGmsc{lr)9Y6J}pkSi*)XEBpitjoX-zq-1Z0vHR zxH;cn*zi1O-5w_wTlF1#GV<3qZui_Py+$!@%C8NshOS-hxzf&OF1}aI$#FjNTKP}a z(xk2K8GNdX4lmxKudvG|$bO57*~vx=-~BqVzrpEFZ}zU+dyd#XyU4$? zy~4q^Klr_xkj?z$lArD$o_OgjXkZd@e5UY%y}?%Q23x`rsb##g3T(tn-48aeFAF}l dbkh1$qPJ@}o=@zs%>o86gQu&X%Q~loCIGP2FE;=H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..87d450839f9b3d059a13b2d863a136aba2cdb9ca GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkbZFW`GaeZA6$F#@aj`IdUWmCqwCKe1JRA=Pj0?=di&)wAiDeNIS}1@_447H*N@+Q z|MKI<*PlPX|N8y&_n%*X{`~&)@87@w|NnQMPGka_%U%-X7tG-4<^AaKlW6lbD}X{V zo-U3d65+Z1o_q}oJPd-4EO*2Me*drcS|T7d=eEx!F^Sa~)>9|iu&m^A;phrr+k0^V z|BYaSzt69C9K3gK(eVVE9mZCDJaQKee@ R`apXaJYD@<);T3K0RR`Uo%jF% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..542d6bd580225b1cf035dfa8ccd0622d4a58154d GIT binary patch literal 434 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E$pJng zu0Z<9#V7Y}JiUME*~6<(A6(e}KrKYBCc02f?$?YK5&)6IF0=KL?oPHPBax^_Z z_mx*$q5OFYYetY9*WE3;4;u?UEM`7pBXD4$;Kzb)WhwttClxPtSnPeK`ShZ7%)LKa zqNk*Q)>k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e1b4e5375a8d3d209fa802d24740824b05823e64 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF!}aSY*z zPEKfGeAdIKkP(`Y@Ros@osExUF{Axr8IAzSmePZ36S^2K>M|9CGcf#cGragoTALN9 OmBG{1&t;ucLK6TholWfk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..fd18b62de1eaffb6714ad1e73d7f2ecc11457af4 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Mf5;*)zfp5DLo?BUg?kFGs=boJ?jt51P!7y^j{k+y*~kW>^cPy*`VD+%%oW{^?W zSh;rH`VDX1fB5)`gE{>&P{z;G#W6(Vd~$*U&y4E-hYyyrE@-$~ud;zd<3hjA2T_dz z`N#+S0T1lCBmx@C0~|UJEcn3frSPAP>xwdW4I@{EBDW6gTe~DWM4fvfFY$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..bf5bc2ce09d07a2e51a322ec9a63dfdb4d99003c GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFuo6HMO-pJuAgyjDdps zo-U3d9MQ=M4UErv_!Kfi6B6DsFtfAqaV%!EUo68BAlXuSaBV^t!$n=Df^Y_gA8v*h UKS^t|0<|)Dy85}Sb4q9e03|<6f&c&j literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2ee1876dbabf4d988fc1a71d6f2f6af1d2e09059 GIT binary patch literal 292 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfF?z`u=pWnIo;^E~d53fIYboI&ot4|+XdGhGmvj@Ck7R z(*KdbqpQz=yujzdAAu6=B|(0{3>um>wLLvGo9@U0g>*e#978ywlM@;k)wY``cmyUS zcrr6Hvzc)yGukVQa0E!Ulpb8$5HU-Kp`4YW&`{OIG%nsBsFA_b)z4*}Q$iB}k=#gl literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6774ef76178346d48317da1c0fb535d850e2fb44 GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0MeL5O{R;8Bodm$zN^(Rr8eu`2{oZi;Bg@CnPpCx3u>32y|S@1j=}Ox;TbtoKH?r z;F+=d{h@zopr033jA!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-insensitive.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..fd37c5da0d4b96cc2b7838df53ea85a0e22e7610 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfF?z`u=pWnIo;^E~d53fIYboI&ot4|+XdGhGmvjMOG|4{&sKR|7oe1%r;B5V#>C_V1)dq%?+zU_WL?nkG*-oc zQzM{Tr$AJrKrHfsS-=B5E{TA~@&Jd<0}DQIdnw#!;(DUQ9mB|#p~P*%#5!Y>;2&Kk cmm{_eDdE13NkS*L08M7_boFyt=akR{01kU?FaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-selected.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..0880fb51b9c034c2aec916dcd3b35e55c2bc1b4e GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4TFcSHq* z&g|Z!a+6I#edo-`;HrP$8@}!P@cC25i}rPSP5WDg1&sGRoWU^t2fv(z_hs)%VUwCS V>=d&P`3AI*!PC{xWt~$(696YLP)`5= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-selected@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..458fac3371efc8eeabfba5d16a6f0abc5fdaec4a GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeLIPmc5Q=r0aF3($mdiY9${DK)|)HPPFUAKP2oA)0+e&S$GzYLV|^K@|x(Kw%+ zpujVu`v2jBrK}4YuGXt;;Ly0xuk%4vqd-3L0e`>)doGE9#_|A%&I1cRaC<5IXXCn} t%w5CCm7&P(!@_0oRN;p^OGigF!~D?djxvW!XMiR%c)I$ztaD0e0s!N&dqMyJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..cda38172f475a6cc0361f884969a9aa72913e41b GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFzopr00<9HWdHyG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c09e6af3b4300a5e10f9aa49aff57cab1eb8ab56 GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Mf5;*)zfp5DLo?BUg?kFGs=boJ?jt51P!7y^ky(EtDcjWY`F0`>5f1o;Is$f#?q zT)S@lhBxm&eEh`0oPHT7TKbyW25Oony1Kf0AfRtxU}RuuWC%jWhDOFl z#-=7F=B8$rX69Dr7B&`^wzl@Jw)SpzK;+===JjMX8RX#|>fs&c z=^b{$`T0Gd-8>~he!&d#3dc{JJoV?#pTB?mQVTa978NlU%hf$s7XP9Ey0t= z`^curk!fj{e(z6YI?2Llc-i-j?)^W9nxtJDujn}5h~i-4e17^)pyU*Rr{|o6lFX0% z=kD&6*V*;^9Q&lcOVdl7p1JM(#n!qwJ*lldsI)h=U-a!!$CF=m-wTI5mYP26^24fx z)!U1Tdbd6_o&I-Q=x3g4o1&i=KKU#cn;A84WB=rkIU657dad4n{jib#k>@k7Howa$ z->c5}*Lc6f`-ziM^tN}XvKVab-)q9Qu;;z{1Pwd+%wnboFyt=akR{03N@q Ap#T5? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b635b412ef5f801e74e9d2fd7c0272581583d7a8 GIT binary patch literal 675 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSrUm$f zxB_W4Eh7~TQ*~_Qfq{{Mp^+g7 z85cSz21zTiZI>*g4zUyV^T?*gJVRIC(ladpSCLJGywgx(B$r2fBI$ zx_Jb-c>+cc_PVSk!?QklzJLg8YIRY<>OwtJ*sD?%V(I)8{XLYglG#GcYhF zd%8G=L>zv5<95&?0|B-NOkJ$pIs753I+ASUFYNh$I`UM&Y_+#)H)9O^{#Eb$Y0Y`} z99v`mdC#XgR_v?Ks4Gt`XKd*a{mbykWV6>S1|HP{uEMmrENVg)%~#}NoKzYaBo!It zzARv0ddKF8-@(`V=VF?c9*$r5!^QKShxPoq z_e|P5^}*A$2UXjr{@PpqvP+0$??70JMG5vg%1u2ABp2bP0l+XkK;Y9*D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-selectionmode.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..03311efed2deb69ea3c59f17439e3f3857cf5dfe GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD>c0G|+7 zAbsxKx%21GUjl>6moEcpAom3r02y!Iym|Zf?YnpHK7Rc8`Sa&5U%veK@#E*upTB?q z{`2S0-@kwV{rmU-|NjW9mTaI|TqQw%!3^>W$4{I*1(Y>!c%lasUG3@O7-Dhy>Xoy6 z%?bi632P&?oO2iM`28>c7IT|hf~Nc2&(j~KPnK=#eqxrb?6%tQ;BP0LHnFJ-@+{IW zaZ2SKn(w~f)NA2?-NTEo@|Pdoc_}64qI&NIQNLMV+pQJjWy;o1*|~Fx mTyWFkthIYzZvW;tPhT>^e@)FTEk>ZT89ZJ6T-G@yGywo9aKcUi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-selectionmode@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e979f8c3bbd74801d117610402005023ca2b0a2c GIT binary patch literal 615 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSasqrp zT!HjOFgSPa+<6!PvXQwkVJLm!!iASFU%qh({T}zJ2@o^XIQ$zyAFB^Y`!HfB*jd|NnpG+oVN6`vgjY{DK*5ef|8a+B){` z+yC*?=P!S2SY~Q7Ffaysx;TbJ9DaM_W?7Sg09!)Ls*FH(L%rNAr9JKyWE2Q+VEnuGTkJQkTWhVpaK_nO6Z zWlepJ?A|M>iO#nx`blFPK4I;rNM@ zr~dr;^Y?FGYGDXa+``kvF@z&JIiZ1Z*#~2X0Hp&5wtdqRxKoypu%DZamB&Wl7^9bD s0dwT{rWdo>czWa%yl1mMSjWI{*xz^SN{g=sKrZuoc5!lIL8@MUQTpt6Hc~)EP60k4 zu0UE%%Sc7TR9)LdUCTrbgpAcRP1Q6^foxSx6EzH^rEQ?4W1yo80eVJ3(dj@_1WJPZ zf*EXm{rs!iI`;0{|MAo3FMn%TW@-cFay?xfLo80ey==|bpdi8;=<4cn;oFdoEA7>}V^K7v&e!IDN63}7>Pgg&e IbxsLQ075-;iU0rr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..481a15e6ebf2b81e9bce00d25ee873d9b7853df6 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFYB!C8W3cvs%fIGWum2HsHLS3B-OM`bai##_=N}pmGYJZ`2{lwmseC)PMEal|5uKdS!05L9uEPYK0|%_0^9al_N=UF~X5-|!BXEq(OR|7D p@>;_SVJ@DYXA0ikEDzQ(F#J+<4=H)*uoh?rgQu&X%Q~loCICr!N>%^> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ce9562780cb800d29d0e0bd91ddfeadee253c6e8 GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EW&u7S zu0UEz(?DI_Tus|dP0K`0(^yr*R87-FP1{&a%UE5*SWUx39Vo74qNQ!1tqTGAH$N@f z4%8`B666=mpsJ_u84y%hR6KFgjF}){Em$=VD4XHw;uvCa`t4*-z6J#WmPnUtav%QB zH+B4YXo2BFkJ#nUuBjdo+0y@_!*BcVKE`MN*fpm2`82F*Viy%_TJ7ZWtd)5omxCmO zP9o?3)(@sTr(e94{_T#v;z?~D;}>eVy1J<|zcfuPK4iye60WPV)mgC*XeWcGtDnm{ Hr-UW|j#g-M literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4356b0ac3407588cd75fa6c316f00a0ae1986a GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF2R^0qxl3~i7eJTK@toM5x<1Po?UdD57f=z>FVdQ&MBb@ E0Fjbcg#Z8m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..bdafd334439a1cda0c82647e3edcf457ac90768e GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeL6kzSkVgS@5P!i-9%)r6JD<~?asH|#Y>g4R|##R{^43vxWba4#Pn3$ZPz?5?T zKR;{z^rjzk{!cu>vcTaVx2vOuz^mU}A~)`9aIg#QZ(#Z^D#&!GzJcjK>%;^90~rr7 zJ-^s2U^zk6u~Fv#A%S%X_r$++Xfe3Pir8rV*HKh^#dzgcai!f;&lNzM7(8A5T-G@y GGywojo_(kQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..90d0374562aa65031c51f90f518da9f81fedf1f5 GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFI(F>XWiYr11}|T}eE$6Tg$oz{{{8#^|9=}FXHB3wo{}KHU+Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..554d44958d1bbf6c4f25fddb7817bf99e083e4c6 GIT binary patch literal 336 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0ZN;kyK;J|&AKHZ2L=4-O_bKI~?A!g)Y! z+lTlc9`Dv&ycD4@W14O6=KfEzZS&r!&C88y|M>T&^v<*!{Kvl=Iq;qk3IN*5;OXk; Jvd$@?2>`Dql6e3C literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-selected.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4d32106a91fc846c32e52145ae36bbc8cdc7aa85 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFgN)HayuC$R#B%{*NkLpY+76B-zooeFg@h;3{< z94Wxz!!2RK>&WwvlP9JrVM9X@+Z~5*2?B>r7_(lQuzopr0A4U$zW@LL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..7b361e3461209ca7e8cec4c4a0439109142522a9 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z-fS%AyRG#{v0xFpCgn1NqRTwYzn*51L{B|f3Ds9>>3 z`3@NH9ElPBUi7~{hhh3jqb3Hq!=Y2uCT>)YF-%ruw|y=redmU|VUs>b^o4vE3BM%4 zSrZg99Fmci52&t;ucLK6U$!H=8( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb129da8b244e26f2e22c643ca88db8953c084a GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF` zJkbM+T6(%ThHykDCp0iF`w;37pmgAX*>4_!Hzf%P_nDLC=p{U`VrJvkNIk%t!WzBt ka6{uo*_6zU40l8s_6ND8d+u_X0W^fc)78&qol`;+04cU)DF6Tf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ae8ef7b929e41b2dad7e7690e0434fe179db53 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Et^qzF zu0Z-C7@RwI?mP?t*~na&FqFP<;lj(8FJHZS_4@VeKY#xG|Ns9G&k_ZoK>{T~e!&d3 zzJC5yZ5?~}?f>}c^OwIhEHkx%as{3)jv*GO-%hp^YETehakOD@OxyYIf5_?pC4~*A zCirbPpPlwbJgj!%!=Od?_<3&JuMhCqsmOXLh^2SNZk82F5li+>Na$jC!gxSr*@swz z$0z5$&v1_aFu_$|!G+m-)sN3N_~vMyw>nez(zbNvpZ1CO9nRV;S+vtJ8fZ6zr>mdK II;Vst010uOuK)l5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/pane-separator-vertical.png b/themes/Mint-Y-Moka/gtk-3.0/assets/pane-separator-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4f5d70f7b112aafd658d1eedf07a77a8dde7ab GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6dTdb&7< zaLi0jNk|AtPXK}>1s(}W35g#-ED-_3B7rU(FBa_%%WQIsuyx)R i%LtV}uV2^J)H1~9$n9sCt@;ya6oaR$pUXO@geCxnQ9BU; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/pane-separator.png b/themes/Mint-Y-Moka/gtk-3.0/assets/pane-separator.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f1ca449c51555e918bb1ba9f81075bdc98eff5 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^5k5_L+Qlh;h^Y&^!m@GO(-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkbZvq`JIa|?p=QQ@ahu?dUWmSqifF|U3vE4Di8q$p90aNt4|+X12K@1wt=;sldrv# zpM$gCnkAdpEZwqp*%qLJydKAiK%+%Vg8YIRM8(8ILc_wFnp;}WoxgDL+`ffgXzy_ek>pe#JM(NW$>pn!5#u?gv;F?Ra};;=k(5?(?t0wYyx8 rM6cPm`qP%hul`70>t#sx_Uz=Az07YCvE8!=XgPzYtDnm{r-UW|2}-Lo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3bce1586ae40d5527012351f59d90582619dda10 GIT binary patch literal 644 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E#{zsp zT!Hle|NkG{c=71+qsLbtKfd<(!PTb^u04Br{n?|-&mLWQ{^;tnN7tS`xbo!T)h7?H zJq3|q^yu1C5V`^s0U@B8M^~ObxccnjRUr8U!hmUkssWk|Q4D85xM1>`wt=;YrHiSh ztErW%nU$-#wOdMZK}u?2YDz(BYEfEhae7*DMtbp)-6xOkIdyc;nPa<8pE-2t?BPp5 z?Kl2^_z3igUP+K&Fax8avWlvqk+F%Xt(~K@OGs!~ctm7FV^ed>z5^#to;rQz`i+~n zZohi{_T%R-za||M?E>oj=IP=XA|bihZBsrFUEcO^WT1| z@toqBZ)g8LX6U&#o4>X`qdcogXQ%Atg6O6xr-X&sQdMI7W;`-2SRiPiyyCEi@65xi z6a3|7uGYV?Gr3VM>CvVJ?SONUE4Y?=Kdu&a&Ciy~)iB#S-*v~=P0P|8C4-||HOZ>3B8UhvFe-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkiH56uWlT9{rK|Zdsm)3x%uS&)hCaxKYM)j*@LT(A6)^GATEdmi9C65_1QxZ`>Bq; zm7SBXgOi_wv)}3^n^!N}vUb@Ppql9~S>6H7l_?4G3ufTq;nmaEH*ojxEG#N2ZfR|8 z>+XSqIMFyipt^id7sn6@N!EjmLQM(+3gDqohf^!~x$ zc`RRVG?>m)JhG8dBsZ;;{XwWGYnA^*!A%W@#~WPP7}^#&doad+Y@XBTJ|mO0;O-%r uK!*9n9KVuTum7B&aD7kKUu#B&2mJHCsM|)&-z^NZn!(f6&t;ucLK6T4d7DN6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked-insensitive-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ad158552a64f45e4042468c3a55c26e06925492b GIT binary patch literal 646 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!Hle|NkFfef;G5lV@k1J-hkr@y*ANZ@zhQ`^lZlPoG|X`r^imhqqqdx%&9-wa1Tv z=~kG`D^m++Qwvv9D_3(X*Oa9EloTK;Oi3wDODWDs zE6&I$KDy_`(LJY*?m2UOzqFP=Mm5op5N2&3CT*V~l@`2{mD3JHsdNK4De$|@?U zsH*De>l+vty1Bc1WMt;$=NFWfS5!1KHnp_2b@pHaueEBdK$E_Bx;TbNNUlA2J?xN! z2DR;@~m(m$H+bnvd*s4RS~h_!mHWp+!h#NQdBA4U0M z&O``(3%pPk`C#4xmo`S;|84=QcQ?LuotSPvhqLd6ya{iY*7;Yz-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_UfKP}k zkp52!cy#sIlbg?<+6}KgRJC)5*;jlcoWLp^X>#waVn-*Qw zGmSCjxy+C$W~A#N=D+iZ`H`YmI$25;@>yx(X)cF)4&3^3@7OG(X&pNy{)dac?S1&y hSVUyeE=|jijCbU@e)FFc{|U5`!PC{xWt~$(699&3nTr4b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0d9f2aec53053dc391c3cba2be42146685e2bb05 GIT binary patch literal 561 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z-f?ZKm~&z@WdqUTR;K7aY>?Q0-<0z~hB{rLUs*YDrIegmB_QMlkT&^3A`L4Lsu zj6%X9(lWA&N-C;)`UZw>?j9MLdHDrpXhu~K%MtJT^vI!POqK( zTBu1upmno}_T^8rZuC0oUatLr{q#a67l~QR-pf~?+rS>7HrYODXJC_oo9B}#ElZ7t zKo;fhz0Hg>ZLdtPo?ub6=v{2W5!V7A{sj+C?23@o@U-_dUvRKKKi~z=(QIzV)#%o`YymsGidtri!@^+#2qC|;Xb#H=K{?GYRSo3hp piSU1GDr9W!PC{xWt~$(69AZzCnW#? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..99c0a35bc7f9ac0a87407f98619ec7c649349c4c GIT binary patch literal 363 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkiH56uWlT9{rK|Zdsm)3x%uS&)hCaxKYM)j*@LT(A6)^GATEdmi9C65_1QxZ`zet7 z^3mJhzkUP3|NsB{-mFan+a2T=%)rCLtEaDT;O^mBSX5Np(%RbA-2(!P3&KwT73F%m zIEF|}&GmmP)S$qz`HI(O5#`r^=bISrUzc5VzUqu|*pzg) htxRi9fB5~A+0%>ruwD122|$Y(JYD@<);T3K0RZ9oqA36X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked-insensitive@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..515cfa879b33e632e6fc06dc1735a6345b2fe7a3 GIT binary patch literal 599 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8~kRd$?fOQZohnX=jFE#-@bkL@$J)(zrX(i0nlN^ zaVmF!PBbkE@(X5Q6cQE@k(QQ`l~q(yQB~E`*EcXQbaQw2$jHpg&o3w|uc&BfY-(w3 z>+FGps-BHYfCjwuba4!^IK6iAb+IM`o;Jt8gN@AM-kN#}T1mD4(=P`v)x02=_vihj zn&oG&Y_a#+9y5Q5=Eqp?>8;b*A9T%SyL8*xbzxv{e}BN`O08qdB~7N>lz2bKVNr4a z^X<$ln~W}tYHayoE3mrZ$L}KoQ;Z}ZEP5Ol5OwFmJ);B1Eoy7OxExAm*tVm>&~`_& zfx<(xzf4oCCz(As#IVL_eZAn-Nqg*;dUB=SvrByzzU4a4hAX|Vwr`pBXW7#g4Uv}b zHl*HJ)hc-H(zLaATw+cI7H7VF6(#NX_J7{v0x_qpDSCT#i(k8DN>$Eo{C9qG9kX6S WhOuqpiCaKVGkCiCxvX-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkp52rczE^clbbJ|+d%8G=NQCG1KNM;Z5NHXU5>&WU`~Cj~mJ^q~{9Ro3eA>|)@@Fm9 zzcw*(Ef)~-OWoUgM(wg)3%mLv!!~g%DQ?+5S^inUCP7Sl-DiC;eIx8>kZI-YOlwC?~D|fZuoc5!lIL8@MUQTpt6Hc~)E8v}eo zT!Hle!2up#efs$Nv&Yw;Kfdw&)uXqsf#@+1z5Dg!_phJ7fB*db=hq*gORJ~dS_X8q zUP+K&Fax8avWlvqk+F%Xt(~K@OGs!~ctm7FV^ed>z5^#to;rQz`i+~nZohi{_T%R- zza||M?E>oj?CIhdA|bi<;LECm4ian^z6VF`x^RiLbE%?-s^pcR_kZIfd}maq{C+NT zXOhXUcPc#UdFvHVO#UvZyI=Xlidy5;5Z6rw z?A}`@3d~onY5aB~s5GNC>UVF@Z05CkCex4AiOyfcZz7XnEH&F=<5I)MZA%tDYFV_g z1wv7@|CpX%PG-f07^&l>HJkn|e(3P}qSYU*t=5-*wOmVBS)K7{^O2AVFE$*} zK9_RDiTR*w>Om$)(J5o5zDq*deI)NFI^VKe`*OB||Et*J+|K8JRtem> ZV6U0h>Tz3M${*-`22WQ%mvv4FO#nEYVPOCO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked.png b/themes/Mint-Y-Moka/gtk-3.0/assets/radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..594ea7dea8f201a770365d0ea53c943ce9187800 GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkbZvq`JIa|?p=QQ@ahu?dUWmSqifF|U3vE4Di8q$p90aNt4|+X12NFhtA}r1J$(D; z*PlPX|NQ^|-}wCR3qV6fOM?7@8AQdzLqfyCo0?l%&z-+;@#Ck@U;e#xdNBp4Am7u) zF+@U=^`Il)Ap;%;19Qz1p%4G-l?rd{T6TkhLF&mw{_9raQpdCp{@v|yOua#3b4!hB z!#BQ%9t^)Oly=Zuoc5!lIL8@MUQTpt6Hc~)E8v}eo zT!Hle|NkG{c=71+qsLbtKfd<(!PTb^u04Br{n?|-&mLWQ{^;tnN7tS`xbo!T)h7?H zJq3|q^yu1C5V`^s0U@B8M^~ObxccnjRUr8U!hmUkssWk|Q4D85xL^{f@#&LWFP`3h z`3#8ey!`s{+t-iZzkd4u?bG+afBu5OKcG{Sx%}S&9j#XqYG`C^VrpyW z=Y#%J+lBAJQM)c&V(nb2=%Knks_W$6_z2$_l_|fU%iNh{^6Q-nk9yvE#S@diOX}`d zKCzdm$_yllVL3N+hXHl!^Uk(7CvfOw6O(5ADMWJ-(>zVGru<(6>p zRy)@e{aE_Y;q}F+|C(E4FaBz|mawuq-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkbZvq`JIa|?p=QQ@ahu?dUWmSqifF|U3vE4Di8q$p90aNt4|+X12K@1wt+Q}yXs{A zC7?l~B|(0{45DJ=gwca`0>-{FaKUTy_f=2kmTv&7$PB=doY@>MM1#z z;Nl-)ZW$ln)vrwUIQ}6~bpD}#yVvbty_2)*lZ&bNPNPp8%fjC^#`cO@T)UT`EUEd)yswC7p1Aqn4M5u%JYD@< J);T3K0RRaXnk@hT literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..57b3b64eb971a6c8667a5fb9e67436df1d8186c3 GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!Hle|NkG{c=71+qsLbtKfd<(!PTb^u04Br{n?|-&mLWQ{^;tnN7tS`xbo!T)h7?H zJq3|q^yu1C5V`^s0U@B8M^~ObxccnjRUr8U!hmUkssWk|Q4D85xM1>`wt+Q}@nwDF z0ic`oN`m}?85k9nRa6a)j7>~!?Hrw5LPEpBBO)6bo0?np9XN6F)af(VZ`{0f`_=2W zA3uNjHR+gW7f|OZPZ!4!i_>c--{fmD5O8&LJjf~%bAyF-mD16l|MwefcDI%_8P0Kk z=Q(rR_AVpERgx}}OCz7mUZrDqXJPY>rbYJ`xG(zp`7AS=h}rzxq8uUD%;(!WIxQ^! z9P8+H$FGWoWqD*n0@KRr5sY02TNuP`)LeE57%jAW^qt|GVX{*v_tP04l9&#*e%Y>A z8)IR3@JQ>?6M@gq=I)%aA$z^`#OLCrOAKOkbt9i{tI@okl&QP4U5x*qy|`T8;kRb@ oz3)$Z*s8fSvm)-)qy0Y_gc9?!+K-)i4fGX*r>mdKI;Vst0MZ*7!2kdN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0fb1ba2064098416b901fd4006aeef5ce4d00b05 GIT binary patch literal 339 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^Bq; z6;R}HuAL~*6tR*ZzhDL)9$r0teFJw7&%&aj;+EFdw(g!DPnJKvKoyCeE{-7*lDP+? z`C1eNTn{e(;Uu~6=Zuoc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0Z<#|NoD#K7Mlj$+I)hp51)*_~zrsH{U$D{p8N&r%x|GeR1Q(!&@)!Tz!1^+T+JS zboueUD^H%>d~*NllP9;HJh=Mw(e-DKt~>*hkFP#^1Vq=KJiPks;kCyPuRVKs<;lZq zPaj@+dLJkPLQjF{(KV2=2Ous`_PLI}6_Bf{IfozU6y1^_zhDMNAz={_X=xc*Sw$rk zRaHHGeFFnSH+OfBjLf|J{DQLbii(EDrk2*W&YqsMQw3^3jmJG*978Nlubq5TsL6oG z)zR@Ft4K`5)G*hspa0(%t0{=x>foQ_UbJk<+1^B-j+e(Yg`1Xc%zkyMUAp8$K;Rqg zFDKU4)fTriF4e#OS4t%7ee`@=2j|T4zp)P9-(G&sc9l>(;Ez`S5?|CX2?B=xx{EO%qma6>u$zn-#q7i}Z}zj12!DYlMJaV(@hJ Kb6Mw<&;$TXZ~v_T literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed-insensitive-selected.png b/themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..08c13f09e213ae504c09e6840fafd52c63bd35d8 GIT binary patch literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^_fKP}k zkp52!cy#p{Q27h*ADlp)LM1_d!3;dSdinE977}| za}PT5H7GDJA7l*_S$X4seVB8{!v{S3AH}U({p7@kQ*(vx-m=+pMEjIHYr=OG=H=?F z6KeUlG2Hx~5dPrH5{8?Tc{@HWXNy}|nZX@9Y4mdKI;Vst0B_KXQ~&?~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0272809955a414e69d9763d154f5a6f4c17f45a1 GIT binary patch literal 481 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-f?ZKm~&w!Swr{7x)v`?iZ$S;_IQAk)sT1Hk;Nkvsp-@wq#-6JD2FTbFyyrQA8 zsin28v!~}lR+tb_{dP|m#}JFtYbRe6YElqzT^gbl9DJd{Xyf1i^=ll91#TA1I;ULS z7W+WRwZ7%TEbq0d>oq@4gTe~DWM4f%4haj literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed-insensitive.png b/themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..dbe5505bd6f03fe133c7b0d2568200e9087f0fa6 GIT binary patch literal 339 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^l?Uxcor5F6}PmuwsrUPc(VNQ1*%B&ba4!kkjy<8 z&DWwJ;CgWJ4=2fmPj~%a+ovddxIMIn>-YOzK|DLIUYXLGwzjDBnV`>lBc|O}f)-aj z8$7p9<}r9#7R2UPDkO0AW<$W2Q_THKPhIUy)64qQBKZuoc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0Z<#|NoD#K7Mlj$+I)hp51)*_~zrsH{U$D{p8N&r%x|GeR1Q(!&@)!Tz!1^+T+JS zboueUD^H%>d~*NllP9;HJh=Mw(e-DKt~>*hkFP#^1Vq=KJiPks;kCyPuRVKs<;lZq zPaj@+dLJkPLQjF{(KV2=2Ous`_BoIZbU?lF&$~dU=#~We1v4-T35$qGOUua0Dk`a{ zs_Nfss8o9QX*OJqvzW?IA@msjdk$;_VNn{i(@sza+Z5C8<~XITW5$Vi3CM? z1Z2$nVai}{B%&3y;#iA1*Br5~|FixSo)zZO)75dCH*4!2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4oA;1`M9cY=o}Nm91`MAk7_jmjOji1)aKV6qwN|dwuIq+U#}P#h^~j=!yMO2W zzjTEu=>bbj&k!C0uZa<&afvR`#K2xRqCSi9p?C$^ zAZpy106R5mG`s){KNsyZ6I!697ZW|Z{xivUW~QBh{4ka8dv~#BvQZ3N#R~%1&`DYUcCPTPo7#-fC1iD7rgPNkvMgV6mlnvvSmT zl!5mG4Fu;}o+^eu!x?9oR>5N39q8sknxUI01Dyg51gzhHUiU0000-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkbZvq`JIa|?p=QQ@ahu?dUWmSqifF|U3vE4Di8q$p90aNt4|+X12NFh|NsAYY{}OJ z8YEg0gTe~ HDWM4f3}u@x literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/radio-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e329a8dcebdc4e9fb26102958ba0fbe66326f938 GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!Hle|NkG{c=71+qsLbtKfd<(!PTb^u04Br{n?|-&mLWQ{^;tnN7tS`xbo!T)h7?H zJq3|q^yu1C5V`^s0U@B8M^~ObxccnjRUr8U!hmUkssWk|Q4D85xL^{f@hQ+H&n`vU z1Kp%o666=mz^JIKqH1VlY+`C_=jiMb5*ijB5!uk#)ZDV~z=@NmPM^7cqG5&w{;&Oe5--L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uVfKP}k zkXF_)Rnj)r(6CTfH&atH)zC6i*D_PnHdWI$(a<(g(=b-kGEvnuR@VTsP1Jx4EwG@b zF^~=Bf<-ieQYPw}CYss?TH1y{H9%5J$4EyS#R?@s ze!&c~atew{=^0tsIg=(&pE2{%qsLF4J^%9c+s|LWe*OOaThFa@4Nz^hr;B5VgkgtIn}3 qjoh=f&QLY*-nY+pw!44(!?@Z)g!h`#rC6Xd7(8A5T-G@yGywpfw2UJF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6f79041a62b4f5214cc7a71686e8da4ded4d2491 GIT binary patch literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EZv%Wn zT!FNMgM+cLv9`9hii(PYf`g2VrIfL;iiVknhN-%`iJF#?hK7l{y0N;pk(!pNswPm% zR9)LdUDHHO!xV^AwSWv0RV`z6O;a_9pq2?xnHq=$G1P&|z*0aiNP!kuFGMj!1gIFK z5hx2`fX#tQK@@{EB1DYTwSdT2L(5oG+dxy>P)l21OWQz8+fZ9uPg@6w^tE*ibaZre zbo6v|^mTOgbU{Gx#w}S;kXn}n`2{nuu(GjpaB^8%S=%}|Iyrm$`X#5PrRU`47gko) z^!87fID5|A!$*!CKY8cg{RfYqymzQ6;Bt(5DCe(2Wz7b z21u|!P_KOH8?3c*$(N=RT&drZXRq0uCU^h;;}Y4J-8t6(itlgnp1FDXGCPy6&pua9 zn^ZK_&grjLUy_OJ2APcsaV&kTFQi;W+9lX!gpy~d-YQ_+A@h(aT*S)A;OPu|iQ`+Q zQ%M{e{1M``X0~d=D=JgPp-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zke1W6ky6qID~fdeu702X{d~0VwOzJt0`}`v4b8HI);=tlxj3zGAH&~e zN3St2&QRn};Eehsmhdx6@ZJH9s1qC|tHrX}LpEoq6(3!=F;I9TZ)f4|7KPo$DPIjL f?Rmq`{b5v}DrmBO&kaeS8yGxY{an^LB{Ts5sy=@Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f7844b8b195c40a2089be1d24a5238b2f8f97c52 GIT binary patch literal 673 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!C~$Lqlk2sDp!pv9YnXwzis@sfvoRlBR)%hMBs$iJGplhK8}ay1AORnYy-#nwFWW zrm4ERvAVXgnwF`Wrm315P|!q8(?ng%SY68qB%%r8s)CWarm?!FnVN>FI#3X(Obe$d^gCvp z$pX6Gt|Z7Wn1P9zg_TW7SyfG4Lsw7V+Sbm|(b>h*(R~EsX+|Ub7!Tpop z{{J6sH-$+z+WPT~>-xsqx1VJCukk#`gjeizf|XUd$ekDGcV69dU*l7m!=)Q8DjVBU zE}Z+^&8n;&eY4~A>e_p%y-!k3oR-aRbJhEF_Jhjf()Sa(CH7r0Z)-W;bh?y>F!*D=-sS6JygM4UPx|&t| zWmX28Fy6}ee`gsP9&E`8yqFf~zFu_ov8{4pXX3=RuRi`ZweWF-<{9zB&*D_Ko+>R~ z%6sy@7x$JLBeQE=5!p$X^smSj2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR40PFVvUNI}?CdR<&qFY9FVe@b@QpOLIt->$j4x=g!PkS7}A=! zL;tbyhg&jCouLx&^c%a)v@J=S5ZHO8w#CN9hLHuT zUvJJ1@)4WUIQ6rLWA*vSgf!a=45sHl&TYzGAoy7BspZPt%ZqI$v0R#T||GUom*P`njxgN@xNAP`Gz2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd9a00dbf3002009f2fa7530f45348cc981a41b GIT binary patch literal 575 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z<#-~ivuGkSrp(JKk^3ua(sV&>rF;ujDU5*8H`mync_mXVc{S5Q<^Q`gYc(l#@< zu(GzXwRdoGc5!tR_}vu))cMxa#WBR<^xDZUg_;a_S_Grkh~Mi9+Ow+RQtkii!Gara zDLn4^UB2IQcFJRm`YE^XzYAV_`R}&(g4?!RExuHls<>Aq;I+e#eH_=gJgVRSb8+U4 zTzZhPD(_dY!m~31(+|9P%H2DmHiPr-%6;<_4(lBCxFZzdP$>O?t9z3}o1n6Z(>INa zM<-4Us`#R%n5odD(;&+v#j!!VfhAWeLs_#y#*Vk(32Q+nlb^u-`5AvwLar~YD1$QQMV^j0_HSED_x)G2@@mt?2dNZ@9a?*?sL{%d>|q h_r6~){$F`1+$C7~x9e7KaiGT;JYD@<);T3K0RU|zEmi;k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..41ed4d9ffa62667f4e11c01325691693d25fc649 GIT binary patch literal 395 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkUoF@{IO%lu3o)*^5n^L=gwWabm{Wt%RoUOH&duaT=*WwS}H8jv*4^xqWYi925jx&F_mYs+ltBd%d^z zA&KwzEsb}7XZoX>UA1<%Rc{RMv8wme7Fz9`@>*=usZR-u^xPJ6aGB+or?olVaK9mT z^o9Jxz literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a83495380c6fe9fb2072f3e85f428d52df010c9d GIT binary patch literal 657 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|NmF5S_LHc@85ss%$alN&YeGh{^G@pmoHyFd-m+rt5<ws*aAP_(Vf$DGGym|Zf?Pt%P zJ%9fE?c28>K79D}>C=}lUw-}i_4n^zpo2xv&B_3Jz`i8NFPMRenVE%EUO`b=MMYIp zOWVxc!qVEt*3QY<#n(R|G%PzOH#e`cs=BtezM-Y1t-YhOs|N|h-A;W9H0rmfi(`nz z>9vz@7BxADxLkZ7W!jk?V|Y=Z;JBQtWZJ*~o42qvD@_jwySctLZSUP#-&|grCTCek zS7+^c%3*yyTItFrac3>F12ONo9~Mt%EK_~8-#TF)&(ZQ5X8C{l6ZDmDG54;HFDRH$ zZgoJj?YjB<>+IEkUWqT@ReRKs@PehTjL%=_lfikd1w3k=hAjEA2bMC5JG0g_US>GH zoyq5i$%Dfo2c(+VSj@O0mNMFBy7yexyXjx|%z<&~mi|*`3jTawy*2F8hFjA!_o?*U z{v*A8+WiTQns;0#b;bOhcwwG%qHA*g-eX;#ckU2NzqoYQ(r|a-*D-rfu2^Ni`I7pZ XjNTWWx^lU|U|{fc^>bP0l+XkK%0N^c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-selected.png b/themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..aba589ee61620882ea6c052c593170e0c499a0e1 GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR402bOxh^qTfqwn6xatI^{rOvgUOFZ&dC zX)fP?pPG0NP17BRS)Qj>_Ve#?Ir43V!qSpv%X=3W-L^R<5?;~Mab3P?$|cix8+Fv> zPI2&8baj|pXn$BSr-tjDS7cJ$44nhIX8R8~pIm0JH$m%q%-+)7FPqGCnP{s+0&a0T0*>iu(N vdSCA+hf61%jU?|Z`|WdHaN}x?&35yHZaa!wlZuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle;R38CJ>&rT$E765FPMRenT3^KKu}0VR!&|)QAtf*LsLsfPv6Mc#LV2n(%Qz> z&duG!)63h(*UvvGIVCkMGb=kUzo4k3w4$=Ax~8_Sz9D+i#0v}zj8dL1jv*GO*G|q2 zZgLQ5H7{V@SmSwV%^H!KZZBr$AnzxC{{I(Q%c3#;WSUL672DtV z_4#>P=LYX)Q=zr&mP_6-Z(EqXYSmUA=?|}e|0`wq-KD;(=I}SO*X50cGt)!lT6cK< z&1!J3ThMM`;lJ;F;;G_U2PP*kV0S;s+|~PguD^9JEnghHJ|)KHX=7$p-m=^i2Qp@QFirk@qPOu~y_0mSQrF((S64N@?Rx04 zasAV-%kfK(Mt)tHcak^zTkzhQS0~)${K~uZrP0Rr^exuFP-pOT^>bP0l+XkK{Opkr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked.png b/themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..52594602458b89def52a2958121a47ded48855d7 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkiLBR@|iPd&YwSj@#4ixmo8lZ10WkH0%QV3fB+%|VIz}Qu3Q010RcqUvuDqM3?TXZ z`SWkzzJ34x{l||VKY#xG`}gnv|Nl+(+D`%PlPd}G3ucg&Q&3b&&&bNonKXI&jG2!f zKY8~2%hzu|fBpLX`}cCc{ojBp%RF5iLnOj;`@{Jf6a-iWtJjOT3O@W-Ug8>pV-Ux=Z-47x~sIVZ!X{1*;2yE@1F< L^>bP0l+XkKf&Ie7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/radio-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c01664c05c71cbcdf32409dbf9e81adbc37391 GIT binary patch literal 716 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!Hld{rk_HIdk>u)!Vmk1KG!p9RqUDojZ3P3@%>02&6AuxBz581R)Fv8z>F|a4tj_ zP!MhckPR^bE&|~~RFXm7xN+m=&6~Gw-Fo`;>9c3goC+MZ{B?T`0>-HPoF=3 z{_^F^&!0bk{rdIq-@pI=|NjYJFAMaibxDw4FarxK8#@Olm!*}pt%IYJv$wBba%x(7 zPHui-WmQdY|AdLN=gd8P!;aVNwHRQEGptK1^7 wvi;gBi?!~nqN~;gZBDzoI<)AQo%Ub;`&(Cj-|&pV4H(J{p00i_>zopr0IcDJFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..f49ee4ea57c8f0e156128e075a683e81b1b844ef GIT binary patch literal 811 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>j79-I zA+A8h|NsAgeDm>>i%;%eeRl8Kv-?+{Jh=Mw!L?@(uRVQq`Pri@&mLTR{NUP?hnJr` z0*YUG_VDVHhgX5JK&dAnHCI9CArJwzTz&QktR2h+3xX6w7!VSo9mGDi=j5?Hr$9y_ zDLB6O3{Yh2njJvFO{=zUU$<+=`rW2LVC8OZ>uF)*Wou(=XKQC?XYXL|;OOA!?Bwj> z9pUK{%IUEhH=Om85SJLV{F^heI zlF~1`y;G%)TvL`Y!XhOn&?+g3u>W)YiV zGMo~|y0k7$xf|j);}&zDh88DGtuE|4+4^Ij^L^j<`F)?y^Zd^Fo%eU$3-7AE9=;w1 zgK6X3Fh1Zs3)TTmb+C7v^{)emIu(uc)6~=)7kLW774cfBogU(6puQJLScQ-C^Xu|*BR~X?COtk#$a&)cn`cM-pdQ`?d|E~?;8-{cRYX) ze%zlx@DB_OAO@1o5(y*{P+(9{U~n)oB!qM#EQ}HpMTxmUrI2aVi?MWSLIN!@fu5Ea zmz0>0mPAj!oO~lS<@U8JS!q|ZZ=~mDT+hqSD9p>w&&w{z&nYa)FJ%;zF$$TbDm^GI zdRTU^oLR(T7C)+DR#!c!sV-+%v)DDPI(B7!Gy8cgehj z7#bPFO-#3%ZQH(M=dRt>HivEP9UPCKF$5whC^+PFSa{?GGKCf!7oVAxedpKQk}`JP zpY@GR&)PdWySjUNxdUSplR~LXJ~jP%c79<|`Szcs_aBzY_Z}5+m(hk%GnIh*1wx` z%Le*eKzhQCV6h6=lYB%K*~l~0rE>4{JuN379UQrCU1^1q!j&dL=bfO;`uefZVFt#c zMuYS5{LX{troZdDNtfq_7KGgEY}c#myB&L`gjGC@-4pXoR1E_^wjFAIlM45&vbCPx zdBK^7+TrbH73KMU(|#Ab8I0vzXy`NJ1~cU+Xpb{l)cW8+trolZRchApszX{ce|Wr6 z=D`)n4XpHum4c}pHG$I3YU7EvEXH;@@AlSz8dLSaTPvAkd(p*p!%uat-Wy!FWp)2|L&e(<@k~xk#=E7&;;2uAYlt`xJZhH~dfx)o yr3SuGTN&Gc&7DutmF3=l$qp>%TrSaS`>5u%zyz(zvE-2{$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-header-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..12aa37a82666033def1234f0169fff72788671ec GIT binary patch literal 813 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jHUrT zA+A8h|NsAgeDm>>i%;%eeRl8Kv-?+{Jh=Mw!L?@(uRVQq`Pri@&mLTR{NUP?hnJr` z0*YUG_VDVHhgX5JK&dAnHCI9CArJwzTz&QktR2h+3xX6w7!VSo9mGDm>%`IBCqYIb zDLA(0G*D#os%=2Q4J$TpU9)4`+MT*UU}SG#;%H#vWMJxOYGP_;YG!V3VQFD$Wocz? zW$ow^=;Rvg?iKFg?&<07<>lcW85R{49vvMK6CIOPoL^d!UshUBURGG%Sl`{&G_k#T zQeXGXW%Ji>SiX7ViY=Q~ZUx#1v1{A9eY-XtI=1K3@x7;y?>l$$z`0ZV&z?Da>FnXl zH_zR>b^adEVP6t^rGWuwUJ~RN%)lruBPVZQXyoeV?&a;{7aWq8UpQ;d-1!T(Zrgt7 z=&{RJu3o===kA-g@7{m-`02~{AHRP8{`2>*HbbipFb>o`T^vI!PA4ZUFi#Mj77ESV zo3kv6RTf`9-fmuU{LY<&4YEtx1LfAwGtn;=d7yZn(I#{R&OlEO% zT(!NJX_uOOiEmw!gYPMiDxEoxE}HIKlwB0el68sIQ*}2>;`PaC-Rn+JFQU#4cAyFg8KLrlj~)-c-{=ZeD_vV___*rFnmFE>jH{9EMU8xwHzLB^VkB5mt5 znM9uSY*KMuw_HY}Nb<%<^~EmkS5l6+g*5dRIb2HCV(@-u^QxlsXyu_V6`7wDj6^o? zP>jocSodz*ws&=INj@to!y~*{>&wC?3MDP9)?{HgZKLDV{YhF380rk3u6{1-oD!M< DHS3?j literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-header-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c1fb0dd1f6876dc85025035ce7dfcfe59fe1be50 GIT binary patch literal 1459 zcmZ9Lc~nw)6vrtmg-Wx@y~dnL+msZKnOmA0kqQcwTWYz4nxZ2JZPSdFI+`7q%G^!C zrOl<(u^P106vY&ghaf4N;F3#?Iq5XzJaX!fx##|Vzx%%TbHDGLcYZJ38;#ry(}zJI zkj<#0u2}Gl1edv*3b^+g4nV;}h2)IFtEs68B^WXI2#r7LPl7-U>Xd6uuzt>VP}C#4 z`H^vPXUNpk2@wz~l?sm{o+X8yj*o!HB@l|{?DZj#wZ`6_csCGUS&g<8004wSp@bum z0kZMo@z;ZsV?$FSU|P%*OZifnKqeoOj{=G@oG_NxEKIMImjz9a8RksrJ%@F zj)RJ_t8`Y9tKDzA5?l5E^2TqoUyA>%zQUjt2>;*VYj;&wGGLm4fpCO_Vd-?h(#hQ1 z+yV?MX9NOaW#evZV{7Z+VP|V+ci6+;&feY$efS6l>4rRtM4^z!JW!q(FK>)bh&S5D z2ZP08a5!%~4j+p5!Q-*VkK<09!1?;({epvIVhFJ@k;K@jIAU}>DK3#5M@dXbqWnaq zkdvti=PsU0`{n0rNtdrDU%sApB{w7GR#rwqURHiyRzZGF;hp@7@&Z~#A-$rgvZDAt zt*DAt@{nF!U0YdSTh&lk{iweBaYIex<9p4F#*Wse&bH>R_9x7jf3Uh4EM{w8Z`&)@ z^Zvf}K~6Wo>E;bFherm+gae|nA*pCcCgv(X-L-W=$_sdkj78%hYgE>4P}SV}owkmy zp1#43?+tev{kY56#Ok2+Av=2qM`u^RfWVVM!C~PMXJd&8A$InFc00z9AH&L!f@O~Y${N=!{ zM|4%=>8xJbN3QzgXY?DyS@r`uB6HiZl1jRZ?NzlY^B*`f@JdrVQ`RxB=)keI1Hzr! ze1TwbQKzhXe%`W-kV+*e+^P*;F+C`)4b1SnNk&y&q5BZyurjA%2DDUdNP3S6V z463n>G=W8>j7F`L%lA}Y+oNzWy>1hxL2E7B5WzItuBVf7qFnoZt~m#~pT=I(yDcQ7 zCW+Xv({W~HqOYp&?JVqr>&xY?gx?q%XEN9U_d4!okK}KGzKGTwfw#roR^2h@b9McC zzW0{qbhgp-g%(v$Rr{D4P4x`+yQLbYY+<0$MjY;P`?;xewUkz>(f=8LLq+`{SsiWS zLOtZe5l1HN3LM6*__ox&7<`n-37vexbfa+wv74asPnE$%DpUcR5qZ82rMtA8`E-7F z9%a#R=0Rsp9Gdjn3Q&JPQh@Y!?8|n*i%Joc5!lIL8@MUQTpt6Hc~)Ee*%0$ zT!Hle|NkG~eEj6%le<@+-MjYe{?#WBu0DNm?b*X?Paj==_UOv92iG1yxc21XIq2ARS{goJ1Zv7g?42}B^HkQBg0 zUOjyK^5L5o_g}w!@CK;h(e-CfZoPO4M7M$H<@0;5AyTg&zkC1U)GG?xz(9WmwY@^ak&2X^Vunrgq_Uh78r$RXL>|k-JDX?@Pem;4xtOU{y2D-98G&6ZF6!(O+r5I})^o8v z+nA3naO#P5kUSUhxUYjv$tbwt)SQLFu`bSnmd_hzt;y>DRkV1gQqk;&yojq`UrfKk za`BDSg`@u8-vzFmD6^hLW3Pt&N_FFd-9PLYw`|X`uQK|4e5!Wk%Ov|pkHv00p2T72 zmVZbh_kVrD{Ku;e`>zEq{jI)5D)5o|lzr|q6Rq9|+b!G1A^+7P`r!U*)#@daeAD^# XqVD$USaj$EgP6h7)z4*}Q$iB}n7FUo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-header@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..8b7043d7bd3c2b45736c605e0b8dcd8d92e9b8fe GIT binary patch literal 1273 zcmZ9Kc~DbV6viJ?O`t_bR5q>1hypDjw17mYECW<36A)3ch%6xjrJ_TkDaEZgE{sD7 zF;=!Zq>Vzwu~S+X7D1pIHbEsXfv~-7FJuppKoSh}K2iVZo$uaz?stCYygPGWNdoa} zJ6ji92!iZl_e3RvJqJubyfs*RT?cKzW=)BVO~T{xqr!Lu9BoeSIZT0|jela(>ZnWk zCSW>Kqm!xoPaLDtG788LjYjj$&CjEdGES0xPZVTVYeHQh$f_!?#Qxik-NmzmK5YezmJR+73NylMyf`?A>WytW9Xh;M|F%N@9Tp1R_ z;z^!F$dw9VR0N}9fWZzS%fHV#-95d1{R1xr;}eKPipmvA&CIOcFlRKG7Z&r0 zgYgiwA~`lHA}P5`J#0E;zi&P6B-`8PW+S)2EAa1UD^u91pFjF0plc6{s|?6Y|E&J_ zmaAW+i(A74lo+~m#ZGPM&9qRCR$De$8A6*Va;#Pdc-Q6t3 z_O;(JI8p7Q=yKTq% z!nK}Z)1>P-K}Lj)6M?G89XLO8g>-&vzmawDQu80Hh4i4|1gBjGrU>J1OBD$23dCgvxnE4V)FwS>>1}m5hg%=Se#$?SQ(ezk$+2a7 zrH1=Naf?Z}se)tp?xq*?9S&6y{E5RQ{GXi87t!PntMHTa*I(>f!ll%uHQm|mO?&*X zw&8NMqKffPV-e;1yIo9DXPSy6%AZ3htkvv*`HpO5ctixn6R&O>?b*v*AJ|^g`f@_! z;ZLWtLs~jHw(4h^X2-21Tt3tO315E*-dGHrI~vq+sHa zbJvtlk|IWmbtvQ2g)D9KjWq|?HCxhGwgs!0mD=KUfvp$9Hic~RA!UU1>u*%Y{Us~9 zEMws-T@?h5OMio4^L$z1v9i7WKR!3RJ~(h|v9w?X1!^RGJkmfkHG%&bij5{l-H%K! F{tw?e{Gk8< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1680cddab8af0dadd0a06627bb6b0266d95c8268 GIT binary patch literal 855 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h|NsBLd-v|UyYKGbfB*2(!$&t>Kfd|+@y$1PuRnQm{q@s}Paj-<@Zi?7hgTm0 z(Y?!$A76g_@aD5eSD!t)_UPf&Cl4<_0g{idy|{nv>EmlpA6$9-;M%hXSDrq;{`BG1 zrw^_^eFP-0J$(p7SAm8+dw3lv3snE?`0f+O_nvwHH0SEG2S9VKJ~_Gf%)=`{mCrY? z+PZbkcA(zv>vnJ7u-g;}tlZ6QJS}XzZES4pZ0zjp9Du;d!O7Xl+0#4R(>K!3FTgJ# z9)x2P6M-l`DKRO(thl10w5p=CrmD22rmUv5c|vFV)UNialltbaShR8T$}O8$ZridN zh<0pSziY?(Jv%n;-?QZ~&{Ze)o;k7q!m0h|P93~(?&#&4=kDFUa1Z3p52rnVL6%w) zhzC?zeerlzi`sim!_XJcy@8Wt8Fk(`o}os(NqQd(9~S=rRo+}zUA+Sbw0 z+11t6-Q7bHxUpzf5-_ebJzX3_BqaA9thPTCAjAIPeTdLRZ>^nAChZREFg87#a#rQ~ zlW7y{-v2lCFnWFE`Jb1SAKuqI+-W+K<;m5X8~F3?&D7}(IeoO|-i|xnl@BCtD@?5F zES(X(_ytF*=aZEOWLgh%ZsAS!SQ3|@7j>&&Ow-Xx?RAis2ZP&-^XbhMp~qITG8{Q^ zaf_dQNAW?6sT>WWzpic(xvSva}WU#*SX;$z$UDxd^ z+fP{>zs)f1?WjqLRlWSOk`ClYV+)ncb#_zusZhn?>xd8|!Zu`2Lp qKhJ@))}sEWR20-7PmcSuU7txty}z4l4lvLd7(8A5T-G@yGywn`ExVWi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..c7ded8c6bd6b60341cf7d806bc411d5bb61687db GIT binary patch literal 1521 zcmcIj3saLv6b&XL0fC|dRjVi}))qyCA`V0ife2BFA;dr?MWBR-AOr{|QIQIfMyTbb zGEzhoAwpG9UPDocyyPhY$(I0;yuRcM6+{_}Vv*9#bovu|=G?opch5b$v$LB`A^TaH zZ!kxpP?jWrUn&@5LAYSiAop*6X$A%~hd`oXu~>!XxEf5&lKdGQ6zZ#5W0;)WP_Pjc z*QXLgQiIshsl14kC=`#!b3T?p@*L?B-N4`Q(xhGAq7 z0f3;_V_nnJW77(S;*H|XJo zP7CQ(qgt&DQOjVp1W|)7xn2z+uuQL(!oUjn7#ks@vj)<`#*AoWum&tiby_LVBPvh< zjlfN&Q%em%rh)#=z{I!R?PNUOl!SrAjh+sN{0T|3=Fk_j)OeP~V)X1zyL{w1UQnps`~oshWhHJhWpK}4c+3Vp7!RR z&X(Su*1=vt@ld~bXs~^FsB>hb2a@yx$`!-PSHo(hM5~nO)Dm#{2>yF|BX}8gsZ??h z%47u^V`gq{VQFb)^@X+d>NRWD+Su4`vbW#7#ld0Qc1M@Ju5NDM?ep;P!r>0#@!o{v z6iOhK%3wyaSW(e2rxOwq+3cj`6#m(B=P#tEU(66>W&I?)oSmKX^OgSv%P6%Sc;9&> zUvFAS=bN#QObLFS={u_Fx19&tGn%h^POtPMR_>IU2db&R+-;7v4KmHF%xt#(jc(%` zXd-y{$KvLk$L^$(0mqGhKYRafX=(QTtN9m`=Nm(wyL~8R#_maOi4VV2o$PgVW`ILF zB6?_Z*s-$d*rpxvratbAA9KSy9dqCB!+0%bj32b@4Dkpa-6>Y?+e)1E>*^1n?~W-F z#JNw-?{sXl-@o5&vX3|7GD5E?XsU8L1Tm;Y*kaD#%_M^%;@SnCXwUy5Lc8`x){(Cb z7^rOyTY`VEmC1GeK!v=WMoC^X0}G}P%TvzfC$>ZoM~f-s`6cPJPx{o&YNxR zusY=GMXN~B!e0~ER3XN_{f>ADH)x@%sefsClfB*a?8@+5Ou{qI2PV}5>>ZZ}S8s<- zEOHaZBFdhVDESsy;rB3`x@&|N2&w8F>$RH8n9^&0-DRO^r-n@StZy-QHuKz;cg`KR zxGKmhi8Zz2COOOgQ6Z~iFZ!FNn%ddCcfFS)qo=QR5A%uxx^72`*3tA!l|whtyIE5a zBnzfq!3XN5cMT|AXYgVnA7j~Z`i0Lt{OL(~w&Y0x#$ABs1bn_+ zlC*`8dGOh5UALj)_dMUSHjYo*!Y-#}!wKc8tQ20I@JO75W8aw=#S8OB6VZIb$r*l8 z-D4&m!kdqk^(|j5u1!4gWl-z(ONtxw*uhaL;+0p^$CiJ-@I%ehKMh@1&@|h*zB0PJ z_0f+lh|lS5(1+}|zuMd@xc8}*-yhxm^pj|!+J29Vwbk6o+$SBv4gsYxA!o>mn^JJs z?yy5+ZaJw!c$VBQ)4KBJ{j=kEjJcxBnK^Ob^YC=ErSqZ8?o?+6_*f_sk?dPT2+#Zn DH;FCw literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive-header-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d6ebdef0b795d656bd9978acd70e94f48ac845f0 GIT binary patch literal 849 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>j5+~6 zA+A8h|NsBLd-v|UyYKGbfB*2(!$&t>Kfd|+@y$1PuRnQm{q@s}Paj-<@Zi?7hgTm0 z(Y?!$A76g_@aD5eSD!t)_UPf&Cl4<_0g{idy|{nv>EmlpA6$9-;M%hXSDrq;{`BG1 zrw^_^eFP-0J$(p7SAm8+dw3lv3snE?= z*t~hwR-oQ(YqoD&vr`WU3?1}MolH$l%}veC%`Jey%EAf=oSXxkTtnQw!#&+SJ>9*% zJ-s8tA|u12qr+pPW3!6$OH1?1$_mRG8@k#XC$%?E>g$@hY~FgH`5RYk*}M{nwryFx zW82zY+t%;hwfXSzJ*STE1)_5&_Mbbo|J<3w7tbBOeDmDB+ZXNu9ci?rQWF?nDJ4OE z!3>Q2`~ref($Z>b>YAEb+Io66wsxUmVc`+UDJj`Gxg{l~Wfhf`O-;?sEiJ8W9UYxr zU0vPXJ*0pIw@)wu<4N7q#WBRKYNaWrN482bU+vJb9Xv z`t(t*%E6ushnF{odrz5dDY7H`{8P&@x7Pi;CsrWN=GK? zf~n==?4m%HtV^t(sun+!uTReDU3W4{e1#{wifCr$!|qW2Wopv73)ECM#4K3K8fH7= zTyZEvmQcILugHj`%gvGkc8eT*V*+kAaICo~(z8xeMC3`&CKcCpyJa+rByW6FUu;o* zCFO`)NE7dN=S#_24BpRdUR9L3?mqmbBIA>Sk;vv9igCG$_tsszw(j1sB%c+P;SpY} j^=07`g_0IlYqBuxidN-i_3PUTj3Ne4S3j3^P6B3fJR&2;)7^qW2B%%1(u@9x|?w~)#3 zF~<|}I2_KL?(5A0^&|)vlcgZ{+r2RbWhs|RXPcOqC^P{ucr{J-4dvo+HqC}G3MXE( z1CdJC^SA%h(b0h* z2sVHLLD1A_*Yx!0v_henQOqcnO7$DHT0N^7)<6(~K!|okYjBQXI)x6EqDn}KL6}Oe z(v9fgA-#T7KPjCAHbjnS$F(qo!g6e47}JbkhW?mNZGh-CGE@U$nlVg0jHsmu0%m2v zteu2V_3-4R9E0TuEX80jHG;wrhR9J^h5!`c7zQB&Sp%VnA!8ajq5+>|+DRGkV`|U= zgMcR2!ZIDOX`p{IfEZQ*KtM3`<*4CL2wJ8`&Ta zKeDHv2ie1e!tkUrd}uy&A3EK~&yRkXahSo5^OgIBfQD4x7Va2M4o* zj~$DTKbepam&8rt@sjvFZZ`i6pU+L_^RmyU7hKFN%FZk)$SEtzt0*n1swl0jD6Oh2 zs}@uW1yw>}wMbZ9FRcApSbI-YD{iiDX%@G(7#>OM-G}Xx&UQ(6$HU&vCw<+|`g_~^ z``QQkJ6;cT4h{7}(!LSJTa`*Wsgi18DcD|Y;)>&LaQ5O<79$8}v}Eabrg;1cb8`!e zm8(`+u3o){K(N}daiiU)&718Vwz}-vO(N~t=j!V2;o(K09H0g;nSm@;=+USXC!%9w zPbVZKCM6}GNl8DOaqdE9=EdxsyuAE^%Y}tS#U=lv+IyzH$KjS_(!CF`LpoY^<84hh>$UE25iAzc=NgIs$Q3ta z*<8*~d?@*JaOlMu_~W3x%g3+9y9ryjz3GHgy%hnbd^boW7pn zQX(6)5&3+$9^)QQbh&DcnXj>Idyo-p)rjxH1^805oVZ${nV4rb-{mcOLWN$rUuw)r zR5@Ho-ZN__u|!Me>euHltdH#pl`TqRES8~MlJxCbS#J3Jb%zKpkxWbPsto1`mhTap zF~0I{Sl*snXquaN`L!pgJa;QzQmZ#vD>5Pz3hv=k-=-_y|HaS!N-!@PzGH366p*?; zn*`jo$kj95YdC`9DY2~8#(C6sPI^ZH2MT_e5?B5{a$IR-x8cJJ^t8T3;Jd=YOceU0 zMeap)&gs0LI)2>x=~hwHP~;Bdu(Mf-(cF;!bJdA(L%jTXoxkzDtY7^W?A75`xnFK< zuzqxZ+0K0vY;{=HcG5dl?H`9Bnw#VE25Vbu;epx6APnY4y|&*U@qQv`rKiGJ_G^}CxvZ1%cz%#4baE~& z>3x}5_eQ<3c-x)GS=;iX@7^5>Cizoug;lhkTsJTL@Z*sOs-D8tS5)JTN;FT}5m+CQ ZX_R~s-cF5*zW{Czj!t8EH&G)l{R3Iw3K9SS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive-header.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..a7e27df8409789782b93163ebd6438b8f63f20bd GIT binary patch literal 732 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)E&jWly zT!Hle|Nrmaz5DL&yZiUwKfLtt(T&%SZ$5r}^UdAsPo7+V{q*9~2bUi_xb^Je)rUZI z@ABivmmfd8`RvivXOFHudU*B8!^=;A&3G>uO0x+x%%t@&>SGT^7QHLR}Zf}2kLtH z;O)zYZ=c_L{qn(UkX_fGJ-Pk-83?@u3%-5*?n zv9${g3k#1(PD#nm$t@`*(n0>gww5?!gK;b;A}iFfj6Yx;Tbd zoZfroW?7Sg09!)A+eO#5iL4FHTw8Yi-O_ir7?Mu>w(n62PmGb6-h3-=3EiPguS1t~k8Z-{cte`L6FV$6G~fYiHl4E@t4HUHSnP$E*c zT)Fbi66J8|-L`p`>tj^=k7pbVz8RG9go^UhYBFBBZ)hqno|466f@rV3v pMepDJ93>t9z3i>d=I{G2a8;IFb5XD`*#Qi422WQ%mvv4FO#r-OnSlTR literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive-header@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..efa97f8695648017284262584f089e68c3d263f7 GIT binary patch literal 1228 zcmaiyc~BE)7{-^=5Db?nEvHC0hG9Su!f*;msL>W;paTpH7Dz-yZj?(7xiqMVU@f2s z3LU6ug;tqCkxYv)mO@p+hQvUU%_h4EG?Jl|Q=ng_)4%)9^S$5fyU+9ccD`9QJ@N|@ z(UJ&35Q%m?oB{T;U>zptfIeaO)&Oie`C+se0)Zezq9owaAm?~|J_K1k)hw+f%Ujl9 z_;~>}t{^)5OhI9C9t$cgEObxL%E(Vm&SAM{=cV2K7-$JWT7~p4W2nHq`(JT5927;d zNemPWFYsS4F7g+JLZM2inxCH+zZHwcOUN_=!zc=)vRRqNDZp?cF6YYU;du>2y4g)EJrmRLwG0xUd_m)Gr*6D!2|>W zjVF`L;J}8!|8@Y;oC1J=pqcaJnlItufCi41!kV~DfMY@+B{rwT=afo`N-0$>%9d0> z7?64iSF4rF>cwTXYI#|;vb+Sex}siPRj;nEtgo+bZUU_XZEbFDZ2@g z1O^@r2?-60qSH??81V_IOeX70+WE}PtnBQZ+`OXVlG3vB^2*EAwY7CuuCm$n*RKCx zDbgZZAxJxz79JWCH>%=q#BxJS_NW=5vWTJE$DR~*hWI_}OtjUz^(c;5lX3ikvs@9{ ze4uF?E%tcko&K|c6kQ<+8sYSGtWlZ;t^U?)L#639D{kxBFLQqXQ~#3T{n#gN--}-9 ze*Ih1OHoyN+W|VKyz$MO`bVyLm;$Q#A%ckB@nrL zdu@I(Hr-dLP3q^Ee#x~y-;`Fuu)Du;c~_@lhRdFcbB6Cq=L%1J#{QMAwMpAxkLnuV zW`)Mb4PShb{)eLw=9RaqtW>k^JkZS$12LZC{1}r|^GC1R%$BSmBUHfDm zGmh8kGoRYCFc7rIoYGx+x_aoc5!lIL8@MUQTpt6Hc~)E#{zsp zT!Hj|nt`9+fBydY8*V(D{q4(-A76d~#ew9btIr-?fA$23Za#l<`}s2vdim_m%jfrA zzkKla?X&kEo`3rA^23LhpFX|)^zFm9A3(j|fauq+Z@+&3`u+FsU!XakZ`WD@ed1IS z079NqDlAV)VQd(9~+0@+J(%RP1(b?72)!l;~aQ;ZP z1e*5E)5S5w;`H7t*M*u41Xu$OG~L)J{^sscr_I`*{@XuIT71;v(}R76r)R2o>+yVk z-}UU&+D6xvj;rT%S9vV4Sj_l3Lu1n#smn~yXQa&b^5LDgw6t})=f&xk`VV7ISN=+T zr2NZDuQ^L%J8$%2DQ|ZFOjEJILthVFqjSUp30ZseyVMU+r|&#(-K?sFIKz{c+cUtz@qSvYRf9wL!BooH_z7f{IbJ)sn3)5 c^$Vpx?LIMY)s9weUJ%qsB>G{7H7?{jFT^vIq4!^yT z9e&F}fGy!jnCt7M_f}o4S{%A&ZP>xETU`k*%Q+RDw!|^C9$WJHf4!qEqZh}`H^&b0 z&wKpa)<%8y&AXCL3!mHUdSNgdyQ8cZzh{POx( zspC|}l&t|q0a5Y^1`qiqyFP7S)2JLJY5e|h+_{1|U(B|1?O1f@(Yb=<##0v=OyiTg zxc17F+cWK!Sd?p3sO5VZzdgsYlIxvFf{WqO!sW(0{G-f8XPk`wJ#pIQ&oe{Vt$w&1 z*SGz@uzX7u^Zh#yYA(P0>vzk(%YMpXd3~u1N-tYa9q?oom%gC)Sp8p2r-Ky#C4<27 zV-bBk`&rMKKR9+EP&z8jNG$%PlYX?xzO_*a{b(Hefod=QtMaQJ#jLijJo4-bkGZsjQzprF@oqpuzjo!&p z9+Q90EL!&E*43)XYMhfl`pweZTWEfNa{q-V^CMTDJXiSWD&N{~MY5;Ej^>^hG?r1- zl@GhczL6_!QR1;P<^syR`WaKYzFyo^VIL*8?(1*f)7l?}-#Ga_($=qR{`ug|t!Hso pzXOzJ-@6?%x7X%>?oc5!lIL8@MUQTpt6Hc~)E&jWly zT!Hle|Nrmaz5DL&yZiUwKfLtt(T&%SZ$5r}^UdAsPo7+V{q*9~2bUi_xb^Je)rUZI z@ABivmmfd8`RvivXOFHudU*B8!^=;A&3G>uO0x+x%%t@&>SGT^7QHLR}Zf}2kLtH z;O)zYZ=c_L{qn(UkX_fGJ-Pk-83?@u3%-5*?n zv9${g3k#1(PD#nm$t@`*(n0>gww5?!gK;b;A}iFfj6Yx;Tbd zoZfroW?7Sg09!)A+eO#5iL4FHTw8Yi-O_ir7?Mu>w(n62PmGb6-h3-=3EiPguS1t~k8Z-{cte`L6FV$6G~fYiHl4E@t4HUHSnP$E*c zT)Fbi66J8|-L`p`>tj^=k7pbVz8RG9go^UhYBFBBZ)hqno|466f@rV3v pMepDJ93>t9z3i>d=I{G2a8;IFb5XD`*#Qi422WQ%mvv4FO#r-OnSlTR literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..efa97f8695648017284262584f089e68c3d263f7 GIT binary patch literal 1228 zcmaiyc~BE)7{-^=5Db?nEvHC0hG9Su!f*;msL>W;paTpH7Dz-yZj?(7xiqMVU@f2s z3LU6ug;tqCkxYv)mO@p+hQvUU%_h4EG?Jl|Q=ng_)4%)9^S$5fyU+9ccD`9QJ@N|@ z(UJ&35Q%m?oB{T;U>zptfIeaO)&Oie`C+se0)Zezq9owaAm?~|J_K1k)hw+f%Ujl9 z_;~>}t{^)5OhI9C9t$cgEObxL%E(Vm&SAM{=cV2K7-$JWT7~p4W2nHq`(JT5927;d zNemPWFYsS4F7g+JLZM2inxCH+zZHwcOUN_=!zc=)vRRqNDZp?cF6YYU;du>2y4g)EJrmRLwG0xUd_m)Gr*6D!2|>W zjVF`L;J}8!|8@Y;oC1J=pqcaJnlItufCi41!kV~DfMY@+B{rwT=afo`N-0$>%9d0> z7?64iSF4rF>cwTXYI#|;vb+Sex}siPRj;nEtgo+bZUU_XZEbFDZ2@g z1O^@r2?-60qSH??81V_IOeX70+WE}PtnBQZ+`OXVlG3vB^2*EAwY7CuuCm$n*RKCx zDbgZZAxJxz79JWCH>%=q#BxJS_NW=5vWTJE$DR~*hWI_}OtjUz^(c;5lX3ikvs@9{ ze4uF?E%tcko&K|c6kQ<+8sYSGtWlZ;t^U?)L#639D{kxBFLQqXQ~#3T{n#gN--}-9 ze*Ih1OHoyN+W|VKyz$MO`bVyLm;$Q#A%ckB@nrL zdu@I(Hr-dLP3q^Ee#x~y-;`Fuu)Du;c~_@lhRdFcbB6Cq=L%1J#{QMAwMpAxkLnuV zW`)Mb4PShb{)eLw=9RaqtW>k^JkZS$12LZC{1}r|^GC1R%$BSmBUHfDm zGmh8kGoRYCFc7rIoYGx+x_aoc5!lIL8@MUQTpt6Hc~)Ee*%0$ zT!Hle0Rq2&{stm6%ON7)zx)7-1IZs>e?GkW^x@TK53fCabp6?5AiDAV$*mVpf#~+j zXFzo4<%|2TUp{#A_UZe#&)$D{@#({>j~`xr`t;`W*N@-8CV&k2`Rymzx<9{v{rU6j z&%eL_faYr@GJgd6->f9aFPMQ*T1HOZz|hFm&E3n}$1gY}FTZfsoVoKCY~8l~(9vU; zuUx%;`_A1rZ{NND@bS}^?>~P1{{83g?yct%85kG^JzX3_EKcvek{*1>L4fUni$m9f zOM;Fp&Vj4ms$7~R5a6W#|Ns6C?!JAq=U(K0bN#Gw`R4C=ED!HI?OMWRD!el4pWUNP zg3s?-v-vE(KRMO)zlTNNvt2EdW_pz^-N*9n8Jm6DC8hSPTDI-Sf{&lyC=tMGZkohq zy38$SX_|{e_%!~o)0ZU$mhtE>XgQiO*RuPU&ZXprc{*)d(sf>K^f<}1>e97MzYm)) zJEOFdYlTzvWi`oyvzov3m`~+aEmnIdb?&Pi%6 z<-XkaM!R(njwNqNNGkc+f8gG`b==5?dSDl im-opDpWoCkG@YC9KmXqQ*g9bFGI+ZBxvXeGkUo;|wy^bwG}{_OFM=TB}ve|r1nGa$P2^7&mLdiDGs5WRi@ zME766eDLP=lXq{PynFlf{o7|i^x@s}5AR=meE;&}hgY9Iy#Dm@&F4>VzkGi8<;#a} zUp{{O`r+HxkKew1{_!1%zWn(4{nxJ_zkmPy{rlISKfnL}{qy(V-+w^x{~ySSTwXf0 zzz9ny3GxeOU}R=tV;2+>7893{l#-T}lUGnwR#8m?P`dE^pC5hp^UF5gHe? z45F0QYF^P>p`jVAt=jT?_ScqaYPo9055I9g|4{eVbKd0HvuEzydb6+SN6^hDZ^|mu z9yHASxMSB`bL~j4mB}1klN8-oat41p)4uEXH7^&DKXr~h9?=hKtEL^2skZ10EEDc_ znOwl6cKfZ{xz@TXmvhcd-os+H@O{m~VC%NTvZNylg{f=I?ysDE$l|t=p^wKm(-(8I zLd0{}IaC>MmdCyhsd2dKt8%4f%EeD}f^S4d357G!L&;So~`eK zWe+K?-Jr<%Zq=|(xz6lKd;iZ1<%_(;WV9zNE79C4V94D!^-|_+Mb#%_&if)V*kY^GRpZzf z{drsKU!M4i`~LUIy+{5ZjJp=U^Vk37`G2ytt_zi1EC`JKE3;`+Rk6-0<|(;Kv2Su8 z`IS8`UTC(2;rp@l-K|ZNo&^ZaDq22STthSOnU3S~Zzc9!jZ*~fMh4uQp2=T!eUF6a zvVF@IyxF_Te$_n(Um>HXGsRN!YyUmmeXMuYyoc3ML3d1BAG?I=ulwG_n(BRMb+H@s zq`!=-YBq>nTg(31;Ngbgw0*{YS3WRhYVI$|hT&VumsM9H>b{ttQaodS|15Km%~Qqcz%FVdQ&MBb@0FjUzS^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf7efd0013bad54cb5a31839c5a7626a4d8a4fe GIT binary patch literal 737 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ee*%0$ zT!Hle|NkG~eEj6%le<@+-MjYe{?#WBu0DNm?b*X?Paj==_UOv92iG1yxc21XIq2ARS{goJ1Zv7g?42}B^HkQBg0 zUOjyK^5L5o_g}w!@CK;h(e-CfZoPO4M7M$H<@0;5AyTg&zkC1U)GG?xz(9WmwY@^ak&2X^Vunrgq_Uh78r$RXL>|k-JDX?@Pem;4xtOU{y2D-98G&6ZF6!(O+r5I})^o8v z+nA3naO#P5kUSUhxUYjv$tbwt)SQLFu`bSnmd_hzt;y>DRkV1gQqk;&yojq`UrfKk za`BDSg`@u8-vzFmD6^hLW3Pt&N_FFd-9PLYw`|X`uQK|4e5!Wk%Ov|pkHv00p2T72 zmVZbh_kVrD{Ku;e`>zEq{jI)5D)5o|lzr|q6Rq9|+b!G1A^+7P`r!U*)#@daeAD^# XqVD$USaj$EgP6h7)z4*}Q$iB}n7FUo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..8b7043d7bd3c2b45736c605e0b8dcd8d92e9b8fe GIT binary patch literal 1273 zcmZ9Kc~DbV6viJ?O`t_bR5q>1hypDjw17mYECW<36A)3ch%6xjrJ_TkDaEZgE{sD7 zF;=!Zq>Vzwu~S+X7D1pIHbEsXfv~-7FJuppKoSh}K2iVZo$uaz?stCYygPGWNdoa} zJ6ji92!iZl_e3RvJqJubyfs*RT?cKzW=)BVO~T{xqr!Lu9BoeSIZT0|jela(>ZnWk zCSW>Kqm!xoPaLDtG788LjYjj$&CjEdGES0xPZVTVYeHQh$f_!?#Qxik-NmzmK5YezmJR+73NylMyf`?A>WytW9Xh;M|F%N@9Tp1R_ z;z^!F$dw9VR0N}9fWZzS%fHV#-95d1{R1xr;}eKPipmvA&CIOcFlRKG7Z&r0 zgYgiwA~`lHA}P5`J#0E;zi&P6B-`8PW+S)2EAa1UD^u91pFjF0plc6{s|?6Y|E&J_ zmaAW+i(A74lo+~m#ZGPM&9qRCR$De$8A6*Va;#Pdc-Q6t3 z_O;(JI8p7Q=yKTq% z!nK}Z)1>P-K}Lj)6M?G89XLO8g>-&vzmawDQu80Hh4i4|1gBjGrU>J1OBD$23dCgvxnE4V)FwS>>1}m5hg%=Se#$?SQ(ezk$+2a7 zrH1=Naf?Z}se)tp?xq*?9S&6y{E5RQ{GXi87t!PntMHTa*I(>f!ll%uHQm|mO?&*X zw&8NMqKffPV-e;1yIo9DXPSy6%AZ3htkvv*`HpO5ctixn6R&O>?b*v*AJ|^g`f@_! z;ZLWtLs~jHw(4h^X2-21Tt3tO315E*-dGHrI~vq+sHa zbJvtlk|IWmbtvQ2g)D9KjWq|?HCxhGwgs!0mD=KUfvp$9Hic~RA!UU1>u*%Y{Us~9 zEMws-T@?h5OMio4^L$z1v9i7WKR!3RJ~(h|v9w?X1!^RGJkmfkHG%&bij5{l-H%K! F{tw?e{Gk8< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7feed194842db10259d3b5e26d3f2240c61f83f7 GIT binary patch literal 728 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EKLdP1 zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBpXXo`Sh zVPRoF!N9;k2pJR<1W{uO1Xk{5KxFN1Zf+hFg{8A!N2VC4CDVJYD@<);T3K0RRsdA@KkJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d04c0853dad643559c931291a01da85290230a5e GIT binary patch literal 1266 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42%l{ zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qbm;!;7yBQDwNoyeTFgG{1u&}VQva+_ewz09XwY9agv$J>h zv3K@$bn$fp0#{!rS3f5=KW88Sl5YOa?*1-7;O_4V1Rnlwo&oM&f!^NUzP`SGetrP~ z0fB*mz%UOB3j+ozFl>S026P5E%%ZKn8&Gc$9->joyF~)ShV&BBuVnmj++&+Ies;QA*-+{V8{2>zv7lC(Kh1eQ2!lDm8oUWxJhH%2J); z2A5K*w-(==FW!;XV&leDcH!L7gn8;#4+}4~dM*EXc$Gtm@`8K!TrN)w{w|YrM8SK7 z=*LBQ!n+tHlV+HB?b`NGrh@zPF@gT3d$Kyt+Z8<}4!*q;o%+I*L&w9#alO~M$P+?o zK69(@yt%*V*Tefd?zR?doxVGyId78GI8(^!8uiRVYS&^Xe}^RJNs=%4mwR<>_OPv3 z=#IM7A&^^&9wYk^~8U-7CXf&9BFgx$PB?!9^OR{pzR?(`X-`o4d+nDyoc5!lIL8@MUQTpt6Hc~)E{{wtN zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBRPXo`Sh zp`oEbL4SXL2pJF%08yh01V;9H#z5qtudi=lU|?cmVrpt?VPRouX=x7xPF@Z`;Oy-P zL@wS=AmroZ>f;PVZa#i~en2yUra`QLIR1XRU^meJmL)-c!3>PjGIH_;hDNS#?q1$L ze!(Gm`GvFQ%$>hr>$dHOjvl*wI#{ilk`6Y-ZkWzu+^WF0D5>)Q|Lr?EjGZ2Jo@?8^ ztNW*4(Y-wki~Y83*mhmPTWa^});9u$;p>*_x9I;ia}R%drhld_*Uj=n{MyztI?vwe zJwB--Kdf~7f-^^MHYA>@-oEOx41>j0F=?+1*N{>MpZ!L<-!d<#G;F#u(ZoLITSwfE zSFQ}!`}%5xZ9lCzeS1|t;|gwBPT|1z&)=4>DrHb-`&8$6-o~z@k1JEI)J?A~E<}E3eqo7pg>FVdQ&MBb@ E0FufhtN;K2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-header-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4b1588d09fd36b81267bf325dc593a7b086c53 GIT binary patch literal 1291 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)|7 zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qb=mLR}y&e!4+v^!S7#J8B8X6iK8=IJzn3|fJnVFfJn_E~| zSlYT-*}B`&!>9S{IXM=v`kFMA+x@&X33gR_@|v$rD zb=u-(TeofBv1|8{W5-XNJaziaxeK@M-h1%m>9d!wUcdYF`ODXDKYsrD{V&h&ygvg2 zQ;MgHV@Sl|w>NHvUv>~-e-LCIBKBR>g|U3;x>9y=feEW3*2Id;II?YtXXv9_N?tmx zPTBA7=S&vMxMX5nbea9!!|#*k8S~#inKG^Vby05GRbHK`2@Wa>2-BFod zi_-;UPA*t}u`P3#Y@@5I-;oNtc@w6}baCCk72ABXNS8yhGel*kW8lHndD`jq_9@Fd zG@Zm;ZEuFZ-O?`_bVNy0RJnKS?74jxHhJhMKQ#<`GUcMBT%?#sFNej;h^3c5tx}jY zYa*9K=9bE{nH3D0Ns}e7bXDBgz%{p3XCrUk+qrRt+w9skt34bX^|wu3$o-)`z^H%H zx#8XTw8cuV7as5w)1vpU;fOn z>ilcN|d@D0~e=$v)FgbX-p6}iC4YRDCi!s++pOAm`lELp!|4#j~ zb9I`0N$m9RNy*aRYJY}y1zkxxEY~C>8+;}^O^QlEmk4yVe312cn^tI zJP*^eljr#6cW7q!`O>zssrm~RyxaQf$-dgcNlupEwO0QQ3|$qz^XsOSn>JWWox8rW zfk)nO+A8&?%9V1eg+G?;{E_#0weht3?56quw!JD#dY>GzV%9#EyuG%!lCLW4TrVQM zaY^DeqZRX>_8yO2{QUM)UPr%)M=j1DcZrO2+Uxt`ncr-^GWYWbR4gW({5S9ImScOC ves+8Bkx;YuNJYYu?^WrapWWAxHu%pl{T$2HNoJw>prXjr)z4*}Q$iB}rkoFJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-header.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-header.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1fd7ec3993161329f5e8f382883f0459ccca94 GIT binary patch literal 781 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{|6L&2Log${P^($$OQ@m$$$U;0m+XaKYsf3>GS8$Kn748&OUnV^s(cokDWMk z?8MmaOA+jV+Ri%J9Oma;iEuwYUZ59v*#|EJ#Xop`AZ)@e0b~Dt*ckBUb}Yf z(xpq6FJHcR@gk6M{`~nf1$S;_IQ9@E$Mq5YM&fdY<#nsK*CpjgpySJ}@ z!r~=M*KgXqZ~uWq$BtjQdgJD;+js8VfB5L}<0ns^J$w1`<*Qe3-n@MW0`I}#D+v7j z{rm6VfB%*rlVSu0xrC>SV~EA+J(3cOJj5S6S$>(5yt=V*dVa7$G|vi8ONQ8Bg=K2~ z`ql3G;T+L|D?GJXVuLxBsRfto>x*kdbFc6eb`I7M>$j+`-02vTzKrq85|^IOGJEgX z?s=n_!@5ANa1qm?dsnU;6i=F}5g;t?HsQ7aUy)nnC8cmak)1qm+72#JQ8vqH+NxrA zP>S=wB+GuYjgij1>=PHxIC}OkljBT*dWjd^h6|s?CTfZ@-Hi3>XnnU-fZ<}yJ%RIa SE1H3^z~JfX=d#Wzp$Pysh0B5f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-header@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..df38f3872e2081f98693c46ac3d8e6db3a0f537c GIT binary patch literal 1343 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&BB zd_r7-ivN!SSP1<2^XKp1zyJRI0}22czkmP!{{8!pA3uQPr%#_geE9J3@X@13_wV1odGqG=>(_7GxB+Bb zy?XW9wQH9yUAlbv@`Vc*&YwRIB*TvdZve(wUrCT(Faskq3o9GHfS`z|n7D+Lw2Z8r zf})avp^>qvnYpEnt$$!pa7bumRCHoea(ZS~PE&JBYg_x|X^WREUAAK7#?4!{Zri?N z*Pf%tPnAH%D+GM|`RmuO z-@k!@#_hDPo`HcW-P6S}B;xSf8$W|DJBYA<2-3gO^qp0%V|$RzD_$-Rud8C&{M@_N zFZHms*fQ@%)|M$I3r%DHrOsx!v}JbAlcnbj4u5Zd(thTN@$X$XYoptfZL{^yzMYqs zpCA!7^I^mG+r@ikE;rfr`{1-MyQO_4u5ab&S?c=o`=KVK&X<8AqWgB;ZMa!r=n+&I zHL<2EVMW67$xq+BYyHTy)=RNdD)juisO6;^(-!wUNs`E1vGtavP?z@6@8rmGft3JmG)V*9#ELFnnVy6<-xQ}y{%e|@j^Go>GWnW;P@MA&_Yt_fV zsmo4Hmp@<1|1SH2aKMiVNiW0I<5_j@f93mOs==jd7t&NeVU=t}nl+2C)|XZTMQd;K zy%D?4w}e{#R%5P=c1ugU!ky^D_Iug)Ep7s#vr>HCe=e)r@G2lg^Yo8|?}t{zdIyww zRol-zvuWCbPm5-)f4}HfdhP6r<|aS={F;0Jw|unp`?T%T^c9R-*O#boKQnu><&@&h zn|6Oc`lM=WbbsvB-n)$(3YjBaOeZ}2`z!2gfq~xj#j1SrYxDL+|9PWU&lhT5@BOwg zDV<-X+cfp?+3mZnBiL2a)6Y7-VeYDYRVFp(=eA0x2`4%x1!-w+n&G)%#)YYC)t2AT zm914yaCWP*Hv7!?%r|%XZZ_tNSA{MfNVvY#?E0_!8rcT*42oVKdKVe4IR(rN44$rj JF6*2UngH~oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@uIyO$Ks-Y#<5bLKuO8fe=AcAh2>b2Lda13kwS?D=RxYI|l~`XCQF* za|HrVKUdEHcOdc(0D_>PAfO?UksuoaVw3g(z2Q_6AhEu3pE)C zuq7O5+uN`=fnB<@X~o88f8$S;Drr4PInew+lfOndZL_rFkMc)PtKyf>dGWW(@}1(w zSBEwlY@1_z{^C-ty}o%lv(MiM*ON|*ogAO=S+wTis?f%nQ$8j-d^|r(Ro*S<<}!6N z@r%29|ttTsHcN8BsON%vvQ#67#CS7rVwy`FXS#{Kw(*7I}E%q!WZR|QHM Mp00i_>zopr0Nx+~2mk;8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-insensitive-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0e67ae2e8b1cd57b51f9ebd1d7ecb9de72226c27 GIT binary patch literal 1159 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)g@ zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdC}Ii(R_^9N03@wEEi5dotgLKoZ0zjp z9GrcffB;Ck0+F9H5CBPcKUW~|^mFwLaQ6=I_Vxyb4=`ka0TLD#2J|e@JCTtf!`Co- z83ThduO!GXn1PXrnT3;!i-(t&k6%DQP)JBvL{wHzPF_J#Sw+>r(8$=t%-q_>-oeqy zKOitDC^9-ZB{eNQCpRxIzo4+FqOz*GwyvSExwW;ey`!_My9X~&PW!)`fq}`?)5S3) z;_%xWH-m2lh_ELdxwdr2m0eqIU0a%Ulr=g!H#Tc&s2AhKYGxHd(?z0@hkpK#&(`Zu zQP~;pUvNya-v7*#hqHIjZ$AHh%JJ#%HRm4G{h$(k&`(_L zgC^tBny`r~nu}9DtBOpGsC#(ehj>yzfQR!Hrmn8Dzu(Sjn9#NR$EtGz zQ#j0>zRUUkUA;kmx@OidgA)t-Cp>qq6x8s|JU2m4!_;{*PgJ9h{HZPn%Tp?cElq2G zoLMmckLoVFElLyWay;6KQ|un!=J~}eX*WeM`kU~nqL7Vu*7A5Y9cfqD(VSA6aKCs( zlFsDR##a-j2Txz^H#fAaVvpp5GY;owEzSM-c5P?h^DU>I=4{(u&TbYeeQN8JZI&CF zmBJ@n(DuG8zIEZ!v*w3av+oKqe|_F%;nwp`202B(a7wXE4NKsakTMA&~$I{+lJdKIpm%cB)_voc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@l9z2L}VWKsJyBa>K&HAZ&kse~7pq5Ewe>89V6f>zkUIT3A>(0D+UY zgR{322>Cj>`Z~M%`uX_<1Oz}#0J;mPcTVvfYoIrrN`m}?85sEm1f`^<)zmdLwY2qY zZ0$nB!XuJXvU74vN=nNrDjS=cTUuJ%IyyQ!ySlo2FoBQM^2tEczIeJghFF~5d*!%L zlYszRLf2mHZ*8*Hh7C#P@Bas_6Bcw#XSew=|Jwoco1SHYE%oX_YrdMaxxBvGCCEQf z+xzr_D;xY~B(L7|WY(DzSLPe8*N|Q!J2^J!uV|IqRjcE^HNVmvVgpS3ZF_E*l=}OK zY+S~nQF*EMV1BbI!&F`SO?LKoWF)MG;c3tR9?Ig1>p!dp8K}kJ%Z)|9waA@yA>nBUc!9waMQI zJtz73%7s|oKXd9%#cFtRZfW6m{q!zx;i^Zk*M)ulbpO9o`Mr{}wU?$gMS)UmdK II;Vst09h>bY5)KL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..56036217ea7740c6d270b68616b57ea38a294a88 GIT binary patch literal 1147 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-@3 zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdD53`hh7Nkh4*L4~hK7d5#>S?mrsn46 z7C>O*YGvbY0|XA9Hcp;)Kma72yn(^u03@Bgot(X$U41=0J-xlXfuRHppOBD{u&^+o zmw}!Fnm>Et`w76%%r6P@3ua(sVrJpw;^N`u<>MC+5EK#;77>+|lap6aR8~h8f0vgYX2 zGB7Zydb&7zv5<9g5`2NAY}BYNNNX={nS*_-6Z;$pslQ%a|SO|a^M zaN0;aznJy3RYp`aF2f*U&Su9G1uIlO@`#GgDSTy_dwarO$5|U9wX#-kz4P*Wx95_{ zOFWc+{@!}dLF2sQ-Ga(hGo^y8_dc}g<~el9({`!f zC_!n_`4=owCT704cJD@ea3zcRGXZZ_*>F)s^ArKK^&yjXbG&72Z+=w59)IvDy^n)t?Z52W~yo>&$;ZONU?b3*%>Tp0ve_9fW)U z*GEF5Zj{~*cPPvBdcVL|_2YtVKi+L#e&W4$zIxO)h0{@Yw&j?;HcOIQDcHT*P1pIW z<#V~^j_1SQ^E&!HuzXq9Rk&qsYR0~EOS;$2ytk8yyJ)LzY;X1%>GtQ>`Islp7n*qB j;jKFxUjNUZVn3r?XgTe~DWM4fefY&6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-insensitive-header.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..e0740cea2cf5edf1f8d266b2f228a5364b1ae7a3 GIT binary patch literal 687 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EmjZl3 zT!Hj|T7vIj0Jq`Cj~_pO{)BKpefsp}%NGcH?t&HbfN0Um1&dZ5K6>Kl(Njl{pE`cx z%<&WFPMkV-3W&~JICJjeg$oxhUc7ku^5v^nuU@}?{r2tKj~+dOm;*HV@87>b(-iM4 zI0^KXTS<^#FasmMfS{DLn!2Wzww{fxU1(T%L~=@YPHstQSw&@IQ*%p8YgAi$PzuuHaj{f%Bx!A_@uPyg1Zu!uI!!t=Oi2rY~~=PIKTGiM=pi`Jz~K7Fn=xsz&rE8TVnMozDuc|}I+ z{Q>Pz-OJNDd+m4vzid|9*q)d*>rscB>yBdrQ!a>xzu4aRm_>AgwBq~rY{|!$PZ?y- zTkz~?Z-~AXgD0Ey>UF{1-+Q#0&(aAp`FeoxQIVCkMJtsFWzo4+F zqOz*GwyvSExwWmmqqD2KhgguiUgi%21CzC$sBuEG{lrp{ zr7L8DLRJM-MRbVePtnlv-L9GYa^w5||4*iIUs^Id=Sk~1gTvq3pR}L*V*Gp4&06XC z@6F8hYl9bF^~e!lH{)(Zis_dP{>w^O%@0h@Vc9J+<3Ny*7VF%30+SY2Eo@pe$=lYf z=fCHisYOdPcM2U2_{h5d#7q9eGu?D9o>~#O_WO3L zxx#cW+xMX75^77e%Nzz@b?v*{b^fIE&rqDyqRQa0KKS$#LwLVK{&&%TH z=5F^XZrilt(cafK?avmtsAw*1Gb!iW+cbyg)I+g-ZN@C3O1@Xm%Gcene^g$!XZ?&W z+Y<|q2TX8wH4lgi^=g0fn+dRG?y`ZRLSK|$F z=b+cq&p*5R#I(IkLAl*%-8`$`3qRCsS_9O-v|$IwpZ1i}2Ya6j$Vgo%S8Lg$GxwIp zU2`?9x$To5hRa%780h&JNbZ?^PfLA<;>xC%Z(nj}^BkRUsY$%-!fsWKwVRGD_L@C? zL8F=Os)uE{!kfjVoc5!lIL8@MUQTpt6Hc~)ETLOGS zT!A#HfRmFmH#fJkva+_ewxpz_s;X+voH;XR&YU-I-ok|omn~bic=6)p%a^ZPw{Fv> zO`A7w-oAbNmMvR$?AWn$=gwWbcJ0}-XYby<55eI6{rf=r5g5D&gST(r0_m?`zkUaU z-(c|f?_W6M|NsA~cN|23j)zZ?|(J?bOx3sjf zvbT3|aCCHXc6E!5i;qu8%r7V`tg5PRZfR+2Z|{-%E$oOnr~FxA(cT`lgx&c}YfZ z@R0}1-dnC`g_!wo{#R!DNA-&JgQ|Jl75p7~Z}Ogf-j)97iTqB+Akmapv3@_QK}o>V L)z4*}Q$iB}XucBQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-insensitive-selected@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..67ea825a4dac0c1fcd15b7bd32b42e7c1aa4c652 GIT binary patch literal 1081 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*mM zJ|V6^#gqe1PEH{qAwfYwDJdyMMMVt_4Idw$;NalEz`)$x+`_`bl9G~z3l}b4ymcfQR8`fqv~?`4tgLP9ot&IqTwLAU-90?LyuE#VW8>oD;}a5-Q&Likii(R%N=wVi z%PXs@Ynq!|Iy<|%dz4ODyD=~@nR~i8hD02GJ3Tx2mV-#!Qzci9%!W6STSPtvt>uVV zdTWx<)J363#Bv00{{Qdp!?caXY>UZAW=YRbd@y@C`r}Cj) zDb4TtBtuEnS?8LBQZENiG?Z#QJNew(4-XS7Zd=}SSlA(!5~kuCmK~ns7Qc#BL`(Kz z;Ul&;_cmJcmIZ`K$}AR2``A-h5_M$4nIlZ?Yrac_-xYfGEAEHo>6F?7OeO~=POE)5 zP5)cOf?ewkmi$>Wzr-S$X={Ms!vBv{65Bbqb}OmYs|DnJ_2YT9_><=UDSp}k=|Z6a zYHNKQBX>+{)GMsC*5%xw`FKO24;&XzB# zHP&BNzJ2-l)}6OrHFESkSy26h_mT~JM^(UGR@p#3kEd5d)x*vGjYQd*Z3`6I+uu1_ z9-Pp4zUV@wM8H+&faxL6TgtimL{)Q&le)Y&S#V0X_ikJylyX%~bw%1ouYehgsunI< zVU@c`i}|f)rtrj=M1^NH!Iyu`3H#^9b1Ufbsk;xKgdEuzAamC~ue90n`m1BQ=?yxp zyH@^}I{cA;!aI)`t_?4x%vY#cIM;Q*mcO!Bm+xoae4ZQc^pBY8-HSWMB)0L;zo$N? zQt=@gr)2&qnZ@d!?k&r=kovnL)BKc1c88d#-f1?CiHb4P{y+Nle@%Tre_ErTxBRw6 QOF{Y8)78&qol`;+0C33TeEoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NqaNIdk{!-Sg+qU%GVZ+_`fXE?l^I^CpnIc=6)dvu7b9Kn73*NCMRWRRY;S z0F(l%0dgTKAtFF71OT}}21M}MwQE2&P}$Y1S0S=My+FYmH*P?gws~S+ZowvSrIwtXQ#f<;vBoS3{fu)PDQ+ZJ^4xZ{L3U^y$ZsAHRS9{`>bY&=;P$ zTZMuCaVZJ%3ua*C=NAx^l9pCe*VNM1v$3@c4GWJ*PD#nm$t@`@tEg;jYHn$1X>IH1 z=;#Dm*VPTQ5Djo1s0PLaBde#2V~EA+y;p9QH5mvn1gwY>k6N7+`+8saYa^|RA(8+8 z&zI^6QJg0jH)na}gL$56#vYe8D~GNrT`tm@xjo8<)#FofZbVuiw&t$&)cz-z|2x&UR9w_JmEb1{3}6ONS3j3^P6FJp}ckaA- z^A;>vuxQbuB}+Q!D-!O_V-ATTH>GCDaWB{eNQCpR}QKfj=` zsG_o}y0)&ap|QEOt-ZaYv#T5EY&@Xdc6lfR1CxQLi(^Q{;kP$#2Hy%0VNX~R_ByKD zduv$W?oRH!wb#VLUpd|EI;QGY+@Pc|;lSVj@m}i!CQo?c=3j73vY!8dkKDeU=H-^` z(_dTq>)Xctk20uX;Xe~-vE!Ni`$WyR`+N&jX74NGURG?#_p&BXD_kpeO(0){Xx;{h5=!nsdt>%H{ zQT2^EyeBm>-ly{Z;)p!Nk@viAg=2I;lB24~mcrLxoM#y%zrOR>Pw(aSiqb=!uh`|d zY8!2&Pu*;?@C%r8`V~L#mrkeC0V&R|)&l;jujXXS=>%r5tC*?WY&=rzDzr*IeHPeT_m&1q2AeKl^e$&<0FzeE3a0N9zVQ7ilwnG}XK_!WsOVM8?Uj#tm!CU$ zv|yn^&EhR@KYS9?Q2ey@?~?d?^XJ~#a4KL$%7#SSbFz+e6t2ZjWvlw^(VlhSpJ`!l z)3R6M@gFAY*Id{#mJ=HmNrRH-gG$wMqUw5vz)b@YxCzj9rFXQT; Ug=~?!228mOp00i_>zopr01RGr$N&HU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-selected.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d2186b7c0bd5bac14b912d1a4c0263236bac21 GIT binary patch literal 717 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)E_X2!E zT!A!I04pnNetv#+b#+ZmO>uE?Wo2baNy*%~bLY&NGjHC!MT-_KS+ZpD;>AmsE?u!= z#j<6~HiE(C&6~Gw-MS47wr}6QbLY-oyLRo_vuEGFef#(Ce*goIkidH+@ZrOUZ!qv1 z4E}(@UoiOp|NpAJj&VTmd6oqE1v9X+aq;mB2#SfzE2yZdYiMcf=o=Us8Jqa{`UM08 zCa0uiWMpP$W)&5emX?)QR#w&4)~{N#cI~?L8%~`*bN1}L`w!lK{P^YTw>Jx)T*l;fhO!6yy8uRKfHdw=~g-ZO%+UpHn{dY+H8S@_1V%5dYYzPQcR zj-s8r)q=iCdTkdK$($&B>YV0e)wG*1jyF#7C52Yu`8FS8cH5X;e zt#$droW@=C?&m>A*4ggcI(qmV?(gjoVY(Q9pudKxq}HQmp6V>Il3NK?=Y!R3q*!?l zne@DGH0RiPaPjrq%F~UEujv#_F1)^C$It&#o*SR9J^z4v_3`yrHU7q(k=cKIbz890 vQ(m3h+Zg6Iu4}pRPA$m%^}K}Fb^S67Ud}DAW4c+6fYOqutDnm{r-UW|d-6fb literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch-selected@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1b8944f146baf901484833de12d8f0ff4e0995 GIT binary patch literal 1216 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#dHI#tgKvITzq_d!otGh;^HbQDjFIZ+S=MaK0f~b{(*skSy@@Rxw(afg~i3i zixw?fx^(HXWy_W?U%q0+iq)%EZ``mZQpVJ!o`c1E?>QR z?fQ+Icke%V`0o9Ok3WC?{x`3FcM$^vQ@p2(V@Sl|w>NHw3pvWL7jPW$PFdHn#pTea z+pdQ{ghggHl?7f(N;Y-c?4+|nBjw-!>1osTbk4k6^Y_`&;y-q8>E4&=KnkO7t+Q2P5CnzCxebukWfA*9{-Hmk%JQZ@G@uR=i z=GNp(llg!0bj|v*dCml${&ODjvsSMNJK3{Q%J-bSfZMmt5}KB`-uGy7mmc!bZGW}z zby>PgWQI_?N#UiA++AnST<=WIDmT33^ZrTqLB>K)NmJ#d|8t}_c*T5{P;LFMx8TT| znbubv)-JcMpLW?IN62s9qFE;Yq`MBg%ayc5Z;wrv2&>?GsZ;s$P*J9@>HSxeCoTL| zC$MP&=Z(isOJ1;E;!W;mdbKNY&sIlsT@9{KyO57ew&p&bcNggY=I@TWko)6MyWbv% znc>Sq7W7{){&x9f)1(WJobTK8?%I|cQE7aA`}U{+sarKK)MFf8l`H7V1a0@ph)#B5 z+U<9?e0QFEa_QV1Cl}Z*K5<(7nRBvFo5r5!&hPg)RCZtR$((GsS3M#8LX&Rk>?AL% z5BES#Y+Nt=cD>4Br!m5B*bSy*n3f$S!Yt zN`9B~_oFgT?e3er*==ccYUZ}7(Klyp{_GjE)0O+goW};H?-FII89lx8Rlna{XuHFy zG-tz!^V4QNZhp1>pwj#}&D4qu5;Lyv_*vFndGw37SK8wh>E^Fw)@4hmss5b1ZkizL zw63XDtMC4+3)0kE6t&oeY2EZx$rhJs>pto|a}>P(|H0M!8q*E-GaO+xW!}rjRtqXV NJYD@<);T3K0RTvLGB^ML literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch.png new file mode 100644 index 0000000000000000000000000000000000000000..67886a1299f7127feb691700f95cc5813ac90ed9 GIT binary patch literal 729 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ep96eC zT!Hle|Nk#sxNz~}#WQEloI7{!{Q2_`E`$MO0~ruDP!pfubZ zxcIee*MMvY2@wRU0dlWjzYgKvxpN1|xPANf-Me>zjIOS(?(XiMo}ML3mMmMgZ29u# zD^{#nxpL*IRjXF7UJbDksQuQhTR<&9y>H&U`TY6w_wV0-{P^+v_wPS{{`~#>7wFkd zDe;Se-nJ|W@(X5Ql$Mc`H!w7Eb#wRf_VEi2$;&UCHD~Vp1zWdmKXmliy{Y(Lze}EKleWB7;oiDh&-K#YHDZ(OCRx;`b06P$ zL#Fu4PMP~N{#sv-JvwK>8>{VRKh1Cd?X-0b{Xb#$+~x6XBKxj6-!k5mv}@lCjYVBN z8ph?!2X{M`Gfs^ZF#LG9(d}hLLd|tohqJB%kxD_G%O)$Xmu|4~6R=b=3URUvFJ-^5 zx8aR_U5d|%3Ge&vG40~mY&&;_@}iHs_*RIl6Kq>p|6!>g!&^?>`G4;h{nWYja9(x0 z_EP!%i((dseBu6GwPD}0o3l48zIZN=O)IV{ahiEc1%K7i8TDoT+PXD&qNgrCaxH$L ZszUd-(7z$??15p-;OXk;vd$@?2>|PHm7)Lu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/switch@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/switch@2.png new file mode 100644 index 0000000000000000000000000000000000000000..16a25780c6edccc31494aa05ac96897c1629f6ac GIT binary patch literal 1264 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-h_ zd_r7-ivR!rziQR0{rmS{y?XWb?c0|wT>>&ro;-Q+;>F9CFP}Pf>dcul=gytGaNz=w z3t^u>e;z0cWS>2I7RUxlK}et=Tm;Al>Vl9!22cS+4Ui215D_2=;X(|72m(bQih+U< zHe4};fhmrx9ikUa3whkGuCDIx?w+2WxpU{vn>TO4f(45fEn2*I@scG=mM&eoY}vBq z%a^ZMv0}}dH9(KUoelIgFsy*Vc~S3{QLJ07%54|XR-sMC!r+BFPMRmnT3sA zP)JxzTtZSxT2@Y8K~Y&nRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ew zylm^X?K^huK632%iIb;JpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|@>& zba4!cIQ;g;&)~}rBJ3Z6^h5aG3)={Y>T9j|$|fo>bydI`TM>`I6-SiUPd~cN#CO)M zzne3~CaCysnkYUavF$zoTmG3R)5|u`uGN=2@3$@f*6zQ}jTcOE3@$G`u;71?wRh&X z-X?9yuco&RborAe=yrX&AGKDi`>0M=*FF1;gKu8(tA9>iyX1(xOeA#lQmf++mK@yppF29)5za%wDO0#!jlK9tiHzT4H#R3a1Nv^$YHgQsC zs>+o&z1!DW`}!|*$q8~=+mY`3f5GYr%G)AcJf~lub2oo-mu-mS+vVleVGCbRQ15vX z=)7wi*WM;0Zmq=&rfZ+`JRy{3Qe^mgQcn4xfFgXS3vj^n{xep0Ef#3+Y_{zvl1K-5+K-$uBt7wyJO5 zE`#$IYc5&~EV+=rV&g)oKkX?c4<^4BSn>JTS?*;MW(OZ%?=v@$Yu8?heOD*8SXFZ# zOflTCeNUy=h38umHtosZwKMVR!WENlw%I$}B@^5bL!oS)tZiwv-ai1eETpti{ z{?=o@qUqQobNhA>Ln zF4Ye`-+K8{+LR*~xsN^Ct(+0}M1SEk-5VEg_{r2U?({mm<>9s4pPkcqCw(t-R&Kk! zT)sB0d*1s7d#0I98sV?kE>#gT(oieP-|s8FdwqEdTg-_w1@Gg+lJ8wBEl-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkpBPw|Cuvqp51)*{Py!Z7hgQM{OsY?Cs1_d$)l@4^z;D`T?3+LK<)#e?6s#4uL6|; zNf3Gj6u5he&?Ak@Ic;f&z9UqH^#C<*clW?*6!5fuvx2@Q)+NK8sj$tW(X ztZQg&YHn#ed+z*&4z;7XCW84inSo{uy4MjEu-SE;53!W?DevjPik8~opJ9) g&HC5BH6PE{Usx!@7_l}z73dfSPgg&ebxsLQ0APmTt^fc4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-active-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e03c811e2f291df0c3a9dc6af2031cd3b80fd556 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|Ft~mD_WkS6AKZBH@Y2gimmfX8`uO41=l8EZd2sdVgKN(oUVrxB^3#V`o<6+# z>=6)Md-fQp_zF<=$wMHz_7sR7U4HiX>az#e9zVGD#J-(^7yt%pEagk5tDHoUb|NmQCJ@+XNJ!by>Y`xLv>rZdpj*i$jOS#o@ zg?8X=^PU-NvOH8zPq@?VW)dzr;r}K5xuQZh+k#A%cg$QBbXR&0v!(y}*vj+%MO_xl z^w_uEdi7Go(XYc;U!S>k+n1fZl9ihyu7A>NaQdArY%x_lVXCM#Gne#%!tglG*MYUq zE!yvQUEQFh>i5F()hhi%U01&E^E>afWMBB2T}kh=Ex0EpDPCK<=bDiKi^DqA^)02U z`Rp7^7;a1~?=)4<=VAKFVxX4KcKXT_AD{atcFvqP;d8_G_4aQb&Fl)gE1C3|cWH*- zq==UE_j0{nn+ O!QkoY=d#Wzp$Py1*{1yf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-active.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-active.png new file mode 100644 index 0000000000000000000000000000000000000000..5028dbce7303bef135e1e62d93aa59274137486d GIT binary patch literal 409 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkbZXa+4I}a?_7NG;PSJFSD%2<(?{2yJ-YJj!BwEhQwVwlVj#G1@rT!*KED3!@%88L zUw-`X>eI*9pFh6&{Q2FN&+or}dH?n6$8Udr|NZyx-~a#rLo^bu0qqkl3GxeO5D^s% z3JGm&YHm4u?)-%hA3uHm^6#j6UY>e*fkBTPwFS%~Zuoc5!lIL8@MUQTpt6Hc~)E4+DHc zT!Hle|Nrk_fBxXci$|9qJ-+(*-jyf!uReKj_349a&mLZX_UQ7nhgY6Hy!!0X)n|`^ z%B}#Vo&cpDTz>Z8%Cm=8p8(OLYd{4E^yu2NM<6M%E}$V`sYhTgTp7@O2pi6TOMw|6 zT_AI=11){_^wx`~w_m(_{^9-0j~`xr`uO_u$2Xrpz4`q4-IverzJC4q{oAMS-#&l; z{`trEFF$^K{rT(1@83WF{QLJ0=(TkJifEuGjZ1?3f*BYU6qQx<4GfKpO{{Hf?H!#0 zgMvfC!t3fA8k?H;?%RLl*zuFsuHU$M>*cFAA3uHm^7GflPIVmy21XrE7sn6@$+ZV- z?GFV=uswLLG39!|J*A0ZMq%$nXHH+y`ulgig7x#9-z%T(U*|o|Gk4C_=)3EJ*Ndq( zTjeNUU8ON|^8RBzZhmPwC*8BWBpw&^vr>!9Q>tD+g?KQy{Uv=!A#G|fqUvPD2 zS@RL@UO^$5d+ht`5XFNwGSytDhN$z*{U`x>)?-nQimk!Y7b|0g&ws3b~K1LWmkw$^iEec zbN!Wf<;1>}J?US|_iTsi%!#`X^_&)+x%d=c&{^h_K^AK*=RLpTcP({h9pk;d4a;tG SCh`D-ox#)9&t;ucLK6VP!j>EW literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-backdrop-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7611f5dd0803772b0f8a5c99bc2c87ec99f1f103 GIT binary patch literal 421 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkY-@`4+Q)7?_ag**v_2?x9mB*2aLAwJF;`<{+;{xZ`*Td`<_EP_8s1}|LBgrhjs!P zyY}zeb!6B6Bir{J0E+D1eQ@`_BRh5<+O_x4j@^fM>^;15_dziG&~BjmJqLI0IXrVx z=`5gC$|XU5!3>N{9Gr?uN^0sF8d`e#21dpvCMKq4K|#R@iHS)msi|pcn;kZ&0+rW$ zx;TbNNah~&6lyYHU^p14^kCfzolfpE|K&5g7TMf98~@O7PuySI4J#&X4l!D-CLZi5 zHpy-Cij53%ud3|(+NV}Avwd~i`*g`S2P5ml7j+mt|6U2$dzFLdRp0BWYi}`^n{K(q zww2N8le$>S(%1*Zuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NmF5TD9>A2y6p^6WdOl*mC&ro;@cwZ{ELoKMrY}>Z|+xG9@x%1#|5IC}b|8XFD%O0TK!#npM+r9hXwmpY{_JA2X_8!`~ z@9?f&`+?%juW?%BU{&!HW=5AFbR_Z``}2Pg~T?%I18EO>a=ULg1I zj=hI>?moD4_hGPtBR~Up1I+{}KHT#=vRA3y(qfUvNz@QA3`xVVJG#H6I;a~a{TeVcZm!L4HICzt4GgURESHaS?f4;CsI(Or O>I|N)elF{r5}E+s$yJd6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-backdrop.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..47ec30d89eb70f6d4d037b176754cef95cff1e69 GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u7fKP}k zknZd2YiMYwsp+b0=&f$(t*q@TZ|FFC_QHh=S1(__aq8^l%a?CnyLR)={YQ@;Jp~bu zo<4p0x(cYcuBWP@>&K5D)eYTMbzN1BJ&mms8#^XeHgp3;Y8v~%QoYqp-9ScFU1wEY z50Fu(@A@8St6E8rUoZnFm#UhTwM|%9SU3noL`25K#%1N?0zqD0VPR2GQE_qclOvh| zKpicfE{-7*;ko^%g_;}$m^a&qiHHigggFLQ{rfMzS4X^ipX$n$o=a>eEt>!Qp8D)_ zObjhLucn@u zTCi=^CbfAL2^tG!8f^C6-LZRrQsx?~V>Wk>S={#xo^Jj2BlE$zLIDhAf4hP1VeoYI Kb6Mw<&;$S*7P~9} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3a27f104257b8ee65c5df3f547cfd4664cf19eb3 GIT binary patch literal 748 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E4+DHc zT!C~$!=&=^j)sQ*l7{Z8s@AHi3Dwmt)h&Hx4V?`Qoz>O7ery=66>wYA;V z4ZW4MU8m1otgh>-YUsXj;p*kfHx3>-b?WTp%hzsR1EQOE?%cV5|Nf)vwP7ynFKw2tESAoA>YEe*%HZy6(!x?y3f$nY~}Xe(jk!`|H;q z-4kY3)^$}k^i%=uYV4^5n%2!HeX&D(=IaM`vODpS;(6F$ua43j~jEahm zj*bC>*!cLw#H6I;w6yfhtlZo@5XjFj0D{7zqT=G>Wm(T685kJVJY5_^BqY}!%#3CX zlwf;sJ!+zWJL$m~BVu3lao{{V%lfTdS;-stG+ZvFV!hnna$e3qnaH3nunjn(dSG z$e5N9DB-=yl6{}_6Ct;VDLOq&C!hWKJn@NXPme~W#X1kO`5yPyB|dSfY<@lI)?a;@ z+(5SvcM2Zo@m}|sA{cX7%{D04aHbbstH^nJDbaG7{R6Ybx~repvH&B3!PC{x JWt~$(697+&Tyy{c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eee949a916012b6c7571443f08241aa5f5381a72 GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkpBPw|Cuvqp51)*{Py!Z7hgQM{OsY?Cs1_d$)l@4^z;D`T?3+LK<)#e?6s#4uL6|; zNf3Gj6u5he&?Ak@Ic;f&z9UqH^#C<*clW?*6!5fuvx2@Q)+NK8sj$tW(X ztZQg&YHn#ed+z*&4z;7XCW84inSo{uy4MjEu-SE;53!W?DevjPik8~opJ9) g&HC5BH6PE{Usx!@7_l}z73dfSPgg&ebxsLQ0APmTt^fc4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e03c811e2f291df0c3a9dc6af2031cd3b80fd556 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|Ft~mD_WkS6AKZBH@Y2gimmfX8`uO41=l8EZd2sdVgKN(oUVrxB^3#V`o<6+# z>=6)Md-fQp_zF<=$wMHz_7sR7U4HiX>az#e9zVGD#J-(^7yt%pEagk5tDHoUb|NmQCJ@+XNJ!by>Y`xLv>rZdpj*i$jOS#o@ zg?8X=^PU-NvOH8zPq@?VW)dzr;r}K5xuQZh+k#A%cg$QBbXR&0v!(y}*vj+%MO_xl z^w_uEdi7Go(XYc;U!S>k+n1fZl9ihyu7A>NaQdArY%x_lVXCM#Gne#%!tglG*MYUq zE!yvQUEQFh>i5F()hhi%U01&E^E>afWMBB2T}kh=Ex0EpDPCK<=bDiKi^DqA^)02U z`Rp7^7;a1~?=)4<=VAKFVxX4KcKXT_AD{atcFvqP;d8_G_4aQb&Fl)gE1C3|cWH*- zq==UE_j0{nn+ O!QkoY=d#Wzp$Py1*{1yf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-hover-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..eee949a916012b6c7571443f08241aa5f5381a72 GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkpBPw|Cuvqp51)*{Py!Z7hgQM{OsY?Cs1_d$)l@4^z;D`T?3+LK<)#e?6s#4uL6|; zNf3Gj6u5he&?Ak@Ic;f&z9UqH^#C<*clW?*6!5fuvx2@Q)+NK8sj$tW(X ztZQg&YHn#ed+z*&4z;7XCW84inSo{uy4MjEu-SE;53!W?DevjPik8~opJ9) g&HC5BH6PE{Usx!@7_l}z73dfSPgg&ebxsLQ0APmTt^fc4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-hover-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e03c811e2f291df0c3a9dc6af2031cd3b80fd556 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|Ft~mD_WkS6AKZBH@Y2gimmfX8`uO41=l8EZd2sdVgKN(oUVrxB^3#V`o<6+# z>=6)Md-fQp_zF<=$wMHz_7sR7U4HiX>az#e9zVGD#J-(^7yt%pEagk5tDHoUb|NmQCJ@+XNJ!by>Y`xLv>rZdpj*i$jOS#o@ zg?8X=^PU-NvOH8zPq@?VW)dzr;r}K5xuQZh+k#A%cg$QBbXR&0v!(y}*vj+%MO_xl z^w_uEdi7Go(XYc;U!S>k+n1fZl9ihyu7A>NaQdArY%x_lVXCM#Gne#%!tglG*MYUq zE!yvQUEQFh>i5F()hhi%U01&E^E>afWMBB2T}kh=Ex0EpDPCK<=bDiKi^DqA^)02U z`Rp7^7;a1~?=)4<=VAKFVxX4KcKXT_AD{atcFvqP;d8_G_4aQb&Fl)gE1C3|cWH*- zq==UE_j0{nn+ O!QkoY=d#Wzp$Py1*{1yf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-hover.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..b6bb3412ce7ccec28455889a1ce47567c9e0523e GIT binary patch literal 463 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u1fKP}k zkbZXa+4I}a?_7NG;PSJFSD%2<(?{2yJ-YJj!PRFU-hBG-=JTg_U*5m|^x++l@%hV# zFJC?Z(YMc^zJ3LvZ$R|$>Qe}MboJ?vAHN=61se7A@%86m62u0gA3uIRy7u%T5P{in z!F6T3tAOs%DhcunW)Kk-3knHsY-(=VzkmOM0|yQsI&}E(;bUjdoxkw-V3(fB(rX|NQ`{tKHMZF+@T#_h2~RAp;TDgWf$a_p*B!$j;yX|8HWXSp1n6`sP;m z-haKY@&)Ur2UEW)xqk7AY2ZF7dduq)N5z_Z@1L?ucvvwC-_FbByE2LC4;6;r<%P>Yt_MrW!7J;e?8}( YlP7xI_wKt7KqoPHy85}Sb4q9e0Py|$#Q*>R literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-hover@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4b1271a46f559012dd714df966f174f6385f3179 GIT binary patch literal 802 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E{{wtN zTtW2z|M#yye{kc)qsxyTUwwT4>XQdopFX(u?BVri53f9Zc=g$%tIr+-6@30uXw1?b(MnAHnQrVD{%v?||sb`&S>{zy91}0m<**e?GbO{QLJG zPi{Vk3&Pbr209q*l1JBp4t@qCLFn4EA3uIV#DR7}*bps1_Qm%HzXO9HxFpCgn1NA2 zQCY>n(8$=@#@61^DKIEFB&@!nv1#|-efxpn00jgJU%P(e z=B?Y09zA{e>dnVbpFe;3^5yHd??97({`&LxpQ;`IVg?3AGfx-C5DCe(2Q#gi0wvfU zeAf`#wAEu%itg_Y%}6iKz$MRr{@?HVd`{-NX&=}Ao|YMOv1HqooLx72D>)YkrT*|L zR82mVE)mFavg2ra&&stYCOnn*d2!^3_$nob+%TJ0JdK~c*0A)nFPB@hoL%B|(h4J< zPn%lzy$=>@({>XHn_Uuh;5zHgHc>%c-t5^+F8|u2RLP*N8YMQbcG5Z1lZ)ln^kjUO zxUsbG54XSP7OR@}H`ebG7wARFGRyP*?piNVA-I<3{BhpiN7^>)GNL!!lbK{aTP6Q~ zVyesShEhKx_9q_m4tsT(@vruNc44~m?hVgef>kB@r`k$XPj#0lPdfUsKXhXVW24`c zinLW60o>jC*ABLvo5T}Yacst|O+6e>4Iibr9a~WbP0l+XkKwTji# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close.png new file mode 100644 index 0000000000000000000000000000000000000000..b6bb3412ce7ccec28455889a1ce47567c9e0523e GIT binary patch literal 463 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u1fKP}k zkbZXa+4I}a?_7NG;PSJFSD%2<(?{2yJ-YJj!PRFU-hBG-=JTg_U*5m|^x++l@%hV# zFJC?Z(YMc^zJ3LvZ$R|$>Qe}MboJ?vAHN=61se7A@%86m62u0gA3uIRy7u%T5P{in z!F6T3tAOs%DhcunW)Kk-3knHsY-(=VzkmOM0|yQsI&}E(;bUjdoxkw-V3(fB(rX|NQ`{tKHMZF+@T#_h2~RAp;TDgWf$a_p*B!$j;yX|8HWXSp1n6`sP;m z-haKY@&)Ur2UEW)xqk7AY2ZF7dduq)N5z_Z@1L?ucvvwC-_FbByE2LC4;6;r<%P>Yt_MrW!7J;e?8}( YlP7xI_wKt7KqoPHy85}Sb4q9e0Py|$#Q*>R literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-close@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4b1271a46f559012dd714df966f174f6385f3179 GIT binary patch literal 802 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E{{wtN zTtW2z|M#yye{kc)qsxyTUwwT4>XQdopFX(u?BVri53f9Zc=g$%tIr+-6@30uXw1?b(MnAHnQrVD{%v?||sb`&S>{zy91}0m<**e?GbO{QLJG zPi{Vk3&Pbr209q*l1JBp4t@qCLFn4EA3uIV#DR7}*bps1_Qm%HzXO9HxFpCgn1NA2 zQCY>n(8$=@#@61^DKIEFB&@!nv1#|-efxpn00jgJU%P(e z=B?Y09zA{e>dnVbpFe;3^5yHd??97({`&LxpQ;`IVg?3AGfx-C5DCe(2Q#gi0wvfU zeAf`#wAEu%itg_Y%}6iKz$MRr{@?HVd`{-NX&=}Ao|YMOv1HqooLx72D>)YkrT*|L zR82mVE)mFavg2ra&&stYCOnn*d2!^3_$nob+%TJ0JdK~c*0A)nFPB@hoL%B|(h4J< zPn%lzy$=>@({>XHn_Uuh;5zHgHc>%c-t5^+F8|u2RLP*N8YMQbcG5Z1lZ)ln^kjUO zxUsbG54XSP7OR@}H`ebG7wARFGRyP*?piNVA-I<3{BhpiN7^>)GNL!!lbK{aTP6Q~ zVyesShEhKx_9q_m4tsT(@vruNc44~m?hVgef>kB@r`k$XPj#0lPdfUsKXhXVW24`c zinLW60o>jC*ABLvo5T}Yacst|O+6e>4Iibr9a~WbP0l+XkKwTji# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-active-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f773f24dc156d5d3551686be3ca8b44946243 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!AgZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~79Gr{BJP`~Lm=-@kwV`SS>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+c5@up- zXZ8;KbN9cf;`%wvc1(nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!AgZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~79Gr{BJP`~Lm=-@kwV`SS>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+c5@up- zXZ8;KbN9cf;`%wvc1(nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv@L=H;{dJmbs4vPziTQkY6wZBO?>Dv#Uo?a2k7# zc0N#8+tbA{gkxrMf`Z_TwOI_8&zy(yEr+qAXP8FD1G)j8!4b7l>na* zS0K&6@V}vTOXzUR>H-3NE>IkW>vf*3$_c$!yQH&7K%NswPK10xd$m!4rr zSW^7lsqnjRQRHB41tnGtosYXVD| zMZ**Y&Npn@j$#Zzd?S`8q)CY(s43-b)&?P!30tebmo+aGyThRKQSuVwS`I^y!#rL6 KT-G@yGywoGwqce4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-backdrop.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..36858b0c462d82fa6dd389e0a8904c988aa87082 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFS5;llyQ_O-fhxF5g8YIR7#W$Ez5N1X;);`n z%~t`1wLM)NLpWw8CnyNcSewOg`OKL}?gKo9?4caat6DS}4n?FTFr*c%^HRH7!SKj| VZL!AY#cCk?JYD@<);T3K0RSE(NHG8a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-backdrop@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..061e3569f13ada9e9769abcd8ed92d2ed7e6fbff GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7^#Gp` zS0D`p4Gj%_eSIY*-L*|Ul}+7M4PBLWot1Un)eYTMbv;1D%6Q5SsE)TJ$S;_Ik%^Pr z*gP&iF)zP3!0LGqP$JmV#W6%9I5|NgsbS~yGc%WJD2b(?o8uH3RQ!ym>39Z1Sd&1) zET*s~m4Zu+jR$2SAMiwQZejr912dBr2#GLG5MoKV!yMMcvg!OB%e(^yM;I6aIHfNI Srd+!Ma-gTHpUXO@geCxY)?2p# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8addbf89ee6d52a0ccf0b12497ec3711182ec985 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFq~#NKo0-i(}EKta3~@zfg!D6otN6x a3Wi4xY>PEEFIEF;WAJqKb6Mw<&;$U}K~sAG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..dedcc3871bfebdbc65da210f37639f454859034f GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfW|Nm91R-HI;V)yRdTMi%Ix#!T1-3NE=KD2A^p`Adq2PCpJ3>*we)^L?bvkK_aOk_1^CC;{h%<_xD!!u3GZ` zt~E>lMTRvjiU+octYPtd5X!*Z%)aS>^#-97Mj&o1KkJ~X!K9$daiD^K4GZU$ebwI& dH6(U0GMHN`l;<24bq5;H;OXk;vd$@?2>^8UZtMU6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-hover-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..84a5583cc628653dd5e203c79909759b887cff10 GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak7A<24> zvFNY?2ZMp+iLJN)|G!mYSRusFz#91alMlbxt5VmSd-u4X5?!QkoY=d#Wzp$P!;ypHSu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-hover-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ef62ad4eab22e6407724d1d8f4204e836e69b0 GIT binary patch literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVfL=9l;6m30@@^e$MsVeyL1yZ0U0z5nQ*1IG>@ zJ#`3#P9Hgb=7{^5!$5y}mjw9*Gw|>V2?>jdiA%`IE9mJPxOsSb`TGZig-1q3MMuX# zK`ao&B_t#!CMG4Pq@<>1Wo2g<6crbjl-AWZY})qh*^8gQe&4Q_+R4Dc80YEY7-DgH z?c{9dCIgW+Q=NR(jwX-F!%5$!#p-NTt62Hw*#H0b8%-0MdU(UJobIKP6+x^-4+aC1T#-FI((-1oC?NhzBE7M)9 zUrbZ^FSgFM-u)g&n9$P3#8YxYvM&n%6|9^uSSoNe=~0|ao*nbD`Q_VoHY>hk|7+2p zu&+`;oQplAN9g!$UG*Qc793;bJ)g5X#@p^k5tHwd52v=RUcdbad;HnNq62K}6Gc6a z)XQ$LywJzcDc}&@QX%Nz^x?eE70pR04jV*gzEfG*bj0CF^J}hj8I1+U^|F3Sd)PVY zF6!o*yd#xeUNfm@Sw*+joZ5a<2h}P++2=Q(?{l$z*S@DUa91KnR8aJ^T`y9i)@hhO z^}Mmgy!*%ZcE?qjhc&DoOj<6vbTemRW0jq;WT>*_oV3*UIhv+t6BdUD^I2W2XMEm# VWR-v%A20$LJYD@<);T3K0RUeWC(Qr= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-hover.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..128a39da1505934b85102494ab976af03f15ee55 GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};Yy&%Z0YI)9~YJ^zKfsv)*-Bo_bf6^Ytd ztk=t>cxvs`?Bo`vyK6eDTQ^@g-lzXrt2|5nl+U$^d9TvnOYhkiT=e3>*SdIK%S~

Zuoc5!lIL8@MUQTpt6Hc~)E&jWly zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPka|?_ZEOkoob`moGqlU%wqXa%%6vV||n7PMA7x;?(&KtrM#1yX%_!>sux~ zypjF^=vA+hAirP+R#tWnPA)DUUSSa#Svdt|6%|!A6LSkoD{Je>=$M$e!lL4m(z3Ei z(`U?@J$J$K4I4L|JAdKQv*#~fzW?y?^XJb%>wf$MSuf}GHj9CQG0fA&F~s8Z+Th6O zCI^vF&tNA73&~qeOE1OgO?lL{P4esidjB&et&D%FUcBCOX70}RYX0(*PyY#9Z(1bT zw(P{EuyR*tmbH@##X}Zce7XDa#@qSV8MjXOB3>GCJ$SxBwMElD?O)z%v*zh1q#V}a z`dAus<_}96-xrJSuC!C~MmZ}c)O46?PdezdAo2 ze6zB3e%ITBoy_a6%{lm1EX6P2Lh|*an+2L@$7-lN?2LV$f7*g=dyG(G!~erJ0upyV zB&cvQHP3f`6WrylbcCmlM}xI9r6s}FOIRs&i}E2gw&Rk2m$g`FUwLFKkkm3GhfB0; zM=Jk%&0|-WU0D;kIA?R)))kS7yZe{VEStYbi?3(0+zh@idkiM2y>XfL&@<`Dj|*}! zev8h(&%WS&bK~}?y^YU#cRd#iIGb*^SVzyV@^zl){`L3bKl0w@t@E1@EBzK2Zw#KU KelF{r5}E)dl%1Ra literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max.png new file mode 100644 index 0000000000000000000000000000000000000000..14e5e3e74dff69ce6e125a0ec0bd54012d6d7bb8 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF;HMs~Ui)tFob|x}mGOq5D_-vRa@b?vfzCUEal|F*7+qL2$;}EQZTx&O~w_;3;Ge<#1lrqRDV5A}xU-tzey(+SLk%M-FU@ UH8w9+18QUNboFyt=akR{0P0~(_5c6? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-max@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a13bb592dfbbf413347f0541f9be75043fb727 GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0LTc(6DONs)mOCii-BiwzlfVo{EO9s`~CqAlcAU-Oydt&|O*A4P-1i7Wo&bfxjfk zFPMReSwK)YI%)Ze)rXH9J7c}NFBK>i?CIhdq7j^&Ad%FNdT)36@c*1pLI~xU{X-!I8edAhK2LWzUuFX d8WKAg8O$ve%5x5jx&w`8@O1TaS?83{1OS2wWsCp- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-active-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-active-dark@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b#-9o$5M3?dLsR977}|*B*Qw*5n|r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-active.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-active@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b#-9o$5M3?dLsR977}|*B*Qw*5n|r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-backdrop-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b04db91415d46e182c878ab176fe3ecb2491235d GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%?4l^1TDHm`Z~Df*H~-IdO&pc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!C~|UC+wR=dFM&rjj7PV20xT^WW|R@`OBH978ywlM@#3ZTR2p831%c$5)oO)A=-S Q17#UJUHx3vIVCg!0Kk|sWB>pF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-dark.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c973246c00bf2b1b0a0cff5a2eb8bf94623a35 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%@rm*;N2pOeH~n!3>*Ke(UoAc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak75uV#0&DWs7!@^j(f^~J%+VA!&I~H&j{wtf5yUpp(!Zn}oNnYL5 zR;qqWu;lFNgRLT6fdR#41>4`8($Cl=@mPJ)=|jSwBNLWccJCBlw_f5+pO%O2a!Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVe`zerEIPw`o8R*p&qN1vBvQ3JD2|iHS?d$t&pT8@PFR zdinbYgoQ^&MMX!)KtU`J#3dvoCMG5&r=+B&W@Tk(7Zep2-)=I_W?*2{@N{tuu{gbU z^6jW52a#4o9e>u2CXdFhqZhQSBb<7T_x?|A{mg4|=u2tfYrb#%zqf2l{ImRA?s0zS z^BZ^H`mnS=>fZ`cyV(rho3u4_%TgG3%)MNZ-GlLbdTz+1+R`CH@^OYbKV^OX+G>5M3yn+q{L`5c{A|c z`+7jEPv>E4#%$yt{M$L&mV|c_TvKc&NrX0E9DB<7PM-4coyb+cO&xB7`+e_MJ#DdzV=VTEj|wuEIjHpwezMXp;u>(e5Ww}a`i}Wv;Xo)mOtIfq{K+~xb>WQssA3<-TuXvbE-jX`#Awy QVCXY=y85}Sb4q9e0A@Ju!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-hover.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..c250748c552e9c2fc4c266ce0167a8046688cbdd GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};dR$4@+a@$z&2xu-jUit;^O z9780g=Jvl8Y7h``jaD@KvT)1Z|J`jDu9W<{YrOf+?b7;&30|Izrr%#odmN$jO|@S- z_0J66gp(H&b_w-KwYe)^cRypqCE9V0Con*MBY(a6p*lI%FK?rH%MIhZHwJ~ywrn|> iaqZYglfLbR`g+zu+-n<;to#AAn!(f6&t;ucLK6TdBAogF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-hover@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..965ce3db3357fad9fe47dcef3a9c89d220caaf64 GIT binary patch literal 694 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E2LgOT zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPks>U2<}=l%aM!Cn)C%{gns?%UsxJ~y-Yo5ZpDq7>^R zpF5IgM^!omIJ0%#DQ!HNG&jfWWR)G;oxI@pfh_%&;v)It3yyEP_uVixMv433_a*;> z?}+Yk6m0w#QfQd_a;b7l^!NUT!qzu3(+mXm6!7{hB-zb)V&yFNpgKvtW5+bfH>VyX zEH&48*db=O>iJxkuS$Zx6$w?$&E+>HJPMgoaa}qo@X>X(+%sR>qziq7lix1b_S$f*`(e?kV znBK15$e*@)#>R?DX@2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4;OXk;vd$@? F2>|T-EmQyi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min@2.png b/themes/Mint-Y-Moka/gtk-3.0/assets/titlebutton-min@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3581928b3997773cbfc83c9c0f17389a768cc6 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!D0TL-!u7KXZXBrjj7PV1_eK9Gw>fc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(225, 213, 229, 0.75); + background-color: rgba(225, 213, 229, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + background-color: #454545; + border-color: #313131; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #e1d5e5; } + .button.osd:active, .button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #e1d5e5; } + .button.osd:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + .osd .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); + border-radius: 0; + border-left-style: none; + border-right-style: none; } + .osd .button:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: none; } + .osd .button:first-child { + border-radius: 3px 0 0 3px; + border-left-style: solid; } + .osd .button:last-child { + border-radius: 0 3px 3px 0; + border-right-style: solid; } + .osd .button:last-child:dir(rtl) { + border-left-style: solid; } + .osd .button:only-child { + border-radius: 3px; + border-style: solid; } + .osd .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #e1d5e5; } + .osd .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #e1d5e5; } + .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(74, 74, 74, 0.55); } + .button.suggested-action:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(74, 74, 74, 0.55); } + .button.destructive-action:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#e1d5e5), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 4px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 4px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .inline-toolbar GtkToolButton > .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #e1d5e5; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(225, 213, 229, 0.75); + background-color: rgba(225, 213, 229, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(207, 207, 207, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #e1d5e5; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry + .button, +.linked:not(.vertical):not(.pathbar) > .entry + .button:hover, +.linked:not(.vertical):not(.pathbar) > .entry + .button:active, +.linked:not(.vertical):not(.pathbar) > .entry + .button:checked, +.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive { + border-left-style: solid; } +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #e1d5e5; } +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .entry { + border-left-color: #e1d5e5; } +.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(207, 207, 207, 0.4); } + .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(207, 207, 207, 0.4); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(207, 207, 207, 0.3); } +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: #FC4138; } +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: #F27835; } +.linked.vertical > .entry.error + .entry.warning { + border-top-color: #FC4138; } +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #e1d5e5; } +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #F27835; } +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #FC4138; } +.linked.vertical > .entry + .button, +.linked.vertical > .entry + .button:hover, +.linked.vertical > .entry + .button:active, +.linked.vertical > .entry + .button:checked, +.linked.vertical > .entry + .button:insensitive { + border-top-style: solid; } +.linked.vertical > .entry:focus:not(:only-child) + .entry, +.linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #e1d5e5; } +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, +.linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #F27835; } +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, +.linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #FC4138; } +.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child), +.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: 0 -1px #cfcfcf; } +.linked.vertical > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked.vertical > .button:checked + .entry { + border-top-color: #e1d5e5; } +.linked.vertical > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover, +.header-bar .linked:not(.vertical).path-bar > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.primary-toolbar .linked:not(.vertical).path-bar > .button:active, +.header-bar .linked:not(.vertical).path-bar > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.primary-toolbar .linked:not(.vertical).path-bar > .button:checked, +.header-bar .linked:not(.vertical).path-bar > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, +.header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } +.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked { + border-top-style: none; } + .linked.vertical > .button:first-child { + border-top-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #e8e8e8; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #4a4a4a; } + +*:link, .button:link, .button:visited { + color: #cbb6d2; } + *:link:visited, .button:visited { + color: #b496be; } + *:selected *:link:visited, *:selected .button:visited { + color: #f3eef5; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #e1d5e5; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #fcfbfc; } + *:link:active, .button:active:link, .button:active:visited { + color: #cbb6d2; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #f9f7fa; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #f9f7fa; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(217, 217, 217, 0.6); + border-style: none none none solid; + color: #535353; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(74, 74, 74, 0.55); } + .spinbutton .button:active { + background-color: #e1d5e5; + color: #ffffff; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #e1d5e5; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #e1d5e5; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #e1d5e5; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(74, 74, 74, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: 1px 0 #e1d5e5; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: -1px 0 #e1d5e5; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #F0F0F0; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(69, 69, 69, 0.9); } + +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar .inline-toolbar { + color: rgba(81, 67, 67, 0.9); + background-color: #d9d9d9; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #d9d9d9, #c7c7c7) 1 0 1 0; } + .primary-toolbar .label:insensitive, + .primary-toolbar .toolbar .label:insensitive, + .primary-toolbar .inline-toolbar .label:insensitive { + color: rgba(74, 74, 74, 0.55); } + +.inline-toolbar { + background-color: #e8e8e8; + border-style: solid; + border-color: #d9d9d9; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #F0F0F0; + border-style: solid; + border-color: #d9d9d9; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #e8e8e8; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #c7c7c7; + color: rgba(81, 67, 67, 0.9); + background-color: #d9d9d9; } + .csd .header-bar { + background-color: #d9d9d9; + border-color: #c7c7c7; } + .header-bar:backdrop { + color: rgba(81, 67, 67, 0.6); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #ffffff; + background-color: #e1d5e5; + border-color: #d8c8dd; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #e1d5e5; + color: rgba(255, 255, 255, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #e1d5e5; + outline-color: rgba(225, 213, 229, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(225, 213, 229, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #e1d5e5; } + .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #d9d9d9; + border-color: #c7c7c7; } + .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #d9d9d9; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { + background-color: #d9d9d9; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 4px 4px 0 0; + color: rgba(81, 67, 67, 0.9); + background-color: #d9d9d9; + box-shadow: inset 0 1px #e1e1e1; } + .csd .titlebar { + background-color: #d9d9d9; } + .titlebar:backdrop { + color: rgba(81, 67, 67, 0.6); + background-color: #e1e1e1; } + .csd .titlebar:backdrop { + background-color: #e1e1e1; } + .maximized .titlebar { + background-color: #d9d9d9; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #e1e1e1; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, +.primary-toolbar .toolbar .separator, +.primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(81, 67, 67, 0) 25%, rgba(81, 67, 67, 0.25) 25%, rgba(81, 67, 67, 0.25) 75%, rgba(81, 67, 67, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: rgba(81, 67, 67, 0.9); + border-color: rgba(81, 67, 67, 0.2); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: rgba(81, 67, 67, 0.9); + border-color: #e1d5e5; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-clip: border-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: rgba(81, 67, 67, 0.75); } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(81, 67, 67, 0.45); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #e1d5e5; + color: #ffffff; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #e1d5e5; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #e89f77); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #ee7e78); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } +.primary-toolbar .button, .header-bar .button { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + outline-offset: -3px; + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(81, 67, 67, 0.2); + background-color: #e1d5e5; + background-clip: border-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(81, 67, 67, 0.45); + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + .primary-toolbar .button:insensitive > GtkLabel, + .primary-toolbar .toolbar .button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(225, 213, 229, 0.65); + background-color: rgba(225, 213, 229, 0.65); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + border-radius: 3px; + border-style: solid; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover, + .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(255, 255, 255, 0.9); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active, + .header-bar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked, + .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(81, 67, 67, 0.2); + background-color: #e1d5e5; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(81, 67, 67, 0.5); } +.primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(81, 67, 67, 0); } + .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(81, 67, 67, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(81, 67, 67, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #e1d5e5; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #e1d5e5; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(81, 67, 67, 0.45); + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, +.primary-toolbar .button.suggested-action:backdrop, +.header-bar .button.suggested-action:backdrop { + opacity: 0.8; } +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(81, 67, 67, 0.45); + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, +.primary-toolbar .button.destructive-action:backdrop, +.header-bar .button.destructive-action:backdrop { + opacity: 0.8; } +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #ffffff; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(255, 255, 255, 0.4); } +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: rgba(81, 67, 67, 0.9); } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(81, 67, 67, 0.15); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(81, 67, 67, 0.6); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(81, 67, 67, 0.3); } +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: rgba(81, 67, 67, 0.9); + border-color: rgba(81, 67, 67, 0.2); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: rgba(81, 67, 67, 0.9); + border-color: #e1d5e5; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(81, 67, 67, 0.45); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: 1px 0 #e1d5e5; } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: -1px 0 #e1d5e5; } +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(81, 67, 67, 0.25); } +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(81, 67, 67, 0.25)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(81, 67, 67, 0.2)); } +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, whitesmoke); + border-color: rgba(81, 67, 67, 0.4); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, white); + border-color: rgba(81, 67, 67, 0.4); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #e1d5e5); + border-color: #e1d5e5; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #ededed); + border-color: rgba(81, 67, 67, 0.4); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(74, 74, 74, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #f0eaf2; + border-top-color: rgba(74, 74, 74, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(74, 74, 74, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #ede6ef; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #969098; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #a5a5a5; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #4a4a4a; } + GtkTreeView.view.expander:selected { + color: #f6f2f7; } + GtkTreeView.view.expander:selected:hover { + color: #ffffff; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #ffffff; + border-radius: 3px; + background-image: linear-gradient(to bottom, #e1d5e5); } + GtkTreeView.view.progressbar:selected { + color: #e1d5e5; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #4a4a4a; + background-image: linear-gradient(to bottom, #cfcfcf); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #6e6e6e; + background-color: #ededed; } + column-header .button:hover { + color: #e1d5e5; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #4a4a4a; + transition: none; } +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #e1d5e5; + box-shadow: inset 1px 1px 0 1px #e1d5e5, inset -1px 0 0 1px #e1d5e5, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + +column-header .button, column-header .button:hover, column-header .button:active { + font-weight: bold; + padding: 3px 6px; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #d9d9d9; + /*border-image: linear-gradient(to bottom, + transparentize(if($variant == 'light', black, white), 1) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 80%, + transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ } + column-header .button:active, column-header .button:hover { + background-color: whitesmoke; } + column-header .button:active:hover { + color: #4a4a4a; } + column-header .button:insensitive { + border-color: #F0F0F0; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #d9d9d9; + color: rgba(81, 67, 67, 0.9); } + .menubar:backdrop { + color: rgba(81, 67, 67, 0.6); } + .menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + .menubar > .menuitem:hover { + background-color: #e1d5e5; + color: #ffffff; } + .menubar > .menuitem:insensitive { + color: rgba(81, 67, 67, 0.3); + border-color: transparent; } + +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #ffffff; + border: 1px solid #d9d9d9; } + .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + .menu .menuitem { + padding: 5px; } + .menu .menuitem:hover { + color: #4a4a4a; + background-color: rgba(0, 0, 0, 0.05); + border: solid rgba(0, 0, 0, 0.12); + border-width: 1px 0 1px 0; } + .menu .menuitem:insensitive { + color: rgba(74, 74, 74, 0.55); } + .menu .menuitem.separator { + color: rgba(255, 255, 255, 0); } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #ededed; } + .menu.button.bottom { + border-top: 1px solid #ededed; } + .menu.button:hover { + background-color: #ededed; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #cccccc; + border-radius: 3px; + background-clip: border-box; + background-color: #ffffff; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(255, 255, 255, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #ffffff; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #d9d9d9; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #F0F0F0; } + .notebook.header.frame { + border: 0px solid #d9d9d9; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #d9d9d9; } + .notebook.header.bottom { + box-shadow: inset 0 1px #d9d9d9; } + .notebook.header.right { + box-shadow: inset 1px 0 #d9d9d9; } + .notebook.header.left { + box-shadow: inset -1px 0 #d9d9d9; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #ffffff, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #ffffff, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #ffffff; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(74, 74, 74, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(74, 74, 74, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #4a4a4a; } + .notebook tab .button { + padding: 0; + color: #848484; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #e1d5e5; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(74, 74, 74, 0.55); } + .notebook.arrow:hover { + color: rgba(74, 74, 74, 0.775); } + .notebook.arrow:active { + color: #4a4a4a; } + .notebook.arrow:insensitive { + color: rgba(74, 74, 74, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: #7c7c7c; + border: 1px solid rgba(255, 255, 255, 0.6); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #fcfcfc; + border: 1px none #d9d9d9; } + .scrollbar .slider { + background-color: #aeaeae; } + .scrollbar .slider:hover { + background-color: #bebebe; } + .scrollbar .slider:prelight:active { + background-color: #e1d5e5; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #d9d9d9 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #fcfcfc; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough, +.primary-toolbar .toolbar GtkSwitch.trough, +.primary-toolbar .inline-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header.png"), url("assets/switch-header@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active, +.primary-toolbar .toolbar GtkSwitch.trough:active, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header.png"), url("assets/switch-active-header@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header.png"), url("assets/switch-insensitive-header@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header.png"), url("assets/switch-active-insensitive-header@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(74, 74, 74, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, whitesmoke); + border: 1px solid rgba(143, 143, 143, 0.5); + border-radius: 50%; + box-shadow: none; } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #f8f8f8); + border-color: rgba(143, 143, 143, 0.3); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #e1d5e5); + border-color: #e1d5e5; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #454545); + border-color: #e1d5e5; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #e1d5e5); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #cbb6d2); + border-color: #cbb6d2; } + .list-row:selected .scale.slider, GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #fbf9fb); + border-color: #fbf9fb; } + .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #f0eaf2); + border-color: #f0eaf2; } + .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #f2ecf3); + border-color: #f2ecf3; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #cfcfcf); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #e1d5e5); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(225, 213, 229, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(207, 207, 207, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #575757); + outline-color: rgba(195, 195, 195, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #e1d5e5); } + .list-row:selected .scale.trough, GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #f2ecf3); } + .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(74, 74, 74, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #e1d5e5; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #e1d5e5; } + .list-row:selected .progressbar, GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #e1d5e5; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #cfcfcf; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } +.level-bar.fill-block { + border: 1px solid #e1d5e5; + background-color: #e1d5e5; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: rgba(74, 74, 74, 0.2); + border-color: rgba(74, 74, 74, 0.2); } + +.frame { + border: 1px solid #d9d9d9; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #ffffff; + border-color: #d9d9d9; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(0, 0, 0, 0.03); } +.list-row.activatable:active { + color: #4a4a4a; } +.list-row.activatable:selected:active { + color: #ffffff; } +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #cbc0ce; } +.list-row.activatable:selected:insensitive { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(225, 213, 229, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #C3C3C3; + background-color: #454545; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #2c2c2c; } + .app-notification .button, + .app-notification.frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(225, 213, 229, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #e1d5e5; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: #979797; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #4a4a4a; + border: 1px solid #d9d9d9; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #e1d5e5; + color: #ffffff; + border-radius: 1.5px; } + GtkCalendar.header { + color: #4a4a4a; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(74, 74, 74, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #4a4a4a; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(74, 74, 74, 0.55); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #4a4a4a; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #d9d9d9; + border-bottom: 1px solid #c7c7c7; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +GtkFileChooserDialog .search-bar { + background-color: #F0F0F0; + border-color: #d9d9d9; + box-shadow: none; } +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #d9d9d9; } + +.sidebar, .sidebar .view { + border: none; + background-color: #F0F0F0; } + +GtkSidebarRow.list-row { + padding: 0px; } +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #e1d5e5; } +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #d7d7d7; } +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(74, 74, 74, 0.8); + border-width: 0; + border-style: solid; } +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #d9d9d9; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-repeat: no-repeat; + background-position: center; } + GtkPaned.wide.vertical .pane-separator { + color: #4a4a4a; + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-repeat: no-repeat; + background-position: center; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #e1d5e5; + color: #ffffff; } + +.warning, +.error { + background-color: #F04A50; } + +.list-row:selected .button, GtkInfoBar .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #e1d5e5; + outline-color: rgba(225, 213, 229, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(225, 213, 229, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } + +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } +GtkColorSwatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + GtkColorSwatch#add-color-button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #ffffff; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(225, 213, 229, 0.2)), to(rgba(225, 213, 229, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(225, 213, 229, 0.2)), to(rgba(225, 213, 229, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(225, 213, 229, 0.2)), to(rgba(225, 213, 229, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(225, 213, 229, 0.2)), to(rgba(225, 213, 229, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } +.undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } +.undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } +.undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +.window-frame { + border-radius: 4px 4px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 8px 0 rgba(0, 0, 0, 0.2); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 4px 4px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #d9d9d9; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding: 8px 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(217, 217, 217, 0); } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(81, 67, 67, 0.2); + background-color: #e1d5e5; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.close, + .titlebar .button.titlebutton.maximize, + .titlebar .button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png")); } + .header-bar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png")); } + .header-bar .button.titlebutton.close:hover, + .titlebar .button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } + .header-bar .button.titlebutton.close:active, + .titlebar .button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max.png"), url("assets/titlebutton-max@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop.png"), url("assets/titlebutton-max-backdrop@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover.png"), url("assets/titlebutton-max-hover@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active.png"), url("assets/titlebutton-max-active@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min.png"), url("assets/titlebutton-min@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop.png"), url("assets/titlebutton-min-backdrop@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover.png"), url("assets/titlebutton-min-hover@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active.png"), url("assets/titlebutton-min-active@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #e1d5e5; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #c7c7c7, inset 0 -1px #d9d9d9; } + +GtkHTML { + background-color: #ffffff; + color: #4a4a4a; } + GtkHTML:active { + color: #ffffff; + background-color: #e1d5e5; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalScreen { + -TerminalScreen-background-darkness: 0.9; + background-color: #3f3f3f; + color: #fff; } + +TerminalScreenContainer .scrollbar:not(.slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #848484; } + TerminalWindow .notebook tab .button:hover { + color: #4a4a4a; + border-color: #cfcfcf; + background-color: whitesmoke; } +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #e1d5e5; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #4a4a4a; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #9d9d9d; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #f9f7fa; } + +NautilusNotebook.notebook { + background-color: #ffffff; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #ffffff; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(74, 74, 74, 0.5); + border-color: rgba(49, 49, 49, 0.5); } + .disk-space-display.used { + background-color: rgba(225, 213, 229, 0.8); + border-color: rgba(203, 182, 210, 0.8); } + .disk-space-display.free { + background-color: #e8e8e8; + border-color: #cfcfcf; } + +NautilusListView .view { + border-bottom: 1px solid #d9d9d9; } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; + -NemoPlacesTreeView-disk-full-fg-color: #cbb6d2; } + +NemoWindow EelEditableLabel.entry { + transition: none; } +NemoWindow .sidebar .frame { + border-width: 0; } +NemoWindow .sidebar .cell { + padding: 0 2px; } +NemoWindow .sidebar .scrollbar.vertical .trough { + background-color: transparent; } +NemoWindow .sidebar .scrollbar.vertical .slider { + background-color: #aeaeae; } + NemoWindow .sidebar .scrollbar.vertical .slider:hover { + background-color: #cfcfcf; } +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #d9d9d9; } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(255, 255, 255, 0.9); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(81, 67, 67, 0.2); + background-color: #e1d5e5; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(81, 67, 67, 0.5); } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(81, 67, 67, 0); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(81, 67, 67, 0); } + +.gedit-headerbar-paned { + color: #c7c7c7; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #ffffff; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #ffffff; + background-color: #e1d5e5; } + +.open-document-selector-name-label { + color: #4a4a4a; } + +.open-document-selector-path-label { + color: #a5a5a5; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } +.gedit-document-panel .prelight-row .button { + color: #848484; } +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #ffffff; } +.gedit-document-panel .prelight-row .button:active { + color: #4a4a4a; } + +.gedit-document-panel-dragged-row { + border: 1px solid #d9d9d9; + background-color: #d7d7d7; + color: #4a4a4a; } + +GeditStatusbar { + border-top: 1px solid #d9d9d9; + background-color: #F0F0F0; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #d9d9d9; } + +.gedit-search-entry-occurrences-tag { + color: rgba(74, 74, 74, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: whitesmoke; + padding: 6px; + border-color: #d9d9d9; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #4a4a4a; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: rgba(81, 67, 67, 0.9); + border-color: rgba(81, 67, 67, 0.2); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: rgba(81, 67, 67, 0.9); + border-color: #e1d5e5; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: rgba(81, 67, 67, 0.9); + border-color: #e1d5e5; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(81, 67, 67, 0.45); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #ffffff; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #F0F0F0; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #C3C3C3; + background-image: none; + background-color: #454545; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #ffffff; + color: #4a4a4a; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #ffffff; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #4a4a4a; } + +.xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(255, 255, 255, 0.9); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive { + color: rgba(81, 67, 67, 0.5); } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #e1d5e5; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(74, 74, 74, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: white; } + +.documents-entry-tag { + background-color: #e1d5e5; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #ffffff; + background-color: #eae2ed; } + .documents-entry-tag:active { + color: #ffffff; + background-color: #d8c8dd; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(255, 255, 255, 0.7); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #e1d5e5; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #C3C3C3; + background-image: linear-gradient(to bottom, #393939); } + +.gnome-panel-menu-bar.menubar { + color: #C3C3C3; + font: bold; } + +.gnome-panel-menu-bar.menubar .menu { + font: regular; } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #C3C3C3; } + +PanelApplet .button:hover { + color: #dddddd; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #e1d5e5; } + +PanelApplet:hover { + color: #ffffff; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #e1d5e5; } + +WnckPager { + color: #626262; } + WnckPager:selected { + color: #e1d5e5; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #C3C3C3; + font: bold; } + +.xfce4-panel.panel { + background-color: #393939; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #C3C3C3; + background-color: rgba(57, 57, 57, 0); + border-radius: 0; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #535353; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #e1d5e5; + border: none; + background-color: #272727; } + +.floating-bar { + background-color: #e1d5e5; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #e1d5e5; + outline-color: transparent; } +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: rgba(81, 67, 67, 0.9); + border-color: rgba(81, 67, 67, 0.2); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: rgba(81, 67, 67, 0.9); + border-color: #e1d5e5; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(81, 67, 67, 0.45); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #e1d5e5; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(0, 0, 0, 0.04); + border: solid rgba(0, 0, 0, 0.08); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(74, 74, 74, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #4a4a4a; } + +.cs-header { + padding: 6px; + background-color: #ededed; } + +#panel_window { + background-color: #393939; + color: #C3C3C3; + font: bold; + box-shadow: inset 0 -1px #272727; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #C3C3C3; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(195, 195, 195, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #4a4a4a; } + +#content_frame { + padding-bottom: 14px; + background-color: #F0F0F0; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame .button { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + #content_frame .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + #content_frame .button:active, #content_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #e1d5e5; } + #content_frame .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #454545; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #454545; } + +#buttonbox_frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + #buttonbox_frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #e1d5e5; } + #buttonbox_frame .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +#login_window #user_combobox { + color: #4a4a4a; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #c7c7c7; } + +NemoWindow GtkEventBox { + background-color: #F0F0F0; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + -gtk-icon-style: regular; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #454545; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #e1d5e5; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #5f5f5f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #C3C3C3; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(195, 195, 195, 0.6); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(195, 195, 195, 0.15); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + color: transparent; } +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #454545; } +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #C3C3C3; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #e1d5e5; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #454545; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #C3C3C3; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(195, 195, 195, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #e1d5e5; + color: #ffffff; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #C3C3C3; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #454545; } + +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #454545; } + +NautilusWindow NautilusWindowSlot { + background-color: #ffffff; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #454545; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #F0F0F0; } +GtkFileChooserDialog .dialog-action-box { + background-color: #F0F0F0; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #C3C3C3; + border-color: transparent; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: #333333; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #C3C3C3; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #c7c7c7; } +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #d9d9d9; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #e1e1e1; } +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #d9d9d9; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #e1e1e1; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #454545; } +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #d9d9d9; } + +.gedit-bottom-panel-paned { + background-color: #ffffff; } + +.gedit-document-panel { + background-color: #454545; } + .maximized .gedit-document-panel { + background-color: #454545; } + .gedit-document-panel .list-row { + color: #C3C3C3; } + .gedit-document-panel .list-row { + background-color: rgba(195, 195, 195, 0); + border: solid rgba(195, 195, 195, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(195, 195, 195, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(195, 195, 195, 0.15); } + .gedit-document-panel .list-row:active { + color: #ffffff; + background-color: #e1d5e5; + border: solid #e1d5e5; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #ffffff; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #ffffff; + background-color: #e1d5e5; + border: solid #e1d5e5; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #C3C3C3; } + +GeditFileBrowserWidget { + background-color: #454545; } + .maximized GeditFileBrowserWidget { + background-color: #454545; } + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #333333; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #C3C3C3; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #e1d5e5; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #e1d5e5; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #C3C3C3; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.4)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #ffffff; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, #e1d5e5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e9e9e9; + border: 1px solid rgba(0, 0, 0, 0.3); } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(233, 233, 233, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f6f6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #e1d5e5; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #4a4a4a; +@define-color theme_text_color #4a4a4a; +@define-color theme_bg_color #F0F0F0; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #e1d5e5; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #4a4a4a; +@define-color text_color #4a4a4a; +@define-color bg_color #F0F0F0; +@define-color base_color #ffffff; +@define-color selected_bg_color #e1d5e5; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #f9f9f9; +@define-color insensitive_fg_color alpha(#4a4a4a, 0.5); +@define-color insensitive_base_color #ffffff; +@define-color theme_unfocused_fg_color #4a4a4a; +@define-color theme_unfocused_text_color #4a4a4a; +@define-color theme_unfocused_bg_color #F0F0F0; +@define-color theme_unfocused_base_color #ffffff; +@define-color borders #d9d9d9; +@define-color unfocused_borders #d9d9d9; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #ffffff; +@define-color wm_title alpha(#514343, 0.8); +@define-color wm_unfocused_title alpha(#514343, 0.5); +@define-color wm_bg #d9d9d9; +@define-color wm_bg_unfocused #e1e1e1; +@define-color wm_highlight #e1e1e1; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #f46067; +@define-color wm_button_close_hover_bg #f68086; +@define-color wm_button_close_active_bg #f13039; +@define-color wm_icon_close_bg #F8F8F9; +@define-color wm_button_hover_bg #fdfdfd; +@define-color wm_button_active_bg #e1d5e5; +@define-color wm_button_hover_border #D1D3DA; +@define-color wm_icon_bg #90949E; +@define-color wm_icon_unfocused_bg #B6B8C0; +@define-color wm_icon_hover_bg #7A7F8B; +@define-color wm_icon_active_bg #ffffff; diff --git a/themes/Mint-Y-Moka/gtk-3.0/thumbnail.png b/themes/Mint-Y-Moka/gtk-3.0/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..11a2f6ac738610bf27787374bc33d333cbeac000 GIT binary patch literal 1529 zcmZ8fX;4#F6n-K~L8(F=T#8~9nNdKNK`IQjqJTh1Sc5!}B_<#dNR&jjkr5(LAc%q@ z5*}DV6j0oeNWdcdk|>a{#0COX!jkQUyr<&=_Sybw@65gDoIB^c-~G-xd47arh6dXV z001!b@^lNpYznq_f43StW3`7wn9)7uigyKo$CuZAA+5pUon+4dJOHFw06<0-0DQu( zGUfr`oGkz>Mgf5H4FK4D25RdDE;!NI{dZ{7%nLWx8o7K=3+ z4T_@U;gN77>N;eh&3G9)}}7_+jRMT;Rvf?#ykL$MmY*>VwTzEH`_ zoK;SI{rVO8ps8&ytZOgg3aXm~RZDVlQ%(e_h_67=_=nS4)$76t3aWaIDEbOcfES*M zRfu+R=uTpAG&BOI;Jrzu{6z#sRYHhNJm0o}xwl%g<(gUK15BV6x6Lf62J%89ONOyB zpo-pXkW@AT%iB`|PF9Y=D5~tu0;zW;ODL*Am5L?VoJx9=$I_~%2W~TiqlyJe^i^`; zVp~!m^_~<&q)&R#sLTx~_GJ8WHt7{%wXok=22T zP!8mR;e~yeGDJ0YmxlA!!ebTW;ItR-v?zkWV~Fz2H4>QqcwG6d8a0VT3P%LjbzE7H z%ZM=-s`}=zmSUQuP5D&tcsPj?n{>JCd;}e1MVF+FStNqD517uA!91B(HU5+x5BmDx zd_mf!# zIr`qX=|>?R!308tt5G*GAb1to*!p^q`{R(qI@6|J2TV=w#l@bc%IA-~Nc*%l%7@cc zoa52mYqD;aUY0(A?c{_P@U5*H4mKpjD;3*KD-_$I@Dme~UtC&S($6n{S*@c9G2O)P z*=)ScWJhNFS@YiZS{RPqXwCX_=EgWTCAUjI&ucBzcNi+>T(2xDo2{t0T3#CImn)p9 zf@gNswtAXeJnHOXbzj#FH&sY}F>Ft8U=LXCbGla_cUr#a^y9X2&e>2?k@4u;wU0NK zb}6~(k|FVk;d8DY?JPa=*SV~`s}{ax{bJh$XBzus41fK_x9lCFq3J#Kx-1T3RN=&! z6U?1>v@uq*>-R49!Ob>cKiC+bs?0CZwUUK3rU^n3g?T>29i4ujvYd0N+>tJBPWW7y zRl!SAi`R92es6X#Wga%7x0`6Uhi4aEUSn?b{<&Gl4?R7;kjuGGd@*Cr=0pqgV?S}{ z%cSLQL0FS|BiZh`j+=phhNOmGw08~4_#DpJRQAQwkv(y=&Rpc9!g)#}lM5V6boHY| zGt+dtpJ$b+Q9MowlU+7$<`-|Xd+aFIZpz6TuDTQNu_0#D`eXp`ikn2&%ahpHB<*3k zhcGE5X0$UoF&Z;~y{(<2wXK7-okNhFqqF@1XFEqrTRUf4TZ +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Moka/metacity-1/button-border.svg b/themes/Mint-Y-Moka/metacity-1/button-border.svg new file mode 100644 index 0000000..a1ab948 --- /dev/null +++ b/themes/Mint-Y-Moka/metacity-1/button-border.svg @@ -0,0 +1,107 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Moka/metacity-1/close-icon.svg b/themes/Mint-Y-Moka/metacity-1/close-icon.svg new file mode 100644 index 0000000..312fa9e --- /dev/null +++ b/themes/Mint-Y-Moka/metacity-1/close-icon.svg @@ -0,0 +1,104 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Moka/metacity-1/max-icon.svg b/themes/Mint-Y-Moka/metacity-1/max-icon.svg new file mode 100644 index 0000000..6b80028 --- /dev/null +++ b/themes/Mint-Y-Moka/metacity-1/max-icon.svg @@ -0,0 +1,75 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Moka/metacity-1/metacity-theme-2.xml b/themes/Mint-Y-Moka/metacity-1/metacity-theme-2.xml new file mode 100644 index 0000000..750a8eb --- /dev/null +++ b/themes/Mint-Y-Moka/metacity-1/metacity-theme-2.xml @@ -0,0 +1,767 @@ + + + + Arc + horst3180 + horst3180 + 2015 + Arc Metacity theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</draw_ops> + +<draw_ops name="title_unfocused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused"/> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Moka/metacity-1/metacity-theme-3.xml b/themes/Mint-Y-Moka/metacity-1/metacity-theme-3.xml new file mode 100644 index 0000000..888a202 --- /dev/null +++ b/themes/Mint-Y-Moka/metacity-1/metacity-theme-3.xml @@ -0,0 +1,1040 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Arc</name> + <author>horst3180</author> + <copyright>horst3180</copyright> + <date>2015</date> + <description>Arc Metacity theme</description> +</info> + +<!-- meaningfull constants --> + +<constant name="C_title_focused" value="#787878" /> +<constant name="C_title_unfocused" value="#9d9d9d" /> + +<constant name="C_wm_bg_focused" value="#d9d9d9" /> +<constant name="C_wm_bg_unfocused" value="#d9d9d9" /> + +<constant name="C_wm_border" value="#d0d0d0" /> + +<constant name="C_wm_highlight" value="#eeeeee" /> + +<!-- window button colors --> + +<!-- close --> +<constant name="C_button_close_bg_focused" value="gtk:custom(selected_bg_color,#e1d5e5)" /> +<constant name="C_button_close_bg_hover" value="shade/gtk:custom(selected_bg_color,#e1d5e5)/1.14" /> +<constant name="C_button_close_bg_active" value="shade/gtk:custom(selected_bg_color,#e1d5e5)/0.8" /> + +<constant name="C_icon_close_bg" value="#F8F8F8" /> + +<!-- minimize, maximize --> +<constant name="C_button_bg_hover" value="#fdfdfd" /> +<constant name="C_button_bg_active" value="#909090" /> + +<constant name="C_button_border_hover" value="#D1D1D1" /> + +<constant name="C_icon_bg_focused" value="#909090" /> +<constant name="C_icon_bg_unfocused" value="#B6B6B6" /> +<constant name="C_icon_bg_hover" value="#7A7A7A" /> +<constant name="C_icon_bg_active" value="#ffffff" /> + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="10" right="10" top="3" bottom="3"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="button_width" value="30"/> + <distance name="button_height" value="16"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="title_vertical_pad" value="2"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="left_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="1" rounded_top_right="1"> + <distance name="title_vertical_pad" value="7"/> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> + <border name="title_border" left="10" right="10" top="0" bottom="1"/> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> +</frame_geometry> + +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="title_vertical_pad" value="1" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<!--chromium save dialog--> +<frame_geometry name="attached" title_scale="small" has_title="false" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" rounded_bottom_left="0" rounded_bottom_right="0" parent="normal"> + <distance name="title_vertical_pad" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> +</frame_geometry> + +<!-- drawing operations --> + + <!-- title --> + +<draw_ops name="title_focused"> + + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_focused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_unfocused" /> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_tiled_right"> + <line x1="0" y1="0" x2="0" y2="height" color="C_wm_border" /> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + +<draw_ops name="border_tiled_left"> + <line x1="width-1" y1="0" x2="width-1" y2="height" color="C_wm_border" /> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + +<draw_ops name="border_max"> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_tiled_left" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_tiled_left" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_tiled_right" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_tiled_right" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="borderless"/> + <frame focus="no" state="maximized" style="borderless"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="attached_style_set"> + <frame focus="yes" state="normal" resize="both" style="attached_focused"/> + <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> +<window version=">= 3.2" type="attached" style_set="attached_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Moka/metacity-1/min-icon.svg b/themes/Mint-Y-Moka/metacity-1/min-icon.svg new file mode 100644 index 0000000..92920b5 --- /dev/null +++ b/themes/Mint-Y-Moka/metacity-1/min-icon.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="min-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#e2e2e2" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="22.627417" + inkscape:cx="6.164106" + inkscape:cy="8.4082271" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-min" + inkscape:label="#g6247" + transform="translate(-587,185.63782)"><g + id="g7138" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"><g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-75"><g + id="g4092-0-7-0" + style="display:inline" + transform="translate(58,0)" /></g><path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-3" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /></g><rect + y="-185.63782" + x="587" + height="16" + width="16" + id="rect17883-32" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file diff --git a/themes/Mint-Y-Moka/metacity-1/thumbnail.png b/themes/Mint-Y-Moka/metacity-1/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..54ef44a185a741165d514b8703bb57c4acbb2bd3 GIT binary patch literal 695 zcmeAS@N?(olHy`uVBq!ia0vp^DL|~i!3-oXf7O)%QY`6?zK#qG8~eHcB(j1elRbib z85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP-0PlPl)Tgcke!Y_;CC7 z?VC4m-o1PG^0kXQPpn+FuW!!IhGqNvcAi{y^xW>byBcThs5yFm_pBYY3-+`u*wZ|3 zSL2mymu}p+v0}xF2@@vFpFjWG_pg`lpP0R~_R_s$-@kufwy*c(ja@%}{J8qy)YS(k z&)nL#Y}vBw*RQW!xpMB#hSN9qp1plw_RhMi4^Q2AbZ*Yhx-0ijTzPPE?%cT_KEFGD zef!Q6tLE)$TE4&k|Ns9wm0J~ou4PQ}c6Twox9w&&ki%Z$>Fdh=fQ64=ROY$*-0eW2 zx1KJJAs)xyUb)HFWFWvAuqDV*L(BW_O6_;M|NqbB>%HjFHET+iPt|-iA0u_y1#Js$ zmTqdiviuV-OXidEj?UH7Qm^|=?RYFCcRje>qO{1{cCkqNjDkKlFB8s>%$6!W8o8ZP z63@0<-_2Xk&pOS?X<dgE^9<R|4?B7nZn&>7Mg9B?pFj)YvdJZ(#mB_{-1SzRqP-~W zSEg=w&sy_<A4adaG<y@07lnzY<wweFzRUi)YOZa#%gTdq4o{r$n6YcJ$Rzp8s^8}@ zyK;PzvtRuAj^?MRkAH4k8o6y0PifHiEV5+1`TT$R)od4Ksf!#=;klQMx_;#!n*{W@ zYKdz^NlIc#s#S7PDv)9@GB7mLH89aNGzl>@vobQYGBndRFtjo-(En=q2Sr0}eoAIq zCAtO!D`RtrhER)lprDlm*$|wcR#Ki=l**8vm!F%eTMV=;HLo}$zvMmhemkHd22WQ% Jmvv4FO#pW`Hy8i_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Moka/xfce-notify-4.0/gtkrc b/themes/Mint-Y-Moka/xfce-notify-4.0/gtkrc new file mode 100644 index 0000000..aa8a02c --- /dev/null +++ b/themes/Mint-Y-Moka/xfce-notify-4.0/gtkrc @@ -0,0 +1,72 @@ +style "notify-window" { + XfceNotifyWindow::summary-bold = 1 + XfceNotifyWindow::border-color = "#17191F" + XfceNotifyWindow::border-color-hover = "#17191F" + XfceNotifyWindow::border-radius = 3.0 + XfceNotifyWindow::border-width = 1.0 + XfceNotifyWindow::border-width-hover = 1.0 + + bg[NORMAL] = "#292C36" +} + +style "notify-button" { + bg[NORMAL] = "#434652" + bg[PRELIGHT] = "#5C6070" + bg[ACTIVE] = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#ffffff" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + roundness = 2 + textstyle = 0 + } +} + +style "notify-text" { + GtkWidget::link-color = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#BAC3CF" + + engine "murrine" { + textstyle = 0 + } +} + +style "notify-summary" { + font_name = "Bold" +} + +style "notify-progressbar" { + GtkProgressBar::min-horizontal-bar-height = 4 + + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = "#000000" + bg[NORMAL] = "#5294E2" + bg[ACTIVE] = "#1D1F26" + bg[SELECTED] = "#5294E2" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + trough_shades = { 1.0, 1.0 } + trough_border_shades = { 1.0, 1.0 } + progressbarstyle = 0 + roundness = 2 + textstyle = 0 + } +} + +class "XfceNotifyWindow" style "notify-window" +widget "XfceNotifyWindow.*.summary" style "notify-summary" +widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button" +widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text" +widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar" +widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar" diff --git a/themes/Mint-Y-Moka/xfwm4/bottom-active.xpm b/themes/Mint-Y-Moka/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..1191a44 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/bottom-active.xpm @@ -0,0 +1,9 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"1 3 3 1", +" c None", +". c #D9D9D9", +"+ c #BFBFBF", +".", +".", +"+"}; diff --git a/themes/Mint-Y-Moka/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Moka/xfwm4/bottom-inactive.xpm new file mode 120000 index 0000000..9f10639 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Moka/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Moka/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..727a097 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/bottom-left-active.xpm @@ -0,0 +1,9 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"3 3 3 1", +" c None", +". c #BFBFBF", +"+ c #D9D9D9", +".++", +".++", +"..."}; diff --git a/themes/Mint-Y-Moka/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Moka/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 0000000..d70de34 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Moka/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Moka/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..0d6f9b5 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/bottom-right-active.xpm @@ -0,0 +1,9 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"3 3 3 1", +" c None", +". c #D9D9D9", +"+ c #BFBFBF", +"..+", +"..+", +"+++"}; diff --git a/themes/Mint-Y-Moka/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Moka/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 0000000..d234cea --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Moka/xfwm4/close-active.xpm b/themes/Mint-Y-Moka/xfwm4/close-active.xpm new file mode 100644 index 0000000..f534cbf --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/close-active.xpm @@ -0,0 +1,60 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 30 1 ", +" c #9AB87C", +". c #9AB87D", +"X c #9CB97E", +"o c #9CB980", +"O c #9EBA82", +"+ c #A0BC83", +"@ c #A6BF8E", +"# c #A7BF8F", +"$ c #B9C8A9", +"% c #B9C9AA", +"& c #C4CEBA", +"* c #C5CEBB", +"= c #C9D9B9", +"- c #CCDBBD", +"; c #CFDDC1", +": c #D0DEC3", +"> c #D3D6D1", +", c #D4D6D1", +"< c #D4D6D2", +"1 c gray85", +"2 c #D5E1C9", +"3 c #D7E3CC", +"4 c #D8E3CC", +"5 c #D8E4CD", +"6 c #DCE6D2", +"7 c #EEEEEE", +"8 c #F4F7F2", +"9 c #FBFCFA", +"0 c gray99", +"q c #FDFDFD", +/* pixels */ +"777777777777777777777777", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"11111111,%@Xo@%>11111111", +"1111111&X. .o&1111111", +"111111&... ..X*111111", +"11111,X .+ o X,11111", +"11111%. .93XX30 $11111", +"11111@ -q540: . #11111", +"11111X -qq: .Xo11111", +"11111o. X4qq6X X11111", +"11111@.. 4q--q3 #11111", +"11111% 8= =8 . $11111", +"11111,X .+,11111", +"111111&X. .. &111111", +"1111111&+. XX&1111111", +"11111111,%#oX@%,11111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/close-inactive.xpm b/themes/Mint-Y-Moka/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..5b4918b --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/close-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *close_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c gray71", +". c gray72", +"X c gray74", +"o c gray78", +"O c #CDCDCD", +"+ c gray82", +"@ c gray84", +"# c gray85", +"$ c #E9E9E9", +"% c #EEEEEE", +/* pixels */ +"%%%%%%%%%%%%%%%%%%%%%%%%", +"########################", +"########################", +"########################", +"########################", +"########@oX Xo@########", +"#######O. O#######", +"######O O######", +"#####@ . . @#####", +"#####o %# #% o#####", +"#####X +%##%+ X#####", +"##### +%%@ #####", +"#####. #%%# .#####", +"#####X #%++%# X#####", +"#####o $+ +$ o#####", +"#####@ .@#####", +"######O O######", +"#######+ O#######", +"########@oX Xo#########", +"########################", +"########################", +"########################", +"########################", +"########################" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/close-prelight.xpm b/themes/Mint-Y-Moka/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..ad68f60 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/close-prelight.xpm @@ -0,0 +1,58 @@ +/* XPM */ +static char *close_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 28 1 ", +" c #9ABC78", +". c #9ABC79", +"X c #9BBD79", +"o c #9CBD7A", +"O c #9CBD7C", +"+ c #9EBE7E", +"@ c #A0C07F", +"# c #A6C28B", +"$ c #A7C28B", +"% c #B9CAA7", +"& c #B9CBA8", +"* c #C5CFBA", +"= c #C9DBB7", +"- c #C4D0B9", +"; c #CCDDBB", +": c #CEDEBE", +"> c #D3D6D0", +", c #D4D6D1", +"< c gray85", +"1 c #D0E0C1", +"2 c #D5E3C7", +"3 c #D6E4C9", +"4 c #D8E5CB", +"5 c #D8E5CC", +"6 c #EEEEEE", +"7 c #F4F7F1", +"8 c #FBFCFA", +"9 c #FDFDFD", +/* pixels */ +"666666666666666666666666", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<,%#oO#&><<<<<<<<", +"<<<<<<<-o. .O*<<<<<<<", +"<<<<<<-... ..o*<<<<<<", +"<<<<<,o @ @ O,<<<<<", +"<<<<<&o .83o.28 &<<<<<", +"<<<<<# ;94491 . $<<<<<", +"<<<<<o :991 ..O<<<<<", +"<<<<<O. .o4894Oo O<<<<<", +"<<<<<#. 49;;94. $<<<<<", +"<<<<<& 7= =7. &<<<<<", +"<<<<<,o oO,<<<<<", +"<<<<<<* . *<<<<<<", +"<<<<<<<*Oo oO*<<<<<<<", +"<<<<<<<<,&$oo$&,<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/close-pressed.xpm b/themes/Mint-Y-Moka/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..99b07f2 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/close-pressed.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char *close_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 32 1 ", +" c #7BA056", +". c #7CA057", +"X c #7FA25B", +"o c #7FA25C", +"O c #80A35D", +"+ c #82A55F", +"@ c #83A660", +"# c #8CAB6E", +"$ c #8DAB6F", +"% c #8EAC70", +"& c #A9BC96", +"* c #A9BC97", +"= c #B9CCA5", +"- c #BAC6AE", +"; c #BBC7AE", +": c #BBC6AF", +"> c #BDCFAA", +", c #BFD1AE", +"< c #C1D2B0", +"1 c #C2D3B2", +"2 c #C8D7B9", +"3 c #CAD9BC", +"4 c #CCDABE", +"5 c #D1DEC5", +"6 c #D1D4CD", +"7 c #D2D5CF", +"8 c gray85", +"9 c #EEEEEE", +"0 c #F2F5EE", +"q c #FAFBFA", +"w c gray99", +"e c #FDFDFD", +/* pixels */ +"999999999999999999999999", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888886&$XX$&688888888", +"8888888-O O-8888888", +"888888-. o-888888", +"888886+ @ + o688888", +"88888& q3..2e &88888", +"88888# >e43e< %88888", +"88888X ,ee< o88888", +"88888X O3we5X X88888", +"88888$ 2e,<w2 %88888", +"88888& 0= =0 *88888", +"888886+ +788888", +"888888- .-888888", +"8888888-+. @:8888888", +"888888886&$XX$&688888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/hide-active.xpm b/themes/Mint-Y-Moka/xfwm4/hide-active.xpm new file mode 100644 index 0000000..9a3913c --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/hide-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #808080", +". c gray85", +"X c #EEEEEE", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"......... .........", +"......... .........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/hide-inactive.xpm b/themes/Mint-Y-Moka/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..8f9fee5 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/hide-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #B6B6B6", +". c gray85", +"X c #EEEEEE", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"......... .........", +"......... .........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/hide-prelight.xpm b/themes/Mint-Y-Moka/xfwm4/hide-prelight.xpm new file mode 100644 index 0000000..520c42f --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/hide-prelight.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *hide_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c gray48", +". c LightGray", +"X c gray84", +"o c gray85", +"O c #DFDFDF", +"+ c gray89", +"@ c #E4E4E4", +"# c #EEEEEE", +"$ c #F3F3F3", +"% c gray96", +"& c #FBFBFB", +"* c #FDFDFD", +/* pixels */ +"########################", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooOo..oOooooooooo", +"oooooooOX+$&&$@XOooooooo", +"ooooooOX%******$XOoooooo", +"ooooooX%********%Xoooooo", +"oooooO+**********+Oooooo", +"oooooX$**********$oooooo", +"oooooX&** **&.ooooo", +"ooooo.&** **&.ooooo", +"oooooo$**********$Xooooo", +"oooooO+**********+Oooooo", +"ooooooX%********$Xoooooo", +"ooooooOX$******$XOoooooo", +"oooooooOX@$&&$+XOooooooo", +"oooooooooOX..oOooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/hide-pressed.xpm b/themes/Mint-Y-Moka/xfwm4/hide-pressed.xpm new file mode 100644 index 0000000..8d7bd13 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/hide-pressed.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char *hide_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 9 1 ", +" c #808080", +". c #848484", +"X c #9A9A9A", +"o c #AEAEAE", +"O c #CDCDCD", +"+ c #CECECE", +"@ c gray85", +"# c #EEEEEE", +"$ c white", +/* pixels */ +"########################", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@OX. .XO@@@@@@@@", +"@@@@@@@o o@@@@@@@", +"@@@@@@o o@@@@@@", +"@@@@@O O@@@@@", +"@@@@@X X@@@@@", +"@@@@@. .@@@@@", +"@@@@@ $$$$$$ @@@@@", +"@@@@@ $$$$$$ @@@@@", +"@@@@@. .@@@@@", +"@@@@@X X@@@@@", +"@@@@@O O@@@@@", +"@@@@@@o o@@@@@@", +"@@@@@@@o o@@@@@@@", +"@@@@@@@@OX. .XO@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/left-active.xpm b/themes/Mint-Y-Moka/xfwm4/left-active.xpm new file mode 100644 index 0000000..f42db54 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/left-active.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 1 3 1", +" c None", +". c #BFBFBF", +"+ c #D9D9D9", +".++"}; diff --git a/themes/Mint-Y-Moka/xfwm4/left-inactive.xpm b/themes/Mint-Y-Moka/xfwm4/left-inactive.xpm new file mode 120000 index 0000000..ebcf490 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Moka/xfwm4/maximize-active.xpm b/themes/Mint-Y-Moka/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..de718db --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/maximize-active.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char *maximize_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 7 1 ", +" c #909090", +". c #9F9F9F", +"X c gray65", +"o c #A9A9A9", +"O c #D7D7D7", +"+ c gray85", +"@ c #EEEEEE", +/* pixels */ +"@@@@@@@@@@@@@@@@@@@@@@@@", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"+++++++++++X .+++++++++", +"+++++++++O++o +++++++++", +"+++++++++XO+Oo +++++++++", +"++++++++O X++Oo+++++++++", +"+++++++++ X++++++++++++", +"+++++++++. oO++++++++++", +"+++++++++O++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/maximize-inactive.xpm b/themes/Mint-Y-Moka/xfwm4/maximize-inactive.xpm new file mode 100644 index 0000000..8dcab42 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/maximize-inactive.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char *maximize_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 7 1 ", +" c #B6B6B6", +". c #BCBCBC", +"X c gray74", +"o c gray76", +"O c #D8D8D8", +"+ c gray85", +"@ c #EEEEEE", +/* pixels */ +"@@@@@@@@@@@@@@@@@@@@@@@@", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"+++++++++++o X+++++++++", +"++++++++++++o +++++++++", +"+++++++++X+++o +++++++++", +"+++++++++ XO+Oo+++++++++", +"++++++++O o++++++++++++", +"+++++++++. o+++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/maximize-prelight.xpm b/themes/Mint-Y-Moka/xfwm4/maximize-prelight.xpm new file mode 100644 index 0000000..998685b --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/maximize-prelight.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *maximize_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c gray48", +". c #939393", +"X c gray58", +"o c #A0A0A0", +"O c #A4A4A4", +"+ c #A7A7A7", +"@ c LightGray", +"# c gray84", +"$ c gray85", +"% c gray87", +"& c #E2E2E2", +"* c #E4E4E4", +"= c #EEEEEE", +"- c #F3F3F3", +"; c gray96", +": c #FBFBFB", +"> c #FDFDFD", +/* pixels */ +"========================", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$%&$@@$&%$$$$$$$$", +"$$$$$$$*#&-::-*#*$$$$$$$", +"$$$$$$*#;>>>>>>-#*$$$$$$", +"$$$$$%#;>>>>>>>>;#%$$$$$", +"$$$$$&&>>>:o X>>&&$$$$$", +"$$$$$$->>:>:+ >>-$$$$$$", +"$$$$$@:>>o:::+ >>:@$$$$$", +"$$$$$@:>> o>>:o>>:@$$$$$", +"$$$$$$->> +:>>>>-$$$$$$", +"$$$$$&*>>. X>>>>&&$$$$$", +"$$$$$%#->>>>>>>>;#%$$$$$", +"$$$$$$&#->>>>>>;#&$$$$$$", +"$$$$$$$*#&-::-&#*$$$$$$$", +"$$$$$$$$%&$#@$&%$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/maximize-pressed.xpm b/themes/Mint-Y-Moka/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..b076be7 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/maximize-pressed.xpm @@ -0,0 +1,43 @@ +/* XPM */ +static char *maximize_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 13 1 ", +" c #808080", +". c #848484", +"X c #9A9A9A", +"o c #AEAEAE", +"O c #CDCDCD", +"+ c LightGray", +"@ c gray84", +"# c gray85", +"$ c #DADADA", +"% c #E6E6E6", +"& c gray91", +"* c #EEEEEE", +"= c white", +/* pixels */ +"************************", +"########################", +"########################", +"########################", +"########################", +"########OX. .XO########", +"#######o o#######", +"######o o######", +"#####O O#####", +"#####X @==% X#####", +"#####. . @== .#####", +"##### #. += #####", +"##### =# @ #####", +"#####. ==@ .#####", +"#####X &==@. X#####", +"#####O O#####", +"######o o######", +"#######o o#######", +"########OX. .X+########", +"########################", +"########################", +"########################", +"########################", +"########################" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/menu-active.xpm b/themes/Mint-Y-Moka/xfwm4/menu-active.xpm new file mode 100644 index 0000000..2400a36 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/menu-active.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char *menu_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 11 1 ", +" c #909090", +". c #979797", +"X c #9D9D9D", +"o c gray63", +"O c gray66", +"+ c #B9B9B9", +"@ c #BCBCBC", +"# c #CDCDCD", +"$ c #D7D7D7", +"% c gray85", +"& c #EEEEEE", +/* pixels */ +"&&&&&&&&&&&&&&&&&&&&&&&&", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%@.@%%@.+%%%%%%%%", +"%%%%%%%%+ OO +%%%%%%%%", +"%%%%%%%%%@. .@%%%%%%%%%", +"%%%%%%%%%%#oX#%%%%%%%%%%", +"%%%%%%%%%%%$%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Moka/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..f38b6e2 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/menu-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #B6B6B6", +". c gray72", +"X c #BCBCBC", +"o c gray76", +"O c #CBCBCB", +"+ c #CDCDCD", +"@ c LightGray", +"# c #D5D5D5", +"$ c gray85", +"% c #EEEEEE", +/* pixels */ +"%%%%%%%%%%%%%%%%%%%%%%%%", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$O.O$$O.O$$$$$$$$", +"$$$$$$$$O oo O$$$$$$$$", +"$$$$$$$$$+.. +$$$$$$$$$", +"$$$$$$$$$$#XX@$$$$$$$$$$", +"$$$$$$$$$$$#$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Moka/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..1951c18 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/menu-pressed.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char *menu_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 18 1 ", +" c #909090", +". c gray58", +"X c gray62", +"o c gray64", +"O c gray65", +"+ c #B6B6B6", +"@ c #B9B9B9", +"# c gray75", +"$ c #C0C0C0", +"% c gray81", +"& c #D0D0D0", +"* c #D7D7D7", +"= c gray85", +"- c #E6E6E6", +"; c #EEEEEE", +": c #F4F4F4", +"> c #F9F9F9", +", c white", +/* pixels */ +";;;;;;;;;;;;;;;;;;;;;;;;", +"========================", +"========================", +"========================", +"========================", +"========&O. O&========", +"=======+ +=======", +"======+ @======", +"=====& &=====", +"=====O O=====", +"=====. #:# @:# .=====", +"===== $,,=*,,$ =====", +"===== @>,,>@ =====", +"=====. X-;o =====", +"=====O . O=====", +"=====% &=====", +"======+ +======", +"=======+ +=======", +"========&O. .O&========", +"========================", +"========================", +"========================", +"========================", +"========================" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/right-active.xpm b/themes/Mint-Y-Moka/xfwm4/right-active.xpm new file mode 100644 index 0000000..bbfecc2 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/right-active.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 1 3 1", +" c None", +". c #D9D9D9", +"+ c #BFBFBF", +"..+"}; diff --git a/themes/Mint-Y-Moka/xfwm4/right-inactive.xpm b/themes/Mint-Y-Moka/xfwm4/right-inactive.xpm new file mode 120000 index 0000000..6734f48 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Moka/xfwm4/shade-active.xpm b/themes/Mint-Y-Moka/xfwm4/shade-active.xpm new file mode 100644 index 0000000..798916e --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/shade-active.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char *shade_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 16 1 ", +" c #909090", +". c gray57", +"X c #989898", +"o c gray63", +"O c #A4A4A4", +"+ c #A9A9A9", +"@ c #B2B2B2", +"# c gray71", +"$ c gray", +"% c #C0C0C0", +"& c gray78", +"* c #C8C8C8", +"= c #D2D2D2", +"- c gray83", +"; c gray85", +": c #EEEEEE", +/* pixels */ +"::::::::::::::::::::::::", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;=+O=;;;;;;;;;;", +";;;;;;;;;*X .X*;;;;;;;;;", +";;;;;;;;%.. ...$;;;;;;;;", +";;;;;;;;#.@. #.@;;;;;;;;", +";;;;;;;;;=;. ;=;;;;;;;;;", +";;;;;;;;;;;. ;;;;;;;;;;;", +";;;;;;;;;;;..;;;;;;;;;;;", +";;;;;;;;;;;oo;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Moka/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..7724327 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/shade-inactive.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #B6B6B6", +". c #B7B7B7", +"X c gray73", +"o c gray", +"O c #C0C0C0", +"+ c gray78", +"@ c gray80", +"# c #CDCDCD", +"$ c gray82", +"% c #D5D5D5", +"& c gray85", +"* c #EEEEEE", +/* pixels */ +"************************", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&%oO%&&&&&&&&&&", +"&&&&&&&&&$X.XX#&&&&&&&&&", +"&&&&&&&&#.....X@&&&&&&&&", +"&&&&&&&&+.+..+.+&&&&&&&&", +"&&&&&&&&&%&..&%&&&&&&&&&", +"&&&&&&&&&&&..$&&&&&&&&&&", +"&&&&&&&&&&&..&&&&&&&&&&&", +"&&&&&&&&&&&oo&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Moka/xfwm4/shade-prelight.xpm new file mode 100644 index 0000000..96eb5a1 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/shade-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c gray48", +". c #7C7C7C", +"X c #898989", +"o c gray60", +"O c gray62", +"+ c gray65", +"@ c #BBBBBB", +"# c gray74", +"$ c #CDCDCD", +"% c LightGray", +"& c gray84", +"* c gray85", +"= c #DFDFDF", +"- c gray89", +"; c #E4E4E4", +": c #EEEEEE", +"> c #F3F3F3", +", c gray96", +"< c #FBFBFB", +"1 c #FDFDFD", +/* pixels */ +"::::::::::::::::::::::::", +"************************", +"************************", +"************************", +"************************", +"*********=&%%*=*********", +"*******=&;><<>;&=*******", +"******=&,111111>&=******", +"******&,11,+O><1,&******", +"*****=-11=X X*11-=*****", +"*****&>1%. .$1>******", +"*****&<1@ @ #.@1<%*****", +"*****%<1<<1 1,11<%*****", +"******>1111 1111>&*****", +"*****=;1111 1111-=*****", +"******&>111oo111>&******", +"******=&>111111>&=******", +"*******=&;><<>-&=*******", +"*********=&%%*=*********", +"************************", +"************************", +"************************", +"************************", +"************************" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Moka/xfwm4/shade-toggled-active.xpm new file mode 100644 index 0000000..b0c23b5 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *shade_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #909090", +". c #989898", +"X c #A0A0A0", +"o c gray65", +"O c #A9A9A9", +"+ c #B2B2B2", +"@ c gray71", +"# c gray", +"$ c #C0C0C0", +"% c #C8C8C8", +"& c gray83", +"* c gray84", +"= c gray85", +"- c #EEEEEE", +/* pixels */ +"------------------------", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================", +"===========XX===========", +"=========== ===========", +"=========== ===========", +"=========*= =*=========", +"========@ + @ @========", +"========# #========", +"=========%. .%=========", +"==========*Oo*==========", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Moka/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 0000000..129b31b --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *shade_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #B6B6B6", +". c gray73", +"X c gray", +"o c #C0C0C0", +"O c gray78", +"+ c gray80", +"@ c gray82", +"# c #D7D7D7", +"$ c gray85", +"% c #EEEEEE", +/* pixels */ +"%%%%%%%%%%%%%%%%%%%%%%%%", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$XX$$$$$$$$$$$", +"$$$$$$$$$$$ $$$$$$$$$$$", +"$$$$$$$$$$$ $$$$$$$$$$$", +"$$$$$$$$$$$ $#$$$$$$$$$", +"$$$$$$$$O O O O$$$$$$$$", +"$$$$$$$$+ +$$$$$$$$", +"$$$$$$$$$@. .@$$$$$$$$$", +"$$$$$$$$$$$oo#$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Moka/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 0000000..21aa1ef --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c gray48", +". c #7C7C7C", +"X c #898989", +"o c gray60", +"O c #A2A2A2", +"+ c gray65", +"@ c gray73", +"# c gray74", +"$ c #CDCDCD", +"% c LightGray", +"& c gray84", +"* c gray85", +"= c #DFDFDF", +"- c gray89", +"; c #E4E4E4", +": c #EEEEEE", +"> c #F3F3F3", +", c gray96", +"< c #FBFBFB", +"1 c #FDFDFD", +/* pixels */ +"::::::::::::::::::::::::", +"************************", +"************************", +"************************", +"************************", +"*********=*%%*=*********", +"*******=&-><<>;&=*******", +"******=&,111111>&=******", +"******&,111oo111,&******", +"*****=-1111 1111-=*****", +"*****&>1111 1111>&*****", +"*****&<11,1 <<11<%*****", +"*****%<1#.@ @.@1<%*****", +"******>1% .$1>******", +"*****=-1<=X X=<1-=*****", +"******&>11,+O>11,&******", +"******=&>111111,&=******", +"*******=&;><<>;&=*******", +"*********=&%%&=*&*******", +"************************", +"************************", +"************************", +"************************", +"************************" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/stick-active.xpm b/themes/Mint-Y-Moka/xfwm4/stick-active.xpm new file mode 100644 index 0000000..d051f7a --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/stick-active.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *stick_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #939393", +". c gray59", +"X c #989898", +"o c gray62", +"O c #AFAFAF", +"+ c gray70", +"@ c #B4B4B4", +"# c #C1C1C1", +"$ c #C8C8C8", +"% c #CBCBCB", +"& c gray80", +"* c #D2D2D2", +"= c #D5D5D5", +"- c gray85", +"; c #EEEEEE", +/* pixels */ +";;;;;;;;;;;;;;;;;;;;;;;;", +"------------------------", +"------------------------", +"------------------------", +"------------------------", +"--------*+o o@*--------", +"-------#.O%==%O.#-------", +"------#X&------%X#------", +"-----*.&--------%.*-----", +"-----++----------O+-----", +"-----o%----------%o-----", +"----= =----------= -----", +"-----.=----------= -----", +"-----o%=---------%o-----", +"-----@O----------O@-----", +"-----*.%--------&.*-----", +"------#X%------%X#------", +"-------#.O%=*%O.#-------", +"--------*+o. o@=--------", +"------------------------", +"------------------------", +"------------------------", +"------------------------", +"------------------------" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Moka/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..4031c8d --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/stick-inactive.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char *stick_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 9 1 ", +" c #B7B7B7", +". c gray73", +"X c gray74", +"o c gray78", +"O c #CECECE", +"+ c gray82", +"@ c gray84", +"# c gray85", +"$ c #EEEEEE", +/* pixels */ +"$$$$$$$$$$$$$$$$$$$$$$$$", +"########################", +"########################", +"########################", +"########################", +"########@oX Xo@########", +"#######O.o+#@+o.O#######", +"######O.+@#####+.O######", +"#####@.+########+.@#####", +"#####oo##########oo#####", +"#####.+##########+X#####", +"#####.###########@ #####", +"##### ###########@.#####", +"#####X+##########+X#####", +"#####oo##########oo#####", +"#####@.+########+.@#####", +"######O.+#####@+.O######", +"#######O o+@#+o.O#######", +"########@oX Xo@########", +"########################", +"########################", +"########################", +"########################", +"########################" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Moka/xfwm4/stick-prelight.xpm new file mode 100644 index 0000000..52a81d0 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/stick-prelight.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char *stick_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 11 1 ", +" c gray70", +". c #B4B4B4", +"X c #B9B9B9", +"o c #C3C3C3", +"O c LightGray", +"+ c gray85", +"@ c gray87", +"# c gray88", +"$ c #EEEEEE", +"% c gray96", +"& c #FDFDFD", +/* pixels */ +"$$$$$$$$$$$$$$$$$$$$$$$$", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++OX . XO++++++++", +"+++++++o.X@%%+X o+++++++", +"++++++o #&&&&&&@.o++++++", +"+++++O.#&&&&&&&&@.O+++++", +"+++++XX&&&&&&&&&&XX+++++", +"+++++ +&&&&&&&&&&+ +++++", +"+++++.%&&&&&&&&&&%.+++++", +"+++++.%&&&&&&&&&&%.+++++", +"+++++ @&&&&&&&&&&+ +++++", +"+++++XX&&&&&&&&&&XX+++++", +"+++++O.@&&&&&&&&@.O+++++", +"++++++o.@&&&&&&@.o++++++", +"+++++++o X+%%+X.o+++++++", +"++++++++OX ...XO++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Moka/xfwm4/stick-toggled-active.xpm new file mode 100644 index 0000000..6e61192 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char *stick_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 18 1 ", +" c #909090", +". c #939393", +"X c gray59", +"o c #989898", +"O c gray62", +"+ c #A7A7A7", +"@ c gray66", +"# c #AFAFAF", +"$ c gray70", +"% c #B4B4B4", +"& c #C1C1C1", +"* c #C8C8C8", +"= c #CBCBCB", +"- c gray80", +"; c #D2D2D2", +": c #D5D5D5", +"> c gray85", +", c #EEEEEE", +/* pixels */ +",,,,,,,,,,,,,,,,,,,,,,,,", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>;$O..O%;>>>>>>>>", +">>>>>>>&X#=::=#X&>>>>>>>", +">>>>>>&o->>>>>>=o&>>>>>>", +">>>>>;X->;+X.+=>=X;>>>>>", +">>>>>$$>-X .;>#$>>>>>", +">>>>>O=:@ .+>=O>>>>>", +">>>>>.:>X. .>:.>>>>>", +">>>>>X:>. X>:X>>>>>", +">>>>>O=>+ +:=O>>>>>", +">>>>>%$>=X. .X;>#%>>>>>", +">>>>:;X->-+..+;:=X:>>>>>", +">>>>>>&X=>>>>>:-o&>>>>>>", +">>>>>>>&X#=:;=$X&>>>>>>>", +">>>>>>>>:$O..O%;>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Moka/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 0000000..e9fdd0e --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char *stick_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 11 1 ", +" c #B6B6B6", +". c #B7B7B7", +"X c gray73", +"o c gray74", +"O c #C1C1C1", +"+ c gray78", +"@ c #CECECE", +"# c gray82", +"$ c gray84", +"% c gray85", +"& c #EEEEEE", +/* pixels */ +"&&&&&&&&&&&&&&&&&&&&&&&&", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%$+o..o+$%%%%%%%%", +"%%%%%%%@X+#%$#+X@%%%%%%%", +"%%%%%%@X#$%%%%%#X@%%%%%%", +"%%%%%$X#%$XX.o$%#X$%%%%%", +"%%%%%++%$X.....$%++%%%%%", +"%%%%%X#%O......O%#o%%%%%", +"%%%%%X%%........%$.%%%%%", +"%%%%%.%%. ... .%$X%%%%%", +"%%%%%o#%X......o%#o%%%%%", +"%%%%%++%$......#%++%%%%%", +"%%%%%$.#%$OX.O$%#X$%%%%%", +"%%%%%%@X#%%%%%$#X@%%%%%%", +"%%%%%%%@.+#$%#+X@%%%%%%%", +"%%%%%%%%$+o..o+$%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Moka/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 0000000..417902c --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *stick_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c gray48", +". c #838383", +"X c gray64", +"o c #A4A4A4", +"O c gray70", +"+ c #B4B4B4", +"@ c #B9B9B9", +"# c #C3C3C3", +"$ c LightGray", +"% c gray85", +"& c gray87", +"* c gray88", +"= c #E9E9E9", +"- c #EEEEEE", +"; c #F3F3F3", +": c gray96", +"> c #FDFDFD", +/* pixels */ +"------------------------", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%$@OO+O@$%%%%%%%%", +"%%%%%%%#+@&::%@O#%%%%%%%", +"%%%%%%#O*>>>>>>&+#%%%%%%", +"%%%%%$+&>-X. o=>&+$%%%%%", +"%%%%%@@>-. .;>@@%%%%%", +"%%%%%O&>o o>%O%%%%%", +"%%%%%O:>. .>:+%%%%%", +"%%%%%+:>. .>:+%%%%%", +"%%%%%+&>X o>%O%%%%%", +"%%%%%@+>=. .->@@%%%%%", +"%%%%%$+&>-X..o->&+$%%%%%", +"%%%%%%#O&>>>>>>&+#%%%%%%", +"%%%%%%%#O@%::%@+#%%%%%%%", +"%%%%%%%%$@O+++@$%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%" +}; diff --git a/themes/Mint-Y-Moka/xfwm4/themerc b/themes/Mint-Y-Moka/xfwm4/themerc new file mode 100644 index 0000000..4e3833f --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/themerc @@ -0,0 +1,25 @@ +button_offset=7 +button_spacing=4 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +#button_layout=O|HMC + +active_text_color=#787878 +#active_text_shadow_color=#e7e8eb +inactive_text_color=#9d9d9d +#inactive_text_shadow_color=#e7e8eb + +#placement_ratio=20 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=50 + +show_frame_shadow=true +show_popup_shadow=true diff --git a/themes/Mint-Y-Moka/xfwm4/title-1-active-shaded.xpm b/themes/Mint-Y-Moka/xfwm4/title-1-active-shaded.xpm new file mode 100644 index 0000000..662295d --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/title-1-active-shaded.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_shaded_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEFF1", +"+ c #E7E8EB", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Moka/xfwm4/title-1-active.xpm b/themes/Mint-Y-Moka/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..209bb16 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Moka/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Moka/xfwm4/title-1-inactive.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Moka/xfwm4/title-2-active.xpm b/themes/Mint-Y-Moka/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..a3cfe4a --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/title-2-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Moka/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Moka/xfwm4/title-2-inactive.xpm new file mode 120000 index 0000000..a37458a --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Moka/xfwm4/title-3-active.xpm b/themes/Mint-Y-Moka/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..f9df553 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/title-3-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Moka/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Moka/xfwm4/title-3-inactive.xpm new file mode 120000 index 0000000..66e6af7 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Moka/xfwm4/title-4-active.xpm b/themes/Mint-Y-Moka/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..87e3fb4 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Moka/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Moka/xfwm4/title-4-inactive.xpm new file mode 120000 index 0000000..069dba6 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Moka/xfwm4/title-5-active.xpm b/themes/Mint-Y-Moka/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..48bee41 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Moka/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Moka/xfwm4/title-5-inactive.xpm new file mode 120000 index 0000000..dcc7946 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Moka/xfwm4/top-left-active-shaded.xpm b/themes/Mint-Y-Moka/xfwm4/top-left-active-shaded.xpm new file mode 100644 index 0000000..47dc7df --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/top-left-active-shaded.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_left_active_shaded_xpm[] = { +"5 24 5 1", +" c None", +". c #ECEDF0", +"+ c #EEEFF1", +"@ c #E8E9EB", +"# c #E7E8EB", +" .+++", +".@###", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####"}; diff --git a/themes/Mint-Y-Moka/xfwm4/top-left-active.xpm b/themes/Mint-Y-Moka/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..ef737a9 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/top-left-active.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"5 24 7 1", +" c None", +". c #ECEDF0", +"+ c #EEEFF1", +"@ c #DFDFE0", +"# c #DADADA", +"$ c #D9D9D9", +"% c #BFBFBF", +" .+++", +".@#$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$"}; diff --git a/themes/Mint-Y-Moka/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Moka/xfwm4/top-left-inactive.xpm new file mode 120000 index 0000000..0517526 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Moka/xfwm4/top-right-active-shaded.xpm b/themes/Mint-Y-Moka/xfwm4/top-right-active-shaded.xpm new file mode 100644 index 0000000..4920284 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/top-right-active-shaded.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_right_active_shaded_xpm[] = { +"5 24 5 1", +" c None", +". c #EEEFF1", +"+ c #ECEDF0", +"@ c #E7E8EB", +"# c #E8E9EB", +"...+ ", +"@@@#+", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@"}; diff --git a/themes/Mint-Y-Moka/xfwm4/top-right-active.xpm b/themes/Mint-Y-Moka/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..5b57971 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/top-right-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"5 24 5 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"@ c #DFDFE0", +"# c #BFBFBF", +".... ", +"+++@.", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#"}; diff --git a/themes/Mint-Y-Moka/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Moka/xfwm4/top-right-inactive.xpm new file mode 120000 index 0000000..42cae62 --- /dev/null +++ b/themes/Mint-Y-Moka/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm \ No newline at end of file From dd54975cb703c51cb8f135bada1e31076cb32be2 Mon Sep 17 00:00:00 2001 From: Erik Dubois <erik.dubois@gmail.com> Date: Sun, 9 Oct 2016 20:15:16 +0200 Subject: [PATCH 12/16] Commit comment : on Sun Oct 9 20:15:16 CEST 2016 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 75d3d55..2165b3a 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,13 @@ Started with Sardi Ghost Flexible script to change the colour, then conky aureol +# This is the Mint-Y-Watusi theme. + +## Mint-Y-Dark-Watusi + +![Screenshots](http://i.imgur.com/nZsWOAQ.jpg) + + # Installation ##0. Get the source From 5e5b1276cf0f86c30e520e9fa50677bf282e14e5 Mon Sep 17 00:00:00 2001 From: Erik Dubois <erik.dubois@gmail.com> Date: Sun, 9 Oct 2016 20:24:16 +0200 Subject: [PATCH 13/16] Commit comment : on Sun Oct 9 20:24:16 CEST 2016 --- 4-moving-the-themes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-moving-the-themes.sh b/4-moving-the-themes.sh index a2edc68..0e7e282 100755 --- a/4-moving-the-themes.sh +++ b/4-moving-the-themes.sh @@ -20,7 +20,7 @@ echo "Your name will be added after 'Mint-Y', 'Mint-Y-Dark' or 'Mint-Y-Darker'." echo "For example if you type Sun you will get" echo "E.g. Mint-Y-Sun, Mint-Y-Darker-Sun, Mint-Y-Dark-Sun" -read -p "How should we name this new theme? First letter is a capital letter : " choice +read -p "How should we name this new theme? First letter is a capital letter (no space but '-') : " choice echo "Renaming the folders" From 1b4d3e76a28042786e26b3fa4002128316540acb Mon Sep 17 00:00:00 2001 From: Erik Dubois <erik.dubois@gmail.com> Date: Sun, 9 Oct 2016 20:28:35 +0200 Subject: [PATCH 14/16] Commit comment : on Sun Oct 9 20:28:35 CEST 2016 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2165b3a..9cc1df5 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,15 @@ All themes are sorted alphabetically. +# This is the Mint-Y-Hibiscus theme. + +## Mint-Y-Dark-Hibiscus + +![Screenshots](http://i.imgur.com/TOYWMRB.jpg) + + + + # This is the Mint-Y-Lightning theme. ## Mint-Y-Dark-Lightning From b077cbd653b6579a71d47d1fab196f05b2411e73 Mon Sep 17 00:00:00 2001 From: Erik Dubois <erik.dubois@gmail.com> Date: Sun, 9 Oct 2016 20:29:37 +0200 Subject: [PATCH 15/16] Commit comment : on Sun Oct 9 20:29:37 CEST 2016 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cc1df5..d8c9a45 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ All themes are sorted alphabetically. ## Mint-Y-Dark-Hibiscus -![Screenshots](http://i.imgur.com/TOYWMRB.jpg) +![Screenshots](http://i.imgur.com/31PANoq.jpg) From 6cf1c4bd22adc9c2b5b85452ec6b30daec117375 Mon Sep 17 00:00:00 2001 From: Erik Dubois <erik.dubois@gmail.com> Date: Sun, 9 Oct 2016 20:31:59 +0200 Subject: [PATCH 16/16] Commit comment : on Sun Oct 9 20:31:59 CEST 2016 --- .../cinnamon/cinnamon.css | 1368 ++++++ .../common-assets/menu/menu-separator.svg | 60 + .../misc/add-workspace-active.svg | 117 + .../misc/add-workspace-hover.svg | 117 + .../common-assets/misc/add-workspace.svg | 117 + .../cinnamon/common-assets/misc/bg.svg | 127 + .../misc/calendar-arrow-left-hover.svg | 152 + .../misc/calendar-arrow-left.svg | 152 + .../misc/calendar-arrow-right-hover.svg | 152 + .../misc/calendar-arrow-right.svg | 152 + .../common-assets/misc/close-active.svg | 100 + .../common-assets/misc/close-hover.svg | 100 + .../cinnamon/common-assets/misc/close.svg | 100 + .../common-assets/misc/corner-ripple.svg | 122 + .../common-assets/misc/desklet-header.svg | 158 + .../cinnamon/common-assets/misc/desklet.svg | 152 + .../cinnamon/common-assets/misc/osd.svg | 127 + .../common-assets/misc/overview-hover.png | Bin 0 -> 838 bytes .../cinnamon/common-assets/misc/overview.png | Bin 0 -> 680 bytes .../common-assets/misc/trash-icon.svg | 97 + .../common-assets/panel/activities-active.svg | 158 + .../common-assets/panel/activities.svg | 158 + .../common-assets/panel/panel-bottom.svg | 84 + .../common-assets/panel/panel-top.svg | 80 + .../panel/window-list-active-bottom.svg | 142 + .../panel/window-list-active-top.svg | 142 + .../checkbox/checkbox-checked-focused.svg | 195 + .../dark-assets/checkbox/checkbox-checked.svg | 195 + .../checkbox/checkbox-unchecked-focused.svg | 141 + .../checkbox/checkbox-unchecked.svg | 141 + .../cinnamon/dark-assets/menu/menu-hover.svg | 97 + .../cinnamon/dark-assets/menu/menu.svg | 127 + .../cinnamon/dark-assets/menu/submenu.svg | 117 + .../cinnamon/dark-assets/misc/button-box.svg | 101 + .../cinnamon/dark-assets/misc/message.svg | 81 + .../cinnamon/dark-assets/misc/modal.svg | 143 + .../dark-assets/switch/switch-off.svg | 201 + .../cinnamon/dark-assets/switch/switch-on.svg | 220 + .../cinnamon/menu/menu-separator.svg | 60 + .../cinnamon/misc/add-workspace-active.svg | 117 + .../cinnamon/misc/add-workspace-hover.svg | 117 + .../cinnamon/misc/add-workspace.svg | 117 + .../Mint-Y-Dark-Hibiscus/cinnamon/misc/bg.svg | 127 + .../misc/calendar-arrow-left-hover.svg | 152 + .../cinnamon/misc/calendar-arrow-left.svg | 152 + .../misc/calendar-arrow-right-hover.svg | 152 + .../cinnamon/misc/calendar-arrow-right.svg | 152 + .../cinnamon/misc/close-active.svg | 100 + .../cinnamon/misc/close-hover.svg | 100 + .../cinnamon/misc/close.svg | 100 + .../cinnamon/misc/corner-ripple-ltr.svg | 125 + .../cinnamon/misc/corner-ripple-rtl.svg | 83 + .../cinnamon/misc/desklet-header.svg | 158 + .../cinnamon/misc/desklet.svg | 152 + .../cinnamon/misc/osd.svg | 127 + .../cinnamon/misc/overview-hover.png | Bin 0 -> 838 bytes .../cinnamon/misc/overview.png | Bin 0 -> 680 bytes .../cinnamon/misc/trash-icon.svg | 97 + .../cinnamon/panel/activities-active.svg | 158 + .../cinnamon/panel/activities.svg | 158 + .../cinnamon/panel/panel-bottom.svg | 84 + .../cinnamon/panel/panel-top.svg | 80 + .../panel/window-list-active-bottom.svg | 142 + .../cinnamon/panel/window-list-active-top.svg | 142 + .../cinnamon/thumbnail.png | Bin 0 -> 31016 bytes themes/Mint-Y-Dark-Hibiscus/gtk-2.0/apps.rc | 45 + .../gtk-2.0/assets/arrow-down-insens.png | Bin 0 -> 220 bytes .../gtk-2.0/assets/arrow-down-prelight.png | Bin 0 -> 218 bytes .../assets/arrow-down-small-insens.png | Bin 0 -> 203 bytes .../assets/arrow-down-small-prelight.png | Bin 0 -> 207 bytes .../gtk-2.0/assets/arrow-down-small.png | Bin 0 -> 276 bytes .../gtk-2.0/assets/arrow-down.png | Bin 0 -> 306 bytes .../gtk-2.0/assets/arrow-left-insens.png | Bin 0 -> 222 bytes .../gtk-2.0/assets/arrow-left-prelight.png | Bin 0 -> 221 bytes .../gtk-2.0/assets/arrow-left.png | Bin 0 -> 307 bytes .../gtk-2.0/assets/arrow-right-insens.png | Bin 0 -> 213 bytes .../gtk-2.0/assets/arrow-right-prelight.png | Bin 0 -> 215 bytes .../gtk-2.0/assets/arrow-right.png | Bin 0 -> 304 bytes .../gtk-2.0/assets/arrow-up-insens.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/arrow-up-prelight.png | Bin 0 -> 218 bytes .../gtk-2.0/assets/arrow-up-small-insens.png | Bin 0 -> 204 bytes .../assets/arrow-up-small-prelight.png | Bin 0 -> 210 bytes .../gtk-2.0/assets/arrow-up-small.png | Bin 0 -> 278 bytes .../gtk-2.0/assets/arrow-up.png | Bin 0 -> 312 bytes .../gtk-2.0/assets/button-active.png | Bin 0 -> 266 bytes .../gtk-2.0/assets/button-hover.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/button-insensitive.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/button.png | Bin 0 -> 252 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 341 bytes .../gtk-2.0/assets/checkbox-checked.png | Bin 0 -> 356 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/checkbox-unchecked.png | Bin 0 -> 256 bytes .../assets/combo-entry-button-active-rtl.png | Bin 0 -> 237 bytes .../assets/combo-entry-button-active.png | Bin 0 -> 222 bytes .../combo-entry-button-insensitive-rtl.png | Bin 0 -> 234 bytes .../assets/combo-entry-button-insensitive.png | Bin 0 -> 232 bytes .../gtk-2.0/assets/combo-entry-button-rtl.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/combo-entry-button.png | Bin 0 -> 231 bytes .../assets/combo-entry-focus-notebook-rtl.png | Bin 0 -> 271 bytes .../assets/combo-entry-focus-notebook.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/combo-entry-focus-rtl.png | Bin 0 -> 262 bytes .../gtk-2.0/assets/combo-entry-focus.png | Bin 0 -> 248 bytes .../combo-entry-insensitive-notebook-rtl.png | Bin 0 -> 223 bytes .../combo-entry-insensitive-notebook.png | Bin 0 -> 210 bytes .../assets/combo-entry-insensitive-rtl.png | Bin 0 -> 210 bytes .../assets/combo-entry-insensitive.png | Bin 0 -> 204 bytes .../assets/combo-entry-notebook-rtl.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/combo-entry-notebook.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/combo-entry-rtl.png | Bin 0 -> 256 bytes .../gtk-2.0/assets/combo-entry.png | Bin 0 -> 240 bytes .../assets/down-background-disable-rtl.png | Bin 0 -> 200 bytes .../assets/down-background-disable.png | Bin 0 -> 199 bytes .../gtk-2.0/assets/down-background-rtl.png | Bin 0 -> 200 bytes .../gtk-2.0/assets/down-background.png | Bin 0 -> 199 bytes .../assets/entry-border-active-bg-solid.png | Bin 0 -> 293 bytes .../gtk-2.0/assets/entry-border-active-bg.png | Bin 0 -> 290 bytes .../gtk-2.0/assets/entry-border-bg-solid.png | Bin 0 -> 226 bytes .../gtk-2.0/assets/entry-border-bg.png | Bin 0 -> 271 bytes .../assets/entry-border-disabled-bg.png | Bin 0 -> 226 bytes .../gtk-2.0/assets/entry-border-fill.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/focus-line.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/frame-gap-end.png | Bin 0 -> 139 bytes .../gtk-2.0/assets/frame-gap-start.png | Bin 0 -> 139 bytes .../gtk-2.0/assets/frame.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/handle-h.png | Bin 0 -> 160 bytes .../gtk-2.0/assets/handle-v.png | Bin 0 -> 157 bytes .../gtk-2.0/assets/inline-toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/line-h.png | Bin 0 -> 151 bytes .../gtk-2.0/assets/line-v.png | Bin 0 -> 151 bytes .../gtk-2.0/assets/menu-arrow-prelight.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/menu-arrow.png | Bin 0 -> 238 bytes .../menu-checkbox-checked-insensitive.png | Bin 0 -> 319 bytes .../gtk-2.0/assets/menu-checkbox-checked.png | Bin 0 -> 330 bytes .../menu-checkbox-unchecked-insensitive.png | Bin 0 -> 223 bytes .../assets/menu-checkbox-unchecked.png | Bin 0 -> 230 bytes .../assets/menu-radio-checked-insensitive.png | Bin 0 -> 373 bytes .../gtk-2.0/assets/menu-radio-checked.png | Bin 0 -> 384 bytes .../menu-radio-unchecked-insensitive.png | Bin 0 -> 411 bytes .../gtk-2.0/assets/menu-radio-unchecked.png | Bin 0 -> 314 bytes .../gtk-2.0/assets/menubar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/menubar_button.png | Bin 0 -> 156 bytes .../gtk-2.0/assets/menuitem.png | Bin 0 -> 177 bytes .../gtk-2.0/assets/minus.png | Bin 0 -> 267 bytes .../notebook-entry-border-active-bg.png | Bin 0 -> 288 bytes .../assets/notebook-entry-border-bg.png | Bin 0 -> 263 bytes .../notebook-entry-border-disabled-bg.png | Bin 0 -> 233 bytes .../gtk-2.0/assets/notebook-gap-horiz.png | Bin 0 -> 159 bytes .../gtk-2.0/assets/notebook-gap-vert.png | Bin 0 -> 155 bytes .../gtk-2.0/assets/notebook.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/null.png | Bin 0 -> 148 bytes .../gtk-2.0/assets/plus.png | Bin 0 -> 255 bytes .../gtk-2.0/assets/progressbar.png | Bin 0 -> 267 bytes .../gtk-2.0/assets/progressbar_v.png | Bin 0 -> 264 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 367 bytes .../gtk-2.0/assets/radio-checked.png | Bin 0 -> 375 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 350 bytes .../gtk-2.0/assets/radio-unchecked.png | Bin 0 -> 395 bytes .../gtk-2.0/assets/slider-horiz-active.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-insens.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-prelight.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-insensitive.png | Bin 0 -> 375 bytes .../gtk-2.0/assets/slider-prelight.png | Bin 0 -> 381 bytes .../gtk-2.0/assets/slider-vert-active.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-insens.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-prelight.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider.png | Bin 0 -> 407 bytes .../gtk-2.0/assets/tab-bottom-active.png | Bin 0 -> 166 bytes .../gtk-2.0/assets/tab-left-active.png | Bin 0 -> 167 bytes .../gtk-2.0/assets/tab-right-active.png | Bin 0 -> 168 bytes .../gtk-2.0/assets/tab-top-active.png | Bin 0 -> 166 bytes .../assets/toolbar-entry-border-active-bg.png | Bin 0 -> 288 bytes .../assets/toolbar-entry-border-bg.png | Bin 0 -> 254 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 216 bytes .../gtk-2.0/assets/toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/tree_header.png | Bin 0 -> 164 bytes .../assets/trough-horizontal-active.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-horizontal.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-progressbar.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/trough-progressbar_v.png | Bin 0 -> 276 bytes .../gtk-2.0/assets/trough-scrollbar-horiz.png | Bin 0 -> 164 bytes .../gtk-2.0/assets/trough-scrollbar-vert.png | Bin 0 -> 161 bytes .../gtk-2.0/assets/trough-vertical-active.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/trough-vertical.png | Bin 0 -> 257 bytes .../assets/up-background-disable-rtl.png | Bin 0 -> 201 bytes .../gtk-2.0/assets/up-background-disable.png | Bin 0 -> 212 bytes .../gtk-2.0/assets/up-background-rtl.png | Bin 0 -> 204 bytes .../gtk-2.0/assets/up-background.png | Bin 0 -> 212 bytes themes/Mint-Y-Dark-Hibiscus/gtk-2.0/gtkrc | 10 + themes/Mint-Y-Dark-Hibiscus/gtk-2.0/main.rc | 2441 +++++++++++ .../gtk-2.0/menubar-toolbar/button-active.png | Bin 0 -> 293 bytes .../gtk-2.0/menubar-toolbar/button-hover.png | Bin 0 -> 310 bytes .../menubar-toolbar/button-insensitive.png | Bin 0 -> 289 bytes .../gtk-2.0/menubar-toolbar/button.png | Bin 0 -> 306 bytes .../gtk-2.0/menubar-toolbar/menubar-dark.png | Bin 0 -> 181 bytes .../menubar-toolbar/menubar-toolbar-dark.rc | 222 + .../menubar-toolbar/menubar-toolbar.rc | 166 + .../gtk-2.0/menubar-toolbar/menubar.png | Bin 0 -> 165 bytes .../menubar-toolbar/menubar_button-dark.png | Bin 0 -> 164 bytes .../menubar-toolbar/menubar_button.png | Bin 0 -> 164 bytes .../toolbar-entry-border-active-bg-dark.png | Bin 0 -> 413 bytes .../toolbar-entry-border-active-bg.png | Bin 0 -> 406 bytes .../toolbar-entry-border-bg-dark.png | Bin 0 -> 322 bytes .../toolbar-entry-border-bg.png | Bin 0 -> 335 bytes .../toolbar-entry-border-disabled-bg-dark.png | Bin 0 -> 276 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 310 bytes themes/Mint-Y-Dark-Hibiscus/gtk-2.0/panel.rc | 153 + .../gtk-3.0/assets/checkbox-checked-dark.png | Bin 0 -> 356 bytes .../assets/checkbox-checked-dark@2.png | Bin 0 -> 475 bytes .../checkbox-checked-insensitive-dark.png | Bin 0 -> 345 bytes .../checkbox-checked-insensitive-dark@2.png | Bin 0 -> 469 bytes .../checkbox-checked-insensitive-selected.png | Bin 0 -> 367 bytes ...heckbox-checked-insensitive-selected@2.png | Bin 0 -> 491 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 374 bytes .../assets/checkbox-checked-insensitive@2.png | Bin 0 -> 502 bytes .../assets/checkbox-checked-selected.png | Bin 0 -> 366 bytes .../assets/checkbox-checked-selected@2.png | Bin 0 -> 486 bytes .../checkbox-checked-selectionmode-dark.png | Bin 0 -> 452 bytes .../checkbox-checked-selectionmode-dark@2.png | Bin 0 -> 627 bytes .../assets/checkbox-checked-selectionmode.png | Bin 0 -> 478 bytes .../checkbox-checked-selectionmode@2.png | Bin 0 -> 663 bytes .../gtk-3.0/assets/checkbox-checked.png | Bin 0 -> 363 bytes .../gtk-3.0/assets/checkbox-checked@2.png | Bin 0 -> 483 bytes .../gtk-3.0/assets/checkbox-mixed-dark.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed-dark@2.png | Bin 0 -> 294 bytes .../checkbox-mixed-insensitive-dark.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-dark@2.png | Bin 0 -> 285 bytes .../checkbox-mixed-insensitive-selected.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-selected@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-insensitive.png | Bin 0 -> 227 bytes .../assets/checkbox-mixed-insensitive@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-selected.png | Bin 0 -> 234 bytes .../assets/checkbox-mixed-selected@2.png | Bin 0 -> 294 bytes .../gtk-3.0/assets/checkbox-mixed.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed@2.png | Bin 0 -> 294 bytes .../assets/checkbox-selectionmode-dark.png | Bin 0 -> 477 bytes .../assets/checkbox-selectionmode-dark@2.png | Bin 0 -> 675 bytes .../gtk-3.0/assets/checkbox-selectionmode.png | Bin 0 -> 407 bytes .../assets/checkbox-selectionmode@2.png | Bin 0 -> 615 bytes .../assets/checkbox-unchecked-dark.png | Bin 0 -> 264 bytes .../assets/checkbox-unchecked-dark@2.png | Bin 0 -> 345 bytes .../checkbox-unchecked-insensitive-dark.png | Bin 0 -> 262 bytes .../checkbox-unchecked-insensitive-dark@2.png | Bin 0 -> 330 bytes ...heckbox-unchecked-insensitive-selected.png | Bin 0 -> 244 bytes ...ckbox-unchecked-insensitive-selected@2.png | Bin 0 -> 312 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 258 bytes .../checkbox-unchecked-insensitive@2.png | Bin 0 -> 336 bytes .../assets/checkbox-unchecked-selected.png | Bin 0 -> 252 bytes .../assets/checkbox-unchecked-selected@2.png | Bin 0 -> 337 bytes .../gtk-3.0/assets/checkbox-unchecked.png | Bin 0 -> 260 bytes .../gtk-3.0/assets/checkbox-unchecked@2.png | Bin 0 -> 351 bytes .../assets/pane-separator-vertical.png | Bin 0 -> 172 bytes .../assets/pane-separator-vertical@2.png | Bin 0 -> 194 bytes .../gtk-3.0/assets/pane-separator.png | Bin 0 -> 176 bytes .../gtk-3.0/assets/pane-separator@2.png | Bin 0 -> 201 bytes .../gtk-3.0/assets/radio-checked-dark.png | Bin 0 -> 368 bytes .../gtk-3.0/assets/radio-checked-dark@2.png | Bin 0 -> 628 bytes .../assets/radio-checked-insensitive-dark.png | Bin 0 -> 357 bytes .../radio-checked-insensitive-dark@2.png | Bin 0 -> 607 bytes .../radio-checked-insensitive-selected.png | Bin 0 -> 357 bytes .../radio-checked-insensitive-selected@2.png | Bin 0 -> 584 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 372 bytes .../assets/radio-checked-insensitive@2.png | Bin 0 -> 618 bytes .../gtk-3.0/assets/radio-checked-selected.png | Bin 0 -> 365 bytes .../assets/radio-checked-selected@2.png | Bin 0 -> 644 bytes .../gtk-3.0/assets/radio-checked.png | Bin 0 -> 373 bytes .../gtk-3.0/assets/radio-checked@2.png | Bin 0 -> 645 bytes .../gtk-3.0/assets/radio-mixed-dark.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed-dark@2.png | Bin 0 -> 546 bytes .../assets/radio-mixed-insensitive-dark.png | Bin 0 -> 334 bytes .../assets/radio-mixed-insensitive-dark@2.png | Bin 0 -> 515 bytes .../radio-mixed-insensitive-selected.png | Bin 0 -> 319 bytes .../radio-mixed-insensitive-selected@2.png | Bin 0 -> 481 bytes .../assets/radio-mixed-insensitive.png | Bin 0 -> 334 bytes .../assets/radio-mixed-insensitive@2.png | Bin 0 -> 515 bytes .../gtk-3.0/assets/radio-mixed-selected.png | Bin 0 -> 311 bytes .../gtk-3.0/assets/radio-mixed-selected@2.png | Bin 0 -> 514 bytes .../gtk-3.0/assets/radio-mixed.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed@2.png | Bin 0 -> 546 bytes .../gtk-3.0/assets/radio-unchecked-dark.png | Bin 0 -> 426 bytes .../gtk-3.0/assets/radio-unchecked-dark@2.png | Bin 0 -> 742 bytes .../radio-unchecked-insensitive-dark.png | Bin 0 -> 410 bytes .../radio-unchecked-insensitive-dark@2.png | Bin 0 -> 673 bytes .../radio-unchecked-insensitive-selected.png | Bin 0 -> 333 bytes ...radio-unchecked-insensitive-selected@2.png | Bin 0 -> 575 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 395 bytes .../assets/radio-unchecked-insensitive@2.png | Bin 0 -> 657 bytes .../assets/radio-unchecked-selected.png | Bin 0 -> 356 bytes .../assets/radio-unchecked-selected@2.png | Bin 0 -> 708 bytes .../gtk-3.0/assets/radio-unchecked.png | Bin 0 -> 410 bytes .../gtk-3.0/assets/radio-unchecked@2.png | Bin 0 -> 716 bytes .../gtk-3.0/assets/switch-active-dark.png | Bin 0 -> 795 bytes .../gtk-3.0/assets/switch-active-dark@2.png | Bin 0 -> 1450 bytes .../assets/switch-active-header-dark.png | Bin 0 -> 807 bytes .../assets/switch-active-header-dark@2.png | Bin 0 -> 1453 bytes .../gtk-3.0/assets/switch-active-header.png | Bin 0 -> 805 bytes .../gtk-3.0/assets/switch-active-header@2.png | Bin 0 -> 1458 bytes .../assets/switch-active-insensitive-dark.png | Bin 0 -> 744 bytes .../switch-active-insensitive-dark@2.png | Bin 0 -> 1342 bytes .../switch-active-insensitive-header-dark.png | Bin 0 -> 758 bytes ...witch-active-insensitive-header-dark@2.png | Bin 0 -> 1325 bytes .../switch-active-insensitive-header.png | Bin 0 -> 790 bytes .../switch-active-insensitive-header@2.png | Bin 0 -> 1411 bytes .../switch-active-insensitive-selected.png | Bin 0 -> 788 bytes .../switch-active-insensitive-selected@2.png | Bin 0 -> 1401 bytes .../assets/switch-active-insensitive.png | Bin 0 -> 790 bytes .../assets/switch-active-insensitive@2.png | Bin 0 -> 1411 bytes .../gtk-3.0/assets/switch-active-selected.png | Bin 0 -> 805 bytes .../assets/switch-active-selected@2.png | Bin 0 -> 1459 bytes .../gtk-3.0/assets/switch-active.png | Bin 0 -> 805 bytes .../gtk-3.0/assets/switch-active@2.png | Bin 0 -> 1458 bytes .../gtk-3.0/assets/switch-dark.png | Bin 0 -> 728 bytes .../gtk-3.0/assets/switch-dark@2.png | Bin 0 -> 1266 bytes .../gtk-3.0/assets/switch-header-dark.png | Bin 0 -> 742 bytes .../gtk-3.0/assets/switch-header-dark@2.png | Bin 0 -> 1291 bytes .../gtk-3.0/assets/switch-header.png | Bin 0 -> 781 bytes .../gtk-3.0/assets/switch-header@2.png | Bin 0 -> 1343 bytes .../assets/switch-insensitive-dark.png | Bin 0 -> 667 bytes .../assets/switch-insensitive-dark@2.png | Bin 0 -> 1159 bytes .../assets/switch-insensitive-header-dark.png | Bin 0 -> 662 bytes .../switch-insensitive-header-dark@2.png | Bin 0 -> 1147 bytes .../assets/switch-insensitive-header.png | Bin 0 -> 687 bytes .../assets/switch-insensitive-header@2.png | Bin 0 -> 1177 bytes .../assets/switch-insensitive-selected.png | Bin 0 -> 644 bytes .../assets/switch-insensitive-selected@2.png | Bin 0 -> 1081 bytes .../gtk-3.0/assets/switch-insensitive.png | Bin 0 -> 687 bytes .../gtk-3.0/assets/switch-insensitive@2.png | Bin 0 -> 1170 bytes .../gtk-3.0/assets/switch-selected.png | Bin 0 -> 717 bytes .../gtk-3.0/assets/switch-selected@2.png | Bin 0 -> 1216 bytes .../gtk-3.0/assets/switch.png | Bin 0 -> 729 bytes .../gtk-3.0/assets/switch@2.png | Bin 0 -> 1264 bytes .../assets/titlebutton-close-active-dark.png | Bin 0 -> 446 bytes .../titlebutton-close-active-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-active.png | Bin 0 -> 443 bytes .../assets/titlebutton-close-active@2.png | Bin 0 -> 789 bytes .../titlebutton-close-backdrop-dark.png | Bin 0 -> 421 bytes .../titlebutton-close-backdrop-dark@2.png | Bin 0 -> 708 bytes .../assets/titlebutton-close-backdrop.png | Bin 0 -> 438 bytes .../assets/titlebutton-close-backdrop@2.png | Bin 0 -> 748 bytes .../gtk-3.0/assets/titlebutton-close-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-hover-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover.png | Bin 0 -> 467 bytes .../assets/titlebutton-close-hover@2.png | Bin 0 -> 814 bytes .../gtk-3.0/assets/titlebutton-close.png | Bin 0 -> 467 bytes .../gtk-3.0/assets/titlebutton-close@2.png | Bin 0 -> 814 bytes .../assets/titlebutton-max-active-dark.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active-dark@2.png | Bin 0 -> 652 bytes .../gtk-3.0/assets/titlebutton-max-active.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active@2.png | Bin 0 -> 652 bytes .../assets/titlebutton-max-backdrop-dark.png | Bin 0 -> 241 bytes .../titlebutton-max-backdrop-dark@2.png | Bin 0 -> 280 bytes .../assets/titlebutton-max-backdrop.png | Bin 0 -> 241 bytes .../assets/titlebutton-max-backdrop@2.png | Bin 0 -> 289 bytes .../gtk-3.0/assets/titlebutton-max-dark.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max-dark@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-max-hover-dark.png | Bin 0 -> 413 bytes .../assets/titlebutton-max-hover-dark@2.png | Bin 0 -> 807 bytes .../gtk-3.0/assets/titlebutton-max-hover.png | Bin 0 -> 422 bytes .../assets/titlebutton-max-hover@2.png | Bin 0 -> 801 bytes .../gtk-3.0/assets/titlebutton-max.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-min-active-dark.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active-dark@2.png | Bin 0 -> 571 bytes .../gtk-3.0/assets/titlebutton-min-active.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active@2.png | Bin 0 -> 571 bytes .../assets/titlebutton-min-backdrop-dark.png | Bin 0 -> 168 bytes .../titlebutton-min-backdrop-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-backdrop.png | Bin 0 -> 167 bytes .../assets/titlebutton-min-backdrop@2.png | Bin 0 -> 180 bytes .../gtk-3.0/assets/titlebutton-min-dark.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-hover-dark.png | Bin 0 -> 363 bytes .../assets/titlebutton-min-hover-dark@2.png | Bin 0 -> 701 bytes .../gtk-3.0/assets/titlebutton-min-hover.png | Bin 0 -> 368 bytes .../assets/titlebutton-min-hover@2.png | Bin 0 -> 694 bytes .../gtk-3.0/assets/titlebutton-min.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min@2.png | Bin 0 -> 180 bytes themes/Mint-Y-Dark-Hibiscus/gtk-3.0/gtk.css | 3783 +++++++++++++++++ .../gtk-3.0/thumbnail.png | Bin 0 -> 1506 bytes themes/Mint-Y-Dark-Hibiscus/index.theme | 12 + .../metacity-1/button-bg.svg | 105 + .../metacity-1/button-border.svg | 107 + .../metacity-1/close-icon.svg | 104 + .../metacity-1/max-icon.svg | 75 + .../metacity-1/metacity-theme-2.xml | 768 ++++ .../metacity-1/metacity-theme-3.xml | 1026 +++++ .../metacity-1/min-icon.svg | 75 + .../metacity-1/thumbnail.png | Bin 0 -> 685 bytes .../xfce-notify-4.0/gtkrc | 72 + .../xfwm4/bottom-active.xpm | 8 + .../xfwm4/bottom-inactive.xpm | 1 + .../xfwm4/bottom-left-active.xpm | 8 + .../xfwm4/bottom-left-inactive.xpm | 1 + .../xfwm4/bottom-right-active.xpm | 8 + .../xfwm4/bottom-right-inactive.xpm | 1 + .../xfwm4/close-active.xpm | 66 + .../xfwm4/close-inactive.xpm | 47 + .../xfwm4/close-prelight.xpm | 68 + .../xfwm4/close-pressed.xpm | 69 + .../xfwm4/hide-active.xpm | 33 + .../xfwm4/hide-inactive.xpm | 33 + .../xfwm4/hide-prelight.xpm | 40 + .../xfwm4/hide-pressed.xpm | 44 + .../xfwm4/left-active.xpm | 6 + .../xfwm4/left-inactive.xpm | 1 + .../xfwm4/maximize-active.xpm | 38 + .../xfwm4/maximize-inactive.xpm | 38 + .../xfwm4/maximize-prelight.xpm | 45 + .../xfwm4/maximize-pressed.xpm | 49 + .../xfwm4/menu-active.xpm | 40 + .../xfwm4/menu-inactive.xpm | 40 + .../xfwm4/menu-prelight.xpm | 49 + .../xfwm4/menu-pressed.xpm | 51 + .../xfwm4/right-active.xpm | 6 + .../xfwm4/right-inactive.xpm | 1 + .../xfwm4/shade-active.xpm | 42 + .../xfwm4/shade-inactive.xpm | 44 + .../xfwm4/shade-prelight.xpm | 51 + .../xfwm4/shade-toggled-active.xpm | 42 + .../xfwm4/shade-toggled-inactive.xpm | 40 + .../xfwm4/shade-toggled-prelight.xpm | 50 + .../xfwm4/stick-active.xpm | 44 + .../xfwm4/stick-inactive.xpm | 44 + .../xfwm4/stick-prelight.xpm | 45 + .../xfwm4/stick-toggled-active.xpm | 49 + .../xfwm4/stick-toggled-inactive.xpm | 46 + .../xfwm4/stick-toggled-prelight.xpm | 49 + themes/Mint-Y-Dark-Hibiscus/xfwm4/themerc | 25 + .../xfwm4/title-1-active.xpm | 30 + .../xfwm4/title-1-inactive.xpm | 1 + .../xfwm4/title-2-active.xpm | 30 + .../xfwm4/title-2-inactive.xpm | 1 + .../xfwm4/title-3-active.xpm | 30 + .../xfwm4/title-3-inactive.xpm | 1 + .../xfwm4/title-4-active.xpm | 30 + .../xfwm4/title-4-inactive.xpm | 1 + .../xfwm4/title-5-active.xpm | 30 + .../xfwm4/title-5-inactive.xpm | 1 + .../xfwm4/top-left-active.xpm | 30 + .../xfwm4/top-left-inactive.xpm | 1 + .../xfwm4/top-right-active.xpm | 30 + .../xfwm4/top-right-inactive.xpm | 1 + themes/Mint-Y-Darker-Hibiscus/gtk-2.0/apps.rc | 45 + .../gtk-2.0/assets/arrow-down-insens.png | Bin 0 -> 218 bytes .../gtk-2.0/assets/arrow-down-prelight.png | Bin 0 -> 219 bytes .../assets/arrow-down-small-insens.png | Bin 0 -> 201 bytes .../assets/arrow-down-small-prelight.png | Bin 0 -> 203 bytes .../gtk-2.0/assets/arrow-down-small.png | Bin 0 -> 280 bytes .../gtk-2.0/assets/arrow-down.png | Bin 0 -> 308 bytes .../gtk-2.0/assets/arrow-left-insens.png | Bin 0 -> 217 bytes .../gtk-2.0/assets/arrow-left-prelight.png | Bin 0 -> 221 bytes .../gtk-2.0/assets/arrow-left.png | Bin 0 -> 316 bytes .../gtk-2.0/assets/arrow-right-insens.png | Bin 0 -> 213 bytes .../gtk-2.0/assets/arrow-right-prelight.png | Bin 0 -> 214 bytes .../gtk-2.0/assets/arrow-right.png | Bin 0 -> 316 bytes .../gtk-2.0/assets/arrow-up-insens.png | Bin 0 -> 216 bytes .../gtk-2.0/assets/arrow-up-prelight.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/arrow-up-small-insens.png | Bin 0 -> 203 bytes .../assets/arrow-up-small-prelight.png | Bin 0 -> 207 bytes .../gtk-2.0/assets/arrow-up-small.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/arrow-up.png | Bin 0 -> 314 bytes .../gtk-2.0/assets/button-active.png | Bin 0 -> 266 bytes .../gtk-2.0/assets/button-hover.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/button-insensitive.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/button.png | Bin 0 -> 252 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 362 bytes .../gtk-2.0/assets/checkbox-checked.png | Bin 0 -> 363 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/checkbox-unchecked.png | Bin 0 -> 262 bytes .../assets/combo-entry-button-active-rtl.png | Bin 0 -> 237 bytes .../assets/combo-entry-button-active.png | Bin 0 -> 232 bytes .../combo-entry-button-insensitive-rtl.png | Bin 0 -> 239 bytes .../assets/combo-entry-button-insensitive.png | Bin 0 -> 235 bytes .../gtk-2.0/assets/combo-entry-button-rtl.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/combo-entry-button.png | Bin 0 -> 231 bytes .../assets/combo-entry-focus-notebook-rtl.png | Bin 0 -> 269 bytes .../assets/combo-entry-focus-notebook.png | Bin 0 -> 254 bytes .../gtk-2.0/assets/combo-entry-focus-rtl.png | Bin 0 -> 269 bytes .../gtk-2.0/assets/combo-entry-focus.png | Bin 0 -> 270 bytes .../combo-entry-insensitive-notebook-rtl.png | Bin 0 -> 208 bytes .../combo-entry-insensitive-notebook.png | Bin 0 -> 206 bytes .../assets/combo-entry-insensitive-rtl.png | Bin 0 -> 214 bytes .../assets/combo-entry-insensitive.png | Bin 0 -> 213 bytes .../assets/combo-entry-notebook-rtl.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/combo-entry-notebook.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/combo-entry-rtl.png | Bin 0 -> 254 bytes .../gtk-2.0/assets/combo-entry.png | Bin 0 -> 243 bytes .../assets/down-background-disable-rtl.png | Bin 0 -> 201 bytes .../assets/down-background-disable.png | Bin 0 -> 201 bytes .../gtk-2.0/assets/down-background-rtl.png | Bin 0 -> 197 bytes .../gtk-2.0/assets/down-background.png | Bin 0 -> 191 bytes .../assets/entry-border-active-bg-solid.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/entry-border-active-bg.png | Bin 0 -> 307 bytes .../gtk-2.0/assets/entry-border-bg-solid.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/entry-border-bg.png | Bin 0 -> 270 bytes .../assets/entry-border-disabled-bg.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/entry-border-fill.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/focus-line.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/frame-gap-end.png | Bin 0 -> 142 bytes .../gtk-2.0/assets/frame-gap-start.png | Bin 0 -> 142 bytes .../gtk-2.0/assets/frame.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/handle-h.png | Bin 0 -> 160 bytes .../gtk-2.0/assets/handle-v.png | Bin 0 -> 157 bytes .../gtk-2.0/assets/inline-toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/line-h.png | Bin 0 -> 152 bytes .../gtk-2.0/assets/line-v.png | Bin 0 -> 152 bytes .../gtk-2.0/assets/menu-arrow-prelight.png | Bin 0 -> 265 bytes .../gtk-2.0/assets/menu-arrow.png | Bin 0 -> 265 bytes .../menu-checkbox-checked-insensitive.png | Bin 0 -> 351 bytes .../gtk-2.0/assets/menu-checkbox-checked.png | Bin 0 -> 327 bytes .../menu-checkbox-unchecked-insensitive.png | Bin 0 -> 234 bytes .../assets/menu-checkbox-unchecked.png | Bin 0 -> 226 bytes .../assets/menu-radio-checked-insensitive.png | Bin 0 -> 376 bytes .../gtk-2.0/assets/menu-radio-checked.png | Bin 0 -> 391 bytes .../menu-radio-unchecked-insensitive.png | Bin 0 -> 420 bytes .../gtk-2.0/assets/menu-radio-unchecked.png | Bin 0 -> 309 bytes .../gtk-2.0/assets/menubar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/menubar_button.png | Bin 0 -> 156 bytes .../gtk-2.0/assets/menuitem.png | Bin 0 -> 176 bytes .../gtk-2.0/assets/minus.png | Bin 0 -> 261 bytes .../notebook-entry-border-active-bg.png | Bin 0 -> 296 bytes .../assets/notebook-entry-border-bg.png | Bin 0 -> 258 bytes .../notebook-entry-border-disabled-bg.png | Bin 0 -> 222 bytes .../gtk-2.0/assets/notebook-gap-horiz.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/notebook-gap-vert.png | Bin 0 -> 155 bytes .../gtk-2.0/assets/notebook.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/null.png | Bin 0 -> 148 bytes .../gtk-2.0/assets/plus.png | Bin 0 -> 249 bytes .../gtk-2.0/assets/progressbar.png | Bin 0 -> 267 bytes .../gtk-2.0/assets/progressbar_v.png | Bin 0 -> 264 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 376 bytes .../gtk-2.0/assets/radio-checked.png | Bin 0 -> 373 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 386 bytes .../gtk-2.0/assets/radio-unchecked.png | Bin 0 -> 404 bytes .../gtk-2.0/assets/slider-horiz-active.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-insens.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-prelight.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-insensitive.png | Bin 0 -> 408 bytes .../gtk-2.0/assets/slider-prelight.png | Bin 0 -> 381 bytes .../gtk-2.0/assets/slider-vert-active.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-insens.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-prelight.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider.png | Bin 0 -> 403 bytes .../gtk-2.0/assets/tab-bottom-active.png | Bin 0 -> 166 bytes .../gtk-2.0/assets/tab-left-active.png | Bin 0 -> 167 bytes .../gtk-2.0/assets/tab-right-active.png | Bin 0 -> 168 bytes .../gtk-2.0/assets/tab-top-active.png | Bin 0 -> 166 bytes .../assets/toolbar-entry-border-active-bg.png | Bin 0 -> 307 bytes .../assets/toolbar-entry-border-bg.png | Bin 0 -> 267 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/tree_header.png | Bin 0 -> 164 bytes .../assets/trough-horizontal-active.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-horizontal.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-progressbar.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/trough-progressbar_v.png | Bin 0 -> 276 bytes .../gtk-2.0/assets/trough-scrollbar-horiz.png | Bin 0 -> 164 bytes .../gtk-2.0/assets/trough-scrollbar-vert.png | Bin 0 -> 162 bytes .../gtk-2.0/assets/trough-vertical-active.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/trough-vertical.png | Bin 0 -> 257 bytes .../assets/up-background-disable-rtl.png | Bin 0 -> 206 bytes .../gtk-2.0/assets/up-background-disable.png | Bin 0 -> 212 bytes .../gtk-2.0/assets/up-background-rtl.png | Bin 0 -> 206 bytes .../gtk-2.0/assets/up-background.png | Bin 0 -> 212 bytes themes/Mint-Y-Darker-Hibiscus/gtk-2.0/gtkrc | 10 + themes/Mint-Y-Darker-Hibiscus/gtk-2.0/main.rc | 2441 +++++++++++ .../gtk-2.0/menubar-toolbar/button-active.png | Bin 0 -> 293 bytes .../gtk-2.0/menubar-toolbar/button-hover.png | Bin 0 -> 310 bytes .../menubar-toolbar/button-insensitive.png | Bin 0 -> 289 bytes .../gtk-2.0/menubar-toolbar/button.png | Bin 0 -> 306 bytes .../gtk-2.0/menubar-toolbar/menubar-dark.png | Bin 0 -> 181 bytes .../menubar-toolbar/menubar-toolbar-dark.rc | 222 + .../menubar-toolbar/menubar-toolbar.rc | 166 + .../gtk-2.0/menubar-toolbar/menubar.png | Bin 0 -> 165 bytes .../menubar-toolbar/menubar_button-dark.png | Bin 0 -> 164 bytes .../menubar-toolbar/menubar_button.png | Bin 0 -> 164 bytes .../toolbar-entry-border-active-bg-dark.png | Bin 0 -> 413 bytes .../toolbar-entry-border-active-bg.png | Bin 0 -> 406 bytes .../toolbar-entry-border-bg-dark.png | Bin 0 -> 322 bytes .../toolbar-entry-border-bg.png | Bin 0 -> 335 bytes .../toolbar-entry-border-disabled-bg-dark.png | Bin 0 -> 276 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 310 bytes .../Mint-Y-Darker-Hibiscus/gtk-2.0/panel.rc | 153 + .../gtk-3.0/assets/checkbox-checked-dark.png | Bin 0 -> 356 bytes .../assets/checkbox-checked-dark@2.png | Bin 0 -> 475 bytes .../checkbox-checked-insensitive-dark.png | Bin 0 -> 345 bytes .../checkbox-checked-insensitive-dark@2.png | Bin 0 -> 469 bytes .../checkbox-checked-insensitive-selected.png | Bin 0 -> 367 bytes ...heckbox-checked-insensitive-selected@2.png | Bin 0 -> 491 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 374 bytes .../assets/checkbox-checked-insensitive@2.png | Bin 0 -> 502 bytes .../assets/checkbox-checked-selected.png | Bin 0 -> 366 bytes .../assets/checkbox-checked-selected@2.png | Bin 0 -> 486 bytes .../checkbox-checked-selectionmode-dark.png | Bin 0 -> 452 bytes .../checkbox-checked-selectionmode-dark@2.png | Bin 0 -> 627 bytes .../assets/checkbox-checked-selectionmode.png | Bin 0 -> 478 bytes .../checkbox-checked-selectionmode@2.png | Bin 0 -> 663 bytes .../gtk-3.0/assets/checkbox-checked.png | Bin 0 -> 363 bytes .../gtk-3.0/assets/checkbox-checked@2.png | Bin 0 -> 483 bytes .../gtk-3.0/assets/checkbox-mixed-dark.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed-dark@2.png | Bin 0 -> 294 bytes .../checkbox-mixed-insensitive-dark.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-dark@2.png | Bin 0 -> 285 bytes .../checkbox-mixed-insensitive-selected.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-selected@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-insensitive.png | Bin 0 -> 227 bytes .../assets/checkbox-mixed-insensitive@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-selected.png | Bin 0 -> 234 bytes .../assets/checkbox-mixed-selected@2.png | Bin 0 -> 294 bytes .../gtk-3.0/assets/checkbox-mixed.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed@2.png | Bin 0 -> 294 bytes .../assets/checkbox-selectionmode-dark.png | Bin 0 -> 477 bytes .../assets/checkbox-selectionmode-dark@2.png | Bin 0 -> 675 bytes .../gtk-3.0/assets/checkbox-selectionmode.png | Bin 0 -> 407 bytes .../assets/checkbox-selectionmode@2.png | Bin 0 -> 615 bytes .../assets/checkbox-unchecked-dark.png | Bin 0 -> 264 bytes .../assets/checkbox-unchecked-dark@2.png | Bin 0 -> 345 bytes .../checkbox-unchecked-insensitive-dark.png | Bin 0 -> 262 bytes .../checkbox-unchecked-insensitive-dark@2.png | Bin 0 -> 330 bytes ...heckbox-unchecked-insensitive-selected.png | Bin 0 -> 244 bytes ...ckbox-unchecked-insensitive-selected@2.png | Bin 0 -> 312 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 258 bytes .../checkbox-unchecked-insensitive@2.png | Bin 0 -> 336 bytes .../assets/checkbox-unchecked-selected.png | Bin 0 -> 252 bytes .../assets/checkbox-unchecked-selected@2.png | Bin 0 -> 337 bytes .../gtk-3.0/assets/checkbox-unchecked.png | Bin 0 -> 260 bytes .../gtk-3.0/assets/checkbox-unchecked@2.png | Bin 0 -> 351 bytes .../assets/pane-separator-vertical.png | Bin 0 -> 172 bytes .../assets/pane-separator-vertical@2.png | Bin 0 -> 194 bytes .../gtk-3.0/assets/pane-separator.png | Bin 0 -> 176 bytes .../gtk-3.0/assets/pane-separator@2.png | Bin 0 -> 201 bytes .../gtk-3.0/assets/radio-checked-dark.png | Bin 0 -> 368 bytes .../gtk-3.0/assets/radio-checked-dark@2.png | Bin 0 -> 628 bytes .../assets/radio-checked-insensitive-dark.png | Bin 0 -> 357 bytes .../radio-checked-insensitive-dark@2.png | Bin 0 -> 607 bytes .../radio-checked-insensitive-selected.png | Bin 0 -> 357 bytes .../radio-checked-insensitive-selected@2.png | Bin 0 -> 584 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 372 bytes .../assets/radio-checked-insensitive@2.png | Bin 0 -> 618 bytes .../gtk-3.0/assets/radio-checked-selected.png | Bin 0 -> 365 bytes .../assets/radio-checked-selected@2.png | Bin 0 -> 644 bytes .../gtk-3.0/assets/radio-checked.png | Bin 0 -> 373 bytes .../gtk-3.0/assets/radio-checked@2.png | Bin 0 -> 645 bytes .../gtk-3.0/assets/radio-mixed-dark.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed-dark@2.png | Bin 0 -> 546 bytes .../assets/radio-mixed-insensitive-dark.png | Bin 0 -> 334 bytes .../assets/radio-mixed-insensitive-dark@2.png | Bin 0 -> 515 bytes .../radio-mixed-insensitive-selected.png | Bin 0 -> 319 bytes .../radio-mixed-insensitive-selected@2.png | Bin 0 -> 481 bytes .../assets/radio-mixed-insensitive.png | Bin 0 -> 334 bytes .../assets/radio-mixed-insensitive@2.png | Bin 0 -> 515 bytes .../gtk-3.0/assets/radio-mixed-selected.png | Bin 0 -> 311 bytes .../gtk-3.0/assets/radio-mixed-selected@2.png | Bin 0 -> 514 bytes .../gtk-3.0/assets/radio-mixed.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed@2.png | Bin 0 -> 546 bytes .../gtk-3.0/assets/radio-unchecked-dark.png | Bin 0 -> 426 bytes .../gtk-3.0/assets/radio-unchecked-dark@2.png | Bin 0 -> 742 bytes .../radio-unchecked-insensitive-dark.png | Bin 0 -> 410 bytes .../radio-unchecked-insensitive-dark@2.png | Bin 0 -> 673 bytes .../radio-unchecked-insensitive-selected.png | Bin 0 -> 333 bytes ...radio-unchecked-insensitive-selected@2.png | Bin 0 -> 575 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 395 bytes .../assets/radio-unchecked-insensitive@2.png | Bin 0 -> 657 bytes .../assets/radio-unchecked-selected.png | Bin 0 -> 356 bytes .../assets/radio-unchecked-selected@2.png | Bin 0 -> 708 bytes .../gtk-3.0/assets/radio-unchecked.png | Bin 0 -> 410 bytes .../gtk-3.0/assets/radio-unchecked@2.png | Bin 0 -> 716 bytes .../gtk-3.0/assets/switch-active-dark.png | Bin 0 -> 795 bytes .../gtk-3.0/assets/switch-active-dark@2.png | Bin 0 -> 1450 bytes .../assets/switch-active-header-dark.png | Bin 0 -> 807 bytes .../assets/switch-active-header-dark@2.png | Bin 0 -> 1453 bytes .../gtk-3.0/assets/switch-active-header.png | Bin 0 -> 805 bytes .../gtk-3.0/assets/switch-active-header@2.png | Bin 0 -> 1458 bytes .../assets/switch-active-insensitive-dark.png | Bin 0 -> 744 bytes .../switch-active-insensitive-dark@2.png | Bin 0 -> 1342 bytes .../switch-active-insensitive-header-dark.png | Bin 0 -> 758 bytes ...witch-active-insensitive-header-dark@2.png | Bin 0 -> 1325 bytes .../switch-active-insensitive-header.png | Bin 0 -> 790 bytes .../switch-active-insensitive-header@2.png | Bin 0 -> 1411 bytes .../switch-active-insensitive-selected.png | Bin 0 -> 788 bytes .../switch-active-insensitive-selected@2.png | Bin 0 -> 1401 bytes .../assets/switch-active-insensitive.png | Bin 0 -> 790 bytes .../assets/switch-active-insensitive@2.png | Bin 0 -> 1411 bytes .../gtk-3.0/assets/switch-active-selected.png | Bin 0 -> 805 bytes .../assets/switch-active-selected@2.png | Bin 0 -> 1459 bytes .../gtk-3.0/assets/switch-active.png | Bin 0 -> 805 bytes .../gtk-3.0/assets/switch-active@2.png | Bin 0 -> 1458 bytes .../gtk-3.0/assets/switch-dark.png | Bin 0 -> 728 bytes .../gtk-3.0/assets/switch-dark@2.png | Bin 0 -> 1266 bytes .../gtk-3.0/assets/switch-header-dark.png | Bin 0 -> 742 bytes .../gtk-3.0/assets/switch-header-dark@2.png | Bin 0 -> 1291 bytes .../gtk-3.0/assets/switch-header.png | Bin 0 -> 781 bytes .../gtk-3.0/assets/switch-header@2.png | Bin 0 -> 1343 bytes .../assets/switch-insensitive-dark.png | Bin 0 -> 667 bytes .../assets/switch-insensitive-dark@2.png | Bin 0 -> 1159 bytes .../assets/switch-insensitive-header-dark.png | Bin 0 -> 662 bytes .../switch-insensitive-header-dark@2.png | Bin 0 -> 1147 bytes .../assets/switch-insensitive-header.png | Bin 0 -> 687 bytes .../assets/switch-insensitive-header@2.png | Bin 0 -> 1177 bytes .../assets/switch-insensitive-selected.png | Bin 0 -> 644 bytes .../assets/switch-insensitive-selected@2.png | Bin 0 -> 1081 bytes .../gtk-3.0/assets/switch-insensitive.png | Bin 0 -> 687 bytes .../gtk-3.0/assets/switch-insensitive@2.png | Bin 0 -> 1170 bytes .../gtk-3.0/assets/switch-selected.png | Bin 0 -> 717 bytes .../gtk-3.0/assets/switch-selected@2.png | Bin 0 -> 1216 bytes .../gtk-3.0/assets/switch.png | Bin 0 -> 729 bytes .../gtk-3.0/assets/switch@2.png | Bin 0 -> 1264 bytes .../assets/titlebutton-close-active-dark.png | Bin 0 -> 446 bytes .../titlebutton-close-active-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-active.png | Bin 0 -> 443 bytes .../assets/titlebutton-close-active@2.png | Bin 0 -> 789 bytes .../titlebutton-close-backdrop-dark.png | Bin 0 -> 421 bytes .../titlebutton-close-backdrop-dark@2.png | Bin 0 -> 708 bytes .../assets/titlebutton-close-backdrop.png | Bin 0 -> 438 bytes .../assets/titlebutton-close-backdrop@2.png | Bin 0 -> 748 bytes .../gtk-3.0/assets/titlebutton-close-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-hover-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover.png | Bin 0 -> 467 bytes .../assets/titlebutton-close-hover@2.png | Bin 0 -> 814 bytes .../gtk-3.0/assets/titlebutton-close.png | Bin 0 -> 467 bytes .../gtk-3.0/assets/titlebutton-close@2.png | Bin 0 -> 814 bytes .../assets/titlebutton-max-active-dark.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active-dark@2.png | Bin 0 -> 652 bytes .../gtk-3.0/assets/titlebutton-max-active.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active@2.png | Bin 0 -> 652 bytes .../assets/titlebutton-max-backdrop-dark.png | Bin 0 -> 241 bytes .../titlebutton-max-backdrop-dark@2.png | Bin 0 -> 280 bytes .../assets/titlebutton-max-backdrop.png | Bin 0 -> 241 bytes .../assets/titlebutton-max-backdrop@2.png | Bin 0 -> 289 bytes .../gtk-3.0/assets/titlebutton-max-dark.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max-dark@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-max-hover-dark.png | Bin 0 -> 413 bytes .../assets/titlebutton-max-hover-dark@2.png | Bin 0 -> 807 bytes .../gtk-3.0/assets/titlebutton-max-hover.png | Bin 0 -> 422 bytes .../assets/titlebutton-max-hover@2.png | Bin 0 -> 801 bytes .../gtk-3.0/assets/titlebutton-max.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-min-active-dark.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active-dark@2.png | Bin 0 -> 571 bytes .../gtk-3.0/assets/titlebutton-min-active.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active@2.png | Bin 0 -> 571 bytes .../assets/titlebutton-min-backdrop-dark.png | Bin 0 -> 168 bytes .../titlebutton-min-backdrop-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-backdrop.png | Bin 0 -> 167 bytes .../assets/titlebutton-min-backdrop@2.png | Bin 0 -> 180 bytes .../gtk-3.0/assets/titlebutton-min-dark.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-hover-dark.png | Bin 0 -> 363 bytes .../assets/titlebutton-min-hover-dark@2.png | Bin 0 -> 701 bytes .../gtk-3.0/assets/titlebutton-min-hover.png | Bin 0 -> 368 bytes .../assets/titlebutton-min-hover@2.png | Bin 0 -> 694 bytes .../gtk-3.0/assets/titlebutton-min.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min@2.png | Bin 0 -> 180 bytes .../gtk-3.0/gtk-dark.css | 3783 +++++++++++++++++ themes/Mint-Y-Darker-Hibiscus/gtk-3.0/gtk.css | 3777 ++++++++++++++++ .../gtk-3.0/thumbnail.png | Bin 0 -> 1529 bytes themes/Mint-Y-Darker-Hibiscus/index.theme | 12 + .../xfce-notify-4.0/gtkrc | 72 + .../xfwm4/bottom-active.xpm | 8 + .../xfwm4/bottom-inactive.xpm | 1 + .../xfwm4/bottom-left-active.xpm | 8 + .../xfwm4/bottom-left-inactive.xpm | 1 + .../xfwm4/bottom-right-active.xpm | 8 + .../xfwm4/bottom-right-inactive.xpm | 1 + .../xfwm4/close-active.xpm | 66 + .../xfwm4/close-inactive.xpm | 47 + .../xfwm4/close-prelight.xpm | 68 + .../xfwm4/close-pressed.xpm | 69 + .../xfwm4/hide-active.xpm | 33 + .../xfwm4/hide-inactive.xpm | 33 + .../xfwm4/hide-prelight.xpm | 40 + .../xfwm4/hide-pressed.xpm | 44 + .../xfwm4/left-active.xpm | 6 + .../xfwm4/left-inactive.xpm | 1 + .../xfwm4/maximize-active.xpm | 38 + .../xfwm4/maximize-inactive.xpm | 38 + .../xfwm4/maximize-prelight.xpm | 45 + .../xfwm4/maximize-pressed.xpm | 49 + .../xfwm4/menu-active.xpm | 40 + .../xfwm4/menu-inactive.xpm | 40 + .../xfwm4/menu-prelight.xpm | 49 + .../xfwm4/menu-pressed.xpm | 51 + .../xfwm4/right-active.xpm | 6 + .../xfwm4/right-inactive.xpm | 1 + .../xfwm4/shade-active.xpm | 42 + .../xfwm4/shade-inactive.xpm | 44 + .../xfwm4/shade-prelight.xpm | 51 + .../xfwm4/shade-toggled-active.xpm | 42 + .../xfwm4/shade-toggled-inactive.xpm | 40 + .../xfwm4/shade-toggled-prelight.xpm | 50 + .../xfwm4/stick-active.xpm | 44 + .../xfwm4/stick-inactive.xpm | 44 + .../xfwm4/stick-prelight.xpm | 45 + .../xfwm4/stick-toggled-active.xpm | 49 + .../xfwm4/stick-toggled-inactive.xpm | 46 + .../xfwm4/stick-toggled-prelight.xpm | 49 + themes/Mint-Y-Darker-Hibiscus/xfwm4/themerc | 25 + .../xfwm4/title-1-active.xpm | 30 + .../xfwm4/title-1-inactive.xpm | 1 + .../xfwm4/title-2-active.xpm | 30 + .../xfwm4/title-2-inactive.xpm | 1 + .../xfwm4/title-3-active.xpm | 30 + .../xfwm4/title-3-inactive.xpm | 1 + .../xfwm4/title-4-active.xpm | 30 + .../xfwm4/title-4-inactive.xpm | 1 + .../xfwm4/title-5-active.xpm | 30 + .../xfwm4/title-5-inactive.xpm | 1 + .../xfwm4/top-left-active.xpm | 30 + .../xfwm4/top-left-inactive.xpm | 1 + .../xfwm4/top-right-active.xpm | 30 + .../xfwm4/top-right-inactive.xpm | 1 + themes/Mint-Y-Hibiscus/cinnamon/cinnamon.css | 1368 ++++++ .../common-assets/menu/menu-separator.svg | 60 + .../misc/add-workspace-active.svg | 117 + .../misc/add-workspace-hover.svg | 117 + .../common-assets/misc/add-workspace.svg | 117 + .../cinnamon/common-assets/misc/bg.svg | 127 + .../misc/calendar-arrow-left-hover.svg | 152 + .../misc/calendar-arrow-left.svg | 152 + .../misc/calendar-arrow-right-hover.svg | 152 + .../misc/calendar-arrow-right.svg | 152 + .../common-assets/misc/close-active.svg | 100 + .../common-assets/misc/close-hover.svg | 100 + .../cinnamon/common-assets/misc/close.svg | 100 + .../common-assets/misc/corner-ripple.svg | 122 + .../common-assets/misc/desklet-header.svg | 158 + .../cinnamon/common-assets/misc/desklet.svg | 152 + .../cinnamon/common-assets/misc/osd.svg | 127 + .../common-assets/misc/overview-hover.png | Bin 0 -> 838 bytes .../cinnamon/common-assets/misc/overview.png | Bin 0 -> 680 bytes .../common-assets/misc/trash-icon.svg | 97 + .../common-assets/panel/activities-active.svg | 158 + .../common-assets/panel/activities.svg | 158 + .../common-assets/panel/panel-bottom.svg | 84 + .../common-assets/panel/panel-top.svg | 80 + .../panel/window-list-active-bottom.svg | 142 + .../panel/window-list-active-top.svg | 142 + .../checkbox/checkbox-checked-focused.svg | 223 + .../checkbox/checkbox-checked.svg | 223 + .../checkbox/checkbox-unchecked-focused.svg | 141 + .../checkbox/checkbox-unchecked.svg | 141 + .../cinnamon/light-assets/menu/menu-hover.svg | 97 + .../cinnamon/light-assets/menu/menu.svg | 127 + .../cinnamon/light-assets/menu/submenu.svg | 117 + .../cinnamon/light-assets/misc/button-box.svg | 92 + .../cinnamon/light-assets/misc/message.svg | 81 + .../cinnamon/light-assets/misc/modal.svg | 143 + .../light-assets/switch/switch-off.svg | 201 + .../light-assets/switch/switch-on.svg | 220 + themes/Mint-Y-Hibiscus/cinnamon/thumbnail.png | Bin 0 -> 31164 bytes themes/Mint-Y-Hibiscus/gtk-2.0/apps.rc | 45 + .../gtk-2.0/assets/arrow-down-insens.png | Bin 0 -> 218 bytes .../gtk-2.0/assets/arrow-down-prelight.png | Bin 0 -> 219 bytes .../assets/arrow-down-small-insens.png | Bin 0 -> 201 bytes .../assets/arrow-down-small-prelight.png | Bin 0 -> 203 bytes .../gtk-2.0/assets/arrow-down-small.png | Bin 0 -> 280 bytes .../gtk-2.0/assets/arrow-down.png | Bin 0 -> 308 bytes .../gtk-2.0/assets/arrow-left-insens.png | Bin 0 -> 217 bytes .../gtk-2.0/assets/arrow-left-prelight.png | Bin 0 -> 221 bytes .../gtk-2.0/assets/arrow-left.png | Bin 0 -> 316 bytes .../gtk-2.0/assets/arrow-right-insens.png | Bin 0 -> 213 bytes .../gtk-2.0/assets/arrow-right-prelight.png | Bin 0 -> 214 bytes .../gtk-2.0/assets/arrow-right.png | Bin 0 -> 316 bytes .../gtk-2.0/assets/arrow-up-insens.png | Bin 0 -> 216 bytes .../gtk-2.0/assets/arrow-up-prelight.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/arrow-up-small-insens.png | Bin 0 -> 203 bytes .../assets/arrow-up-small-prelight.png | Bin 0 -> 207 bytes .../gtk-2.0/assets/arrow-up-small.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/arrow-up.png | Bin 0 -> 314 bytes .../gtk-2.0/assets/button-active.png | Bin 0 -> 266 bytes .../gtk-2.0/assets/button-hover.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/button-insensitive.png | Bin 0 -> 257 bytes .../Mint-Y-Hibiscus/gtk-2.0/assets/button.png | Bin 0 -> 252 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 362 bytes .../gtk-2.0/assets/checkbox-checked.png | Bin 0 -> 363 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/checkbox-unchecked.png | Bin 0 -> 262 bytes .../assets/combo-entry-button-active-rtl.png | Bin 0 -> 237 bytes .../assets/combo-entry-button-active.png | Bin 0 -> 232 bytes .../combo-entry-button-insensitive-rtl.png | Bin 0 -> 239 bytes .../assets/combo-entry-button-insensitive.png | Bin 0 -> 235 bytes .../gtk-2.0/assets/combo-entry-button-rtl.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/combo-entry-button.png | Bin 0 -> 231 bytes .../assets/combo-entry-focus-notebook-rtl.png | Bin 0 -> 269 bytes .../assets/combo-entry-focus-notebook.png | Bin 0 -> 254 bytes .../gtk-2.0/assets/combo-entry-focus-rtl.png | Bin 0 -> 269 bytes .../gtk-2.0/assets/combo-entry-focus.png | Bin 0 -> 270 bytes .../combo-entry-insensitive-notebook-rtl.png | Bin 0 -> 208 bytes .../combo-entry-insensitive-notebook.png | Bin 0 -> 206 bytes .../assets/combo-entry-insensitive-rtl.png | Bin 0 -> 214 bytes .../assets/combo-entry-insensitive.png | Bin 0 -> 213 bytes .../assets/combo-entry-notebook-rtl.png | Bin 0 -> 259 bytes .../gtk-2.0/assets/combo-entry-notebook.png | Bin 0 -> 238 bytes .../gtk-2.0/assets/combo-entry-rtl.png | Bin 0 -> 254 bytes .../gtk-2.0/assets/combo-entry.png | Bin 0 -> 243 bytes .../assets/down-background-disable-rtl.png | Bin 0 -> 201 bytes .../assets/down-background-disable.png | Bin 0 -> 201 bytes .../gtk-2.0/assets/down-background-rtl.png | Bin 0 -> 197 bytes .../gtk-2.0/assets/down-background.png | Bin 0 -> 191 bytes .../assets/entry-border-active-bg-solid.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/entry-border-active-bg.png | Bin 0 -> 307 bytes .../gtk-2.0/assets/entry-border-bg-solid.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/entry-border-bg.png | Bin 0 -> 270 bytes .../assets/entry-border-disabled-bg.png | Bin 0 -> 219 bytes .../gtk-2.0/assets/entry-border-fill.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/focus-line.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/frame-gap-end.png | Bin 0 -> 142 bytes .../gtk-2.0/assets/frame-gap-start.png | Bin 0 -> 142 bytes .../Mint-Y-Hibiscus/gtk-2.0/assets/frame.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/handle-h.png | Bin 0 -> 160 bytes .../gtk-2.0/assets/handle-v.png | Bin 0 -> 157 bytes .../gtk-2.0/assets/inline-toolbar.png | Bin 0 -> 165 bytes .../Mint-Y-Hibiscus/gtk-2.0/assets/line-h.png | Bin 0 -> 152 bytes .../Mint-Y-Hibiscus/gtk-2.0/assets/line-v.png | Bin 0 -> 152 bytes .../gtk-2.0/assets/menu-arrow-prelight.png | Bin 0 -> 265 bytes .../gtk-2.0/assets/menu-arrow.png | Bin 0 -> 265 bytes .../menu-checkbox-checked-insensitive.png | Bin 0 -> 351 bytes .../gtk-2.0/assets/menu-checkbox-checked.png | Bin 0 -> 327 bytes .../menu-checkbox-unchecked-insensitive.png | Bin 0 -> 234 bytes .../assets/menu-checkbox-unchecked.png | Bin 0 -> 226 bytes .../assets/menu-radio-checked-insensitive.png | Bin 0 -> 376 bytes .../gtk-2.0/assets/menu-radio-checked.png | Bin 0 -> 391 bytes .../menu-radio-unchecked-insensitive.png | Bin 0 -> 420 bytes .../gtk-2.0/assets/menu-radio-unchecked.png | Bin 0 -> 309 bytes .../gtk-2.0/assets/menubar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/menubar_button.png | Bin 0 -> 156 bytes .../gtk-2.0/assets/menuitem.png | Bin 0 -> 176 bytes .../Mint-Y-Hibiscus/gtk-2.0/assets/minus.png | Bin 0 -> 261 bytes .../notebook-entry-border-active-bg.png | Bin 0 -> 296 bytes .../assets/notebook-entry-border-bg.png | Bin 0 -> 258 bytes .../notebook-entry-border-disabled-bg.png | Bin 0 -> 222 bytes .../gtk-2.0/assets/notebook-gap-horiz.png | Bin 0 -> 154 bytes .../gtk-2.0/assets/notebook-gap-vert.png | Bin 0 -> 155 bytes .../gtk-2.0/assets/notebook.png | Bin 0 -> 165 bytes .../Mint-Y-Hibiscus/gtk-2.0/assets/null.png | Bin 0 -> 148 bytes .../Mint-Y-Hibiscus/gtk-2.0/assets/plus.png | Bin 0 -> 249 bytes .../gtk-2.0/assets/progressbar.png | Bin 0 -> 267 bytes .../gtk-2.0/assets/progressbar_v.png | Bin 0 -> 264 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 376 bytes .../gtk-2.0/assets/radio-checked.png | Bin 0 -> 373 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 386 bytes .../gtk-2.0/assets/radio-unchecked.png | Bin 0 -> 404 bytes .../gtk-2.0/assets/slider-horiz-active.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-insens.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz-prelight.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-horiz.png | Bin 0 -> 253 bytes .../gtk-2.0/assets/slider-insensitive.png | Bin 0 -> 408 bytes .../gtk-2.0/assets/slider-prelight.png | Bin 0 -> 381 bytes .../gtk-2.0/assets/slider-vert-active.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-insens.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert-prelight.png | Bin 0 -> 248 bytes .../gtk-2.0/assets/slider-vert.png | Bin 0 -> 248 bytes .../Mint-Y-Hibiscus/gtk-2.0/assets/slider.png | Bin 0 -> 403 bytes .../gtk-2.0/assets/tab-bottom-active.png | Bin 0 -> 166 bytes .../gtk-2.0/assets/tab-left-active.png | Bin 0 -> 167 bytes .../gtk-2.0/assets/tab-right-active.png | Bin 0 -> 168 bytes .../gtk-2.0/assets/tab-top-active.png | Bin 0 -> 166 bytes .../assets/toolbar-entry-border-active-bg.png | Bin 0 -> 307 bytes .../assets/toolbar-entry-border-bg.png | Bin 0 -> 267 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 239 bytes .../gtk-2.0/assets/toolbar.png | Bin 0 -> 165 bytes .../gtk-2.0/assets/tree_header.png | Bin 0 -> 164 bytes .../assets/trough-horizontal-active.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-horizontal.png | Bin 0 -> 252 bytes .../gtk-2.0/assets/trough-progressbar.png | Bin 0 -> 275 bytes .../gtk-2.0/assets/trough-progressbar_v.png | Bin 0 -> 276 bytes .../gtk-2.0/assets/trough-scrollbar-horiz.png | Bin 0 -> 164 bytes .../gtk-2.0/assets/trough-scrollbar-vert.png | Bin 0 -> 162 bytes .../gtk-2.0/assets/trough-vertical-active.png | Bin 0 -> 257 bytes .../gtk-2.0/assets/trough-vertical.png | Bin 0 -> 257 bytes .../assets/up-background-disable-rtl.png | Bin 0 -> 206 bytes .../gtk-2.0/assets/up-background-disable.png | Bin 0 -> 212 bytes .../gtk-2.0/assets/up-background-rtl.png | Bin 0 -> 206 bytes .../gtk-2.0/assets/up-background.png | Bin 0 -> 212 bytes themes/Mint-Y-Hibiscus/gtk-2.0/gtkrc | 10 + themes/Mint-Y-Hibiscus/gtk-2.0/main.rc | 2441 +++++++++++ .../gtk-2.0/menubar-toolbar/button-active.png | Bin 0 -> 293 bytes .../gtk-2.0/menubar-toolbar/button-hover.png | Bin 0 -> 310 bytes .../menubar-toolbar/button-insensitive.png | Bin 0 -> 289 bytes .../gtk-2.0/menubar-toolbar/button.png | Bin 0 -> 306 bytes .../gtk-2.0/menubar-toolbar/menubar-dark.png | Bin 0 -> 181 bytes .../menubar-toolbar/menubar-toolbar-dark.rc | 222 + .../menubar-toolbar/menubar-toolbar.rc | 166 + .../gtk-2.0/menubar-toolbar/menubar.png | Bin 0 -> 165 bytes .../menubar-toolbar/menubar_button-dark.png | Bin 0 -> 164 bytes .../menubar-toolbar/menubar_button.png | Bin 0 -> 164 bytes .../toolbar-entry-border-active-bg-dark.png | Bin 0 -> 413 bytes .../toolbar-entry-border-active-bg.png | Bin 0 -> 406 bytes .../toolbar-entry-border-bg-dark.png | Bin 0 -> 322 bytes .../toolbar-entry-border-bg.png | Bin 0 -> 335 bytes .../toolbar-entry-border-disabled-bg-dark.png | Bin 0 -> 276 bytes .../toolbar-entry-border-disabled-bg.png | Bin 0 -> 310 bytes themes/Mint-Y-Hibiscus/gtk-2.0/panel.rc | 153 + .../gtk-3.0/assets/checkbox-checked-dark.png | Bin 0 -> 356 bytes .../assets/checkbox-checked-dark@2.png | Bin 0 -> 475 bytes .../checkbox-checked-insensitive-dark.png | Bin 0 -> 345 bytes .../checkbox-checked-insensitive-dark@2.png | Bin 0 -> 469 bytes .../checkbox-checked-insensitive-selected.png | Bin 0 -> 367 bytes ...heckbox-checked-insensitive-selected@2.png | Bin 0 -> 491 bytes .../assets/checkbox-checked-insensitive.png | Bin 0 -> 374 bytes .../assets/checkbox-checked-insensitive@2.png | Bin 0 -> 502 bytes .../assets/checkbox-checked-selected.png | Bin 0 -> 366 bytes .../assets/checkbox-checked-selected@2.png | Bin 0 -> 486 bytes .../checkbox-checked-selectionmode-dark.png | Bin 0 -> 452 bytes .../checkbox-checked-selectionmode-dark@2.png | Bin 0 -> 627 bytes .../assets/checkbox-checked-selectionmode.png | Bin 0 -> 478 bytes .../checkbox-checked-selectionmode@2.png | Bin 0 -> 663 bytes .../gtk-3.0/assets/checkbox-checked.png | Bin 0 -> 363 bytes .../gtk-3.0/assets/checkbox-checked@2.png | Bin 0 -> 483 bytes .../gtk-3.0/assets/checkbox-mixed-dark.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed-dark@2.png | Bin 0 -> 294 bytes .../checkbox-mixed-insensitive-dark.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-dark@2.png | Bin 0 -> 285 bytes .../checkbox-mixed-insensitive-selected.png | Bin 0 -> 227 bytes .../checkbox-mixed-insensitive-selected@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-insensitive.png | Bin 0 -> 227 bytes .../assets/checkbox-mixed-insensitive@2.png | Bin 0 -> 285 bytes .../assets/checkbox-mixed-selected.png | Bin 0 -> 234 bytes .../assets/checkbox-mixed-selected@2.png | Bin 0 -> 294 bytes .../gtk-3.0/assets/checkbox-mixed.png | Bin 0 -> 235 bytes .../gtk-3.0/assets/checkbox-mixed@2.png | Bin 0 -> 294 bytes .../assets/checkbox-selectionmode-dark.png | Bin 0 -> 477 bytes .../assets/checkbox-selectionmode-dark@2.png | Bin 0 -> 675 bytes .../gtk-3.0/assets/checkbox-selectionmode.png | Bin 0 -> 407 bytes .../assets/checkbox-selectionmode@2.png | Bin 0 -> 615 bytes .../assets/checkbox-unchecked-dark.png | Bin 0 -> 264 bytes .../assets/checkbox-unchecked-dark@2.png | Bin 0 -> 345 bytes .../checkbox-unchecked-insensitive-dark.png | Bin 0 -> 262 bytes .../checkbox-unchecked-insensitive-dark@2.png | Bin 0 -> 330 bytes ...heckbox-unchecked-insensitive-selected.png | Bin 0 -> 244 bytes ...ckbox-unchecked-insensitive-selected@2.png | Bin 0 -> 312 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 258 bytes .../checkbox-unchecked-insensitive@2.png | Bin 0 -> 336 bytes .../assets/checkbox-unchecked-selected.png | Bin 0 -> 252 bytes .../assets/checkbox-unchecked-selected@2.png | Bin 0 -> 337 bytes .../gtk-3.0/assets/checkbox-unchecked.png | Bin 0 -> 260 bytes .../gtk-3.0/assets/checkbox-unchecked@2.png | Bin 0 -> 351 bytes .../assets/pane-separator-vertical.png | Bin 0 -> 172 bytes .../assets/pane-separator-vertical@2.png | Bin 0 -> 194 bytes .../gtk-3.0/assets/pane-separator.png | Bin 0 -> 176 bytes .../gtk-3.0/assets/pane-separator@2.png | Bin 0 -> 201 bytes .../gtk-3.0/assets/radio-checked-dark.png | Bin 0 -> 368 bytes .../gtk-3.0/assets/radio-checked-dark@2.png | Bin 0 -> 628 bytes .../assets/radio-checked-insensitive-dark.png | Bin 0 -> 357 bytes .../radio-checked-insensitive-dark@2.png | Bin 0 -> 607 bytes .../radio-checked-insensitive-selected.png | Bin 0 -> 357 bytes .../radio-checked-insensitive-selected@2.png | Bin 0 -> 584 bytes .../assets/radio-checked-insensitive.png | Bin 0 -> 372 bytes .../assets/radio-checked-insensitive@2.png | Bin 0 -> 618 bytes .../gtk-3.0/assets/radio-checked-selected.png | Bin 0 -> 365 bytes .../assets/radio-checked-selected@2.png | Bin 0 -> 644 bytes .../gtk-3.0/assets/radio-checked.png | Bin 0 -> 373 bytes .../gtk-3.0/assets/radio-checked@2.png | Bin 0 -> 645 bytes .../gtk-3.0/assets/radio-mixed-dark.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed-dark@2.png | Bin 0 -> 546 bytes .../assets/radio-mixed-insensitive-dark.png | Bin 0 -> 334 bytes .../assets/radio-mixed-insensitive-dark@2.png | Bin 0 -> 515 bytes .../radio-mixed-insensitive-selected.png | Bin 0 -> 319 bytes .../radio-mixed-insensitive-selected@2.png | Bin 0 -> 481 bytes .../assets/radio-mixed-insensitive.png | Bin 0 -> 334 bytes .../assets/radio-mixed-insensitive@2.png | Bin 0 -> 515 bytes .../gtk-3.0/assets/radio-mixed-selected.png | Bin 0 -> 311 bytes .../gtk-3.0/assets/radio-mixed-selected@2.png | Bin 0 -> 514 bytes .../gtk-3.0/assets/radio-mixed.png | Bin 0 -> 342 bytes .../gtk-3.0/assets/radio-mixed@2.png | Bin 0 -> 546 bytes .../gtk-3.0/assets/radio-unchecked-dark.png | Bin 0 -> 426 bytes .../gtk-3.0/assets/radio-unchecked-dark@2.png | Bin 0 -> 742 bytes .../radio-unchecked-insensitive-dark.png | Bin 0 -> 410 bytes .../radio-unchecked-insensitive-dark@2.png | Bin 0 -> 673 bytes .../radio-unchecked-insensitive-selected.png | Bin 0 -> 333 bytes ...radio-unchecked-insensitive-selected@2.png | Bin 0 -> 575 bytes .../assets/radio-unchecked-insensitive.png | Bin 0 -> 395 bytes .../assets/radio-unchecked-insensitive@2.png | Bin 0 -> 657 bytes .../assets/radio-unchecked-selected.png | Bin 0 -> 356 bytes .../assets/radio-unchecked-selected@2.png | Bin 0 -> 708 bytes .../gtk-3.0/assets/radio-unchecked.png | Bin 0 -> 410 bytes .../gtk-3.0/assets/radio-unchecked@2.png | Bin 0 -> 716 bytes .../gtk-3.0/assets/switch-active-dark.png | Bin 0 -> 795 bytes .../gtk-3.0/assets/switch-active-dark@2.png | Bin 0 -> 1450 bytes .../assets/switch-active-header-dark.png | Bin 0 -> 807 bytes .../assets/switch-active-header-dark@2.png | Bin 0 -> 1453 bytes .../gtk-3.0/assets/switch-active-header.png | Bin 0 -> 805 bytes .../gtk-3.0/assets/switch-active-header@2.png | Bin 0 -> 1458 bytes .../assets/switch-active-insensitive-dark.png | Bin 0 -> 744 bytes .../switch-active-insensitive-dark@2.png | Bin 0 -> 1342 bytes .../switch-active-insensitive-header-dark.png | Bin 0 -> 758 bytes ...witch-active-insensitive-header-dark@2.png | Bin 0 -> 1325 bytes .../switch-active-insensitive-header.png | Bin 0 -> 790 bytes .../switch-active-insensitive-header@2.png | Bin 0 -> 1411 bytes .../switch-active-insensitive-selected.png | Bin 0 -> 788 bytes .../switch-active-insensitive-selected@2.png | Bin 0 -> 1401 bytes .../assets/switch-active-insensitive.png | Bin 0 -> 790 bytes .../assets/switch-active-insensitive@2.png | Bin 0 -> 1411 bytes .../gtk-3.0/assets/switch-active-selected.png | Bin 0 -> 805 bytes .../assets/switch-active-selected@2.png | Bin 0 -> 1459 bytes .../gtk-3.0/assets/switch-active.png | Bin 0 -> 805 bytes .../gtk-3.0/assets/switch-active@2.png | Bin 0 -> 1458 bytes .../gtk-3.0/assets/switch-dark.png | Bin 0 -> 728 bytes .../gtk-3.0/assets/switch-dark@2.png | Bin 0 -> 1266 bytes .../gtk-3.0/assets/switch-header-dark.png | Bin 0 -> 742 bytes .../gtk-3.0/assets/switch-header-dark@2.png | Bin 0 -> 1291 bytes .../gtk-3.0/assets/switch-header.png | Bin 0 -> 781 bytes .../gtk-3.0/assets/switch-header@2.png | Bin 0 -> 1343 bytes .../assets/switch-insensitive-dark.png | Bin 0 -> 667 bytes .../assets/switch-insensitive-dark@2.png | Bin 0 -> 1159 bytes .../assets/switch-insensitive-header-dark.png | Bin 0 -> 662 bytes .../switch-insensitive-header-dark@2.png | Bin 0 -> 1147 bytes .../assets/switch-insensitive-header.png | Bin 0 -> 687 bytes .../assets/switch-insensitive-header@2.png | Bin 0 -> 1177 bytes .../assets/switch-insensitive-selected.png | Bin 0 -> 644 bytes .../assets/switch-insensitive-selected@2.png | Bin 0 -> 1081 bytes .../gtk-3.0/assets/switch-insensitive.png | Bin 0 -> 687 bytes .../gtk-3.0/assets/switch-insensitive@2.png | Bin 0 -> 1170 bytes .../gtk-3.0/assets/switch-selected.png | Bin 0 -> 717 bytes .../gtk-3.0/assets/switch-selected@2.png | Bin 0 -> 1216 bytes .../Mint-Y-Hibiscus/gtk-3.0/assets/switch.png | Bin 0 -> 729 bytes .../gtk-3.0/assets/switch@2.png | Bin 0 -> 1264 bytes .../assets/titlebutton-close-active-dark.png | Bin 0 -> 446 bytes .../titlebutton-close-active-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-active.png | Bin 0 -> 443 bytes .../assets/titlebutton-close-active@2.png | Bin 0 -> 789 bytes .../titlebutton-close-backdrop-dark.png | Bin 0 -> 421 bytes .../titlebutton-close-backdrop-dark@2.png | Bin 0 -> 708 bytes .../assets/titlebutton-close-backdrop.png | Bin 0 -> 438 bytes .../assets/titlebutton-close-backdrop@2.png | Bin 0 -> 748 bytes .../gtk-3.0/assets/titlebutton-close-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover-dark.png | Bin 0 -> 446 bytes .../assets/titlebutton-close-hover-dark@2.png | Bin 0 -> 760 bytes .../assets/titlebutton-close-hover.png | Bin 0 -> 467 bytes .../assets/titlebutton-close-hover@2.png | Bin 0 -> 814 bytes .../gtk-3.0/assets/titlebutton-close.png | Bin 0 -> 467 bytes .../gtk-3.0/assets/titlebutton-close@2.png | Bin 0 -> 814 bytes .../assets/titlebutton-max-active-dark.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active-dark@2.png | Bin 0 -> 652 bytes .../gtk-3.0/assets/titlebutton-max-active.png | Bin 0 -> 388 bytes .../assets/titlebutton-max-active@2.png | Bin 0 -> 652 bytes .../assets/titlebutton-max-backdrop-dark.png | Bin 0 -> 241 bytes .../titlebutton-max-backdrop-dark@2.png | Bin 0 -> 280 bytes .../assets/titlebutton-max-backdrop.png | Bin 0 -> 241 bytes .../assets/titlebutton-max-backdrop@2.png | Bin 0 -> 289 bytes .../gtk-3.0/assets/titlebutton-max-dark.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max-dark@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-max-hover-dark.png | Bin 0 -> 413 bytes .../assets/titlebutton-max-hover-dark@2.png | Bin 0 -> 807 bytes .../gtk-3.0/assets/titlebutton-max-hover.png | Bin 0 -> 422 bytes .../assets/titlebutton-max-hover@2.png | Bin 0 -> 801 bytes .../gtk-3.0/assets/titlebutton-max.png | Bin 0 -> 241 bytes .../gtk-3.0/assets/titlebutton-max@2.png | Bin 0 -> 297 bytes .../assets/titlebutton-min-active-dark.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active-dark@2.png | Bin 0 -> 571 bytes .../gtk-3.0/assets/titlebutton-min-active.png | Bin 0 -> 343 bytes .../assets/titlebutton-min-active@2.png | Bin 0 -> 571 bytes .../assets/titlebutton-min-backdrop-dark.png | Bin 0 -> 168 bytes .../titlebutton-min-backdrop-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-backdrop.png | Bin 0 -> 167 bytes .../assets/titlebutton-min-backdrop@2.png | Bin 0 -> 180 bytes .../gtk-3.0/assets/titlebutton-min-dark.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min-dark@2.png | Bin 0 -> 180 bytes .../assets/titlebutton-min-hover-dark.png | Bin 0 -> 363 bytes .../assets/titlebutton-min-hover-dark@2.png | Bin 0 -> 701 bytes .../gtk-3.0/assets/titlebutton-min-hover.png | Bin 0 -> 368 bytes .../assets/titlebutton-min-hover@2.png | Bin 0 -> 694 bytes .../gtk-3.0/assets/titlebutton-min.png | Bin 0 -> 168 bytes .../gtk-3.0/assets/titlebutton-min@2.png | Bin 0 -> 180 bytes themes/Mint-Y-Hibiscus/gtk-3.0/gtk.css | 3781 ++++++++++++++++ themes/Mint-Y-Hibiscus/gtk-3.0/thumbnail.png | Bin 0 -> 1529 bytes themes/Mint-Y-Hibiscus/index.theme | 12 + .../Mint-Y-Hibiscus/metacity-1/button-bg.svg | 105 + .../metacity-1/button-border.svg | 107 + .../Mint-Y-Hibiscus/metacity-1/close-icon.svg | 104 + .../Mint-Y-Hibiscus/metacity-1/max-icon.svg | 75 + .../metacity-1/metacity-theme-2.xml | 767 ++++ .../metacity-1/metacity-theme-3.xml | 1040 +++++ .../Mint-Y-Hibiscus/metacity-1/min-icon.svg | 75 + .../Mint-Y-Hibiscus/metacity-1/thumbnail.png | Bin 0 -> 695 bytes themes/Mint-Y-Hibiscus/xfce-notify-4.0/gtkrc | 72 + .../Mint-Y-Hibiscus/xfwm4/bottom-active.xpm | 9 + .../Mint-Y-Hibiscus/xfwm4/bottom-inactive.xpm | 1 + .../xfwm4/bottom-left-active.xpm | 9 + .../xfwm4/bottom-left-inactive.xpm | 1 + .../xfwm4/bottom-right-active.xpm | 9 + .../xfwm4/bottom-right-inactive.xpm | 1 + themes/Mint-Y-Hibiscus/xfwm4/close-active.xpm | 60 + .../Mint-Y-Hibiscus/xfwm4/close-inactive.xpm | 40 + .../Mint-Y-Hibiscus/xfwm4/close-prelight.xpm | 58 + .../Mint-Y-Hibiscus/xfwm4/close-pressed.xpm | 62 + themes/Mint-Y-Hibiscus/xfwm4/hide-active.xpm | 33 + .../Mint-Y-Hibiscus/xfwm4/hide-inactive.xpm | 33 + .../Mint-Y-Hibiscus/xfwm4/hide-prelight.xpm | 42 + themes/Mint-Y-Hibiscus/xfwm4/hide-pressed.xpm | 39 + themes/Mint-Y-Hibiscus/xfwm4/left-active.xpm | 7 + .../Mint-Y-Hibiscus/xfwm4/left-inactive.xpm | 1 + .../Mint-Y-Hibiscus/xfwm4/maximize-active.xpm | 37 + .../xfwm4/maximize-inactive.xpm | 37 + .../xfwm4/maximize-prelight.xpm | 47 + .../xfwm4/maximize-pressed.xpm | 43 + themes/Mint-Y-Hibiscus/xfwm4/menu-active.xpm | 41 + .../Mint-Y-Hibiscus/xfwm4/menu-inactive.xpm | 40 + themes/Mint-Y-Hibiscus/xfwm4/menu-pressed.xpm | 48 + themes/Mint-Y-Hibiscus/xfwm4/right-active.xpm | 7 + .../Mint-Y-Hibiscus/xfwm4/right-inactive.xpm | 1 + themes/Mint-Y-Hibiscus/xfwm4/shade-active.xpm | 46 + .../Mint-Y-Hibiscus/xfwm4/shade-inactive.xpm | 42 + .../Mint-Y-Hibiscus/xfwm4/shade-prelight.xpm | 50 + .../xfwm4/shade-toggled-active.xpm | 44 + .../xfwm4/shade-toggled-inactive.xpm | 40 + .../xfwm4/shade-toggled-prelight.xpm | 50 + themes/Mint-Y-Hibiscus/xfwm4/stick-active.xpm | 45 + .../Mint-Y-Hibiscus/xfwm4/stick-inactive.xpm | 39 + .../Mint-Y-Hibiscus/xfwm4/stick-prelight.xpm | 41 + .../xfwm4/stick-toggled-active.xpm | 48 + .../xfwm4/stick-toggled-inactive.xpm | 41 + .../xfwm4/stick-toggled-prelight.xpm | 47 + themes/Mint-Y-Hibiscus/xfwm4/themerc | 25 + .../xfwm4/title-1-active-shaded.xpm | 30 + .../Mint-Y-Hibiscus/xfwm4/title-1-active.xpm | 30 + .../xfwm4/title-1-inactive.xpm | 1 + .../Mint-Y-Hibiscus/xfwm4/title-2-active.xpm | 30 + .../xfwm4/title-2-inactive.xpm | 1 + .../Mint-Y-Hibiscus/xfwm4/title-3-active.xpm | 30 + .../xfwm4/title-3-inactive.xpm | 1 + .../Mint-Y-Hibiscus/xfwm4/title-4-active.xpm | 30 + .../xfwm4/title-4-inactive.xpm | 1 + .../Mint-Y-Hibiscus/xfwm4/title-5-active.xpm | 30 + .../xfwm4/title-5-inactive.xpm | 1 + .../xfwm4/top-left-active-shaded.xpm | 32 + .../Mint-Y-Hibiscus/xfwm4/top-left-active.xpm | 34 + .../xfwm4/top-left-inactive.xpm | 1 + .../xfwm4/top-right-active-shaded.xpm | 32 + .../xfwm4/top-right-active.xpm | 32 + .../xfwm4/top-right-inactive.xpm | 1 + 1239 files changed, 48744 insertions(+) create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/cinnamon.css create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/menu/menu-separator.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/add-workspace-active.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/add-workspace-hover.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/add-workspace.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/bg.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-left.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-right.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/close-active.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/close-hover.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/close.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/corner-ripple.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/desklet-header.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/desklet.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/osd.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/overview-hover.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/overview.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/trash-icon.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/activities-active.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/activities.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/panel-bottom.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/panel-top.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/window-list-active-bottom.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/window-list-active-top.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/checkbox/checkbox-checked.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/menu/menu-hover.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/menu/menu.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/menu/submenu.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/misc/button-box.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/misc/message.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/misc/modal.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/switch/switch-off.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/switch/switch-on.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/menu/menu-separator.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/add-workspace-active.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/add-workspace-hover.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/add-workspace.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/bg.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/calendar-arrow-left-hover.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/calendar-arrow-left.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/calendar-arrow-right-hover.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/calendar-arrow-right.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/close-active.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/close-hover.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/close.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/corner-ripple-ltr.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/corner-ripple-rtl.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/desklet-header.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/desklet.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/osd.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/overview-hover.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/overview.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/trash-icon.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/activities-active.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/activities.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/panel-bottom.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/panel-top.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/window-list-active-bottom.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/window-list-active-top.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/cinnamon/thumbnail.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/apps.rc create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-down-insens.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-down-prelight.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-down-small-insens.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-down-small-prelight.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-down-small.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-down.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-left-insens.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-left-prelight.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-left.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-right-insens.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-right-prelight.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-right.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-up-insens.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-up-prelight.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-up-small-insens.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-up-small-prelight.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-up-small.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-up.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/button-active.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/button-hover.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/button-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/button.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-button-active-rtl.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-button-active.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-button-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-button-rtl.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-button.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-focus-notebook.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-focus-rtl.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-focus.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-notebook.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-rtl.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-notebook-rtl.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-notebook.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-rtl.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/down-background-disable-rtl.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/down-background-disable.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/down-background-rtl.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/down-background.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/entry-border-active-bg-solid.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/entry-border-active-bg.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/entry-border-bg-solid.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/entry-border-bg.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/entry-border-fill.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/focus-line.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/frame-gap-end.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/frame-gap-start.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/frame.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/handle-h.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/handle-v.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/inline-toolbar.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/line-h.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/line-v.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-arrow-prelight.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-arrow.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-checkbox-checked.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-checkbox-unchecked.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-radio-checked.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-radio-unchecked.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menubar.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menubar_button.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menuitem.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/minus.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/notebook-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/notebook-entry-border-bg.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/notebook-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/notebook-gap-horiz.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/notebook-gap-vert.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/notebook.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/null.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/plus.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/progressbar.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/progressbar_v.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider-horiz-active.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider-horiz-insens.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider-horiz-prelight.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider-horiz.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider-prelight.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider-vert-active.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider-vert-insens.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider-vert-prelight.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider-vert.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/tab-bottom-active.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/tab-left-active.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/tab-right-active.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/tab-top-active.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/toolbar.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/tree_header.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/trough-horizontal-active.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/trough-horizontal.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/trough-progressbar.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/trough-progressbar_v.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/trough-scrollbar-horiz.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/trough-scrollbar-vert.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/trough-vertical-active.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/trough-vertical.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/up-background-disable-rtl.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/up-background-disable.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/up-background-rtl.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/up-background.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/gtkrc create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/main.rc create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/button-active.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/button-hover.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/button-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/button.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/menubar-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar.rc create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/menubar.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/menubar_button-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/menubar_button.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-2.0/panel.rc create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-selected.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-selected@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-selectionmode.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-selectionmode@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-selected.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-selected@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-selectionmode-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-selectionmode.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-selectionmode@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-selected.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/pane-separator-vertical.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/pane-separator-vertical@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/pane-separator.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/pane-separator@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked-selected.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked-selected@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-selected.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-selected@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-selected.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-header-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-header-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-header.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-header@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-selected.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-selected@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-header-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-header-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-header.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-header@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-insensitive-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-insensitive-header.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-insensitive-header@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-insensitive-selected.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-insensitive.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-insensitive@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-selected.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-selected@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-active-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-active-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-active.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-active@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-hover-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-hover-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-hover.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-hover@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-active-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-active-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-active.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-active@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-hover-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-hover-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-hover.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-hover@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-active-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-active-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-active.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-active@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-hover-dark.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-hover-dark@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-hover.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-hover@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min@2.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/gtk.css create mode 100644 themes/Mint-Y-Dark-Hibiscus/gtk-3.0/thumbnail.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/index.theme create mode 100644 themes/Mint-Y-Dark-Hibiscus/metacity-1/button-bg.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/metacity-1/button-border.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/metacity-1/close-icon.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/metacity-1/max-icon.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/metacity-1/metacity-theme-2.xml create mode 100644 themes/Mint-Y-Dark-Hibiscus/metacity-1/metacity-theme-3.xml create mode 100644 themes/Mint-Y-Dark-Hibiscus/metacity-1/min-icon.svg create mode 100644 themes/Mint-Y-Dark-Hibiscus/metacity-1/thumbnail.png create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfce-notify-4.0/gtkrc create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-active.xpm create mode 120000 themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-left-active.xpm create mode 120000 themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-left-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-right-active.xpm create mode 120000 themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-right-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/close-active.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/close-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/close-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/close-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/hide-active.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/hide-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/hide-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/hide-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/left-active.xpm create mode 120000 themes/Mint-Y-Dark-Hibiscus/xfwm4/left-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/maximize-active.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/maximize-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/maximize-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/maximize-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/menu-active.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/menu-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/menu-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/menu-pressed.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/right-active.xpm create mode 120000 themes/Mint-Y-Dark-Hibiscus/xfwm4/right-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-active.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-toggled-active.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-active.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-toggled-active.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/themerc create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/title-1-active.xpm create mode 120000 themes/Mint-Y-Dark-Hibiscus/xfwm4/title-1-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/title-2-active.xpm create mode 120000 themes/Mint-Y-Dark-Hibiscus/xfwm4/title-2-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/title-3-active.xpm create mode 120000 themes/Mint-Y-Dark-Hibiscus/xfwm4/title-3-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/title-4-active.xpm create mode 120000 themes/Mint-Y-Dark-Hibiscus/xfwm4/title-4-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/title-5-active.xpm create mode 120000 themes/Mint-Y-Dark-Hibiscus/xfwm4/title-5-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/top-left-active.xpm create mode 120000 themes/Mint-Y-Dark-Hibiscus/xfwm4/top-left-inactive.xpm create mode 100644 themes/Mint-Y-Dark-Hibiscus/xfwm4/top-right-active.xpm create mode 120000 themes/Mint-Y-Dark-Hibiscus/xfwm4/top-right-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/apps.rc create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-down-insens.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-down-prelight.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-down-small-insens.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-down-small-prelight.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-down-small.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-down.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-left-insens.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-left-prelight.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-left.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-right-insens.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-right-prelight.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-right.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-up-insens.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-up-prelight.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-up-small-insens.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-up-small-prelight.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-up-small.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-up.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/button-active.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/button-hover.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/button-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/button.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-button-active-rtl.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-button-active.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-button-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-button-rtl.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-button.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-focus-notebook.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-focus-rtl.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-focus.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-notebook.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-rtl.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-notebook-rtl.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-notebook.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-rtl.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/down-background-disable-rtl.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/down-background-disable.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/down-background-rtl.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/down-background.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/entry-border-active-bg-solid.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/entry-border-active-bg.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/entry-border-bg-solid.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/entry-border-bg.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/entry-border-fill.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/focus-line.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/frame-gap-end.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/frame-gap-start.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/frame.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/handle-h.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/handle-v.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/inline-toolbar.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/line-h.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/line-v.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-arrow-prelight.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-arrow.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-checkbox-checked.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-checkbox-unchecked.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-radio-checked.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-radio-unchecked.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menubar.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menubar_button.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menuitem.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/minus.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/notebook-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/notebook-entry-border-bg.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/notebook-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/notebook-gap-horiz.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/notebook-gap-vert.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/notebook.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/null.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/plus.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/progressbar.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/progressbar_v.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-horiz-active.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-horiz-insens.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-horiz-prelight.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-horiz.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-prelight.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-vert-active.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-vert-insens.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-vert-prelight.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-vert.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/tab-bottom-active.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/tab-left-active.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/tab-right-active.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/tab-top-active.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/toolbar.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/tree_header.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-horizontal-active.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-horizontal.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-progressbar.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-progressbar_v.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-scrollbar-horiz.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-scrollbar-vert.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-vertical-active.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-vertical.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/up-background-disable-rtl.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/up-background-disable.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/up-background-rtl.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/up-background.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/gtkrc create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/main.rc create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/button-active.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/button-hover.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/button-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/button.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/menubar-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar.rc create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/menubar.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/menubar_button-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/menubar_button.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-2.0/panel.rc create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-selected.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-selected@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-selectionmode.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-selectionmode@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-selected.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-selected@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-selectionmode-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-selectionmode.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-selectionmode@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-selected.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/pane-separator-vertical.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/pane-separator-vertical@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/pane-separator.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/pane-separator@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-selected.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-selected@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-selected.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-selected@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-selected.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-header-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-header-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-header.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-header@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-selected.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-selected@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-header-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-header-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-header.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-header@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-header.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-header@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-selected.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-selected.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-selected@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-active-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-active-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-active.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-active@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-hover-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-hover-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-hover.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-hover@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-active-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-active-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-active.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-active@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-hover-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-hover-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-hover.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-hover@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-active-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-active-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-active.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-active@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-hover-dark.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-hover-dark@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-hover.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-hover@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min@2.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/gtk-dark.css create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/gtk.css create mode 100644 themes/Mint-Y-Darker-Hibiscus/gtk-3.0/thumbnail.png create mode 100644 themes/Mint-Y-Darker-Hibiscus/index.theme create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfce-notify-4.0/gtkrc create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-active.xpm create mode 120000 themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-left-active.xpm create mode 120000 themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-left-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-right-active.xpm create mode 120000 themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-right-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/close-active.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/close-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/close-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/close-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/hide-active.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/hide-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/hide-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/hide-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/left-active.xpm create mode 120000 themes/Mint-Y-Darker-Hibiscus/xfwm4/left-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/maximize-active.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/maximize-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/maximize-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/maximize-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/menu-active.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/menu-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/menu-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/menu-pressed.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/right-active.xpm create mode 120000 themes/Mint-Y-Darker-Hibiscus/xfwm4/right-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-active.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-toggled-active.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-active.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-toggled-active.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/themerc create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/title-1-active.xpm create mode 120000 themes/Mint-Y-Darker-Hibiscus/xfwm4/title-1-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/title-2-active.xpm create mode 120000 themes/Mint-Y-Darker-Hibiscus/xfwm4/title-2-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/title-3-active.xpm create mode 120000 themes/Mint-Y-Darker-Hibiscus/xfwm4/title-3-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/title-4-active.xpm create mode 120000 themes/Mint-Y-Darker-Hibiscus/xfwm4/title-4-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/title-5-active.xpm create mode 120000 themes/Mint-Y-Darker-Hibiscus/xfwm4/title-5-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/top-left-active.xpm create mode 120000 themes/Mint-Y-Darker-Hibiscus/xfwm4/top-left-inactive.xpm create mode 100644 themes/Mint-Y-Darker-Hibiscus/xfwm4/top-right-active.xpm create mode 120000 themes/Mint-Y-Darker-Hibiscus/xfwm4/top-right-inactive.xpm create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/cinnamon.css create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/menu/menu-separator.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/add-workspace-active.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/add-workspace-hover.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/add-workspace.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/bg.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-left.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-right.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/close-active.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/close-hover.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/close.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/corner-ripple.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/desklet-header.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/desklet.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/osd.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/overview-hover.png create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/overview.png create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/trash-icon.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/activities-active.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/activities.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/panel-bottom.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/panel-top.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/window-list-active-bottom.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/window-list-active-top.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/light-assets/checkbox/checkbox-checked.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/light-assets/checkbox/checkbox-unchecked.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/light-assets/menu/menu-hover.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/light-assets/menu/menu.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/light-assets/menu/submenu.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/light-assets/misc/button-box.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/light-assets/misc/message.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/light-assets/misc/modal.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/light-assets/switch/switch-off.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/light-assets/switch/switch-on.svg create mode 100644 themes/Mint-Y-Hibiscus/cinnamon/thumbnail.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/apps.rc create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-down-insens.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-down-prelight.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-down-small-insens.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-down-small-prelight.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-down-small.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-down.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-left-insens.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-left-prelight.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-left.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-right-insens.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-right-prelight.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-right.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-up-insens.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-up-prelight.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-up-small-insens.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-up-small-prelight.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-up-small.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-up.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/button-active.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/button-hover.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/button-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/button.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-button-active-rtl.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-button-active.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-button-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-button-rtl.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-button.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-focus-notebook.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-focus-rtl.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-focus.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-notebook.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-rtl.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-notebook-rtl.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-notebook.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-rtl.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/down-background-disable-rtl.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/down-background-disable.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/down-background-rtl.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/down-background.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/entry-border-active-bg-solid.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/entry-border-active-bg.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/entry-border-bg-solid.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/entry-border-bg.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/entry-border-fill.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/focus-line.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/frame-gap-end.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/frame-gap-start.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/frame.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/handle-h.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/handle-v.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/inline-toolbar.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/line-h.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/line-v.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-arrow-prelight.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-arrow.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-checkbox-checked.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-checkbox-unchecked.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-radio-checked.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-radio-unchecked.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/menubar.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/menubar_button.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/menuitem.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/minus.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/notebook-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/notebook-entry-border-bg.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/notebook-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/notebook-gap-horiz.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/notebook-gap-vert.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/notebook.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/null.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/plus.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/progressbar.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/progressbar_v.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/slider-horiz-active.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/slider-horiz-insens.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/slider-horiz-prelight.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/slider-horiz.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/slider-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/slider-prelight.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/slider-vert-active.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/slider-vert-insens.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/slider-vert-prelight.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/slider-vert.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/slider.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/tab-bottom-active.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/tab-left-active.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/tab-right-active.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/tab-top-active.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/toolbar.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/tree_header.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/trough-horizontal-active.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/trough-horizontal.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/trough-progressbar.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/trough-progressbar_v.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/trough-scrollbar-horiz.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/trough-scrollbar-vert.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/trough-vertical-active.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/trough-vertical.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/up-background-disable-rtl.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/up-background-disable.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/up-background-rtl.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/assets/up-background.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/gtkrc create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/main.rc create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/button-active.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/button-hover.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/button-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/button.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/menubar-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar.rc create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/menubar.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/menubar_button-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/menubar_button.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-2.0/panel.rc create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-selected.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-selected@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-selectionmode.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-selectionmode@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-selected.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-selected@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-selectionmode-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-selectionmode-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-selectionmode.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-selectionmode@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-selected.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/pane-separator-vertical.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/pane-separator-vertical@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/pane-separator.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/pane-separator@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-selected.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked-insensitive@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked-selected.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked-selected@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-selected.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-selected.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-selected@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-selected.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-selected.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-selected@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-header-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-header-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-header.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-header@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive-selected.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-selected.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-selected@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-header-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-header-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-header.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-header@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-insensitive-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-insensitive-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-insensitive-header-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-insensitive-header-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-insensitive-header.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-insensitive-header@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-insensitive-selected.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-insensitive-selected@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-insensitive.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-insensitive@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-selected.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-selected@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-active-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-active-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-active.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-active@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-hover-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-hover-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-hover.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-hover@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-active-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-active-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-active.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-active@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-hover-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-hover-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-hover.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-hover@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-active-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-active-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-active.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-active@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-hover-dark.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-hover-dark@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-hover.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-hover@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min@2.png create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/gtk.css create mode 100644 themes/Mint-Y-Hibiscus/gtk-3.0/thumbnail.png create mode 100644 themes/Mint-Y-Hibiscus/index.theme create mode 100644 themes/Mint-Y-Hibiscus/metacity-1/button-bg.svg create mode 100644 themes/Mint-Y-Hibiscus/metacity-1/button-border.svg create mode 100644 themes/Mint-Y-Hibiscus/metacity-1/close-icon.svg create mode 100644 themes/Mint-Y-Hibiscus/metacity-1/max-icon.svg create mode 100644 themes/Mint-Y-Hibiscus/metacity-1/metacity-theme-2.xml create mode 100644 themes/Mint-Y-Hibiscus/metacity-1/metacity-theme-3.xml create mode 100644 themes/Mint-Y-Hibiscus/metacity-1/min-icon.svg create mode 100644 themes/Mint-Y-Hibiscus/metacity-1/thumbnail.png create mode 100644 themes/Mint-Y-Hibiscus/xfce-notify-4.0/gtkrc create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/bottom-active.xpm create mode 120000 themes/Mint-Y-Hibiscus/xfwm4/bottom-inactive.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/bottom-left-active.xpm create mode 120000 themes/Mint-Y-Hibiscus/xfwm4/bottom-left-inactive.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/bottom-right-active.xpm create mode 120000 themes/Mint-Y-Hibiscus/xfwm4/bottom-right-inactive.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/close-active.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/close-inactive.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/close-prelight.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/close-pressed.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/hide-active.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/hide-inactive.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/hide-prelight.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/hide-pressed.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/left-active.xpm create mode 120000 themes/Mint-Y-Hibiscus/xfwm4/left-inactive.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/maximize-active.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/maximize-inactive.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/maximize-prelight.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/maximize-pressed.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/menu-active.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/menu-inactive.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/menu-pressed.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/right-active.xpm create mode 120000 themes/Mint-Y-Hibiscus/xfwm4/right-inactive.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/shade-active.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/shade-inactive.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/shade-prelight.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/shade-toggled-active.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/shade-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/shade-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/stick-active.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/stick-inactive.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/stick-prelight.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/stick-toggled-active.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/stick-toggled-inactive.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/stick-toggled-prelight.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/themerc create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/title-1-active-shaded.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/title-1-active.xpm create mode 120000 themes/Mint-Y-Hibiscus/xfwm4/title-1-inactive.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/title-2-active.xpm create mode 120000 themes/Mint-Y-Hibiscus/xfwm4/title-2-inactive.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/title-3-active.xpm create mode 120000 themes/Mint-Y-Hibiscus/xfwm4/title-3-inactive.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/title-4-active.xpm create mode 120000 themes/Mint-Y-Hibiscus/xfwm4/title-4-inactive.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/title-5-active.xpm create mode 120000 themes/Mint-Y-Hibiscus/xfwm4/title-5-inactive.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/top-left-active-shaded.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/top-left-active.xpm create mode 120000 themes/Mint-Y-Hibiscus/xfwm4/top-left-inactive.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/top-right-active-shaded.xpm create mode 100644 themes/Mint-Y-Hibiscus/xfwm4/top-right-active.xpm create mode 120000 themes/Mint-Y-Hibiscus/xfwm4/top-right-inactive.xpm diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/cinnamon.css b/themes/Mint-Y-Dark-Hibiscus/cinnamon/cinnamon.css new file mode 100644 index 0000000..cff7f62 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/cinnamon.css @@ -0,0 +1,1368 @@ +stage { + font-family: sans, Sans-Serif; + font-size: 9pt; + color: #D3D3D3; } + +.label-shadow { + color: transparent; } + +.popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button, .sound-button { + min-height: 20px; + padding: 5px 32px; + transition-duration: 0; + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #D3D3D3; + background-color: #454545; + border: 1px solid #202020; + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button, .sound-button, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .sound-button:focus, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .notification-button:active:focus, .notification-icon-button:active:focus, .modal-dialog-button-box .modal-dialog-button:active:focus, .sound-button:active:focus, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .sound-button:insensitive { + border-radius: 2px; } + .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .sound-button:focus { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #D3D3D3; + background-color: #454545; + border: 1px solid #851042; + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #D3D3D3; + background-color: #525252; + border: 1px solid #202020; + box-shadow: inset 0 2px 4px rgba(82, 82, 82, 0.05); } + .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #D3D3D3; + background-color: #525252; + border: 1px solid #851042; + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .notification-button:active:focus, .notification-icon-button:active:focus, .modal-dialog-button-box .modal-dialog-button:active:focus, .sound-button:active:focus { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #ffffff; + background-color: #851042; + border: 1px solid #851042; + box-shadow: inset 0 2px 4px #851042; } + .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .sound-button:insensitive { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: rgba(211, 211, 211, 0.45); + border: 1px solid rgba(32, 32, 32, 0.55); + background-color: rgba(69, 69, 69, 0.55); + box-shadow: inset 0 2px 4px rgba(69, 69, 69, 0.05); } + +.popup-menu #notification StEntry, #menu-search-entry { + padding: 7px; + caret-size: 1px; + selection-background-color: #851042; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #D3D3D3; + background-color: #404040; + border: 1px solid #202020; + box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); } + .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover { + color: #D3D3D3; + background-color: #404040; + border: 1px solid #851042; + box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); } + .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { + color: rgba(211, 211, 211, 0.45); + background-color: #383838; + border-color: 1px solid #272727; + box-shadow: inset 0 2px 4px rgba(56, 56, 56, 0.05); } + .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 4px; } + +.notification StEntry { + padding: 7px; + caret-size: 1px; + caret-color: #c3c3c3; + selection-background-color: #851042; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:focus { + color: #ffffff; + background-color: #851042; + border: 1px solid #851042; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-color: rgba(109, 109, 109, 0.2); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + +StScrollView.vfade { + -st-vfade-offset: 0px; } +StScrollView.hfade { + -st-hfade-offset: 0px; } + +StScrollBar { + padding: 8px; } + StScrollView StScrollBar { + min-width: 5px; + min-height: 5px; } + StScrollBar StBin#trough { + background-color: rgba(64, 64, 64, 0.1); + border-radius: 8px; } + StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 2px; + background-color: #717171; + border: 0px solid; + margin: 0px; } + StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #606060; } + StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #851042; } + +.separator { + -gradient-height: 1px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-slider-menu-item, +.slider { + -slider-height: 0.3em; + -slider-background-color: #202020; + -slider-border-color: transparent; + -slider-active-background-color: #851042; + -slider-active-border-color: transparent; + -slider-border-width: 0; + -slider-handle-radius: 0.5em; + height: 1em; + min-width: 15em; + border: 0 solid transparent; + border-right-width: 1px; + border-left-width: 5px; } + +.check-box CinnamonGenericContainer { + spacing: .2em; + min-height: 30px; + padding-top: 2px; } +.check-box StLabel { + font-weight: normal; } +.check-box StBin { + width: 16px; + height: 16px; + background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } +.check-box:focus StBin { + background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } +.check-box:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } +.check-box:focus:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } + +.radiobutton CinnamonGenericContainer { + spacing: .2em; + height: 26px; + padding-top: 2px; } +.radiobutton StLabel { + padding-top: 4px; + font-size: 0.9em; + box-shadow: none; } +.radiobutton StBin { + width: 16px; + height: 16px; + background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } +.radiobutton:focus StBin { + background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } +.radiobutton:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } +.radiobutton:focus:checked StBin { + background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } + +.toggle-switch { + width: 50px; + height: 20px; + background-size: contain; } + .toggle-switch-us, .toggle-switch-intl { + background-image: url("dark-assets/switch/switch-off.svg"); } + .toggle-switch-us:checked, .toggle-switch-intl:checked { + background-image: url("dark-assets/switch/switch-on.svg"); } + +.cinnamon-link { + color: #e01b6f; + text-decoration: underline; } + .cinnamon-link:hover { + color: #e9458b; } + +#Tooltip { + border: 1px solid #d0d0d0; + border-radius: 3px; + padding: 5px 12px; + background-color: #fbeaa0; + color: #4a4a4a; + font-size: 1em; + font-weight: normal; + text-align: center; } + +.popup-menu { + color: white; + color: #D3D3D3; } + .popup-menu-arrow { + icon-size: 16px; } + .popup-menu .popup-sub-menu { + background-color: #404040; + box-shadow: none; } + .popup-menu .popup-sub-menu .popup-menu-item:ltr { + padding-right: 1.75em; } + .popup-menu .popup-sub-menu .popup-menu-item:rtl { + padding-left: 1.75em; } + .popup-menu .popup-sub-menu StScrollBar { + padding: 4px; } + .popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle { + border-width: 0; } + .popup-menu .popup-menu-content { + padding: 1em 0em 1em 0em; } + .popup-menu .popup-menu-item { + padding: .4em 1.75em; + spacing: 1em; + border: 1px solid transparent; + border-left-width: 0; + border-right-width: 0; } + .popup-menu .popup-menu-item:active { + color: #D3D3D3; + border-color: rgba(211, 211, 211, 0.11); + background-color: rgba(211, 211, 211, 0.08); } + .popup-menu .popup-menu-item:insensitive { + color: rgba(211, 211, 211, 0.5); + background: none; } + .popup-menu .popup-inactive-menu-item { + color: #D3D3D3; } + .popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(211, 211, 211, 0.45); } + .popup-menu-icon { + icon-size: 16px; } + +.popup-menu-boxpointer { + -arrow-border-radius: 3px; + -arrow-background-color: #2f2f2f; + -arrow-border-width: 1px; + -arrow-border-color: #202020; + -arrow-base: 21px; + -arrow-rise: 9px; + -boxpointer-gap: 2px; } + +/*Don't know what this does*/ +.popup-combo-menu { + background-color: rgba(0, 0, 0, 0.4); + padding: 1em 0em; + color: red; + border: 1px solid rgba(0, 0, 0, 0.6); + border-radius: 3px; } + +.popup-combobox-item { + spacing: 1em; } + +.popup-separator-menu-item { + -gradient-height: 2px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-alternating-menu-item:alternate { + font-weight: normal; } + +.popup-device-menu-item { + spacing: .5em; } + +.popup-subtitle-menu-item { + font-weight: normal; } + +.nm-menu-item-icons { + spacing: .5em; } + +#panel { + font-weight: bold; + height: 27px; } + #panelLeft { + spacing: 4px; } + #panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + #panelLeft:ltr { + padding-right: 4px; } + #panelLeft:rtl { + padding-left: 4px; } + #panelLeft.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + #panelLeft.vertical:ltr { + padding-right: 0px; } + #panelLeft.vertical:rtl { + padding-left: 0px; } + #panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } + #panelRight:ltr { + padding-left: 4px; + spacing: 0px; } + #panelRight:rtl { + padding-right: 4px; + spacing: 0px; } + #panelRight.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + #panelRight.vertical:ltr { + padding-right: 0px; } + #panelRight.vertical:rtl { + padding-left: 0px; } + #panelCenter { + spacing: 4px; } + #panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } + #panel:highlight { + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } + +.panelLeft { + spacing: 4px; } + .panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + .panelLeft:ltr { + padding-right: 4px; } + .panelLeft:rtl { + padding-left: 4px; } + .panelLeft.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + .panelLeft.vertical:ltr { + padding-right: 0px; } + .panelLeft.vertical:rtl { + padding-left: 0px; } +.panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } +.panelRight:ltr { + padding-left: 4px; + spacing: 0px; } +.panelRight:rtl { + padding-right: 4px; + spacing: 0px; } +.panelRight.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + .panelRight.vertical:ltr { + padding-left: 0px; + spacing: 0px; } + .panelRight.vertical:rtl { + padding-right: 0px; + spacing: 0px; } +.panelCenter { + spacing: 4px; } + .panelCenter.vertical { + padding-left: 0px; + padding-right: 0px; } + .panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } +.panel-top, .panel-bottom, .panel-left, .panel-right { + color: #ffffff; + font-size: 1em; + padding: 0px; } +.panel-top { + border-image: url("common-assets/panel/panel-top.svg") 1 1 1 1; } +.panel-bottom, .panel-left, .panel-right { + border-image: url("common-assets/panel/panel-bottom.svg") 1 1 1 1; } +.panel-dummy { + background-color: rgba(252, 65, 56, 0.5); } + .panel-dummy:entered { + background-color: rgba(252, 65, 56, 0.6); } +.panel-status-button { + border-width: 0; + -natural-hpadding: 3px; + -minimum-hpadding: 3px; + font-weight: bold; + color: white; + height: 22px; } +.panel-button { + -natural-hpadding: 6px; + -minimum-hpadding: 2px; + font-weight: bold; + color: green; + transition-duration: 100; } + +.system-status-icon { + icon-size: 16px; + padding: 0 1px; } + +#overview { + spacing: 12px; } + +.window-caption { + background-color: rgba(53, 53, 53, 0.95); + border: 1px solid rgba(53, 53, 53, 0.95); + color: #c3c3c3; + spacing: 25px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; } + .window-caption#selected { + background-color: #851042; + color: #ffffff; + border: 1px solid #851042; + spacing: 25px; } + +.expo-workspaces-name-entry, +.expo-workspaces-name-entry#selected { + height: 15px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .expo-workspaces-name-entry:focus, + .expo-workspaces-name-entry#selected:focus { + border: 1px solid #851042; + background-color: #851042; + color: #ffffff; + font-style: italic; + transition-duration: 300; + selection-background-color: #ffffff; + selected-color: #851042; } + +.expo-workspace-thumbnail-frame { + border: 4px solid rgba(255, 255, 255, 0); + background-color: rgba(255, 255, 255, 0); + border-radius: 2px; } + .expo-workspace-thumbnail-frame#active { + border: 4px solid #851042; + background-color: black; + border-radius: 2px; } + +.expo-background { + background-color: #353535; } + +.workspace-thumbnails { + spacing: 26px; } + .workspace-thumbnails-background, .workspace-thumbnails-background:rtl { + padding: 8px; } +.workspace-add-button { + background-image: url("common-assets/misc/add-workspace.svg"); + height: 200px; + width: 35px; + transition-duration: 100; } + .workspace-add-button:hover { + background-image: url("common-assets/misc/add-workspace-hover.svg"); + transition-duration: 100; } + .workspace-add-button:active { + background-image: url("common-assets/misc/add-workspace-active.svg"); + transition-duration: 100; } +.workspace-overview-background-shade { + background-color: rgba(0, 0, 0, 0.5); } + +.workspace-close-button, +.window-close { + background-image: url("common-assets/misc/close.svg"); + background-size: 26px; + height: 26px; + width: 26px; + -cinnamon-close-overlap: 10px; } + .workspace-close-button:hover, + .window-close:hover { + background-image: url("common-assets/misc/close-hover.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + .workspace-close-button:active, + .window-close:active { + background-image: url("common-assets/misc/close-active.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + +.window-close-area { + background-image: url("common-assets/misc/trash-icon.svg"); + height: 120px; + width: 400px; } + +.about-content { + width: 550px; + height: 250px; + spacing: 8px; + padding-bottom: 10px; } +.about-title { + font-size: 2em; + font-weight: bold; } +.about-uuid { + font-size: 10px; + color: #888; } +.about-icon { + padding-right: 20px; + padding-bottom: 14px; } +.about-scrollBox { + border: 1px solid #202020; + border-radius: 2px; + background-color: #404040; + padding: 4px; + padding-right: 0; + border-radius: 0; } + .about-scrollBox-innerBox { + padding: 1.2em; + spacing: 1.2em; } +.about-description { + padding-top: 4px; + padding-bottom: 16px; } +.about-version { + padding-left: 7px; + font-size: 10px; + color: #888; } + +.calendar { + padding: .4em 1.75em; + spacing-rows: 0px; + spacing-columns: 0px; } + +.calendar-month-label { + color: #D3D3D3; + font-weight: bold; + padding: 8px 0; } + +.calendar-change-month-back, +.calendar-change-month-forward { + width: 16px; + height: 16px; } + +.calendar-change-month-back { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:focus, .calendar-change-month-back:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-back:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:rtl { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-back:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + +.calendar-change-month-forward { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-forward:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:rtl { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-forward:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + +.datemenu-date-label { + padding: .4em 1.75em; + font-weight: bold; + text-align: center; + color: #D3D3D3; + border-radius: 2px; } + +.calendar-day-base { + font-size: 85%; + text-align: center; + width: 25px; + height: 25px; + padding: 0.1em; + margin: 2px; + border-radius: 12.5px; } + +.calendar-day-heading { + color: rgba(211, 211, 211, 0.85); + margin-top: 1em; + font-size: 80%; } + +.calendar-day { + border-width: 0; + color: rgba(211, 211, 211, 0.9); } + +.calendar-day-top { + border-top-width: 0; } + +.calendar-day-left { + border-left-width: 0; } + +.calendar-nonwork-day { + color: #D3D3D3; + background-color: transparent; + font-weight: bold; } + +.calendar-today, +.calendar-today:active, +.calendar-today:focus, +.calendar-today:hover { + font-weight: bold; + color: #ffffff; + background-color: #851042; + border-width: 0; } + +.calendar-other-month-day { + color: rgba(211, 211, 211, 0.3); + opacity: 1; } + +.calendar-week-number { + color: rgba(211, 211, 211, 0.85); + font-size: 80%; } + +#notification { + border: 1px solid #202020; + border-radius: 3px; + background-color: #2f2f2f; + padding: 13px; + spacing-rows: 10px; + spacing-columns: 10px; + margin-from-right-edge-of-screen: 20px; + width: 34em; + color: #D3D3D3; } + .popup-menu #notification { + color: #D3D3D3; + border-image: url("dark-assets/misc/message.svg") 9 9 9 9; } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { + padding: 5px; } + #notification.multi-line-notification { + padding-bottom: 13px; + color: #c3c3c3; } + #notification-scrollview { + max-height: 10em; } + #notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { + height: 1em; } + #notification-scrollview:ltr > StScrollBar { + padding-left: 6px; } + #notification-scrollview:rtl > StScrollBar { + padding-right: 6px; } + #notification-body { + spacing: 5px; } + #notification-actions { + spacing: 10px; } + +.notification-with-image { + min-height: 159px; + color: #D3D3D3; } +.notification-button, .notification-icon-button { + padding: 5px; } +.notification-icon-button > StIcon { + icon-size: 32px; } + +#altTabPopup { + padding: 8px; + spacing: 16px; } + +.switcher-list { + color: #D3D3D3; + border: 1px solid #202020; + background-color: #2f2f2f; + border-radius: 3px; + padding: 20px; } + .switcher-list > StBoxLayout { + padding: 4px; } + .switcher-list-item-container { + spacing: 8px; } + .switcher-list .item-box { + padding: 8px; + border-radius: 2px; } + .switcher-list .item-box:outlined { + padding: 8px; + border: 1px solid #851042; } + .switcher-list .item-box:selected { + color: #ffffff; + background-color: #851042; + border: 0px solid #851042; } + .switcher-list .thumbnail { + width: 256px; } + .switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; } + .switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.2); } + +.switcher-arrow { + border-color: transparent; + color: #D3D3D3; } + .switcher-arrow:highlighted { + border-color: transparent; + color: #ffffff; } + +.thumbnail-scroll-gradient-left { + background-color: transparent; + border-radius: 24px; + border-radius-topright: 0px; + border-radius-bottomright: 0px; + width: 60px; } + +.thumbnail-scroll-gradient-right { + background-color: transparent; + border-radius: 24px; + border-radius-topleft: 0px; + border-radius-bottomleft: 0px; + width: 60px; } + +.ripple-box { + width: 104px; + height: 104px; + background-image: url("common-assets/misc/corner-ripple.svg"); + background-size: contain; } + .ripple-box:rtl { + background-image: url("common-assets/misc/corner-ripple.svg"); } + +.lightbox { + background-color: rgba(0, 0, 0, 0.4); } + +.flashspot { + background-color: white; } + +.modal-dialog { + background-color: #2f2f2f; + border: 1px solid #202020; + border-radius: 3px; + padding: 0; } + .modal-dialog > StBoxLayout:first-child { + padding: 20px 10px 10px 10px; } + .modal-dialog-button-box { + spacing: 0; + margin: 0px; + padding: 14px 10px; + border: none; + background-color: #2f2f2f; } + .modal-dialog-button-box .modal-dialog-button { + padding-top: 0; + padding-bottom: 0; + height: 30px; } + +.run-dialog { + padding: 0px 15px 10px 15px; + border: 1px solid #202020; + border-radius: 3px; + background-color: #2f2f2f; } + .run-dialog > * { + padding: 0; } + .run-dialog-label { + font-size: 0; + font-weight: bold; + color: #D3D3D3; + padding-bottom: 0; } + .run-dialog-error-label { + color: #FC4138; } + .run-dialog-error-box { + padding-top: 15px; + spacing: 5px; } + .run-dialog-completion-box { + padding-top: 5px; + padding-left: 15px; + font-size: 10px; } + .run-dialog-entry { + width: 21em; + padding: 7px; + border-radius: 3px; + caret-color: #c3c3c3; + selected-color: #ffffff; + selection-background-color: #851042; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .run-dialog-entry:focus { + color: #D3D3D3; + background-color: #404040; + border: 1px solid #851042; + box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); } + .run-dialog .modal-dialog-button-box { + border: none; + box-shadow: none; + background: none; } + +/* CinnamonMountOperation Dialogs */ +.cinnamon-mount-operation-icon { + icon-size: 48px; } + +.mount-password-reask { + color: #F27835; } + +.show-processes-dialog, +.mount-question-dialog { + spacing: 24px; } + .show-processes-dialog-subject, + .mount-question-dialog-subject { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; } + .show-processes-dialog-subject:rtl, + .mount-question-dialog-subject:rtl { + padding-left: 0px; + padding-right: 17px; } + .show-processes-dialog-description, + .mount-question-dialog-description { + padding-left: 17px; + width: 28em; } + .show-processes-dialog-description:rtl, + .mount-question-dialog-description:rtl { + padding-right: 17px; } + +.show-processes-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; } + .show-processes-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; } + .show-processes-dialog-app-list-item { + color: #ccc; } + .show-processes-dialog-app-list-item:hover { + color: white; } + .show-processes-dialog-app-list-item:ltr { + padding-right: 1em; } + .show-processes-dialog-app-list-item:rtl { + padding-left: 1em; } + .show-processes-dialog-app-list-item-icon:ltr { + padding-right: 17px; } + .show-processes-dialog-app-list-item-icon:rtl { + padding-left: 17px; } + .show-processes-dialog-app-list-item-name { + font-size: 1.1em; } + +.magnifier-zoom-region { + border: 2px solid maroon; } + .magnifier-zoom-region .full-screen { + border-width: 0px; } + +#keyboard { + background-color: rgba(53, 53, 53, 0.95); + border-width: 0; + border-top-width: 1px; + border-color: rgba(0, 0, 0, 0.4); } + +.keyboard-layout { + spacing: 10px; + padding: 10px; } + +.keyboard-row { + spacing: 15px; } + +.keyboard-key { + min-height: 2em; + min-width: 2em; + font-size: 14pt; + font-weight: bold; + border-radius: 3px; + box-shadow: none; + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #c3c3c3; + border: 1px solid #202020; + background-color: rgba(109, 109, 109, 0.35); } + .keyboard-key:hover { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(127, 127, 127, 0.45); } + .keyboard-key:active, .keyboard-key:checked { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #ffffff; + border: 1px solid #851042; + background-color: #851042; } + .keyboard-key:grayed { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #606060; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(109, 109, 109, 0.2); } + +.keyboard-subkeys { + color: #c3c3c3; + padding: 5px; + -arrow-border-radius: 2px; + -arrow-background-color: rgba(53, 53, 53, 0.95); + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0.4); + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 5px; } + +.menu-favorites-box { + margin: auto; + padding: 10px; + transition-duration: 300; + background-color: #404040; + border: 1px solid #202020; } +.menu-favorites-button { + padding: 10px; + border: 1px solid transparent; } +.menu-places-box { + margin: auto; + padding: 10px; + border: 0px solid red; } +.menu-places-button { + padding: 10px; } +.menu-categories-box { + padding: 10px 30px 10px 30px; } +.menu-applications-inner-box, .menu-applications-outer-box { + padding: 10px 10px 0 10px; } +.menu-application-button { + padding: 7px; + border: 1px solid transparent; } + .menu-application-button:highlighted { + font-weight: bold; } + .menu-application-button-selected { + padding: 7px; } + .menu-application-button-selected:highlighted { + font-weight: bold; } + .menu-application-button-label:ltr { + padding-left: 5px; } + .menu-application-button-label:rtl { + padding-right: 5px; } +.menu-category-button { + padding: 7px; + border: 1px solid transparent; } + .menu-category-button-selected { + padding: 7px; } + .menu-category-button-hover { + background-color: red; + border-radius: 2px; } + .menu-category-button-greyed { + padding: 7px; + color: rgba(211, 211, 211, 0.45); + border: 1px solid transparent; } + .menu-category-button-label:ltr { + padding-left: 5px; } + .menu-category-button-label:rtl { + padding-right: 5px; } +.menu-selected-app-box { + padding-right: 30px; + padding-left: 28px; + text-align: right; + height: 30px; } + .menu-selected-app-box:rtl { + padding-top: 10px; + height: 30px; } +.menu-selected-app-title { + font-weight: bold; } +.menu-selected-app-description { + max-width: 150px; } +.menu-search-box:ltr { + padding-left: 30px; } +.menu-search-box-rtl { + padding-right: 30px; } + +#menu-search-entry { + width: 250px; + height: 15px; + font-weight: normal; + caret-color: #D3D3D3; } + +.menu-search-entry-icon { + icon-size: 1em; + color: #D3D3D3; } + +/* Context menu (at the moment only for favorites) */ +.info-osd { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 16px; + color: #D3D3D3; + border: 1px solid #202020; + border-radius: 5px; + background-color: #2f2f2f; } + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 20px; + margin: 32px; + min-width: 64px; + min-height: 64px; + color: #D3D3D3; + background-color: #2f2f2f; + border: 1px solid #202020; + border-radius: 5px; } + .osd-window .osd-monitor-label { + font-size: 3em; } + .osd-window .level { + padding: 0; + height: 4px; + background-color: rgba(0, 0, 0, 0.5); + border-radius: 2px; + color: #851042; } + +.window-list-box { + spacing: 6px; + padding-left: 10px; + padding-top: 1px; } + .window-list-box.vertical { + spacing: 0px; + padding-left: 0px; + padding-right: 0px; + padding-top: 10px; + padding-bottom: 10px; } + .window-list-box:highlight { + background-color: rgba(252, 65, 56, 0.5); } +.window-list-item-label { + font-weight: bold; + width: 15em; + min-width: 5px; } +.window-list-item-box { + font-weight: bold; + background-image: none; + padding-left: 8px; + padding-right: 8px; + transition-duration: 100; + color: rgba(255, 255, 255, 0.6); } + .window-list-item-box.right { + padding-left: 0px; + padding-right: 0px; } + .window-list-item-box.left { + padding-left: 0px; + padding-right: 0px; } + .window-list-item-box:hover { + color: #ffffff; } + .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus { + color: #ffffff; + border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; } +.window-list-item-demands-attention { + background-gradient-direction: vertical; + background-gradient-start: #F04A50; + background-gradient-end: #F04A50; } + +.sound-button { + width: 22px; + height: 13px; + padding: 8px; } + .sound-button-container { + padding-right: 3px; + padding-left: 3px; } + .sound-button StIcon { + icon-size: 1.4em; } + +.sound-track-infos { + padding: 5px; } +.sound-track-info { + padding-top: 2px; + padding-bottom: 2px; } + .sound-track-info StIcon { + icon-size: 16px; } + .sound-track-info StLabel { + padding-left: 5px; + padding-right: 5px; } +.sound-track-box { + padding-left: 15px; + padding-right: 15px; + max-width: 220px; } + +.sound-seek-box { + padding-left: 15px; } + .sound-seek-box StLabel { + padding-top: 2px; } + .sound-seek-box StIcon { + icon-size: 16px; } + +.sound-seek-slider { + width: 140px; } + +.sound-volume-menu-item { + padding: .4em 1.75em; } + .sound-volume-menu-item StIcon { + icon-size: 1.14em; + padding-left: 8px; + padding-right: 8px; } + +.sound-playback-control { + padding: 5px 10px 10px 10px; } + +.sound-player { + padding: 0 4px; } + .sound-player > StBoxLayout:first-child { + padding: 5px 10px 12px 10px; + spacing: 0.5em; } + .sound-player > StBoxLayout:first-child StButton:small { + width: 16px; + height: 8px; + padding: 1px; } + .sound-player > StBoxLayout:first-child StButton:small StIcon { + icon-size: 12px; } + .sound-player-generic-coverart { + background: rgba(0, 0, 0, 0.2); } + .sound-player-overlay { + width: 290px; + height: 70px; + padding: 15px; + spacing: 0.5em; + background: rgba(40, 40, 40, 0.85); + border: 0px solid rgba(28, 28, 28, 0.95); + border-bottom: 1px; + color: #c3c3c3; } + .sound-player-overlay StButton { + width: 22px; + height: 13px; + padding: 5px; + color: #c3c3c3; + border-radius: 2px; + border: 1px solid rgba(53, 53, 53, 0); } + .sound-player-overlay StButton StIcon { + icon-size: 16px; } + .sound-player-overlay StButton:hover { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(127, 127, 127, 0.45); } + .sound-player-overlay StButton:active { + text-shadow: 0 1px rgba(64, 64, 64, 0); + color: #ffffff; + background-color: #851042; + border: 1px solid #851042; + box-shadow: inset 0 2px 4px #851042; } + .sound-player-overlay StBoxLayout { + padding-top: 2px; } + .sound-player-overlay > StBoxLayout { + spacing: 5px; } + .sound-player .slider { + height: 0.5em; + padding: 0; + border: none; + -slider-height: 0.5em; + -slider-background-color: #222222; + -slider-border-color: transparent; + -slider-active-background-color: #851042; + -slider-active-border-color: transparent; + -slider-border-width: 0px; + -slider-handle-radius: 0px; } + +#workspaceSwitcher { + spacing: 0px; + padding: 3px; } + +/* Controls the styling when using the "Simple buttons" option */ +.workspace-switcher { + padding-left: 3px; + padding-right: 3px; } + +.workspace-button { + width: 20px; + height: 10px; + color: #ffffff; + padding: 3px; + padding-top: 4px; + transition-duration: 300; } + .workspace-button:outlined, .workspace-button:outlined:hover { + color: #851042; } + .workspace-button:hover { + color: rgba(133, 16, 66, 0.5); } + +/* Controls the style when using the "Visual representation" option */ +.workspace-graph { + padding: 3px; + spacing: 3px; } + +.workspace-graph .workspace { + border: 1px solid rgba(0, 0, 0, 0.4); + background-color: rgba(0, 0, 0, 0.2); } + +.workspace-graph .workspace:active { + border: 1px solid #851042; } + +.workspace-graph .workspace .windows { + -active-window-background: rgba(79, 79, 79, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(79, 79, 79, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +.workspace-graph .workspace:active .windows { + -active-window-background: rgba(105, 105, 105, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(54, 54, 54, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +#panel-launchers-box { + padding-left: 7px; } + #panel-launchers-box.vertical { + padding-top: 2px; + padding-bottom: 2px; + padding-left: 0px; + padding-right: 0px; } + #panel-launchers-box.vertical .panel-launcher { + border-bottom-width: 1px; } + +.panel-launcher { + margin: 1px; + padding: 1px; + transition-duration: 200; } + .panel-launcher:hover { + border: 0px solid #851042; + border-bottom-width: 1px; } + +#overview-corner { + background-image: url("common-assets/misc/overview.png"); } + #overview-corner:hover { + background-image: url("common-assets/misc/overview-hover.png"); } + +.applet-separator { + padding: 1px 4px; } +.applet-separator-line { + width: 1px; + background: rgba(255, 255, 255, 0.12); } +.applet-box { + padding-left: 3px; + padding-right: 3px; + color: rgba(255, 255, 255, 0.6); + text-shadow: none; + transition-duration: 100; } + .applet-box.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 3px; + padding-bottom: 3px; } + .applet-box:hover { + color: #ffffff; + background-color: #851042; } + .applet-box:highlight { + background-image: none; + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } +.applet-label { + font-weight: bold; + color: rgba(255, 255, 255, 0.6); } + .applet-label:hover, .applet-box:hover > .applet-label { + color: #ffffff; + text-shadow: none; } +.applet-icon { + color: #ffffff; + icon-size: 22px; } + .applet-icon:hover, .applet-box:hover > .applet-icon { + color: #ffffff; + text-shadow: none; } + +.user-icon { + width: 32px; + height: 32px; + background-color: transparent; + border: none; + border-radius: 0; } + +.user-label { + color: #D3D3D3; + font-size: 1em; + font-weight: bold; + margin: 0px; } + +.desklet { + color: #D3D3D3; } + .desklet:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders { + border: 1px solid #202020; + border-radius: 5px; + background-color: #2f2f2f; + color: #D3D3D3; + padding: 12px; + padding-bottom: 16px; } + .desklet-with-borders:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders-and-header { + border: 1px solid #202020; + border-top-width: 0; + border-radius: 0 0 5px 5px; + background-color: #2f2f2f; + color: #D3D3D3; + border-radius: 0; + border-radius-topleft: 0; + border-radius-topright: 0; + padding: 12px; + padding-bottom: 17px; } + .desklet-with-borders-and-header:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-header { + border: 1px solid #202020; + border-radius: 5px 5px 0 0; + background-color: #272727; + color: #D3D3D3; + font-size: 1em; + padding: 12px; + padding-bottom: 6px; } + .desklet-drag-placeholder { + border: 2px solid #851042; + background-color: rgba(133, 16, 66, 0.3); } + +.photoframe-box { + border: 1px solid #202020; + border-radius: 5px; + background-color: #2f2f2f; + color: #D3D3D3; + padding: 12px; + padding-bottom: 16px; } + +/*FIXME*/ +.workspace-osd { + /*color: red;*/ + color: #c3c3c3; + text-shadow: black 5px 5px 5px; + font-weight: bold; + font-size: 48pt; } + +.notification-applet-padding { + padding: .5em 1em; } + +.notification-applet-container { + max-height: 100px; } + +.tile-preview { + background-color: rgba(133, 16, 66, 0.3); + border: 1px solid #851042; } + .tile-preview.snap { + background-color: rgba(133, 16, 66, 0.6); } + +.tile-hud { + background-color: rgba(133, 16, 66, 0.3); + border: 1px solid #851042; } + .tile-hud.snap { + background-color: rgba(133, 16, 66, 0.6); } + .tile-hud:top { + border-top-width: 0px; } + .tile-hud:bottom { + border-bottom-width: 0px; } + .tile-hud:left { + border-left-width: 0px; } + .tile-hud:right { + border-right-width: 0px; } + .tile-hud:top-left { + border-top-width: 0px; + border-left-width: 0px; } + .tile-hud:top-right { + border-top-width: 0px; + border-right-width: 0px; } + .tile-hud:bottom-left { + border-bottom-width: 0px; + border-left-width: 0px; } + .tile-hud:bottom-right { + border-bottom-width: 0px; + border-right-width: 0px; } + +.xkcd-box { + padding: 6px; + border: 0px; + background-color: transparent; + border-radius: 0px; } diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/menu/menu-separator.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/menu/menu-separator.svg new file mode 100644 index 0000000..4962ebc --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/menu/menu-separator.svg @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="90.311111mm" + height="0.56444442mm" + viewBox="0 0 320 1.9999999" + id="svg7537" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menu-separator.svg"> + <defs + id="defs7539" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="115.53549" + inkscape:cy="8.9322818" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1366" + inkscape:window-height="723" + inkscape:window-x="0" + inkscape:window-y="23" + inkscape:window-maximized="1" /> + <metadata + id="metadata7542"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(340,-443.3622)" /> +</svg> diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/add-workspace-active.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/add-workspace-active.svg new file mode 100644 index 0000000..53c3a45 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/add-workspace-active.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace-active.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="7.0289763" + inkscape:cy="105.84046" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:1;fill:#851042;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:1;fill:#851042;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#ffffff;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/add-workspace-hover.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/add-workspace-hover.svg new file mode 100644 index 0000000..ce48f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/add-workspace-hover.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace-hover.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="3.4046076" + inkscape:cy="118.15924" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:0.45;fill:#202020;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#bababa;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/add-workspace.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/add-workspace.svg new file mode 100644 index 0000000..5b3ed52 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/add-workspace.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="7.3133825" + inkscape:cy="105.84268" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#bababa;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/bg.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/bg.svg new file mode 100644 index 0000000..feeddea --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/bg.svg @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32" + height="32" + viewBox="0 0 32 32" + id="svg5386" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="bg.svg"> + <defs + id="defs5388" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="18.271674" + inkscape:cy="5.838404" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid5954" /> + </sodipodi:namedview> + <metadata + id="metadata5391"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1020.3622)"> + <rect + style="display:inline;opacity:0.81;fill:none;fill-opacity:1;stroke:#161a26;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-3" + width="23" + height="21.999889" + x="4.5" + y="1024.8622" + rx="2.0000005" + ry="1.9999999" /> + <rect + style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164" + width="22" + height="20.999971" + x="5" + y="1025.3622" + rx="1.4" + ry="1.4" /> + <g + transform="translate(-425.99995,658.36226)" + id="g4271" + style="display:inline;opacity:0.65"> + <rect + ry="8" + rx="8" + y="362.49994" + x="426.49994" + height="31" + width="31.000011" + id="rect4164-4-7-5-3-8-8" + style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6.999999" + rx="7" + y="363.49997" + x="427.49994" + height="28.999996" + width="29.000011" + id="rect4164-4-7-5-3-8" + style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6" + rx="6" + y="364.49994" + x="428.49994" + height="26.999998" + width="27.000011" + id="rect4164-4-7-5-3" + style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="5" + rx="4.9999995" + y="365.49997" + x="429.49997" + height="24.999998" + width="24.999981" + id="rect4164-4-7-5" + style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + transform="translate(-6.1035156e-5,0)" + id="rect4164-4-7" + d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" + style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscssc" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg new file mode 100644 index 0000000..c94ddd3 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + sodipodi:docname="calendar-arrow-left-hover.svg" + height="16" + id="svg7384" + inkscape:version="0.91 r13725" + version="1.1" + width="16"> + <metadata + id="metadata90"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + bordercolor="#666666" + borderopacity="1" + inkscape:current-layer="layer12" + inkscape:cx="7.3546086" + inkscape:cy="7.9323223" + gridtolerance="10" + inkscape:guide-bbox="true" + guidetolerance="10" + id="namedview88" + inkscape:object-nodes="false" + inkscape:object-paths="false" + objecttolerance="10" + pagecolor="#ffffff" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + showborder="true" + showgrid="true" + showguides="true" + inkscape:snap-bbox="true" + inkscape:snap-bbox-midpoints="false" + inkscape:snap-global="true" + inkscape:snap-grids="true" + inkscape:snap-nodes="true" + inkscape:snap-others="false" + inkscape:snap-to-guides="true" + inkscape:window-height="1030" + inkscape:window-maximized="1" + inkscape:window-width="1920" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:zoom="22.627417" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + empspacing="2" + enabled="true" + id="grid4866" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="1px" + spacingy="1px" + type="xygrid" + visible="true" /> + <inkscape:grid + color="#000000" + empcolor="#000000" + empopacity="0" + empspacing="4" + enabled="true" + id="grid5968" + opacity="0.1254902" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="0.5px" + spacingy="0.5px" + type="xygrid" + visible="true" /> + </sodipodi:namedview> + <title + id="title9167">Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-left.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-left.svg new file mode 100644 index 0000000..2774254 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-left.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg new file mode 100644 index 0000000..16c27c8 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-right.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-right.svg new file mode 100644 index 0000000..366e69b --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-right.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/close-active.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/close-active.svg new file mode 100644 index 0000000..95822bf --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/close-active.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/close-hover.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/close-hover.svg new file mode 100644 index 0000000..7b52140 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/close-hover.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/close.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/close.svg new file mode 100644 index 0000000..e221a33 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/close.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/corner-ripple.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/corner-ripple.svg new file mode 100644 index 0000000..2f8a68f --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/corner-ripple.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/desklet-header.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/desklet-header.svg new file mode 100644 index 0000000..a6e1054 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/desklet-header.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/desklet.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/desklet.svg new file mode 100644 index 0000000..8445c61 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/desklet.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/osd.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/osd.svg new file mode 100644 index 0000000..df41a00 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/osd.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/overview-hover.png b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/overview-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..75673f9cf4d11cc891275cbcb5fc775db9585540 GIT binary patch literal 838 zcmV-M1G)T(P)kdg0009GNkl1!KD9DQ@_rPbw?9N7*sw#Z576(BYZ3DEzb{X_e)6zI27Qi4@NLTggv_=u%gc6IKq z_MDkkn?VhNLVmQbWvk!4Q-E9+tqwIZ;jQ&2E4P!K4{ zVmm2%q@W83^_SfE%JoPU#PVW+Td|Lms^%XH9UnTZV>$b6d z{;iU34gsM(fa~AKN6w(yeBwPF_MaV`T-4G#6|dp!-S{$2pZ|Q=%Vnpz|5@{Ca6S00 zlz1sJXa`i!JTylYZ!b%K?7q9$^qax-syC|M=I)D^N5_rH#`N;-Pu(o__C}S^1P6r% z*C$O!_Ow)PU-d_WouD0qS|zP`TY-r>$~^YT2l0me>;5hrW~9P=&pB+Y+{Wqsx>1SGJUMB~@W z>Dr(%@xn4ps(4lo8$o@ZkfAjy#g-&i?2R`@oyh|q*}}szNcyIcR;ZMdUWH*PF*&Ss zZN4?PvVi6mvE~L-wRk<)2wQXH5CwhZHWD!KbIZ5JreuJVm-AZYihvH8&lBRn&8q26 zs_Am|Ixp&b5n5Dy@FGCRX3>$w45I$si?j*_{L_oH6w%#Px`rnIxA=%Z0mD;*r^|!p Q1ONa407*qoM6N<$f{;O?8~^|S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/overview.png b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/misc/overview.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb4f87f4e8e2b95cb3ae488e84da3d63d1786ed GIT binary patch literal 680 zcmV;Z0$2TsP)kdg00002VoOIv0RM-N z%)bBt010qNS#tmY3ljhU3ljkVnw%H_000McNliru-U%BC88MnF!IrGCBwm9)u_fl)|8*yQeM^6m$^r64|vV z3`vkcNr{9G7J`vMnZim6VY%*Zx;s0&JI-`zYgVOmhkZ`p_Z^=1dEe)GKPaJu{{h0T zyNHO0fQ^NPjqv*gY<94){zV`lb$k2Uf~Q@9+-l<8hxyJ#jr5`=-0o`A3*%NZ)IZ+*HH*RyO0Q4Yaj-SHFD97pssQ;?B{Jj#yThZ--;`ZmBH3X{6TcLhClVGN)8+2eH}DXOOW7= z=5IsRtH-?@rJgzt_jMTK$ziIHi--1?KrL_BSR06vB*7NO!=x54(svg~5+g=@AiA+u z-hf(6AUmjJ5N!<7=zw_Kt@@1A;!n0oVPoSFZ9sMuEm8n%M*X3|nt~&Dnib!6?3%C8 z^I(lXv>9cO?*&+xbF+%p)Ajrqz7v(xr%ra}QXfBG2v63X^WhzB>giInxmnC&7X(K$ zWevfR^DSrcnfwN_`+#Y_oVY)KD|Dz<_PYGudY9+@%%!pAb+$40&w&uPC)cXueyyw; z`Rn4-iR*Jq2{{o~Dh{f_`1;h;)z>R=bn;Fcg`$DF(eU9x!p07j6_}Y)rCbu@F&kA!CyxOMZ8Z_FEHjHVKl}m(9?n#zS$LZO O0000 + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/activities-active.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/activities-active.svg new file mode 100644 index 0000000..6986f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/activities-active.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/activities.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/activities.svg new file mode 100644 index 0000000..b4a4b0d --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/activities.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/panel-bottom.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/panel-bottom.svg new file mode 100644 index 0000000..c6d6f5f --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/panel-bottom.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/panel-top.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/panel-top.svg new file mode 100644 index 0000000..43dd84b --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/panel-top.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/window-list-active-bottom.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/window-list-active-bottom.svg new file mode 100644 index 0000000..fa6ab14 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/window-list-active-bottom.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/window-list-active-top.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/window-list-active-top.svg new file mode 100644 index 0000000..fdce694 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/common-assets/panel/window-list-active-top.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg new file mode 100644 index 0000000..b874aed --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/checkbox/checkbox-checked.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/checkbox/checkbox-checked.svg new file mode 100644 index 0000000..5c93df2 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/checkbox/checkbox-checked.svg @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg new file mode 100644 index 0000000..41688dd --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg new file mode 100644 index 0000000..f99c5d6 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/menu/menu-hover.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/menu/menu-hover.svg new file mode 100644 index 0000000..a023a8e --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/menu/menu-hover.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/menu/menu.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/menu/menu.svg new file mode 100644 index 0000000..44e295d --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/menu/menu.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/menu/submenu.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/menu/submenu.svg new file mode 100644 index 0000000..9369544 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/menu/submenu.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/misc/button-box.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/misc/button-box.svg new file mode 100644 index 0000000..0342698 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/misc/button-box.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/misc/message.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/misc/message.svg new file mode 100644 index 0000000..8d8bfab --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/misc/message.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/misc/modal.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/misc/modal.svg new file mode 100644 index 0000000..ec0b945 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/misc/modal.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/switch/switch-off.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/switch/switch-off.svg new file mode 100644 index 0000000..5d6df1f --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/switch/switch-off.svg @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/switch/switch-on.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/switch/switch-on.svg new file mode 100644 index 0000000..cdaf922 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/dark-assets/switch/switch-on.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/menu/menu-separator.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/menu/menu-separator.svg new file mode 100644 index 0000000..4962ebc --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/menu/menu-separator.svg @@ -0,0 +1,60 @@ + + + + + + + + + + image/svg+xml + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/add-workspace-active.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/add-workspace-active.svg new file mode 100644 index 0000000..4a54d61 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/add-workspace-active.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/add-workspace-hover.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/add-workspace-hover.svg new file mode 100644 index 0000000..ce48f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/add-workspace-hover.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/add-workspace.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/add-workspace.svg new file mode 100644 index 0000000..5b3ed52 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/add-workspace.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/bg.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/bg.svg new file mode 100644 index 0000000..feeddea --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/bg.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/calendar-arrow-left-hover.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/calendar-arrow-left-hover.svg new file mode 100644 index 0000000..fb957eb --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/calendar-arrow-left-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/calendar-arrow-left.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/calendar-arrow-left.svg new file mode 100644 index 0000000..2774254 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/calendar-arrow-left.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/calendar-arrow-right-hover.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/calendar-arrow-right-hover.svg new file mode 100644 index 0000000..f2c44a4 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/calendar-arrow-right-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/calendar-arrow-right.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/calendar-arrow-right.svg new file mode 100644 index 0000000..366e69b --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/calendar-arrow-right.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/close-active.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/close-active.svg new file mode 100644 index 0000000..95822bf --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/close-active.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/close-hover.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/close-hover.svg new file mode 100644 index 0000000..7b52140 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/close-hover.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/close.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/close.svg new file mode 100644 index 0000000..e221a33 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/close.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/corner-ripple-ltr.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/corner-ripple-ltr.svg new file mode 100644 index 0000000..ec3d261 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/corner-ripple-ltr.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/corner-ripple-rtl.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/corner-ripple-rtl.svg new file mode 100644 index 0000000..ec95067 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/corner-ripple-rtl.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/desklet-header.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/desklet-header.svg new file mode 100644 index 0000000..a6e1054 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/desklet-header.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/desklet.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/desklet.svg new file mode 100644 index 0000000..8445c61 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/desklet.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/osd.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/osd.svg new file mode 100644 index 0000000..df41a00 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/osd.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/overview-hover.png b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/overview-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..75673f9cf4d11cc891275cbcb5fc775db9585540 GIT binary patch literal 838 zcmV-M1G)T(P)kdg0009GNkl1!KD9DQ@_rPbw?9N7*sw#Z576(BYZ3DEzb{X_e)6zI27Qi4@NLTggv_=u%gc6IKq z_MDkkn?VhNLVmQbWvk!4Q-E9+tqwIZ;jQ&2E4P!K4{ zVmm2%q@W83^_SfE%JoPU#PVW+Td|Lms^%XH9UnTZV>$b6d z{;iU34gsM(fa~AKN6w(yeBwPF_MaV`T-4G#6|dp!-S{$2pZ|Q=%Vnpz|5@{Ca6S00 zlz1sJXa`i!JTylYZ!b%K?7q9$^qax-syC|M=I)D^N5_rH#`N;-Pu(o__C}S^1P6r% z*C$O!_Ow)PU-d_WouD0qS|zP`TY-r>$~^YT2l0me>;5hrW~9P=&pB+Y+{Wqsx>1SGJUMB~@W z>Dr(%@xn4ps(4lo8$o@ZkfAjy#g-&i?2R`@oyh|q*}}szNcyIcR;ZMdUWH*PF*&Ss zZN4?PvVi6mvE~L-wRk<)2wQXH5CwhZHWD!KbIZ5JreuJVm-AZYihvH8&lBRn&8q26 zs_Am|Ixp&b5n5Dy@FGCRX3>$w45I$si?j*_{L_oH6w%#Px`rnIxA=%Z0mD;*r^|!p Q1ONa407*qoM6N<$f{;O?8~^|S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/overview.png b/themes/Mint-Y-Dark-Hibiscus/cinnamon/misc/overview.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb4f87f4e8e2b95cb3ae488e84da3d63d1786ed GIT binary patch literal 680 zcmV;Z0$2TsP)kdg00002VoOIv0RM-N z%)bBt010qNS#tmY3ljhU3ljkVnw%H_000McNliru-U%BC88MnF!IrGCBwm9)u_fl)|8*yQeM^6m$^r64|vV z3`vkcNr{9G7J`vMnZim6VY%*Zx;s0&JI-`zYgVOmhkZ`p_Z^=1dEe)GKPaJu{{h0T zyNHO0fQ^NPjqv*gY<94){zV`lb$k2Uf~Q@9+-l<8hxyJ#jr5`=-0o`A3*%NZ)IZ+*HH*RyO0Q4Yaj-SHFD97pssQ;?B{Jj#yThZ--;`ZmBH3X{6TcLhClVGN)8+2eH}DXOOW7= z=5IsRtH-?@rJgzt_jMTK$ziIHi--1?KrL_BSR06vB*7NO!=x54(svg~5+g=@AiA+u z-hf(6AUmjJ5N!<7=zw_Kt@@1A;!n0oVPoSFZ9sMuEm8n%M*X3|nt~&Dnib!6?3%C8 z^I(lXv>9cO?*&+xbF+%p)Ajrqz7v(xr%ra}QXfBG2v63X^WhzB>giInxmnC&7X(K$ zWevfR^DSrcnfwN_`+#Y_oVY)KD|Dz<_PYGudY9+@%%!pAb+$40&w&uPC)cXueyyw; z`Rn4-iR*Jq2{{o~Dh{f_`1;h;)z>R=bn;Fcg`$DF(eU9x!p07j6_}Y)rCbu@F&kA!CyxOMZ8Z_FEHjHVKl}m(9?n#zS$LZO O0000 + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/activities-active.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/activities-active.svg new file mode 100644 index 0000000..6986f5c --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/activities-active.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/activities.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/activities.svg new file mode 100644 index 0000000..b4a4b0d --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/activities.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/panel-bottom.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/panel-bottom.svg new file mode 100644 index 0000000..c6d6f5f --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/panel-bottom.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/panel-top.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/panel-top.svg new file mode 100644 index 0000000..43dd84b --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/panel-top.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/window-list-active-bottom.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/window-list-active-bottom.svg new file mode 100644 index 0000000..b69b955 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/window-list-active-bottom.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/window-list-active-top.svg b/themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/window-list-active-top.svg new file mode 100644 index 0000000..d2b8f15 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/cinnamon/panel/window-list-active-top.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Dark-Hibiscus/cinnamon/thumbnail.png b/themes/Mint-Y-Dark-Hibiscus/cinnamon/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..b892c37d1a5d1ffa878ef6a55a35d851793ba126 GIT binary patch literal 31016 zcmdqJbx>U2(l$yUSg-)WEdc@{xH}}lg9X>%?(Q%UG-%Ml2_d+CIalhkm8gG0mp_4f!aIhF9f5!p#fRt$L& z36X#aKHbJ#3=Zx&oRsKWWw)7~Id>=JwVSSkv$U7&8npb>kKR3hqy9M1x2Tu0ZZW7r zS+uhlrfF?yy)`uPx_G=H^Xt!#3eTS5i6J5?JnL&=)<;8?=BhBQ80c>X34blt%zI

54LO!QF`znyBdO|kr z^Zk9KF1PIt^6x!vT^a_>g>fMJfGB+FlyXR&eU;pBv9YmvJ26PO`d`0(t!Rg99`vZh zxG%x$_F_WFj)7 zH~pIFey+#=afANTUHx<0e|!GZ@UK1o?SelIpW4J`$4gla!RRLQao=4eE0-R&>H7t1 zSv4Qf9+%ljQk4N){oFG2)ogvLysk%BXEyB_X#mkgTDkm9q;%FzoNQWa+5%V9kTFru z@%dQgY>L9!&G3fhP_FP|?PynOWwG<8c6p+_SBDR;UP9gHao~wtf-Q#;Z6r2tY>8B+%UDIIxDW z6~EptCpbSV)^sri_0rH6HXeF1@OvL6kI=YFY_uH~s>Az3UpBA-(;!E5W+AyMQ9@2( z3V?UaZ^Udcd3llVAQknA#C<#saD)kOGb;H;3w-!V)NJ+Dym=IoItaZNs#D1f4W>1R zZ%&cxj6V?5twA-K$EDrCEKC_rBm^`_a3Q@`@_j)ct?~tCwPVR9Tcxf~2KA4n3Mp-; z-{Jez`=wP;k9b?`;r&@xrD3P@#<4nu_zF(W9Dl@19e%wI@{IQmb8Q#FZ)Q8MZ@0>w zj0M?k0g3K-(bV(%@bZ{7ECjP{|@(uE-^pUpQ7KR7;AUW$>Y)CBCF zAnA2XpS-rYxj^xt<@ity^PWG@T(}b$bV+sYA`6GbNPdFAZRgFj1Vrg3wKWOEo`TXl zDLgq81y_(@=T+pOr587_jilMi=wxo2)phypTTkUDGwSH!3I0URC)w!2jDBVv@&l1W z7n|`(UQPVI?ms>CNYFC8e9zv4NC+aCnutzF63+nK2g)S`6nZ%yJ2LM0Qfpu^quQ$T zSx+Hh=n{g1+u0CceHWp4^Q4u1Hg+UML1ZP7zc92}$!6Jw(##$rEikc%+$K~+PX(BW ze)UA-2Nl_Kosx{TIl(V zBy>8bFZPBmLJ+mcemD`fshnxQNfgoW#XWGc~+Lz)iG56vs zoT%yITKD`W4}BRO8Yjf~a9F=jmrr_iSPn57OQ)rE7rj8Ia73uRy_M4O+E!(DzU8%p)&*ivWO-AKZkkgCm;G zAPX!P7t{S0n}Q}nS2Tq(2)ggMa=Ww=dH2{s?QgxeFVHQ`^{dF<@9o23^9wDfAaptO z%vF{1$dPo^kNC8|pEsJ3ra0^=+7hT8k0A2l0-j(B7s%^zkS?}HRu^g3BxAgk(>C`e z@)`2h9$TOCk0#>x9dS*SwuFxxa!;4XoI(wAFofgE0E(lx{?Oe(e!dubdk`T`<7l^L zCGGKJSFbZ>U2uo=n$W02 zopQbKmjb*2rPf#X#gI5}Q#Y_ZKhStz zSiU~&FWsvlxND!YA^K&}(=RuO&z$=?VoUD>0%7wi^zWY@3o^ce&CJE^=yX)fkxcKv zBue|V2^AEA=T}!2-?gF`%;~9kN=iE-1fvm7fD))~Sun?es<_YL0Zva22CJW4&HkXN zUs@RAqAuDao8^0sDY3TEbkWOJbJ6H{!OZ-f{jLeODEhEe=;cOC*e07BrJ8;Ri`xFy zB~pJ@Jr=#BVLp96_(w$HF+vU~Rb&hFDT~b0{Ui#R$`r>u-Qkps=UBOWZ=wtnjI8#K z(q0Z%*PS&RBN!5jAu(xLe>N$ywLCSHKtR4&&P<;#T$S0{;=IZpew@g_=fN;R7V@&$ zoBD%vXF{{^d|^z)&i+YOATInwCKi4f975$h;C%+clLr&AqYf)UZ**k%n4f8&`=T@A zpsI(bj=IF)#s)5YX3mPqaa6E{YGclhtYpS2sJc{eU30xg{=8<14~Zsn<1{1qNaJJ+ zeed8#* z96zppie9njovJmu{mSS1Jxt>!1A-=swKTYZo*g#OuDamsxj#3{P53qFhMnB_vP3?y z`oPO)jxlTm)C{bOsX6Y?>)bD0_7}tR#TY8nN*W#)6V3I9IGr`6YZ+J`lz0VhfIjwk zhS9R=xsgr_g8~aD#YXiLFuaIhlyQI`Moq<+GE{i*C0k=!iiOsMn;H#O}_y^0lXzCx=pV#cYVzOxT7b^ta zX@f7b<&UnnUpJL+>{pU7>+78Wi;e)G1pWB3t+7;*uxBJwrxz~0QO9l)9p{sQbwnu3 z>II;s6Jfz2PiUY0F=gf=T%Zb407RDwKbTa?KE3k%3C6 zZTKVz2xl-pv7t?E|K)FnNaAYLxUn&}#Plf_1E9tDkbH&Ka%p{ zq*4AO|IZcw*7I+}U-@ry{G-VH?kIs)M$Lqcm1ylYYPY4jJz?9eib%G7|`o-8>Ac6yr^SCG4Z(w zzr-J+ZHLU=qAJ%R97gyb{mnJcq9pELD1`bsF_Dl)F14G;G&R#C;FoCo@fr8?=g${C zXF$CFxo=7OpM1+X0S`ipWcOcTNc5M-wdICg%V$^9HP#UMTX%SSf}^Y4uF?3D{-zuK zbrsPVw+=J`-l_Kcds73cVz%y3X`UGW>F^_vA* zfp};qa-#X<{sss$x44minvqfHEPZIm(#5iaI)4-{=sa{N4*;YL$t^{0b=#6a4AF5R7iTurAG)) z?ZocR#i?R>>&nVs3NE{p8T6Q(2Gr6(53erfo=?h8bl^%o7@Ji2V(s@muHA& zW&7hC@N!m|2)_HPgjR11N8Nmmj?YE*N|B%Es66{{3Yu35S0%7N+51uFHRPj0?SQx9X~zO%dx{K1*-Tp$@g6V6IH<~drf%_KQ=jWB=4Z;yU`YCv z9?D(79>QM9VP#d-!wD^0R+k-ha3mSTD?v6{2$RVo{P_fiYISfG2lofhy2Sm`?0DgD z7w4DbiFNkzKCQ<<$5++iBBfL1K(#w+k+6^uz2nW1I&CJCp>$be<2CszkQGmZPG2*K z{5?UJPfgQ4T$Hzl)J-N0(rGbOhW__1qmdEAa@ZS&tz9ZV&DS+MHwObiE2H323dYo@ zWth8ZzKDd0C$||z!4C${VYHy6#N_^+3nyX^x(}B*!r)AQ!b}{KVqphlyn8`VyKxit zBJW*R+b+=3N1@XCG;CA?hpnf`x@%f>xRBu%ttS{tdj=<{E%bD3Y%%vE=+#2puXbyr zp!y_jGrE48FJ>=NGM&mbrnX7!uv${CkPv>B0l--@3n!?RTsoqu+XGP~^eC#Ujas{t21!2j z%16dUI?DU8r~9HK56F+>q@tqIpUjEoi%G_J{n&iq9*|3j;8K`_FPNE(466}LfiI4+ zblZ2F!R5LFYJd(Xz$5)^0=Tlt8zU|8u{$KaC&2pZQ}#H}vih;;Zd$8Zd-xJ24g1vD{-R#7;AmA!2U&0MIBv1d+ zF;l^Cb;#(XU6H$U7nYu4lu8a}l zWLFFB>8@vpfWcN7Q2Lc^ltD+9{Qlc=jLHE~AAkfy3b}VGR;b8_p}7dO5~BAx{GoBG za<9)4MnBZYiR%@ z$M)9A$u|zFyM%LSTeb$7$8=14m-*l``Q%1R4M$Jxf5vkdT%J{~7f&0C2Y&fdDYjHeI&k>xChw-J}Nv+g16 zIM>}l1^D!&H>eUaKI;atp0!uu>T&Te>kahUpCC<0Abi1(Z=J1sICyO84od>MEjW^! zf;Dz@>QlbO+a7taW7>TE)HtHWOF)qa&p`QBI;sD zRR`;WzKV34ICs{drN~k$A_pe#`B=A6>}d7LW0qG7AA|XO5E0w*&b))evK8{lDK#VY zy@DPwQM54XznNowJSu3V|2TD zadri>v_tvX4=(mw<1^}~3XZ-zsduDm*805hR}1R{#zOFfgy8aVj($ZK z{MzLpokop{S?a~XE`d_+1FZx_!$-l>EtQ~%y2r@kE&h24(L865^{s?=#-mU5Sv2rf zL!vtK=KXuLF9^pRznOcVL>wca_eGgk>T?`9N=d6$GxS%?}ovo}(7(v=)icRAJnzM>OB@ zmISHn9SlrC>Q2Imx35p)1^{Wio{=x{IX<-XQPMfmUTs?wMqE7eM8b~MlBLokGr8I; zx=nO8q-7JTL;|Fuddl^y%YzNexh%LNI>7cCYIa>n`;Sa|XbzcM5=gX)jAlp{xF83F zs%3X4Z+`_i$?@Ug=zS{(dDxT#AB>G(*4Nid#KTTnaeiS6c66-ogFy)i`72-jA?yFj z|AFFPhx})#|GDCSySnbrYY#j>bs~c)rTG?PNECX9IYMDec#Po1PGLD5zrK`pkL1Bq zeQs1Y=~vwl2`LfW?P&wa-QfgL0>Z>|`qM9swK05StsyqDS6t+?;&6Zq8<*YE?2#v8 zj3IrS?<~U6Y5~kzwQ-A_{*X!73d}%s!w9Evoz1ydcxr|FUBzAhlu)X$2THSM&{A2! zEA2~sb^-zg>%gxGg;X7-B(fQ92#q6>CqY<=yv)JNPa`l|!^vAYqvqS{6@0em8=|#@ z3OXKgDU^4ysnMeRP0G*kR~%`_*o4yYtx57`l;1du@{wtFE*`>Omj0C0h8oRO73Ol~ z9@lk5>bvunIU*qXp!J13&s0Jl&6+IF<_oIg!sgh~9EuEjwai~dC1^nfDU1S`NfcC9 z<7~fosjQ@qt|=B7oA|c2x8GY~RZ_=O6}Ew18PklGu75zze8M`d?KS4c)a@Q#dxi`u z8K@1$D-~}4Ml7tVPA>=2r!<@q{_!*Q0|rwN*NV?zy~1tm;m^?rcLWu7Vn0V-V?8%8 z{|)EK(GlGtk@_Htwo93W7&a2eGXf<|O-cP?vavLocj`(x9q{MZ!9EKtEM;X3&jtMI z-moHXW3X7#F$eC~mE~Z-B&&TdlQp-mRl6@W;~JxuHF4>GUX{KMmc7s+W?(6BsmP}c z4G4LP#}3UaI52#K&t;|lf;7W#WJ}YB)s7p@WRJ=YCtd4LXt`K%OU4o&;%1PBUz4n8 z0gsf!3^!#D7G1VMp`9>>*AL+LyQGP$ayJ{NOM6^PmSx4SRoE6{Z+JGjR0+q>FD@)z zgkWYhvyZ6+jhl<_x#8)mj5ZF;EYuG&W<6Z*+lpTWt6#B=)o8uh2g+)~O2V7Uu~;b< z+8`HatUJ`R6n~a693q+h(F7j51?SL3?SrkKM)c6UCIVF^Ra&KH>?#k>h5@I2LnjOU zbgi)qCLv^wYGm8b!N*v{azbp8;} zGp_==9t{bxx)c_A-{^^WOjgdH97y?gUxN-`)8?1U6&-rON7|)|llk9i(X?_=d+Z^S~ zAN`XMH><)Ip@pX3hletxY+M0i<|i0hr%rN<;FCw6-5&k!TVwe3rQI?v`u3CLM4TvP zsPYUT@>xT~4H1H?Kv!j-C8{|?gyhR{4av9JpYhV=&TN>r)g}VJD-RGTxzTj_VX#2t z7EjR(P#CWG$3Xdl=BE)4w(Bu)PPXomURT=irvx~+%%V68ke^_~OU77?RtXUe@_Nrg z^QvT=c>(HLsBahQVs0h_aMl5>qsRc@!$7nvm(@7%L$@U?O}1Hh7o{3bAW6`S#JI~u z-HE3d@x+t6vYNxqQI(8#erU>xfGN1=1Vkn}oh#2~EM_?DnlbJ{P2d{-ylL0^x+V+3q{QnabvnvcCmiVJ^Cne|Z=9I#?Hb8rRkR=B;d%KhPs*8AI2gV)l{7KzRW<2vAE2F=)05kfB!r8y? zLVLw*zVMF+^(1BB>(D*}U)lT#p{tX$aIHL7V$B~8X!hIJ2GZ6}(tY88J?TI8|5qj~~#}dCb;;Bx{srFa(g0)j5mwhI{2%;ef`I5M-5G(c&E`86h z2zC-!4~`{e?C{m`=P&5_!x4@?OAqM&$_%{DjH@}g-@+mlwEFW#we&TB-h`?1POXpEOo_9}Xu0=iS7mObNb(+y;?${|tLgojuqKf3`Ix`z zp=1fDg*M*>t!&AT7u8EB2^my`wL{lw@$>4V;Q4{^X4UeG!bM~;_LFxs$Gyh4aT`;cmeQvuxOGO8 zD^1Z9P4;+?UI~^3W20r`2mvnKU3pE`^sg+}rlGO^AsQuB%mC}{djY{*R zs1^h*To?3GPPGSmnX>C;FRqUj=tIqy69~v)V0}nE5t_UH3c$!V<9*ylRYPFfRcdfs z!M4rtH8UK+Idd;Cn#(sGLt4YouoqT3qY#FCkB7_n42xHw zRbLoombAd6>r$J@MJk znvHjgu+~z=c%-JcrY4%j?4NT~de!u1H&veV*|cm#p=0vc?|Jx}a$TbKFzA{K8TU*( zMP7ucv~W2=pNcspk>p|SKEg{9brL}x&v}%{5jSq&6!y5+x#H%C=fNXeb>sOc!HuO? z8)`Ot$|`+#K)hEn-GfAhpf!XV9(ssWjp?gD#j*^+sdsuUf3u4?Z!M5PAKV#Kg_YAN zc*FKYy}CT|O`b)7>o>p|PK*2DBO2l3XQh|SE4}PTwCcSh7M(x^oMrlN<+2xTL00ry>25rH``W&+?~x zewI$jB@wmnuQO)SETQv>X{gtz&p3sFbwA)HYu2DF8>CI$uQ|0-EbX++>!Wjb6m6j! zh8E@JNN(VxLFI-Mj#pE|RWD=By@T1CY>CNRCCOSB^$~ceCay;&lj-MTEm&9OI*)D%*@uQabCm|pIBn~v>UzsGJeREXJA$DjqDltt@c z6YAG26m>$;(nDZ;`gLNH=fDS?(`d&lQ*yWayjRFOhK|0bV$q+0M*Bhw=6Ig>Q8;$e zMN^j85NOZsAgf3PhfyqU-&w6wL%^gj+X(;^*RwH5qpAN&H^~`4pa<%ui##;tZRra# zk=qM3rWr8UxPB(u;eA0-5j8jWSsqS7f^6t7vdg}wkB;w!^I(ErtYf0Bl zk6|A1Y0g+Vek&92uVJR9$6tS10I_30Q)Qgbp$YrrzbM7ysl-;A$V=8VJF5sGKY2ZF zg#Ga7QG@Og2jlXv=bPYKk$PO#dgz}nWr;bR%e>H6{b++{`FN}G6`N_CiI0>9@Dv_s zJ3WiMv+~8_cq@(gp@VsNQw@AA)%D87Vik^`S3i}bDTaYg_dIckc$byh%B_A83iF9f@{*o#c=Xa_M2>uu-<;WZj}GMiRG>)tg4yU4rW!PZL4v-* zwk6iSsW)qkOVI!clt7fw83<}gZmH2EW-Rkm+dus&KQ&{9HcS~662T-DWi}`G5B^%U_(CTEuwmf(gGOLM9 z_*NLRSk$zXrOVytA zYpMDROL_|^7JuN;W@P_2u%rO~1C|_JFD5c))*wC8F&&ZbX%pj>IW-3^n?@f3nN%J> zaW7=%q4L@-`I@dMPl%dTF~)#Z@cqN>PGQbfiy<-G?URAnjKn3SQdPK1QrPp=h$;0P z)uOqR$hvYfHC^4+v3%%Fx7}dbfEpBteBlqD;-Y^1q=)bbZBW{|Exohf+m?tQD#DBW zOis~-ug2L{ft2N)Vp|P>OMYO`;4sni{7Bi?zy);9kP*kV=l1;%5VxUQ5v|lgTiU8h z&%-xzO7uWP-@=Z;#a?X2Y*=zWNf-76ECPZYKv0bf0c&WzSE^;8S3>`KpW#*|*5Q5! zz~u0V{?)c4qah^NOrD4<{Jch#DXmut;OXZ|GPKdFU;Y9!XLk#z&{`1T{P>*;Rf#ZA zdpJ39&X)bAoWR`{KuI(?+u!~DO{I|IgR{9BpyM;cuQO1(2MW2JcbB>Ap!d=tzLZwX z5{h!>jjr0mA&c1!&aI_v7<+7UH%Cn)+fPa3%uy>Nz{ufWzMYq6)@rMvzDAB({cEOl8fXE zY5H+0if>zh(Gj^`Iz&?E(v!a}xFZ>YLd12am zr%MD9h1y?~WoHc4^~vQHL)u@Thhmuk2JmgoJj}#T*Fzx{Q&&5MUP{(z)Ar|G15!qj zEome}yQ1{9pXXBg8tTUqPo*BI(4H5b(Pe@?^j^?SZfb*3qId@7L$sv-v{WdR(f&(PpCkh=7?4s z1(Uk!7TMb%gJ=7REm}E1&vb)`Uacn^p)KT!wZcD3QTU)f+xFgz~RZVB~GrkLj zGt~6p@>8>NVrCxVT-RJ@$Y2k(>VWZf9H6YrmLoq{qCjPf_s|r@qqr;*9c07dy^OIV zPBl&N7?n=Kws5_n|SKbJrw;8*WX-NX|8AOwN3= zg3EfUwBjqkQE8KA40wxMyT^E!d?}l(OSpt;+`|(T@n5_jPZ%Up8Csl71qk{YRcMDr zuLB4W8gahwmw zTM}L;~s3bm9idVaDWvU16s@nUm@?Y}5MS@H$I)pbHH1<*-rsL7b~JcZcl zP6q|rr8@b{{clL6Puy3) zYLB}>6&BY_cWg6_LLE(xw#w~&rRpF&cwl9u@nZP(=glCT0$BtW^H+tPoA{`4$i@r{ zg?I)M1$d!D`yJNF`WoR)7Y-gT>scpS`m1*FADahldsbVKk4mIQT8}6nUhgKi9K2a+ zBjQBgvA&GmJy@AP#nZCfUF1^+40p&7Jq`k3ku12yEx7CPymjwn3+u{Cw$7QJzCn1*{*)RDC7Xu~cJjIonICM02#b z3QVGKebg}~qSQA5qZDTaMmaKm0%rUhYMJXjem{M%1!=n7d6u4jz{p#}<Vsk57_BjIj5-ax1JQ4%_UP8VqVpCCH|xe9(YNkCw%*Sv3IebUSd>#daS8zIv914 zF>@wfrplT^XDpIl2)=L@ay)Ebr!`QrV3}&#w~}xST?eM?nqr&>B6-0rneRy zpW!PkXW1-o(honqhA95{;|*0U9X;>mI}ix-5eNl}zT6Zhlogba5JYT=>e&)S6pORu zNFYRx@0FFUo|`%{NIaPX--i3~r>{(}RR<^Z`l&PpF=CsJ<#uYWlS^i6$@_mAN~tkA zl&pS-GaJcK^3*Gc%7&dXUfJ{oVmyti8{b@GeV(ocL5${nAlA`vyU3ooBi>o0b_ac_ z)uJ2FESXXKpihd5X8>lrap|!f9Ih|(H6-E)WT3QdJu94({*mNNfp{cV|09&8f47L) zW}dtGuaR&ja;2K2=7b*}ws@wd4K?;$!cpC|TZB2F0#i3yO%jyO2OI@XdQC7nmJW7Q zq0!p2te^I4Y7hEu;ZEXOt_X*0rh7kORV3Q2+13v&Wx3qQ=s>2cuBs!o`@XIGxFSk{ zwXd<%-`4uSx;mE1DKbO%D9%5TxJ7R(;Vl0CujC{6%Lz-~5_bV-@ecmex6l_^W*Dtp z;iUwX`40SzI|PmsiTa|`3|@is=T=}RA;wB>=zjyK3RI%WnZ3R59UL8_USmN0Uj8y0 zl$5lO9-bZcpO^|8`yod9FZn-E{2lu5kpB$zpA^xtsUnO|e=(_gY`8(JO9^2_!$R0m zW9_wfBxuG{=&(?lte2144|SHc35(Q9j~wS@vEh2LBBfsf_+N#GLSL zIa#JECpI-Y>CpM3&jE&d&%8T>D_cw|CsE!Oo5c*Ze4@VuuW&*0v~OwHTNpCI7VScg z&PM0XSzEZadfdeM^ZSq3H`YGv)UI?lCDJo*iJ~<|HJntsdAI4j?q4KhwkP^18DYP4 zx@Qbcz-clui)gdjW&no1~#<;R#K2qaXAd9H11(ve6_;b!aO#gj;`hU@XVGUhvk%wQ&m`^yX)nUU!K19x*Q#Ip1 z;2E;WsTvUIex=&-PBTb168_{b)V@ahmv^?#=Lk=e3&X5+%d00MqsNmtTKk()K+Wl* zkK=dlR#9*H9Qm_N#!Q8aR((=ern@WJ_ii~-zwbC%LFd2mJZ&OM*qf+u2ObVCL+dWm zh1qx(e>6ie(x*3b=_3XH+4N(rg58;McsYnCFlmLieM!UeP=#ZPu_LI{T zq@cOTM^o*!2R(77?vAFE`5SjJT71Y$GXfPP9bL}feC8#J@-NPeOSWv}LE-SK)G;2P&_n&k5&2!K9mD=t|9JV+Re`2vW z{#Ue=AIWx2yGQvVV#O0H4kG+&Dokca)c&8>}~2rTgw%ZGD4p zrpbFBO_sQO)m&3}-8vIJm3?1PY5u4yzAZ^D@_R?cR{!iy$F)s}3`Mv3xNc<*n`EV4 zaACX)zIVTI5i`Q|ODkQa;9Ns(GYbu!_aOI(tti3Xg`ECnX#nBLRdZX|+=+Wp-{n>`aGvQnbe7d(lM;QMPY!7lOJCY@ z+FSqDQiu6(Y~=?ZMRH&QePDS1k2}-7!Ii>SST|7slfjtSRU>)HcQ}%82>NQRh@y|x zL}#I@wVGPMnhBlStIFo$=8v#q)lzF~>*{J)v86qNz1W*Lu~ToffT!Ip>9MKCCO&`w zQFzpVmkFC^Hy#%;)TZmH?t}g8N8ahC=`TjAP`G&9#;#)0;zJj*r+*i)uUhsVY(zsH ze0dIObY-B_pGa8Ohx9+LS?zqD=Ged0CoR8N zSQ$KkV^juRK8-4NEL#a;Va-hpv<)badIu5%?o}_5>1ca!0vB#^2a$Ht_6`mq5u`nW zwjY}(Gq|!@H!DbZXd$iR6>0IdEv*uqB~*}-I!d|bQ<@-Z9zEndjRW~~Eqriz$;RAd zu-yRn9mU;Ny%P*+a)kj1`lv7lUdGcWi|kHCd=W#f2X*8*8}gTorA})?!U4RUDOI_T zRkTlr1G%X(KJ8F1Yjdf7y)SrkRU~>~{jkl$c-7lp_gYe^r$1x6qK=thj-3fg<2aTa zX0^*+iy^n5-r@9c8N2_etaRahgmD$fHHyWH`gBjiV#Q;^3ezx2#~_^CqjX)7tMv68 z?g!j%y57z?y_5d*C0SbLtiS>clKfD&5PCvzYt`#*56V~IvyHl0Q3LpFtJ2fxn8{!t z1Wgp1JQ}^TNGhq0->>p_2_hFNJbo7i9TgE-Yuo|M;Zt4t$MEt0e!bS>F}({Os|&V*L9?M=)*dN|5Oa^4Fx9-9~dKkFOiu`^!U8om186zOlnc zBqlVm{7%p6<Os~5aq`L{4$P8iR*6&*%>1~O(`oHyhb5iBgc|| zCouor?^(oS8Ez&jzcvIiRjU%HUql5;@YyxHwzQZxrpU7P@D#!d5f!6oJGKQpS0wJY z{2WADek6~aj8aZ!uxSj=^gxaz)+y}%S;2PntWmxOf;CCx8wg$}dp@_~R;<@YbS@Wa ziVTcq4`0DaF?&M)Q27P7NR4h_=kW#nCLoVHzF!@!!#uMd+2mPxT(N=JboyBYMR&+7 zF_&#VGzr7;Vn6AHCMBjDj+Au3{vde+Hlwmgahiz34imAzjX|t;BBNjupTLittFi(T zloO*NWe!nlns{n?--0~gIW@OSnJIj};bl+%sfhIBKA_x!C`pzNfeLokB&qbn5g)BA zVo}wmsEEO6ZL=uJ^xD9*_$IzL&tyyNjcoE|(SaourLBPR8TWC&7Lgq88bAChLGt}S z82DQY5N;H(_2!5vwDv^X&2d)B2+XNi-LW;Ylq>E?2eCkk(dCF~@x`6(JWU%(_u$q> z)i63?^+m}{-hBq-!g28!@-gFy%zE-G;jv0z^!012)cf~}Z$n7^x1mrvCMKBbr=J0T zB9i9+zgE)y8|C(wdizK5KQHI|k3;?2Tz?z>NUzRw$(xDT>)nR94$aG$1;KVQgyK?B zDX;jNwL)+)dL{mD-g2s?5_BabIhHMwMH=&;Mb8oZh<9FIe z(4)xb&gS?^H){XXi>xlRm6utUCHGF3Z)RNE1EY3yy~7HTW(Pa8Mv2_k$h=$?AJzNd z=6ditX86R>0&Bi__5tklLrIQWK!-pxc9o&Ifv63!=iZbA-W%_8Fr+DkD#9>qZ=x4K zsxrl6tRHy9-vgmFzJ+)DC`lBhVCU%A;r;b*>!gg7j+Ibk%Urr4%{1CH^DCkB?QbIi3h00av@Irv>WA|vCjc1LkO zMs5s6ml$4$`^@fMg&rrE!1r>$LW#(dxuZm-B-s%?0Cb3dezoVWDcZ8MISFF=!~VK> z(y?IS+v*V3k%u*2n2$Fu_ktI)a5_QTDf)VSD<+nfec zBY+~62_}X2Y5hPuTj&8?Z@$&pIr`WFcn|d`no`g{&B{l=+?2CvxyAQ6cHxQzcP{c0 zYfOv*aibOnckWy-WWh1^$tgp4H&zoirsn&FE>suv|}wu8n^T4dJ@eb zl&;j+7rLzpxAbsM&Ud@|9K3e4d?x%SA2fw+{hiHhQTEV)r`jqF6cFL8KuY`OopuYH|1% z?Zny3TAvNJ9UOtHJWCd(IN`35c+>oiN6nc4|?piaMLhAYe zgU(ax7M8UywUbtwt(C%_;gcdOJV)!g`zgZ09Sbl}Dm#0Gh>n^oSswZp05kW#DAh~- zZEHD7sdu31WWC)?--~xYfwFhE-jWVl0e#$MEpowK(ZgjAg;Kq0iKs?DcmtpvdNg0W z*K6ySQZvydIm*alr|M9&4ER8~y^{SedW2I+CmKCHBoCnYA|B=nCk3O{e_K_KF&5?NJ0YleeUN>RgeK4?I!0xJYR_KdV(&&%LGk!@SV&B;~Tv84^IbIP^E>z+^yTuT$ZL z6+dh2Z}XHnck7s7uV`ex{)i=x-JDF97l1}61p^k@IpxA&<7F#U=*ydzvMuP>CJ^L( zoD5?B!fR=!LXoNYn@`%iPlQtI{YhH5AFI19I=f52)F#s6?_MA_>fuG$^HMjGh7jwW zOKz`pR9Ehz73A(TOSta~vfzaAta%ErpB4&lqySz|zI8}^=J^{ny9t?O#v-~hqz0$@ z>QCnL(Y0?~Z_CGj9Gri~04ix>x3>qnPF^VJ497@vWtjF>hi>TdXE1|1sdDT($S%x&` zT@zaBI-f;~6+_>|fy3jU5A`n+t8csRKF$4S-gqx2Sq1#nO{8u0At}>e4>6mX|2%|Pv!nY32P^(z>gqq#^!oybZuI^pwDZ%CuESjjCMzBZ0w*lY3H8bxf-1|zzdyr19M92@rR-wD z`2D@v{Srd|60Lvb|CVt5=Ys!jkAJ)1p&@$k{!>c4Pu*&Z=gPkeGA=@)3n1YUGiAgV z4&k50vsO1Y9{gd+LW;Zdu3dsqN{5}t+`d<^#!^ThVdP5Q>M!(YSr)q97ulEu-Eu-| ztUD?g@IsC?QBhF|gZ%UfC924~?CnT{!C)}6H_881)OW|T`F>#=EmgZ}ud0@|R_slO zqP2?Jd+%L)RjC+7mD;04Y3)(5#STK$9w9a*2x3Ky_v!cjy`MM#C44fT=f2NJ zIi`Y)I2>-?e=$@&Q{)Gd_5UTiu+$G9h)BORHa5PfuHlbw!L%a-F>R+H4Qw^BsR>Dz zl-KC;soNDit+=C?Z?-n&GNiTK*g%`_I^5TPL3q((J5^7!)s-she;c z*$F7f?*DS@G4#A=H>I+l9|T*-d3g)wC1pr$EXLAX%g+(8Lh z(wl6n1HAdJ)DEP#-4j>$&sLL8=a!29S61IP_wR45Cvz?VZRYorRZBXDR}c0N;XUlqoY_HPznuHL{qTKO#IzN{`%kh!BV?3UyAVZ z!UC|vk|Tp~csIn&70Dwc^sg2>EXZO}VN zh?Bc}@sA%Lfs0~iw4k1>-i%ms`j`xHM#;@+t zbky?m!wXtlb8eC|fILvGCt!5w0&&iwji*;~{5VO#fO;I)6uN72_^_G{oEFpj?TCh0 zr>ph1%5^5WdU|@O2oYX6f}Dvn3`74yz0%qu z8;T9arKp%c-`YMw0te)|mu_rqo;g$37+mO=#du;M8ULhUbvNDAo9yAkhZj2ziZ;Vp z;ud%UNl4Xz6VClm*TyUJ{kU=T!ZOjy0uSzSO(Pq4g#}C@a` zNcsI+j1Bg^xVRYJhu#}RAU0aD2yOv^3X`fTpz;~`|DCz|GJ~(#)94@HzP+z7X}A-s z^qZTVup87YKUV|aCwZf7@Y*h4n!r#$HHMzc`D4xQBZ!sNtagEZ)KB)#+WSg{v^%%s z)koea^O_H=CMhD={pUMZdgDzZ`={SIqGD%BGRcG+Jv;WMByTY-&9FZ=jb4N|w$my+ za=$bKG4-r_1Dl)~WJ$oSl2}w!6!n$QU<|P0?~ZJGH_1dv!fPKrd9reX^jNGS5~YY- zXz|B(l5)P|Yh{l1QV+vKJbiBon%N!fTRos*WK;5E>>Qb2(Dnyx0-U3aUkFLq)Rl59Z%E>%%p)dHl*n%JoB z2iZ4^g2@d>LBz1%)of+rzh`Ord0$V&SsPhFJ~C+EG3PSIxY71ZtS--w!S$$#iMMR9WgrmC{1yM~lrFOzdpuhiHLBVs` zNv?g~v&Z~wJ@wP(Dppop3Ksmmy(WRU^>o7;Yx?yTxGZJQUZvm$;n>COgd6L#1Q$9# z9pbA-g`;>@ctI&+XLU`^En)ln3M)Tj@7fqq4dh*k8GaRu^2a_K_Q2V97Mh0P*5wX* z=t$?^>q4)unK&H?C(A?6$xu%`+DZlo@FWdpdQXX#eud{-T-rHR;l1T%GNddq%&yz9 zz56|p>^D8w3~6&LeS@{K-DVBto!CdObZqxhApD?e}|E|k7iAD83l&IV!`h~f~7oo)7YX&|aZ z?()#w+F?W$F9Zs8n^vr|x2!saofwlaE+`~$^=UFF9#C*jUg0s+txJ2sNxw#X%H6=Z zzJ!t%l2NJhieSYn_9T7^b~+>*1qp6lDEyVazJ7yNhmn!d#R?;I3E2CxYw^qZBlsxM zVeyOAI1jAjFCLLE;h3vtkIQpxcxqX@+@~^{>r8)7BpFGic=&QSsuELwygVvl_j-DS zQ}*&`oLaWEo-)FvQ9eIf}i0^@V`x_<62O4Gwzjt9 zhY5d-!Q%FDA;9*wG-7D++Xce%MRg@iQ|>?sSYCm9O`CIz_#7X^cddK{^(?X2e<9np zpT^tU`)6gP!iR5v3*<0id(0TOg;U7<;Hui4t#ZEmI~=bOWSb(we33hbbkxIdF3FH- zZJn%>H8UAv#pXRxbbZ1K!#yg*J6XM(Y78Kuzv!a{QK556gWh+I#!;n#uI3W)nc@mN zR8_NymwVUy__+rJPek@MRdlTf2yR^@tDv52dGjr}OJ>eyQm}}9CPzTucfKIeU3{Zr zr+0J9Y3pbhv9i~K`B7P!=5G(}{&1805lTnh#|IwKo$ZwM_U+rxIXUW9h=WE`o3o#L zTm_?3Lh@|4ZCDw&br5!M=fpa`3BHZCYE(V6Us(cqY%UtTJ=TKgm)oxN#L8Wrtu9;~ zjxi}nL{i)9kE;`fYVkjaK*=Xgc@em1Wr(PM`t&{Hqb|sl!xKg`dq%5_V{t5Xru5WI zRn=wJ-@a$US(XbkGWR2%a znQ%?gU!yxzB+>AQzct69QO~(nR#upVt#2se2DAc}KQd+jtu3CVi)vsA(G&m6gs zW!s&JCB@}g&Ia_yqbNv2bL;>s{4sBmrK9`pu)2?y$9|A<j0iwDJ`pX_BcBZYNKEliE3??%M0F<24WxeF8{8duA$*fdwXA>GO%kM zfyZ^Z8!{~`>-F>JL_pCn5C!X;#*3-AE2!+dqR7-UK;JJnySko7Q!sb2dbD;@O3rum zCvzJ?T$w2;DIf6gd;#vbukW$dS6$tCoVvm&66NT5kJf)#E}4=jUi8tf z`k_{m_Y|@&V6rjiKv&Z`j_<}pPSI(p$b&!wkiGZ&;@L7IhU0f_hkeI8j<2F8_z%ZM z?Ecusi=u+kPoD>a+pjV{D%@dw-joILX|HfwztwvLxdL_cUb2Gr*q5An>Ln~cTvF@0NYl!?8)pku2SU~SD)U9 z@qF~WKqyz+X?$k(cN%*_ne<~ctCZA`z@;qlmp>a|b#`E9q`66|!GB48AXLQcX5dz(MR4j>) z$4{^52$T1%vVds2*WESzuG9gYqXt&d9J++-AOiWBxG^ zKGC3w;^yY8-grh)-|Y#_={lcdeTkA8sXZ~0jS@?u(OL~xa+Zu`jnt2Sr($*2;4>Do zWfronBZ$fJUr7(0o^k~Su1alwcq$Cl;6G&0iYk#jRe|P zjc)BS92^|v1a1Fny*xpJf44^vliuOv)OvK+8h^42KwD7Andj}>x97SY0q_JQb~eY` zlK?u5zq-T&$27B)=RH;lSE;3QC~nxpPiAd)^}rK|+$&hzOlzPhJYC3PXQqaNQz1vM zOg}jzL-qCRL936F@Ex$nd;lV`eHi_9yb;v0x~QggO$i;op&yp6GWBCAAxsn3B6_AP z5EU`kW6~7ltPr_i^XL$&oa;eU((-<3JfzW)SnX%wgH`X!1B>3GA*2yRv>r`ecTQ-| zH}DM+&YiBw3UCHW(GQ20+Tw(|vTrt?YdEaLP2<35w&LR-zMApwribDZB%Vzg+pOEa z%zxjQ#&cQ)$nA6$HCanKp(Wlld(tAP-MjPC)yjqP&YPPP3ES)FTTCl21$6}Y=1>bP zvC8``=L95b{?J}Xht6%?KDwG0{G}n8S%0X!>7rBaj8ns70Z85w=*3oage9r%V-Rlt zODxfsr>Z~*3FUa;U`pa9J$pjA{Hbij#x&<8Hmx^=VP~YD)+QsQKE2<O7Px8 zmd>8e{QxgsTN?2NntY-w{+|o8=hC}ECy5Xm0CK@#oZ;$5M$C40cCHJ}Uy&Zr+~sa? zLzqSKt%e0ZlZF?uZYD|vT*h6U+_HpA_t_GceA$DShaql2VlmU`#jRVSX@_bJRAEA$ zoHyG5j0B{JjdZu8Do?W_dh+dgkauPHXVwW=e_ARE(>RoJ91bx=k+& z!%#r}dP1eUB3rqh z|5Oaeda;P~2j$&nxV|vnGv0L;Lgr(n#n1W{yFDt~qjW{PCPwfUdpI1wzGQYqfdQ|HW66z0W4v%OsVAX#sH^c*QeX^khQXAD2KY` zmb!g~sO8^^`Ox*T`U^Nl4O=$68LI>-Uty9r&klw_zow-7o&>?Iz@q=2$S ztK^e}uNbyB6bI_^C1?=2L%8ui5h>y4J_jX3ZkZj@FYUoxvAL68(5uxC#Chah3$AY! z3|GZ68u41o7udcx88qLU0tkIf*k;g`!JF?lbE{y&lexjDPz4M8nhR{Lt)_#UprKM&WbEq z7&&aolIkOOgDF8i>LYni>v9k6g^F39Kh3F%d3J!t4Y7532@}+OUjC3v+B7A)0@67j zBYkgQJw%o8sxv{*^rM5PDRkN?k$E6?;tlk1;!LLk)ybdADP#@{NIkNM>!WKfj*6QN zTsm9#s@~0-GP3y0aHUqnt7SfQcm9>H?`~(e2{QDx8}))axho=1zwqaAue@FwU2j}; z4SS1kW3G*r?5I2=25d|yWr*CUd-s=KT`G`ev!yM7WkV!<)3cJPVH(Wg$zrq0FGtCF zaJVy>iY$Aq(ex4StpZwZJT+`C7s#ov#vX?s_UQ|eZCJW9lf7yRGc=zTZasb%RL9QN z;#+%%n}?A5af|$|2@hlSU6rI1l<9|MB2tj`IEYlUD?2A%wubs-DsUI>KZRw8Rhp@_ zBmc+D{bPqVs=_Z_z+Qhy$=UH&@+_2e3DHT8b%pjf5<3a`-PR$#X#K&#!GO!-X)iYL zhyuR+Qk*wGTfZtLId|snxMkn!3vCdpJSm` z;^d6ecMk17=ca4Mo&I5YqD)m~J#hF#EP)CBxeMF)G@WlbO<(bk-j?AWfH@<>D&8W zX6B{^jOi3kR9t`3qvUD7vXSQUr*JTx>#5{bD10z?l8Fa-Tg&O0OxFstbqKe#m`)={ zebqi>XD~%NJ{nW_&~!ZQp7Xax5mN64Wd+t8&@cWzjpHtTzOaolSbrJFu!}WwgYMd2 zunhGos@r4Zter(}tLC2RhWR4c1aoM+G-cvBuW;s->e0(kPNx3+i3Hiz=D@md=`y)C1WmDsNlit7gH z^mm}a5><$~SGp?%(TN;S&2vclLvv53&*%`Vtr1=is8osg3s?VJAfG~S0X|9%6?lBCp!{mtRh1x{E2{oDf!=wfP3zD z#|2qomPwTKCNuVl%jE@?mA*1lUZnDjVr;Jqy{8k#{Vr4y?Y8_MIao`)`5x|h<+P1B zygO{J?1l;gE8}Nr>3wx2 zK>1$Y(I4`Q!ae8qT)E^hU0!bs@S6W;SMR};d9Oi~(JsCHH14#$l-uf*!hGjippq$w z*dY7qlAU=~b0!~&e_{3$CfkFRm+Bb-PxgQYAJ>};{OuUtPjODWvnEm9J=d2H8#O}O z4L8Ei$pr92_ZD{rY2h{1NFt5?Cg$vNAF<3K>xIH|eB19hRwv zHa~7|)(K=i%_k4<5^rzJTx?LF z7Obp2)HX;B)>A-dHx5zZ=?Te@P=(jWCR+PP#*(p{*QAT=&h?V^Ggr?(?K9Q|=-%SP zhzQCLsI0e)V2kA=$PqUi$R=Fvc~|@6zmaMjN-|XCGBwZ5D=9 zQ8(JpcQk~v-aAgOJA>IuN_XonEery?c`~kXYHFzX_FzMm{X&{S;8n5=5rpS0P6kt@ zjPQ(Je~P|WEaSK5&T~6slz94?Y^^a`uWsGv>iG23aM~JjqMvCGUJ^h0qNW<-R=k`7 z#SVQi&SD4oXjx~#`sfWi)P#oY)Wp7iHMn}u=PfI{=v%%z|H4ChsmZbr4<7qD@4Nat zGx+`sd5OxUlGdXOm}_ita`@zFlN|4FgKoWP-?M2aMYFab@sj+opptM4fPT@=^mGHb z8bDmQ>&X7)Y)nn4#&uSNLC{q7`s$K8xQ(2FzXNlM?PK-${Pk<^+Ca*{(9jJ>=;G0@ zlDw4<imGYrbl+&qf@HNWpNG*9hLdLB%`*H zbazbINpz7KbNIOw;z+!EJ0E*wEJWDBYW8dwuO~O^A=XXzqDR7Yb@c;gznkJ-z~}Q~ zFZmzC?w=eflLxho>YJhjrWCv$*QWNGwD;1#(6YSIvHipKuf4dvi3FB0qzeEOY8q~o z@ar?Cz=(Sh8w~2*-?YTKwl^&-|JEDWF!97Q3ihEK+R6R>+rLfa&Yu@-3a~u1{^%4d zVKr-2pr87g{+=_qdiPP98*MF>f4^C3$KXp>Sv$F#Q!)(YE}h$TBX%!CX}}NU67of` z3p(3Kz$p5$>{nB~d3|VCyv?XFLbxZ84Yc}7?esUeqi_K`#emu=mf6Y5ZS(=UPZ1Oy zJq#L5FkEIZe$rsgqR=|q?dd?>2QpLIep1a+>ecX35jiUq^^Vt)?e$1DvC@63`^nrC z9?EAKdx6ArLJ!zrPWjfSPuG2=zNSh(W+3*IOx0l(?<5<2gQEDzVM-SEC@`HGV$nBy zsbxKOltSQnb4vKSSJH5PH#&}_6zQ%_@pk;F!U5{R1;?3nd;V+4Zla~l9d`nv{YxAn-aF#0Vjbu=Ba?V>-Uy) ze+B(!^=)mv*oU^wnRjvv7L{eYf7MX~A0N19^bU#8UB6#tmfg}J(IUE~BkgZhwLK7{ zTnK(whg(Jt790;7Hr~>IX`)4sni5HbYr3=RCSMYBQG zdXhu+Bz>ne1}}^S4{sv*bSiN@L=Ntg4$Hleg?{%hnqh`;n=qYQmtIq-H~SU-X!KzVK5G zJEjv3O8@sVA?A}%Ohz+sk{LF*vwO7THlA6?0wg)W9t12!kW%3<(*#WV4q%*GIyySA z(6V2#Kh%;CI~xGNA_GA0Znqe~F9K?W70`l~-vqK#J#C_|-#4zMI1CU3TG~LTf9U$g z2GB4rA*rzcLD&(Gp8$eiLyksx%#PW^fiRb{PUJ9N{EteNTAne<| z-kULHM*S;6LQ4e_*cQ`w#tN`(yXv!NSGALBK6qN2m3sd>k5B{8zdhd5;rT>3L)k)o zsI9NqQTC8I*sQHt)@@0BzWK|`7b@NbmxS4`tz+1_C|8m3YBM!9q)7X=7hNk4l@{F7 zHrAIYZ#;5!wSx0q7o4o6%wHK@v1 z#@CUO`phrv$*3f!jgMrs3(I$JKe1-!&!6Fqzc!bg9Zr6f@>)2lN=B{Io>*>YQ z9vK#S539u9K4VK81Q+)=KwLuaG4AwnmZ zfKE_4ISkJ^ptLI#{kSQ<`9Fl4Y38Abs5`cDeP6GJ+qqOY8a}er+by{NN0x`i5sCSS z(;7Xkz_0F|FfcO0VtMma7u!RVj@WB<Gq4YjucTzx4!uAxl)GMK9+IazuI!;?a3w9ap z=k!0`%DyaO{&l25;J+7v{^Dtpn4 zXGL5w3F(f{ExwqU{Ct=8K7MMCw^XpA#$WuvI180H_z@s0br;`9=5Aj$; z&>NU`Vn-Ci`|C9Jf_EVR1%7^vhUG~6%m8ZIADLeRz?>*5bmuIIWVRZE|B*az_ELwayg`H z1kHpvE)Rn~od{QWRX!*st{4$u8r|e)NNbOCQ>w|mCBeX;4RQ?;_FC&paLiTZHVw)M zwuvdu?R}>gn$cMwvfm0$d(0~u^d~mQn{7rw{O#9rTRXE;<4>O)AFH8^l&`TWDT^L= zyCFjMs43kHv2UbZ(YwD#MC`=$?w~+PZx+Az*i+u)sTaB|LB*LhG0S;nJeFQM1Qt%| zWA5Kpf~fOaA$#PzoXQu|qvd}R`>J0}*WhDFVYtKRKlEBlYC08@;gtwWvwPWHgxcS- z#N%B&&&_%@9HM?bswj~7%fr=sb4H11^o8Tk7%qGly2)CNy#3j1&yuAF(2>{iG`d5I z(qxt;v+t)VBVR*%cMB3a5IBwMb!^Epv!XklDQgUXnWD04BAy^Sw!-bw^8+#F!LZz? z#-00`M24Hk!^`~spw9Eqlhw4_gOF21-X|@^%hXsp-Y>}qy+u9r^z^NO@uh+{s!v$~ zzf*T9sFdiuQ2n>6)%e;Xq;O=?RB@rVT!5s#Jc5FKI%)qh9dr${Hn-Jm72;jCIe2e_49@3D7Zn zC5vkPRG7F0QlfC-%d-`3c#qH9Nfx%TzM=*c3bFBm)ORjm_a!if{oDI*mHV`oYF+Tv zk5ge@(%%cc1wqfR3derBrVHAet+7Qv)ZFO8S{t&kb&%a;M?WjE_=g2GbjPm@vQ_T< zl+gtQ+3%9V^76T4bUdC1y^L5umSrDpmh?cWdwB`3_9d(qXS)+wZjJr;r<#JrA2jU- zy8n@R;fiDh5dJiV_jQ|w4VQ|yiUvzK$Y0#6 zuNOB=e5s=kJUPCR8R{JXOkbO6bl2USo+fR{Fb4D%h+7IR`@r^w_B9tgDVQB zvEd{Ma>t3XA;t@4#UkiODoIn_d|h6HOS&4#`!#t=ZDD_~7R!cIDkSf3C$ z<3*hD#qN%CcJKBMah&(UD;^0<%KpOd(9idhAISKj?-o@6U4b<}%a38BecnZDWPKMB zf585_Y=0CJ=(8G|@DLHVGyT_6qG~;I)85r7LHQ!{^g#9wsh-BW-l&m7aoA8 zy$^akyf2+BCHE}hUnB!;9H=Wq!{}YOH$|7b$a1WRk{4WqH@!GQnj$z_O^gyVFOTET z#hK1m>Vp@t45f4Zb4_(dh8P(~GiylsX5l94{=2?_L{8BA&h8GUC-!=t`Ltwy0!Vv> zk)bHGbQQ+7vQ?@>x2k-lZCYesgH_Ech%m4>{}6SqD;*r;^@o>`ZO7Eo^Bv3A;f~w( z*L;x~zj#58{Q;VDO+eaEn+fu)Vr2hD1v_FN2gK|(K+ceKpAUm7E=SS*tf-Lhs547a z2ZSG&>B`+BS|aeIs;dzof?kA$m%wJ1vt<1R0eun>fp5J(Mo-sSb(6Ta9w-CeHnlW< zz><>!s2yS~fDXKOYf<>=URQ9SEmsGlyls=u-a75KT`P$LfvWwj_^N%U60|DJmT{wi z6FXF}2g^HTcEco(CQR=rD%WBvg9CSZ_dJ|_KI{Re5&WI5;=IIS0rsT_A}}^4lBpQ3 z;L(2Um)-{LJ3Cm-CD!XmvpaxWTzwhm$?Yr44pY{%A+xC!D)M;FMfHYu<~cTRIXRk8 zn@=ea%L5S;>|wX@4mx-Hq?wNZvbeblCnIQFn9uXiqqAO(LsM~oYT2_WIG5XPVmQ4> z+J^{xifkjC?o=+k#O_txm2hwt3k9MhY}*eb9jEm}jSxIGD&r}$2qYv36**E_$>7n9U8-7za=R+1gpKMEA9AE-$murNV5sB=wXKN{1 zbNL!)=jbYbsb|d#dnb5tKoSI!VVSM1EvD$sC^EW!I9xaDvv~`2&jfmP!MT3DAt2_7 zH=PlvNcn78Ec`bM+4z7@DFDGOSNmul4ebth2n`sKKV>@<0sD-YXlhdZvo8Jo`Llay z9-oIXs4(uWwS)g#Rz=5)p{EN3az}q&khkXUKlcU{yuBD`vJX_&Jbs zGmF|&c(ffeM3Pbi&bFFRydN-oQYQ3L(p~Y`#Z0LE0*^Dh65x|f@d!nmd{PLzOLnDX zj|j>Rm%G*~EpwszljHmC$sh>$05E4*1}(QTNd8(ufgdMI?x(2oTkQEnq9szB%@s6@ zbtEM17V`{Nr?|I}eqFDasVB+$J4#^XbbcR0bm8}T2@)vw)uV{(JGGzb6H7}H7f|+- z{hNMt7{YX`_X|NuT55n;xgH6{=(>itkaUh3+iq z-le09v@>G2mq$;L4MSupL-X4XMO;oPTzswZK8MUU%r_ddA=)fE@>Z~zJ^O{Sq;b$5 ze{oJIolR(P^tth5s^I14Q)pKM1G6}J0RD$w&u^4roSx4P1**r^Z%*j`?pMh(@-AFkl>XSA5@GTpSG; z>Gqn@mG0q?!UMw(c~ow0|4`-0E|OWykp`Fs19%9Y@cCXJEYGx+_e~dP*brZ^T8)oMUD116P8~WXcirpqGp1nJu^AZ zA5zu-3ubjg58}-(w&xsDd*jZyPW`m zdi;DMeXtLtR@yGr^zgxhH)duD@O7D;Lti#hc&*IPZ(AlFFVx-nXbb^4N63P?7Jqcj zZU$Zf@YFsM5`wLJ`^t9IA3rZCF5crrGv629WWyw7X{bHmgbP zlUcZ2!=D66lvXSA{XaA6Gr;7ReKBs+m$Q&ko5Q-^-rj@p{Hs(v2AUssdG1?wvk|cM z0ne^oWapl>%iz(dV{{GIYc(VKW#K|*T>`0REDb`o137{GzpkCt>#i~7)Je7*{d*&SG1ZNOYrX8k6VWDGG=LQ}F79?# zR@Pj;-qZq3!|5ptAf(&d+v915wzHg9?kuRt=@vO<+}Q3e`ccfOy9i#D`o9)96*aX} z9y!1Z1z1Z`zI-{XcaQlTzIZh^F)^_l%mkb$VNeTvnPWJ8a=0vIc24*^RzoTV)JfYP z4?N}#58RQQ0UVsK?cqQ`=AJG5i?)wP" style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*." style "thunar-handle" + +# Caja +widget_class "*CajaSidePane*" style "dark-sidebar" + + + +####### TERMINAL ################ + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#3f3f3f" + + TerminalScreen::background-darkness = 0.9 +} + +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-down-insens.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-down-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..dcba37c9cdef847baaf8fd9dee8ddf6af2f38846 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprU9`7sn8e z=;V${vCF3z*bRLR{Uwv89r@G0u7PU`kcvDv;h5BB-DmMRQq0adIuq_qKfpMp`)Qx0 z+-LQwq%-qp1bglY5O(^Re2#hRoi5SlnVc+zmkg^Hrz+$y^y0b0Z0>FVdQ I&MBb@0G~rhQ2+n{ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-down-prelight.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-down-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..51ef506d94b787420d9dd1de4cebaa8dc63d655f GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprS}m7sn8e znaMjoys6PxVe7=uKm|d0O(^hI#kP9^P*?S8^?Xc82m!JNpzopr0NXuD@Bjb+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-down-small-insens.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-down-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..1dbda3d75553b80dd9234371d7ce47ef51bc0f00 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;VY0Y)SKuRXIj%d}nz6K+lV9GyDVDcz6n{4CRxp6ejf;dN*jDO_n>hCNrTa%lAQt srPOEhXB8UilPV`FU9?U*s*uCrmLO{JcH!jNKvNk!UHx3vIVCg!0F+Zd>i_@% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-down-small-prelight.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-down-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..9de0a08814dfdbd7ee60e6805c97ff8c7a0b184a GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdvp{7sn8e z=;VY0Y<>2&4_O86pVhsQoKd*w?T_V)*&L$Y|2Y0wHeuoap5xPH>Z|Vj`EmGh_CI6C xvp3Hd{(13n|M7nL$1X-cdQNo8x*t_wVkr5d5E#MH^&4n1gQu&X%Q~loCID{MO2hyF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-down-small.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-down-small.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f06c41659773537f768494b82d0e56aa5ccc5d GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynTA)5S4_ zV`gu!BHtkg5!UBdzv-yNFuDdb98{cD&@?aM{f0kFCb78gWRg3mxPmE^_vEtQh5}8G zPtNp|`?EXatnM+3--(8P+poniaxoO$^0b<9^M`Ct!?ofpMwSQfj5hDx?SH3M^Cd^j zuYK{Y0!54pCr@v>Cqtx7*v$vCGiamMx1zdv?}$9LEU3hda% Q0dyRLr>mdKI;Vst04!2vy#N3J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-down.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-down.png new file mode 100644 index 0000000000000000000000000000000000000000..16604bd24a4ba86f2ccb47be4e48a6501c737298 GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=&)5S4_ zV`gmMLasvr5^m?~56kHMVA$7kG~<)4i=$5R1_hsuT?e<`eL3Uc1MdiyTBi5|8Aj4= z$OKP`3ly4TtlSl^x7 wStoPcpW)}~}U&Kt-{hE{-7_ z(a8x6%>mnHv>Kj2a3*o(xro5N#BnB>7U1O z@uYyFbg}NUav!BB(pn<5I?v*BB&W~}U&Kt(a0E{-7_ z(a8x6&8u^si^o;4rNuqjx8d`l|J-jKo~a(>c5ghxH-V}1v$+1BofG)NiW2n$N|a`t zJWvq%?a@~5{rW0SJHuP`&>jX) LS3j3^P6h*rdD+Fui3O>8`9aczaSY*@ z>DygTe~DWM4fOPq6L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-right-insens.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-right-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..9cf5f5537e200741221287dbafaa6290a228de6f GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&;*E{-7_ z(a9Z^Vw(-7^fEFf-A?{@{7ui(wxZ-y$^VYd=@MxyTKqVERXu=Whz)wnPm3r1L>I|yx^4d1}KKp>?GkCiCxvX~}U&Kt*AmE{-7_ z(aAeLy!mrzbqsahu@E8i>D@R5^n7J?lhxQ zVdm*g4$qG6;jY)8W2w$1l*^>K;~;n7r$>iA-F_o5mtmofo`%DuAVZ)H44$rjF6*2U FngIH;Nl5?z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-right.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-right.png new file mode 100644 index 0000000000000000000000000000000000000000..9f13d5223339022257caa4ba0500a62772dc2586 GIT binary patch literal 304 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9O^r+34@^kXnzbf2+OcUxR=FXsV-cfHBe%i@g+P{79UMb)tzdU7o*w>W%e)4 zuXr!6vYp|b%5vtC8Iw&I{Fp^tH;POYI^e5m8XTM9lA^5?KIyTFr`##a?Lre}4(wd_ ry3_F4*ZT0690%s5WUT%B<+AgTe~DWM4fItgjh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-up-insens.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-up-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd78cc1107853897ca9b1ce1d5cb13b94174cfb GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Q>3W{a0I_FgpN;h3NxP^|c@{>)mB!W9lWHjG{ zn{7%L>!sg977|I*j{NCg*RY~rlQAp)oWN(LZL*13KEY>%8T=Q?o7;rVnGUpt!PC{x JWt~$(698|ENR9vi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-up-prelight.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-up-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c2fb35746d02179bde19c1a1b82728495c03f7 GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprS}m7sn8e z=;Q>3X6{Sk-{PhuIy8J{64#6QQUCB-YT=3luJ5>y>;KtlAlTu5_W>){oW#8w{vO)T zo#}9PqeIpGTD~@J?}jL?1+Tmt-aO?IkBiB0pHa2&Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdxQi7sn8e z=;Q>3W|xaI=1zRX!!hB2V6n-w{4<>aels|d&rF)JeB(1i{^V;W292(ZZYSBfN-|{L tozZU?o3L=k^Nn!=PdC0Z^q1Jc$e=DLYF}`-80ZiN22WQ%mvv4FO#lLBK+ymI literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-up-small-prelight.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-up-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..b73866affed02e7976d936fce079bd68d4dc3e82 GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprSxe7sn8e z=;Q>3X6Hr6%jOBBJ2d>2Io>b#zxvM+L%$UV>W@A4?z6YetNZitqv`*d2b|Pz_0?Nt z9XL?n^Zmzh;n;+QkI(y8I9`!2w*S|{D9ym|)m_2&`@QoAfQB=8y85}Sb4q9e0Mh14 A1poj5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-up-small.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/arrow-up-small.png new file mode 100644 index 0000000000000000000000000000000000000000..f5431a615f4a7522890f4bec20551eb29519f047 GIT binary patch literal 278 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynTI)5S4_ zV`guUF5e*s5w`UEn>b&vH9nTA2oR8Yz)^SEw?DwSKzr6y7108Q9c*1K!37Pco-I7p zpM2%X=_kfDfuUC~NEGMYE{hg9y7~6f$-CD5Rw`m#cI{SnPvHmQm8&vmJzKFVIdm?A z^7A_@b-XLxHJ93M5SduX@sLfYA#z%3`}xUV%2w_Ac<(;rC!2bP>?3P`Ocz&KspBg5-u&wghk1yr=v)5S4_ zV`gaoMz6yO60Ya}b}SKS$>YmA*XOj|sq~{^iRu0R+0DBzOmK3VF5nncQYt8@KL1$w z36VOXekw2TWVUok@BOJj4={MT`njxgN@xNA DQ+<2P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/button-active.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..ef088723c8402351a16d834a2c1430349238547f GIT binary patch literal 266 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>!2Ka=y z0%=W6O$``OS62rzfg;*qpr@w?ObE)5S4FB0M>vYacgrG>gQIXM36(h52~yJb$n!Tw0>yzT$ya!DG(6oMA2+vgQd1 fU)tIqq%ksVU}ol+dEQMCXaa+$tDnm{r-UW|>$gps literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/button-hover.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..a7d3dcde6b2164954c9d282c700cd19963069b29 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0%=W6O$`kVZEbBG9UUME1U5D{5Qe|Me?UOM54l~7K{k~H`2{n`E9~06XYYfbM=jUR z1PYpZx;TbNgeNC-&ERC#W#Y*R-JO`QlbQK=mPLLzGxPI2mKg?zDpn{S>=N-}gcyqV(DCY(S=}2l#}z z0%=1-LjxGl*VhMf&CJZq&CMZVwzjr*c6N_KJq`hta+L)61vAJi?ApC&?}GgTe~DWM4fH>OI< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/button.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/button.png new file mode 100644 index 0000000000000000000000000000000000000000..2d6977f4178698543c058a735c63f2e69b36b8f7 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0%=W6O$`kVZEbBG9UUME1m@=E5Qej}vx|#M-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^zfKP}k zkZu!pXco3>6L4x3aMaP#0RmGEJyR_`3pF6pw^Gx$QPFo&G0c#%%95}u6S1oRA%_|v zhdLpL1|g?LkVYr93g^o}vm{D_{DK)YG;3;mFhO{#4l7Viw5N+>h(vg9e2ikY0e`}WU#QW}`mvF%1usi3U#ETw=Y;y-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkZu)pY7=y91tI|;asnc4ZEYPbZC!0`6AfKc4P6U$JzG_MTQz-06+=f=Lnjr(G)b#$ zaqD7H+hS3>Qc=5d5&H@e`x;?~dLbZkY!Gy86m)D7bZiEh>GZUjc^%Li_L3mKUM*UHMYz5P+0LuJ3431 ztekO_4Jc#i>Eal|5uKdSz_`pZz2QL%19SM>ScM&Cjg8OsBxDxYHCv0h#K#^uu!%k8 dWhV0uZH92C01ocDi{?Ph44$rjF6*2UngABVNAUmv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..e9f7c0f3c957c1619af4ab4c7533f83c05ca2996 GIT binary patch literal 256 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4vytH(~cZ1D}Ed}{S2G-B-i5{Lm<9%Ia*%3WtyBn=vFX# uXL?>@vSFMh!((`CWzvqRSHl1NPh;JstlX3_lm7$IAq<|belF{r5}E*-kz3>d literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-button-active-rtl.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-button-active-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..33d83762096db16216fa311004b4e5bb0a633477 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!3JV=Zu02?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4Vximm6~?dv|lm2fCw z&HKc(rBjSvE!_HTkvDsLJk$Nl0&hCqk~-C9Wi0Ca*SzhX#g)7Mlfp%E7#6IOJ~=m~ arBiz811TnvfJzIXtqh*7elF{r5}E+(h*IkS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-button-active.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..3e70a7293c7e53e393c2ae7c1dae1816ff21a5b0 GIT binary patch literal 222 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSBm#Uw zT!FNvrltlMXlZFd7vKr0GfgcyqV(DCY@~pS6a#!h zT!FNqp`ig7=bP0l+XkKudYPA literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-button-insensitive.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..f471363d28a741ae207235697b0d3f34d119ff0b GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!FNqp`ig7n3Ge99VPZ!4! z3CU!Q_9i1|wzhSl0RlZo=CvJ(v-7!mqOK$gcyqV(DCY@~pSR04cL zT!FNvrly95hK`PoHW-+jn?o38W@gUL&Mq!46K_u53RK5Y666=mAg{1{&)x?=-M%kx z0O|E~aSV|NPfjR$-_XRyc5Thw0E5QHTGOVpjLCe)W}DgcyqV(DCY@~pSKFze!&d#yLLbLx%MpMOpqQ= z7sn6@$z+e_rVwYgwo@|&3=T^koOiS9$UHNjn;vy@9v(Tsz%T5|#t`zSUFV{+Mh{RE NgQu&X%Q~loCIC?OLA?L~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..4ca78f4b191ef5e69d49b5122141eaf017f7af93 GIT binary patch literal 271 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!3-po!riKX6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkaez;V zE0Atr2#pnY%Mx|SRdUIdcgRw9&Qf-&6LoTMa0oGS2sLsnlX5JVaw?a0Y7ug36>!pD z*8p-9XGxG>FasMmPi9VW$#0?QQvN_eOHUWa5RLQ60uJnd_S~7nBhfIiwRtupcf#X? zYNw9$`%ZC82$?c%(U}P6xw76ohMS5C3=@vo$cw8paO*SwynnO{WC(+&tDnm{r-UW| DG}=vi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-focus-notebook.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-focus-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..85ae1559f5a1983e4cdbbd9c0de9c679701c341b GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!C~0Lui_mZ?2M4w!A}@ies&)Q=O=jgM&k;kz<*ZW4V-5i;z>RfYV;a)L5Wuj*=k1 zU%M<4(I literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-focus-rtl.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-focus-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..65aa794ea5b90b0a27d8bff22b5e86a2a3bf9134 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS3<7*Y zT!C~0LujnHTb8IphOB*-jBT2{U8=lYt%#$Ag@wP4wZE=)sf0tRq(ifyW2=BuGylf} zKs}r#L4LsuY}`DVImIQvg{DjS0|kveT^vIs!jpgSv;Ozt`)6W4_JGGW#WC w)7cM+8JlNL{Bx-9gL3i_HnxfxcjhrLEcvA=Ht+c6PM~%MPgg&ebxsLQ0P6cqp#T5? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-focus.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-focus.png new file mode 100644 index 0000000000000000000000000000000000000000..ce23e22a487f87ad73c497872cd2afd63712cba1 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!C~0Lui_mZ-%UGrmS6>f^Ch6W37mzg@uK`j&-SoL#d=gv!G+EfYU}d!+Sv093?@1 z!3=C%nc0QEf4A;6a080zc)B=-NQ5W9h$$B5(lhWePHAXf%As~xQRQ2!;yJf(+?(W= hTPxXI+sQ7c#-MUvIl_-2Pzb1x!PC{xWt~$(69Dq>MD73p literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe70c85fc36f076663777512c56970f7c8b18c1 GIT binary patch literal 223 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zTn!8i3=Iv9jEszpjZI8UtgNi8t*vcsZSCyr?CtFx931@Qb8Z3^8+f`nhDd}br!+9R zUDi3qC-GZFe$Lqs<)%$%Z}cS?hw$Wn`|r1=E@jWpenC04b%6}>{W3F!ubtQd)XU)M L>gTe~DWM4f98y9J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..e67ae2ab161e0f6b888a872a56efaff41bf054c4 GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zTn!8i3=Iv9jEszpjjgP#tgWr>?Ck9A?HwE(61INR1}f9^ba4!k2v5#1O=)Oe@WDjG yBf-GedBf3(H*%ck^u7^Kv1i+gcyqV(DCY@~pSqyv0H zTn!8i3=Iv9jEqc8P0h^AEG#T6EiG+rZSCyrSU#Go0+nfcx;TbNgeRvoFeXMHgcyqV(DCY@~pSBm#Uw zTn!8i3=Iv9jEqc8O)V@eEG;dqtgP(p?0mg)?SX34JY5_^B*K#m#1a~q4}U4r&`1!_ qb>DEaT{D`eGgqQ7!CL!3GYi8Tt#lisTgkOR9SokXelF{r5}E)kIyZ9w literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-notebook-rtl.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..a21fd44e1bcc30eda5b8c064bec0b12d6b51b7b0 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSbOU@s zT!FNnhqzP`SJfq|8km4kzWsQBAiAS+9P{DK+SxOp;j zic5YAO_%Zq3L1O5IEF}sC(qzy-Tciip@Gq@pS!?}`8FHN>`ca{vj&M7n`ch^bExlw ia`F*Ywu%{ZY8egcyqV(DCY@~pSR04cL zT!FNbJ_baeFf^{uR|92^{e&Hv~RRL5QtgcyqV(DCY@~pSbOU@s zT!FN{oY7)-V=i;kSrf*CX%dfe(p1c>5B2v5 hic365-1ME1!RWp8hVSy1M1Xo3JYD@<);T3K0RSW*M4tcv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/combo-entry.png new file mode 100644 index 0000000000000000000000000000000000000000..4e6d895f572da9a622c2e3d43f11987d16683556 GIT binary patch literal 240 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!FNHwW0!2(rOe`!cPV2a~1J$vY1o;IsuyJK(7yiDU z^{yYJ)zif>L?S%-#??4JR#u+VJdzI2naawkF?b#l V?N?s*@*q$fgQu&X%Q~loCIAc7LeKyJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/down-background-disable-rtl.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/down-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..f3be72c574df3da12ff76369b3f71c5badfed1d7 GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD=x;TbN zOifNnNJua+F!*u)`0?Wn{00xF%7%KZIu!4s`RD)t{}1Qe*V`RgKB2V{2s%48e?C7y mzqsz-AI*~o4jgFnRb)8KBN)8LqiQG6Kn71&KbLh*2~7YRtwbpR literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/down-background-disable.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/down-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..8e06e28d6fdf4049c8881559d1345ac61b4b80a0 GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD;x;TbN zOnrN5p=g5vkLyKozvrjS-blw@7v1OWyFo(f!rouAc8l|Ry0pZ`R#|_nU!&E)Yp`p^ nOzs&B&X=y=K47w0`T^szHzKF!RCBli&13L%^>bP0l+XkK0Np;_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/down-background-rtl.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/down-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..cafcd34bdff3c19304745d7be3371e4ad5f7446e GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD=x;TbN zOifNnNJzMF_3B@J9i1}`{00xF%7%KZIu!r^|9^F_hY#iL>uioJpV8Xb*!b}LeEXC4 n_tnn+{PwoFCmS1^Sq>Lt_I`1FpIzM`cQSao`njxgN@xNA;mJWk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/down-background.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/down-background.png new file mode 100644 index 0000000000000000000000000000000000000000..7c8222c62eaa72d1df49fbdf56c11039226010d6 GIT binary patch literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD;x;TbN zOnrMwQLMp$$K_yr9RIY_1y5#JeR(ybi=|tU>Ff*1v@jEuhwmQ0xO7>5|M68!HyAd1 n3l=hRCwNuumX4TN$#f_7tJFNdn)p{h^B6o`{an^LB{Ts58_qvk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/entry-border-active-bg-solid.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/entry-border-active-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..3f119b78f57a3b0cf5f862083474898d9fab2eb8 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6HXu{Y0(?ST zfpn{&W1FCJi=b1Z2oN~~QN4&$y{L1mpp%1xgQJ~;lbu75F%UTh8#x3UJGKfqoygxQ z2h_<`666=m;O*mk-jO_CV|FU7QKoc5!lIL8@MUQTpt6HXu`t1AIbU zfpn;-L#~Qvvb=SwqFu6reX4?8s)B8eh-0mYqlJZqzmB!Pu63z|L#d=gv!G+EfRoC9 z`wu{ETqQw%!3;cnB_(C$mA`-Ueeb^p6!rFWaSYKo|8|l!Q-cA=QMstq4nObw-y*kQ zgY^v4WTwFGI~>7{cFh|c#kJqKoGf9v+Qrn__UEd2==4tgcyqV(DCY(S<;2l#}z zYHMrj>gww0>6w_An3|eeSXfwETH4#&J2*Hr$}Tz&RA%Yv;us=vIhjK&p@GpYnC_Y1kB|ZhzYPSgqomi-HNMH>EzoS|>!`+QNN$ehPb^{Gz N@O1TaS?83{1OWdgcyqV(DCY(S>!2Ka=y z0%>h+ZF6&TJv}`GFfcSU1k$>?xXZ#}J9j$rYQ6)OgNV9WOXEk&(@%T0+cN!NKgXi^@Ee!z?Ot&kdd^ v{tla*$m!)V$D^hANVVj>H!bZC-c&RE?N&_Ve7OEN&?p8^S3j3^P6gcyqV(DCY(S>U1^9%x z8WaT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0xGo-U3d s5>u16Y}oMQd;{Bz3#@Le?Xwjaavm~X&pSIK5U7N~)78&qol`;+03;GA@Bjb+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/focus-line.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/focus-line.png new file mode 100644 index 0000000000000000000000000000000000000000..7918ae91aa8d97f0b7f9ef8c669a8f05bc0d9f35 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=mSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt)QPE{-7_ yGm~xV|LxIYwsH^$Glbi;*x17#La@!m|wacmstQJYD@<);T3K0RSK9B6$D+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/frame-gap-start.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/frame-gap-start.png new file mode 100644 index 0000000000000000000000000000000000000000..53cabfc78aa979b387b0bf0dfb364d93f5db9416 GIT binary patch literal 139 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y0VEhMdMbp0IK@t$Aso-RqGtj*oCO|{#X!Z^ zL734=V|E2lP_o1|q9iy!t)x7$D3zhSyj(9cFS|H7u^?41zbJk7I~ysWB5qF?#}E$L d7#La@!m|wacmstQJYD@<);T3K0RSK9B6$D+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/frame.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/frame.png new file mode 100644 index 0000000000000000000000000000000000000000..1cadcd7c9c95af19f27318eaddd6871fd89a76f1 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2xGmzZ=C-xtZVlH;_4B_D5xc$)o0g%gC;1O92 zRDKPrNd`|>KbLh*2~7YQ CjVzS_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/handle-h.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/handle-h.png new file mode 100644 index 0000000000000000000000000000000000000000..3375bd2b7f20cafd6337ee0280d7b61568fc6e78 GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^59gP2NC6c|dAc}; saLi0jP+&J;V`crDo&W?=0Y`xbED~USxwiB36`(2xPgg&ebxsLQ0RILl&j0`b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/inline-toolbar.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/inline-toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..fcd4fcc99ef488e27fe3014193012f636732931c GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H zS8Z)=Lqo&eET8OwB7&YSjv*Y;$t(WgTe~DWM4f DQm!it literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/line-h.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/line-h.png new file mode 100644 index 0000000000000000000000000000000000000000..9b1daafafccf0b7bbe333ce376d3cfe539b693f4 GIT binary patch literal 151 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&>+E{-7_ lGm{e~}U&Kt&>+E{-7_ mGm|e|yY}z=0U$WSz{((|#@IY*W$+iEJcFmJpUXO@geCyVJ1L<6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-arrow-prelight.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-arrow-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..a275339825695376efea05bf65cbc53005e49002 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3HD^Kbl$tDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0x7o-U3d z95a1;9k~t#2sp>veO;$#r`*+jX==$$r74n{auaT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0x7o-U3d z95a1;9k~t#2sp>veO;$#r`*+jX==$$r74n{aumbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP?3FrPl#)q zutT%3U7LVYtAL}9j*f+zo`ssem72btioUb5p{Js8w5)ltm`$meU5$`K9SAu!2st$h zI5mT`IDMYF_bkvT(UKs)U=7Wh+8%Up`19_yKm~!GE{-7_vaAO?8Ji7wST;1zm{rHJ z;@kYKLDLu$bR-!fm>;+?oU0T5W3YQ$^p7{~o3pJs&R5m!{^hXa+p1Tb2e*d%3+#v! k=3qF%a9~y{L&RtHD?hnTs%w9)2O7@c>FVdQ&MBb@0GteGasU7T literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-checkbox-checked.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..0c43b58a80c1faa4ff687d674364800ef5a47256 GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*He*Pl#)) zpi`TmV=E8|0Fe_AX=`iiYH90fX`89*nyc%XYv@_1>szYp*{d2jsv0^g8~Q4mq)J-l zireIi*_4UcRtno!3ENi-*)<3{Gz&VmfDO5QgGm)=1zSmwU$Cc__oK&8623Yn0!4y7 zT^vI=qGQi_3Nmvi;&5JHl3rb0lQv+Bm*B>>2dtyQ;CgP4#*H6knYe=|JNdJYD@<);T3K F0RUxSU}pdT literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..44c0eb87284c5b17d873b323b332839ddb1b3fe5 GIT binary patch literal 223 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uAB#T}@sR2?f#ZI0f96(URk z2Vq7hjoB4ILCF%=h?3y^w370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iiefxn978lF zzCEod)Sw{3_VBN4Taw{z%Vzh=@FxjX3~4G32lF19cF+DE?DcX&%7IgRxSlASOzLsH zB+_f>_5Lo?hAM`JC9(-0&%Ceu!nx|e(?9+X_#E=q&J@mdsAC8f75?z`rhq!o9tKZW KKbLh*2~7apkW9G% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..743d7e6309880e2ef9320fa45e437354b7a47dc8 GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uAB#T}@sR2?f#ZI0f96(URk z2Vq7hjoB4ILCF%=h?3y^w370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iijqBD978lF zzU^Je+h8EV8qev;eqh3b=)-Pj7a&0C(%x&2EkLTgvQw(_4F`n5``30n^wPvY2~>~KC)cwR;X)H S*|HyK9fPNmbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*GHXPlzj! zZeVCw#Sq#q;LyzP*3IwM&hOI9@6;yX*uwAF#_!z1=iJWc+zLd3&Mg8!ai>py_fYL4LsuOw0<3ib~2s z!6DJnF)^{RwRIhxojp*nevXMCP-U{Gi(?3fEbBpTrp5pf)&t55Kk447nDsaRvd^SB z?@m|ml%1?{mqlW?ig1IWCF6q$>~*=h((58WtX$P*slO(4>!X>hYgb7Q1rJPEBF%7E&+}6J^XoM?)qgVIf6cq_cY9wf&^iWBS3j3^P6mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*G-pPlzj! zZeVbj$za?j=-49Y(kAHKBH+{};MmIV+{*6+LV_Sh8<-7L(< zD^{+0{N(A6pTE=#-}3?0qB#2 zbJ8;AExwcZ9A>X!+;E0-|Mwp=3r;koht?LHEjZgy9=f-{um7cKo%)+iEC-Y_ r8FMC?L?1|-rV=TmxBYY7yeIr~JNdV8oKK1YTFBt(>gTe~DWM4fTOoWL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a22bcfe23b0fcd063259a446b903d05eba0fa4cf GIT binary patch literal 411 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*Hw>Plzj! zZfIywQBhG=R#s9{Qd3h?RaFIY)z#I3Y#`9p)z#6_(bCcal0cvV2AZ0hKm`yrKmmwK zphlnwPztC;Utb@nSWiz6$Og)Swdw%b5klM4fL5xO1o;IsFe$63Mnpy@r=%7Ymz0!N zRMs>#x3#r*bb>%v*QBXar_DU$yi)2Kg~5W#jWQKm8+LCBsd>pD@qOO+Pn_q^E!brD%p!upzTBNZ<*u>ve4xb)p00i_ I>zopr0P&Q6$p8QV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-radio-unchecked.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menu-radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..63b4fcb4ca12387147495b93e60a9bdde6e45e93 GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4u6ByT*@`3|I*ik&<|I5oc5!lIL8@MUQTpt6Hc~)EJ3U<-LnOj; zC;0L;8Hlv(exT*!onhOs;9*}&0aKk{qJ#Oa!u*(yg-@AwY{=VUlA&a<`H#`(Pi+F) zIRQ?N&Wjv8_I1gar-sLU^xIQ$JiE$S$Wma-v(UB`#=&ra-_AlMSpb)4nvmc-YIoky(w|5+)@ zU3WM%W#!wJIL&(h_Z`Pg*)B3zMr}^?HjYmH!niqj`s6hn7dHVt!QkoY=d#Wzp$PyN Cw{u7U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menubar.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..b10371fca679a675d127f4f89754d1aac83b0484 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H zS2Z;?eSLk?X@%ZE5kXHE#}JO_gcyqV(DCY@|R21^9%x swhA~+nsO}$$mRBQaSY**OlpinR(g8$%zH2dih1^v)|cB0Tt-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^tfKQ04 zhK7c^y1E(|sH&<$7;q6FS6f?KM@L6jS2rakrK+lG8q=j1pkA($AirQW^}YM{pFVT; z`#m5^=AJH&Asn*F0`s?KT{U53o4>pK{k_117py_$(h}F2Roc5!lIL8@MUQTpt6HXu`t1AIbU zfpnI3Xs(K9ma0>lvSYfEL#B#jt*BF-sFQ<(Lx_<>sF7otlw-M+Q@ONLi;z>RfD^}$ z_f{Z_OM?7@8F=_g%E~K$|9)guE({d(@^ogcyqV(DCY(S=J1^9%x z0%->a2Xk|CQ&UqTBO_yDV<1CMPfuH0TSrGnUtizAz`)AN3aCbMse><2HAhL1UoZm? zUrAYc6R2w=t@))@}IPjvGceg tPvwbyS6#R}A2$~CMes5Qah$W`W>Bh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/notebook-entry-border-disabled-bg.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/notebook-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..9a2c88b25f502434d027570c2ff3d75a572f4e12 GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S&+S%FJ+uJ)hIQYru+ypAN@^olpinR(g8$%zH2dih1^v)|cB0Ts!3x;Tb# w%#1x~D9FIT!Jv39<^KLD@0eC>i;_6c7%sxx_{2K48>o)K)78&qol`;+00gos6#xJL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/notebook-gap-vert.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/notebook-gap-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..837e8cf9d59655d774fc1944d6100ac8b9cf2aef GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-S!3HFkynkm2;uJf1hHwBu4M$1`kk47*5m^jW ze;tGwoit`w00kvWTq86FfeHGFdn}Ah0ztLhQZU-&t;ucLK6UY?PrNd`|>KbLh*2~7YQ CjVzS_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/null.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/null.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a1600a657945ee95d0c3a620dcb7689c949c9e GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^{22?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4V4lptcyp7EIZ%?p)78&qol`;+01F5sS^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/plus.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/plus.png new file mode 100644 index 0000000000000000000000000000000000000000..cc63a1eecd4fac0d76d8c0cb14d20f12f0f75891 GIT binary patch literal 255 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-t3?!qQvP6LtbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^?fKQ04 zy1Kd=2GG{l*3r??)zwW(N=ivdsi>%^s;atD`N9IIi>)NcFSxw2>hqT$f4*jK0E(D; zx;Tb#L?;LMdV70|CVZG-S^SKLxy?tx)R@uZY*Rq-fh%vUw@<7vu-xD^Vc$zOo<$15 a5)4-@oc5!lIL8@MUQTpt6Hc~)Ex&b~R zu0Xm|$f23nu}#>aRnVzb0FIoI*igZ1uNF-NYTzpg@(X5=QP)_xcHR07Z{C0S_=$r# z{W4I-%+tj&ghMtt<=v-GDO+wG+R(aDzwx2AcA%hqtnGyGksIL)mm4&+@1Pgg&ebxsLQ0PRLsng9R* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/progressbar_v.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..4f214566e433a34bceea5fea4086226669390e29 GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^azM<%!VDy3CI*QEDdu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7-2k5u zS0LRf_& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..c9d3e136de2338e8d67adca42294ef114091ef53 GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkZurl=oGPT6?ASAaO@CpY!z^A<#TN1b7|&tZs&7u<#TEVas?b)1e{xeh~KG&-?@z+ z$Z&2Ebkfn$G1bt^lCa7KA)8hKr{|HP=YWPvmjw9*Gw|^0>FXP~yL)(edKDHGx3spl zb@zaQimdKI;Vst02{({a{vGU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/radio-checked.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..70f7fa7916b5a7f2c15446ff4c0696ea22335465 GIT binary patch literal 375 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkZ$9#ZQyZh<#ul4cW&W#YUOuq;dgEoaBdL*vYlFhTp$C&1u;;Nwzjs3hOQ|H>1Byq zX9JOh4Ny($k15}QMvImN`2{nGiiwAWhJ`mZx3r!+f8pZCPoKa1d+GFI3Q$3zr;B5V zge2=hZoXy(5rz$i4%hGbZ##Xak6;8hgM#B4!^&HCCv1?h-m$Jd!O}dT?^dgYdBdc6 z6W3ZZ9ABhikaenY5l6*w4}+5o4&f#zg4&j?5MT^h_+0Y9cOkcarXRJt7F;!He*aw6 hF)r!b9-xaF>_ueM990(YnhCU=!PC{xWt~$(698f8dn*6{ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cce4d70498cfd94e190e230bd21d9cb1e2e9c72b GIT binary patch literal 350 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkk;1LR##V7QBl#<)YQ<>05X68D53=hKn4)#=;-L`>H-;RFaTi#1%aS3_G22*An}qQ zzhDL)ULzx8UqAoilIoiJrp}(;zKN42&5Uk!j{qvk@N{tukqFQ2_Y`VS;9(I=x$naC zzkXGNhs}lUFTJ#coyr29GR#>N|IG7u(4Kui&lp~D?07!I-`ITeuW6S`7lsO-Tl`@i zr-lZX$;AIk@57cjCO&zmlNiynH#E{{@2;IUs{C&7gvq2FXI6R5-E!(L^J<`-44$rj JF6*2UngAy-YnK23 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/radio-unchecked.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..ed22c29015a9617510a06defaa1810ca5abc552b GIT binary patch literal 395 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkXBPuQ&CY-R#sM3RaFNApa_Jmt*x!4r3DlNiU5Hw5`e3ONWn><61YlBZE|H*P+8`s($YkDoq&{_>^k!yk}G%RF5iLnI_~4|)nU zD~LE86j#)G(2(IF^W(dHnod_zs(Jqu$@SSLU5k3JEr0TMyK44zg~*8ecS3lAT2?S5 zFWtm8V^2sOQ=dwxRl|MFt2>z&Pe0}F@P0{=?S&%>M}?&Gs<9gP2NC6e81o(uw z0_g^Z&`AuQE&NWcf=(@hj;(^utpZM9!8@j+bmbkl8}DSWlp9Z2 ieT(<;+X9udf($_dhK}AxCdmQyGkCiCxvX9gP2NC6e81o(uw z0_o7uP)|?K;Naj8Fn}{4Tp;;MdrlKj9d}8PUoZn3dwWM`*ORBuo=be6IT0vq;_2cT z!Z9;BVFAmEv-fyet(hC|yt!Mjf%Qae?}K+tMd`{rZa3b^U@14Au=*D7SyqD^>bP0l+XkKE+J4_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider-horiz-prelight.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider-horiz-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..bddb0ac105da8cb576df95e29987d6159bb9de7a GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_lc^hDnnqO_(sD9}N2X`XCG-2@yQM^~M9BI_{DnzhDM7_V$j>t|w2QJ(u`Cb0SdK z#M8wwgkxrM!UC2RXYcW{S~EA^d2_d51M7*{-UsiPiqe&L+-|&+!BTEKVf8KE$8QT% b&I&RF2^czhADJWv)X(7Q>gTe~DWM4fC@NV2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider-horiz.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..3d1d371c7a1bac53b6174ccb8779ebfa69b7b16e GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_lc^hTPoT($dnhvN8w>)Bt3|fo4O8Jy0EYNswPK0~>pLM`zcQr_Y{Ce4jZHC~V^C z;uyj)GdW=a%Zju2cv-EP8}GciTd;xkL~QSacT7d;$~$g1-pODoH=eNi7VqP?1uAC+ Z8G-~19leiCk^|~z@O1TaS?83{1ONd6R2={S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider-insensitive.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..342978c889e1b7d22a7f9899dc8a1f3c6bd5b435 GIT binary patch literal 375 zcmeAS@N?(olHy`uVBq!ia0vp^{20)8)WNzbVVdY?MX>Vp>Z*FO4W@&3?VGCpck*S5PnYkU1Yie$7ZfR>` zW(7nxcFwjyWbbTe?_%%Z>g?j_;_8)cFCqXmSE3}yFPMRu)zHYeyt3;0jhnY_zk2=p z`_I4sfFSgb#bcnFLQfaR5Dr=2gN#B=3IePb`jw()Y?5Yuv;V(safwV7e|uu2s`ngO zzsu{+X82A%o;XQg-_^$8jr={YqKGMT+4e~7mQp-+j%DWmdjiSnOseBrJ3KUh2ObV(78p>sa4RiRlu=Lz^PThsYSpUOacW#+*SeS7N|Io z4O9jZ1c^grfh6MzmN!7tWlMtmf*F{Y6_u33BO;^r?A^Ejz`^S`Z@qv2`Sa)BfByXa z+hHAl5vVZ7)5S4_L)P~or%;oD0LuZ+7H>h0-G+Kr|Nk#z>{7aWVpXEhag`+#l{B)D)*AwXD$^yH0e;pFNcUAA068Z?)QSY#e1gb7B+-G&b%x& plYipwEmtgd-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkZxcIoy6eT!tc~7=+q+U*edAUD&Pc0&LBYnCpnilbAal&OM?7@8Q9p{J370bJbm_D z;`_{rKw*7P7sn8e=;VY03|Yp^2TQ)a(@m)Q`Ytx1>ifI9&0X{MR$I^LySG=;XLXr{ cQ33-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkPZzE_4M=%4h{|h12_Z11(L6{=QIJ;ahC-71v9X*w|8`QJ$d@-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkZx#bm^5k9gb5S+!Jx0N55fSF5W(|XZ#)31<1PvE3ua(rZ|~^rdh+zybBXUWCjy1_ zJzX3_IHHpi4lraHGaoGZ_D(mU>g&7MgsSiF?lyPL+goitqwn5cNuSka7DfpS3`;5u V9p~R$q7Br_;OXk;vd$@?2>>dzSE&F1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider-vert.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..77a157eacbf3030f255e6ad98f7e35da7b6ae5bb GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkZx#b$j!|yEiEl8D}#_g4L~*=Xf|}%1J!Yt1o;Isu(7vybap*?`s}&H_n8xc!up;r zjv*Y;$q5G-vW%GzmVA4sn^5)jU2HM{$X1O|pB6^4%U T?=8^=YGv?r^>bP0l+XkK8~;+p literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/slider.png new file mode 100644 index 0000000000000000000000000000000000000000..d307bd3149cc97919587d42a047ad327fd9d9f60 GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^{2Sk(crYbtdYMMrBnkK3mKxC}0WumSHB#kw+O@K&K#}tUvfov@xGFAghX`5*4 znd#`6162ZbSy256H^NswPK0~52Nl5%)N zWYnI$`}XZWaPa!gTkqe0{`~vTpTAYEFCPQdRd~8MhH%Kb9^@2iRuEu0;P~-Ws*AYN zq67c_Ph7ZV&0DuXUgfo4UW)piee-R`d0Y{{Iaxmj~UzAu|PZ!OaY Y_AgPQD*fW`yFj7h>FVdQ&MBb@07HR_!Toc5!lIL8@MUQTpt6HXu`t1AIbU zfpn;-L$r{2qO4`2oNa=PRide?PJ+7X}J?dAc};XqgcyqV(DCY(S=}1o(uw z0%>h+Z50(2EiEk|LsL^zLqkJNO-)r*Rb5?OM@L6rU;ng_{2`z^j*=k1UgcyqV(DCY(S<;2l#}z zs;a80si~=}tLy0K=oB%yzhk zPa;D&E#S37g9;m;O5EX&N1_W_S%NgSav3jZQDBgr&@=74jdBQ3D}$%2pUXO@geCxN C$2qA0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/toolbar.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..065417bf2dc001030c5cd7d376afc20827995320 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H zSABhb3k!?CJ9gdyiU@kTIEHXUC;vHr;J^_B0|^#}zMqV?w*O)l0wozdUHx3vIVCg! E0IQ-c_y7O^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/tree_header.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/tree_header.png new file mode 100644 index 0000000000000000000000000000000000000000..681e68f4480d6569eb6f2f9780a224c4cfe443f7 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^Ahrx6GmuOw-ctdjn2Vh}LpV4%Za?&Y0OWEOctjQh zm0t&8MkkHgAT^RDt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tr zYipaDn%?J${s$Bh@N{tu;gC)KbN_@#?2!Wu3~#S$%ssL&mkB7x;OXk;vd$@?2>_+b BEzJM` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/trough-horizontal-active.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/trough-horizontal-active.png new file mode 100644 index 0000000000000000000000000000000000000000..8d70513477f9811e1436e24c4d0e95505138d6f7 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^NhT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE0FFGbZHTAY8P;55p-%5aB3591d|{(9IfHocLS)DrzFTPm_bfnVdt*hd-i_%{8Ki2 zZ!l0?-_yl0L}F@k!UDyFb#~0mw?z&p$)pP?FzOs?RWSmReJVl>Vu@XC+&O{^mNqjM X2hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE0EUK*4EV2G%zsG#SM}be7*ve@{|Pm1vALWE9~60d(YlapMT0`?+pfu>wCI5hDc0J zPFSFru+EN|`L@UbC7E;q1xB4ittv)9vQI^bK`gPWjXOth!O~{N0%4uvlt|NbpjHM? LS3j3^P6?%l3DJZE0t+Z&YdpyK(yEr+qAXP8FD1G)j8!4b7-2k5u zS0Jqi2D)GXWI`BN$#t70bAcN8N`m}?8D!KoR<2#Qe#4vhA3lEKU{1dbl(F}8aSY*@ znVfKdLG1gzg9mRbv9UcXeLvxVHY;0SxrRbRqj=~8hFu5P*vdi}+1b=Yoa4C+3|7o_ f{&3$S$%>o7Nj+Ug;fK;~pivB-u6{1-oD!M2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<#S#rl_F^1+a-c%}UwFD|=@O1TaS?83{1ON|P BEG+;4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/trough-scrollbar-vert.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/trough-scrollbar-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..1d8ea2c7c9e2763e22213f75bf20fba1d7932092 GIT binary patch literal 161 zcmeAS@N?(olHy`uVBq!ia0vp^{22?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4nolGo?SevkeMO6kny^h<)1pBN(N6?KbLh*2~7aYXf3S( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/trough-vertical-active.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/trough-vertical-active.png new file mode 100644 index 0000000000000000000000000000000000000000..5b8f7634026989c4f1f5fcc2c4e264d75c1cdd85 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!D0lpi7H@Q@emei=b1hfK!`*BbWrSkgcyqV(DCY@~pSv;urW zT!FN Q0MyIi>FVdQ&MBb@0I8`+5C8xG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/up-background-disable-rtl.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/up-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d325809d06df3aa2832aa9791fc92789820f7d GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsDU+3FZ?t-Q8NtzAMUo!QUmq_9KiT2DVu_6-*@*(Q|Syq8mc pk$LhPWfp_2{1>I`z8y|9U$B7V$F-vBA3zfsJYD@<);T3K0RaC!K9v9f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/up-background-disable.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/up-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..358ecc894c426430d06ef184ee50eda4f53011fb GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tl&$x;TbN zOnrN5pTW4Vz1WHm_62wv6rH8^IP7Cpln8$BPrD^5>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Ax;TbN zOnrN5BWHty0PDp_OTIesCf*#z^yN{n*qM2G`nEEv&wRq_khX3ce*(MJWT}R?!I#ul rx*s`nS3p9PDPrFA7rger6K}Grb#gLhU1)g#G?c;9)z4*}Q$iB}Ax}Il literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/up-background.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/assets/up-background.png new file mode 100644 index 0000000000000000000000000000000000000000..9f755162f2b12242fea5e3e8b54c00653a6c1887 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#RGmu>AYB(84F&8^|hH!9j+9gP2NC6c|1o(uw z0%=W6O&uK_Gcz-7FtE3`cW`i6E&iSdD92h7!CQ-KN@JYD@<);T3K0RY2;H-G>D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/gtkrc b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/gtkrc new file mode 100644 index 0000000..442a545 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#404040\nfg_color:#DADADA\ntooltip_fg_color:#4a4a4a\nselected_bg_color:#8fa876\nselected_fg_color:#FFFFFF\ntext_color:#D3D3D3\nbg_color:#383838\ninsensitive_bg_color:#3e3e3e\ninsensitive_fg_color:#7f7f7f\nnotebook_bg:#404040\ndark_sidebar_bg:#353535\ntooltip_bg_color:#fbeaa0\nlink_color:#5294E2\nmenu_bg:#383838" + +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +include "main.rc" +include "apps.rc" +include "panel.rc" +include "menubar-toolbar/menubar-toolbar-dark.rc" diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/main.rc b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/main.rc new file mode 100644 index 0000000..72255a9 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/main.rc @@ -0,0 +1,2441 @@ +style "default" { + + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkWidget::focus-line-width = 1 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 2 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkEntry::state-hint = 1 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 15 + GtkScale::slider_width = 15 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkExpander::expander-size = 11 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @insensitive_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # For succinctness, all reasonable pixmap options remain here + + engine "pixmap" { + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image { + function = ARROW + overlay_file = "assets/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state= PRELIGHT + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Option Menu Arrows + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image { + function = VLINE + file = "assets/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image { + function = HLINE + file = "assets/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image { + function = FOCUS + file = "assets/focus-line.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + # Handles + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/plus.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/plus.png" + } + + image { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "assets/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image { + function = SHADOW_GAP + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +style "toplevel_hack" { + + engine "adwaita" { + } +} + +style "ooo_stepper_hack" { + + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + +} + +style "scrollbar" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-horiz.png" + border = { 2, 2, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-vert.png" + border = { 3, 3, 2, 2 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-horiz.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-horiz-active.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-horiz-prelight.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-horiz-insens.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-vert.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-vert-active.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-vert-prelight.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-vert-insens.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = @menu_bg + bg[INSENSITIVE] = @menu_bg + bg[PRELIGHT] = @menu_bg + + engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator + + image { + function = HLINE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 4 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = @selected_fg_color + + fg[NORMAL] = @fg_color + fg[SELECTED] = @fg_color + + text[PRELIGHT] = @fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "assets/menuitem.png" + border = { 1, 0, 1, 0 } + stretch = TRUE + } + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = SHADOW # This fixes boxy Qt menu items + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "checkbutton" { + + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + +} + +style "entry" { + + xthickness = 6 + ythickness = 4 + + base[NORMAL] = @base_color + base[INSENSITIVE] = @insensitive_bg_color + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_entry" { + xthickness = 6 + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/notebook-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/notebook-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/notebook-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_tab_label" { + + fg[ACTIVE] = @text_color + +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 4 + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "notebook_combobox_entry" { + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "combobox_entry_button" +{ + xthickness = 6 + + fg[ACTIVE] = @text_color + + engine "pixmap" { + + # LTR version + + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "spinbutton" { + + bg[NORMAL] = @bg_color + + xthickness = 6 + ythickness = 4 + + engine "pixmap" { + + image { + function = ARROW + } + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} + +style "gimp_spin_scale" { + + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "libreoffice_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "standalone_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + + engine "pixmap" { + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # How to draw boxes with a gap on one side (ie the page of a notebook) + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + + # How to draw the box of a notebook when it isnt attached to a tab + + image { + function = BOX + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "handlebox" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" { + + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 + +} + +style "combobox" { + + xthickness = 0 + ythickness = 0 + +} + +style "combobox_button" { + + xthickness = 3 + ythickness = 3 + +} + +style "range" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-horizontal.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-horizontal-active.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-vertical.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-vertical-active.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + + image { + function = BOX + file = "assets/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + } +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar_v.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar_v.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "treeview_header" { + ythickness = 1 + + fg[PRELIGHT] = mix(0.70, @text_color, @base_color) + font_name = "Bold" + + engine "pixmap" { + + image { + function = BOX + file = "assets/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +# Treeview Rows + +style "treeview" { + + xthickness = 2 + ythickness = 0 + + base[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + recolorable = TRUE + state = NORMAL + file = "assets/null.png" + stretch = TRUE + } + } +} + +style "scrolled_window" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" { + + engine "pixmap" { + + image { + function = SHADOW + } + } +} + +style "toolbar" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = VLINE + recolorable = TRUE + file = "assets/null.png" + } + + image { + function = HLINE + recolorable = TRUE + file = "assets/null.png" + } + } +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + + image { + function = BOX + file = "assets/inline-toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "notebook_viewport" { + + bg[NORMAL] = @notebook_bg +} + + +style "notebook_eventbox" { + + bg[NORMAL] = @notebook_bg + bg[ACTIVE] = @bg_color +} + +style "tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + +style "eclipse-tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = shade(1.05, @bg_color) + fg[NORMAL] = @text_color + bg[SELECTED] = shade(1.05, @bg_color) + +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 100 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = "#000000" + XfdesktopIconView::selected-shadow-color = "#000000" + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @bg_color + bg[SELECTED] = @bg_color + + fg[NORMAL] = @fg_color + + engine "murrine" { + contrast = 0.7 + glazestyle = 0 + glowstyle = 0 + highlight_shade = 1.0 + gradient_shades = {1.0,1.0,1.0,1.0} + border_shades = { 0.8, 0.8 } + } +} + +style "xfwm-tabwin-button" { + + font_name = "bold" + bg[SELECTED] = @selected_bg_color +} + +# Chromium +style "chrome_menu_item" { + + bg[SELECTED] = @selected_bg_color + +} + +# Text Style +style "text" { + engine "murrine" { textstyle = 0 } +} + +style "null" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + } + } +} + + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkTreeView" style "treeview" +class "GtkToolbar" style "toolbar" +class "*HandleBox" style "toolbar" + +widget_class "**" style "menu" +widget_class "**" style "menu_item" +widget_class "**" style "checkbutton" +widget_class "*" style "combobox" +widget_class "**" style "combobox_button" +widget_class "**" style "combobox_separator" +widget_class "***" style "treeview_header" +widget_class "**" style "inline_toolbar" +widget_class "**" style "combobox_entry" +widget_class "**" style "combobox_entry_button" +widget_class "***" style "notebook_viewport" +widget_class "*HandleBox" style "toolbar" + +# Entries in notebooks draw with notebook's base color, but not if there's +# something else in the middle that draws gray again +widget_class "**" style "notebook_entry" +widget_class "***" style "entry" + +widget_class "***" style "notebook_combobox_entry" +widget_class "****" style "combobox_entry" + +# We also need to avoid changing fg color for the inactive notebook tab labels +widget_class "*." style "notebook_tab_label" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" + +#Fix GVim tabs +widget_class "**" style "notebook_eventbox" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# GIMP +# Disable gradients completely for GimpSpinScale +#class "GimpSpinScale" style "gimp_spin_scale" + +# Remove borders from "Wilbert frame" in Gimp +widget_class "**" style "gimp_toolbox_frame" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget_class "***" style "chrome_menu_item" + +# We use this weird selector to target an offscreen entry as created +# by Chrome/Chromium to derive the style for its toolbar +widget_class "" style "standalone_entry" + +# Eclipse/SWT +widget "gtk-tooltips*" style "eclipse-tooltips" +widget "*swt-toolbar-flat" style "null" + +# Openoffice, Libreoffice +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*" style "ooo_stepper_hack" +widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" + +# Xfce +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" + +# Fixes ugly text shadows for insensitive text +widget_class "*" style "text" +widget_class "**" style "text" +widget_class "**" style "text" +widget_class "**" style "text" diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/button-active.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd6865759433b710256f4b38e25f3231ff41314 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ((_>EamT z(fRi3M&3gPBCZ#I|J99XHqv%!n&jEA_K;D4fm7Bog=>>FJD7#mPSmK8j?U|gv1NX- zD{peK+?gEqH7hQ&#GH9!(f8Q)T>o>4#k;FjA5UGPk;(9l_0~C$wf7m;+}S%lg@JVy zXU#Uf=^vCItY$M^;mDg6(EN{4i`)8a`rD|Yq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/button-hover.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..aa079ece8e7bf704069fcb3750ed5728bc700c49 GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8Vc#JKp4Nx=eWuvW>dKlZ5X8r*svh|*?4iK{MWu^R8N!zJO))$xvT|FIqv853 zI`yry)fsB<%R6x}7cfTEZ0a~s9DDt?MPD$pfYXlh*zz93ZAy<8&4^sRYWb8)3^B8f z?5mX+l$?4#rq6qBdtlv}*onGsl}F$G58WTK!bx;hK&#dl-wR1;?~b27o65a6r1aB~ zGd!Vl8`vF~Clvql)#P33vE!=lgSo~3n13+%pSSCbJAIG|=zIoGS3j3^P69gP2fQ+5z>EamT z(fRh;M&3gX0xlQr)lY{r3wm_iVRi6ObqHT3v4G)uieB;@9mZpd7ZnBXv@E{5r-b!F z>0LFYDo^$WOMTQH=)JVzIede`W7o4e+by35aX4gGr|)L(<8^R(!>ydZGWYtnaE6zc zr@Aqy=-z($J9B5q3MbK30j*kJ{4adz{@4+*?Q)DwPXE${m7m!zFf5tkx9#`Oi5fri dY*k|!;vP*hdfaRj`3&e%22WQ%mvv4FO#nZnYUKa` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/button.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/button.png new file mode 100644 index 0000000000000000000000000000000000000000..9d50a7e4f6dab8c2c67c550ffb8f248308336a1e GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ()5>EamT z(fRh8Vc#JKp4Nx=eWsieU%6d`3lUIFH5?ZvQIzR3CoX;G0c3JIr zQDRVPS|xWThkwKB&jBgjf$gTe~DWM4f^AT|Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/menubar-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/menubar-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..299c550650fa3b0ccb2c20ff9e5fb239f828c05b GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^5aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0vUo-U3d z9-VK`Itns4a2!7Hn9cs{`ZfLm7sWdpay(~=zfpeFVdQ&MBb@00l@fPyhe` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 100644 index 0000000..23a344e --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1,222 @@ +style "menubar" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[ACTIVE] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar-dark.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button-dark.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + + +style "toolbar_text" { + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[INSENSITIVE] = shade(0.7, "#dadada") + fg[ACTIVE] = "#dadada" + + text[NORMAL] = "#dadada" + text[PRELIGHT] = "#dadada" + text[INSENSITIVE] = shade(0.7, "#dadada") + text[ACTIVE] = "#dadada" + +} + +style "toolbar_button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "menubar-toolbar/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "menubar-toolbar/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "menubar-toolbar/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#414141" + base[INSENSITIVE] = "#393939" + + text[NORMAL] = "#dadada" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#2f2f2f" + ChromeGtkFrame::inactive-frame-color = "#2f2f2f" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*ThunarWindow**" style "toolbar_button" +widget_class "*ThunarWindow**" style "toolbar_text" +widget_class "*ThunarWindow***" style "menubar-text" + diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 100644 index 0000000..5bd9a7d --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1,166 @@ +style "menubar" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[PRELIGHT] = "#5c5c5c" + fg[ACTIVE] = "#5c5c5c" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#fdfdfd" + base[INSENSITIVE] = "#f4f4f4" + + text[NORMAL] = "#5c5c5c" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#d9d9d9" + ChromeGtkFrame::inactive-frame-color = "#d9d9d9" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" +widget_class "*CajaNavigationWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*CajaNavigationWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*CajaNavigationWindow**" style "toolbar_entry" diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/menubar.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..2be034ef3a8d8bbcdd55baf64b7431eec8a61e19 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<>&pIsg^%A{SJ3rka&((}XraT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-D;sd|UZ#>q}c}=V*$|&pP3f0BadZL=x85lI&nNHniZ`A=RX7F_Nb6Mw<&;$TR CKQ06S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/menubar_button.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..78c8122e226f075afb51e3b0ae6ee728a869a198 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ!3HD+(^8%SDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-Hwl02V&)mx>yjE9YYs!^Lf!=Pql3Q8$85mxNGQDp2T$KP+%;4$j=d#Wzp$P!` C)GVO@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..54293fdf0ad2ca4289100a4744099a03b02634cc GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7mo@^o5)u}lQP4Pb_`s1fM;v%Rynk=s_I>?+gBXjV=?_1?4d>C>v?_^5 zEN@o5-2J-H%FowsORiqN_Ma1Px6@{)%9hH=O*(hCMoIqrpPsnlo&W#&aZ-U!yoWb7 zewozq>D9k4|9za2_VB#l_iwJFcK5y7-`1fXJ<}UIJ7;z_MjdSBT{CanFK%IDVdm1L zc^n2=7gxA07VC{N$+|dU%ZvN>>vPKhL;3|hW}ZbvY_(gt(V#RS0p-SglY6|-Rrk;&n}nGFZY_yl=%Af z>;KcMI*eZ2)-dMi{1~)#=ht^n)7!Y+-x=BL{5^}2!DM61qP_M~A;6$y@O1TaS?83{ F1OP#&xcLA8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..519e134b1090ad7b73802a45c968f615f3e831df GIT binary patch literal 406 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7l7_H=O! z@#uVeZNJyy0FmP#@9#YFZ=zYDhoKj{>&3HccUN}WHFM=PariayF9>+SyhDXw;f2uS zMIr2p!Mj~HJP3U?A$zH-bKmZgJ(4Xo@(*er_}EVh+7x2Qww~W(nX*Cp1;L38p&K`D zywa4s?$87+w=YGLt*-qFR4(4N?zY_PhNc7S|DO3AXTsyZ(vxk^ho1FS_Zs^iZ{Ah+ zh41g}VzI1WjhDnrKQ}$ITRGXsP2h}V$=>WRphn|#fl9`D?FCF)AXLvO$jQ9gP2fQ;Sm>EamT z(fRh8VHUF^PwPYTs7$TN!EX%Ct#)$}5ac<`U}n7HRqssu89#TedwpK+gw1(&2KCUtU4}+Q=SpWS z+iu(UKUDLn?emzEcLkkxY-{Rx@#vj{*UD{9a!aRZZFQ3?UEwVIDxm$JZb|)aU#a6C zSs6My09gP2fQ&uk>EamT z(fRh8Vb@^;f!2rW(anNKRyY4h@=Vz6z_BFihB8Z$0jG4#&f?66xyOWWue_wA`Lvbw zFMEZ&kLjxSzo*VL>{E7OF;rHXlG?dQW5G|M2LzC_3Oy6Mk<8n%4M zU3<0Q+}hIE`AI$dS7*-JT%32-h2`|7JKLL{RqpHLFks1dq0a~B`zfIS&zJ|ZQ ZCVZndL4i;6i4o9W44$rjF6*2UngC%6gFXNN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..24480b98111cef5c68227e9bdab2320057c0f087 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ+5!>EamT z(fRh8A>UyG9_PSmo2ICipZt41RkA}l;_a11FJu;X|7ZLWX4m()qR&u3@PyADNzWBp zE-a}%jjwlYcyGNecem)Py@&56rfCQovNC?SnX|TWrX}moV@ASr)c$N)z^a?!$Q^aT ze&Kh1Mb9tymOBbEPFk?)(B0(;&npkzUARg^iOJYGn|JHAXvIke#vL4Sdvk0{6#To6 Q10BcU>FVdQ&MBb@0MsdEWdHyG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc822f001cd7ed843741d20d3128be0ecec9ebb GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8A=hC8p4NxUJt7wLy!?A!+-uIoPQ@;(Dbs?iteg-2XS~Ng%jL68`|icpx*l6N zxMT#nIJhiWm5|o4J9)k6Ws`$vW;rbtS!1cZl;!4k*~@R+3T0+9tnYZScjk1~=G}+S z%u<>^Q}T{1v!JQ<_4RST52qdqmwgq`Zgpkh{uU)B!9vM`dFo0`%^eG-6iIH$z5UrT zFm#P2^MTa!ovWN?NNTD+Nj-RXujY|6{w^&1J7)y$uHNk74smdKI;Vst0CK2y A+yDRo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/panel.rc b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/panel.rc new file mode 100644 index 0000000..c877428 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/gtk-2.0/panel.rc @@ -0,0 +1,153 @@ +style "theme-panel" { + + ythickness = 0 + + bg[NORMAL] = "#383838" + bg[ACTIVE] = @selected_bg_color + bg[PRELIGHT] = shade(1.1, @selected_bg_color) + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + text[NORMAL] = "#BAC3CF" + text[PRELIGHT] = "#BAC3CF" + text[ACTIVE] = "#BAC3CF" + text[SELECTED] = "#BAC3CF" + + engine "murrine" { + reliefstyle = 0 + glazestyle = 0 + glow_shade = 1.0 + highlight_shade = 1.0 + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + textstyle = 0 + contrast = 0.0 + textstyle = 0 + } +} + +style "panelbar" { + + fg[NORMAL] = "#edf5fb" + fg[ACTIVE] = "#edf5fb" + fg[PRELIGHT] = "#edf5fb" + fg[SELECTED] = @selected_fg_color + + bg[SELECTED] = @selected_bg_color + + engine "murrine" {} +} + +style "panelbuttons" { + + xthickness = 4 + ythickness = 0 + + engine "murrine" { + textstyle = 0 + } +} + +style "theme-panel-text" { + + fg[NORMAL] = "#edf5fb" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = "#edf5fb" + + text[NORMAL] = "#edf5fb" + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = "#edf5fb" + + engine "murrine" { + textstyle = 0 + text_shade = 0.2 + } +} + +style "panel-entry" { + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + fg[INSENSITIVE] = @text_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = @text_color + +} + +style "theme-main-menu-text" = "theme-panel-text" { + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "workspace-switcher" = "theme-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "indicator" = "theme-panel" { + xthickness = 0 + ythickness = 0 +} + +widget "*tasklist*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*PanelToplevel*Button" style "panelbuttons" +widget_class "*Panel*GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*Panel*Button*" style "panelbuttons" +widget_class "*" style "panelbuttons" +widget_class "**" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" +widget "*dict*Applet*" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*Tasklist*" style:highest "panelbuttons" + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" + +# Fix gtk-entries in the panel +widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel**" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..089c14589f215cbcd4d5155557279c5df24fb43d GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkZu)pY7=y91tI|;asnc418W_9YaIh?U43g4T^mzf8w+h4TTL5B4O>S|TPF?MG--!y zNrz%FAaX1fb1WBetPpjq5q7K>0wSjdL8nGRrzSziW{{aqKdiTS0Igv!3GxeO@bvP2 z^!Q1%`I;3#p#)DC#}J9|+;fq94GKK2fifGk9@+Hg|6hHDMMbshf7PUAqK|^798f*X zt`hN)`NN}v5<8jDTl+S|AGjG{7#$J1^XAP1>sGEgn-ebPyCkh{>G{oqG6uXK4u1V! fbwY*j$Z~1fg(A0iytupuXcvR0tDnm{r-UW|t7CF9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..19c6ef13de7de64a9a1bd868012930c591d93e88 GIT binary patch literal 475 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EjR8I( zu0Xm|$f23nu}#>aRnVzb0FIoI*dRe|18W@vYdw7+ve7fJ*4MW-)U`I!wK37PHrKYX z*0ym|v-ME5^HQ}7P__$HvI|nSjhC}ekhRZ{cF2`<$dhm=6?H5Zb*vC|Y!+~87IbO> z+r@TX=qu0>d?i7C!3;9$8Y|bXTfgDW`wt&KaWJP}2Fh&mba4!^IKB4rO`#?Qk%mN7 zZ{-6y_r*QD@BL?Ve#6A)6nuE+m;W;y*(RwR>*3O3Z+rIQ^2RSb?_3r48eePp#dy(y z?OFYYUrevoax_&P))HjsH%-pDSI(S|5|!3(VRhlE5qG8 zht~>sPrbX=H;ZxC-`UqMy?h|k7i&L5R&I)r^=fPN%A5AdciZnfJh*hu?CY7#dDfl<<0!icSU#KpK;j_bUlNotDnm{r-UW|3cIKm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2f03f966d60fdea12e4c39a8f6559e5af36ff1e9 GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkZu!pXco3>6L4x3aMaPa($lvx)w8kCv9Zyzani7H(y~dDcF2};C>8@Er&2MeG7+Z= zF{c_Krv?G11|g?L0jFk=UZ-WIC9Gh(gZzRSG&E~!d$0gE!;PvyMbVxvjv*4^x&4uR z4GKK0f-4$+Gu`+-KSZhZ!h_$lJ$KnC?(*n0jZ(X4u*i!kGD^5oZh-&* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ad00c490f6bab0d588be773d91a47bf6bc60448e GIT binary patch literal 469 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Xm&(4~#Xwp-k)MZl>=z`0exsZGGCRlpHM@;kNgJL~9M>4A`qzP^>A9uV1>>RFlV z*jVYX*vbF>jte?eYSL11ApNeDXNMFwVbj{|WJ# aZ_G8-;-8Be@yrK0o59o7&t;ucLK6UwXQ^iZ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..efbc75d99848fac64c6b9d92a7aa6ae5fe1a93ef GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uAfKP}k zkp7PZS_Pcig`C^PTqkLTP0|XVY8X4$E@Q4k#vfnXZ$El}=gFsMufM(j^yB@fU!T7H`u5}Zuiro;+j%xL15KAJ3GxeO(9o=@?ZE{W zp4<-dajd6{V~9j}Zhs_Sg8~ohMBk&e;Tyj1U#24B)cihQ?d2y4?L(?dJl?q;V>raE zaI!UeMZw~Ei#M!)?zvUHYxhg}Ckkrn)z}_|n>I*0$Aa99&P`e_d%AIQ6ML YQ-{#;g^3Z$K#LeWUHx3vIVCg!00nBG%m4rY literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..fb9e759d9ca1261d593b5cb94f815f6060863df0 GIT binary patch literal 491 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E)d4;s zu0Z-fAOV*^zFo%I zRCac?8iSnnxu2gpnf~rO7r5)ey`Os-pUezD^qRNevcLGDx4a6^6z1HEIV|du`~8}d zqs896XS?rP|9|-5<#(fkh^U;@4<`QBlCSOlu(|2$9(81ESkP?j{rjTQ7MVYF)7)mh ZG2f?|bHpso=rYjZ44$rjF6*2UngD+(>k-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkZu!pXco3>6L4x3aBLND>J)SBlJe}5^6rxM?NRjWQ}mmp6*ko{cDiZ&Y^#*H4jC&# z%GM_~-aB~i!Ql&!j$V9z;pX#;x8L7+^8VhlPtRU{diMJ7uit-v|NZ~}|6Tp69Y71@ zOM?7@88kF&YI|^kYZVOoK&1(uE{-7*;ko_Md<_abEP^YVx*q**Ecl=7#Uvy(XaC$K zH}w=*r#LqS>u=&Yu!q4#??_8)#M?idk<2FDyF*3h-n>1ddBSq*Z4(}Q)?22B+*>4X m{pgk>vsmZ;>z@nPXdT~g9M2|L5oiDkRR&L2KbLh*2~7aLoRhEs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..8e5c2a1e4326f44c3ffe2717f621c37fc1d34d91 GIT binary patch literal 502 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EjR8I( zu0Xm&(4~#Xwp-k)MZl>=z`0exsZGGCRlpHM@;kNggG5?^;zG{tVy;sSW2YO(PB%@Q zZIQIZw|JQ!5S6ZtZ`fAYx2tT*sp)G^&0c?Q-sY?8_ut%n`1X$DFR$KvfA86smv6tk zeE;M9r(a*b{rdLf_YWZY_5bhR|NsAg>-*3SbcA+EkY6wZzo=Mjd_rPVb4zOve(*Km z-7=uI4W2HJAr`0CUcM>Tq#(i?pn6y&!(egc6`h~|`FS?7v+1vkn&W={8tb9nMFKOI zwD7ege0gikrSjU<>!6RQg24&V1@r#!izzSIF+DE8#wEDwz%C&tn{b5*?@!N}!E5Hd z{W^nnN1OFtwr!tYcHiF1Rg((qrH^7~@7?I3y5`=UXZuR4Ufa*v{qK-XyXw*2 zO8?IlbK7_E?{B>5-JLi=qv628nMeO-D9+)pv+r#7`Nn>0p`P$-J$)~r+ZjAv{an^L HB{Ts5^UB;T literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-selected.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6daf5f7ecd33e63be0bd76efbe9a1501e54c0e GIT binary patch literal 366 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkp7PWS_Pcigk0K$UD`$6CTWIE(hQ%Z6+YE4W|~p#9J}C3 zJ*S?Zzxn*)t(RBsyuJPC-Q6djp1uC|?$h`8pMHM+`s?fWU*CTG`S}}YNeAQ8sX+VK zOM?7@89cqbA3c5&ZN6p&P$<#U#W6%8JomgOUxNaVL!gVm^GY|?w}0PjaC#{GD6jPl zcF@r9JK(mFiObK0v0|q}y8M#~zVaRH59A_`^3HKBpBdSl5pnzV%{4Nn$*Se+*HrHM mnf{%%X2V}wS!<_7A3p2rxrp67t;+=RH-o3EpUXO@geCxMZuoc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z-faiCSesZ|h&oIAxmIwd^2Bt5&Oy?Yh>C#VKZPz#x67&FT%d1ZLj+SrD5iA~!I z`*xI0+EqT~)Qq*~=54;d@!nx%KevohR?^KKc9W_y50t|Nr|3 zbi%gq*SCPK;VTL93ucf}*I2oB-TDo0-hcS`iGw-)GEioVr;B5V#p$(|ZwfUjh_EH7 zdK)i1`t5Aj8L^80*SY&+8LBd}e(3+SPj|3ze4xCyT%h6MmxsD zufOEZZJnWa=H3kzj@9POf@cqHgP|ZtJFQ z>#JhxuWT2fY?mZspDg2$A?=VU<&ZD#P$ue7F6vk*;#ei(SS{?>BnU)KEdq`$V8eaZ zKbHgA%3c!W7tG-4<^AaKlW6lbD}X{9JzX3_EKc9Oa$BfLL4Ym6IQO!V^~}gj&QJf= zN1S+ZWD}!t?8|$f&hDSnoS?KdhSU4#LyqLcwHYmk0*xDT-?HDX`Te0$hh1U`uh;j9 z`r;|oFBd#8*<-qEcS*@>t+P{7j=#5I4%2kd-{|~d=fuUk-8M8|yY8bSY&q|$`jqr@ zA8(yDJ*OPD)~HZ!Yk%_<*{u&(RbSkh-+#uYcz$-6THEi!Yvp#wkALO=@^6XL>K?J+ bpZo6j&uR5bEq$;W=y(QCS3j3^P6gcyqV(DCY@~pSS^|7R zT!D0_kV7-CW1Fx;tDsY>0310Zu|a~`2G)9d)&_dkM!Gg8x;Cb|HfB0D<~lYm>b9=x zwr=XS9;&t;YPO!LcK*tCp^A193ifew_SupSIg$<~VvgmajuoPgl_HK+B91k}PECSN z&4NxXU>i+u>;n0euO!GXm_bHeW98a)>o>f4|KZ~&4(9aB3=E9!o-U3d5r^O2xE*xJ zK!EK*P=LT~1&tL7r#z=T`+MJ?k6GnrS$T0mTlZgm>&y9On_n)QtTWjoPxEcuO6K6Q z&r<8xD_?3)@^^pA*N`d`!4Tl?=D^7Mr@r8CpepP2^RH^B3*4#Z>JWTzkvYj?hh^nD z37$MRudAI4A1vMHyzi0Y;(aQjX4O0&+9Tet`SkizmPNUIZNK#E#RsnjXu97?l4F&# zaX(_qWK%iKqr#%%8&BcyrfQ9fuX;)^7d|LT*z=cjPvleE1l_`OEBmv$bc<}VZtM7b z?2OS*PL4Lc^wrRAZ`8({$vo{+f*&m&b9c-*KC8X2qiPRh_San-_uC2IUQxK~GUtKS zKfbM=+>rip>Zc#=R|1#V_6O(d`(>PeE)nY^Iq#1Ux5k17AA?UyF9aLzT5MoGVDrl8 r?LyY|&p-WEnxbvB)<qJb^i<)W>J>4X3hH1iV ztK>zV`Kuyp*2Xn#&hFZh(|vaC#gcyqV(DCY@~pS<^=eJ zxB}@;A%|vO$2MVyRzas$0XT9-VnYSnMO@oO-8#hGJH&R1 z?vr=-oO=J@`G<$kKRkNz>FKLa&t89i{^r};kKaFh{{8*u|Ns9zwde5z-N#oFDg`egA_Z*SZVI%FWg_8=%w;5LJnR@Z~Z#qK8W z|L1KpaF~?4>9)$bf{p)E(|0U60$$+2P zn4#-{!3l-t|NM4)N)|VLzh88#n?r0KOA^D5j}0&Q`L@r~tZF{2uesVKzTp1)Gb%D6 zzg#mjzH>Yf{qoLE^!?W8{ORtm(?4H4yL+oVU*EMLsYeH%CMLX;Ty)#{z}n@V9naay z=PB{syE9MNrlMN#>zoHa!he1Z{`utF;kq~t@4AqqiyoWa;=e5tyQJdA#*1Npo7YV* z*s!&)!v4_eaLrq`hYD5*$jYVGFkXB*@!3K}E8ANQSHIobwZBwt+oi&5!h#2ycf9D< zc;FY4B==W&t6=zw@W-peJ63xO3W_|oyx0F<$QbCi5Q7g&FPIwE8f@S^VDiG~?H6b%l-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkZu)pY7=y91tI|;a)O`^F}E&B&n_viZW*6m1^+%p|4Eu*(~M%Lo5atyPMK?;KG!~D zd2so<#HRZP&pkMN;o;GX&(Gg{aq-r>yHDQVd;00=t4~i~e|q-%@2}tg{`~#_|Np;q zV^N@G>?J{d!3>^W-j5zXi8f!e0w|Q|>Eak75uSVAldnO6$05*V1DDph&n(~Vm#8Q- zKDhr?)t7PM3KM4Wqf#0bg1iDxn5CT(Hp|#Quyin7862_V-PSFe8TYNuHQXG#l7Fe* t!}ynSH`~%@%Q+SNwUw=Qn)KtdK7Sqix}$dM%7B(Jc)I$ztaD0e0su)Jj2Hj_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..856c246e2cd21ace911230e729f65f5ab10ad3c0 GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0Xm|$f23nu}#>aRnVzb0FIoI*f2ps=T;$?c2T!!MzPb4V`rEq%(6^g;#;)TuXw3{ z$=bMvZH0Zi%BP%~vG(+=_2=eozP4`vjZKGc?>PSI>b-aOo_=}x_RFjH-`{`w`Q_WM zZ$Ey2|MBO?&;S4a{r~^}YjXYrpi}rtg8YIRWYjfQu3fi&!<+XXK7Qh0PQMJ4+2ZNq z7-DgH?d6+7O$s7x398=4jbg@8x#uT+uiy9K25a}6Wyk(c`d`e}BFs{oG9loapwwjl z`9}Vi!c@-8R%Cd^F3HgLq~72+(U=1Wy%D@g_FA4GsX7Kd#e)RZBwE3D9Kppy?E{-7_(a8x7 zjL&-b6f!~+65cW}v$OGWEM~M{EW;5X*;0CNZ9*5rMO~(Xa0Z4SZiW{>No%tLwK90R L`njxgN@xNAys<#y literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4f121405789627c61566adf48810955aa0d9988b GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0LRf=R~fi;knD`;f_>ftL1@(X5=QP)_xcHR07Z{C0S z_=$r#{W4I-&(p;*MB{vNf&$Ns>i>rima;BrxLU8WfkWd$zs?6yjRN_|2mApK?71WY z8p{J5Iu9)P!0n~*pN;E^GItFlSB4_D4-1#UQ-vSyEFB%y4D&;)JIWj`odKH6;OXk; Jvd$@?2>{DnS=;~s literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..335e71a0f6e4869f4b6569bd5d43275b85f363f3 GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF@Ck7R z(rv;H&BAtV0#2<0jyn2QtpZLTt^_IpCD==X{DK)YG;3;mdTKV^kp&9rdb&7| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d919b9c207699c8a5ae327f86728a74c47b825df GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0LRX=+eex+bwR@BH+{_;M^+U)F$B6D&Pnr`JGz$optoBfPyQz-GTNn@RbDl1vBuA zip9n!BsMj-wD$A}bX>^<%6NOaIEHAPPfk$anX&r)p@U|u3mTrrsu*x;1a#{Zh-z#Q zk9;5&@Ia4CBB0SYz@hWNf)Cto3eT0eV;H$Il(SNl2CK(Du@vDr Pps@^|u6{1-oD!M@Ck7R z(*Kb_tAG=bxBOM>E1(2>NswPKgN9~JZBI|lraQ7gAze=w#}JO_bP0l+XkK6+1^Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..da1c01e0738e749a1c0df72b24d8b43f860f9e57 GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0MeL5NH)}0xHRzr*sggny)0tFPMQ}R4g_=A+f2srM0I=pyNs=P{!NS#W6(Vd~$*U z&y3aY4;?gPUC{6}R>go*BcNNSKvZLcc;o}IfCqY95&@0I0S=u97JT4#Q+Te#9mB|# op~P*%#5!Y>z#mm6mm{_eGgv+LiKPg~0gYwwboFyt=akR{0Ho7u=l}o! literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..77a5e28d0b3a0c71d1e6d323a364db5d1a29c7ad GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF@Ck7R z(rv;H&BAtV0#2<0j;#Vt|Ns9l%dOr5lwdCj@(X6r(5$KL>8aUtM;0ig>*?Yc!V#UE z(7>p6JwSmYFd>1Hm6@3>j6<2hUYVC8K(eLu;M#@=DIJD#Rt63!1&iLv)$@TG89ZJ6 KT-G@yGywoD`8{m_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a3469d9af13f4a4a26a2547eb1cee291a2817a7e GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0LRX=+eex+bwR@BH+{_;M^+U)F$B6D&Pnr`JGz$K_dVE|JUD?`xK~}uO!GXn1NqZ zEH*wNv8lPGwWmj*<4Pt_#@o}yF+^ixa)JWSjMe8495iEH(C}1J#eh>IpjoFtL}LSc z2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4x1C4Siea*%o8TvIkV=J?f+_r+ISz|-x(6qcjh$hZxt30+VgKlgWV^2nF~*sO;=eP Y#k^r>)a%<{fL1biy85}Sb4q9e0G~co3IG5A literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-selected@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..70fd58eac5a06fc5bd0d6f6c0e3029085439dc3a GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeLIM6EK1XOq>wFN^D3FhQz#s6yo=YO2u{^+`^T2`+++GU**|@GK sbJs9(Whip{uy7eXRruk~($P`PFh8`qqs-yb8KB7wp00i_>zopr07F}P9smFU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c6a76d3e4a310f1907163ba56411b3d41ec0703 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF?J{d!3>^W-j5zXi8f!e0w|>K>Eal|5uKdS z!1(M-k%C5OLV_+kGdo)u$6^Ni#mpQ5k}ahN*CueWUsPo(2xnmE*Vj498nZ_MsFlIf L)z4*}Q$iB}?~_AT literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..eba25b5da4ce55930644dbb571a02088f895d24e GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0LRf|NrkF_yMwjuO!GXm_bHeW98a)>o>f4|KZ~& z4(9aBKp8(z7sn8diOC5HJTt2AA3Rvfx}f2zwaNw#jSKBMA4D_?_#+?i20W1Ek_c%0 zAK=h=V8I7&FNOVVTvrsiZ5X*S6uEs^xD1{u{BURK=%{9xBbavKbh_eOpverLu6{1- HoD!MTKbyW25Oony1Kf0AfRtxU}RuuWC%jWhDOFl z#-=7F=B8$rX69Dr7B&`^wzl@Jw)SpzK;+===JjMX8RX#|>fs&c z=^b{$`T0Gd-8>~he!&d#3dc{JJoV?#pTB?mQVTa978NlU%hf$s7XP9Ey0t= z`^curk!fj{e(z6YI?2Llc-i-j?)^W9nxtJDujn}5h~i-4e17^)pyU*Rr{|o6lFX0% z=kD&6*V*;^9Q&lcOVdl7p1JM(#n!qwJ*lldsI)h=U-a!!$CF=m-wTI5mYP26^24fx z)!U1Tdbd6_o&I-Q=x3g4o1&i=KKU#cn;A84WB=rkIU657dad4n{jib#k>@k7Howa$ z->c5}*Lc6f`-ziM^tN}XvKVab-)q9Qu;;z{1Pwd+%wnboFyt=akR{03N@q Ap#T5? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b635b412ef5f801e74e9d2fd7c0272581583d7a8 GIT binary patch literal 675 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSrUm$f zxB_W4Eh7~TQ*~_Qfq{{Mp^+g7 z85cSz21zTiZI>*g4zUyV^T?*gJVRIC(ladpSCLJGywgx(B$r2fBI$ zx_Jb-c>+cc_PVSk!?QklzJLg8YIRY<>OwtJ*sD?%V(I)8{XLYglG#GcYhF zd%8G=L>zv5<95&?0|B-NOkJ$pIs753I+ASUFYNh$I`UM&Y_+#)H)9O^{#Eb$Y0Y`} z99v`mdC#XgR_v?Ks4Gt`XKd*a{mbykWV6>S1|HP{uEMmrENVg)%~#}NoKzYaBo!It zzARv0ddKF8-@(`V=VF?c9*$r5!^QKShxPoq z_e|P5^}*A$2UXjr{@PpqvP+0$??70JMG5vg%1u2ABp2bP0l+XkK;Y9*D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-selectionmode.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..03311efed2deb69ea3c59f17439e3f3857cf5dfe GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD>c0G|+7 zAbsxKx%21GUjl>6moEcpAom3r02y!Iym|Zf?YnpHK7Rc8`Sa&5U%veK@#E*upTB?q z{`2S0-@kwV{rmU-|NjW9mTaI|TqQw%!3^>W$4{I*1(Y>!c%lasUG3@O7-Dhy>Xoy6 z%?bi632P&?oO2iM`28>c7IT|hf~Nc2&(j~KPnK=#eqxrb?6%tQ;BP0LHnFJ-@+{IW zaZ2SKn(w~f)NA2?-NTEo@|Pdoc_}64qI&NIQNLMV+pQJjWy;o1*|~Fx mTyWFkthIYzZvW;tPhT>^e@)FTEk>ZT89ZJ6T-G@yGywo9aKcUi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-selectionmode@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e979f8c3bbd74801d117610402005023ca2b0a2c GIT binary patch literal 615 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSasqrp zT!HjOFgSPa+<6!PvXQwkVJLm!!iASFU%qh({T}zJ2@o^XIQ$zyAFB^Y`!HfB*jd|NnpG+oVN6`vgjY{DK*5ef|8a+B){` z+yC*?=P!S2SY~Q7Ffaysx;TbJ9DaM_W?7Sg09!)Ls*FH(L%rNAr9JKyWE2Q+VEnuGTkJQkTWhVpaK_nO6Z zWlepJ?A|M>iO#nx`blFPK4I;rNM@ zr~dr;^Y?FGYGDXa+``kvF@z&JIiZ1Z*#~2X0Hp&5wtdqRxKoypu%DZamB&Wl7^9bD s0dwT{rWdo>czWa%yl1mMSjWI{*xz^SN{g=sKrZuoc5!lIL8@MUQTpt6Hc~)EP60k4 zu0UE%%Sc7TR9)LdUCTrbgpAcRP1Q6^foxSx6EzH^rEQ?4W1yo80eVJ3(dj@_1WJPZ zf*EXm{rs!iI`;0{|MAo3FMn%TW@-cFay?xfLo80ey==|bpdi8;=<4cn;oFdoEA7>}V^K7v&e!IDN63}7>Pgg&e IbxsLQ075-;iU0rr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..481a15e6ebf2b81e9bce00d25ee873d9b7853df6 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFYB!C8W3cvs%fIGWum2HsHLS3B-OM`bai##_=N}pmGYJZ`2{lwmseC)PMEal|5uKdS!05L9uEPYK0|%_0^9al_N=UF~X5-|!BXEq(OR|7D p@>;_SVJ@DYXA0ikEDzQ(F#J+<4=H)*uoh?rgQu&X%Q~loCICr!N>%^> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ce9562780cb800d29d0e0bd91ddfeadee253c6e8 GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EW&u7S zu0UEz(?DI_Tus|dP0K`0(^yr*R87-FP1{&a%UE5*SWUx39Vo74qNQ!1tqTGAH$N@f z4%8`B666=mpsJ_u84y%hR6KFgjF}){Em$=VD4XHw;uvCa`t4*-z6J#WmPnUtav%QB zH+B4YXo2BFkJ#nUuBjdo+0y@_!*BcVKE`MN*fpm2`82F*Viy%_TJ7ZWtd)5omxCmO zP9o?3)(@sTr(e94{_T#v;z?~D;}>eVy1J<|zcfuPK4iye60WPV)mgC*XeWcGtDnm{ Hr-UW|j#g-M literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4356b0ac3407588cd75fa6c316f00a0ae1986a GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF2R^0qxl3~i7eJTK@toM5x<1Po?UdD57f=z>FVdQ&MBb@ E0Fjbcg#Z8m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..bdafd334439a1cda0c82647e3edcf457ac90768e GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeL6kzSkVgS@5P!i-9%)r6JD<~?asH|#Y>g4R|##R{^43vxWba4#Pn3$ZPz?5?T zKR;{z^rjzk{!cu>vcTaVx2vOuz^mU}A~)`9aIg#QZ(#Z^D#&!GzJcjK>%;^90~rr7 zJ-^s2U^zk6u~Fv#A%S%X_r$++Xfe3Pir8rV*HKh^#dzgcai!f;&lNzM7(8A5T-G@y GGywojo_(kQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..90d0374562aa65031c51f90f518da9f81fedf1f5 GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFI(F>XWiYr11}|T}eE$6Tg$oz{{{8#^|9=}FXHB3wo{}KHU+Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..554d44958d1bbf6c4f25fddb7817bf99e083e4c6 GIT binary patch literal 336 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0ZN;kyK;J|&AKHZ2L=4-O_bKI~?A!g)Y! z+lTlc9`Dv&ycD4@W14O6=KfEzZS&r!&C88y|M>T&^v<*!{Kvl=Iq;qk3IN*5;OXk; Jvd$@?2>`Dql6e3C literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-selected.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4d32106a91fc846c32e52145ae36bbc8cdc7aa85 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFgN)HayuC$R#B%{*NkLpY+76B-zooeFg@h;3{< z94Wxz!!2RK>&WwvlP9JrVM9X@+Z~5*2?B>r7_(lQuzopr0A4U$zW@LL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..7b361e3461209ca7e8cec4c4a0439109142522a9 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z-fS%AyRG#{v0xFpCgn1NqRTwYzn*51L{B|f3Ds9>>3 z`3@NH9ElPBUi7~{hhh3jqb3Hq!=Y2uCT>)YF-%ruw|y=redmU|VUs>b^o4vE3BM%4 zSrZg99Fmci52&t;ucLK6U$!H=8( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb129da8b244e26f2e22c643ca88db8953c084a GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF` zJkbM+T6(%ThHykDCp0iF`w;37pmgAX*>4_!Hzf%P_nDLC=p{U`VrJvkNIk%t!WzBt ka6{uo*_6zU40l8s_6ND8d+u_X0W^fc)78&qol`;+04cU)DF6Tf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ae8ef7b929e41b2dad7e7690e0434fe179db53 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Et^qzF zu0Z-C7@RwI?mP?t*~na&FqFP<;lj(8FJHZS_4@VeKY#xG|Ns9G&k_ZoK>{T~e!&d3 zzJC5yZ5?~}?f>}c^OwIhEHkx%as{3)jv*GO-%hp^YETehakOD@OxyYIf5_?pC4~*A zCirbPpPlwbJgj!%!=Od?_<3&JuMhCqsmOXLh^2SNZk82F5li+>Na$jC!gxSr*@swz z$0z5$&v1_aFu_$|!G+m-)sN3N_~vMyw>nez(zbNvpZ1CO9nRV;S+vtJ8fZ6zr>mdK II;Vst010uOuK)l5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/pane-separator-vertical.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/pane-separator-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4f5d70f7b112aafd658d1eedf07a77a8dde7ab GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6dTdb&7< zaLi0jNk|AtPXK}>1s(}W35g#-ED-_3B7rU(FBa_%%WQIsuyx)R i%LtV}uV2^J)H1~9$n9sCt@;ya6oaR$pUXO@geCxnQ9BU; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/pane-separator.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/pane-separator.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f1ca449c51555e918bb1ba9f81075bdc98eff5 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^5k5_L+Qlh;h^Y&^!m@GO(-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkZ$9#ZQyZh<#ul4cW&W#YUOuq;dgEoaBdL*vYlFhTp$C&1u;;Nwt=;Yu8pa#O_roX zwxk14cHM&~*+4@@OM?7@8AQdzLqfyCo0?l%&z-+;@#Ck@U;e#xdNBp4pup3`F+@T# z_h6(@vx120!NnH*fdWnU{_2~o*EoHu{qCNk&(AHcoh*Fa%ymETOW^h!Nii1=Uq7(M zUU|dGnEN%S);LT!shK*Hfo0~LplLT7eV?8AIVrNyv!3lhrR_Ja%dU5moG(_1Rv%s~ gH(g-b!bfNMSDojJKJ(eo31~Nir>mdKI;Vst0L&nR0RR91 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0f68fc104ee3916e3ce9abf37126ff672bdae9 GIT binary patch literal 628 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E+XH+; zT!Hj|28L#Sw`P8)c0Pw@KG${umsTK~-?4??p`FjUP0+bTz^PThxs~6snct<2-?@d~ z3CM2YcWwnr2?C{@S_B+{3P8$$QXs`ntzdC5+ZjXx#StPfH4v3BQrp1VKo5v)4D_uH z^{n01Y&}$MJ=APHRe{K^T-2dl)UiU;v04~tms88u2f{$7>y-rg1v4-zDyyg(8X23I z+S)lfyM%;>g-1j-G&VK2>^pGc-MYHZ$Ezi@@vvD(Jr9QubwWBArg{n z4_3z?OpsuE@LSN8y^HTg!0g1E*W9%3-2Y$vRQCPv&6n%faZguSyYMYrV>W+OlTzip ziyx|*<{V=;Rx3@pbAIOI@`7c;n-p>muh5M+l>flxUSyVzMO9*}UeKeBP3i%8kt;b< zJs#)JRhcc@YbP@MmRTR)zOpMi8pc_#HMTB%<`fy^y(q*dmowE9atG|Za*83V? zea|)~1>au3sQK!&S*)oJ$=mxL&$sOj*U$~y)utq;?ZdiKPTS^@hnkM5(3~q`IuEZW zZgCcC;kPI@Pw%_$=2m;A=b~uQlGhh!*l~6(xw(CgLcyBt(g#`pGFK&c`d>0)Qw0V9 NgQu&X%Q~loCIB5M;b#B< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..51afedd3f25b895886146c51f6dd35280d2fe539 GIT binary patch literal 357 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^zfKP}k zkZurl=oGPT6?ASAaO@CpY!z^A<#TD~b8hEzZsl`o6>w}3aBc-6ey0|G=Qe&I!?{J! zNk`wxRL>?$${}0Ip;f@?)cXmQK(i!Dg8YIRczE^n^$pxTJUk1Fid$M++q!!|Af$bQ zIZ#cur;B5Vge2=hM!qHo9)=C~%o-*B{|^)nZuoc5!lIL8@MUQTpt6Hc~)EivoN? zT!Hj|28ISc_cmVV24062VW&bpI%j~xA5 zV&%-V>^*DE#0S&8zf7DUC#ExN$1=}J_cQk#X>xuPEn{mLc=#Aou41o&rKf|AjOUyw zPCi1%%^n`eDb#H3QL$Ne^3k7F^YeWstJz+&?R~sv!ABYHRX-L@nYOy^{dFUkLpz@C z48OFUnYrPZ^v=Li4feAOuR8GFO#SxW%-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^zfKP}k zkp52!Xccgpq!l(vD}0Jh`0ZWC@9a8pXU_?s0p{y6wgb(QC<*clX5it~(>HMU@GLAU zZfR}n?ty|^QBURp)nt3RIEF|_vL0mQJES1Mu%U>(`_upRR=#ZQx(p3$g|6Gb1!qXC z=Y02GN%Avq&kfb1HOwXb1-=Z=mU`dVovP5dM@P^LsNdtb1{-j*o%i596IRYIY@4G(o|~;OXk;vd$@?2>=!4nZy79 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..dd186c2f00e5cca594e8531e1955edd6919dd187 GIT binary patch literal 584 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EGXs1= zT!Hj|+JjaBr!HyV9$DWWdA}Y-ztxd-tE1~y#{yBq+W3a`iH)ysK6-l_h@O0S^77NO zmp~UiZZ0_tbewTXkY6wZqmZzOw2Z8xl8UOHzJZ~eyGKT5UVcGYc|}8GQ%h@GXAe5y z3yzTnYJcSE;uvCadhO)fLQM(+4qHujXIA>^bWd70P4xf&LQyG!Ll;cuZog~G%&pV* z(cMSAgP}!%OC~t%n~~4SJ=2oTeqitX8YzEfql4X}*NaW_Ha_b)$K-wDrCwUo(j)Kv z)FT>i>r7bLvL^1(L9Z$oj)+H_^t+soCe7y%?A6{?sPEc-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkZurl=oGPT6?ASAaO@CpY!z^A<#TD~b8hEzZsl`o6>w}3aBc-6ey0|G=Qe&I!?{He zDDJc(q+&%_#mca%4^LixdIm(V|Ns9#YjHHtOa|$aAirP+9$r0teFJw756{A);+EFd zw(cG%aDVTU1XPyi>Eak7A<24>k?)X#0KZuoc5!lIL8@MUQTpt6Hc~)ED*}8% zT!Hj|28ISc_cmVV24062VW&^KR$i? z_37LH|NptQTb=^lYEcs87tFvYBrGB=BP*+@q@t>-r>}2d=;rS3;gOMnkl}q+beSB)NlXm!x9^n zdVDWe-o9(R;Q-SC`H5FnGB-0=P1E{#s;!-4USQx8RjrK^PJeyJWtj8pXqCN-s8jDX z>Fgtk&SewDI!^z&{E~z7!hP-vrGuxZXDBP`>iA?nnvoJIbn(WKCg(?o-~M~z#VgId zrS(al97CQntN%{@vd{3Rktoy^st83 z1bUqfJ^VdeQYkUu^Bv=tw;LH99{0wqx0o{b)rG7DEjH=j^26-<;w*G!ivEY4-f~x= g;BDt2?f++()1D+T8S?th0Q#N5)78&qol`;+0QMaA?*IS* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked-selected.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..cad4427b710083c1e1a8f0a1b8e2c9e634a5a729 GIT binary patch literal 365 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4B+Yr|+;Ot$WSivFVIw+s}B;3q^_PrDYSR zsIE*fic=9S?m0F6ins8ZH)8iMTP|MS5xDm3`8StcH%?GF&vL}<;E$b)D}HNxYK1bF zUKgI7^uBUl{D#$*Q#_VS=DfLn>_cdsYQRdV6?QentaEH+rmL*~^|IkY&Dp)T7!OMF z3l#oWGMyXD7-jBJ7Jhc+1fvgpHHCN1-MI5x{6_x;#tk(m_x=-JAPV#~gQu&X%Q~lo FCIBx8j-3Di literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked-selected@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2ecf36aa3eb6a9cb69453285863a89856277421f GIT binary patch literal 644 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E#{zsp zT!Hle!2wzYoVsOvdSrciu3Q@19zer;UC+W3Zb35~CBK74Zv zh#tMY{rKaPSD&7~0y;mv>)BnPPxMNH{DK)66_r&~4ULRVOl|EPon1mg!@?sX8ycIM zTlO6|aq`sZGuLn2ymkB4>$e|2fB7}(m}nPJ=QmFm#}En0wFfh!83QHQ9y}Ly<#y#x z3pku$#C>tzmp}jQry9>Gp80n6?_-9ZYqR-l>odx;nsj!`UM`4knsQ25m@QQ$#&5OZsuzJ8#|L5)sh}-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkZ$9#ZQyZh<#ul4cW&W#YUOuq;dgEoaBdL*vYlFhTp$C&1u@XkijayGp_MDcsy;q> z_37!WPtRWe|Np;pY05&N(V`_me!&c)V&Wm8Vc|{9Ev@IyU%2@3)8{Y$UOK&)0#uOi z>Eak7A<25sk*`@nfZ;%*_|YTZ{{J_5=_vSuhoOO~^2syF?+%XE!h80&FR5kjxVC&k zI-|yXfj*W6W}&TTOx0FR5Kv_@V`T8T>cNwJAmFQPF;nc0c!poPYj1KT#0DEx@m^Rz jo#|rH_dVa47#i#^&et&8s_eZTXf=bUtDnm{r-UW|prC@_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b168f1484eb145ba67c6bf67a66703995e64b972 GIT binary patch literal 645 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E#{zsp zT!Hj|28L#Sw`P8)c0Pw@KG${umsTK~-?4??p`FjUP0+bTz^PThxs~6snct<2-?@d~ z3CM2YcWwnr2?C{@S_B+{3P8$$QXs`ntzdC5+ZjXx#StPfH4v3Ziq8M;us9;?QKqvNC1+)tytG{EhFD ze)l)!SGumuz6&zZaUd z7%dia+i1E~a*E_ugRZqJY@G{N*1B%Y&*BrAee1Q+t*Cv0n-`R1oTIMx+BNIE34zOSWdKIdNHB_5ZT8txKI m@!Xngx$k`he|nShErxETLJ@w6J-`ISz~JfX=d#Wzp$PycNC0O5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..07901935e66f12f67e6c030b7d1836d64b7c5501 GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkZ$9#ZQyZh<#ul4cW&W#YUOuq;dgEoaBdL*vYlFhTp$C&1u;;Nwt+QJBrsn0KF}c1 zk|4ie22nBbkkGL3rskH`bLTHy{P^kfmwzvvUQ7WhNb+=X43Ut`Js8c`q9EXUaPf~Y zw~UYP>Q^Rv9RH9gI{(nW-RpL+-pN_@$;DKBr_m>lW#R7{V|zs{u68tdZlBC!@Ukq3 z$zopr E079g5{r~^~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..67f3760f6fb58dcd857e783a44bc79fef885abd2 GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!Hj|28L#Sw`P8)c0Pw@KG${umsTK~-?4??p`FjUP0+bTz^PThxs~6snct<2-?@d~ z3CM2YcWwnr2?C{@S_B+{3P8$$QXs`ntzdC5+ZjXx#StPfH4v3BQro~9sFEd(g%9W^ zy^^I7#p?h7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3e5cc543f082e817618dc347ed058902e773a31d GIT binary patch literal 334 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_UfKP}k zkZurl=oGPT6?ASAaO@CpY!z^A<#TD~b8hEzZsl`o6>w}3aBc-6ey0|G=Qe&I!?{J! zNk`wRRlsRm-o#HpBScGr{DK*Hc=h!44ct9EJPV78TUuM&x_f%g|3{iGNsfp(x_-y<*Iv;_&MsT#V^TbIwetFmUsD*~yjpW$ zr5}^euDK}UFOK9l6Y$?P!^{F{?G|5P%F{p3y+oOhHP PXcvR0tDnm{r-UW|QTS_- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5da58e69ad099f5121e7e807cdd0995c1d649ce6 GIT binary patch literal 515 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ebpbvh zu0Z-f149F!dmFEF1Fu7iuv4dyLyM4Ii;!D4zgs)MOFN%KGoM{EpKGh2bCZB$hk#?N zfNPV0OFO?)E1zR4pGz~Jb331Ni=b1Rpi_&0bDMy3tAKNhfKv;D5K$PZNPtfOxQ6mP1w%?G+bt0c%Tn1NA9SVUSzR#s6-MO9T#U*Evc&E4I@BO@~} zFTbFyyrQA8sin28v!^Fh;C?Jn*FjGg#}JFtYbU=JYElqzTezp>;-yp3vjWt%z5m~I zcEL;zYYX4!>h~qf8e1pWJN;dg;Iu*M>q^Z&%bpJr!E>ZFLi%RCe`m0mb9v>BMmO=A z&sUjwOp-;T8Yh0b{E|~(Q6h66=brmX%o_7VjAA^N1UzukYu(p+ooDBXB^Mq!Wed;S zCiHcaT5ybo_rc?=*Nd*^RIHT{=9~6>-=(F@&K?O;JO7qwZ2xtE&E=qG`q%5Xj(4gp pPj!EM|I?&BVvEk{uhaZD)4cymqGFkC9MCTe44$rjF6*2UngBLfwI~1p literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-selected.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..a7a7d448b8792051e06d87e6b8186911af3beff2 GIT binary patch literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^_fKP}k zkp52!Xcce*DwlK969VcKDhcunX5it~(>HMU@GLAUZfR}n?&&$Qu+|eO8|&%f7$PB= zd(e@uL4kq!AZwt=${YXd!<;)FKH%B^C~n>ACnq+Xnk#homd%zU+Nb1M6TYi3FIQ)s zP|LrK;pX>*@CRR(Fx;HX+wo~RTinXZ4DQ%TyLTD1)OZ{h`|+7ULy>dEZuoc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-f?Ln)66VQ^2SsXin_NkNv`2{mD3JHry%g8D!si^Ad8yLE|dt_wh zwY0W%_Vhf+3KIgV-|p$+7-DgH?c|F>O$q|8OGC7RgD*4~ZT$PcevM(*0)@k<-JyQz2?WM+^oi{A~ZjWif#G0scuiB^Yoiva~edOQ{TLMuyFS731WLp z=6iZOoLJ5)qPC)tn@eM*U{=hEo&$xAl8G`8UnYnx6|9PR;e1H>ic^mCr_+Y|3%k9T z!gZHl*D`px=j+bqMn|RcP0p1ZE#G8+AA7k!zIM(XtF>qL)@!ewaUp7h*2k&!&sbOA X4qEkPSMW!m7Z^NU{an^LB{Ts5-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_UfKP}k zkZurl=oGPT6?ASAaO@CpY!z^A<#TD~b8hEzZsl`o6>w}3aBc-6ey0|G=Qe&I!?{He zDDL$C|9^w)yHkKhh?WHT1vBvQ>gnqnxO;eb78Vt^w6?Z&_w=00+gu1#kl^X!7$PB= zd(e}wK|#RvAp5zl3!nD>k2GD991(GJ{f_0Yy`qntUAD}}qwK9C-_Uh@Cdq-5*<&L3Hz#xcsbqMe#m)ON{oY}q OT@0SCelF{r5}E**!)~Jh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3552aad91803baf8e15784f86d70d74e979a6967 GIT binary patch literal 515 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ebpbvh zu0Z-f149F!dmFEF1Fu7iuv4dyLyM4Ii;!D4zgs)MOFN%KGoM{EpKGh2bCZB$hk#?N zfNPV0OFO?)E1zR4pGz~Jb331Ni=b1Rpi_&0bDMy3tAKNhfKv;D5K$PZKuRO9sj|9_T4;y-~d&?*V?3ua&x5*Cq`k(E_cQc+da)7LjJbaQw2@W{x_ z%gZk)E3as1Y-(w3>+I>t6u2J?)OFC)#WBR<^xDaZXeS!3%2d#Ar^5}Y1B6yCpMo8bR_wNiAb1tvE(dZ^# z^Z6<>k4ds2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4Vnu1^8!PcktZLrSNrTcK^+lY?JhI;)}&SRXiKd-td~$Td^wO(lXx< z5*Oc1@tm}gajCM!`RVsw-TnM(+f+j}o|<;{5dR`p_ky3z58f{Pc`V7Lnoq~>QNxt` z?3q_jvZyetRIcACD#XbCz|DB>(!1~XZ&-eTJJ#_e$CTwk;z0K^c)I$ztaD0e0sw*q Bb7%kn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-selected@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a844dff56a0ac420393dbc4b8e0158c180d2d4b9 GIT binary patch literal 514 zcmV+d0{#7oP)Z8qAF=g(waa0EblI{t=Us*t=XUF8_a3bRqn@pj{pDw07*qoM6N<$ Ef+ddBAOHXW literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..965f41a7838e4629b204db91fdc49f7f869e3bf7 GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkZ$9#ZQyZh<#ul4cW&W#YUOuq;dgEoaBdL*vYlFhTp$C&1u@Xk|Ns9dybm}IG)S~0 z$S;^dR7^Z1G%UQSxux~o`3o06e)|07-%F<#Q-BJRJY5_^BqVbWM)S2O2)G_x{3FaQ zW9Pg2mB}8*KO~CIKlE?+x*e={a#nqEF%{ow^oe6x_`Al~UQvsy9Sxq_C-WG*EDK`t zGgaEKawCJ{>#0_9!4tKaug(Zv%6NT!`^}9dH9wjAH}SYxujIT8w2i^j)z4*}Q$iB} DFkNZuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!Hj|28L#Sw`P8)c0Pw@KG${umsTK~-?4??p`FjUP0+bTz^PThxs~6snct<2-?@d~ z3CM2YcWwnr2?C{@S_B+{3P8$$QXs`ntzdC5+ZjXx#StPfH4v3ZP<&e7Q=Bs45MBC?^eskvp}ffFZBoj!B@#?4!|U%h_&@$;8o zla7gY0d=18ba4!^IK6iAO}-`r0ar)IgRCMkH&|F#DW(4Tzu#E1yS1#zaE|*s&zak{ zcNrmJV*LN?#pU`Azcst>eSg}+ kR?VfE6>+B??f=OzKQ(tB`@QAaKwmLn+a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a80cc0cb9b9daad32209d61ccd3cf5b9bfb869bc GIT binary patch literal 426 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uVfKP}k zkXF_)Rnj)r(6CTfH&atH)zC6i*D_PnHdWI$(a<(g(=b-kGEvnuR@VTsP1Jx4EwG@b zF^~=Bf<-ieQYPw}CYss?TH1y{H9%5J$4EyS#R?@s ze!&c~atew{=^0tsIg=(&pE2{%qsLF4J^%9c+s|LWe*OOaThFa@4Nz^hr;B5VgkgtIn}3 qjoh=f&QLY*-nY+pw!44(!?@Z)g!h`#rC6Xd7(8A5T-G@yGywpfw2UJF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6f79041a62b4f5214cc7a71686e8da4ded4d2491 GIT binary patch literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EZv%Wn zT!FNMgM+cLv9`9hii(PYf`g2VrIfL;iiVknhN-%`iJF#?hK7l{y0N;pk(!pNswPm% zR9)LdUDHHO!xV^AwSWv0RV`z6O;a_9pq2?xnHq=$G1P&|z*0aiNP!kuFGMj!1gIFK z5hx2`fX#tQK@@{EB1DYTwSdT2L(5oG+dxy>P)l21OWQz8+fZ9uPg@6w^tE*ibaZre zbo6v|^mTOgbU{Gx#w}S;kXn}n`2{nuu(GjpaB^8%S=%}|Iyrm$`X#5PrRU`47gko) z^!87fID5|A!$*!CKY8cg{RfYqymzQ6;Bt(5DCe(2Wz7b z21u|!P_KOH8?3c*$(N=RT&drZXRq0uCU^h;;}Y4J-8t6(itlgnp1FDXGCPy6&pua9 zn^ZK_&grjLUy_OJ2APcsaV&kTFQi;W+9lX!gpy~d-YQ_+A@h(aT*S)A;OPu|iQ`+Q zQ%M{e{1M``X0~d=D=JgPp-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zke1W6ky6qID~fdeu702X{d~0VwOzJt0`}`v4b8HI);=tlxj3zGAH&~e zN3St2&QRn};Eehsmhdx6@ZJH9s1qC|tHrX}LpEoq6(3!=F;I9TZ)f4|7KPo$DPIjL f?Rmq`{b5v}DrmBO&kaeS8yGxY{an^LB{Ts5sy=@Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f7844b8b195c40a2089be1d24a5238b2f8f97c52 GIT binary patch literal 673 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!C~$Lqlk2sDp!pv9YnXwzis@sfvoRlBR)%hMBs$iJGplhK8}ay1AORnYy-#nwFWW zrm4ERvAVXgnwF`Wrm315P|!q8(?ng%SY68qB%%r8s)CWarm?!FnVN>FI#3X(Obe$d^gCvp z$pX6Gt|Z7Wn1P9zg_TW7SyfG4Lsw7V+Sbm|(b>h*(R~EsX+|Ub7!Tpop z{{J6sH-$+z+WPT~>-xsqx1VJCukk#`gjeizf|XUd$ekDGcV69dU*l7m!=)Q8DjVBU zE}Z+^&8n;&eY4~A>e_p%y-!k3oR-aRbJhEF_Jhjf()Sa(CH7r0Z)-W;bh?y>F!*D=-sS6JygM4UPx|&t| zWmX28Fy6}ee`gsP9&E`8yqFf~zFu_ov8{4pXX3=RuRi`ZweWF-<{9zB&*D_Ko+>R~ z%6sy@7x$JLBeQE=5!p$X^smSj2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR40PFVvUNI}?CdR<&qFY9FVe@b@QpOLIt->$j4x=g!PkS7}A=! zL;tbyhg&jCouLx&^c%a)v@J=S5ZHO8w#CN9hLHuT zUvJJ1@)4WUIQ6rLWA*vSgf!a=45sHl&TYzGAoy7BspZPt%ZqI$v0R#T||GUom*P`njxgN@xNAP`Gz2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd9a00dbf3002009f2fa7530f45348cc981a41b GIT binary patch literal 575 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z<#-~ivuGkSrp(JKk^3ua(sV&>rF;ujDU5*8H`mync_mXVc{S5Q<^Q`gYc(l#@< zu(GzXwRdoGc5!tR_}vu))cMxa#WBR<^xDZUg_;a_S_Grkh~Mi9+Ow+RQtkii!Gara zDLn4^UB2IQcFJRm`YE^XzYAV_`R}&(g4?!RExuHls<>Aq;I+e#eH_=gJgVRSb8+U4 zTzZhPD(_dY!m~31(+|9P%H2DmHiPr-%6;<_4(lBCxFZzdP$>O?t9z3}o1n6Z(>INa zM<-4Us`#R%n5odD(;&+v#j!!VfhAWeLs_#y#*Vk(32Q+nlb^u-`5AvwLar~YD1$QQMV^j0_HSED_x)G2@@mt?2dNZ@9a?*?sL{%d>|q h_r6~){$F`1+$C7~x9e7KaiGT;JYD@<);T3K0RU|zEmi;k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..41ed4d9ffa62667f4e11c01325691693d25fc649 GIT binary patch literal 395 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkUoF@{IO%lu3o)*^5n^L=gwWabm{Wt%RoUOH&duaT=*WwS}H8jv*4^xqWYi925jx&F_mYs+ltBd%d^z zA&KwzEsb}7XZoX>UA1<%Rc{RMv8wme7Fz9`@>*=usZR-u^xPJ6aGB+or?olVaK9mT z^o9Jxz literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a83495380c6fe9fb2072f3e85f428d52df010c9d GIT binary patch literal 657 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|NmF5S_LHc@85ss%$alN&YeGh{^G@pmoHyFd-m+rt5<ws*aAP_(Vf$DGGym|Zf?Pt%P zJ%9fE?c28>K79D}>C=}lUw-}i_4n^zpo2xv&B_3Jz`i8NFPMRenVE%EUO`b=MMYIp zOWVxc!qVEt*3QY<#n(R|G%PzOH#e`cs=BtezM-Y1t-YhOs|N|h-A;W9H0rmfi(`nz z>9vz@7BxADxLkZ7W!jk?V|Y=Z;JBQtWZJ*~o42qvD@_jwySctLZSUP#-&|grCTCek zS7+^c%3*yyTItFrac3>F12ONo9~Mt%EK_~8-#TF)&(ZQ5X8C{l6ZDmDG54;HFDRH$ zZgoJj?YjB<>+IEkUWqT@ReRKs@PehTjL%=_lfikd1w3k=hAjEA2bMC5JG0g_US>GH zoyq5i$%Dfo2c(+VSj@O0mNMFBy7yexyXjx|%z<&~mi|*`3jTawy*2F8hFjA!_o?*U z{v*A8+WiTQns;0#b;bOhcwwG%qHA*g-eX;#ckU2NzqoYQ(r|a-*D-rfu2^Ni`I7pZ XjNTWWx^lU|U|{fc^>bP0l+XkK%0N^c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-selected.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..aba589ee61620882ea6c052c593170e0c499a0e1 GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR402bOxh^qTfqwn6xatI^{rOvgUOFZ&dC zX)fP?pPG0NP17BRS)Qj>_Ve#?Ir43V!qSpv%X=3W-L^R<5?;~Mab3P?$|cix8+Fv> zPI2&8baj|pXn$BSr-tjDS7cJ$44nhIX8R8~pIm0JH$m%q%-+)7FPqGCnP{s+0&a0T0*>iu(N vdSCA+hf61%jU?|Z`|WdHaN}x?&35yHZaa!wlZuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle;R38CJ>&rT$E765FPMRenT3^KKu}0VR!&|)QAtf*LsLsfPv6Mc#LV2n(%Qz> z&duG!)63h(*UvvGIVCkMGb=kUzo4k3w4$=Ax~8_Sz9D+i#0v}zj8dL1jv*GO*G|q2 zZgLQ5H7{V@SmSwV%^H!KZZBr$AnzxC{{I(Q%c3#;WSUL672DtV z_4#>P=LYX)Q=zr&mP_6-Z(EqXYSmUA=?|}e|0`wq-KD;(=I}SO*X50cGt)!lT6cK< z&1!J3ThMM`;lJ;F;;G_U2PP*kV0S;s+|~PguD^9JEnghHJ|)KHX=7$p-m=^i2Qp@QFirk@qPOu~y_0mSQrF((S64N@?Rx04 zasAV-%kfK(Mt)tHcak^zTkzhQS0~)${K~uZrP0Rr^exuFP-pOT^>bP0l+XkK{Opkr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..52594602458b89def52a2958121a47ded48855d7 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkiLBR@|iPd&YwSj@#4ixmo8lZ10WkH0%QV3fB+%|VIz}Qu3Q010RcqUvuDqM3?TXZ z`SWkzzJ34x{l||VKY#xG`}gnv|Nl+(+D`%PlPd}G3ucg&Q&3b&&&bNonKXI&jG2!f zKY8~2%hzu|fBpLX`}cCc{ojBp%RF5iLnOj;`@{Jf6a-iWtJjOT3O@W-Ug8>pV-Ux=Z-47x~sIVZ!X{1*;2yE@1F< L^>bP0l+XkKf&Ie7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/radio-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c01664c05c71cbcdf32409dbf9e81adbc37391 GIT binary patch literal 716 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!Hld{rk_HIdk>u)!Vmk1KG!p9RqUDojZ3P3@%>02&6AuxBz581R)Fv8z>F|a4tj_ zP!MhckPR^bE&|~~RFXm7xN+m=&6~Gw-Fo`;>9c3goC+MZ{B?T`0>-HPoF=3 z{_^F^&!0bk{rdIq-@pI=|NjYJFAMaibxDw4FarxK8#@Olm!*}pt%IYJv$wBba%x(7 zPHui-WmQdY|AdLN=gd8P!;aVNwHRQEGptK1^7 wvi;gBi?!~nqN~;gZBDzoI<)AQo%Ub;`&(Cj-|&pV4H(J{p00i_>zopr0IcDJFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e9c86f70c9e39eba4fcaaeb24271786832ae818e GIT binary patch literal 795 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jA{Ws zA+A8h{}~usgq=Et96AJDS_GV01svK1Tw3{^TKS#Zfh3<}o1kN>Adqx!6L4(dcWmQ# zZV_;76>x3^as{1WY!IUbq{|7YrWIrkhz%s$kl0Xhut=q-eWjQKvItOpr6@?GK*}CS z=1bWZN!pnLft9ez%i$D5-_C9N`m}?85pHy?dM*(d=Bl19 zjv*GOlM@!0Cx}iAyzG61`Af)B*NDI^8$6^QU!EZG;$=$i+c&972YW6YUfvk)-O?>7 zvLo~3p)VgEZ&y2WjE67BhgGr4;>*X|%}b7-IdiQ+c1e4n-1>Pg;l?5ll+JTpInujC z!H&TU)N)~VQ5Z|sC05U)R=*Oj zPtNFFcQQ(Rg(tg;XkO;K=1~4+YTCIA)KoXbG%U3Yvz>9SIEW!jsNLh&tmuTx&5{E5 z7CHFF1VsK9SaVUNWu2yo$djH;Dz58h%V-oy-uS4#Si<^B$`QAirme1*lC>DTpV_>s zD0SU=_{)y0PYOmNn|CP2-pJS>>%uLq4RJi)t#0?V9eyaPGW(NvINQ R9x%umJYD@<);T3K0RYcq9P0o8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d4b1dde52dd42ed6aa6eb4f3ad9eab5852a074bd GIT binary patch literal 1450 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC3{3I? zJ|V6^#s3)?RxyM&FgP?Ygid1cZ0EOW;B#-|b#CBsYvp$C5_M=5vF#LbZ4q{A5pwGg zbZHTAY8P;5=67r6cWUQzXy$VTDsJa%bu8^3cazf&8(6G%$HsYSrCMZmcQ$mIt~wFv^%IJF6Yq(JJyia~6C zC$JhI=?KvXv;rs&Gzz2!tP8{iYXrIzh`?NsjW7mC7VHMN6h4M25LmgJnVOnex|^Gr znwyxJTe@4Am|0r5TN#;InY&vXnOU2;TbsMv7@66cyE*8aJL;P|0g-{Zi=MfQk(;Zo zxvQRqo36Q=u7#VCtGlj+2MAeu>$wGJSO$WSRgi{Nh?-R>5NWxFsab`oS%+!5hHJP) zsR5B|w7P4os%xBzYl4bvvb;?S2-#-H+GfhwW&%lByG%LfELqzuS-UJb=R7I9d?1px zFOae;l(H|Ca4wZ}E|YLB7k91@bFLJ1s1kLk1|i34QKvd#$9fq zU%h_!>GPMb-+ui3_4{9*-+6yvvYhDY;usQf`0b6K(L#;+3spIZF;3g714OD5;N zy|8A9QICk%T-BEo_&RT`y)a?R8^1Ge3^uR1a-!$KU*^TUNsV*o#>Urwto-xO?sH{Y zMR{6W$*zw*dsCiEcl%6}l1R+bS*G;3D`(oIJdM^s&y|X?jVEtpI-mWw_O5o!y4A&8 z_xkEKyqn>dsFt(xh{nU~a!Q@cwPSWh>OViD=eBm)?nafPSDD+>mRju;m3WrUJ<;=Z zfotBT&0Dx0^KiPD)g0Jnb1|}KRgot znBAEFO+Ko(sH!7rS7Pd!nH4f$|C(qxzx&YX8JHoP<+z?hdF}=?F4=`XAD=FjdSS+$ z)pGd%oS#!9_r*P*x60yv1m8yf12KZPJW4G@gRF&>>LT==c0c|8*6YYax%P+&(|La; zOy`hYyso|aNXY{==|>M&aLn!N=d#`TC1y6WpIHg-8Kn|EyH~C$-_mEv6l_@7U0^1; z>v-oRHg|57o4fY?+JA_dw{P0o$zsm;L-nMl_DxIj(0K3v^_EOVn)CO?PxmS&K6w85 z)xP-=R#)mbd=_%w*J-gm#QH*hx}0OPf%~_B+WLp@^m&(WZ)Y`ivf_P&Yos>(*j{r&}3GJf}-%eSn08!Wo( zh9;}(Rs*h;x_UFtWS!akX`AS@$W`uMAHC_L+U=nw(o!$G=$uGXjIB LtDnm{r-UW|G?^*j literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-header-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..ccd93aa51ae786e4821de690fe25fcacdb80d35f GIT binary patch literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h{}~usgq=Et96AJDS_GV01svK1Tw3{^TKS#Zfh3<}o1kN>Adqx!6L4(dcWmQ# zZV_;76>x3^as{1WY!IUbq{|7YrWIrkhz%s$kl0XhutR z=1SNWh}-A_fswtQp}n4wy`hetk&eExmY%UT5b2xi+gs>4Sn4`hX&6{*0+FGUnvt`r zku#7~Gj`T=a8Wb%S2PU(A|!3>PjGIH_;hDNS# z?q1$Le!(Gm`GvFQ%$>hr>$dHOjvl*w~QcZ#|a? z415hw7sn8b(|fPn3_D~X!1f@_Att~2fIp^*(^M|RflnsuYQY-OyPNXr-nP*v?aoO7q2*NbXi)Va@|75SJA=C zJ|4bqBXS|0YiGj!p0|g--{5gNYO8OYC1bLrb;p%QTCS6~F~`q8XYSxs^;pDpE%W`e zpJsPhDH$CSQO$MJ-rKQ4X;D_wA|CD9Ik6{s4=Np!>?(_RskuJZqgQxtPVkmr(YsG( z2R;5{Q`@@8V}Hd;+0#6k-7Bo!FCJM?^;aYJ^4yMhHz%+5E+{@<862N>HgwMiiM{hb zC7b-(->7@bM=zmoXTEI6dfv-h%xbSW?Ns`$@LJO9*sekWxrgQDX49Ik+ltOEm!N) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-header-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f958a30ac91cab91bc554604cbe86b3f81ae3dda GIT binary patch literal 1453 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC3`|M^ zJ|V6^#s3)?RxyM&FgP?Ygid1cZ0EOW;B#-|b#CBsYvp$C5_M=5vF#LbZ4q{A5pwGg zbZHTAY8P;5=67r6cWUQzXy$VTDsJa%bu8^3cazf&8(6G%$HsYSrCMZmcQ$mIt~wFv^%IJF6Yq(JJyia~6C zC$JhI=?KvXv;rs&Gzz2!tP8{iYXrIzh`?NsjW7mC7VHMN6h4M75E$9(>FVkk+UptF z>+9(1>*(nl+8gNT85-IfYv~zl>l^Dkm}u#lXzQEk+neY+nCaVFY8Y5)7+7l>*k~Hs zsT3Cv_uN4F_*!6CV&V^;I?vP&5rtG7C_3 z2vjr;R5S}zaST>=2vu?jQ*sPfa)?xPj8brnRd7s@u}lOZt5hkgG!U{*lXgmzaZH!8 zN|&!-v9A=duL2>5DiOyzVTU?l$9iGM zCIQDLK_GH!hDL`|3phL#cF*+(rjmq`AirP+MrIZ^c0nOwF>wh=DQQ_bc?Csf6;(A; zGjj`T8(VuPmx!q7nAo`Fl+^6pyrPoQvWf{4CrzF@ZSk_L+qUo6wfo4i<0np@I(_Ec zgN6g?x<4k;ymzahVeg*SHCj@+U`tD7G88g>Pl0bu-mSLQV}bc znU79un_iF=yTZc$-?CWKxMuG;+u*`|8)cH-H{Vp+GVfJ^){-(cmp>cATFOqnzr9tl zy;>;EG0yBsv#e4{%PzThhL;;>=Xf+6Rw^;F)B5w}5qB=1#mx(%2Hh8C{#Y^Hd9(fX zCk@TKu??3`1{kY*Ny+F=NO@iL>OU91sYTQ_zbGEt@SPbUR#9Dw3-{Px%`SdmCtW3= z`@WQu*?xZL_rFIjE&SI!ce2H&yOw>sm)>fOv;NHSsy%X3`>WfZzt?42?6uWdA?T%X z{mAzXZ0uGyuOC@;<7m25Y>i&(bGJW_F0XaCTO&VZVcv=U{eESOmx!r87ko2m-@DU> z7Zx~_=e75xd&rl4UMr#L@ptAO`!%11=CA4wnCtREFV)uZ^`s}q%ljm^R_AWo?|)*> zs?#zoc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h{}~usgq=Et96AJDS_GV01svK1Tw3{^TKS#Zfh3<}o1kN>Adqx!6L4(dcWmQ# zZV_;76>x3^as{1WY!IUbq{|7YrWIrkhz%s$kl0Xhu*eM4xEZGL$Ra@X(~aUFB1`>C zmIanB^2!HtyCglkq`W3+g-_NFpQ;}<)gXGBQS5Z%*y$#5^IftRdgL$i%wOzPu+*;@ zq$>cVacz9V-nyBGIu;)8T6Ao}@^kYxpPRq={DLj#7jC_C5*YzkdJz^LO{wbBVyfSMzjn43UuBdoVMaF;Rr=LAq0rSN8-l-CM>>WO65) zWlnY5HY>y8|9^9p%tueF?04n!%sIS!!@@}|yX@YVE|^@a=VvrCW@()Mei^o$4L&&& zeO8^wZJk@VrSg$Vacr`;u3_u6i5e%DWZhXPRlLZPb7IK6-6GCh4TitUOPm(*a9`46 zVBDngwcl81&nAV}%p2V5Cs|2Lacb#ktY_#5xcu=qvudfCiO@_P17(J9D_$--=ns_s zY7qHhD|f=wx;v&bczdftBLbq>9xR{co|kdOy^r<$W(K#H*Z-=1Ek4~OEzXcSaY@O$ zpopLgPkJVud8uB$;#k|oN1c<;gih7HdPL>co!KhI|BmJU%r)0B`)_x0$!68dI;s3M p&M#8tbGC&}3OIZ))0*wAbcg!eSeujoPXfc7!PC{xWt~$(69DW_ULXJf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-header@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ec395089e818950085fe96f0d9f882277ba09385 GIT binary patch literal 1458 zcmah|c|4SP7=L41lVdJ~nbM&twK;0jA!;rf9gcBi$B`qW(jqfvqDalmJ4j846v`~Q zvLYoVsmL)SCe&hVOEGS8h6($Q{p|j`pU-oDzt8V^{&;>d_O^#KR57Xm0BG1y$W+Lm zg47hI3|Y~-rd5zrW)N+hU@(}p+pY^rR|QjkVE_R3p+Z-9V&d08MLnjKE7LKE&SZOs z_yKG-+xT=~0K?Zi*v~j9#6NY^0s{a_IQyecRuFj!0P+FnC;%S?I41x$e1t_5{1B)? zic+`csgYu}@jNZd7%eNVCXtJ_jz*EWNFpDJ=OC;(2qGVj=fJHXG9OOj!igZ9z(wOh z6oHE(gD4V+BtRSvg3Lpac#0xqp(2roB!CDK4?zSGL14m8V?t0UhmSjRp-r=6S(<8;q>&`ykG)sE=LI1mi z)Awx|+4jtAhtO;)E60(Y>vX=*`^rNfNH`CDxkZqiVjdx3$G9EVxA4`5KZOJQd$$!!M;6-ae#iy4IpKDvb z)U|x6Z|xC%=n;SD6@Qey`$P7wP1e}f*VNu8>F9qi?QfP2wRH`5bPsoY9_j3v8W@=x z9Ge~*n;!l;GcrCiIx#=}?fdNf_c{5(ynONd!s6oM5+qAY!UO6`(4lxSskV;53gsVu zR6(INSL^8NVX$lU*R9`RunD)>Z1LBk4PnwQB#BFVf?NlW!2a@ zxk#gPC5y$1Sa{nvE;lfhhtX%!)vnPkd`)gYn^)rGsamIOOBCWOHzwZC8jSUJq81!U z@@{6)?CmN$x(Hv9F(wn|FuOcqQ7>-HL_NG3eHVzY=f=1O7xU;F< zl7f?4%GImf2REVz3bu-EnaM6*X*84gIDW}?0ef|3e#S>T!*NEkmCu$hT4y?6a4~|4 zT^_;I8R1~Y)w=3caz{}3!7%4`oy@o(Zl9(gQ`VGW(NmJ1qQ(0tG@pt#ZB`1%l%PZg zg$G@fBD@He!LyY=-<#kDoTz849Kwn>#D}MdN!UEN!}?Iu4WFZ?EgrjtcfQnEkljyO z`KE?h=2&Nu3|>vJynRIxo58*3=7)_$O>(%~wxbk&s3 zs;4Z}$!@V%0uXDbY5s2>eKYVHL&tpn zolPT~TfesJPer?AQob#y`7>#v^q@QXp<$Q9`C=@L7diE8O{jfwM1F%2>#(PTSsXE6 zZE|you}p8DbmGX-Bm>;GW4JjtMsw|wwH{|qjgb0^B42{dLtg=~v9cu>61}ec4M_Ku Ak^lez literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c2971b14312136cb7fe3d943bb31b9e02f58560 GIT binary patch literal 744 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EZv%Wn zT!Hj|28Iqnmwo|aW?si;VY@aV=MEvqRzc?$L5DUVDd5z?@6^Qa z*vjwH&hOmH=iCM)`JI{t9ohw*TEVhy{7$X>jxGGoZ9ox0$5sKyN>RH?aR;C>pkOP% zbCoEVE$EytWe+sDNXpI>2&~-AEnLkl+%1gFElka=3{9;J&F#!x9ZcPw^vykWEIjpH zL)5Io)T|=aoMTmh$Td;fIZGC3h+V#vLm>z`7fU%5OF37FIaG)_SBW`Pi8+(a=bZfWa7XoY`*{;*sRj6I3V+|-@%|?>)3c&Anq6so zma`nU33L3ka@J85OwGjv2GADpCshjA?VT|;LtDN(9Unuz-QUO z=ibKa+`#M5#$($eY?&hYZ=BDQ67VZ|N<`x$2R)*$Q=I%Cz<~HW84*KR!`sU7h z=FWz$u6pLKdKRvRuI_pko_ZGEdaeN)76BSoK^j&eYF1%Dq~#i};T)+3M6S_luCXev z@hYx~Dy~WLHYxHp8L~E6(l%K@Qr0d@);U+oE+2@b9SWr!N+q02rJTzooGZi}D#Vb zS-=&#F{FcOvIwu2$;PcyANjR3Jz(oK`EGw(IC}PynLdY}azFo2=Ra@q%egbFr8#oa zUoTy0dq=vr|1g`eT>rN=f76XqZUwNIsZI=7%N>0G?81Bhvh~(>G%09hmWu9pXT>GF z$D}FnORI{Z>dedTdTev&{Hy&hO<;2bllRoe9b!p$1#Gk2tM z`c0oJ`#s=y`YqW>Uw&JA2e7|t-Y4YtY~f;-y9@U`dM>U%;Y?GIz|ZG0OZGhc&i${s z{d4bAfkfU}yf2upKD6~H_UTwraIayV)%x2Z7a!h#siSeW&8XmL1KW!GhtC_yR-9~0 z*^%vVcv(>G|2LEE*U^q>CS7INXrL`Fr^2W-#0JMV7;Y%mvf!v z$zA5^*U#MjE5N3;BW9E5U&p;WH(H-bRO!9v@b4jCWc1bK6`oFuw@mQtwNA|67hT}H z@A3O7SCe(GK0b0UddIERQFfWEdG88kjyUab%&|+g>TS8w^iM-%$(fqc#48_|va{R- zg*gMyt*DfEd+V*4PWdoc5!lIL8@MUQTpt6Hc~)Ep96eC zT!Hj|28Iqnmwo|aW?si;VY@aV=MEvqRzc?$L5DUVDd5z?@6^Qa z*vjwH&hOmH=iCM)`JI{t9ohw*TEVhy{7$X>jxGGoZ9ox0$5sKya$&o2Q9GbApkOP% zbA>RNE$EypVGA_5K*ClJ2n-zzb@U8%^o_OjjCFuW-(26pLeIfUL*GgZhzy<744qXB zoq?p9v9p$gpQ3312$=^cn};hpg)2KmDmuj~I%P;ZLxq@Am54)) zkW-C_Q=C!4P^Q9oGWX^qko(T?Z8IGIX}GK4Q} zTy6L`L61uzvgD%K-s<9XrVoaft!^#H@AJ8I3X`8{l%Q> z2j7p^vU{95az3EPIDhTZ9=ntjcZpL)Z04~mbQhoFbyiLPa#w0Kud0!fYFpR2jJ}T^ znRi|+J#pdf{WsjnOAGhUo0_PxOOnqpOwww?#p)S~|I2<^24DAc3x0m;tID6kc-PC` zFWs+XgbHVul*J@U&$%fYcKJ+wSaSUSe{(A%G?b$nr(f8{vGGmT5rJ}ZiSq|v&+Cq_ e^!q0s#k`gCP5wdEm4d(sVDNPHb6Mw<&;$T|c@RAS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6d218dcc85983eac22360e1c6585e78cc1197e48 GIT binary patch literal 1325 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42(+x zd_r7-ivKe(G%z%*VhC+uaOjh@J85OwGjv2GADpCshjA?VT|;LtDN(9Unuz-QUO z=ibKa+`#M5#$($e+|lap6a zR8&?`H83phPEJWpOV7#8&CAO#C@iX|tg5c9t7~X%Zf$LA z@96C8>h2*IEI(JR!oa|k?CIhd5^?zLjn~majw0*{ON{bUZ~E?@5v#NEh~6z%O;uy1 zJ3;B&y91q~r5SHsy(SPeS>@ZG%NNx)a$8#)%kBSR^Kak#edqbo)6N}yeDmBjZ|~{# z3KH{Lc+-qzWIoK#N!0whk0Hm4XRgxtJY zD898m?asm-hP#SoU%Ay@C_m&Ow(I)B+f%~-{5i&)siVQzSbvUj)@QGOhYI%zrhU4Q z=Jb4J-x2~pTFmEIfKv} z=hBWM-#6o% zT#ehaY~Az+$K;MXo@tM=Q_hw@vgw%f{OLxYO@9O)=6>>Zid5*7^eC_Mhb!LaZBN{p zp220N7~E{TJEFO=I6eQrM@7=&BQ6z7{s*OB{&rs@+Mu3c$zopr0NU62UH||9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..75def4b42848e38d6979c91eeb3592a17cb7cb0a GIT binary patch literal 790 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{}~uM1YP4kmPr27IbJAbZQ05w(&c)@;kQhJGTKv1RYxi9A}uu&M=J!Dgz3( zg4NG3j%yKg1{%A>zhqfp*+S1epx!Pi&n_wNNm}7kbi$|VM^4p`o@y97-8go-Y5Y9r z>;<0ri-5>Gf08}`=CJlwh9aMz;a6IPs?xB0??Ef*GTyLa&1gTogd z9R;F`uWvqjd;8JbJ5N45dHLzt%WrQ#e0%@t2M~Sw_Up^HU*CTG{r&s@|NjwdE&zj& zA-p8WFPMRmUqDbwT1{P3OIy#z)-E(GEIcAPB|9g#q@=X0qOz&ExuvzOqocE{tE;<* zXb^bR+5#Bn3Z5>GArg{%4`#<7OpsuI@L!-)Xi`?qpx!BmDgR`6~uDE_poJa6pq;fc*Epz@d|gpY1D$lOtr!eEp@hcFDd1U*|;!h+*V2b&~vY^sT1f5J^P!-*R4y? z3R9kGJ=?a-mM?sZhtc)evQqxVA6SBpt6aXs-e-Kle-h&lR&%3Dpbu-(Y&%kavpuRh Vk*?s^v=A5_44$rjF6*2Ung9%^P>KKm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d01eb4dad036db4c627b973a43c648c828ab42 GIT binary patch literal 1411 zcmb`G>r+!l7>5s{0zz_5B35n+Dz;WqB0JWBuv{VrbY5@^-5JqVl<&r@nq|0>rA9Uy0-Pzse{q2XHRYZhu zB`kAV20;*ky^X;E^8wJktS!OV<@&$|OqP6%9c688J@{hhbFj3@*cQWwAZN`&xA@Ab z%mr*Z3YgJ?$aJnin2?nW357z>RNg`U{)CKV&-AR6>c6Q@5M=Q%A}optWHSVbAkigg zw+KQ@T!KVSJ47o`g?+Gy9H=6*3rP$Sf|eqv9HxqhK_cQ-8G$Y$pfbBHQZh?KVgNyk zU~&YNz^oH6O9EqZA}S#=afB&H7&wfHVVWGKNnun$#AHO8j6{=?P%%Q2ASjN|)qIMRZ_-Dj?$sZD9$HNDGKJyjz8_6 zQ2lwLn#xt92WqgihH!pEM0Nuwr!fkUt4S!(BmyK_KoYLy%9}GwZt+#OvQ_Q*m3JgH z9f~@gvO%Y8)TtV~PG9L(YrAW%_tf3!Ip5sd)Ykhwp#53hhvpqT+?v+c`P zE_l>x0Vg~XvRGuf*k+j>fk=cAghVDUw_mYp^=enQHEY(nulMry@%8l!2n?ovfzq&@ z5xY1sd-o?Lb5p)Kbcn}G&&bTmJ)C#sSbn~!K!W2kd7(m4bfWlwYJ|=s*C1%oF*bu1 z72To#^Zi~j&A}?8-bdrvdZXj7YxQK0oAjo7pS44reFMz_7bw>y)_Nk7Ot^bfEKZys zNLwyknUj-qOm9`IGn7*A9j$R3&9$mNsyElZh zZPQkTArk2e!Eb8?$g5(cgNn}`PPxCnZ@w~6<~~0$u%yw#zwWfO4DzF(W1q%TbCZ`= zacSNebNpsb-YqlU=9~G0)^9gWf$6{7Tc5|E~n0&oSigI8-yV<(GleY=5wiC ze0_;rT1j;8@1evg&m9c)7&aNwF9#_T>BB#+qX$;((U^~Zc&xH?44AUy*<-bZl$eam z=%ps-(BGdFF41-MHLdLENen(&Qt?Y&%rm(6vCA31J8d_ejSqM7O`p{6nsjcC9rSs7 zLRp_`^&x1KiSlCo&y#H!A3&z5F{#t#V-+}4B(xl)f;Z+_yL%p2VdS%Wt&yz%VYj@1{Z zvPO*d9}W9AuH9!nJ|7~!*f0~MeMjNxSL_&m>UFli&V=ym8cL6oBGs(hO=BOjQBA`%tMpZ8Nq)3!swMF1{w?=B#;an3+uOIV&udp-(T#81 dV`jw^yeCu)=vccVr~ANvf!NG&##QWV@jo1CaLfPz literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive-selected.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..a98387d3642576d4a1ae6ce2b80df39c211eb24c GIT binary patch literal 788 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h|7ix^+Aw@1;hPtk9J za=;|5@F_as(~V=No5oK!O`K_-xX3$yk$2$|Umz-8=2yHWw`)so&zAh2ZTWrM3j6jp z%s$w<;Bfnb?%e{p9VPC+~si-m~`) zo_~1q^3$`IzrOtdx@5z;IfsA&5ndAH7tFxOFCZu-t){N2rLAXUYZn?89+8}qos(Nq zT2@in)ZEhA*3r?~)z#JALkhThxTqW$=5n4cjv*GO_g=XfcE~`0?ZJN5l{*pzMMOjj z<_8^Q2q{lxm@$ulf7$|lXM*?DZ%l~X@`jGTnD*{u%n zH;3)Lx9`sBS;@xRSE}aAN-f0Y|{as$T!@y*v>|e_!#jL#L3mG84{P?WIxIU&&7?X6OSmhtEFH`m_Upsl=} zYr&y2e_mbKdg;i;K-L3R#>V%pmzaEfUFpj3t>9yu%+!aCJ?o}1Ml8O%TRe3plca4F zLr-XJ;qSo9vBqi{i`PHSkUr~kWy5*jgDt$=OTI4tSSL5@UWEz6<$G5*9rzw|{qy%+ pW2@cXJ15oM@!om#$d&qq_R9`_Z%-0kAOwsI22WQ%mvv4FO#taDs-FM= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive-selected@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9ccfe6807448b462ae06435eef246167989a0189 GIT binary patch literal 1401 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&lN zd_r7-ivJHs&??~6D&X7>L_*H(Vy>M)B;npA<=v;~*QXpX0fH;$cd8b94M zai)3VT${AHb}4i1(&jp3%yY_`=L|&I3xLQKh;kRW=PvThT^3NfF{ycDO6$h7_AR+x zTk?Ch74~f_p0KNI%HFz}dmCmSZeMV;YtivZE6&W`cxLX#bMrP|Ub*M;Y9QKs6^PaX z(f+IJ_utub;?AB^_x1wOnS1-s-8*>h*}0p~FWi29@%GEB_uk%q^#0D1_xGN?fAIXn zqvs!)VgtKY-}h-`~Ig{{9OD|AFZL|0}ke_<(Uaqa?^Ln1PXr znT3;!hnJ6EKu}0nL{wHzUO`b=Mb*I2$k@cp+}g(8!O_V-ATTI0IyogZEj=eUFTbF$ zsG_o}y0)&NvAMOay`!_MyNAjkRxI!s0|QgNr;B4q#NoF$-i8Y~im)dvF}irhXsyrb zNnUSUy;m%mbbwcui_2(X(Mg}?DfdKmt2gRsn{HS5^l$fEvx4cV>FL*Ai=Y4aedgWg zXWq=6X&s?6`)0+;tdf!)d-rZQ_ND5sY#(!|&eA*Yno2uQ$K@Tkaf{{3?fw2LY=;jf zq!<|PWN?aRZQUsMIdRJU;KMFc+b>(*4_rMj_^nItv%?G*Rjjz@UR~<9m;LY`DP=3k z^A)eQp1UX4vsp*z?h)0*`i+~}Ls?G;0yCgc)>Xe$^Q?O=PQEs`bA#t>y1c?lLYd9; z;LJ^-FBDGARBfx|_hn5#?Rw>xq(NKKPVeZ?0mfMl!7URdGtN0b*I57KR~LKLfhM;D zU+>>^tvtN__7ltF|Be-TBnW1uyx_R1D07KLSSiy&$65XB^R@r)=g(WWVF8P@*C9^H zT@JGRo`$kJPPe&O=sSl`Sspg;ZcXC3Mh@v$?EO4Hr!J3sX3xE!S<$S7d0o~*cb92C z7HJAsubgdvntY@sIqlVzqXzqb$t+J^Ced~3xA%=X%${anEaLAS<^J}$bl=zD6Dt3k z)@s&$I&13muF!geKti6Q_lDr|;JKXlo|iMUMPAUb&^&&G-#Dpg37Z|mw zzanMXQTbPVofh?EdI){Xoc-P^Wb%B^mv!^kEMND80yugjr|( zDq8OzvO6&0%Uk*RcfEFg4z&oFE*{~de$+#w#M@`t^aaaHcVA51dGsdx>j`%0r_HV% y-Lq-o*1e}+$7?_QUba;}e?#uS-c5|3#rtQzSY)QTMjn`57(8A5T-G@yGywqNGY`f9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..75def4b42848e38d6979c91eeb3592a17cb7cb0a GIT binary patch literal 790 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{}~uM1YP4kmPr27IbJAbZQ05w(&c)@;kQhJGTKv1RYxi9A}uu&M=J!Dgz3( zg4NG3j%yKg1{%A>zhqfp*+S1epx!Pi&n_wNNm}7kbi$|VM^4p`o@y97-8go-Y5Y9r z>;<0ri-5>Gf08}`=CJlwh9aMz;a6IPs?xB0??Ef*GTyLa&1gTogd z9R;F`uWvqjd;8JbJ5N45dHLzt%WrQ#e0%@t2M~Sw_Up^HU*CTG{r&s@|NjwdE&zj& zA-p8WFPMRmUqDbwT1{P3OIy#z)-E(GEIcAPB|9g#q@=X0qOz&ExuvzOqocE{tE;<* zXb^bR+5#Bn3Z5>GArg{%4`#<7OpsuI@L!-)Xi`?qpx!BmDgR`6~uDE_poJa6pq;fc*Epz@d|gpY1D$lOtr!eEp@hcFDd1U*|;!h+*V2b&~vY^sT1f5J^P!-*R4y? z3R9kGJ=?a-mM?sZhtc)evQqxVA6SBpt6aXs-e-Kle-h&lR&%3Dpbu-(Y&%kavpuRh Vk*?s^v=A5_44$rjF6*2Ung9%^P>KKm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d01eb4dad036db4c627b973a43c648c828ab42 GIT binary patch literal 1411 zcmb`G>r+!l7>5s{0zz_5B35n+Dz;WqB0JWBuv{VrbY5@^-5JqVl<&r@nq|0>rA9Uy0-Pzse{q2XHRYZhu zB`kAV20;*ky^X;E^8wJktS!OV<@&$|OqP6%9c688J@{hhbFj3@*cQWwAZN`&xA@Ab z%mr*Z3YgJ?$aJnin2?nW357z>RNg`U{)CKV&-AR6>c6Q@5M=Q%A}optWHSVbAkigg zw+KQ@T!KVSJ47o`g?+Gy9H=6*3rP$Sf|eqv9HxqhK_cQ-8G$Y$pfbBHQZh?KVgNyk zU~&YNz^oH6O9EqZA}S#=afB&H7&wfHVVWGKNnun$#AHO8j6{=?P%%Q2ASjN|)qIMRZ_-Dj?$sZD9$HNDGKJyjz8_6 zQ2lwLn#xt92WqgihH!pEM0Nuwr!fkUt4S!(BmyK_KoYLy%9}GwZt+#OvQ_Q*m3JgH z9f~@gvO%Y8)TtV~PG9L(YrAW%_tf3!Ip5sd)Ykhwp#53hhvpqT+?v+c`P zE_l>x0Vg~XvRGuf*k+j>fk=cAghVDUw_mYp^=enQHEY(nulMry@%8l!2n?ovfzq&@ z5xY1sd-o?Lb5p)Kbcn}G&&bTmJ)C#sSbn~!K!W2kd7(m4bfWlwYJ|=s*C1%oF*bu1 z72To#^Zi~j&A}?8-bdrvdZXj7YxQK0oAjo7pS44reFMz_7bw>y)_Nk7Ot^bfEKZys zNLwyknUj-qOm9`IGn7*A9j$R3&9$mNsyElZh zZPQkTArk2e!Eb8?$g5(cgNn}`PPxCnZ@w~6<~~0$u%yw#zwWfO4DzF(W1q%TbCZ`= zacSNebNpsb-YqlU=9~G0)^9gWf$6{7Tc5|E~n0&oSigI8-yV<(GleY=5wiC ze0_;rT1j;8@1evg&m9c)7&aNwF9#_T>BB#+qX$;((U^~Zc&xH?44AUy*<-bZl$eam z=%ps-(BGdFF41-MHLdLENen(&Qt?Y&%rm(6vCA31J8d_ejSqM7O`p{6nsjcC9rSs7 zLRp_`^&x1KiSlCo&y#H!A3&z5F{#t#V-+}4B(xl)f;Z+_yL%p2VdS%Wt&yz%VYj@1{Z zvPO*d9}W9AuH9!nJ|7~!*f0~MeMjNxSL_&m>UFli&V=ym8cL6oBGs(hO=BOjQBA`%tMpZ8Nq)3!swMF1{w?=B#;an3+uOIV&udp-(T#81 dV`jw^yeCu)=vccVr~ANvf!NG&##QWV@jo1CaLfPz literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-selected.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..ce85be2a889623080101481ebdcdc2e697d08dd8 GIT binary patch literal 805 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h{|5-Xz5VFTtw(5SrEDJ%%fwMS_PciMO?e2yt<{mdt`lj75w`Y z{ri;zCuxOG)`^&I96Q4_euinnOtXZ=UImN23zzs5F7Yi|>Q}raw|i?|&({3jZ3TVX z3j6jp%s$w<;86R5;}ch2-*6CU_`UsS?;kjO|KPcYM=t^`dVKuS)6>`9-hTY{&Xad{ zpS-{S?EQo1AD_JX^z_xQuit-t`vG*)wqxzTfI((f666=mz$h&vCvRYAC5*YzkdJz^LO{wbBVyfSMzjn z43UuBdoVMaF;Rr=fxCxSrr@PTuGMXm4!fM1<{7or_wutp|Lc5;oFT5lNM2(<~r@t3h&C3Y|YxojNTtlnb^y}`0VV2nag!% zZaV2%QehVP>}!ve)@`{NZyIZ-WnSr86}3k8M|;B48Jw;n(*l$hX0o%rmCln;lX||( S{UtEW89ZJ6T-G@yGywqT_|7Q+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-selected@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ce6e0babd9f04ae6a032a0aa3bf891c49afda753 GIT binary patch literal 1459 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC3{0v4 zJ|V6^#s5bE?ht4daB3BFZWDBF7j|hEb?Xpw>kxPElJe?P^zTy&=vNNxR|%S+8Z<#I zWV&(e4Ab}-rU^666X)2b&9O_JW0yA9K7Fo3#yrQ&c}|)0oHOUUWG`^ZS>T$p&@FeN zd)^|Cyk&u<8OTv@aCDiE#RcXjRlYwPyk*?scvo>TYsp1!y5 z%)R|*?;kw(?A(p#7jC_{boN<$S;_Ik(q^!T~J6^Ok6@z zN?KM4V@ ze}AvyO%X3EE35r`^!dl%%KV$>r?-`-KXY9ydH#lX+PZxQ5>_<|E<2W@abf+56wQ^p zf+VI+c@>m8W6NBzE0_0g`~6DRZ1(1R*Dta^lfA5YrbTzE#M9^9Zb~QSo-25owswl~ zZVA)b<)tc$>+&oNv~QkVcfi0ts?+6Go7N`bxl2PO(l0oxJbtQk`slf&5K*389IATf zHhH{And7i_c6-2M-l@xv&z(}c!YV`6i1Wa|DTx`Tr(UXUs^r#AK6hmCito$)1q2MAaBNxW>@8u&usso?zinvHpz7pPhMxIfds^3ZhcClj0g_C6KJwmYP`?Q_Q#)}J>f$d`S*Ao!}rqv7QNQ?n}!?UgT5YC@hoY*l|H zQ?O~Fcfyl}#vcRy|JVJAn95vcRwC!8?xfo?J;WkQ;ozmORzH$mS{J9iY&m+t+Qx6; z;$;#pPye1=c&>4G&WpG$d(1o7>TH(3`P;eF`6suvzs;wskxuKh%NCqJb*G6fq3_AE zTdBK$Mjw55_e9gIg)K!sHQg%;7EET{+i1G6`Fw+A{~^7~=UIOqTwdcex90uRg>ol) z@B4jQw8YHvx!oJVd+$ygUYIcb-5oAjf8n?{VzUf|-2cwJbN?*&k?^akEBu;vJI>@! zkDFHU^PJJ5Fnxuezgv1DPrf~JMk&O#ra=8_DZj|M30V`i%nmp$UUyUFM(>)l>+9!U z%G9*IZ(_Tuvhm-7`;WKW);Ign%p9<_c9oB~wd(pMVs46Ck5*2O?5%V=x9yKn@K=w{ ntl-Fh*XDfrxIge%!as&x&+C4P3H2%f^8$mXtDnm{r-UW||A}xG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active.png new file mode 100644 index 0000000000000000000000000000000000000000..2deb8d3c289631b8e5ecf6b35f64fe5abd5fc9a2 GIT binary patch literal 805 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h{}~usgq=Et96AJDS_GV01svK1Tw3{^TKS#Zfh3<}o1kN>Adqx!6L4(dcWmQ# zZV_;76>x3^as{1WY!IUbq{|7YrWIrkhz%s$kl0Xhu*eM4xEZGL$Ra@X(~aUFB1`>C zmIanB^2!HtyCglkq`W3+g-_NFpQ;}<)gXGBQS5Z%*y$#5^IftRdgL$i%wOzPu+*;@ zq$>cVacz9V-nyBGIu;)8T6Ao}@^kYxpPRq={DLj#7jC_C5*YzkdJz^LO{wbBVyfSMzjn43UuBdoVMaF;Rr=LAq0rSN8-l-CM>>WO65) zWlnY5HY>y8|9^9p%tueF?04n!%sIS!!@@}|yX@YVE|^@a=VvrCW@()Mei^o$4L&&& zeO8^wZJk@VrSg$Vacr`;u3_u6i5e%DWZhXPRlLZPb7IK6-6GCh4TitUOPm(*a9`46 zVBDngwcl81&nAV}%p2V5Cs|2Lacb#ktY_#5xcu=qvudfCiO@_P17(J9D_$--=ns_s zY7qHhD|f=wx;v&bczdftBLbq>9xR{co|kdOy^r<$W(K#H*Z-=1Ek4~OEzXcSaY@O$ zpopLgPkJVud8uB$;#k|oN1c<;gih7HdPL>co!KhI|BmJU%r)0B`)_x0$!68dI;s3M p&M#8tbGC&}3OIZ))0*wAbcg!eSeujoPXfc7!PC{xWt~$(69DW_ULXJf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ec395089e818950085fe96f0d9f882277ba09385 GIT binary patch literal 1458 zcmah|c|4SP7=L41lVdJ~nbM&twK;0jA!;rf9gcBi$B`qW(jqfvqDalmJ4j846v`~Q zvLYoVsmL)SCe&hVOEGS8h6($Q{p|j`pU-oDzt8V^{&;>d_O^#KR57Xm0BG1y$W+Lm zg47hI3|Y~-rd5zrW)N+hU@(}p+pY^rR|QjkVE_R3p+Z-9V&d08MLnjKE7LKE&SZOs z_yKG-+xT=~0K?Zi*v~j9#6NY^0s{a_IQyecRuFj!0P+FnC;%S?I41x$e1t_5{1B)? zic+`csgYu}@jNZd7%eNVCXtJ_jz*EWNFpDJ=OC;(2qGVj=fJHXG9OOj!igZ9z(wOh z6oHE(gD4V+BtRSvg3Lpac#0xqp(2roB!CDK4?zSGL14m8V?t0UhmSjRp-r=6S(<8;q>&`ykG)sE=LI1mi z)Awx|+4jtAhtO;)E60(Y>vX=*`^rNfNH`CDxkZqiVjdx3$G9EVxA4`5KZOJQd$$!!M;6-ae#iy4IpKDvb z)U|x6Z|xC%=n;SD6@Qey`$P7wP1e}f*VNu8>F9qi?QfP2wRH`5bPsoY9_j3v8W@=x z9Ge~*n;!l;GcrCiIx#=}?fdNf_c{5(ynONd!s6oM5+qAY!UO6`(4lxSskV;53gsVu zR6(INSL^8NVX$lU*R9`RunD)>Z1LBk4PnwQB#BFVf?NlW!2a@ zxk#gPC5y$1Sa{nvE;lfhhtX%!)vnPkd`)gYn^)rGsamIOOBCWOHzwZC8jSUJq81!U z@@{6)?CmN$x(Hv9F(wn|FuOcqQ7>-HL_NG3eHVzY=f=1O7xU;F< zl7f?4%GImf2REVz3bu-EnaM6*X*84gIDW}?0ef|3e#S>T!*NEkmCu$hT4y?6a4~|4 zT^_;I8R1~Y)w=3caz{}3!7%4`oy@o(Zl9(gQ`VGW(NmJ1qQ(0tG@pt#ZB`1%l%PZg zg$G@fBD@He!LyY=-<#kDoTz849Kwn>#D}MdN!UEN!}?Iu4WFZ?EgrjtcfQnEkljyO z`KE?h=2&Nu3|>vJynRIxo58*3=7)_$O>(%~wxbk&s3 zs;4Z}$!@V%0uXDbY5s2>eKYVHL&tpn zolPT~TfesJPer?AQob#y`7>#v^q@QXp<$Q9`C=@L7diE8O{jfwM1F%2>#(PTSsXE6 zZE|you}p8DbmGX-Bm>;GW4JjtMsw|wwH{|qjgb0^B42{dLtg=~v9cu>61}ec4M_Ku Ak^lez literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7feed194842db10259d3b5e26d3f2240c61f83f7 GIT binary patch literal 728 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EKLdP1 zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBpXXo`Sh zVPRoF!N9;k2pJR<1W{uO1Xk{5KxFN1Zf+hFg{8A!N2VC4CDVJYD@<);T3K0RRsdA@KkJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d04c0853dad643559c931291a01da85290230a5e GIT binary patch literal 1266 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42%l{ zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qbm;!;7yBQDwNoyeTFgG{1u&}VQva+_ewz09XwY9agv$J>h zv3K@$bn$fp0#{!rS3f5=KW88Sl5YOa?*1-7;O_4V1Rnlwo&oM&f!^NUzP`SGetrP~ z0fB*mz%UOB3j+ozFl>S026P5E%%ZKn8&Gc$9->joyF~)ShV&BBuVnmj++&+Ies;QA*-+{V8{2>zv7lC(Kh1eQ2!lDm8oUWxJhH%2J); z2A5K*w-(==FW!;XV&leDcH!L7gn8;#4+}4~dM*EXc$Gtm@`8K!TrN)w{w|YrM8SK7 z=*LBQ!n+tHlV+HB?b`NGrh@zPF@gT3d$Kyt+Z8<}4!*q;o%+I*L&w9#alO~M$P+?o zK69(@yt%*V*Tefd?zR?doxVGyId78GI8(^!8uiRVYS&^Xe}^RJNs=%4mwR<>_OPv3 z=#IM7A&^^&9wYk^~8U-7CXf&9BFgx$PB?!9^OR{pzR?(`X-`o4d+nDyoc5!lIL8@MUQTpt6Hc~)E{{wtN zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBRPXo`Sh zp`oEbL4SXL2pJF%08yh01V;9H#z5qtudi=lU|?cmVrpt?VPRouX=x7xPF@Z`;Oy-P zL@wS=AmroZ>f;PVZa#i~en2yUra`QLIR1XRU^meJmL)-c!3>PjGIH_;hDNS#?q1$L ze!(Gm`GvFQ%$>hr>$dHOjvl*wI#{ilk`6Y-ZkWzu+^WF0D5>)Q|Lr?EjGZ2Jo@?8^ ztNW*4(Y-wki~Y83*mhmPTWa^});9u$;p>*_x9I;ia}R%drhld_*Uj=n{MyztI?vwe zJwB--Kdf~7f-^^MHYA>@-oEOx41>j0F=?+1*N{>MpZ!L<-!d<#G;F#u(ZoLITSwfE zSFQ}!`}%5xZ9lCzeS1|t;|gwBPT|1z&)=4>DrHb-`&8$6-o~z@k1JEI)J?A~E<}E3eqo7pg>FVdQ&MBb@ E0FufhtN;K2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-header-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4b1588d09fd36b81267bf325dc593a7b086c53 GIT binary patch literal 1291 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)|7 zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qb=mLR}y&e!4+v^!S7#J8B8X6iK8=IJzn3|fJnVFfJn_E~| zSlYT-*}B`&!>9S{IXM=v`kFMA+x@&X33gR_@|v$rD zb=u-(TeofBv1|8{W5-XNJaziaxeK@M-h1%m>9d!wUcdYF`ODXDKYsrD{V&h&ygvg2 zQ;MgHV@Sl|w>NHvUv>~-e-LCIBKBR>g|U3;x>9y=feEW3*2Id;II?YtXXv9_N?tmx zPTBA7=S&vMxMX5nbea9!!|#*k8S~#inKG^Vby05GRbHK`2@Wa>2-BFod zi_-;UPA*t}u`P3#Y@@5I-;oNtc@w6}baCCk72ABXNS8yhGel*kW8lHndD`jq_9@Fd zG@Zm;ZEuFZ-O?`_bVNy0RJnKS?74jxHhJhMKQ#<`GUcMBT%?#sFNej;h^3c5tx}jY zYa*9K=9bE{nH3D0Ns}e7bXDBgz%{p3XCrUk+qrRt+w9skt34bX^|wu3$o-)`z^H%H zx#8XTw8cuV7as5w)1vpU;fOn z>ilcN|d@D0~e=$v)FgbX-p6}iC4YRDCi!s++pOAm`lELp!|4#j~ zb9I`0N$m9RNy*aRYJY}y1zkxxEY~C>8+;}^O^QlEmk4yVe312cn^tI zJP*^eljr#6cW7q!`O>zssrm~RyxaQf$-dgcNlupEwO0QQ3|$qz^XsOSn>JWWox8rW zfk)nO+A8&?%9V1eg+G?;{E_#0weht3?56quw!JD#dY>GzV%9#EyuG%!lCLW4TrVQM zaY^DeqZRX>_8yO2{QUM)UPr%)M=j1DcZrO2+Uxt`ncr-^GWYWbR4gW({5S9ImScOC ves+8Bkx;YuNJYYu?^WrapWWAxHu%pl{T$2HNoJw>prXjr)z4*}Q$iB}rkoFJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-header.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-header.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1fd7ec3993161329f5e8f382883f0459ccca94 GIT binary patch literal 781 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{|6L&2Log${P^($$OQ@m$$$U;0m+XaKYsf3>GS8$Kn748&OUnV^s(cokDWMk z?8MmaOA+jV+Ri%J9Oma;iEuwYUZ59v*#|EJ#Xop`AZ)@e0b~Dt*ckBUb}Yf z(xpq6FJHcR@gk6M{`~nf1$S;_IQ9@E$Mq5YM&fdY<#nsK*CpjgpySJ}@ z!r~=M*KgXqZ~uWq$BtjQdgJD;+js8VfB5L}<0ns^J$w1`<*Qe3-n@MW0`I}#D+v7j z{rm6VfB%*rlVSu0xrC>SV~EA+J(3cOJj5S6S$>(5yt=V*dVa7$G|vi8ONQ8Bg=K2~ z`ql3G;T+L|D?GJXVuLxBsRfto>x*kdbFc6eb`I7M>$j+`-02vTzKrq85|^IOGJEgX z?s=n_!@5ANa1qm?dsnU;6i=F}5g;t?HsQ7aUy)nnC8cmak)1qm+72#JQ8vqH+NxrA zP>S=wB+GuYjgij1>=PHxIC}OkljBT*dWjd^h6|s?CTfZ@-Hi3>XnnU-fZ<}yJ%RIa SE1H3^z~JfX=d#Wzp$Pysh0B5f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-header@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..df38f3872e2081f98693c46ac3d8e6db3a0f537c GIT binary patch literal 1343 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&BB zd_r7-ivN!SSP1<2^XKp1zyJRI0}22czkmP!{{8!pA3uQPr%#_geE9J3@X@13_wV1odGqG=>(_7GxB+Bb zy?XW9wQH9yUAlbv@`Vc*&YwRIB*TvdZve(wUrCT(Faskq3o9GHfS`z|n7D+Lw2Z8r zf})avp^>qvnYpEnt$$!pa7bumRCHoea(ZS~PE&JBYg_x|X^WREUAAK7#?4!{Zri?N z*Pf%tPnAH%D+GM|`RmuO z-@k!@#_hDPo`HcW-P6S}B;xSf8$W|DJBYA<2-3gO^qp0%V|$RzD_$-Rud8C&{M@_N zFZHms*fQ@%)|M$I3r%DHrOsx!v}JbAlcnbj4u5Zd(thTN@$X$XYoptfZL{^yzMYqs zpCA!7^I^mG+r@ikE;rfr`{1-MyQO_4u5ab&S?c=o`=KVK&X<8AqWgB;ZMa!r=n+&I zHL<2EVMW67$xq+BYyHTy)=RNdD)juisO6;^(-!wUNs`E1vGtavP?z@6@8rmGft3JmG)V*9#ELFnnVy6<-xQ}y{%e|@j^Go>GWnW;P@MA&_Yt_fV zsmo4Hmp@<1|1SH2aKMiVNiW0I<5_j@f93mOs==jd7t&NeVU=t}nl+2C)|XZTMQd;K zy%D?4w}e{#R%5P=c1ugU!ky^D_Iug)Ep7s#vr>HCe=e)r@G2lg^Yo8|?}t{zdIyww zRol-zvuWCbPm5-)f4}HfdhP6r<|aS={F;0Jw|unp`?T%T^c9R-*O#boKQnu><&@&h zn|6Oc`lM=WbbsvB-n)$(3YjBaOeZ}2`z!2gfq~xj#j1SrYxDL+|9PWU&lhT5@BOwg zDV<-X+cfp?+3mZnBiL2a)6Y7-VeYDYRVFp(=eA0x2`4%x1!-w+n&G)%#)YYC)t2AT zm914yaCWP*Hv7!?%r|%XZZ_tNSA{MfNVvY#?E0_!8rcT*42oVKdKVe4IR(rN44$rj JF6*2UngH~oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@uIyO$Ks-Y#<5bLKuO8fe=AcAh2>b2Lda13kwS?D=RxYI|l~`XCQF* za|HrVKUdEHcOdc(0D_>PAfO?UksuoaVw3g(z2Q_6AhEu3pE)C zuq7O5+uN`=fnB<@X~o88f8$S;Drr4PInew+lfOndZL_rFkMc)PtKyf>dGWW(@}1(w zSBEwlY@1_z{^C-ty}o%lv(MiM*ON|*ogAO=S+wTis?f%nQ$8j-d^|r(Ro*S<<}!6N z@r%29|ttTsHcN8BsON%vvQ#67#CS7rVwy`FXS#{Kw(*7I}E%q!WZR|QHM Mp00i_>zopr0Nx+~2mk;8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-insensitive-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0e67ae2e8b1cd57b51f9ebd1d7ecb9de72226c27 GIT binary patch literal 1159 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)g@ zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdC}Ii(R_^9N03@wEEi5dotgLKoZ0zjp z9GrcffB;Ck0+F9H5CBPcKUW~|^mFwLaQ6=I_Vxyb4=`ka0TLD#2J|e@JCTtf!`Co- z83ThduO!GXn1PXrnT3;!i-(t&k6%DQP)JBvL{wHzPF_J#Sw+>r(8$=t%-q_>-oeqy zKOitDC^9-ZB{eNQCpRxIzo4+FqOz*GwyvSExwW;ey`!_My9X~&PW!)`fq}`?)5S3) z;_%xWH-m2lh_ELdxwdr2m0eqIU0a%Ulr=g!H#Tc&s2AhKYGxHd(?z0@hkpK#&(`Zu zQP~;pUvNya-v7*#hqHIjZ$AHh%JJ#%HRm4G{h$(k&`(_L zgC^tBny`r~nu}9DtBOpGsC#(ehj>yzfQR!Hrmn8Dzu(Sjn9#NR$EtGz zQ#j0>zRUUkUA;kmx@OidgA)t-Cp>qq6x8s|JU2m4!_;{*PgJ9h{HZPn%Tp?cElq2G zoLMmckLoVFElLyWay;6KQ|un!=J~}eX*WeM`kU~nqL7Vu*7A5Y9cfqD(VSA6aKCs( zlFsDR##a-j2Txz^H#fAaVvpp5GY;owEzSM-c5P?h^DU>I=4{(u&TbYeeQN8JZI&CF zmBJ@n(DuG8zIEZ!v*w3av+oKqe|_F%;nwp`202B(a7wXE4NKsakTMA&~$I{+lJdKIpm%cB)_voc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@l9z2L}VWKsJyBa>K&HAZ&kse~7pq5Ewe>89V6f>zkUIT3A>(0D+UY zgR{322>Cj>`Z~M%`uX_<1Oz}#0J;mPcTVvfYoIrrN`m}?85sEm1f`^<)zmdLwY2qY zZ0$nB!XuJXvU74vN=nNrDjS=cTUuJ%IyyQ!ySlo2FoBQM^2tEczIeJghFF~5d*!%L zlYszRLf2mHZ*8*Hh7C#P@Bas_6Bcw#XSew=|Jwoco1SHYE%oX_YrdMaxxBvGCCEQf z+xzr_D;xY~B(L7|WY(DzSLPe8*N|Q!J2^J!uV|IqRjcE^HNVmvVgpS3ZF_E*l=}OK zY+S~nQF*EMV1BbI!&F`SO?LKoWF)MG;c3tR9?Ig1>p!dp8K}kJ%Z)|9waA@yA>nBUc!9waMQI zJtz73%7s|oKXd9%#cFtRZfW6m{q!zx;i^Zk*M)ulbpO9o`Mr{}wU?$gMS)UmdK II;Vst09h>bY5)KL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..56036217ea7740c6d270b68616b57ea38a294a88 GIT binary patch literal 1147 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-@3 zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdD53`hh7Nkh4*L4~hK7d5#>S?mrsn46 z7C>O*YGvbY0|XA9Hcp;)Kma72yn(^u03@Bgot(X$U41=0J-xlXfuRHppOBD{u&^+o zmw}!Fnm>Et`w76%%r6P@3ua(sVrJpw;^N`u<>MC+5EK#;77>+|lap6aR8~h8f0vgYX2 zGB7Zydb&7zv5<9g5`2NAY}BYNNNX={nS*_-6Z;$pslQ%a|SO|a^M zaN0;aznJy3RYp`aF2f*U&Su9G1uIlO@`#GgDSTy_dwarO$5|U9wX#-kz4P*Wx95_{ zOFWc+{@!}dLF2sQ-Ga(hGo^y8_dc}g<~el9({`!f zC_!n_`4=owCT704cJD@ea3zcRGXZZ_*>F)s^ArKK^&yjXbG&72Z+=w59)IvDy^n)t?Z52W~yo>&$;ZONU?b3*%>Tp0ve_9fW)U z*GEF5Zj{~*cPPvBdcVL|_2YtVKi+L#e&W4$zIxO)h0{@Yw&j?;HcOIQDcHT*P1pIW z<#V~^j_1SQ^E&!HuzXq9Rk&qsYR0~EOS;$2ytk8yyJ)LzY;X1%>GtQ>`Islp7n*qB j;jKFxUjNUZVn3r?XgTe~DWM4fefY&6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-insensitive-header.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..e0740cea2cf5edf1f8d266b2f228a5364b1ae7a3 GIT binary patch literal 687 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EmjZl3 zT!Hj|T7vIj0Jq`Cj~_pO{)BKpefsp}%NGcH?t&HbfN0Um1&dZ5K6>Kl(Njl{pE`cx z%<&WFPMkV-3W&~JICJjeg$oxhUc7ku^5v^nuU@}?{r2tKj~+dOm;*HV@87>b(-iM4 zI0^KXTS<^#FasmMfS{DLn!2Wzww{fxU1(T%L~=@YPHstQSw&@IQ*%p8YgAi$PzuuHaj{f%Bx!A_@uPyg1Zu!uI!!t=Oi2rY~~=PIKTGiM=pi`Jz~K7Fn=xsz&rE8TVnMozDuc|}I+ z{Q>Pz-OJNDd+m4vzid|9*q)d*>rscB>yBdrQ!a>xzu4aRm_>AgwBq~rY{|!$PZ?y- zTkz~?Z-~AXgD0Ey>UF{1-+Q#0&(aAp`FeoxQIVCkMJtsFWzo4+F zqOz*GwyvSExwWmmqqD2KhgguiUgi%21CzC$sBuEG{lrp{ zr7L8DLRJM-MRbVePtnlv-L9GYa^w5||4*iIUs^Id=Sk~1gTvq3pR}L*V*Gp4&06XC z@6F8hYl9bF^~e!lH{)(Zis_dP{>w^O%@0h@Vc9J+<3Ny*7VF%30+SY2Eo@pe$=lYf z=fCHisYOdPcM2U2_{h5d#7q9eGu?D9o>~#O_WO3L zxx#cW+xMX75^77e%Nzz@b?v*{b^fIE&rqDyqRQa0KKS$#LwLVK{&&%TH z=5F^XZrilt(cafK?avmtsAw*1Gb!iW+cbyg)I+g-ZN@C3O1@Xm%Gcene^g$!XZ?&W z+Y<|q2TX8wH4lgi^=g0fn+dRG?y`ZRLSK|$F z=b+cq&p*5R#I(IkLAl*%-8`$`3qRCsS_9O-v|$IwpZ1i}2Ya6j$Vgo%S8Lg$GxwIp zU2`?9x$To5hRa%780h&JNbZ?^PfLA<;>xC%Z(nj}^BkRUsY$%-!fsWKwVRGD_L@C? zL8F=Os)uE{!kfjVoc5!lIL8@MUQTpt6Hc~)ETLOGS zT!A#HfRmFmH#fJkva+_ewxpz_s;X+voH;XR&YU-I-ok|omn~bic=6)p%a^ZPw{Fv> zO`A7w-oAbNmMvR$?AWn$=gwWbcJ0}-XYby<55eI6{rf=r5g5D&gST(r0_m?`zkUaU z-(c|f?_W6M|NsA~cN|23j)zZ?|(J?bOx3sjf zvbT3|aCCHXc6E!5i;qu8%r7V`tg5PRZfR+2Z|{-%E$oOnr~FxA(cT`lgx&c}YfZ z@R0}1-dnC`g_!wo{#R!DNA-&JgQ|Jl75p7~Z}Ogf-j)97iTqB+Akmapv3@_QK}o>V L)z4*}Q$iB}XucBQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-insensitive-selected@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..67ea825a4dac0c1fcd15b7bd32b42e7c1aa4c652 GIT binary patch literal 1081 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*mM zJ|V6^#gqe1PEH{qAwfYwDJdyMMMVt_4Idw$;NalEz`)$x+`_`bl9G~z3l}b4ymcfQR8`fqv~?`4tgLP9ot&IqTwLAU-90?LyuE#VW8>oD;}a5-Q&Likii(R%N=wVi z%PXs@Ynq!|Iy<|%dz4ODyD=~@nR~i8hD02GJ3Tx2mV-#!Qzci9%!W6STSPtvt>uVV zdTWx<)J363#Bv00{{Qdp!?caXY>UZAW=YRbd@y@C`r}Cj) zDb4TtBtuEnS?8LBQZENiG?Z#QJNew(4-XS7Zd=}SSlA(!5~kuCmK~ns7Qc#BL`(Kz z;Ul&;_cmJcmIZ`K$}AR2``A-h5_M$4nIlZ?Yrac_-xYfGEAEHo>6F?7OeO~=POE)5 zP5)cOf?ewkmi$>Wzr-S$X={Ms!vBv{65Bbqb}OmYs|DnJ_2YT9_><=UDSp}k=|Z6a zYHNKQBX>+{)GMsC*5%xw`FKO24;&XzB# zHP&BNzJ2-l)}6OrHFESkSy26h_mT~JM^(UGR@p#3kEd5d)x*vGjYQd*Z3`6I+uu1_ z9-Pp4zUV@wM8H+&faxL6TgtimL{)Q&le)Y&S#V0X_ikJylyX%~bw%1ouYehgsunI< zVU@c`i}|f)rtrj=M1^NH!Iyu`3H#^9b1Ufbsk;xKgdEuzAamC~ue90n`m1BQ=?yxp zyH@^}I{cA;!aI)`t_?4x%vY#cIM;Q*mcO!Bm+xoae4ZQc^pBY8-HSWMB)0L;zo$N? zQt=@gr)2&qnZ@d!?k&r=kovnL)BKc1c88d#-f1?CiHb4P{y+Nle@%Tre_ErTxBRw6 QOF{Y8)78&qol`;+0C33TeEoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NqaNIdk{!-Sg+qU%GVZ+_`fXE?l^I^CpnIc=6)dvu7b9Kn73*NCMRWRRY;S z0F(l%0dgTKAtFF71OT}}21M}MwQE2&P}$Y1S0S=My+FYmH*P?gws~S+ZowvSrIwtXQ#f<;vBoS3{fu)PDQ+ZJ^4xZ{L3U^y$ZsAHRS9{`>bY&=;P$ zTZMuCaVZJ%3ua*C=NAx^l9pCe*VNM1v$3@c4GWJ*PD#nm$t@`@tEg;jYHn$1X>IH1 z=;#Dm*VPTQ5Djo1s0PLaBde#2V~EA+y;p9QH5mvn1gwY>k6N7+`+8saYa^|RA(8+8 z&zI^6QJg0jH)na}gL$56#vYe8D~GNrT`tm@xjo8<)#FofZbVuiw&t$&)cz-z|2x&UR9w_JmEb1{3}6ONS3j3^P6FJp}ckaA- z^A;>vuxQbuB}+Q!D-!O_V-ATTH>GCDaWB{eNQCpR}QKfj=` zsG_o}y0)&ap|QEOt-ZaYv#T5EY&@Xdc6lfR1CxQLi(^Q{;kP$#2Hy%0VNX~R_ByKD zduv$W?oRH!wb#VLUpd|EI;QGY+@Pc|;lSVj@m}i!CQo?c=3j73vY!8dkKDeU=H-^` z(_dTq>)Xctk20uX;Xe~-vE!Ni`$WyR`+N&jX74NGURG?#_p&BXD_kpeO(0){Xx;{h5=!nsdt>%H{ zQT2^EyeBm>-ly{Z;)p!Nk@viAg=2I;lB24~mcrLxoM#y%zrOR>Pw(aSiqb=!uh`|d zY8!2&Pu*;?@C%r8`V~L#mrkeC0V&R|)&l;jujXXS=>%r5tC*?WY&=rzDzr*IeHPeT_m&1q2AeKl^e$&<0FzeE3a0N9zVQ7ilwnG}XK_!WsOVM8?Uj#tm!CU$ zv|yn^&EhR@KYS9?Q2ey@?~?d?^XJ~#a4KL$%7#SSbFz+e6t2ZjWvlw^(VlhSpJ`!l z)3R6M@gFAY*Id{#mJ=HmNrRH-gG$wMqUw5vz)b@YxCzj9rFXQT; Ug=~?!228mOp00i_>zopr01RGr$N&HU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-selected.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d2186b7c0bd5bac14b912d1a4c0263236bac21 GIT binary patch literal 717 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)E_X2!E zT!A!I04pnNetv#+b#+ZmO>uE?Wo2baNy*%~bLY&NGjHC!MT-_KS+ZpD;>AmsE?u!= z#j<6~HiE(C&6~Gw-MS47wr}6QbLY-oyLRo_vuEGFef#(Ce*goIkidH+@ZrOUZ!qv1 z4E}(@UoiOp|NpAJj&VTmd6oqE1v9X+aq;mB2#SfzE2yZdYiMcf=o=Us8Jqa{`UM08 zCa0uiWMpP$W)&5emX?)QR#w&4)~{N#cI~?L8%~`*bN1}L`w!lK{P^YTw>Jx)T*l;fhO!6yy8uRKfHdw=~g-ZO%+UpHn{dY+H8S@_1V%5dYYzPQcR zj-s8r)q=iCdTkdK$($&B>YV0e)wG*1jyF#7C52Yu`8FS8cH5X;e zt#$droW@=C?&m>A*4ggcI(qmV?(gjoVY(Q9pudKxq}HQmp6V>Il3NK?=Y!R3q*!?l zne@DGH0RiPaPjrq%F~UEujv#_F1)^C$It&#o*SR9J^z4v_3`yrHU7q(k=cKIbz890 vQ(m3h+Zg6Iu4}pRPA$m%^}K}Fb^S67Ud}DAW4c+6fYOqutDnm{r-UW|d-6fb literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-selected@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1b8944f146baf901484833de12d8f0ff4e0995 GIT binary patch literal 1216 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#dHI#tgKvITzq_d!otGh;^HbQDjFIZ+S=MaK0f~b{(*skSy@@Rxw(afg~i3i zixw?fx^(HXWy_W?U%q0+iq)%EZ``mZQpVJ!o`c1E?>QR z?fQ+Icke%V`0o9Ok3WC?{x`3FcM$^vQ@p2(V@Sl|w>NHw3pvWL7jPW$PFdHn#pTea z+pdQ{ghggHl?7f(N;Y-c?4+|nBjw-!>1osTbk4k6^Y_`&;y-q8>E4&=KnkO7t+Q2P5CnzCxebukWfA*9{-Hmk%JQZ@G@uR=i z=GNp(llg!0bj|v*dCml${&ODjvsSMNJK3{Q%J-bSfZMmt5}KB`-uGy7mmc!bZGW}z zby>PgWQI_?N#UiA++AnST<=WIDmT33^ZrTqLB>K)NmJ#d|8t}_c*T5{P;LFMx8TT| znbubv)-JcMpLW?IN62s9qFE;Yq`MBg%ayc5Z;wrv2&>?GsZ;s$P*J9@>HSxeCoTL| zC$MP&=Z(isOJ1;E;!W;mdbKNY&sIlsT@9{KyO57ew&p&bcNggY=I@TWko)6MyWbv% znc>Sq7W7{){&x9f)1(WJobTK8?%I|cQE7aA`}U{+sarKK)MFf8l`H7V1a0@ph)#B5 z+U<9?e0QFEa_QV1Cl}Z*K5<(7nRBvFo5r5!&hPg)RCZtR$((GsS3M#8LX&Rk>?AL% z5BES#Y+Nt=cD>4Br!m5B*bSy*n3f$S!Yt zN`9B~_oFgT?e3er*==ccYUZ}7(Klyp{_GjE)0O+goW};H?-FII89lx8Rlna{XuHFy zG-tz!^V4QNZhp1>pwj#}&D4qu5;Lyv_*vFndGw37SK8wh>E^Fw)@4hmss5b1ZkizL zw63XDtMC4+3)0kE6t&oeY2EZx$rhJs>pto|a}>P(|H0M!8q*E-GaO+xW!}rjRtqXV NJYD@<);T3K0RTvLGB^ML literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch.png new file mode 100644 index 0000000000000000000000000000000000000000..67886a1299f7127feb691700f95cc5813ac90ed9 GIT binary patch literal 729 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ep96eC zT!Hle|Nk#sxNz~}#WQEloI7{!{Q2_`E`$MO0~ruDP!pfubZ zxcIee*MMvY2@wRU0dlWjzYgKvxpN1|xPANf-Me>zjIOS(?(XiMo}ML3mMmMgZ29u# zD^{#nxpL*IRjXF7UJbDksQuQhTR<&9y>H&U`TY6w_wV0-{P^+v_wPS{{`~#>7wFkd zDe;Se-nJ|W@(X5Ql$Mc`H!w7Eb#wRf_VEi2$;&UCHD~Vp1zWdmKXmliy{Y(Lze}EKleWB7;oiDh&-K#YHDZ(OCRx;`b06P$ zL#Fu4PMP~N{#sv-JvwK>8>{VRKh1Cd?X-0b{Xb#$+~x6XBKxj6-!k5mv}@lCjYVBN z8ph?!2X{M`Gfs^ZF#LG9(d}hLLd|tohqJB%kxD_G%O)$Xmu|4~6R=b=3URUvFJ-^5 zx8aR_U5d|%3Ge&vG40~mY&&;_@}iHs_*RIl6Kq>p|6!>g!&^?>`G4;h{nWYja9(x0 z_EP!%i((dseBu6GwPD}0o3l48zIZN=O)IV{ahiEc1%K7i8TDoT+PXD&qNgrCaxH$L ZszUd-(7z$??15p-;OXk;vd$@?2>|PHm7)Lu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/switch@2.png new file mode 100644 index 0000000000000000000000000000000000000000..16a25780c6edccc31494aa05ac96897c1629f6ac GIT binary patch literal 1264 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-h_ zd_r7-ivR!rziQR0{rmS{y?XWb?c0|wT>>&ro;-Q+;>F9CFP}Pf>dcul=gytGaNz=w z3t^u>e;z0cWS>2I7RUxlK}et=Tm;Al>Vl9!22cS+4Ui215D_2=;X(|72m(bQih+U< zHe4};fhmrx9ikUa3whkGuCDIx?w+2WxpU{vn>TO4f(45fEn2*I@scG=mM&eoY}vBq z%a^ZMv0}}dH9(KUoelIgFsy*Vc~S3{QLJ07%54|XR-sMC!r+BFPMRmnT3sA zP)JxzTtZSxT2@Y8K~Y&nRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ew zylm^X?K^huK632%iIb;JpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|@>& zba4!cIQ;g;&)~}rBJ3Z6^h5aG3)={Y>T9j|$|fo>bydI`TM>`I6-SiUPd~cN#CO)M zzne3~CaCysnkYUavF$zoTmG3R)5|u`uGN=2@3$@f*6zQ}jTcOE3@$G`u;71?wRh&X z-X?9yuco&RborAe=yrX&AGKDi`>0M=*FF1;gKu8(tA9>iyX1(xOeA#lQmf++mK@yppF29)5za%wDO0#!jlK9tiHzT4H#R3a1Nv^$YHgQsC zs>+o&z1!DW`}!|*$q8~=+mY`3f5GYr%G)AcJf~lub2oo-mu-mS+vVleVGCbRQ15vX z=)7wi*WM;0Zmq=&rfZ+`JRy{3Qe^mgQcn4xfFgXS3vj^n{xep0Ef#3+Y_{zvl1K-5+K-$uBt7wyJO5 zE`#$IYc5&~EV+=rV&g)oKkX?c4<^4BSn>JTS?*;MW(OZ%?=v@$Yu8?heOD*8SXFZ# zOflTCeNUy=h38umHtosZwKMVR!WENlw%I$}B@^5bL!oS)tZiwv-ai1eETpti{ z{?=o@qUqQobNhA>Ln zF4Ye`-+K8{+LR*~xsN^Ct(+0}M1SEk-5VEg_{r2U?({mm<>9s4pPkcqCw(t-R&Kk! zT)sB0d*1s7d#0I98sV?kE>#gT(oieP-|s8FdwqEdTg-_w1@Gg+lJ8wBEl-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZxdTn8{$=!0XV)W81*v)+XTC#_!z1@6^ig*e2lID&W*6;M58hY~^=q5d^ZGfeKm$ zp|ULkjzEzXpc;@Cka`dsA_8LIL_*B=jzH@*N`m}?8JJi_M8$$aLc`({5|ffsGK$M8 z>lzxHnp@h=o;!cx!^cmbzx@95_uo~1Sq`9{Mo$;V5DCfLgPuZ71`G@b1ABJ7->tzS z`s}~HiEH4zH_z4=)b5Eps(N9zi?!i$G;W`#ucHmtUaF+ZEOU|!?$s)T(B z%f%c_ZXUj-!W8)TOv0})?FS3jS;$4MVl4zMyyRw1v-Yo)78&qol`;+0HsQpZvX%Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-active-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4321e0fb221a26fab579c4b1bb34036524ed9de7 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|28LA(p_3Rq+XWn&`Q6(2U7Gow+W8!sgdAH19NGn3T7g`C#}*-{HbKW0L6pjtP??Z3P))0#BV0`jzhfJ}Gf+(%SY?}_Q!7|w3qQ~_ zXD}Nm;?x2b1TxwLKwPllK$C$8s0PAtY6a;vKKi9F@v^8WvSYpdrz#i7T{zn`r)`h5NAt=rKN`(`P(TCUIzylvhy zV@;Na>gfr0y4_5|B`5s9q(4_w=w@4x$?}ewtAg%I?_sv|KOb9p-oL2JVwoQMwp*`W zia7dp80+gZw{H8glUK5GbHw#edJRs$lZ7p&iYH7JwPxm$K2R7Q$N4(2_PIs-{jRGU zlvMp*SiV}Nf2ixq_kDinotEqiU$ZOeeYOSn#3aRQYxi6;5@2yyr@FqSR5hQSV+q5J ziRGQ9>iIlOUs(*)^4U&bdE(=9|HRIj^Co<5*uLKW&7+xJL3bsS9`i2E@S7Cz^2PLX zLd;_ECW~gKdwh#?es@eVv1_3afAx}?yk3c`MW^Yd|M0hO6`z~2cT0dDFfJH8UHx3v IIVCg!0DG_>%m4rY literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-active.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-active.png new file mode 100644 index 0000000000000000000000000000000000000000..6c1c870a1f9b3dd310989060194061a1fd0d5394 GIT binary patch literal 443 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkZ$00XydVM;BjjcaBSmuZsB)o5pZl3aBdNBYUOuo6##O9B$x|gprbY+=Qd%Nb`jSe zS)U#`-~Ekq4s|R%+_~sz-_qj~R-Bl;>g>Et=NE3huxQ(b#oI0}*?w{9j!VmSUR$^S z%d7W)fBpXV_uv2j|JO8zNdTQ9S`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIK zf>uu##}Elg)`N_GEd~M%2Qs&BkrL?r|Nn99lOz_dQZ@#Mri{S1*9#RFo@4!T-80}i zLy>iUWsznLEbr$DpbT#eYQuQ}!67Q4pdrZ#PHu{`TkGzm7 z`*q{{e$M48*O(sskW7rxWjt2K{mz(4CR*Kb-NiS5fv)_(uc)V!x6rEe570pjp00i_ I>zopr06NXCP5=M^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-active@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1d4f397c3c477693be788e7e96a63421e33d1c9a GIT binary patch literal 789 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc|`>jDi6^ zA+A8h{}~wC1st0B-J1EG+W8zh1RPrh9NGn3T7g`C#}tKg7O)zy0uUFh#R+IsD^Mj+0f^z$DhQGS%R(6tE;-XQ^fA;6cuYZ63{{R0!eX4X4Fi?z3g8YIR7!?$iRrC!Ejf_pKZEWowodSb` zL&C!A>KhuHn)mM8f8^Nllh>}_xOwa4t2ZA%eg5+E*TqhC9bnj+d%8G=NJy?d_|nQL zP=f73{^@{Y0coDErgS|yDVMDP^+zvPSNqkNs@Pp| zVw+bIai)PD@<{3w(7_Ql#;$*Y=1h}U+bl7G-+R6TQ>|HhN<){$hb7OB`WL7^6XEj9sr31G a*}N{c&E)YhwN79RFnGH9xvX-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkY-@`4+Q)7?_ag**v_2?x9mB*2aLAwJF;`<{+;{xZ`*Td`<_EP_8s1}|LBgrhjs!P zyY}zeb!6B6Bir{J0E+D1eQ@`_BRh5<+O_x4j@^fM>^;15_dziG&~BjmJqLI0IXrVx z=`5gC$|XU5!3>N{9Gr?uN^0sF8d`e#21dpvCMKq4K|#R@iHS)msi|pcn;kZ&0+rW$ zx;TbNNah~&6lyYHU^p14^kCfzolfpE|K&5g7TMf98~@O7PuySI4J#&X4l!D-CLZi5 zHpy-Cij53%ud3|(+NV}Avwd~i`*g`S2P5ml7j+mt|6U2$dzFLdRp0BWYi}`^n{K(q zww2N8le$>S(%1*Zuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NmF5TD9>A2y6p^6WdOl*mC&ro;@cwZ{ELoKMrY}>Z|+xG9@x%1#|5IC}b|8XFD%O0TK!#npM+r9hXwmpY{_JA2X_8!`~ z@9?f&`+?%juW?%BU{&!HW=5AFbR_Z``}2Pg~T?%I18EO>a=ULg1I zj=hI>?moD4_hGPtBR~Up1I+{}KHT#=vRA3y(qfUvNz@QA3`xVVJG#H6I;a~a{TeVcZm!L4HICzt4GgURESHaS?f4;CsI(Or O>I|N)elF{r5}E+s$yJd6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..47ec30d89eb70f6d4d037b176754cef95cff1e69 GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u7fKP}k zknZd2YiMYwsp+b0=&f$(t*q@TZ|FFC_QHh=S1(__aq8^l%a?CnyLR)={YQ@;Jp~bu zo<4p0x(cYcuBWP@>&K5D)eYTMbzN1BJ&mms8#^XeHgp3;Y8v~%QoYqp-9ScFU1wEY z50Fu(@A@8St6E8rUoZnFm#UhTwM|%9SU3noL`25K#%1N?0zqD0VPR2GQE_qclOvh| zKpicfE{-7*;ko^%g_;}$m^a&qiHHigggFLQ{rfMzS4X^ipX$n$o=a>eEt>!Qp8D)_ zObjhLucn@u zTCi=^CbfAL2^tG!8f^C6-LZRrQsx?~V>Wk>S={#xo^Jj2BlE$zLIDhAf4hP1VeoYI Kb6Mw<&;$S*7P~9} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3a27f104257b8ee65c5df3f547cfd4664cf19eb3 GIT binary patch literal 748 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E4+DHc zT!C~$!=&=^j)sQ*l7{Z8s@AHi3Dwmt)h&Hx4V?`Qoz>O7ery=66>wYA;V z4ZW4MU8m1otgh>-YUsXj;p*kfHx3>-b?WTp%hzsR1EQOE?%cV5|Nf)vwP7ynFKw2tESAoA>YEe*%HZy6(!x?y3f$nY~}Xe(jk!`|H;q z-4kY3)^$}k^i%=uYV4^5n%2!HeX&D(=IaM`vODpS;(6F$ua43j~jEahm zj*bC>*!cLw#H6I;w6yfhtlZo@5XjFj0D{7zqT=G>Wm(T685kJVJY5_^BqY}!%#3CX zlwf;sJ!+zWJL$m~BVu3lao{{V%lfTdS;-stG+ZvFV!hnna$e3qnaH3nunjn(dSG z$e5N9DB-=yl6{}_6Ct;VDLOq&C!hWKJn@NXPme~W#X1kO`5yPyB|dSfY<@lI)?a;@ z+(5SvcM2Zo@m}|sA{cX7%{D04aHbbstH^nJDbaG7{R6Ybx~repvH&B3!PC{x JWt~$(697+&Tyy{c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0362949917784c52591d114ddfdac7a4a11a33e8 GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZxdTn8{$=!0XV)W81*v)+XTC#_!z1@6^ig*e2lID&W*6;M58hY~^=q5d^ZGfeKm$ zp|ULkjzEzXpc;@Cka`dsA_8LIL_*B=jzH@*N`m}?8JJi_M8$$aLc`({5|ffsGK$M8 z>lzxHnp@h=o;!cx!^cmbzx@95_uo~1Sq`9{Mo$;V5DCfLgPuZ71`G@b1ABJ7->tzS z`s}~HiEH4zH_z4=)b5Eps(N9zi?!i$G;W`#ucHmtUaF+ZEOU|!?$s)T(B z%f%c_ZXUj-!W8)TOv0})?FS3jS;$4MVl4zMyyRw1v-Yo)78&qol`;+0HsQpZvX%Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4321e0fb221a26fab579c4b1bb34036524ed9de7 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|28LA(p_3Rq+XWn&`Q6(2U7Gow+W8!sgdAH19NGn3T7g`C#}*-{HbKW0L6pjtP??Z3P))0#BV0`jzhfJ}Gf+(%SY?}_Q!7|w3qQ~_ zXD}Nm;?x2b1TxwLKwPllK$C$8s0PAtY6a;vKKi9F@v^8WvSYpdrz#i7T{zn`r)`h5NAt=rKN`(`P(TCUIzylvhy zV@;Na>gfr0y4_5|B`5s9q(4_w=w@4x$?}ewtAg%I?_sv|KOb9p-oL2JVwoQMwp*`W zia7dp80+gZw{H8glUK5GbHw#edJRs$lZ7p&iYH7JwPxm$K2R7Q$N4(2_PIs-{jRGU zlvMp*SiV}Nf2ixq_kDinotEqiU$ZOeeYOSn#3aRQYxi6;5@2yyr@FqSR5hQSV+q5J ziRGQ9>iIlOUs(*)^4U&bdE(=9|HRIj^Co<5*uLKW&7+xJL3bsS9`i2E@S7Cz^2PLX zLd;_ECW~gKdwh#?es@eVv1_3afAx}?yk3c`MW^Yd|M0hO6`z~2cT0dDFfJH8UHx3v IIVCg!0DG_>%m4rY literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-hover-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0362949917784c52591d114ddfdac7a4a11a33e8 GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZxdTn8{$=!0XV)W81*v)+XTC#_!z1@6^ig*e2lID&W*6;M58hY~^=q5d^ZGfeKm$ zp|ULkjzEzXpc;@Cka`dsA_8LIL_*B=jzH@*N`m}?8JJi_M8$$aLc`({5|ffsGK$M8 z>lzxHnp@h=o;!cx!^cmbzx@95_uo~1Sq`9{Mo$;V5DCfLgPuZ71`G@b1ABJ7->tzS z`s}~HiEH4zH_z4=)b5Eps(N9zi?!i$G;W`#ucHmtUaF+ZEOU|!?$s)T(B z%f%c_ZXUj-!W8)TOv0})?FS3jS;$4MVl4zMyyRw1v-Yo)78&qol`;+0HsQpZvX%Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-hover-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4321e0fb221a26fab579c4b1bb34036524ed9de7 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|28LA(p_3Rq+XWn&`Q6(2U7Gow+W8!sgdAH19NGn3T7g`C#}*-{HbKW0L6pjtP??Z3P))0#BV0`jzhfJ}Gf+(%SY?}_Q!7|w3qQ~_ zXD}Nm;?x2b1TxwLKwPllK$C$8s0PAtY6a;vKKi9F@v^8WvSYpdrz#i7T{zn`r)`h5NAt=rKN`(`P(TCUIzylvhy zV@;Na>gfr0y4_5|B`5s9q(4_w=w@4x$?}ewtAg%I?_sv|KOb9p-oL2JVwoQMwp*`W zia7dp80+gZw{H8glUK5GbHw#edJRs$lZ7p&iYH7JwPxm$K2R7Q$N4(2_PIs-{jRGU zlvMp*SiV}Nf2ixq_kDinotEqiU$ZOeeYOSn#3aRQYxi6;5@2yyr@FqSR5hQSV+q5J ziRGQ9>iIlOUs(*)^4U&bdE(=9|HRIj^Co<5*uLKW&7+xJL3bsS9`i2E@S7Cz^2PLX zLd;_ECW~gKdwh#?es@eVv1_3afAx}?yk3c`MW^Yd|M0hO6`z~2cT0dDFfJH8UHx3v IIVCg!0DG_>%m4rY literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-hover.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..0046f77f5dc5645f33282d286ae9061bd0cea70e GIT binary patch literal 467 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkZ$00XydVM;BjjcaBSmuZsB)o5pZl3aBdNBYUOu2zj)i_HT$k@K74W2?(18R-q?Ba z{;`V>PhNR+>guD@S0A0Z_T=ofr{`}xzjm)x0I1OkqVfB;A3!b;^~(DK$sRcn2}D1B z{A?F-Z4-8B6LJQ!;et0l@38C@*gzkdJu`}bdo)8x4zpLn`BhDb=}9&{IKa$s;h=5n*-balm1x|AE*c8mW@MBWZgRQTBzZLgTjcshTm3=F< zLPc`U(yh`m$|o7-Z{9lH{DQ}-#=Ws?-!QIFNjZuoc5!lIL8@MUQTpt6Hc|`>j2r1svK1Tv~x_e#bUJ#}+}CHbLh$0moJWXP|->0Vg24 z1t`Vu+{zCWbONFluQo;fYHijr>65{Nm;VAp7;*C$H~4dvpK!+lSBJJ$ea3PhP!$_WIqEm!Dp}{qXWF zSg}*9Ajmo(`ug$nG~?K>pTADli-cGT5r>dHGQL1Yx0F|pj8B)OSEmFJd2~p)|M>9} zDBdCN1|)&(HX-L$L1zd%q-;tcFf77Kg8YIR7!?$iRSXP`jIC{K?H!#0gMvfC>KhuH zcJJM{9|#VBz`;X@jvPCF{N$-qr%sSmrUjv*3~YY%2xGX+YpJ@~G1%1>yLYPO>HHO;lku8Q90 zKmY&VdCu~3%&8yG_C2*f}?-pZ@oKWDcfIvXSZr#u0<3tDnm{r-UW| DBhhv; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-close.png new file mode 100644 index 0000000000000000000000000000000000000000..0046f77f5dc5645f33282d286ae9061bd0cea70e GIT binary patch literal 467 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkZ$00XydVM;BjjcaBSmuZsB)o5pZl3aBdNBYUOu2zj)i_HT$k@K74W2?(18R-q?Ba z{;`V>PhNR+>guD@S0A0Z_T=ofr{`}xzjm)x0I1OkqVfB;A3!b;^~(DK$sRcn2}D1B z{A?F-Z4-8B6LJQ!;et0l@38C@*gzkdJu`}bdo)8x4zpLn`BhDb=}9&{IKa$s;h=5n*-balm1x|AE*c8mW@MBWZgRQTBzZLgTjcshTm3=F< zLPc`U(yh`m$|o7-Z{9lH{DQ}-#=Ws?-!QIFNjZuoc5!lIL8@MUQTpt6Hc|`>j2r1svK1Tv~x_e#bUJ#}+}CHbLh$0moJWXP|->0Vg24 z1t`Vu+{zCWbONFluQo;fYHijr>65{Nm;VAp7;*C$H~4dvpK!+lSBJJ$ea3PhP!$_WIqEm!Dp}{qXWF zSg}*9Ajmo(`ug$nG~?K>pTADli-cGT5r>dHGQL1Yx0F|pj8B)OSEmFJd2~p)|M>9} zDBdCN1|)&(HX-L$L1zd%q-;tcFf77Kg8YIR7!?$iRSXP`jIC{K?H!#0gMvfC>KhuH zcJJM{9|#VBz`;X@jvPCF{N$-qr%sSmrUjv*3~YY%2xGX+YpJ@~G1%1>yLYPO>HHO;lku8Q90 zKmY&VdCu~3%&8yG_C2*f}?-pZ@oKWDcfIvXSZr#u0<3tDnm{r-UW| DBhhv; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-active-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f773f24dc156d5d3551686be3ca8b44946243 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!AgZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~79Gr{BJP`~Lm=-@kwV`SS>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+c5@up- zXZ8;KbN9cf;`%wvc1(nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!AgZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~79Gr{BJP`~Lm=-@kwV`SS>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+c5@up- zXZ8;KbN9cf;`%wvc1(nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv@L=H;{dJmbs4vPziTQkY6wZBO?>Dv#Uo?a2k7# zc0N#8+tbA{gkxrMf`Z_TwOI_8&zy(yEr+qAXP8FD1G)j8!4b7l>na* zS0K&6@V}vTOXzUR>H-3NE>IkW>vf*3$_c$!yQH&7K%NswPK10xd$m!4rr zSW^7lsqnjRQRHB41tnGtosYXVD| zMZ**Y&Npn@j$#Zzd?S`8q)CY(s43-b)&?P!30tebmo+aGyThRKQSuVwS`I^y!#rL6 KT-G@yGywoGwqce4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..36858b0c462d82fa6dd389e0a8904c988aa87082 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFS5;llyQ_O-fhxF5g8YIR7#W$Ez5N1X;);`n z%~t`1wLM)NLpWw8CnyNcSewOg`OKL}?gKo9?4caat6DS}4n?FTFr*c%^HRH7!SKj| VZL!AY#cCk?JYD@<);T3K0RSE(NHG8a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..061e3569f13ada9e9769abcd8ed92d2ed7e6fbff GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7^#Gp` zS0D`p4Gj%_eSIY*-L*|Ul}+7M4PBLWot1Un)eYTMbv;1D%6Q5SsE)TJ$S;_Ik%^Pr z*gP&iF)zP3!0LGqP$JmV#W6%9I5|NgsbS~yGc%WJD2b(?o8uH3RQ!ym>39Z1Sd&1) zET*s~m4Zu+jR$2SAMiwQZejr912dBr2#GLG5MoKV!yMMcvg!OB%e(^yM;I6aIHfNI Srd+!Ma-gTHpUXO@geCxY)?2p# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8addbf89ee6d52a0ccf0b12497ec3711182ec985 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFq~#NKo0-i(}EKta3~@zfg!D6otN6x a3Wi4xY>PEEFIEF;WAJqKb6Mw<&;$U}K~sAG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..dedcc3871bfebdbc65da210f37639f454859034f GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfW|Nm91R-HI;V)yRdTMi%Ix#!T1-3NE=KD2A^p`Adq2PCpJ3>*we)^L?bvkK_aOk_1^CC;{h%<_xD!!u3GZ` zt~E>lMTRvjiU+octYPtd5X!*Z%)aS>^#-97Mj&o1KkJ~X!K9$daiD^K4GZU$ebwI& dH6(U0GMHN`l;<24bq5;H;OXk;vd$@?2>^8UZtMU6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-hover-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..84a5583cc628653dd5e203c79909759b887cff10 GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak7A<24> zvFNY?2ZMp+iLJN)|G!mYSRusFz#91alMlbxt5VmSd-u4X5?!QkoY=d#Wzp$P!;ypHSu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-hover-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ef62ad4eab22e6407724d1d8f4204e836e69b0 GIT binary patch literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVfL=9l;6m30@@^e$MsVeyL1yZ0U0z5nQ*1IG>@ zJ#`3#P9Hgb=7{^5!$5y}mjw9*Gw|>V2?>jdiA%`IE9mJPxOsSb`TGZig-1q3MMuX# zK`ao&B_t#!CMG4Pq@<>1Wo2g<6crbjl-AWZY})qh*^8gQe&4Q_+R4Dc80YEY7-DgH z?c{9dCIgW+Q=NR(jwX-F!%5$!#p-NTt62Hw*#H0b8%-0MdU(UJobIKP6+x^-4+aC1T#-FI((-1oC?NhzBE7M)9 zUrbZ^FSgFM-u)g&n9$P3#8YxYvM&n%6|9^uSSoNe=~0|ao*nbD`Q_VoHY>hk|7+2p zu&+`;oQplAN9g!$UG*Qc793;bJ)g5X#@p^k5tHwd52v=RUcdbad;HnNq62K}6Gc6a z)XQ$LywJzcDc}&@QX%Nz^x?eE70pR04jV*gzEfG*bj0CF^J}hj8I1+U^|F3Sd)PVY zF6!o*yd#xeUNfm@Sw*+joZ5a<2h}P++2=Q(?{l$z*S@DUa91KnR8aJ^T`y9i)@hhO z^}Mmgy!*%ZcE?qjhc&DoOj<6vbTemRW0jq;WT>*_oV3*UIhv+t6BdUD^I2W2XMEm# VWR-v%A20$LJYD@<);T3K0RUeWC(Qr= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-hover.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..128a39da1505934b85102494ab976af03f15ee55 GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};Yy&%Z0YI)9~YJ^zKfsv)*-Bo_bf6^Ytd ztk=t>cxvs`?Bo`vyK6eDTQ^@g-lzXrt2|5nl+U$^d9TvnOYhkiT=e3>*SdIK%S~

Zuoc5!lIL8@MUQTpt6Hc~)E&jWly zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPka|?_ZEOkoob`moGqlU%wqXa%%6vV||n7PMA7x;?(&KtrM#1yX%_!>sux~ zypjF^=vA+hAirP+R#tWnPA)DUUSSa#Svdt|6%|!A6LSkoD{Je>=$M$e!lL4m(z3Ei z(`U?@J$J$K4I4L|JAdKQv*#~fzW?y?^XJb%>wf$MSuf}GHj9CQG0fA&F~s8Z+Th6O zCI^vF&tNA73&~qeOE1OgO?lL{P4esidjB&et&D%FUcBCOX70}RYX0(*PyY#9Z(1bT zw(P{EuyR*tmbH@##X}Zce7XDa#@qSV8MjXOB3>GCJ$SxBwMElD?O)z%v*zh1q#V}a z`dAus<_}96-xrJSuC!C~MmZ}c)O46?PdezdAo2 ze6zB3e%ITBoy_a6%{lm1EX6P2Lh|*an+2L@$7-lN?2LV$f7*g=dyG(G!~erJ0upyV zB&cvQHP3f`6WrylbcCmlM}xI9r6s}FOIRs&i}E2gw&Rk2m$g`FUwLFKkkm3GhfB0; zM=Jk%&0|-WU0D;kIA?R)))kS7yZe{VEStYbi?3(0+zh@idkiM2y>XfL&@<`Dj|*}! zev8h(&%WS&bK~}?y^YU#cRd#iIGb*^SVzyV@^zl){`L3bKl0w@t@E1@EBzK2Zw#KU KelF{r5}E)dl%1Ra literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max.png new file mode 100644 index 0000000000000000000000000000000000000000..14e5e3e74dff69ce6e125a0ec0bd54012d6d7bb8 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF;HMs~Ui)tFob|x}mGOq5D_-vRa@b?vfzCUEal|F*7+qL2$;}EQZTx&O~w_;3;Ge<#1lrqRDV5A}xU-tzey(+SLk%M-FU@ UH8w9+18QUNboFyt=akR{0P0~(_5c6? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-max@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a13bb592dfbbf413347f0541f9be75043fb727 GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0LTc(6DONs)mOCii-BiwzlfVo{EO9s`~CqAlcAU-Oydt&|O*A4P-1i7Wo&bfxjfk zFPMReSwK)YI%)Ze)rXH9J7c}NFBK>i?CIhdq7j^&Ad%FNdT)36@c*1pLI~xU{X-!I8edAhK2LWzUuFX d8WKAg8O$ve%5x5jx&w`8@O1TaS?83{1OS2wWsCp- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-active-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-active-dark@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b#-9o$5M3?dLsR977}|*B*Qw*5n|r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-active.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-active@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b#-9o$5M3?dLsR977}|*B*Qw*5n|r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b04db91415d46e182c878ab176fe3ecb2491235d GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%?4l^1TDHm`Z~Df*H~-IdO&pc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!C~|UC+wR=dFM&rjj7PV20xT^WW|R@`OBH978ywlM@#3ZTR2p831%c$5)oO)A=-S Q17#UJUHx3vIVCg!0Kk|sWB>pF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-dark.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c973246c00bf2b1b0a0cff5a2eb8bf94623a35 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%@rm*;N2pOeH~n!3>*Ke(UoAc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak75uV#0&DWs7!@^j(f^~J%+VA!&I~H&j{wtf5yUpp(!Zn}oNnYL5 zR;qqWu;lFNgRLT6fdR#41>4`8($Cl=@mPJ)=|jSwBNLWccJCBlw_f5+pO%O2a!Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVe`zerEIPw`o8R*p&qN1vBvQ3JD2|iHS?d$t&pT8@PFR zdinbYgoQ^&MMX!)KtU`J#3dvoCMG5&r=+B&W@Tk(7Zep2-)=I_W?*2{@N{tuu{gbU z^6jW52a#4o9e>u2CXdFhqZhQSBb<7T_x?|A{mg4|=u2tfYrb#%zqf2l{ImRA?s0zS z^BZ^H`mnS=>fZ`cyV(rho3u4_%TgG3%)MNZ-GlLbdTz+1+R`CH@^OYbKV^OX+G>5M3yn+q{L`5c{A|c z`+7jEPv>E4#%$yt{M$L&mV|c_TvKc&NrX0E9DB<7PM-4coyb+cO&xB7`+e_MJ#DdzV=VTEj|wuEIjHpwezMXp;u>(e5Ww}a`i}Wv;Xo)mOtIfq{K+~xb>WQssA3<-TuXvbE-jX`#Awy QVCXY=y85}Sb4q9e0A@Ju!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-hover.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..c250748c552e9c2fc4c266ce0167a8046688cbdd GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};dR$4@+a@$z&2xu-jUit;^O z9780g=Jvl8Y7h``jaD@KvT)1Z|J`jDu9W<{YrOf+?b7;&30|Izrr%#odmN$jO|@S- z_0J66gp(H&b_w-KwYe)^cRypqCE9V0Con*MBY(a6p*lI%FK?rH%MIhZHwJ~ywrn|> iaqZYglfLbR`g+zu+-n<;to#AAn!(f6&t;ucLK6TdBAogF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-hover@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..965ce3db3357fad9fe47dcef3a9c89d220caaf64 GIT binary patch literal 694 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E2LgOT zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPks>U2<}=l%aM!Cn)C%{gns?%UsxJ~y-Yo5ZpDq7>^R zpF5IgM^!omIJ0%#DQ!HNG&jfWWR)G;oxI@pfh_%&;v)It3yyEP_uVixMv433_a*;> z?}+Yk6m0w#QfQd_a;b7l^!NUT!qzu3(+mXm6!7{hB-zb)V&yFNpgKvtW5+bfH>VyX zEH&48*db=O>iJxkuS$Zx6$w?$&E+>HJPMgoaa}qo@X>X(+%sR>qziq7lix1b_S$f*`(e?kV znBK15$e*@)#>R?DX@2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4;OXk;vd$@? F2>|T-EmQyi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min@2.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/assets/titlebutton-min@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3581928b3997773cbfc83c9c0f17389a768cc6 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!D0TL-!u7KXZXBrjj7PV1_eK9Gw>fc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + background-color: #353535; + border-color: #212121; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #851042; } + .button.osd:active, .button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #851042; } + .button.osd:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); + border-radius: 0; + border-left-style: none; + border-right-style: none; } + .osd .button:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: none; } + .osd .button:first-child { + border-radius: 3px 0 0 3px; + border-left-style: solid; } + .osd .button:last-child { + border-radius: 0 3px 3px 0; + border-right-style: solid; } + .osd .button:last-child:dir(rtl) { + border-left-style: solid; } + .osd .button:only-child { + border-radius: 3px; + border-style: solid; } + .osd .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #851042; } + .osd .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #851042; } + .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(218, 218, 218, 0.55); } + .button.suggested-action:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(218, 218, 218, 0.55); } + .button.destructive-action:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#851042), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 2px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 2px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .inline-toolbar GtkToolButton > .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #851042; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .button, +.linked:not(.vertical):not(.pathbar) > .entry + .button:hover, +.linked:not(.vertical):not(.pathbar) > .entry + .button:active, +.linked:not(.vertical):not(.pathbar) > .entry + .button:checked, +.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive { + border-left-style: solid; } +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .entry { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(41, 41, 41, 0.5); } + .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(41, 41, 41, 0.5); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.error + .entry.warning { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .button, +.linked.vertical > .entry + .button:hover, +.linked.vertical > .entry + .button:active, +.linked.vertical > .entry + .button:checked, +.linked.vertical > .entry + .button:insensitive { + border-top-style: solid; } +.linked.vertical > .entry:focus:not(:only-child) + .entry, +.linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, +.linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, +.linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child), +.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: 0 -1px #292929; } +.linked.vertical > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked.vertical > .button:checked + .entry { + border-top-color: #292929; } +.linked.vertical > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover, +.header-bar .linked:not(.vertical).path-bar > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.primary-toolbar .linked:not(.vertical).path-bar > .button:active, +.header-bar .linked:not(.vertical).path-bar > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.primary-toolbar .linked:not(.vertical).path-bar > .button:checked, +.header-bar .linked:not(.vertical).path-bar > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, +.header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } +.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked { + border-top-style: none; } + .linked.vertical > .button:first-child { + border-top-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #484848; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #DADADA; } + +*:link, .button:link, .button:visited { + color: #c2d0b4; } + *:link:visited, .button:visited { + color: #a9bc95; } + *:selected *:link:visited, *:selected .button:visited { + color: #d2dcc8; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #dce3d4; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #f4f6f1; } + *:link:active, .button:active:link, .button:active:visited { + color: #c2d0b4; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #e9eee4; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #e9eee4; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(41, 41, 41, 0.6); + border-style: none none none solid; + color: #d2d2d2; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(218, 218, 218, 0.55); } + .spinbutton .button:active { + background-color: #851042; + color: #ffffff; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #851042; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #851042; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #851042; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(218, 218, 218, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #383838; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(53, 53, 53, 0.9); } + +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar .inline-toolbar { + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #2f2f2f, #1d1d1d) 1 0 1 0; } + .primary-toolbar .label:insensitive, + .primary-toolbar .toolbar .label:insensitive, + .primary-toolbar .inline-toolbar .label:insensitive { + color: rgba(218, 218, 218, 0.55); } + +.inline-toolbar { + background-color: #303030; + border-style: solid; + border-color: #292929; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #383838; + border-style: solid; + border-color: #292929; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #303030; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #252525; + color: #ded6d6; + background-color: #2f2f2f; } + .csd .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #ffffff; + background-color: #851042; + border-color: #85a06a; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #851042; + color: rgba(255, 255, 255, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #851042; + outline-color: rgba(143, 168, 118, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(143, 168, 118, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #851042; } + .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #2f2f2f; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { + background-color: #2f2f2f; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 3px 3px 0 0; + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: inset 0 1px #373737; } + .csd .titlebar { + background-color: #2f2f2f; } + .titlebar:backdrop { + color: rgba(222, 214, 214, 0.7); + background-color: #333333; } + .csd .titlebar:backdrop { + background-color: #333333; } + .maximized .titlebar { + background-color: #2f2f2f; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #333333; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, +.primary-toolbar .toolbar .separator, +.primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(222, 214, 214, 0) 25%, rgba(222, 214, 214, 0.35) 25%, rgba(222, 214, 214, 0.35) 75%, rgba(222, 214, 214, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: #ded6d6; + border-color: #851042; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-clip: padding-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: rgba(222, 214, 214, 0.85); } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #851042; + color: #ffffff; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #851042; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #a45b33); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #aa3a34); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } +.primary-toolbar .button, .header-bar .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + outline-offset: -3px; + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #851042; + background-clip: padding-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:insensitive > GtkLabel, + .primary-toolbar .toolbar .button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(143, 168, 118, 0.65); + background-color: rgba(143, 168, 118, 0.65); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + border-radius: 3px; + border-style: solid; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover, + .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active, + .header-bar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked, + .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #851042; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +.primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, +.primary-toolbar .button.suggested-action:backdrop, +.header-bar .button.suggested-action:backdrop { + opacity: 0.8; } +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, +.primary-toolbar .button.destructive-action:backdrop, +.header-bar .button.destructive-action:backdrop { + opacity: 0.8; } +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #ffffff; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(255, 255, 255, 0.4); } +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: #ded6d6; } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(222, 214, 214, 0.25); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(222, 214, 214, 0.7); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(222, 214, 214, 0.4); } +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: #ded6d6; + border-color: #851042; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.4)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.3)); } +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, #494949); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, #555555); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #851042); + border-color: #851042; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #414141); + border-color: rgba(16, 16, 16, 0.7); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(218, 218, 218, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #c7d4bb; + border-top-color: rgba(218, 218, 218, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(218, 218, 218, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #bccbad; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #b5c1a8; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #8d8d8d; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #DADADA; } + GtkTreeView.view.expander:selected { + color: #dde5d6; } + GtkTreeView.view.expander:selected:hover { + color: #ffffff; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #ffffff; + border-radius: 3px; + background-image: linear-gradient(to bottom, #851042); } + GtkTreeView.view.progressbar:selected { + color: #851042; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #DADADA; + background-image: linear-gradient(to bottom, #292929); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #bbbbbb; + background-color: #353535; } + column-header .button:hover { + color: #851042; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #DADADA; + transition: none; } +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #851042; + box-shadow: inset 1px 1px 0 1px #851042, inset -1px 0 0 1px #851042, inset 1px 1px #404040, inset -1px 0 #404040; } + +column-header .button, column-header .button:hover, column-header .button:active { + font-weight: bold; + padding: 3px 6px; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #292929; + /*border-image: linear-gradient(to bottom, + transparentize(if($variant == 'light', black, white), 1) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 80%, + transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ } + column-header .button:active, column-header .button:hover { + background-color: #3d3d3d; } + column-header .button:active:hover { + color: #DADADA; } + column-header .button:insensitive { + border-color: #383838; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #2f2f2f; + color: #ded6d6; } + .menubar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + .menubar > .menuitem:hover { + background-color: #851042; + color: #ffffff; } + .menubar > .menuitem:insensitive { + color: rgba(222, 214, 214, 0.4); + border-color: transparent; } + +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #383838; + border: 1px solid #292929; } + .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + .menu .menuitem { + padding: 5px; } + .menu .menuitem:hover { + color: #DADADA; + background-color: rgba(255, 255, 255, 0.06); + border: solid rgba(255, 255, 255, 0.11); + border-width: 1px 0 1px 0; } + .menu .menuitem:insensitive { + color: rgba(218, 218, 218, 0.55); } + .menu .menuitem.separator { + color: rgba(64, 64, 64, 0); } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #4f4f4f; } + .menu.button.bottom { + border-top: 1px solid #4f4f4f; } + .menu.button:hover { + background-color: #4f4f4f; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #1c1c1c; + border-radius: 3px; + background-clip: border-box; + background-color: #383838; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(64, 64, 64, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #404040; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #292929; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #383838; } + .notebook.header.frame { + border: 0px solid #292929; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #292929; } + .notebook.header.bottom { + box-shadow: inset 0 1px #292929; } + .notebook.header.right { + box-shadow: inset 1px 0 #292929; } + .notebook.header.left { + box-shadow: inset -1px 0 #292929; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #404040, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #404040; + box-shadow: inset 0 -1px #404040, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #404040, inset -1px 0 #292929; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #404040; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(218, 218, 218, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(218, 218, 218, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #DADADA; } + .notebook tab .button { + padding: 0; + color: #a1a1a1; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #851042; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(218, 218, 218, 0.55); } + .notebook.arrow:hover { + color: rgba(218, 218, 218, 0.775); } + .notebook.arrow:active { + color: #DADADA; } + .notebook.arrow:insensitive { + color: rgba(218, 218, 218, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: darkgray; + border: 1px solid rgba(0, 0, 0, 0.3); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #3d3d3d; + border: 1px none #292929; } + .scrollbar .slider { + background-color: #797979; } + .scrollbar .slider:hover { + background-color: dimgray; } + .scrollbar .slider:prelight:active { + background-color: #851042; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #292929 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #3d3d3d; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough, +.primary-toolbar .toolbar GtkSwitch.trough, +.primary-toolbar .inline-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active, +.primary-toolbar .toolbar GtkSwitch.trough:active, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(218, 218, 218, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, #454545); + border: 1px solid #242424; + border-radius: 50%; + box-shadow: none; } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #3c3c3c); + border-color: rgba(36, 36, 36, 0.8); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #851042); + border-color: #851042; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #353535); + border-color: #851042; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #851042); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #851042); + border-color: #851042; } + .list-row:selected .scale.slider, GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #eef2ea); + border-color: #eef2ea; } + .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #c7d4bb); + border-color: #c7d4bb; } + .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #cdd8c1); + border-color: #cdd8c1; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #2b2b2b); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #851042); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(143, 168, 118, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(43, 43, 43, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #474747); + outline-color: rgba(195, 195, 195, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #851042); } + .list-row:selected .scale.trough, GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #cdd8c1); } + .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(218, 218, 218, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #851042; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #851042; } + .list-row:selected .progressbar, GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #851042; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #2b2b2b; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } +.level-bar.fill-block { + border: 1px solid #851042; + background-color: #851042; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: #404040; + border-color: #404040; } + +.frame { + border: 1px solid #292929; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #404040; + border-color: #292929; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(255, 255, 255, 0.03); } +.list-row.activatable:active { + color: #DADADA; } +.list-row.activatable:selected:active { + color: #ffffff; } +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #81976a; } +.list-row.activatable:selected:insensitive { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(143, 168, 118, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #C3C3C3; + background-color: #353535; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #1c1c1c; } + .app-notification .button, + .app-notification.frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(143, 168, 118, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #851042; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: white; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #DADADA; + border: 1px solid #292929; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #851042; + color: #ffffff; + border-radius: 1.5px; } + GtkCalendar.header { + color: #DADADA; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(218, 218, 218, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #DADADA; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(218, 218, 218, 0.55); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #DADADA; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #2f2f2f; + border-bottom: 1px solid #1d1d1d; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +GtkFileChooserDialog .search-bar { + background-color: #383838; + border-color: #292929; + box-shadow: none; } +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #292929; } + +.sidebar, .sidebar .view { + border: none; + background-color: #383838; } + +GtkSidebarRow.list-row { + padding: 0px; } +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #851042; } +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #1f1f1f; } +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(218, 218, 218, 0.8); + border-width: 0; + border-style: solid; } +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #292929; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-repeat: no-repeat; + background-position: center; } + GtkPaned.wide.vertical .pane-separator { + color: #DADADA; + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-repeat: no-repeat; + background-position: center; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #851042; + color: #ffffff; } + +.warning, +.error { + background-color: #F04A50; } + +.list-row:selected .button, GtkInfoBar .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #851042; + outline-color: rgba(143, 168, 118, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(143, 168, 118, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } + +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } +GtkColorSwatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + GtkColorSwatch#add-color-button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #404040; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } +.undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } +.undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } +.undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +.window-frame { + border-radius: 3px 3px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px #1d1d1d, 0 8px 8px 0 rgba(0, 0, 0, 0.35); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 3px 3px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #1f1f1f; } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #2f2f2f; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding: 8px 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(47, 47, 47, 0); } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #851042; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.close, + .titlebar .button.titlebutton.maximize, + .titlebar .button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } + .header-bar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.close:hover, + .titlebar .button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } + .header-bar .button.titlebutton.close:active, + .titlebar .button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max-dark.png"), url("assets/titlebutton-max-dark@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop-dark.png"), url("assets/titlebutton-max-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover-dark.png"), url("assets/titlebutton-max-hover-dark@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active-dark.png"), url("assets/titlebutton-max-active-dark@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min-dark.png"), url("assets/titlebutton-min-dark@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop-dark.png"), url("assets/titlebutton-min-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover-dark.png"), url("assets/titlebutton-min-hover-dark@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active-dark.png"), url("assets/titlebutton-min-active-dark@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #851042; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #252525, inset 0 -1px #292929; } + +GtkHTML { + background-color: #404040; + color: #DADADA; } + GtkHTML:active { + color: #ffffff; + background-color: #851042; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalScreen { + -TerminalScreen-background-darkness: 0.9; + background-color: #3f3f3f; + color: #fff; } + +TerminalScreenContainer .scrollbar:not(.slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #a1a1a1; } + TerminalWindow .notebook tab .button:hover { + color: #DADADA; + border-color: #292929; + background-color: #454545; } +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #851042; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #DADADA; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #898989; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #e9eee4; } + +NautilusNotebook.notebook { + background-color: #404040; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #404040; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(218, 218, 218, 0.5); + border-color: rgba(193, 193, 193, 0.5); } + .disk-space-display.used { + background-color: rgba(143, 168, 118, 0.8); + border-color: rgba(133, 16, 66, 0.8); } + .disk-space-display.free { + background-color: #303030; + border-color: #171717; } + +NautilusListView .view { + border-bottom: 1px solid #292929; } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; + -NemoPlacesTreeView-disk-full-fg-color: #851042; } + +NemoWindow EelEditableLabel.entry { + transition: none; } +NemoWindow .sidebar .frame { + border-width: 0; } +NemoWindow .sidebar .cell { + padding: 0 2px; } +NemoWindow .sidebar .scrollbar.vertical .trough { + background-color: transparent; } +NemoWindow .sidebar .scrollbar.vertical .slider { + background-color: #797979; } + NemoWindow .sidebar .scrollbar.vertical .slider:hover { + background-color: #585858; } +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #292929; } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #851042; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } + +.gedit-headerbar-paned { + color: #252525; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #404040; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #ffffff; + background-color: #851042; } + +.open-document-selector-name-label { + color: #DADADA; } + +.open-document-selector-path-label { + color: #8d8d8d; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } +.gedit-document-panel .prelight-row .button { + color: #a1a1a1; } +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #ffffff; } +.gedit-document-panel .prelight-row .button:active { + color: #DADADA; } + +.gedit-document-panel-dragged-row { + border: 1px solid #292929; + background-color: #1f1f1f; + color: #DADADA; } + +GeditStatusbar { + border-top: 1px solid #292929; + background-color: #383838; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #292929; } + +.gedit-search-entry-occurrences-tag { + color: rgba(218, 218, 218, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: #3d3d3d; + padding: 6px; + border-color: #292929; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #DADADA; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: #ded6d6; + border-color: #851042; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: #ded6d6; + border-color: #851042; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #404040; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #383838; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #C3C3C3; + background-image: none; + background-color: #353535; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #404040; + color: #DADADA; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #404040; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #DADADA; } + +.xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(141, 141, 141, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive { + color: rgba(222, 214, 214, 0.6); } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #851042; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(218, 218, 218, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #c2d0b4; } + +.documents-entry-tag { + background-color: #851042; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #ffffff; + background-color: #99b082; } + .documents-entry-tag:active { + color: #ffffff; + background-color: #85a06a; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(255, 255, 255, 0.7); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #851042; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #C3C3C3; + background-image: linear-gradient(to bottom, #292929); } + +.gnome-panel-menu-bar.menubar { + color: #C3C3C3; + font: bold; } + +.gnome-panel-menu-bar.menubar .menu { + font: regular; } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #C3C3C3; } + +PanelApplet .button:hover { + color: #dddddd; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #851042; } + +PanelApplet:hover { + color: #ffffff; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #851042; } + +WnckPager { + color: #626262; } + WnckPager:selected { + color: #851042; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #C3C3C3; + font: bold; } + +.xfce4-panel.panel { + background-color: #292929; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #C3C3C3; + background-color: rgba(41, 41, 41, 0); + border-radius: 0; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #434343; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #851042; + border: none; + background-color: #171717; } + +.floating-bar { + background-color: #851042; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #851042; + outline-color: transparent; } +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: #ded6d6; + border-color: #851042; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #851042; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(255, 255, 255, 0.05); + border: solid rgba(255, 255, 255, 0.07); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(218, 218, 218, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #DADADA; } + +.cs-header { + padding: 6px; + background-color: #353535; } + +#panel_window { + background-color: #292929; + color: #C3C3C3; + font: bold; + box-shadow: inset 0 -1px #171717; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #C3C3C3; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(195, 195, 195, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #DADADA; } + +#content_frame { + padding-bottom: 14px; + background-color: #383838; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame .button { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + #content_frame .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + #content_frame .button:active, #content_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #851042; } + #content_frame .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #2f2f2f; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #252525; } + +#buttonbox_frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + #buttonbox_frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #851042; } + #buttonbox_frame .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +#login_window #user_combobox { + color: #DADADA; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #252525; } + +NemoWindow GtkEventBox { + background-color: #383838; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog .sidebar, +NautilusWindow .sidebar, +NemoWindow .sidebar { + border-right: 1px solid #282828; } +GtkFileChooserDialog .sidebar:dir(rtl), +NautilusWindow .sidebar:dir(rtl), +NemoWindow .sidebar:dir(rtl) { + border-left: 1px solid #282828; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + -gtk-icon-style: regular; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #353535; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #851042; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #4f4f4f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #C3C3C3; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(195, 195, 195, 0.6); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(195, 195, 195, 0.15); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + color: transparent; } +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #353535; } +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #C3C3C3; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #851042; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #353535; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #C3C3C3; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(195, 195, 195, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #851042; + color: #ffffff; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #C3C3C3; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #353535; } + +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #282828; } + +NautilusWindow NautilusWindowSlot { + background-color: #404040; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #353535; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #383838; } +GtkFileChooserDialog .dialog-action-box { + background-color: #383838; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #C3C3C3; + border-color: transparent; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: #0f0f0f; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #C3C3C3; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #252525; } +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #282828; } +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #292929; } + +.gedit-bottom-panel-paned { + background-color: #404040; } + +.gedit-document-panel { + background-color: #353535; } + .maximized .gedit-document-panel { + background-color: #353535; } + .gedit-document-panel .list-row { + color: #C3C3C3; } + .gedit-document-panel .list-row { + background-color: rgba(195, 195, 195, 0); + border: solid rgba(195, 195, 195, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(195, 195, 195, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(195, 195, 195, 0.15); } + .gedit-document-panel .list-row:active { + color: #ffffff; + background-color: #851042; + border: solid #851042; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #ffffff; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #ffffff; + background-color: #851042; + border: solid #851042; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #C3C3C3; } + +GeditFileBrowserWidget { + background-color: #353535; } + .maximized GeditFileBrowserWidget { + background-color: #353535; } + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #232323; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #C3C3C3; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #851042; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #851042; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #C3C3C3; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.4)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #ffffff; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, #851042); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e9e9e9; + border: 1px solid rgba(0, 0, 0, 0.3); } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(233, 233, 233, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f6f6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #851042; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #DADADA; +@define-color theme_text_color #DADADA; +@define-color theme_bg_color #383838; +@define-color theme_base_color #404040; +@define-color theme_selected_bg_color #851042; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #DADADA; +@define-color text_color #DADADA; +@define-color bg_color #383838; +@define-color base_color #404040; +@define-color selected_bg_color #851042; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #3d3d3d; +@define-color insensitive_fg_color alpha(#dadada, 0.5); +@define-color insensitive_base_color #404040; +@define-color theme_unfocused_fg_color #DADADA; +@define-color theme_unfocused_text_color #DADADA; +@define-color theme_unfocused_bg_color #383838; +@define-color theme_unfocused_base_color #404040; +@define-color borders #292929; +@define-color unfocused_borders #292929; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #404040; +@define-color wm_title alpha(#ded6d6, 0.8); +@define-color wm_unfocused_title alpha(#ded6d6, 0.5); +@define-color wm_bg #2f2f2f; +@define-color wm_bg_unfocused #333333; +@define-color wm_highlight #373737; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #851042; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/thumbnail.png b/themes/Mint-Y-Dark-Hibiscus/gtk-3.0/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8573beec96a82d21683bb41ad78c46f1d6706f GIT binary patch literal 1506 zcmZ8fX;4#F6n-F8N^8|t0b55wtyT<>L^e^D0PiIs3lO#dAreSJ2$BE^yDXwC5+NW0 z3Q-A>DxwGhgdhO~l0b+U0(NXgi!jBdLEL9raqMIItGzS#o^$S;Z@%w*b4~@4vFk0q zw*UZOJs#&rfnz3ocbTt&U(Q?489125V@MbP=n#Lk!uSHNZQ^hg5&&fH0f2&&0Pr{b zRqzY|(vSe~A_f55&jEl{vZOEQFaVg=2NFX-H#av|S64?zM>{*aef#zykw^>%1A?HJ zmzRTs10{k`EJ+q$O)rx0gChLBeLUHMi2Q19DTtVkvll(4-p9^wIYBZmlr5I*ooc9Z6w{8%U! z?ut0stq{}keq?_H>QGXCEHi~lOuRfcSQUc@Axd_au0t3AOCu$>P4paRrd?F(VG^BI zJ0h3-tke!)=8+*1qfn|C(;EzWb$5N%DmO^tx2oF9E1SFf2Zq&}epx=vA1sp!%A18? z0AWA!kc)@U@w%k^vx%uiOlJ>FN)Zc7qGd{lht9>r5_|GPu>@Abuo5J&AX0*4RCDDR zjR0ZEaV7HcesK)`#?|ZOpuLt70H>vwQoV54(#BL5PmEqsmlBF2#9vb1 zsfk?`MC3MUR%asdZ|DZgqw!psT2UN{1HpqBKQAogOY$#k5?~3ToYMC3J9TU#NKUz_ zQ=ABgErQLh98^mah%k1dw;&9g(4_7wi7aYJKIrZ1?BSDI%z^^b<&y(tG#o_9?9|EA z0wE9z$-Q+~d<0KmUl<*(O_XVFO!VZ3VRI@I?a>|x)ZyGSiOiI6$Uiu~wBxR}nGa7u zOAOzv*5Rp|oq-n{ECc;+4mdLfr${2h>O;S!J zSKEK3j2i@t4bQx&P>+oaD*M{%t6GM;U?)Lbc(!avKRu;sNu%J?C|E-Du?sz#dsBvc z>h6Z@C;|kAMw5c5{+~a8K5gvW1h212ECK8HC^^2<7B1Ea@g#8FoY^-Uw%Ra1wXJTk z4c-qELLG^Vu|8fr-7P9yOjd{e~Q7uxBqeKA@+kyRhL@TBtM{5i(1$ zwMfyMHCIr#LA5i_1Y>K<*p&AhRX1_M%&%%`%Xfw5Wd!|b?DowCM{n*X22w0aR0gzM zp8CcD+17LhZC%ajD6=b5t@xNfEp2_$PL1{rCPZPawD+f7fj9#q4CRD|Zc%}QHpJve z-6W68<}ngfyrj6q_~p50%;h=b{ENkxPoDp=wD9NC9UDtE^Nlgvw@WMa?a55hE^kW+ zDgsY%7_*j|QMJk!LB(lOCTeRsWf8QX2o*g#I4b=2A^M{SGpDEL8*BByxRfe;5j@S(Ld9eo&qspZ@2wC?Qn+3DY6$h5?isD9q3;_?O;{;z#WIl~nfZl^Ds%qu^B*x{D> ztlgC%%Bt9=8q=)Io98^d|7!Gg$HLyt0TaYTw zjYZ|dclPM!#ys92sd{JihH>`Pp`U6_)_>W4W+SZ?YVa>KLvmlg>N$7*&4TOK}nK`ur#asX``0$a0TMWx)YJBT+8)NGE%g zQwYk%9qsIna^8PCa|;q4{&lnaNu9SRSEYo4A{EL5X@%_GZ?8X hAfCrhV%ZB|G8Rw3;R~1740^&%03Ia!wfV#p{sWqnnd$%l literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/index.theme b/themes/Mint-Y-Dark-Hibiscus/index.theme new file mode 100644 index 0000000..24a115f --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Mint-Y-Dark-Hibiscus +Comment=A dark flat theme with transparent elements +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Mint-Y-Dark-Hibiscus +MetacityTheme=Mint-Y-Dark-Hibiscus +IconTheme=Mint-Y +CursorTheme=DMZ-Black +ButtonLayout=menu:minimize,maximize,close diff --git a/themes/Mint-Y-Dark-Hibiscus/metacity-1/button-bg.svg b/themes/Mint-Y-Dark-Hibiscus/metacity-1/button-bg.svg new file mode 100644 index 0000000..1f225b5 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/metacity-1/button-bg.svg @@ -0,0 +1,105 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/metacity-1/button-border.svg b/themes/Mint-Y-Dark-Hibiscus/metacity-1/button-border.svg new file mode 100644 index 0000000..a1ab948 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/metacity-1/button-border.svg @@ -0,0 +1,107 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/metacity-1/close-icon.svg b/themes/Mint-Y-Dark-Hibiscus/metacity-1/close-icon.svg new file mode 100644 index 0000000..312fa9e --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/metacity-1/close-icon.svg @@ -0,0 +1,104 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/metacity-1/max-icon.svg b/themes/Mint-Y-Dark-Hibiscus/metacity-1/max-icon.svg new file mode 100644 index 0000000..6b80028 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/metacity-1/max-icon.svg @@ -0,0 +1,75 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/metacity-1/metacity-theme-2.xml b/themes/Mint-Y-Dark-Hibiscus/metacity-1/metacity-theme-2.xml new file mode 100644 index 0000000..03f75da --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/metacity-1/metacity-theme-2.xml @@ -0,0 +1,768 @@ + + + + Arc + horst3180 + horst3180 + 2015 + Arc Metacity theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</draw_ops> + +<draw_ops name="title_unfocused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused"/> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Dark-Hibiscus/metacity-1/metacity-theme-3.xml b/themes/Mint-Y-Dark-Hibiscus/metacity-1/metacity-theme-3.xml new file mode 100644 index 0000000..4ec44fa --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/metacity-1/metacity-theme-3.xml @@ -0,0 +1,1026 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Arc</name> + <author>horst3180</author> + <copyright>horst3180</copyright> + <date>2015</date> + <description>Arc Metacity theme</description> +</info> + +<!-- meaningfull constants --> + +<constant name="C_title_focused" value="#d7cfcf" /> +<constant name="C_title_unfocused" value="#d7cfcf" /> + +<constant name="C_wm_bg_focused" value="#2f2f2f" /> +<constant name="C_wm_bg_unfocused" value="#2f2f2f" /> + +<constant name="C_wm_border" value="#2f2f2f" /> + +<constant name="C_wm_highlight" value="#373737" /> + +<!-- window button colors --> + +<!-- close --> +<constant name="C_button_close_bg_focused" value="gtk:custom(selected_bg_color,#851042)" /> +<constant name="C_button_close_bg_hover" value="shade/gtk:custom(selected_bg_color,#851042)/1.14" /> +<constant name="C_button_close_bg_active" value="shade/gtk:custom(selected_bg_color,#851042)/0.8" /> + +<constant name="C_icon_close_bg" value="#2f2f2f" /> + +<!-- minimize, maximize --> +<constant name="C_button_bg_hover" value="#4C4C4C" /> +<constant name="C_button_bg_active" value="#949494" /> + +<constant name="C_button_border_hover" value="#262626" /> + +<constant name="C_icon_bg_focused" value="#909090" /> +<constant name="C_icon_bg_unfocused" value="#666666" /> +<constant name="C_icon_bg_hover" value="#C4C4C4" /> +<constant name="C_icon_bg_active" value="#ffffff" /> + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="10" right="10" top="3" bottom="3"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="button_width" value="30"/> + <distance name="button_height" value="16"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="title_vertical_pad" value="2"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="left_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="1" rounded_top_right="1"> + <distance name="title_vertical_pad" value="7"/> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> + <border name="title_border" left="10" right="10" top="0" bottom="1"/> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> +</frame_geometry> + +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="title_vertical_pad" value="1" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<!--chromium save dialog--> +<frame_geometry name="attached" title_scale="small" has_title="false" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" rounded_bottom_left="0" rounded_bottom_right="0" parent="normal"> + <distance name="title_vertical_pad" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> +</frame_geometry> + +<!-- drawing operations --> + + <!-- title --> + +<draw_ops name="title_focused"> + + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_focused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_unfocused" /> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_max"> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="borderless"/> + <frame focus="no" state="maximized" style="borderless"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="attached_style_set"> + <frame focus="yes" state="normal" resize="both" style="attached_focused"/> + <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> +<window version=">= 3.2" type="attached" style_set="attached_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Dark-Hibiscus/metacity-1/min-icon.svg b/themes/Mint-Y-Dark-Hibiscus/metacity-1/min-icon.svg new file mode 100644 index 0000000..92920b5 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/metacity-1/min-icon.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="min-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#e2e2e2" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="22.627417" + inkscape:cx="6.164106" + inkscape:cy="8.4082271" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-min" + inkscape:label="#g6247" + transform="translate(-587,185.63782)"><g + id="g7138" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"><g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-75"><g + id="g4092-0-7-0" + style="display:inline" + transform="translate(58,0)" /></g><path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-3" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /></g><rect + y="-185.63782" + x="587" + height="16" + width="16" + id="rect17883-32" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/metacity-1/thumbnail.png b/themes/Mint-Y-Dark-Hibiscus/metacity-1/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..e1f72e4da5ebda9ef385a508455f830731839b62 GIT binary patch literal 685 zcmeAS@N?(olHy`uVBq!ia0vp^DL|~i!3-oXf7O)%QY`6?zK#qG8~eHcB(j1elRbib z85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP-13)Pl&6zxw)~0^@0Tp z^!4?13`{Jn&C<)l+vep>-Bj5+FE_0$JUGU4%EpRWJ8FVsJ!fvOnYyuZ>c$ESD>Fkw z!@|PC2@@vN*47#t8APV~&D>rco$ha7V31ZC);>Qkr8qP^$tNP&Cm}DWq@={i$S5x_ zFR36TJ~t>V$$RFu>c|w|)RM4>6yLhKx{Qj5DH|%xElq=>JzD4H{{R19;@g&eKu0nr zdAqw9Ib8BN0pzfkc>21sKVaeGRnk5q>GKFE^v2W0F~sBe+bcKunhXS314`B~1#NJ+ zTX5gC@aO;e#Th+rLDQFnBwv!2lTw>G*>B;rrM6R7vHlAF&Bny`Q`YGf@9nafMZ%d? zAxA!cRXp1eCoD4MlR(q&jHfJz)kB;Y&G@`+O~CPgbMw|;_b)IEa8g=$Ld*G$ZPQ1V zWjhM)Da1VKoOtHh1f3<J)B3YGHwdM#Zz))K!t3X9(KU>JeCzbI9(!5z7ba~AVy@0t z^iBMJa7SFazDQ)u8($+Y<EHKq&PusQ7o+*yeK~%7pa1bogy!d{k2g!@Sr^~oHj<em zX}$dTqu>8`zv4|2XqI4kz!WjjFm$rMgF4XPswJ)wB`Jv|saDBFsX&Us$iUD{*T6*A z&?Lmr#LC#n%Gglbz|hLT;L)U;?I;>@^HVa@Dls(}LN#1`mF5Q2APKS|I6tkVJh3R1 jAw4fYH&wS7Xjy7raYla0d*=OiKt&9mu6{1-oD!M<zQ_J} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Dark-Hibiscus/xfce-notify-4.0/gtkrc b/themes/Mint-Y-Dark-Hibiscus/xfce-notify-4.0/gtkrc new file mode 100644 index 0000000..aa8a02c --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfce-notify-4.0/gtkrc @@ -0,0 +1,72 @@ +style "notify-window" { + XfceNotifyWindow::summary-bold = 1 + XfceNotifyWindow::border-color = "#17191F" + XfceNotifyWindow::border-color-hover = "#17191F" + XfceNotifyWindow::border-radius = 3.0 + XfceNotifyWindow::border-width = 1.0 + XfceNotifyWindow::border-width-hover = 1.0 + + bg[NORMAL] = "#292C36" +} + +style "notify-button" { + bg[NORMAL] = "#434652" + bg[PRELIGHT] = "#5C6070" + bg[ACTIVE] = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#ffffff" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + roundness = 2 + textstyle = 0 + } +} + +style "notify-text" { + GtkWidget::link-color = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#BAC3CF" + + engine "murrine" { + textstyle = 0 + } +} + +style "notify-summary" { + font_name = "Bold" +} + +style "notify-progressbar" { + GtkProgressBar::min-horizontal-bar-height = 4 + + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = "#000000" + bg[NORMAL] = "#5294E2" + bg[ACTIVE] = "#1D1F26" + bg[SELECTED] = "#5294E2" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + trough_shades = { 1.0, 1.0 } + trough_border_shades = { 1.0, 1.0 } + progressbarstyle = 0 + roundness = 2 + textstyle = 0 + } +} + +class "XfceNotifyWindow" style "notify-window" +widget "XfceNotifyWindow.*.summary" style "notify-summary" +widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button" +widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text" +widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar" +widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar" diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-active.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..938416f --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"1 3 2 1", +" c None", +". c #2F2F2F", +".", +".", +"."}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-inactive.xpm new file mode 120000 index 0000000..9f10639 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..1e2652f --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-left-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 0000000..d70de34 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..f08c031 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-right-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 0000000..d234cea --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/close-active.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/close-active.xpm new file mode 100644 index 0000000..864b7b7 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/close-active.xpm @@ -0,0 +1,66 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 36 1 ", +" c #2F2F2F", +". c gray19", +"X c #313230", +"o c #373737", +"O c #383B36", +"+ c #3D3F3B", +"@ c #3E403C", +"# c #3E413C", +"$ c #535D49", +"% c #56624B", +"& c #58634C", +"* c #59654E", +"= c #5F6D52", +"- c #606E52", +"; c #61675A", +": c #62685B", +"> c #627054", +", c #647355", +"< c #657456", +"1 c #677757", +"2 c #737A6B", +"3 c #747B6C", +"4 c #80827F", +"5 c #81857C", +"6 c #82847F", +"7 c #8B987E", +"8 c #8B987F", +"9 c #94AC7D", +"0 c #95AC7D", +"q c #96AE7D", +"w c #95B178", +"e c #99B77B", +"r c #99B67D", +"t c #9AB87C", +"y c #818280", +"u c #838680", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" . ", +" #35y453# ", +" :u70rr075:. ", +" :u0rttttt05: ", +" O#50twttttwt0u@ ", +" X3utt.*te*.tt72 ", +" 59rt< %* >et05 ", +" 5tttt> -teer4 ", +" 5rree&. $ertr4 ", +" .50re* << *et05 ", +" .37ttO1tt<Oet72 ", +" .#50tttttttt04+ ", +" :50ttttte05: ", +" :470rr074:. ", +" #25u453@. ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/close-inactive.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..0e4e39d --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/close-inactive.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *close_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c gray22", +"O c #3E3E3E", +"+ c #515151", +"@ c #555555", +"# c #585858", +"$ c #5F5F5F", +"% c #606060", +"& c #646464", +"* c #727272", +"= c gray51", +"- c #888888", +"; c gray56", +": c #909090", +"> c gray58", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" .X X.. ", +" O**==**O ", +" %=-:>>:-=% ", +" %=:>>>>>>;=% ", +" +=:>:>>>>:>:=O ", +" *->>.#:>#.>>-* ", +" *:>>%.@@ $:>:* ", +" =:>>>$ $>>>>- ", +" .=>>>>+. +:>>>= ", +" X*:>>@.&%.@>>:= ", +" *->>o&>>&o>:-* ", +" O=:>>>>>>>>;=O ", +" $=;>>>>>>:=% ", +" $=-;:>:-=$ ", +" O**==**O ", +" ..X . X. ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/close-prelight.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..c319b10 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/close-prelight.xpm @@ -0,0 +1,68 @@ +/* XPM */ +static char *close_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 38 1 ", +" c #2F2F2F", +". c #303130", +"X c #313230", +"o c #373737", +"O c #383C34", +"+ c #3E413B", +"@ c #3E423B", +"# c #536244", +"$ c #576846", +"% c #586847", +"& c #5B6D49", +"* c #5F734C", +"= c #60754C", +"- c #62774D", +"; c #647A4E", +": c #657B4F", +"> c #616A56", +", c #626B58", +"< c #626C58", +"1 c #677E50", +"2 c #737E68", +"3 c #747E69", +"4 c #747F69", +"5 c #81877A", +"6 c #80827F", +"7 c #82857E", +"8 c #82877E", +"9 c #81887A", +"0 c #83887E", +"q c #8B9E78", +"w c #8B9E79", +"e c #94BD6B", +"r c #94B772", +"t c #95B772", +"y c #95B971", +"u c #96BA72", +"i c #99C36F", +"p c #9AC66E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @496654@ ", +" <7qtiitq7, ", +" <0yppppppy7, ", +" .+7ypeppppepy7@ ", +" 3qppX%pp&Xppq3 ", +" 9rpp; %% *ppt5 ", +" .6ippp- *pppp6 ", +" 7ippp$. #ipii0. ", +" 9rpp% ;;X$pir7. ", +" 3qppO1pp1Opiq3 ", +" +7yppppppppy0O ", +" >0yppppppy0< ", +" ,7qriitq0> ", +" @396653O ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/close-pressed.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..b15992a --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/close-pressed.xpm @@ -0,0 +1,69 @@ +/* XPM */ +static char *close_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 39 1 ", +" c #2F2F2F", +". c gray19", +"X c #303130", +"o c #373737", +"O c #353832", +"+ c #3A3D37", +"@ c #3B3E39", +"# c #3C3D39", +"$ c #46523A", +"% c #49553B", +"& c #4A573C", +"* c #4B593D", +"= c #4F5E3E", +"- c #50603F", +"; c #585F50", +": c #526340", +"> c #536541", +", c #5A6152", +"< c #6A7261", +"1 c #6A7361", +"2 c #6A7362", +"3 c #70904F", +"4 c #739551", +"5 c #749651", +"6 c #759553", +"7 c #759554", +"8 c #759654", +"9 c #76925A", +"0 c #77925A", +"q c #77915C", +"w c #77925C", +"e c #7B896C", +"r c #7B8A6C", +"t c #7B8075", +"y c #7B8176", +"u c #7F827B", +"i c #7F817C", +"p c #7F807D", +"a c #7F817E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @2tppt2@ ", +" ,prw889ep; ", +" ,u05555559p; ", +" ... $a854555535wu$ ", +" ... 2r84 *35*X58r< ", +" .. <w84-X%%X-5882 ", +" ..op8855- =558wa ", +" 2w855%X $4458a ", +" Xtw85%X-> &559yX ", +" 2r55O>55>O53e2 ", +" @p9555555559u+ ", +" ;2w555558wp, ", +" o,atq77qtp; ", +" ..o.#<p<222# ", +" .....o oooo ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/hide-active.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/hide-active.xpm new file mode 100644 index 0000000..79239a2 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/hide-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c #909090", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/hide-inactive.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..0bfa3d3 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/hide-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c gray40", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/hide-prelight.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/hide-prelight.xpm new file mode 100644 index 0000000..f1078f4 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/hide-prelight.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *hide_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXX.+$$$$$$$$$$+.XXXXX", +"XXXXX.#$$%%%%%%$## XXXXX", +"XXXXX.##$%%%%%%$$# XXXXX", +"XXXXX.+#$$$$$$$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/hide-pressed.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/hide-pressed.xpm new file mode 100644 index 0000000..9ad9302 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/hide-pressed.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *hide_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$==========$+.....", +".....o&==========%o.....", +"..... *==------=== .....", +"..... *==------==* .....", +".....o&==========%o.....", +".....+$==========$+.....", +".....o.&========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+o o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/left-active.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/left-active.xpm new file mode 100644 index 0000000..2103096 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/left-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/left-inactive.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/left-inactive.xpm new file mode 120000 index 0000000..ebcf490 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/maximize-active.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..3ee3f0b --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/maximize-active.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c gray43", +"O c #717171", +"+ c #747474", +"@ c gray49", +"# c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ... ", +" .O##@ ", +" ...O## ", +" .+...o# ", +" .#+. .o ", +" .##O... ", +" .@##O.. ", +" .. . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/maximize-inactive.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/maximize-inactive.xpm new file mode 100644 index 0000000..40dd986 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/maximize-inactive.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #535353", +"O c #565656", +"+ c #5B5B5B", +"@ c gray36", +"# c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" O##+ ", +" . .o## ", +" .O.. o# ", +" .#O. o ", +" .##o. . ", +" @##O. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/maximize-prelight.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/maximize-prelight.xpm new file mode 100644 index 0000000..b04d285 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/maximize-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *maximize_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #9A9A9A", +"* c #9D9D9D", +"= c #A0A0A0", +"- c #AEAEAE", +"; c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$%*;;-$#OoXXXXX", +"XXXXX.+$$$$%*;;$$+.XXXXX", +"XXXXX.##$=%$$*;$## XXXXX", +"XXXXX ##$;=%$$*$$# XXXXX", +"XXXXo.+#$;;*$$$$#+XXXXXX", +"XXXXXoO$$-;;*%$$#OoXXXXX", +"XXXXooX@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/maximize-pressed.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..2bf4b7f --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/maximize-pressed.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *maximize_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c #979797", +"; c #DADADA", +": c #DDDDDD", +"> c gray88", +", c #EAEAEA", +"< c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$====:<<,==$+.....", +".....o&===--:<<==%o.....", +"..... *==:-==;<=== .....", +"..... *==<>===:==* .....", +"....XO&=-<<;-====%o.....", +".....O#*=,<<:====$+.....", +".....o.*========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+O o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/menu-active.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/menu-active.xpm new file mode 100644 index 0000000..8bce888 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/menu-active.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #494949", +"O c gray33", +"+ c #5D5D5D", +"@ c #747474", +"# c #777777", +"$ c gray53", +"% c gray56", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+. +%+ ", +" O%%##%%O ", +" o$%%$o ", +" X##X ", +" . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..b0e1be3 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/menu-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #3E3E3E", +"O c #444444", +"+ c #494949", +"@ c #565656", +"# c #585858", +"$ c gray38", +"% c #656565", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+..+%+ ", +" O%%##%%O ", +" o$%%#O ", +" X@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/menu-prelight.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/menu-prelight.xpm new file mode 100644 index 0000000..51e419f --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/menu-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *menu_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #515151", +"& c #565656", +"* c #585858", +"= c #6C6C6C", +"- c gray48", +"; c #868686", +": c #A4A4A4", +"> c #B9B9B9", +", c #C3C3C3", +"< c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$%$$$$%$#OoXXXXX", +"XXXXX.+$;,;$$;,;$+.XXXXX", +"XXXXX.#$-,,::,,-## XXXXX", +"XXXXX #$$=><<>=$$# XXXXX", +"XXXXo.+#$$&::*$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..31c747f --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/menu-pressed.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *menu_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #565656", +"# c #7B7B7B", +"$ c gray50", +"% c #8E8E8E", +"& c gray58", +"* c #959595", +"= c gray62", +"- c #B1B1B1", +"; c gray74", +": c #C8C8C8", +"> c gray88", +", c gray89", +"< c gray96", +"1 c gray99", +"2 c #FEFEFE", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.@#%&#@.+.......", +"......+X$&&&&&&$X+......", +".....o.$&&&&&&&&$.o.....", +".....+@&&&&&&&&&&@+.....", +".....o$&:2:&&:2:&$O.....", +"..... %&;22,,22;&% .....", +"..... %&&-<22<-&&% .....", +".....o$&&&=,,=&&&#O.....", +".....+@%&&&&&&&&&@+.....", +".....o %&&&&&&&&$.o.....", +"......+X$&&&&&&$X+......", +".......+.@#%%#@.+.......", +"........o+o o+o........", +"..........X.............", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/right-active.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/right-active.xpm new file mode 100644 index 0000000..e8e87a9 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/right-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/right-inactive.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/right-inactive.xpm new file mode 120000 index 0000000..6734f48 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-active.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-active.xpm new file mode 100644 index 0000000..cf88acf --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #606060", +"@ c #6F6F6F", +"# c #727272", +"$ c gray49", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X@#X ", +" o%*&%o ", +" O&****&O ", +" +&+**@*O ", +" .X ** X. ", +" ** ", +" ** ", +" .$$ ", +" .. ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..4826696 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *shade_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #323232", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #535353", +"$ c #555555", +"% c #5B5B5B", +"& c gray36", +"* c #606060", +"= c #656565", +"- c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X$$X ", +" o*==%o ", +" O======O ", +" +=@==+=+ ", +" ...==... ", +" ==. ", +" == ", +" %% ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-prelight.xpm new file mode 100644 index 0000000..58b0ad4 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-prelight.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *shade_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #565656", +"* c #686868", +"= c gray46", +"- c #898989", +"; c gray55", +": c #9B9B9B", +"> c #9F9F9F", +", c gray68", +"< c #B6B6B6", +"1 c #C3C3C3", +"2 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$%:>%$$@.oXXXXX", +"XXXXXoO$$*<22<*$#OoXXXXX", +"XXXXX.+$=112221=$+.XXXXX", +"XXXXX.#$-1;22;1-## XXXXX", +"XXXXX ##$%$22$%$$# XXXXX", +"XXXXo.+#$$$22$$$#+XXXXXX", +"XXXXooO$$$$22$$$#OoXXXXX", +"XXXXoo.@$$$,,$$$+.XXXXXX", +"XXXXXXo.@$$$$$#@.oXXXXXX", +"XXXXXXXo O+##@O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-toggled-active.xpm new file mode 100644 index 0000000..66fda1c --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #626262", +"@ c #6F6F6F", +"# c #727272", +"$ c #7E7E7E", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" .. ", +" $$ ", +" ** ", +" ** ", +" .X ** X. ", +" +*+**+&+ ", +" O*****&O ", +" o%*&%o ", +" .@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 0000000..b635912 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *shade_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #555555", +"$ c gray36", +"% c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" $$ ", +" %% ", +" %% ", +" . %% . ", +" @%@%%@%+ ", +" O%%%%%%O ", +" o$%%$o ", +" .##. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 0000000..c6bafc4 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #565656", +"& c #686868", +"* c gray46", +"= c #898989", +"- c gray55", +"; c #9B9B9B", +": c gray68", +"> c #AEAEAE", +", c #B6B6B6", +"< c gray76", +"1 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXoo.. XoXXXXXXXXX", +"XXXXXXXo.O@$#@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$>>$$$@.oXXXXX", +"XXXXXoO$$$$11$$$#OoXXXXX", +"XXXXX.+$$$$11$$$$+.XXXXX", +"XXXXX.#$$%$11$%$## XXXXX", +"XXXXX.##=1-<1-1=$# XXXXX", +"XXXXX.+#*<1<11<*#+XXXXXX", +"XXXXXoO$$&,<<,&$#OoXXXXX", +"XXXXXo.@$$#;>%$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-active.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-active.xpm new file mode 100644 index 0000000..368e639 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-active.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #414141", +"O c #444444", +"+ c gray31", +"@ c #606060", +"# c gray38", +"$ c gray40", +"% c #676767", +"& c gray49", +"* c gray52", +"= c #898989", +"- c gray55", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X#&--&#X ", +" +=$O..O$=+ ", +" +*o o*+ ", +" X=o X=X ", +" #$ X$#. ", +" &o o& ", +" -X X= ", +" =X .= ", +" &o Xo& ", +" #$ $@ ", +" X=o o*X ", +" +*o . .X=+ ", +" +=$oXXo$*+. ", +" X#&==&@X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..7bb6c4e --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #5B5B5B", +"* c gray36", +"= c #606060", +"- c #646464", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$&--&#X.. ", +" +=$o..o$=+. ", +" +=o. . .o*+ ", +" X=o o=X ", +" $$. .## ", +" *o. o& ", +" ..=. .o* ", +" =X ..=. ", +" *o .O*. ", +" #$ .%# ", +" X=o o*. ", +" +=o. . .o=+ ", +" .+-$o..o$=+. ", +" .$*=-&#.. ", +" . . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-prelight.xpm new file mode 100644 index 0000000..1abf476 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *stick_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray39", +"# c gray40", +"$ c #838383", +"% c #909090", +"& c gray67", +"* c #ACACAC", +"= c #B6B6B6", +"- c #BBBBBB", +"; c gray75", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o$*;;&$o ", +" #-%#++#%-# ", +" #=@OOOOOO@=# ", +" o-@OOOOOOOO#-o ", +" $%OOOOOOOOOO%$ ", +" *#OOOOOOOOOO#& ", +" ;+OOOOOOOOOOO- ", +" ;+OOOOOOOOOOO; ", +" &#OOOOOOOOOO#*. ", +" $%OOOOOOOOOO%$ ", +" o-@OOOOOOOO@-X ", +" #=@OOOOOO@=# ", +" #-%#++#%-@ ", +" o$&;;&$o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-toggled-active.xpm new file mode 100644 index 0000000..64bba8a --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3A3A3A", +"O c #3E3E3E", +"+ c #414141", +"@ c #444444", +"# c gray31", +"$ c #606060", +"% c gray38", +"& c gray40", +"* c #676767", +"= c #6F6F6F", +"- c gray44", +"; c gray49", +": c gray52", +"> c #898989", +", c gray55", +"< c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X%;,,;%X ", +" #>&@..@&># ", +" #:+ +:# ", +" X>+ o-,>-+.O:o ", +" %& o><<<<:oX*% ", +" ;+ =<<<<<<- +; ", +" ,X ><<<<<<, .> ", +" >X ,<<<<<<> .> ", +" ;+ -<<<<<<-X+;. ", +" %& O><<<<>o &% ", +" X>+.o-,>=o +:X ", +" #:+ .O:# ", +" #>&+oX+&:# ", +" X%;>>;$X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 0000000..b2474de --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char *stick_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 16 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #555555", +"* c #5B5B5B", +"= c gray36", +"- c #606060", +"; c #646464", +": c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$*;;*#X.. ", +" +-$o..o$-+. ", +" +-o. . .o=+ ", +" X-o X%;;*o.o-X ", +" $$.X-::;:=X.$# ", +" =o.%;;:::;% o* ", +" ..-. -;::::;; X- ", +" -X ;::::::; .- ", +" *o %::;::;% o=. ", +" ##.O-;;;;-o.%# ", +" .X-o.o%;;%o.o-. ", +" +-o. . o=+ ", +" .+;$o..o%-+. ", +" .$=-;*#. ", +" . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 0000000..aa149ad --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray35", +"# c gray37", +"$ c gray39", +"% c gray40", +"& c #838383", +"* c #909090", +"= c gray61", +"- c gray67", +"; c #ACACAC", +": c #B6B6B6", +"> c #BBBBBB", +", c gray75", +"< c gray77", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o&;,,-&o ", +" %>*%++%*>% ", +" %:$OOOOOO$:% ", +" o>$O@=,,=#O%>o ", +" &*O@><<<<,@O*& ", +" -%O=<<<<<<=O%- ", +" ,+O,<<<<<<,OO, ", +" ,+O,<<<<<<>OO< ", +" -%O=<<<<<<=O%- ", +" &*O#,<<<<>@O*& ", +" o>$O@=>,=@O$>X ", +" %:$OOOOOO$:% ", +" %>*%++%*>$ ", +" o&-,,-&o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/themerc b/themes/Mint-Y-Dark-Hibiscus/xfwm4/themerc new file mode 100644 index 0000000..b333fc9 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/themerc @@ -0,0 +1,25 @@ +button_offset=7 +button_spacing=4 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +#button_layout=O|HMC + +active_text_color=#cfcfcf +#active_text_shadow_color=#e7e8eb +inactive_text_color=#bababa +#inactive_text_shadow_color=#e7e8eb + +#placement_ratio=20 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=50 + +show_frame_shadow=true +show_popup_shadow=true diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-1-active.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..f38cd33 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-1-inactive.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-2-active.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..782c921 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-2-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-2-inactive.xpm new file mode 120000 index 0000000..a37458a --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-3-active.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..39c0c2e --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-3-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-3-inactive.xpm new file mode 120000 index 0000000..66e6af7 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-4-active.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..19537cb --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-4-inactive.xpm new file mode 120000 index 0000000..069dba6 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-5-active.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..746f199 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-5-inactive.xpm new file mode 120000 index 0000000..dcc7946 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/top-left-active.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..31e0277 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/top-left-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +" ....", +".++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/top-left-inactive.xpm new file mode 120000 index 0000000..0517526 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/top-right-active.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..419b92c --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/top-right-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +".... ", +"++++.", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Dark-Hibiscus/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Dark-Hibiscus/xfwm4/top-right-inactive.xpm new file mode 120000 index 0000000..42cae62 --- /dev/null +++ b/themes/Mint-Y-Dark-Hibiscus/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/apps.rc b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/apps.rc new file mode 100644 index 0000000..8820077 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/apps.rc @@ -0,0 +1,45 @@ + +########### FILE MANAGERS ############## + +style "thunar-handle" { GtkPaned::handle-size = 2 } + +style "dark-sidebar" { + GtkTreeView::odd_row_color = @dark_sidebar_bg + GtkTreeView::even_row_color = @dark_sidebar_bg + + + base[NORMAL] = @dark_sidebar_bg + base[INSENSITIVE] = @dark_sidebar_bg + + text[NORMAL] = "#C3C3C3" + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color +} + +style "thunar-frame" { + xthickness = 0 + ythickness = 0 +} + +# Thunar +widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle" + +# Caja +widget_class "*CajaSidePane*" style "dark-sidebar" + + + +####### TERMINAL ################ + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#3f3f3f" + + TerminalScreen::background-darkness = 0.9 +} + +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-down-insens.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-down-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..3c82734ccecd0d46e1c7d6f772a939e3059f65db GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprS}m7sn8e z=;V&I-QQ9gnj^m7uxfj;;>NrP^$v#~=N$hM9%qeWAFr75Ev(GWdkSO9bKID@1N5fo z>X|RoR%7V+Tzqq(no7YD5yq_{EuRjYVOja4{~X8D_6>}AzGB_}8(vugEn)C<^>bP0 Hl+XkK$zewG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-down-prelight.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-down-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb9bd94e0d18ed91c0451a57a74266f6342080e GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Rlb*Djx8V882Y>n~X~?aQC{D;qezOk=otS~6|Zx185MuTMU9;DRvslJBMk4I;(g zW#0e1Y`yWh|M``EaVt1w|JXinjLIwRK6r+u$?oO6y>pEO%ozT}soERg&w2~Ag~8L+ K&t;ucLK6T`L{Jd` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-down-small-insens.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-down-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..8783904837669f08cc0a31ab41280df545c0e2dd GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdt@X7sn8e z=;VY0Y)P+^OcmEie7#|1pnOVunW+<(hJxg6p~t)vQ+oQk)^<<sUe($8`#i_hTL*+D q3tyI<KKoc#j$C<3mIi+dFN4Jm0q5_&4MjjR89ZJ6T-G@yGywnwBtJ+1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-down-small-prelight.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-down-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..7750dc1543aaeece3cc307f84830ec971edfd5a9 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;VY0Y*q8VRXIk!vps*H=iat?{;_O4Ja?;X<*Tg^IQ^Hbp7zD&t=aq98+(^Ea<1Ci txcGU-`TO%8*UmZdtn<s87h=sD7(+~?>h(SUJ_MS|;OXk;vd$@?2>{zUN6i2L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-down-small.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-down-small.png new file mode 100644 index 0000000000000000000000000000000000000000..0bf1768135edfeb9f295e277ab3c24f450db70de GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynTE)5S4_ zV`gukA=e=X5tsXQ#Z$I8DX4D{@|JGRF<VeE!L}=5Yg82n_v||k+PS&mclMikCO)6? z`Psn(`wQ=WOI#cKr{vt(*zG$RIU1JjFhAC^EK`di`>o0Ink!%Im}WSd<ldHRn7K;N z^$APN=}j?}??c-H^}3SS@3=l;vPteaSG}HL@<-?U-{<dIcYamW(ka&zTdtqjcc8>< Vsk_eNV4wpTJYD@<);T3K0RU!KYF_{V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-down.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-down.png new file mode 100644 index 0000000000000000000000000000000000000000..f57c15e5b5e341064a895700d786e0e817c57819 GIT binary patch literal 308 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=r)5S4_ zV`l7`g?vo`5^WFP+Z#z3OYGrU9@L?>>Z{7RM7FezQa9F|OV}R7(^AYRCbIs3!&k13 zb4S?ziQSl!U-ykKL?rz4&6JpFPeto9*M1K^Z_oY6D*c%X&*3NH8cVmG*|XR`mg9P9 zID?)`$%Ux()&h(cLV<~qVLo@uPMoo1m_O6sWeekn4Y}4Hm%sS_jq|cBl6lT|fcZnt x?Xrofk*o}h+>gzeE|A3e;F^i=1!jgHO#ab!Gxp@}lm$AT!PC{xWt~$(69DyLZ?pga literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-left-insens.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-left-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..27104c666092dc737b56d5b2aedc2306911f5052 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&OrE{-7_ z(a8x6%>mDDblkAwn5=82yG{KXx5_EW$-=jVAM>WDeRLB)Ug8?nG}R@Y!Ik-d4_g~U z<BUr))@1~1T%WFOWxme(oZzXmsqC74rR_!15sQ+OUNQ225NoRbCMf{4gTd3)&t;uc GLK6Ul(?eVU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-left-prelight.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-left-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..b85bd1237fb3fa048cec72cbe950eee5c281ffc9 GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt(a0E{-7_ zvdIYy&1~D=wc4IPa3=5Fy}7pkt8X>VDLXiCF_2~5a7M3lUbk(1)#Za;Ro|Fg)thGW z@a)}m_j*-bxw_NNS|{7%RsX(Daojm~kHXQrz5(x4zReT0J<phXNY$gB;j0nQ9tKZW KKbLh*2~7YoM^5Pg literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-left.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-left.png new file mode 100644 index 0000000000000000000000000000000000000000..b21197934425dcbea658e6e324ccdc5807c8c742 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(0U`xw#m)s%EX7WqAsj$Z!;#Vfk}U9uEC#B- z4#JF18nY{af|4b!5hcO-X(i=}MX3zs<>h*rdD+Fui3O>8`9<lo-`Pk3747tNaSY*@ z>3hyF>reti+r#g_mDK{Qc2qX=G~Kk`5^zvD#gn5&r)kn%ZjNsZu~u80mF_Nao-VgQ zoP%+_U`)%0!|z2tO5acadF1XR3psYj4^MmcUl7==Q(bUQwsGl_y$q97W=bU2HL5>Y zyYBT{jq{&ZZvDnT!!s&0^ebb+nyu^!@8(p?KVq;fn6$<7@)n5$*|)#Rv_0JZyi$MC zwLp>BS<8Oz->cR2Xyg0e@()5Uy<=lYjr<jRz1HgI`EWjKYtshB$=*OuFnGH9xvX<a GXaWE})q8&c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-right-insens.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-right-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..85cba723e893c923eb77faca90182cf78f57eb49 GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&;*E{-7_ z(a9ZayL&lO(;6Bg*58<SV@rUUhWR<eb=GS3)1=k1g)WN*OP%6>dW_}BH<$E=nHQHS z%w%AkAUAu)yBkdbauce`Cp5*Bb-eoZVg{R7haZF5J+Zc!gHx9Q&1dj*^>bP0l+XkK DOIt<` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-right-prelight.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-right-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..ab6c74c66fb0c2068c57c64ea83467a6d00d735e GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-XRE{-7_ z(aA3=ukGE?*vrUNb*uW{_jhlewH56?UH$LtoL7R4Cy#yq^KRcYP3EWH{NDV$zgc{d zfuPD|ZSJIJU;n(dH1-rZlEb9=;z?^p-Nnr{Le?(o3=_On9r+sX{svmW;OXk;vd$@? F2>@9UPZt0H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-right.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-right.png new file mode 100644 index 0000000000000000000000000000000000000000..cf97804f087153224799ef63c023fe7716ec35a9 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!3-qTT-L4!Qq09po*^6@9Je3(KLE)UctjQh zm0t&8MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1S-0(?ST zfplnSXl`z9Y;0^&Qc`4OWMX1sbaZq?L<Eoo0-$(IObn0&0yq~a0ucm~(Q(N!aVcN{ zD6wYc!B0SQrAvbRf*IJ@xp_rIWn|-%^2%G<CobK&_tcqdPhbB2^Y60vt=m9l#-1*Y zAsn)-2iqAP3>X+T+?cJk_1FLTLgg9>XRBF1mzx;atZdeG@5z5PbKmCFlN*nTdi}BA W%*4cF_Nx`Box#)9&t;ucLK6Ueo@&tm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-up-insens.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-up-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..1be55d33d9e2f52417c3bc08a7e578f2519f9992 GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprUY37sn8e z=;Q>3=74`MdIIV=q?Hax28-Mlj(vEXTR5TnbnnY9PKHN+V#+3PJ)1FQ$GZ$}wzi7L zJKo*sVH0b6vEs(O2=$IO3HAlwB-&>DiqLOax$&LhR)#5?#cC#-_$&ij!QkoY=d#Wz Gp$P!6b4hUk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-up-prelight.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-up-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd78cc1107853897ca9b1ce1d5cb13b94174cfb GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Q>3W{a0I_FgpN;h3NxP^|c@{>)mB!W9lW<!3(5u)ipr{O`yduScw0OEw<M>HjG{ zn{7%L>!sg977|I*j{NCg*RY~rlQAp)oWN(LZL*13KEY>%8T=Q?o7;rVnGUpt!PC{x JWt~$(698|ENR9vi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-up-small-insens.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-up-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..7b5eb9edfd2834e817c1af920ad01319db5afd16 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;Q>3=7@JIS_0(QSTYhiy}I-IJo6J8I}O}g-KM&qI5y>o%fED%?jt*nT{-4qWZ=@} se)ZTc=ay5CuPB^a9J2Vd#0Ex&SN8lbT`mVr2b#*@>FVdQ&MBb@0MtuE4gdfE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-up-small-prelight.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-up-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0436d3245b0cf77e8fc67360b19c53d14c60cf97 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdvp{7sn8e z=;Q>3X3s@?t<^h>6&#q|&tIIk-&XyX#X_e4lGW3`*t|7+UwdQkvPMpwE4QzGUU|Bq xaiRbA=gI!!5i6cot`~Qy?XNyB%$CEz&>k)|>HPJp&w(a0c)I$ztaD0e0sut#Mk@dS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-up-small.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-up-small.png new file mode 100644 index 0000000000000000000000000000000000000000..511056f0a7db868ef612e4644304e24dc75d46a5 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynS_)5S4_ zV`gv9THYo@5!d(G&Ron21#24FSr3Z32w%zza*kkPf194jE5f-+*uc47?iF*>qZN~9 zPxk(C$kP0r<^1fmyVt#*_gAlK<2AnGbK(renomQsZGZKym{P=Ikh}IQgU^&8_4j)# z+>gz$Z79vol}z4a_?hc~($bP2Hl2;B&vJV{@-Zm3unXpTX!X`tGCCy~PhNeD=OWN; N44$rjF6*2UngCe6UH1S0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-up.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/arrow-up.png new file mode 100644 index 0000000000000000000000000000000000000000..f05766b76126161c3c5fe61303a55eb224c42e63 GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=%)5S4_ zV`gaoLasvr5^nqJ%Z(gaW*^*Uk>a^Q@(X7VxAgT^X`Qm&8xk(MU#LzzsHCJ8|7c&+ z`Gi|f|1CTC=hDN1Q|>R;XmoXc|MzIl<kHysDETc4OJyqG&u5sHD6wy|j`V-m%6a^A ziuD<S)9jc#S_S$y>9jKlXe_NdQ^RbazG$ssn!AfM!{%j~?}AS4^O*F6E8*;!>a|}v z8P;qy^S!LkaP&;!0mm&$i%v-dm-=U{?RP0j=n}K9S?Xjp>&~v<Krb+Oy85}Sb4q9e E075BtX#fBK literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/button-active.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..785016686f7187066d6d2eb14a299cd8ec3cb514 GIT binary patch literal 266 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>!2Ka=y z0_m+=w{G9QecQHeKoSBD95`?Y3@%-|1QdagmoH!Dd7h{R)WBO3<QL2!udr+Pp1u3` zANcX}r}2sNxj+dsPZ!4!iSXovu6^9h(JT@-p6zLF6z1c(^Zdb{aA}E(`-%rz1&=xN na)!BR$eJf4d}(WckjBWcfti_O=6N?opa~3~u6{1-oD!M<m#k#2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/button-hover.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..fab89f6d6c3f0d5765711d3916b090da91a4a8af GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0_k(-&Yg#W3l}Z`xlf-yg$Vrn_wWDz|Hs{rPY2ml666=mAg{1%_ny5Eejc@4I}<2q z>gnPbA`zaP&^3dTS(k|?Cv<mW!cJ!9<5?E@;mpj>^H^pW9I9BMc(6;vi;bs8?t?&% b7z4wi{u5Uo6jbT}4Pfwe^>bP0l+XkK*PdN< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/button-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1a6660f5a0640b5ef8f8f05eb55598ff70779158 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}2l#}z z0_l7A?%ltC{}C8G27|ZnKma20>-X>9fBrmCl|BMg%2g8N7tA29uxt08y$>GzWGR(P z0E(J<x;TbNgeNC-#jr95vq;?7b^gEsK6bWqwgvZIa`MEa3nU!mc)YNUMO$ggHfaNc fszc5Nn;00LF1_8GttoyNXaa+$tDnm{r-UW|K5%1| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/button.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/button.png new file mode 100644 index 0000000000000000000000000000000000000000..fd430a88350664f844751de897a324325f08f727 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw z0_k(-&Yg#W3l}Z`xlf)vfe8Hm^XJdszX|b^l|eR@1o;Is$SdsHy=U)(pGPg%&IAgY zdb&7<NQ5URbj{#o)@9<!3EiETu#=hjc$P(eI5YF}JeC;-hbmSm9_$kFV&mzN`yh}b b#=x+s|HPFC1(iBL0~kDA{an^LB{Ts5Z@pY? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..b4b8455c5a82fc6b209bf2e37ac4d32cc2be5d74 GIT binary patch literal 362 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkZu!pXco3>6L4x3aBLND>XP#AQS_Uj7BWdAY>H0!RQ>3whOyI)W2c+OuL!GH8{hEg z=*8z3Zoa<x;O*^4Z|^+$@Z{yEXF&A&)AP4~fB*ge|9{ipqBTHsWlDnlf*CY4YifJ2 zgKrlsOn~YVJY5_^B*Jt1ZwoaDh`6>ocXjEl`uzX@%rt?;U$<R9vops@N~4`;xub|= z11qEGQh{RKmc7$ew$vEUQ|o$JWR$Z0a>uO;kv3npZ;3a2wk70k-J0`!Y*`b3R`1n0 dzH8eb=D(?|iw>SmGXvVi;OXk;vd$@?2>^Rvle_=` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/checkbox-checked.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7d55a2e2eb3c06b7e1e4c97786e99925b8a3b1d1 GIT binary patch literal 363 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkZu)pY7=y91tI|;a)O`^F}E&B&n_viZW*6m1^+%p|4Eu*(~M%Lo5atyPMK?;KG!~D zd2so<#HRZP&pkMN;o;GX&(Gg{aq-r>yHDQVd;00=t4~i~e|q-%@2}tg{`~#_|Np;q zV^N@G>?J{d!3>^W-j5zXi8f!e0w|Q|>Eak75uSVAldnO6$05*V1DDph&n(~Vm#8Q- zKDhr?)t7PM3KM4Wqf#0bg1iDxn5CT(Hp|#Quyin7862_V-PSFe8TYNuHQXG#l7Fe* t!}ynSH`~%@%Q+SNwUw=Qn)KtdK7Sqix}$dM%7B(Jc)I$ztaD0e0su)Jj2Hj_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e1b6d89ba3e2070eb6be58334c194ef993c186 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xHr9@Ck7R z(r3<`IeYf(xpU`!|Ni~=?_VH!{``3$7YHs~xBwyl|Nmb&*AJwNuO!GXm_b8RtGKwN zx~8_auBWGR_q8yfjG?ECV+codazX>+v3bT01u+ec#^3b>VsaB6?Br%+Uvd7yC)SJM kY6b@H86&Hr7~gR*SXufne7Ew&CZJ{pPgg&ebxsLQ0OLMnVE_OC literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..a98d3d3938a1012658e2e85f9730e949eac15b90 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQp(uT^vI! zdf!gk%X`Ry$8Em9IaBHpwh(jH?gc$8vki_$a&32D@hP;wFh^;YM_<P0P`!QM-yHgo z&Z2OvLTsXTfk{zub}o<N9masG>F0iaG+cJgYUL}Q2fGVD+~dEtd2aFY)NM|yH^pw? zu48#0bSkB_>O1S-sjewLns?1~>=>r={{33RSd-xM{BzJdkdGNWUHx3vIVCg!0Bj^) AOaK4? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-button-active-rtl.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-button-active-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..47b91b76b7fcf51df43687e0fdb7244f2651b7ec GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!Hk~ty{MvfkTH50eP1$T>_GqFJGQ~Sf>+YO-YbnFoV3p?mc@C{QP<N!gP?^G(BA$ zLnOkJ6N=_@vI<K?7>79?WMTWJ$1+>^m`qwuiv1>qpK~wD$f+^>wwuj-J#Xf5pe6=S LS3j3^P6<r_pUYF6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-button-active.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b821b111b582236f40e4546429555a4cbe1276d0 GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS<N|y` zT!Hk~ty{Nk+qQlC_QQt{A31Ua$N+*%mo8nteEHw|#ovJ{*h_-^f*Is@?SAm!CyVT> zGe99tPZ!4!3CU!Q_9i1|wzg9<1q_rW4$iyTc4VHN&rOfIIS-E<VBi;aWn++i+tGCN Sbg&~(6N9I#pUXO@geCx3O;dmX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..f2787a190b0e80a8f97a580b159b2c72cec4b6ba GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!Hkxd-v|&zyIjbqsL(I?%g{e8wfss`SR=c@85s^h)<oN3{=Na666=mAg{1{&)x?= z-M%kx0E%gPx;TbNgeNByy>Dn@W4pHIZh%2!W36e^S;k~OW3x^2krV!$%i!Y|W>|Z7 W*~_&5J~x1x7(8A5T-G@yGywoAO<hX> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-button-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cbc15c9f6b51690674b2a0d643e4f47b0c3174a7 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!Hkxd-ooJ!P|Er0AYXr_T$&@-@pI-DKVeH0#w9a666=mAirz(g9krZWM7>D3Tb+} zIEF|_CTp}e89B4HtqT>{U?g!c&Xl)vZ_SKN6aVbE)Y-@=r`E;8VE=mBi@Kx~AD|`% MPgg&ebxsLQ0QRO>c>n+a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-button-rtl.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-button-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..e654a6bb0e2f4971144dfa28c0953b517d1f1697 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!HktbLY;3!G#MKfb1tvo<O({A3pr^=g;52e|cL<jsn$jlmz(&Gsr9K-m~|?Pq**O z8-QY(o-U3d65+`SMeiG$*x0VExf@{6*jQ`Ybe1uh&)95}eB^{b=Q8;Cg&Ee~UG_5V Szt0VzCI(MeKbLh*2~7Zm{#)Gu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-button.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-button.png new file mode 100644 index 0000000000000000000000000000000000000000..fa85ac53b8e76363f3280880313e576f140a4ce7 GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS<N|y` zT!HktbLY;3!ILLXAdL4PKK%ak=g;52fAcQp168n<1o;Is$nV<y;OE-2j5C2Enw~C> zArg|w9?eZ5&TMU`W(pV_mOMD`X4jE<W<EDP>gGH=a)5zf*p-bT<WIZKMQ4p3pe6=S LS3j3^P6<r_64_O} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..d752b71b2dfa6e03b24250b84854b7bb4117633d GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!3-po!riKX6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8<XES>hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkaez;V zE0Atr2;Et-Xn)q!^(k!|lUugs_iZcapQIJmD&W*1<~GkUbDmS?eCMoN+mGGaaqQo} ze~Xkpp9fi7666=mz{bs!nNwWyTWGqJKTy!z)5S4FBlzt_Lna0Vj>8A0Ejsbv{te%n zytF;0K2tm-wVOWO6}_?e)=ZI~UzcjB^_t!(Vf|exsV}^ZQRwQmkZzz644$rjF6*2U FngDV?T_ykk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-focus-notebook.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-focus-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..bc1e57ce07908ac79dec0bf31fd11fa7afb294d8 GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS3<7*Y zT!C~0L+IwTnH$sEHl(y}FYKG76*fsbyj8%dL(FZiL&iME%y~|kH@6+Vwf)$?fB#Ci zp56u2!%-6C7tFxMm6=`m`*-VJ12>?Uj;D)bh(vhukKLP@xuhi4NgEwF7{oF;QAlWa rV#nr*e>aJC)}9qS_^(_@PK{xjiRA3nHE-2{`WQT2{an^LB{Ts5*1c8R literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-focus-rtl.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-focus-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..fa4c9aca4b85bee0c05c9e1879e81387db98834c GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!3-po!riKX6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8<XES>hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkaez;V zE0Atr2;Et-Xn)q!HHpn@;u<z)b#BV*ov0bwD&W*1<~GMZeU3x=T*r(nn+{&teDLeH z?``uqPJt{g3GxeOVB_Y=%qcGUEi_%qA1G+<>Ealo5&ZU|ArpfF$KeCh7M=KS|Auc( zUfLd0pD7-a+D)JCir!d!Yo^H0uS>PmdQI<?u>P);)EC~yD0KB&NH@?322WQ%mvv4F FO#uGLTpIuY literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-focus.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-focus.png new file mode 100644 index 0000000000000000000000000000000000000000..aeebdfb0778287aed3bec2645469def7130e092a GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!3-po!riKX6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8<XES>hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkaez;V zE0Atr2;H1Eb4_C7n)t>|IbB=xdnRgzPSgr(6>#bhbDM3KHpf1Fjzjw8jR&r5I{5Y5 z_t%t02H1o;IsuyJK(7Z(2h-TjsM7EsW_)5S4F<9xEfgU1gaxv=xp$eiink!YAb zm67{F(jm1|Ck?c`yaV4XJa@RwcS`?UR_`3H51*5c*)Z$~WSV{B)A<~r84RATelF{r G5}E+E3SNx> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..1744bbe8887c6e6a4bdc3448f8c9c4d3fc9b9ddd GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zT%SID`t14hmoHzwdiCn-*RS8cef#zM_wPS{{{8zmbH}b4pfYt&7sn8ZsmTcqjF;Kk ziX;kn95#512)rq3dw5tc`M^8(1@|91Y-MEF`zV8_Aw{VisD;7P)z4*}Q$iB}-Dprn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b39eeb781f19eefa4f969f3542dac495cc6e22 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zT%SID`t14hmoHzwdiCn-*RS8cef$3X`|m%0{{8#+<A;&}P?@Tyi(`mHcyfkuLPN95 w_aY6AgaA$V4L930Z?kmvzWE-;S}}ovp>=(R-8RG6$v_PZp00i_>zopr01p{XJOBUy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..eb794b50b874743b10672781427a5f88f1f35b57 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zTpvAp^!V}Pr_Vs({f7@<zJC4s?fb9azkmPv6SjEaN}w`bPZ!4!iSXov1}3-3ENy%m z8T>^Jo2{dG1>Te~vg~e7%-B5fZ_^X^3HK)+VqthCS2k5-)%`A@Mg~t;KbLh*2~7Z7 C`cZ!X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1e905a7c5dbbf7c6c4d47ef42dc5a9ce063b142c GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS<N|y` zTpvAp^!V}Pr$F!w1m1u6@a5~*uiw7^`u+R&pFiinEUE*l)bw<543P*=)+kMBXkO4W zGr*wnV6Iw|ZsU<>GLLdn_AC50lsNg`Baw-Lv#xa$)68GnftnaRUHx3vIVCg!0Q);s AegFUf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-notebook-rtl.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..9f877d8b42dcc6c721c16cfe0630fcebb0c5a3fc GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSbOU@s zT!Hk}t5;vVc=77htNTyhJ$U-=(ew9@o`1M<>*e`t&n{ele)HbzoA+OT`1JkXzkk`g zHq8K8SrX(I%)rLYlbKUo@>^)Sls{0=*we)^L?S$S1}E$0Z*~a{jBfqh1!l~*8Chm$ xGB%wxNX*zgbK;*veIJyQkFc^;%$QTlz)<;KM)_RN<o`hJ44$rjF6*2UngE}4W-tH% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-notebook.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..e65c4d64cca962a52ff89fdd034bdd3de2bfb2d2 GIT binary patch literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!Hk}t5=^rdv^c+{Ra;oJbLu#%9ShU&!4|=;lj<EH$Qy%@bBM07N)*@pgQ)FAirP+ zHm=O<!r#}k-t_~8G(BA$LnOkJZ<sEY;o_2*CTVowU<k|Pg`AzS21jn5sB`@G*vOql cTGNN2iA(h1dCk2`ftnaRUHx3vIVCg!0EHq~qyPW_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-rtl.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..a8205c49e416c6d5b0105e0cd9b96500c0b0c18b GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!Hk}t5;vVc=77htGjpa-nnz<9uPcuaQX7(^XJcBxNzb6_3N)*zyA8|J43}0S&)4t zL4LsuY}`DVImIQvg{DjS0|gB|T^vIs!jorkvTptslhDBE*3VpE#(bNNWp*ZG(^-SW qjLkDA{yEh5K{@#dBij-KMh2JZ(i;<gAGrq9%;4$j=d#Wzp$PyQreGuh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/combo-entry.png new file mode 100644 index 0000000000000000000000000000000000000000..adfef2b04c089421b02660fef17f3bea78219763 GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS)B}7% zT!Hk}t5=^rdv+TP?%ut7|Ni~UmoJ|`fBwRS3)in-fA#wH*Kgk=mCPpqm2#8>`2{nu zab;!~7XEg*=+F)n)ADq243P*=w%EIgnM+Dyo3zn^gF!5l6NQ9!Cw6R}_;(Xe=ia-5 d2i>@Y85HMB?66P!tqs)0;OXk;vd$@?2>_5%S^NM1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/down-background-disable-rtl.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/down-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..ed124203a5eac056a46b5ca85d0e663862eb84de GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD<x;TbN zOifNnNJyyo^5SB>r=})bO#|opH!GZiMF0Kz{{Me)6PKi<B>(>E&uRL0M|F6BV1NC8 nzkmP#|DQAc{QT}mK^zQ<Qc|ZL&GIw^n#kbk>gTe~DWM4fw;@2< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/down-background-disable.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/down-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..87956d2b4089c5aafeed072b57f11fa1a7a543d2 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD<x;TbN zOnrMwQK-Ry$Ms<Nvgaq>?kJH}vvr91X}t2NKx5k1ZP8v_mt~E!-KWm`_ro?#?Euq@ o(5?<{35MET`|q;yc&Z;@TbU-+GD|OECD23$Pgg&ebxsLQ0CG(}egFUf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/down-background-rtl.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/down-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..370259f4e1a43a012730aa0b2e6f7ec199964814 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TnrUx;TbN zOnrOGP_)5-$MxcO$t-4djibEPixvjkY+zxYqsCPAoV#In`qKrO$HQujH}_4N*D+(Y k4ui3^>fHmZJ^Oz!vep{OxrXNX0!?G^boFyt=akR{0O6K8bN~PV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/down-background.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/down-background.png new file mode 100644 index 0000000000000000000000000000000000000000..0f40ef0e6ff14ff50c01af9bfd22792edeed5d11 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TtPJx;TbN zOnrN5H*bT10ILCaYUs1QS6;5z<UH#*ON~o!_UYzTTsd*S9)F*~BDQ6>$#WZn1z+#2 fe|N}Z(_zk6re=ly0cv$Xa~M2b{an^LB{Ts5V)Q+w literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/entry-border-active-bg-solid.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/entry-border-active-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..6cc5a377301df7c69fcd6a9a35e1c6854301667a GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6HXu_i1AIbU zTLqjt#M~z9L`>F=oNbpj$3A_IL;76DjLRDjT-kK+%I1T2_ME!2_w=28XYTGl^Yz>J zKR<r``T6_*|Nk>TEz$=X;^XP!7@~3h?Ic5{0}32R_@Z^9v=9B4zs=53-JW)KhC?f- z^pQmql4s@L2$nkcQgLyUPMBMR`h)QJkjPW64{8`Rm2W-Mlf9K?a{KC6){uLusnc7J Rsshbr@O1TaS?83{1OV`XY}Nn( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/entry-border-active-bg.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..67193d437b5ab1da8c3e16282ea869673ce5b452 GIT binary patch literal 307 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6HXu{&1AIbU zf%N`{RVNyjY%1v8Qq;e>pnp?7kTGFvLGMJ((1}`MtpZLRVs5kT(&pHw&v8hf>zHwQ z<AE!i4qn-O@awnl|Ao~>fJSha1o;Is@bHzCl$DoP{{B66@1IpbVSi5-#}JM4Z!c|R zY*65Fx!Ap^qqEWB+x)AH9D7^$*FKfK6H?)IMW#&skcjNk$2SGb!Z?n)Fdb9+_p*D- stRmrzF3s?WlNWQ>89mtRmY#h$-pYjKXOz<&bD+@-p00i_>zopr0ESR>Qvd(} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/entry-border-bg-solid.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/entry-border-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..16d1f6420f104ed9e051b9a203169ff6d6ba2e02 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zo<D#7!i5W0u3Wi({raoduRnbJ`1RZOfB*jd|NmdxB(4vr%*fNlF+?If*~2iUficmX zZTSa2360Q1gSQS132cQbaf;0BLhBPHJ_XcvO9`!5*do-#Fgc|+aCz}uZlG=kPgg&e IbxsLQ0Nb}sr2qf` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/entry-border-bg.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..33a56e74bd8f154366aa4e624f1be6d702cd9047 GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>!2Ka=y z0_j(;UcG($_RhU~_Z~dBfB*hnAb$7|NL;>r`TY6w7cN}5e*OBZ*RQ{R`z}`WEDxxG zt0c%Tn1P3{q@=98yz)2iod{8&sI8}qV~9j}az%BOD9@Xn#|th`WMp%BZX}cD&>+*+ z>tU1G#_D0SF7br(x3y-61y$mB51)0ia8J@>_Tpe-DDPL5W{Ey14m60t)78&qol`;+ E0Hca#V*mgE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/entry-border-disabled-bg.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..7d468a5c2d320c5ef24098143e3fc7940eed60b3 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zK6>=%@#Du&pFVx|?AiMdA3lHi^7Y&IU%!9<{_}^S!+bYTnUSZ9V~9j}vWH<x17o5& z+wu>55*ne225%i264(k=;uM+Lh1MrZd<v-TmJ(XAutlheVRA}u;PT?R+(6w7p00i_ I>zopr06mUQssI20 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/entry-border-fill.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/entry-border-fill.png new file mode 100644 index 0000000000000000000000000000000000000000..15f67464afbfc0e57a0bf88cf6652732d3b6c15f GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^tUxTm!3HFa)Xf(FDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0xGo-U3d s5>u1^{Qv*Ip3USyi=Kg&#T^#L|EF1W7S(TS2P$FkboFyt=akR{05H!gI{*Lx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/focus-line.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/focus-line.png new file mode 100644 index 0000000000000000000000000000000000000000..c06f317b319dd6f97549c7755ff72d5655247f6e GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=mSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt)QPE{-7_ zGn4leJUk@DR??tX@$gWqsgJ}e2?>b}Tt-R8!VE5aJmto9D*u7189ZJ6T-G@yGywo4 C4=acO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/frame-gap-end.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/frame-gap-end.png new file mode 100644 index 0000000000000000000000000000000000000000..8d253648946d582949bf9f52bdd6ecd10556e423 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!2%@Xw6`;Y1d5$JLpV4>-?)JUISV`@i-D@I zgD|6$#_S59pk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MZBIajv*Yf f$vgi4-^I+pk;C*YFo1UsP=dkJ)z4*}Q$iB}PiG_H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/frame-gap-start.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/frame-gap-start.png new file mode 100644 index 0000000000000000000000000000000000000000..b575a6e0b430bd462cbbfb16e08289a613887f61 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!2%@Xw6`;Y1d5$JLpV4>-?)JUISV`@i-D@I zgD|6$#_S59pk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MZBIajv*Yf f$vfT^{I_RdyT|lRxsGQpP=dkJ)z4*}Q$iB}Q_v(b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/frame.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/frame.png new file mode 100644 index 0000000000000000000000000000000000000000..82945e9d57bb06d56304fa15eb661364e8de829e GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2xGmzZ=C-xtZVlH;_4B_D5xc$)o0g%gC;1O92 zRDK<V8J#p{R{#YiOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe1W3-AeX zy?_7y|NsAul?xJpB7&YSjv*Yf$tej5YtoPONk}l*?PlRl$_#r4lw|O9^>bP0l+XkK DxZf|v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/handle-h.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/handle-h.png new file mode 100644 index 0000000000000000000000000000000000000000..d93ba9e16478937a35dc17db7342cb61cbc1af7c GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^5<twv!3HFqtYlb$6icy_X9x!n)NrJ90QsB+9+AaB z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD=*PZ!4! yj+w~`2N=)IxBvhD&(F{QPYOD-`Rq_x!OF1us7UvN=7KDsLIzJ)KbLh*2~7YW&Ml?@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/handle-v.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/handle-v.png new file mode 100644 index 0000000000000000000000000000000000000000..ad016d21bddb7e9c204fbfc4291da02527908c81 GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6c|dAc}; taLi0jP+&KhXJ7x%o*4)(H)tJWW|-Z}<)@Pxun4G%!PC{xWt~$(69D#lD1`t3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/inline-toolbar.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/inline-toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..6094d5fbe6d8dc5a9c1bc7be0bcfb630a65a0e18 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL$P6TnCTLXyDdu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7wg8_H z*SmM`e)#ZVQzXx0popNSi(?2!bn=S-|N9dc7zi*hoOSVKwThGJ1WGb^y85}Sb4q9e E040epXaE2J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/line-h.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/line-h.png new file mode 100644 index 0000000000000000000000000000000000000000..8320e2a623debca401925e540d1512acf006f1c4 GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-aSE{-7_ oGm{e<n2!Da{{DY@LP7!qgLoqIJgc1VZa@VLp00i_>zopr0K}3gSpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/line-v.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/line-v.png new file mode 100644 index 0000000000000000000000000000000000000000..c13ee45c94378510c7830064c47c9715f83986fe GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-aSE{-7_ nGn04J|NmFd1_Wws8Vn5P&zR@i-g49dDq!$*^>bP0l+XkKgT*DV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-arrow-prelight.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-arrow-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef6a640fead0ab219d24110bfffddcc6e761174 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3-qX^pA1^Ddu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7vjCqE zS0Ei58yg)R4J2b?VjyfF11JI~AyP4Mi7~NBKtUiVUOP7ss8g^c$S;^7BP%bzu(+h6 zs;;4><Kc^cmd2X?KuHZx7sn6|S=NJ$Ob!YREE_zXj(q)pe%nv~jL&V#%-?J@DsLLC cc=<z5M@)|4xzV!anLs@Zp00i_>zopr01sYLT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-arrow.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef6a640fead0ab219d24110bfffddcc6e761174 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3-qX^pA1^Ddu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7vjCqE zS0Ei58yg)R4J2b?VjyfF11JI~AyP4Mi7~NBKtUiVUOP7ss8g^c$S;^7BP%bzu(+h6 zs;;4><Kc^cmd2X?KuHZx7sn6|S=NJ$Ob!YREE_zXj(q)pe%nv~jL&V#%-?J@DsLLC cc=<z5M@)|4xzV!anLs@Zp00i_>zopr01sYLT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cf64b81558581b506d1a4f68f89c34758388c2af GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*F&LPl#)q zutT%3U7LVYtAJxGh;;6h@a&QI>rwQZpd2tkC1`?L$Rv%hNm^mEZBphsWbAF2eRb{r zdwb73J9GWnxtlL9-+6ic-s_tW-rj!n_Rf?4fB*jf|9|KHZXcleG9^KN!5W%1wLLh% zIcxcOKy{&>E{-7_vaAO=nVJj)ST;1e1%8;OwCn%><(_S93wSdbB$yv`Fr4}8Sa4wH z^*WJv?^gpU#XYa8Uw@4hShlrptFC}gcCInUoO#>=3=`NI44s(`p7F2S!?M}mE$%ze O0tQc4KbLh*2~7ZJUWq9H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-checkbox-checked.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f20cb34f593971f6b6ba82bda9d9fe04ca48916a GIT binary patch literal 327 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*F&LPl#)) zpi`TmV=E8|0Fe_E2|9O(x%J5UOwtUStP?RsFKU)W;zE!7rT!%wQd%!A-EnW<nTJO& zJ~?&u^^FH_?>u>b|JjF!&p$kT@%zWm|NsAAXs=xaG@q>`$S>H_%lpyeCkbC26M-VZ zo-U3d9MQ4oJcSw*1XvCRZWJjLzy9;Ty{$k);#{kI-BjN*B1tDgC#7+#>`XrQO8>4D z%d(@7{Jx5@gne~pV0w2&oq_R}d%m~G<9idQ{;JhH!>-S6$-1dgX8$3e@eH1>elF{r G5}E+q2Yh}2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ad9fd148843a62e081eb36165ca04efc01a192 GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4xHBpZ(Y^aoPR#ZI0f92^|CANoH4aybh;B8!1a zu7fb6lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt*x^J|V8> z&!4|=;ljm>7yp96@87?H+;iv70m=XW|IcXq@e!z!t0c%T*uc=JsJNuDsi)_5-;;Qt zsD`JDV+e<Aa=?3rrZUF1OEVn|OdA&pyPVHiFhh?~(%7=mktd~2nwde^(lBe@e@hvl O9tKZWKbLh*2~7al@l~S$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-checkbox-unchecked.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..cc574e4609f399c4771bde06ab0b8971b96be134 GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uAB#T}@sR2?f#ZI0f96(URk<tO=a~60+76a8> z2Vq7hjoB4ILCF%=h?3y^w370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iisC(8978lF zzU|$}+u*=+gy$67lr;z3&M@pYxXJl9pV4Q6hrhqGl~l~_BK1r*vxEn8xg#c)?5fV> zytCKCibvv%PVvDrY7KVE_CFW<FVa@>a_j4mwcw4&UK?FxwC&n7>EiqD$ICm|B!N~j Nc)I$ztaD0e0sw{MNBRH& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-radio-checked-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..d4783120c7e48daf9e9a15210b09789c8b2441f5 GIT binary patch literal 376 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*H4vPlzj! zZeVCw#Sq#q;LyzP*3IwM&hOI9@6;yX*uwAF#_!z1=iJWc+zLd3&Mg8!ai><Glz?Na zpi_&WV~e13tANuKo$x7ok@xnVxwrq^y@Tg|efjq5+mHYM|0f?5O$1sXUlQaO%)rE~ zps1*%926W99UT)B8(Uk~(b?Gp12MvL9DqubJY5_^IAmE5GV(PU2rz7TmzOeO!T<W@ zvsRqoyWO@i?cC?$3rBV_pU+>K%idG@YzMQ1`@KmgmhKd2e6yClibaY^u+?c{(aRNO zVs??z*G=^+Qm-;p$gDiaXtPi1*R|q*_a@tOomF*g+j{i}&^887S3j3^P6<r_BM^l} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-radio-checked.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..775c0fb9df38956e54c7a29cb48f012e6ec6b52b GIT binary patch literal 391 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*Hw>Plzj! zZeVbj$za?j=-49Y(kAHKBH+{};MmIV+{*6+LV_Sh8<-7L(<<oHCg{{EfCWv~iI}1r zIYlq(-rm#q_MN%6|Lpw(XYU_8_w)1DpI^TH`uhF<|Nnwv{~du=N|Xfo1v9X)THDy# z*-xD|edf|-%U7&i_4vutA3uMo7ry5Ms!8*7aSY**Wj)BwbdW)Wb;EME%v{$uU*Ffe zc~07L`=L!vn&+ft>?OXF<Q%4NVVIHDe*5+JJxOyJ-><5AG(mV@=+}dW%yFS#57<e^ z$lw3XdfJE4z|)H1v&vZ}19??XwbzF;_e-h&WM06>^WtsN&Zj^d89ZJ6T-G@yGywp$ Cu#pM? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d04294941060fcbb0a95e0a527d21322510cc0 GIT binary patch literal 420 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@<ySd_|8US6)3nU`IhoLG>mmtT}V`<;yxP*G`sPlzj! z{{R2~`Sa&5Uc7kv^y#x;0AvG2E?l_q6%2m-`0?Pu10eJB=g&a${{8z8A3g+<*REZ= z4hBHRl`B`yojV8A0%QXX1hTJQz54g>UmzO-fFeLMA?&_iOtXO&tCs}%1v4-yC@KX8 z1xLqZWM*b%WoPH*6_!_2RoB!4K^+jZwsmxN_S|2&nIEVn&(p;*ghST!Ag9<N1s>J| z{1IGwTh~q1G7CKMw|~W+eP<q=KN|Dw#f2IFwk`HLd{>&`Z{yO3liAI}r-}ND6>4Y6 zPw>2w?Y45!EAg2wx}1d~rYt+2yNB6C9*B>SvMXoksqYV&{&=x*MvjLnEB6ET{VxPe UpIve~3ACBP)78&qol`;+03L$PqW}N^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-radio-unchecked.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menu-radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..1a297dd6afc7ddc41393339fdec415ad2df05dd3 GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4u6ByT*@`3|I*ik&<|I5<MzxPb&Y3p^r=fhw+p zFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ETRdGHLnNk_ zPH^OFG7xax{UD?%Zjyi>Lj@P(%@@n|>#Z@=YjD`f&>A6r#mm6$;P%>?KaJ;4n0R?s zp5lUl%^j9cd~*!v-%l|z`L$4b<|moBoZhaVsjH&@E<DTsp=W_~-Cv=$g-=;?oVNe< zJO4tsh2>DnnU#UU8f(R-9Qu3yib8;(Sn17}lOl|X=ayb8dU$B6rF@)Y{XeUq@+@XK x@z^w@s|rv4#Q=GaS#w%e__T{Q6;6G~xypm%>lr`uI-vU*JYD@<);T3K0RZynb#(v$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menubar.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..dbf51c1d17a5525bb9667316921064ed254ee53c GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL$P6TnCTLXyDdu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7wg8_H z*X!4>KY#vw<+tP~KoLPt7sn8e=;S}=4;(mRU?9Q5(D#$k*7je_LZBprr>mdKI;Vst E09{5gnE(I) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menubar_button.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2a72ea14665b31445ee26a84d5a583a5d45e0c94 GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ$P6U4SA1Irq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@|R21^9%x swhA~+nsO}$$mRBQaSY**O<o`e<ajeMemAh124pdKy85}Sb4q9e06Kdo(f|Me literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menuitem.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/menuitem.png new file mode 100644 index 0000000000000000000000000000000000000000..02f74be0d9511e919ac2fa9970d55ae59e4bbcb0 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^{6H+p!3HGXMV6caQY^(zo*^7SP{WbZ0pxQQctjQh z)n5l;MkkHg6(AiYt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tt<bx;Tbd z^d_eyBm|@@2pbp~7<`zpdS+)#@8VhRru|uRS8W!VZZ<G5@R+<>lHvGWhQ`+ymZ$?Y OGI+ZBxvX<aXaWGfe={cl literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/minus.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/minus.png new file mode 100644 index 0000000000000000000000000000000000000000..a135b7bbb03b75c8672b6e4ef513db36e4961480 GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-t3?!qQvP6LtbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_FfKQ0) zg$oxhUc7kj+`02G02Bdofh15MCMKr4yBo;(^5x6_|Nmo!Ey{ozxk`fkg4NXb?%RL* z%-Qe%tlPiu0E(J;x;Tb#L?;W(FMf8$gpuuj`TKi&Lla&w2fde)IM=v>x!~2;RaZT1 lI%GnY>blIAxG-fU4@0ShVP^DxZE>J}22WQ%mvv4FO#tf0XXXF^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/notebook-entry-border-active-bg.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/notebook-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..13994485292e2e29ad9abb9095274ce7118439ce GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6HXu_i1AIbU zf%N`{RVNyj>@1zQqjd6)l1V#DCQi}{o1`7yD&W*1<~G+MW1eH?Jg3b0&RI9N9lf>v z*sUGM{{8#6q-k>t$oi5XzhDL)zLK)?%HO{qS(OU|1${hS978nDznx^rbU=aQNMBTU zfbOaP^0(PJs@v1f&N#4kbxwwP`&OqL3nr_-YnouSKtwx;L+D9(d`RRe=Zl{id$PBj iJ<4t8ZgP9`A6An!Eb6y4I^F`!W$<+Mb6Mw<&;$S>32qAj literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/notebook-entry-border-bg.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/notebook-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..4a47fbfb1cdefd6ed4ecd8e9a58cbf6265d0716d GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}2l#}z z0_j(;UcG($_R*t9kHO%{lP6cMTseRK{Dlh_Zr;54;lqc2|Na^M&v^h;%25*J7tFxJ zS5j79`MWp0Tm&d)>FMGaA`zZ!v3C<QTiV;i8+j)fn3b;bbV~{-bR{YY`A=HN*m>NL rr}D(Ut1jG~ZyO8xB21aRIG7mj9hDQ_vc@+SXb6L+tDnm{r-UW|<Md$) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/notebook-entry-border-disabled-bg.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/notebook-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..aecefefa8610db638505fc3215bcf3944d2e1cf7 GIT binary patch literal 222 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S>U1^9%x zK7IQ1`Sa&5U%q_x>ebh8An^VB_g}w%|Nism-@kuX1g_l$sx<O+aSV~ToIE4#00Z-x znLM3xvIZBFPA$09$l%8#<FThr@Thizfg>m9m4I2R82BBRc`#gg+&lUE@fuN}ZU#?R KKbLh*2~7agA69Mv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/notebook-gap-horiz.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/notebook-gap-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..e14fe4b2b1a25a662125f793ad49fb8a8bc2edf5 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^EI`b}!3HGjSJWnh1d5$JLpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TqdRx;Tb# n%uG%If*<^>JV4;Xlfl4nx`O@pCL@JBpb`d8S3j3^P6<r_1C=H- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/notebook-gap-vert.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/notebook-gap-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..bc4a11c48eba55fc97ad74057c2ea8d8853795ba GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-S!3HFkynkm2;uJf1hHwBu4M$1`kk47*5m^jW ze;tGwoit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFX5ba4#f on3<f=z;x_C5TqvnL6QSILlPqk!wD&q8lV~mPgg&ebxsLQ0OiRk;Q#;t literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/notebook.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..49aad67b83023fd44c51359e16c632096841e3e6 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2xGmzZ=C-xtZVlH;_4B_D5xc$)o0g%gC;1O92 zRDK<V8J#p{R{#YiOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe1W3-AeX zy?giW|NsBjDS0&jMFc%v978x{lT#8B)}$ZllaOGr+s(qAlo|F8D9PaI>gTe~DWM4f D%mgqr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/null.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/null.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a1600a657945ee95d0c3a620dcb7689c949c9e GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K11|+SoP4xm&EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQke?T^vI+ kCMG9Hur5vz;Zb5>V4lptcyp7EIZ%?p)78&qol`;+01F5sS^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/plus.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/plus.png new file mode 100644 index 0000000000000000000000000000000000000000..fafcd101a550c387d91c5e55f0e6e940feb7c91e GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-t3?!qQvP6LtbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKQ0) zg$ozXqk@>2nC|ZGo}M0{@Ru)N{{R2K;_U86K=o`TL4LvIl~td={P^=Vdjn9!)YHW= zgd;jRV6J8Hvk*qM^>=rdzc)&l!Mmi)pCRbB;uSN4t+u+do!hI~UHH}rt@0O1;bLa^ YKU;mrCWHDLKm!;&UHx3vIVCg!0D#+F`Tzg` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/progressbar.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..1b8bcad63a8e7bfd70b402ec66d0f34f7655168b GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^96&6`!VDxIuXC~kQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ex&b~R zu0Xm|$f23nu}#>aRnVzb0FIoI*igZ1uNF-NYTzpg@(X5=QP)_xcHR07Z{C0S_=$r# z{W4I-%+tj&ghMtt<=v-GDO+wG+R(aDzwx2<V_U|y`kwa^5)v=m8P@(e9T9%uLvP?~ gj>AcA%hqtnGyGksIL)mm4&+@1Pgg&ebxsLQ0PRLsng9R* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/progressbar_v.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..4f214566e433a34bceea5fea4086226669390e29 GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^azM<%!VDy3CI*QEDdu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0LRf<j~CP*e2}ID(KWI07uS9Y^dP1SBoYBHSm=L`2{n`sB5fTyKeo4H}5}u{KUbW zei<lZ?CIhd!V#UE@UFI<;ku~AntO`Pt~|9Gf0pxn5BQOP;m3N(R{=l#CAI|o5SE-# eG+~E33&VHc^n+IO<|zTSGkCiCxvX<aXaWF=UQ>_& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..105241569602c393e3e0fd90f3711d13d8aa8046 GIT binary patch literal 376 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkZurl=oGPT6?ASAaO@CpY!z^A<#TN1b7|&tZs&7u<#TEVas?b)1e{xeh~KG&-?@z+ z$Z&2EbZQlFS`kvQBCKL%Sk;FoFF!p4qSycb|39QzzY=J)Y)Oz`Far;-p1!_;ySs;n zr&nQ7aZ77!TXzo>oNfM@3sjip>Eak7aXGjDu26%3fSaeimsYpSz5kYnFGxJTbHlbK zqNR%G&4f=k3SOpP;52*|_p(RnrOk`^+RMsf9h)tZKkhkqWGcI2^20sbHHBHWD7p4* zF7Mp%>(bKiI<sc=vnqeG(>(lODsw^C?#cB_Ht-ak<lVvtw3Wfr)z4*}Q$iB}Sfz<d literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/radio-checked.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5fc9e0bce762dc18be017e975600cc801f5a2dd2 GIT binary patch literal 373 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkZ$9#ZQyZh<#ul4cW&W#YUOuq;dgEoaBdL*vYlFhTp$C&1u@XkijayGp_MDcsy;q> z_37!WPtRWe|Np;pY05&N(V`_me!&c)V&Wm8Vc|{9Ev@IyU%2@3)8{Y$UOK&)0#uOi z>Eak7A<25sk*`@nfZ;%*_|YTZ{{J_5=_vSuhoOO~^2syF?+%XE!h80&FR5kjxVC&k zI-|yXfj*W6W}&TTOx0FR5Kv_@V`T8T>cNwJAmFQPF;nc0c!poPYj1KT#0DEx@m^Rz jo#|rH_dVa47#i#^&et&8s_eZTXf=bUtDnm{r-UW|prC@_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..0efe47b3ab6a008871d2641466da270b048fe4ad GIT binary patch literal 386 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkiK~F;{N^nuU@@+_Uzen=gwWYZ~@48^XARVmoI?~AQve3_wV1|zkdVC|NsAAyLJtz z7^n*<1q49G`Sa(2;y@Cj0LW(GTDJ*kv}{R`UoZnV509R{yGLeLVPR1T&@r`j4UJ7L zt*vcsZ9R`27A^oPEb(-443Ut`Js8c`tRUiWFxXK}t81Fr(cS+`w<)&hr&la_Qxm&6 z)Fip+;lAeIJt2?fmUiua=D$?K*N1C^pH+IJs)x9kg7`}>wtdS>(%GIV#6~bYUiz6$ z;*#3gS#1BlZ1mhJH_J<1-i!0!+Dta%r#3Ui{p(6Ad4C=>eHH?=pTX1B&t;ucLK6V9 Cxvmue literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/radio-unchecked.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..c5f29df7491ac1898eb0ced3acb504c763201a65 GIT binary patch literal 404 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkUn$f%(-*tE?&F{B!S@k`STaR0LXs*`t_?<uONaz@xMsm-@kv?u3fu&^(s&!P&tqU zDu96h|NjFSKm|Ys5D2M$O#@n^P!i-9%pf8v790}V*wlRB;MsHMFJHNF^X8MMuU^0T z`04ZKFJHcxr5#uZR9o)p;us<!nS0Pvs98b8;h?ypR-cBH5c{9+_Nh8uNvY=jQ(m6m zY~HoxOYdI2+cn;ciVB5xK0WJOsowdS%b+)<myu0-rfh?)hgjKza*whchkVt|%mLdc zZ8Z(}5jp9k_?<6S-X?2jdHgQpNzAdIwPeMv-1n=*{r}CX7LfAtw*-X_gQu&X%Q~lo FCII_(!^{8x literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-horiz-active.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-horiz-active.png new file mode 100644 index 0000000000000000000000000000000000000000..701cca41949eef073a90a8f63775a547745da94b GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+<xf)0LbMm@Q5r1 zD!C5Aj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6e81o(uw z0_g^Z&`AuQE&NWcf=(@hj;(^utpZM9<O~uNaFTO*GY6=SyCldjn1PMGy`!`1$<t@g zCBDy`2oyH)ba4#fn3<fgfMvzmd%UdH%#C;6+%4F^dLp*>!8@j+bmbkl8}DSWlp9Z2 ieT(<;+X9udf($_dhK}AxCdmQyGkCiCxvX<aXaWFclTM!i literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-horiz-insens.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-horiz-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..619bacf5ee778cfb29f4994a3463fe2bf5cfa630 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+<xf)0LbMm@Q5r1 zD!C5Aj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6e81o(uw z0_p$%|KGlS`xO|x1_KBiPFk8>;RmYYE(!7rW?*A)@96A$^7PqriSIKf0)<UHT^vI= zW+o>rU|DhY9xtmkbK{*icMCSKo`~&z@Q$e{U3tgt#yc4-<;D|M-{O7zwm{{qAVZLV Vp`-VaNpe8_44$rjF6*2Ung9fcV+#NP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-horiz-prelight.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-horiz-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0185f169ad3a9e9ee38c7d4912df5e1b9a0eff6d GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+<xf)0LbMm@Q5r1 zD!C5Aj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6e81o(uw z0_m$)uin0W`wAFbx^(F>7{D1oUPj!b<3M%XB|(0{3~cP}9i3fIo<4gn@qOk*ps<Oj zi(?4K%;baxEGy35<7KsGZoKp6ZovlD6S2Jy-Z2%WEAP17cqfCU+<3z3TfC3o7O0#R ZWC#*4bo4$lNe-x=!PC{xWt~$(695y@VK)E( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-horiz.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..d5bf46f5e3a403b079c24f53504a6b8107b80872 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+<xf)0LbMm@Q5r1 zD!C5Aj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6e81o(uw z0_jz&R&Cq1ZTt4^JHTKk7(mz%(!}$@O`tmNk|4ie1~&Hgj?S(pPoF)P_&#$YP}s!N z#W93qW^%#;mKA63@v>SoH{N-3w_pS7iP+u;@0g0xm3Q23ypzFFZaiW2E#Aj(3slYu ZG6V@2I(i?OBnQ;b;OXk;vd$@?2>>%iT{r*$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cecb83d6dd3231ceebd32fce140cc8a7f14dafcc GIT binary patch literal 408 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K13?z9tQY(NIbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g_lq(-vDHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprXtGpAc6d z{r~^}GiS~`efsqE>(|eoJ$w4}`Sa(mo;`c<;>9bVAP_u(P(Uf5^s{GAo;-Q{7>t0d zCr=*%!Q;musprohJbd`z!NU(9K7RNJ1fM>A{`~XTuit<E{Q3L0{(Q%7pk?wUL4Lsu z%&dk+#^vReRo8Faym|B1t=q4Fc7Ol=^XK1xK)_TsR|KfE%+tj&ghST#AiGer0T0Uo z;~CTBx(p5~ME<W&u`%c=n<#p>J*;XAUwc+m#H0cV+f7|&wr`&_Cf)iX#NM74C@fVI z$-CcSkz3jtPv2jSF1=?eHcRbW$eZQFYyPgPb1$=vtF5cn#Gi^AR32WKZn5K;r}o`! b_6Ph5i$t65Z{BbX=mG{$S3j3^P6<r_JB7@% literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-prelight.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..5bffc03909966f52f0d0f7cdf25b953943e129cd GIT binary patch literal 381 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K13?z9tQY(NIbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g_lq(-vDHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprWV%pAc6d z-N4YWiXpU_->seBrJ3KUh2ObV(78p>sa4RiRlu=Lz^PThsYSpUOacW#+*SeS7N|Io z4O9jZ1c^grfh6MzmN!7tWlMtmf*F{Y6_u33BO;^r?A^Ejz`^S`Z@qv2`Sa)BfByXa z+hHAl5vVZ7)5S4_L)P~or%;oD0LuZ+7H>h0-G+Kr|Nk#z>{7aWVpXEh<nZ?e8P|^7 zwXR6%t*bQp>ag`+#l{B)D)*AwXD$^yH0e;pFNcUAA068Z?)QSY#e1gb7B+-G&b%x& plYipwEmtgd<cUm9f6efR@p6FBzO)BlrULC{@O1TaS?83{1OQ?)g)jgB literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-vert-active.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-vert-active.png new file mode 100644 index 0000000000000000000000000000000000000000..a1d2cf6ee5171ef5d89a98b88c4699c1041b7c36 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkZxcIoy6eT!tc~7=+q+U*edAUD&Pc0&LBYnCpnilbAal&OM?7@8Q9p{J370bJbm_D z;`_{rKw*7P7sn8e=;VY03|Yp^2TQ)a(@m)Q`Ytx1>ifI9&0X{MR$I^LySG=;XLXr{ cQ33<Qk_tn|`S+G+1GO@Ey85}Sb4q9e0G$U-M*si- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-vert-insens.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-vert-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..bec423255727632149b6d13616228190ccbc61be GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkpBPw|LxniUxC4EFo3Y(q@~#vexN$;k|4ie1~&Hgj?S(pPoF)P_&#$YP*~s7#W92< zIyvD0LzXe~!IE$9bQ7w+zKcz$`u^^2bJx7R)z&lm?(LQISzTsfl)%8Sq{7f~{=FsI PK&=d(u6{1-oD!M<)X-tG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-vert-prelight.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-vert-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..95e2df152d4745781590376df31ca0156687910f GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkiL5L>h0UNZ{ECl3k+`DxB+A%gME*TRs+>>mjw9*GqAC@cXW0=dHU?R#P^vKfx`Np zE{-7_(a8x17_y9+50-p;r<+jq^<8X2)%SOIo4e-it+t-gcW<wx&+0M@qXY(qB^8E_ U^Y1Ou25M#SboFyt=akR{06X_!k^lez literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-vert.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..32cb368c41cbf27a30591138ee1f08e41d2302a7 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkY2TF)wXThwr}6Q0}OV80fY@9O*|jm1ghgM3GxeOU}JCZ=<Is(^x1QX?=vR?h4npM z978ywlM@awWEnFbEcy0MH=*k5yV!)P@9*w5cg@>dZ9Sv!-d;(c)nyh&2@DKNDhwUx T-&>*$)XL!L>gTe~DWM4fAiP`P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/slider.png new file mode 100644 index 0000000000000000000000000000000000000000..4c9d301203975346469723cd7918633ff2c19abf GIT binary patch literal 403 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K13?z9tQY(NIbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g_lq(-vDHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprW(@pAc6d z{r~^}RjXE=JbCi;>C<P<oH=#s6p#U7p96#QFaYG8J$n`+2w_~kdiC11YY_D>U%q?= z25;WHdHeS5&!0bk{rdIq-#?)F{r4Cdfi}sM1o;IsFfl7CDThZyM(x?VZ~uXV*Kgi> z|Nism-+%u6`8)B1Ni|Sixu=U`2#2ie!EPaE0|C|x(vPlcCAqfdP5S$P{+h%y^O}P% z@@~1f+;m6C=Tn;Q-_AV>xv02(u1>(2cAF;S7h!?>4xU)FgIzVS@ZdDpr}`S5UEFM9 zU#k~>T~x#SxU90}B*V0(J4{n8BA;76J5i@qXz1%Ny*Hcr0srE|A{G9pmKg$_z~JfX K=d#Wzp$PzIh{bdO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/tab-bottom-active.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/tab-bottom-active.png new file mode 100644 index 0000000000000000000000000000000000000000..fe63df9ae83defd44c79c124388dfbee84066380 GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch>)j?V+cod@(Q33`{4v72L=ZBvJ|I#I@O*)Sq4v6KbLh*2~7aQ Cq%k`H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/tab-left-active.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/tab-left-active.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b43face9ca1530d2ae0fd7c1757ef7c50a0026 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch_I)NV+codasor+FQ6!o7!wOamQSK>WRk*UpfrQ0tDnm{r-UW| D+-)$N literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/tab-right-active.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/tab-right-active.png new file mode 100644 index 0000000000000000000000000000000000000000..43eae963f2de1985ed7182efa5f258fde2d7dc3e GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch=`|)V+e<AasopmQ1HKm4$BE!hRTGzvw0hSFahNmJYD@<);T3K F0RS<GGV=fc literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/tab-top-active.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/tab-top-active.png new file mode 100644 index 0000000000000000000000000000000000000000..9d88e5acb72fcb99bd030f6de293855d14d3b3fd GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch>)j?V+e<Aasor+umAt+dDNH~f`n6?ZmrGB0Ln6Wy85}Sb4q9e E0H*dZj{pDw literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/toolbar-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..e7efc8fc1eab75907f3d1bae8b04918eeedcc789 GIT binary patch literal 307 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6HXu{&1AIbU zf%K}ZsoQcVEl+M(ncB26tz~&~<I2?L)v3*WYC(PK!L0&L?V_$zEfS_#CQh?ToNk@8 zf6nRybJrZ0x8~-}o4H2Evw=o%mjw9*Gw|@0l$4d1SN{Gzb?={5Kw*DR7sn8d^KUP0 zWNc92ak<#NsH3yd;oJPHj2wGg_t!p^y%SR5bw#F3{g8<4(#JOi%fdL0x-cD6`uDPX t%d8^dj4sXah?5s{*BL$7>z1B<INr*H<!6-B9dn@344$rjF6*2UngAHaav}f# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/toolbar-entry-border-bg.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/toolbar-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..f2796fa522071bccaff5784b2a1cd6b7ba7de7a0 GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=J1^9%x z0_m$)uin0W`{KommoHzwa^=dUOP7EoQ1HTq3+K<D2Z~?2cJ1cPn^$dkl7OnYN`m}? z8F=_gO3KR1D}VFei4X;f+IqS;hDd}b@7SCz%CpAqbit*GjBGB?4RX>P8gklNJ!~}F zSUqgkC7y8pwpQ%0m`a@K;ge1l?n!*iUK~seH%(M@!)Bcl02;*L>FVdQ&MBb@0J8C7 AHUIzs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..5f852a5632cff753bb23417becfae550aebd0839 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw zUcP+!%9SfuuU@?d1lK{}#*G^{Z{B?S?%mH{zkdDx{rk_K#<R|OK=rnsE{-7*my<P& z1zH%Nm9$M+ch_Kp(iF#Jb0!nR0>zJF1|G^E&G?+<Hsz}uL@a1=(F)R-X*5Oafb#@H a8HQC7M>M}=$p-@sV(@hJb6Mw<&;$UIW?KIM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/toolbar.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..714890a4dc6f9c4edc7dc68b548e2bafdd555b33 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL$P6TnCTLXyDdu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7wg8_H z*SmM`e)#ZVQzXx0popNSi(?2!bn>6`2M!!DFpywj==;fNYx^%|AyAUR)78&qol`;+ E06mc~+5i9m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/tree_header.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/tree_header.png new file mode 100644 index 0000000000000000000000000000000000000000..a6b8c93261410791e93e8513299c685bacc9b1a9 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^Ahrx6GmuOw-ctdjn2Vh}LpV4%Za?&Y0OWEOctjQh zm0t&8MkkHgAT^RDt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tr<Y_=LFL zx^?UA+qWF{FGPSM0-i38Asn*Ff9{{~h&^(Ef#K~{jk!k_<}v~07(8A5T-G@yGywoY C%rOA~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-horizontal-active.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-horizontal-active.png new file mode 100644 index 0000000000000000000000000000000000000000..8d70513477f9811e1436e24c4d0e95505138d6f7 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^N<hrd!VDyfqZuTD6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8<XES>hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE0FFGbZHTAY8P;55p-%5aB3591d|{(9IfHocLS)DrzFTPm_bfnVdt*hd-i_%{8Ki2 zZ!l0?-_yl0L}F@k!UDyFb#~0mw?z&p$)pP?FzOs?RWSmReJVl>Vu@XC+&O{^mNqjM X2<sH5M4F}pwK90R`njxgN@xNAU1~-Y literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-horizontal.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..b784550e52621cd95f44f735db105d707c19b17d GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^N<hrd!VDyfqZuTD6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8<XES>hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE08{O=FGWs=guR63l}b+i5Q2zk^w5^DGBlmW{{It*tu)>p1q$w|CG(%8w?cJ_jGX# zk(ipCus|_kogFjtZIJ^?GU);ej5>!}Rg8dSpNbHJSYlTjcaGqKrOk{5!aBt%k*4WD Otqh*7elF{r5}E+SD_BSX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-progressbar.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..c833b995a20558ec7d676759ea07e54fa063ac58 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^AhrSvGmyNg{pB8zVlH;_4B_D5xc$)o0g%gC;1O92 zRDK<V8J#p{R{#YiOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe2x4e$wZ z1=1J6;LMpb=g*%%ckUdJ#08Gc=$;7Fz*iFF7tA1|uCa3My7e30y#Mg=69;qpWuT0m zr;B3<hiq~}14H+2S00`-ukY;*N_bH5{aq{rv;G8|0|(eu<arD@i%zn!l_|VDaA3>3 kyWWg!Y+H@{0?L^g*6&W2IksFj0B90}r>mdKI;Vst03p+CV*mgE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-progressbar_v.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f2dcce3d33f20ec7cd3078902c6af4efce2e47 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^3P8-o!VDzUlO3l6Ddu7)&kzm{j@u9Y9{{<W1s;*b zK;_p#n9)gNb_GySvcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0H^649=W6bN>AKbLY+hNnGIAjP8j*4SXd*e!&bf>KZH8u3Nw1&HE1@KXEXpUk1w9 zd%8G=aLi0jIKUwG{ocWYx0Tq~o|V3za6p@tt*=}|p`lSc^Z~=J18i(%A&l&7Y9h|@ lTm}X!<~o14Z;@oh&ETY-E~D^6={C?P22WQ%mvv4FO#t=GX!QU9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-scrollbar-horiz.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-scrollbar-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..e95ae2a07e792139921936c72ec44e19dd4c64c5 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K11|+SoP4xm&EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQl47T^vI+ zCMNHx{r#<;&4}^weEa$n*Uq@CI~I6$@vQdEX$(9Y*cTiy^~wS&X7F_Nb6Mw<&;$UD Cb}()L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-scrollbar-vert.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-scrollbar-vert.png new file mode 100644 index 0000000000000000000000000000000000000000..f55994b5a7e4cf32640f2f1c3e4c87c4a3ae46f3 GIT binary patch literal 162 zcmeAS@N?(olHy`uVBq!ia0vp^{2<K11|+SoP4xm&EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQsZjT^vI+ zCMNHx{r#=p)zy`)h(S1Vmz!ySmfY1IX$A%#X%<1d6Ng^{l`?p``njxgN@xNAtf(t< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-vertical-active.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-vertical-active.png new file mode 100644 index 0000000000000000000000000000000000000000..5b8f7634026989c4f1f5fcc2c4e264d75c1cdd85 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!D0lpi7H@Q@emei=b1hfK!`*BbWrSk<pdYKN^9mc}s%)f*IuG6?X30y=U*|FF$@d zeCbOEN*H*$IEF}sCnqTI8icDlO30M2ca*RxfA1i%r~Ex%5!?B@w*}aK-(4-h7Q956 bxs!pxpIf7Rp&-Wtpk4+~S3j3^P6<r_^2kj9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-vertical.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/trough-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9af498a8a9fb16d0c1bd9a5dbed4f1ceef0df2 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^{6MV4!VDyfPR*MLq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSv;urW zT!HkNGiT17J9i!lT)1!nO#~>}vHZtZplaTdAirP+IeCShyLRu{`}xa{pAKL8(t#2N zo-U3d65+`S3cLp4s*Vye<?9_KY|7s|NbD(p&sW5D{_br7w%>PG3$O(*QD*LBVDRVG VC|@YZ@c^io!PC{xWt~$(69A=IVUPd- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/up-background-disable-rtl.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/up-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..6e5c2ce4b17bedff2da141a0c75c99145b8b64a1 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Bx;TbN zOnrN5BX5HN59>waUtY<Zn1!+rEHjwxZpbPkGBL6tdtD`)fME9$W#jS%h8_%){L15> u-<v(N_YSXd@oIqsU-r1<|G3G2TJK8=x1Z^Tvy*|wGI+ZBxvX<aXaWEr6+jUH literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/up-background-disable.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/up-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..0e2f1be8fe73009379ab4135b689c9662636d1f3 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#RGmu>AYB(84F&8^|hH!9j+<xf)0LbMm@Q5r1 zD!&fGj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6c|1o(uw z0_l7A?mc?+=-s<_KoSUk{r>&?&!69dJtaUn){-E<U<Uc!4}Q*MeR&rsAnWPk7{Vc& v%)!fBDwLq1ukRnmFfo-+VUtZmh!8{kR*8qV*PosWRLJ1z>gTe~DWM4f+;T?f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/up-background-rtl.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/up-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..3f6060603143a930d105b351f5bc913a26e627ea GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Bx;TbN zOnrN5BWHty0PDq{O5ukNr8ebeERVW8?F+AofyFhpIVqFW8_vY2$ZjiNV3@(Sq1Nrl ut?K+qZtvPAZR29}Iq&_YZT{a4Z<v<M;x3o{oBR-HEQ6=3pUXO@geCwI_Cy2# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/up-background.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/assets/up-background.png new file mode 100644 index 0000000000000000000000000000000000000000..3247f7f32d434e1f73da901f9b4017e1d39992ca GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tl&$x;TbN zOnrOCP_V&)hv6VMt6b1SMW%peZ!4Z7Od^Jk69WvL58AWssCs_nZufV;gw?B#p5a>+ zm=@;p=G{Ifo?dCCrd56i?zEb-9rOS3rv0womvg#Fwc_)8frc}9y85}Sb4q9e0F$mm AQUCw| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/gtkrc b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/gtkrc new file mode 100644 index 0000000..eaa265b --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#4a4a4a\ntooltip_fg_color:#4a4a4a\nselected_bg_color:#9ab87c\nselected_fg_color:#FFFFFF\ntext_color:#4a4a4a\nbg_color:#f0f0f0\ninsensitive_bg_color:#fbfbfb\ninsensitive_fg_color:#a9a9a9\nnotebook_bg:#ffffff\ndark_sidebar_bg:#353535\ntooltip_bg_color:#fbeaa0\nlink_color:#5294E2\nmenu_bg:#ffffff" + +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +include "main.rc" +include "apps.rc" +include "panel.rc" +include "menubar-toolbar/menubar-toolbar-dark.rc" diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/main.rc b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/main.rc new file mode 100644 index 0000000..72255a9 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/main.rc @@ -0,0 +1,2441 @@ +style "default" { + + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkWidget::focus-line-width = 1 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 2 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkEntry::state-hint = 1 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 15 + GtkScale::slider_width = 15 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkExpander::expander-size = 11 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @insensitive_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # For succinctness, all reasonable pixmap options remain here + + engine "pixmap" { + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image { + function = ARROW + overlay_file = "assets/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state= PRELIGHT + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Option Menu Arrows + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image { + function = VLINE + file = "assets/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image { + function = HLINE + file = "assets/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image { + function = FOCUS + file = "assets/focus-line.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + # Handles + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/plus.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/plus.png" + } + + image { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "assets/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image { + function = SHADOW_GAP + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +style "toplevel_hack" { + + engine "adwaita" { + } +} + +style "ooo_stepper_hack" { + + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + +} + +style "scrollbar" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-horiz.png" + border = { 2, 2, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-vert.png" + border = { 3, 3, 2, 2 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-horiz.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-horiz-active.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-horiz-prelight.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-horiz-insens.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-vert.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-vert-active.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-vert-prelight.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-vert-insens.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = @menu_bg + bg[INSENSITIVE] = @menu_bg + bg[PRELIGHT] = @menu_bg + + engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator + + image { + function = HLINE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 4 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = @selected_fg_color + + fg[NORMAL] = @fg_color + fg[SELECTED] = @fg_color + + text[PRELIGHT] = @fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "assets/menuitem.png" + border = { 1, 0, 1, 0 } + stretch = TRUE + } + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = SHADOW # This fixes boxy Qt menu items + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "checkbutton" { + + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + +} + +style "entry" { + + xthickness = 6 + ythickness = 4 + + base[NORMAL] = @base_color + base[INSENSITIVE] = @insensitive_bg_color + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_entry" { + xthickness = 6 + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/notebook-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/notebook-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/notebook-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_tab_label" { + + fg[ACTIVE] = @text_color + +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 4 + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "notebook_combobox_entry" { + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "combobox_entry_button" +{ + xthickness = 6 + + fg[ACTIVE] = @text_color + + engine "pixmap" { + + # LTR version + + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "spinbutton" { + + bg[NORMAL] = @bg_color + + xthickness = 6 + ythickness = 4 + + engine "pixmap" { + + image { + function = ARROW + } + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} + +style "gimp_spin_scale" { + + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "libreoffice_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "standalone_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + + engine "pixmap" { + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # How to draw boxes with a gap on one side (ie the page of a notebook) + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + + # How to draw the box of a notebook when it isnt attached to a tab + + image { + function = BOX + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "handlebox" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" { + + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 + +} + +style "combobox" { + + xthickness = 0 + ythickness = 0 + +} + +style "combobox_button" { + + xthickness = 3 + ythickness = 3 + +} + +style "range" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-horizontal.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-horizontal-active.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-vertical.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-vertical-active.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + + image { + function = BOX + file = "assets/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + } +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar_v.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar_v.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "treeview_header" { + ythickness = 1 + + fg[PRELIGHT] = mix(0.70, @text_color, @base_color) + font_name = "Bold" + + engine "pixmap" { + + image { + function = BOX + file = "assets/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +# Treeview Rows + +style "treeview" { + + xthickness = 2 + ythickness = 0 + + base[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + recolorable = TRUE + state = NORMAL + file = "assets/null.png" + stretch = TRUE + } + } +} + +style "scrolled_window" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" { + + engine "pixmap" { + + image { + function = SHADOW + } + } +} + +style "toolbar" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = VLINE + recolorable = TRUE + file = "assets/null.png" + } + + image { + function = HLINE + recolorable = TRUE + file = "assets/null.png" + } + } +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + + image { + function = BOX + file = "assets/inline-toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "notebook_viewport" { + + bg[NORMAL] = @notebook_bg +} + + +style "notebook_eventbox" { + + bg[NORMAL] = @notebook_bg + bg[ACTIVE] = @bg_color +} + +style "tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + +style "eclipse-tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = shade(1.05, @bg_color) + fg[NORMAL] = @text_color + bg[SELECTED] = shade(1.05, @bg_color) + +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 100 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = "#000000" + XfdesktopIconView::selected-shadow-color = "#000000" + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @bg_color + bg[SELECTED] = @bg_color + + fg[NORMAL] = @fg_color + + engine "murrine" { + contrast = 0.7 + glazestyle = 0 + glowstyle = 0 + highlight_shade = 1.0 + gradient_shades = {1.0,1.0,1.0,1.0} + border_shades = { 0.8, 0.8 } + } +} + +style "xfwm-tabwin-button" { + + font_name = "bold" + bg[SELECTED] = @selected_bg_color +} + +# Chromium +style "chrome_menu_item" { + + bg[SELECTED] = @selected_bg_color + +} + +# Text Style +style "text" { + engine "murrine" { textstyle = 0 } +} + +style "null" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + } + } +} + + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkTreeView" style "treeview" +class "GtkToolbar" style "toolbar" +class "*HandleBox" style "toolbar" + +widget_class "*<GtkMenu>*" style "menu" +widget_class "*<GtkMenuItem>*" style "menu_item" +widget_class "*<GtkCheckButton>*" style "checkbutton" +widget_class "*<GtkComboBox>" style "combobox" +widget_class "*<GtkComboBox>*<GtkButton>" style "combobox_button" +widget_class "*<GtkComboBox>*<GtkSeparator>" style "combobox_separator" +widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header" +widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" +widget_class "*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" +widget_class "*<GtkComboBoxEntry>*<GtkButton>" style "combobox_entry_button" +widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_viewport" +widget_class "*HandleBox" style "toolbar" + +# Entries in notebooks draw with notebook's base color, but not if there's +# something else in the middle that draws gray again +widget_class "*<GtkNotebook>*<GtkEntry>" style "notebook_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "entry" + +widget_class "*<GtkNotebook>*<GtkComboBoxEntry>*<GtkEntry>" style "notebook_combobox_entry" +widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" + +# We also need to avoid changing fg color for the inactive notebook tab labels +widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" + +#Fix GVim tabs +widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_eventbox" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# GIMP +# Disable gradients completely for GimpSpinScale +#class "GimpSpinScale" style "gimp_spin_scale" + +# Remove borders from "Wilbert frame" in Gimp +widget_class "*<GimpToolbox>*<GtkFrame>" style "gimp_toolbox_frame" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget_class "*<GtkCustomMenu>*<GtkCustomMenuItem>*" style "chrome_menu_item" + +# We use this weird selector to target an offscreen entry as created +# by Chrome/Chromium to derive the style for its toolbar +widget_class "<GtkEntry>" style "standalone_entry" + +# Eclipse/SWT +widget "gtk-tooltips*" style "eclipse-tooltips" +widget "*swt-toolbar-flat" style "null" + +# Openoffice, Libreoffice +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*" style "ooo_stepper_hack" +widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" + +# Xfce +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" + +# Fixes ugly text shadows for insensitive text +widget_class "*<GtkLabel>" style "text" +widget_class "*<GtkComboBox>*<GtkCellLayout>" style "text" +widget_class "*<GtkNotebook>*<GtkLabel>" style "text" +widget_class "*<GtkNotebook>*<GtkCellLayout>" style "text" diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/button-active.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd6865759433b710256f4b38e25f3231ff41314 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ((_>EamT z(fRi3M&3gPBCZ#I|J99XHqv%!n&jEA_K;D4fm7Bog=>>FJD7#mPSmK8j?U|gv1NX- zD{peK+?gEqH7hQ&#GH9!(f8Q)T>o>4#k;FjA5UGPk;(9l_0~C$wf7m;+}S%lg@JVy zXU#Uf=^vCItY$M^;mDg6(EN{4i`)8a`rD<o4DU71TgI!pmcQ3d3if)*wuF^SQAUM# hl9r_R$uoWo{_|RNV%FWMTnTh7gQu&X%Q~loCIHGpX>|Yq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/button-hover.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..aa079ece8e7bf704069fcb3750ed5728bc700c49 GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8Vc#JKp4Nx=eWuvW>dKlZ5X8r*svh|*?4iK{MWu^R8N!zJO))$xvT|FIqv853 zI`yry)fsB<%R6x}7cfTEZ0a~s9DDt?MPD$pfYXlh*zz93ZAy<8&4^sRYWb8)3^B8f z?5mX+l$?4#rq6qBdtlv}*onGsl}F$G58WTK!bx;hK&#dl-wR1;?~b27o65a6r1aB~ zGd!Vl8`vF~Clvql)#P33vE!=lgSo~3n13+%pSSCbJAIG|=zIoGS3j3^P6<r_Y`Aqy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/button-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..4ed823728cbcee7121313076bbea34ca3f9ec6a2 GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ+5z>EamT z(fRh;M&3gX0xlQr)lY{r3wm_iVRi6ObqHT3v4G)uieB;@9mZpd7ZnBXv@E{5r-b!F z>0LFYDo^$WOMTQH=)JVzIede`W7o4e+by35aX4gGr|)L(<8^R(!>ydZGWYtnaE6zc zr@Aqy=-z($J9B5q3MbK30j*kJ{4adz{@4+*?Q)DwPXE${m7m!zFf5tkx9#`Oi5fri dY*k|!;vP*hdfaRj`3&e%22WQ%mvv4FO#nZnYUKa` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/button.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/button.png new file mode 100644 index 0000000000000000000000000000000000000000..9d50a7e4f6dab8c2c67c550ffb8f248308336a1e GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ()5>EamT z(fRh8Vc#JKp4Nx=eWsieU%<qv_*5XENT@7dl#f|PNhtQ+gG{B=J!eH$u87GoT)#!9 zzIC=b!(juNU@zqY)~cjU9VfD5ug}k%^^8wp>6d`3lUIFH5?ZvQIzR3CoX;G0c3JIr zQDRVPS|xWThkwKB&jBgjf$<xE?~|I&X1c<WH!Gm|pYWC))jvK~72kBqH=eC*SbqFW v+5^rDj8lT%Sw7z=*12I9YmJxYeunxACcAC2Gv=}YozCFt>gTe~DWM4f^AT|Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/menubar-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/menubar-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..299c550650fa3b0ccb2c20ff9e5fb239f828c05b GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL!3HEb;&xa7DVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0vUo-U3d z9-VK`Itns4a2!7Hn9cs{`ZfLm7sWdpay(~=zfpe<R0Rdg8@9=^iX}F&Y_@*Fa0?{p M>FVdQ&MBb@00l@fPyhe` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 100644 index 0000000..23a344e --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1,222 @@ +style "menubar" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[ACTIVE] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar-dark.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button-dark.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + + +style "toolbar_text" { + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[INSENSITIVE] = shade(0.7, "#dadada") + fg[ACTIVE] = "#dadada" + + text[NORMAL] = "#dadada" + text[PRELIGHT] = "#dadada" + text[INSENSITIVE] = shade(0.7, "#dadada") + text[ACTIVE] = "#dadada" + +} + +style "toolbar_button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "menubar-toolbar/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "menubar-toolbar/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "menubar-toolbar/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#414141" + base[INSENSITIVE] = "#393939" + + text[NORMAL] = "#dadada" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#2f2f2f" + ChromeGtkFrame::inactive-frame-color = "#2f2f2f" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" + +widget_class "*ThunarWindow*<GtkToolbar>" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*<GtkMenuBar>*<GtkMenuItem>*<GtkAccelLabel>" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkButton>" style "toolbar_button" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkWidget>" style "toolbar_text" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkButton>*<GtkLabel>" style "menubar-text" + diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 100644 index 0000000..5bd9a7d --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1,166 @@ +style "menubar" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[PRELIGHT] = "#5c5c5c" + fg[ACTIVE] = "#5c5c5c" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#fdfdfd" + base[INSENSITIVE] = "#f4f4f4" + + text[NORMAL] = "#5c5c5c" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#d9d9d9" + ChromeGtkFrame::inactive-frame-color = "#d9d9d9" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "*<GtkMenuBar>*" style "menubar" +widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" + +widget_class "*ThunarWindow*<GtkToolbar>" style "menubar" +widget_class "*CajaNavigationWindow*<GtkToolbar>" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "*<GtkMenuBar>*<GtkMenuItem>*<GtkAccelLabel>" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*CajaNavigationWindow*<GtkMenuBar>" style "menubar-borderless" +widget_class "*ThunarWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" +widget_class "*CajaNavigationWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry" diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/menubar.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..2be034ef3a8d8bbcdd55baf64b7431eec8a61e19 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<slL!3HEb;&xa7DYhhUcNd2LAh=-f^2tCE&H|6f zVxW%eAk65bF}ngN$X?><>&pIsg^%A{SJ3<RTA+}Tr;B5V$MLsk9R(Q-c$ge-b=KF< xIN-FnDLkL|&BnhWC82H(Fz~_Gz;o3>rka&((}Xr<Bmi|Yc)I$ztaD0e0stQ1FGT<V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/menubar_button-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/menubar_button-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8179244b3357b617c59ab2c51b0cee420aed820a GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ!3HD+(^8%SDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-D;sd|UZ#>q}c}=V*$|&pP3f0BadZL=x85lI&nNHniZ`A=RX7F_Nb6Mw<&;$TR CKQ06S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/menubar_button.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..78c8122e226f075afb51e3b0ae6ee728a869a198 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ!3HD+(^8%SDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-Hwl02V&)mx>yjE9YYs!^Lf!=Pql3Q8$85mxNGQDp2T$KP+%;4$j=d#Wzp$P!` C)GVO@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..54293fdf0ad2ca4289100a4744099a03b02634cc GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7mo@^o<w z@#svxa{c;${nc8>5)u}lQP4Pb_`s1fM;v%Rynk=s_I>?+gBXjV=?_1?4d>C>v?_^5 zEN@o5-2J-H%FowsORiqN_Ma1Px6@{)%9hH=O*(hCMoIqrpPsnlo&W#&aZ-U!yoWb7 zewozq>D9k4|9za2_VB#l_iwJFcK5y7-`1fXJ<}UIJ7;z_MjdSBT{CanFK%IDVdm1L zc^n2=7gxA07VC{N$+|dU%ZvN>>v<MNF0|RQNx|y+<o6)1&-?iLM1e<X=N3$LwR!Vr z=KHwXw1j7m1#>PKhL;3|hW}ZbvY_(gt(V#RS0p-SglY6|-Rrk;&n}nGFZY_yl=%Af z>;KcMI*eZ2)-dMi{1~)#=ht^n)7!Y+-x=BL{5^}2!DM61qP_M~A;6$y@O1TaS?83{ F1OP#&xcLA8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..519e134b1090ad7b73802a45c968f615f3e831df GIT binary patch literal 406 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7l7_H=O! z@#uVeZNJyy0FmP#@9#YFZ=zYDhoKj{>&3HccUN}WHFM=PariayF9>+SyhDXw;f2uS zMIr2p!Mj~HJP3U?A$zH-bKmZgJ(4Xo@(*er_}EVh+7x2Qww~W(nX*Cp1;L38p&K`D zywa4s?$87+w=YGLt*-qFR4(4N?zY_PhNc7S|DO3AXTsyZ(vxk^ho1FS_Zs^iZ{Ah+ zh41g}VzI1WjhDnrKQ}$ITRGXsP2h}V$=>WRphn|#fl9`D?FCF)AXLvO$jQ<ef0}#8 zp8W=$EG?lMCtk}`*IyB%^*$<8`iseq#~BjKPIG4;S9;iYuJBXr^S|Yy^K(qM^G*u- uG`q?z{@Vl}lk;n{m}mQOcR%B*V|?e6HFL|UiG08?WbkzLb6Mw<&;$Te=cU{L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..bf7b10d06c2754b70137ebed2b57fa3a02bfaedd GIT binary patch literal 322 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sm>EamT z(fRh8VHUF^PwPYTs7$TN!EX%C<ZZlO#Pg0xF<0RU3tN0n{v@yL%u6?7Psutb{9}Hh z{q@i$ovUXy<VxR>t#)$}5ac<`U}n7HRqssu89#TedwpK+gw1(&2KCUtU4}+Q=SpWS z+iu(UKUDLn?emzEcLkkxY-{Rx@#vj{*UD{9a!aRZZFQ3?UEwVIDxm$JZb|)aU#a6C zSs6My0<vwlHMu;Q+HpXMDfF-2QXZF*o5gcx+`M_lF1d%}{H*BxKR$R&YVn#h6X+EN MPgg&ebxsLQ0BXv9SpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..401c5cb577b6ad1942b2d542416d4032ddd97781 GIT binary patch literal 335 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ&uk>EamT z(fRh8Vb@^;f!2rW(anNKRyY4h@=Vz6z_BFihB8Z$0jG4#&f?66xyOWWue_wA`Lvbw zFMEZ&kLjxSzo*VL>{E7OF;rHXlG?dQW5G<x!v;1zhT==F>|M2LzC_3Oy6Mk<8n%4M zU3<0Q+}hIE`AI$dS7*-JT%32-h2`|7JKLL{RqpHLFk<K^U01$$+vc?m_f<6<IlTg! z{^>s1dq0<TOYUz*21&ujj&IS9416vuS4;0oIaNp`ue)q=H_1*t>a~B`zfIS&zJ|ZQ ZCVZndL4i;6i4o9W44$rjF6*2UngC%6gFXNN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..24480b98111cef5c68227e9bdab2320057c0f087 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ+5!>EamT z(fRh8A>UyG9_PSmo2ICipZt41RkA}l;_a11FJu;X|7ZLWX4m()qR&u3@PyADNzWBp zE-a}%jjwlYcyGNecem)Py@&56rfCQovNC?SnX|TWrX}moV@ASr)c$N)z^a?!$Q^aT ze&Kh1Mb9tymOBbEPFk?)(B0(;&npkzUARg^iOJYGn|JHAXvIke#vL4Sdvk0{6#To6 Q10BcU>FVdQ&MBb@0MsdEWdHyG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc822f001cd7ed843741d20d3128be0ecec9ebb GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8A=hC8p4NxUJt7wLy!?A!+-uIoPQ@;(Dbs?iteg-2XS~Ng%jL68`|icpx*l6N zxMT#nIJhiWm5|o4J9)k6Ws`$vW;rbtS!1cZl;!4k*~@R+3T0+9tnYZScjk1~=G}+S z%u<>^Q}T{1v!JQ<_4RST52qdqmwgq`Zgpkh{uU)B!9vM`dFo0`%^eG-6iIH$z5UrT zFm#P2^MTa!ovWN?NNTD+Nj-RXujY|6{w^&1J7)y$uHNk74s<?)r>mdKI;Vst0CK2y A+yDRo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/panel.rc b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/panel.rc new file mode 100644 index 0000000..c877428 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/gtk-2.0/panel.rc @@ -0,0 +1,153 @@ +style "theme-panel" { + + ythickness = 0 + + bg[NORMAL] = "#383838" + bg[ACTIVE] = @selected_bg_color + bg[PRELIGHT] = shade(1.1, @selected_bg_color) + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + text[NORMAL] = "#BAC3CF" + text[PRELIGHT] = "#BAC3CF" + text[ACTIVE] = "#BAC3CF" + text[SELECTED] = "#BAC3CF" + + engine "murrine" { + reliefstyle = 0 + glazestyle = 0 + glow_shade = 1.0 + highlight_shade = 1.0 + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + textstyle = 0 + contrast = 0.0 + textstyle = 0 + } +} + +style "panelbar" { + + fg[NORMAL] = "#edf5fb" + fg[ACTIVE] = "#edf5fb" + fg[PRELIGHT] = "#edf5fb" + fg[SELECTED] = @selected_fg_color + + bg[SELECTED] = @selected_bg_color + + engine "murrine" {} +} + +style "panelbuttons" { + + xthickness = 4 + ythickness = 0 + + engine "murrine" { + textstyle = 0 + } +} + +style "theme-panel-text" { + + fg[NORMAL] = "#edf5fb" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = "#edf5fb" + + text[NORMAL] = "#edf5fb" + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = "#edf5fb" + + engine "murrine" { + textstyle = 0 + text_shade = 0.2 + } +} + +style "panel-entry" { + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + fg[INSENSITIVE] = @text_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = @text_color + +} + +style "theme-main-menu-text" = "theme-panel-text" { + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "workspace-switcher" = "theme-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "indicator" = "theme-panel" { + xthickness = 0 + ythickness = 0 +} + +widget "*tasklist*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*PanelToplevel*Button" style "panelbuttons" +widget_class "*Panel*GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*Panel*Button*" style "panelbuttons" +widget_class "*<XfceArrowButton>" style "panelbuttons" +widget_class "*<XfceActionsPlugin>*" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" +widget "*dict*Applet*" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*Tasklist*" style:highest "panelbuttons" + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" + +# Fix gtk-entries in the panel +widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..089c14589f215cbcd4d5155557279c5df24fb43d GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkZu)pY7=y91tI|;asnc418W_9YaIh?U43g4T^mzf8w+h4TTL5B4O>S|TPF?MG--!y zNrz%FAaX1fb1WBetPpjq5q7K>0wSjdL8nGRrzSziW{{aqKdiTS0Igv!3GxeO@bvP2 z^!Q1%`I;3#p#)DC#}J9|+;fq94GKK2fifGk9@+Hg|6hHDMMbshf7PUAqK|^798f*X zt`hN)`NN}v5<8jDTl+S|AGjG{7#$J1^XAP1>sGEgn-ebPyCkh{>G{oqG6uXK4u1V! fbwY*j$Z~1fg(A0iytupuXcvR0tDnm{r-UW|t7CF9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..19c6ef13de7de64a9a1bd868012930c591d93e88 GIT binary patch literal 475 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EjR8I( zu0Xm|$f23nu}#>aRnVzb0FIoI*dRe|18W@vYdw7+ve7fJ*4MW-)U`I!wK37PHrKYX z*0ym|v-ME5^HQ}7P__$HvI|nSjhC}ekhRZ{cF2`<$dhm=6?H5Zb*vC|Y!+~87IbO> z+r@TX=qu0>d?i7C!3;9$8Y|bXTfgDW`wt&KaWJP}2Fh&mba4!^IKB4rO`#?Qk%mN7 zZ{-6y_r*QD@BL?Ve#6A)6nuE+m;W;y*(RwR>*3O3Z+rIQ^2RSb?_3r48eePp#dy(y z?OFYYUrevoax_&P))HjsH%-pDS<x7^{@E2L1*z@Q3v4%cS>I(S|5|!3(VRhlE5qG8 zht~>sPrbX=H;ZxC-`UqMy?h|k7i&L5R&I)r^=fPN%A5AdciZnfJh*hu<iuZv%M6L} n^Oya->?CY7#dDfl<<0!icSU#KpK;j_bUlNotDnm{r-UW|3cIKm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2f03f966d60fdea12e4c39a8f6559e5af36ff1e9 GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkZu!pXco3>6L4x3aMaPa($lvx)w8kCv9Zyzani7H(y~dDcF2};C>8@Er&2MeG7+Z= zF{c_Krv?G11|g?L0jFk=UZ-WIC9Gh(gZzRSG&E~!d$0gE!;PvyMbVxvjv*4^x&4uR z4GKK0f-4$+Gu`+-KSZhZ!h_$lJ$KnC?(*n0jZ(X4u*i!kGD<L9?-7f);J=?YVpN(6 z8!fo=51yTw`DB|z%(OgZnLlrKDvO)euiyUk%7y9mj4nI*TN?8JKLJ|9;OXk;vd$@? F2>^5oZh-&* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ad00c490f6bab0d588be773d91a47bf6bc60448e GIT binary patch literal 469 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Xm&(4~#Xwp-k)MZl>=z`0exsZGGCRlpHM@;kNgJL~9M>4A`qzP^>A9uV1>>RFlV z*jVY<xT@KBs@Qp}*aaxt1u5Ia%Q_^=I%G&Y<VrZ?N;#B@IhBbyRfst?gA8;^Vp{zl zXrD?+kY6wZzo=Mjd_rPVb4zOv4zM_I3(#i_t36#DLo80Oy?k4&NkM=$K=tsHlkZZ+ z10MeWZzxs$;L(FsPb<IV#47kq)14TqdB%k${r)~9msNpN+RjKdE^zEUpz_K7g7E_T zlPWLzFPva`!N;&c+9Toq_RLa_Cj#I3F6f$Qy^{T~$$z`n8`%X6t`~M^S1h{md+&A+ z5y$uWp9Q}ktlv@lYqg)uG|}|AHfMjk>X*vbF>jte?eYSL11ApNeDXNMFwVbj{|WJ# aZ_G8-;-8Be@yrK0o59o7&t;ucLK6UwXQ^iZ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..efbc75d99848fac64c6b9d92a7aa6ae5fe1a93ef GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uAfKP}k zkp7PZS_Pcig`C^PTqkLTP0|XVY8X4$E@Q4k#v<?hCBB8r{EDxx-+yP%spl7NKEHVT z<>fnXZ$El}=gFsMufM(j^yB@fU!T7H`u5}Zuiro;+j%xL15KAJ3GxeO(9o=@?ZE{W zp4<-dajd6{V~9j}Zhs_Sg8~ohMBk&e;Tyj1U#24B)cihQ?d2y4?L(?dJl?q;V>raE zaI!UeMZw~Ei#M!)?zvUHYxhg}Ckkr<?+Qq`>n)z}_|n>I*0$Aa99&P`e_d%AIQ6ML YQ-{#;g^3Z$K#LeWUHx3vIVCg!00nBG%m4rY literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..fb9e759d9ca1261d593b5cb94f815f6060863df0 GIT binary patch literal 491 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E)d4;s zu0Z-fA<!z|)GFZIDdE{A<=G|e-J|F?K_zH{TF6wx*x6P|E5obS#x|@^Y}{7Zx1)5@ zuCghormsCWZ}aty2k-4ackkf22Zt}byn65L?MH9#Jb8cT$=_eU|Ns39v{N&y6y#CO zk|4ie27Xbo*!YCRrskH`9(=%S*2Y^vO=~?}978Nluf2RztVuzHH9+;S$f=xpC(k_i zzu#cjw*wE3hIW5`adVf$4o@NF$#YgV8hGuiT{uBx?+MXanhb5tLJeF`>OV*^zFo%I zRCac?8iSnnxu2gpnf~rO7r5)ey`Os-pUezD^qRNevcLGDx4a6^6z1HEIV|du`~8}d zqs896XS?rP|9|-5<#(fkh^U;@4<`QBlCSOlu(|2$9(81ESkP?j{rjTQ7MVYF)7)mh ZG2f?|bHpso=rYjZ44$rjF6*2UngD+(>k<F} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..48279434a9efafcbbe9d99e0e3b831838540a10c GIT binary patch literal 374 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkZu!pXco3>6L4x3aBLND>J)SBlJe}5^6rxM?NRjWQ}mmp6*ko{cDiZ&Y^#*H4jC&# z%GM_~-aB~i!Ql&!j$V9z;pX#;x8L7+^8VhlPtRU{diMJ7uit-v|NZ~}|6Tp69Y71@ zOM?7@88kF&YI|^kYZVOoK&1(uE{-7*;ko_Md<_abEP^YVx*q**Ecl=7#Uvy(XaC$K zH}w=*r#LqS>u=&Yu!q4#??_8)#M?idk<2FDyF*3h-n>1ddBSq*Z4(}Q)?22B+*>4X m{pgk>vsmZ;>z@nPXdT~g9M2|L5oiDkRR&L2KbLh*2~7aLoRhEs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..8e5c2a1e4326f44c3ffe2717f621c37fc1d34d91 GIT binary patch literal 502 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EjR8I( zu0Xm&(4~#Xwp-k)MZl>=z`0exsZGGCRlpHM@;kNggG5?^;zG{tVy;sSW2YO(PB%@Q zZIQIZw|JQ!5S6ZtZ`fAYx2tT*sp)G^&0c?Q-sY?8_ut%n`1X$DFR$KvfA86smv6tk zeE;M9r(a*b{rdLf_YWZY_5bhR|NsAg>-*3SbcA+EkY6wZzo=Mjd_rPVb4zOve(*Km z-7=uI4W2HJAr`0CUcM>Tq#(i?pn6y&!(egc6`h~|`FS?7v+1vkn&W={8tb9nMFKOI zwD7ege0gikrSjU<>!6RQg24&V1@r#!izzSIF+DE8#wEDwz%C&tn{b5*?@!N}!E5Hd z{W^nnN1OFtwr!tYcHiF1R<XL}>g((qrH^7~@7?I3y5`=UXZuR4Ufa*v{qK-XyXw*2 zO8?IlbK7_E?{B>5-JLi=qv628nMeO-D9+)pv+r#7`Nn>0p`P$-J$)~r+ZjAv{an^L HB{Ts5^UB;T literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-selected.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6daf5f7ecd33e63be0bd76efbe9a1501e54c0e GIT binary patch literal 366 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkp7PWS_Pcigk0K$UD`$6CTWIE(hQ%Z6+YE4W|~p#9J}<n4jGHR3YPd3F7+$Ewr>C3 zJ*S?Zzxn*)t(RBsyuJPC-Q6djp1uC|?$h`8pMHM+`s?fWU*CTG`S}}YNeAQ8sX+VK zOM?7@89cqbA3c5&ZN6p&P$<#U#W6%8JomgOUxNaVL!gVm^GY|?w}0PjaC#{GD6jPl zcF@r9JK(mFiObK0v0|q}y8M#~zVaRH59A_`^3HKBpBdSl5pnzV%{4Nn$*Se+*HrHM mnf{%%X2V}wS!<_7A3p2rxrp67t;+=RH-o3EpUXO@geCxM<egyv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-selected@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..29b4e0a2c279b0c9a454efc50467dbbd2952c7b9 GIT binary patch literal 486 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z-faiCSesZ|h&oIAxmIwd^2Bt5&Oy?Yh>C#VKZPz#x67&FT%d1ZLj+SrD5iA~!I z`*xI0+EqT~)Qq*~=54;d@!<UfXYU_8_u$a^SJ&>nx%KevohR?^KKc9W_y50t|Nr|3 zbi%gq*SCPK;VTL93ucf}*I2oB-TDo0-hcS`iGw-)GEioVr;B5V#p$(|ZwfUjh_EH7 zdK)i1`t5Aj8L^80*SY&+8LBd}e(3+SPj|3ze4xCy<y7B=88yE`lsu&;dYIHQh_FjC zygc#$!B5tZ*Oxd~iJtam-=Qm+{Mnl8%6BdH#OBwF?`AuQ=saH=$1J|p>T%h6MmxsD zufOEZZJnWa=H3kzj@9P<l~UWQUfaKUU8gQHed!T5i~P?!YJXPo?`J%|SeCJ)P=Hb4 p#RHzhX<JSxyq4+G_+oT3Kij`*sZCPEZJ_%ZJYD@<);T3K0RaAO=7InK literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-selectionmode-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c43f9c38a4eedfee1e7800db2342b9920f4d0ecd GIT binary patch literal 452 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIaF0G|+7 zAl)kH)F$ZI3Pb`x<OD?82G%<I);b0@y870-`Zh+o)@C|3<~lac>Of@cqHgP|ZtJFQ z>#JhxuWT2fY?mZspDg2$A?=VU<&ZD#P$ue7F6vk*;#ei(SS{?>BnU)KEdq`$V8eaZ zKbHgA%3c!W7tG-4<^AaKlW6lbD}X{9JzX3_EKc9Oa$BfLL4Ym6IQO!V^~}gj&QJf= zN1S+ZWD}!t?8|$f&hDSnoS?KdhSU4#LyqLcwHYmk0*xDT-?HDX`Te0$hh1U`uh;j9 z`r;|oFBd#8*<-qEcS*@>t+P{7j=#5I4%2kd-{|~d=fuUk-8M8|yY8bSY&q|$`jqr@ zA8(yDJ*OPD)~HZ!Yk%_<*{u&(RbSkh-+#uYcz$-6THEi!Yvp#wkALO=@^6XL>K?J+ bpZo6j&uR5bEq$;W=y(QCS3j3^P6<r_Y8<1= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5eb7caa213825c20548bfe34ffb061359120c3d1 GIT binary patch literal 627 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSS^|7R zT!D0_kV7-CW1Fx;tDsY>0310Zu|a~`2G)9d)&_dkM!Gg8x;Cb|HfB0D<~lYm>b9=x zwr=XS9;&t;YPO!LcK*tCp^A193ifew_SupSIg$<~VvgmajuoPgl_HK+B91k}PECSN z&4NxXU>i+u>;n0euO!GXm_bHeW98a)>o>f4|KZ~&4(9aB3=E9!o-U3d5r^O2xE*xJ zK!EK*P=LT~1&tL7r#z=T`+MJ?k6GnrS$T0mTlZgm>&y9On_n)QtTWjoPxEcuO6K6Q z&r<8xD_?3)@^^pA*N`d`!4Tl?=D^7Mr@r8CpepP2^RH^B3*4#Z>JWTzkvYj?hh^nD z37$MRudAI4A1vMHyzi0Y;(aQjX4O0&+9Tet`SkizmPNUIZNK#E#RsnjXu97?l4F&# zaX(_qWK%iKqr#%%8&BcyrfQ9fuX;)^7d|LT*z=cjPvleE1l_`OEBmv$bc<}VZtM7b z?2OS*PL4Lc^wrRAZ`8({$vo{+f*&m&b9c-*KC8X2qiPRh_San-_uC2IUQxK~GUtKS zKfbM=+>rip>Zc#=R|1#V_6O(d`(>PeE)nY^Iq#1Ux5k17AA?UyF9aLzT5MoGVDrl8 r?LyY|&p-WEnxbvB)<<dQ(m#xHyDOeChf8h(1~!AItDnm{r-UW|eeCYC literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-selectionmode.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..dd6e3b1fd71fe318a1a1eed048b7122c4d6b7f56 GIT binary patch literal 478 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIa30G|+7 zAl)kH)F$ZI3Pb`x<OD^6&TT@@9pdht;vSt6o?VijleNPq>qJb^i<)W>J>4X3hH1iV ztK>zV`Kuyp*2Xn#&hFZh(|vaC#<TM_onNr!!s2bWcO1XH^Z4C8r|#`Lb8r9I`v=Z` zc=-I|<CkAwzyI^|_upT?|Nj2-@9)3=|Nqz7YYGD0!Cn&N7tG-4<^AaKlW6lbD}X{f zJzX3_EKc9Oa#N^DL4+;Am{(Ib_wu)+CZG5G|9$n~K~IH*W!kpkXFi;*PZ2!+(z93H zC3xR$r}-JDvlR`mFeGf*(i|AKE;nHYbHU2y7j{K?O%G*dWmZb%CBMr%^Om{v^%gB5 zvl(&wKC8?KWAN$nYv@)#XP0EOyX@Dg&dA=+M_=hYIeC9a@+Z}2nqhZSx++)IKH2m- zMEYKdJ<GG(%`?@riqCF}DzZOU<=p<G_%HKXdChR`y@B!b-kVSRs{P@;bXqIW6AYfN KelF{r5}E*jAkmiq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-selectionmode@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..40c327815ff62b79660620cd95d3ff4c9a61fe09 GIT binary patch literal 663 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS<^=eJ zxB}@;A%|vO$2MVyRzas$0XT9-VnYSnMO@oO-8#hGJH<UFs)tV2iI}1rIYlpOs(#co zquA-jvC~cBW|$_-u}xbRRJJ_0e0Sy4Lmdl`^)Ej=Z`1V+2d{5Dcw^I{n_G_D*>&R1 z?vr=-oO=J@`G<$kKRkNz>FKLa&t89i{^r};kKaFh{{8*u|Ns9zwde5z-N#oF<QL2! zqpq=X?Yi|F-n{?t@e>Dg`eg<N#$Znu$B>A_Z*SZVI%FWg_8=%w;5LJnR@Z~Z#qK8W z|L1KpaF~?4>9)$bf{p)E(|<fWuX5MOQ;6^RjG{~DTGKy;MLjHaaj*)=>0U60$$+2P zn4#-{!3l-t|NM4)N)|VLzh88#n?r0KOA^D5j}0&Q`L@r~tZF{2uesVKzTp1)Gb%D6 zzg#mjzH>Yf{qoLE^!?W8{ORtm(?4H4yL+oVU*EMLsYeH%CMLX;Ty)#{z}n@V9naay z=PB{syE9MNrlMN#>zoHa!he1Z{`utF;kq~t@4AqqiyoWa;=e5tyQJdA#*1Npo7YV* z*s!&)!v4_eaLrq`hYD5*$jYVGFkXB*@!3K}E8ANQSHIobwZBwt+oi&5!h#2ycf9D< zc;FY4B==W&t6=zw@W-peJ63xO3W_|oyx0F<$QbCi5Q7g&FPIwE8f@S^VDiG~?H<PU o&o6C0GyU|e-j>6b%l<Gf{HMU(aIgFhFyI+HUHx3vIVCg!0QBE5J^%m! literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7d55a2e2eb3c06b7e1e4c97786e99925b8a3b1d1 GIT binary patch literal 363 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkZu)pY7=y91tI|;a)O`^F}E&B&n_viZW*6m1^+%p|4Eu*(~M%Lo5atyPMK?;KG!~D zd2so<#HRZP&pkMN;o;GX&(Gg{aq-r>yHDQVd;00=t4~i~e|q-%@2}tg{`~#_|Np;q zV^N@G>?J{d!3>^W-j5zXi8f!e0w|Q|>Eak75uSVAldnO6$05*V1DDph&n(~Vm#8Q- zKDhr?)t7PM3KM4Wqf#0bg1iDxn5CT(Hp|#Quyin7862_V-PSFe8TYNuHQXG#l7Fe* t!}ynSH`~%@%Q+SNwUw=Qn)KtdK7Sqix}$dM%7B(Jc)I$ztaD0e0su)Jj2Hj_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..856c246e2cd21ace911230e729f65f5ab10ad3c0 GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0Xm|$f23nu}#>aRnVzb0FIoI*f2ps=T;$?c2T!!MzPb4V`rEq%(6^g;#;)TuXw3{ z$=bMvZH0Zi%BP%~vG(+=_2=eozP4`vjZKGc?>PSI>b-aOo_=}x_RFjH-`{`w`Q_WM zZ$Ey2|MBO?&;S4a{r~^}YjXYrpi}rtg8YIRWYjfQu3fi&!<+XXK7Qh0PQMJ4+2ZNq z7-DgH?d6+7O$s7x398=4jbg@8x#uT+uiy9K25a}6Wyk(c`d`e}BFs{oG9loapwwjl z`9}Vi!c@-8R%Cd^F3HgLq~72+(<kr7raxM%nHW#cp7Lqq2d1xkPc`07FfFg<{V;b; z%jN8ZwPEuQy)#wF5(r!WKJjwL^}BC+eVaB^eV%dq*2}g31I+$TRGz-{$jrstciQ{@ zuHxU%_~fD=!;v}xMumF^CEMR-OboncDH3?&bjp54-Ag81g14RmqlSUO)78&qol`;+ E0GUeF8~^|S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..1c93dc6c6b4ab25dcc8a5fd0395b61c0af41d1f8 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUY@Ck7R z(yf9{ZGw)iKqLS}PC%q>U=1Wy%D@g_FA4GsX7Kd#e)RZBwE3D9Kppy?E{-7_(a8x7 zjL&-b6f!~+65cW}v$OGWEM~M{EW;5X*;0CNZ9*5rMO~(Xa0Z4SZiW{>No%tLwK90R L`njxgN@xNAys<#y literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4f121405789627c61566adf48810955aa0d9988b GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0LRf<j~CP*e2}ID(KWI07uS9Y>=R~fi;knD`;f_>ftL1@(X5=QP)_xcHR07Z{C0S z_=$r#{W4I-&(p;*MB{vNf&$Ns>i>rima;BrxLU8WfkWd$zs?6yjRN_|2mApK?71WY z8p{J5Iu9)P!0n~*pN;E^GItFlSB4_D4-1#UQ-vSyEFB%y4D&;)JIWj`odKH6;OXk; Jvd$@?2>{DnS=;~s literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..335e71a0f6e4869f4b6569bd5d43275b85f363f3 GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xA*>@Ck7R z(rv;H&BAtV0#2<0jyn2QtpZLTt^_IpCD==X{DK)YG;3;mdTKV^kp&9rdb&7<a6~63 zG%%`dH&O5iOi1u#W@ctH<4|U_R~F$2kZdVExV9l;mJUNXD?_27s*7n{ygyJQgQu&X J%Q~loCID+JJ8S>| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d919b9c207699c8a5ae327f86728a74c47b825df GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0LRX=+eex+bwR@BH+{_;M^+U)F$B6D&Pnr`JGz$optoBfPyQz-GTNn@RbDl1vBuA zip9n!BsMj-wD$A}bX>^<%6NOaIEHAPPfk$anX&r)p@U|u3mTrrsu*x;1a#{Zh-z#Q zk9;5&@Ia4CBB0SYz@hWNf)Cto3eT0eV;H$Il(<cpSZ8b!_@m0?a>SNl2CK(Du@vDr Pps@^|u6{1-oD!M<CNEH9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..15a420b862ba2e8bbf91b4de0fff3a62c51c50ff GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xA*>@Ck7R z(*Kb_tAG=bxBOM>E1(2>NswPKgN9~JZBI|lraQ7gAze=w#}JO_<b(!Bwe2Pf9)Sr7 zp3Kb5Y-SwFjP}YR908Ior3cqGM9k7*C}(9TG*opljf?jOYGm+q^>bP0l+XkK6+1^Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..da1c01e0738e749a1c0df72b24d8b43f860f9e57 GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0MeL5NH)}0xHRzr*sggny)0tFPMQ}R4g_=A+f2srM0I=pyNs=P{!NS#W6(Vd~$*U z&y3aY4;?gPUC{6}R>go*BcNNSKvZLcc;o}IfCqY95&@0I0S=u97JT4#Q+Te#9mB|# op~P*%#5!Y>z#mm6mm{_eGgv+LiKPg~0gYwwboFyt=akR{0Ho7u=l}o! literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..77a5e28d0b3a0c71d1e6d323a364db5d1a29c7ad GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xA*>@Ck7R z(rv;H&BAtV0#2<0j;#Vt|Ns9l%dOr5lwdCj@(X6r(5$KL>8aUtM;0ig>*?Yc!V#UE z(7>p6JwSmYFd>1Hm6@3>j6<2hUYVC8K(eLu;M#@=DIJD#Rt63!1&iLv)$@TG89ZJ6 KT-G@yGywoD`8{m_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a3469d9af13f4a4a26a2547eb1cee291a2817a7e GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0LRX=+eex+bwR@BH+{_;M^+U)F$B6D&Pnr`JGz$K_dVE|JUD?`xK~}uO!GXn1NqZ zEH*wNv8lPGwWmj*<4Pt_#@o}yF+^ixa)JWSjMe8495iEH(C}1J#eh>IpjoFtL}LSc z<O7j_2RvL70gbx@96Apy_`vO^@LYjghLI~niQ9yUb;c%vKdMYFM{F6U95i9O^|v?+ PXe@)LtDnm{r-UW|tjkoY literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-selected.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..154b9820171b6bf01723f17028f1a85d96d91f8a GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQr&RT^vI! zdf!go&Dr1};F5lnZOuuKw<nn1oJxDAx4k9(5kK=syM#wBrw`erNrq`DCNMC)f7<wu z>x1C4Siea*%o8TvIkV=J?f+_r+ISz|-x(6qcjh$hZxt30+VgKlgWV^2nF~*sO;=eP Y#k^r>)a%<{fL1biy85}Sb4q9e0G~co3IG5A literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-selected@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..70fd58eac5a06fc5bd0d6f6c0e3029085439dc3a GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeLIM6EK1XOq><IO#w9=?(wzhDL#b&Zv4*R9|1=KY6{pE#J)F9T)#JY5_^G|nd{ zDDcdv{(tyjDeHoUtMw`yI5aNw>wFN^D3FhQz#s6yo=YO2u{^+`^T2`+++GU**|@GK sbJs9(Whip{uy7eXRruk~($P`PFh8`qqs-yb8KB7wp00i_>zopr07F}P9smFU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c6a76d3e4a310f1907163ba56411b3d41ec0703 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUY@Ck7R z(yf9{ZGw)iKqLS}P7w6}|Np1QEWLoz>?J{d!3>^W-j5zXi8f!e0w|>K>Eal|5uKdS z!1(M-k%C5OLV_+kGdo)u$6^Ni#mpQ5k}ahN*CueWUsPo(2xnmE*Vj498nZ_MsFlIf L)z4*}Q$iB}?~_AT literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..eba25b5da4ce55930644dbb571a02088f895d24e GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0LRf<j~CP*e2}ID(KWI07uS9Y^dP>|NrkF_yMwjuO!GXm_bHeW98a)>o>f4|KZ~& z4(9aBKp8(z7sn8diOC5HJTt2AA3Rvfx}f2zwaNw#jSKBMA4D_?_#+?i20W1Ek_c%0 zAK=h=V8I7&FNOVVTvrsiZ5X*S6uEs^xD1{u{BURK=%{9xBbavKbh_eOpverLu6{1- HoD!M<pz2)Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-selectionmode-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-selectionmode-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..193ed1fad8a70ebaaffb2437abc0193266d58b8f GIT binary patch literal 477 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIZ?0G|+7 zAg!rssG(t@rfCdC8YZe5CTg0dnmUG>TKbyW25Oony1Kf0AfRtxU}RuuWC%jWhDOFl z#-=7F=B8$rX69Dr7B&`^wzl@Jw)SpzK;+===<Ma_?Ct2{?dl%r>JjMX8RX#|>fs&c z=^b{$`T0Gd-8>~he!&d#3dc{JJoV?#pTB?mQVT<X;`=>a978NlU%hf$s7XP9Ey0t= z`^curk!fj{e(z6YI?2Llc-i-j?)^W9nxtJDujn}5h~i-4e17^)pyU*Rr{|o6lFX0% z=kD&6*V*;^9Q&lcOVdl7p1JM(#n!qwJ*lldsI)h=U-a!!$CF=m-wTI5mYP26^24fx z)!U1Tdbd6_o&I-Q=x3g4o1&i=KKU#cn;A84WB=rkIU657dad4n{jib#k>@k7Howa$ z->c5}*Lc6f`-ziM^tN}XvKVab-)q9Qu;;z{1Pwd+%<U$-fL>wnboFyt=akR{03N@q Ap#T5? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b635b412ef5f801e74e9d2fd7c0272581583d7a8 GIT binary patch literal 675 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSrUm$f zxB_W4Eh7~TQ*~_<buAM$5HeQNG*#0u1+rB&P1G=umbQVGj)9IY1n2>Qfq{{Mp^+g7 z85<fI8yT6Jm|B>cSz21zTiZI>*g4zUyV^T?*gJVRIC(ladpSCLJGywgx(B$r2fBI$ zx_Jb-c>+<eyH~J>cc_PVSk!?QklzJLg8YIRY<>OwtJ*sD?%V(I)8{XLYglG#GcYhF zd%8G=L>zv5<95&?0|B-NOkJ$pIs753I+ASUFYNh$I`UM&Y_+#)H)9O^{#Eb$Y0Y`} z99v`mdC#XgR_v?Ks4Gt`XKd*a{mbykWV6>S1|HP{uEMmrENVg)%~#}NoKzYaBo!It zzARv0ddKF8-@(`V=VF?c9*<VyT(f7I2V-}$dKb%vA5UV$-X7d_->$r5!^QKShxPoq z_e|P5^}*A$2UXjr{@Ppq<uc=S>vP+0$??70JMG5vg%1u2ABp2<?vHcUx%bP4<<I9V z!H)tTzAgXw`uD5a4;M@0zsN-jobJ<JB44MmsH6JF)|)0r^Pg01)!TMK@b&Vq*Mqxy zjJ}E}E$$8UOu4f2j*w*S1@82_h5OR--?$xjH=nPx^~bE;jQx*__oo{z(GvXJvn)<? zU&6eb5_fGD&ik+OZ2|j#eTj?Lbf$N?1|;zx6YzS#vF2zhPj};<KT^VFncc-#tMVky jz1g85!(wNrJ~e*n&x{H~zxtiPs9^AP^>bP0l+XkK;Y9*D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-selectionmode.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..03311efed2deb69ea3c59f17439e3f3857cf5dfe GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD>c0G|+7 zAbsxKx%21GUjl>6moEcpAom3r02y!Iym|Zf?YnpHK7Rc8`Sa&5U%veK@#E*upTB?q z{`2S0-@kwV{rmU-|NjW9mTaI|TqQw%!3^>W$4{I*1(Y>!c%lasUG3@O7-Dhy>Xoy6 z%?bi632P&?oO2iM`28>c7IT|hf~Nc2&(j~KPnK=#eqxrb?6%tQ;BP0LHnFJ-@+{IW zaZ2SKn<F0dqIt`$3(T3UWj9;4Fg4u$cksmrA*ou6UE2%X`_nakd%bAXFrI#xx8qYq z-qMS2jb5+5W9T*e>(w~f)NA2?-NTEo@|Pdoc_}64qI&NIQNLMV+pQJjWy;o1*|~Fx mTyWFkthIYzZvW;tPhT>^e@)FTEk>ZT89ZJ6T-G@yGywo9aKcUi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-selectionmode@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e979f8c3bbd74801d117610402005023ca2b0a2c GIT binary patch literal 615 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSasqrp zT!HjOFgSPa+<6!PvXQwkVJLm!!iASFU%q<v>h<f_Z{ECl`}Xa-cke!a{P^k9r_Y~1 zfBEv|>({T}zJ2@o^XIQ$zyAFB^Y`!HfB*jd|NnpG+oVN6`vgjY{DK*5ef|8a+B){` z+yC*?=P!S2SY~Q7Ffaysx;TbJ9DaM_W?7Sg09!)Ls*FH(L%rNAr9J<xcZGU$SQvAP z&ztx2{oix)n<^)%2%U^hwTX8Mn6^1^ws~uZPt-5ReH%jqawZ<W!2Eo}%BJ80XPCtk z4m)zsWM>KyWE2Q+VEnuGTkJQkTWhVpaK_nO6<B;=_H}{e1M%lYl^u2mpAtWOFnxb^ z-J^q1`{Sg_Dpfu_sb0S8d*~;J-It%#iG28#{CAOj`SLrbGgh@X^&iY!)ZSPx?|s>Z zWlepJ?<au^E1u=Oh|}MqXuasz?}w8gb?s=^pPd|gN9nPuZq9P$YyDfk@*G!|<!gI* zu}|Omd&l#Iiq%(`ug!ej_w(u88*SJ63t4TBI^X2~A@F^@?K#y{j=vS#=N<fQxc;K@ zE&qQ)+!_z;**5P;pLTv)`vN7I80S}w$|t%nEMHZ+PwGd1{N#@9Tdum_{(Q$EwxuxA f%0p$+_EVA!ydNy?yslse20VkOtDnm{r-UW|%W64X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a2d09a4c66dcb1386c0aab8ea8b291f48d48da77 GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xHr9@Ck7R z(wdrv8X6XAn#NG1VWO&GqNZu8sbi?ArLU=Npr&b}tE>A|M>iO#nx`blFPK4I;rNM@ zr~dr;^Y?FGYGDXa+``kvF@z&JIiZ1Z*#~2X0Hp&5wtdqRxKoypu%DZamB&Wl7^9bD s0dwT{rWdo>czWa%yl1mMSjWI{*xz^SN{g=sKr<LTUHx3vIVCg!0AW!~-2eap literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2b9318ba1cbefd4f8402b9cbbfb4c3f615364449 GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EP60k4 zu0UE%%Sc7TR9)LdUCTrbgpAcRP1Q6^foxSx6EzH^rEQ?4W1yo80eVJ3(dj@_1WJPZ zf*EXm{rs!iI`;0{|MAo3FMn%TW@-cFay?xfLo80ey==|bpdi8;=<4cn;o<iGYiBJ8 zaY#&hx#j(Z!uE%g(`o}sbAorSFPU_{x<E0Em0yXuxBIM3G~2WbY@CxBkNACPmfyp^ z?Elkm&oBQnD_Fs!HcQF!+()^#H*cQBoZ8Z|>FdoEA7>}V^K7v&e!IDN63}7>Pgg&e IbxsLQ075-;iU0rr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..481a15e6ebf2b81e9bce00d25ee873d9b7853df6 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7u@Ck7R z(i$3O>YB!C8W3cvs%fIGWum2HsHLS3B-OM`bai##_=N}pmGYJZ`2{lwmseC)PM<z~ z#*CRW7u=XS1t?+R>Eal|5uKdS!05L9uEPYK0|%_0^9al_N=UF~X5-|!BXEq(OR|7D p@>;_SVJ@DYXA0ikEDzQ(F#J+<4=H)*uoh?rgQu&X%Q~loCICr!N>%^> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ce9562780cb800d29d0e0bd91ddfeadee253c6e8 GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EW&u7S zu0UEz(?DI_Tus|dP0K`0(^yr*R87-FP1{&a%UE5*SWUx39Vo74qNQ!1tqTGAH$N@f z4%8`B666=mpsJ_u84y%hR6KFgjF}){Em$=VD4XHw;uvCa`t4*-z6J#WmPnUtav%QB zH+B4YXo2BFkJ#nUuBjdo+0y@_!*BcVKE`MN*fpm2`82F*Viy%_TJ7ZWtd)5omxCmO zP9o?3)(@sTr(e94{_T#v;z?~D;}>eVy1J<|zcfuPK4iye60WPV)mgC*XeWcGtDnm{ Hr-UW|j#g-M literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4356b0ac3407588cd75fa6c316f00a0ae1986a GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xFUV@Ck7R z(*JP-m73X8fhxF4g8YIRI5@df)l5uX-BkZCj{%ArdAc};aLi0jXkc8{Gt=S1vI7U+ z>2R<t<K&TPQ)nw-W?rr!;j>^0qxl3~i7eJTK@toM5x<1Po?UdD57f=z>FVdQ&MBb@ E0Fjbcg#Z8m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..bdafd334439a1cda0c82647e3edcf457ac90768e GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeL6kzSkVgS@5P!i-9%)r6JD<~?asH|#Y>g4R|##R{^43vxWba4#Pn3$ZPz?5?T zKR;{z^rjzk{!cu>vcTaVx2vOuz^mU}A~)`9aIg#QZ(#Z^D#&!GzJcjK>%;^90~rr7 zJ-^s2U^zk6u~Fv#A%S%X_r$++Xfe3Pir8rV*HKh^#dzgcai!f;&lNzM7(8A5T-G@y GGywojo_(kQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..90d0374562aa65031c51f90f518da9f81fedf1f5 GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7o@Ck7R z(w8n>I(F>XWiYr11}|T}eE$6Tg$oz{{{8#^|9=}FXHB3wo{}KHU<N^<+`Rm*uI`?m z9%tisf<SQ#PZ!4!j_Bls21d2*GaV)<9XN1nt29TLg~5ikY=&j31_kffnmMN!Jz(3^ lur?y^zyXeJCXo#9fS$bKU^&b0LN?G022WQ%mvv4FO#r2ZUc>+Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..554d44958d1bbf6c4f25fddb7817bf99e083e4c6 GIT binary patch literal 336 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z<Y#fw+3UcGSP!nt$j&YwSj=FAx&1HuJL0YxAHDDv{<%h#`8|Ni~^|NsBr-s%Jb zH4B#n`2{m5YH2%rd1qu~wzRf&_kcjRitIn2be5-!V~EA+x04U@9S{&;U8&Wz{o4Qf z9O0)eYQ8dOOVjf|w?s4*G0GlXRkq*2@p`>N;kyK;J|&AKHZ2L=4-O_bKI~?A!g)Y! z+lTlc9`Dv&ycD4@W14O6=KfEzZS&r!&C88y|M>T&^v<*!{Kvl=Iq;qk3IN*5;OXk; Jvd$@?2>`Dql6e3C literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-selected.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4d32106a91fc846c32e52145ae36bbc8cdc7aa85 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(*N;-^NO#30u^zW1o;Is@CyjJxW>gN)HayuC$R#B%{*NkLpY+76B-zooeFg@h;3{< z94Wxz!!2RK>&WwvlP9JrVM9X@+Z~5*2?B>r7_(lQu<p=iIKe4$_sdrHW}pcSp00i_ I>zopr0A4U$zW@LL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..7b361e3461209ca7e8cec4c4a0439109142522a9 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z-fS%AyRG#{v0xFpCgn1NqRTwYzn*51L{B|f3Ds<ysiXVE<qpmesUi(`nz>9>>3 z`3@NH9ElPBUi7~{hhh3jqb3Hq!=Y2uCT>)YF-%ruw|y=redmU|VUs>b^o4vE3BM%4 zSrZg99F<HNA4oUE|7d;hR8_r`!<)O#X06-CNjJVPT_x9cyCnGi%xQcsRhlb|6YX2m W`S-<oO_&C>mci52&t;ucLK6U$!H=8( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb129da8b244e26f2e22c643ca88db8953c084a GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7u@Ck7R z(&x^dJAeNCB`~;r`7)3Oa$kS}kn!)|zyJULM}%<C2P)+%3GxeOkXJZ<;^e76fBu>` zJkbM+T6(%ThHykDCp0iF`w;37pmgAX*>4_!Hzf%P_nDLC=p{U`VrJvkNIk%t!WzBt ka6{uo*_6zU40l8s_6ND8d+u_X0W^fc)78&qol`;+04cU)DF6Tf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ae8ef7b929e41b2dad7e7690e0434fe179db53 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Et^qzF zu0Z-C7@RwI?mP?t*~na&FqFP<;lj(8FJHZS_4@VeKY#xG|Ns9G&k_ZoK>{T~e!&d3 zzJC5yZ5?~}?f>}c^OwIhEHkx%as{3)jv*GO-%hp^YETehakOD@OxyYIf5_?pC4~*A zCirbPpPlwbJgj!%!=Od?_<3&JuMhCqsmOXLh^2SNZk82F5li+>Na$jC!gxSr*@swz z$0z5$&v1_aFu_$|!G+m-)sN3N_~vMyw>nez(zbNvpZ1CO9nRV;S+vtJ8fZ6zr>mdK II;Vst010uOuK)l5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/pane-separator-vertical.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/pane-separator-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4f5d70f7b112aafd658d1eedf07a77a8dde7ab GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6dTdb&7< zaLi0jNk|AtPXK}>1s(}W35g#-ED-_3B7rU(FBa_<WhfS8<UHB#_6?|s!PC{xWt~$( F698e{ELQ*k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/pane-separator-vertical@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/pane-separator-vertical@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b82de17d1540d4b2aea8e4fbb88f89e1c3a16b63 GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^EI@3)!3HGFq;4Mt2^2edhHwBu4M$1`kk47*5n0T@ zAiW-h8RMiT$^Zo=OI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe2R_jGX# z(U|!5+(zC81rdjXzb6IEv|tk6@ZV-btC|~^HQR!VtK&a1v2)3Nad7>%%WQIsuyx)R i%LtV}uV2^J)H1~9$n9sCt@;ya6oaR$pUXO@geCxnQ9BU; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/pane-separator.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/pane-separator.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f1ca449c51555e918bb1ba9f81075bdc98eff5 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^5<twv!3HFqtYlb$6icy_X9x!n)NrJ90QsB+9+AaB z_18g|(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD=<PZ!4! zj+x162?+t|2?+v;2?-Ua8yNoZ@bJt6;`@>k5_L+Qlh;h^Y&^!m@GO(<Ve0cOAk!H< MUHx3vIVCg!0AeIB(*OVf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/pane-separator@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/pane-separator@2.png new file mode 100644 index 0000000000000000000000000000000000000000..04870eb5826823ff028eade5bf2918b3343f6579 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^20+Zh!3HExyxe00;uJf1hHwBu4M$1`kk47*5n0T@ zAiW-h8RMiT$^Zo=OI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3kpe1m^K@|x z(U^Glq9WG;0}+;s?oNxiN~dn!`F~<jPluCh^5k3g8#W}}Ntu(e!{Aw1OR;dC$d#Yv qEyb7nW#+v(UHZUr`+4zmwTv5LW&ep^e##6qk-^i|&t;ucLK6UT=R;rs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0cbccc4ddb2bb26da6eabfa40d12c60c52ae5b9a GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkZ$9#ZQyZh<#ul4cW&W#YUOuq;dgEoaBdL*vYlFhTp$C&1u;;Nwt=;Yu8pa#O_roX zwxk14cHM&~*+4@@OM?7@8AQdzLqfyCo0?l%&z-+;@#Ck@U;e#xdNBp4pup3`F+@T# z_h6(@vx120!NnH*fdWnU{_2~o*EoHu{qCNk&(AHcoh*Fa%ymETOW^h!Nii1=Uq7(M zUU|dGnEN%S);LT!shK*Hfo0~LplLT7eV?8AIVrNyv!3lhrR_Ja%dU5moG(_1Rv%s~ gH(g-b!bfNMSDojJKJ(eo31~Nir>mdKI;Vst0L&nR0RR91 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0f68fc104ee3916e3ce9abf37126ff672bdae9 GIT binary patch literal 628 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E+XH+; zT!Hj|28L#Sw`P8)c0Pw@KG${umsTK~-?4??p`FjUP0+bTz^PThxs~6snct<2-?@d~ z3CM2YcWwnr2?C{@S_B+{3P8$$QXs`ntzdC5+ZjXx#StPfH4v3BQrp1VKo5v)4D_uH z^{n01Y&}$MJ=APHRe{K^T-2dl)UiU;v04~tms88u2f{$7>y-rg1v4-zDyyg(8X23I z+S)lfyM%;>g-1j-G&VK2>^pGc<f+qVuHU$M>-MYHZ$Ezi@@vvD(Jr9QubwWBArg{n z4_3z?OpsuE@LSN8y^HTg!0g1E*W9%3-2Y$vRQCPv&6n%faZguSyYMYrV>W+OlTzip ziyx|*<{V=;Rx3@pbAIOI@`7c;n-p>muh5M+l>flxUSyVzMO9*}UeKeBP3i%8kt;b< zJs#)JRhcc@YbP@MmRTR)zOpMi8pc_#HMTB%<`fy^y(q*dmowE<w=>9atG|Za*83V? zea|)~1>au3sQK!&S*)oJ$=mxL&$sOj*U$~y)utq;?ZdiKPTS^@hnkM5(3~q`IuEZW zZgCcC;kPI@Pw%_$=2m;A=b~uQlGhh!*l~6(xw(CgLcyBt(g#`pGFK&c`d>0)Qw0V9 NgQu&X%Q~loCIB5M;b#B< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..51afedd3f25b895886146c51f6dd35280d2fe539 GIT binary patch literal 357 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^zfKP}k zkZurl=oGPT6?ASAaO@CpY!z^A<#TD~b8hEzZsl`o6>w}3aBc-6ey0|G=Qe&I!?{J! zNk`wxRL>?$${}0Ip;f@?)cXmQK(i!Dg8YIRczE^n^$pxTJUk1Fid$M++q!!|Af$bQ zIZ#cur;B5Vge2=hM!qHo9)=C~%o-*B{|^)n<ZIJqXkgrU^zfd#-o~dpo8G5S(pk^C zVwUdFY{nB7ExD`-(NkM?_c~~D)-tOyG=%9%uxu%EVpw)1lHptIuH8Zg_jO-NvVQx1 jv|;13!#4fW3=IGFRH|5YiC;Phw3fls)z4*}Q$iB}kx6hx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..75d572a03381177dbeb88e05b3b77aa1a5971b03 GIT binary patch literal 607 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EivoN? zT!Hj|28ISc_cmVV24062VW&<ZhZZ5b79qE8ez$ghmv%mfW<I-SKG#-3=OzKi4gtqj z0oNu0mv(-qRzAm8K9^=b=XO5l7D1;rL8lf0=QaW7RsrW00jCyz=T@*_tAJA*NS9+P zzf&7fkRPbnSx4VWUk`|E^!2R_^{m|0Y&=zf$j(#ErcBJCOw6f5%&A7m38=Szja)g< zm1ZSDe!&ckLc$`_GP1IYN-C<VdiweXhHmce9v&H)d3pH-W#ttOjZH1BZJj+RU{1v$ zCZGv#JzX3_EKaYT{8Fe%L7-uyiS?FEhn2nG1YI`KuKXXqdV_=Dv1KoRZ{L0Y024Pu zy-ScTI~!w(Pw1nmyz+uIix-}d4oTL%{`#<P(v8<wcgZbcTj=(BuI!@?>bpI%j~xA5 zV&%-V>^*DE#0S&8zf7DUC#ExN$1=}J_cQk#X>xuPEn{mLc=#Aou41o&rKf|AjOUyw zPCi1%%^n`eDb#H3QL$Ne^3k7F^YeWstJz+&?R~sv!ABYHRX-L@nYOy^{dFUkLpz@C z48OFUnYrPZ^v=Li4feAOuR8GFO#SxW%<kNlq9}`p|JL5S^sVW@W^u0de~kH`KB(kT TKCSQ;=y3*5S3j3^P6<r_l@Hs- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-selected.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..21f7c8f49bcc4585dd74a32107479bfb5e952e1b GIT binary patch literal 357 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^zfKP}k zkp52!Xccgpq!l(vD}0Jh`0ZWC@9a8pXU_?s0p{y6wgb(QC<*clX5it~(>HMU@GLAU zZfR}n?ty|^QBURp)nt3RIEF|_vL0mQJES1Mu%U>(`_upRR=#ZQx(p3$g|6Gb1!qXC z=Y02GN%Avq&kfb1HOwXb1-=Z=mU`dVovP5<U==!niNRu5(-k4F?Fvj0mok|TJXfFF t#rNZ`>dM@P^LsNdtb1{-j*o%i596IRYIY@4G(o|~;OXk;vd$@?2>=!4nZy79 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..dd186c2f00e5cca594e8531e1955edd6919dd187 GIT binary patch literal 584 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EGXs1= zT!Hj|+JjaBr!HyV9$DWWdA}Y-ztxd-tE1~y#{yBq+W3a`iH)ysK6-l_h@O0S^77NO zmp~UiZZ0_tbewTXkY6wZqmZzOw2Z8xl8UOHzJZ~eyGKT5UVcGYc|}8GQ%h@GXAe5y z3yzTnYJcSE;uvCadhO)fLQM(+4qHujXIA>^bWd70P4xf&LQyG!Ll;cuZog~G%&pV* z(cMSAgP}!%OC~t%n~~4SJ=2oTeqitX8YzEfql4X}*NaW_Ha_b)$K-wDrCwUo(j)Kv z)FT>i>r7bLvL^1(L9Z$oj)+H_^t+soCe7y%?A6{<xhd7ngXP+xI%kWEEDDFZj=Ab8 z%!+u~vUG!MB)6*X5~s=A@2=jro6EQ8_?kYBx$kx6z0x~%Eygq>?sPEc<NW#2)&^Y@ zr9U~}yw3Bs_)T)+|Gd|acihQr)czZ7Ywx4z<9vVG)cR+PvUdu~4V1d=fWBq$boFyt I=akR{0K<qVo&W#< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..3bf5ba0fb0af0db4086d81f7a4581393ba463a6c GIT binary patch literal 372 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkZurl=oGPT6?ASAaO@CpY!z^A<#TD~b8hEzZsl`o6>w}3aBc-6ey0|G=Qe&I!?{He zDDJc(q+&%_#mca%4^LixdIm(V|Ns9#YjHHtOa|$aAirP+9$r0teFJw756{A);+EFd zw(cG%aDVTU1XPyi>Eak7A<24>k?)X#0K<l&_RA~&|6g%2g_#d%4DTaB^W?d$ZI5Rr z{9`-$kx!v7(8)&Hq1yD}M20WB^%RTOJBbS|a&-`AaCjM(bd%f5oIixo*+QM+vCymS sjNi(=v%WAq-kfpaU8V7}t&9v0_&H)URhDy0o&veh)78&qol`;+0COUIF8}}l literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-insensitive@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f853bb96495ec25d42e7fd417155005089f5ab4d GIT binary patch literal 618 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ED*}8% zT!Hj|28ISc_cmVV24062VW&<ZhZZ5b79qE8ez$ghmv%mfW<I-SKG#-3=OzKi4gtqj z0oNu0mv(-qRzAm8K9^=b=XO5l7D1;rL8lf0=QaW7RsrW00jCyz=T@*_tAJA*NS9+P zzf&7fkRPZRsK#lMR`?X1@ad-U(@hg+nkQaezyJEigEu!HzPaV-kN2N`d;p>^KR$i? z_37LH|NptQTb=^lYEcs87tFvYBrGB=BP*+@q@t>-r>}2d=;rS3;gOM<mzQ5qR$kH2 z*woV6*4cvwO816e1)A}})5S5w;`G|dw}qM%1ROS+?2gD>nkl}q+beSB)NlXm!x9^n zdVDWe-o9(R;Q-SC`H5FnGB-0=P1E{#s;!-4USQx8RjrK^PJeyJWtj8pXqCN-s8jDX z>Fgtk&SewDI!^z&{E~z7!hP-vrGuxZXDBP`>iA?nnvoJIbn(WKCg(?o-~M~z#VgId zrS(al<z$v4P5zH`#DgY%_<5*TW!o9CLcJp@4~=}^>97CQntN%{@vd{3Rktoy^st83 z1bUqfJ^VdeQYkUu^Bv=tw;LH99{0wqx0o{b)rG7DEjH=j^26-<;w*G!ivEY4-f~x= g;BDt2?f++()1D+T8S?th0Q#N5)78&qol`;+0QMaA?*IS* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-selected.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..cad4427b710083c1e1a8f0a1b8e2c9e634a5a729 GIT binary patch literal 365 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnvux;Tbd z^sb#`n0LrQz;*vh!?_z-)Hy6UuOwKoxOnwBIQ2geiec1qSj8X|tK>B+<j9pek(`!D zv1ZkMTP|gV{Xc*CjYq$j026Zp=bN*U4Dt>Yr|+;Ot$WSivFVIw+s}B;3q^_PrDYSR zsIE*fic=9S?m0F6ins8ZH)8iMTP|MS5xDm3`8StcH%?GF&vL}<;E$b)D}HNxYK1bF zUKgI7^uBUl{D#$*Q#_VS=DfLn>_cdsYQRdV6?QentaEH+rmL*~^|IkY&Dp)T7!OMF z3l#oWGMyXD7-jBJ7Jhc+1fvgpHHCN1-MI5x{6_x;#tk(m_x=-JAPV#~gQu&X%Q~lo FCIBx8j-3Di literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-selected@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2ecf36aa3eb6a9cb69453285863a89856277421f GIT binary patch literal 644 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!Hle!2wzYoVsOvdSrci<a~SO{dyJrS4Y*Zj;>u3Q@19zer;UC+W3Zb35~CBK74Zv zh#tMY{rKaPSD&7~0y;mv>)BnPPxMNH{DK)66_r&~4ULRVOl|EPon1mg!@?sX8ycIM zTlO6|aq`sZGuLn2ymkB4>$e|2fB7}(m}nPJ=QmFm#}En0wFfh!83QHQ9y}Ly<#y#x z3pku$#C>tzmp}jQry9>Gp80n6?_-9ZYqR-l>odx;nsj!`UM`4knsQ25m@QQ$#&5<W z(}D$p2FfcAYxvGQygI>OZsuzJ8#|L5)sh}<YS0ci7rBCKsrTb*QP=g^Qn?ytTj#s( z__}FXnxkZJbnC|QEN2bltU!s`!LuD_26i91(R9mLWcsaiiQfyJIc!{+JMH1MPt#|y zE_F`+Yc{|B@5LSMLCFh)H6Cp`;31H`@qlSr%7GZ$gK?RsWa1><Y!loHTA9U#msOOi zO!@8eVy=SgEWO@~y$ar|a!-G(JzixYEOXKR%$3PH%&pfi07HPm)78&qol`;+08-gr AE&u=k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..5fc9e0bce762dc18be017e975600cc801f5a2dd2 GIT binary patch literal 373 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkZ$9#ZQyZh<#ul4cW&W#YUOuq;dgEoaBdL*vYlFhTp$C&1u@XkijayGp_MDcsy;q> z_37!WPtRWe|Np;pY05&N(V`_me!&c)V&Wm8Vc|{9Ev@IyU%2@3)8{Y$UOK&)0#uOi z>Eak7A<25sk*`@nfZ;%*_|YTZ{{J_5=_vSuhoOO~^2syF?+%XE!h80&FR5kjxVC&k zI-|yXfj*W6W}&TTOx0FR5Kv_@V`T8T>cNwJAmFQPF;nc0c!poPYj1KT#0DEx@m^Rz jo#|rH_dVa47#i#^&et&8s_eZTXf=bUtDnm{r-UW|prC@_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b168f1484eb145ba67c6bf67a66703995e64b972 GIT binary patch literal 645 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!Hj|28L#Sw`P8)c0Pw@KG${umsTK~-?4??p`FjUP0+bTz^PThxs~6snct<2-?@d~ z3CM2YcWwnr2?C{@S_B+{3P8$$QXs`ntzdC5+ZjXx#StPfH4v3Z<Rq=|$=c!5P2y&l z#?LTKm}!=9ZT*4k8xCIIc<{!iLpL@bzPaVd&8<hizyI|8!{;9#zx??0_2=iW|Ns9F za5Y~J^od?ckY6wZqoT5ks-cmwiK(rfqq9p$XjpheWJ6<9bIZO1Cr+L^edhX&o40Pi zdj0m}=P$n|9TV*W>iq8M;us<!x%S}8s)GR{tQTshOyk>9;?QKqvNC1+)tytG{EhFD ze)l)!SGumu<SV<rUHIN!wp{JRq}ztP+f_YQ+88DVxE*@hq8Z1`F2!ivWYu$Nisc@z zZ%-!f{M9tqS}a3JO^<sA)6+Svs{(eJ*oh_nFkgPLEh)G<-ZlDvahBK=!>z6&zZaUd z7%dia+i1E~a*E_ugRZqJY@G{N*1B%Y&*BrAee1Q+t*Cv0n-`R1oT<P5`n<T*_kb*& z5-!&mF$vBjU9la<`gmrnR==U`JM*yi;T7y>IMx+BNIE34zOSWdKIdNHB_5ZT8txKI m@!Xngx$k`he|nShErxETLJ@w6J-`ISz~JfX=d#Wzp$PycNC0O5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..07901935e66f12f67e6c030b7d1836d64b7c5501 GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkZ$9#ZQyZh<#ul4cW&W#YUOuq;dgEoaBdL*vYlFhTp$C&1u;;Nwt+QJBrsn0KF}c1 zk|4ie22nBbkkGL3rskH`bLTHy{P^kfmwzvvUQ7WhNb+=X43Ut`Js8c`q9EXUaPf~Y zw~UYP>Q^Rv9RH9gI{(nW-RpL+-pN_@$;DKBr_m>lW#R7{V|zs{u68tdZlBC!@Ukq3 z$<I`2!^({eim#_y$puf;X1+QjbSdNY_3bw|mel-Y-dDskPu%?P2B2*Wp00i_>zopr E079g5{r~^~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..67f3760f6fb58dcd857e783a44bc79fef885abd2 GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E69Rlf zT!Hj|28L#Sw`P8)c0Pw@KG${umsTK~-?4??p`FjUP0+bTz^PThxs~6snct<2-?@d~ z3CM2YcWwnr2?C{@S_B+{3P8$$QXs`ntzdC5+ZjXx#StPfH4v3BQro~9sFEd(g%9W^ zy^<imU<O7-WffIJBV!X&TRTT*mypn~@QBEU#-`?$eFsjQJazia^&2;D-G24@?Z?kw zeoZ<i+6B~k%G1R$#NzbY$v63$3<O*q9S^dK#N1$EU8QvN=l}i2n%%8sO@?#a-+9j5 zw!O<pah0Tt<kH9|vsdZZ-C5YYqiNCo1@4Q!em=|0CSo@KwkSu)HS_tlj!p~9KgT+H z-SMkpVObv8kifKZdIV$F!4?K_8#R|50!9n%9(`x{W|-{M$^CT3ha{$htzWh)*2Y*E z9z4=|^hDtEv$;EGY{*`3J@L7C=@Nq&UERp1+iEngCuQm`Z5QMJXD=?-clfQ@eee6z l9=2*O&8&z!^=SW32BF0KtoCDPUITr_;OXk;vd$@?2>^I7#p?h7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3e5cc543f082e817618dc347ed058902e773a31d GIT binary patch literal 334 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_UfKP}k zkZurl=oGPT6?ASAaO@CpY!z^A<#TD~b8hEzZsl`o6>w}3aBc-6ey0|G=Qe&I!?{J! zNk`wRRlsRm-o#HpBScGr{DK*Hc=h!44ct9EJPV78TUuM&x_f%g<!vqmDoF5jaSV}= z%suGI*PtNadXW8G*M&#>|3{iGNsfp(x_-y<*Iv;_&MsT#V^TbIwetFmUsD*~yjpW$ zr5}^euDK}<p4%rI6|9=v;5(PK!*#w)g>UFOK9l6Y$?P!^{F{?G|5P%F{p3y+oOhHP PXcvR0tDnm{r-UW|QTS_- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5da58e69ad099f5121e7e807cdd0995c1d649ce6 GIT binary patch literal 515 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ebpbvh zu0Z-f149F!dmFEF1Fu7iuv4dyLyM4Ii;!D4zgs)MOFN%KGoM{EpKGh2bCZB$hk#?N zfNPV0OFO?)E1zR4pGz~Jb331Ni=b1Rpi_&0bDMy3tAKNhfKv;<b1PV|RlunYq|33D z->D5K$PZNPtfOxQ6mP1w%?G+bt0c%Tn1NA9SVUSzR#s6-MO9T#U*Evc&E4I@BO@~} zFTbFyyrQA8sin28v!^Fh;C?Jn*FjGg#}JFtYbU=JYElqzTezp>;-yp3vjWt%z5m~I zcEL;zYYX4!>h~qf8e1pWJN;dg;Iu*M>q^Z&%bpJr!E>ZFLi%RCe`m0mb9v>BMmO=A z&sUjwOp-;T8Yh0b{E|~(Q6h66=brmX%o_7VjAA^N1UzukYu(p+ooDBXB^Mq!Wed;S zCiHcaT5ybo_rc?=*Nd*^RIHT{=9~6>-=(F@&K?O;JO7qwZ2xtE&E=qG`q%5Xj(4gp pPj!EM|I?&BVvEk{uhaZD)4cymqGFkC9MCTe44$rjF6*2UngBLfwI~1p literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-selected.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..a7a7d448b8792051e06d87e6b8186911af3beff2 GIT binary patch literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^_fKP}k zkp52!Xcce*DwlK969VcKDhcunX5it~(>HMU@GLAUZfR}n?&&$Qu+|eO8|&%f7$PB= zd(e@uL4kq!AZwt=${YXd!<;)FKH%B^C~n>ACnq+Xnk#homd%zU+Nb1M6TYi3FIQ)s zP|LrK;pX>*@CRR(Fx;HX+wo~RTinXZ4DQ%TyLTD1)OZ{h`|+7ULy>dE<ezFRK#LeW MUHx3vIVCg!0C3-j{r~^~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..633c7366557b6effeee3fb2052248e335e71a403 GIT binary patch literal 481 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-f?Ln)66VQ^2SsXin_NkNv`2{mD3JHry%g8D!si^Ad8yLE|dt_wh<rkEdS2Q#> zwY0W%_Vhf+3KIgV-|p$+7-DgH?c|F>O$q|8OGC7RgD*4~ZT$PcevM<Xz|DeL=aj44 zVjl>(*0)@k<-JyQz2?WM+^oi{A~ZjWif#G0scuiB^Yoiva~edOQ{TLMuyFS731WLp z=6iZOoLJ5)qPC)tn@eM*U{=hEo&$xAl8G`8UnYnx6|9PR;e1H>ic^mCr_+Y|3%k9T z!gZHl*D`px=j+bqMn|RcP0p1ZE#G8+AA7k!zIM(XtF>qL)@!ewaUp7h*2k&!&sbOA X4qEkPSMW!m7Z^NU{an^LB{Ts5<Bs%y literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..22b0dc1d669787d183887162e8cc2d7e4d4207aa GIT binary patch literal 334 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_UfKP}k zkZurl=oGPT6?ASAaO@CpY!z^A<#TD~b8hEzZsl`o6>w}3aBc-6ey0|G=Qe&I!?{He zDDL$C|9^w)yHkKhh?WHT1vBvQ>gnqnxO;eb78Vt^w6?Z&_w=00+gu1#kl^X!7$PB= zd(e}wK|#RvAp5zl3!nD>k2GD991(GJ{f_0Yy`qntUAD}}q<HFT<@FiArZBvDwdTM| zKPI1Db5j~Tw@)@IST(u9cP?v(>wK9C-_Uh@Cdq-5*<&L3Hz#xcsbqMe#m)ON{oY}q OT@0SCelF{r5}E**!)~Jh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3552aad91803baf8e15784f86d70d74e979a6967 GIT binary patch literal 515 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ebpbvh zu0Z-f149F!dmFEF1Fu7iuv4dyLyM4Ii;!D4zgs)MOFN%KGoM{EpKGh2bCZB$hk#?N zfNPV0OFO?)E1zR4pGz~Jb331Ni=b1Rpi_&0bDMy3tAKNhfKv;<b1PV|RlunYq|33D z->D5K$PZKuRO9sj|9_T4;y-~d&?*V?3ua&x5*Cq`k(E_cQc+da)7LjJbaQw2@W{x_ z%gZk)E3as1Y-(w3>+I>t6u2J?)OFC)#WBR<^xDa<g_;xu+!pRBxp?VR^sE52y!Zc` z&MuhAVQu02T>ZXeS!3%2d#Ar^5}Y<DeO;;9XW8>1B6yCpMo8bR_wNiAb1tvE(dZ^# z^Z6<>k4ds<RO7@?mtS%UEJ|eV<J@yUiCJTwh*6Bkl7I(Jdae6fuk-9YvE;%dr)=SQ z+l0PuQVWi;@IH8)^?K3OoQky)!hF-7@4K{=+1VpOYUke)jqSfKu(=%6O#gcQ*6~iY q<*DwE?|+)KM{LnK{dJoEW}3@9k1zEQTbBv+41=eupUXO@geCyZ(YMP0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-selected.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..325b0225f541ba60afacf32d7f7b8a168ab17016 GIT binary patch literal 311 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQq(wx;Tbd z^sb#`E!1Qn(PDljD1w9i6Iavn3(OI}c1_qCE@0bvc=5B%3X+8_3Vha+XNugstAA48 zS66|}?||%zH>Vnu1^8!PcktZLrSNrTcK^+lY?JhI;)}&SRXiKd-td~$Td^wO(lXx< z5*Oc1@tm}gajCM!`RVsw-TnM(+f+j}o|<;{5dR`p_ky3z58f{Pc`V7Lnoq~>QNxt` z?3q_jvZyetRIcACD#XbCz|DB>(!1~XZ&-eTJJ#_e$CTwk;z0K^c)I$ztaD0e0sw*q Bb7%kn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-selected@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a844dff56a0ac420393dbc4b8e0158c180d2d4b9 GIT binary patch literal 514 zcmV+d0{#7oP)<h;3K|Lk000e1NJLTq001BW001Be1^@s6b9#F800004b3#c}2nYxW zd<bNS00009a7bBm000}W000}W0bUxB8~^|S8FWQhbW?9;ba!ELWdL_~cP?peYja~^ zaAhuUa%Y?FJQ@H10e?wEK~z|U<(Ioo0znu?zahSW9o`BfL~FD}69c_AqP~j8*7xB7 zG)5XkjWtke)M$u31;=7{$V3*{yNR9(W+pk`4$I8{OaC1cb|GLSZA&_oRFzbewCYd4 zNP3sllGK#+XpAA1gn$7~fIi{r0mpvmMDjB55JCKt4p53K-vd4p$Snh)9#vikhAGG` zL!cH`z7Bk*D7OrN@;tc#?lX{E?wIvr0;d_uEe+Rc9J!Iyl{9;slGB&8Y0rs*GqIC{ zT)v}XzqkPoa*$8B+yK=a1B_h@&frSW%FD%Yf8S}GeO(0&FWV394ipoaqA`Bh!mL#p zG71XtmScd|i4ou?heOD6ZN2UewDNd#pWC1S%^U-aUB7V@_atpi9L4^?MaFVTI-goE z;$6p`3}3!B^Xf#hEl9%Ehd_<=OS1h)KNPS_dPQlx3k4|Ql~HkN0~@jAP6z`u@S2UV zbb%v6G$v77vx>Z8qAF=g(waa0EblI{t=Us*t=XUF8_a3bRqn@pj{pDw07*qoM6N<$ Ef+ddBAOHXW literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..965f41a7838e4629b204db91fdc49f7f869e3bf7 GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkZ$9#ZQyZh<#ul4cW&W#YUOuq;dgEoaBdL*vYlFhTp$C&1u@Xk|Ns9dybm}IG)S~0 z$S;^dR7^Z1G%UQSxux~o`3o06e)|07-%F<#Q-BJRJY5_^BqVbWM)S2O2)G_x{3FaQ zW9Pg2mB}8*KO~CIKlE?+x*e={a#nqEF%{ow^oe6x_`Al~UQvsy9Sxq_C-WG*EDK`t zGgaEKawCJ{>#0_9!4tKaug(Zv%6NT!`^}9dH9wjAH}SYxujIT8w2i^j)z4*}Q$iB} DFkN<q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1f2c4003f3cb3beb798065fa5968d53a54d74829 GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E69Rlf zT!Hj|28L#Sw`P8)c0Pw@KG${umsTK~-?4??p`FjUP0+bTz^PThxs~6snct<2-?@d~ z3CM2YcWwnr2?C{@S_B+{3P8$$QXs`ntzdC5+ZjXx#StPfH4v3Z<p2Nwk6x=31G-7C zB*-tAfl*OeMb*&A*u>P<&e7Q=Bs45MBC?^eskvp}ffFZBoj!B@#?4!|U%h_&@$;8o zla7gY0d=18ba4!^IK6iAO}-`r0ar)IgRCMkH&|F#DW(4Tzu#E1yS1#zaE|*s&zak{ zcNr<Jl5~+=8u?`QDjmB!3!8T|ExNzJebLv?XPMbV%;w(~<p{ZEKHt{SX<_;2SVylr zepM_i%Oe{Sm{v}YVC*{B!XR#==CVV;XrbMs?+o7zlbt%bpU(J@#B{Lr%XY=u7z@LL zM_P}b2z-7vcjt@^+3T$*J{K=tVi2RN8~Jowjpp^FOx>mJV*LN?#pU`Azcst>eSg}+ kR?VfE6>+B??f=OzKQ(tB`@QAaKwmL<y85}Sb4q9e0M1Ftc>n+a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a80cc0cb9b9daad32209d61ccd3cf5b9bfb869bc GIT binary patch literal 426 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uVfKP}k zkXF_)Rnj)r(6CTfH&atH)zC6i*D_PnHdWI$(a<(g(=b-kGEvnuR@VTsP1Jx4EwG@b zF^~=Bf<-ieQYPw}CYss?TH1y{H9%5J$4Ey<S4T%rM^{%z7f9;sf`Fd1J<D>S#R?@s ze!&c~atew{=^0tsIg=(&pE2{%qsLF4J^%9c+s|LWe*OOaThFa@4Nz^hr;B5Vgk<i) z+d@qWA`TaGBP(@JGoA6CFz4TY;bMt4_3KI3Uw)hQ{JE+6sxyz)l*$JSik$L%5OVO@ zg1Ih!@(pQ|QnDJ_rysfBc+l&Ubi+gK&RXWV(~p!p*m@aVb66JM88&z0P7U>gtIn}3 qjoh=f&QLY*-nY+pw!44(!?@Z)g!h`#rC6Xd7(8A5T-G@yGywpfw2UJF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6f79041a62b4f5214cc7a71686e8da4ded4d2491 GIT binary patch literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EZv%Wn zT!FNMgM+cLv9`9hii(PYf`g2VrIfL;iiVknhN-%`iJF#?hK7l{y0N;pk(!pNswPm% zR9)LdUDHHO!xV^AwSWv0RV`z6O;a_9pq2?xnHq=$G1P&|z*0aiNP!kuFGMj!1gIFK z5hx2`fX#tQK@@{EB1DYTwSdT2L(5oG+dxy>P)l21OWQz8+fZ9uPg@6w^tE*ibaZre zbo6v|^mTOgbU{Gx#w}S;kXn}n`2{nuu(GjpaB^8%S=%}|Iyrm$`X#5PrRU`47gko) z^!87fID5|A!$*!CKY8cg{RfYqym<NQ!^baQfBgLQ+vmLD9R>zQ6;Bt(5DCe(2Wz7b z21u|!P_KOH8?3c*$(N=RT&drZXRq0uCU^h;;}Y4J-8t6(itlgnp1FDXGCPy6&pua9 zn^ZK_&grjLUy_OJ2APcsaV&kTFQi;W+9lX!gpy~d-YQ_+A@h(aT*S)A;OPu|iQ`+Q z<sE+7!g=rVmY}w`#ZCDS+olE0{}6G|+1xcqPC0DT!iirP+NZ|YO!~rg(2Mbv%2tE) zrINQ)YMZwoXjr2EK}=%8mo`@Ivlo?KvNla+y5hO3{je9`DwVkjN4%6XRNmGeNN$ZU z3Eon|d;2-deYcrm-=b#}G<BEFy2i&gqv#BOk29BOBd5E?0o7a$sSPacdkoJAxjwOO zc-tlU*~ce$L9v(N&D(NLdw1)orgCj{OV4=K8>Q%M{e{1M``X0~d=D=JgPp<C)z4*} HQ$iB}^Gx^z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..cd282427195c5187bd1e0aa685a5ce041e7a36c2 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zke1W6k<qr)&@fX|GuG5J)zC3f*EUwuG*r_xQBgNiS2qPBHBDo6O;c4(6A;ocR?`9^ z6QBY$O;ez_rnZ5$wxPO~iI$e3mX4vewyw6ezP7HewywS|2<UI!aS`Z72Bnf9zhDMI zAz=|a2gitr=;)Y^j?S*`Nt35coi=US^y$-Qf<eKX#S4L|D?D8sLnI_~58f7PQV?;t zn5!9gO6Q13^SPJ*>y6qID~fdeu702X{d~0VwOzJt0`}`v4b8HI);=tlxj3zGAH&~e zN3St2&QRn};Eehsmhdx6@ZJH9s1qC|tHrX}LpEoq6(3!=F;I9TZ)f4|7KPo$DPIjL f?Rmq`{b5v}DrmBO&kaeS8yGxY{an^LB{Ts5sy=@Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f7844b8b195c40a2089be1d24a5238b2f8f97c52 GIT binary patch literal 673 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!C~$Lqlk2sDp!pv9YnXwzis@sfvoRlBR)%hMBs$iJGplhK8}ay1AORnYy-#nwFWW zrm4ERvAVXgnwF`Wrm315P|!q8(?ng%SY68qB%%r8s)CWarm?!FnVN>FI#3X(Obe<D zD66hv3={_%0#XBFn}Cp}DbReNtQycLEfWnb6D@6hEo}pBZC!0`eQh8^S6>$d^gCvp z$pX6Gt|Z7Wn1P9zg_TW7SyfG4Lsw7V+Sbm|(b>h*(<?MAJT|Vhth~IkrM0cCqqDoG zXTroulc!FbJ`(|+2mFs`U|{6;ba4!^IK6gqVDKRafo5fqKnGV>R~EsX+|Ub7!Tpop z{{J6sH-$+z+WPT~>-xsqx1VJCukk#`gjeizf|XUd$ekDGcV69dU*l7m!=)Q8DjVBU zE}Z+^&8n;&eY4~A>e_p%y-!k3oR-aRbJhEF_Jhjf()Sa(CH7r0Z<Bj`bz!3Gy(N3T zxoLOl+|Ooc5K|5mHU9hBVYb5DM~n;x*Wv{>)-W;bh?y>F!*D=-sS6JygM4UPx|&t| zWmX28Fy6}ee`gsP9&E`8yqFf~zFu_ov8{4pXX3=RuRi`ZweWF-<{9zB&*D_Ko+>R~ z%6sy@7x$JLBeQE=5!p$X^smSj<fZREJo9em_NOIn!u1<@)DHKx{a+)$y0a^O#rs*Q Qz(8j3boFyt=akR{0IX%=XaE2J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-selected.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..7e5c6e3912cef0b9de268abda0978941af8664c9 GIT binary patch literal 333 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQn9ex;Tbd z^e&yeQ0S0>0PFVvUNI}?CdR<<fB(G;jxsD_GFi*5w0<G8NM4)z<u`GYb|0F*@p`L7 zGDFz`CXFq3n9U!gq}^SjaBK&o)&kLj>&qFY9FVe@b@QpOLIt->$j4x=g!PkS7}A=! zL;tbyhg&jCouLx&^c%a)v@J=S5<GWpHa9nn6sWM9p<Zqn$six~>ZHO8w#CN9hLHuT zUvJJ1@)4WUIQ6rLWA*vSgf!a=45sHl&TYzGAoy7BspZPt%ZqI$v0R#<Q~1ZH{yAfu XoTGTu>T||GUom*P`njxgN@xNAP`Gz2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd9a00dbf3002009f2fa7530f45348cc981a41b GIT binary patch literal 575 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z<#-~ivuGkSrp(JKk^3ua(sV&>rF;ujDU5*8H`mync_mXVc{S5Q<^Q`gYc(l#@< zu(GzXwRdoGc5!tR_}vu))cMxa#WBR<^xDZUg_;a_S_Grkh~Mi9+Ow+RQtkii!Gara zDLn4^UB2IQcFJRm`YE^XzYAV_`R}&(g4?!RExuHls<>Aq;I+e#eH_=gJgVRSb8+U4 zTzZhPD(_dY!m~31(+|9P%H2DmHiPr-%6;<_4(lBCxFZzdP$>O?t9z3}o1n6Z(>INa zM<-4Us`#R%n5odD(;&+v#j!!VfhAWeLs_#y#*Vk(32Q+nlb^u-`5AvwLar~<xxGgA z%0`(G?ZY!Z9X}sv{kbjm>YD1$QQMV^j0_HSED_x)G2@@mt?2dNZ@9a?*?sL{%d>|q h_r6~){$F`1+$C7~x9e7KaiGT;JYD@<);T3K0RU|zEmi;k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..41ed4d9ffa62667f4e11c01325691693d25fc649 GIT binary patch literal 395 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkUoF@{IO%lu3o)*^5n^L=gwWabm{Wt%RoUO<HCgt7cXACa^(t;1act&$Ob9^N&&e* zWkAOB=g)zHPoF*oGQNHL_T$HoU%!6+{rmU-|Npn<sa6B+P$&uV3uX`y5)!tww6YEe z3=R&dsjaJTYj5xD?Ck35>H&duaT=*WwS}H8jv*4^xqWYi925jx&F_mYs+ltBd%d^z zA&KwzEsb}7XZoX>UA1<%Rc{RMv8wme7Fz9`@>*=usZR-u^xPJ6aGB+or?olVaK9mT z^o9Jx<LhSxY`HJ|tIo@LZTA}|U6H~WlYdt4GA*=nIMsTsN&Ulg*^g`j$7@g2n*c3m N@O1TaS?83{1OTFMx!3>z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a83495380c6fe9fb2072f3e85f428d52df010c9d GIT binary patch literal 657 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|NmF5S_LHc@85ss%$alN&YeGh{^G@pmoHyFd-m+rt5<<s2;%}60HuHcq70}W zD0S)5C5Q-65Xb<khX9~*AOolXC=O&pv_PaFB2aZ;>ws*aAP_(Vf$DGGym|Zf?Pt%P zJ%9fE?c28>K79D}>C=}lUw-}i_4n^zpo2xv&B_3Jz`i8NFPMRenVE%EUO`b=MMYIp zOWVxc!qVEt*3QY<#n(R|G%PzOH#e`cs=BtezM-Y1t-YhOs|N|h-A;W9H0rmfi(`nz z>9vz@7BxADxLkZ7W!jk?V|Y=Z;JBQtWZJ*~o42qvD@_jwySctLZSUP#-&|grCTCek zS7+^c%3*yyTItFrac3>F12ONo9~Mt%EK_~8-#TF)&(ZQ5X8C{l6ZDmDG54;HFDRH$ zZgoJj?YjB<>+IEkUWqT@ReRKs@PehTjL%=_lfikd1w3k=hAjEA2bMC5JG0g_US>GH zoyq5i$%Dfo2c(+VSj@O0mNMFBy7yexyXjx|%z<&~mi|*`3jTawy*2F8hFjA!_o?*U z{v*A8+WiTQns;0#b;bOhcwwG%qHA*g-eX;#ckU2NzqoYQ(r|a-*D-rfu2^Ni`I7pZ XjNTWWx^lU|U|{fc^>bP0l+XkK%0N^c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-selected.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..aba589ee61620882ea6c052c593170e0c499a0e1 GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQlY^x;Tbd z^e(;Z7{p{K;P!C6ZG%BML)f&uEncxjj5b>02bOxh^qTfqwn6xatI^{rOvgUOFZ&dC zX)fP?pPG0NP17BRS)Qj>_Ve#?Ir43V!qSpv%X=3W-L^R<5?;~Mab3P?$|cix8+Fv> zPI2&8baj|pXn$BSr-tjDS7cJ$44nhIX8R8~pIm0JH$m%q%<QndB7KRUSrNY5iju1t z+2?Iho11W5Qv0&VGVv`l{yG|H`{+kJUi3-q@uu>-+)7FPqGCnP{s+0&a0T0*>iu(N vdSCA+hf61%jU?|Z`|WdHaN}x?&35yHZaa!wl<wLA^els?tDnm{r-UW|w)=@F literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-selected@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b820fd2a2e07b8971290e07f8f1f3ecb9da6329f GIT binary patch literal 708 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle;R38CJ>&rT$E765FPMRenT3^KKu}0VR!&|)QAtf*LsLsfPv6Mc#LV2n(%Qz> z&duG!)63h(*UvvGIVCkMGb=kUzo4k3w4$=Ax~8_Sz9D+i#0v}zj8dL1jv*GO*G|q2 zZgLQ5H7{V@SmSwV%^H!KZZBr$AnzxC{{I(Q%c3#;WSUL<dE?F1?`_*R3VY>672DtV z_4#>P=LYX)Q=zr&mP_6-Z(EqXYSmUA=?|}e|0`wq-KD;(=I}SO*X50cGt)!lT6cK< z&1!J3ThMM`;lJ;F;;G_U2PP*kV0S;s+|~PguD<TYXDzoPyqH!b9`v-lan|a{1U8=@ zmJdvG*`g{$8@jo8LmqHG;MU^Rc<9D3zn<~^g|2x8{lAw)nxvWRXVB{s+u9*s`mK@g zX?b1v*>^9JEnghHJ|)KHX=7$p-m=^i2Qp@QFirk@qPOu~y_0mSQrF((S64N@?Rx04 zasAV-%kfK(Mt)tHcak^zTkzhQS0~)${K~uZrP0Rr^exuFP-pOT^>bP0l+XkK{Opkr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..52594602458b89def52a2958121a47ded48855d7 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkiLBR@|iPd&YwSj@#4ixmo8lZ10WkH0%QV3fB+%|VIz}Qu3Q010RcqUvuDqM3?TXZ z`SWkzzJ34x{l||VKY#xG`}gnv|Nl+(+D`%PlPd}G3ucg&Q&3b&&&bNonKXI&jG2!f zKY8~2%hzu|fBpLX`}cCc{ojBp%RF5iLnOj;`@{Jf6a-iWtJjOT3O@W-Ug8><TvKm+ zauVah{jFaWT;f^#jLp2)UT;lRS5Gl6llJ60_9e+cq*+6)IA6<Q%O}B2j0e9eoBZz* zbop$1@_zp_1)Ehe+OK34H*yE7SOo{q)=QtZ>pV-Ux=Z-47x~sIVZ!X{1*;2yE@1F< L^>bP0l+XkKf&Ie7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/radio-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c01664c05c71cbcdf32409dbf9e81adbc37391 GIT binary patch literal 716 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EPXc^G zT!Hld{rk_HIdk>u)!Vmk1KG!p9RqUDojZ3P3@%>02&6AuxBz581R)Fv8z>F|a4tj_ zP!MhckPR^bE&|~~RFXm7xN+m=&6~Gw-Fo`;>9c3go<D#7;>C+MZ{B?T`0>-HPoF=3 z{_^F^&!0bk{rdIq-@pI=|NjYJFAMaibxDw4FarxK8#@Olm!*}pt%IYJv$wBba%x(7 zPHui-WmQdY|AdLN=gd8P<k<0(ckbPP@c7A#m#;p2{POk3&tJcN&KurgU|<yXba4!^ zIK6iA&9Flb0xrrz0_FvduC6RG2adRisRjruD)`L!`Tze!<3#U_6Wm{;zR#KYZr!CV zwqE;JTzi{$e%=0<WgOPAIms)_3}wG=HhaLgQ@`bWyIw;2;eVmx?_Bhb)?eHm`+a?5 zBTpv7oi%@w*_9<Pa-2JP$bZ(0)4X3l&YZ){YOs-$L;QQ={EP%0&fbeY8V`7UCM9vC z)wa1a%bnt?U|!DHSI#Q&Av1w1n9*LqMBzf<fpVD-8~<`TGp;Y3UvtYY&69C?VYk(f zL-)^xW|x22D8cnPTTbfB&a+2%Ze7eLIpa)}%E}W@ofnptwU>!;aVNwHRQEGptK1^7 wvi;gBi?!~nqN~;gZBDzoI<)AQo%Ub;`&(Cj-|&pV4H(J{p00i_>zopr0IcDJFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e9c86f70c9e39eba4fcaaeb24271786832ae818e GIT binary patch literal 795 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jA{Ws zA+A8h{}~usgq=Et96AJDS_GV01svK1Tw3{^TKS#Zfh3<}o1kN>Adqx!6L4(dcWmQ# zZV_;76>x3^as{1WY!IUbq{|7YrWIrkhz%s$kl0Xhut=q-eWjQKvItOpr6@?GK*}CS z=1bWZN!pnLft9<NrJI?hyQQ(2rHPr9k*SrDnYEFbotc}xsk?)TyQ99jlYzO1j)kYT zg(r~IvGmk;3sJKQRkI3HvyM`CiBWZlRdr2NcFB@+&X=+)03rKANtZ&9752qa&Onz` ziaA$_IaG-`Rf{^*h&b1XIyDM9H3@>ez%i$D5-_C9N`m}?85pHy<m3$uja=Q_y}W(= zf<yB13un!lJAc8}ZQBnWJ$CuZ)$6zK+<o)*-TMz8KYjWB<Ja%sfBx>?dM*(d=Bl19 zjv*GOlM@!0Cx}iAyzG61`Af)B*NDI^8$6^QU!EZG;$=$i+c&972YW6YUfvk)-O?>7 zvLo~3p)VgEZ&y2WjE67BhgGr4;>*X|%}b7-IdiQ+c1e4n-1>Pg;l?5ll+JTpInujC z!H&<E=gb8M1NDH(EKZJ1?an5<)ci|)<B}YFPkB_Gd8>TU)N)~VQ5Z|sC05U)R=*Oj zPtNFFcQQ(Rg(tg;XkO;K=1~4+YTCIA)KoXbG%U3Yvz>9SIEW!jsNLh&tmuTx&5{E5 z7CHFF1VsK9SaVUNWu2yo$djH;Dz58h%V-oy-uS4#Si<^B$`QAirme1*lC>DTpV_>s zD0SU=_{)y0PYOmNn|CP2<sOVX;Pc{1s>-pJS>>%uLq4RJi)t#0?V9eyaPGW(NvINQ R9x%umJYD@<);T3K0RYcq9P0o8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d4b1dde52dd42ed6aa6eb4f3ad9eab5852a074bd GIT binary patch literal 1450 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC3{3I? zJ|V6^#s3)?RxyM&FgP?Ygid1cZ0EOW;B#-|b#CBsYvp$C5_M=5vF#LbZ4q{A5pwGg zbZHTAY8P;5=67r6cWUQzXy$VTDsJa<ZsBuk<8y2ga%dBDY!P&66LfA9a0IGp=67io zbZ!L+0!g5tQ>%bu8^3cazf&8(6G%$HsYSrCMZmcQ$mIt~wFv^%IJF6Yq(JJyia~6C zC$JhI=?KvXv;rs&Gzz2!tP8{iYXrIzh`?NsjW7mC7VHMN6h4M25LmgJnVOnex|^Gr znwyxJTe@4Am|0r5TN#;InY&vXnOU2;TbsMv7@66cyE*8aJL;P|0g-{Zi=MfQk(;Zo zxvQRqo36Q=u7#VCtGlj+2MAeu>$wGJSO$WSRgi{Nh?-R>5NWxFsab`oS%+!5hHJP) zsR5B|w7P4os%xBzYl4bvvb;?S2-#-H+GfhwW&%lByG%LfELqzuS-UJb=R7I9d?1px zFOae;l(H|Ca4wZ}E|YLB7k91@bFLJ1s1kLk1|i34QKvd#$9f<VacmL<BBy2nr)EJ& zTsXCW15-G@P8FC$5=w&nf*BZ@S=iVGg@nb#B_yS!W#!}*6qQv})lALIEv#*9?VVgA zqM~DB<C0TSvvc!`N=nNrCQO_(dFr&q%eHRYzGK(!Bgc-PIC<*ynR6Fz-M#nV$<t>q zU%h_!>GPMb-+ui3_4{9*-+6yvvYhDY;usQf`0b6K(L#<A>;+3spIZF;3g714OD5;N zy|8A9QICk%T-BEo_&RT`y)a?R8^1Ge3^uR1a-!$KU*^TUNsV*o#>Urwto-xO?sH{Y zMR{6W$*zw*dsCiEcl%6}l1R+bS*G;3D`(oIJdM^s&y|X?jVEtpI-mWw_O5o!y4A&8 z_xkEKyqn>dsFt(xh{nU~a!Q@cwPSWh>OViD=eBm)?nafPSDD+>mRju;m3WrUJ<;=Z zfotBT&0Dx0^KiPD)g0Jnb1|}KRg<Fl!Xu&^bSGIwE)V#vCXn?bp)&1`=k4}Y&0>ot znBAEFO+Ko(sH!7rS7Pd!nH4f$|C(qxzx&YX8JHoP<+z?hdF}=?F4=`XAD=FjdSS+$ z)pGd%oS#!9_r*P*x60yv1m8yf12KZPJW4G@gRF&>>LT==c0c|8*6YYax%P+&(|La; zOy`hYyso|aNXY{==|>M&aLn!N=d#`TC1y6WpIHg-8Kn|EyH~C$-_mEv6l_@7U0^1; z>v-oRHg|57o4fY?+JA_dw{P0o$zsm;L-nMl_DxIj(0K3v^_EOVn)CO?PxmS&K6w85 z)xP-=R#)mbd=_%w*J-gm#QH*hx}0OPf%~_B+WLp@^m&(WZ)Y`i<a|2ohuozH4&vNZ z?Ab};^EpdD?wm4L`eV2McCOOTwE=BaiuV7kZgx+KnmVU_gZr;t`o|p(+uZ%g;-BUr zU&g&wLet^z%scjLxP|7g@(!5m@_;YZmhttbC&$bCB)3-QZrbmEVb0`RerIetR(15h zo3iU&E3@$vDV4u!G0N9&YFPHZ@y)NFZ}>vf_P&Yos>(*j{r&}3GJf}-%eSn08!Wo( zh9;}(Rs*h;x_UFtWS!akX`AS@$W`uMA<?I}wm(bl``>HC_L+U=nw(o!$G=$uGXjIB LtDnm{r-UW|G?^*j literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-header-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..ccd93aa51ae786e4821de690fe25fcacdb80d35f GIT binary patch literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h{}~usgq=Et96AJDS_GV01svK1Tw3{^TKS#Zfh3<}o1kN>Adqx!6L4(dcWmQ# zZV_;76>x3^as{1WY!IUbq{|7YrWIrkhz%s$kl0Xhut<f7UAd?|vItOpg$PI_Pr?>R z=1SNWh}-A_fswtQp}n4wy`hetk&eExmY%UT5b2xi+gs>4Sn4`hX&6{*0+FGUnvt`r zku#7~Gj`T=a8Wb%S2PU(A|<mxMYC{a`v^tHNJYn31;-3&$6N`UJP@+Y2U!F}PDK(< z6{7YPqE3~f_LZWJRU-D)!cNs9j*Ws&O~619a5|$cGZh$QW+g#>!3>PjGIH_;hDNS# z?q1$Le!(Gm`GvFQ%$>hr>$dHOjvl*w<?8j@ckaG<`|kaRkDtDL|MBbh?>~QcZ#|a? z415hw7sn8b(|fPn3_D~X!1f@_Att~<P(a+}fNYGX;VC7Nn_Ta9ys!M9ZXlR7+a$d& z{Ll8u@0X|>2fIp^*(^M|RflnsuYQY-OyPNXr-nP*v?aoO7q2*NbXi)Va@|75SJA=C zJ|4bqBXS|0YiGj!p0|g--{5gNYO8OYC1bLrb;p%QTCS6~F~`q8XYSxs^;pDpE%W`e zpJsPhDH$CSQO$MJ-rKQ4X;D_wA|CD9Ik6{s4=Np!>?(_RskuJZqgQxtPVkmr(YsG( z2R;5{Q`@@8V}Hd;+0#6k-7Bo!FCJM?^;aYJ^4yMhHz%+5E+{@<862N>HgwMiiM{hb zC7b-(->7@bM=zmoXTEI6dfv-h%xbSW?Ns`$@LJO9*sekWxrgQDX49Ik+ltOE<o~Px ah1oVpEo;~NyEB2I&fw|l=d#Wzp$Pzh>m!N) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-header-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f958a30ac91cab91bc554604cbe86b3f81ae3dda GIT binary patch literal 1453 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC3`|M^ zJ|V6^#s3)?RxyM&FgP?Ygid1cZ0EOW;B#-|b#CBsYvp$C5_M=5vF#LbZ4q{A5pwGg zbZHTAY8P;5=67r6cWUQzXy$VTDsJa<ZsBuk<8y2ga%dBDY!P&66LfA9a0IGp=67io zbZ!L+0!g5tQ>%bu8^3cazf&8(6G%$HsYSrCMZmcQ$mIt~wFv^%IJF6Yq(JJyia~6C zC$JhI=?KvXv;rs&Gzz2!tP8{iYXrIzh`?NsjW7mC7VHMN6h4M75E$9(>FVkk+UptF z>+9(1>*(nl+8gNT85-IfYv~zl>l^Dkm}u#lXzQEk+neY+nCaVFY8Y5)7+7l>*k~Hs zsT<m97~1JL*sB{ls2Mr{Np&L!Z3jm+BS&>3Cv_uN4F_*!6CV&V^;I?vP&5rtG7C_3 z2vjr;R5S}zaST>=2vu?jQ*sPfa)?xPj8brnRd7s@u}lOZt5hkgG!U{*lXgmzaZH!8 zN|&<Ek+8{?u*s9K$(OJ#5pyaLcPx=`EE97o7j>!-v9A=duL2>5DiOyzVTU?l$9iGM zCIQDLK_GH!hDL`|3phL#cF*+(rjmq`AirP+MrIZ^c0nOwF>wh=DQQ_bc?Csf6;(A; zGjj`T8(VuPmx!q7nAo`Fl+^6pyrPoQvWf{4CrzF@ZSk_L+qUo6wfo4i<0np@I(_Ec zg<E&;J$Ul;*~?e2-+lW0<?FW}KY#uHm*;mLXcyB&PZ!6Kh{JDh{EQZIlwdDda{AQb z-&goH?_M%F@9l*(ON@F%yyh-la(YF}wr$Q+JWjtmvT4#KJ=0E|ivRm_nj;d@)30BT zuaVoo|9s6n$$N8WiqFl{S*(Ba=P{+pOWE3HN_DS1u|sF}(k0Sfi7r7|9^nZ_+inMJ zuFwAdY5MC|bM|asEWYOUvY;7-v$YJpp7geRJbKv^l6U2_rEz!QYEF|0OLj07B)F}b z9Nm~$w@ql~7M`#tYS!JW4bCz6rzo@JdJE5OU7;mWAm|n2c$;bE<Wi=s`8EsPIHsl_ zo4dt!g;j<sS7!6x%>N6g?x<4k;ymzahVeg*SHCj@+U`tD7G88g>Pl0bu-mSLQV}bc znU79un_iF=yTZc$-?CWKxMuG;+u*`|8)cH-H{Vp+GVfJ^){-(cmp>cATFOqnzr9tl zy;>;EG0yBsv#e4{%PzThhL;;>=Xf+6Rw^;F)B5w}5qB=1#mx(%2Hh8C{#Y^Hd9(fX zCk@TKu??3`1{kY*Ny+F=NO@iL>OU91sYTQ_zbGEt@SPbUR#9Dw3-{Px%`SdmCtW3= z`@WQu*?xZL_rFIjE&SI!ce2H&yOw>sm)>fOv;NHSsy%X3`>WfZzt?42?6uWdA?T%X z{mAzXZ0uGyuOC@;<7m25Y>i&(bGJW_F0XaCTO&VZVcv=U{eESOmx!r87ko2m-@DU> z7Zx~_=e75xd&rl4UMr#L@ptAO`!%11=CA4wnCtREFV)uZ^`s}q%ljm^R_AWo?|)*> z<Xe6|_xo3M^uL?3>s?#z<tI`qf7xP`uU%EK?0wVwzJ9*Z3r*YmBFd{O8}0V@ms`n9 zXPLiWe$_U=uop?{qEoIM;#jh6M}pF7!}F(Z2Suc<l+z2$)zrQ-XS(G#^HUmU<n64= VLjwx8!~!z{gQu&X%Q~loCIBVtDo6kT literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-header.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-header.png new file mode 100644 index 0000000000000000000000000000000000000000..2deb8d3c289631b8e5ecf6b35f64fe5abd5fc9a2 GIT binary patch literal 805 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h{}~usgq=Et96AJDS_GV01svK1Tw3{^TKS#Zfh3<}o1kN>Adqx!6L4(dcWmQ# zZV_;76>x3^as{1WY!IUbq{|7YrWIrkhz%s$kl0Xhu*eM4xEZGL$Ra@X(~aUFB1`>C zmIanB^2!HtyCglkq`W3+g-_NFpQ;}<)gXGBQS5Z%*y$#5^IftRdgL$i%wOzPu+*;@ zq$>cVacz9V-nyBGIu;)8T6Ao}@^kYxpPRq={DLj#7jC_<XxsgR=N=q7|KRY2hes|v zJbLl<&4+Jp0nwwkcb<HF{PNS&S6|<J`1bD8_xGQEeERzH%eP-&zyJOH=l}ozYmHl* zfI((f666=mz$h&vCvRYA<m%?`<?Z7a9Fmt`IBU+_`3tsg+kWWivCCJkUcY_k?whyo z-hcS`>C5*YzkdJz^LO{wbBVyfSMzjn43UuBdoVMaF;Rr=LAq0rSN8-l-CM>>WO65) zWlnY5HY>y8|9^9p%tueF?04n!%sIS!!@@}|yX@YVE|^@a=VvrCW@()Mei^o$4L&&& zeO8^wZJk@VrSg$Vacr`;u3_u6i5e%DWZhXPRlLZPb7IK6-6GCh4TitUOPm(*a9`46 zVBDngwcl81&nAV}%p2V5Cs|2Lacb#ktY_#5xcu=qvudfCiO@_P17(J9D_$--=ns_s zY7qHhD|f=wx;v&bczdftBLbq>9xR{co|kdOy^r<$W(K#H*Z-=1Ek4~OEzXcSaY@O$ zpopLgPkJVud8uB$;#k|oN1c<;gih7HdPL>co!KhI|BmJU%r)0B`)_x0$!68dI;s3M p&M#8tbGC&}3OIZ))0*wAbcg!eSeujoPXfc7!PC{xWt~$(69DW_ULXJf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-header@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ec395089e818950085fe96f0d9f882277ba09385 GIT binary patch literal 1458 zcmah|c|4SP7=L41lVdJ~nbM&twK;0jA!;rf9gcBi$B`qW(jqfvqDalmJ4j846v`~Q zvLYoVsmL)SCe&hVOEGS8h6($Q{p|j`pU-oDzt8V^{&;>d_O^#KR57Xm0BG1y$W+Lm zg47hI3|Y~-rd5zrW)N+hU@(}p+pY^rR|QjkVE_R3p+Z-9V&d08MLnjKE7LKE&SZOs z_yKG-+xT=~0K?Zi*v~j9#6NY^0s{a_IQyecRuFj!0P+FnC;%S?I41x$e1t_5{1B)? zic+`csgYu}@jNZd7%eNVCXtJ_jz*EWNFpDJ=OC;(2qGVj=fJHXG9OOj!igZ9z(wOh z6oHE(gD4V+BtRSvg3Lpac#0xqp(2roB!CDK4?zSGL<NK-a*+fslEj5lgaQIl5QhjN z6_A3zOjg7Q;xY%agnt^L5l|g^O2Jv~Ql!g`(4LSir;3UH1`2d}hyS4e3!n|rWDrdP zHOYJ}s~8<hjIK?ro{hl3L9mH>14m8V?t0UhmSjRp-r=6S(<8;q>&`ykG)sE=LI1mi z)Awx|+4jtAhtO;)E60(Y>vX=*`^rNfNH`CDxkZqi<Q4nzis@kKx$9+&_%ddEMda;Q z+`Dh0g*Afg8bMBNe6A?v_jl>Vjdx3$G9EVxA4`5KZOJQd$$!!M;6-ae#iy4IpKDvb z)U|x6Z|xC%=n;SD6@Qey`$P7wP1e}f*VNu8>F9qi?QfP2wRH`5bPsoY9_j3v8W@=x z9Ge~*n;!l;GcrCiIx#=}?fdNf_c{5(ynONd!s6oM5+qAY!UO6`(4lxSskV;53gsVu zR6(INSL^8NVX$lU*R9`RunD)>Z1<kM`z<UF63MPKH+K(D-;;g;zXpadLs{o<#3v*s zC1++oDScY@yu7-mwys_zZfKNr{Q0S?r&l&GI5avjIW;{qI|q#ov~9A3jx*7QOmK3o z8flwzLlbmWg0sY;OnEE3q&zDza70p&wKGoZaKzR(G{>LBk4PnwQB#BFVf?NlW!2a@ zxk#gPC5y$1Sa{nvE;lfhhtX%!)vnPkd`)gYn^)rGsamIOOBCWOHzwZC8jSUJq81!U z@@{6)?CmN$x<?UU)#XU`1?3d>(Hv9F(wn|FuOcqQ7>-HL_NG3eHVzY=f=1O7xU;F< zl7f?4%GImf2REVz3bu-EnaM6*X*84gIDW}?0ef|3e#S>T!*NEkmCu$hT4y?6a4~|4 zT^_;I8R1~Y)w=3caz{}3!7%4`oy@o(Zl9(gQ`VGW(NmJ1qQ(0tG@pt#ZB`1%l%PZg zg$G@fBD@He!LyY=-<#kDoTz849Kwn>#D}MdN!UEN!}?Iu4WFZ?EgrjtcfQnEkljyO z`K<kh8f#p#<IJV##DP};c94^4!K9t?ix{8GGgnbM+rM8otUpaMSYIi)mlv|W8jO71 zPVQgZjnlr4q3mK_do48ad=T8Ko?fPl;Y+tNTeV2;VSmB$8C^!$a808zjdL17i!Qq_ z`J6s}z`O75)3Xbtx+otN%*F;>E?h=2&Nu3|>vJynRIxo58*3=7)_$O>(%~wxbk&s3 zs;4Z}$!@V<!m#(~+GqO8jSyyp!eI0Es|n`4X~&BWU3_lx7H_8ieDZzd&SMvg+)mX{ z)=Znt8K>%0uXDbY5s2>eKYVHL<fG~;b~4H=+_wIk?;bkt#1^_f*}2;21l42D>&tpn zolPT~TfesJPer?AQob#y`7>#v^q@QXp<$Q9`C=@L7diE8O{jfwM1F%2>#(PTSsXE6 zZE|you}p8DbmGX-Bm>;GW4JjtMsw|wwH{|qjgb0^B42{dLtg=~v9cu>61}ec4M_Ku Ak^lez literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c2971b14312136cb7fe3d943bb31b9e02f58560 GIT binary patch literal 744 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EZv%Wn zT!Hj|28Iqnmwo|<c7B^q5!V)Br#4>aW?si;VY@aV=MEvqRzc?$L5DUVDd5z?@6^Qa z*vjwH&hOmH=iCM)`JI{t9ohw*TEVhy{7$X>jxGGoZ9ox0$5sKyN>RH?aR;C>pkOP% zbCoEVE$EytWe+sDNXpI>2&~-AEnLkl+%1gFElka=3{9;J&F#!x9ZcPw^vykWEIjpH zL)5Io)T|=aoMTmh$Td;fIZGC3h+V#vLm>z`7fU%5OF37FIaG)_SBW`Pi8<AXIM;|d z)QCAX3V@t9?cYmKkouPd`2{mD@(Tz`Nvo-AYH91)*xH4Lg@s2Xr)1~kmXws1Ra7=L zH@CF5b#!!gb#?a;22TuDv@kF*3VFIXhFF~5d*x<XlYszR!hy9{)@I!m-;$M^9U#bh zv^INd=)M1iJg(jxmc?&+i>+(a=bZfWa7XoY`*{;*sRj6I3V+|-@%|?>)3c&Anq6so zma`nU33L3ka<TVI{YO_@9wu+A{SyAS?1<Sxu^PTafuQ*2X%9ayFf4tdWqUsPi$hI; zRaJV!il|ltFTpeun+q8}%F2y_GYvjH=ysFp-J;~iyZWo`oQ=IJFL-1oglv!6z0M|4 zO8?bWL#@Bx#A0V=O6(6mppj|5yr?}@qPgObM#;-_=4Y}$_0;6{&N=_@eNpir-s~@n zcU{*gxP3^-Yp<Tp@y-I1Z+<3Oi-a{4f3j_wn%HijxMQ=lcld)H;g<sM-;G~rTypVw VS4ZE)JYc{xc)I$ztaD0e0s!hU60-mR literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6bee1275fabf129a6e6a29268b360f076d0d5e1e GIT binary patch literal 1342 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-J+ zd_r7-ivKe(G%z%*VhC+uaOjh<Y>@J85OwGjv2GADpCshjA?VT|;LtDN(9Unuz-QUO z=ibKa+`#M5#$($e<kleQ0#wi<;M6YQ(9G}F&F|LC@6^uc(9GxBD&X2K;L^(P)Wq-D z&hOa5@6gHT)W+x7Cg|8A=+GqK*eu}CD&XAC@6;mT*e2i%G^9<yv7Ha7-MNk58K|*M z$f;EbsNSJP(5Y1bh=3M3162Zb0Ts6jID)u9DM65#tspf(5s*<p#XzHgYFhXqMme|e z1C=?ofUI_I6?6s~XbJ>Y?&hYZ=BDQ67VZ|N<`x$2R)*$Q=I%Cz<~HW84*KR!`sU7h z=FWz$u6pLKdKRvRuI_pko_ZGEdaeN)76BSoK^j&eYF1%Dq~#i};T)+3M6S_luCXev z@hYx~Dy~WLHYxHp8L~E6(l%K@Qr0d@);U+oE+2@b9SWr!N+q02rJTzooGZi}D#V<t z#2jis$f-`qsR4*YoEin3nn9j*N(#Mq7Z_W8B|(0{42(?7ESy|CynKB80s?|ULc$`V zvT}0r3W|!#DyjyCM#jb_X6Dv5_709t{sDnOk<rO1scGpsxw(0H`2~eV6_r)hwRLq3 zjm@pCZS5VMon75M<O7y_Px2WUm~uQ_977@wzrB$ee%V2U?Lm;}%{v9m;zwAQY8_>b zS-=&#F{FcOvIwu2$;PcyANjR3Jz(oK`EGw(IC}PynLdY}azFo2=Ra@q%egbFr8#oa zUoTy0dq=vr|1g`eT>rN=f76XqZUwNIsZI=7%N>0G?81Bhvh~(>G%09hmWu9pXT>GF z$D}FnORI{Z>dedTdTev&{H<NFK5~}YHjmQ<)$v;|OC2_7m3%ZINAX%#d0&6hoYGbc zw`)5lhdtL=#dS^9sdGu8`x(E-&R2G6wn#<FXRWX>y&hO<;2bllRoe9b!p$1#Gk2tM z`c0oJ`#s=y`YqW>Uw&JA2e7|t-Y4YtY~f;-y9@U`dM>U%;Y?GIz|ZG0OZGhc&i${s z{d4bAfkfU}yf2upKD6~H_UTwraIayV)%x2Z7a!h#siSeW&8XmL1KW!GhtC_yR-9~0 z*^%vVcv(>G|2LEE*<H-O$Rx3SS@P-1^GCPse-$YlY@2r|+4@VHxr%(Be8!D9#?5vz z_TJ_Jq1izCXoBYZ_rd>U^q>CS7IN<z@9*SGxBqFnf8Ccjd#%5o*xc}WvJs*)+ymtJ zEaX;oPhP**n!)qi!dw13)jrk9oY=TPW{!4zP2iQI>XrL`Fr^2W-#0JMV7;Y%mvf!v z$zA5^*U#MjE5N3;BW9E5U&p;WH(H-bRO!9v@b4jCWc1bK6`oFuw@mQtwNA|67hT}H z@A3O7SCe(GK0b0UddIERQFfWEdG88kjyUab%&|+g>TS8w^iM-%$(fqc#48_|va{R- zg*gMyt*DfEd+V*4PWd<g18OOY))$Ls8|3G_ekIw{pF2gOoBvx(UiOWD(y83f^r!Uh VT_VMuY6{E|44$rjF6*2UngD))0Nnrp literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3437f33329302a5e5ef4b197ef138ad90fd9dc53 GIT binary patch literal 758 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ep96eC zT!Hj|28Iqnmwo|<c7B^q5!V)Br#4>aW?si;VY@aV=MEvqRzc?$L5DUVDd5z?@6^Qa z*vjwH&hOmH=iCM)`JI{t9ohw*TEVhy{7$X>jxGGoZ9ox0$5sKya$&o2Q9GbApkOP% zbA>RNE$EypVGA_5K*ClJ2n-zzb@U8%^o_OjjCFuW-(26pLeIfUL*GgZhzy<744qXB zoq?p9v9p$gpQ3312$=^cn};hpg)2KmDmuj~I%P;Z<x1G(gOF3Pgj0o>Lxq@Am54)) zkW-C_Q=<ULk%CPtZUem?SQ6wH%)rPmASflRrmm@_t!HCv7aA589+8}qos(NqQd(9~ z+0@+J(%RP1(b?72-9rr6$~;4ifq_xN)5S5w;`H7tH^UAYh_GJRrVtV6COOrSk=0kJ zSa1oK#^zc7|4RkUoMiI)l<@PfW$R0pJ`cO>C!4P^Q9oGWX^qko(T?Z8IGIX}GK4Q} zTy6L`L61uzvgD%K-s<9XrVoaft!^#<SF_V_pZgD)a|%}~K3KZ>H@AJ8I3X`8{l%Q> z2j7p^vU{95az3EPIDhTZ9=ntjcZpL)Z04~mbQhoFbyiLPa#w0Kud0!fYFpR2jJ}T^ znRi|+J#pdf{WsjnOAGhUo0_PxOOnqpOwww?#p)S~|I2<^24DAc3x0m;tID6kc-PC` zFWs+XgbHVul*J@U&$%fYcKJ+wSaSUSe{(A%G?b$nr(f8{vGGmT5rJ}ZiSq|v&+Cq_ e^!q0s#k`gCP5wdEm4d(sVDNPHb6Mw<&;$T|c@RAS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6d218dcc85983eac22360e1c6585e78cc1197e48 GIT binary patch literal 1325 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42(+x zd_r7-ivKe(G%z%*VhC+uaOjh<Y>@J85OwGjv2GADpCshjA?VT|;LtDN(9Unuz-QUO z=ibKa+`#M5#$($e<kleQ0#wi<;M6YQ(9G}F&F|LC@6^uc(9GxBD&X2K;L^(P)Wq-D z&hOa5@6gHT)W+x7Cg|8A=+GqK*eu}CD&XAC@6;mT*e2i%G^9<yv7Ha7-MNk58K|*M z$f;EbsNSJP(5Y1bh=3M3162Zb0Ts6jID)u9DM65#tspf(5s*<p#XzHgYFhXqMme|e z1C=?ofUI_I6?6s~s0Rdw4*EKJ`i2gMh7QJBdd52X#`+GXT6(5B`lk90=K2m68v0g1 zq@{18WoV~nXs2Olr{mzDX6T^f;G|~gs^Q?RZ0f6Q8lVV7<^js)0V)mwDo!EF4q+hV z6t3(Lspu4|=#(gJktl7IB4w2ZMAA+fQdZd#Hn|cu`4TpzVos$JPGw?F6(SB*Ammgh z<WMK%)F9;4DB#o#@}?8lv9N!@c<Lz$@(X5QWMXFF<l^Dw<Kq_)5EK#;77>+|lap6a zR8&?`H83<XHa0Ocx3;l&aCGty2n>phPEJWpOV7#8&CAO#C@iX|tg5c9t7~X%Zf$LA z@96C8>h2*IEI(JR!oa|k?CIhd5^?zLjn~majw0*{ON{bUZ~E?@5v#NEh~6z%O;uy1 zJ3;B&y91q~r5SHsy(SPeS>@ZG%NNx)a$8#)%kBSR^Kak#edqbo)6N}yeDmBjZ|~{# z3KH{Lc+-qzWIoK#N!0whk0Hm4X<wE2vW@;uduv1eSDhDCU8N=-=J+amfx*3Q!JecP zp(B%Aj&;O*u(JHk78pNywqj`K(+6SMYcC5PGB|4aXhMnMmB6<$(#I{bwF-N}CivZ$ ztGq%hqFc}_iS^}%tC{=yqs*rUEEYXJOUv)BX^89@!RcoXecko{f@I8I!Rt>RgxtJY zD898m?asm-hP#SoU%Ay@C_m&Ow(I)B+f%~-{5i&)siVQzSbvUj)@QGOhYI%zrhU4Q z=Jb4J-x<Z1IUeoBY9&W+Rz?;*@n_@q+O$w4#%y8YtM4b|XY%bybe6hfxR8BX(BD5L zac3Geq^lSeg{xvJv-W-Yw%&<PBgdoB{pyA4n^Rb11W#-#Ieodlm7l5a#HGmY#G7kO z8Qqsi<UHMLr2EXFYyY0N(q*pCZreZA`H+9Z?Dynu)#tj~50|sNEw>2~pTFmEIfKv} z=hBWM-#<cy3WxWpotvh=PvO<0?w!`_wZ-Q@H+l8!_d`Bi$MB`r2Tj#8&DD9s*WUdr z!KRg!_x9Rex9sF{j;ju0E9`^+Y%jTRZ<So{0+rrdLh|eL_T4V@{in0^Wd3?t^>6o% zT#ehaY~Az+$K;MXo@tM=Q_hw@vgw%f{OLxYO@9O)=6>>Zid5*7^eC_Mhb!LaZBN{p zp220N7~E{TJEFO=I6eQrM@7=&BQ6z7{s*OB{&rs@+Mu3c$<EblH=keO0?Y;sp00i_ I>zopr0NU62UH||9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..75def4b42848e38d6979c91eeb3592a17cb7cb0a GIT binary patch literal 790 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{}~uM1YP<C9NPJ9Iz?Ptgq_-Wott?bn}zM#gq%Bs99spQTLc~2fTVy^3%^qn zzhf)EOFO@FE1z>4kmPr27IbJAbZQ05w(&c)@;kQhJGTKv1RYxi9A}uu&M=J!Dgz3( zg4NG3j%yKg1{%A>zhqfp*+S1epx!Pi&n_wNNm}7kbi$|VM^4p`o@y97-8go-Y5Y9r z>;<0ri-5>Gf0<wLGQZMg0i|o>8}`=CJlwh9aMz;a6IPs?xB0??Ef*GTyLa&1gTogd z9R;F`uWvqjd;8JbJ5N45dHLzt%WrQ#e0%@t2M~Sw_Up^HU*CTG{r&s@|NjwdE&zj& zA-p8WFPMRmUqDbwT1{P3OIy#z)-E(GEIcAPB|9g#q@=X0qOz&ExuvzOqocE{tE;<* zXb^bR+5#Bn3Z5>GArg{%4`#<7OpsuI@L!-)Xi<rSVNl-OX?`WMo^6P_ykq}=ch9J7 zxw`Y-*ISozt8QYQs&d82Ot2}wV6~gk+dfOFnR73fFwEPkbkgMan^&@~54)~<JgYk~ zFVVJdWkGAoEaz_<S10;tSWbHNsi)45af8?Yb9x?E(j2v!6ny8keJpfsG8cQ{$-w?) zdE$np6Az>`?qpx!BmDgR`6~uDE_poJa6pq;<KmICGvax-nap~;;lXN_g!y$geKU1? zpUu>fc*Epz@d|gpY1D$lOtr!eEp@hcFDd1U*|;!h+*V2b&~vY^sT1f5J^P!-*R4y? z3R9kGJ=?a-mM?sZhtc)evQqxVA6SBpt6aXs-e-Kle-h&lR&%3Dpbu-(Y&%kavpuRh Vk*?s^v=A5_44$rjF6*2Ung9%^P>KKm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d01eb4dad036db4c627b973a43c648c828ab42 GIT binary patch literal 1411 zcmb`G>r+!l7>5s{0zz_5B35n+Dz;Wq<W7-DPfjixM8tp=5NbgPf;C(c2%=(0auR|R zLIf2sfEE#~8Z#>B0JWBuv{VrbY5@^-5JqVl<&r@nq|0>rA9Uy0-Pzse{q2XHRYZhu zB`kAV20;*ky^X;E^8wJktS!OV<@&$|OqP6%9c688J@{hhbFj3@*cQWwAZN`&xA@Ab z%mr*Z3YgJ?$aJnin2?nW357z>RNg`U{)CKV&-AR6>c6Q@5M=Q%A}optWHSVbAkigg zw+KQ@T!KVSJ47o`g?+Gy9H=6*3rP$Sf|eqv9HxqhK_cQ-8G$Y$pfbBHQZh?KVgNyk zU~&YNz^oH6O9EqZA}S#=afB&H7&wfHVVWGKNnun$#AHO8j6{=?P%%Q2ASjN|<uE2i zXflKjLSzU{P6Xw28B7O-GBSpffsaZ_7>)qIMRZ_-Dj?$sZD9$HNDG<xf&+FIqJRvd zfFp(fjiO6opkdO5tLZq2{$C&+C)4Esd#1vHUF5`8u8UB*bIK`SmV3rjY>KJyjz8_6 zQ2lwLn#xt92WqgihH!pEM0Nuwr!fkUt4S!(BmyK_KoYLy%9}GwZt+#OvQ_Q*m3JgH z9f~@gvO%Y8)TtV~PG9L(YrAW%_tf3!Ip5sd)Ykhwp#53<y_dS)kzad9x*m-Jx}S`8 z_mA}e2FD%_j`u&;55Ckt9hrKqpL%UDjvI{nw?@OntZ~LPGi#bP%>hhvpqT+?v+c`P zE_l>x0Vg~XvRGuf*k+j>fk=cAghVDUw_mYp^=enQHEY(nulMry@%8l!2n?ovfzq&@ z5xY1sd-o?Lb5p)Kbcn}G&&bTmJ)C#sSbn~!K!W2kd7(m4bfWlwYJ|=s*C1%oF*bu1 z72To#^Zi~j&A}?8-bdrvdZXj7YxQK0oAjo7pS44reFMz_7bw>y)_Nk7Ot^bfEKZys zNLwyknUj-qOm9`IGn7*A9j$R3&9$mN<nOU*_jGqaOACDJOo*oS{%uXsh4RgD*C?4m zp@cINT;ikF<CLnfl<Q4Nf<8Eo?}%$%$2&K)NO~C+(Mm%|+7o_2%Xh5Fq#ApMQvtua zNF58yZu`;%KAyR0w(6lR4qL;Jp`V#N&EtMW?2_}04P^|Te4weVsH$c0xsN>syElZh zZPQkTArk2e!Eb8?$g5(cgNn}`PPxCnZ@w~6<~~0$u%yw#zwWfO4DzF(W1q%TbCZ`= zacSNebNpsb-YqlU=9~G0)<xwkO>^9gWf$6{7Tc5|E~n0&oSigI8-yV<(GleY=5wiC ze0_;rT1j;8@1evg&m9c)7&aNwF9#_T>BB#+qX$;((U^~Zc&xH?44AUy*<-bZl$eam z=%ps-(BGdFF41-MHLdLENen(&Qt?Y&%rm(6vCA31J8d_ejSqM7O`p{6nsjcC9rSs7 zLRp_`^&x1K<Ol5)z>iSl<Y%@Q11BTYVq%wn=7W^G1#Y%^OXU+QYn}P7?^Igfi*ZMr zEgP#1T5mtQ>Co&y#H!A3&z5F{#t#V-+}4B(xl)f;Z+_yL%p2VdS%Wt&yz%VYj@1{Z zvPO*d9}W9AuH9!nJ|7~!*f0~MeMjNxSL_&m>UFli&V=ym8cL6oBGs(hO=BOj<?4x1 z5B~Ypo4g!~+&PtDX#r#>QBA`%tMpZ8Nq)3!swMF1{w?=B#;an3+uOIV&udp-(T#81 dV`jw^yeCu)=vccVr~ANvf!NG&##QWV@jo1CaLfPz literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-selected.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..a98387d3642576d4a1ae6ce2b80df39c211eb24c GIT binary patch literal 788 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h|7ix^+<F8z``zuw5ca)&XYU<23uHe!cCl5!sa?diOUk=T+Pg>Aw@1;hPtk9J za=;|5@F_as(~V=No5oK!O`K_-xX3$yk$2$|Umz-8=2yHWw`)so&zAh2ZTWrM3j6jp z%s$w<;Bfnb<C9ii-+1ue-ZS_1pSySP+@qrxA05B=<oLyBr>?%e{p9VPC+~si-m~`) zo_~1q^3$`IzrOtdx@5z;IfsA&5ndAH7tFxOFCZu-t){N2rLAXUYZn?89+8}qos(Nq zT2@in)ZEhA*3r?~)z#JALkhThxTqW$=5n4cjv*GO_g=XfcE~`0?ZJN5l{*pzMMOjj z<_8^Q<!XxfzU%$xfBlbGLoS)9w`>2q{lxm@$ulf7$|lXM*?DZ%l~X@`jGTnD*{u%n zH;3)Lx9`sBS;@xRSE}aAN-f<zmGA7He>0Y|{as$T!@y*v>|e_!#jL#L3<oqac)x2* z@;k_2pq=yMZ{L1KPfi_%$b(<}?Ndt>mG84{P?WIxIU&&7?X6OSmhtEFH`m_Upsl=} zYr&y2e_mbKdg;i;K-L3R#>V%pmzaEfUFpj3t>9yu%+!aCJ?o}1Ml8O%TRe3plca4F zLr-XJ;qSo9vBqi{i`PHSkUr~kWy5*jgDt$=OTI4tSSL5@UWEz6<$G5*9rzw|{qy%+ pW2@cXJ15oM@!om#$d&qq_R9`_Z%-0kAOwsI22WQ%mvv4FO#taDs-FM= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-selected@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9ccfe6807448b462ae06435eef246167989a0189 GIT binary patch literal 1401 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&lN zd_r7-ivJHs&??~6D&X7>L_*H(Vy>M)B;npA<=v;~*QXpX0f<zBCa8r>H;$cd8b94M zai)3VT${AHb}4i1(&jp3%yY_`=L|&I3xLQKh;kRW=PvThT^3NfF{ycDO6$h7_AR+x zTk?Ch74~f_p0KNI%HFz}dmCmSZeMV;YtivZE6&W`cxLX#bMrP|Ub*M;Y9QKs6^PaX z(f+IJ_utub;?AB^_x1wOnS1-s-8*>h*}0p~FWi29@%GEB_uk%q^#0D1_xGN?fAIXn zqvs!<y!`U={kPZezrFqN>)VgtKY-}h-`~Ig{{9OD|AFZL|0}ke_<(Uaqa?^Ln1PXr znT3;!hnJ6EKu}0nL{wHzUO`b=Mb*I2$k@cp+}g(8!O_V-ATTI0IyogZEj=eUFTbF$ zsG_o}y0)&NvAMOay`!_MyNAjkRxI!s0|QgNr;B4q#NoF$-i8Y~im)dvF}irhXsyrb zNnUSUy;m%mbbwcui_2(X(Mg}?DfdKmt2gRsn{HS5^l$fEvx4cV>FL*Ai=Y4aedgWg zXWq=6X&s?6`)0+;tdf!)d-rZQ_ND5sY#(!|&eA*Yno2uQ$K@Tkaf{{3?fw2LY=;jf zq!<|PWN?aRZQUsMIdRJU;KMFc+b>(*4_rMj_^nItv%?G*Rjjz@UR~<9m;LY`DP=3k z^A)eQp1UX4vsp*z?h)0*`i+~}Ls?G;0yCgc)>Xe$^Q?O=PQEs`bA#t>y1c?lLYd9; z;LJ^-FBDGARBfx|_hn5#?Rw>xq(NKKPVeZ?0mfMl!7URdGtN0b*I57KR~LKLfhM;D zU+>>^tvtN__7ltF|Be-TBnW1uyx_R1D07KLSSiy&$65XB^R@r)=g(WWVF8P@*C9^H zT@JGRo`$kJPPe&O=sSl`Sspg;ZcXC3Mh@v$?EO4Hr!J3sX3xE!S<$S7d0o~*cb92C z7HJAsubgdvntY@sIqlVzqXzqb$t+J^Ced~3xA%=X%${anEaLAS<^J}$bl=zD6Dt3k z)@s&$I&13muF!geKti6Q_lDr|;JKXlo|iMUMPAUb&^&&G-<Z#5^Mdk%6$Kx58a@xy z%X)Jskk8Ir_|=o&89Zkl7hjtDVAkY9<>#Dpg37<IDAN{RZtZ;Yv{`9#cz2e9>Z|mw zzanMXQTbPVofh?EdI){Xoc-P^Wb%B^mv!^kEMND<YU5(zP{H|0s-?E<>80yugjr|( zDq8OzvO6&0%Uk*RcfEFg4z&oFE*{~de$+#w#M@`t^aaaHcVA51dGsdx>j`%0r_HV% y-Lq-o*1e}+$7?_QUba;}e?#uS-c5|3#rtQzSY)QTMjn`57(8A5T-G@yGywqNGY`f9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..75def4b42848e38d6979c91eeb3592a17cb7cb0a GIT binary patch literal 790 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{}~uM1YP<C9NPJ9Iz?Ptgq_-Wott?bn}zM#gq%Bs99spQTLc~2fTVy^3%^qn zzhf)EOFO@FE1z>4kmPr27IbJAbZQ05w(&c)@;kQhJGTKv1RYxi9A}uu&M=J!Dgz3( zg4NG3j%yKg1{%A>zhqfp*+S1epx!Pi&n_wNNm}7kbi$|VM^4p`o@y97-8go-Y5Y9r z>;<0ri-5>Gf0<wLGQZMg0i|o>8}`=CJlwh9aMz;a6IPs?xB0??Ef*GTyLa&1gTogd z9R;F`uWvqjd;8JbJ5N45dHLzt%WrQ#e0%@t2M~Sw_Up^HU*CTG{r&s@|NjwdE&zj& zA-p8WFPMRmUqDbwT1{P3OIy#z)-E(GEIcAPB|9g#q@=X0qOz&ExuvzOqocE{tE;<* zXb^bR+5#Bn3Z5>GArg{%4`#<7OpsuI@L!-)Xi<rSVNl-OX?`WMo^6P_ykq}=ch9J7 zxw`Y-*ISozt8QYQs&d82Ot2}wV6~gk+dfOFnR73fFwEPkbkgMan^&@~54)~<JgYk~ zFVVJdWkGAoEaz_<S10;tSWbHNsi)45af8?Yb9x?E(j2v!6ny8keJpfsG8cQ{$-w?) zdE$np6Az>`?qpx!BmDgR`6~uDE_poJa6pq;<KmICGvax-nap~;;lXN_g!y$geKU1? zpUu>fc*Epz@d|gpY1D$lOtr!eEp@hcFDd1U*|;!h+*V2b&~vY^sT1f5J^P!-*R4y? z3R9kGJ=?a-mM?sZhtc)evQqxVA6SBpt6aXs-e-Kle-h&lR&%3Dpbu-(Y&%kavpuRh Vk*?s^v=A5_44$rjF6*2Ung9%^P>KKm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d01eb4dad036db4c627b973a43c648c828ab42 GIT binary patch literal 1411 zcmb`G>r+!l7>5s{0zz_5B35n+Dz;Wq<W7-DPfjixM8tp=5NbgPf;C(c2%=(0auR|R zLIf2sfEE#~8Z#>B0JWBuv{VrbY5@^-5JqVl<&r@nq|0>rA9Uy0-Pzse{q2XHRYZhu zB`kAV20;*ky^X;E^8wJktS!OV<@&$|OqP6%9c688J@{hhbFj3@*cQWwAZN`&xA@Ab z%mr*Z3YgJ?$aJnin2?nW357z>RNg`U{)CKV&-AR6>c6Q@5M=Q%A}optWHSVbAkigg zw+KQ@T!KVSJ47o`g?+Gy9H=6*3rP$Sf|eqv9HxqhK_cQ-8G$Y$pfbBHQZh?KVgNyk zU~&YNz^oH6O9EqZA}S#=afB&H7&wfHVVWGKNnun$#AHO8j6{=?P%%Q2ASjN|<uE2i zXflKjLSzU{P6Xw28B7O-GBSpffsaZ_7>)qIMRZ_-Dj?$sZD9$HNDG<xf&+FIqJRvd zfFp(fjiO6opkdO5tLZq2{$C&+C)4Esd#1vHUF5`8u8UB*bIK`SmV3rjY>KJyjz8_6 zQ2lwLn#xt92WqgihH!pEM0Nuwr!fkUt4S!(BmyK_KoYLy%9}GwZt+#OvQ_Q*m3JgH z9f~@gvO%Y8)TtV~PG9L(YrAW%_tf3!Ip5sd)Ykhwp#53<y_dS)kzad9x*m-Jx}S`8 z_mA}e2FD%_j`u&;55Ckt9hrKqpL%UDjvI{nw?@OntZ~LPGi#bP%>hhvpqT+?v+c`P zE_l>x0Vg~XvRGuf*k+j>fk=cAghVDUw_mYp^=enQHEY(nulMry@%8l!2n?ovfzq&@ z5xY1sd-o?Lb5p)Kbcn}G&&bTmJ)C#sSbn~!K!W2kd7(m4bfWlwYJ|=s*C1%oF*bu1 z72To#^Zi~j&A}?8-bdrvdZXj7YxQK0oAjo7pS44reFMz_7bw>y)_Nk7Ot^bfEKZys zNLwyknUj-qOm9`IGn7*A9j$R3&9$mN<nOU*_jGqaOACDJOo*oS{%uXsh4RgD*C?4m zp@cINT;ikF<CLnfl<Q4Nf<8Eo?}%$%$2&K)NO~C+(Mm%|+7o_2%Xh5Fq#ApMQvtua zNF58yZu`;%KAyR0w(6lR4qL;Jp`V#N&EtMW?2_}04P^|Te4weVsH$c0xsN>syElZh zZPQkTArk2e!Eb8?$g5(cgNn}`PPxCnZ@w~6<~~0$u%yw#zwWfO4DzF(W1q%TbCZ`= zacSNebNpsb-YqlU=9~G0)<xwkO>^9gWf$6{7Tc5|E~n0&oSigI8-yV<(GleY=5wiC ze0_;rT1j;8@1evg&m9c)7&aNwF9#_T>BB#+qX$;((U^~Zc&xH?44AUy*<-bZl$eam z=%ps-(BGdFF41-MHLdLENen(&Qt?Y&%rm(6vCA31J8d_ejSqM7O`p{6nsjcC9rSs7 zLRp_`^&x1K<Ol5)z>iSl<Y%@Q11BTYVq%wn=7W^G1#Y%^OXU+QYn}P7?^Igfi*ZMr zEgP#1T5mtQ>Co&y#H!A3&z5F{#t#V-+}4B(xl)f;Z+_yL%p2VdS%Wt&yz%VYj@1{Z zvPO*d9}W9AuH9!nJ|7~!*f0~MeMjNxSL_&m>UFli&V=ym8cL6oBGs(hO=BOj<?4x1 z5B~Ypo4g!~+&PtDX#r#>QBA`%tMpZ8Nq)3!swMF1{w?=B#;an3+uOIV&udp-(T#81 dV`jw^yeCu)=vccVr~ANvf!NG&##QWV@jo1CaLfPz literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-selected.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..ce85be2a889623080101481ebdcdc2e697d08dd8 GIT binary patch literal 805 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h{|5-Xz5VFTtw(5<zq|7oD01(>SrEDJ%%fwMS_PciMO?e2yt<{mdt`lj75w`Y z{ri;zCuxOG)`^&I96Q4_euinnOtXZ=UImN23zzs5F7Yi|>Q}raw|i?|&({3jZ3TVX z3j6jp%s$w<;86R5;}ch2-*6CU_`UsS?;kjO|KPcYM=t^`dVKuS)6>`9-hTY{&Xad{ zpS-{S?EQo1AD_JX^z_xQuit-t`vG*)wqxzTfI((f666=mz$h&vCvRYA<m%?`<?Z7a z9Fmt`IBU+_`3tsg+kWWivCCJkUcY_k?whyo-hcS`>C5*YzkdJz^LO{wbBVyfSMzjn z43UuBdoVMaF;Rr=fxCxSrr@PTuGMXm4!fM1<{7or_wutp|L<Q=@qPTX%6?Zq&z#HK zH!R%HvdQj!@u5?O(-US^na=kU*W+t0o1wNXVp-&(zE9^YtoCqDt2{G7bMhRg+a5is zvm`g2I2LPg<B(41LcOIMcn?VY|NSc=a4rk4d4t02s9PtcxzBk9d}fY#Y_Ho}WX1hS zMPm&^$EJs$zqCb5JuMMisS>c5;oFT5lNM<MrN0Mw7Hr{8m|A~lX$O#ZYVv{|JPHSL zuTQzOvtNr-FP*XH)B4-#@1D<N;m>2(<~r@t3h&C3Y|YxojNTtlnb^y}`0VV2nag!% zZaV2%QehVP>}!ve)@`{NZyIZ-WnSr86}3k8M|;B48Jw;n(*l$hX0o%rmCln;lX||( S{UtEW89ZJ6T-G@yGywqT_|7Q+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-selected@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ce6e0babd9f04ae6a032a0aa3bf891c49afda753 GIT binary patch literal 1459 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC3{0v4 zJ|V6^#s5bE?ht4daB3BFZWDBF7j|hEb?Xpw>kxPElJe?P^zTy&=vNNxR|%S+8Z<#I zWV&(e4Ab}-rU^666X)2b&9O_JW0yA9K7Fo3#yrQ&c}|)0oHOUUWG`^ZS>T$p&@FeN zd)^|Cyk&u<8<JZ#q_l2KZQYpGwk5ZFYku#x!oKZA6LytP*;_YrU&E|@4YLomFF4Y@ z`1r&XXJ&6WGiSrOd7Ce<+<ke~o-3>OTv@aCDiE#RcXjRlYwPyk*?scvo>TYsp1!y5 z%)R|*?;kw(?A(p#7jC_{bo<q{dv9(%e0TTByL(UHKY0G(;q#A=Uw(P@{_E@aU*CNA z_3g*+??CkP@9#hV{`~#-_uv1&fB*mc2Mn8%?^-{B2_>N<$S;_Ik(q^!T~J6^Ok6@z zN?KM<UO`b=MODqz%-q7-#@61+B_b+1CN?fPB{e%Yuc)N7tYX5%Nt35eTfA)Rw(UE1 z?LKns_=%IJPM<k<;nv-I51u@I_VU&1cb`6g`TFh0&tJd)<@ufW2PV!bo-U3d5r^O2 z_!%waD8XK^<n*b<zpwCZ-o0dUp6}%~ON@F%ykxn!tXjO591c-hYQ0p)TIaOaS>4V@ ze}AvyO%X3EE35r`^!dl%%KV$>r?-`-KXY9ydH#lX+PZxQ5>_<|E<2W@abf+56wQ^p zf+VI+c@>m8W6NBzE0_0g`~6DRZ1(1R*Dta^lfA5YrbTzE#M9^9Zb~QSo-25owswl~ zZVA)b<)tc$>+&oNv~QkVcfi0ts?+6Go7N`bxl2PO(l0oxJbtQk`slf&5K*389IATf zHhH{And7i_c6-2M-l@xv&z(}c!YV`6i1Wa|DTx`Tr(UXUs^r#AK6hmCito$)<ciw+ zeY>1q2MAaBNxW>@8u&usso?zinvHpz7pPhMxIfds^3ZhcClj0g_C6KJwm<W9VQ)yg z#)Mll1vn2?$=%Z3n>YP`?Q_Q#)}J>f$d`S*Ao!}rqv7QNQ?n}!?UgT5YC@hoY*l|H zQ?O~Fcfyl}#vcRy|JVJAn95vcRwC!8?xfo?J;WkQ;ozmORzH$mS{J9iY&m+t+Qx6; z;$;#pPye1=c&>4G&WpG$d(1o7>TH(3`P;eF`6suvzs;wskxuKh%NCqJb*G6fq3_AE zTdBK$Mjw55_e9gIg)K!sHQg%;7EET{+i1G6`Fw+A{~^7~=UIOqTwdcex90uRg>ol) z@B4jQw8YHvx!oJVd+$ygUYIcb-5oAjf8n?{VzUf|-2cwJbN?*&k?^akEBu;vJI>@! zkDFHU^PJJ5Fnxuezgv1DPrf~JMk&O#ra=8_DZj|M30V`i%nmp$UUyUFM(>)l>+9!U z%G9*IZ(_Tuvhm-7`;WKW);Ign%p9<_c9oB~wd(pMVs46Ck5*2O?5%V=x9yKn@K=w{ ntl-Fh*XDfrxIge%!as&x&+C4P3H2%f^8$mXtDnm{r-UW||A}xG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active.png new file mode 100644 index 0000000000000000000000000000000000000000..2deb8d3c289631b8e5ecf6b35f64fe5abd5fc9a2 GIT binary patch literal 805 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h{}~usgq=Et96AJDS_GV01svK1Tw3{^TKS#Zfh3<}o1kN>Adqx!6L4(dcWmQ# zZV_;76>x3^as{1WY!IUbq{|7YrWIrkhz%s$kl0Xhu*eM4xEZGL$Ra@X(~aUFB1`>C zmIanB^2!HtyCglkq`W3+g-_NFpQ;}<)gXGBQS5Z%*y$#5^IftRdgL$i%wOzPu+*;@ zq$>cVacz9V-nyBGIu;)8T6Ao}@^kYxpPRq={DLj#7jC_<XxsgR=N=q7|KRY2hes|v zJbLl<&4+Jp0nwwkcb<HF{PNS&S6|<J`1bD8_xGQEeERzH%eP-&zyJOH=l}ozYmHl* zfI((f666=mz$h&vCvRYA<m%?`<?Z7a9Fmt`IBU+_`3tsg+kWWivCCJkUcY_k?whyo z-hcS`>C5*YzkdJz^LO{wbBVyfSMzjn43UuBdoVMaF;Rr=LAq0rSN8-l-CM>>WO65) zWlnY5HY>y8|9^9p%tueF?04n!%sIS!!@@}|yX@YVE|^@a=VvrCW@()Mei^o$4L&&& zeO8^wZJk@VrSg$Vacr`;u3_u6i5e%DWZhXPRlLZPb7IK6-6GCh4TitUOPm(*a9`46 zVBDngwcl81&nAV}%p2V5Cs|2Lacb#ktY_#5xcu=qvudfCiO@_P17(J9D_$--=ns_s zY7qHhD|f=wx;v&bczdftBLbq>9xR{co|kdOy^r<$W(K#H*Z-=1Ek4~OEzXcSaY@O$ zpopLgPkJVud8uB$;#k|oN1c<;gih7HdPL>co!KhI|BmJU%r)0B`)_x0$!68dI;s3M p&M#8tbGC&}3OIZ))0*wAbcg!eSeujoPXfc7!PC{xWt~$(69DW_ULXJf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ec395089e818950085fe96f0d9f882277ba09385 GIT binary patch literal 1458 zcmah|c|4SP7=L41lVdJ~nbM&twK;0jA!;rf9gcBi$B`qW(jqfvqDalmJ4j846v`~Q zvLYoVsmL)SCe&hVOEGS8h6($Q{p|j`pU-oDzt8V^{&;>d_O^#KR57Xm0BG1y$W+Lm zg47hI3|Y~-rd5zrW)N+hU@(}p+pY^rR|QjkVE_R3p+Z-9V&d08MLnjKE7LKE&SZOs z_yKG-+xT=~0K?Zi*v~j9#6NY^0s{a_IQyecRuFj!0P+FnC;%S?I41x$e1t_5{1B)? zic+`csgYu}@jNZd7%eNVCXtJ_jz*EWNFpDJ=OC;(2qGVj=fJHXG9OOj!igZ9z(wOh z6oHE(gD4V+BtRSvg3Lpac#0xqp(2roB!CDK4?zSGL<NK-a*+fslEj5lgaQIl5QhjN z6_A3zOjg7Q;xY%agnt^L5l|g^O2Jv~Ql!g`(4LSir;3UH1`2d}hyS4e3!n|rWDrdP zHOYJ}s~8<hjIK?ro{hl3L9mH>14m8V?t0UhmSjRp-r=6S(<8;q>&`ykG)sE=LI1mi z)Awx|+4jtAhtO;)E60(Y>vX=*`^rNfNH`CDxkZqi<Q4nzis@kKx$9+&_%ddEMda;Q z+`Dh0g*Afg8bMBNe6A?v_jl>Vjdx3$G9EVxA4`5KZOJQd$$!!M;6-ae#iy4IpKDvb z)U|x6Z|xC%=n;SD6@Qey`$P7wP1e}f*VNu8>F9qi?QfP2wRH`5bPsoY9_j3v8W@=x z9Ge~*n;!l;GcrCiIx#=}?fdNf_c{5(ynONd!s6oM5+qAY!UO6`(4lxSskV;53gsVu zR6(INSL^8NVX$lU*R9`RunD)>Z1<kM`z<UF63MPKH+K(D-;;g;zXpadLs{o<#3v*s zC1++oDScY@yu7-mwys_zZfKNr{Q0S?r&l&GI5avjIW;{qI|q#ov~9A3jx*7QOmK3o z8flwzLlbmWg0sY;OnEE3q&zDza70p&wKGoZaKzR(G{>LBk4PnwQB#BFVf?NlW!2a@ zxk#gPC5y$1Sa{nvE;lfhhtX%!)vnPkd`)gYn^)rGsamIOOBCWOHzwZC8jSUJq81!U z@@{6)?CmN$x<?UU)#XU`1?3d>(Hv9F(wn|FuOcqQ7>-HL_NG3eHVzY=f=1O7xU;F< zl7f?4%GImf2REVz3bu-EnaM6*X*84gIDW}?0ef|3e#S>T!*NEkmCu$hT4y?6a4~|4 zT^_;I8R1~Y)w=3caz{}3!7%4`oy@o(Zl9(gQ`VGW(NmJ1qQ(0tG@pt#ZB`1%l%PZg zg$G@fBD@He!LyY=-<#kDoTz849Kwn>#D}MdN!UEN!}?Iu4WFZ?EgrjtcfQnEkljyO z`K<kh8f#p#<IJV##DP};c94^4!K9t?ix{8GGgnbM+rM8otUpaMSYIi)mlv|W8jO71 zPVQgZjnlr4q3mK_do48ad=T8Ko?fPl;Y+tNTeV2;VSmB$8C^!$a808zjdL17i!Qq_ z`J6s}z`O75)3Xbtx+otN%*F;>E?h=2&Nu3|>vJynRIxo58*3=7)_$O>(%~wxbk&s3 zs;4Z}$!@V<!m#(~+GqO8jSyyp!eI0Es|n`4X~&BWU3_lx7H_8ieDZzd&SMvg+)mX{ z)=Znt8K>%0uXDbY5s2>eKYVHL<fG~;b~4H=+_wIk?;bkt#1^_f*}2;21l42D>&tpn zolPT~TfesJPer?AQob#y`7>#v^q@QXp<$Q9`C=@L7diE8O{jfwM1F%2>#(PTSsXE6 zZE|you}p8DbmGX-Bm>;GW4JjtMsw|wwH{|qjgb0^B42{dLtg=~v9cu>61}ec4M_Ku Ak^lez literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7feed194842db10259d3b5e26d3f2240c61f83f7 GIT binary patch literal 728 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EKLdP1 zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBpXXo`Sh zVPRoF!N9;k2pJR<1W{uO1Xk{5KxFN1Zf<U2VPS1;ZD(g^Z*TAH?Cb&r?*6Vo;NkD; z5#R<yo&oMa<P`t}K+}NcKnw@FI(p{$jTS(kTb2a*1v4;8%gD(a7#g{{xqEs0_yvdL z<rmJHGk5-it=qOAI(qE#m8;ip-?{tx&HE1@K7RW0{l|}AzkmPv^XKnM%PWiw42(RU zE{-7<r}tio3_fHa!2V%cv?Gg)gG1M;g-R6<u4ZH`;0WPUz5oC44j+vh2i|P4`A~nW z{h!**vw5Pa_c@n!ZxwUDv`XxfBRl7uy))RBwpkvPsXzDgx?0`oFR3^5Pp#|EDgNX2 zHS`5f=zGsZCI0_BE967&wu`%6o$-#tS@3#@!^KWL*7t1o3{zg8JaOmGhr^F*d|c)- zmZY9Ial?h#Xp=|$74e2yA#PLhgO}KgrwU(~tNq3IO>+hFg{8A!N2VC4C<jhwO!bwl z&CPH5s`)C|q5ZOK)Vg`)wzhehA9r~D*!VcL$LSvXH{Hbk$~S4H&TaF9``3z}nxDHn t^3d|0^E-E||K!^DZfcFzhVT0?$ot%7n9%AgeF>DVJYD@<);T3K0RRsdA@KkJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d04c0853dad643559c931291a01da85290230a5e GIT binary patch literal 1266 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42%l{ zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qbm;!;7yBQDwNoyeTFgG{1u&}VQva+_ewz09XwY9agv$J>h zv3K@$bn$fp0#{!rS3f5=KW88Sl5YOa?*1-7;O_4V1Rnlwo&oM&f!^NUzP`SGetrP~ z0fB*mz%UOB3j+ozFl>S026P5E%%ZKn8<qfLD4`_CFPMRmnT3sAP)JxzTtZSxT2@Y8 zK~Y&nRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ewylm^X?K^huK632% ziIb;JpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|<UOba4!cIQ;g;&v2nY z5%z*3V%pO;?cFjdM_<!)lka5{<CQ$h(}M0#=s4_SDkYl1yPD(s`fHK_l?KN7pZexK zwydjvWME%&PWE1rzS-@%Z*fspvCMhzO>&Gc$9->joyF~)S<u&{Dp_hKVbELac;Zx0 ziJnN8i>hV&BBuVnmj++&+Ies;QA*-+{V8{2>zv7lC(Kh1eQ2!lDm8oUWxJhH%2J); z2A5K*w-(==FW!;XV&leDcH!L7gn8;#4+}4~dM*EXc$Gtm@`8K!TrN)w{w|YrM8SK7 z=*LBQ!n+tHlV+HB?b`NGrh@zPF@gT3d$Kyt+Z8<}4!*q;o%+I*L&w9#alO~M$P+?o zK69(@yt%*V*Tefd?zR?doxVGyId78GI8(^!8uiRVYS&^Xe}^RJNs=%4mwR<>_OPv3 z<CL#(s%=r)f<yeSL38rI$jJvU>=#IM7A&^^&9wYk^~8U-7CXf&9BFg<ARn}qdA@FY z7boj4&RG+tuGb5!D(znI_0^hao)6KQ&%<+llb=m5Ka*qox<yIVWZL)G(`Ik37iqo@ ziby^@uTe%i%CMBBb^7V0tuH4(yrL(&N_qBmm#p;lowKFI=S%;H-T5Qux?(QR!&@iL zt$p`I@<{I-i&K?RH}Cq3@LX%|$l89-Jj|@@IkWXu2exw;*S=DnALp&}XpZ*Pv*ojw zZ%C<~{62HFthyhMW83zM97&sXrV2OT|5nhv)GV=Tj=$gTb7#u0JZ+z&!#VL%#?Gcy z$NqolI4DxRBRhpn=fs(U>x$PB?!9^OR{pzR?(`X-`o4d+nDy<y+s)=k=KSFMc0w+5 QkAq4aPgg&ebxsLQ09nQXQUCw| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-header-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..5081ff1d582c2cd40544ff88a9880f0317923170 GIT binary patch literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E{{wtN zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBRPXo`Sh zp`oEbL4SXL2pJF%08yh01V;9H#z5qtudi=lU|?cmVrpt?VPRouX=x7xPF@Z`;Oy-P zL@wS=AmroZ>f;PVZa#i~en2yUra`QLIR1XRU^meJmL)-c!3>PjGIH_;hDNS#?q1$L ze!(Gm`GvFQ%$>hr>$dHOjvl*w<?8j@ckaG^^Zvt!kDtDL|MBD3@85s^{Q0}m@(LpZ z1EYwii(`m||K7{);Y@}itPiY>I#{ilk`6Y-ZkWzu+^WF0D5>)Q|Lr?EjGZ2Jo@?8^ ztNW*4(Y-wki~Y83*mhmPTWa^});9u$;p>*_x9I;ia}R%drhld_*Uj=n{MyztI?vwe zJwB--Kdf~7f-^^MHYA>@-oEOx41>j0F=?+1*N{>MpZ!L<-!d<#G;F#u(ZoLITSwfE zSFQ}!`}%5xZ9lCzeS1|t;|gwBPT|1z&)=4>DrHb-`&8$6-o~z@k1<F3I=9c|r*k{p zSLHKlNH$j(1a5Z!QnLP+QNzl8eg6!L(rxdazgxhdP(ClK_t<6qH*ah9Jo|b0Nt^C( z%ionMC#UG8D!6<&uDnO1FVWy#(9*Q}cUw;_>JEI)J?A~E<}E3eqo7pg>FVdQ&MBb@ E0FufhtN;K2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-header-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4b1588d09fd36b81267bf325dc593a7b086c53 GIT binary patch literal 1291 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)|7 zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qb=mLR}y&e!4+v^!S7#J8B8X6iK8=IJzn3|fJnVFfJn_E~| zSlYT-*}B`<d)PR5*aCrrr>&!>9S{IXM=v`kFMA+x@&X33gR_@|v$rD<xp+If`FePG zczJnwdwcu%`1twx`TP5agoFUYKP)T^7`(u628LlI&`sa~yd--j1sGciB|(0{42;Yy zZ0v$U!eZhQl2X#La`Fm_$||aAre@|A);6~GPA(Bq(J`@c$tkJXxp_q;rDYWpCQh0> zb=u-(TeofBv1|8{W5-XNJaziaxeK@M-h1%m>9d!wUcdYF`ODXDKYsrD{V&h&ygvg2 zQ;MgHV@Sl|w>NHvUv>~-e-LCIBKBR>g|U3;x>9y=feEW3*2Id;II?YtXXv9_N?tmx zPTBA7=S&vMxMX5nbea9!!|#*k8S~#inKG^Vby05G<E2|~-+s>RbHK`2@Wa>2-BFod zi_-;UPA*t}u`P3#Y@@5I-;oNtc@w6}baCCk72ABXNS8yhGel*kW8lHndD`jq_9@Fd zG@Zm;ZEuFZ-O?`_bVNy0RJnKS?74jxHhJhMKQ#<`GUcMBT%?#sFNej;h^3c5tx}jY zYa*9K=9bE{nH3D0Ns}e7bXDBgz%{p3XCrUk+qrRt+w9skt34bX^|wu3$o-)`z^H%H zx#<fPCu9T&vD)fdwkJ*uI9&3s@Z$ZYZ*9e&@-VZPzA(}#@knf3Bs2Zml6aZ)7QI&& zVkf+uaE9scgObc`KW3Qm+_|_gUEz}AMAjht%t_B`eq>8XTw8cuV7as5w)1vpU;fOn z>ilc<g|EWu$l-dAH1>N|d@D0~e=$v)FgbX-p6}iC4YRDCi!s++pOAm`lELp!|4#j~ zb9I`0N$m9RNy*aRYJY}y1zkxxEY~C>8<k|;l;&+;H>+;}^O^QlEmk4yVe312cn^tI zJP*^eljr#6cW7q!`O>zssrm~RyxaQf$-dgcNlupEwO0QQ3|$qz^XsOSn>JWWox8rW zfk)nO+A8&?%9V1eg+G?;{E_#0weht3?56quw!JD#dY>GzV%9#EyuG%!lCLW4TrVQM zaY^DeqZRX>_8yO2{QUM)UPr%)M=j1DcZrO2+Uxt`ncr-^GWYWbR4gW({5S9ImScOC ves+8Bkx;YuNJYYu?^WrapWWAxHu%pl{T$2HNoJw>prXjr)z4*}Q$iB}rkoFJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-header.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-header.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1fd7ec3993161329f5e8f382883f0459ccca94 GIT binary patch literal 781 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{|6L&2Log${P^($$OQ@m$$$U;0m+XaKYsf3>GS8$Kn748&OUnV^s(cokDWMk z?8Mm<r_b#>aOA+jV+Ri%J9Oma;iEuwYUZ59v*#|EJ#Xop`AZ)@e0b~Dt*ckBUb}Yf z(xpq6FJHcR@gk6M{`~nf1<yAE10t*>$S;_IQ9@E$Mq5YM&fdY<#nsK*CpjgpySJ}@ z!r~=M*KgXqZ~uWq$BtjQdgJD;+js8VfB5L}<0ns^J$w1`<*Qe3-n@MW0`I}#D+v7j z{rm6VfB%*rlVSu0xrC>SV~EA+<b(z038E7NubLiaE(u-Y8WFf<gGba))|M8QUpF6K zPES)f*mL3V^2hRQtpBc6Y+d>J(3cO<EUgC}C+Nn-sx=AN${h2kYS{JR_R`~gmkw*Z zmv3YG^D)b4aym=aqix*I%s-qD_Xw}>Jj5S6S$>(5yt=V*dVa7$G|vi8ONQ8Bg=K2~ z`ql3G;T+L|D?GJXVuLxBsRfto>x*kdbFc6eb`I7M>$j+`-02vTzKrq85|^IOGJEgX z?s=n_!@5ANa1qm?dsnU;6i=F}5g;t?HsQ7aUy)nnC8cmak)1qm+72#JQ8vqH+NxrA zP>S=wB+GuYjgij1>=PHxIC}OkljBT*dWjd^h6|s?CTfZ@-Hi3>XnnU-fZ<}yJ%RIa SE1H3^z~JfX=d#Wzp$Pysh0B5f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-header@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..df38f3872e2081f98693c46ac3d8e6db3a0f537c GIT binary patch literal 1343 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&BB zd_r7-ivN!SSP1<2^XKp1zyJRI0}22czkmP!{{8!pA3uQPr%#_geE9J3<HsXMPoF$} z{@uHG`wkpAaPZiHL&pvt2BH&(j+{Jv^wit8Z-G)fcJJT0d;jh|2Y2rUqC<Q39ooD9 z$g5YcUcY|5W!vtp+xN_zvv}6rC9~%N(b75dmp**>@X@13_wV1odGqG=>(_7GxB+Bb zy?XW9wQH9yUAlbv@`Vc*&YwRIB*TvdZve(wUrCT(Faskq3o9GHfS`z|n7D+Lw2Z8r zf})avp^>qvnYpEnt$$!pa7bumRCHoea(ZS~PE&JBYg_x|X^WREUAAK7#?4!{Zri?N z*Pf%tPn<e;{?g?u*KggvbNAkZhmW2<1A^x-UcP+w2JD^pFaQhz2>AH%D+GM|`RmuO z-@k!@#_hDPo`HcW-P6S}B;xSf8$W|DJBYA<2-3gO^qp0%V|$RzD_$-Rud8C&{M@_N zFZHms*fQ@%)|M$I3r%DHrOsx!v}JbAlcnbj4u5Zd(thTN@$X$XYoptfZL{^yzMYqs zpCA!7^I^mG+r@ikE;rfr`{1-MyQO_4u5ab&S?c=o`=KVK&X<8AqWgB;ZMa!r=n+&I zHL<2EVMW67$xq+BYyHTy)=RNdD)juisO6;^(-!wUNs`E1vGtavP?z@<Nz1;8O2@yP zTj;UJfj8)YC%g7swRoRJZ4(2pe%={2r|tHH#cC%PrX88vw*P{rN6_V-#Y==wpF7sR zB!N#f@c!k+zTOuiJp%oLRw&MmY+_58$Nn_%!d};O`JTW$p|H3g#owlusjp9GjotV? z;{vP4=Y>6@8rmGft3JmG)V*9#ELFnnVy6<-xQ}y{%e|@j^Go>GWnW;P@MA&_Yt_fV zsmo4Hmp@<1|1SH2aKMiVNiW0I<5_j@f93mOs==jd7t&NeVU=t}nl+2C)|XZTMQd;K zy%D?4w}e{#R%5P=c1ugU!ky^D_Iug)Ep7s#vr>HCe=e)r@G2lg^Yo8|?}t{zdIyww zRol-zvuWCbPm5-)f4}HfdhP6r<|aS={F;0Jw|unp`?T%T^c9R-*O#boKQnu><&@&h zn|6Oc`lM=WbbsvB-n)$(3YjBaOeZ}2`z!2gfq~xj#j1SrYxDL+|9PWU&lhT5@BOwg zDV<-X+cfp?+3mZnBiL2a)6Y7-VeYDYRVFp(=eA0x2`4%x1!-w+n&G)%#)YYC)t2AT zm914yaCWP*Hv7!?%r|%XZZ_tNSA{MfNVvY#?E0_!8rcT*42oVKdKVe4IR(rN44$rj JF6*2UngH~<LcIV0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3e00b02f88f49b1c35bc6a49df829ae6269dc48d GIT binary patch literal 667 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@uIyO$Ks-Y#<5bLKuO8fe=AcAh2>b2Lda13kwS?D=RxYI|l~`XCQF* za|HrVKUdEHcOdc(0D_>PAfO?UksuoaVw3g(z2Q_6<QL4q$S)u$B`vL{uBoY|t!HCv z7aA5Gk(`p9lUq_!T2@in*woz8(%RP1(b?72-Gc=jb-C99H0`ISi(`nz>AhEu3pE)C zuq7O5+uN`=fnB<@X~o88f8$S;Drr4PInew+lfOndZL_rFkMc)PtKyf>dGWW(@}1(w zSBEwlY@1_z{^C-ty}o%lv(MiM*ON|*ogAO=S+wTis?f%nQ$8j-d^|r(Ro*S<<}!6N z@r%<qG-}OiAC@<tY6v;rKj%Svw$n?_jZutOHvc)nwTM}X<!!`WMw6p;EicVm%gn?4 z7=4`<Di`rD5_Y(2u;2Ycqr#zAW(ukoI{toln_#+HyWvTEl%CnPiF(_A?ub#$%vsbE zsPyZA9{0N$>29|ttTsHcN8BsON%vvQ#67#CS7rVwy`FXS#{Kw(*7I}E%q!WZR|QHM Mp00i_>zopr0Nx+~2mk;8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0e67ae2e8b1cd57b51f9ebd1d7ecb9de72226c27 GIT binary patch literal 1159 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)g@ zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdC}Ii(R_^9N03@wEEi5dotgLKoZ0zjp z9GrcffB;Ck0+F9H5CBPcKUW~|^mFwLaQ6=I_Vxyb4=`ka0TLD#2J|e@JCTtf!`Co- z83ThduO!GXn1PXrnT3;!i-(t&k6%DQP)JBvL{wHzPF_J#Sw+>r(8$=t%-q_>-oeqy zKOitDC^9-ZB{eNQCpRxIzo4+FqOz*GwyvSExwW;ey`!_My9X~&PW!)`fq}`?)5S3) z;_%xWH-m2lh_ELdxwdr2m0eqIU0a%Ulr=g!H#Tc&s2AhKYGxHd(?z0@hkpK#&(`Zu zQP~;pUvNya-v7*#hqHIjZ$AHh%JJ#<PF{$zsABkj#?fSt*sK>%HRm4G{h$(k&`(_L zgC^tBny`r~nu}9DtBOpGsC#(ehj>yzfQR!Hrmn8Dzu(Sj<kdKJL}+KnqHFPH*2#jg z%4Qc!dPF2QTjf7aZN1^9xj5|A-kX(^HBKK<H1eyu`{K)+mt2KCO|$myJ+SujH&K&E zlZvnO{kRs^Zs#y@2ix}V%kt)Yi&xm~Y{d2J?;5tV2SgvTlozFEUEmL>n9#NR$EtGz zQ#j0>zRUUkUA;kmx@OidgA)t-Cp>qq6x8s|JU2m4!_;{*PgJ9h{HZPn%Tp?cElq2G zoLMmckLoVFElLyWay;6KQ|un!=J~}eX*WeM`kU~nqL7Vu*7A5Y9cfqD(VSA6aKCs( zlFsDR##a-j2Txz^H#fAaVvpp5GY;owEzSM-c5P?h^DU>I=4{(u&TbYeeQN8JZI&CF zmBJ@n(DuG8zIEZ!v*w3av+oKqe|_F%;nwp<zMMTQUbmqAy!q8z%WFPuvwA3^E_LeX zrHH$`r$uY6x^s)yM667Ct+qnD?$YuzD^<b@&sk@Gw3WJeK04q@zu9)-zpw9Y*S-Hc zM|xud&$^Ie<u<8v_ZQq>`202B(a7wXE4NKsakTMA&~$I{+lJdKIpm%cB)_v<Z}?s^ tKI(3#+Iw%6#n!94A2%-FA1Igjk9i_PBX57y^qHVyz|+;wWt~$(69C?Z+0+04 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-header-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..89dee385d2d0e5b84946f7231b8ccfa45136b144 GIT binary patch literal 662 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@l9z2L}VWKsJyBa>K&HAZ&kse~7pq5Ewe>89V6f>zkUIT3A>(0D+UY zgR{322>Cj>`Z~M%`uX_<1Oz}#0J;mPcTVvfYoIrrN`m}?85sEm1f`^<)zmdLwY2qY zZ0$nB!XuJXvU74vN=nNrDjS=cTUuJ%IyyQ!ySlo2FoBQM^2tEczIeJghFF~5d*!%L zlYszRLf2mHZ*8*Hh7C#P@Bas_6Bcw#XSew=|Jwoco1SHYE%oX_YrdMaxxBvGCCEQf z+xzr_D;xY~B(L7|WY(DzSLPe8*N|Q!J2^J!uV|IqRjcE^HNVmvVgpS3ZF_E*l=}OK zY+S~nQF*EMV1BbI!&F`SO?LKoWF)MG;<OufwaH7)KcTkGciWyk=2-#ui{h(p32xf^ zv4|-{hC{ZqSU{Tj6-#zLyX>c3tR9?Ig1>p!dp8K}kJ%Z)|9waA@yA>nBUc!9waMQI zJtz73%7s|oKXd9%#cFtRZfW6m{q!zx;i^Zk*M)ulbpO9o`Mr{}wU?$gMS)U<r>mdK II;Vst09h>bY5)KL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..56036217ea7740c6d270b68616b57ea38a294a88 GIT binary patch literal 1147 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-@3 zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdD53`hh7Nkh4*L4~hK7d5#>S?mrsn46 z7C>O*YGvbY0|XA9Hcp;)Kma72yn(^u03@Bgot(X$U41=0J-xlXfuRHppOBD{u&^+o zmw}!Fnm>Et`w76%%r6P@3ua(sVrJpw;^N`u<>MC+5EK#;77>+|lap6aR8~<nFf=kY zF*CQev3GEE@(&0M3W|(QPDxEm&&kcp%P%M_s;I20uB~fmY;J9BYwzgn>h8f0vgYX2 zGB7Zydb&7<L>zv5<9g5`2NAY}BYNNNX={nS*_-6Z;$pslQ%a|SO|a<R|4S+hCQV2Q zH!nOU`G2;-<nH`UUu9(a{{Pu)(pz=Cw$b}Xq8{_U()S+1ek;GeX;QuU^~x-Rbw>^M zaN0;aznJy3RYp`aF2f*U&Su9G1uIlO@`#GgDSTy_dwarO$5|U9wX#-kz4P*Wx95_{ zOFWc+{@!}dLF2sQ-Ga(hGo^y8_dc}g<~el9({`!f<CP~A4;O?iE`Rl_NGnXS(`V9> zC_!n_`4=owCT704cJD@ea3zcRGXZZ_*>F)s^ArKK^&yjXbG&72Z+=w59)Iv<i+Kz0 z#hu4p=5up@Q9ZRHu0-R42uFp7LgONy$&;3*w*@*+=GwwzBlpO2fx6qoOP7=vR&8A3 z!2UyXl9?{2idu?iS>Dy^n)t?Z52W~yo>&$;ZONU?b3*%>Tp0ve_9<q{?${tB6l_$& zziYx&=jmEJu}oju&h0w7Kxg-n<egjm_wAAQ*zc~CqPcYQ9^JbePA&Hc3Q0d)=5TJ4 zvPSHWiPvNt-yUh#x+x-=+Wu$O0__iKc6xU58}=7{v^@4^?<x2FtAwMwCr`cf>fW)U z*GEF5Zj{~*cPPvBdcVL|_2YtVKi+L#e&W4$zIxO)h0{@Yw&j?;HcOIQDcHT*P1pIW z<#V~^j_1SQ^E&!HuzXq9Rk&qsYR0~EOS;$2ytk8yyJ)LzY;X1%>GtQ>`Islp7n*qB j;jKFxUjNUZVn3r?X<yfr+mX)opserd>gTe~DWM4fefY&6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-header.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..e0740cea2cf5edf1f8d266b2f228a5364b1ae7a3 GIT binary patch literal 687 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EmjZl3 zT!Hj|T7vIj0Jq`Cj~_pO{)BKpefsp}%NGcH?t&HbfN0Um1&dZ5K6>Kl(Njl{pE`cx z%<&WFPMkV-3W&~JICJjeg$oxhUc7ku^5v^nuU@}?{r2tKj~+dOm;*HV@87>b(-iM4 zI0^KXTS<^#FasmMfS{DLn!2Wzww{fxU1(T%L~=@YPHstQSw&@IQ*%p8Yg<Q0M`u@8 zS9cFC@MepC0no(1o-U3d7N_@KIWE*>Ai$PzuuHaj{f%Bx!A_@uPyg1Zu!uI!<dFO0 zU;SYA8<pKHPXGN>!t=Oi2rY~~=PIKTGiM=pi`Jz~K7Fn=xsz&rE8TVnMozDuc|}I+ z{Q>Pz-OJNDd+m4vzid|9*q)d*>rscB>yBdrQ!a>xzu4aRm_>AgwBq~rY{|!$PZ?y- zTkz~?Z-~AXgD0Ey>UF{<EqN?^PY5vHuzRiO$ZXFspW#OI-G_{hy!LNTI*2r;Y(M^c z7spA1KIzvhY#cwvubZ=yrTUIma^J-tGATWa4zia`tn0PB{&}~Q?729NY4a7o{uc79 qytZ@q&7kgm@74yX{rSHCf^4?`gOV5S^Opkyg2B_(&t;ucLK6TBo`2E+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-header@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..989db68f4bf479601ad02d147741ae4c7ec4dd30 GIT binary patch literal 1177 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42;16 zJ|V6^#s7yRn7d%bJRn*GL@O68TDfD_{#|?a@7aHN@BYL4_aEJV5QvWNKYaY);p2yo zo;Z5+)Y0Roj-NPl{KUBvC(fNack#l73l}e5ynOlc)vH&pU%!6y=FQu;Z$EhO;L)Q; zPo6w^{rdIWw{PFSfB)gbhfkkA{rK_Y*RNl{fB*jb_b)Ik``$aN0)w@%B*-tAfsu)s zg_DbimycgSP)JxrR8~%2K~Y&n)xglm*u>1-+Q#0&(aAp`FeoxQIVCkMJtsFWzo4+F zqOz*GwyvSExwWmmqqD2KhgguiUgi%21CzC<i(^Q{;kP$_248j%VgC>$sBuEG{lrp{ zr7L8DLRJM-MRbVePtnlv-L9GYa^w5||4*iIUs^Id=Sk~1gTvq3pR}L*V*Gp4&06XC z@6F8hYl9bF^~e!lH{)(Zis_dP{>w^O%@0h@Vc9J+<3Ny*7VF%30+SY2Eo@pe$=lYf z=fCHisYOdPcM2U2_{h5d#7q9eGu?D9o>~#O_WO3L<iKg_O-}-wyZR#Mest*-O3dK> zx<qcq+}|f>x#cW+xMX75^77e%Nzz@b?v*{b^fIE&rqDyqRQa0KKS$#LwLVK{&&%TH z=5F^XZrilt(cafK?avmtsAw*1Gb!iW+cbyg)I+g-ZN@C3O1@Xm%Gcene^g$!XZ?&W z+Y<|q2TX8wH4lgi<l}wbzo^E<vESm0Oo`=^-HmlxZAa>^=g0fn+dRG?y`ZRLSK|$F z=b+cq&p*5R#I(IkLAl*%-8`$`3qRCsS_9O-v|$IwpZ1i}2Ya6j$Vgo%S8Lg$GxwIp zU2`?9x$To5hRa%780h&JNbZ?^PfLA<;>xC%Z(nj}^BkRUsY$%-!fsWKwVRGD_L@C? zL8F=Os)uE{!kfjV<CpkK&(DwAHudqX6Dv=@bGbBU&Z0TuXYc+s-4-3)`0QBTk%f(C z9!Z@@^nNY7f7!H(L$_-BZ<+jDzC*2k%U6rSeA!bsr)_%p?6&tq!OQYFwjB#+R9wg} ze)gJEbwSjX%r<%5?og4*5pT+@bk4VbKhXT9_4)f#e9!hy?$(~Y@k(fCNKWz7mnjdv e8K2@k6Ynd3a<k)PjU~V|%;4$j=d#Wzp$PyK)~??G literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-selected.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..f4398f604cea201a384be697cc410ec161652278 GIT binary patch literal 644 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)ETLOGS zT!A#HfRmFmH#fJkva+_ewxpz_s;X+voH;XR&YU-I-ok|omn~bic=6)p%a^ZPw{Fv> zO`A7w-oAbNmMvR$?AWn$=gwWbcJ0}-XYby<55eI6{rf=r5g5D&gST(r0_m?`zkUaU z-(c|f?_W6M|NsA~cN|23j<zWY@(X5QX64}I;T04T5fu}ckdl^>)zZ?|(J?bOx3sjf zvbT3|aCCHXc6E!5i;qu8%r7V`tg5PRZfR+2Z|{-%E$<FA=a;98V~EA+y_c_xH5u@* zC5VW~+_<(^{1KPloEzWk^#x@v6fL^<BmQgCdlTNyMSrYU=A2Uz;WRA188S!0_IbhH zcXRbz7YZh3l^&PBc`YC;Xueza+@IRd)mE(#n^j_)WMTiXd}2uhSGL?~zWu8NY*rj^ zeQ<Zd_jE~Z!NxxiYdkXR4>oOnr~FxA(cT`lgx&<HdEItel}evdj^s2*R&TKtj1`hI zVwmAJA!eTTY{46Kt?xgTxVxNgaf|5beg58UMXcaf`|U9&x$VolXV+M`J$?K>c}YfZ z@R0}1-dnC`g_!wo{#R!DNA-&JgQ|Jl75p7~Z}Ogf-j)97iTqB+Akmapv3@_QK}o>V L)z4*}Q$iB}XucBQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-selected@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..67ea825a4dac0c1fcd15b7bd32b42e7c1aa4c652 GIT binary patch literal 1081 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*mM zJ|V6^#gqe1PEH{qAwfYwDJdyMMMVt_4Idw$;NalEz`)$x+`_`bl9G~z3l}b4ym<NY z<x7?<S+#1_x^?TeZQHhU=gwWbcJ0`)V-FY{Ja};5zI}%d9XfpY@bTlvj~qF2^ytx( zU~uZxsfQ0A-n(}XNZ!AHA4om|gQriQK701;#fuj}^8NewpFVwpkU$0yd;tRp<2w@g z`Sa&*F!=lT@Bjb*AtaFT`ciNoFgT)0g8YIR7@3$^*w{I^xOsR5ghWKe#3dx9q-A7f z<>cfQR8`fqv~?`4tgLP9ot&IqTwLAU-90?LyuE#VW8>oD;}a5-Q&Likii(R%N=wVi z%PXs@Ynq!|Iy<|%dz4ODyD=~@nR~i8hD02GJ3Tx2mV-#!Qzci9%!W6STSPtvt>uVV zdTWx<)J363#Bv00{{Qdp!?caXY<K2)zvXj3{@w6%!b}^>>UZAW=YRbd@y@C`r}Cj) zDb4TtBtuEnS?8LBQZENiG?Z#QJNew(4-XS7Zd=}SSlA(!5~kuCmK~ns7Qc#BL`(Kz z;Ul&;_cmJcmIZ`K$}AR2``A-h5_M$4nIlZ?Yrac_-xYfGEAEHo>6F?7OeO~=POE)5 zP5)cOf?ewkmi$>Wzr-S$X={Ms!vBv{65Bbqb}OmYs|DnJ_2YT9_><=UDSp}k=|Z6a zYHNKQBX>+{)GMsC*5%xw`FKO2<r((qv$n77Ufy2jn;w6}Hh{}-iNZAw=1n=f-!Wty z-DdyOL6d(<W1q|wKIW?Q-734@+x)SgHgngD)iNc*Y#|lzCuN=cn0WU7T$>4;&XzB# zHP&BNzJ2-l)}6OrHFESkSy26h_mT~JM^(UGR@p#3kEd5d)x*vGjYQd*Z3`6I+uu1_ z9-Pp4zUV@wM8H+&faxL6TgtimL{)Q&le)Y&S#V0X_ikJylyX%~bw%1ouYehgsunI< zVU@c`i}|f)rtrj=M1^NH!Iyu`3H#^9b1Ufbsk;xKgdEuzAamC~ue90n`m1BQ=?yxp zyH@^}I{cA;!aI)`t_?4x%vY#cIM;Q*mcO!Bm+xoae4ZQc^pBY8-HSWMB)0L;zo$N? zQt=@gr)2&qnZ@d!?k&r=kovnL)BKc1c88d#-f1?CiHb4P{y+Nle@%Tre_ErTxBRw6 QOF{Y8)78&qol`;+0C33TeE<Le literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a6607a73b3925ece312cae1054d4c1a2819735e3 GIT binary patch literal 687 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NqaNIdk{!-Sg+qU%GVZ+_`fXE?l^I^CpnIc=6)dvu7b9Kn73*NCMRWRRY;S z0F(l%0dgTKAtFF71OT}}21M}MwQE2&P}$Y1S0S=My+FYmH*P?<K&d--?%ca~56JE6 z>gws~S+ZowvSrIwtXQ#f<;vBoS3{fu)PDQ+ZJ^4xZ{L3U^y$ZsAHRS9{`>bY&=;P$ zTZMuCaVZJ%3ua*C=NAx^l9pCe*VNM1v$3@c4GWJ*PD#nm$t@`@tEg;jYHn$1X>IH1 z=;#Dm*VPTQ5Djo1s0PLaBde#2V~EA+y;p9QH5mvn1gwY>k6N7+`+8saYa^|RA(8+8 z&zI^6QJg0jH)na}gL$56#vYe8D~GNrT`tm@xjo8<)#FofZbV<Qr23hQ^NSv3-8;6d zn)9=GYVA?;_u9Ar^8fBw<vVZonLo!2TCdMqYO8GSYc8PHl@Xk#QC{TSSl*l_sU@A5 z(jm{Z@C(B)%W%o8=){yx4`!!?^PlzG)chnYl`fe!+*O@#U?Mc3_PG*!gRQ-+tkIRO zA{(Yz&+eYKpC`3eaF^e<Jt3V7*IfAY`0=#UUn}}=e~=6Jsy{BZ`1%j#-DiF$uj5&? z&dq<PUWildN7W;zb*@Z*@J>uiw&t$&)cz-z|2x&UR9w_JmEb1{3}6ONS3j3^P6<r_ DRdiyK literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e9ce96939ba9d3262d60b1a5ea6db5424223526a GIT binary patch literal 1170 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#sB~RZ)j)$l0dM3|Nh61AD=mM=IYg}M~)mhapJ`7+qZ$-^XJcBx^(H-v135- zlP6CCMb4c&clq*Vh)N(EsNmwoix4i54Fnf1TmXukJ$n`?3uFVOfLx$BkOAaEv;Y}E z1z_dpfeavkOF<MvNQg3^EW{|dbr4(NS|H{?xIhvj3sDSYBkP5z?CR?3>FJp}ckaA- z^A;>vuxQbuB}<kpTefV)iWRF@uZE}xIsoWRps#`9aOcjQd-v`=c<|uSqeoAkJbC^4 z_1m{^-@kwV<;$0E-@g6$@#FXJ-+%x91qS1#D-W*%L$;_S$S;_Ik%@_!g_DbimyeHM zKu}0XSVUA-PEKAyQCUURz|hFp#LV2>+Q!D-!O_V-ATTH>GCDaWB{eNQCpR}QKfj=` zsG_o}y0)&ap|QEOt-ZaYv#T5EY&@Xdc6lfR1CxQLi(^Q{;kP$#2Hy%0VNX~R_ByKD zduv$W?oRH!wb#VLUpd|EI;QGY+@Pc|;lSVj@m}i!CQo?c=3j73vY!8dkKDeU=H-^` z(_dTq>)Xctk20uX;Xe~-vE!Ni`$WyR`+N&jX74NGURG?#_p&BXD_kpe<qZGDD{eTo zbAC=TW4b96xO9qZ;6%yo6EBN5^!SuaG}d_a{Iy%U$`l=eW|2t}nkI|N@3{sG8TL#$ z<ni%))bm^$RpH4eEHXXbmdLBACP{IcR<p;J`<*t|5a<>O(0){Xx;{h5=!nsdt>%H{ zQT2^EyeBm>-ly{Z;)p!Nk@viAg=2I;lB24~mcrLxoM#y%zrOR>Pw(aSiqb=!uh`|d zY8!2&Pu*;?@C%r8`V~L#mrkeC0V&R|)&l;jujXXS=>%r5tC*?WY&=rzDzr*IeHP<E zv(`H2nY>eT_m&1q2AeKl^e$&<0FzeE3a0N9zVQ7ilwnG}XK_!WsOVM8?Uj#tm!CU$ zv|yn^&EhR@KYS9?Q2ey@?~?d?^XJ~#a4KL$%7#SSbFz+e6t2ZjWvlw^(VlhSpJ`!l z)3R6M@gFAY*<ELOt@XdVX;1mpli{x)Jz;ygX2t5?&CjMr|DOBmP@ciHHB3fk3$*tt zpVjP4Ui|A(^^GMb_8%1edARqj%X|LC+gP{XyT%*svwi(S!NYGacbw0?^ttrM;tA)j zMxT~hx3%Zo{!LlamNOrJ;Lyi>Id{#mJ=HmNrRH-gG$wMqUw5vz)b@YxCzj9rFXQT; Ug=~?!228mOp00i_>zopr01RGr$N&HU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-selected.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d2186b7c0bd5bac14b912d1a4c0263236bac21 GIT binary patch literal 717 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E_X2!E zT!A!I04pnNetv#+b#+ZmO>uE?Wo2baNy*%~bLY&NGjHC!MT-_KS+ZpD;>AmsE?u!= z#j<6~HiE(C&6~Gw-MS47wr}6QbLY-oyLRo_vuEGFef#(Ce*goIkidH+@ZrOUZ!qv1 z4E}(@UoiOp|NpAJj&VTmd6oqE1v9X+aq;mB2#SfzE2yZdYiMcf=o=Us8Jqa{`UM08 zCa0uiWMpP$W)&5emX?)QR#w&4)~{N#cI~?L8%~`*bN1}L`w!lK{P^YTw>Jx)<S{TX z@_4#9hFF~5d--NrlYszRLdcy1OQRHbY~32VJL1*59ifHV&;G`Hh=@)qICfe3|LT|z zb6YGwdtcfs?6>T*l;fhO!6yy8uRKfHdw=~g-ZO%+UpHn{dY+H8S@_1V%5dYYzPQcR zj-s8r)q=iCdTkdK$($&B>YV0e)w<Ac8BfYjE$!33>G*1jyF#7C52Yu`8FS8cH5X;e zt#$droW@=C?&m>A*4ggcI(qmV?(gjoVY(Q9pudKxq}HQmp6V>Il3NK?=Y!R3q*!?l zne@DGH0RiPaPjrq%F~UEujv#_F1)^C$It&#o*SR9J^z4v_3`yrHU7q(k=cKIbz890 vQ(m3h+Zg6Iu4}pRPA$m%^}K}Fb^S67Ud}DAW4c+6fYOqutDnm{r-UW|d-6fb literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-selected@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1b8944f146baf901484833de12d8f0ff4e0995 GIT binary patch literal 1216 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#dHI#tgKvITzq_d!otGh;^HbQDjFIZ+S=MaK0f~b{(*skSy@@Rxw(afg~i3i zixw?fx^(HXWy_W?U%q0+iq)%EZ``<XI~eTTxpUX9UAw_x&z?Q|_U+rhfB%642M&S3 zVK6v)^ysl;$Bu)+DKL0|1RlY_GbHc<20kHy%V41E9o{WlW$2Lu1Xpi*|9JTO=b zOM?7@85o&aSlQS)xOsT_goH&z#l$6K<rGy^)ipG=baeIf4GfKpO-xPA%q^{~on2gg zef<M6GPAOCbBih}E32w&YHJ%B8=IP2TH880yL(oxUbA-Xx(!>mZQpVJ!o`c1E?>QR z?fQ+Icke%V`0o9Ok3WC?{x`3FcM$^vQ@p2(V@Sl|w>NHw3pvWL7jPW$PFdHn#pTea z+pdQ{ghggHl?7f(N;Y-c?4+|nBjw-!>1osTbk4k6^Y_`&;y-q8><akgpZ$}r*|$1o zA5W|DMi(vK|1(Rp1iM?>E4&=KnkO7t+Q2P5CnzCxebukWfA*9{-Hmk%JQZ@G@uR=i z=GNp(llg!0bj|v*dCml${&ODjvsSMNJK3{Q%J-bSfZMmt5}KB`-uGy7mmc!bZGW}z zby>PgWQI_?N#UiA++AnST<=WIDmT33^ZrTqLB>K)NmJ#d|8t}_c*T5{P;LFMx8TT| znbubv)-JcMpLW?IN62s9qFE;Yq`MBg%ayc5Z;wrv2&>?GsZ;s$P*J9@>HSxeCoTL| zC$MP&=Z(isOJ1;E;!W;mdbKNY&sIlsT@9{KyO57ew&p&bcNggY=I@TWko)6MyWbv% znc>Sq7W7{){&x9f)1(WJobTK8?%I|cQE7aA`}U{+sarKK)MFf8l`H7V1a0@ph)#B5 z+U<9?e0QFEa_QV1Cl}Z*K5<(7nRBvFo5r5!&hPg)RCZtR$((GsS3M#8LX&Rk>?AL% z<b!PqI}hJ&60^;9tUCD0XzhZ{+Z1-Kl>5BES#Y+Nt=cD>4Br!m5B*bSy*n3f$S!Yt zN`9B~_oFgT?e3er*==ccYUZ}7(Klyp{_GjE)0O+goW};H?-FII89lx8Rlna{XuHFy zG-tz!^V4QNZhp1>pwj#}&D4qu5;Lyv_*vFndGw37SK8wh>E^Fw)@4hmss5b1ZkizL zw63XDtMC4+3)0kE6t&oeY2EZx$rhJs>pto|a}>P(|H0M!8q*E-GaO+xW!}rjRtqXV NJYD@<);T3K0RTvLGB^ML literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch.png new file mode 100644 index 0000000000000000000000000000000000000000..67886a1299f7127feb691700f95cc5813ac90ed9 GIT binary patch literal 729 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k><XZuWQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Ep96eC zT!Hle|Nk#sxNz~}#WQEloI7{!{Q2_`E`$MO0~ruDP!<j#B5-k#3K#%t0V;#>pfubZ zxcIee*MMvY2@wRU0dlWjzYgKvxpN1|xPANf-Me>zjIOS(?(XiMo}ML3mMmMgZ29u# zD^{#nxpL*IRjXF7UJbDksQuQhTR<&9y>H&U`TY6w_wV0-{P^+v_wPS{{`~#>7wFkd zDe;Se-nJ|W@(X5Ql$Mc`H!w7Eb#wRf_VEi2$;&UCHD~Vp1zWdmKXmli<ttaO-@bGA z^_%w}K79Q21!&YSh)F9guP`z&FbaFRIEGl9-h1U{*dYS}wg=NfS&y(XGU{@4Nw3%; zIOWo%4NH!0d;j0WhqoiwCb{}>y{Y(Lze}EKleWB7;oiDh&-K#YHDZ(OCRx;`b06P$ zL#Fu4PMP~N{#sv-JvwK>8>{VRKh1Cd?X-0b{Xb#$+~x6XBKxj6-!k5mv}@lCjYVBN z8ph?!2X{M`Gfs^ZF#LG9(d}hLLd|tohqJB%kxD_G%O)$Xmu|4~6R=b=3URUvFJ-^5 zx8aR_U5d|%3Ge&vG40~mY&&;_@}iHs_*RIl6Kq>p|6!>g!&^?>`G4;h{nWYja9(x0 z_EP!%i((dseBu6GwPD}0o3l48zIZN=O)IV{ahiEc1%K7i8TDoT+PXD&qNgrCaxH$L ZszUd-(7z$??15p-;OXk;vd$@?2>|PHm7)Lu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/switch@2.png new file mode 100644 index 0000000000000000000000000000000000000000..16a25780c6edccc31494aa05ac96897c1629f6ac GIT binary patch literal 1264 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-h_ zd_r7-ivR!rziQR0{rmS{y?XWb?c0|wT>>&ro;-Q+;>F9CFP}Pf>dcul=gytGaNz=w z3t^u>e;z0cWS>2I7RUxlK}et=Tm;Al>Vl9!22cS+4Ui215D_2=;X(|72m(bQih+U< zHe4};fhmrx9ikUa3whkGuCDIx?w+2WxpU{vn>TO4f(45fEn2*I@scG=mM&eoY}vBq z%a^ZMv0}}dH9(KUoelIgFsy*Vc<tIXV36LqbLZ~eyZ7(kfAHYJqeqV(KYslB_3Jlp z-n@JF?#q`iU%!6+_U+sE@85s?`0@Mq?>~S3{QLJ07%54|XR-sMC!r+BFPMRmnT3sA zP)JxzTtZSxT2@Y8K~Y&nRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ew zylm^X?K^huK632%iIb;JpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|@>& zba4!cIQ;g;&)~}rBJ3Z6^h5aG3)={Y>T9j|$|fo>bydI`TM>`I6-SiUPd~cN#CO)M zzne3~CaCysnkYUavF$zoTmG3R)5|u`uGN=2@3$@f*6zQ}jTcOE3@$G`u;71?wRh&X z-X?9yuco&RborAe=yrX&AGKDi`>0M=*FF1;gKu8(tA9>i<Y_toNWeq8^)ri0B*a9M zIwm>yX1(xOeA#lQmf++mK@yppF29)5za%wDO0#!jlK9tiHzT4H#R3a1Nv^$YHgQsC zs>+o&z1!DW`}!|*$q8~=+mY`3f5GYr%G)AcJf~lub2oo-mu-mS+vVleVGCbRQ15vX z=)7wi*WM;0Zmq=&rfZ+`JRy{3<d-Kg|F7f!*7=*~EZAEx$7%b56K!053Vn}5pIaY4 zT6%$(%a&;(Z>Qe^mgQcn4xfFgXS3vj^n{xep0Ef#3+Y_{zvl1K-5+K-$uBt7wyJO5 zE`#$IYc5&~EV+=rV&g)oKkX?c4<^4BSn>JTS?*;MW(OZ%?=v@$Yu8?heOD*8SXFZ# zOflTCeNUy=h38umHtosZwKMVR!WENlw%I<sr>$}B@^5bL!oS)tZiwv-ai1eETpti{ z{?<Y98;hFH7q^y9`R~TNqI$1YWm5bcorQCb-+EPNqnaDG^Xop>=o@qUqQobNhA>Ln zF4Ye`-+K8{+LR*~xsN^Ct(+0}M1SEk-5VEg_{r2U?({mm<>9s4pPkcqCw(t-R&Kk! zT)sB0d*1s7d#0I98sV?kE>#gT(oieP-|s8FdwqEdTg-_w1@Gg+lJ8wBEl<!f*&3Ln mWnxyae0Aw_<5Om5jM6u^yx(!D<1;WxGkCiCxvX<aXaWGb_t7{2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-active-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0362949917784c52591d114ddfdac7a4a11a33e8 GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZxdTn8{$=!0XV)W81*v)+XTC#_!z1@6^ig*e2lID&W*6;M58hY~^=q5d^ZGfeKm$ zp|ULkjzEzXpc;@Cka`dsA_8LIL_*B=jzH@*N`m}?8JJi_M8$$aLc`({5|ffsGK$M8 z>lzxHnp@h=o;!cx!^cmbzx@95_uo~1Sq`9{Mo$;V5DCfLgPuZ71`G@b1ABJ7->tzS z`s}~HiEH4zH_z4=)b5Eps(N9zi?!i$<IJ~PEj>G;W`#ucHmtUaF+ZEOU|!?$s)T(B z%f%c_ZXUj-!W8)TOv0})?FS3jS;$4MVl4<f?3?ds%c%G(I8CK8d%f)CliJo#XWV;H gv;OsO&Bycg7Z!>zMyyRw1v-Yo)78&qol`;+0HsQpZvX%Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-active-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4321e0fb221a26fab579c4b1bb34036524ed9de7 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|28LA(p_3Rq+XWn&`Q6(2U7Gow+W8!sgdAH19NGn3T7g`C#}*-{HbKW0L6<f` z=N18{HUXflGf-tKzhg5$P>pjtP??Z3P))0#BV0`jzhfJ}Gf+(%SY?}_Q!7|w3qQ~_ zXD}Nm;?x2b1TxwLKwPllK$C$8s0PAtY6a;<Ac#t25d<5k5lJP4eg9oY0noR;B|(0{ z42;a|3W`d~D%u8yM#fgwHnw*5j!w=lu5KP)-adgr!69L(X_<w^B~`Wc4UJ6`_U_w% z<k<0(*RJ2VdF$@Om#^M@{Pg+D*Kgl{{QULz-`hi9ZZa@1s(ZRPhDb=RJ(y|D6v)u_ z@VUn~)s{Cmw>vKKi9F@v^8WvSYpdrz#i7T{zn`r)`h5NAt=rKN`(`P(TCUIzylvhy zV@;Na>gfr0y4_5|B`5s9q(4_w=w@4x$?}ewtAg%I?_sv|KOb9p-oL2JVwoQMwp*`W zia7dp80+gZw{H8glUK5GbHw#edJRs$lZ7p&iYH7JwPxm$K2R7Q$N4(2_PIs-{jRGU zlvMp*SiV}Nf2ixq_kDinotEqiU$ZOeeYOSn#3aRQYxi6;5@2yyr@FqSR5hQSV+q5J ziRGQ9>iIlOUs(*)^4U&bdE(=9|HRIj^Co<5*uLKW&7+xJL3bsS9`i2E@S7Cz^2PLX zLd;_ECW~gKdwh#?es@eVv1_3afAx}?yk3c`MW^Yd|M0hO6`z~2cT0dDFfJH8UHx3v IIVCg!0DG_>%m4rY literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-active.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-active.png new file mode 100644 index 0000000000000000000000000000000000000000..6c1c870a1f9b3dd310989060194061a1fd0d5394 GIT binary patch literal 443 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkZ$00XydVM;BjjcaBSmuZsB)o5pZl3aBdNBYUOuo6##O9B$x|gprbY+=Qd%Nb`jSe zS)U#`-~Ekq4s|R%+_~sz-_qj~R-Bl;>g>Et=NE3huxQ(b#oI0}*?w{9j!VmSUR$^S z%d7W)fBpXV_uv2j|JO8zNdTQ9S`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIK zf>uu##}Elg)`N_GEd~M%2Qs&BkrL?r|Nn99lOz_dQZ@#Mri{S1*9#RFo@4!T-80}i zLy>iU<e8H!uCq3;5#47O6t!>WsznLEbr$DpbT#eYQuQ}!67Q4pdrZ#PHu{`TkGzm7 z`*q{{e$M48*O(sskW7rxWjt2K{mz(4CR*Kb-NiS5fv)_(uc)V!x6rEe570pjp00i_ I>zopr06NXCP5=M^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-active@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1d4f397c3c477693be788e7e96a63421e33d1c9a GIT binary patch literal 789 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>jDi6^ zA+A8h{}~wC1st0B-J1EG+W8zh1RPrh9NGn3T7g`C#}<BvHbKW0L6<f`=Qfa(Gf-KJ zfD@42!tdC|@7xMf1C(-Z6>tKg7O)zy0uUFh#R+IsD^Mj+0f^z$DhQGS%R(6tE;<Rc zQOLPN%&kM*y;IzyQ^K=L(z8p-t6RorvQETQgXmoqQ}#8?I@G@4P{+c<U5k$PE<HYJ z<%!9wPEK8YcJ9V=^EaPgu;u#3gSU4azrFMLon0sH?m2aD@9BH{&fMF7_Wpsh_Ya<X zeDcbx>-XQ^fA;6cuYZ63{{R0!eX4X4Fi?z3g8YIR7!?$iRrC!Ejf_pKZEWowodSb` zL&C!A>KhuHn)mM8f8^Nllh>}_xOwa4t2ZA%eg5+E*TqhC9bnj+d%8G=NJy?d_|nQL zP=f73{^@{Y0coDErgS|yD<C-Yq=47n@AZnes^_0uEc1Vj>VMDP^+zvPSNqkNs@Pp| zVw+bIa<bu}%C8*OCFeuLm_Kd)<Xj=YUnKpA@QH)&buKYlobjBh*OYobZx&j!xmZHb zFoccmXOP?Vhr*nP1(TV=X6H<4T%5j%S6kzj)f(+dy`Mg6pNx*sUUc-~F2$P_%9Zg= zqQbe-w%1MM_#b$6hc!I!i{)4SBI0t}_54Ze-Lpi$yy=+M`1(n++h(Te%D33oT=t(d zU0h|hXoTU#u*9pL*BYcwTCGvN=(NEqg*Vo86LWTm$<(%wS63Zcv29<%k|SM@_=}TP z>i)PD@<{3w(7_Ql#;$*Y=1h}U+bl7G-+R6TQ>|HhN<){$hb7OB`WL7^6XEj9sr31G a*}N{c&E)YhwN79RFnGH9xvX<aXaWEO14rHf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7611f5dd0803772b0f8a5c99bc2c87ec99f1f103 GIT binary patch literal 421 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkY-@`4+Q)7?_ag**v_2?x9mB*2aLAwJF;`<{+;{xZ`*Td`<_EP_8s1}|LBgrhjs!P zyY}zeb!6B6Bir{J0E+D1eQ@`_BRh5<+O_x4j@^fM>^;15_dziG&~BjmJqLI0IXrVx z=`5gC$|XU5!3>N{9Gr?uN^0sF8d`e#21dpvCMKq4K|#R@iHS)msi|pcn;kZ&0+rW$ zx;TbNNah~&6lyYHU^p14^kCfzolfpE|K&5g7TMf98~@O7PuySI4J#&X4l!D-CLZi5 zHpy-Cij53%ud3|(+NV}Avwd~i`*g`S2P5ml7j+mt|6U2$dzFLdRp0BWYi}`^n{K(q zww2N8le$>S(<e!{473+--jNu1XV>%1*<AmAGJSRwxS0}IS_%p!Pgg&ebxsLQ0GY+N AMgRZ+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0c587941ced7c2e81eb87f950d485c44b297b79e GIT binary patch literal 708 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NmF5TD9>A2y6p^6WdOl*mC&ro;@cwZ{ELoKM<VRv**OttsvHp9fx-9I<o7? zk-Z>rY}>Z|+xG9@x%1#|5IC}b|8XFD%O0TK!#npM+r9hXwmpY{<n}#>_JA2X_8!`~ z@9?f&`+<f4Rqh0<+_mq>?%juW?%BU{&!HW=5AFbR_Z``}2Pg~T?%I18EO>a=ULg1I zj=hI>?moD4_hGPtBR~Up1I+{}KHT#=v<v7Tmy#gAU<O8JUS2*vK0#p-5fO0-2}vm_ zX=xc5SvffcMI|K-O)XtLJwqd76B8>RA3y(qfUvNz@QA3`xVVJG#H6I;<doF3wET3j zvkVN3Ql2i3Arg{n55A6K3}k4#82+-xVX4sE?8_ZIqP$t3?*6w;eQ#^bKkMICvHw~7 zufFqFOWeKFectItqrYsc&EmH#iB9o+8LRE)uCwCEFIBzCntW4}x46D?-D#zw_jJ#` zvrqQ!J+<;N?~?;RLy8M!pR`!~{&a1D)zp1i8`Sc}SF64kT;XSbzQMYZZS~qCwgI-R zd1;@R)-(q3TZG^D`m#|eHE-tbd77e$u3o-=GpswN{5l||VQ6{GvSSLzMyATgMhQFt zQm45$%=(noFp(!<a{7jEPec!7oO5uz$LAM+?%21<bC$p5wY1&S_OHNk(dwA<ORlw_ zGQ6b{-1pTxCh6eA-C;diI+|r$o>a~a{TeVcZm!L4HICzt4GgURESHaS?f4;CsI(Or O>I|N)elF{r5}E+s$yJd6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..47ec30d89eb70f6d4d037b176754cef95cff1e69 GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u7fKP}k zknZd2YiMYwsp+b0=&f$(t*q@TZ|FFC_QHh=S1(__aq8^l%a?CnyLR)={YQ@;Jp~bu zo<4p0x(cYcuBWP@>&K5D)eYTMbzN1BJ&mms8#^XeHgp3;Y8v~%QoYqp-9ScFU1wEY z50Fu(@A@8St6E8rUoZnFm#UhTwM|%9SU3noL`25K#%1N?0zqD0VPR2GQE_qclOvh| zKpicfE{-7*;ko^%g_;}$m^a&qiHHigggFLQ{rfMzS4X^ipX$n$o=a>eEt>!Qp8D)_ zObjhLucn@u<ryUOfb&DcMNh4U^1V9K^&hC-ZD`)wJGUV&h{0mkTt+7oyR|pJvi3}> zTCi=^CbfAL2^tG!8f^C6-LZRrQsx?~V>Wk>S={#xo^Jj2BlE$zLIDhAf4hP1VeoYI Kb6Mw<&;$S*7P~9} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3a27f104257b8ee65c5df3f547cfd4664cf19eb3 GIT binary patch literal 748 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E4+DHc zT!C~$!=&=^j)sQ*l7{Z8s@AHi3Dwmt)h&Hx4V?`Qoz>O7<qaJ*HC>ery=66>wYA;V z4ZW4MU8m1otgh>-YUsXj;p*kfHx3>-b?WTp%hzsR1EQOE?%cV5|Nf)<kDdY*R5$hj z$!E`ASJd^qeEItI>vwP7ynFKw2tESAoA>YEe*%HZy6(!x?y3f$nY~}Xe(jk!`|H;q z-4kY3)^$}k^i%=uYV4^5n%2<W&@!Q+Wl}@igu3R5b*+6sk=myI+LqoQKYjp}0iE~l z8<5diRo4R)5#gVD4d_Ylk|4ie20nfPF>!HeX&D(=IaM`vODpS;(6F$ua43j~jEahm zj*bC>*!cLw#H6I;w6yfhtlZo@5XjFj0D{7zqT=G>Wm(T685kJVJY5_^BqY}!%#3CX zlwf;sJ!+z<i?)*{?@cwADUT}u{pUYrnVzP1`penc(}Av=e|}3zdTK2Aaq_DJm;Fxd z3*fb0<#@Bu>WJL$m~BVu3lao{{V%lfTdS;-stG+ZvFV!hnna$e3qnaH3nunjn(dSG z$e5N9DB-=yl6{}_6Ct;VDLOq&C!hWKJn@NXPme~W#X1kO`5yPyB|dSfY<@lI)?a;@ z+(5SvcM2Zo@m}|sA{cX7%{<C@$354V2MlW$UYm6=v2#-U$B#an3LHO`vMH;3vANAn z;nbM8=CDV%P~%1=?;9EuwIvcS-n#JXuF{sI?fhqjlsoHHjs&)@-?W3ttmcN|$0K4E z8!RU4syn~g_;{0Y#KFEIhi|Gn6>D04aHbbstH^nJDbaG7{R6Ybx~repvH&B3!PC{x JWt~$(697+&Tyy{c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0362949917784c52591d114ddfdac7a4a11a33e8 GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZxdTn8{$=!0XV)W81*v)+XTC#_!z1@6^ig*e2lID&W*6;M58hY~^=q5d^ZGfeKm$ zp|ULkjzEzXpc;@Cka`dsA_8LIL_*B=jzH@*N`m}?8JJi_M8$$aLc`({5|ffsGK$M8 z>lzxHnp@h=o;!cx!^cmbzx@95_uo~1Sq`9{Mo$;V5DCfLgPuZ71`G@b1ABJ7->tzS z`s}~HiEH4zH_z4=)b5Eps(N9zi?!i$<IJ~PEj>G;W`#ucHmtUaF+ZEOU|!?$s)T(B z%f%c_ZXUj-!W8)TOv0})?FS3jS;$4MVl4<f?3?ds%c%G(I8CK8d%f)CliJo#XWV;H gv;OsO&Bycg7Z!>zMyyRw1v-Yo)78&qol`;+0HsQpZvX%Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4321e0fb221a26fab579c4b1bb34036524ed9de7 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|28LA(p_3Rq+XWn&`Q6(2U7Gow+W8!sgdAH19NGn3T7g`C#}*-{HbKW0L6<f` z=N18{HUXflGf-tKzhg5$P>pjtP??Z3P))0#BV0`jzhfJ}Gf+(%SY?}_Q!7|w3qQ~_ zXD}Nm;?x2b1TxwLKwPllK$C$8s0PAtY6a;<Ac#t25d<5k5lJP4eg9oY0noR;B|(0{ z42;a|3W`d~D%u8yM#fgwHnw*5j!w=lu5KP)-adgr!69L(X_<w^B~`Wc4UJ6`_U_w% z<k<0(*RJ2VdF$@Om#^M@{Pg+D*Kgl{{QULz-`hi9ZZa@1s(ZRPhDb=RJ(y|D6v)u_ z@VUn~)s{Cmw>vKKi9F@v^8WvSYpdrz#i7T{zn`r)`h5NAt=rKN`(`P(TCUIzylvhy zV@;Na>gfr0y4_5|B`5s9q(4_w=w@4x$?}ewtAg%I?_sv|KOb9p-oL2JVwoQMwp*`W zia7dp80+gZw{H8glUK5GbHw#edJRs$lZ7p&iYH7JwPxm$K2R7Q$N4(2_PIs-{jRGU zlvMp*SiV}Nf2ixq_kDinotEqiU$ZOeeYOSn#3aRQYxi6;5@2yyr@FqSR5hQSV+q5J ziRGQ9>iIlOUs(*)^4U&bdE(=9|HRIj^Co<5*uLKW&7+xJL3bsS9`i2E@S7Cz^2PLX zLd;_ECW~gKdwh#?es@eVv1_3afAx}?yk3c`MW^Yd|M0hO6`z~2cT0dDFfJH8UHx3v IIVCg!0DG_>%m4rY literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-hover-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0362949917784c52591d114ddfdac7a4a11a33e8 GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZxdTn8{$=!0XV)W81*v)+XTC#_!z1@6^ig*e2lID&W*6;M58hY~^=q5d^ZGfeKm$ zp|ULkjzEzXpc;@Cka`dsA_8LIL_*B=jzH@*N`m}?8JJi_M8$$aLc`({5|ffsGK$M8 z>lzxHnp@h=o;!cx!^cmbzx@95_uo~1Sq`9{Mo$;V5DCfLgPuZ71`G@b1ABJ7->tzS z`s}~HiEH4zH_z4=)b5Eps(N9zi?!i$<IJ~PEj>G;W`#ucHmtUaF+ZEOU|!?$s)T(B z%f%c_ZXUj-!W8)TOv0})?FS3jS;$4MVl4<f?3?ds%c%G(I8CK8d%f)CliJo#XWV;H gv;OsO&Bycg7Z!>zMyyRw1v-Yo)78&qol`;+0HsQpZvX%Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-hover-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4321e0fb221a26fab579c4b1bb34036524ed9de7 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|28LA(p_3Rq+XWn&`Q6(2U7Gow+W8!sgdAH19NGn3T7g`C#}*-{HbKW0L6<f` z=N18{HUXflGf-tKzhg5$P>pjtP??Z3P))0#BV0`jzhfJ}Gf+(%SY?}_Q!7|w3qQ~_ zXD}Nm;?x2b1TxwLKwPllK$C$8s0PAtY6a;<Ac#t25d<5k5lJP4eg9oY0noR;B|(0{ z42;a|3W`d~D%u8yM#fgwHnw*5j!w=lu5KP)-adgr!69L(X_<w^B~`Wc4UJ6`_U_w% z<k<0(*RJ2VdF$@Om#^M@{Pg+D*Kgl{{QULz-`hi9ZZa@1s(ZRPhDb=RJ(y|D6v)u_ z@VUn~)s{Cmw>vKKi9F@v^8WvSYpdrz#i7T{zn`r)`h5NAt=rKN`(`P(TCUIzylvhy zV@;Na>gfr0y4_5|B`5s9q(4_w=w@4x$?}ewtAg%I?_sv|KOb9p-oL2JVwoQMwp*`W zia7dp80+gZw{H8glUK5GbHw#edJRs$lZ7p&iYH7JwPxm$K2R7Q$N4(2_PIs-{jRGU zlvMp*SiV}Nf2ixq_kDinotEqiU$ZOeeYOSn#3aRQYxi6;5@2yyr@FqSR5hQSV+q5J ziRGQ9>iIlOUs(*)^4U&bdE(=9|HRIj^Co<5*uLKW&7+xJL3bsS9`i2E@S7Cz^2PLX zLd;_ECW~gKdwh#?es@eVv1_3afAx}?yk3c`MW^Yd|M0hO6`z~2cT0dDFfJH8UHx3v IIVCg!0DG_>%m4rY literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-hover.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..0046f77f5dc5645f33282d286ae9061bd0cea70e GIT binary patch literal 467 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkZ$00XydVM;BjjcaBSmuZsB)o5pZl3aBdNBYUOu2zj)i_HT$k@K74W2?(18R-q?Ba z{;`V>PhNR+>guD@S0A0Z_T=ofr{`}xzjm)x0I1OkqVfB;A3!b;^~(DK$sRcn2}D1B z{A?F-Z4-8B6LJQ!;et0l@38<nMY|-(FPK3@R4gbYw6UqVW&i&D2M!!Kc<9h!AUJmR z-1!TyKYaZ7>C@*gzkdJu`}bdo)8x4zpLn`BhDb=}9&{IKa$s;h=<oN8XN5&m*PfmK zf6iH?5nhrVHsN|~cxt2C#>5n*-balm1x|AE*c8mW@MBWZgRQTBzZLgTjcshTm3=F< zLPc`U(yh`m$|o7-Z{9lH{DQ}-#=Ws?-!QIFNj<Q(;Srn4B&Ngn?@kux^=S)OydtrL k-}K|<O}VF!T%IHUL|@F0FYV%0ppzIpUHx3vIVCg!04xv6+yDRo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-hover@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..48fc0f705fe45df400ebe246b1ac41ad0f818160 GIT binary patch literal 814 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j2r<z zA+A8h{}~wC1st0B-J1EG+W8z>1svK1Tv~x_e#bUJ#}+}CHbLh$0moJWXP|->0Vg24 z1t`Vu+{zCWbONFlu<ZFI+uOigpn}V*_gr4L|JtTQ$EU5nxN7(H?Z<EIJb7#PsryII z-#>Qo;fYHijr>65{Nm;VAp7;*C$H~4dvpK!+lSBJJ$ea3PhP!$_WIqEm!Dp}{qXWF zSg}*9Ajmo(`ug$nG~?K>pTADli-cGT5r>dHGQL1Yx0F|pj8B)OSEmFJd2~p)|M>9} zDBdCN1|)&(HX-L$L1zd%q-;tcFf77Kg8YIR7!?$iRSXP`jIC{K?H!#0gMvfC>KhuH zcJJM{9|#VBz`;X@jvPCF{N$-qr%s<ad-m+POP8-*zj5={?MIKEzI^rO<EPJ`zkK=f z_1kx#ML&Q2`TMWkP(uP3>SmrUjv*3~YY%2xGX+YpJ@~G1%1>yLYPO>HHO;lku8Q90 zKmY&VdCu~3%&8yG_C2*<dGcz=!mC9=+JT%49=ZPD^7e9T@i%y)q2jzOTjJrl)BMHq zKbBf+?+cJ+yi@pbg)qx0t&NWiPF<B-lO^fq!xP%#IIr}=_d1_L1xIGIe06(fec-j` zPd06(TUu*;C;dEk+VW&<1n0$|4{s)%iJx%i{Xws;vi?S0srL8}A}-knwjbZuEXO9b z$kgD%zLfjE!p!`OL?33xU*3^<=yAt3zSl3io*a`pc{@GA^I}-SQ;%hhCMRXqq+VRK z!S1BVuS-wV*Kl48VRT!%g*SP3NMoV;HKBhS6sB1@E$9(C9|3gmh97CWfv#7!_ql3t zXzpaig*t61$5L9lEI-`U^_t+J^wP%8>f}?-pZ@oKWDcfIvXSZr#u0<3tDnm{r-UW| DBhhv; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close.png new file mode 100644 index 0000000000000000000000000000000000000000..0046f77f5dc5645f33282d286ae9061bd0cea70e GIT binary patch literal 467 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkZ$00XydVM;BjjcaBSmuZsB)o5pZl3aBdNBYUOu2zj)i_HT$k@K74W2?(18R-q?Ba z{;`V>PhNR+>guD@S0A0Z_T=ofr{`}xzjm)x0I1OkqVfB;A3!b;^~(DK$sRcn2}D1B z{A?F-Z4-8B6LJQ!;et0l@38<nMY|-(FPK3@R4gbYw6UqVW&i&D2M!!Kc<9h!AUJmR z-1!TyKYaZ7>C@*gzkdJu`}bdo)8x4zpLn`BhDb=}9&{IKa$s;h=<oN8XN5&m*PfmK zf6iH?5nhrVHsN|~cxt2C#>5n*-balm1x|AE*c8mW@MBWZgRQTBzZLgTjcshTm3=F< zLPc`U(yh`m$|o7-Z{9lH{DQ}-#=Ws?-!QIFNj<Q(;Srn4B&Ngn?@kux^=S)OydtrL k-}K|<O}VF!T%IHUL|@F0FYV%0ppzIpUHx3vIVCg!04xv6+yDRo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-close@2.png new file mode 100644 index 0000000000000000000000000000000000000000..48fc0f705fe45df400ebe246b1ac41ad0f818160 GIT binary patch literal 814 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc|`>j2r<z zA+A8h{}~wC1st0B-J1EG+W8z>1svK1Tv~x_e#bUJ#}+}CHbLh$0moJWXP|->0Vg24 z1t`Vu+{zCWbONFlu<ZFI+uOigpn}V*_gr4L|JtTQ$EU5nxN7(H?Z<EIJb7#PsryII z-#>Qo;fYHijr>65{Nm;VAp7;*C$H~4dvpK!+lSBJJ$ea3PhP!$_WIqEm!Dp}{qXWF zSg}*9Ajmo(`ug$nG~?K>pTADli-cGT5r>dHGQL1Yx0F|pj8B)OSEmFJd2~p)|M>9} zDBdCN1|)&(HX-L$L1zd%q-;tcFf77Kg8YIR7!?$iRSXP`jIC{K?H!#0gMvfC>KhuH zcJJM{9|#VBz`;X@jvPCF{N$-qr%s<ad-m+POP8-*zj5={?MIKEzI^rO<EPJ`zkK=f z_1kx#ML&Q2`TMWkP(uP3>SmrUjv*3~YY%2xGX+YpJ@~G1%1>yLYPO>HHO;lku8Q90 zKmY&VdCu~3%&8yG_C2*<dGcz=!mC9=+JT%49=ZPD^7e9T@i%y)q2jzOTjJrl)BMHq zKbBf+?+cJ+yi@pbg)qx0t&NWiPF<B-lO^fq!xP%#IIr}=_d1_L1xIGIe06(fec-j` zPd06(TUu*;C;dEk+VW&<1n0$|4{s)%iJx%i{Xws;vi?S0srL8}A}-knwjbZuEXO9b z$kgD%zLfjE!p!`OL?33xU*3^<=yAt3zSl3io*a`pc{@GA^I}-SQ;%hhCMRXqq+VRK z!S1BVuS-wV*Kl48VRT!%g*SP3NMoV;HKBhS6sB1@E$9(C9|3gmh97CWfv#7!_ql3t zXzpaig*t61$5L9lEI-`U^_t+J^wP%8>f}?-pZ@oKWDcfIvXSZr#u0<3tDnm{r-UW| DBhhv; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-active-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f773f24dc156d5d3551686be3ca8b44946243 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!Ag<Dsd!^O~i&-b;lD?!GLiD^+I8Oe~kHNUt|Z`^9uj;M^<L s0=wu9_c;vgCNphy{eGs9f#CuB{AY&d-u51^fNo&$boFyt=akR{0A;?UFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-active-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..76250ef99f3df3f28c6f12539798fe95e14f8ff1 GIT binary patch literal 652 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~<PY@#4ixmMl4O;>79Gr{BJP`~Lm=-@kwV`SS<pY_@<nNuURe zOM?7@85k85l~wc&42_IUtZi)V9i0M$f<wZ>>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu<MkY@e#}JFtYbRfycF2Iog*kDh_j}!zXBU_|Qdj=`fBsRz>5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+<jq-du6!SBzOCM(6ef)c`6`X6)0mwvaIUG6DR3>c5@up- zXZ8;KbN9cf;`%wvc1(<l0v{|lOlD9NxKWfK$kfG9b#5Y4leC|d<R*WHo6J`qI`H-X z<niENxMfF{e@J-mjK|5Q_O@ZZcHghO=|7yHcDB)TrN>nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv<KZ|B8p+!K%1*gT!2tp*HC22WQ%mvv4FO#uI-F{c0k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-active.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-active.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f773f24dc156d5d3551686be3ca8b44946243 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!Ag<Dsd!^O~i&-b;lD?!GLiD^+I8Oe~kHNUt|Z`^9uj;M^<L s0=wu9_c;vgCNphy{eGs9f#CuB{AY&d-u51^fNo&$boFyt=akR{0A;?UFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-active@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..76250ef99f3df3f28c6f12539798fe95e14f8ff1 GIT binary patch literal 652 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~<PY@#4ixmMl4O;>79Gr{BJP`~Lm=-@kwV`SS<pY_@<nNuURe zOM?7@85k85l~wc&42_IUtZi)V9i0M$f<wZ>>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu<MkY@e#}JFtYbRfycF2Iog*kDh_j}!zXBU_|Qdj=`fBsRz>5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+<jq-du6!SBzOCM(6ef)c`6`X6)0mwvaIUG6DR3>c5@up- zXZ8;KbN9cf;`%wvc1(<l0v{|lOlD9NxKWfK$kfG9b#5Y4leC|d<R*WHo6J`qI`H-X z<niENxMfF{e@J-mjK|5Q_O@ZZcHghO=|7yHcDB)TrN>nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv<KZ|B8p+!K%1*gT!2tp*HC22WQ%mvv4FO#uI-F{c0k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0883ca7fb7c8128a51dd689f28e6b0798864b170 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(hLm$Az;<2RoizR+PUY*jy;EW?>@L=H;{dJmbs4vPziTQkY6wZBO?>Dv#Uo?a2k7# zc0N#8+tbA{gkxrMf`Z_TwOI_8&zy<mKEPAR9?IdoszsCGP()e+Lt4Q)FSV-`438Yx U7He!?tOl~t)78&qol`;+0E$6RlmGw# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4542b7f6030429bace82d9ef3c38651c266b88aa GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7l>na* zS0K&6@V}v<VgLU9n>TOXzUR>H-3NE>IkW>vf*3$_c$!yQH&7K%NswPK10xd$m!4rr zSW<G@p^r}sfZ~3hE{-7@=aUm8k{WhaeSf!7L+RP>^7lsqnjRQRHB41tnGtosYXVD| zMZ**Y&Npn@j$#Zzd?S`8q)CY(s43-b)&?P!30tebmo+aGyThRKQSuVwS`I^y!#rL6 KT-G@yGywoGwqce4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..36858b0c462d82fa6dd389e0a8904c988aa87082 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(qQnvp`jr(bX8SdcV$Cobz^r`LvK|>S5;llyQ_O-fhxF5g8YIR7#W$Ez5N1X;);`n z%~t`1wLM)NLpWw8CnyNcSewOg`OKL}?gKo9?4caat6DS}4n?FTFr*c%^HRH7!SKj| VZL!AY#cCk?JYD@<);T3K0RSE(NHG8a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..061e3569f13ada9e9769abcd8ed92d2ed7e6fbff GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7^#Gp` zS0D`p4Gj%_eSIY*-L*|Ul}+7M4PBLWot1Un)eYTMbv;1D%6Q5SsE)TJ$S;_Ik%^Pr z*gP&iF)zP3!0LGqP$JmV#W6%9I5|NgsbS~yGc%WJD2b(?o8uH3RQ!ym>39Z1Sd&1) zET*s~m4Zu+jR$2SAMiwQZejr912dBr2#GLG5MoKV!yMMcvg!OB%e(^yM;I6aIHfNI Srd+!Ma-gTHpUXO@geCxY)?2p# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8addbf89ee6d52a0ccf0b12497ec3711182ec985 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(*OVeZ)j-PzkmOkGiP@0KD2Y+kzIQZ?b>q~#NKo0-i(}EKt<doL4Lsuj7%)7rImFP zCT;eczh50FtnKOI7{W0#IYB{i#@Z}~%V*9+av$I+WDn(VUe%(>a3~@zfg!D6otN6x a3Wi4xY>PEEFIEF;WAJqKb6Mw<&;$U}K~sAG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..dedcc3871bfebdbc65da210f37639f454859034f GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfW|Nm91R-HI;V)yRdTMi%Ix#!T1-3NE=KD2A^p`Adq2PCp<FNoZ)y6rzu1Aj@7 zUoZnBGatWTK-lET(^jupyV<AlM>J3>*we)^L?bvkK_aOk_1^CC;{h%<_xD!!u3GZ` zt~E>lMTRvjiU+octYPtd5X!*Z%)aS>^#-97Mj&o1KkJ~X!K9$daiD^K4GZU$ebwI& dH6(U0GMHN`l;<24bq5;H;OXk;vd$@?2>^8UZtMU6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-hover-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..84a5583cc628653dd5e203c79909759b887cff10 GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjt<!Wf<?jM;I6q)50 zkr^D37aUa(ol+g2QJ0+4l#mG`Q*)a)Y}vPY+ukiZ4(!@{WcR+KM~<ISs&3o_v`Mif z$S;_IokLFEz|hAxA~G^6Iwm$YJv}2Mv!J-7w5<I6rE5=~PHIW`1yo$)>Eak7A<24> zvFNY?2ZMp+iLJN)|G!mYSRusFz#91alMlbxt5VmSd-u<F{kxCp%lFMoEB><x6#kmB ztLcnUd6-|P%4{yJDPF6u**#YZmQ;}z*fnvYaf$Zk*K<Nms;AtWE5G3Xwh}*=hJW{z qXWAuK&ikDw=5p-m%vuJ92lAVrJMih(>4X5?!QkoY=d#Wzp$P!;ypHSu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-hover-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ef62ad4eab22e6407724d1d8f4204e836e69b0 GIT binary patch literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)EPXc^G zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?b<Jet)pd0(fLdf^RAgk-W#klP<W#iu&2@Cljm({; zrBw{ATn(+<4Q<?kX4-lLIeA4nxraM>MY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVfL<G$my>=9l;6m30@@^e$MsVeyL1yZ0U0z5nQ*1IG>@ zJ#`3#P9Hgb=7{^5!$5y}mjw9*Gw|>V2?>jdiA%`IE9mJPxOsSb`TGZig-1q3MMuX# zK`ao&B_t#!CMG4Pq@<>1Wo2g<6crbjl-AWZY})qh*^8gQe&4Q_+R4Dc80YEY7-DgH z?c{9dCIgW+Q=NR(jwX-F!%5$!#p-NTt62Hw*#H0b8%-0M<ZJhDcxyA~beW%CxrglP zS(&%nmWh3v<?nmMXtm_$K;{>dU(UJobIKP6+x^-4+aC1T#-FI((-1oC?NhzBE7M)9 zUrbZ^FSgFM-u)g&n9$P3#8YxYvM&n%6|9^uSSoNe=~0|ao*nbD`Q_VoHY>hk|7+2p zu&+`;oQplAN9g!$UG*Qc793;bJ)g5X#@p^k5tHwd52v=RUcdbad;HnNq62K}6Gc6a z)XQ$LywJzcDc}&@QX%Nz^x?eE70pR04jV*gzEfG*bj0CF^J}hj8I1+U^|F3Sd)PVY zF6!o*yd#xeUNfm@Sw*+joZ5a<2h}P++2=Q(?{l$z*S@DUa91KnR8aJ^T`y9i)@hhO z^}Mmgy!*%ZcE?qjhc&DoOj<6vbTemRW0jq;WT>*_oV3*UIhv+t6BdUD^I2W2XMEm# VWR-v%A20$LJYD@<);T3K0RUeWC(Qr= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-hover.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..128a39da1505934b85102494ab976af03f15ee55 GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};<l`^&KYyp-Fxs9i0(gp`s2qhIQseP7ZCk} zf#1LX{Q2|u?_UuA|Ns9BmaJK_eEsrOn<h=0KY9AXs`~DSL96S4mMN74`2{mD^Y99b z$g8MmXj+z(mhC@q@X+xS&tAOz3<AG@|Ni@zvG&w%pz20X7sn6@N!Ekyi7bjd3<inP zMJNC5u3PBJ#BgCjDEISq-EDtX%IwRoH*>Yy&%Z0YI)9~YJ^zKfsv)*-Bo_bf6^Ytd ztk=t>cxvs`?Bo`vyK6eDTQ^@g-lzXrt2|5nl+U$^d9TvnOYhkiT=e3>*SdIK%S~<P m@6C5^o+fzirZ@w`KgL-TY}{0J&a(p@!{F)a=d#Wzp$PzwlEC}` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-hover@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..66cdeda056e20937db39de93edef20268a13a7c3 GIT binary patch literal 801 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E&jWly zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQT<pBv50r91NF%_XP z6~PImK-td8i>Az5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPk<z5De3Js5rb^zrkTuV24?{`&39*Kfam{f405 zzyJP21^>a|?_ZEOkoob`moGqlU%wqXa%%6vV||n7PMA7x;?(&KtrM#1yX%_!>sux~ zypjF^=vA+hAirP+R#tWnPA)DUUSSa#Svdt|6%|!A6LSkoD{Je>=$M$e!lL4m(z3Ei z(`U?@J$J$K4I4L|JAdKQv*#~fzW?y?^XJb%>wf$MSuf}GHj9CQG0fA&F~s8Z+Th6O zCI^vF&tNA73&~qeOE1OgO?lL{P4esidjB&et&D%FUcBCOX70}RYX0(*PyY#9Z(1bT zw(P{EuyR*tmbH@##X}Zce7XDa#@qSV8MjXOB3>GCJ$SxBwMElD?O)z%v*zh1q#V}a z`dAus<_}96-xrJSuC!C~MmZ}c)<w*lfAEDss#3;|#mBE!ANcU~ke>O46?PdezdAo2 ze6zB3e%ITBoy_a6%{lm1EX6P2Lh|*an+2L@$7-lN?2LV$f7*g=dyG(G!~erJ0upyV zB&cvQHP3f`6WrylbcCmlM}xI9r6s}FOIRs&i}E2gw&Rk2m$g`FUwLFKkkm3GhfB0; zM=Jk%&0|-WU0D;kIA?R)))kS7yZe{VEStYbi?3(0+zh@idkiM2y>XfL&@<`Dj|*}! zev8h(&%WS&bK~}?y^YU#cRd#iIGb*^SVzyV@^zl){`L3bKl0w@t@E1@EBzK2Zw#KU KelF{r5}E)dl%1Ra literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max.png new file mode 100644 index 0000000000000000000000000000000000000000..14e5e3e74dff69ce6e125a0ec0bd54012d6d7bb8 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF<E_U(^;o#u7{m}mbkjq)%5m^jW zejS7voit`w00kvWTq8<?^V3So6N^$A%FE03GV`*FlM@S4_413-XTP(N0xD7r@Ck7R z(hVT+ABaOk8>;HMs~Ui)tFob|x}mGOq5D_-vRa@b?vfzCU<M{87Phvo2}_opNo&|W z4=Akd>Eal|F*7+qL2$;}EQZTx&O~w_;3;Ge<#1lrqRDV5A}xU-tzey(+SLk%M-FU@ UH8w9+18QUNboFyt=akR{0P0~(_5c6? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-max@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a13bb592dfbbf413347f0541f9be75043fb727 GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2<q&%@Gm7%=6TrV>(yEr+qAXP8FD1G)j8!4b7-2k5u zS0LTc(6DONs)mOCii-BiwzlfVo{EO9s`~CqAlcAU-Oydt&|O*A4P-1i7Wo&bfxjfk zFPMReSwK)YI%)Ze)rXH9J7c}NFBK>i?CIhdq7j^&Ad%FNdT)36@c<W_`+KW<S1oye z*P5mOBEuRM#RFSJ*06X!2xVYyX5VzcdV^33BM>*1pLI~xU{X-!I8edAhK2LWzUuFX d8WKAg8O$ve%5x5jx&w`8@O1TaS?83{1OS2wWsCp- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-active-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-active-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E^8<WB zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b<L zG&VKw-M9b9vEwJNUB7Yj*2`CKK7RWA<>#-9o$5M3?dLsR977}|*B*Qw*5n|<b|L>r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv<osyi2*zxokJ~G z1a&m6Dhd!4a9?%G@hkVlz)(Id?u{t{JR1`(upen~{4SuDdVnwMR71GN=7rZ!Jy=w{ z!2O<UZp0_ApG?Ou&(r<M!FzEQ?`poNGe<UUt8VtMm%F`a!^d>~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-active.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-active@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E^8<WB zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b<L zG&VKw-M9b9vEwJNUB7Yj*2`CKK7RWA<>#-9o$5M3?dLsR977}|*B*Qw*5n|<b|L>r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv<osyi2*zxokJ~G z1a&m6Dhd!4a9?%G@hkVlz)(Id?u{t{JR1`(upen~{4SuDdVnwMR71GN=7rZ!Jy=w{ z!2O<UZp0_ApG?Ou&(r<M!FzEQ?`poNGe<UUt8VtMm%F`a!^d>~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b04db91415d46e182c878ab176fe3ecb2491235d GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnQ-T^vI! zdXp0*SPwH8BnjWy`Mf~Ntgu}CcI1mBpDSe-H6$i6Fl^q)!s4?qWfxEbgQu&X%Q~lo FCIAj8F9iSq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5b8cf4df958017dc9fc1f8fdb967f94818e00809 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!Hk?J%?4l^1TDHm`Z~Df*H~-IdO&pc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M<kh3u* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..b83cb7d4db1a381c3ac939b5278709b35af680a6 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnQ+T^vI! zdXp0*SPwH8Bnhus^;+|o+P!Nbm%8<ix#WuXHYsv4Ea7Bf`Tt?tUZ8pgPgg&ebxsLQ E0PY1ZVgLXD literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f83b673dc3a3b8d184d7bcafabbcec7fedafd040 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!C~|UC+wR=dFM&rjj7PV20xT^WW|R@`OBH978ywlM@#3ZTR2p831%c$5)oO)A=-S Q17#UJUHx3vIVCg!0Kk|sWB>pF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c973246c00bf2b1b0a0cff5a2eb8bf94623a35 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnQ-T^vI! zdXp0*SPwH8BnjWy`TRm!&ZBpFW&2(v`CKWxs39?lfnnE07M5o&iZ(zE44$rjF6*2U FngCC_Fo^&F literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..29b6465947a5ff395ef6640d59e4248f4e2cac9e GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!Hk?J%@rm*;N2pOeH~n!3>*Ke(UoAc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M<l<F}* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-hover-dark.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..c38e8b3c52175f56e3282bb1a56e34618ea7bfe7 GIT binary patch literal 363 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjt<!Wf<?jM;I6q)50 zkr^D37aUa(ol+g2QFr9{neA$NQ-Q`wlmz(&Gq7{W$r~8@_(nuVMn%WO#-^udWMmc; z&*IUT0aTOc>Eak75uV#0&DWs7!@^j(f^~J%+VA!&I~H&j{wtf5yUpp(!Zn}oNnYL5 zR;qqWu;lFNgRLT6fdR#41>4`8($Cl=@mPJ)=|jSwBNLWccJCBlw_f5+pO%O2a!<R% rt2`4kE*lEvTJXLvUS^|yR9@Wu7Wauq3mrOuHZyp-`njxgN@xNAT}yE$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-hover-dark@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..59b63da86816e87f7b7125a605e6807327259fcf GIT binary patch literal 701 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)Edjotz zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?b<Jet)pd0(fLdf^RAgk-W#klP<W#iu&2@Cljm({; zrBw{ATn(+<4Q<?kX4-lLIeA4nxraM>MY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVe`zerEIPw`o8R*p&qN1vBvQ3JD2|iHS?d$t&pT8@PFR zdinbYgoQ^&MMX!)KtU`J#3dvoCMG5&r=+B&W@Tk(7Zep2-)=I_W?*2{@N{tuu{gbU z^6jW52a#4o9e>u2CXdFhqZhQSBb<7T_x?|A{mg4|=u2tfYrb#%zqf2l{ImRA?s0zS z^BZ^H`mnS=>fZ`cyV(rho3u4_%TgG3%)MNZ-<EQChe-8aM}vUJ%@WzCL@#m_#{aBu zs6OU@#E9j%j_?}kkCQqcT>GlLbdTz+1+R`CH@^OYbKV^OX+G>5M3yn+q{L`5c{A|c z`+7jEPv>E<O}(a&KGzQ>4#%$yt{M$L&mV|c_TvKc&NrX0E9DB<7PM<KmTbJhmle;u zO6O4^dyc`>-4coyb+cO&xB7`+e_MJ#DdzV=VTEj|wuEIjHpwezMXp;u>(e5Ww}<!r z`;&UrAa~|b)}T+*f@kG>a`i}Wv;Xo)mOtIfq{K+~xb>WQssA3<-TuXvbE-jX`#Awy QVCXY=y85}Sb4q9e0A@Ju!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-hover.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..c250748c552e9c2fc4c266ce0167a8046688cbdd GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};<l`^&KYyp-Fxs9i0(gp`s2qhIQseP7ZCk} zf&c&iSJihrG<N+5TOZ^X%)rdUD=Z?fqN1T`SyEcI|G>dR$4@+a@$z&2xu-jUit;^O z9780g=Jvl8Y7h``jaD@KvT)1Z|J`jDu9W<{YrOf+?b7;&30|Izrr%#odmN$jO|@S- z_0J66gp(H&b_w-KwYe)^cRypqCE9V0Con*MBY(a6p*lI%FK?rH%MIhZHwJ~ywrn|> iaqZYglfLbR`g+zu+-n<;to#AAn!(f6&t;ucLK6TdBAogF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-hover@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..965ce3db3357fad9fe47dcef3a9c89d220caaf64 GIT binary patch literal 694 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zu<WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E2LgOT zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQT<pBv50r91NF%_XP z6~PImK-td8i>Az5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPk<z5De3Js5rb^zrkTuV24?{`&39*Kfam{f405 zzyJP21^;27s=k|vP2x7t5B4QNe!&c^tn3_|TwFZ7!Xh%Vatg{SDynKG<`$M#*4B~H zF)?w4Ma3nhWo475&zLoP?t<kTHf}n1{=%ha&tJTJ|Ka0j!RxKl85kI4JzX3_EKaYT z{5q`3L8LYC(u4^!6Vfxpb*8>s>U2<}=l%aM!Cn)C%{gns?%UsxJ~y-Yo5ZpDq7>^R zpF5IgM^!omIJ0%#DQ!HNG&jfWWR)G;oxI@pfh_%&;v)It3yyEP_uVixMv433_a*;> z?}+Yk6m0w#QfQd_a;b7l^!NUT!qzu3(+mXm6!7{hB-zb)V&yFNpgKvtW5+bfH>VyX zEH&48*db=O>iJxkuS$Zx6$w?$&E+>HJPMgoaa}qo@X>X(+%sR>qziq7lix1b_S<o) zugz;7{@;Q1y4t~COG5Nl$9!KJv}DJz06w29d}o-pD7#*Azp-LcoT*ZH>$f*`(e?kV znBK15$e*@)#>R?DX@<jn7mrQS?@N7Qz#qSN|0m9*lNI}xOFM(o4}+(xpUXO@geCxY Cno;)v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min.png new file mode 100644 index 0000000000000000000000000000000000000000..f4b6db0608f0582e6c564236e0bdf108e429d668 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf<Z~8yL>2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4<ivthz5Jr|+3#$mfQnQ-T^vI! zdXp0*SPwH8Bnhv{dtuk?yJzddD=e`+owxL)Se=C!7}iW=VVUJqt_Re>;OXk;vd$@? F2>|T-EmQyi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min@2.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/assets/titlebutton-min@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3581928b3997773cbfc83c9c0f17389a768cc6 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!D0TL-!u7KXZXBrjj7PV1_eK9Gw>fc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M<s_HS@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/gtk-dark.css b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/gtk-dark.css new file mode 100644 index 0000000..6b49fda --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/gtk-dark.css @@ -0,0 +1,3783 @@ +* { + background-clip: padding-box; + -GtkToolButton-icon-spacing: 4; + -GtkTextView-error-underline-color: #FC4138; + -GtkCheckButton-indicator-size: 16; + -GtkCheckMenuItem-indicator-size: 16; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkToolItemGroup-expander-size: 11; + -GtkExpander-expander-size: 16; + -GtkTreeView-expander-size: 11; + -GtkTreeView-horizontal-separator: 4; + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; + -GtkWidget-link-color: #c2d0b4; + -GtkWidget-visited-link-color: #a9bc95; + -GtkWidget-focus-padding: 2; + -GtkWidget-focus-line-width: 1; + -GtkWidget-text-handle-width: 20; + -GtkWidget-text-handle-height: 20; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 6; + -GtkStatusbar-shadow-type: none; + outline-color: rgba(218, 218, 218, 0.3); + outline-style: dashed; + outline-offset: -3px; + outline-width: 1px; + outline-radius: 2px; } + +.background { + color: #DADADA; + background-color: #383838; } + +*:insensitive { + -gtk-image-effect: dim; } + +.gtkstyle-fallback { + background-color: #383838; + color: #DADADA; } + .gtkstyle-fallback:prelight { + background-color: #525252; + color: #DADADA; } + .gtkstyle-fallback:active { + background-color: #1f1f1f; + color: #DADADA; } + .gtkstyle-fallback:insensitive { + background-color: #3d3d3d; + color: rgba(218, 218, 218, 0.55); } + .gtkstyle-fallback:selected { + background-color: #851042; + color: #ffffff; } + +.view { + color: #DADADA; + background-color: #404040; } + .view.dim-label, .view.label.separator, .header-bar .view.subtitle { + color: rgba(218, 218, 218, 0.55); } + .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { + color: rgba(255, 255, 255, 0.65); + text-shadow: none; } + +.rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { + border: 1px solid #851042; + background-color: rgba(133, 16, 66, 0.2); } + +.label.separator, .popover .label.separator, .sidebar .label.view.separator { + color: #DADADA; } +.label:insensitive { + color: rgba(218, 218, 218, 0.55); } + +.dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { + opacity: 0.55; } + +GtkAssistant .sidebar { + background-color: #404040; + border-top: 1px solid #292929; } + GtkAssistant .sidebar:dir(ltr) { + border-right: 1px solid #292929; } + GtkAssistant .sidebar:dir(rtl) { + border-left: 1px solid #292929; } +GtkAssistant.csd .sidebar { + border-top-style: none; } +GtkAssistant .sidebar .label { + padding: 6px 12px; } +GtkAssistant .sidebar .label.highlight { + background-color: #851042; + color: #ffffff; } + +GtkTextView { + background-color: #3c3c3c; } + +.grid-child { + padding: 3px; + border-radius: 3px; } + .grid-child:selected { + outline-offset: -2px; } + +.popover.osd, .osd { + color: #C3C3C3; + border: none; + background-color: #353535; + background-clip: padding-box; + outline-color: rgba(195, 195, 195, 0.3); + box-shadow: none; } + +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } +.spinner { + background-image: none; + background-color: blue; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + .spinner:active { + opacity: 1; + animation: spin 1s linear infinite; } + .spinner:active:insensitive { + opacity: 0.5; } + +.entry { + border: 1px solid; + padding: 5px 8px; + border-radius: 3px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + color: #DADADA; + border-color: #292929; + background-color: #404040; + background-image: linear-gradient(to bottom, #404040); } + .entry.image.left { + padding-left: 0; } + .entry.image.right { + padding-right: 0; } + .entry.flat, .entry.flat:focus { + padding: 2px; + color: #DADADA; + border-color: #292929; + background-color: #404040; + background-image: linear-gradient(to bottom, #404040); + border: none; + border-radius: 0; } + .entry:focus { + background-clip: border-box; + color: #DADADA; + border-color: #292929; + background-color: #404040; + background-image: linear-gradient(to bottom, #404040); + box-shadow: inset 1px 0 #851042, inset -1px 0 #851042, inset 0 1px #851042, inset 0 -1px #851042; } + .entry:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(64, 64, 64, 0.55); + background-image: linear-gradient(to bottom, rgba(64, 64, 64, 0.55)); } + .entry:selected, .entry:selected:focus { + background-color: #851042; + color: #ffffff; } + .entry.progressbar { + margin: 2px 12px; + border-radius: 0; + border-width: 0 0 2px; + border-color: #851042; + border-style: solid; + background-image: none; + background-color: transparent; + box-shadow: none; } + .entry.warning { + color: #ffffff; + border-color: #292929; + background-image: linear-gradient(to bottom, #ab6239); } + .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); + box-shadow: none; } + .entry.warning:selected, .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .entry.error { + color: #ffffff; + border-color: #292929; + background-image: linear-gradient(to bottom, #b1413b); } + .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); + box-shadow: none; } + .entry.error:selected, .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } + .entry.image { + color: #bbbbbb; } + .osd .entry { + color: #C3C3C3; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.4)); + background-color: transparent; } + .osd .entry.image, .osd .entry.image:hover { + color: inherit; } + .osd .entry:focus { + color: #ffffff; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, #851042); } + .osd .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.25)); } + +GtkSearchEntry.entry { + border-radius: 4px; } + +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#851042), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#851042), to(transparent)); } } +.button { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border: 1px solid; + border-radius: 3px; + padding: 5px 8px; + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .button.flat, .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(69, 69, 69, 0); + border-color: rgba(41, 41, 41, 0); + transition: none; } + .button.flat:hover, .sidebar-button.button:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 350ms; } + .button.flat:hover:active, .sidebar-button.button:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; + -gtk-image-effect: highlight; } + .button:active, .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #851042; + transition-duration: 50ms; } + .button:active { + color: #DADADA; } + .button:active:hover, .button:checked { + color: #ffffff; } + .button.flat:insensitive, .sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; } + .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button:insensitive > GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + background-color: #353535; + border-color: #212121; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #851042; } + .button.osd:active, .button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #851042; } + .button.osd:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); + border-radius: 0; + border-left-style: none; + border-right-style: none; } + .osd .button:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: none; } + .osd .button:first-child { + border-radius: 3px 0 0 3px; + border-left-style: solid; } + .osd .button:last-child { + border-radius: 0 3px 3px 0; + border-right-style: solid; } + .osd .button:last-child:dir(rtl) { + border-left-style: solid; } + .osd .button:only-child { + border-radius: 3px; + border-style: solid; } + .osd .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #851042; } + .osd .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #851042; } + .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(218, 218, 218, 0.55); } + .button.suggested-action:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(218, 218, 218, 0.55); } + .button.destructive-action:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#851042), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 2px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 2px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .inline-toolbar GtkToolButton > .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #851042; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(143, 168, 118, 0.75); + background-color: rgba(143, 168, 118, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: rgba(41, 41, 41, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .button, +.linked:not(.vertical):not(.pathbar) > .entry + .button:hover, +.linked:not(.vertical):not(.pathbar) > .entry + .button:active, +.linked:not(.vertical):not(.pathbar) > .entry + .button:checked, +.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive { + border-left-style: solid; } +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .entry { + border-left-color: #292929; } +.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(41, 41, 41, 0.5); } + .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(41, 41, 41, 0.5); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry.error + .entry.warning { + border-top-color: rgba(41, 41, 41, 0.3); } +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #292929; } +.linked.vertical > .entry + .button, +.linked.vertical > .entry + .button:hover, +.linked.vertical > .entry + .button:active, +.linked.vertical > .entry + .button:checked, +.linked.vertical > .entry + .button:insensitive { + border-top-style: solid; } +.linked.vertical > .entry:focus:not(:only-child) + .entry, +.linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, +.linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, +.linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #292929; } +.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child), +.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: 0 -1px #292929; } +.linked.vertical > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked.vertical > .button:checked + .entry { + border-top-color: #292929; } +.linked.vertical > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover, +.header-bar .linked:not(.vertical).path-bar > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.primary-toolbar .linked:not(.vertical).path-bar > .button:active, +.header-bar .linked:not(.vertical).path-bar > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.primary-toolbar .linked:not(.vertical).path-bar > .button:checked, +.header-bar .linked:not(.vertical).path-bar > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, +.header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } +.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked { + border-top-style: none; } + .linked.vertical > .button:first-child { + border-top-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #484848; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #DADADA; } + +*:link, .button:link, .button:visited { + color: #c2d0b4; } + *:link:visited, .button:visited { + color: #a9bc95; } + *:selected *:link:visited, *:selected .button:visited { + color: #d2dcc8; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #dce3d4; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #f4f6f1; } + *:link:active, .button:active:link, .button:active:visited { + color: #c2d0b4; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #e9eee4; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #e9eee4; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(41, 41, 41, 0.6); + border-style: none none none solid; + color: #d2d2d2; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(218, 218, 218, 0.55); } + .spinbutton .button:active { + background-color: #851042; + color: #ffffff; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #851042; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #851042; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #851042; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(218, 218, 218, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #383838; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(53, 53, 53, 0.9); } + +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar .inline-toolbar { + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #2f2f2f, #1d1d1d) 1 0 1 0; } + .primary-toolbar .label:insensitive, + .primary-toolbar .toolbar .label:insensitive, + .primary-toolbar .inline-toolbar .label:insensitive { + color: rgba(218, 218, 218, 0.55); } + +.inline-toolbar { + background-color: #303030; + border-style: solid; + border-color: #292929; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #383838; + border-style: solid; + border-color: #292929; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #303030; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #252525; + color: #ded6d6; + background-color: #2f2f2f; } + .csd .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #ffffff; + background-color: #851042; + border-color: #85a06a; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #851042; + color: rgba(255, 255, 255, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #851042; + outline-color: rgba(143, 168, 118, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(143, 168, 118, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #851042; } + .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #2f2f2f; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { + background-color: #2f2f2f; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 3px 3px 0 0; + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: inset 0 1px #373737; } + .csd .titlebar { + background-color: #2f2f2f; } + .titlebar:backdrop { + color: rgba(222, 214, 214, 0.7); + background-color: #333333; } + .csd .titlebar:backdrop { + background-color: #333333; } + .maximized .titlebar { + background-color: #2f2f2f; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #333333; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, +.primary-toolbar .toolbar .separator, +.primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(222, 214, 214, 0) 25%, rgba(222, 214, 214, 0.35) 25%, rgba(222, 214, 214, 0.35) 75%, rgba(222, 214, 214, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: #ded6d6; + border-color: #851042; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-clip: padding-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: rgba(222, 214, 214, 0.85); } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #851042; + color: #ffffff; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #851042; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #a45b33); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #aa3a34); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } +.primary-toolbar .button, .header-bar .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + outline-offset: -3px; + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #851042; + background-clip: padding-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:insensitive > GtkLabel, + .primary-toolbar .toolbar .button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(143, 168, 118, 0.65); + background-color: rgba(143, 168, 118, 0.65); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + border-radius: 3px; + border-style: solid; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover, + .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active, + .header-bar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked, + .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #851042; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +.primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, +.primary-toolbar .button.suggested-action:backdrop, +.header-bar .button.suggested-action:backdrop { + opacity: 0.8; } +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, +.primary-toolbar .button.destructive-action:backdrop, +.header-bar .button.destructive-action:backdrop { + opacity: 0.8; } +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #ffffff; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(255, 255, 255, 0.4); } +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: #ded6d6; } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(222, 214, 214, 0.25); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(222, 214, 214, 0.7); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(222, 214, 214, 0.4); } +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: #ded6d6; + border-color: #851042; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.4)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.3)); } +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, #494949); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, #555555); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #851042); + border-color: #851042; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #414141); + border-color: rgba(16, 16, 16, 0.7); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(218, 218, 218, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #c7d4bb; + border-top-color: rgba(218, 218, 218, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(218, 218, 218, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #bccbad; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #b5c1a8; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #8d8d8d; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #DADADA; } + GtkTreeView.view.expander:selected { + color: #dde5d6; } + GtkTreeView.view.expander:selected:hover { + color: #ffffff; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #ffffff; + border-radius: 3px; + background-image: linear-gradient(to bottom, #851042); } + GtkTreeView.view.progressbar:selected { + color: #851042; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #DADADA; + background-image: linear-gradient(to bottom, #292929); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #bbbbbb; + background-color: #353535; } + column-header .button:hover { + color: #851042; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #DADADA; + transition: none; } +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #851042; + box-shadow: inset 1px 1px 0 1px #851042, inset -1px 0 0 1px #851042, inset 1px 1px #404040, inset -1px 0 #404040; } + +column-header .button, column-header .button:hover, column-header .button:active { + font-weight: bold; + padding: 3px 6px; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #292929; + /*border-image: linear-gradient(to bottom, + transparentize(if($variant == 'light', black, white), 1) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 80%, + transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ } + column-header .button:active, column-header .button:hover { + background-color: #3d3d3d; } + column-header .button:active:hover { + color: #DADADA; } + column-header .button:insensitive { + border-color: #383838; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #2f2f2f; + color: #ded6d6; } + .menubar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + .menubar > .menuitem:hover { + background-color: #851042; + color: #ffffff; } + .menubar > .menuitem:insensitive { + color: rgba(222, 214, 214, 0.4); + border-color: transparent; } + +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #383838; + border: 1px solid #292929; } + .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + .menu .menuitem { + padding: 5px; } + .menu .menuitem:hover { + color: #DADADA; + background-color: rgba(255, 255, 255, 0.06); + border: solid rgba(255, 255, 255, 0.11); + border-width: 1px 0 1px 0; } + .menu .menuitem:insensitive { + color: rgba(218, 218, 218, 0.55); } + .menu .menuitem.separator { + color: rgba(64, 64, 64, 0); } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #4f4f4f; } + .menu.button.bottom { + border-top: 1px solid #4f4f4f; } + .menu.button:hover { + background-color: #4f4f4f; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #1c1c1c; + border-radius: 3px; + background-clip: border-box; + background-color: #383838; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(64, 64, 64, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #404040; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #292929; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #383838; } + .notebook.header.frame { + border: 0px solid #292929; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #292929; } + .notebook.header.bottom { + box-shadow: inset 0 1px #292929; } + .notebook.header.right { + box-shadow: inset 1px 0 #292929; } + .notebook.header.left { + box-shadow: inset -1px 0 #292929; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #404040, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #404040; + box-shadow: inset 0 -1px #404040, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #404040, inset -1px 0 #292929; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(64, 64, 64, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(64, 64, 64, 0.5); + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #404040; + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #404040; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(218, 218, 218, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(218, 218, 218, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #DADADA; } + .notebook tab .button { + padding: 0; + color: #a1a1a1; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #851042; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(218, 218, 218, 0.55); } + .notebook.arrow:hover { + color: rgba(218, 218, 218, 0.775); } + .notebook.arrow:active { + color: #DADADA; } + .notebook.arrow:insensitive { + color: rgba(218, 218, 218, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: darkgray; + border: 1px solid rgba(0, 0, 0, 0.3); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #3d3d3d; + border: 1px none #292929; } + .scrollbar .slider { + background-color: #797979; } + .scrollbar .slider:hover { + background-color: dimgray; } + .scrollbar .slider:prelight:active { + background-color: #851042; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #292929 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #3d3d3d; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough, +.primary-toolbar .toolbar GtkSwitch.trough, +.primary-toolbar .inline-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active, +.primary-toolbar .toolbar GtkSwitch.trough:active, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(218, 218, 218, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, #454545); + border: 1px solid #242424; + border-radius: 50%; + box-shadow: none; } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #3c3c3c); + border-color: rgba(36, 36, 36, 0.8); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #851042); + border-color: #851042; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #353535); + border-color: #851042; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #851042); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #851042); + border-color: #851042; } + .list-row:selected .scale.slider, GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #eef2ea); + border-color: #eef2ea; } + .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #c7d4bb); + border-color: #c7d4bb; } + .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #cdd8c1); + border-color: #cdd8c1; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #2b2b2b); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #851042); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(143, 168, 118, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(43, 43, 43, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #474747); + outline-color: rgba(195, 195, 195, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #851042); } + .list-row:selected .scale.trough, GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #cdd8c1); } + .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(218, 218, 218, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #851042; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #851042; } + .list-row:selected .progressbar, GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #851042; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #2b2b2b; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } +.level-bar.fill-block { + border: 1px solid #851042; + background-color: #851042; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: #404040; + border-color: #404040; } + +.frame { + border: 1px solid #292929; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #404040; + border-color: #292929; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(255, 255, 255, 0.03); } +.list-row.activatable:active { + color: #DADADA; } +.list-row.activatable:selected:active { + color: #ffffff; } +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #81976a; } +.list-row.activatable:selected:insensitive { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(143, 168, 118, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #C3C3C3; + background-color: #353535; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #1c1c1c; } + .app-notification .button, + .app-notification.frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(143, 168, 118, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #851042; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: white; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #DADADA; + border: 1px solid #292929; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #851042; + color: #ffffff; + border-radius: 1.5px; } + GtkCalendar.header { + color: #DADADA; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(218, 218, 218, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #DADADA; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(218, 218, 218, 0.55); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #DADADA; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #2f2f2f; + border-bottom: 1px solid #1d1d1d; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +GtkFileChooserDialog .search-bar { + background-color: #383838; + border-color: #292929; + box-shadow: none; } +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #292929; } + +.sidebar, .sidebar .view { + border: none; + background-color: #383838; } + +GtkSidebarRow.list-row { + padding: 0px; } +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #851042; } +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #1f1f1f; } +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(218, 218, 218, 0.8); + border-width: 0; + border-style: solid; } +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #292929; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-repeat: no-repeat; + background-position: center; } + GtkPaned.wide.vertical .pane-separator { + color: #DADADA; + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-repeat: no-repeat; + background-position: center; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #851042; + color: #ffffff; } + +.warning, +.error { + background-color: #F04A50; } + +.list-row:selected .button, GtkInfoBar .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #851042; + outline-color: rgba(143, 168, 118, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(143, 168, 118, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } + +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } +GtkColorSwatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + GtkColorSwatch#add-color-button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #404040; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(143, 168, 118, 0.2)), to(rgba(143, 168, 118, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } +.undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } +.undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } +.undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +.window-frame { + border-radius: 3px 3px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px #1d1d1d, 0 8px 8px 0 rgba(0, 0, 0, 0.35); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 3px 3px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #1f1f1f; } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #2f2f2f; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding: 8px 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(47, 47, 47, 0); } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #851042; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.close, + .titlebar .button.titlebutton.maximize, + .titlebar .button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } + .header-bar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.close:hover, + .titlebar .button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } + .header-bar .button.titlebutton.close:active, + .titlebar .button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max-dark.png"), url("assets/titlebutton-max-dark@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop-dark.png"), url("assets/titlebutton-max-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover-dark.png"), url("assets/titlebutton-max-hover-dark@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active-dark.png"), url("assets/titlebutton-max-active-dark@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min-dark.png"), url("assets/titlebutton-min-dark@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop-dark.png"), url("assets/titlebutton-min-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover-dark.png"), url("assets/titlebutton-min-hover-dark@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active-dark.png"), url("assets/titlebutton-min-active-dark@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #851042; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #292929, inset 0 -1px #292929, inset 1px 0 #292929, inset -1px 0 #292929; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #252525, inset 0 -1px #292929; } + +GtkHTML { + background-color: #404040; + color: #DADADA; } + GtkHTML:active { + color: #ffffff; + background-color: #851042; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalScreen { + -TerminalScreen-background-darkness: 0.9; + background-color: #3f3f3f; + color: #fff; } + +TerminalScreenContainer .scrollbar:not(.slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #a1a1a1; } + TerminalWindow .notebook tab .button:hover { + color: #DADADA; + border-color: #292929; + background-color: #454545; } +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #851042; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #DADADA; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #898989; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #e9eee4; } + +NautilusNotebook.notebook { + background-color: #404040; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #404040; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(218, 218, 218, 0.5); + border-color: rgba(193, 193, 193, 0.5); } + .disk-space-display.used { + background-color: rgba(143, 168, 118, 0.8); + border-color: rgba(133, 16, 66, 0.8); } + .disk-space-display.free { + background-color: #303030; + border-color: #171717; } + +NautilusListView .view { + border-bottom: 1px solid #292929; } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; + -NemoPlacesTreeView-disk-full-fg-color: #851042; } + +NemoWindow EelEditableLabel.entry { + transition: none; } +NemoWindow .sidebar .frame { + border-width: 0; } +NemoWindow .sidebar .cell { + padding: 0 2px; } +NemoWindow .sidebar .scrollbar.vertical .trough { + background-color: transparent; } +NemoWindow .sidebar .scrollbar.vertical .slider { + background-color: #797979; } + NemoWindow .sidebar .scrollbar.vertical .slider:hover { + background-color: #585858; } +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #292929; } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #851042; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } + +.gedit-headerbar-paned { + color: #252525; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #404040; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #ffffff; + background-color: #851042; } + +.open-document-selector-name-label { + color: #DADADA; } + +.open-document-selector-path-label { + color: #8d8d8d; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } +.gedit-document-panel .prelight-row .button { + color: #a1a1a1; } +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #ffffff; } +.gedit-document-panel .prelight-row .button:active { + color: #DADADA; } + +.gedit-document-panel-dragged-row { + border: 1px solid #292929; + background-color: #1f1f1f; + color: #DADADA; } + +GeditStatusbar { + border-top: 1px solid #292929; + background-color: #383838; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #292929; } + +.gedit-search-entry-occurrences-tag { + color: rgba(218, 218, 218, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: #3d3d3d; + padding: 6px; + border-color: #292929; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #DADADA; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: #ded6d6; + border-color: #851042; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: #ded6d6; + border-color: #851042; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #404040; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #383838; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #C3C3C3; + background-image: none; + background-color: #353535; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #404040; + color: #DADADA; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #292929; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #404040; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #DADADA; } + +.xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(141, 141, 141, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive { + color: rgba(222, 214, 214, 0.6); } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #851042; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(218, 218, 218, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #c2d0b4; } + +.documents-entry-tag { + background-color: #851042; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #ffffff; + background-color: #99b082; } + .documents-entry-tag:active { + color: #ffffff; + background-color: #85a06a; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(255, 255, 255, 0.7); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #851042; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #C3C3C3; + background-image: linear-gradient(to bottom, #292929); } + +.gnome-panel-menu-bar.menubar { + color: #C3C3C3; + font: bold; } + +.gnome-panel-menu-bar.menubar .menu { + font: regular; } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #C3C3C3; } + +PanelApplet .button:hover { + color: #dddddd; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #851042; } + +PanelApplet:hover { + color: #ffffff; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #851042; } + +WnckPager { + color: #626262; } + WnckPager:selected { + color: #851042; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #C3C3C3; + font: bold; } + +.xfce4-panel.panel { + background-color: #292929; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #C3C3C3; + background-color: rgba(41, 41, 41, 0); + border-radius: 0; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #434343; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #851042; + border: none; + background-color: #171717; } + +.floating-bar { + background-color: #851042; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #851042; + outline-color: transparent; } +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: #ded6d6; + border-color: #851042; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #851042; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(255, 255, 255, 0.05); + border: solid rgba(255, 255, 255, 0.07); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(218, 218, 218, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #DADADA; } + +.cs-header { + padding: 6px; + background-color: #353535; } + +#panel_window { + background-color: #292929; + color: #C3C3C3; + font: bold; + box-shadow: inset 0 -1px #171717; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #C3C3C3; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(195, 195, 195, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #DADADA; } + +#content_frame { + padding-bottom: 14px; + background-color: #383838; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame .button { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #454545; } + #content_frame .button:hover { + color: #DADADA; + outline-color: rgba(218, 218, 218, 0.3); + border-color: #292929; + background-color: #525252; } + #content_frame .button:active, #content_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #292929; + background-color: #851042; } + #content_frame .button:insensitive { + color: rgba(218, 218, 218, 0.55); + border-color: rgba(41, 41, 41, 0.55); + background-color: rgba(69, 69, 69, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #2f2f2f; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #252525; } + +#buttonbox_frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + #buttonbox_frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #851042; } + #buttonbox_frame .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +#login_window #user_combobox { + color: #DADADA; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #252525; } + +NemoWindow GtkEventBox { + background-color: #383838; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog .sidebar, +NautilusWindow .sidebar, +NemoWindow .sidebar { + border-right: 1px solid #282828; } +GtkFileChooserDialog .sidebar:dir(rtl), +NautilusWindow .sidebar:dir(rtl), +NemoWindow .sidebar:dir(rtl) { + border-left: 1px solid #282828; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + -gtk-icon-style: regular; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #353535; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #851042; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #4f4f4f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #C3C3C3; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(195, 195, 195, 0.6); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(195, 195, 195, 0.15); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + color: transparent; } +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #353535; } +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #C3C3C3; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #851042; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #353535; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #C3C3C3; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(195, 195, 195, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #851042; + color: #ffffff; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #C3C3C3; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #353535; } + +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #282828; } + +NautilusWindow NautilusWindowSlot { + background-color: #404040; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #353535; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #383838; } +GtkFileChooserDialog .dialog-action-box { + background-color: #383838; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #C3C3C3; + border-color: transparent; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: #0f0f0f; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #C3C3C3; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #252525; } +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #282828; } +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #292929; } + +.gedit-bottom-panel-paned { + background-color: #404040; } + +.gedit-document-panel { + background-color: #353535; } + .maximized .gedit-document-panel { + background-color: #353535; } + .gedit-document-panel .list-row { + color: #C3C3C3; } + .gedit-document-panel .list-row { + background-color: rgba(195, 195, 195, 0); + border: solid rgba(195, 195, 195, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(195, 195, 195, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(195, 195, 195, 0.15); } + .gedit-document-panel .list-row:active { + color: #ffffff; + background-color: #851042; + border: solid #851042; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #ffffff; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #ffffff; + background-color: #851042; + border: solid #851042; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #C3C3C3; } + +GeditFileBrowserWidget { + background-color: #353535; } + .maximized GeditFileBrowserWidget { + background-color: #353535; } + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #232323; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #C3C3C3; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #851042; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(127, 127, 127, 0.5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(22, 22, 22, 0.4); + background-color: #851042; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #606060; + border-color: rgba(22, 22, 22, 0.4); + background-color: rgba(109, 109, 109, 0.25); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #C3C3C3; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.4)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #ffffff; + border-color: rgba(22, 22, 22, 0.4); + background-image: linear-gradient(to bottom, #851042); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(109, 109, 109, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e9e9e9; + border: 1px solid rgba(0, 0, 0, 0.3); } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(233, 233, 233, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f6f6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #851042; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #DADADA; +@define-color theme_text_color #DADADA; +@define-color theme_bg_color #383838; +@define-color theme_base_color #404040; +@define-color theme_selected_bg_color #851042; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #DADADA; +@define-color text_color #DADADA; +@define-color bg_color #383838; +@define-color base_color #404040; +@define-color selected_bg_color #851042; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #3d3d3d; +@define-color insensitive_fg_color alpha(#dadada, 0.5); +@define-color insensitive_base_color #404040; +@define-color theme_unfocused_fg_color #DADADA; +@define-color theme_unfocused_text_color #DADADA; +@define-color theme_unfocused_bg_color #383838; +@define-color theme_unfocused_base_color #404040; +@define-color borders #292929; +@define-color unfocused_borders #292929; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #404040; +@define-color wm_title alpha(#ded6d6, 0.8); +@define-color wm_unfocused_title alpha(#ded6d6, 0.5); +@define-color wm_bg #2f2f2f; +@define-color wm_bg_unfocused #333333; +@define-color wm_highlight #373737; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #851042; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/gtk.css b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/gtk.css new file mode 100644 index 0000000..83d7bbd --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/gtk.css @@ -0,0 +1,3777 @@ +* { + background-clip: padding-box; + -GtkToolButton-icon-spacing: 4; + -GtkTextView-error-underline-color: #FC4138; + -GtkCheckButton-indicator-size: 16; + -GtkCheckMenuItem-indicator-size: 16; + -GtkScrolledWindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbars-within-bevel: 1; + -GtkToolItemGroup-expander-size: 11; + -GtkExpander-expander-size: 16; + -GtkTreeView-expander-size: 11; + -GtkTreeView-horizontal-separator: 4; + -GtkMenu-horizontal-padding: 0; + -GtkMenu-vertical-padding: 0; + -GtkWidget-link-color: #570b2b; + -GtkWidget-visited-link-color: #2a0515; + -GtkWidget-focus-padding: 2; + -GtkWidget-focus-line-width: 1; + -GtkWidget-text-handle-width: 20; + -GtkWidget-text-handle-height: 20; + -GtkDialog-button-spacing: 4; + -GtkDialog-action-area-border: 6; + -GtkStatusbar-shadow-type: none; + outline-color: rgba(74, 74, 74, 0.3); + outline-style: dashed; + outline-offset: -3px; + outline-width: 1px; + outline-radius: 2px; } + +.background { + color: #4a4a4a; + background-color: #F0F0F0; } + +*:insensitive { + -gtk-image-effect: dim; } + +.gtkstyle-fallback { + background-color: #F0F0F0; + color: #4a4a4a; } + .gtkstyle-fallback:prelight { + background-color: white; + color: #4a4a4a; } + .gtkstyle-fallback:active { + background-color: #d7d7d7; + color: #4a4a4a; } + .gtkstyle-fallback:insensitive { + background-color: #f9f9f9; + color: rgba(74, 74, 74, 0.55); } + .gtkstyle-fallback:selected { + background-color: #851042; + color: #ffffff; } + +.view { + color: #4a4a4a; + background-color: #ffffff; } + .view.dim-label, .view.label.separator, .header-bar .view.subtitle { + color: rgba(74, 74, 74, 0.55); } + .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { + color: rgba(255, 255, 255, 0.65); + text-shadow: none; } + +.rubberband, GtkTreeView.view.rubberband, .content-view.rubberband { + border: 1px solid #570b2b; + background-color: rgba(87, 11, 43, 0.2); } + +.label.separator, .popover .label.separator, .sidebar .label.view.separator { + color: #4a4a4a; } +.label:insensitive { + color: rgba(74, 74, 74, 0.55); } + +.dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { + opacity: 0.55; } + +GtkAssistant .sidebar { + background-color: #ffffff; + border-top: 1px solid #d9d9d9; } + GtkAssistant .sidebar:dir(ltr) { + border-right: 1px solid #d9d9d9; } + GtkAssistant .sidebar:dir(rtl) { + border-left: 1px solid #d9d9d9; } +GtkAssistant.csd .sidebar { + border-top-style: none; } +GtkAssistant .sidebar .label { + padding: 6px 12px; } +GtkAssistant .sidebar .label.highlight { + background-color: #851042; + color: #ffffff; } + +GtkTextView { + background-color: #f8f8f8; } + +.grid-child { + padding: 3px; + border-radius: 3px; } + .grid-child:selected { + outline-offset: -2px; } + +.popover.osd, .osd { + color: #C3C3C3; + border: none; + background-color: #454545; + background-clip: padding-box; + outline-color: rgba(195, 195, 195, 0.3); + box-shadow: none; } + +@keyframes spin { + to { + -gtk-icon-transform: rotate(1turn); } } +.spinner { + background-image: none; + background-color: blue; + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } + .spinner:active { + opacity: 1; + animation: spin 1s linear infinite; } + .spinner:active:insensitive { + opacity: 0.5; } + +.entry { + border: 1px solid; + padding: 5px 8px; + border-radius: 3px; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + color: #4a4a4a; + border-color: #cfcfcf; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } + .entry.image.left { + padding-left: 0; } + .entry.image.right { + padding-right: 0; } + .entry.flat, .entry.flat:focus { + padding: 2px; + color: #4a4a4a; + border-color: #cfcfcf; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); + border: none; + border-radius: 0; } + .entry:focus { + background-clip: border-box; + color: #4a4a4a; + border-color: #851042; + background-color: #ffffff; + background-image: linear-gradient(to bottom, #ffffff); } + .entry:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(255, 255, 255, 0.55); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } + .entry:selected, .entry:selected:focus { + background-color: #851042; + color: #ffffff; } + .entry.progressbar { + margin: 2px 12px; + border-radius: 0; + border-width: 0 0 2px; + border-color: #851042; + border-style: solid; + background-image: none; + background-color: transparent; + box-shadow: none; } + .entry.warning { + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #f7ae86); } + .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); + box-shadow: none; } + .entry.warning:selected, .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .entry.error { + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #fd8d88); } + .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); + box-shadow: none; } + .entry.error:selected, .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } + .entry.image { + color: #6e6e6e; } + .osd .entry { + color: #C3C3C3; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.4)); + background-color: transparent; } + .osd .entry.image, .osd .entry.image:hover { + color: inherit; } + .osd .entry:focus { + color: #ffffff; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, #851042); } + .osd .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.25)); } + +GtkSearchEntry.entry { + border-radius: 4px; } + +@keyframes needs_attention { + from { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#851042), to(transparent)); } + to { + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#851042), to(transparent)); } } +.button { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + border: 1px solid; + border-radius: 3px; + padding: 5px 8px; + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .button.flat, .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(245, 245, 245, 0); + border-color: rgba(207, 207, 207, 0); + transition: none; } + .button.flat:hover, .sidebar-button.button:hover { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + transition-duration: 350ms; } + .button.flat:hover:active, .sidebar-button.button:hover:active { + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; + -gtk-image-effect: highlight; } + .button:active, .button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #851042; + transition-duration: 50ms; } + .button:active { + color: #4a4a4a; } + .button:active:hover, .button:checked { + color: #ffffff; } + .button.flat:insensitive, .sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; } + .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button:insensitive > GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(133, 16, 66, 0.75); + background-color: rgba(133, 16, 66, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + background-color: #454545; + border-color: #313131; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #851042; } + .button.osd:active, .button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #851042; } + .button.osd:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + .osd .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); + border-radius: 0; + border-left-style: none; + border-right-style: none; } + .osd .button:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: none; } + .osd .button:first-child { + border-radius: 3px 0 0 3px; + border-left-style: solid; } + .osd .button:last-child { + border-radius: 0 3px 3px 0; + border-right-style: solid; } + .osd .button:last-child:dir(rtl) { + border-left-style: solid; } + .osd .button:only-child { + border-radius: 3px; + border-style: solid; } + .osd .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #851042; } + .osd .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #851042; } + .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(74, 74, 74, 0.55); } + .button.suggested-action:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(74, 74, 74, 0.55); } + .button.destructive-action:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#851042), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 4px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 4px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .inline-toolbar GtkToolButton > .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #851042; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(133, 16, 66, 0.75); + background-color: rgba(133, 16, 66, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(207, 207, 207, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #851042; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry + .button, +.linked:not(.vertical):not(.pathbar) > .entry + .button:hover, +.linked:not(.vertical):not(.pathbar) > .entry + .button:active, +.linked:not(.vertical):not(.pathbar) > .entry + .button:checked, +.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive { + border-left-style: solid; } +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #851042; } +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .entry { + border-left-color: #851042; } +.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(207, 207, 207, 0.4); } + .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(207, 207, 207, 0.4); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(207, 207, 207, 0.3); } +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: #FC4138; } +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: #F27835; } +.linked.vertical > .entry.error + .entry.warning { + border-top-color: #FC4138; } +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #851042; } +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #F27835; } +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #FC4138; } +.linked.vertical > .entry + .button, +.linked.vertical > .entry + .button:hover, +.linked.vertical > .entry + .button:active, +.linked.vertical > .entry + .button:checked, +.linked.vertical > .entry + .button:insensitive { + border-top-style: solid; } +.linked.vertical > .entry:focus:not(:only-child) + .entry, +.linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #851042; } +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, +.linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #F27835; } +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, +.linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #FC4138; } +.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child), +.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: 0 -1px #cfcfcf; } +.linked.vertical > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked.vertical > .button:checked + .entry { + border-top-color: #851042; } +.linked.vertical > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover, +.header-bar .linked:not(.vertical).path-bar > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.primary-toolbar .linked:not(.vertical).path-bar > .button:active, +.header-bar .linked:not(.vertical).path-bar > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.primary-toolbar .linked:not(.vertical).path-bar > .button:checked, +.header-bar .linked:not(.vertical).path-bar > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, +.header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } +.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked { + border-top-style: none; } + .linked.vertical > .button:first-child { + border-top-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #e8e8e8; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #4a4a4a; } + +*:link, .button:link, .button:visited { + color: #570b2b; } + *:link:visited, .button:visited { + color: #2a0515; } + *:selected *:link:visited, *:selected .button:visited { + color: #ce9fb3; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #851042; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #f3e7ec; } + *:link:active, .button:active:link, .button:active:visited { + color: #570b2b; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #e7cfd9; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #e7cfd9; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(217, 217, 217, 0.6); + border-style: none none none solid; + color: #535353; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(74, 74, 74, 0.55); } + .spinbutton .button:active { + background-color: #851042; + color: #ffffff; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #851042; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #851042; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #851042; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(74, 74, 74, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: 1px 0 #851042; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: -1px 0 #851042; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #F0F0F0; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(69, 69, 69, 0.9); } + +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar .inline-toolbar { + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #2f2f2f, #1d1d1d) 1 0 1 0; } + .primary-toolbar .label:insensitive, + .primary-toolbar .toolbar .label:insensitive, + .primary-toolbar .inline-toolbar .label:insensitive { + color: rgba(222, 214, 214, 0.55); } + +.inline-toolbar { + background-color: #e8e8e8; + border-style: solid; + border-color: #d9d9d9; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #F0F0F0; + border-style: solid; + border-color: #d9d9d9; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #e8e8e8; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #252525; + color: #ded6d6; + background-color: #2f2f2f; } + .csd .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #ffffff; + background-color: #851042; + border-color: #730e39; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #851042; + color: rgba(255, 255, 255, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #851042; + outline-color: rgba(133, 16, 66, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(133, 16, 66, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #851042; } + .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #2f2f2f; + border-color: #252525; } + .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #2f2f2f; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { + background-color: #2f2f2f; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 3px 3px 0 0; + color: #ded6d6; + background-color: #2f2f2f; + box-shadow: inset 0 1px #373737; } + .csd .titlebar { + background-color: #2f2f2f; } + .titlebar:backdrop { + color: rgba(222, 214, 214, 0.7); + background-color: #333333; } + .csd .titlebar:backdrop { + background-color: #333333; } + .maximized .titlebar { + background-color: #2f2f2f; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #333333; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, +.primary-toolbar .toolbar .separator, +.primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(222, 214, 214, 0) 25%, rgba(222, 214, 214, 0.35) 25%, rgba(222, 214, 214, 0.35) 75%, rgba(222, 214, 214, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: #ded6d6; + border-color: #851042; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-clip: padding-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: rgba(222, 214, 214, 0.85); } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #851042; + color: #ffffff; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #851042; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #a45b33); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #ffffff; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, #aa3a34); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } +.primary-toolbar .button, .header-bar .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + outline-offset: -3px; + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #851042; + background-clip: padding-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button:insensitive > GtkLabel, + .primary-toolbar .toolbar .button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(133, 16, 66, 0.65); + background-color: rgba(133, 16, 66, 0.65); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + border-radius: 3px; + border-style: solid; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover, + .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active, + .header-bar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked, + .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #851042; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +.primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(16, 16, 16, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, +.primary-toolbar .button.suggested-action:backdrop, +.header-bar .button.suggested-action:backdrop { + opacity: 0.8; } +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(222, 214, 214, 0.55); + background-color: rgba(47, 47, 47, 0); + border-color: rgba(47, 47, 47, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, +.primary-toolbar .button.destructive-action:backdrop, +.header-bar .button.destructive-action:backdrop { + opacity: 0.8; } +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #ffffff; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(255, 255, 255, 0.4); } +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: #ded6d6; } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(222, 214, 214, 0.25); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(222, 214, 214, 0.7); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(222, 214, 214, 0.4); } +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: #ded6d6; + border-color: #851042; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(16, 16, 16, 0.4); } +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.4)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.3)); } +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, #494949); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, #555555); + border-color: rgba(16, 16, 16, 0.7); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #851042); + border-color: #851042; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #414141); + border-color: rgba(16, 16, 16, 0.7); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(74, 74, 74, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #c288a1; + border-top-color: rgba(74, 74, 74, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(74, 74, 74, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #b6708e; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #682d46; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #a5a5a5; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #4a4a4a; } + GtkTreeView.view.expander:selected { + color: #dab7c6; } + GtkTreeView.view.expander:selected:hover { + color: #ffffff; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #ffffff; + border-radius: 3px; + background-image: linear-gradient(to bottom, #851042); } + GtkTreeView.view.progressbar:selected { + color: #851042; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #4a4a4a; + background-image: linear-gradient(to bottom, #cfcfcf); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #6e6e6e; + background-color: #ededed; } + column-header .button:hover { + color: #851042; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #4a4a4a; + transition: none; } +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #851042; + box-shadow: inset 1px 1px 0 1px #851042, inset -1px 0 0 1px #851042, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + +column-header .button, column-header .button:hover, column-header .button:active { + font-weight: bold; + padding: 3px 6px; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #d9d9d9; + /*border-image: linear-gradient(to bottom, + transparentize(if($variant == 'light', black, white), 1) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 80%, + transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ } + column-header .button:active, column-header .button:hover { + background-color: whitesmoke; } + column-header .button:active:hover { + color: #4a4a4a; } + column-header .button:insensitive { + border-color: #F0F0F0; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #2f2f2f; + color: #ded6d6; } + .menubar:backdrop { + color: rgba(222, 214, 214, 0.7); } + .menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + .menubar > .menuitem:hover { + background-color: #851042; + color: #ffffff; } + .menubar > .menuitem:insensitive { + color: rgba(222, 214, 214, 0.4); + border-color: transparent; } + +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #ffffff; + border: 1px solid #d9d9d9; } + .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + .menu .menuitem { + padding: 5px; } + .menu .menuitem:hover { + color: #4a4a4a; + background-color: rgba(0, 0, 0, 0.05); + border: solid rgba(0, 0, 0, 0.12); + border-width: 1px 0 1px 0; } + .menu .menuitem:insensitive { + color: rgba(74, 74, 74, 0.55); } + .menu .menuitem.separator { + color: rgba(255, 255, 255, 0); } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #ededed; } + .menu.button.bottom { + border-top: 1px solid #ededed; } + .menu.button:hover { + background-color: #ededed; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #cccccc; + border-radius: 3px; + background-clip: border-box; + background-color: #ffffff; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(255, 255, 255, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #ffffff; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #d9d9d9; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #F0F0F0; } + .notebook.header.frame { + border: 0px solid #d9d9d9; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #d9d9d9; } + .notebook.header.bottom { + box-shadow: inset 0 1px #d9d9d9; } + .notebook.header.right { + box-shadow: inset 1px 0 #d9d9d9; } + .notebook.header.left { + box-shadow: inset -1px 0 #d9d9d9; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #ffffff, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #ffffff, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #ffffff; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(74, 74, 74, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(74, 74, 74, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #4a4a4a; } + .notebook tab .button { + padding: 0; + color: #848484; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #851042; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(74, 74, 74, 0.55); } + .notebook.arrow:hover { + color: rgba(74, 74, 74, 0.775); } + .notebook.arrow:active { + color: #4a4a4a; } + .notebook.arrow:insensitive { + color: rgba(74, 74, 74, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: #7c7c7c; + border: 1px solid rgba(255, 255, 255, 0.6); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #fcfcfc; + border: 1px none #d9d9d9; } + .scrollbar .slider { + background-color: #aeaeae; } + .scrollbar .slider:hover { + background-color: #bebebe; } + .scrollbar .slider:prelight:active { + background-color: #851042; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #d9d9d9 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #fcfcfc; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough, +.primary-toolbar .toolbar GtkSwitch.trough, +.primary-toolbar .inline-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active, +.primary-toolbar .toolbar GtkSwitch.trough:active, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(74, 74, 74, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, whitesmoke); + border: 1px solid rgba(143, 143, 143, 0.5); + border-radius: 50%; + box-shadow: none; } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #f8f8f8); + border-color: rgba(143, 143, 143, 0.3); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #851042); + border-color: #851042; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #454545); + border-color: #851042; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #851042); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #570b2b); + border-color: #570b2b; } + .list-row:selected .scale.slider, GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #eddbe3); + border-color: #eddbe3; } + .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #c288a1); + border-color: #c288a1; } + .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #c893aa); + border-color: #c893aa; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #cfcfcf); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #851042); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(133, 16, 66, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(207, 207, 207, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #575757); + outline-color: rgba(195, 195, 195, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #851042); } + .list-row:selected .scale.trough, GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #c893aa); } + .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(74, 74, 74, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #851042; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #851042; } + .list-row:selected .progressbar, GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #851042; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #cfcfcf; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } +.level-bar.fill-block { + border: 1px solid #851042; + background-color: #851042; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: rgba(74, 74, 74, 0.2); + border-color: rgba(74, 74, 74, 0.2); } + +.frame { + border: 1px solid #d9d9d9; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #ffffff; + border-color: #d9d9d9; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(0, 0, 0, 0.03); } +.list-row.activatable:active { + color: #4a4a4a; } +.list-row.activatable:selected:active { + color: #ffffff; } +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #780e3b; } +.list-row.activatable:selected:insensitive { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(133, 16, 66, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #C3C3C3; + background-color: #454545; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #2c2c2c; } + .app-notification .button, + .app-notification.frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(133, 16, 66, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #851042; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: #979797; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #4a4a4a; + border: 1px solid #d9d9d9; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #851042; + color: #ffffff; + border-radius: 1.5px; } + GtkCalendar.header { + color: #4a4a4a; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(74, 74, 74, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #4a4a4a; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(74, 74, 74, 0.55); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #4a4a4a; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #2f2f2f; + border-bottom: 1px solid #1d1d1d; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +GtkFileChooserDialog .search-bar { + background-color: #F0F0F0; + border-color: #d9d9d9; + box-shadow: none; } +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #d9d9d9; } + +.sidebar, .sidebar .view { + border: none; + background-color: #F0F0F0; } + +GtkSidebarRow.list-row { + padding: 0px; } +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #851042; } +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #d7d7d7; } +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(74, 74, 74, 0.8); + border-width: 0; + border-style: solid; } +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #d9d9d9; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-repeat: no-repeat; + background-position: center; } + GtkPaned.wide.vertical .pane-separator { + color: #4a4a4a; + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-repeat: no-repeat; + background-position: center; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #851042; + color: #ffffff; } + +.warning, +.error { + background-color: #F04A50; } + +.list-row:selected .button, GtkInfoBar .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #851042; + outline-color: rgba(133, 16, 66, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(133, 16, 66, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } + +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } +GtkColorSwatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + GtkColorSwatch#add-color-button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #ffffff; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(133, 16, 66, 0.2)), to(rgba(133, 16, 66, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(133, 16, 66, 0.2)), to(rgba(133, 16, 66, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(133, 16, 66, 0.2)), to(rgba(133, 16, 66, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(133, 16, 66, 0.2)), to(rgba(133, 16, 66, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } +.undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } +.undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } +.undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +.window-frame { + border-radius: 3px 3px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px #1d1d1d, 0 8px 8px 0 rgba(0, 0, 0, 0.2); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 3px 3px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #2f2f2f; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding: 8px 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(47, 47, 47, 0); } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #851042; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.close, + .titlebar .button.titlebutton.maximize, + .titlebar .button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } + .header-bar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.close:hover, + .titlebar .button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } + .header-bar .button.titlebutton.close:active, + .titlebar .button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max-dark.png"), url("assets/titlebutton-max-dark@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop-dark.png"), url("assets/titlebutton-max-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover-dark.png"), url("assets/titlebutton-max-hover-dark@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active-dark.png"), url("assets/titlebutton-max-active-dark@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min-dark.png"), url("assets/titlebutton-min-dark@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop-dark.png"), url("assets/titlebutton-min-backdrop-dark@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover-dark.png"), url("assets/titlebutton-min-hover-dark@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active-dark.png"), url("assets/titlebutton-min-active-dark@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #851042; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #252525, inset 0 -1px #d9d9d9; } + +GtkHTML { + background-color: #ffffff; + color: #4a4a4a; } + GtkHTML:active { + color: #ffffff; + background-color: #851042; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalScreen { + -TerminalScreen-background-darkness: 0.9; + background-color: #3f3f3f; + color: #fff; } + +TerminalScreenContainer .scrollbar:not(.slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #848484; } + TerminalWindow .notebook tab .button:hover { + color: #4a4a4a; + border-color: #cfcfcf; + background-color: whitesmoke; } +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #851042; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #4a4a4a; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #9d9d9d; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #e7cfd9; } + +NautilusNotebook.notebook { + background-color: #ffffff; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #ffffff; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(74, 74, 74, 0.5); + border-color: rgba(49, 49, 49, 0.5); } + .disk-space-display.used { + background-color: rgba(133, 16, 66, 0.8); + border-color: rgba(87, 11, 43, 0.8); } + .disk-space-display.free { + background-color: #e8e8e8; + border-color: #cfcfcf; } + +NautilusListView .view { + border-bottom: 1px solid #d9d9d9; } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; + -NemoPlacesTreeView-disk-full-fg-color: #570b2b; } + +NemoWindow EelEditableLabel.entry { + transition: none; } +NemoWindow .sidebar .frame { + border-width: 0; } +NemoWindow .sidebar .cell { + padding: 0 2px; } +NemoWindow .sidebar .scrollbar.vertical .trough { + background-color: transparent; } +NemoWindow .sidebar .scrollbar.vertical .slider { + background-color: #aeaeae; } + NemoWindow .sidebar .scrollbar.vertical .slider:hover { + background-color: #cfcfcf; } +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #d9d9d9; } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(141, 141, 141, 0.4); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: transparent; + background-color: #851042; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(222, 214, 214, 0.6); } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(16, 16, 16, 0); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(16, 16, 16, 0); } + +.gedit-headerbar-paned { + color: #252525; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #ffffff; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #ffffff; + background-color: #851042; } + +.open-document-selector-name-label { + color: #4a4a4a; } + +.open-document-selector-path-label { + color: #a5a5a5; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } +.gedit-document-panel .prelight-row .button { + color: #848484; } +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #ffffff; } +.gedit-document-panel .prelight-row .button:active { + color: #4a4a4a; } + +.gedit-document-panel-dragged-row { + border: 1px solid #d9d9d9; + background-color: #d7d7d7; + color: #4a4a4a; } + +GeditStatusbar { + border-top: 1px solid #d9d9d9; + background-color: #F0F0F0; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #d9d9d9; } + +.gedit-search-entry-occurrences-tag { + color: rgba(74, 74, 74, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: whitesmoke; + padding: 6px; + border-color: #d9d9d9; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #4a4a4a; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: #ded6d6; + border-color: #851042; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: #ded6d6; + border-color: #851042; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #ffffff; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #F0F0F0; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #C3C3C3; + background-image: none; + background-color: #454545; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #ffffff; + color: #4a4a4a; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #ffffff; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #4a4a4a; } + +.xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox { + color: #ded6d6; + outline-color: rgba(222, 214, 214, 0.3); + border-color: rgba(16, 16, 16, 0.4); + background-color: rgba(103, 103, 103, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(141, 141, 141, 0.4); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive { + color: rgba(222, 214, 214, 0.6); } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #851042; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(74, 74, 74, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #e01b6f; } + +.documents-entry-tag { + background-color: #851042; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #ffffff; + background-color: #97124b; } + .documents-entry-tag:active { + color: #ffffff; + background-color: #730e39; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(255, 255, 255, 0.7); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #851042; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #C3C3C3; + background-image: linear-gradient(to bottom, #393939); } + +.gnome-panel-menu-bar.menubar { + color: #C3C3C3; + font: bold; } + +.gnome-panel-menu-bar.menubar .menu { + font: regular; } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #C3C3C3; } + +PanelApplet .button:hover { + color: #dddddd; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #851042; } + +PanelApplet:hover { + color: #ffffff; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #851042; } + +WnckPager { + color: #626262; } + WnckPager:selected { + color: #851042; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #C3C3C3; + font: bold; } + +.xfce4-panel.panel { + background-color: #393939; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #C3C3C3; + background-color: rgba(57, 57, 57, 0); + border-radius: 0; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #535353; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #851042; + border: none; + background-color: #272727; } + +.floating-bar { + background-color: #851042; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #851042; + outline-color: transparent; } +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: #ded6d6; + border-color: rgba(16, 16, 16, 0.4); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: #ded6d6; + border-color: #851042; + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.4)); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(222, 214, 214, 0.55); + background-image: linear-gradient(to bottom, rgba(103, 103, 103, 0.25)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #851042; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(0, 0, 0, 0.04); + border: solid rgba(0, 0, 0, 0.08); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(74, 74, 74, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #4a4a4a; } + +.cs-header { + padding: 6px; + background-color: #ededed; } + +#panel_window { + background-color: #393939; + color: #C3C3C3; + font: bold; + box-shadow: inset 0 -1px #272727; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #C3C3C3; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(195, 195, 195, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #4a4a4a; } + +#content_frame { + padding-bottom: 14px; + background-color: #F0F0F0; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame .button { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + #content_frame .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + #content_frame .button:active, #content_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #851042; } + #content_frame .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #454545; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #454545; } + +#buttonbox_frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + #buttonbox_frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #851042; } + #buttonbox_frame .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +#login_window #user_combobox { + color: #4a4a4a; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #252525; } + +NemoWindow GtkEventBox { + background-color: #F0F0F0; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + -gtk-icon-style: regular; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #454545; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #851042; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #5f5f5f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #C3C3C3; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(195, 195, 195, 0.6); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(195, 195, 195, 0.15); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + color: transparent; } +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #454545; } +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #C3C3C3; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #851042; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #454545; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #C3C3C3; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(195, 195, 195, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #851042; + color: #ffffff; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #C3C3C3; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #454545; } + +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #454545; } + +NautilusWindow NautilusWindowSlot { + background-color: #ffffff; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #454545; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #F0F0F0; } +GtkFileChooserDialog .dialog-action-box { + background-color: #F0F0F0; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #C3C3C3; + border-color: transparent; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: #333333; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #C3C3C3; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #252525; } +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #2f2f2f; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #333333; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #454545; } +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #d9d9d9; } + +.gedit-bottom-panel-paned { + background-color: #ffffff; } + +.gedit-document-panel { + background-color: #454545; } + .maximized .gedit-document-panel { + background-color: #454545; } + .gedit-document-panel .list-row { + color: #C3C3C3; } + .gedit-document-panel .list-row { + background-color: rgba(195, 195, 195, 0); + border: solid rgba(195, 195, 195, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(195, 195, 195, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(195, 195, 195, 0.15); } + .gedit-document-panel .list-row:active { + color: #ffffff; + background-color: #851042; + border: solid #851042; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #ffffff; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #ffffff; + background-color: #851042; + border: solid #851042; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #C3C3C3; } + +GeditFileBrowserWidget { + background-color: #454545; } + .maximized GeditFileBrowserWidget { + background-color: #454545; } + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #333333; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #C3C3C3; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #851042; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #851042; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #C3C3C3; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.4)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #ffffff; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, #851042); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e9e9e9; + border: 1px solid rgba(0, 0, 0, 0.3); } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(233, 233, 233, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f6f6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #851042; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #4a4a4a; +@define-color theme_text_color #4a4a4a; +@define-color theme_bg_color #F0F0F0; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #851042; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #4a4a4a; +@define-color text_color #4a4a4a; +@define-color bg_color #F0F0F0; +@define-color base_color #ffffff; +@define-color selected_bg_color #851042; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #f9f9f9; +@define-color insensitive_fg_color alpha(#4a4a4a, 0.5); +@define-color insensitive_base_color #ffffff; +@define-color theme_unfocused_fg_color #4a4a4a; +@define-color theme_unfocused_text_color #4a4a4a; +@define-color theme_unfocused_bg_color #F0F0F0; +@define-color theme_unfocused_base_color #ffffff; +@define-color borders #d9d9d9; +@define-color unfocused_borders #d9d9d9; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #ffffff; +@define-color wm_title alpha(#ded6d6, 0.8); +@define-color wm_unfocused_title alpha(#ded6d6, 0.5); +@define-color wm_bg #2f2f2f; +@define-color wm_bg_unfocused #333333; +@define-color wm_highlight #373737; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #cc575d; +@define-color wm_button_close_hover_bg #d7787d; +@define-color wm_button_close_active_bg #be3841; +@define-color wm_icon_close_bg #2f343f; +@define-color wm_button_hover_bg #454C5C; +@define-color wm_button_active_bg #851042; +@define-color wm_button_hover_border #262932; +@define-color wm_icon_bg #90939B; +@define-color wm_icon_unfocused_bg #666A74; +@define-color wm_icon_hover_bg #C4C7CC; +@define-color wm_icon_active_bg #ffffff; diff --git a/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/thumbnail.png b/themes/Mint-Y-Darker-Hibiscus/gtk-3.0/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..11a2f6ac738610bf27787374bc33d333cbeac000 GIT binary patch literal 1529 zcmZ8fX;4#F6n-K~L8(F=T#8~9nNdKNK`IQjqJTh1Sc5!}B_<#dNR&jjkr5(LAc%q@ z5*}DV6j0oeNWdcdk|>a{#0COX!jkQUyr<&=_Sybw@65gDoIB^c-~G-xd47arh6dXV z001!b@^lNpYznq_f43StW3`7wn9)7uigyKo$CuZAA+5pUon+4dJOHFw06<0-0DQu( zGUfr`oGkz>Mgf5H4FK4D25R<q0RWvlem+6&Fbu2J>dDE;!NI{dZ{7%nLWx8o7K=3+ z4T_@U<Kx4_!=q9`^~+oi_xzaj^}KwxL-?$|y{Mu&v%bB!Q~0d<Wu9=Nx3W32lE)HG z^l`Z9C_D;9d4F5DK+?J5CW#tFmu9-T12SzB|JJ-*29ZN^2b3s^!1E)G*`ROY(-|$6 zGEqmPLSwK@Ik~d3+%j0(DQZ;ou#S^BBQT20Hqrwbtqa(v<gb#0;u{8e`4l|H5I`h` zCl+K-h>;gN77>N;eh&3G9)}}<w8DRgQF(h>7_+jRMT;Rvf?#ykL$MmY*>VwTzEH`_ zoK;SI{rVO8ps8&ytZOgg3aXm~RZDVlQ%(e_h_67=_=nS4)$76t3aWaIDEbOcfES*M zRfu+R=uTpAG&BOI;Jrzu{6z#sRYHhNJm0o}xwl%g<(gUK15BV6x6Lf62J%89ONOyB zpo-pXkW@AT%iB`|PF9Y=D5~tu0;zW;ODL*Am5L?VoJx9=$I_~%2W~TiqlyJe^i^`; zVp~!m^_~<<LgA6}lVDDt5_=&i?!lC{FFQ20MpDz3zl5rg`Q}7Fa+O$v$ePXsCi3PH z6#45(f<H70s|4(@$ZJDtv?mM1Dw-1XP1%F)>&q)&R#sLTx~_GJ8WHt7{%wXok=22T zP!8mR;e~yeGDJ0YmxlA!!ebTW;ItR-v?zkWV~Fz2H4>QqcwG6d8a0VT3P%LjbzE7H z%ZM=-s`}=zmSUQuP5D&tcsPj?n{>JCd;}e1MVF+FStNqD517uA!91B(HU5+x5BmDx zd_mf!#<wa26;1Y!O}(z~C|0RdQmIt7ZxO;qdDThWF}Gj?!-YI7&|`Yx-Swt)zu&Oc zQfrg^44Y_6FE`hqkPdRxmduQzyt3?ow*GF<<}M$FDRfQ8W530)bxic_@dyIpdm856 zVzok$Rkg|GE$q~kk5d_?W?j2hx&A~V8Tqez8&W{AF}u0tN$ZU9Mpv)BoDlwRI#-k> zIr`qX=|>?R!308tt5G*GAb1to*!p^q`{R(qI@6|J2TV=w#l@bc%IA-~Nc*%l%7@cc zoa52mYqD;aUY0(A?c{_P@U5*H4mKpjD;3*KD-_$I@Dme~UtC&S($6n{S*@c9G2O)P z*=)ScWJhNFS@YiZS{RPqXwCX_=EgWTCAUjI&ucBzcNi+>T(2xDo2{t0T3#CImn)p9 zf@gNswtAXeJnHOXbzj#FH&sY}F>Ft8U=LXCbGla_cUr#a^y9X2&e>2?k@4u;wU0NK zb}6~(k|FVk;d8DY?JPa=*SV~`s}{ax{bJh$XBzus41fK_x9lCFq3J#Kx-1T3RN=&! z6U?1>v@uq*>-R49!Ob>cKiC+bs?0CZwUUK3rU^n3g?T>29i4ujvYd0N+>tJBPWW7y zRl!SAi`R92es6X#Wga%7x0`6Uhi4aEUSn?b{<&Gl4?R7;kjuGGd@*Cr=0pqgV?S}{ z%cSLQL0FS|BiZh`j+=phhNOmGw08~4_#DpJRQAQwkv(y=&Rpc9!g)#}lM5V6boHY| zGt+dtpJ$b+Q9MowlU+7$<`-|Xd+aFIZpz6TuDTQNu_0#D`eXp`ikn2&%ahpHB<*3k zhcGE5X0$UoF&Z;~y{(<2wXK7-okNhFqqF@1XFEqrTRUf4TZ<h<IsXA9&?(fI)c*q< zoE_}{1?cXNWnh4<-xvbvG0bFAVl;4yMo);gW?*E|G)63)sb2lZAuI{-awoVwI1<JB E8;BD)!vFvP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Darker-Hibiscus/index.theme b/themes/Mint-Y-Darker-Hibiscus/index.theme new file mode 100644 index 0000000..a30a6bf --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=X-GNOME-Metatheme +Name=Mint-Y-Darker-Hibiscus +Comment=A flat theme with transparent elements and dark menu and titlebars +Encoding=UTF-8 + +[X-GNOME-Metatheme] +GtkTheme=Mint-Y-Darker-Hibiscus +MetacityTheme=Mint-Y-Darker-Hibiscus +IconTheme=Mint-Y +CursorTheme=DMZ-Black +ButtonLayout=menu:minimize,maximize,close diff --git a/themes/Mint-Y-Darker-Hibiscus/xfce-notify-4.0/gtkrc b/themes/Mint-Y-Darker-Hibiscus/xfce-notify-4.0/gtkrc new file mode 100644 index 0000000..aa8a02c --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfce-notify-4.0/gtkrc @@ -0,0 +1,72 @@ +style "notify-window" { + XfceNotifyWindow::summary-bold = 1 + XfceNotifyWindow::border-color = "#17191F" + XfceNotifyWindow::border-color-hover = "#17191F" + XfceNotifyWindow::border-radius = 3.0 + XfceNotifyWindow::border-width = 1.0 + XfceNotifyWindow::border-width-hover = 1.0 + + bg[NORMAL] = "#292C36" +} + +style "notify-button" { + bg[NORMAL] = "#434652" + bg[PRELIGHT] = "#5C6070" + bg[ACTIVE] = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#ffffff" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + roundness = 2 + textstyle = 0 + } +} + +style "notify-text" { + GtkWidget::link-color = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#BAC3CF" + + engine "murrine" { + textstyle = 0 + } +} + +style "notify-summary" { + font_name = "Bold" +} + +style "notify-progressbar" { + GtkProgressBar::min-horizontal-bar-height = 4 + + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = "#000000" + bg[NORMAL] = "#5294E2" + bg[ACTIVE] = "#1D1F26" + bg[SELECTED] = "#5294E2" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + trough_shades = { 1.0, 1.0 } + trough_border_shades = { 1.0, 1.0 } + progressbarstyle = 0 + roundness = 2 + textstyle = 0 + } +} + +class "XfceNotifyWindow" style "notify-window" +widget "XfceNotifyWindow.*.summary" style "notify-summary" +widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button" +widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text" +widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar" +widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar" diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-active.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..938416f --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"1 3 2 1", +" c None", +". c #2F2F2F", +".", +".", +"."}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-inactive.xpm new file mode 120000 index 0000000..9f10639 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..1e2652f --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-left-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 0000000..d70de34 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..f08c031 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-right-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"3 3 2 1", +" c None", +". c #2F2F2F", +"...", +"...", +"..."}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 0000000..d234cea --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/close-active.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/close-active.xpm new file mode 100644 index 0000000..864b7b7 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/close-active.xpm @@ -0,0 +1,66 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 36 1 ", +" c #2F2F2F", +". c gray19", +"X c #313230", +"o c #373737", +"O c #383B36", +"+ c #3D3F3B", +"@ c #3E403C", +"# c #3E413C", +"$ c #535D49", +"% c #56624B", +"& c #58634C", +"* c #59654E", +"= c #5F6D52", +"- c #606E52", +"; c #61675A", +": c #62685B", +"> c #627054", +", c #647355", +"< c #657456", +"1 c #677757", +"2 c #737A6B", +"3 c #747B6C", +"4 c #80827F", +"5 c #81857C", +"6 c #82847F", +"7 c #8B987E", +"8 c #8B987F", +"9 c #94AC7D", +"0 c #95AC7D", +"q c #96AE7D", +"w c #95B178", +"e c #99B77B", +"r c #99B67D", +"t c #9AB87C", +"y c #818280", +"u c #838680", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" . ", +" #35y453# ", +" :u70rr075:. ", +" :u0rttttt05: ", +" O#50twttttwt0u@ ", +" X3utt.*te*.tt72 ", +" 59rt< %* >et05 ", +" 5tttt> -teer4 ", +" 5rree&. $ertr4 ", +" .50re* << *et05 ", +" .37ttO1tt<Oet72 ", +" .#50tttttttt04+ ", +" :50ttttte05: ", +" :470rr074:. ", +" #25u453@. ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/close-inactive.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..0e4e39d --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/close-inactive.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *close_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c gray22", +"O c #3E3E3E", +"+ c #515151", +"@ c #555555", +"# c #585858", +"$ c #5F5F5F", +"% c #606060", +"& c #646464", +"* c #727272", +"= c gray51", +"- c #888888", +"; c gray56", +": c #909090", +"> c gray58", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" .X X.. ", +" O**==**O ", +" %=-:>>:-=% ", +" %=:>>>>>>;=% ", +" +=:>:>>>>:>:=O ", +" *->>.#:>#.>>-* ", +" *:>>%.@@ $:>:* ", +" =:>>>$ $>>>>- ", +" .=>>>>+. +:>>>= ", +" X*:>>@.&%.@>>:= ", +" *->>o&>>&o>:-* ", +" O=:>>>>>>>>;=O ", +" $=;>>>>>>:=% ", +" $=-;:>:-=$ ", +" O**==**O ", +" ..X . X. ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/close-prelight.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..c319b10 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/close-prelight.xpm @@ -0,0 +1,68 @@ +/* XPM */ +static char *close_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 38 1 ", +" c #2F2F2F", +". c #303130", +"X c #313230", +"o c #373737", +"O c #383C34", +"+ c #3E413B", +"@ c #3E423B", +"# c #536244", +"$ c #576846", +"% c #586847", +"& c #5B6D49", +"* c #5F734C", +"= c #60754C", +"- c #62774D", +"; c #647A4E", +": c #657B4F", +"> c #616A56", +", c #626B58", +"< c #626C58", +"1 c #677E50", +"2 c #737E68", +"3 c #747E69", +"4 c #747F69", +"5 c #81877A", +"6 c #80827F", +"7 c #82857E", +"8 c #82877E", +"9 c #81887A", +"0 c #83887E", +"q c #8B9E78", +"w c #8B9E79", +"e c #94BD6B", +"r c #94B772", +"t c #95B772", +"y c #95B971", +"u c #96BA72", +"i c #99C36F", +"p c #9AC66E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @496654@ ", +" <7qtiitq7, ", +" <0yppppppy7, ", +" .+7ypeppppepy7@ ", +" 3qppX%pp&Xppq3 ", +" 9rpp; %% *ppt5 ", +" .6ippp- *pppp6 ", +" 7ippp$. #ipii0. ", +" 9rpp% ;;X$pir7. ", +" 3qppO1pp1Opiq3 ", +" +7yppppppppy0O ", +" >0yppppppy0< ", +" ,7qriitq0> ", +" @396653O ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/close-pressed.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..b15992a --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/close-pressed.xpm @@ -0,0 +1,69 @@ +/* XPM */ +static char *close_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 39 1 ", +" c #2F2F2F", +". c gray19", +"X c #303130", +"o c #373737", +"O c #353832", +"+ c #3A3D37", +"@ c #3B3E39", +"# c #3C3D39", +"$ c #46523A", +"% c #49553B", +"& c #4A573C", +"* c #4B593D", +"= c #4F5E3E", +"- c #50603F", +"; c #585F50", +": c #526340", +"> c #536541", +", c #5A6152", +"< c #6A7261", +"1 c #6A7361", +"2 c #6A7362", +"3 c #70904F", +"4 c #739551", +"5 c #749651", +"6 c #759553", +"7 c #759554", +"8 c #759654", +"9 c #76925A", +"0 c #77925A", +"q c #77915C", +"w c #77925C", +"e c #7B896C", +"r c #7B8A6C", +"t c #7B8075", +"y c #7B8176", +"u c #7F827B", +"i c #7F817C", +"p c #7F807D", +"a c #7F817E", +/* pixels */ +"oooooooooooooooooooooooo", +" ", +" ", +" ", +" ", +" @2tppt2@ ", +" ,prw889ep; ", +" ,u05555559p; ", +" ... $a854555535wu$ ", +" ... 2r84 *35*X58r< ", +" .. <w84-X%%X-5882 ", +" ..op8855- =558wa ", +" 2w855%X $4458a ", +" Xtw85%X-> &559yX ", +" 2r55O>55>O53e2 ", +" @p9555555559u+ ", +" ;2w555558wp, ", +" o,atq77qtp; ", +" ..o.#<p<222# ", +" .....o oooo ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/hide-active.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/hide-active.xpm new file mode 100644 index 0000000..79239a2 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/hide-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c #909090", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/hide-inactive.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..0bfa3d3 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/hide-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #2F2F2F", +". c #373737", +"X c gray40", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" XXXXXX ", +" XXXXXX ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/hide-prelight.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/hide-prelight.xpm new file mode 100644 index 0000000..f1078f4 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/hide-prelight.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *hide_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXX.+$$$$$$$$$$+.XXXXX", +"XXXXX.#$$%%%%%%$## XXXXX", +"XXXXX.##$%%%%%%$$# XXXXX", +"XXXXX.+#$$$$$$$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/hide-pressed.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/hide-pressed.xpm new file mode 100644 index 0000000..9ad9302 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/hide-pressed.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *hide_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$==========$+.....", +".....o&==========%o.....", +"..... *==------=== .....", +"..... *==------==* .....", +".....o&==========%o.....", +".....+$==========$+.....", +".....o.&========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+o o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/left-active.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/left-active.xpm new file mode 100644 index 0000000..2103096 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/left-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/left-inactive.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/left-inactive.xpm new file mode 120000 index 0000000..ebcf490 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/maximize-active.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..3ee3f0b --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/maximize-active.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c gray43", +"O c #717171", +"+ c #747474", +"@ c gray49", +"# c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ... ", +" .O##@ ", +" ...O## ", +" .+...o# ", +" .#+. .o ", +" .##O... ", +" .@##O.. ", +" .. . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/maximize-inactive.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/maximize-inactive.xpm new file mode 100644 index 0000000..40dd986 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/maximize-inactive.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char *maximize_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 8 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #535353", +"O c #565656", +"+ c #5B5B5B", +"@ c gray36", +"# c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" O##+ ", +" . .o## ", +" .O.. o# ", +" .#O. o ", +" .##o. . ", +" @##O. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/maximize-prelight.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/maximize-prelight.xpm new file mode 100644 index 0000000..b04d285 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/maximize-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *maximize_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #9A9A9A", +"* c #9D9D9D", +"= c #A0A0A0", +"- c #AEAEAE", +"; c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$$%*;;-$#OoXXXXX", +"XXXXX.+$$$$%*;;$$+.XXXXX", +"XXXXX.##$=%$$*;$## XXXXX", +"XXXXX ##$;=%$$*$$# XXXXX", +"XXXXo.+#$;;*$$$$#+XXXXXX", +"XXXXXoO$$-;;*%$$#OoXXXXX", +"XXXXooX@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/maximize-pressed.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..2bf4b7f --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/maximize-pressed.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *maximize_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #444444", +"# c #555555", +"$ c #565656", +"% c #7B7B7B", +"& c gray50", +"* c #8E8E8E", +"= c gray58", +"- c #979797", +"; c #DADADA", +": c #DDDDDD", +"> c gray88", +", c #EAEAEA", +"< c white", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.$%*=%$.+.......", +"......+X&======&X+......", +".....o.&========&.X.....", +".....+$====:<<,==$+.....", +".....o&===--:<<==%o.....", +"..... *==:-==;<=== .....", +"..... *==<>===:==* .....", +"....XO&=-<<;-====%o.....", +".....O#*=,<<:====$+.....", +".....o.*========&.o.....", +"......+X&======&X+......", +".......+.$%**%$.+.......", +"........o+O o+o........", +"..........X...X.........", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/menu-active.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/menu-active.xpm new file mode 100644 index 0000000..8bce888 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/menu-active.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #494949", +"O c gray33", +"+ c #5D5D5D", +"@ c #747474", +"# c #777777", +"$ c gray53", +"% c gray56", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+. +%+ ", +" O%%##%%O ", +" o$%%$o ", +" X##X ", +" . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..b0e1be3 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/menu-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #3E3E3E", +"O c #444444", +"+ c #494949", +"@ c #565656", +"# c #585858", +"$ c gray38", +"% c #656565", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" . . ", +" +%+..+%+ ", +" O%%##%%O ", +" o$%%#O ", +" X@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/menu-prelight.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/menu-prelight.xpm new file mode 100644 index 0000000..51e419f --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/menu-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *menu_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #515151", +"& c #565656", +"* c #585858", +"= c #6C6C6C", +"- c gray48", +"; c #868686", +": c #A4A4A4", +"> c #B9B9B9", +", c #C3C3C3", +"< c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$$$$$$@.oXXXXX", +"XXXXXoO$$%$$$$%$#OoXXXXX", +"XXXXX.+$;,;$$;,;$+.XXXXX", +"XXXXX.#$-,,::,,-## XXXXX", +"XXXXX #$$=><<>=$$# XXXXX", +"XXXXo.+#$$&::*$$#+XXXXXX", +"XXXXXoO$$$$$$$$$#OoXXXXX", +"XXXXXo.@$$$$$$$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..31c747f --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/menu-pressed.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *menu_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #2A2A2A", +". c #2F2F2F", +"X c #323232", +"o c #373737", +"O c gray22", +"+ c gray26", +"@ c #565656", +"# c #7B7B7B", +"$ c gray50", +"% c #8E8E8E", +"& c gray58", +"* c #959595", +"= c gray62", +"- c #B1B1B1", +"; c gray74", +": c #C8C8C8", +"> c gray88", +", c gray89", +"< c gray96", +"1 c gray99", +"2 c #FEFEFE", +/* pixels */ +"oooooooooooooooooooooooo", +"........................", +"........................", +"........................", +".........X..............", +"........o+o O+o........", +".......+.@#%&#@.+.......", +"......+X$&&&&&&$X+......", +".....o.$&&&&&&&&$.o.....", +".....+@&&&&&&&&&&@+.....", +".....o$&:2:&&:2:&$O.....", +"..... %&;22,,22;&% .....", +"..... %&&-<22<-&&% .....", +".....o$&&&=,,=&&&#O.....", +".....+@%&&&&&&&&&@+.....", +".....o %&&&&&&&&$.o.....", +"......+X$&&&&&&$X+......", +".......+.@#%%#@.+.......", +"........o+o o+o........", +"..........X.............", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/right-active.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/right-active.xpm new file mode 100644 index 0000000..e8e87a9 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/right-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 1 2 1", +" c None", +". c #2F2F2F", +"..."}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/right-inactive.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/right-inactive.xpm new file mode 120000 index 0000000..6734f48 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-active.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-active.xpm new file mode 100644 index 0000000..cf88acf --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #606060", +"@ c #6F6F6F", +"# c #727272", +"$ c gray49", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X@#X ", +" o%*&%o ", +" O&****&O ", +" +&+**@*O ", +" .X ** X. ", +" ** ", +" ** ", +" .$$ ", +" .. ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..4826696 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *shade_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #323232", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #535353", +"$ c #555555", +"% c #5B5B5B", +"& c gray36", +"* c #606060", +"= c #656565", +"- c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" X$$X ", +" o*==%o ", +" O======O ", +" +=@==+=+ ", +" ...==... ", +" ==. ", +" == ", +" %% ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-prelight.xpm new file mode 100644 index 0000000..58b0ad4 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-prelight.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *shade_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 21 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #565656", +"* c #686868", +"= c gray46", +"- c #898989", +"; c gray55", +": c #9B9B9B", +"> c #9F9F9F", +", c gray68", +"< c #B6B6B6", +"1 c #C3C3C3", +"2 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXoX XoXXXXXXXXX", +"XXXXXXXo.O@##@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$%:>%$$@.oXXXXX", +"XXXXXoO$$*<22<*$#OoXXXXX", +"XXXXX.+$=112221=$+.XXXXX", +"XXXXX.#$-1;22;1-## XXXXX", +"XXXXX ##$%$22$%$$# XXXXX", +"XXXXo.+#$$$22$$$#+XXXXXX", +"XXXXooO$$$$22$$$#OoXXXXX", +"XXXXoo.@$$$,,$$$+.XXXXXX", +"XXXXXXo.@$$$$$#@.oXXXXXX", +"XXXXXXXo O+##@O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-toggled-active.xpm new file mode 100644 index 0000000..66fda1c --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #2F2F2F", +". c gray19", +"X c #373737", +"o c #464646", +"O c #515151", +"+ c #626262", +"@ c #6F6F6F", +"# c #727272", +"$ c #7E7E7E", +"% c gray52", +"& c gray56", +"* c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" .. ", +" $$ ", +" ** ", +" ** ", +" .X ** X. ", +" +*+**+&+ ", +" O*****&O ", +" o%*&%o ", +" .@#X ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 0000000..b635912 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *shade_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3C3C3C", +"O c #434343", +"+ c #4B4B4B", +"@ c #4C4C4C", +"# c #555555", +"$ c gray36", +"% c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" $$ ", +" %% ", +" %% ", +" . %% . ", +" @%@%%@%+ ", +" O%%%%%%O ", +" o$%%$o ", +" .##. ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 0000000..c6bafc4 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c #272727", +". c #2A2A2A", +"X c #2F2F2F", +"o c #323232", +"O c #373737", +"+ c #434343", +"@ c #444444", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c #565656", +"& c #686868", +"* c gray46", +"= c #898989", +"- c gray55", +"; c #9B9B9B", +": c gray68", +"> c #AEAEAE", +", c #B6B6B6", +"< c gray76", +"1 c gray77", +/* pixels */ +"OOOOOOOOOOOOOOOOOOOOOOOO", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXoo.. XoXXXXXXXXX", +"XXXXXXXo.O@$#@O.oXXXXXXX", +"XXXXXXo.@#$$$$#+.oXXXXXX", +"XXXXXo.@$$$>>$$$@.oXXXXX", +"XXXXXoO$$$$11$$$#OoXXXXX", +"XXXXX.+$$$$11$$$$+.XXXXX", +"XXXXX.#$$%$11$%$## XXXXX", +"XXXXX.##=1-<1-1=$# XXXXX", +"XXXXX.+#*<1<11<*#+XXXXXX", +"XXXXXoO$$&,<<,&$#OoXXXXX", +"XXXXXo.@$$#;>%$$+.XXXXXX", +"XXXXXXo.@$$#$$#@.oXXXXXX", +"XXXXXXXo O+##+O.ooXXXXXX", +"XXXXXXXXXoX XXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX", +"XXXXXXXXXXXXXXXXXXXXXXXX" +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-active.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-active.xpm new file mode 100644 index 0000000..368e639 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-active.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #414141", +"O c #444444", +"+ c gray31", +"@ c #606060", +"# c gray38", +"$ c gray40", +"% c #676767", +"& c gray49", +"* c gray52", +"= c #898989", +"- c gray55", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X#&--&#X ", +" +=$O..O$=+ ", +" +*o o*+ ", +" X=o X=X ", +" #$ X$#. ", +" &o o& ", +" -X X= ", +" =X .= ", +" &o Xo& ", +" #$ $@ ", +" X=o o*X ", +" +*o . .X=+ ", +" +=$oXXo$*+. ", +" X#&==&@X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..7bb6c4e --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-inactive.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *stick_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray31", +"& c #5B5B5B", +"* c gray36", +"= c #606060", +"- c #646464", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$&--&#X.. ", +" +=$o..o$=+. ", +" +=o. . .o*+ ", +" X=o o=X ", +" $$. .## ", +" *o. o& ", +" ..=. .o* ", +" =X ..=. ", +" *o .O*. ", +" #$ .%# ", +" X=o o*. ", +" +=o. . .o=+ ", +" .+-$o..o$=+. ", +" .$*=-&#.. ", +" . . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-prelight.xpm new file mode 100644 index 0000000..1abf476 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-prelight.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *stick_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray39", +"# c gray40", +"$ c #838383", +"% c #909090", +"& c gray67", +"* c #ACACAC", +"= c #B6B6B6", +"- c #BBBBBB", +"; c gray75", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o$*;;&$o ", +" #-%#++#%-# ", +" #=@OOOOOO@=# ", +" o-@OOOOOOOO#-o ", +" $%OOOOOOOOOO%$ ", +" *#OOOOOOOOOO#& ", +" ;+OOOOOOOOOOO- ", +" ;+OOOOOOOOOOO; ", +" &#OOOOOOOOOO#*. ", +" $%OOOOOOOOOO%$ ", +" o-@OOOOOOOO@-X ", +" #=@OOOOOO@=# ", +" #-%#++#%-@ ", +" o$&;;&$o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-toggled-active.xpm new file mode 100644 index 0000000..64bba8a --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c gray20", +"X c #373737", +"o c #3A3A3A", +"O c #3E3E3E", +"+ c #414141", +"@ c #444444", +"# c gray31", +"$ c #606060", +"% c gray38", +"& c gray40", +"* c #676767", +"= c #6F6F6F", +"- c gray44", +"; c gray49", +": c gray52", +"> c #898989", +", c gray55", +"< c #909090", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X%;,,;%X ", +" #>&@..@&># ", +" #:+ +:# ", +" X>+ o-,>-+.O:o ", +" %& o><<<<:oX*% ", +" ;+ =<<<<<<- +; ", +" ,X ><<<<<<, .> ", +" >X ,<<<<<<> .> ", +" ;+ -<<<<<<-X+;. ", +" %& O><<<<>o &% ", +" X>+.o-,>=o +:X ", +" #:+ .O:# ", +" #>&+oX+&:# ", +" X%;>>;$X ", +" . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 0000000..b2474de --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char *stick_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 16 1 ", +" c #2F2F2F", +". c #313131", +"X c #373737", +"o c #393939", +"O c gray23", +"+ c #414141", +"@ c gray26", +"# c #4B4B4B", +"$ c #4C4C4C", +"% c gray33", +"& c #555555", +"* c #5B5B5B", +"= c gray36", +"- c #606060", +"; c #646464", +": c gray40", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +" ", +" ", +" ", +" . ", +" X$*;;*#X.. ", +" +-$o..o$-+. ", +" +-o. . .o=+ ", +" X-o X%;;*o.o-X ", +" $$.X-::;:=X.$# ", +" =o.%;;:::;% o* ", +" ..-. -;::::;; X- ", +" -X ;::::::; .- ", +" *o %::;::;% o=. ", +" ##.O-;;;;-o.%# ", +" .X-o.o%;;%o.o-. ", +" +-o. . o=+ ", +" .+;$o..o%-+. ", +" .$=-;*#. ", +" . . ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 0000000..aa149ad --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *stick_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 19 1 ", +" c #2F2F2F", +". c #373737", +"X c #3C3C3C", +"o c #3F3F3F", +"O c #4C4C4C", +"+ c #515151", +"@ c gray35", +"# c gray37", +"$ c gray39", +"% c gray40", +"& c #838383", +"* c #909090", +"= c gray61", +"- c gray67", +"; c #ACACAC", +": c #B6B6B6", +"> c #BBBBBB", +", c gray75", +"< c gray77", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" o&;,,-&o ", +" %>*%++%*>% ", +" %:$OOOOOO$:% ", +" o>$O@=,,=#O%>o ", +" &*O@><<<<,@O*& ", +" -%O=<<<<<<=O%- ", +" ,+O,<<<<<<,OO, ", +" ,+O,<<<<<<>OO< ", +" -%O=<<<<<<=O%- ", +" &*O#,<<<<>@O*& ", +" o>$O@=>,=@O$>X ", +" %:$OOOOOO$:% ", +" %>*%++%*>$ ", +" o&-,,-&o ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/themerc b/themes/Mint-Y-Darker-Hibiscus/xfwm4/themerc new file mode 100644 index 0000000..b333fc9 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/themerc @@ -0,0 +1,25 @@ +button_offset=7 +button_spacing=4 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +#button_layout=O|HMC + +active_text_color=#cfcfcf +#active_text_shadow_color=#e7e8eb +inactive_text_color=#bababa +#inactive_text_shadow_color=#e7e8eb + +#placement_ratio=20 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=50 + +show_frame_shadow=true +show_popup_shadow=true diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-1-active.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..f38cd33 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-1-inactive.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-2-active.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..782c921 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-2-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-2-inactive.xpm new file mode 120000 index 0000000..a37458a --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-3-active.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..39c0c2e --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-3-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-3-inactive.xpm new file mode 120000 index 0000000..66e6af7 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-4-active.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..19537cb --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-4-inactive.xpm new file mode 120000 index 0000000..069dba6 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-5-active.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..746f199 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"24 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-5-inactive.xpm new file mode 120000 index 0000000..dcc7946 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/top-left-active.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..31e0277 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/top-left-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +" ....", +".++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/top-left-inactive.xpm new file mode 120000 index 0000000..0517526 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/top-right-active.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..419b92c --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/top-right-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"5 24 3 1", +" c None", +". c #373737", +"+ c #2F2F2F", +".... ", +"++++.", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/themes/Mint-Y-Darker-Hibiscus/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Darker-Hibiscus/xfwm4/top-right-inactive.xpm new file mode 120000 index 0000000..42cae62 --- /dev/null +++ b/themes/Mint-Y-Darker-Hibiscus/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Hibiscus/cinnamon/cinnamon.css b/themes/Mint-Y-Hibiscus/cinnamon/cinnamon.css new file mode 100644 index 0000000..c990bd4 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/cinnamon.css @@ -0,0 +1,1368 @@ +stage { + font-family: sans, Sans-Serif; + font-size: 9pt; + color: #4a4a4a; } + +.label-shadow { + color: transparent; } + +.popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button, .sound-button { + min-height: 20px; + padding: 5px 32px; + transition-duration: 0; + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #4a4a4a; + background-color: whitesmoke; + border: 1px solid #d9d9d9; + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, .notification-button, .notification-icon-button, .modal-dialog-button-box .modal-dialog-button, .sound-button, .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .sound-button:focus, .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover, .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus, .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .notification-button:active:focus, .notification-icon-button:active:focus, .modal-dialog-button-box .modal-dialog-button:active:focus, .sound-button:active:focus, .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .sound-button:insensitive { + border-radius: 2px; } + .popup-menu #notification .notification-button:focus, .popup-menu #notification .notification-icon-button:focus, .notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus, .sound-button:focus { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #4a4a4a; + background-color: whitesmoke; + border: 1px solid #851042; + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + .popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button-box .modal-dialog-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #4a4a4a; + background-color: white; + border: 1px solid #d9d9d9; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .popup-menu #notification .notification-button:hover:focus, .popup-menu #notification .notification-icon-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .modal-dialog-button-box .modal-dialog-button:hover:focus, .menu-favorites-button:focus:hover, .menu-application-button-selected:focus, .menu-category-button-selected:focus, .sound-button:hover:focus { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #4a4a4a; + background-color: white; + border: 1px solid #851042; + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + .popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .notification-button:active:focus, .notification-icon-button:active:focus, .modal-dialog-button-box .modal-dialog-button:active:focus, .sound-button:active:focus { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + background-color: #851042; + border: 1px solid #851042; + box-shadow: inset 0 2px 4px #851042; } + .popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive, .sound-button:insensitive { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: rgba(74, 74, 74, 0.55); + border: 1px solid rgba(217, 217, 217, 0.55); + background-color: rgba(245, 245, 245, 0.55); + box-shadow: inset 0 2px 4px rgba(245, 245, 245, 0.05); } + +.popup-menu #notification StEntry, #menu-search-entry { + padding: 7px; + caret-size: 1px; + selection-background-color: #851042; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #4a4a4a; + background-color: #ffffff; + border: 1px solid #cfd6e6; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover { + color: #4a4a4a; + background-color: #ffffff; + border: 1px solid #851042; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { + color: rgba(74, 74, 74, 0.55); + background-color: #f8f8f8; + border-color: 1px solid #dee2eb; + box-shadow: inset 0 2px 4px rgba(248, 248, 248, 0.05); } + .popup-menu #notification StEntry StIcon.capslock-warning, #menu-search-entry StIcon.capslock-warning { + icon-size: 16px; + warning-color: #F27835; + padding: 0 4px; } + +.notification StEntry { + padding: 7px; + caret-size: 1px; + caret-color: #c3c3c3; + selection-background-color: #851042; + selected-color: #ffffff; + transition-duration: 300ms; + border-radius: 3px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:focus { + color: #ffffff; + background-color: #851042; + border: 1px solid #851042; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .notification StEntry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-color: rgba(109, 109, 109, 0.2); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + +StScrollView.vfade { + -st-vfade-offset: 0px; } +StScrollView.hfade { + -st-hfade-offset: 0px; } + +StScrollBar { + padding: 8px; } + StScrollView StScrollBar { + min-width: 5px; + min-height: 5px; } + StScrollBar StBin#trough { + background-color: rgba(255, 255, 255, 0.1); + border-radius: 8px; } + StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { + border-radius: 2px; + background-color: #aeaeae; + border: 0px solid; + margin: 0px; } + StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { + background-color: #bebebe; } + StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { + background-color: #851042; } + +.separator { + -gradient-height: 1px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-slider-menu-item, +.slider { + -slider-height: 0.3em; + -slider-background-color: #cfd6e6; + -slider-border-color: transparent; + -slider-active-background-color: #851042; + -slider-active-border-color: transparent; + -slider-border-width: 0; + -slider-handle-radius: 0.5em; + height: 1em; + min-width: 15em; + border: 0 solid transparent; + border-right-width: 1px; + border-left-width: 5px; } + +.check-box CinnamonGenericContainer { + spacing: .2em; + min-height: 30px; + padding-top: 2px; } +.check-box StLabel { + font-weight: normal; } +.check-box StBin { + width: 16px; + height: 16px; + background-image: url("light-assets/checkbox/checkbox-unchecked.svg"); } +.check-box:focus StBin { + background-image: url("light-assets/checkbox/checkbox-unchecked-focused.svg"); } +.check-box:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked.svg"); } +.check-box:focus:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked-focused.svg"); } + +.radiobutton CinnamonGenericContainer { + spacing: .2em; + height: 26px; + padding-top: 2px; } +.radiobutton StLabel { + padding-top: 4px; + font-size: 0.9em; + box-shadow: none; } +.radiobutton StBin { + width: 16px; + height: 16px; + background-image: url("light-assets/checkbox/checkbox-unchecked.svg"); } +.radiobutton:focus StBin { + background-image: url("light-assets/checkbox/checkbox-unchecked-focused.svg"); } +.radiobutton:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked.svg"); } +.radiobutton:focus:checked StBin { + background-image: url("light-assets/checkbox/checkbox-checked-focused.svg"); } + +.toggle-switch { + width: 50px; + height: 20px; + background-size: contain; } + .toggle-switch-us, .toggle-switch-intl { + background-image: url("light-assets/switch/switch-off.svg"); } + .toggle-switch-us:checked, .toggle-switch-intl:checked { + background-image: url("light-assets/switch/switch-on.svg"); } + +.cinnamon-link { + color: #851042; + text-decoration: underline; } + .cinnamon-link:hover { + color: #851042; } + +#Tooltip { + border: 1px solid #d0d0d0; + border-radius: 3px; + padding: 5px 12px; + background-color: #fbeaa0; + color: #4a4a4a; + font-size: 1em; + font-weight: normal; + text-align: center; } + +.popup-menu { + color: white; + color: #4a4a4a; } + .popup-menu-arrow { + icon-size: 16px; } + .popup-menu .popup-sub-menu { + background-color: #ffffff; + box-shadow: none; } + .popup-menu .popup-sub-menu .popup-menu-item:ltr { + padding-right: 1.75em; } + .popup-menu .popup-sub-menu .popup-menu-item:rtl { + padding-left: 1.75em; } + .popup-menu .popup-sub-menu StScrollBar { + padding: 4px; } + .popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle { + border-width: 0; } + .popup-menu .popup-menu-content { + padding: 1em 0em 1em 0em; } + .popup-menu .popup-menu-item { + padding: .4em 1.75em; + spacing: 1em; + border: 1px solid transparent; + border-left-width: 0; + border-right-width: 0; } + .popup-menu .popup-menu-item:active { + color: #4a4a4a; + border-color: rgba(74, 74, 74, 0.11); + background-color: rgba(74, 74, 74, 0.08); } + .popup-menu .popup-menu-item:insensitive { + color: rgba(74, 74, 74, 0.5); + background: none; } + .popup-menu .popup-inactive-menu-item { + color: #4a4a4a; } + .popup-menu .popup-inactive-menu-item:insensitive { + color: rgba(74, 74, 74, 0.55); } + .popup-menu-icon { + icon-size: 16px; } + +.popup-menu-boxpointer { + -arrow-border-radius: 3px; + -arrow-background-color: #F0F0F0; + -arrow-border-width: 1px; + -arrow-border-color: #d9d9d9; + -arrow-base: 21px; + -arrow-rise: 9px; + -boxpointer-gap: 2px; } + +/*Don't know what this does*/ +.popup-combo-menu { + background-color: rgba(0, 0, 0, 0.4); + padding: 1em 0em; + color: red; + border: 1px solid rgba(0, 0, 0, 0.6); + border-radius: 3px; } + +.popup-combobox-item { + spacing: 1em; } + +.popup-separator-menu-item { + -gradient-height: 2px; + -gradient-start: transparent; + -gradient-end: transparent; + -margin-horizontal: 1.5em; + height: 1em; } + +.popup-alternating-menu-item:alternate { + font-weight: normal; } + +.popup-device-menu-item { + spacing: .5em; } + +.popup-subtitle-menu-item { + font-weight: normal; } + +.nm-menu-item-icons { + spacing: .5em; } + +#panel { + font-weight: bold; + height: 27px; } + #panelLeft { + spacing: 4px; } + #panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + #panelLeft:ltr { + padding-right: 4px; } + #panelLeft:rtl { + padding-left: 4px; } + #panelLeft.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + #panelLeft.vertical:ltr { + padding-right: 0px; } + #panelLeft.vertical:rtl { + padding-left: 0px; } + #panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } + #panelRight:ltr { + padding-left: 4px; + spacing: 0px; } + #panelRight:rtl { + padding-right: 4px; + spacing: 0px; } + #panelRight.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + #panelRight.vertical:ltr { + padding-right: 0px; } + #panelRight.vertical:rtl { + padding-left: 0px; } + #panelCenter { + spacing: 4px; } + #panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } + #panel:highlight { + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } + +.panelLeft { + spacing: 4px; } + .panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255, 0, 0, 0.05); + background-gradient-end: rgba(255, 0, 0, 0.2); } + .panelLeft:ltr { + padding-right: 4px; } + .panelLeft:rtl { + padding-left: 4px; } + .panelLeft.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + .panelLeft.vertical:ltr { + padding-right: 0px; } + .panelLeft.vertical:rtl { + padding-left: 0px; } +.panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 255, 0.05); + background-gradient-end: rgba(0, 0, 255, 0.2); } +.panelRight:ltr { + padding-left: 4px; + spacing: 0px; } +.panelRight:rtl { + padding-right: 4px; + spacing: 0px; } +.panelRight.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 2px; + padding-bottom: 2px; } + .panelRight.vertical:ltr { + padding-left: 0px; + spacing: 0px; } + .panelRight.vertical:rtl { + padding-right: 0px; + spacing: 0px; } +.panelCenter { + spacing: 4px; } + .panelCenter.vertical { + padding-left: 0px; + padding-right: 0px; } + .panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 255, 0, 0.05); + background-gradient-end: rgba(0, 255, 0, 0.2); } +.panel-top, .panel-bottom, .panel-left, .panel-right { + color: #ffffff; + font-size: 1em; + padding: 0px; } +.panel-top { + border-image: url("common-assets/panel/panel-top.svg") 1 1 1 1; } +.panel-bottom, .panel-left, .panel-right { + border-image: url("common-assets/panel/panel-bottom.svg") 1 1 1 1; } +.panel-dummy { + background-color: rgba(252, 65, 56, 0.5); } + .panel-dummy:entered { + background-color: rgba(252, 65, 56, 0.6); } +.panel-status-button { + border-width: 0; + -natural-hpadding: 3px; + -minimum-hpadding: 3px; + font-weight: bold; + color: white; + height: 22px; } +.panel-button { + -natural-hpadding: 6px; + -minimum-hpadding: 2px; + font-weight: bold; + color: green; + transition-duration: 100; } + +.system-status-icon { + icon-size: 16px; + padding: 0 1px; } + +#overview { + spacing: 12px; } + +.window-caption { + background-color: rgba(53, 53, 53, 0.95); + border: 1px solid rgba(53, 53, 53, 0.95); + color: #c3c3c3; + spacing: 25px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; } + .window-caption#selected { + background-color: #851042; + color: #ffffff; + border: 1px solid #851042; + spacing: 25px; } + +.expo-workspaces-name-entry, +.expo-workspaces-name-entry#selected { + height: 15px; + border-radius: 2px; + font-size: 9pt; + padding: 5px 8px; + -cinnamon-caption-spacing: 4px; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .expo-workspaces-name-entry:focus, + .expo-workspaces-name-entry#selected:focus { + border: 1px solid #851042; + background-color: #851042; + color: #ffffff; + font-style: italic; + transition-duration: 300; + selection-background-color: #ffffff; + selected-color: #851042; } + +.expo-workspace-thumbnail-frame { + border: 4px solid rgba(255, 255, 255, 0); + background-color: rgba(255, 255, 255, 0); + border-radius: 2px; } + .expo-workspace-thumbnail-frame#active { + border: 4px solid #851042; + background-color: black; + border-radius: 2px; } + +.expo-background { + background-color: #353535; } + +.workspace-thumbnails { + spacing: 26px; } + .workspace-thumbnails-background, .workspace-thumbnails-background:rtl { + padding: 8px; } +.workspace-add-button { + background-image: url("common-assets/misc/add-workspace.svg"); + height: 200px; + width: 35px; + transition-duration: 100; } + .workspace-add-button:hover { + background-image: url("common-assets/misc/add-workspace-hover.svg"); + transition-duration: 100; } + .workspace-add-button:active { + background-image: url("common-assets/misc/add-workspace-active.svg"); + transition-duration: 100; } +.workspace-overview-background-shade { + background-color: rgba(0, 0, 0, 0.5); } + +.workspace-close-button, +.window-close { + background-image: url("common-assets/misc/close.svg"); + background-size: 26px; + height: 26px; + width: 26px; + -cinnamon-close-overlap: 10px; } + .workspace-close-button:hover, + .window-close:hover { + background-image: url("common-assets/misc/close-hover.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + .workspace-close-button:active, + .window-close:active { + background-image: url("common-assets/misc/close-active.svg"); + background-size: 26px; + height: 26px; + width: 26px; } + +.window-close-area { + background-image: url("common-assets/misc/trash-icon.svg"); + height: 120px; + width: 400px; } + +.about-content { + width: 550px; + height: 250px; + spacing: 8px; + padding-bottom: 10px; } +.about-title { + font-size: 2em; + font-weight: bold; } +.about-uuid { + font-size: 10px; + color: #888; } +.about-icon { + padding-right: 20px; + padding-bottom: 14px; } +.about-scrollBox { + border: 1px solid #d9d9d9; + border-radius: 2px; + background-color: #ffffff; + padding: 4px; + padding-right: 0; + border-radius: 0; } + .about-scrollBox-innerBox { + padding: 1.2em; + spacing: 1.2em; } +.about-description { + padding-top: 4px; + padding-bottom: 16px; } +.about-version { + padding-left: 7px; + font-size: 10px; + color: #888; } + +.calendar { + padding: .4em 1.75em; + spacing-rows: 0px; + spacing-columns: 0px; } + +.calendar-month-label { + color: #4a4a4a; + font-weight: bold; + padding: 8px 0; } + +.calendar-change-month-back, +.calendar-change-month-forward { + width: 16px; + height: 16px; } + +.calendar-change-month-back { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:focus, .calendar-change-month-back:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-back:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-back:rtl { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-back:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + +.calendar-change-month-forward { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { + background-image: url("common-assets/misc/calendar-arrow-right-hover.svg"); } + .calendar-change-month-forward:active { + background-image: url("common-assets/misc/calendar-arrow-right.svg"); } + .calendar-change-month-forward:rtl { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { + background-image: url("common-assets/misc/calendar-arrow-left-hover.svg"); } + .calendar-change-month-forward:rtl:active { + background-image: url("common-assets/misc/calendar-arrow-left.svg"); } + +.datemenu-date-label { + padding: .4em 1.75em; + font-weight: bold; + text-align: center; + color: #4a4a4a; + border-radius: 2px; } + +.calendar-day-base { + font-size: 85%; + text-align: center; + width: 25px; + height: 25px; + padding: 0.1em; + margin: 2px; + border-radius: 12.5px; } + +.calendar-day-heading { + color: rgba(74, 74, 74, 0.85); + margin-top: 1em; + font-size: 80%; } + +.calendar-day { + border-width: 0; + color: rgba(74, 74, 74, 0.9); } + +.calendar-day-top { + border-top-width: 0; } + +.calendar-day-left { + border-left-width: 0; } + +.calendar-nonwork-day { + color: #4a4a4a; + background-color: transparent; + font-weight: bold; } + +.calendar-today, +.calendar-today:active, +.calendar-today:focus, +.calendar-today:hover { + font-weight: bold; + color: #ffffff; + background-color: #851042; + border-width: 0; } + +.calendar-other-month-day { + color: rgba(74, 74, 74, 0.3); + opacity: 1; } + +.calendar-week-number { + color: rgba(74, 74, 74, 0.85); + font-size: 80%; } + +#notification { + border: 1px solid #d9d9d9; + border-radius: 3px; + background-color: #F0F0F0; + padding: 13px; + spacing-rows: 10px; + spacing-columns: 10px; + margin-from-right-edge-of-screen: 20px; + width: 34em; + color: #4a4a4a; } + .popup-menu #notification { + color: #4a4a4a; + border-image: url("light-assets/misc/message.svg") 9 9 9 9; } + .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { + padding: 5px; } + #notification.multi-line-notification { + padding-bottom: 13px; + color: #c3c3c3; } + #notification-scrollview { + max-height: 10em; } + #notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { + height: 1em; } + #notification-scrollview:ltr > StScrollBar { + padding-left: 6px; } + #notification-scrollview:rtl > StScrollBar { + padding-right: 6px; } + #notification-body { + spacing: 5px; } + #notification-actions { + spacing: 10px; } + +.notification-with-image { + min-height: 159px; + color: #4a4a4a; } +.notification-button, .notification-icon-button { + padding: 5px; } +.notification-icon-button > StIcon { + icon-size: 32px; } + +#altTabPopup { + padding: 8px; + spacing: 16px; } + +.switcher-list { + color: #4a4a4a; + border: 1px solid #d9d9d9; + background-color: #F0F0F0; + border-radius: 3px; + padding: 20px; } + .switcher-list > StBoxLayout { + padding: 4px; } + .switcher-list-item-container { + spacing: 8px; } + .switcher-list .item-box { + padding: 8px; + border-radius: 2px; } + .switcher-list .item-box:outlined { + padding: 8px; + border: 1px solid #851042; } + .switcher-list .item-box:selected { + color: #ffffff; + background-color: #851042; + border: 0px solid #851042; } + .switcher-list .thumbnail { + width: 256px; } + .switcher-list .thumbnail-box { + padding: 2px; + spacing: 4px; } + .switcher-list .separator { + width: 1px; + background: rgba(255, 255, 255, 0.2); } + +.switcher-arrow { + border-color: transparent; + color: #4a4a4a; } + .switcher-arrow:highlighted { + border-color: transparent; + color: #ffffff; } + +.thumbnail-scroll-gradient-left { + background-color: transparent; + border-radius: 24px; + border-radius-topright: 0px; + border-radius-bottomright: 0px; + width: 60px; } + +.thumbnail-scroll-gradient-right { + background-color: transparent; + border-radius: 24px; + border-radius-topleft: 0px; + border-radius-bottomleft: 0px; + width: 60px; } + +.ripple-box { + width: 104px; + height: 104px; + background-image: url("common-assets/misc/corner-ripple.svg"); + background-size: contain; } + .ripple-box:rtl { + background-image: url("common-assets/misc/corner-ripple.svg"); } + +.lightbox { + background-color: rgba(0, 0, 0, 0.4); } + +.flashspot { + background-color: white; } + +.modal-dialog { + background-color: #F0F0F0; + border: 1px solid #d9d9d9; + border-radius: 3px; + padding: 0; } + .modal-dialog > StBoxLayout:first-child { + padding: 20px 10px 10px 10px; } + .modal-dialog-button-box { + spacing: 0; + margin: 0px; + padding: 14px 10px; + border: none; + background-color: #F0F0F0; } + .modal-dialog-button-box .modal-dialog-button { + padding-top: 0; + padding-bottom: 0; + height: 30px; } + +.run-dialog { + padding: 0px 15px 10px 15px; + border: 1px solid #d9d9d9; + border-radius: 3px; + background-color: #F0F0F0; } + .run-dialog > * { + padding: 0; } + .run-dialog-label { + font-size: 0; + font-weight: bold; + color: #4a4a4a; + padding-bottom: 0; } + .run-dialog-error-label { + color: #FC4138; } + .run-dialog-error-box { + padding-top: 15px; + spacing: 5px; } + .run-dialog-completion-box { + padding-top: 5px; + padding-left: 15px; + font-size: 10px; } + .run-dialog-entry { + width: 21em; + padding: 7px; + border-radius: 3px; + caret-color: #c3c3c3; + selected-color: #ffffff; + selection-background-color: #851042; + color: #c3c3c3; + background-color: rgba(109, 109, 109, 0.35); + border: 1px solid rgba(22, 22, 22, 0.35); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } + .run-dialog-entry:focus { + color: #4a4a4a; + background-color: #ffffff; + border: 1px solid #851042; + box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + .run-dialog .modal-dialog-button-box { + border: none; + box-shadow: none; + background: none; } + +/* CinnamonMountOperation Dialogs */ +.cinnamon-mount-operation-icon { + icon-size: 48px; } + +.mount-password-reask { + color: #F27835; } + +.show-processes-dialog, +.mount-question-dialog { + spacing: 24px; } + .show-processes-dialog-subject, + .mount-question-dialog-subject { + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; } + .show-processes-dialog-subject:rtl, + .mount-question-dialog-subject:rtl { + padding-left: 0px; + padding-right: 17px; } + .show-processes-dialog-description, + .mount-question-dialog-description { + padding-left: 17px; + width: 28em; } + .show-processes-dialog-description:rtl, + .mount-question-dialog-description:rtl { + padding-right: 17px; } + +.show-processes-dialog-app-list { + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; } + .show-processes-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; } + .show-processes-dialog-app-list-item { + color: #ccc; } + .show-processes-dialog-app-list-item:hover { + color: white; } + .show-processes-dialog-app-list-item:ltr { + padding-right: 1em; } + .show-processes-dialog-app-list-item:rtl { + padding-left: 1em; } + .show-processes-dialog-app-list-item-icon:ltr { + padding-right: 17px; } + .show-processes-dialog-app-list-item-icon:rtl { + padding-left: 17px; } + .show-processes-dialog-app-list-item-name { + font-size: 1.1em; } + +.magnifier-zoom-region { + border: 2px solid maroon; } + .magnifier-zoom-region .full-screen { + border-width: 0px; } + +#keyboard { + background-color: rgba(53, 53, 53, 0.95); + border-width: 0; + border-top-width: 1px; + border-color: rgba(0, 0, 0, 0.4); } + +.keyboard-layout { + spacing: 10px; + padding: 10px; } + +.keyboard-row { + spacing: 15px; } + +.keyboard-key { + min-height: 2em; + min-width: 2em; + font-size: 14pt; + font-weight: bold; + border-radius: 3px; + box-shadow: none; + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #c3c3c3; + border: 1px solid #d9d9d9; + background-color: rgba(109, 109, 109, 0.35); } + .keyboard-key:hover { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(127, 127, 127, 0.45); } + .keyboard-key:active, .keyboard-key:checked { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + border: 1px solid #851042; + background-color: #851042; } + .keyboard-key:grayed { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #606060; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(109, 109, 109, 0.2); } + +.keyboard-subkeys { + color: #c3c3c3; + padding: 5px; + -arrow-border-radius: 2px; + -arrow-background-color: rgba(53, 53, 53, 0.95); + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0.4); + -arrow-base: 20px; + -arrow-rise: 10px; + -boxpointer-gap: 5px; } + +.menu-favorites-box { + margin: auto; + padding: 10px; + transition-duration: 300; + background-color: #ffffff; + border: 1px solid #d9d9d9; } +.menu-favorites-button { + padding: 10px; + border: 1px solid transparent; } +.menu-places-box { + margin: auto; + padding: 10px; + border: 0px solid red; } +.menu-places-button { + padding: 10px; } +.menu-categories-box { + padding: 10px 30px 10px 30px; } +.menu-applications-inner-box, .menu-applications-outer-box { + padding: 10px 10px 0 10px; } +.menu-application-button { + padding: 7px; + border: 1px solid transparent; } + .menu-application-button:highlighted { + font-weight: bold; } + .menu-application-button-selected { + padding: 7px; } + .menu-application-button-selected:highlighted { + font-weight: bold; } + .menu-application-button-label:ltr { + padding-left: 5px; } + .menu-application-button-label:rtl { + padding-right: 5px; } +.menu-category-button { + padding: 7px; + border: 1px solid transparent; } + .menu-category-button-selected { + padding: 7px; } + .menu-category-button-hover { + background-color: red; + border-radius: 2px; } + .menu-category-button-greyed { + padding: 7px; + color: rgba(74, 74, 74, 0.55); + border: 1px solid transparent; } + .menu-category-button-label:ltr { + padding-left: 5px; } + .menu-category-button-label:rtl { + padding-right: 5px; } +.menu-selected-app-box { + padding-right: 30px; + padding-left: 28px; + text-align: right; + height: 30px; } + .menu-selected-app-box:rtl { + padding-top: 10px; + height: 30px; } +.menu-selected-app-title { + font-weight: bold; } +.menu-selected-app-description { + max-width: 150px; } +.menu-search-box:ltr { + padding-left: 30px; } +.menu-search-box-rtl { + padding-right: 30px; } + +#menu-search-entry { + width: 250px; + height: 15px; + font-weight: normal; + caret-color: #4a4a4a; } + +.menu-search-entry-icon { + icon-size: 1em; + color: #4a4a4a; } + +/* Context menu (at the moment only for favorites) */ +.info-osd { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 16px; + color: #4a4a4a; + border: 1px solid #d9d9d9; + border-radius: 5px; + background-color: #F0F0F0; } + +.osd-window { + text-align: center; + font-weight: bold; + spacing: 1em; + padding: 20px; + margin: 32px; + min-width: 64px; + min-height: 64px; + color: #4a4a4a; + background-color: #F0F0F0; + border: 1px solid #d9d9d9; + border-radius: 5px; } + .osd-window .osd-monitor-label { + font-size: 3em; } + .osd-window .level { + padding: 0; + height: 4px; + background-color: rgba(0, 0, 0, 0.5); + border-radius: 2px; + color: #851042; } + +.window-list-box { + spacing: 6px; + padding-left: 10px; + padding-top: 1px; } + .window-list-box.vertical { + spacing: 0px; + padding-left: 0px; + padding-right: 0px; + padding-top: 10px; + padding-bottom: 10px; } + .window-list-box:highlight { + background-color: rgba(252, 65, 56, 0.5); } +.window-list-item-label { + font-weight: bold; + width: 15em; + min-width: 5px; } +.window-list-item-box { + font-weight: bold; + background-image: none; + padding-left: 8px; + padding-right: 8px; + transition-duration: 100; + color: rgba(255, 255, 255, 0.6); } + .window-list-item-box.right { + padding-left: 0px; + padding-right: 0px; } + .window-list-item-box.left { + padding-left: 0px; + padding-right: 0px; } + .window-list-item-box:hover { + color: #ffffff; } + .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus { + color: #ffffff; + border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; } +.window-list-item-demands-attention { + background-gradient-direction: vertical; + background-gradient-start: #F04A50; + background-gradient-end: #F04A50; } + +.sound-button { + width: 22px; + height: 13px; + padding: 8px; } + .sound-button-container { + padding-right: 3px; + padding-left: 3px; } + .sound-button StIcon { + icon-size: 1.4em; } + +.sound-track-infos { + padding: 5px; } +.sound-track-info { + padding-top: 2px; + padding-bottom: 2px; } + .sound-track-info StIcon { + icon-size: 16px; } + .sound-track-info StLabel { + padding-left: 5px; + padding-right: 5px; } +.sound-track-box { + padding-left: 15px; + padding-right: 15px; + max-width: 220px; } + +.sound-seek-box { + padding-left: 15px; } + .sound-seek-box StLabel { + padding-top: 2px; } + .sound-seek-box StIcon { + icon-size: 16px; } + +.sound-seek-slider { + width: 140px; } + +.sound-volume-menu-item { + padding: .4em 1.75em; } + .sound-volume-menu-item StIcon { + icon-size: 1.14em; + padding-left: 8px; + padding-right: 8px; } + +.sound-playback-control { + padding: 5px 10px 10px 10px; } + +.sound-player { + padding: 0 4px; } + .sound-player > StBoxLayout:first-child { + padding: 5px 10px 12px 10px; + spacing: 0.5em; } + .sound-player > StBoxLayout:first-child StButton:small { + width: 16px; + height: 8px; + padding: 1px; } + .sound-player > StBoxLayout:first-child StButton:small StIcon { + icon-size: 12px; } + .sound-player-generic-coverart { + background: rgba(0, 0, 0, 0.2); } + .sound-player-overlay { + width: 290px; + height: 70px; + padding: 15px; + spacing: 0.5em; + background: rgba(40, 40, 40, 0.85); + border: 0px solid rgba(28, 28, 28, 0.95); + border-bottom: 1px; + color: #c3c3c3; } + .sound-player-overlay StButton { + width: 22px; + height: 13px; + padding: 5px; + color: #c3c3c3; + border-radius: 2px; + border: 1px solid rgba(53, 53, 53, 0); } + .sound-player-overlay StButton StIcon { + icon-size: 16px; } + .sound-player-overlay StButton:hover { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #c3c3c3; + border: 1px solid rgba(2, 2, 2, 0.35); + background-color: rgba(127, 127, 127, 0.45); } + .sound-player-overlay StButton:active { + text-shadow: 0 1px rgba(255, 255, 255, 0); + color: #ffffff; + background-color: #851042; + border: 1px solid #851042; + box-shadow: inset 0 2px 4px #851042; } + .sound-player-overlay StBoxLayout { + padding-top: 2px; } + .sound-player-overlay > StBoxLayout { + spacing: 5px; } + .sound-player .slider { + height: 0.5em; + padding: 0; + border: none; + -slider-height: 0.5em; + -slider-background-color: #cfd6e6; + -slider-border-color: transparent; + -slider-active-background-color: #851042; + -slider-active-border-color: transparent; + -slider-border-width: 0px; + -slider-handle-radius: 0px; } + +#workspaceSwitcher { + spacing: 0px; + padding: 3px; } + +/* Controls the styling when using the "Simple buttons" option */ +.workspace-switcher { + padding-left: 3px; + padding-right: 3px; } + +.workspace-button { + width: 20px; + height: 10px; + color: #ffffff; + padding: 3px; + padding-top: 4px; + transition-duration: 300; } + .workspace-button:outlined, .workspace-button:outlined:hover { + color: #851042; } + .workspace-button:hover { + color: rgba(154, 184, 124, 0.5); } + +/* Controls the style when using the "Visual representation" option */ +.workspace-graph { + padding: 3px; + spacing: 3px; } + +.workspace-graph .workspace { + border: 1px solid rgba(0, 0, 0, 0.4); + background-color: rgba(0, 0, 0, 0.2); } + +.workspace-graph .workspace:active { + border: 1px solid #851042; } + +.workspace-graph .workspace .windows { + -active-window-background: rgba(79, 79, 79, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(79, 79, 79, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +.workspace-graph .workspace:active .windows { + -active-window-background: rgba(105, 105, 105, 0.95); + -active-window-border: rgba(0, 0, 0, 0.8); + -inactive-window-background: rgba(54, 54, 54, 0.95); + -inactive-window-border: rgba(0, 0, 0, 0.8); } + +#panel-launchers-box { + padding-left: 7px; } + #panel-launchers-box.vertical { + padding-top: 2px; + padding-bottom: 2px; + padding-left: 0px; + padding-right: 0px; } + #panel-launchers-box.vertical .panel-launcher { + border-bottom-width: 1px; } + +.panel-launcher { + margin: 1px; + padding: 1px; + transition-duration: 200; } + .panel-launcher:hover { + border: 0px solid #851042; + border-bottom-width: 1px; } + +#overview-corner { + background-image: url("common-assets/misc/overview.png"); } + #overview-corner:hover { + background-image: url("common-assets/misc/overview-hover.png"); } + +.applet-separator { + padding: 1px 4px; } +.applet-separator-line { + width: 1px; + background: rgba(255, 255, 255, 0.12); } +.applet-box { + padding-left: 3px; + padding-right: 3px; + color: rgba(255, 255, 255, 0.6); + text-shadow: none; + transition-duration: 100; } + .applet-box.vertical { + padding-left: 0px; + padding-right: 0px; + padding-top: 3px; + padding-bottom: 3px; } + .applet-box:hover { + color: #ffffff; + background-color: #851042; } + .applet-box:highlight { + background-image: none; + border-image: none; + background-color: rgba(252, 65, 56, 0.5); } +.applet-label { + font-weight: bold; + color: rgba(255, 255, 255, 0.6); } + .applet-label:hover, .applet-box:hover > .applet-label { + color: #ffffff; + text-shadow: none; } +.applet-icon { + color: #ffffff; + icon-size: 22px; } + .applet-icon:hover, .applet-box:hover > .applet-icon { + color: #ffffff; + text-shadow: none; } + +.user-icon { + width: 32px; + height: 32px; + background-color: transparent; + border: none; + border-radius: 0; } + +.user-label { + color: #4a4a4a; + font-size: 1em; + font-weight: bold; + margin: 0px; } + +.desklet { + color: #4a4a4a; } + .desklet:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders { + border: 1px solid #d9d9d9; + border-radius: 5px; + background-color: #F0F0F0; + color: #4a4a4a; + padding: 12px; + padding-bottom: 16px; } + .desklet-with-borders:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-with-borders-and-header { + border: 1px solid #d9d9d9; + border-top-width: 0; + border-radius: 0 0 5px 5px; + background-color: #F0F0F0; + color: #4a4a4a; + border-radius: 0; + border-radius-topleft: 0; + border-radius-topright: 0; + padding: 12px; + padding-bottom: 17px; } + .desklet-with-borders-and-header:highlight { + background-color: rgba(252, 65, 56, 0.5); } + .desklet-header { + border: 1px solid #d9d9d9; + border-radius: 5px 5px 0 0; + background-color: #e8e8e8; + color: #4a4a4a; + font-size: 1em; + padding: 12px; + padding-bottom: 6px; } + .desklet-drag-placeholder { + border: 2px solid #851042; + background-color: rgba(154, 184, 124, 0.3); } + +.photoframe-box { + border: 1px solid #d9d9d9; + border-radius: 5px; + background-color: #F0F0F0; + color: #4a4a4a; + padding: 12px; + padding-bottom: 16px; } + +/*FIXME*/ +.workspace-osd { + /*color: red;*/ + color: #c3c3c3; + text-shadow: black 5px 5px 5px; + font-weight: bold; + font-size: 48pt; } + +.notification-applet-padding { + padding: .5em 1em; } + +.notification-applet-container { + max-height: 100px; } + +.tile-preview { + background-color: rgba(154, 184, 124, 0.3); + border: 1px solid #851042; } + .tile-preview.snap { + background-color: rgba(154, 184, 124, 0.6); } + +.tile-hud { + background-color: rgba(154, 184, 124, 0.3); + border: 1px solid #851042; } + .tile-hud.snap { + background-color: rgba(154, 184, 124, 0.6); } + .tile-hud:top { + border-top-width: 0px; } + .tile-hud:bottom { + border-bottom-width: 0px; } + .tile-hud:left { + border-left-width: 0px; } + .tile-hud:right { + border-right-width: 0px; } + .tile-hud:top-left { + border-top-width: 0px; + border-left-width: 0px; } + .tile-hud:top-right { + border-top-width: 0px; + border-right-width: 0px; } + .tile-hud:bottom-left { + border-bottom-width: 0px; + border-left-width: 0px; } + .tile-hud:bottom-right { + border-bottom-width: 0px; + border-right-width: 0px; } + +.xkcd-box { + padding: 6px; + border: 0px; + background-color: transparent; + border-radius: 0px; } diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/menu/menu-separator.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/menu/menu-separator.svg new file mode 100644 index 0000000..4962ebc --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/menu/menu-separator.svg @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="90.311111mm" + height="0.56444442mm" + viewBox="0 0 320 1.9999999" + id="svg7537" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="menu-separator.svg"> + <defs + id="defs7539" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.2" + inkscape:cx="115.53549" + inkscape:cy="8.9322818" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1366" + inkscape:window-height="723" + inkscape:window-x="0" + inkscape:window-y="23" + inkscape:window-maximized="1" /> + <metadata + id="metadata7542"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(340,-443.3622)" /> +</svg> diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/add-workspace-active.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/add-workspace-active.svg new file mode 100644 index 0000000..53c3a45 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/add-workspace-active.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace-active.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="7.0289763" + inkscape:cy="105.84046" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:1;fill:#851042;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:1;fill:#851042;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#ffffff;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/add-workspace-hover.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/add-workspace-hover.svg new file mode 100644 index 0000000..ce48f5c --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/add-workspace-hover.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace-hover.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="3.4046076" + inkscape:cy="118.15924" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:0.45;fill:#202020;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#bababa;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/add-workspace.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/add-workspace.svg new file mode 100644 index 0000000..5b3ed52 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/add-workspace.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="35" + height="200" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="add-workspace.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="7.3133825" + inkscape:cy="105.84268" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1920" + inkscape:window-height="1030" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:snap-bbox-edge-midpoints="true" + inkscape:bbox-nodes="true"> + <inkscape:grid + type="xygrid" + id="grid3040" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="0,1" + position="20,100" + id="guide3893" /> + <sodipodi:guide + orientation="1,0" + position="18,190" + id="guide3895" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-852.36218)"> + <path + style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " + transform="translate(0,852.36218)" + id="rect3810" /> + <g + transform="translate(0,-0.9999969)" + id="g3917-7" + style="fill:#000000;fill-opacity:1;opacity:0.5" /> + <rect + rx="2" + style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3812" + width="37" + height="198" + x="1.000005" + y="853.36218" + ry="2" /> + <g + id="g3917" + style="fill:#bababa;fill-opacity:1"> + <rect + ry="1.1428567" + y="944.36218" + x="17" + height="15.999994" + width="2.0000002" + id="rect3897" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + ry="1.1428567" + y="-26" + x="951.36218" + height="15.999994" + width="2.0000002" + id="rect3897-6" + style="opacity:1;fill:#bababa;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/bg.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/bg.svg new file mode 100644 index 0000000..feeddea --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/bg.svg @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="32" + height="32" + viewBox="0 0 32 32" + id="svg5386" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="bg.svg"> + <defs + id="defs5388" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="18.271674" + inkscape:cy="5.838404" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid5954" /> + </sodipodi:namedview> + <metadata + id="metadata5391"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1020.3622)"> + <rect + style="display:inline;opacity:0.81;fill:none;fill-opacity:1;stroke:#161a26;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164-4-3" + width="23" + height="21.999889" + x="4.5" + y="1024.8622" + rx="2.0000005" + ry="1.9999999" /> + <rect + style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4164" + width="22" + height="20.999971" + x="5" + y="1025.3622" + rx="1.4" + ry="1.4" /> + <g + transform="translate(-425.99995,658.36226)" + id="g4271" + style="display:inline;opacity:0.65"> + <rect + ry="8" + rx="8" + y="362.49994" + x="426.49994" + height="31" + width="31.000011" + id="rect4164-4-7-5-3-8-8" + style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6.999999" + rx="7" + y="363.49997" + x="427.49994" + height="28.999996" + width="29.000011" + id="rect4164-4-7-5-3-8" + style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="6" + rx="6" + y="364.49994" + x="428.49994" + height="26.999998" + width="27.000011" + id="rect4164-4-7-5-3" + style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + ry="5" + rx="4.9999995" + y="365.49997" + x="429.49997" + height="24.999998" + width="24.999981" + id="rect4164-4-7-5" + style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + transform="translate(-6.1035156e-5,0)" + id="rect4164-4-7" + d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z" + style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscssc" /> + </g> + </g> +</svg> diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg new file mode 100644 index 0000000..c94ddd3 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + sodipodi:docname="calendar-arrow-left-hover.svg" + height="16" + id="svg7384" + inkscape:version="0.91 r13725" + version="1.1" + width="16"> + <metadata + id="metadata90"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + bordercolor="#666666" + borderopacity="1" + inkscape:current-layer="layer12" + inkscape:cx="7.3546086" + inkscape:cy="7.9323223" + gridtolerance="10" + inkscape:guide-bbox="true" + guidetolerance="10" + id="namedview88" + inkscape:object-nodes="false" + inkscape:object-paths="false" + objecttolerance="10" + pagecolor="#ffffff" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + showborder="true" + showgrid="true" + showguides="true" + inkscape:snap-bbox="true" + inkscape:snap-bbox-midpoints="false" + inkscape:snap-global="true" + inkscape:snap-grids="true" + inkscape:snap-nodes="true" + inkscape:snap-others="false" + inkscape:snap-to-guides="true" + inkscape:window-height="1030" + inkscape:window-maximized="1" + inkscape:window-width="1920" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:zoom="22.627417" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + empspacing="2" + enabled="true" + id="grid4866" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="1px" + spacingy="1px" + type="xygrid" + visible="true" /> + <inkscape:grid + color="#000000" + empcolor="#000000" + empopacity="0" + empspacing="4" + enabled="true" + id="grid5968" + opacity="0.1254902" + originx="141px" + originy="530px" + snapvisiblegridlinesonly="true" + spacingx="0.5px" + spacingy="0.5px" + type="xygrid" + visible="true" /> + </sodipodi:namedview> + <title + id="title9167">Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-left.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-left.svg new file mode 100644 index 0000000..2774254 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-left.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg new file mode 100644 index 0000000..16c27c8 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-right.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-right.svg new file mode 100644 index 0000000..366e69b --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/calendar-arrow-right.svg @@ -0,0 +1,152 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/close-active.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/close-active.svg new file mode 100644 index 0000000..95822bf --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/close-active.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/close-hover.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/close-hover.svg new file mode 100644 index 0000000..7b52140 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/close-hover.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/close.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/close.svg new file mode 100644 index 0000000..e221a33 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/close.svg @@ -0,0 +1,100 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/corner-ripple.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/corner-ripple.svg new file mode 100644 index 0000000..2f8a68f --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/corner-ripple.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/desklet-header.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/desklet-header.svg new file mode 100644 index 0000000..a6e1054 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/desklet-header.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/desklet.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/desklet.svg new file mode 100644 index 0000000..8445c61 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/desklet.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/osd.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/osd.svg new file mode 100644 index 0000000..df41a00 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/osd.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/overview-hover.png b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/overview-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..75673f9cf4d11cc891275cbcb5fc775db9585540 GIT binary patch literal 838 zcmV-M1G)T(P)kdg0009GNkl1!KD9DQ@_rPbw?9N7*sw#Z576(BYZ3DEzb{X_e)6zI27Qi4@NLTggv_=u%gc6IKq z_MDkkn?VhNLVmQbWvk!4Q-E9+tqwIZ;jQ&2E4P!K4{ zVmm2%q@W83^_SfE%JoPU#PVW+Td|Lms^%XH9UnTZV>$b6d z{;iU34gsM(fa~AKN6w(yeBwPF_MaV`T-4G#6|dp!-S{$2pZ|Q=%Vnpz|5@{Ca6S00 zlz1sJXa`i!JTylYZ!b%K?7q9$^qax-syC|M=I)D^N5_rH#`N;-Pu(o__C}S^1P6r% z*C$O!_Ow)PU-d_WouD0qS|zP`TY-r>$~^YT2l0me>;5hrW~9P=&pB+Y+{Wqsx>1SGJUMB~@W z>Dr(%@xn4ps(4lo8$o@ZkfAjy#g-&i?2R`@oyh|q*}}szNcyIcR;ZMdUWH*PF*&Ss zZN4?PvVi6mvE~L-wRk<)2wQXH5CwhZHWD!KbIZ5JreuJVm-AZYihvH8&lBRn&8q26 zs_Am|Ixp&b5n5Dy@FGCRX3>$w45I$si?j*_{L_oH6w%#Px`rnIxA=%Z0mD;*r^|!p Q1ONa407*qoM6N<$f{;O?8~^|S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/overview.png b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/misc/overview.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb4f87f4e8e2b95cb3ae488e84da3d63d1786ed GIT binary patch literal 680 zcmV;Z0$2TsP)kdg00002VoOIv0RM-N z%)bBt010qNS#tmY3ljhU3ljkVnw%H_000McNliru-U%BC88MnF!IrGCBwm9)u_fl)|8*yQeM^6m$^r64|vV z3`vkcNr{9G7J`vMnZim6VY%*Zx;s0&JI-`zYgVOmhkZ`p_Z^=1dEe)GKPaJu{{h0T zyNHO0fQ^NPjqv*gY<94){zV`lb$k2Uf~Q@9+-l<8hxyJ#jr5`=-0o`A3*%NZ)IZ+*HH*RyO0Q4Yaj-SHFD97pssQ;?B{Jj#yThZ--;`ZmBH3X{6TcLhClVGN)8+2eH}DXOOW7= z=5IsRtH-?@rJgzt_jMTK$ziIHi--1?KrL_BSR06vB*7NO!=x54(svg~5+g=@AiA+u z-hf(6AUmjJ5N!<7=zw_Kt@@1A;!n0oVPoSFZ9sMuEm8n%M*X3|nt~&Dnib!6?3%C8 z^I(lXv>9cO?*&+xbF+%p)Ajrqz7v(xr%ra}QXfBG2v63X^WhzB>giInxmnC&7X(K$ zWevfR^DSrcnfwN_`+#Y_oVY)KD|Dz<_PYGudY9+@%%!pAb+$40&w&uPC)cXueyyw; z`Rn4-iR*Jq2{{o~Dh{f_`1;h;)z>R=bn;Fcg`$DF(eU9x!p07j6_}Y)rCbu@F&kA!CyxOMZ8Z_FEHjHVKl}m(9?n#zS$LZO O0000 + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/activities-active.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/activities-active.svg new file mode 100644 index 0000000..6986f5c --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/activities-active.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/activities.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/activities.svg new file mode 100644 index 0000000..b4a4b0d --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/activities.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/panel-bottom.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/panel-bottom.svg new file mode 100644 index 0000000..c6d6f5f --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/panel-bottom.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/panel-top.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/panel-top.svg new file mode 100644 index 0000000..43dd84b --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/panel-top.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/window-list-active-bottom.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/window-list-active-bottom.svg new file mode 100644 index 0000000..fa6ab14 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/window-list-active-bottom.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/window-list-active-top.svg b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/window-list-active-top.svg new file mode 100644 index 0000000..fdce694 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/common-assets/panel/window-list-active-top.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg new file mode 100644 index 0000000..c2a0c89 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/light-assets/checkbox/checkbox-checked.svg b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/checkbox/checkbox-checked.svg new file mode 100644 index 0000000..01c2171 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/checkbox/checkbox-checked.svg @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg new file mode 100644 index 0000000..398153f --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/light-assets/checkbox/checkbox-unchecked.svg b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/checkbox/checkbox-unchecked.svg new file mode 100644 index 0000000..765e877 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/checkbox/checkbox-unchecked.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/light-assets/menu/menu-hover.svg b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/menu/menu-hover.svg new file mode 100644 index 0000000..938245a --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/menu/menu-hover.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/light-assets/menu/menu.svg b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/menu/menu.svg new file mode 100644 index 0000000..5ae7466 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/menu/menu.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/light-assets/menu/submenu.svg b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/menu/submenu.svg new file mode 100644 index 0000000..378f29b --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/menu/submenu.svg @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/light-assets/misc/button-box.svg b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/misc/button-box.svg new file mode 100644 index 0000000..036f0d1 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/misc/button-box.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/light-assets/misc/message.svg b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/misc/message.svg new file mode 100644 index 0000000..8c0df99 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/misc/message.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/light-assets/misc/modal.svg b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/misc/modal.svg new file mode 100644 index 0000000..b61f537 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/misc/modal.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/light-assets/switch/switch-off.svg b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/switch/switch-off.svg new file mode 100644 index 0000000..7c4ad4d --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/switch/switch-off.svg @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/light-assets/switch/switch-on.svg b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/switch/switch-on.svg new file mode 100644 index 0000000..ce25e81 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/cinnamon/light-assets/switch/switch-on.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Mint-Y-Hibiscus/cinnamon/thumbnail.png b/themes/Mint-Y-Hibiscus/cinnamon/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..e278c1026fff1d2b8461ed5792fdf2b27c5e6df8 GIT binary patch literal 31164 zcmdqJ1yCH{yDf@K@ZcUGSa5d;mVsa)xVr=f9o&PvCO8a1LvVK;G+1zVcXzua;X=GMe(@o?4J?r8GcLP$<~HU(is=sRU1rhz`sMP*AU+q$Na^U1s*?T|IEl@4JsD_tK0(dYG^LF<-WO`oTdTY86bNC^j;^$egfH zY3y{XCR4!~bDL~X(JH`ggu-2GmKO7QD<*az;68Bo;B%vd!WCVJ;3@KGtMT2Tu7sYzXTZP7FBOL<0^6dS`cc zdn89D1@>Ef$nPuf@yahOtjx^Hva8d6;Y*p;>TQZ(WN7&P#}A8BAo#gcd-yGjQKQ?+ zR1*Azd7~jio0g{+FZ?Kb&9afb+F5h?u+Q(en)gYC86O7ai7! z=Tn+@WHdUCgjnZa1$pmDM$q~4l}OZj9PF2wDv+!-uG6}eRyAE$mJ^QaD7|dS2ZRx$ zL@rU`3lc^@D18S6W)?Qoem1xGCicFAxqH`^^rhoIf@h2?a$Ewq1n)Mty>!OSa8CRXI86e*gR; z?g9l`$YWoyc7JS!Ac9-TaS;i=s7)@1SHgZ!U0qsX7cxX-tZyeZhKVp+m1AbdA~kgLDn; z08J6L86?>36DL6K`DNcS0qcwlmIA>fkK?>OEO(EiA`5J`*zoSyFB7!nbGNbclijQi|a&wk!66FjsPG`_*{t95@; zJLI~EaOy3w-gX4i$y%Y-);I$`cF!W#n)4(WLm2k10+B#>vihjY#|H#SVzm)!?w7OazfMU5k73=z*XF&OTbHTcErDFF9Hvz# zSllptLivfkU5->eRC3nNq;lrShmu(qZU+m*bJNPxQutP)Dei90IJROqLdUPE=kAx7 zYGI2~?dI~~KDT(@*`$h!pfPb*TVK8SZuF~%>cZw|pFl>=FKzdrHYRgi&+h71^O~Gs z$U3}<@t)@A#=h3$0kw$}6pp3`RWtf^?0odstNLru=)XD2@U(yvh{ z^`=kGM^|pE=#-vvue+<+cOy0CoK7PoOrjnJ3#hb<`kO8>Wb1%Lw5bl1ld=tg{3&U% zZ$z4Zq=olvzo%pVDn~uQnP6owU;So|2`#+meP@;4q786S9j|a9w4gcmZ0!}kt_OVF z5dYV!R5s4)cV!2=Q8Ny3F=PVww`VKSY(~d4c@?ezt{TBBfJZ0s#jRlcWb)kQ*1Uuv z+xZ!G8TENaa~T;_4J0xITHS@J5sI_=#>*D$DAz31M=f;q1BDNGr>I=1DR{a80BRmx zg3oWo`Xqh_$Tj@dwZvghUi-B;ATzVce0@aY^}-^3LD5=H0{L?JqDa{#ok`N|lpX`J z&Iojvx(y?g*WJxJhP=VD`hui5Ib+2hY2EW$UY7oRS5 zfpD^RwT=^VQ#(Iv@6I4e zE;Bj)sD1=Cs8G%NNW^&hzotfzd?r^P+V1Pqs)Z^dy{uE5xD@$OmReQyjrrPF`k(& z%Q6SwR_-J7c3s9BL4Q4GB4~q(ACYe8s{Jq@3o(!)q; zEasu18_#dg10murSA>4xu|{v`ni_r})QSt)$dsG-9i;4Y-ijo5Dhm5Q7Ac-a= zhxvRXs*#9gM9+3t+<{cJ8aLZzKH#X^Sh0G?NPBUni@nGOMzLUVC2m~Ln*r${K7A$A za*)7+$1^~b$raY!u!Fj0n}FYfaTUSjsFCM$?2k8iUMDQEBOv;s?*{A1If8Ejj{&YSx7S1;G)J)skDZD>+Qs=YMp!IJ#zIlAe* zGi=$nSBlmcHeThiJi;2taCHZbdU4a1INPw@N>v*mFA+<;82Y-aFx4d|PWvsa2D5Wr zaE)7Y(cw3-XQ9WewCGfq+KHpz%P9-r52mXq&?YMP{=J0Ou7cvUB!( z2`v)h{LX#AO;dDXqu!3(^z*l+MTN0Nk||Qb_9weW-K@)Feb7g|_x-hJ7Qo>UMqND# ziCsK53_f6sWlo32ob5hoE%wOOQQy}w;B_oC1pRT4n|5P;#PUkQX=293@WANo7{T1W zwz(o=9&agpb!d(Qn_%S&mA9lVxk$IZ23~xXfc^}y8l70iFuWJGW>ID%gRNh$I=yDW zE6%YGpY=^1A{PC&)s_H>Ylrlgv1^U9@r1Di8`HO{L>LS941?C57jQ<{tZYDca2~r{ zsaV_mw*|y&cz7HfoDUy9NMw8?3KD89Bvc}F*s{Y>sVX(tH?-%7t@Ym6pNe%RUmZcy zQZK(^@O=umQ@YdrYGDZ<>Rq`4u~w3$X``Lnr-8-X*GqmaabLHVyYlg)`OWX1CY!0c3{sn+4Kw0E48?G zTVaY*!XOQ(i+bfU$zfAw@t`FEn{S7QObB~K{(6;>F`t_9L*F5Di-zbCZN~F580m!* zchdFP^b8+?3EX@QT1gtcbX`p>$}y=$V$bxZNzk!HehA+3GfkxeQM#UfZQ1sJl&F+d z{+(}Lggsq@gYIpGtTIpZpI%~J!+#|BJx{Q(6#wqA0z{wR`aj%oZDRi&{&!wQ`KT4P z2+1yBrpj!NMa%<>&rs0j(;H0efsU>~Lmx`r_|Uj;3H%A7$J1nn1fsqOim6@XI!}?96m<5b8xM8 zaYIxKz@^kt=H-FwN16{cVIdHXB)9bee?dj4|1t|ar-~|YzdQiWR!0P&;KwE;0E~^- z6r7qHu|(5T9Z{Ox)(v5<1$^%gZcf`aGn;`Z)QZPIjdNthG0QEJrSsQ?d6Ru9L_0pflvh;s8p?9U+D=S;MwwEW(Gt}YpRkl#};M#jd@;?h{6Mzc55Um;<#GdVfe z2YmNee&Mu7`9dnvaV12i&48!(ClOTZ$$5d7?c=O7m%+q73?rG>D#u_dXGkA2f5Nqm zh~GTweYTMDpA{3M*SN7^ipQw#GjC1H!h#XiJ=z;t$^?=YeXt!@&eisyfJGNV^BGTZ z3i=9PP_y!*%#g6{lTi^6dM~9ij6X!sIsfVmn0-HMND0D(az(jtOBa`STG z9@($lPjWm1%~lqK{N(euH)BuPXlZYhB#-4cZdK?s^gOQ}S&5EG|Q%$dit`=fPily__-(E_@p)l8{XACscs*6qf z2ZN1)!r&;$Fgz?&gv(n28&daX)c-8MP{6o#Q22(N!R%8~?EArxF(73Unw8P{7sf%8 zmOZCe9qOQGj+4DagdDsp{^U_@yp z@j6@7kv^(FNnFMlp(rK6U~ki_3+?BUs|^gbiVEZ1n%?W2&5xRjke^&Kt}ZuUz>G+N zVif2?XCI!1-K+dmMdMI^!jlJ+_{Gchi=z!%2G`ZNuWzGw2XDEOn%>0-+X|{!3U6Lk zm|`WxhP9Z(TLY+q$jaPR56@j?=yWb|O^BTl&!ZA>%knP_(23JKeHxW|1omVn?rtRy z(l`=?{c1`b7ThJ4Hm|beAEn)|vhEedADe#bFFkFTNZk>{K_(hs;^QB-&YAk!%bkYc zXMo&-@**6}O+;D_lwp(jSi|)J3*zXrhxasHiGsGbO~&X%kUNuI*WG;{jT#T=EPFT1 znAnG`sEX`txV~}%9&7CeF|1>6FT5kt3F>2i5w$>hz-Ah%kI$5Gp2@B1^`)iD$)QqBk3!{w;9t076I-*b2b@A~>$)xu(j z#iAdc8oKy?9w!r-bu-@bc!MkxMU+41=`Vy5&oP-fbY= z1>5cLsN)Xu34u?V%tJ3BqfX72wd~5$2nK%24o4-Hyy?x2GFqFB8Z~Xv z*6o8Me!e8XX^oE(lV7y^!@da#mVrqKDw$A=Q@@3u zHd0v2GMOdZqRV`3Ptdn16viVQv6F12&2~*0EI(DEIXxeDZGUQN4B z3G8>>)|e}b$nHo^^}H})oX0bFZaSQutu?gA*i2H>Yx`dEnufgX2FmklPC&j^#rGMNx$_J zr!rdziEoiff2}c*p4DbcS2DkgSdb1+9}1EB&2WW_5q3{M(dP;~#|ATmOD87l5~PzF z9&i^bT<`wD@|B)WPiBtZ(qetc%FZV5c{mFHzPrrdgkRq3ZV6R$_%X+sAEt;$zHQclJWF5t(40EI?FN0-M7NL?{GE#mdzs^r)-;0(iVL)Ad{)ni8jo zHS$g6`NW={ePGalH~Mm4`#hzu&SGY~u+Y(P;(*eoL%l1iXSq_I1WxpC0@UlOO|zNq z@p?iUaJNL6=Z5?5IbJMvi=n;HVIAo;qaE~%4YU`7(L74;G|Z1UMG1rU~%mprPkWd&2YNj zgeu7RBD*XHB|!2z+s)UXvHno#WXT46VKy&)V&m}onM`SpMOwSqj z_Sl=<9qG`}R$E?aY1v#;+S)X9ixeU#;v8H7!ZF9oYSQC6@3$p5p>DY=`y(h*qzDbU zXBpX*KB>BX)7q&+WkMh64>H^qt846XoVVY}*Qnlv3!|fy7Tz~dhd{_Eg{gy7`W^?$ zvWhc;Skmzq^xCoR-3@1e?(^QunGwpW``Lh@&%i~E{w1<~^4UxGsuIvt4FApD-o9pP zjWJ(d)SkGH!vYT@y{x)HX3LCr9=&(DC(pRdev-mS|WnhX`Ix;L%rbbsi5G!8uTB~MMT}d*V zL88S=oGl_Utvl&-M*uim8q2(3THLh341=zwKB(s^7u?c({IW`*W~DTVM8KLZizYSv z)9#gPK3+>40GuwDQI9%`YTuKgO9EQqOEe%Neyh?HAyd)-qhQ1}ndV6VQE0}IdCujs z?_r>^eVH5%X97%HBvsbsU)12Rmp*>5(9Cdf$2wMIUWs*AQf>@rA0XaN5xDY!#Lb(= z#7$%8jY{@#s%u3n7<%G5*}RzzMIrc-^cf4QZ{|*}gGYHaR9bMUY`-90fIEpf#Ew8Z ze{ZT;n9)p@Sn$YqRK2 zn_$r|Jn^b65w{zI25TEC9qZw!eN&8mZD2i5Yz3op(d&f~cE#WGZhNc|i~HtcU*UZM z^V!w{THkgTK9WHag#|HDDfGP3N2%Z_2qBiZk!7^LJDs9|(Adk0=H@g`oQL$+6LO1QiD%{_Hyx^}<%5xi1NpVNA!*`^nuOT?Sp z2`JT8KqC(fKn1TTF;b2<%x5ZpjHL4$&243mF?n zw4DjJi4Ukxwchb8+9z9Fut*Xa1=TfW!UN__4M*kCX9=|Kn8}jwStAe_gRm?&`Lu} z04H%2>u>aH6c&R%Gjz8%QZ&f_0n9vZ1u1EX-)H)s9sv^8z zyqH*Z)I1y5#*iQ45w&>hWTUC6Rc26DR|%u1Ln!Yo5yUtP;(x_YlayTlV(yp?P8J1H zUWy9q-3suZ9W^kzb1M3>bp;;3wmhCqx*r)$<>F7N^vd%7lB8hcFA7dAE7YtAwj+e) z_jnZeDU<)nfo*kTw%K)$<RI#3o z+)4*x#h4gQZp2ST1+S?mZspVkF&{EQ22hu5>yY8TRXgD~#WmIn$tU|c!7xQEg?uZw zp!IB^sj>v#{x}D%V9dDgj8F2`E1=e8MIl>a7TTaMA&p@ZrbsC<6l$Ep#{n*oWQsV@ z$>kjvT~PH0;@=71Zh}ZeXo4PAWfMY8sybIV&Ru z+=e%-s9|IN1ofBZn?piy-%7tDjULW64R!D~BIm0IO1nidPT*N}nQCNrx!VC~D=iW1 z!Bsw0@LEXR<3`Ce45}r$&X>xKAvywuC6^+%L~@-eNC>`j?3Q?OQA1RqwP8}P2X4H{ z3ef0_hq}&Aca#Yjid?WGC9)^L(Src!yQ%Aur0>baog%#uO~M`|k17K-Ft7zfsN?k5 zMwywc@OVvf&pslxv#^;_mlSTG5&sbMd#T27_YDozd{j~zM~adE-q@JBx3|ZA&n5BS zs^Fb(ix~6=UEj0bN+YZ5hm`%Q zvRRpx)n9?QH2yhR+)exsbUm^g&vnOHbMt)F3dvvde`-tFadi3gz)`27NbzmHV{`e3 zixSDP#X*sl7auJMMXqi}k_XoIx}!!WxiuTlHY}C#H&^WgYu$djx{Q?bd)#$4`1YsW zLPchfLxC5E*0KVJZC18Pb^AEc7W688aZw%vNPDCr3`aDSUcKQ)tpYZlZW~T8r3XPu zdF_>%vuM(NKke4K=JS;_L#ojjwpXk+W-JdVmu#UC7*6_JALsGy{9(dL$KoK7LSY$p zOOA&gcYNH8*QiuWtNw~QiT3B@$koey&+s4fXrMMTtdv$lG~ZZgoFOM zQym+}T`o5pD2u4jbOFXuA;EO^xqyfL$)q!g-w zSda*tzM9xVZhSldH@g;2Z!YaSgH1NFIaoj1*V-J!p)#sVYhRSY7Oz%c^EvbzcvLU> z-MbZ6{DX8j$)0Gpm%cX&Q|gVuj*{f38X=NKTDw=Xx_N~(Z%gf&Al)PZCKXuA)vHGm z0ZsS;)Kv~3o@IGil)eWv$SZSAI6p606tOl{L!+1N9}61mBm0e6-Wj8kB}hi4`>8h_ z?4lRNe2ocVcyl8Vg?ni6dSKL-r;3&t5F7)EG@hR6-2VZBjP)hj-tk>sp4JV%|I0P# zE8&ta4&mp?mcp%l>fpHtHohA2SWSzEwUiA|zp+d?=ARdQ*bz|vVx42-CYYDTk4%{f znL-u-Gih~Ti3eia^FlsS@ZojIr}jr+2tKU>LvvHcZCC|Ll9rAsF8X*$6EwJ;H=mqn zl@eP*YyD?R^%NZCiaK0L)SVFZV{pJdx#PHQS)O7404`GC40oO(PhVNJS5G-t$+1RkAf;nJ_f`yS7n0_9F8Ll##_mz~Ca_V(@f-h2CD!N- z1#+`|10GJe%*L+U2tTWv2J{M`*@GQ!XD)8IC!m8P?Bg&GDXIY6P7S@mZANsA^H>wY zz$sNxQwJn>p#78u&fa&bPE{ERF??SL%v0lI+eC1Mckd~bwmU{*_{uHEy8oAl8ojQ))9;|-_6#8x%SReb?N@0l=)y+A~U=4YhP>pp>e~_5`S9wM777}qnng_{~d55$f?&85r zFDu^#yX|eXmg#`u$+4?(q+sBvd|mLZt_O79w%J{V?rT%DPm`CFV7GH765Lr^C}Jnh zisflDf?-F5!P>FMYi%n_B6LD2kl57Tu@U#5Z8Pj41N;x=Jk=*jopFk1jy(M?ebya?u5aAbL-9;>% zzrFHPk(GG4YA>JjttxP2N9-xwKA~~;w3@;%)TL6s5QlEe?NA!7YT8f88WQd+K`+yD{3A5&% zJej8(_vamUS&kkGKR3JnkWGDl?R}!z1&jM2kuCj+y*w#1l$N>^bQo^;ph=74hD6uL zw2lCe#J3)my^f<^QH!`(@pj|?8FDtN9v8m?Z3_EPZ6UU9UUFQ2H#kdiaSPH5da47Q z9`>)sc{jiNUYGtfsm;JH1b~MfF|l`>Y2HfDwHEmyt5eWcBIF9#hPde3SicZ8UYpjN zmnQ2~7sVptncz;=95fx(7+ykZuyMo&TlP+2>E8MA?6G?Zm3{w?Blx6iWT(b%agHy1 zt}(PWHReyJ_Dxw2cdJlk!@pHeOjCHysWFw%w$6_hLpDQZp5}-$gE7C$P8B|Hb5w%p z=1?}D{&J}%RpRQfz5+1J?ODFSHTzj}^~$C!>OEm4WY&8U!+xT1x(!un?K@Rv$OH zxpCDDC-w~;t zr+CO)Kdxr+?omXN2z*&~?KYU<_geT~UQJjsI`yXSs=PHiFc4y<+Y2ZW8B9=OdCJ&5dU3)#toJpGNv!`NcndR3=W~3!n(V7` zxe5(vEkc4IGAw2h4m0hx{-g?Zoy`oV+pf|v4Hb21jI1vmy0GnJG;@(qJbHG>JPTLu zgDraq3%ZRlGnpy|`6kc;1v`8~CFDGJ2Q+VVk{FXO-CX>v{|zRa7z@ykOT3%=qfuE} zS`KIg=WkA1K`dB5=nlpXiJ$W>zF;ZqnxR*HvmLO`4_I1;HKl6j?+DI%3HyF< zg+a<6BecTQo4=(B9MlD=J)S_#zV~Q6N(gGlMgrm;A4}^KWOp@er@13_3WTK4S}z=g^$aZ%*h@pg`KN59sjvaKhb1V8cp##`Nd9f;GsdVHEff=7E2 z)hSZdseIw%F2Af?FcnlI*P~Lhk-bLal1|3g@BU+h_jx#d0K*W{a3 zuO1;#R|M~yYR}!6R|@ljego;tbB=wIwJjBnu-=|)c7x+rCDApGW^#6`?`v3XAK%rN?{f+zl4Fcrek!Ui)5Tq+!17-YN?R$W)kIA&_{i5DU z6c3ncOc~Nzs9fB%Vlk(~j$W(!pX+xO6_hQhmy4cQ0J_#GQ6av)sR|^bYSyuGwto*h z#ZKq8dR0yn8n=Rhk;UUU4yRkA70Aj72Far6gkxbw@`8vJq(--TLU2cjr2WbFINQKw z9<>G0R#TA-ergq(DBd;?W^%oK#c1bU-9vl!d!OB)Rj z_O0iCaTcm(VCb6>`f3F{xyR=5I{bO#!yRPpT-tccpk+PAjC^$=$dr9I-RwwU9#Of^ z8pUp-%t(6Ii|i{Jg16g=F2cn&fUZu&rsbBAgEsAROf19`1UA-hd%sd1M0!+vq0%=m zlmh8S?I05Re7Sh96m<5~zrA6?r~aXntJRR?rg|GYY}^ zx$2de=o_L|RSi0wm;6@}>xAio zC<|lhaC;Q*&;?>mEFU|u_L2Nvv$IcEGmIGs&8Zb-AKVH*btAz5Ydr$K6^5~| zqZO&IcJA#HdyMCLT-u^yUXH_`$^tcM z{%;gXN<&35=qWL;YPZs>YPUmOTr>+??3|AhY$J7^>zPuP>LGd=ulbBt%TH)UvvyYL zz9=7rcF})k^`^L^aJF+R)uFH_(Wct<^i+(w?v6*BbsZS*b)^Q3&w2J-y+j8@Zpi@; zzcn`LV^8Wm5>uvFK%=A--J>k+Brjd7nSqW&X!TuJA^eep9~elwOKUve)!y}|+QD;} z4H`P8`OWMTLq1xn7*Gp^e|+hVmO(`|{qMkR{xbw`rGGVQ?FWMwWO`Fiv}k=fYN$ol ze6m{p{$co85#}?O1o*qG4DQmuS&;WPIB6{)FSA@<43^$rD88@0+VA(;{xnFGCa2jl zocI>_C1_>>^BorT+F504lBCCZ$vwYXxCsmxq zX$l}YKE-^(e{9Sa4+%2UWkoM(KPYPs0ZxUD=YlEVDC!0+H8RR<-DngdOFGB(8tWDZP4p#3_yxm(TJ10&s zo%`$YY)S*Z`OzF*bcfka!KS+Hg)p*|9WN7Ka=5g9c#}e+TzH>q?v64{zil9t_uP|{ zip#MAo8|9Qfv{7hSxIO^!jRx%j#9In3gdgH4R2PA2CTJgJMkp@wo0e@L2n~FApxGE zC9sxuV~su&rs0hSZR{^+&b%~xtjne=82QnmE72yYexi}$6#u=33AzLC3$El)9xPP2 zI+F=T8gejTqbEzCaROcK(UVLZFlixA@)N|;EL+-4lrr$zMhZPioVJ>Q^}dA6DSPIf z$e=!y?a=~l*oELs>!+YdD*9rEs&D4H9;-G4-(J<}7}Wt!*42@91kP`NmhxXG5dC&l zXM=kGqgXkgsq)_{R{pC(_1{q`gC?=~{5v;rF#RtAJq*hCPd)&!XR@P=aGOB@LCkEx z;-W2!SHh;x&euu*t6gFi#Rd=qdP;BEY9PBsdoQqvGfChQnnY9tO1K5w3qZ?S>=?yx zc@nvCI|gsVR7(w)TS{RG^A%# zaX$GEKsCB-D(S^{*m6r5`N5~m&&__S%nXZ@-#YS*_pTF><&R*8fUQXzx?HUE>yn8l z2VQ+rd>2BgY^I<*`-uC}Mc3b?z`=jVO+BMzb~^0`^qRri zbW?yJhA>CUgGNfQ)R559e_F<>W$!wjRp(kWX-s4}C{OaB^Y#zoI^g(oMYw%8E7I)Rt(j7daZ!xU*3j9qA8eZN5@1 zxlJB^LOE^-<2=@4Ll_l5D{7YnV06kN;J*Is z-PG1>jYyyYCcBmLgvu%kr(qJshrj(0d16ut*Z)_9A*i-0qWIMpr?N4xr}HG8$& z?kAtx%krAXtb>bCJQBy05IF(D(-gqIM>P-&fJ!Lev%FVo=hYC;^Wr~Bh&X|oI=flw z$`fxhiepWk*#oW%f@Qv2IY;2Ngaw(3$gUQ@L?<7K^Dm?TGMZBkuC|s7K!s&rNpKex z^U{^bK%iKm%q`HK@}&-UD%L&uLO)~F`p@CNml+ApgmwPrpvGh@p$)s|jMddXI?T8E zjsi23$ z$shmITH~pRbe;~SwwLK(t#1;?lZrnmx_=QN(zjdwjZey}jh`|NugT5C$m#9jKj|B* zdUbxNmNi&3z9t0m;Et-g!y3v#I=Br3bw916bU2I8cn;YoPG@~~R;8@d#_U4Id%19U zI{WuPWS4gVKcl zRf$WSqQj^vq6q(h$@;x8KU2o=MAY46g8OE=_7juh1?K(D1!CT22EW%cTihP2ejs;u zCR3Mm-SWH>08Q-O!bq!&p~6k`C`#BNVik?$%vfrlg-yU)8ds9RZCT3PNFISn@# zY3{F#)Q`dM`WC{xKr#sOhl`DlK7YOW+AJyQGAde19sAY7tCk^=XwYDPY7)n3|6TfK zl9>h5!S%2=Ha;4=-5lz}@x;f6>!_Bubgf(8@}s$fFKZ@G4^}!EJvSvY(kKG*$WKow z+3;H)XBX?PDvjR{)*81Qd|TpW#w+$nLCG6z<%hluAhp)$J=T4*I~!8XZ8*(50aWij z5{17nXPjj-x1I@u{xVsqSmjEQ7bS378;^@5iCo1Ag}LW*zMBvO)@qI3llU>?SvjtX z8JXNzbAv_`mE`pCAYmVCs@ju^xto%jFDU#S|0V2*J2a>C@UxwU#z3g76+0)1A4Y^S<(z zVWvkt93{iLO7A|V_9ifc{TQeYYwKGPe2=EUU`jmm4o)jmSpwKL6Q4Y zY?nQx&2VD*cfX-mHe^epKj zNR5f~+sx*zM(ws!ZvVaPq)M#j>&JV0dxrxt34JUqE$Nw=55^o->TDil$G)lN~ zc8?5Jp@gHvdwbY;iy!KYF#x1L-#EQQu3BLSzJC|qiVJpVPr%-@ovN?G87+e@WejU? z+s@uV7g+AIC;9%vGP|t!1+3Ij109JjoVASzP}FayNp4K_u)QqvHSHB0iE8k6*t1%Q zwawCtEW9#uVjjgiHm;(iS{8TQyFHa#pck*Ev?%*yNSt$~g>+ZYIw&MdzIz5AD$PqX zay1div?%XYo>GZr6f&*PTjr&q>bt1FQd^cL`ionm<`XIXJX{AIXeQ$cto9810i6b8gY29aMolp1Dv$mvr zpGpWhyU^QBTJ>3-^7(9}b>;Ekr6CWpWT1%#r^&f#zDch&p5Zs_;1{DED$8E^P2?ry zxk(lM9Ct-p(Q3=+h%~2IihLuDJ}Bx)FK4t>UMdx=J{ZRL&Y%&q$r7Y~m4D|%CNJ`O zK2i!NYTNL1P{+Z4MoR9CEnA=W%<>iIlu}EO==L_R>0_nzwNP}LfbXRY&kDPCHm!Sz zLhoS$=HclLlsPJA98rQiBT0KlM`$41>Pv;tRVk)FcQ4qF9M_Y+4+X@keFzQ+o9Aj^ z1Md2>O)6Rv|DoTcv@W-6zR%U%L|QW%4c4UVv+qBlXaW~i zXGD(sp-O5hWU>}_De0-h^uJeu+bcsBH))tD2qCsTQhk(|z}?Bk!nz_qV+;Z^?-nL1 z%BKH@r0BXV+PCUEs3bzvHOShO@Cp&|e;gV*j(M@3SZ{zg0E+ z`ga)5P@${R`E)z5&ZT27klJ1?p%SD*zm@rw>Eui=nHSM^5Of~e1w^F{oL!|RsX~U^ z=^g6ZORyr?1YvV|NC=1}+DUUFCQF5f9S&W|TiufdnwXyVNfqjN%2)2Nnqbc9DfKCTQfbf_GQON&LiCvf`f^Zl~n*nm{oZ4Nxxdq}|9 zG?7|hP4#m1Xa&%|^xL1US?!=qq(L2&>IA1wvs^aR$)*^HhfaNHCM_fgv9q=h!arZF z=aUdadyVtuY?oU$92AopGlZB@W5|o%i>%9j3OJiRNuK4O(yGCK8cb;gnihSRmbukw zz28AG^S=y=DwN|wf94Yzcs!*iWRn!!qjeDlxbD!cs5G zsCy==GyaOVsINOhE9H-rh!ASod@NFXsk(RDXF9dS$Si2akKh0BI&#vxR!A38w7hv^(v=%j` z-B-K$W_q`WnJ;T-_QrPhF-rsgZ(%MjbwI(UIlj$oFpCMtU_Y0g%<~T8i;WIMZm}`y z`|etc$AE0)NxM-LG$!ip^^jIeYZi}pa`vzp%+h%+A@Ix_vH1os4lH~mWZiN{k~{Q3 zK9h-%qvebVl9b=FXHIgBbh7+wy~qO9$!asleR(aiDNignm;pX1ve6kjU*A2(lV4tL z5gyuc)})=)fzvzIky(Fp(ku`b+zrS8J;mE*Enx#H^)4q-IaHiDu?-bG=#}DL7 zGJ_k}0lU}BHU}#qdXcM$de@ZT`TEqLi{0EQtn-ti+vYwr?25XpY7xchwWED<@08IK zU6ZY(1k%bv$bdln7g1i*k7{-Ph~7uyzVa}7&AZHlS`X}!6~(z#^8-y79^hH#q@J@r zul|)0O|Rq8S-#bkryDmPViLou3iQ^ZF7JJQ>ciA{T^2OfY;zyn?=U55EH3YgG$yP+ zJ}{VRUw;)Yvhgy7F*wxsx_l%vy(yeVC0Fzp*@g@j0Fo!aRi9%F9+98Te2#2H6S~`K zbHAFH`y`umj~#C_)2DFQkjBAG0^d4A3hh*QL#*&{BHCZ6?KIB4aw6&ILxPC*it0B! zz$VYGFNMkEe#^m1_+)q7uhEfXYLJYcFqkS!XMprMIV~vFN!*pAxs_&PparW@IB>0l z&3Pfg)pfZA{bp}?W8ZFCo8!`gF$$w)(sb@B$)j`~7K&SiJI+82bkI4ult{zTg-!t) ztHdsUU{2`t*7X!J{YWGZdMU+BFd&H?Dn(C6({^Zk5#FcXV4?$_B6N)R>5#_XX*3?Ndn@jtLL-q7hAi}zyrhcaTaIe$yeIW z;_ZmPcyqk!nXYC-VnuA)(NK0dk8eT1&8OjKYYwBYZ9oYst`7h|UP~rhkm+w^zid7W zcx?ZgoaOh|V;~&)#zNfRvWDG$Oa=G@xH)b{zUJKm;-QDUH;=ly+S`8|zt@1U+LGkm z9*)70f6B*;5E*F@WjO3GE6!h!KZ$G6uQca7Z?RPL9<>T&6BWpRWvcZ@R&+<|0iXkvfjb*0)O;>tvr607~qy zBQ$AKNXZ%7pnh72DSu(U?y1qyo2bd;ZU+rLBsDcS8v?TSiY-?I5+3?{8vC;bcR$SD zd?-1W?2YEUi0vDxdHB4|TR5jIxu3f}f0!^{so3nwB+vNXurcb&-xwA03mQZ+#{TEI z2(ZDuX)V_RcN>R314nlx51U!X_MDciKRni@EZ(&&o^}s;W8t#}uA3a^>B*K?@U;r1rO$s`eh?k9F&}f@eqf5@5Ha-mD;YuN6jA5DQch#nnEQcaF&r z^IR_E%V-e$Bgf(x1&Acv$g1nlql=VACyKPvQc33XsPFsi1n16H^-ijKd&86N39X`a ze-stv)YjIj$>sh-5@CJX+*7JYhLwX>2^e*?DdGp9Q;oKkq*@Y z`_I|_)$$)c^1t5D<6}U85V>kD9*oKwxvEbP_MCV{|tH!hq2OMvorNcYNRX`)}Lt?EKC-_kHfT?(4ap*;zGZW#zK(xJ2}A z|03$RUc2eHkPuvUI%3X8122csN3m&XKJx36b8{MEbT@s7c0N#(F>h*Wsix zo%7${m>6vg>l{7qL_|iC*b5hxlz7Y{kuP7qY!`x+pzgwtx>?P2=^Iy0wF5I$u zko_|sX)LTJJ)I7vieY7Cy{@jPARVl{kaQZXw6(Wql9q0HAu5W^!~gQXnThMbU|-*v zuCj7ZSbjd6d4+yfkm>vPvr02FGn?#4ANa|{eL z;K1G8T@bZE*T!Jy{C^t;Ma3JEF7t}Z3yJ7nR8DqwTRG&r>{HpNkDgLQ^1E;7bfOM? zxoRW-=T5%GHPzK~-dqz6Mmz)r1fU5ae$9B`^qp(2eh#&f4F4r#F)@AwOt!UUkFK83 z608>ff0~q*-Tz;^D}g}1M(U6J{|XmS@3**PcHa10GoJ5#WOw&>EJGAEtNo`Jw)_kp zo6-C)0T}3v<@R#@o<0sYMT*3r{v@|sgF4&zKpGP}H+9>$1p=L)6=CfOl9UsNnw5_= znwq0lNs&3ytL3hB!&~-|N#&h4GU0&X>*^-P#^kstIxCA8CLgA-Io8p(E@~SY(J>Y* zyZ%S!Yn7@q8-kp38D!)x5K?qekZwSEzoBg38|?&jmHi-hVAnx47TIc%v04`#C0tSdu|I>-#qdGQXrG z+Ez#n5WRxQZis1NF+R=_3Ky z=FGT_?z_GWGGuJgHaA!2Z*_GKuQ35xM6@F5hk?!mrtxke4b({tp@a9+M4?b)f>qVjw){u8 zPh8g$^%z_m^^CoPr>3Ufv~=qM_Q>0o5M^e@>2RV502b|>ixv%ONd z0jUEx1fs9+8I|&c)mo*Z_<4msIedhvS1=8~KWimcg<(0#(9vx2_q&Ytb@JT^F~~PL ztvC`&;_2oK;k!6=aFypnYR3W|&IzJ}U=zY%`FbOsIY-gp;NU1)(U^e&H6R?TK%vmG z)~vy`EmBhnSVyj4~|v9t|4@%XRYM&S4lpxcI^H%{=as3?v5! z2P`Zszw%;X2`Dk(U429l>@)vhZq1dHkx^SsErP>A@v^8-B^x;3(Wp%8rNlET(BYJ! zQ-$3`zD1^u$(N_H%F4KI>qE=1fGgC?nq6SEx~i5|{;ywQ!{0@7ZE_gDC;YX{&+=wl zR>dn?G*rlDb@nwYhnx1c*U~xkveATpvnOVs0H>4O8%3p1Bw2Wb$buu*y21?jxi~vU z_SHCo82NfzA{lSbdjAPq{4Wvs5MY6^T1i|Je+{tmNi*#vN^ zm`+~*gUDQCmDK$HlDdW2g8lkij}P|t9CmhgUESRti>~D1indNp1%-v->+9>rdi%#y z*>XW*mpfJ7n?I9PH8fcG`D2TVxwf{ps^6T*nZIW0?pB&}?zDN%!_$L-XQd76Gz@;nW6V59J7qT{HrZW#>f9plwWsc-@ikK;8+h{wybD!liJ&u#4{;PBy1uyk%$c+A;rKCX+ zzrDIkM@a@Ac!@uq;aRr}9gs4kqoe=j3KEtHL|WoCAx*DK-@t%*e;g~`6WM&b$CQ-4 zljI$=;u zbMoBWoN-o|o15GDGD$$+&t&6SbmTUaf_F{c4JV-aRL0x34mUCG7I}RFXmVt>PW^6@ z4B`CNMd-A={t~y8s1?o5TbEwFwk+#$bB<;_Z8oT~rgx*-**Zjc5G7`2j)oy0%Tji$%b0DBJ%1k6rd35ptx6K4dcGO)i*#g=7;PN`}=T9>O3SnX4zf)5T6Tr*+|~gQv{s}p(3qAgTn{YDb*|{?Fn%&HMAed-2D|0tx2m} zna8~MOv&aAK}gYD0Chr_@w*_ElIP%g|#2YtZ=@OvbnDf8P5E2zVnEis#uXUha0}t3a zVK)4zgf!zD8zq3Z=*7tQutDL}y6*vUTvH7=iXEg5o#qaJI)}~B15jG$BvnWxxf3xl zab(d=*T6;VE8V&nU^;i$#|%3@3>`8ZO5j@X{Tb*PMwlP)5Z!aoq=x6iP-CPlwRxutKHi&IMRWkKrpo-b0<8unFtrbyISEm-T zeN>R;FY#Rj@&j0n3tK$sJfDpTj{oyH+|OwAnF}AE5pfsph!ZJsC=e}dfN0~3g)gr0 z2AmU)%G^pei?b0g&d&BF)#>THTD<3ZFM5(lsD8^XJi`I{o7SYAd?Z~uY3$sNC5`?o z4aanaKkML>?u5CYB;1*L_~R#Z4aazo(NM$r)aMJwB&*o?_#g-p@PkUv-S-j_62#{- z_4Q&sFh*@Ht&wNEJx+cWFOE>eb$P>*Zu4mOckDRU0aBLd12<24FJnv!GN$H#7W-H{ z!|d+T49iN#tSx_znq?pXD#TDf8F6uHSg+e0w&Q1Bp7Xp1!b49L+H9;GO`{|ycUN2b zoQ0d4+YgL{&y!P9dX1LV)Fk%wDBlZ|#d__&uRA_=kBf`z8y#gA7ET00?a79wr;woa zkZDg8^?U#&C8ePK-{;1@2TIb|hEaaUIkBl?0|lT06BkbfrfW1bG%|!2ITie%i%oXF;UORf2M2iB|N0$@d-jleM}L9Jgzb_`(-fn8g*}^uQ?>n zPVS3(U3t$To&S0}_gj_m^0=xOs?8})g|9|Tn!brL-CRoxk%#!G8k2A>wL(jel5w+IjwDhQk7}>dH;=8xIM;Iz7QK}T;gIQR%co$ z-}q%b7=c(cxB7tY&#v-x;-yWRj1@BjDWI6EolF4IZ{llu;c~J9xA|c-UxF)z^p%$` zE=o1?NE2YDp^9&aWT3gb_w(g0J1=inCip|Mf{UElLI&qk$;sTpAUC4Lw>D^W@pGQe zcGV#!W!%y(%|EZ3O)9VW+QefN%*~lly|9A%`V=YX>7Rv#1$0vTwTx5B9|y;0bc75D zd+7XuqJ`PTAHj3xhwB;0;+B?7poIVM;X_&7h;-pg_u5tnMbFDxWfZa>MfK9uU#cm6gpsX}VF$Hj)v zT%U&RQPD!r$hSc18D)4@tSowbj!wYQ0tIjk`W9p(fC`L6wI(3z8IpHonm zTG1^^U=Q_{fmrC0q{&On#l@wU9+$U%>5IZbJ}}j8o3Y6n9^`GED>#p);{WpX>-~;p zz9&zfocT%v-rc#s+zIc5sH+o#z4r2|s}s`FXhMkT)qsb{tQ=(u1Z9=<+X9*EO$E;< z*iVu}nNmP0K6<)~G=O_@zsc7y8%p6XHfhaVU9}t^ACGwfdf)RXivLYRpHFb|cOI*~ zyZ!da1V+~Y-0~An$@iJzqdr+}hXIG5+MeDMVq559w_fER7f#JN;2mH3-or)t=iojj zDXC)0*1~3%{mgx?ASLc#vAA$h@+x`efY7+GKZpNDnJ2@bj|!_1!hSts ztB-voOIF>@ZImD|m%D4tmEL{%qd~=9{<1BX+7C`zKK*92$quMAUu>7_hi6J6G%JU{ zDe@|hKkq!mRQy$wu@f(Ey~2*ajO<>*;}H(;_!5^1D&=n(n9#oOX-ayyb=SG|OBd>? zG)`kJ7EdrCAp(v&mLu>5b)efWZ!Gz!ZY|(xAErqw@zjqk$c3{ zAKLR98dAL$yhDM;?srkq3rDd}O5H=UL}8IV#7x5$7W%u@QxMacBd7A($;oXsSTsiDn`Fz^t9s%uhKox- z^$>5U7g`lvmZ@Fvj|w#NpI6v)Kcq@27)CetpA`GAFmnAyVp4w1^q&$LrufX)7(pE$ zkTj2Jz`f5fO>9Cb6?(vugq#;F-gi2_{#G+M!QiyIac@(IeiN|*b?z!%ZFqrWB<9Bu zC{$t5Tnz-Svi(wsX17Ay^V+YTM=}7uhI@nC^}1|5nRl_n;BUoNCT)Gm-^peOX2vUG zKg$D8rrBTG#zx83z?ac$?ug^(uCmnPl^PqQytF z&RAC?kTFbTq8xHJ;A$jD(xgCT&esTw$i*-957rZ<=DXmW^EY6s=yG_hi5DuT@DW(Siie&wQ{ zpCC*~{uCiSiQm3@CFk!i4fn!W z14%H79(lUpC z5?+94MWU<*lRQGvEl00E>?^gzzrrs{Di^}MUT3f(fYn5P2qZzwh)7=Ed;OrqjFCt5 zYv3o$bLB3GO@nwG6R#{?UaE6~AuT;KLmXZ#kt}$+lp)b*jDUAJhw@wUCGWk=$N6Kb zznJi`d?YGR9V2v!*(Z9R%J~+`n@^+?f1qZ-^Dt!xu3dcoYw-{QEsB{e9qgv3MuxEdzpZTgH7Yr5Qn&u67d`(5ydwg>rN)Q=e*GrFbh z)H!d}mh+3HtSqx?q-QD3#oxlv&B-p^d329)eirLbDo$s0XMfQcZ}KZTrV`E1#7>pw zLw3lOpO_4IEZg5;Ym{f9x4-Rj_8wnUI!lg=Zg;O_{=AZwU1b0A&~w-8 zUy@oINW34E!F>vpw7#&}^@IfSf0_55vN>&k;-ae6CEl8lH4(et`iHBHxL~6LUn=k# zQ_BGyeEyb0i1(T>z%gy0X|QyelZ5@z#b1(h6$M29o)FLNk5HoTTNOQ}(vq@w?ohM- z+aq9A@FKt9Q;(g+=taq2t0(b(%Tia)n~zKVq&)w6OM_Q<{N3O2<3lO-=ZfA{vr-E9 z$Ul2mxz%sGvXVu~q8LZ#it+`kBCYDPTA9Kh>8NKsi~## zncV~GFZLHN!fmqrPU~B50YnZc#Y6zib$(DyOKWdTs-}#FtQ39tY6*G%GypQxBdtg= z%pH)S1bzR~QMz8ZZdf!j7F9(Z_yBo3puQV!sgk*dDbaJW7}uyA$?O+}vJ~d7es_WG zce`9((|?L#ExF`H^epa^WHPwpAjlWmCfWYnaPbNUgliw?Z*q~FPyS9EO7RxiI|eEH zZ+q(cUBaWV9<`FCU1sZk*e}Q~49uec@TWW7enOyyeSQTUA)NEh9zx9)5Zr}$P;T&p zLw4z)GH!ye+kcaEXvnyUDU{n8RK{#=OlO|UurlC;v1Rp6ie}YeCP!$~QI#v7r}kDq zOwOGDu&SnhDcsq5q4|?w+Z^}Q54(;L0W~InGwmTcOJT?l_VsBh=;Q~eF8C?Y_ zn=8$N;b_mvOa>;TT-6#2&9wtSYAgFOT&}+h5Pt%=`YBeX6Vaxw! z?d$*rmq8t!Yw1(DlVtU?v<8FgzqU%&e9fp}sVqCg&Eg!f+^Gf`KR@wg__nP3p7wX) z3_K*!DdZuTZEvi(bb|;}?m^7-U`BqPn-|$@`HB?dHxHecaB{OAf?pFt+F+*q55e zZ*fswT|HI!_t|gA~oi&X@D!3GFKDVH(|H{q{dO3NY^$ptxrS zusBK+-`Kf1qY*Gh62QCfG-59Ob}D-7uMP*{hI?9yDN_5ly@ug4=~7=_D3i0FSX*nJ z2-I+Tt@&mYowLK79GDBu_%kvL{iI5-zLTK^?Y8do?ALalLcMFbVxBHlNoQLqNolXf zSh>sN9ki=0(D*W&XyQr4ymow0r$csX`kqK%lXIr}qo~!?-2=|r5Mj9EQW|MI6=As_ zw;|MkZZ>H+&Px4X2@$OsUF>&OM}A-7J`&7F6tttCFkW!eu|Zqf%cr4Rq95$nmcqQ( za-*LCZaOg=H04tM8}WzqV`n9ES22|tr|J-~1(Kf&$>c!)k+PGj-Gg(+d))w3CsN_? z22c0&ZZZe=GrHIN)ja4#gxAElM>;i+5#*A6@tSZFr{kN2*)H$kR~J)8ffq)2j^Or*=W%8Ry=`s(AF!K|Ugx1-SwggV5tncTz}cCxOt?9zlGq zn@;(rrtPNsU^b3oF6oak6evjfYv8QFLwA!Dv6u;|gu~d{$qI7ag#w5CQf8ivueQv?q?9*vba4_>hg%`@Zx0x@ttnh6KC@?j5|npK zVD?8V1sX;0wj>y^ZnAj7e7ElyUrDKDHYe=Hm}9^^^xBvL@SG2wTKlniTwT)u=OkNr zFj=bW9y_%+k8D_Tq;C3KZte>GVr|h~M!0~kqhoJ}(l6;L?}2?!N7R{IVaBx-u3t1> z=Iwh};cJ5Uz*0W_emrolm@e(frPc$e9^#L(f$QL>XHrpS zKIHG$;k_k_DyT6VYqtSag@E+*A6587LzZ_uivOzyX=qvtPP zEZe{FmN#p4fCO?5j%Ob%BaWf=1x zl9hc>s{b7!EZZiN)t`I!RJQX~Ogw$-(pp;jb?N8%(BeBjOF z${g=b97NzZ1t9uxua+i;o&}R5P6+vIcg?gT<9893kFZWYuH};cr2|{dwyEF>5*tyuhU`{QCBv!_E)c}n2Bro*>SW=Csq*A8)9hW-P?HD}>}_~nf}^cQ5ft*147yq8fKkG}Wi}ct)fEkXd9IP+hMyT@ z&PKddki^v+;x{i@A}e*82|06%dcYjcIbg zu-7}d-z#0Rr?`O23l4)(r%RA@#j5nWLM_(+CUvzGG*T$&N zrpz}?g>ky**aIj}wW6Ho9cj`Z3q-l&vIl~1`>bB(6=`U3G9l{X*Y^O34aZCnTnnXs z^>)ZRD@|!Ti}E!vd&HHW{uIti#5P$I#P(Qq^pGL{af1!DSGAkm;(t;a{S20V_YCxS zNFa@ldAS3{AeIll5fwgIjn@`% zTh|ByQOm2T5dd(O5p=gk^5pLuKL*X?w(VBU?;`w`eUB)3jQVOJ$j>8k)+18bISZdh zz8)SY&tQ-;#9#wD6G{IA{vJFyI0(lp6*mHq+u*fD)YxHZ>*HzuQ^PsYlsy&oJAXl0 zoek7&Q=;Cj!z$msh$q<5g6(&TA4YqdpjVnk2u^o~TTyi-Z(KB+BWODqbts10`(9X9 zY*k-Y6|bE$5j&e%tg;q<+PvxC3*@u3|++d03zs z3fmpeC{ycZ8sE2PF(=qr{Vvh1o~a)MSsgBrbWfMbz*m|OI}$1f(-f8&^){|AOxjad z%r{|YX+n%e0?ib9+U=ff2$H+#oC@@@O9;{oZGCt`x!H9leep2LrJeMSx`Ur^&pl@UA_Ct&QU zuh_JqZWZSgoJU40JF0TSs0R(#*E^*t)ALPJcdC!Z_rwtGx4W*067Z;O+ zsumR$p#WS1BgtP~d$v4{~UZu6O|%4d;=+kppj_+r# zWecwETh-HjudNL#(}%HV)2jg^K-kpC(2$1pP)d8Eo^ihgOv=;fXraXq4D8;fks*=D z>$^;Nr`WhTO@-0#IHl3mOG^8Zgv#SRnn-}@Q*PRRPdSQ8&d*QE4Lt%3I)OfL(Qnbp z!UCmoluIqW0*@d>@QuHbDIV&g?RKAi_yA?g=+0K~UDlml_nfe)hPlrX-35xWebi;U z&=q5m?%#Pq)KqJFmr`n95CEDh=pqy5T4zYdq}aejVg^7^-(GGIRfQ@wa&~L!lx9{UXuCC=GwM|az)tDM#IBD+NVUl z0nRCcgSTBcSVkSrsq!S&(c*bg%~4Il{gqMwfyj(EIIrX}SLv6F;@PM0t9O|Z~5I!9=W*s zvyQeAEK*4I!KS_$3t87ST)XIMKe-RQCSzW0^S@66YKWe%qb`u8SRP?;%~q4zBp#kR{2 z>C9`msL?Rt*`(f8wLc2CH2vI88cIA}0-ruuh-}iI)IQSCAMM!y96T_K$+q<0aja0bRhhm1Cu2)+hnmALC5fV~+ zONc?%ib?4ISadj=qdBz?)W&TZ-1ohGw+5cVq~MtWx6FjMb1%qkhzqiP#cvmUMJQnc zF&C?0xfz5YEsX~?)K{M$+zxe!+B{au9a)L`Jy|@2_;x?zY)29$Uug0`^n2 zpt9GE<1$*mZb^KK-j%^1ufB+R%ESB*#vZbEV#4Jd#M;6Hej#>T1L*G-siNmT!rQv!C`~Gy-?ytk} zgH~KpGlGk(z}3|LOhN4Ne5d!W#DmYqUE77ig(m;B6htlccsc8pvh?FGFNkJ9z{T@q zD=}Db9SX>tF?N4{Di}wphs4tco+9ZMnw)mN!^cL&h^-0Ib$fRid?=orS#{F!)Bvi+_hAQ}@`A{EV z6=J7W;(JDF>j5F0f}&L`C00!)Q?ilq8tZm8&U@YpVb@2mjDOvHGNzkuNIqH{joOm7 zQd~HHLQ+aa6~wqZTNC+HJ=s%+_9&Rrc*Es~JA8f~TL_T!1U^o22?z@EgMz39t%1Fb zvN?st?XU=(K?L;X{bfK?2(Du*Aw1VjhiV8Eaf7m6M~8%S`F_LGQ`Wjzbbgu~+U(Iw z?{(~*X3=27$IAqy)~P8LpR6}NA!UfOtYyd~>w=buC|c#0^){r!h6=#qaY!WFrYkH` zMR$-*@6N$VyWVlrd(Zj75s+Tz@^;I`+~;(liMCyS{?8h>i6>`Zp2N1S<9n0F8%E;L3a&_iF=oUQUHgI^d(#+j zZeJ}*^jY{gUIfEwr1ZiN>%O!aW25Fs#ax@ZW+?GFK0s(B(1?MUJP40uz3FHKyi;{d z+_at|U_}tmu5FF1g>V@+)gwsWIypG7Ff#`s9pNR2#a%_oo*%6WrpXZz1RNY3&p9|c zFxZLN*@1=TMv^Q2ox;MkfPj;aY+4L3lvuHU0QYVV^CEPnfX|i+S5s4S&V532&TG-n z*Zer+E#{hhEt>HU&5Zg`xM%)-i`&gMD<7&j9|>l+d@>L&3|yW*q$|?+LM@z6Xc9@i z*LW|7@M;$t_Tb~`ye%=$M4JUo{XA~SL~5Hu!BM{g)R4JJ?{*nq5WrUf&aDv-g5Sxc z*QK1RsQ0;kh}mO|W+&tf#~N6%k!C7JEp%t)UtV3_EZZ_wh6>@t5mrYsCXtXdcbd|uk< zP!C(Xi6jV&9Jx0bDHpz#FPeX#%q8G|$N=0hbrXmgi!3@n#hGVkx%Q< zq{oNN2HM}hnKHDFd|5Ng6stwVG>$jk1@P)pU5Sb*W{C}}|HwX^Yj|Izb+^1k^WX)> zViZ&!e?|16j~?DnPIdKqtcI+Aj4vpz43lT^)FH aXYvmDg&!-|A+XQ#otH{lily?VU;YnmoHY0V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/apps.rc b/themes/Mint-Y-Hibiscus/gtk-2.0/apps.rc new file mode 100644 index 0000000..8820077 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/gtk-2.0/apps.rc @@ -0,0 +1,45 @@ + +########### FILE MANAGERS ############## + +style "thunar-handle" { GtkPaned::handle-size = 2 } + +style "dark-sidebar" { + GtkTreeView::odd_row_color = @dark_sidebar_bg + GtkTreeView::even_row_color = @dark_sidebar_bg + + + base[NORMAL] = @dark_sidebar_bg + base[INSENSITIVE] = @dark_sidebar_bg + + text[NORMAL] = "#C3C3C3" + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color +} + +style "thunar-frame" { + xthickness = 0 + ythickness = 0 +} + +# Thunar +widget_class "*ThunarWindow*." style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*." style "thunar-handle" + +# Caja +widget_class "*CajaSidePane*" style "dark-sidebar" + + + +####### TERMINAL ################ + +style "terminal_screen" +{ + text[NORMAL] = "#ffffff" + base[NORMAL] = "#3f3f3f" + + TerminalScreen::background-darkness = 0.9 +} + +widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen" diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-down-insens.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-down-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..3c82734ccecd0d46e1c7d6f772a939e3059f65db GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprS}m7sn8e z=;V&I-QQ9gnj^m7uxfj;;>NrP^$v#~=N$hM9%qeWAFr75Ev(GWdkSO9bKID@1N5fo z>X|RoR%7V+Tzqq(no7YD5yq_{EuRjYVOja4{~X8D_6>}AzGB_}8(vugEn)C<^>bP0 Hl+XkK$zewG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-down-prelight.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-down-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb9bd94e0d18ed91c0451a57a74266f6342080e GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Rlb*Djx8V882Y>n~X~?aQC{D;qezOk=otS~6|Zx185MuTMU9;DRvslJBMk4I;(g zW#0e1Y`yWh|M``EaVt1w|JXinjLIwRK6r+u$?oO6y>pEO%ozT}soERg&w2~Ag~8L+ K&t;ucLK6T`L{Jd` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-down-small-insens.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-down-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..8783904837669f08cc0a31ab41280df545c0e2dd GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdt@X7sn8e z=;VY0Y)P+^OcmEie7#|1pnOVunW+<(hJxg6p~t)vQ+oQk)^<Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;VY0Y*q8VRXIk!vps*H=iat?{;_O4Ja?;X<*Tg^IQ^Hbp7zD&t=aq98+(^Ea<1Ci txcGU-`TO%8*UmZdtnh(SUJ_MS|;OXk;vd$@?2>{zUN6i2L literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-down-small.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-down-small.png new file mode 100644 index 0000000000000000000000000000000000000000..0bf1768135edfeb9f295e277ab3c24f450db70de GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynTE)5S4_ zV`gukA=e=X5tsXQ#Z$I8DX4D{@|JGRFo0Ink!%Im}WSd< Vsk_eNV4wpTJYD@<);T3K0RU!KYF_{V literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-down.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-down.png new file mode 100644 index 0000000000000000000000000000000000000000..f57c15e5b5e341064a895700d786e0e817c57819 GIT binary patch literal 308 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=r)5S4_ zV`l7`g?vo`5^WFP+Z#z3OYGrU9@L?>>Z{7RM7FezQa9F|OV}R7(^AYRCbIs3!&k13 zb4S?ziQSl!U-ykKL?rz4&6JpFPeto9*M1K^Z_oY6D*c%X&*3NH8cVmG*|XR`mg9P9 zID?)`$%Ux()&h(cLV<~qVLo@uPMoo1m_O6sWeekn4Y}4Hm%sS_jq|cBl6lT|fcZnt x?Xrofk*o}h+>gzeE|A3e;F^i=1!jgHO#ab!Gxp@}lm$AT!PC{xWt~$(69DyLZ?pga literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-left-insens.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-left-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..27104c666092dc737b56d5b2aedc2306911f5052 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt&OrE{-7_ z(a8x6%>mDDblkAwn5=82yG{KXx5_EW$-=jVAM>WDeRLB)Ug8?nG}R@Y!Ik-d4_g~U z~}U&Kt(a0E{-7_ zvdIYy&1~D=wc4IPa3=5Fy}7pkt8X>VDLXiCF_2~5a7M3lUbk(1)#Za;Ro|Fg)thGW z@a)}m_j*-bxw_NNS|{7%RsX(Daojm~kHXQrz5(x4zReT0Jh*rdD+Fui3O>8`93hyF>reti+r#g_mDK{Qc2qX=G~Kk`5^zvD#gn5&r)kn%ZjNsZu~u80mF_Nao-VgQ zoP%+_U`)%0!|z2tO5acadF1XR3psYj4^MmcUl7==Q(bUQwsGl_y$q97W=bU2HL5>Y zyYBT{jq{&ZZvDnT!!s&0^ebb+nyu^!@8(p?KVq;fn6$<7@)n5$*|)#Rv_0JZyi$MC zwLp>BS<8Oz->cR2Xyg0e@()5Uy<=lYjr~}U&Kt&;*E{-7_ z(a9ZayL&lO(;6Bg*58dW_}BH<$E=nHQHS z%w%AkAUAu)yBkdbauce`Cp5*Bb-eoZVg{R7haZF5J+Zc!gHx9Q&1dj*^>bP0l+XkK DOIt<` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-right-prelight.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-right-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..ab6c74c66fb0c2068c57c64ea83467a6d00d735e GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!2%?APo63Uq?n4GJVQ7*Lf^Q71UU;lB8!2l zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-XRE{-7_ z(aA3=ukGE?*vrUNb*uW{_jhlewH56?UH$LtoL7R4Cy#yq^KRcYP3EWH{NDV$zgc{d zfuPD|ZSJIJU;n(dH1-rZlEb9=;z?^p-Nnr{Le?(o3=_On9r+sX{svmW;OXk;vd$@? F2>@9UPZt0H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-right.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-right.png new file mode 100644 index 0000000000000000000000000000000000000000..cf97804f087153224799ef63c023fe7716ec35a9 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^Y(UJ(!3-qTT-L4!Qq09po*^6@9Je3(KLE)UctjQh zm0t&8MkkHg6+l7B64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1S-0(?ST zfplnSXl`z9Y;0^&Qc`4OWMX1sbaZq?LX+T+?cJk_1FLTLgg9>XRBF1mzx;atZdeG@5z5PbKmCFlN*nTdi}BA W%*4cF_Nx`Box#)9&t;ucLK6Ueo@&tm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-up-insens.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-up-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..1be55d33d9e2f52417c3bc08a7e578f2519f9992 GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprUY37sn8e z=;Q>3=74`MdIIV=q?Hax28-Mlj(vEXTR5TnbnnY9PKHN+V#+3PJ)1FQ$GZ$}wzi7L zJKo*sVH0b6vEs(O2=$IO3HAlwB-&>DiqLOax$&LhR)#5?#cC#-_$&ij!QkoY=d#Wz Gp$P!6b4hUk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-up-prelight.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-up-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..8dd78cc1107853897ca9b1ce1d5cb13b94174cfb GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXprR;G7sn8e z=;Q>3W{a0I_FgpN;h3NxP^|c@{>)mB!W9lWHjG{ zn{7%L>!sg977|I*j{NCg*RY~rlQAp)oWN(LZL*13KEY>%8T=Q?o7;rVnGUpt!PC{x JWt~$(698|ENR9vi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-up-small-insens.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-up-small-insens.png new file mode 100644 index 0000000000000000000000000000000000000000..7b5eb9edfd2834e817c1af920ad01319db5afd16 GIT binary patch literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdv3%7sn8e z=;Q>3=7@JIS_0(QSTYhiy}I-IJo6J8I}O}g-KM&qI5y>o%fED%?jt*nT{-4qWZ=@} se)ZTc=ay5CuPB^a9J2Vd#0Ex&SN8lbT`mVr2b#*@>FVdQ&MBb@0MtuE4gdfE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-up-small-prelight.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-up-small-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0436d3245b0cf77e8fc67360b19c53d14c60cf97 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!2%?ApR4f$QcT58o*^6@p>Nzkf}8~&k;OpO z*Fl)kNn>^eP*AeOHKHUqKdq!Zu_%?Hyu4g5GcUV1Ik6yBFTW^#_B$IXpdvp{7sn8e z=;Q>3X3s@?t<^h>6&#q|&tIIk-&XyX#X_e4lGW3`*t|7+UwdQkvPMpwE4QzGUU|Bq xaiRbA=gI!!5i6cot`~Qy?XNyB%$CEz&>k)|>HPJp&w(a0c)I$ztaD0e0sut#Mk@dS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-up-small.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-up-small.png new file mode 100644 index 0000000000000000000000000000000000000000..511056f0a7db868ef612e4644304e24dc75d46a5 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ynS_)5S4_ zV`gv9THYo@5!d(G&Ron21#24FSr3Z32w%zza*kkPf194jE5f-+*uc47?iF*>qZN~9 zPxk(C$kP0r<^1fmyVt#*_gAlK<2AnGbK(renomQsZGZKym{P=Ikh}IQgU^&8_4j)# z+>gz$Z79vol}z4a_?hc~($bP2Hl2;B&vJV{@-Zm3unXpTX!X`tGCCy~PhNeD=OWN; N44$rjF6*2UngCe6UH1S0 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-up.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/arrow-up.png new file mode 100644 index 0000000000000000000000000000000000000000..f05766b76126161c3c5fe61303a55eb224c42e63 GIT binary patch literal 314 zcmeAS@N?(olHy`uVBq!ia0vp^oIuRR!3HD+k8e2&q*#ibJVQ8upoSx*1Eiq9BeEE% z{yGRVI%&+V018T$xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1yr=%)5S4_ zV`gaoLasvr5^nqJ%Z(gaW*^*Uk>a^Q@(X7VxAgT^X`Qm&8xk(MU#LzzsHCJ8|7c&+ z`Gi|f|1CTC=hDN1Q|>R;XmoXc|MzIl9jKlXe_NdQ^RbazG$ssn!AfM!{%j~?}AS4^O*F6E8*;!>a|}v z8P;qy^S!LkaP&;!0mm&$i%v-dm-=U{?RP0j=n}K9S?Xjp>&~vgcyqV(DCY(S>!2Ka=y z0_m+=w{G9QecQHeKoSBD95`?Y3@%-|1QdagmoH!Dd7h{R)WBO3gcyqV(DCY(S=}1o(uw z0_k(-&Yg#W3l}Z`xlf-yg$Vrn_wWDz|Hs{rPY2ml666=mAg{1%_ny5Eejc@4I}<2q z>gnPbA`zaP&^3dTS(k|?Cv^H^pW9I9BMc(6;vi;bs8?t?&% b7z4wi{u5Uo6jbT}4Pfwe^>bP0l+XkK*PdN< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/button-insensitive.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1a6660f5a0640b5ef8f8f05eb55598ff70779158 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}2l#}z z0_l7A?%ltC{}C8G27|ZnKma20>-X>9fBrmCl|BMg%2g8N7tA29uxt08y$>GzWGR(P z0E(JgcyqV(DCY(S=}1o(uw z0_k(-&Yg#W3l}Z`xlf)vfe8Hm^XJdszX|b^l|eR@1o;Is$SdsHy=U)(pGPg%&IAgY zdb&7-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkZu!pXco3>6L4x3aBLND>XP#AQS_Uj7BWdAY>H0!RQ>3whOyI)W2c+OuL!GH8{hEg z=*8z3ZoaocXjEl`uzX@%rt?;U$uO;kv3npZ;3a2wk70k-J0`!Y*`b3R`1n0 dzH8eb=D(?|iw>SmGXvVi;OXk;vd$@?2>^Rvle_=` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/checkbox-checked.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..7d55a2e2eb3c06b7e1e4c97786e99925b8a3b1d1 GIT binary patch literal 363 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkZu)pY7=y91tI|;a)O`^F}E&B&n_viZW*6m1^+%p|4Eu*(~M%Lo5atyPMK?;KG!~D zd2so<#HRZP&pkMN;o;GX&(Gg{aq-r>yHDQVd;00=t4~i~e|q-%@2}tg{`~#_|Np;q zV^N@G>?J{d!3>^W-j5zXi8f!e0w|Q|>Eak75uSVAldnO6$05*V1DDph&n(~Vm#8Q- zKDhr?)t7PM3KM4Wqf#0bg1iDxn5CT(Hp|#Quyin7862_V-PSFe8TYNuHQXG#l7Fe* t!}ynSH`~%@%Q+SNwUw=Qn)KtdK7Sqix}$dM%7B(Jc)I$ztaD0e0su)Jj2Hj_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..c1e1b6d89ba3e2070eb6be58334c194ef993c186 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF+v3bT01u+ec#^3b>VsaB6?Br%+Uvd7yC)SJM kY6b@H86&Hr7~gR*SXufne7Ew&CZJ{pPgg&ebxsLQ0OLMnVE_OC literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..a98d3d3938a1012658e2e85f9730e949eac15b90 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4F0iaG+cJgYUL}Q2fGVD+~dEtd2aFY)NM|yH^pw? zu48#0bSkB_>O1S-sjewLns?1~>=>r={{33RSd-xM{BzJdkdGNWUHx3vIVCg!0Bj^) AOaK4? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-button-active-rtl.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-button-active-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..47b91b76b7fcf51df43687e0fdb7244f2651b7ec GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!Hk~ty{MvfkTH50eP1$T>_GqFJGQ~Sf>+YO-YbnFoV3p?mc@C{QP79?WMTWJ$1+>^m`qwuiv1>qpK~wD$f+^>wwuj-J#Xf5pe6=S LS3j3^P6gcyqV(DCY@~pS zGe99tPZ!4!3CU!Q_9i1|wzg9<1q_rW4$iyTc4VHN&rOfIIS-EgcyqV(DCY@~pSR04cL zT!Hkxd-v|&zyIjbqsL(I?%g{e8wfss`SR=c@85s^h)Dn@W4pHIZh%2!W36e^S;k~OW3x^2krV!$%i!Y|W>|Z7 W*~_&5J~x1x7(8A5T-G@yGywoAO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-button-insensitive.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-button-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cbc15c9f6b51690674b2a0d643e4f47b0c3174a7 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS6a#!h zT!Hkxd-ooJ!P|Er0AYXr_T$&@-@pI-DKVeH0#w9a666=mAirz(g9krZWM7>D3Tb+} zIEF|_CTp}e89B4HtqT>{U?g!c&Xl)vZ_SKN6aVbE)Y-@=r`E;8VE=mBi@Kx~AD|`% MPgg&ebxsLQ0QRO>c>n+a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-button-rtl.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-button-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..e654a6bb0e2f4971144dfa28c0953b517d1f1697 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSR04cL zT!HktbLY;3!G#MKfb1tvogcyqV(DCY@~pS zArg|w9?eZ5&TMU`W(pV_mOMD`X4jEgGH=a)5zf*p-bThT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkaez;V zE0Atr2;Et-Xn)q!^(k!|lUugs_iZcapQIJmD&W*1<~GkUbDmS?eCMoN+mGGaaqQo} ze~Xkpp9fi7666=mz{bs!nNwWyTWGqJKTy!z)5S4FBlzt_Lna0Vj>8A0Ejsbv{te%n zytF;0K2tm-wVOWO6}_?e)=ZI~UzcjB^_t!(Vf|exsV}^ZQRwQmkZzz644$rjF6*2U FngDV?T_ykk literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-focus-notebook.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-focus-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..bc1e57ce07908ac79dec0bf31fd11fa7afb294d8 GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS3<7*Y zT!C~0L+IwTnH$sEHl(y}FYKG76*fsbyj8%dL(FZiL&iME%y~|kH@6+Vwf)$?fB#Ci zp56u2!%-6C7tFxMm6=`m`*-VJ12>?Uj;D)bh(vhukKLP@xuhi4NgEwF7{oF;QAlWa rV#nr*e>aJC)}9qS_^(_@PK{xjiRA3nHE-2{`WQT2{an^LB{Ts5*1c8R literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-focus-rtl.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-focus-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..fa4c9aca4b85bee0c05c9e1879e81387db98834c GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!3-po!riKX6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkaez;V zE0Atr2;Et-Xn)q!HHpn@;uEalo5&ZU|ArpfF$KeCh7M=KS|Auc( zUfLd0pD7-a+D)JCir!d!Yo^H0uS>PmdQIP);)EC~yD0KB&NH@?322WQ%mvv4F FO#uGLTpIuY literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-focus.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-focus.png new file mode 100644 index 0000000000000000000000000000000000000000..aeebdfb0778287aed3bec2645469def7130e092a GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!3-po!riKX6mzkYX9x!e$L)vy4}e_G0*}aI zpz`Y=%;=;sy8hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkaez;V zE0Atr2;H1Eb4_C7n)t>|IbB=xdnRgzPSgr(6>#bhbDM3KHpf1Fjzjw8jR&r5I{5Y5 z_t%t02H1o;IsuyJK(7Z(2h-TjsM7EsW_)5S4F<9xEfgU1gaxv=xp$eiink!YAb zm67{F(jm1|Ck?c`yaV4XJa@RwcS`?UR_`3H51*5c*)Z$~WSV{B)A<~r84RATelF{r G5}E+E3SNx> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..1744bbe8887c6e6a4bdc3448f8c9c4d3fc9b9ddd GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zT%SID`t14hmoHzwdiCn-*RS8cef#zM_wPS{{{8zmbH}b4pfYt&7sn8ZsmTcqjF;Kk ziX;kn95#512)rq3dw5tc`M^8(1@|91Y-MEF`zV8_Aw{VisD;7P)z4*}Q$iB}-Dprn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-notebook.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b39eeb781f19eefa4f969f3542dac495cc6e22 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zT%SID`t14hmoHzwdiCn-*RS8cef$3X`|m%0{{8#+=(R-8RG6$v_PZp00i_>zopr01p{XJOBUy literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-insensitive-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..eb794b50b874743b10672781427a5f88f1f35b57 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSqyv0H zTpvAp^!V}Pr_Vs({f7@^Jo2{dG1>Te~vg~e7%-B5fZ_^X^3HK)+VqthCS2k5-)%`A@Mg~t;KbLh*2~7Z7 C`cZ!X literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-insensitive.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..1e905a7c5dbbf7c6c4d47ef42dc5a9ce063b142c GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSGLLdn_AC50lsNg`Baw-Lv#xa$)68GnftnaRUHx3vIVCg!0Q);s AegFUf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-notebook-rtl.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/combo-entry-notebook-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..9f877d8b42dcc6c721c16cfe0630fcebb0c5a3fc GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^qChOc!VDyzFJD~^q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSbOU@s zT!Hk}t5;vVc=77htNTyhJ$U-=(ew9@o`1M<>*e`t&n{ele)HbzoA+OT`1JkXzkk`g zHq8K8SrX(I%)rLYlbKUo@>^)Sls{0=*we)^L?S$S1}E$0Z*~a{jBfqh1!l~*8Chm$ xGB%wxNX*zgbK;*veIJyQkFc^;%$QTlz)<;KM)_RNgcyqV(DCY@~pSR04cL zT!Hk}t5=^rdv^c+{Ra;oJbLu#%9ShU&!4|=;ljgcyqV(DCY@~pSv;urW zT!Hk}t5;vVc=77htGjpa-nnz<9uPcuaQX7(^XJcBxNzb6_3N)*zyA8|J43}0S&)4t zL4LsuY}`DVImIQvg{DjS0|gB|T^vIs!jorkvTptslhDBE*3VpE#(bNNWp*ZG(^-SW qjLkDA{yEh5K{@#dBij-KMh2JZ(i;gcyqV(DCY@~pS)B}7% zT!Hk}t5=^rdv+TP?%ut7|Ni~UmoJ|`fBwRS3)in-fA#wH*Kgk=mCPpqm2#8>`2{nu zab;!~7XEg*=+F)n)ADq243P*=w%EIgnM+Dyo3zn^gF!5l6NQ9!Cw6R}_;(Xe=ia-5 d2i>@Y85HMB?66P!tqs)0;OXk;vd$@?2>_5%S^NM1 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/down-background-disable-rtl.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/down-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..ed124203a5eac056a46b5ca85d0e663862eb84de GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsDr=})bO#|opH!GZiMF0Kz{{Me)6PKi(>E&uRL0M|F6BV1NC8 nzkmP#|DQAc{QT}mK^zQgTe~DWM4fw;@2< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/down-background-disable.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/down-background-disable.png new file mode 100644 index 0000000000000000000000000000000000000000..87956d2b4089c5aafeed072b57f11fa1a7a543d2 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TsD?kJH}vvr91X}t2NKx5k1ZP8v_mt~E!-KWm`_ro?#?Euq@ o(5?<{35MET`|q;yc&Z;@TbU-+GD|OECD23$Pgg&ebxsLQ0CG(}egFUf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/down-background-rtl.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/down-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..370259f4e1a43a012730aa0b2e6f7ec199964814 GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TnrUx;TbN zOnrOGP_)5-$MxcO$t-4djibEPixvjkY+zxYqsCPAoV#In`qKrO$HQujH}_4N*D+(Y k4ui3^>fHmZJ^Oz!vep{OxrXNX0!?G^boFyt=akR{0O6K8bN~PV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/down-background.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/down-background.png new file mode 100644 index 0000000000000000000000000000000000000000..0f40ef0e6ff14ff50c01af9bfd22792edeed5d11 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TtPJx;TbN zOnrN5H*bT10ILCaYUs1QS6;5z$#WZn1z+#2 fe|N}Z(_zk6re=ly0cv$Xa~M2b{an^LB{Ts5V)Q+w literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/entry-border-active-bg-solid.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/entry-border-active-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..6cc5a377301df7c69fcd6a9a35e1c6854301667a GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6HXu_i1AIbU zTLqjt#M~z9L`>F=oNbpj$3A_IL;76DjLRDjT-kK+%I1T2_ME!2_w=28XYTGl^Yz>J zKRTEz$=X;^XP!7@~3h?Ic5{0}32R_@Z^9v=9B4zs=53-JW)KhC?f- z^pQmql4s@L2$nkcQgLyUPMBMR`h)QJkjPW64{8`Rm2W-Mlf9K?a{KC6){uLusnc7J Rsshbr@O1TaS?83{1OV`XY}Nn( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/entry-border-active-bg.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..67193d437b5ab1da8c3e16282ea869673ce5b452 GIT binary patch literal 307 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6HXu{&1AIbU zf%N`{RVNyjY%1v8Qq;e>pnp?7kTGFvLGMJ((1}`MtpZLRVs5kT(&pHw&v8hf>zHwQ zfJSha1o;Is@bHzCl$DoP{{B66@1IpbVSi5-#}JM4Z!c|R zY*65Fx!Ap^qqEWB+x)AH9D7^$*FKfK6H?)IMW#&skcjNk$2SGb!Z?n)Fdb9+_p*D- stRmrzF3s?WlNWQ>89mtRmY#h$-pYjKXOz<&bD+@-p00i_>zopr0ESR>Qvd(} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/entry-border-bg-solid.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/entry-border-bg-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..16d1f6420f104ed9e051b9a203169ff6d6ba2e02 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zogcyqV(DCY(S>!2Ka=y z0_j(;UcG($_RhU~_Z~dBfB*hnAb$7|NL;>r`TY6w7cN}5e*OBZ*RQ{R`z}`WEDxxG zt0c%Tn1P3{q@=98yz)2iod{8&sI8}qV~9j}az%BOD9@Xn#|th`WMp%BZX}cD&>+*+ z>tU1G#_D0SF7br(x3y-61y$mB51)0ia8J@>_Tpe-DDPL5W{Ey14m60t)78&qol`;+ E0Hca#V*mgE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/entry-border-disabled-bg.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..7d468a5c2d320c5ef24098143e3fc7940eed60b3 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S<;2l#}z zK6>=%@#Du&pFVx|?AiMdA3lHi^7Y&IU%!9<{_}^S!+bYTnUSZ9V~9j}vWH55*ne225%i264(k=;uM+Lh1MrZdzopr06mUQssI20 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/entry-border-fill.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/entry-border-fill.png new file mode 100644 index 0000000000000000000000000000000000000000..15f67464afbfc0e57a0bf88cf6652732d3b6c15f GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^tUxTm!3HFa)Xf(FDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0xGo-U3d s5>u1^{Qv*Ip3USyi=Kg&#T^#L|EF1W7S(TS2P$FkboFyt=akR{05H!gI{*Lx literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/focus-line.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/focus-line.png new file mode 100644 index 0000000000000000000000000000000000000000..c06f317b319dd6f97549c7755ff72d5655247f6e GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=mSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt)QPE{-7_ zGn4leJUk@DR??tX@$gWqsgJ}e2?>b}Tt-R8!VE5aJmto9D*u7189ZJ6T-G@yGywo4 C4=acO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/frame-gap-end.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/frame-gap-end.png new file mode 100644 index 0000000000000000000000000000000000000000..8d253648946d582949bf9f52bdd6ecd10556e423 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!2%@Xw6`;Y1d5$JLpV4>-?)JUISV`@i-D@I zgD|6$#_S59pk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MZBIajv*Yf f$vgi4-^I+pk;C*YFo1UsP=dkJ)z4*}Q$iB}PiG_H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/frame-gap-start.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/frame-gap-start.png new file mode 100644 index 0000000000000000000000000000000000000000..b575a6e0b430bd462cbbfb16e08289a613887f61 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-Y!2%@Xw6`;Y1d5$JLpV4>-?)JUISV`@i-D@I zgD|6$#_S59pk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#T$MZBIajv*Yf f$vfT^{I_RdyT|lRxsGQpP=dkJ)z4*}Q$iB}Q_v(b literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/frame.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/frame.png new file mode 100644 index 0000000000000000000000000000000000000000..82945e9d57bb06d56304fa15eb661364e8de829e GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2xGmzZ=C-xtZVlH;_4B_D5xc$)o0g%gC;1O92 zRDKbP0l+XkK DxZf|v literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/handle-h.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/handle-h.png new file mode 100644 index 0000000000000000000000000000000000000000..d93ba9e16478937a35dc17db7342cb61cbc1af7c GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^59gP2NC6c|dAc}; taLi0jP+&KhXJ7x%o*4)(H)tJWW|-Z}<)@Pxun4G%!PC{xWt~$(69D#lD1`t3 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/inline-toolbar.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/inline-toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..6094d5fbe6d8dc5a9c1bc7be0bcfb630a65a0e18 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H z*SmM`e)#ZVQzXx0popNSi(?2!bn=S-|N9dc7zi*hoOSVKwThGJ1WGb^y85}Sb4q9e E040epXaE2J literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/line-h.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/line-h.png new file mode 100644 index 0000000000000000000000000000000000000000..8320e2a623debca401925e540d1512acf006f1c4 GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-aSE{-7_ oGm{ezopr0K}3gSpWb4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/line-v.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/line-v.png new file mode 100644 index 0000000000000000000000000000000000000000..c13ee45c94378510c7830064c47c9715f83986fe GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRmSQK*5Dp-y;YjHK@;M7UB8!3Q zuY)k7lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt-aSE{-7_ nGn04J|NmFd1_Wws8Vn5P&zR@i-g49dDq!$*^>bP0l+XkKgT*DV literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-arrow-prelight.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-arrow-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef6a640fead0ab219d24110bfffddcc6e761174 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3-qX^pA1^Ddu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7vjCqE zS0Ei58yg)R4J2b?VjyfF11JI~AyP4Mi7~NBKtUiVUOP7ss8g^c$S;^7BP%bzu(+h6 zs;;4>zopr01sYLT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-arrow.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef6a640fead0ab219d24110bfffddcc6e761174 GIT binary patch literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!3-qX^pA1^Ddu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7vjCqE zS0Ei58yg)R4J2b?VjyfF11JI~AyP4Mi7~NBKtUiVUOP7ss8g^c$S;^7BP%bzu(+h6 zs;;4>zopr01sYLT>t<8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-checkbox-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cf64b81558581b506d1a4f68f89c34758388c2af GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*F&LPl#)q zutT%3U7LVYtAJxGh;;6h@a&QI>rwQZpd2tkC1`?L$Rv%hNm^mEZBphsWbAF2eRb{r zdwb73J9GWnxtlL9-+6ic-s_tW-rj!n_Rf?4fB*jf|9|KHZXcleG9^KN!5W%1wLLh% zIcxcOKy{&>E{-7_vaAO=nVJj)ST;1e1%8;OwCn%><(_S93wSdbB$yv`Fr4}8Sa4wH z^*WJv?^gpU#XYa8Uw@4hShlrptFC}gcCInUoO#>=3=`NI44s(`p7F2S!?M}mE$%ze O0tQc4KbLh*2~7ZJUWq9H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-checkbox-checked.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-checkbox-checked.png new file mode 100644 index 0000000000000000000000000000000000000000..f20cb34f593971f6b6ba82bda9d9fe04ca48916a GIT binary patch literal 327 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*F&LPl#)) zpi`TmV=E8|0Fe_E2|9O(x%J5UOwtUStP?RsFKU)W;zE!7rT!%wQd%!A-EnWu>b|JjF!&p$kT@%zWm|NsAAXs=xaG@q>`$S>H_%lpyeCkbC26M-VZ zo-U3d9MQ4oJcSw*1XvCRZWJjLzy9;Ty{$k);#{kI-BjN*B1tDgC#7+#>`XrQO8>4D z%d(@7{Jx5@gne~pV0w2&oq_R}d%m~G<9idQ{;JhH!>-S6$-1dgX8$3e@eH1>elF{r G5}E+q2Yh}2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ad9fd148843a62e081eb36165ca04efc01a192 GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4xHBpZ(Y^aoPR#ZI0f92^|CANoH4aybh;B8!1a zu7fb6lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt*x^J|V8> z&!4|=;ljm>7yp96@87?H+;iv70m=XW|IcXq@e!z!t0c%T*uc=JsJNuDsi)_5-;;Qt zsD`JDV+e z2Vq7hjoB4ILCF%=h?3y^w370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iisC(8978lF zzU|$}+u*=+gy$67lr;z3&M@pYxXJl9pV4Q6hrhqGl~l~_BK1r*vxEn8xg#c)?5fV> zytCKCibvv%PVvDrY7KVE_CFWa_j4mwcw4&UK?FxwC&n7>EiqD$ICm|B!N~j Nc)I$ztaD0e0sw{MNBRH& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-radio-checked-insensitive.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..d4783120c7e48daf9e9a15210b09789c8b2441f5 GIT binary patch literal 376 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*H4vPlzj! zZeVCw#Sq#q;LyzP*3IwM&hOI9@6;yX*uwAF#_!z1=iJWc+zLd3&Mg8!ai>K%idG@YzMQ1`@KmgmhKd2e6yClibaY^u+?c{(aRNO zVs??z*G=^+Qm-;p$gDiaXtPi1*R|q*_a@tOomF*g+j{i}&^887S3j3^P6mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*Hw>Plzj! zZeVbj$za?j=-49Y(kAHKBH+{};MmIV+{*6+LV_Sh8<-7L(<?OXF<5AG(mV@=+}dW%yFS#57^WtsN&Zj^d89ZJ6T-G@yGywp$ Cu#pM? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d04294941060fcbb0a95e0a527d21322510cc0 GIT binary patch literal 420 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uGBwbBK{D2g5v6E*A2M5RPhyD+MT+RZI$YP+9 z>mbbNq%pe!C@5Lt8c`CQpH@mmtT}V`<;yxP*G`sPlzj! z{{R2~`Sa&5Uc7kv^y#x;0AvG2E?l_q6%2m-`0?Pu10eJB=g&a${{8z8A3g+<*REZ= z4hBHRl`B`yojV8A0%QXX1hTJQz54g>UmzO-fFeLMA?&_iOtXO&tCs}%1v4-yC@KX8 z1xLqZWM*b%WoPH*6_!_2RoB!4K^+jZwsmxN_S|2&nIEVn&(p;*ghST!Ag9J| z{1IGwTh~q1G7CKMw|~W+eP&`Z{yO3liAI}r-}ND6>4Y6 zPw>2w?Y45!EAg2wx}1d~rYt+2yNB6C9*B>SvMXoksqYV&{&=x*MvjLnEB6ET{VxPe UpIve~3ACBP)78&qol`;+03L$PqW}N^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-radio-unchecked.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/menu-radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..1a297dd6afc7ddc41393339fdec415ad2df05dd3 GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4u6ByT*@`3|I*ik&<|I5oc5!lIL8@MUQTpt6Hc~)ETRdGHLnNk_ zPH^OFG7xax{UD?%Zjyi>Lj@P(%@@n|>#Z@=YjD`f&>A6r#mm6$;P%>?KaJ;4n0R?s zp5lUl%^j9cd~*!v-%l|z`L$4b<|moBoZhaVsjH&@EDnnU#UU8f(R-9Qu3yib8;(Sn17}lOl|X=ayb8dU$B6rF@)Y{XeUq@+@XK x@z^w@s|rv4#Q=GaS#w%e__T{Q6;6G~xypm%>lr`uI-vU*JYD@<);T3K0RZynb#(v$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/menubar.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..dbf51c1d17a5525bb9667316921064ed254ee53c GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H z*X!4>KY#vw<+tP~KoLPt7sn8e=;S}=4;(mRU?9Q5(D#$k*7je_LZBprr>mdKI;Vst E09{5gnE(I) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/menubar_button.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..2a72ea14665b31445ee26a84d5a583a5d45e0c94 GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ$P6U4SA1Irq?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@|R21^9%x swhA~+nsO}$$mRBQaSY**OlpinR(g8$%zH2dih1^v)|cB0TtlHvGWhQ`+ymZ$?Y OGI+ZBxvX-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_FfKQ0) zg$oxhUc7kj+`02G02Bdofh15MCMKr4yBo;(^5x6_|Nmo!Ey{ozxk`fkg4NXb?%RL* z%-Qe%tlPiu0E(J;x;Tb#L?;W(FMf8$gpuuj`TKi&Lla&w2fde)IM=v>x!~2;RaZT1 lI%GnY>blIAxG-fU4@0ShVP^DxZE>J}22WQ%mvv4FO#tf0XXXF^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/notebook-entry-border-active-bg.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/notebook-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..13994485292e2e29ad9abb9095274ce7118439ce GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3-oX$H;yMQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6HXu_i1AIbU zf%N`{RVNyj>@1zQqjd6)l1V#DCQi}{o1`7yD&W*1<~G+MW1eH?Jg3b0&RI9N9lf>v z*sUGM{{8#6q-k>t$oi5XzhDL)zLK)?%HO{qS(OU|1${hS978nDznx^rbU=aQNMBTU zfbOaP^0(PJs@v1f&N#4kbxwwP`&OqL3nr_-YnouSKtwx;L+D9(d`RRe=Zl{id$PBj iJ<4t8ZgP9`A6An!Eb6y4I^F`!W$<+Mb6Mw<&;$S>32qAj literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/notebook-entry-border-bg.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/notebook-entry-border-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..4a47fbfb1cdefd6ed4ecd8e9a58cbf6265d0716d GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}2l#}z z0_j(;UcG($_R*t9kHO%{lP6cMTseRK{Dlh_Zr;54;lqc2|Na^M&v^h;%25*J7tFxJ zS5j79`MWp0Tm&d)>FMGaA`zZ!v3CNL rr}D(Ut1jG~ZyO8xB21aRIG7mj9hDQ_vc@+SXb6L+tDnm{r-UW|gcyqV(DCY(S>U1^9%x zK7IQ1`Sa&5U%q_x>ebh8An^VB_g}w%|Nism-@kuX1g_l$sxm9m4I2R82BBRc`#gg+&lUE@fuN}ZU#?R KKbLh*2~7agA69Mv literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/notebook-gap-horiz.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/notebook-gap-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..e14fe4b2b1a25a662125f793ad49fb8a8bc2edf5 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^EI`b}!3HGjSJWnh1d5$JLpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TqdRx;Tb# n%uG%If*<^>JV4;Xlfl4nx`O@pCL@JBpb`d8S3j3^P6gTe~DWM4f D%mgqr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/null.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/null.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a1600a657945ee95d0c3a620dcb7689c949c9e GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^{22?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4V4lptcyp7EIZ%?p)78&qol`;+01F5sS^xk5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/plus.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/plus.png new file mode 100644 index 0000000000000000000000000000000000000000..fafcd101a550c387d91c5e55f0e6e940feb7c91e GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-t3?!qQvP6LtbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKQ0) zg$ozXqk@>2nC|ZGo}M0{@Ru)N{{R2K;_U86K=o`TL4LvIl~td={P^=Vdjn9!)YHW= zgd;jRV6J8Hvk*qM^>=rdzc)&l!Mmi)pCRbB;uSN4t+u+do!hI~UHH}rt@0O1;bLa^ YKU;mrCWHDLKm!;&UHx3vIVCg!0D#+F`Tzg` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/progressbar.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..1b8bcad63a8e7bfd70b402ec66d0f34f7655168b GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^96&6`!VDxIuXC~kQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ex&b~R zu0Xm|$f23nu}#>aRnVzb0FIoI*igZ1uNF-NYTzpg@(X5=QP)_xcHR07Z{C0S_=$r# z{W4I-%+tj&ghMtt<=v-GDO+wG+R(aDzwx2AcA%hqtnGyGksIL)mm4&+@1Pgg&ebxsLQ0PRLsng9R* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/progressbar_v.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..4f214566e433a34bceea5fea4086226669390e29 GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^azM<%!VDy3CI*QEDdu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7-2k5u zS0LRf_& literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/radio-checked-insensitive.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/radio-checked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..105241569602c393e3e0fd90f3711d13d8aa8046 GIT binary patch literal 376 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkZurl=oGPT6?ASAaO@CpY!z^A<#TN1b7|&tZs&7u<#TEVas?b)1e{xeh~KG&-?@z+ z$Z&2EbZQlFS`kvQBCKL%Sk;FoFF!p4qSycb|39QzzY=J)Y)Oz`Far;-p1!_;ySs;n zr&nQ7aZ77!TXzo>oNfM@3sjip>Eak7aXGjDu26%3fSaeimsYpSz5kYnFGxJTbHlbK zqNR%G&4f=k3SOpP;52*|_p(RnrOk`^+RMsf9h)tZKkhkqWGcI2^20sbHHBHWD7p4* zF7Mp%>(bKiI(lODsw^C?#cB_Ht-ak-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkZ$9#ZQyZh<#ul4cW&W#YUOuq;dgEoaBdL*vYlFhTp$C&1u@XkijayGp_MDcsy;q> z_37!WPtRWe|Np;pY05&N(V`_me!&c)V&Wm8Vc|{9Ev@IyU%2@3)8{Y$UOK&)0#uOi z>Eak7A<25sk*`@nfZ;%*_|YTZ{{J_5=_vSuhoOO~^2syF?+%XE!h80&FR5kjxVC&k zI-|yXfj*W6W}&TTOx0FR5Kv_@V`T8T>cNwJAmFQPF;nc0c!poPYj1KT#0DEx@m^Rz jo#|rH_dVa47#i#^&et&8s_eZTXf=bUtDnm{r-UW|prC@_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..0efe47b3ab6a008871d2641466da270b048fe4ad GIT binary patch literal 386 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkiK~F;{N^nuU@@+_Uzen=gwWYZ~@48^XARVmoI?~AQve3_wV1|zkdVC|NsAAyLJtz z7^n*<1q49G`Sa(2;y@Cj0LW(GTDJ*kv}{R`UoZnV509R{yGLeLVPR1T&@r`j4UJ7L zt*vcsZ9R`27A^oPEb(-443Ut`Js8c`tRUiWFxXK}t81Fr(cS+`w<)&hr&la_Qxm&6 z)Fip+;lAeIJt2?fmUiua=D$?K*N1C^pH+IJs)x9kg7`}>wtdS>(%GIV#6~bYUiz6$ z;*#3gS#1BlZ1mhJH_J<1-i!0!+Dta%r#3Ui{p(6Ad4C=>eHH?=pTX1B&t;ucLK6V9 Cxvmue literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/radio-unchecked.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..c5f29df7491ac1898eb0ced3acb504c763201a65 GIT binary patch literal 404 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkUn$f%(-*tE?&F{B!S@k`STaR0LXs*`t_?9gP2NC6e81o(uw z0_g^Z&`AuQE&NWcf=(@hj;(^utpZM9!8@j+bmbkl8}DSWlp9Z2 ieT(<;+X9udf($_dhK}AxCdmQyGkCiCxvX9gP2NC6e81o(uw z0_p$%|KGlS`xO|x1_KBiPFk8>;RmYYE(!7rW?*A)@96A$^7PqriSIKf0)rU|DhY9xtmkbK{*icMCSKo`~&z@Q$e{U3tgt#yc4-<;D|M-{O7zwm{{qAVZLV Vp`-VaNpe8_44$rjF6*2Ung9fcV+#NP literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/slider-horiz-prelight.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/slider-horiz-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..0185f169ad3a9e9ee38c7d4912df5e1b9a0eff6d GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^G9We!Gm!LHDLfNMF&8^|hH!9j+9gP2NC6e81o(uw z0_m$)uin0W`wAFbx^(F>7{D1oUPj!b<3M%XB|(0{3~cP}9i3fIo<4gn@qOk*ps9gP2NC6e81o(uw z0_jz&R&Cq1ZTt4^JHTKk7(mz%(!}$@O`tmNk|4ie1~&Hgj?S(pPoF)P_&#$YP}s!N z#W93qW^%#;mKA63@v>SoH{N-3w_pS7iP+u;@0g0xm3Q23ypzFFZaiW2E#Aj(3slYu ZG6V@2I(i?OBnQ;b;OXk;vd$@?2>>%iT{r*$ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/slider-insensitive.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/slider-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..cecb83d6dd3231ceebd32fce140cc8a7f14dafcc GIT binary patch literal 408 zcmeAS@N?(olHy`uVBq!ia0vp^{2(|eoJ$w4}`Sa(mo;`c<;>9bVAP_u(P(Uf5^s{GAo;-Q{7>t0d zCr=*%!Q;musprohJbd`z!NU(9K7RNJ1fM>A{`~XTuitJ*;XAUwc+m#H0cV+f7|&wr`&_Cf)iX#NM74C@fVI z$-CcSkz3jtPv2jSF1=?eHcRbW$eZQFYyPgPb1$=vtF5cn#Gi^AR32WKZn5K;r}o`! b_6Ph5i$t65Z{BbX=mG{$S3j3^P6seBrJ3KUh2ObV(78p>sa4RiRlu=Lz^PThsYSpUOacW#+*SeS7N|Io z4O9jZ1c^grfh6MzmN!7tWlMtmf*F{Y6_u33BO;^r?A^Ejz`^S`Z@qv2`Sa)BfByXa z+hHAl5vVZ7)5S4_L)P~or%;oD0LuZ+7H>h0-G+Kr|Nk#z>{7aWVpXEhag`+#l{B)D)*AwXD$^yH0e;pFNcUAA068Z?)QSY#e1gb7B+-G&b%x& plYipwEmtgd-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkZxcIoy6eT!tc~7=+q+U*edAUD&Pc0&LBYnCpnilbAal&OM?7@8Q9p{J370bJbm_D z;`_{rKw*7P7sn8e=;VY03|Yp^2TQ)a(@m)Q`Ytx1>ifI9&0X{MR$I^LySG=;XLXr{ cQ33-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkpBPw|LxniUxC4EFo3Y(q@~#vexN$;k|4ie1~&Hgj?S(pPoF)P_&#$YP*~s7#W92< zIyvD0LzXe~!IE$9bQ7w+zKcz$`u^^2bJx7R)z&lm?(LQISzTsfl)%8Sq{7f~{=FsI PK&=d(u6{1-oD!M<)X-tG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/slider-vert-prelight.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/slider-vert-prelight.png new file mode 100644 index 0000000000000000000000000000000000000000..95e2df152d4745781590376df31ca0156687910f GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp@KrF+;3?x1LH41?gbFq_W2nPqp?T7vkfLzW3kH})6 zvg;ts=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkiL5L>h0UNZ{ECl3k+`DxB+A%gME*TRs+>>mjw9*GqAC@cXW0=dHU?R#P^vKfx`Np zE{-7_(a8x17_y9+50-p;r<+jq^<8X2)%SOIo4e-it+t-gcW-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^$fKP}k zkY2TF)wXThwr}6Q0}OV80fY@9O*|jm1ghgM3GxeOU}JCZ=dZ9Sv!-d;(c)nyh&2@DKNDhwUx T-&>*$)XL!L>gTe~DWM4fAiP`P literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/slider.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/slider.png new file mode 100644 index 0000000000000000000000000000000000000000..4c9d301203975346469723cd7918633ff2c19abf GIT binary patch literal 403 zcmeAS@N?(olHy`uVBq!ia0vp^{2CU%q?= z25;WHdHeS5&!0bk{rdIq-#?)F{r4Cdfi}sM1o;IsFfl7CDThZyM(x?VZ~uXV*Kgi> z|Nism-+%u6`8)B1Ni|Sixu=U`2#2ie!EPaE0|C|x(vPlcCAqfdP5S$P{+h%y^O}P% z@@~1f+;m6C=Tn;Q-_AV>xv02(u1>(2cAF;S7h!?>4xU)FgIzVS@ZdDpr}`S5UEFM9 zU#k~>T~x#SxU90}B*V0(J4{n8BA;76J5i@qXz1%Ny*Hcr0srE|A{G9pmKg$_z~JfX K=d#Wzp$PzIh{bdO literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/tab-bottom-active.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/tab-bottom-active.png new file mode 100644 index 0000000000000000000000000000000000000000..fe63df9ae83defd44c79c124388dfbee84066380 GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch>)j?V+cod@(Q33`{4v72L=ZBvJ|I#I@O*)Sq4v6KbLh*2~7aQ Cq%k`H literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/tab-left-active.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/tab-left-active.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b43face9ca1530d2ae0fd7c1757ef7c50a0026 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch_I)NV+codasor+FQ6!o7!wOamQSK>WRk*UpfrQ0tDnm{r-UW| D+-)$N literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/tab-right-active.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/tab-right-active.png new file mode 100644 index 0000000000000000000000000000000000000000..43eae963f2de1985ed7182efa5f258fde2d7dc3e GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYN%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0v)0X`wF zckkZ)|Ns9wC9ejch=`|)V+e)j?V+eoc5!lIL8@MUQTpt6HXu{&1AIbU zf%K}ZsoQcVEl+M(ncB26tz~&~z1BgcyqV(DCY(S=J1^9%x z0_m$)uin0W`{KommoHzwa^=dUOP7EoQ1HTq3+KP8gklNJ!~}F zSUqgkC7y8pwpQ%0m`a@K;ge1l?n!*iUK~seH%(M@!)Bcl02;*L>FVdQ&MBb@0J8C7 AHUIzs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..5f852a5632cff753bb23417becfae550aebd0839 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!VDzE)_nK|q?n7HJVQ7*IBq}me*oli7I;J! z1C?I~VMZs7*%d%R$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY(S=}1o(uw zUcP+!%9SfuuU@?d1lK{}#*G^{Z{B?S?%mH{zkdDx{rk_K#zJF1|G^E&G?+M}=$p-@sV(@hJb6Mw<&;$UIW?KIM literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/toolbar.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..714890a4dc6f9c4edc7dc68b548e2bafdd555b33 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5(yEr+qAXP8FD1G)j8!4b7wg8_H z*SmM`e)#ZVQzXx0popNSi(?2!bn>6`2M!!DFpywj==;fNYx^%|AyAUR)78&qol`;+ E06mc~+5i9m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/tree_header.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/tree_header.png new file mode 100644 index 0000000000000000000000000000000000000000..a6b8c93261410791e93e8513299c685bacc9b1a9 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^Ahrx6GmuOw-ctdjn2Vh}LpV4%Za?&Y0OWEOctjQh zm0t&8MkkHgAT^RDt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0TrhT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE0FFGbZHTAY8P;55p-%5aB3591d|{(9IfHocLS)DrzFTPm_bfnVdt*hd-i_%{8Ki2 zZ!l0?-_yl0L}F@k!UDyFb#~0mw?z&p$)pP?FzOs?RWSmReJVl>Vu@XC+&O{^mNqjM X2hT|5}cn_Ql40p%1~Zju9umYU7Va)kgAtols@~NjTBIkdVo)e zE08{O=FGWs=guR63l}b+i5Q2zk^w5^DGBlmW{{It*tu)>p1q$w|CG(%8w?cJ_jGX# zk(ipCus|_kogFjtZIJ^?GU);ej5>!}Rg8dSpNbHJSYlTjcaGqKrOk{5!aBt%k*4WD Otqh*7elF{r5}E+SD_BSX literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/trough-progressbar.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/trough-progressbar.png new file mode 100644 index 0000000000000000000000000000000000000000..c833b995a20558ec7d676759ea07e54fa063ac58 GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^AhrSvGmyNg{pB8zVlH;_4B_D5xc$)o0g%gC;1O92 zRDK3 kyWWg!Y+H@{0?L^g*6&W2IksFj0B90}r>mdKI;Vst03p+CV*mgE literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/trough-progressbar_v.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/trough-progressbar_v.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f2dcce3d33f20ec7cd3078902c6af4efce2e47 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^3P8-o!VDzUlO3l6Ddu7)&kzm{j@u9Y9{{(yEr+qAXP8FD1G)j8!4b7-2k5u zS0H^649=W6bN>AKbLY+hNnGIAjP8j*4SXd*e!&bf>KZH8u3Nw1&HE1@KXEXpUk1w9 zd%8G=aLi0jIKUwG{ocWYx0Tq~o|V3za6p@tt*=}|p`lSc^Z~=J18i(%A&l&7Y9h|@ lTm}X!<~o14Z;@oh&ETY-E~D^6={C?P22WQ%mvv4FO#t=GX!QU9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/trough-scrollbar-horiz.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/trough-scrollbar-horiz.png new file mode 100644 index 0000000000000000000000000000000000000000..e95ae2a07e792139921936c72ec44e19dd4c64c5 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^{22?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR42?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pSv;urW zT!D0lpi7H@Q@emei=b1hfK!`*BbWrSkgcyqV(DCY@~pSv;urW zT!HkNGiT17J9i!lT)1!nO#~>}vHZtZplaTdAirP+IeCShyLRu{`}xa{pAKL8(t#2N zo-U3d65+`S3cLp4s*VyePG3$O(*QD*LBVDRVG VC|@YZ@c^io!PC{xWt~$(69A=IVUPd- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/up-background-disable-rtl.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/up-background-disable-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..6e5c2ce4b17bedff2da141a0c75c99145b8b64a1 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Bx;TbN zOnrN5BX5HN59>waUtY u-AYB(84F&8^|hH!9j+9gP2NC6c|1o(uw z0_l7A?mc?+=-s<_KoSUk{r>&?&!69dJtaUn){-EgTe~DWM4f+;T?f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/assets/up-background-rtl.png b/themes/Mint-Y-Hibiscus/gtk-2.0/assets/up-background-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..3f6060603143a930d105b351f5bc913a26e627ea GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^AT|#N8<337)>#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tp?Bx;TbN zOnrN5BWHty0PDq{O5ukNr8ebeERVW8?F+AofyFhpIVqFW8_vY2$ZjiNV3@(Sq1Nrl ut?K+qZtvPAZR29}Iq&_YZT{a4Z#0gSc;uILpXq-h9ji|$mcBZh%5%G zzYfBTP8zc-fP#`Gt`Q}{`DrEPiAAXl<>lpinR(g8$%zH2dih1^v)|cB0Tl&$x;TbN zOnrOCP_V&)hv6VMt6b1SMW%peZ!4Z7Od^Jk69WvL58AWssCs_nZufV;gw?B#p5a>+ zm=@;p=G{Ifo?dCCrd56i?zEb-9rOS3rv0womvg#Fwc_)8frc}9y85}Sb4q9e0F$mm AQUCw| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/gtkrc b/themes/Mint-Y-Hibiscus/gtk-2.0/gtkrc new file mode 100644 index 0000000..cfdce6b --- /dev/null +++ b/themes/Mint-Y-Hibiscus/gtk-2.0/gtkrc @@ -0,0 +1,10 @@ +gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#4a4a4a\ntooltip_fg_color:#4a4a4a\nselected_bg_color:#9ab87c\nselected_fg_color:#FFFFFF\ntext_color:#4a4a4a\nbg_color:#f0f0f0\ninsensitive_bg_color:#fbfcfc\ninsensitive_fg_color:#a9a9a9\nnotebook_bg:#ffffff\ndark_sidebar_bg:#454545\ntooltip_bg_color:#fbeaa0\nlink_color:#5294E2\nmenu_bg:#ffffff" + +gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +include "main.rc" +include "apps.rc" +include "panel.rc" +include "menubar-toolbar/menubar-toolbar.rc" diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/main.rc b/themes/Mint-Y-Hibiscus/gtk-2.0/main.rc new file mode 100644 index 0000000..72255a9 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/gtk-2.0/main.rc @@ -0,0 +1,2441 @@ +style "default" { + + xthickness = 1 + ythickness = 1 + + # Style Properties + + GtkWidget::focus-line-width = 1 + GtkMenuBar::window-dragging = 1 + GtkToolbar::window-dragging = 1 + GtkToolbar::internal-padding = 4 + GtkToolButton::icon-spacing = 4 + + GtkWidget::tooltip-radius = 2 + GtkWidget::tooltip-alpha = 235 + GtkWidget::new-tooltip-style = 1 #for compatibility + + GtkSeparatorMenuItem::horizontal-padding = 3 + GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::separator-height = 1 + + GtkButton::child-displacement-y = 0 + GtkButton::default-border = { 0, 0, 0, 0 } + GtkButton::default-outside_border = { 0, 0, 0, 0 } + + GtkEntry::state-hint = 1 + + GtkScrollbar::trough-border = 0 + GtkRange::trough-border = 0 + GtkRange::slider-width = 13 + GtkRange::stepper-size = 0 + + GtkScrollbar::activate-slider = 1 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + GtkScrollbar::min-slider-length = 32 + GtkScrolledWindow::scrollbar-spacing = 0 + GtkScrolledWindow::scrollbars-within-bevel = 1 + + GtkScale::slider_length = 15 + GtkScale::slider_width = 15 + GtkScale::trough-side-details = 1 + + GtkProgressBar::min-horizontal-bar-height = 8 + GtkProgressBar::min-vertical-bar-width = 8 + + GtkStatusbar::shadow_type = GTK_SHADOW_NONE + GtkSpinButton::shadow_type = GTK_SHADOW_NONE + GtkMenuBar::shadow-type = GTK_SHADOW_NONE + GtkToolbar::shadow-type = GTK_SHADOW_NONE + GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): + GtkMenu::horizontal-padding = 0 + GtkMenu::vertical-padding = 0 + + GtkCheckButton::indicator_spacing = 3 + GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } + + GtkTreeView::row_ending_details = 0 + GtkTreeView::expander-size = 11 + GtkTreeView::vertical-separator = 4 + GtkTreeView::horizontal-separator = 4 + GtkTreeView::allow-rules = 1 + + GtkExpander::expander-size = 11 + + GnomeHRef::link_color = @link_color + GtkHTML::link-color = @link_color + GtkIMHtmlr::hyperlink-color = @link_color + GtkIMHtml::hyperlink-color = @link_color + GtkWidget::link-color = @link_color + GtkWidget::visited-link-color = @text_color + + # Colors + + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.02, @bg_color) + bg[SELECTED] = @selected_bg_color + bg[INSENSITIVE] = @insensitive_bg_color + bg[ACTIVE] = shade (0.9, @bg_color) + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @fg_color + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = @insensitive_fg_color + fg[ACTIVE] = @fg_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = @insensitive_fg_color + text[ACTIVE] = @selected_fg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) + + # For succinctness, all reasonable pixmap options remain here + + engine "pixmap" { + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = OUT + overlay_file = "assets/checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = SELECTED + shadow = IN + overlay_file = "assets/checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = OUT + overlay_file = "assets/radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = SELECTED + shadow = IN + overlay_file = "assets/radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Arrows + + image { + function = ARROW + overlay_file = "assets/arrow-up.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-up-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-up-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/arrow-left.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state= PRELIGHT + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-left-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-left-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/arrow-right.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = ACTIVE + overlay_file = "assets/arrow-right-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = INSENSITIVE + overlay_file = "assets/arrow-right-insens.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Option Menu Arrows + + image { + function = TAB + state = INSENSITIVE + overlay_file = "assets/arrow-down-insens.png" + overlay_stretch = FALSE + } + + image { + function = TAB + state = NORMAL + overlay_file = "assets/arrow-down.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + image { + function = TAB + state = PRELIGHT + overlay_file = "assets/arrow-down-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + } + + # Lines + + image { + function = VLINE + file = "assets/line-v.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image { + function = HLINE + file = "assets/line-h.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + # Focuslines + + image { + function = FOCUS + file = "assets/focus-line.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + + # Handles + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Expanders + + image { + function = EXPANDER + expander_style = COLLAPSED + file = "assets/plus.png" + } + + image { + function = EXPANDER + expander_style = EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_EXPANDED + file = "assets/minus.png" + } + + image { + function = EXPANDER + expander_style = SEMI_COLLAPSED + file = "assets/plus.png" + } + + image { + function = RESIZE_GRIP + state = NORMAL + detail = "statusbar" + overlay_file = "assets/null.png" + overlay_border = { 0,0,0,0 } + overlay_stretch = FALSE + } + + # Shadows ( this area needs help :P ) + + image { + function = SHADOW_GAP + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + + +style "toplevel_hack" { + + engine "adwaita" { + } +} + +style "ooo_stepper_hack" { + + GtkScrollbar::stepper-size = 0 + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-forward-stepper = 0 + +} + +style "scrollbar" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-horiz.png" + border = { 2, 2, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-scrollbar-vert.png" + border = { 3, 3, 2, 2 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = LEFT + } + + image { + function = ARROW + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + # Sliders + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-horiz.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-horiz-active.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-horiz-prelight.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-horiz-insens.png" + border = { 5, 5, 3, 3 } + stretch = TRUE + orientation = HORIZONTAL + } + +# X Verticals + + image { + function = SLIDER + state = NORMAL + file = "assets/slider-vert.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = ACTIVE + file = "assets/slider-vert-active.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/slider-vert-prelight.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/slider-vert-insens.png" + border = { 3, 3, 5, 5 } + stretch = TRUE + orientation = VERTICAL + } + } +} + +style "menu" { + + xthickness = 0 + ythickness = 0 + + GtkMenuItem::arrow-scaling = 0.4 + + bg[NORMAL] = @menu_bg + bg[INSENSITIVE] = @menu_bg + bg[PRELIGHT] = @menu_bg + + engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator + + image { + function = HLINE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "menu_item" +{ + xthickness = 2 + ythickness = 4 + + # HACK: Gtk doesn't actually read this value + # while rendering the menu items, but Libreoffice + # does; setting this value equal to the one in + # fg[PRELIGHT] ensures a code path in the LO theming code + # that falls back to a dark text color for menu item text + # highlight. The price to pay is black text on menus as well, + # but at least it's readable. + # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 + bg[SELECTED] = @selected_fg_color + + fg[NORMAL] = @fg_color + fg[SELECTED] = @fg_color + + text[PRELIGHT] = @fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "assets/menuitem.png" + border = { 1, 0, 1, 0 } + stretch = TRUE + } + + # Check Buttons + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = NORMAL + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked.png" + overlay_stretch = FALSE + } + + image { + function = CHECK + recolorable = TRUE + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-checkbox-checked-insensitive.png" + overlay_stretch = FALSE + } + + # Radio Buttons + + image { + function = OPTION + state = NORMAL + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = OUT + overlay_file = "assets/menu-radio-unchecked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = NORMAL + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = PRELIGHT + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = ACTIVE + shadow = IN + overlay_file = "assets/menu-radio-checked.png" + overlay_stretch = FALSE + } + + image { + function = OPTION + state = INSENSITIVE + shadow = IN + overlay_file = "assets/menu-radio-checked-insensitive.png" + overlay_stretch = FALSE + } + + image { + function = SHADOW # This fixes boxy Qt menu items + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + # Arrow Buttons + + image { + function = ARROW + state = NORMAL + overlay_file = "assets/menu-arrow.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + + image { + function = ARROW + state = PRELIGHT + overlay_file = "assets/menu-arrow-prelight.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = RIGHT + } + } +} + +style "button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "assets/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "assets/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "assets/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "checkbutton" { + + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + +} + +style "entry" { + + xthickness = 6 + ythickness = 4 + + base[NORMAL] = @base_color + base[INSENSITIVE] = @insensitive_bg_color + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_entry" { + xthickness = 6 + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/notebook-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/notebook-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/notebook-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +style "notebook_tab_label" { + + fg[ACTIVE] = @text_color + +} + +style "combobox_entry" +{ + xthickness = 3 + ythickness = 4 + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "notebook_combobox_entry" { + + engine "pixmap" { + + # LTR version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/combo-entry-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "assets/combo-entry-insensitive-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/combo-entry-focus-notebook-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "combobox_entry_button" +{ + xthickness = 6 + + fg[ACTIVE] = @text_color + + engine "pixmap" { + + # LTR version + + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = LTR + } + + # RTL version + image { + function = BOX + state = NORMAL + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + file = "assets/combo-entry-button-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + file = "assets/combo-entry-button-insensitive-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + file = "assets/combo-entry-button-active-rtl.png" + border = { 4, 4, 5, 4 } + stretch = TRUE + direction = RTL + } + } +} + +style "spinbutton" { + + bg[NORMAL] = @bg_color + + xthickness = 6 + ythickness = 4 + + engine "pixmap" { + + image { + function = ARROW + } + + # Spin-Up LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background.png" + border = { 1, 4, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Up RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + file = "assets/up-background-disable-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + file = "assets/up-background-rtl.png" + border = { 4, 1, 5, 0 } + stretch = TRUE + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + # Spin-Down LTR + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = LTR + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background.png" + border = { 1, 4, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = LTR + } + + # Spin-Down RTL + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + file = "assets/down-background-disable-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + direction = RTL + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + file = "assets/down-background-rtl.png" + border = { 4, 1, 1, 4 } + stretch = TRUE + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + direction = RTL + } + } +} + +style "gimp_spin_scale" { + + bg[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_up" + overlay_file = "assets/arrow-up-small-insens.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = NORMAL + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = PRELIGHT + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = ACTIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-prelight.png" + overlay_stretch = FALSE + } + + image { + function = BOX + state = INSENSITIVE + detail = "spinbutton_down" + overlay_file = "assets/arrow-down-small-insens.png" + overlay_stretch = FALSE + } + } +} + +style "libreoffice_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/entry-border-fill.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "standalone_entry" { + + engine "pixmap" { + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "assets/entry-border-fill.png" + stretch = TRUE + border = { 0, 0, 0, 0 } + } + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "assets/entry-border-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "assets/entry-border-active-bg-solid.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + } +} + +style "notebook" { + + xthickness = 5 + ythickness = 2 + + engine "pixmap" { + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + state = ACTIVE + file = "assets/null.png" + border = { 0,0,0,0 } + stretch = TRUE + gap_side = LEFT + } + + image { + function = EXTENSION + file = "assets/tab-top-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = BOTTOM + } + + image { + function = EXTENSION + file = "assets/tab-bottom-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = TOP + } + + image { + function = EXTENSION + file = "assets/tab-left-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = RIGHT + } + + image { + function = EXTENSION + file = "assets/tab-right-active.png" + border = { 3,3,3,3 } + stretch = TRUE + gap_side = LEFT + } + + # How to draw boxes with a gap on one side (ie the page of a notebook) + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = TOP + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-horiz.png" + gap_border = { 1, 1, 0, 0 } + gap_side = BOTTOM + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = LEFT + } + + image { + function = BOX_GAP + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + gap_file = "assets/notebook-gap-vert.png" + gap_border = { 0, 0, 1, 1 } + gap_side = RIGHT + } + + # How to draw the box of a notebook when it isnt attached to a tab + + image { + function = BOX + file = "assets/notebook.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "handlebox" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = IN + } + + image { + function = BOX + file = "assets/null.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + detail = "handlebox_bin" + shadow = OUT + } + } +} + +style "combobox_separator" { + + xthickness = 0 + ythickness = 0 + GtkWidget::wide-separators = 1 + +} + +style "combobox" { + + xthickness = 0 + ythickness = 0 + +} + +style "combobox_button" { + + xthickness = 3 + ythickness = 3 + +} + +style "range" { + + engine "pixmap" { + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-horizontal.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-horizontal-active.png" + border = { 8, 8, 0, 0 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough-upper" + file = "assets/trough-vertical.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "trough-lower" + file = "assets/trough-vertical-active.png" + border = { 0, 0, 8, 8 } + stretch = TRUE + orientation = VERTICAL + } + + # Horizontal + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + # Vertical + + image { + function = SLIDER + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = PRELIGHT + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-prelight.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = SLIDER + state = INSENSITIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + overlay_file = "assets/slider-insensitive.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + # Function below removes ugly boxes + + image { + function = BOX + file = "assets/null.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + } +} + +style "progressbar" { + + xthickness = 1 + ythickness = 1 + + fg[NORMAL] = @fg_color + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = HORIZONTAL + } + + image { + function = BOX + detail = "trough" + file = "assets/trough-progressbar_v.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + orientation = VERTICAL + } + + image { + function = BOX + detail = "bar" + file = "assets/progressbar_v.png" + stretch = TRUE + border = { 3, 3, 3, 3 } + orientation = VERTICAL + } + } +} + +style "separator_menu_item" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + border = { 0, 0, 1, 0 } + stretch = TRUE + } + } +} + +style "treeview_header" { + ythickness = 1 + + fg[PRELIGHT] = mix(0.70, @text_color, @base_color) + font_name = "Bold" + + engine "pixmap" { + + image { + function = BOX + file = "assets/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } +} + +# Treeview Rows + +style "treeview" { + + xthickness = 2 + ythickness = 0 + + base[NORMAL] = @base_color + + engine "pixmap" { + + image { + function = FLAT_BOX + recolorable = TRUE + state = NORMAL + file = "assets/null.png" + stretch = TRUE + } + } +} + +style "scrolled_window" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + } +} + +style "frame" { + + xthickness = 1 + ythickness = 1 + + engine "pixmap" { + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = OUT + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_IN + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_IN + } + + image { + function = SHADOW + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + shadow = ETCHED_OUT + } + + image { + function = SHADOW_GAP + file = "assets/frame.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + gap_start_file = "assets/frame-gap-start.png" + gap_start_border = { 1, 0, 0, 0 } + gap_end_file = "assets/frame-gap-end.png" + gap_end_border = { 0, 1, 0, 0 } + shadow = ETCHED_OUT + } + } +} + +style "gimp_toolbox_frame" { + + engine "pixmap" { + + image { + function = SHADOW + } + } +} + +style "toolbar" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + + image { + function = HANDLE + overlay_file = "assets/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image { + function = HANDLE + overlay_file = "assets/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + + image { + function = VLINE + recolorable = TRUE + file = "assets/null.png" + } + + image { + function = HLINE + recolorable = TRUE + file = "assets/null.png" + } + } +} + +style "inline_toolbar" { + + GtkToolbar::button-relief = GTK_RELIEF_NORMAL + + engine "pixmap" { + + image { + function = BOX + file = "assets/inline-toolbar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "notebook_viewport" { + + bg[NORMAL] = @notebook_bg +} + + +style "notebook_eventbox" { + + bg[NORMAL] = @notebook_bg + bg[ACTIVE] = @bg_color +} + +style "tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = @tooltip_bg_color + fg[NORMAL] = @tooltip_fg_color + bg[SELECTED] = @tooltip_bg_color + +} + +style "eclipse-tooltips" { + + xthickness = 8 + ythickness = 4 + + bg[NORMAL] = shade(1.05, @bg_color) + fg[NORMAL] = @text_color + bg[SELECTED] = shade(1.05, @bg_color) + +} + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 100 + XfdesktopIconView::shadow-x-offset = 0 + XfdesktopIconView::shadow-y-offset = 1 + XfdesktopIconView::selected-shadow-x-offset = 0 + XfdesktopIconView::selected-shadow-y-offset = 1 + XfdesktopIconView::shadow-color = "#000000" + XfdesktopIconView::selected-shadow-color = "#000000" + XfdesktopIconView::shadow-blur-radius = 2 + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color +} + +style "xfwm-tabwin" { + Xfwm4TabwinWidget::border-width = 1 + Xfwm4TabwinWidget::border-alpha = 1.0 + Xfwm4TabwinWidget::icon-size = 64 + Xfwm4TabwinWidget::alpha = 1.0 + Xfwm4TabwinWidget::border-radius = 2 + + bg[NORMAL] = @bg_color + bg[SELECTED] = @bg_color + + fg[NORMAL] = @fg_color + + engine "murrine" { + contrast = 0.7 + glazestyle = 0 + glowstyle = 0 + highlight_shade = 1.0 + gradient_shades = {1.0,1.0,1.0,1.0} + border_shades = { 0.8, 0.8 } + } +} + +style "xfwm-tabwin-button" { + + font_name = "bold" + bg[SELECTED] = @selected_bg_color +} + +# Chromium +style "chrome_menu_item" { + + bg[SELECTED] = @selected_bg_color + +} + +# Text Style +style "text" { + engine "murrine" { textstyle = 0 } +} + +style "null" { + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + } + } +} + + +class "GtkWidget" style "default" +class "GtkScrollbar" style "scrollbar" +class "GtkButton" style "button" +class "GtkEntry" style "entry" +class "GtkOldEditable" style "entry" +class "GtkSpinButton" style "spinbutton" +class "GtkNotebook" style "notebook" +class "GtkRange" style "range" +class "GtkProgressBar" style "progressbar" +class "GtkSeparatorMenuItem" style "separator_menu_item" +class "GtkScrolledWindow" style "scrolled_window" +class "GtkFrame" style "frame" +class "GtkTreeView" style "treeview" +class "GtkToolbar" style "toolbar" +class "*HandleBox" style "toolbar" + +widget_class "**" style "menu" +widget_class "**" style "menu_item" +widget_class "**" style "checkbutton" +widget_class "*" style "combobox" +widget_class "**" style "combobox_button" +widget_class "**" style "combobox_separator" +widget_class "***" style "treeview_header" +widget_class "**" style "inline_toolbar" +widget_class "**" style "combobox_entry" +widget_class "**" style "combobox_entry_button" +widget_class "***" style "notebook_viewport" +widget_class "*HandleBox" style "toolbar" + +# Entries in notebooks draw with notebook's base color, but not if there's +# something else in the middle that draws gray again +widget_class "**" style "notebook_entry" +widget_class "***" style "entry" + +widget_class "***" style "notebook_combobox_entry" +widget_class "****" style "combobox_entry" + +# We also need to avoid changing fg color for the inactive notebook tab labels +widget_class "*." style "notebook_tab_label" + +# GTK tooltips +widget "gtk-tooltip*" style "tooltips" + +#Fix GVim tabs +widget_class "**" style "notebook_eventbox" + +# Xchat special cases +widget "*xchat-inputbox" style "entry" + +# GIMP +# Disable gradients completely for GimpSpinScale +#class "GimpSpinScale" style "gimp_spin_scale" + +# Remove borders from "Wilbert frame" in Gimp +widget_class "**" style "gimp_toolbox_frame" + +# Chrome/Chromium +widget_class "*Chrom*Button*" style "button" +widget_class "***" style "chrome_menu_item" + +# We use this weird selector to target an offscreen entry as created +# by Chrome/Chromium to derive the style for its toolbar +widget_class "" style "standalone_entry" + +# Eclipse/SWT +widget "gtk-tooltips*" style "eclipse-tooltips" +widget "*swt-toolbar-flat" style "null" + +# Openoffice, Libreoffice +class "GtkWindow" style "toplevel_hack" +widget "*openoffice-toplevel*" style "ooo_stepper_hack" +widget "*openoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*openoffice-toplevel*GtkSpinButton" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkEntry" style "libreoffice_entry" +widget "*libreoffice-toplevel*GtkSpinButton" style "libreoffice_entry" + +# Xfce +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" +widget "xfwm4-tabwin*" style "xfwm-tabwin" +widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" + +# Fixes ugly text shadows for insensitive text +widget_class "*" style "text" +widget_class "**" style "text" +widget_class "**" style "text" +widget_class "**" style "text" diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/button-active.png b/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/button-active.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd6865759433b710256f4b38e25f3231ff41314 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ((_>EamT z(fRi3M&3gPBCZ#I|J99XHqv%!n&jEA_K;D4fm7Bog=>>FJD7#mPSmK8j?U|gv1NX- zD{peK+?gEqH7hQ&#GH9!(f8Q)T>o>4#k;FjA5UGPk;(9l_0~C$wf7m;+}S%lg@JVy zXU#Uf=^vCItY$M^;mDg6(EN{4i`)8a`rD|Yq literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/button-hover.png b/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/button-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..aa079ece8e7bf704069fcb3750ed5728bc700c49 GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8Vc#JKp4Nx=eWuvW>dKlZ5X8r*svh|*?4iK{MWu^R8N!zJO))$xvT|FIqv853 zI`yry)fsB<%R6x}7cfTEZ0a~s9DDt?MPD$pfYXlh*zz93ZAy<8&4^sRYWb8)3^B8f z?5mX+l$?4#rq6qBdtlv}*onGsl}F$G58WTK!bx;hK&#dl-wR1;?~b27o65a6r1aB~ zGd!Vl8`vF~Clvql)#P33vE!=lgSo~3n13+%pSSCbJAIG|=zIoGS3j3^P69gP2fQ+5z>EamT z(fRh;M&3gX0xlQr)lY{r3wm_iVRi6ObqHT3v4G)uieB;@9mZpd7ZnBXv@E{5r-b!F z>0LFYDo^$WOMTQH=)JVzIede`W7o4e+by35aX4gGr|)L(<8^R(!>ydZGWYtnaE6zc zr@Aqy=-z($J9B5q3MbK30j*kJ{4adz{@4+*?Q)DwPXE${m7m!zFf5tkx9#`Oi5fri dY*k|!;vP*hdfaRj`3&e%22WQ%mvv4FO#nZnYUKa` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/button.png b/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/button.png new file mode 100644 index 0000000000000000000000000000000000000000..9d50a7e4f6dab8c2c67c550ffb8f248308336a1e GIT binary patch literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ()5>EamT z(fRh8Vc#JKp4Nx=eWsieU%6d`3lUIFH5?ZvQIzR3CoX;G0c3JIr zQDRVPS|xWThkwKB&jBgjf$gTe~DWM4f^AT|Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/menubar-dark.png b/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/menubar-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..299c550650fa3b0ccb2c20ff9e5fb239f828c05b GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^5aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0vUo-U3d z9-VK`Itns4a2!7Hn9cs{`ZfLm7sWdpay(~=zfpeFVdQ&MBb@00l@fPyhe` literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc new file mode 100644 index 0000000..23a344e --- /dev/null +++ b/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -0,0 +1,222 @@ +style "menubar" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[ACTIVE] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar-dark.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#2f2f2f" + fg[NORMAL] = "#dadada" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(0.7, "#dadada") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button-dark.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + + +style "toolbar_text" { + fg[NORMAL] = "#dadada" + fg[PRELIGHT] = "#dadada" + fg[INSENSITIVE] = shade(0.7, "#dadada") + fg[ACTIVE] = "#dadada" + + text[NORMAL] = "#dadada" + text[PRELIGHT] = "#dadada" + text[INSENSITIVE] = shade(0.7, "#dadada") + text[ACTIVE] = "#dadada" + +} + +style "toolbar_button" { + + xthickness = 4 + ythickness = 4 + + engine "pixmap" { + + image { + function = BOX + state = NORMAL + file = "menubar-toolbar/button.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/button-hover.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = ACTIVE + file = "menubar-toolbar/button-active.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + + image { + function = BOX + state = INSENSITIVE + file = "menubar-toolbar/button-insensitive.png" + border = { 4, 4, 4, 4 } + stretch = TRUE + } + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#414141" + base[INSENSITIVE] = "#393939" + + text[NORMAL] = "#dadada" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg-dark.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#2f2f2f" + ChromeGtkFrame::inactive-frame-color = "#2f2f2f" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*ThunarWindow**" style "toolbar_button" +widget_class "*ThunarWindow**" style "toolbar_text" +widget_class "*ThunarWindow***" style "menubar-text" + diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar.rc new file mode 100644 index 0000000..5bd9a7d --- /dev/null +++ b/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -0,0 +1,166 @@ +style "menubar" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[PRELIGHT] = "#5c5c5c" + fg[ACTIVE] = "#5c5c5c" + fg[SELECTED] = @selected_fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "menubar-toolbar/menubar.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar-borderless" { + + bg[NORMAL] = "#d9d9d9" + fg[NORMAL] = "#5c5c5c" + fg[SELECTED] = @fg_color + fg[INSENSITIVE] = shade(1.3, "#5c5c5c") + + xthickness = 0 + ythickness = 0 + + engine "pixmap" { + + image { + function = BOX + file = "assets/null.png" + stretch = TRUE + border = { 1, 1, 1, 1 } + } + } +} + +style "menubar_item" { + + xthickness = 2 + ythickness = 4 + + fg[PRELIGHT] = @selected_fg_color + + engine "pixmap" { + + image { + function = BOX + state = PRELIGHT + file = "menubar-toolbar/menubar_button.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +# Text Style Menubar +style "menubar-text" { + + engine "murrine" { + text_shade = 0.0 + textstyle = 0 + } +} + +style "toolbar_entry" { + xthickness = 6 + + base[NORMAL] = "#fdfdfd" + base[INSENSITIVE] = "#f4f4f4" + + text[NORMAL] = "#5c5c5c" + + engine "pixmap" { + + image { + function = SHADOW + detail = "entry" + state = NORMAL + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = INSENSITIVE + shadow = IN + file = "menubar-toolbar/toolbar-entry-border-disabled-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = SHADOW + detail = "entry" + state = ACTIVE + file = "menubar-toolbar/toolbar-entry-border-active-bg.png" + border = { 12, 12, 12, 12 } + stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + overlay_file = "assets/null.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = TRUE + } + } +} + +#Chromium +style "chrome-gtk-frame" { + + ChromeGtkFrame::frame-color = "#d9d9d9" + ChromeGtkFrame::inactive-frame-color = "#d9d9d9" + + ChromeGtkFrame::frame-gradient-size = 0 + ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) + + ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color + +} + +widget_class "**" style "menubar" +widget_class "*.*" style "menubar_item" + +widget_class "*ThunarWindow*" style "menubar" +widget_class "*CajaNavigationWindow*" style "menubar" + +class "ChromeGtkFrame" style "chrome-gtk-frame" + +widget_class "***" style "menubar-text" + +# Whitelist for dark toolbars +widget_class "*ThunarWindow*" style "menubar-borderless" +widget_class "*CajaNavigationWindow*" style "menubar-borderless" +widget_class "*ThunarWindow**" style "toolbar_entry" +widget_class "*CajaNavigationWindow**" style "toolbar_entry" diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/menubar.png b/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/menubar.png new file mode 100644 index 0000000000000000000000000000000000000000..2be034ef3a8d8bbcdd55baf64b7431eec8a61e19 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^5<>&pIsg^%A{SJ3rka&((}XraT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-D;sd|UZ#>q}c}=V*$|&pP3f0BadZL=x85lI&nNHniZ`A=RX7F_Nb6Mw<&;$TR CKQ06S literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/menubar_button.png b/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/menubar_button.png new file mode 100644 index 0000000000000000000000000000000000000000..78c8122e226f075afb51e3b0ae6ee728a869a198 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^l0eMQ!3HD+(^8%SDVAa<&kznEsNqQI0P;BtJR*yM z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0wDo-U3d z7QM-Hwl02V&)mx>yjE9YYs!^Lf!=Pql3Q8$85mxNGQDp2T$KP+%;4$j=d#Wzp$P!` C)GVO@ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png b/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..54293fdf0ad2ca4289100a4744099a03b02634cc GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7mo@^o5)u}lQP4Pb_`s1fM;v%Rynk=s_I>?+gBXjV=?_1?4d>C>v?_^5 zEN@o5-2J-H%FowsORiqN_Ma1Px6@{)%9hH=O*(hCMoIqrpPsnlo&W#&aZ-U!yoWb7 zewozq>D9k4|9za2_VB#l_iwJFcK5y7-`1fXJ<}UIJ7;z_MjdSBT{CanFK%IDVdm1L zc^n2=7gxA07VC{N$+|dU%ZvN>>vPKhL;3|hW}ZbvY_(gt(V#RS0p-SglY6|-Rrk;&n}nGFZY_yl=%Af z>;KcMI*eZ2)-dMi{1~)#=ht^n)7!Y+-x=BL{5^}2!DM61qP_M~A;6$y@O1TaS?83{ F1OP#&xcLA8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png b/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-active-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..519e134b1090ad7b73802a45c968f615f3e831df GIT binary patch literal 406 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP20F7l7_H=O! z@#uVeZNJyy0FmP#@9#YFZ=zYDhoKj{>&3HccUN}WHFM=PariayF9>+SyhDXw;f2uS zMIr2p!Mj~HJP3U?A$zH-bKmZgJ(4Xo@(*er_}EVh+7x2Qww~W(nX*Cp1;L38p&K`D zywa4s?$87+w=YGLt*-qFR4(4N?zY_PhNc7S|DO3AXTsyZ(vxk^ho1FS_Zs^iZ{Ah+ zh41g}VzI1WjhDnrKQ}$ITRGXsP2h}V$=>WRphn|#fl9`D?FCF)AXLvO$jQ9gP2fQ;Sm>EamT z(fRh8VHUF^PwPYTs7$TN!EX%Ct#)$}5ac<`U}n7HRqssu89#TedwpK+gw1(&2KCUtU4}+Q=SpWS z+iu(UKUDLn?emzEcLkkxY-{Rx@#vj{*UD{9a!aRZZFQ3?UEwVIDxm$JZb|)aU#a6C zSs6My09gP2fQ&uk>EamT z(fRh8Vb@^;f!2rW(anNKRyY4h@=Vz6z_BFihB8Z$0jG4#&f?66xyOWWue_wA`Lvbw zFMEZ&kLjxSzo*VL>{E7OF;rHXlG?dQW5G|M2LzC_3Oy6Mk<8n%4M zU3<0Q+}hIE`AI$dS7*-JT%32-h2`|7JKLL{RqpHLFks1dq0a~B`zfIS&zJ|ZQ ZCVZndL4i;6i4o9W44$rjF6*2UngC%6gFXNN literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png b/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..24480b98111cef5c68227e9bdab2320057c0f087 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ+5!>EamT z(fRh8A>UyG9_PSmo2ICipZt41RkA}l;_a11FJu;X|7ZLWX4m()qR&u3@PyADNzWBp zE-a}%jjwlYcyGNecem)Py@&56rfCQovNC?SnX|TWrX}moV@ASr)c$N)z^a?!$Q^aT ze&Kh1Mb9tymOBbEPFk?)(B0(;&npkzUARg^iOJYGn|JHAXvIke#vL4Sdvk0{6#To6 Q10BcU>FVdQ&MBb@0MsdEWdHyG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png b/themes/Mint-Y-Hibiscus/gtk-2.0/menubar-toolbar/toolbar-entry-border-disabled-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc822f001cd7ed843741d20d3128be0ecec9ebb GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^Qa~)h!3HFsG`&3vq*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2fQ;Sj>EamT z(fRh8A=hC8p4NxUJt7wLy!?A!+-uIoPQ@;(Dbs?iteg-2XS~Ng%jL68`|icpx*l6N zxMT#nIJhiWm5|o4J9)k6Ws`$vW;rbtS!1cZl;!4k*~@R+3T0+9tnYZScjk1~=G}+S z%u<>^Q}T{1v!JQ<_4RST52qdqmwgq`Zgpkh{uU)B!9vM`dFo0`%^eG-6iIH$z5UrT zFm#P2^MTa!ovWN?NNTD+Nj-RXujY|6{w^&1J7)y$uHNk74smdKI;Vst0CK2y A+yDRo literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-2.0/panel.rc b/themes/Mint-Y-Hibiscus/gtk-2.0/panel.rc new file mode 100644 index 0000000..c877428 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/gtk-2.0/panel.rc @@ -0,0 +1,153 @@ +style "theme-panel" { + + ythickness = 0 + + bg[NORMAL] = "#383838" + bg[ACTIVE] = @selected_bg_color + bg[PRELIGHT] = shade(1.1, @selected_bg_color) + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + fg[SELECTED] = @selected_fg_color + + text[NORMAL] = "#BAC3CF" + text[PRELIGHT] = "#BAC3CF" + text[ACTIVE] = "#BAC3CF" + text[SELECTED] = "#BAC3CF" + + engine "murrine" { + reliefstyle = 0 + glazestyle = 0 + glow_shade = 1.0 + highlight_shade = 1.0 + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + textstyle = 0 + contrast = 0.0 + textstyle = 0 + } +} + +style "panelbar" { + + fg[NORMAL] = "#edf5fb" + fg[ACTIVE] = "#edf5fb" + fg[PRELIGHT] = "#edf5fb" + fg[SELECTED] = @selected_fg_color + + bg[SELECTED] = @selected_bg_color + + engine "murrine" {} +} + +style "panelbuttons" { + + xthickness = 4 + ythickness = 0 + + engine "murrine" { + textstyle = 0 + } +} + +style "theme-panel-text" { + + fg[NORMAL] = "#edf5fb" + fg[PRELIGHT] = @selected_fg_color + fg[ACTIVE] = "#edf5fb" + + text[NORMAL] = "#edf5fb" + text[PRELIGHT] = @selected_fg_color + text[ACTIVE] = "#edf5fb" + + engine "murrine" { + textstyle = 0 + text_shade = 0.2 + } +} + +style "panel-entry" { + + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + fg[INSENSITIVE] = @text_color + + text[NORMAL] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + text[INSENSITIVE] = @text_color + +} + +style "theme-main-menu-text" = "theme-panel-text" { + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color +} + +style "workspace-switcher" = "theme-panel" { + bg[SELECTED] = @selected_bg_color +} + +style "indicator" = "theme-panel" { + xthickness = 0 + ythickness = 0 +} + +widget "*tasklist*" style "panelbuttons" +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*PanelToplevel*Button" style "panelbuttons" +widget_class "*Panel*GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*Panel*Button*" style "panelbuttons" +widget_class "*" style "panelbuttons" +widget_class "**" style "panelbuttons" +widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" +widget "*dict*Applet*" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" +widget_class "*Tasklist*" style:highest "panelbuttons" + +class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*" style "panelbar" +widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" + +widget "*PanelWidget*" style "theme-panel" +widget "*PanelApplet*" style "theme-panel" +widget "*fast-user-switch*" style "theme-panel" +widget "*CPUFreq*Applet*" style "theme-panel" +class "PanelApp*" style "theme-panel" +class "PanelToplevel*" style "theme-panel" +widget_class "*PanelToplevel*" style "theme-panel" +widget_class "*notif*" style "theme-panel" +widget_class "*Notif*" style "theme-panel" +widget_class "*Tray*" style "theme-panel" +widget_class "*tray*" style "theme-panel" +widget_class "*computertemp*" style "theme-panel" +widget_class "*Applet*Tomboy*" style "theme-panel" +widget_class "*Applet*Netstatus*" style "theme-panel" + +# Fixes for tooltip text in some apps. +widget_class "*Notif*Beagle*" style "theme-panel" +widget_class "*Notif*Brasero*" style "theme-panel" + +# XFCE panel theming. +widget "*Xfce*Panel*" style "theme-panel" +class "*Xfce*Panel*" style "theme-panel" +widget "*WnckPager*" style "workspace-switcher" + +# Fix gtk-entries in the panel +widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin + +# Make sure panel text color doesn't change +widget_class "*Panel*MenuBar*" style "theme-main-menu-text" +widget_class "*Panel**" style "theme-main-menu-text" +widget "*.clock-applet-button.*" style "theme-panel-text" +widget "*PanelApplet*" style "theme-panel-text" + +# Override general panel-style with specific plugin-styles +widget "*indicator-applet*" style "indicator" +widget "*indicator-button*" style "indicator" diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-dark.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..089c14589f215cbcd4d5155557279c5df24fb43d GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkZu)pY7=y91tI|;asnc418W_9YaIh?U43g4T^mzf8w+h4TTL5B4O>S|TPF?MG--!y zNrz%FAaX1fb1WBetPpjq5q7K>0wSjdL8nGRrzSziW{{aqKdiTS0Igv!3GxeO@bvP2 z^!Q1%`I;3#p#)DC#}J9|+;fq94GKK2fifGk9@+Hg|6hHDMMbshf7PUAqK|^798f*X zt`hN)`NN}v5<8jDTl+S|AGjG{7#$J1^XAP1>sGEgn-ebPyCkh{>G{oqG6uXK4u1V! fbwY*j$Z~1fg(A0iytupuXcvR0tDnm{r-UW|t7CF9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..19c6ef13de7de64a9a1bd868012930c591d93e88 GIT binary patch literal 475 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EjR8I( zu0Xm|$f23nu}#>aRnVzb0FIoI*dRe|18W@vYdw7+ve7fJ*4MW-)U`I!wK37PHrKYX z*0ym|v-ME5^HQ}7P__$HvI|nSjhC}ekhRZ{cF2`<$dhm=6?H5Zb*vC|Y!+~87IbO> z+r@TX=qu0>d?i7C!3;9$8Y|bXTfgDW`wt&KaWJP}2Fh&mba4!^IKB4rO`#?Qk%mN7 zZ{-6y_r*QD@BL?Ve#6A)6nuE+m;W;y*(RwR>*3O3Z+rIQ^2RSb?_3r48eePp#dy(y z?OFYYUrevoax_&P))HjsH%-pDSI(S|5|!3(VRhlE5qG8 zht~>sPrbX=H;ZxC-`UqMy?h|k7i&L5R&I)r^=fPN%A5AdciZnfJh*hu?CY7#dDfl<<0!icSU#KpK;j_bUlNotDnm{r-UW|3cIKm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-dark.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2f03f966d60fdea12e4c39a8f6559e5af36ff1e9 GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkZu!pXco3>6L4x3aMaPa($lvx)w8kCv9Zyzani7H(y~dDcF2};C>8@Er&2MeG7+Z= zF{c_Krv?G11|g?L0jFk=UZ-WIC9Gh(gZzRSG&E~!d$0gE!;PvyMbVxvjv*4^x&4uR z4GKK0f-4$+Gu`+-KSZhZ!h_$lJ$KnC?(*n0jZ(X4u*i!kGD^5oZh-&* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ad00c490f6bab0d588be773d91a47bf6bc60448e GIT binary patch literal 469 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Xm&(4~#Xwp-k)MZl>=z`0exsZGGCRlpHM@;kNgJL~9M>4A`qzP^>A9uV1>>RFlV z*jVYX*vbF>jte?eYSL11ApNeDXNMFwVbj{|WJ# aZ_G8-;-8Be@yrK0o59o7&t;ucLK6UwXQ^iZ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-selected.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..efbc75d99848fac64c6b9d92a7aa6ae5fe1a93ef GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uAfKP}k zkp7PZS_Pcig`C^PTqkLTP0|XVY8X4$E@Q4k#vfnXZ$El}=gFsMufM(j^yB@fU!T7H`u5}Zuiro;+j%xL15KAJ3GxeO(9o=@?ZE{W zp4<-dajd6{V~9j}Zhs_Sg8~ohMBk&e;Tyj1U#24B)cihQ?d2y4?L(?dJl?q;V>raE zaI!UeMZw~Ei#M!)?zvUHYxhg}Ckkrn)z}_|n>I*0$Aa99&P`e_d%AIQ6ML YQ-{#;g^3Z$K#LeWUHx3vIVCg!00nBG%m4rY literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..fb9e759d9ca1261d593b5cb94f815f6060863df0 GIT binary patch literal 491 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E)d4;s zu0Z-fAOV*^zFo%I zRCac?8iSnnxu2gpnf~rO7r5)ey`Os-pUezD^qRNevcLGDx4a6^6z1HEIV|du`~8}d zqs896XS?rP|9|-5<#(fkh^U;@4<`QBlCSOlu(|2$9(81ESkP?j{rjTQ7MVYF)7)mh ZG2f?|bHpso=rYjZ44$rjF6*2UngD+(>k-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkZu!pXco3>6L4x3aBLND>J)SBlJe}5^6rxM?NRjWQ}mmp6*ko{cDiZ&Y^#*H4jC&# z%GM_~-aB~i!Ql&!j$V9z;pX#;x8L7+^8VhlPtRU{diMJ7uit-v|NZ~}|6Tp69Y71@ zOM?7@88kF&YI|^kYZVOoK&1(uE{-7*;ko_Md<_abEP^YVx*q**Ecl=7#Uvy(XaC$K zH}w=*r#LqS>u=&Yu!q4#??_8)#M?idk<2FDyF*3h-n>1ddBSq*Z4(}Q)?22B+*>4X m{pgk>vsmZ;>z@nPXdT~g9M2|L5oiDkRR&L2KbLh*2~7aLoRhEs literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..8e5c2a1e4326f44c3ffe2717f621c37fc1d34d91 GIT binary patch literal 502 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EjR8I( zu0Xm&(4~#Xwp-k)MZl>=z`0exsZGGCRlpHM@;kNggG5?^;zG{tVy;sSW2YO(PB%@Q zZIQIZw|JQ!5S6ZtZ`fAYx2tT*sp)G^&0c?Q-sY?8_ut%n`1X$DFR$KvfA86smv6tk zeE;M9r(a*b{rdLf_YWZY_5bhR|NsAg>-*3SbcA+EkY6wZzo=Mjd_rPVb4zOve(*Km z-7=uI4W2HJAr`0CUcM>Tq#(i?pn6y&!(egc6`h~|`FS?7v+1vkn&W={8tb9nMFKOI zwD7ege0gikrSjU<>!6RQg24&V1@r#!izzSIF+DE8#wEDwz%C&tn{b5*?@!N}!E5Hd z{W^nnN1OFtwr!tYcHiF1Rg((qrH^7~@7?I3y5`=UXZuR4Ufa*v{qK-XyXw*2 zO8?IlbK7_E?{B>5-JLi=qv628nMeO-D9+)pv+r#7`Nn>0p`P$-J$)~r+ZjAv{an^L HB{Ts5^UB;T literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-selected.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..8f6daf5f7ecd33e63be0bd76efbe9a1501e54c0e GIT binary patch literal 366 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkp7PWS_Pcigk0K$UD`$6CTWIE(hQ%Z6+YE4W|~p#9J}C3 zJ*S?Zzxn*)t(RBsyuJPC-Q6djp1uC|?$h`8pMHM+`s?fWU*CTG`S}}YNeAQ8sX+VK zOM?7@89cqbA3c5&ZN6p&P$<#U#W6%8JomgOUxNaVL!gVm^GY|?w}0PjaC#{GD6jPl zcF@r9JK(mFiObK0v0|q}y8M#~zVaRH59A_`^3HKBpBdSl5pnzV%{4Nn$*Se+*HrHM mnf{%%X2V}wS!<_7A3p2rxrp67t;+=RH-o3EpUXO@geCxMZuoc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z-faiCSesZ|h&oIAxmIwd^2Bt5&Oy?Yh>C#VKZPz#x67&FT%d1ZLj+SrD5iA~!I z`*xI0+EqT~)Qq*~=54;d@!nx%KevohR?^KKc9W_y50t|Nr|3 zbi%gq*SCPK;VTL93ucf}*I2oB-TDo0-hcS`iGw-)GEioVr;B5V#p$(|ZwfUjh_EH7 zdK)i1`t5Aj8L^80*SY&+8LBd}e(3+SPj|3ze4xCyT%h6MmxsD zufOEZZJnWa=H3kzj@9POf@cqHgP|ZtJFQ z>#JhxuWT2fY?mZspDg2$A?=VU<&ZD#P$ue7F6vk*;#ei(SS{?>BnU)KEdq`$V8eaZ zKbHgA%3c!W7tG-4<^AaKlW6lbD}X{9JzX3_EKc9Oa$BfLL4Ym6IQO!V^~}gj&QJf= zN1S+ZWD}!t?8|$f&hDSnoS?KdhSU4#LyqLcwHYmk0*xDT-?HDX`Te0$hh1U`uh;j9 z`r;|oFBd#8*<-qEcS*@>t+P{7j=#5I4%2kd-{|~d=fuUk-8M8|yY8bSY&q|$`jqr@ zA8(yDJ*OPD)~HZ!Yk%_<*{u&(RbSkh-+#uYcz$-6THEi!Yvp#wkALO=@^6XL>K?J+ bpZo6j&uR5bEq$;W=y(QCS3j3^P6gcyqV(DCY@~pSS^|7R zT!D0_kV7-CW1Fx;tDsY>0310Zu|a~`2G)9d)&_dkM!Gg8x;Cb|HfB0D<~lYm>b9=x zwr=XS9;&t;YPO!LcK*tCp^A193ifew_SupSIg$<~VvgmajuoPgl_HK+B91k}PECSN z&4NxXU>i+u>;n0euO!GXm_bHeW98a)>o>f4|KZ~&4(9aB3=E9!o-U3d5r^O2xE*xJ zK!EK*P=LT~1&tL7r#z=T`+MJ?k6GnrS$T0mTlZgm>&y9On_n)QtTWjoPxEcuO6K6Q z&r<8xD_?3)@^^pA*N`d`!4Tl?=D^7Mr@r8CpepP2^RH^B3*4#Z>JWTzkvYj?hh^nD z37$MRudAI4A1vMHyzi0Y;(aQjX4O0&+9Tet`SkizmPNUIZNK#E#RsnjXu97?l4F&# zaX(_qWK%iKqr#%%8&BcyrfQ9fuX;)^7d|LT*z=cjPvleE1l_`OEBmv$bc<}VZtM7b z?2OS*PL4Lc^wrRAZ`8({$vo{+f*&m&b9c-*KC8X2qiPRh_San-_uC2IUQxK~GUtKS zKfbM=+>rip>Zc#=R|1#V_6O(d`(>PeE)nY^Iq#1Ux5k17AA?UyF9aLzT5MoGVDrl8 r?LyY|&p-WEnxbvB)<qJb^i<)W>J>4X3hH1iV ztK>zV`Kuyp*2Xn#&hFZh(|vaC#gcyqV(DCY@~pS<^=eJ zxB}@;A%|vO$2MVyRzas$0XT9-VnYSnMO@oO-8#hGJH&R1 z?vr=-oO=J@`G<$kKRkNz>FKLa&t89i{^r};kKaFh{{8*u|Ns9zwde5z-N#oFDg`egA_Z*SZVI%FWg_8=%w;5LJnR@Z~Z#qK8W z|L1KpaF~?4>9)$bf{p)E(|0U60$$+2P zn4#-{!3l-t|NM4)N)|VLzh88#n?r0KOA^D5j}0&Q`L@r~tZF{2uesVKzTp1)Gb%D6 zzg#mjzH>Yf{qoLE^!?W8{ORtm(?4H4yL+oVU*EMLsYeH%CMLX;Ty)#{z}n@V9naay z=PB{syE9MNrlMN#>zoHa!he1Z{`utF;kq~t@4AqqiyoWa;=e5tyQJdA#*1Npo7YV* z*s!&)!v4_eaLrq`hYD5*$jYVGFkXB*@!3K}E8ANQSHIobwZBwt+oi&5!h#2ycf9D< zc;FY4B==W&t6=zw@W-peJ63xO3W_|oyx0F<$QbCi5Q7g&FPIwE8f@S^VDiG~?H6b%l-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkZu)pY7=y91tI|;a)O`^F}E&B&n_viZW*6m1^+%p|4Eu*(~M%Lo5atyPMK?;KG!~D zd2so<#HRZP&pkMN;o;GX&(Gg{aq-r>yHDQVd;00=t4~i~e|q-%@2}tg{`~#_|Np;q zV^N@G>?J{d!3>^W-j5zXi8f!e0w|Q|>Eak75uSVAldnO6$05*V1DDph&n(~Vm#8Q- zKDhr?)t7PM3KM4Wqf#0bg1iDxn5CT(Hp|#Quyin7862_V-PSFe8TYNuHQXG#l7Fe* t!}ynSH`~%@%Q+SNwUw=Qn)KtdK7Sqix}$dM%7B(Jc)I$ztaD0e0su)Jj2Hj_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..856c246e2cd21ace911230e729f65f5ab10ad3c0 GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E?EyX^ zu0Xm|$f23nu}#>aRnVzb0FIoI*f2ps=T;$?c2T!!MzPb4V`rEq%(6^g;#;)TuXw3{ z$=bMvZH0Zi%BP%~vG(+=_2=eozP4`vjZKGc?>PSI>b-aOo_=}x_RFjH-`{`w`Q_WM zZ$Ey2|MBO?&;S4a{r~^}YjXYrpi}rtg8YIRWYjfQu3fi&!<+XXK7Qh0PQMJ4+2ZNq z7-DgH?d6+7O$s7x398=4jbg@8x#uT+uiy9K25a}6Wyk(c`d`e}BFs{oG9loapwwjl z`9}Vi!c@-8R%Cd^F3HgLq~72+(U=1Wy%D@g_FA4GsX7Kd#e)RZBwE3D9Kppy?E{-7_(a8x7 zjL&-b6f!~+65cW}v$OGWEM~M{EW;5X*;0CNZ9*5rMO~(Xa0Z4SZiW{>No%tLwK90R L`njxgN@xNAys<#y literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4f121405789627c61566adf48810955aa0d9988b GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0LRf=R~fi;knD`;f_>ftL1@(X5=QP)_xcHR07Z{C0S z_=$r#{W4I-&(p;*MB{vNf&$Ns>i>rima;BrxLU8WfkWd$zs?6yjRN_|2mApK?71WY z8p{J5Iu9)P!0n~*pN;E^GItFlSB4_D4-1#UQ-vSyEFB%y4D&;)JIWj`odKH6;OXk; Jvd$@?2>{DnS=;~s literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..335e71a0f6e4869f4b6569bd5d43275b85f363f3 GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF@Ck7R z(rv;H&BAtV0#2<0jyn2QtpZLTt^_IpCD==X{DK)YG;3;mdTKV^kp&9rdb&7| literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d919b9c207699c8a5ae327f86728a74c47b825df GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0LRX=+eex+bwR@BH+{_;M^+U)F$B6D&Pnr`JGz$optoBfPyQz-GTNn@RbDl1vBuA zip9n!BsMj-wD$A}bX>^<%6NOaIEHAPPfk$anX&r)p@U|u3mTrrsu*x;1a#{Zh-z#Q zk9;5&@Ia4CBB0SYz@hWNf)Cto3eT0eV;H$Il(SNl2CK(Du@vDr Pps@^|u6{1-oD!M@Ck7R z(*Kb_tAG=bxBOM>E1(2>NswPKgN9~JZBI|lraQ7gAze=w#}JO_bP0l+XkK6+1^Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..da1c01e0738e749a1c0df72b24d8b43f860f9e57 GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0MeL5NH)}0xHRzr*sggny)0tFPMQ}R4g_=A+f2srM0I=pyNs=P{!NS#W6(Vd~$*U z&y3aY4;?gPUC{6}R>go*BcNNSKvZLcc;o}IfCqY95&@0I0S=u97JT4#Q+Te#9mB|# op~P*%#5!Y>z#mm6mm{_eGgv+LiKPg~0gYwwboFyt=akR{0Ho7u=l}o! literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..77a5e28d0b3a0c71d1e6d323a364db5d1a29c7ad GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF@Ck7R z(rv;H&BAtV0#2<0j;#Vt|Ns9l%dOr5lwdCj@(X6r(5$KL>8aUtM;0ig>*?Yc!V#UE z(7>p6JwSmYFd>1Hm6@3>j6<2hUYVC8K(eLu;M#@=DIJD#Rt63!1&iLv)$@TG89ZJ6 KT-G@yGywoD`8{m_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a3469d9af13f4a4a26a2547eb1cee291a2817a7e GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0LRX=+eex+bwR@BH+{_;M^+U)F$B6D&Pnr`JGz$K_dVE|JUD?`xK~}uO!GXn1NqZ zEH*wNv8lPGwWmj*<4Pt_#@o}yF+^ixa)JWSjMe8495iEH(C}1J#eh>IpjoFtL}LSc z2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4x1C4Siea*%o8TvIkV=J?f+_r+ISz|-x(6qcjh$hZxt30+VgKlgWV^2nF~*sO;=eP Y#k^r>)a%<{fL1biy85}Sb4q9e0G~co3IG5A literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-selected@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..70fd58eac5a06fc5bd0d6f6c0e3029085439dc3a GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeLIM6EK1XOq>wFN^D3FhQz#s6yo=YO2u{^+`^T2`+++GU**|@GK sbJs9(Whip{uy7eXRruk~($P`PFh8`qqs-yb8KB7wp00i_>zopr07F}P9smFU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..7c6a76d3e4a310f1907163ba56411b3d41ec0703 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF?J{d!3>^W-j5zXi8f!e0w|>K>Eal|5uKdS z!1(M-k%C5OLV_+kGdo)u$6^Ni#mpQ5k}ahN*CueWUsPo(2xnmE*Vj498nZ_MsFlIf L)z4*}Q$iB}?~_AT literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-mixed@2.png new file mode 100644 index 0000000000000000000000000000000000000000..eba25b5da4ce55930644dbb571a02088f895d24e GIT binary patch literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0LRf|NrkF_yMwjuO!GXm_bHeW98a)>o>f4|KZ~& z4(9aBKp8(z7sn8diOC5HJTt2AA3Rvfx}f2zwaNw#jSKBMA4D_?_#+?i20W1Ek_c%0 zAK=h=V8I7&FNOVVTvrsiZ5X*S6uEs^xD1{u{BURK=%{9xBbavKbh_eOpverLu6{1- HoD!MTKbyW25Oony1Kf0AfRtxU}RuuWC%jWhDOFl z#-=7F=B8$rX69Dr7B&`^wzl@Jw)SpzK;+===JjMX8RX#|>fs&c z=^b{$`T0Gd-8>~he!&d#3dc{JJoV?#pTB?mQVTa978NlU%hf$s7XP9Ey0t= z`^curk!fj{e(z6YI?2Llc-i-j?)^W9nxtJDujn}5h~i-4e17^)pyU*Rr{|o6lFX0% z=kD&6*V*;^9Q&lcOVdl7p1JM(#n!qwJ*lldsI)h=U-a!!$CF=m-wTI5mYP26^24fx z)!U1Tdbd6_o&I-Q=x3g4o1&i=KKU#cn;A84WB=rkIU657dad4n{jib#k>@k7Howa$ z->c5}*Lc6f`-ziM^tN}XvKVab-)q9Qu;;z{1Pwd+%wnboFyt=akR{03N@q Ap#T5? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-selectionmode-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-selectionmode-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b635b412ef5f801e74e9d2fd7c0272581583d7a8 GIT binary patch literal 675 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSrUm$f zxB_W4Eh7~TQ*~_Qfq{{Mp^+g7 z85cSz21zTiZI>*g4zUyV^T?*gJVRIC(ladpSCLJGywgx(B$r2fBI$ zx_Jb-c>+cc_PVSk!?QklzJLg8YIRY<>OwtJ*sD?%V(I)8{XLYglG#GcYhF zd%8G=L>zv5<95&?0|B-NOkJ$pIs753I+ASUFYNh$I`UM&Y_+#)H)9O^{#Eb$Y0Y`} z99v`mdC#XgR_v?Ks4Gt`XKd*a{mbykWV6>S1|HP{uEMmrENVg)%~#}NoKzYaBo!It zzARv0ddKF8-@(`V=VF?c9*$r5!^QKShxPoq z_e|P5^}*A$2UXjr{@PpqvP+0$??70JMG5vg%1u2ABp2bP0l+XkK;Y9*D literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-selectionmode.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-selectionmode.png new file mode 100644 index 0000000000000000000000000000000000000000..03311efed2deb69ea3c59f17439e3f3857cf5dfe GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWD>c0G|+7 zAbsxKx%21GUjl>6moEcpAom3r02y!Iym|Zf?YnpHK7Rc8`Sa&5U%veK@#E*upTB?q z{`2S0-@kwV{rmU-|NjW9mTaI|TqQw%!3^>W$4{I*1(Y>!c%lasUG3@O7-Dhy>Xoy6 z%?bi632P&?oO2iM`28>c7IT|hf~Nc2&(j~KPnK=#eqxrb?6%tQ;BP0LHnFJ-@+{IW zaZ2SKn(w~f)NA2?-NTEo@|Pdoc_}64qI&NIQNLMV+pQJjWy;o1*|~Fx mTyWFkthIYzZvW;tPhT>^e@)FTEk>ZT89ZJ6T-G@yGywo9aKcUi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-selectionmode@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-selectionmode@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e979f8c3bbd74801d117610402005023ca2b0a2c GIT binary patch literal 615 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pSasqrp zT!HjOFgSPa+<6!PvXQwkVJLm!!iASFU%qh({T}zJ2@o^XIQ$zyAFB^Y`!HfB*jd|NnpG+oVN6`vgjY{DK*5ef|8a+B){` z+yC*?=P!S2SY~Q7Ffaysx;TbJ9DaM_W?7Sg09!)Ls*FH(L%rNAr9JKyWE2Q+VEnuGTkJQkTWhVpaK_nO6Z zWlepJ?A|M>iO#nx`blFPK4I;rNM@ zr~dr;^Y?FGYGDXa+``kvF@z&JIiZ1Z*#~2X0Hp&5wtdqRxKoypu%DZamB&Wl7^9bD s0dwT{rWdo>czWa%yl1mMSjWI{*xz^SN{g=sKrZuoc5!lIL8@MUQTpt6Hc~)EP60k4 zu0UE%%Sc7TR9)LdUCTrbgpAcRP1Q6^foxSx6EzH^rEQ?4W1yo80eVJ3(dj@_1WJPZ zf*EXm{rs!iI`;0{|MAo3FMn%TW@-cFay?xfLo80ey==|bpdi8;=<4cn;oFdoEA7>}V^K7v&e!IDN63}7>Pgg&e IbxsLQ075-;iU0rr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..481a15e6ebf2b81e9bce00d25ee873d9b7853df6 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFYB!C8W3cvs%fIGWum2HsHLS3B-OM`bai##_=N}pmGYJZ`2{lwmseC)PMEal|5uKdS!05L9uEPYK0|%_0^9al_N=UF~X5-|!BXEq(OR|7D p@>;_SVJ@DYXA0ikEDzQ(F#J+<4=H)*uoh?rgQu&X%Q~loCICr!N>%^> literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ce9562780cb800d29d0e0bd91ddfeadee253c6e8 GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EW&u7S zu0UEz(?DI_Tus|dP0K`0(^yr*R87-FP1{&a%UE5*SWUx39Vo74qNQ!1tqTGAH$N@f z4%8`B666=mpsJ_u84y%hR6KFgjF}){Em$=VD4XHw;uvCa`t4*-z6J#WmPnUtav%QB zH+B4YXo2BFkJ#nUuBjdo+0y@_!*BcVKE`MN*fpm2`82F*Viy%_TJ7ZWtd)5omxCmO zP9o?3)(@sTr(e94{_T#v;z?~D;}>eVy1J<|zcfuPK4iye60WPV)mgC*XeWcGtDnm{ Hr-UW|j#g-M literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4356b0ac3407588cd75fa6c316f00a0ae1986a GIT binary patch literal 244 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF2R^0qxl3~i7eJTK@toM5x<1Po?UdD57f=z>FVdQ&MBb@ E0Fjbcg#Z8m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..bdafd334439a1cda0c82647e3edcf457ac90768e GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeL6kzSkVgS@5P!i-9%)r6JD<~?asH|#Y>g4R|##R{^43vxWba4#Pn3$ZPz?5?T zKR;{z^rjzk{!cu>vcTaVx2vOuz^mU}A~)`9aIg#QZ(#Z^D#&!GzJcjK>%;^90~rr7 zJ-^s2U^zk6u~Fv#A%S%X_r$++Xfe3Pir8rV*HKh^#dzgcai!f;&lNzM7(8A5T-G@y GGywojo_(kQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..90d0374562aa65031c51f90f518da9f81fedf1f5 GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFI(F>XWiYr11}|T}eE$6Tg$oz{{{8#^|9=}FXHB3wo{}KHU+Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..554d44958d1bbf6c4f25fddb7817bf99e083e4c6 GIT binary patch literal 336 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0ZN;kyK;J|&AKHZ2L=4-O_bKI~?A!g)Y! z+lTlc9`Dv&ycD4@W14O6=KfEzZS&r!&C88y|M>T&^v<*!{Kvl=Iq;qk3IN*5;OXk; Jvd$@?2>`Dql6e3C literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-selected.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..4d32106a91fc846c32e52145ae36bbc8cdc7aa85 GIT binary patch literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFgN)HayuC$R#B%{*NkLpY+76B-zooeFg@h;3{< z94Wxz!!2RK>&WwvlP9JrVM9X@+Z~5*2?B>r7_(lQuzopr0A4U$zW@LL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-selected@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..7b361e3461209ca7e8cec4c4a0439109142522a9 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z-fS%AyRG#{v0xFpCgn1NqRTwYzn*51L{B|f3Ds9>>3 z`3@NH9ElPBUi7~{hhh3jqb3Hq!=Y2uCT>)YF-%ruw|y=redmU|VUs>b^o4vE3BM%4 zSrZg99Fmci52&t;ucLK6U$!H=8( literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb129da8b244e26f2e22c643ca88db8953c084a GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF` zJkbM+T6(%ThHykDCp0iF`w;37pmgAX*>4_!Hzf%P_nDLC=p{U`VrJvkNIk%t!WzBt ka6{uo*_6zU40l8s_6ND8d+u_X0W^fc)78&qol`;+04cU)DF6Tf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/checkbox-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ae8ef7b929e41b2dad7e7690e0434fe179db53 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Et^qzF zu0Z-C7@RwI?mP?t*~na&FqFP<;lj(8FJHZS_4@VeKY#xG|Ns9G&k_ZoK>{T~e!&d3 zzJC5yZ5?~}?f>}c^OwIhEHkx%as{3)jv*GO-%hp^YETehakOD@OxyYIf5_?pC4~*A zCirbPpPlwbJgj!%!=Od?_<3&JuMhCqsmOXLh^2SNZk82F5li+>Na$jC!gxSr*@swz z$0z5$&v1_aFu_$|!G+m-)sN3N_~vMyw>nez(zbNvpZ1CO9nRV;S+vtJ8fZ6zr>mdK II;Vst010uOuK)l5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/pane-separator-vertical.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/pane-separator-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4f5d70f7b112aafd658d1eedf07a77a8dde7ab GIT binary patch literal 172 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eb!3HER{MNY%q*#ibJVQ8upoSx*1IXtr@Q5r1 zs=p4xj7}P}D}aKMC9V-A!TD(=<%vb94CUqJdYO6I#mR{Use1WE>9gP2NC6dTdb&7< zaLi0jNk|AtPXK}>1s(}W35g#-ED-_3B7rU(FBa_%%WQIsuyx)R i%LtV}uV2^J)H1~9$n9sCt@;ya6oaR$pUXO@geCxnQ9BU; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/pane-separator.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/pane-separator.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f1ca449c51555e918bb1ba9f81075bdc98eff5 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^5k5_L+Qlh;h^Y&^!m@GO(-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkZ$9#ZQyZh<#ul4cW&W#YUOuq;dgEoaBdL*vYlFhTp$C&1u;;Nwt=;Yu8pa#O_roX zwxk14cHM&~*+4@@OM?7@8AQdzLqfyCo0?l%&z-+;@#Ck@U;e#xdNBp4pup3`F+@T# z_h6(@vx120!NnH*fdWnU{_2~o*EoHu{qCNk&(AHcoh*Fa%ymETOW^h!Nii1=Uq7(M zUU|dGnEN%S);LT!shK*Hfo0~LplLT7eV?8AIVrNyv!3lhrR_Ja%dU5moG(_1Rv%s~ gH(g-b!bfNMSDojJKJ(eo31~Nir>mdKI;Vst0L&nR0RR91 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0f68fc104ee3916e3ce9abf37126ff672bdae9 GIT binary patch literal 628 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E+XH+; zT!Hj|28L#Sw`P8)c0Pw@KG${umsTK~-?4??p`FjUP0+bTz^PThxs~6snct<2-?@d~ z3CM2YcWwnr2?C{@S_B+{3P8$$QXs`ntzdC5+ZjXx#StPfH4v3BQrp1VKo5v)4D_uH z^{n01Y&}$MJ=APHRe{K^T-2dl)UiU;v04~tms88u2f{$7>y-rg1v4-zDyyg(8X23I z+S)lfyM%;>g-1j-G&VK2>^pGc-MYHZ$Ezi@@vvD(Jr9QubwWBArg{n z4_3z?OpsuE@LSN8y^HTg!0g1E*W9%3-2Y$vRQCPv&6n%faZguSyYMYrV>W+OlTzip ziyx|*<{V=;Rx3@pbAIOI@`7c;n-p>muh5M+l>flxUSyVzMO9*}UeKeBP3i%8kt;b< zJs#)JRhcc@YbP@MmRTR)zOpMi8pc_#HMTB%<`fy^y(q*dmowE9atG|Za*83V? zea|)~1>au3sQK!&S*)oJ$=mxL&$sOj*U$~y)utq;?ZdiKPTS^@hnkM5(3~q`IuEZW zZgCcC;kPI@Pw%_$=2m;A=b~uQlGhh!*l~6(xw(CgLcyBt(g#`pGFK&c`d>0)Qw0V9 NgQu&X%Q~loCIB5M;b#B< literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-dark.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..51afedd3f25b895886146c51f6dd35280d2fe539 GIT binary patch literal 357 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^zfKP}k zkZurl=oGPT6?ASAaO@CpY!z^A<#TD~b8hEzZsl`o6>w}3aBc-6ey0|G=Qe&I!?{J! zNk`wxRL>?$${}0Ip;f@?)cXmQK(i!Dg8YIRczE^n^$pxTJUk1Fid$M++q!!|Af$bQ zIZ#cur;B5Vge2=hM!qHo9)=C~%o-*B{|^)nZuoc5!lIL8@MUQTpt6Hc~)EivoN? zT!Hj|28ISc_cmVV24062VW&bpI%j~xA5 zV&%-V>^*DE#0S&8zf7DUC#ExN$1=}J_cQk#X>xuPEn{mLc=#Aou41o&rKf|AjOUyw zPCi1%%^n`eDb#H3QL$Ne^3k7F^YeWstJz+&?R~sv!ABYHRX-L@nYOy^{dFUkLpz@C z48OFUnYrPZ^v=Li4feAOuR8GFO#SxW%-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^zfKP}k zkp52!Xccgpq!l(vD}0Jh`0ZWC@9a8pXU_?s0p{y6wgb(QC<*clX5it~(>HMU@GLAU zZfR}n?ty|^QBURp)nt3RIEF|_vL0mQJES1Mu%U>(`_upRR=#ZQx(p3$g|6Gb1!qXC z=Y02GN%Avq&kfb1HOwXb1-=Z=mU`dVovP5dM@P^LsNdtb1{-j*o%i596IRYIY@4G(o|~;OXk;vd$@?2>=!4nZy79 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-selected@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..dd186c2f00e5cca594e8531e1955edd6919dd187 GIT binary patch literal 584 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EGXs1= zT!Hj|+JjaBr!HyV9$DWWdA}Y-ztxd-tE1~y#{yBq+W3a`iH)ysK6-l_h@O0S^77NO zmp~UiZZ0_tbewTXkY6wZqmZzOw2Z8xl8UOHzJZ~eyGKT5UVcGYc|}8GQ%h@GXAe5y z3yzTnYJcSE;uvCadhO)fLQM(+4qHujXIA>^bWd70P4xf&LQyG!Ll;cuZog~G%&pV* z(cMSAgP}!%OC~t%n~~4SJ=2oTeqitX8YzEfql4X}*NaW_Ha_b)$K-wDrCwUo(j)Kv z)FT>i>r7bLvL^1(L9Z$oj)+H_^t+soCe7y%?A6{?sPEc-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkZurl=oGPT6?ASAaO@CpY!z^A<#TD~b8hEzZsl`o6>w}3aBc-6ey0|G=Qe&I!?{He zDDJc(q+&%_#mca%4^LixdIm(V|Ns9#YjHHtOa|$aAirP+9$r0teFJw756{A);+EFd zw(cG%aDVTU1XPyi>Eak7A<24>k?)X#0KZuoc5!lIL8@MUQTpt6Hc~)ED*}8% zT!Hj|28ISc_cmVV24062VW&^KR$i? z_37LH|NptQTb=^lYEcs87tFvYBrGB=BP*+@q@t>-r>}2d=;rS3;gOMnkl}q+beSB)NlXm!x9^n zdVDWe-o9(R;Q-SC`H5FnGB-0=P1E{#s;!-4USQx8RjrK^PJeyJWtj8pXqCN-s8jDX z>Fgtk&SewDI!^z&{E~z7!hP-vrGuxZXDBP`>iA?nnvoJIbn(WKCg(?o-~M~z#VgId zrS(al97CQntN%{@vd{3Rktoy^st83 z1bUqfJ^VdeQYkUu^Bv=tw;LH99{0wqx0o{b)rG7DEjH=j^26-<;w*G!ivEY4-f~x= g;BDt2?f++()1D+T8S?th0Q#N5)78&qol`;+0QMaA?*IS* literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked-selected.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..cad4427b710083c1e1a8f0a1b8e2c9e634a5a729 GIT binary patch literal 365 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4B+Yr|+;Ot$WSivFVIw+s}B;3q^_PrDYSR zsIE*fic=9S?m0F6ins8ZH)8iMTP|MS5xDm3`8StcH%?GF&vL}<;E$b)D}HNxYK1bF zUKgI7^uBUl{D#$*Q#_VS=DfLn>_cdsYQRdV6?QentaEH+rmL*~^|IkY&Dp)T7!OMF z3l#oWGMyXD7-jBJ7Jhc+1fvgpHHCN1-MI5x{6_x;#tk(m_x=-JAPV#~gQu&X%Q~lo FCIBx8j-3Di literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked-selected@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..2ecf36aa3eb6a9cb69453285863a89856277421f GIT binary patch literal 644 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E#{zsp zT!Hle!2wzYoVsOvdSrciu3Q@19zer;UC+W3Zb35~CBK74Zv zh#tMY{rKaPSD&7~0y;mv>)BnPPxMNH{DK)66_r&~4ULRVOl|EPon1mg!@?sX8ycIM zTlO6|aq`sZGuLn2ymkB4>$e|2fB7}(m}nPJ=QmFm#}En0wFfh!83QHQ9y}Ly<#y#x z3pku$#C>tzmp}jQry9>Gp80n6?_-9ZYqR-l>odx;nsj!`UM`4knsQ25m@QQ$#&5OZsuzJ8#|L5)sh}-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkZ$9#ZQyZh<#ul4cW&W#YUOuq;dgEoaBdL*vYlFhTp$C&1u@XkijayGp_MDcsy;q> z_37!WPtRWe|Np;pY05&N(V`_me!&c)V&Wm8Vc|{9Ev@IyU%2@3)8{Y$UOK&)0#uOi z>Eak7A<25sk*`@nfZ;%*_|YTZ{{J_5=_vSuhoOO~^2syF?+%XE!h80&FR5kjxVC&k zI-|yXfj*W6W}&TTOx0FR5Kv_@V`T8T>cNwJAmFQPF;nc0c!poPYj1KT#0DEx@m^Rz jo#|rH_dVa47#i#^&et&8s_eZTXf=bUtDnm{r-UW|prC@_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-checked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..b168f1484eb145ba67c6bf67a66703995e64b972 GIT binary patch literal 645 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E#{zsp zT!Hj|28L#Sw`P8)c0Pw@KG${umsTK~-?4??p`FjUP0+bTz^PThxs~6snct<2-?@d~ z3CM2YcWwnr2?C{@S_B+{3P8$$QXs`ntzdC5+ZjXx#StPfH4v3Ziq8M;us9;?QKqvNC1+)tytG{EhFD ze)l)!SGumuz6&zZaUd z7%dia+i1E~a*E_ugRZqJY@G{N*1B%Y&*BrAee1Q+t*Cv0n-`R1oTIMx+BNIE34zOSWdKIdNHB_5ZT8txKI m@!Xngx$k`he|nShErxETLJ@w6J-`ISz~JfX=d#Wzp$PycNC0O5 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-dark.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..07901935e66f12f67e6c030b7d1836d64b7c5501 GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkZ$9#ZQyZh<#ul4cW&W#YUOuq;dgEoaBdL*vYlFhTp$C&1u;;Nwt+QJBrsn0KF}c1 zk|4ie22nBbkkGL3rskH`bLTHy{P^kfmwzvvUQ7WhNb+=X43Ut`Js8c`q9EXUaPf~Y zw~UYP>Q^Rv9RH9gI{(nW-RpL+-pN_@$;DKBr_m>lW#R7{V|zs{u68tdZlBC!@Ukq3 z$zopr E079g5{r~^~ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..67f3760f6fb58dcd857e783a44bc79fef885abd2 GIT binary patch literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!Hj|28L#Sw`P8)c0Pw@KG${umsTK~-?4??p`FjUP0+bTz^PThxs~6snct<2-?@d~ z3CM2YcWwnr2?C{@S_B+{3P8$$QXs`ntzdC5+ZjXx#StPfH4v3BQro~9sFEd(g%9W^ zy^^I7#p?h7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-dark.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3e5cc543f082e817618dc347ed058902e773a31d GIT binary patch literal 334 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_UfKP}k zkZurl=oGPT6?ASAaO@CpY!z^A<#TD~b8hEzZsl`o6>w}3aBc-6ey0|G=Qe&I!?{J! zNk`wRRlsRm-o#HpBScGr{DK*Hc=h!44ct9EJPV78TUuM&x_f%g|3{iGNsfp(x_-y<*Iv;_&MsT#V^TbIwetFmUsD*~yjpW$ zr5}^euDK}UFOK9l6Y$?P!^{F{?G|5P%F{p3y+oOhHP PXcvR0tDnm{r-UW|QTS_- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..5da58e69ad099f5121e7e807cdd0995c1d649ce6 GIT binary patch literal 515 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ebpbvh zu0Z-f149F!dmFEF1Fu7iuv4dyLyM4Ii;!D4zgs)MOFN%KGoM{EpKGh2bCZB$hk#?N zfNPV0OFO?)E1zR4pGz~Jb331Ni=b1Rpi_&0bDMy3tAKNhfKv;D5K$PZNPtfOxQ6mP1w%?G+bt0c%Tn1NA9SVUSzR#s6-MO9T#U*Evc&E4I@BO@~} zFTbFyyrQA8sin28v!^Fh;C?Jn*FjGg#}JFtYbU=JYElqzTezp>;-yp3vjWt%z5m~I zcEL;zYYX4!>h~qf8e1pWJN;dg;Iu*M>q^Z&%bpJr!E>ZFLi%RCe`m0mb9v>BMmO=A z&sUjwOp-;T8Yh0b{E|~(Q6h66=brmX%o_7VjAA^N1UzukYu(p+ooDBXB^Mq!Wed;S zCiHcaT5ybo_rc?=*Nd*^RIHT{=9~6>-=(F@&K?O;JO7qwZ2xtE&E=qG`q%5Xj(4gp pPj!EM|I?&BVvEk{uhaZD)4cymqGFkC9MCTe44$rjF6*2UngBLfwI~1p literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-selected.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..a7a7d448b8792051e06d87e6b8186911af3beff2 GIT binary patch literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^_fKP}k zkp52!Xcce*DwlK969VcKDhcunX5it~(>HMU@GLAUZfR}n?&&$Qu+|eO8|&%f7$PB= zd(e@uL4kq!AZwt=${YXd!<;)FKH%B^C~n>ACnq+Xnk#homd%zU+Nb1M6TYi3FIQ)s zP|LrK;pX>*@CRR(Fx;HX+wo~RTinXZ4DQ%TyLTD1)OZ{h`|+7ULy>dEZuoc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-f?Ln)66VQ^2SsXin_NkNv`2{mD3JHry%g8D!si^Ad8yLE|dt_wh zwY0W%_Vhf+3KIgV-|p$+7-DgH?c|F>O$q|8OGC7RgD*4~ZT$PcevM(*0)@k<-JyQz2?WM+^oi{A~ZjWif#G0scuiB^Yoiva~edOQ{TLMuyFS731WLp z=6iZOoLJ5)qPC)tn@eM*U{=hEo&$xAl8G`8UnYnx6|9PR;e1H>ic^mCr_+Y|3%k9T z!gZHl*D`px=j+bqMn|RcP0p1ZE#G8+AA7k!zIM(XtF>qL)@!ewaUp7h*2k&!&sbOA X4qEkPSMW!m7Z^NU{an^LB{Ts5-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_UfKP}k zkZurl=oGPT6?ASAaO@CpY!z^A<#TD~b8hEzZsl`o6>w}3aBc-6ey0|G=Qe&I!?{He zDDL$C|9^w)yHkKhh?WHT1vBvQ>gnqnxO;eb78Vt^w6?Z&_w=00+gu1#kl^X!7$PB= zd(e}wK|#RvAp5zl3!nD>k2GD991(GJ{f_0Yy`qntUAD}}qwK9C-_Uh@Cdq-5*<&L3Hz#xcsbqMe#m)ON{oY}q OT@0SCelF{r5}E**!)~Jh literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3552aad91803baf8e15784f86d70d74e979a6967 GIT binary patch literal 515 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ebpbvh zu0Z-f149F!dmFEF1Fu7iuv4dyLyM4Ii;!D4zgs)MOFN%KGoM{EpKGh2bCZB$hk#?N zfNPV0OFO?)E1zR4pGz~Jb331Ni=b1Rpi_&0bDMy3tAKNhfKv;D5K$PZKuRO9sj|9_T4;y-~d&?*V?3ua&x5*Cq`k(E_cQc+da)7LjJbaQw2@W{x_ z%gZk)E3as1Y-(w3>+I>t6u2J?)OFC)#WBR<^xDaZXeS!3%2d#Ar^5}Y1B6yCpMo8bR_wNiAb1tvE(dZ^# z^Z6<>k4ds2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4Vnu1^8!PcktZLrSNrTcK^+lY?JhI;)}&SRXiKd-td~$Td^wO(lXx< z5*Oc1@tm}gajCM!`RVsw-TnM(+f+j}o|<;{5dR`p_ky3z58f{Pc`V7Lnoq~>QNxt` z?3q_jvZyetRIcACD#XbCz|DB>(!1~XZ&-eTJJ#_e$CTwk;z0K^c)I$ztaD0e0sw*q Bb7%kn literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-selected@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a844dff56a0ac420393dbc4b8e0158c180d2d4b9 GIT binary patch literal 514 zcmV+d0{#7oP)Z8qAF=g(waa0EblI{t=Us*t=XUF8_a3bRqn@pj{pDw07*qoM6N<$ Ef+ddBAOHXW literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-mixed.png new file mode 100644 index 0000000000000000000000000000000000000000..965f41a7838e4629b204db91fdc49f7f869e3bf7 GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkZ$9#ZQyZh<#ul4cW&W#YUOuq;dgEoaBdL*vYlFhTp$C&1u@Xk|Ns9dybm}IG)S~0 z$S;^dR7^Z1G%UQSxux~o`3o06e)|07-%F<#Q-BJRJY5_^BqVbWM)S2O2)G_x{3FaQ zW9Pg2mB}8*KO~CIKlE?+x*e={a#nqEF%{ow^oe6x_`Al~UQvsy9Sxq_C-WG*EDK`t zGgaEKawCJ{>#0_9!4tKaug(Zv%6NT!`^}9dH9wjAH}SYxujIT8w2i^j)z4*}Q$iB} DFkNZuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!Hj|28L#Sw`P8)c0Pw@KG${umsTK~-?4??p`FjUP0+bTz^PThxs~6snct<2-?@d~ z3CM2YcWwnr2?C{@S_B+{3P8$$QXs`ntzdC5+ZjXx#StPfH4v3ZP<&e7Q=Bs45MBC?^eskvp}ffFZBoj!B@#?4!|U%h_&@$;8o zla7gY0d=18ba4!^IK6iAO}-`r0ar)IgRCMkH&|F#DW(4Tzu#E1yS1#zaE|*s&zak{ zcNrmJV*LN?#pU`Azcst>eSg}+ kR?VfE6>+B??f=OzKQ(tB`@QAaKwmLn+a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-dark.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..a80cc0cb9b9daad32209d61ccd3cf5b9bfb869bc GIT binary patch literal 426 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uVfKP}k zkXF_)Rnj)r(6CTfH&atH)zC6i*D_PnHdWI$(a<(g(=b-kGEvnuR@VTsP1Jx4EwG@b zF^~=Bf<-ieQYPw}CYss?TH1y{H9%5J$4EyS#R?@s ze!&c~atew{=^0tsIg=(&pE2{%qsLF4J^%9c+s|LWe*OOaThFa@4Nz^hr;B5VgkgtIn}3 qjoh=f&QLY*-nY+pw!44(!?@Z)g!h`#rC6Xd7(8A5T-G@yGywpfw2UJF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6f79041a62b4f5214cc7a71686e8da4ded4d2491 GIT binary patch literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EZv%Wn zT!FNMgM+cLv9`9hii(PYf`g2VrIfL;iiVknhN-%`iJF#?hK7l{y0N;pk(!pNswPm% zR9)LdUDHHO!xV^AwSWv0RV`z6O;a_9pq2?xnHq=$G1P&|z*0aiNP!kuFGMj!1gIFK z5hx2`fX#tQK@@{EB1DYTwSdT2L(5oG+dxy>P)l21OWQz8+fZ9uPg@6w^tE*ibaZre zbo6v|^mTOgbU{Gx#w}S;kXn}n`2{nuu(GjpaB^8%S=%}|Iyrm$`X#5PrRU`47gko) z^!87fID5|A!$*!CKY8cg{RfYqymzQ6;Bt(5DCe(2Wz7b z21u|!P_KOH8?3c*$(N=RT&drZXRq0uCU^h;;}Y4J-8t6(itlgnp1FDXGCPy6&pua9 zn^ZK_&grjLUy_OJ2APcsaV&kTFQi;W+9lX!gpy~d-YQ_+A@h(aT*S)A;OPu|iQ`+Q zQ%M{e{1M``X0~d=D=JgPp-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zke1W6ky6qID~fdeu702X{d~0VwOzJt0`}`v4b8HI);=tlxj3zGAH&~e zN3St2&QRn};Eehsmhdx6@ZJH9s1qC|tHrX}LpEoq6(3!=F;I9TZ)f4|7KPo$DPIjL f?Rmq`{b5v}DrmBO&kaeS8yGxY{an^LB{Ts5sy=@Z literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f7844b8b195c40a2089be1d24a5238b2f8f97c52 GIT binary patch literal 673 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ey8?Vd zT!C~$Lqlk2sDp!pv9YnXwzis@sfvoRlBR)%hMBs$iJGplhK8}ay1AORnYy-#nwFWW zrm4ERvAVXgnwF`Wrm315P|!q8(?ng%SY68qB%%r8s)CWarm?!FnVN>FI#3X(Obe$d^gCvp z$pX6Gt|Z7Wn1P9zg_TW7SyfG4Lsw7V+Sbm|(b>h*(R~EsX+|Ub7!Tpop z{{J6sH-$+z+WPT~>-xsqx1VJCukk#`gjeizf|XUd$ekDGcV69dU*l7m!=)Q8DjVBU zE}Z+^&8n;&eY4~A>e_p%y-!k3oR-aRbJhEF_Jhjf()Sa(CH7r0Z)-W;bh?y>F!*D=-sS6JygM4UPx|&t| zWmX28Fy6}ee`gsP9&E`8yqFf~zFu_ov8{4pXX3=RuRi`ZweWF-<{9zB&*D_Ko+>R~ z%6sy@7x$JLBeQE=5!p$X^smSj2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR40PFVvUNI}?CdR<&qFY9FVe@b@QpOLIt->$j4x=g!PkS7}A=! zL;tbyhg&jCouLx&^c%a)v@J=S5ZHO8w#CN9hLHuT zUvJJ1@)4WUIQ6rLWA*vSgf!a=45sHl&TYzGAoy7BspZPt%ZqI$v0R#T||GUom*P`njxgN@xNAP`Gz2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd9a00dbf3002009f2fa7530f45348cc981a41b GIT binary patch literal 575 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z<#-~ivuGkSrp(JKk^3ua(sV&>rF;ujDU5*8H`mync_mXVc{S5Q<^Q`gYc(l#@< zu(GzXwRdoGc5!tR_}vu))cMxa#WBR<^xDZUg_;a_S_Grkh~Mi9+Ow+RQtkii!Gara zDLn4^UB2IQcFJRm`YE^XzYAV_`R}&(g4?!RExuHls<>Aq;I+e#eH_=gJgVRSb8+U4 zTzZhPD(_dY!m~31(+|9P%H2DmHiPr-%6;<_4(lBCxFZzdP$>O?t9z3}o1n6Z(>INa zM<-4Us`#R%n5odD(;&+v#j!!VfhAWeLs_#y#*Vk(32Q+nlb^u-`5AvwLar~YD1$QQMV^j0_HSED_x)G2@@mt?2dNZ@9a?*?sL{%d>|q h_r6~){$F`1+$C7~x9e7KaiGT;JYD@<);T3K0RU|zEmi;k literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..41ed4d9ffa62667f4e11c01325691693d25fc649 GIT binary patch literal 395 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkUoF@{IO%lu3o)*^5n^L=gwWabm{Wt%RoUOH&duaT=*WwS}H8jv*4^xqWYi925jx&F_mYs+ltBd%d^z zA&KwzEsb}7XZoX>UA1<%Rc{RMv8wme7Fz9`@>*=usZR-u^xPJ6aGB+or?olVaK9mT z^o9Jxz literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a83495380c6fe9fb2072f3e85f428d52df010c9d GIT binary patch literal 657 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|NmF5S_LHc@85ss%$alN&YeGh{^G@pmoHyFd-m+rt5<ws*aAP_(Vf$DGGym|Zf?Pt%P zJ%9fE?c28>K79D}>C=}lUw-}i_4n^zpo2xv&B_3Jz`i8NFPMRenVE%EUO`b=MMYIp zOWVxc!qVEt*3QY<#n(R|G%PzOH#e`cs=BtezM-Y1t-YhOs|N|h-A;W9H0rmfi(`nz z>9vz@7BxADxLkZ7W!jk?V|Y=Z;JBQtWZJ*~o42qvD@_jwySctLZSUP#-&|grCTCek zS7+^c%3*yyTItFrac3>F12ONo9~Mt%EK_~8-#TF)&(ZQ5X8C{l6ZDmDG54;HFDRH$ zZgoJj?YjB<>+IEkUWqT@ReRKs@PehTjL%=_lfikd1w3k=hAjEA2bMC5JG0g_US>GH zoyq5i$%Dfo2c(+VSj@O0mNMFBy7yexyXjx|%z<&~mi|*`3jTawy*2F8hFjA!_o?*U z{v*A8+WiTQns;0#b;bOhcwwG%qHA*g-eX;#ckU2NzqoYQ(r|a-*D-rfu2^Ni`I7pZ XjNTWWx^lU|U|{fc^>bP0l+XkK%0N^c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-selected.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..aba589ee61620882ea6c052c593170e0c499a0e1 GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR402bOxh^qTfqwn6xatI^{rOvgUOFZ&dC zX)fP?pPG0NP17BRS)Qj>_Ve#?Ir43V!qSpv%X=3W-L^R<5?;~Mab3P?$|cix8+Fv> zPI2&8baj|pXn$BSr-tjDS7cJ$44nhIX8R8~pIm0JH$m%q%-+)7FPqGCnP{s+0&a0T0*>iu(N vdSCA+hf61%jU?|Z`|WdHaN}x?&35yHZaa!wlZuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle;R38CJ>&rT$E765FPMRenT3^KKu}0VR!&|)QAtf*LsLsfPv6Mc#LV2n(%Qz> z&duG!)63h(*UvvGIVCkMGb=kUzo4k3w4$=Ax~8_Sz9D+i#0v}zj8dL1jv*GO*G|q2 zZgLQ5H7{V@SmSwV%^H!KZZBr$AnzxC{{I(Q%c3#;WSUL672DtV z_4#>P=LYX)Q=zr&mP_6-Z(EqXYSmUA=?|}e|0`wq-KD;(=I}SO*X50cGt)!lT6cK< z&1!J3ThMM`;lJ;F;;G_U2PP*kV0S;s+|~PguD^9JEnghHJ|)KHX=7$p-m=^i2Qp@QFirk@qPOu~y_0mSQrF((S64N@?Rx04 zasAV-%kfK(Mt)tHcak^zTkzhQS0~)${K~uZrP0Rr^exuFP-pOT^>bP0l+XkK{Opkr literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked.png new file mode 100644 index 0000000000000000000000000000000000000000..52594602458b89def52a2958121a47ded48855d7 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zkiLBR@|iPd&YwSj@#4ixmo8lZ10WkH0%QV3fB+%|VIz}Qu3Q010RcqUvuDqM3?TXZ z`SWkzzJ34x{l||VKY#xG`}gnv|Nl+(+D`%PlPd}G3ucg&Q&3b&&&bNonKXI&jG2!f zKY8~2%hzu|fBpLX`}cCc{ojBp%RF5iLnOj;`@{Jf6a-iWtJjOT3O@W-Ug8>pV-Ux=Z-47x~sIVZ!X{1*;2yE@1F< L^>bP0l+XkKf&Ie7 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/radio-unchecked@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c01664c05c71cbcdf32409dbf9e81adbc37391 GIT binary patch literal 716 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!Hld{rk_HIdk>u)!Vmk1KG!p9RqUDojZ3P3@%>02&6AuxBz581R)Fv8z>F|a4tj_ zP!MhckPR^bE&|~~RFXm7xN+m=&6~Gw-Fo`;>9c3goC+MZ{B?T`0>-HPoF=3 z{_^F^&!0bk{rdIq-@pI=|NjYJFAMaibxDw4FarxK8#@Olm!*}pt%IYJv$wBba%x(7 zPHui-WmQdY|AdLN=gd8P!;aVNwHRQEGptK1^7 wvi;gBi?!~nqN~;gZBDzoI<)AQo%Ub;`&(Cj-|&pV4H(J{p00i_>zopr0IcDJFaQ7m literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-dark.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..e9c86f70c9e39eba4fcaaeb24271786832ae818e GIT binary patch literal 795 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jA{Ws zA+A8h{}~usgq=Et96AJDS_GV01svK1Tw3{^TKS#Zfh3<}o1kN>Adqx!6L4(dcWmQ# zZV_;76>x3^as{1WY!IUbq{|7YrWIrkhz%s$kl0Xhut=q-eWjQKvItOpr6@?GK*}CS z=1bWZN!pnLft9ez%i$D5-_C9N`m}?85pHy?dM*(d=Bl19 zjv*GOlM@!0Cx}iAyzG61`Af)B*NDI^8$6^QU!EZG;$=$i+c&972YW6YUfvk)-O?>7 zvLo~3p)VgEZ&y2WjE67BhgGr4;>*X|%}b7-IdiQ+c1e4n-1>Pg;l?5ll+JTpInujC z!H&TU)N)~VQ5Z|sC05U)R=*Oj zPtNFFcQQ(Rg(tg;XkO;K=1~4+YTCIA)KoXbG%U3Yvz>9SIEW!jsNLh&tmuTx&5{E5 z7CHFF1VsK9SaVUNWu2yo$djH;Dz58h%V-oy-uS4#Si<^B$`QAirme1*lC>DTpV_>s zD0SU=_{)y0PYOmNn|CP2-pJS>>%uLq4RJi)t#0?V9eyaPGW(NvINQ R9x%umJYD@<);T3K0RYcq9P0o8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d4b1dde52dd42ed6aa6eb4f3ad9eab5852a074bd GIT binary patch literal 1450 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC3{3I? zJ|V6^#s3)?RxyM&FgP?Ygid1cZ0EOW;B#-|b#CBsYvp$C5_M=5vF#LbZ4q{A5pwGg zbZHTAY8P;5=67r6cWUQzXy$VTDsJa%bu8^3cazf&8(6G%$HsYSrCMZmcQ$mIt~wFv^%IJF6Yq(JJyia~6C zC$JhI=?KvXv;rs&Gzz2!tP8{iYXrIzh`?NsjW7mC7VHMN6h4M25LmgJnVOnex|^Gr znwyxJTe@4Am|0r5TN#;InY&vXnOU2;TbsMv7@66cyE*8aJL;P|0g-{Zi=MfQk(;Zo zxvQRqo36Q=u7#VCtGlj+2MAeu>$wGJSO$WSRgi{Nh?-R>5NWxFsab`oS%+!5hHJP) zsR5B|w7P4os%xBzYl4bvvb;?S2-#-H+GfhwW&%lByG%LfELqzuS-UJb=R7I9d?1px zFOae;l(H|Ca4wZ}E|YLB7k91@bFLJ1s1kLk1|i34QKvd#$9fq zU%h_!>GPMb-+ui3_4{9*-+6yvvYhDY;usQf`0b6K(L#;+3spIZF;3g714OD5;N zy|8A9QICk%T-BEo_&RT`y)a?R8^1Ge3^uR1a-!$KU*^TUNsV*o#>Urwto-xO?sH{Y zMR{6W$*zw*dsCiEcl%6}l1R+bS*G;3D`(oIJdM^s&y|X?jVEtpI-mWw_O5o!y4A&8 z_xkEKyqn>dsFt(xh{nU~a!Q@cwPSWh>OViD=eBm)?nafPSDD+>mRju;m3WrUJ<;=Z zfotBT&0Dx0^KiPD)g0Jnb1|}KRgot znBAEFO+Ko(sH!7rS7Pd!nH4f$|C(qxzx&YX8JHoP<+z?hdF}=?F4=`XAD=FjdSS+$ z)pGd%oS#!9_r*P*x60yv1m8yf12KZPJW4G@gRF&>>LT==c0c|8*6YYax%P+&(|La; zOy`hYyso|aNXY{==|>M&aLn!N=d#`TC1y6WpIHg-8Kn|EyH~C$-_mEv6l_@7U0^1; z>v-oRHg|57o4fY?+JA_dw{P0o$zsm;L-nMl_DxIj(0K3v^_EOVn)CO?PxmS&K6w85 z)xP-=R#)mbd=_%w*J-gm#QH*hx}0OPf%~_B+WLp@^m&(WZ)Y`ivf_P&Yos>(*j{r&}3GJf}-%eSn08!Wo( zh9;}(Rs*h;x_UFtWS!akX`AS@$W`uMAHC_L+U=nw(o!$G=$uGXjIB LtDnm{r-UW|G?^*j literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-header-dark.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-header-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..ccd93aa51ae786e4821de690fe25fcacdb80d35f GIT binary patch literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h{}~usgq=Et96AJDS_GV01svK1Tw3{^TKS#Zfh3<}o1kN>Adqx!6L4(dcWmQ# zZV_;76>x3^as{1WY!IUbq{|7YrWIrkhz%s$kl0XhutR z=1SNWh}-A_fswtQp}n4wy`hetk&eExmY%UT5b2xi+gs>4Sn4`hX&6{*0+FGUnvt`r zku#7~Gj`T=a8Wb%S2PU(A|!3>PjGIH_;hDNS# z?q1$Le!(Gm`GvFQ%$>hr>$dHOjvl*w~QcZ#|a? z415hw7sn8b(|fPn3_D~X!1f@_Att~2fIp^*(^M|RflnsuYQY-OyPNXr-nP*v?aoO7q2*NbXi)Va@|75SJA=C zJ|4bqBXS|0YiGj!p0|g--{5gNYO8OYC1bLrb;p%QTCS6~F~`q8XYSxs^;pDpE%W`e zpJsPhDH$CSQO$MJ-rKQ4X;D_wA|CD9Ik6{s4=Np!>?(_RskuJZqgQxtPVkmr(YsG( z2R;5{Q`@@8V}Hd;+0#6k-7Bo!FCJM?^;aYJ^4yMhHz%+5E+{@<862N>HgwMiiM{hb zC7b-(->7@bM=zmoXTEI6dfv-h%xbSW?Ns`$@LJO9*sekWxrgQDX49Ik+ltOEm!N) literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-header-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..f958a30ac91cab91bc554604cbe86b3f81ae3dda GIT binary patch literal 1453 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC3`|M^ zJ|V6^#s3)?RxyM&FgP?Ygid1cZ0EOW;B#-|b#CBsYvp$C5_M=5vF#LbZ4q{A5pwGg zbZHTAY8P;5=67r6cWUQzXy$VTDsJa%bu8^3cazf&8(6G%$HsYSrCMZmcQ$mIt~wFv^%IJF6Yq(JJyia~6C zC$JhI=?KvXv;rs&Gzz2!tP8{iYXrIzh`?NsjW7mC7VHMN6h4M75E$9(>FVkk+UptF z>+9(1>*(nl+8gNT85-IfYv~zl>l^Dkm}u#lXzQEk+neY+nCaVFY8Y5)7+7l>*k~Hs zsT3Cv_uN4F_*!6CV&V^;I?vP&5rtG7C_3 z2vjr;R5S}zaST>=2vu?jQ*sPfa)?xPj8brnRd7s@u}lOZt5hkgG!U{*lXgmzaZH!8 zN|&!-v9A=duL2>5DiOyzVTU?l$9iGM zCIQDLK_GH!hDL`|3phL#cF*+(rjmq`AirP+MrIZ^c0nOwF>wh=DQQ_bc?Csf6;(A; zGjj`T8(VuPmx!q7nAo`Fl+^6pyrPoQvWf{4CrzF@ZSk_L+qUo6wfo4i<0np@I(_Ec zgN6g?x<4k;ymzahVeg*SHCj@+U`tD7G88g>Pl0bu-mSLQV}bc znU79un_iF=yTZc$-?CWKxMuG;+u*`|8)cH-H{Vp+GVfJ^){-(cmp>cATFOqnzr9tl zy;>;EG0yBsv#e4{%PzThhL;;>=Xf+6Rw^;F)B5w}5qB=1#mx(%2Hh8C{#Y^Hd9(fX zCk@TKu??3`1{kY*Ny+F=NO@iL>OU91sYTQ_zbGEt@SPbUR#9Dw3-{Px%`SdmCtW3= z`@WQu*?xZL_rFIjE&SI!ce2H&yOw>sm)>fOv;NHSsy%X3`>WfZzt?42?6uWdA?T%X z{mAzXZ0uGyuOC@;<7m25Y>i&(bGJW_F0XaCTO&VZVcv=U{eESOmx!r87ko2m-@DU> z7Zx~_=e75xd&rl4UMr#L@ptAO`!%11=CA4wnCtREFV)uZ^`s}q%ljm^R_AWo?|)*> zs?#zoc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h{}~usgq=Et96AJDS_GV01svK1Tw3{^TKS#Zfh3<}o1kN>Adqx!6L4(dcWmQ# zZV_;76>x3^as{1WY!IUbq{|7YrWIrkhz%s$kl0Xhu*eM4xEZGL$Ra@X(~aUFB1`>C zmIanB^2!HtyCglkq`W3+g-_NFpQ;}<)gXGBQS5Z%*y$#5^IftRdgL$i%wOzPu+*;@ zq$>cVacz9V-nyBGIu;)8T6Ao}@^kYxpPRq={DLj#7jC_C5*YzkdJz^LO{wbBVyfSMzjn43UuBdoVMaF;Rr=LAq0rSN8-l-CM>>WO65) zWlnY5HY>y8|9^9p%tueF?04n!%sIS!!@@}|yX@YVE|^@a=VvrCW@()Mei^o$4L&&& zeO8^wZJk@VrSg$Vacr`;u3_u6i5e%DWZhXPRlLZPb7IK6-6GCh4TitUOPm(*a9`46 zVBDngwcl81&nAV}%p2V5Cs|2Lacb#ktY_#5xcu=qvudfCiO@_P17(J9D_$--=ns_s zY7qHhD|f=wx;v&bczdftBLbq>9xR{co|kdOy^r<$W(K#H*Z-=1Ek4~OEzXcSaY@O$ zpopLgPkJVud8uB$;#k|oN1c<;gih7HdPL>co!KhI|BmJU%r)0B`)_x0$!68dI;s3M p&M#8tbGC&}3OIZ))0*wAbcg!eSeujoPXfc7!PC{xWt~$(69DW_ULXJf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-header@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ec395089e818950085fe96f0d9f882277ba09385 GIT binary patch literal 1458 zcmah|c|4SP7=L41lVdJ~nbM&twK;0jA!;rf9gcBi$B`qW(jqfvqDalmJ4j846v`~Q zvLYoVsmL)SCe&hVOEGS8h6($Q{p|j`pU-oDzt8V^{&;>d_O^#KR57Xm0BG1y$W+Lm zg47hI3|Y~-rd5zrW)N+hU@(}p+pY^rR|QjkVE_R3p+Z-9V&d08MLnjKE7LKE&SZOs z_yKG-+xT=~0K?Zi*v~j9#6NY^0s{a_IQyecRuFj!0P+FnC;%S?I41x$e1t_5{1B)? zic+`csgYu}@jNZd7%eNVCXtJ_jz*EWNFpDJ=OC;(2qGVj=fJHXG9OOj!igZ9z(wOh z6oHE(gD4V+BtRSvg3Lpac#0xqp(2roB!CDK4?zSGL14m8V?t0UhmSjRp-r=6S(<8;q>&`ykG)sE=LI1mi z)Awx|+4jtAhtO;)E60(Y>vX=*`^rNfNH`CDxkZqiVjdx3$G9EVxA4`5KZOJQd$$!!M;6-ae#iy4IpKDvb z)U|x6Z|xC%=n;SD6@Qey`$P7wP1e}f*VNu8>F9qi?QfP2wRH`5bPsoY9_j3v8W@=x z9Ge~*n;!l;GcrCiIx#=}?fdNf_c{5(ynONd!s6oM5+qAY!UO6`(4lxSskV;53gsVu zR6(INSL^8NVX$lU*R9`RunD)>Z1LBk4PnwQB#BFVf?NlW!2a@ zxk#gPC5y$1Sa{nvE;lfhhtX%!)vnPkd`)gYn^)rGsamIOOBCWOHzwZC8jSUJq81!U z@@{6)?CmN$x(Hv9F(wn|FuOcqQ7>-HL_NG3eHVzY=f=1O7xU;F< zl7f?4%GImf2REVz3bu-EnaM6*X*84gIDW}?0ef|3e#S>T!*NEkmCu$hT4y?6a4~|4 zT^_;I8R1~Y)w=3caz{}3!7%4`oy@o(Zl9(gQ`VGW(NmJ1qQ(0tG@pt#ZB`1%l%PZg zg$G@fBD@He!LyY=-<#kDoTz849Kwn>#D}MdN!UEN!}?Iu4WFZ?EgrjtcfQnEkljyO z`KE?h=2&Nu3|>vJynRIxo58*3=7)_$O>(%~wxbk&s3 zs;4Z}$!@V%0uXDbY5s2>eKYVHL&tpn zolPT~TfesJPer?AQob#y`7>#v^q@QXp<$Q9`C=@L7diE8O{jfwM1F%2>#(PTSsXE6 zZE|you}p8DbmGX-Bm>;GW4JjtMsw|wwH{|qjgb0^B42{dLtg=~v9cu>61}ec4M_Ku Ak^lez literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive-dark.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..6c2971b14312136cb7fe3d943bb31b9e02f58560 GIT binary patch literal 744 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EZv%Wn zT!Hj|28Iqnmwo|aW?si;VY@aV=MEvqRzc?$L5DUVDd5z?@6^Qa z*vjwH&hOmH=iCM)`JI{t9ohw*TEVhy{7$X>jxGGoZ9ox0$5sKyN>RH?aR;C>pkOP% zbCoEVE$EytWe+sDNXpI>2&~-AEnLkl+%1gFElka=3{9;J&F#!x9ZcPw^vykWEIjpH zL)5Io)T|=aoMTmh$Td;fIZGC3h+V#vLm>z`7fU%5OF37FIaG)_SBW`Pi8+(a=bZfWa7XoY`*{;*sRj6I3V+|-@%|?>)3c&Anq6so zma`nU33L3ka@J85OwGjv2GADpCshjA?VT|;LtDN(9Unuz-QUO z=ibKa+`#M5#$($eY?&hYZ=BDQ67VZ|N<`x$2R)*$Q=I%Cz<~HW84*KR!`sU7h z=FWz$u6pLKdKRvRuI_pko_ZGEdaeN)76BSoK^j&eYF1%Dq~#i};T)+3M6S_luCXev z@hYx~Dy~WLHYxHp8L~E6(l%K@Qr0d@);U+oE+2@b9SWr!N+q02rJTzooGZi}D#Vb zS-=&#F{FcOvIwu2$;PcyANjR3Jz(oK`EGw(IC}PynLdY}azFo2=Ra@q%egbFr8#oa zUoTy0dq=vr|1g`eT>rN=f76XqZUwNIsZI=7%N>0G?81Bhvh~(>G%09hmWu9pXT>GF z$D}FnORI{Z>dedTdTev&{Hy&hO<;2bllRoe9b!p$1#Gk2tM z`c0oJ`#s=y`YqW>Uw&JA2e7|t-Y4YtY~f;-y9@U`dM>U%;Y?GIz|ZG0OZGhc&i${s z{d4bAfkfU}yf2upKD6~H_UTwraIayV)%x2Z7a!h#siSeW&8XmL1KW!GhtC_yR-9~0 z*^%vVcv(>G|2LEE*U^q>CS7INXrL`Fr^2W-#0JMV7;Y%mvf!v z$zA5^*U#MjE5N3;BW9E5U&p;WH(H-bRO!9v@b4jCWc1bK6`oFuw@mQtwNA|67hT}H z@A3O7SCe(GK0b0UddIERQFfWEdG88kjyUab%&|+g>TS8w^iM-%$(fqc#48_|va{R- zg*gMyt*DfEd+V*4PWdoc5!lIL8@MUQTpt6Hc~)Ep96eC zT!Hj|28Iqnmwo|aW?si;VY@aV=MEvqRzc?$L5DUVDd5z?@6^Qa z*vjwH&hOmH=iCM)`JI{t9ohw*TEVhy{7$X>jxGGoZ9ox0$5sKya$&o2Q9GbApkOP% zbA>RNE$EypVGA_5K*ClJ2n-zzb@U8%^o_OjjCFuW-(26pLeIfUL*GgZhzy<744qXB zoq?p9v9p$gpQ3312$=^cn};hpg)2KmDmuj~I%P;ZLxq@Am54)) zkW-C_Q=C!4P^Q9oGWX^qko(T?Z8IGIX}GK4Q} zTy6L`L61uzvgD%K-s<9XrVoaft!^#H@AJ8I3X`8{l%Q> z2j7p^vU{95az3EPIDhTZ9=ntjcZpL)Z04~mbQhoFbyiLPa#w0Kud0!fYFpR2jJ}T^ znRi|+J#pdf{WsjnOAGhUo0_PxOOnqpOwww?#p)S~|I2<^24DAc3x0m;tID6kc-PC` zFWs+XgbHVul*J@U&$%fYcKJ+wSaSUSe{(A%G?b$nr(f8{vGGmT5rJ}ZiSq|v&+Cq_ e^!q0s#k`gCP5wdEm4d(sVDNPHb6Mw<&;$T|c@RAS literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6d218dcc85983eac22360e1c6585e78cc1197e48 GIT binary patch literal 1325 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42(+x zd_r7-ivKe(G%z%*VhC+uaOjh@J85OwGjv2GADpCshjA?VT|;LtDN(9Unuz-QUO z=ibKa+`#M5#$($e+|lap6a zR8&?`H83phPEJWpOV7#8&CAO#C@iX|tg5c9t7~X%Zf$LA z@96C8>h2*IEI(JR!oa|k?CIhd5^?zLjn~majw0*{ON{bUZ~E?@5v#NEh~6z%O;uy1 zJ3;B&y91q~r5SHsy(SPeS>@ZG%NNx)a$8#)%kBSR^Kak#edqbo)6N}yeDmBjZ|~{# z3KH{Lc+-qzWIoK#N!0whk0Hm4XRgxtJY zD898m?asm-hP#SoU%Ay@C_m&Ow(I)B+f%~-{5i&)siVQzSbvUj)@QGOhYI%zrhU4Q z=Jb4J-x2~pTFmEIfKv} z=hBWM-#6o% zT#ehaY~Az+$K;MXo@tM=Q_hw@vgw%f{OLxYO@9O)=6>>Zid5*7^eC_Mhb!LaZBN{p zp220N7~E{TJEFO=I6eQrM@7=&BQ6z7{s*OB{&rs@+Mu3c$zopr0NU62UH||9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..75def4b42848e38d6979c91eeb3592a17cb7cb0a GIT binary patch literal 790 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{}~uM1YP4kmPr27IbJAbZQ05w(&c)@;kQhJGTKv1RYxi9A}uu&M=J!Dgz3( zg4NG3j%yKg1{%A>zhqfp*+S1epx!Pi&n_wNNm}7kbi$|VM^4p`o@y97-8go-Y5Y9r z>;<0ri-5>Gf08}`=CJlwh9aMz;a6IPs?xB0??Ef*GTyLa&1gTogd z9R;F`uWvqjd;8JbJ5N45dHLzt%WrQ#e0%@t2M~Sw_Up^HU*CTG{r&s@|NjwdE&zj& zA-p8WFPMRmUqDbwT1{P3OIy#z)-E(GEIcAPB|9g#q@=X0qOz&ExuvzOqocE{tE;<* zXb^bR+5#Bn3Z5>GArg{%4`#<7OpsuI@L!-)Xi`?qpx!BmDgR`6~uDE_poJa6pq;fc*Epz@d|gpY1D$lOtr!eEp@hcFDd1U*|;!h+*V2b&~vY^sT1f5J^P!-*R4y? z3R9kGJ=?a-mM?sZhtc)evQqxVA6SBpt6aXs-e-Kle-h&lR&%3Dpbu-(Y&%kavpuRh Vk*?s^v=A5_44$rjF6*2Ung9%^P>KKm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d01eb4dad036db4c627b973a43c648c828ab42 GIT binary patch literal 1411 zcmb`G>r+!l7>5s{0zz_5B35n+Dz;WqB0JWBuv{VrbY5@^-5JqVl<&r@nq|0>rA9Uy0-Pzse{q2XHRYZhu zB`kAV20;*ky^X;E^8wJktS!OV<@&$|OqP6%9c688J@{hhbFj3@*cQWwAZN`&xA@Ab z%mr*Z3YgJ?$aJnin2?nW357z>RNg`U{)CKV&-AR6>c6Q@5M=Q%A}optWHSVbAkigg zw+KQ@T!KVSJ47o`g?+Gy9H=6*3rP$Sf|eqv9HxqhK_cQ-8G$Y$pfbBHQZh?KVgNyk zU~&YNz^oH6O9EqZA}S#=afB&H7&wfHVVWGKNnun$#AHO8j6{=?P%%Q2ASjN|)qIMRZ_-Dj?$sZD9$HNDGKJyjz8_6 zQ2lwLn#xt92WqgihH!pEM0Nuwr!fkUt4S!(BmyK_KoYLy%9}GwZt+#OvQ_Q*m3JgH z9f~@gvO%Y8)TtV~PG9L(YrAW%_tf3!Ip5sd)Ykhwp#53hhvpqT+?v+c`P zE_l>x0Vg~XvRGuf*k+j>fk=cAghVDUw_mYp^=enQHEY(nulMry@%8l!2n?ovfzq&@ z5xY1sd-o?Lb5p)Kbcn}G&&bTmJ)C#sSbn~!K!W2kd7(m4bfWlwYJ|=s*C1%oF*bu1 z72To#^Zi~j&A}?8-bdrvdZXj7YxQK0oAjo7pS44reFMz_7bw>y)_Nk7Ot^bfEKZys zNLwyknUj-qOm9`IGn7*A9j$R3&9$mNsyElZh zZPQkTArk2e!Eb8?$g5(cgNn}`PPxCnZ@w~6<~~0$u%yw#zwWfO4DzF(W1q%TbCZ`= zacSNebNpsb-YqlU=9~G0)^9gWf$6{7Tc5|E~n0&oSigI8-yV<(GleY=5wiC ze0_;rT1j;8@1evg&m9c)7&aNwF9#_T>BB#+qX$;((U^~Zc&xH?44AUy*<-bZl$eam z=%ps-(BGdFF41-MHLdLENen(&Qt?Y&%rm(6vCA31J8d_ejSqM7O`p{6nsjcC9rSs7 zLRp_`^&x1KiSlCo&y#H!A3&z5F{#t#V-+}4B(xl)f;Z+_yL%p2VdS%Wt&yz%VYj@1{Z zvPO*d9}W9AuH9!nJ|7~!*f0~MeMjNxSL_&m>UFli&V=ym8cL6oBGs(hO=BOjQBA`%tMpZ8Nq)3!swMF1{w?=B#;an3+uOIV&udp-(T#81 dV`jw^yeCu)=vccVr~ANvf!NG&##QWV@jo1CaLfPz literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive-selected.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..a98387d3642576d4a1ae6ce2b80df39c211eb24c GIT binary patch literal 788 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h|7ix^+Aw@1;hPtk9J za=;|5@F_as(~V=No5oK!O`K_-xX3$yk$2$|Umz-8=2yHWw`)so&zAh2ZTWrM3j6jp z%s$w<;Bfnb?%e{p9VPC+~si-m~`) zo_~1q^3$`IzrOtdx@5z;IfsA&5ndAH7tFxOFCZu-t){N2rLAXUYZn?89+8}qos(Nq zT2@in)ZEhA*3r?~)z#JALkhThxTqW$=5n4cjv*GO_g=XfcE~`0?ZJN5l{*pzMMOjj z<_8^Q2q{lxm@$ulf7$|lXM*?DZ%l~X@`jGTnD*{u%n zH;3)Lx9`sBS;@xRSE}aAN-f0Y|{as$T!@y*v>|e_!#jL#L3mG84{P?WIxIU&&7?X6OSmhtEFH`m_Upsl=} zYr&y2e_mbKdg;i;K-L3R#>V%pmzaEfUFpj3t>9yu%+!aCJ?o}1Ml8O%TRe3plca4F zLr-XJ;qSo9vBqi{i`PHSkUr~kWy5*jgDt$=OTI4tSSL5@UWEz6<$G5*9rzw|{qy%+ pW2@cXJ15oM@!om#$d&qq_R9`_Z%-0kAOwsI22WQ%mvv4FO#taDs-FM= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive-selected@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9ccfe6807448b462ae06435eef246167989a0189 GIT binary patch literal 1401 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&lN zd_r7-ivJHs&??~6D&X7>L_*H(Vy>M)B;npA<=v;~*QXpX0fH;$cd8b94M zai)3VT${AHb}4i1(&jp3%yY_`=L|&I3xLQKh;kRW=PvThT^3NfF{ycDO6$h7_AR+x zTk?Ch74~f_p0KNI%HFz}dmCmSZeMV;YtivZE6&W`cxLX#bMrP|Ub*M;Y9QKs6^PaX z(f+IJ_utub;?AB^_x1wOnS1-s-8*>h*}0p~FWi29@%GEB_uk%q^#0D1_xGN?fAIXn zqvs!)VgtKY-}h-`~Ig{{9OD|AFZL|0}ke_<(Uaqa?^Ln1PXr znT3;!hnJ6EKu}0nL{wHzUO`b=Mb*I2$k@cp+}g(8!O_V-ATTI0IyogZEj=eUFTbF$ zsG_o}y0)&NvAMOay`!_MyNAjkRxI!s0|QgNr;B4q#NoF$-i8Y~im)dvF}irhXsyrb zNnUSUy;m%mbbwcui_2(X(Mg}?DfdKmt2gRsn{HS5^l$fEvx4cV>FL*Ai=Y4aedgWg zXWq=6X&s?6`)0+;tdf!)d-rZQ_ND5sY#(!|&eA*Yno2uQ$K@Tkaf{{3?fw2LY=;jf zq!<|PWN?aRZQUsMIdRJU;KMFc+b>(*4_rMj_^nItv%?G*Rjjz@UR~<9m;LY`DP=3k z^A)eQp1UX4vsp*z?h)0*`i+~}Ls?G;0yCgc)>Xe$^Q?O=PQEs`bA#t>y1c?lLYd9; z;LJ^-FBDGARBfx|_hn5#?Rw>xq(NKKPVeZ?0mfMl!7URdGtN0b*I57KR~LKLfhM;D zU+>>^tvtN__7ltF|Be-TBnW1uyx_R1D07KLSSiy&$65XB^R@r)=g(WWVF8P@*C9^H zT@JGRo`$kJPPe&O=sSl`Sspg;ZcXC3Mh@v$?EO4Hr!J3sX3xE!S<$S7d0o~*cb92C z7HJAsubgdvntY@sIqlVzqXzqb$t+J^Ced~3xA%=X%${anEaLAS<^J}$bl=zD6Dt3k z)@s&$I&13muF!geKti6Q_lDr|;JKXlo|iMUMPAUb&^&&G-#Dpg37Z|mw zzanMXQTbPVofh?EdI){Xoc-P^Wb%B^mv!^kEMND80yugjr|( zDq8OzvO6&0%Uk*RcfEFg4z&oFE*{~de$+#w#M@`t^aaaHcVA51dGsdx>j`%0r_HV% y-Lq-o*1e}+$7?_QUba;}e?#uS-c5|3#rtQzSY)QTMjn`57(8A5T-G@yGywqNGY`f9 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive.png new file mode 100644 index 0000000000000000000000000000000000000000..75def4b42848e38d6979c91eeb3592a17cb7cb0a GIT binary patch literal 790 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{}~uM1YP4kmPr27IbJAbZQ05w(&c)@;kQhJGTKv1RYxi9A}uu&M=J!Dgz3( zg4NG3j%yKg1{%A>zhqfp*+S1epx!Pi&n_wNNm}7kbi$|VM^4p`o@y97-8go-Y5Y9r z>;<0ri-5>Gf08}`=CJlwh9aMz;a6IPs?xB0??Ef*GTyLa&1gTogd z9R;F`uWvqjd;8JbJ5N45dHLzt%WrQ#e0%@t2M~Sw_Up^HU*CTG{r&s@|NjwdE&zj& zA-p8WFPMRmUqDbwT1{P3OIy#z)-E(GEIcAPB|9g#q@=X0qOz&ExuvzOqocE{tE;<* zXb^bR+5#Bn3Z5>GArg{%4`#<7OpsuI@L!-)Xi`?qpx!BmDgR`6~uDE_poJa6pq;fc*Epz@d|gpY1D$lOtr!eEp@hcFDd1U*|;!h+*V2b&~vY^sT1f5J^P!-*R4y? z3R9kGJ=?a-mM?sZhtc)evQqxVA6SBpt6aXs-e-Kle-h&lR&%3Dpbu-(Y&%kavpuRh Vk*?s^v=A5_44$rjF6*2Ung9%^P>KKm literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-insensitive@2.png new file mode 100644 index 0000000000000000000000000000000000000000..e7d01eb4dad036db4c627b973a43c648c828ab42 GIT binary patch literal 1411 zcmb`G>r+!l7>5s{0zz_5B35n+Dz;WqB0JWBuv{VrbY5@^-5JqVl<&r@nq|0>rA9Uy0-Pzse{q2XHRYZhu zB`kAV20;*ky^X;E^8wJktS!OV<@&$|OqP6%9c688J@{hhbFj3@*cQWwAZN`&xA@Ab z%mr*Z3YgJ?$aJnin2?nW357z>RNg`U{)CKV&-AR6>c6Q@5M=Q%A}optWHSVbAkigg zw+KQ@T!KVSJ47o`g?+Gy9H=6*3rP$Sf|eqv9HxqhK_cQ-8G$Y$pfbBHQZh?KVgNyk zU~&YNz^oH6O9EqZA}S#=afB&H7&wfHVVWGKNnun$#AHO8j6{=?P%%Q2ASjN|)qIMRZ_-Dj?$sZD9$HNDGKJyjz8_6 zQ2lwLn#xt92WqgihH!pEM0Nuwr!fkUt4S!(BmyK_KoYLy%9}GwZt+#OvQ_Q*m3JgH z9f~@gvO%Y8)TtV~PG9L(YrAW%_tf3!Ip5sd)Ykhwp#53hhvpqT+?v+c`P zE_l>x0Vg~XvRGuf*k+j>fk=cAghVDUw_mYp^=enQHEY(nulMry@%8l!2n?ovfzq&@ z5xY1sd-o?Lb5p)Kbcn}G&&bTmJ)C#sSbn~!K!W2kd7(m4bfWlwYJ|=s*C1%oF*bu1 z72To#^Zi~j&A}?8-bdrvdZXj7YxQK0oAjo7pS44reFMz_7bw>y)_Nk7Ot^bfEKZys zNLwyknUj-qOm9`IGn7*A9j$R3&9$mNsyElZh zZPQkTArk2e!Eb8?$g5(cgNn}`PPxCnZ@w~6<~~0$u%yw#zwWfO4DzF(W1q%TbCZ`= zacSNebNpsb-YqlU=9~G0)^9gWf$6{7Tc5|E~n0&oSigI8-yV<(GleY=5wiC ze0_;rT1j;8@1evg&m9c)7&aNwF9#_T>BB#+qX$;((U^~Zc&xH?44AUy*<-bZl$eam z=%ps-(BGdFF41-MHLdLENen(&Qt?Y&%rm(6vCA31J8d_ejSqM7O`p{6nsjcC9rSs7 zLRp_`^&x1KiSlCo&y#H!A3&z5F{#t#V-+}4B(xl)f;Z+_yL%p2VdS%Wt&yz%VYj@1{Z zvPO*d9}W9AuH9!nJ|7~!*f0~MeMjNxSL_&m>UFli&V=ym8cL6oBGs(hO=BOjQBA`%tMpZ8Nq)3!swMF1{w?=B#;an3+uOIV&udp-(T#81 dV`jw^yeCu)=vccVr~ANvf!NG&##QWV@jo1CaLfPz literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-selected.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..ce85be2a889623080101481ebdcdc2e697d08dd8 GIT binary patch literal 805 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h{|5-Xz5VFTtw(5SrEDJ%%fwMS_PciMO?e2yt<{mdt`lj75w`Y z{ri;zCuxOG)`^&I96Q4_euinnOtXZ=UImN23zzs5F7Yi|>Q}raw|i?|&({3jZ3TVX z3j6jp%s$w<;86R5;}ch2-*6CU_`UsS?;kjO|KPcYM=t^`dVKuS)6>`9-hTY{&Xad{ zpS-{S?EQo1AD_JX^z_xQuit-t`vG*)wqxzTfI((f666=mz$h&vCvRYAC5*YzkdJz^LO{wbBVyfSMzjn z43UuBdoVMaF;Rr=fxCxSrr@PTuGMXm4!fM1<{7or_wutp|Lc5;oFT5lNM2(<~r@t3h&C3Y|YxojNTtlnb^y}`0VV2nag!% zZaV2%QehVP>}!ve)@`{NZyIZ-WnSr86}3k8M|;B48Jw;n(*l$hX0o%rmCln;lX||( S{UtEW89ZJ6T-G@yGywqT_|7Q+ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-selected@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ce6e0babd9f04ae6a032a0aa3bf891c49afda753 GIT binary patch literal 1459 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC3{0v4 zJ|V6^#s5bE?ht4daB3BFZWDBF7j|hEb?Xpw>kxPElJe?P^zTy&=vNNxR|%S+8Z<#I zWV&(e4Ab}-rU^666X)2b&9O_JW0yA9K7Fo3#yrQ&c}|)0oHOUUWG`^ZS>T$p&@FeN zd)^|Cyk&u<8OTv@aCDiE#RcXjRlYwPyk*?scvo>TYsp1!y5 z%)R|*?;kw(?A(p#7jC_{boN<$S;_Ik(q^!T~J6^Ok6@z zN?KM4V@ ze}AvyO%X3EE35r`^!dl%%KV$>r?-`-KXY9ydH#lX+PZxQ5>_<|E<2W@abf+56wQ^p zf+VI+c@>m8W6NBzE0_0g`~6DRZ1(1R*Dta^lfA5YrbTzE#M9^9Zb~QSo-25owswl~ zZVA)b<)tc$>+&oNv~QkVcfi0ts?+6Go7N`bxl2PO(l0oxJbtQk`slf&5K*389IATf zHhH{And7i_c6-2M-l@xv&z(}c!YV`6i1Wa|DTx`Tr(UXUs^r#AK6hmCito$)1q2MAaBNxW>@8u&usso?zinvHpz7pPhMxIfds^3ZhcClj0g_C6KJwmYP`?Q_Q#)}J>f$d`S*Ao!}rqv7QNQ?n}!?UgT5YC@hoY*l|H zQ?O~Fcfyl}#vcRy|JVJAn95vcRwC!8?xfo?J;WkQ;ozmORzH$mS{J9iY&m+t+Qx6; z;$;#pPye1=c&>4G&WpG$d(1o7>TH(3`P;eF`6suvzs;wskxuKh%NCqJb*G6fq3_AE zTdBK$Mjw55_e9gIg)K!sHQg%;7EET{+i1G6`Fw+A{~^7~=UIOqTwdcex90uRg>ol) z@B4jQw8YHvx!oJVd+$ygUYIcb-5oAjf8n?{VzUf|-2cwJbN?*&k?^akEBu;vJI>@! zkDFHU^PJJ5Fnxuezgv1DPrf~JMk&O#ra=8_DZj|M30V`i%nmp$UUyUFM(>)l>+9!U z%G9*IZ(_Tuvhm-7`;WKW);Ign%p9<_c9oB~wd(pMVs46Ck5*2O?5%V=x9yKn@K=w{ ntl-Fh*XDfrxIge%!as&x&+C4P3H2%f^8$mXtDnm{r-UW||A}xG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active.png new file mode 100644 index 0000000000000000000000000000000000000000..2deb8d3c289631b8e5ecf6b35f64fe5abd5fc9a2 GIT binary patch literal 805 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h{}~usgq=Et96AJDS_GV01svK1Tw3{^TKS#Zfh3<}o1kN>Adqx!6L4(dcWmQ# zZV_;76>x3^as{1WY!IUbq{|7YrWIrkhz%s$kl0Xhu*eM4xEZGL$Ra@X(~aUFB1`>C zmIanB^2!HtyCglkq`W3+g-_NFpQ;}<)gXGBQS5Z%*y$#5^IftRdgL$i%wOzPu+*;@ zq$>cVacz9V-nyBGIu;)8T6Ao}@^kYxpPRq={DLj#7jC_C5*YzkdJz^LO{wbBVyfSMzjn43UuBdoVMaF;Rr=LAq0rSN8-l-CM>>WO65) zWlnY5HY>y8|9^9p%tueF?04n!%sIS!!@@}|yX@YVE|^@a=VvrCW@()Mei^o$4L&&& zeO8^wZJk@VrSg$Vacr`;u3_u6i5e%DWZhXPRlLZPb7IK6-6GCh4TitUOPm(*a9`46 zVBDngwcl81&nAV}%p2V5Cs|2Lacb#ktY_#5xcu=qvudfCiO@_P17(J9D_$--=ns_s zY7qHhD|f=wx;v&bczdftBLbq>9xR{co|kdOy^r<$W(K#H*Z-=1Ek4~OEzXcSaY@O$ zpopLgPkJVud8uB$;#k|oN1c<;gih7HdPL>co!KhI|BmJU%r)0B`)_x0$!68dI;s3M p&M#8tbGC&}3OIZ))0*wAbcg!eSeujoPXfc7!PC{xWt~$(69DW_ULXJf literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..ec395089e818950085fe96f0d9f882277ba09385 GIT binary patch literal 1458 zcmah|c|4SP7=L41lVdJ~nbM&twK;0jA!;rf9gcBi$B`qW(jqfvqDalmJ4j846v`~Q zvLYoVsmL)SCe&hVOEGS8h6($Q{p|j`pU-oDzt8V^{&;>d_O^#KR57Xm0BG1y$W+Lm zg47hI3|Y~-rd5zrW)N+hU@(}p+pY^rR|QjkVE_R3p+Z-9V&d08MLnjKE7LKE&SZOs z_yKG-+xT=~0K?Zi*v~j9#6NY^0s{a_IQyecRuFj!0P+FnC;%S?I41x$e1t_5{1B)? zic+`csgYu}@jNZd7%eNVCXtJ_jz*EWNFpDJ=OC;(2qGVj=fJHXG9OOj!igZ9z(wOh z6oHE(gD4V+BtRSvg3Lpac#0xqp(2roB!CDK4?zSGL14m8V?t0UhmSjRp-r=6S(<8;q>&`ykG)sE=LI1mi z)Awx|+4jtAhtO;)E60(Y>vX=*`^rNfNH`CDxkZqiVjdx3$G9EVxA4`5KZOJQd$$!!M;6-ae#iy4IpKDvb z)U|x6Z|xC%=n;SD6@Qey`$P7wP1e}f*VNu8>F9qi?QfP2wRH`5bPsoY9_j3v8W@=x z9Ge~*n;!l;GcrCiIx#=}?fdNf_c{5(ynONd!s6oM5+qAY!UO6`(4lxSskV;53gsVu zR6(INSL^8NVX$lU*R9`RunD)>Z1LBk4PnwQB#BFVf?NlW!2a@ zxk#gPC5y$1Sa{nvE;lfhhtX%!)vnPkd`)gYn^)rGsamIOOBCWOHzwZC8jSUJq81!U z@@{6)?CmN$x(Hv9F(wn|FuOcqQ7>-HL_NG3eHVzY=f=1O7xU;F< zl7f?4%GImf2REVz3bu-EnaM6*X*84gIDW}?0ef|3e#S>T!*NEkmCu$hT4y?6a4~|4 zT^_;I8R1~Y)w=3caz{}3!7%4`oy@o(Zl9(gQ`VGW(NmJ1qQ(0tG@pt#ZB`1%l%PZg zg$G@fBD@He!LyY=-<#kDoTz849Kwn>#D}MdN!UEN!}?Iu4WFZ?EgrjtcfQnEkljyO z`KE?h=2&Nu3|>vJynRIxo58*3=7)_$O>(%~wxbk&s3 zs;4Z}$!@V%0uXDbY5s2>eKYVHL&tpn zolPT~TfesJPer?AQob#y`7>#v^q@QXp<$Q9`C=@L7diE8O{jfwM1F%2>#(PTSsXE6 zZE|you}p8DbmGX-Bm>;GW4JjtMsw|wwH{|qjgb0^B42{dLtg=~v9cu>61}ec4M_Ku Ak^lez literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-dark.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..7feed194842db10259d3b5e26d3f2240c61f83f7 GIT binary patch literal 728 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EKLdP1 zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBpXXo`Sh zVPRoF!N9;k2pJR<1W{uO1Xk{5KxFN1Zf+hFg{8A!N2VC4CDVJYD@<);T3K0RRsdA@KkJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d04c0853dad643559c931291a01da85290230a5e GIT binary patch literal 1266 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42%l{ zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qbm;!;7yBQDwNoyeTFgG{1u&}VQva+_ewz09XwY9agv$J>h zv3K@$bn$fp0#{!rS3f5=KW88Sl5YOa?*1-7;O_4V1Rnlwo&oM&f!^NUzP`SGetrP~ z0fB*mz%UOB3j+ozFl>S026P5E%%ZKn8&Gc$9->joyF~)ShV&BBuVnmj++&+Ies;QA*-+{V8{2>zv7lC(Kh1eQ2!lDm8oUWxJhH%2J); z2A5K*w-(==FW!;XV&leDcH!L7gn8;#4+}4~dM*EXc$Gtm@`8K!TrN)w{w|YrM8SK7 z=*LBQ!n+tHlV+HB?b`NGrh@zPF@gT3d$Kyt+Z8<}4!*q;o%+I*L&w9#alO~M$P+?o zK69(@yt%*V*Tefd?zR?doxVGyId78GI8(^!8uiRVYS&^Xe}^RJNs=%4mwR<>_OPv3 z=#IM7A&^^&9wYk^~8U-7CXf&9BFgx$PB?!9^OR{pzR?(`X-`o4d+nDyoc5!lIL8@MUQTpt6Hc~)E{{wtN zT!AzY#Kpx$M@Iw6C@_eKh=>6Lpdds9$OE#G1%Yg!6hsh6LI6Y=jE99rRuBRPXo`Sh zp`oEbL4SXL2pJF%08yh01V;9H#z5qtudi=lU|?cmVrpt?VPRouX=x7xPF@Z`;Oy-P zL@wS=AmroZ>f;PVZa#i~en2yUra`QLIR1XRU^meJmL)-c!3>PjGIH_;hDNS#?q1$L ze!(Gm`GvFQ%$>hr>$dHOjvl*wI#{ilk`6Y-ZkWzu+^WF0D5>)Q|Lr?EjGZ2Jo@?8^ ztNW*4(Y-wki~Y83*mhmPTWa^});9u$;p>*_x9I;ia}R%drhld_*Uj=n{MyztI?vwe zJwB--Kdf~7f-^^MHYA>@-oEOx41>j0F=?+1*N{>MpZ!L<-!d<#G;F#u(ZoLITSwfE zSFQ}!`}%5xZ9lCzeS1|t;|gwBPT|1z&)=4>DrHb-`&8$6-o~z@k1JEI)J?A~E<}E3eqo7pg>FVdQ&MBb@ E0FufhtN;K2 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-header-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4b1588d09fd36b81267bf325dc593a7b086c53 GIT binary patch literal 1291 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)|7 zd_r7-ih&?BG}OVt0Z4j!dPYS>0U2>|aj~(nk&%%J2?;SVF%c0FKoJNDQ~+cEWy8b6 zfl@#&P%1h)8pr?&0vSL6)CiOUl0XrlI1m5@;Uq*CkOZp*5kM(4L5O0wF1TVi11<&9 zj|w1qkyWC~gLt@P;r2qb=mLR}y&e!4+v^!S7#J8B8X6iK8=IJzn3|fJnVFfJn_E~| zSlYT-*}B`&!>9S{IXM=v`kFMA+x@&X33gR_@|v$rD zb=u-(TeofBv1|8{W5-XNJaziaxeK@M-h1%m>9d!wUcdYF`ODXDKYsrD{V&h&ygvg2 zQ;MgHV@Sl|w>NHvUv>~-e-LCIBKBR>g|U3;x>9y=feEW3*2Id;II?YtXXv9_N?tmx zPTBA7=S&vMxMX5nbea9!!|#*k8S~#inKG^Vby05GRbHK`2@Wa>2-BFod zi_-;UPA*t}u`P3#Y@@5I-;oNtc@w6}baCCk72ABXNS8yhGel*kW8lHndD`jq_9@Fd zG@Zm;ZEuFZ-O?`_bVNy0RJnKS?74jxHhJhMKQ#<`GUcMBT%?#sFNej;h^3c5tx}jY zYa*9K=9bE{nH3D0Ns}e7bXDBgz%{p3XCrUk+qrRt+w9skt34bX^|wu3$o-)`z^H%H zx#8XTw8cuV7as5w)1vpU;fOn z>ilcN|d@D0~e=$v)FgbX-p6}iC4YRDCi!s++pOAm`lELp!|4#j~ zb9I`0N$m9RNy*aRYJY}y1zkxxEY~C>8+;}^O^QlEmk4yVe312cn^tI zJP*^eljr#6cW7q!`O>zssrm~RyxaQf$-dgcNlupEwO0QQ3|$qz^XsOSn>JWWox8rW zfk)nO+A8&?%9V1eg+G?;{E_#0weht3?56quw!JD#dY>GzV%9#EyuG%!lCLW4TrVQM zaY^DeqZRX>_8yO2{QUM)UPr%)M=j1DcZrO2+Uxt`ncr-^GWYWbR4gW({5S9ImScOC ves+8Bkx;YuNJYYu?^WrapWWAxHu%pl{T$2HNoJw>prXjr)z4*}Q$iB}rkoFJ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-header.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-header.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1fd7ec3993161329f5e8f382883f0459ccca94 GIT binary patch literal 781 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h{|6L&2Log${P^($$OQ@m$$$U;0m+XaKYsf3>GS8$Kn748&OUnV^s(cokDWMk z?8MmaOA+jV+Ri%J9Oma;iEuwYUZ59v*#|EJ#Xop`AZ)@e0b~Dt*ckBUb}Yf z(xpq6FJHcR@gk6M{`~nf1$S;_IQ9@E$Mq5YM&fdY<#nsK*CpjgpySJ}@ z!r~=M*KgXqZ~uWq$BtjQdgJD;+js8VfB5L}<0ns^J$w1`<*Qe3-n@MW0`I}#D+v7j z{rm6VfB%*rlVSu0xrC>SV~EA+J(3cOJj5S6S$>(5yt=V*dVa7$G|vi8ONQ8Bg=K2~ z`ql3G;T+L|D?GJXVuLxBsRfto>x*kdbFc6eb`I7M>$j+`-02vTzKrq85|^IOGJEgX z?s=n_!@5ANa1qm?dsnU;6i=F}5g;t?HsQ7aUy)nnC8cmak)1qm+72#JQ8vqH+NxrA zP>S=wB+GuYjgij1>=PHxIC}OkljBT*dWjd^h6|s?CTfZ@-Hi3>XnnU-fZ<}yJ%RIa SE1H3^z~JfX=d#Wzp$Pysh0B5f literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-header@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-header@2.png new file mode 100644 index 0000000000000000000000000000000000000000..df38f3872e2081f98693c46ac3d8e6db3a0f537c GIT binary patch literal 1343 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&BB zd_r7-ivN!SSP1<2^XKp1zyJRI0}22czkmP!{{8!pA3uQPr%#_geE9J3@X@13_wV1odGqG=>(_7GxB+Bb zy?XW9wQH9yUAlbv@`Vc*&YwRIB*TvdZve(wUrCT(Faskq3o9GHfS`z|n7D+Lw2Z8r zf})avp^>qvnYpEnt$$!pa7bumRCHoea(ZS~PE&JBYg_x|X^WREUAAK7#?4!{Zri?N z*Pf%tPnAH%D+GM|`RmuO z-@k!@#_hDPo`HcW-P6S}B;xSf8$W|DJBYA<2-3gO^qp0%V|$RzD_$-Rud8C&{M@_N zFZHms*fQ@%)|M$I3r%DHrOsx!v}JbAlcnbj4u5Zd(thTN@$X$XYoptfZL{^yzMYqs zpCA!7^I^mG+r@ikE;rfr`{1-MyQO_4u5ab&S?c=o`=KVK&X<8AqWgB;ZMa!r=n+&I zHL<2EVMW67$xq+BYyHTy)=RNdD)juisO6;^(-!wUNs`E1vGtavP?z@6@8rmGft3JmG)V*9#ELFnnVy6<-xQ}y{%e|@j^Go>GWnW;P@MA&_Yt_fV zsmo4Hmp@<1|1SH2aKMiVNiW0I<5_j@f93mOs==jd7t&NeVU=t}nl+2C)|XZTMQd;K zy%D?4w}e{#R%5P=c1ugU!ky^D_Iug)Ep7s#vr>HCe=e)r@G2lg^Yo8|?}t{zdIyww zRol-zvuWCbPm5-)f4}HfdhP6r<|aS={F;0Jw|unp`?T%T^c9R-*O#boKQnu><&@&h zn|6Oc`lM=WbbsvB-n)$(3YjBaOeZ}2`z!2gfq~xj#j1SrYxDL+|9PWU&lhT5@BOwg zDV<-X+cfp?+3mZnBiL2a)6Y7-VeYDYRVFp(=eA0x2`4%x1!-w+n&G)%#)YYC)t2AT zm914yaCWP*Hv7!?%r|%XZZ_tNSA{MfNVvY#?E0_!8rcT*42oVKdKVe4IR(rN44$rj JF6*2UngH~oc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@uIyO$Ks-Y#<5bLKuO8fe=AcAh2>b2Lda13kwS?D=RxYI|l~`XCQF* za|HrVKUdEHcOdc(0D_>PAfO?UksuoaVw3g(z2Q_6AhEu3pE)C zuq7O5+uN`=fnB<@X~o88f8$S;Drr4PInew+lfOndZL_rFkMc)PtKyf>dGWW(@}1(w zSBEwlY@1_z{^C-ty}o%lv(MiM*ON|*ogAO=S+wTis?f%nQ$8j-d^|r(Ro*S<<}!6N z@r%29|ttTsHcN8BsON%vvQ#67#CS7rVwy`FXS#{Kw(*7I}E%q!WZR|QHM Mp00i_>zopr0Nx+~2mk;8 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-insensitive-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-insensitive-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..0e67ae2e8b1cd57b51f9ebd1d7ecb9de72226c27 GIT binary patch literal 1159 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)g@ zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdC}Ii(R_^9N03@wEEi5dotgLKoZ0zjp z9GrcffB;Ck0+F9H5CBPcKUW~|^mFwLaQ6=I_Vxyb4=`ka0TLD#2J|e@JCTtf!`Co- z83ThduO!GXn1PXrnT3;!i-(t&k6%DQP)JBvL{wHzPF_J#Sw+>r(8$=t%-q_>-oeqy zKOitDC^9-ZB{eNQCpRxIzo4+FqOz*GwyvSExwW;ey`!_My9X~&PW!)`fq}`?)5S3) z;_%xWH-m2lh_ELdxwdr2m0eqIU0a%Ulr=g!H#Tc&s2AhKYGxHd(?z0@hkpK#&(`Zu zQP~;pUvNya-v7*#hqHIjZ$AHh%JJ#%HRm4G{h$(k&`(_L zgC^tBny`r~nu}9DtBOpGsC#(ehj>yzfQR!Hrmn8Dzu(Sjn9#NR$EtGz zQ#j0>zRUUkUA;kmx@OidgA)t-Cp>qq6x8s|JU2m4!_;{*PgJ9h{HZPn%Tp?cElq2G zoLMmckLoVFElLyWay;6KQ|un!=J~}eX*WeM`kU~nqL7Vu*7A5Y9cfqD(VSA6aKCs( zlFsDR##a-j2Txz^H#fAaVvpp5GY;owEzSM-c5P?h^DU>I=4{(u&TbYeeQN8JZI&CF zmBJ@n(DuG8zIEZ!v*w3av+oKqe|_F%;nwp`202B(a7wXE4NKsakTMA&~$I{+lJdKIpm%cB)_voc5!lIL8@MUQTpt6Hc~)E#{zsp zT!AzYgocJDBqT&dMMXqJ0NHV15EBy<9v&VW8yg)R9SH+KL7*}q05X8$Kn73&oDC5H zav>r>E(8FTg@l9z2L}VWKsJyBa>K&HAZ&kse~7pq5Ewe>89V6f>zkUIT3A>(0D+UY zgR{322>Cj>`Z~M%`uX_<1Oz}#0J;mPcTVvfYoIrrN`m}?85sEm1f`^<)zmdLwY2qY zZ0$nB!XuJXvU74vN=nNrDjS=cTUuJ%IyyQ!ySlo2FoBQM^2tEczIeJghFF~5d*!%L zlYszRLf2mHZ*8*Hh7C#P@Bas_6Bcw#XSew=|Jwoco1SHYE%oX_YrdMaxxBvGCCEQf z+xzr_D;xY~B(L7|WY(DzSLPe8*N|Q!J2^J!uV|IqRjcE^HNVmvVgpS3ZF_E*l=}OK zY+S~nQF*EMV1BbI!&F`SO?LKoWF)MG;c3tR9?Ig1>p!dp8K}kJ%Z)|9waA@yA>nBUc!9waMQI zJtz73%7s|oKXd9%#cFtRZfW6m{q!zx;i^Zk*M)ulbpO9o`Mr{}wU?$gMS)UmdK II;Vst09h>bY5)KL literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-insensitive-header-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-insensitive-header-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..56036217ea7740c6d270b68616b57ea38a294a88 GIT binary patch literal 1147 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-@3 zJ|V6^#X!)|&=49L>fqo2Bz=8-)6&v_3_m}=q@<+i=x882ARr(iAt5R%3dl}QPL7L< zi;Rp+OiYZ3hyaQJxj-qPg4o#D@bK`Mm>3`z2!P@cHc%YM1(HD1fEs}eWN{!HC=O8o z7l#W%M35B#*$@+e3?Kk%gp&|m5H2zsq%JxdD53`hh7Nkh4*L4~hK7d5#>S?mrsn46 z7C>O*YGvbY0|XA9Hcp;)Kma72yn(^u03@Bgot(X$U41=0J-xlXfuRHppOBD{u&^+o zmw}!Fnm>Et`w76%%r6P@3ua(sVrJpw;^N`u<>MC+5EK#;77>+|lap6aR8~h8f0vgYX2 zGB7Zydb&7zv5<9g5`2NAY}BYNNNX={nS*_-6Z;$pslQ%a|SO|a^M zaN0;aznJy3RYp`aF2f*U&Su9G1uIlO@`#GgDSTy_dwarO$5|U9wX#-kz4P*Wx95_{ zOFWc+{@!}dLF2sQ-Ga(hGo^y8_dc}g<~el9({`!f zC_!n_`4=owCT704cJD@ea3zcRGXZZ_*>F)s^ArKK^&yjXbG&72Z+=w59)IvDy^n)t?Z52W~yo>&$;ZONU?b3*%>Tp0ve_9fW)U z*GEF5Zj{~*cPPvBdcVL|_2YtVKi+L#e&W4$zIxO)h0{@Yw&j?;HcOIQDcHT*P1pIW z<#V~^j_1SQ^E&!HuzXq9Rk&qsYR0~EOS;$2ytk8yyJ)LzY;X1%>GtQ>`Islp7n*qB j;jKFxUjNUZVn3r?XgTe~DWM4fefY&6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-insensitive-header.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-insensitive-header.png new file mode 100644 index 0000000000000000000000000000000000000000..e0740cea2cf5edf1f8d266b2f228a5364b1ae7a3 GIT binary patch literal 687 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EmjZl3 zT!Hj|T7vIj0Jq`Cj~_pO{)BKpefsp}%NGcH?t&HbfN0Um1&dZ5K6>Kl(Njl{pE`cx z%<&WFPMkV-3W&~JICJjeg$oxhUc7ku^5v^nuU@}?{r2tKj~+dOm;*HV@87>b(-iM4 zI0^KXTS<^#FasmMfS{DLn!2Wzww{fxU1(T%L~=@YPHstQSw&@IQ*%p8YgAi$PzuuHaj{f%Bx!A_@uPyg1Zu!uI!!t=Oi2rY~~=PIKTGiM=pi`Jz~K7Fn=xsz&rE8TVnMozDuc|}I+ z{Q>Pz-OJNDd+m4vzid|9*q)d*>rscB>yBdrQ!a>xzu4aRm_>AgwBq~rY{|!$PZ?y- zTkz~?Z-~AXgD0Ey>UF{1-+Q#0&(aAp`FeoxQIVCkMJtsFWzo4+F zqOz*GwyvSExwWmmqqD2KhgguiUgi%21CzC$sBuEG{lrp{ zr7L8DLRJM-MRbVePtnlv-L9GYa^w5||4*iIUs^Id=Sk~1gTvq3pR}L*V*Gp4&06XC z@6F8hYl9bF^~e!lH{)(Zis_dP{>w^O%@0h@Vc9J+<3Ny*7VF%30+SY2Eo@pe$=lYf z=fCHisYOdPcM2U2_{h5d#7q9eGu?D9o>~#O_WO3L zxx#cW+xMX75^77e%Nzz@b?v*{b^fIE&rqDyqRQa0KKS$#LwLVK{&&%TH z=5F^XZrilt(cafK?avmtsAw*1Gb!iW+cbyg)I+g-ZN@C3O1@Xm%Gcene^g$!XZ?&W z+Y<|q2TX8wH4lgi^=g0fn+dRG?y`ZRLSK|$F z=b+cq&p*5R#I(IkLAl*%-8`$`3qRCsS_9O-v|$IwpZ1i}2Ya6j$Vgo%S8Lg$GxwIp zU2`?9x$To5hRa%780h&JNbZ?^PfLA<;>xC%Z(nj}^BkRUsY$%-!fsWKwVRGD_L@C? zL8F=Os)uE{!kfjVoc5!lIL8@MUQTpt6Hc~)ETLOGS zT!A#HfRmFmH#fJkva+_ewxpz_s;X+voH;XR&YU-I-ok|omn~bic=6)p%a^ZPw{Fv> zO`A7w-oAbNmMvR$?AWn$=gwWbcJ0}-XYby<55eI6{rf=r5g5D&gST(r0_m?`zkUaU z-(c|f?_W6M|NsA~cN|23j)zZ?|(J?bOx3sjf zvbT3|aCCHXc6E!5i;qu8%r7V`tg5PRZfR+2Z|{-%E$oOnr~FxA(cT`lgx&c}YfZ z@R0}1-dnC`g_!wo{#R!DNA-&JgQ|Jl75p7~Z}Ogf-j)97iTqB+Akmapv3@_QK}o>V L)z4*}Q$iB}XucBQ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-insensitive-selected@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-insensitive-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..67ea825a4dac0c1fcd15b7bd32b42e7c1aa4c652 GIT binary patch literal 1081 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*mM zJ|V6^#gqe1PEH{qAwfYwDJdyMMMVt_4Idw$;NalEz`)$x+`_`bl9G~z3l}b4ymcfQR8`fqv~?`4tgLP9ot&IqTwLAU-90?LyuE#VW8>oD;}a5-Q&Likii(R%N=wVi z%PXs@Ynq!|Iy<|%dz4ODyD=~@nR~i8hD02GJ3Tx2mV-#!Qzci9%!W6STSPtvt>uVV zdTWx<)J363#Bv00{{Qdp!?caXY>UZAW=YRbd@y@C`r}Cj) zDb4TtBtuEnS?8LBQZENiG?Z#QJNew(4-XS7Zd=}SSlA(!5~kuCmK~ns7Qc#BL`(Kz z;Ul&;_cmJcmIZ`K$}AR2``A-h5_M$4nIlZ?Yrac_-xYfGEAEHo>6F?7OeO~=POE)5 zP5)cOf?ewkmi$>Wzr-S$X={Ms!vBv{65Bbqb}OmYs|DnJ_2YT9_><=UDSp}k=|Z6a zYHNKQBX>+{)GMsC*5%xw`FKO24;&XzB# zHP&BNzJ2-l)}6OrHFESkSy26h_mT~JM^(UGR@p#3kEd5d)x*vGjYQd*Z3`6I+uu1_ z9-Pp4zUV@wM8H+&faxL6TgtimL{)Q&le)Y&S#V0X_ikJylyX%~bw%1ouYehgsunI< zVU@c`i}|f)rtrj=M1^NH!Iyu`3H#^9b1Ufbsk;xKgdEuzAamC~ue90n`m1BQ=?yxp zyH@^}I{cA;!aI)`t_?4x%vY#cIM;Q*mcO!Bm+xoae4ZQc^pBY8-HSWMB)0L;zo$N? zQt=@gr)2&qnZ@d!?k&r=kovnL)BKc1c88d#-f1?CiHb4P{y+Nle@%Tre_ErTxBRw6 QOF{Y8)78&qol`;+0C33TeEoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NqaNIdk{!-Sg+qU%GVZ+_`fXE?l^I^CpnIc=6)dvu7b9Kn73*NCMRWRRY;S z0F(l%0dgTKAtFF71OT}}21M}MwQE2&P}$Y1S0S=My+FYmH*P?gws~S+ZowvSrIwtXQ#f<;vBoS3{fu)PDQ+ZJ^4xZ{L3U^y$ZsAHRS9{`>bY&=;P$ zTZMuCaVZJ%3ua*C=NAx^l9pCe*VNM1v$3@c4GWJ*PD#nm$t@`@tEg;jYHn$1X>IH1 z=;#Dm*VPTQ5Djo1s0PLaBde#2V~EA+y;p9QH5mvn1gwY>k6N7+`+8saYa^|RA(8+8 z&zI^6QJg0jH)na}gL$56#vYe8D~GNrT`tm@xjo8<)#FofZbVuiw&t$&)cz-z|2x&UR9w_JmEb1{3}6ONS3j3^P6FJp}ckaA- z^A;>vuxQbuB}+Q!D-!O_V-ATTH>GCDaWB{eNQCpR}QKfj=` zsG_o}y0)&ap|QEOt-ZaYv#T5EY&@Xdc6lfR1CxQLi(^Q{;kP$#2Hy%0VNX~R_ByKD zduv$W?oRH!wb#VLUpd|EI;QGY+@Pc|;lSVj@m}i!CQo?c=3j73vY!8dkKDeU=H-^` z(_dTq>)Xctk20uX;Xe~-vE!Ni`$WyR`+N&jX74NGURG?#_p&BXD_kpeO(0){Xx;{h5=!nsdt>%H{ zQT2^EyeBm>-ly{Z;)p!Nk@viAg=2I;lB24~mcrLxoM#y%zrOR>Pw(aSiqb=!uh`|d zY8!2&Pu*;?@C%r8`V~L#mrkeC0V&R|)&l;jujXXS=>%r5tC*?WY&=rzDzr*IeHPeT_m&1q2AeKl^e$&<0FzeE3a0N9zVQ7ilwnG}XK_!WsOVM8?Uj#tm!CU$ zv|yn^&EhR@KYS9?Q2ey@?~?d?^XJ~#a4KL$%7#SSbFz+e6t2ZjWvlw^(VlhSpJ`!l z)3R6M@gFAY*Id{#mJ=HmNrRH-gG$wMqUw5vz)b@YxCzj9rFXQT; Ug=~?!228mOp00i_>zopr01RGr$N&HU literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-selected.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-selected.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d2186b7c0bd5bac14b912d1a4c0263236bac21 GIT binary patch literal 717 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)E_X2!E zT!A!I04pnNetv#+b#+ZmO>uE?Wo2baNy*%~bLY&NGjHC!MT-_KS+ZpD;>AmsE?u!= z#j<6~HiE(C&6~Gw-MS47wr}6QbLY-oyLRo_vuEGFef#(Ce*goIkidH+@ZrOUZ!qv1 z4E}(@UoiOp|NpAJj&VTmd6oqE1v9X+aq;mB2#SfzE2yZdYiMcf=o=Us8Jqa{`UM08 zCa0uiWMpP$W)&5emX?)QR#w&4)~{N#cI~?L8%~`*bN1}L`w!lK{P^YTw>Jx)T*l;fhO!6yy8uRKfHdw=~g-ZO%+UpHn{dY+H8S@_1V%5dYYzPQcR zj-s8r)q=iCdTkdK$($&B>YV0e)wG*1jyF#7C52Yu`8FS8cH5X;e zt#$droW@=C?&m>A*4ggcI(qmV?(gjoVY(Q9pudKxq}HQmp6V>Il3NK?=Y!R3q*!?l zne@DGH0RiPaPjrq%F~UEujv#_F1)^C$It&#o*SR9J^z4v_3`yrHU7q(k=cKIbz890 vQ(m3h+Zg6Iu4}pRPA$m%^}K}Fb^S67Ud}DAW4c+6fYOqutDnm{r-UW|d-6fb literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-selected@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch-selected@2.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1b8944f146baf901484833de12d8f0ff4e0995 GIT binary patch literal 1216 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#dHI#tgKvITzq_d!otGh;^HbQDjFIZ+S=MaK0f~b{(*skSy@@Rxw(afg~i3i zixw?fx^(HXWy_W?U%q0+iq)%EZ``mZQpVJ!o`c1E?>QR z?fQ+Icke%V`0o9Ok3WC?{x`3FcM$^vQ@p2(V@Sl|w>NHw3pvWL7jPW$PFdHn#pTea z+pdQ{ghggHl?7f(N;Y-c?4+|nBjw-!>1osTbk4k6^Y_`&;y-q8>E4&=KnkO7t+Q2P5CnzCxebukWfA*9{-Hmk%JQZ@G@uR=i z=GNp(llg!0bj|v*dCml${&ODjvsSMNJK3{Q%J-bSfZMmt5}KB`-uGy7mmc!bZGW}z zby>PgWQI_?N#UiA++AnST<=WIDmT33^ZrTqLB>K)NmJ#d|8t}_c*T5{P;LFMx8TT| znbubv)-JcMpLW?IN62s9qFE;Yq`MBg%ayc5Z;wrv2&>?GsZ;s$P*J9@>HSxeCoTL| zC$MP&=Z(isOJ1;E;!W;mdbKNY&sIlsT@9{KyO57ew&p&bcNggY=I@TWko)6MyWbv% znc>Sq7W7{){&x9f)1(WJobTK8?%I|cQE7aA`}U{+sarKK)MFf8l`H7V1a0@ph)#B5 z+U<9?e0QFEa_QV1Cl}Z*K5<(7nRBvFo5r5!&hPg)RCZtR$((GsS3M#8LX&Rk>?AL% z5BES#Y+Nt=cD>4Br!m5B*bSy*n3f$S!Yt zN`9B~_oFgT?e3er*==ccYUZ}7(Klyp{_GjE)0O+goW};H?-FII89lx8Rlna{XuHFy zG-tz!^V4QNZhp1>pwj#}&D4qu5;Lyv_*vFndGw37SK8wh>E^Fw)@4hmss5b1ZkizL zw63XDtMC4+3)0kE6t&oeY2EZx$rhJs>pto|a}>P(|H0M!8q*E-GaO+xW!}rjRtqXV NJYD@<);T3K0RTvLGB^ML literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch.png new file mode 100644 index 0000000000000000000000000000000000000000..67886a1299f7127feb691700f95cc5813ac90ed9 GIT binary patch literal 729 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)Ep96eC zT!Hle|Nk#sxNz~}#WQEloI7{!{Q2_`E`$MO0~ruDP!pfubZ zxcIee*MMvY2@wRU0dlWjzYgKvxpN1|xPANf-Me>zjIOS(?(XiMo}ML3mMmMgZ29u# zD^{#nxpL*IRjXF7UJbDksQuQhTR<&9y>H&U`TY6w_wV0-{P^+v_wPS{{`~#>7wFkd zDe;Se-nJ|W@(X5Ql$Mc`H!w7Eb#wRf_VEi2$;&UCHD~Vp1zWdmKXmliy{Y(Lze}EKleWB7;oiDh&-K#YHDZ(OCRx;`b06P$ zL#Fu4PMP~N{#sv-JvwK>8>{VRKh1Cd?X-0b{Xb#$+~x6XBKxj6-!k5mv}@lCjYVBN z8ph?!2X{M`Gfs^ZF#LG9(d}hLLd|tohqJB%kxD_G%O)$Xmu|4~6R=b=3URUvFJ-^5 zx8aR_U5d|%3Ge&vG40~mY&&;_@}iHs_*RIl6Kq>p|6!>g!&^?>`G4;h{nWYja9(x0 z_EP!%i((dseBu6GwPD}0o3l48zIZN=O)IV{ahiEc1%K7i8TDoT+PXD&qNgrCaxH$L ZszUd-(7z$??15p-;OXk;vd$@?2>|PHm7)Lu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/switch@2.png new file mode 100644 index 0000000000000000000000000000000000000000..16a25780c6edccc31494aa05ac96897c1629f6ac GIT binary patch literal 1264 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42-h_ zd_r7-ivR!rziQR0{rmS{y?XWb?c0|wT>>&ro;-Q+;>F9CFP}Pf>dcul=gytGaNz=w z3t^u>e;z0cWS>2I7RUxlK}et=Tm;Al>Vl9!22cS+4Ui215D_2=;X(|72m(bQih+U< zHe4};fhmrx9ikUa3whkGuCDIx?w+2WxpU{vn>TO4f(45fEn2*I@scG=mM&eoY}vBq z%a^ZMv0}}dH9(KUoelIgFsy*Vc~S3{QLJ07%54|XR-sMC!r+BFPMRmnT3sA zP)JxzTtZSxT2@Y8K~Y&nRn64Q+``(%*51h_A}Ts2HZD0OH9I%2sHC*4V#35plc!Ew zylm^X?K^huK632%iIb;JpE-Bo*4=v#o;-c_^405ipFV&2`t8ThU%&t5`JMM?U|@>& zba4!cIQ;g;&)~}rBJ3Z6^h5aG3)={Y>T9j|$|fo>bydI`TM>`I6-SiUPd~cN#CO)M zzne3~CaCysnkYUavF$zoTmG3R)5|u`uGN=2@3$@f*6zQ}jTcOE3@$G`u;71?wRh&X z-X?9yuco&RborAe=yrX&AGKDi`>0M=*FF1;gKu8(tA9>iyX1(xOeA#lQmf++mK@yppF29)5za%wDO0#!jlK9tiHzT4H#R3a1Nv^$YHgQsC zs>+o&z1!DW`}!|*$q8~=+mY`3f5GYr%G)AcJf~lub2oo-mu-mS+vVleVGCbRQ15vX z=)7wi*WM;0Zmq=&rfZ+`JRy{3Qe^mgQcn4xfFgXS3vj^n{xep0Ef#3+Y_{zvl1K-5+K-$uBt7wyJO5 zE`#$IYc5&~EV+=rV&g)oKkX?c4<^4BSn>JTS?*;MW(OZ%?=v@$Yu8?heOD*8SXFZ# zOflTCeNUy=h38umHtosZwKMVR!WENlw%I$}B@^5bL!oS)tZiwv-ai1eETpti{ z{?=o@qUqQobNhA>Ln zF4Ye`-+K8{+LR*~xsN^Ct(+0}M1SEk-5VEg_{r2U?({mm<>9s4pPkcqCw(t-R&Kk! zT)sB0d*1s7d#0I98sV?kE>#gT(oieP-|s8FdwqEdTg-_w1@Gg+lJ8wBEl-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZxdTn8{$=!0XV)W81*v)+XTC#_!z1@6^ig*e2lID&W*6;M58hY~^=q5d^ZGfeKm$ zp|ULkjzEzXpc;@Cka`dsA_8LIL_*B=jzH@*N`m}?8JJi_M8$$aLc`({5|ffsGK$M8 z>lzxHnp@h=o;!cx!^cmbzx@95_uo~1Sq`9{Mo$;V5DCfLgPuZ71`G@b1ABJ7->tzS z`s}~HiEH4zH_z4=)b5Eps(N9zi?!i$G;W`#ucHmtUaF+ZEOU|!?$s)T(B z%f%c_ZXUj-!W8)TOv0})?FS3jS;$4MVl4zMyyRw1v-Yo)78&qol`;+0HsQpZvX%Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-active-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4321e0fb221a26fab579c4b1bb34036524ed9de7 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|28LA(p_3Rq+XWn&`Q6(2U7Gow+W8!sgdAH19NGn3T7g`C#}*-{HbKW0L6pjtP??Z3P))0#BV0`jzhfJ}Gf+(%SY?}_Q!7|w3qQ~_ zXD}Nm;?x2b1TxwLKwPllK$C$8s0PAtY6a;vKKi9F@v^8WvSYpdrz#i7T{zn`r)`h5NAt=rKN`(`P(TCUIzylvhy zV@;Na>gfr0y4_5|B`5s9q(4_w=w@4x$?}ewtAg%I?_sv|KOb9p-oL2JVwoQMwp*`W zia7dp80+gZw{H8glUK5GbHw#edJRs$lZ7p&iYH7JwPxm$K2R7Q$N4(2_PIs-{jRGU zlvMp*SiV}Nf2ixq_kDinotEqiU$ZOeeYOSn#3aRQYxi6;5@2yyr@FqSR5hQSV+q5J ziRGQ9>iIlOUs(*)^4U&bdE(=9|HRIj^Co<5*uLKW&7+xJL3bsS9`i2E@S7Cz^2PLX zLd;_ECW~gKdwh#?es@eVv1_3afAx}?yk3c`MW^Yd|M0hO6`z~2cT0dDFfJH8UHx3v IIVCg!0DG_>%m4rY literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-active.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-active.png new file mode 100644 index 0000000000000000000000000000000000000000..6c1c870a1f9b3dd310989060194061a1fd0d5394 GIT binary patch literal 443 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkZ$00XydVM;BjjcaBSmuZsB)o5pZl3aBdNBYUOuo6##O9B$x|gprbY+=Qd%Nb`jSe zS)U#`-~Ekq4s|R%+_~sz-_qj~R-Bl;>g>Et=NE3huxQ(b#oI0}*?w{9j!VmSUR$^S z%d7W)fBpXV_uv2j|JO8zNdTQ9S`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIK zf>uu##}Elg)`N_GEd~M%2Qs&BkrL?r|Nn99lOz_dQZ@#Mri{S1*9#RFo@4!T-80}i zLy>iUWsznLEbr$DpbT#eYQuQ}!67Q4pdrZ#PHu{`TkGzm7 z`*q{{e$M48*O(sskW7rxWjt2K{mz(4CR*Kb-NiS5fv)_(uc)V!x6rEe570pjp00i_ I>zopr06NXCP5=M^ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-active@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..1d4f397c3c477693be788e7e96a63421e33d1c9a GIT binary patch literal 789 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc|`>jDi6^ zA+A8h{}~wC1st0B-J1EG+W8zh1RPrh9NGn3T7g`C#}tKg7O)zy0uUFh#R+IsD^Mj+0f^z$DhQGS%R(6tE;-XQ^fA;6cuYZ63{{R0!eX4X4Fi?z3g8YIR7!?$iRrC!Ejf_pKZEWowodSb` zL&C!A>KhuHn)mM8f8^Nllh>}_xOwa4t2ZA%eg5+E*TqhC9bnj+d%8G=NJy?d_|nQL zP=f73{^@{Y0coDErgS|yDVMDP^+zvPSNqkNs@Pp| zVw+bIai)PD@<{3w(7_Ql#;$*Y=1h}U+bl7G-+R6TQ>|HhN<){$hb7OB`WL7^6XEj9sr31G a*}N{c&E)YhwN79RFnGH9xvX-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkY-@`4+Q)7?_ag**v_2?x9mB*2aLAwJF;`<{+;{xZ`*Td`<_EP_8s1}|LBgrhjs!P zyY}zeb!6B6Bir{J0E+D1eQ@`_BRh5<+O_x4j@^fM>^;15_dziG&~BjmJqLI0IXrVx z=`5gC$|XU5!3>N{9Gr?uN^0sF8d`e#21dpvCMKq4K|#R@iHS)msi|pcn;kZ&0+rW$ zx;TbNNah~&6lyYHU^p14^kCfzolfpE|K&5g7TMf98~@O7PuySI4J#&X4l!D-CLZi5 zHpy-Cij53%ud3|(+NV}Avwd~i`*g`S2P5ml7j+mt|6U2$dzFLdRp0BWYi}`^n{K(q zww2N8le$>S(%1*Zuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NmF5TD9>A2y6p^6WdOl*mC&ro;@cwZ{ELoKMrY}>Z|+xG9@x%1#|5IC}b|8XFD%O0TK!#npM+r9hXwmpY{_JA2X_8!`~ z@9?f&`+?%juW?%BU{&!HW=5AFbR_Z``}2Pg~T?%I18EO>a=ULg1I zj=hI>?moD4_hGPtBR~Up1I+{}KHT#=vRA3y(qfUvNz@QA3`xVVJG#H6I;a~a{TeVcZm!L4HICzt4GgURESHaS?f4;CsI(Or O>I|N)elF{r5}E+s$yJd6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..47ec30d89eb70f6d4d037b176754cef95cff1e69 GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u7fKP}k zknZd2YiMYwsp+b0=&f$(t*q@TZ|FFC_QHh=S1(__aq8^l%a?CnyLR)={YQ@;Jp~bu zo<4p0x(cYcuBWP@>&K5D)eYTMbzN1BJ&mms8#^XeHgp3;Y8v~%QoYqp-9ScFU1wEY z50Fu(@A@8St6E8rUoZnFm#UhTwM|%9SU3noL`25K#%1N?0zqD0VPR2GQE_qclOvh| zKpicfE{-7*;ko^%g_;}$m^a&qiHHigggFLQ{rfMzS4X^ipX$n$o=a>eEt>!Qp8D)_ zObjhLucn@u zTCi=^CbfAL2^tG!8f^C6-LZRrQsx?~V>Wk>S={#xo^Jj2BlE$zLIDhAf4hP1VeoYI Kb6Mw<&;$S*7P~9} literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..3a27f104257b8ee65c5df3f547cfd4664cf19eb3 GIT binary patch literal 748 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E4+DHc zT!C~$!=&=^j)sQ*l7{Z8s@AHi3Dwmt)h&Hx4V?`Qoz>O7ery=66>wYA;V z4ZW4MU8m1otgh>-YUsXj;p*kfHx3>-b?WTp%hzsR1EQOE?%cV5|Nf)vwP7ynFKw2tESAoA>YEe*%HZy6(!x?y3f$nY~}Xe(jk!`|H;q z-4kY3)^$}k^i%=uYV4^5n%2!HeX&D(=IaM`vODpS;(6F$ua43j~jEahm zj*bC>*!cLw#H6I;w6yfhtlZo@5XjFj0D{7zqT=G>Wm(T685kJVJY5_^BqY}!%#3CX zlwf;sJ!+zWJL$m~BVu3lao{{V%lfTdS;-stG+ZvFV!hnna$e3qnaH3nunjn(dSG z$e5N9DB-=yl6{}_6Ct;VDLOq&C!hWKJn@NXPme~W#X1kO`5yPyB|dSfY<@lI)?a;@ z+(5SvcM2Zo@m}|sA{cX7%{D04aHbbstH^nJDbaG7{R6Ybx~repvH&B3!PC{x JWt~$(697+&Tyy{c literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-dark.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0362949917784c52591d114ddfdac7a4a11a33e8 GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZxdTn8{$=!0XV)W81*v)+XTC#_!z1@6^ig*e2lID&W*6;M58hY~^=q5d^ZGfeKm$ zp|ULkjzEzXpc;@Cka`dsA_8LIL_*B=jzH@*N`m}?8JJi_M8$$aLc`({5|ffsGK$M8 z>lzxHnp@h=o;!cx!^cmbzx@95_uo~1Sq`9{Mo$;V5DCfLgPuZ71`G@b1ABJ7->tzS z`s}~HiEH4zH_z4=)b5Eps(N9zi?!i$G;W`#ucHmtUaF+ZEOU|!?$s)T(B z%f%c_ZXUj-!W8)TOv0})?FS3jS;$4MVl4zMyyRw1v-Yo)78&qol`;+0HsQpZvX%Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4321e0fb221a26fab579c4b1bb34036524ed9de7 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|28LA(p_3Rq+XWn&`Q6(2U7Gow+W8!sgdAH19NGn3T7g`C#}*-{HbKW0L6pjtP??Z3P))0#BV0`jzhfJ}Gf+(%SY?}_Q!7|w3qQ~_ zXD}Nm;?x2b1TxwLKwPllK$C$8s0PAtY6a;vKKi9F@v^8WvSYpdrz#i7T{zn`r)`h5NAt=rKN`(`P(TCUIzylvhy zV@;Na>gfr0y4_5|B`5s9q(4_w=w@4x$?}ewtAg%I?_sv|KOb9p-oL2JVwoQMwp*`W zia7dp80+gZw{H8glUK5GbHw#edJRs$lZ7p&iYH7JwPxm$K2R7Q$N4(2_PIs-{jRGU zlvMp*SiV}Nf2ixq_kDinotEqiU$ZOeeYOSn#3aRQYxi6;5@2yyr@FqSR5hQSV+q5J ziRGQ9>iIlOUs(*)^4U&bdE(=9|HRIj^Co<5*uLKW&7+xJL3bsS9`i2E@S7Cz^2PLX zLd;_ECW~gKdwh#?es@eVv1_3afAx}?yk3c`MW^Yd|M0hO6`z~2cT0dDFfJH8UHx3v IIVCg!0DG_>%m4rY literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-hover-dark.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..0362949917784c52591d114ddfdac7a4a11a33e8 GIT binary patch literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZxdTn8{$=!0XV)W81*v)+XTC#_!z1@6^ig*e2lID&W*6;M58hY~^=q5d^ZGfeKm$ zp|ULkjzEzXpc;@Cka`dsA_8LIL_*B=jzH@*N`m}?8JJi_M8$$aLc`({5|ffsGK$M8 z>lzxHnp@h=o;!cx!^cmbzx@95_uo~1Sq`9{Mo$;V5DCfLgPuZ71`G@b1ABJ7->tzS z`s}~HiEH4zH_z4=)b5Eps(N9zi?!i$G;W`#ucHmtUaF+ZEOU|!?$s)T(B z%f%c_ZXUj-!W8)TOv0})?FS3jS;$4MVl4zMyyRw1v-Yo)78&qol`;+0HsQpZvX%Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-hover-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..4321e0fb221a26fab579c4b1bb34036524ed9de7 GIT binary patch literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|28LA(p_3Rq+XWn&`Q6(2U7Gow+W8!sgdAH19NGn3T7g`C#}*-{HbKW0L6pjtP??Z3P))0#BV0`jzhfJ}Gf+(%SY?}_Q!7|w3qQ~_ zXD}Nm;?x2b1TxwLKwPllK$C$8s0PAtY6a;vKKi9F@v^8WvSYpdrz#i7T{zn`r)`h5NAt=rKN`(`P(TCUIzylvhy zV@;Na>gfr0y4_5|B`5s9q(4_w=w@4x$?}ewtAg%I?_sv|KOb9p-oL2JVwoQMwp*`W zia7dp80+gZw{H8glUK5GbHw#edJRs$lZ7p&iYH7JwPxm$K2R7Q$N4(2_PIs-{jRGU zlvMp*SiV}Nf2ixq_kDinotEqiU$ZOeeYOSn#3aRQYxi6;5@2yyr@FqSR5hQSV+q5J ziRGQ9>iIlOUs(*)^4U&bdE(=9|HRIj^Co<5*uLKW&7+xJL3bsS9`i2E@S7Cz^2PLX zLd;_ECW~gKdwh#?es@eVv1_3afAx}?yk3c`MW^Yd|M0hO6`z~2cT0dDFfJH8UHx3v IIVCg!0DG_>%m4rY literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-hover.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..0046f77f5dc5645f33282d286ae9061bd0cea70e GIT binary patch literal 467 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkZ$00XydVM;BjjcaBSmuZsB)o5pZl3aBdNBYUOu2zj)i_HT$k@K74W2?(18R-q?Ba z{;`V>PhNR+>guD@S0A0Z_T=ofr{`}xzjm)x0I1OkqVfB;A3!b;^~(DK$sRcn2}D1B z{A?F-Z4-8B6LJQ!;et0l@38C@*gzkdJu`}bdo)8x4zpLn`BhDb=}9&{IKa$s;h=5n*-balm1x|AE*c8mW@MBWZgRQTBzZLgTjcshTm3=F< zLPc`U(yh`m$|o7-Z{9lH{DQ}-#=Ws?-!QIFNjZuoc5!lIL8@MUQTpt6Hc|`>j2r1svK1Tv~x_e#bUJ#}+}CHbLh$0moJWXP|->0Vg24 z1t`Vu+{zCWbONFluQo;fYHijr>65{Nm;VAp7;*C$H~4dvpK!+lSBJJ$ea3PhP!$_WIqEm!Dp}{qXWF zSg}*9Ajmo(`ug$nG~?K>pTADli-cGT5r>dHGQL1Yx0F|pj8B)OSEmFJd2~p)|M>9} zDBdCN1|)&(HX-L$L1zd%q-;tcFf77Kg8YIR7!?$iRSXP`jIC{K?H!#0gMvfC>KhuH zcJJM{9|#VBz`;X@jvPCF{N$-qr%sSmrUjv*3~YY%2xGX+YpJ@~G1%1>yLYPO>HHO;lku8Q90 zKmY&VdCu~3%&8yG_C2*f}?-pZ@oKWDcfIvXSZr#u0<3tDnm{r-UW| DBhhv; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-close.png new file mode 100644 index 0000000000000000000000000000000000000000..0046f77f5dc5645f33282d286ae9061bd0cea70e GIT binary patch literal 467 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`unfKP}k zkZ$00XydVM;BjjcaBSmuZsB)o5pZl3aBdNBYUOu2zj)i_HT$k@K74W2?(18R-q?Ba z{;`V>PhNR+>guD@S0A0Z_T=ofr{`}xzjm)x0I1OkqVfB;A3!b;^~(DK$sRcn2}D1B z{A?F-Z4-8B6LJQ!;et0l@38C@*gzkdJu`}bdo)8x4zpLn`BhDb=}9&{IKa$s;h=5n*-balm1x|AE*c8mW@MBWZgRQTBzZLgTjcshTm3=F< zLPc`U(yh`m$|o7-Z{9lH{DQ}-#=Ws?-!QIFNjZuoc5!lIL8@MUQTpt6Hc|`>j2r1svK1Tv~x_e#bUJ#}+}CHbLh$0moJWXP|->0Vg24 z1t`Vu+{zCWbONFluQo;fYHijr>65{Nm;VAp7;*C$H~4dvpK!+lSBJJ$ea3PhP!$_WIqEm!Dp}{qXWF zSg}*9Ajmo(`ug$nG~?K>pTADli-cGT5r>dHGQL1Yx0F|pj8B)OSEmFJd2~p)|M>9} zDBdCN1|)&(HX-L$L1zd%q-;tcFf77Kg8YIR7!?$iRSXP`jIC{K?H!#0gMvfC>KhuH zcJJM{9|#VBz`;X@jvPCF{N$-qr%sSmrUjv*3~YY%2xGX+YpJ@~G1%1>yLYPO>HHO;lku8Q90 zKmY&VdCu~3%&8yG_C2*f}?-pZ@oKWDcfIvXSZr#u0<3tDnm{r-UW| DBhhv; literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-active-dark.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..d60f773f24dc156d5d3551686be3ca8b44946243 GIT binary patch literal 388 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!AgZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~79Gr{BJP`~Lm=-@kwV`SS>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+c5@up- zXZ8;KbN9cf;`%wvc1(nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS76&SuJ9jS7ggbZc+`oVS(W6JN zU%!6)_U-@w|L1P3Hv?KAS`y?J%pf8v78DZN*wox|_T2dkA3lEi{N>+K^}rIKf(lO; z#}Elg)`Omt4l4*S7&vZ!_+Zt~|Mtf15}RF^7y=ZkOwLPjv%d8+_#fZ&P2Az_`>><2 z45wn3&Ra3@+vBYJQ&!AgZuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!Hle|No~?pFVr`?3puX&Y3f3?%cVvX3YXJfLx#;kPBx6#erO)AdrDZ0@VOT;DQh? zL>WXJlZ0!5>q1ilQ~79Gr{BJP`~Lm=-@kwV`SS>*^aCo0|9T+kfQP@sroC-?(|}<*PRz zKYjl4^Vh{rbsYu5W3O z&7b+E=ZV~ui@YX2^#p%R{{Hkl`}8f*+#F9$g$wOXn>&`3UD02su*`Sruc^uzR#T?t zuRplptiQ#5o}O7JJa2z+c5@up- zXZ8;KbN9cf;`%wvc1(nMwi8n`H0r-z2wSvqoBGE8 x>RXRy8l;|oeeCY(Z!*t*pLv@L=H;{dJmbs4vPziTQkY6wZBO?>Dv#Uo?a2k7# zc0N#8+tbA{gkxrMf`Z_TwOI_8&zy(yEr+qAXP8FD1G)j8!4b7l>na* zS0K&6@V}vTOXzUR>H-3NE>IkW>vf*3$_c$!yQH&7K%NswPK10xd$m!4rr zSW^7lsqnjRQRHB41tnGtosYXVD| zMZ**Y&Npn@j$#Zzd?S`8q)CY(s43-b)&?P!30tebmo+aGyThRKQSuVwS`I^y!#rL6 KT-G@yGywoGwqce4 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop.png new file mode 100644 index 0000000000000000000000000000000000000000..36858b0c462d82fa6dd389e0a8904c988aa87082 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFS5;llyQ_O-fhxF5g8YIR7#W$Ez5N1X;);`n z%~t`1wLM)NLpWw8CnyNcSewOg`OKL}?gKo9?4caat6DS}4n?FTFr*c%^HRH7!SKj| VZL!AY#cCk?JYD@<);T3K0RSE(NHG8a literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-backdrop@2.png new file mode 100644 index 0000000000000000000000000000000000000000..061e3569f13ada9e9769abcd8ed92d2ed7e6fbff GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7^#Gp` zS0D`p4Gj%_eSIY*-L*|Ul}+7M4PBLWot1Un)eYTMbv;1D%6Q5SsE)TJ$S;_Ik%^Pr z*gP&iF)zP3!0LGqP$JmV#W6%9I5|NgsbS~yGc%WJD2b(?o8uH3RQ!ym>39Z1Sd&1) zET*s~m4Zu+jR$2SAMiwQZejr912dBr2#GLG5MoKV!yMMcvg!OB%e(^yM;I6aIHfNI Srd+!Ma-gTHpUXO@geCxY)?2p# literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-dark.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..8addbf89ee6d52a0ccf0b12497ec3711182ec985 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFq~#NKo0-i(}EKta3~@zfg!D6otN6x a3Wi4xY>PEEFIEF;WAJqKb6Mw<&;$U}K~sAG literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..dedcc3871bfebdbc65da210f37639f454859034f GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfW|Nm91R-HI;V)yRdTMi%Ix#!T1-3NE=KD2A^p`Adq2PCpJ3>*we)^L?bvkK_aOk_1^CC;{h%<_xD!!u3GZ` zt~E>lMTRvjiU+octYPtd5X!*Z%)aS>^#-97Mj&o1KkJ~X!K9$daiD^K4GZU$ebwI& dH6(U0GMHN`l;<24bq5;H;OXk;vd$@?2>^8UZtMU6 literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-hover-dark.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-hover-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..84a5583cc628653dd5e203c79909759b887cff10 GIT binary patch literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak7A<24> zvFNY?2ZMp+iLJN)|G!mYSRusFz#91alMlbxt5VmSd-u4X5?!QkoY=d#Wzp$P!;ypHSu literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-hover-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-hover-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ef62ad4eab22e6407724d1d8f4204e836e69b0 GIT binary patch literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVfL=9l;6m30@@^e$MsVeyL1yZ0U0z5nQ*1IG>@ zJ#`3#P9Hgb=7{^5!$5y}mjw9*Gw|>V2?>jdiA%`IE9mJPxOsSb`TGZig-1q3MMuX# zK`ao&B_t#!CMG4Pq@<>1Wo2g<6crbjl-AWZY})qh*^8gQe&4Q_+R4Dc80YEY7-DgH z?c{9dCIgW+Q=NR(jwX-F!%5$!#p-NTt62Hw*#H0b8%-0MdU(UJobIKP6+x^-4+aC1T#-FI((-1oC?NhzBE7M)9 zUrbZ^FSgFM-u)g&n9$P3#8YxYvM&n%6|9^uSSoNe=~0|ao*nbD`Q_VoHY>hk|7+2p zu&+`;oQplAN9g!$UG*Qc793;bJ)g5X#@p^k5tHwd52v=RUcdbad;HnNq62K}6Gc6a z)XQ$LywJzcDc}&@QX%Nz^x?eE70pR04jV*gzEfG*bj0CF^J}hj8I1+U^|F3Sd)PVY zF6!o*yd#xeUNfm@Sw*+joZ5a<2h}P++2=Q(?{l$z*S@DUa91KnR8aJ^T`y9i)@hhO z^}Mmgy!*%ZcE?qjhc&DoOj<6vbTemRW0jq;WT>*_oV3*UIhv+t6BdUD^I2W2XMEm# VWR-v%A20$LJYD@<);T3K0RUeWC(Qr= literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-hover.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..128a39da1505934b85102494ab976af03f15ee55 GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};Yy&%Z0YI)9~YJ^zKfsv)*-Bo_bf6^Ytd ztk=t>cxvs`?Bo`vyK6eDTQ^@g-lzXrt2|5nl+U$^d9TvnOYhkiT=e3>*SdIK%S~

Zuoc5!lIL8@MUQTpt6Hc~)E&jWly zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPka|?_ZEOkoob`moGqlU%wqXa%%6vV||n7PMA7x;?(&KtrM#1yX%_!>sux~ zypjF^=vA+hAirP+R#tWnPA)DUUSSa#Svdt|6%|!A6LSkoD{Je>=$M$e!lL4m(z3Ei z(`U?@J$J$K4I4L|JAdKQv*#~fzW?y?^XJb%>wf$MSuf}GHj9CQG0fA&F~s8Z+Th6O zCI^vF&tNA73&~qeOE1OgO?lL{P4esidjB&et&D%FUcBCOX70}RYX0(*PyY#9Z(1bT zw(P{EuyR*tmbH@##X}Zce7XDa#@qSV8MjXOB3>GCJ$SxBwMElD?O)z%v*zh1q#V}a z`dAus<_}96-xrJSuC!C~MmZ}c)O46?PdezdAo2 ze6zB3e%ITBoy_a6%{lm1EX6P2Lh|*an+2L@$7-lN?2LV$f7*g=dyG(G!~erJ0upyV zB&cvQHP3f`6WrylbcCmlM}xI9r6s}FOIRs&i}E2gw&Rk2m$g`FUwLFKkkm3GhfB0; zM=Jk%&0|-WU0D;kIA?R)))kS7yZe{VEStYbi?3(0+zh@idkiM2y>XfL&@<`Dj|*}! zev8h(&%WS&bK~}?y^YU#cRd#iIGb*^SVzyV@^zl){`L3bKl0w@t@E1@EBzK2Zw#KU KelF{r5}E)dl%1Ra literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max.png new file mode 100644 index 0000000000000000000000000000000000000000..14e5e3e74dff69ce6e125a0ec0bd54012d6d7bb8 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF;HMs~Ui)tFob|x}mGOq5D_-vRa@b?vfzCUEal|F*7+qL2$;}EQZTx&O~w_;3;Ge<#1lrqRDV5A}xU-tzey(+SLk%M-FU@ UH8w9+18QUNboFyt=akR{0P0~(_5c6? literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-max@2.png new file mode 100644 index 0000000000000000000000000000000000000000..a1a13bb592dfbbf413347f0541f9be75043fb727 GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0LTc(6DONs)mOCii-BiwzlfVo{EO9s`~CqAlcAU-Oydt&|O*A4P-1i7Wo&bfxjfk zFPMReSwK)YI%)Ze)rXH9J7c}NFBK>i?CIhdq7j^&Ad%FNdT)36@c*1pLI~xU{X-!I8edAhK2LWzUuFX d8WKAg8O$ve%5x5jx&w`8@O1TaS?83{1OS2wWsCp- literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-active-dark.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-active-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-active-dark@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-active-dark@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b#-9o$5M3?dLsR977}|*B*Qw*5n|r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-active.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-active.png new file mode 100644 index 0000000000000000000000000000000000000000..b3842b71007b0486883ac174445f9427d0b25d39 GIT binary patch literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zke)en=Dd0Hrca+f8w}>mnKNtFEFcrefQUdyh#-VS7XSbMzmLaa8=yg=B|(0{3?iap zK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#HNcMDb43Ut`Js8c`q9EXUaB)YzyVTBi^(&LD zj(kWIoqwn*=K4OCRTrP=JUX^$m5bcLFJ87ARv9weo0chf@0zQ^>~ra@it2-aWOgxA xHH8^*>Bp7DLQ@YMRVn8S`Mc-o9$(q`f3>rDR6EU=N&~H9@O1TaS?83{1OU+Nhe`kd literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-active@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-active@2.png new file mode 100644 index 0000000000000000000000000000000000000000..265c6ef6d86d7bbeecb6102bdffd47b04de40f2e GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8WXJlZ0!5>q1ilbePRt%P&AD8kYq51v4-zC@QPy8yFfHn^@b}+B-T01_g(Nh1b#-9o$5M3?dLsR977}|*B*Qw*5n|r z(C(E>!=gI2H%@W+Rq;PPTeiR3^uZbX@5gj!wy#&Qotv{s;=tiEM%ON_bo4Gi-R9fU z_S`o5lcCIF`#8<^6|U@6Ps(=~L|3ily<*L*W??MJtaDCI@=E)Uv~?O*ukdRB&)l~(8i Py~g0_>gTe~DWM4f7uN)U literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop-dark.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-backdrop-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b04db91415d46e182c878ab176fe3ecb2491235d GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%?4l^1TDHm`Z~Df*H~-IdO&pc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!C~|UC+wR=dFM&rjj7PV20xT^WW|R@`OBH978ywlM@#3ZTR2p831%c$5)oO)A=-S Q17#UJUHx3vIVCg!0Kk|sWB>pF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-dark.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c973246c00bf2b1b0a0cff5a2eb8bf94623a35 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%@rm*;N2pOeH~n!3>*Ke(UoAc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak75uV#0&DWs7!@^j(f^~J%+VA!&I~H&j{wtf5yUpp(!Zn}oNnYL5 zR;qqWu;lFNgRLT6fdR#41>4`8($Cl=@mPJ)=|jSwBNLWccJCBlw_f5+pO%O2a!Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVe`zerEIPw`o8R*p&qN1vBvQ3JD2|iHS?d$t&pT8@PFR zdinbYgoQ^&MMX!)KtU`J#3dvoCMG5&r=+B&W@Tk(7Zep2-)=I_W?*2{@N{tuu{gbU z^6jW52a#4o9e>u2CXdFhqZhQSBb<7T_x?|A{mg4|=u2tfYrb#%zqf2l{ImRA?s0zS z^BZ^H`mnS=>fZ`cyV(rho3u4_%TgG3%)MNZ-GlLbdTz+1+R`CH@^OYbKV^OX+G>5M3yn+q{L`5c{A|c z`+7jEPv>E4#%$yt{M$L&mV|c_TvKc&NrX0E9DB<7PM-4coyb+cO&xB7`+e_MJ#DdzV=VTEj|wuEIjHpwezMXp;u>(e5Ww}a`i}Wv;Xo)mOtIfq{K+~xb>WQssA3<-TuXvbE-jX`#Awy QVCXY=y85}Sb4q9e0A@Ju!~g&Q literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-hover.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-hover.png new file mode 100644 index 0000000000000000000000000000000000000000..c250748c552e9c2fc4c266ce0167a8046688cbdd GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};dR$4@+a@$z&2xu-jUit;^O z9780g=Jvl8Y7h``jaD@KvT)1Z|J`jDu9W<{YrOf+?b7;&30|Izrr%#odmN$jO|@S- z_0J66gp(H&b_w-KwYe)^cRypqCE9V0Con*MBY(a6p*lI%FK?rH%MIhZHwJ~ywrn|> iaqZYglfLbR`g+zu+-n<;to#AAn!(f6&t;ucLK6TdBAogF literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-hover@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min-hover@2.png new file mode 100644 index 0000000000000000000000000000000000000000..965ce3db3357fad9fe47dcef3a9c89d220caaf64 GIT binary patch literal 694 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E2LgOT zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPks>U2<}=l%aM!Cn)C%{gns?%UsxJ~y-Yo5ZpDq7>^R zpF5IgM^!omIJ0%#DQ!HNG&jfWWR)G;oxI@pfh_%&;v)It3yyEP_uVixMv433_a*;> z?}+Yk6m0w#QfQd_a;b7l^!NUT!qzu3(+mXm6!7{hB-zb)V&yFNpgKvtW5+bfH>VyX zEH&48*db=O>iJxkuS$Zx6$w?$&E+>HJPMgoaa}qo@X>X(+%sR>qziq7lix1b_S$f*`(e?kV znBK15$e*@)#>R?DX@2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4;OXk;vd$@? F2>|T-EmQyi literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min@2.png b/themes/Mint-Y-Hibiscus/gtk-3.0/assets/titlebutton-min@2.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3581928b3997773cbfc83c9c0f17389a768cc6 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!D0TL-!u7KXZXBrjj7PV1_eK9Gw>fc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M GtkLabel { + color: inherit; } + .button:insensitive:active, .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(133, 16, 66, 0.75); + background-color: rgba(133, 16, 66, 0.75); + opacity: 0.6; } + .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { + color: inherit; } + .button.osd { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + background-color: #454545; + border-color: #313131; } + .button.osd.image-button, .header-bar .button.osd.titlebutton, + .titlebar .button.osd.titlebutton { + padding: 10px; } + .button.osd:hover { + color: #851042; } + .button.osd:active, .button.osd:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #851042; } + .button.osd:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + .osd .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); + border-radius: 0; + border-left-style: none; + border-right-style: none; } + .osd .button:dir(rtl) { + border-radius: 0; + border-right-style: none; + border-left-style: none; } + .osd .button:first-child { + border-radius: 3px 0 0 3px; + border-left-style: solid; } + .osd .button:last-child { + border-radius: 0 3px 3px 0; + border-right-style: solid; } + .osd .button:last-child:dir(rtl) { + border-left-style: solid; } + .osd .button:only-child { + border-radius: 3px; + border-style: solid; } + .osd .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .osd .button:active, .osd .button:checked { + background-clip: padding-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #851042; } + .osd .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + .osd .button.flat, .osd .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + .osd .button.flat:hover, .osd .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .osd .button.flat:insensitive, .osd .sidebar-button.button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); + background-image: none; } + .osd .button.flat:active, .osd .sidebar-button.button:active, .osd .button.flat:checked, .osd .sidebar-button.button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #851042; } + .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .button.suggested-action.flat, .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .button.suggested-action:active, .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .button.suggested-action.flat:insensitive, .suggested-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(74, 74, 74, 0.55); } + .button.suggested-action:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button.suggested-action:insensitive > GtkLabel { + color: inherit; } + .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .button.destructive-action.flat, .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .button.destructive-action:active, .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .button.destructive-action.flat:insensitive, .destructive-action.sidebar-button.button:insensitive { + border-color: transparent; + background-color: transparent; + background-image: none; + color: rgba(74, 74, 74, 0.55); } + .button.destructive-action:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .button.destructive-action:insensitive > GtkLabel { + color: inherit; } + .button.image-button, .header-bar .button.titlebutton, + .titlebar .button.titlebutton { + padding: 7px; } + .header-bar .button.image-button, .header-bar .button.titlebutton { + padding: 7px 10px; } + .button.text-button { + padding-left: 16px; + padding-right: 16px; } + .button.text-button.image-button, .header-bar .button.text-button.titlebutton, + .titlebar .button.text-button.titlebutton { + padding: 5px 8px; } + .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, + .titlebar .button.text-button.titlebutton GtkLabel:first-child { + padding-left: 8px; } + .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, + .titlebar .button.text-button.titlebutton GtkLabel:last-child { + padding-right: 8px; } + .stack-switcher > .button { + outline-offset: -3px; } + .stack-switcher > .button > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .stack-switcher > .button > GtkImage { + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + padding-bottom: 3px; } + .stack-switcher > .button.text-button { + padding: 5px 10px; } + .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, + .titlebar .stack-switcher > .button.titlebutton { + padding: 2px 4px; } + .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage { + animation: none; + background-image: none; } + .stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { + animation: needs_attention 150ms ease-in; + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#851042), to(transparent)); + background-size: 6px 6px, 6px 6px; + background-repeat: no-repeat; + background-position: right 3px, right 4px; } + .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { + background-position: left 3px, left 4px; } + .inline-toolbar .button, .inline-toolbar .button:backdrop { + border-radius: 2px; + border-width: 1px; } + +.inline-toolbar GtkToolButton > .button { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .inline-toolbar GtkToolButton > .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #851042; } + .inline-toolbar GtkToolButton > .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { + color: inherit; } + .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { + color: rgba(255, 255, 255, 0.8); + border-color: rgba(133, 16, 66, 0.75); + background-color: rgba(133, 16, 66, 0.75); + opacity: 0.6; } + .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { + color: inherit; } + +.linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(207, 207, 207, 0.3); } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #851042; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .entry + .button, +.linked:not(.vertical):not(.pathbar) > .entry + .button:hover, +.linked:not(.vertical):not(.pathbar) > .entry + .button:active, +.linked:not(.vertical):not(.pathbar) > .entry + .button:checked, +.linked:not(.vertical):not(.pathbar) > .entry + .button:insensitive { + border-left-style: solid; } +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #851042; } +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } +.linked:not(.vertical):not(.pathbar) > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked:not(.vertical):not(.pathbar) > .button:checked + .entry { + border-left-color: #851042; } +.linked:not(.vertical):not(.pathbar) > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(207, 207, 207, 0.4); } + .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(207, 207, 207, 0.4); } + +.linked.vertical > .entry + .entry { + border-top-color: rgba(207, 207, 207, 0.3); } +.linked.vertical > .entry.error + .entry, +.linked.vertical > .entry + .entry.error { + border-top-color: #FC4138; } +.linked.vertical > .entry.warning + .entry, +.linked.vertical > .entry + .entry.warning { + border-top-color: #F27835; } +.linked.vertical > .entry.error + .entry.warning { + border-top-color: #FC4138; } +.linked.vertical > .entry + .entry:focus:not(:last-child), +.linked.vertical > .entry + .entry:focus:last-child { + border-top-color: #851042; } +.linked.vertical > .entry + .entry.warning:focus:not(:last-child), +.linked.vertical > .entry + .entry.warning:focus:last-child { + border-top-color: #F27835; } +.linked.vertical > .entry + .entry.error:focus:not(:last-child), +.linked.vertical > .entry + .entry.error:focus:last-child { + border-top-color: #FC4138; } +.linked.vertical > .entry + .button, +.linked.vertical > .entry + .button:hover, +.linked.vertical > .entry + .button:active, +.linked.vertical > .entry + .button:checked, +.linked.vertical > .entry + .button:insensitive { + border-top-style: solid; } +.linked.vertical > .entry:focus:not(:only-child) + .entry, +.linked.vertical > .entry:focus:not(:only-child) + .button, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #851042; } +.linked.vertical > .entry.warning:focus:not(:only-child) + .entry, +.linked.vertical > .entry.warning:focus:not(:only-child) + .button, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #F27835; } +.linked.vertical > .entry.error:focus:not(:only-child) + .entry, +.linked.vertical > .entry.error:focus:not(:only-child) + .button, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.linked.vertical > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-top-color: #FC4138; } +.linked.vertical > .button:hover:not(:checked):not(:active):not(:only-child), +.linked.vertical > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: 0 -1px #cfcfcf; } +.linked.vertical > .button:first-child:hover:not(:checked):not(:active) { + box-shadow: none; } +.linked.vertical > .button:checked + .button:not(:checked):not(:active):hover { + box-shadow: none; } +.linked.vertical > .button:checked + .entry { + border-top-color: #851042; } +.linked.vertical > .entry + .button:not(:checked):not(:active):hover { + box-shadow: none; } + +.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .inline-toolbar.toolbar GtkToolButton > .sidebar-button.button, .inline-toolbar GtkToolButton > .sidebar-button.button, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked:not(.vertical) > .button, .linked:not(.vertical) > .button:hover, .linked:not(.vertical) > .button:active, .linked:not(.vertical) > .button:checked, .linked:not(.vertical):not(.pathbar) > .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover, +.header-bar .linked:not(.vertical).path-bar > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, +.primary-toolbar .linked:not(.vertical).path-bar > .button:active, +.header-bar .linked:not(.vertical).path-bar > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, +.primary-toolbar .linked:not(.vertical).path-bar > .button:checked, +.header-bar .linked:not(.vertical).path-bar > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, +.primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, +.header-bar .linked:not(.vertical).path-bar > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked, +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr), +.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl) { + border-radius: 0; + border-right-style: none; } + +.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked:not(.vertical) > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:first-child > .sidebar-button.button, .inline-toolbar GtkToolButton:first-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:first-child, .linked > GtkComboBox:first-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:first-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:first-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:first-child, +.header-bar .linked:not(.vertical).path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked:not(.vertical) > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:last-child > .sidebar-button.button, .inline-toolbar GtkToolButton:last-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:last-child, .linked > GtkComboBox:last-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:last-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:last-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:last-child, +.header-bar .linked:not(.vertical).path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-right-style: solid; } +.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked:not(.vertical) > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar.toolbar GtkToolButton:only-child > .sidebar-button.button, .inline-toolbar GtkToolButton:only-child > .sidebar-button.button, .linked:not(.vertical):not(.pathbar) > .entry:only-child, .linked > GtkComboBox:only-child > .the-button-in-the-combobox, +.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:only-child, +.primary-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:only-child, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:only-child, +.header-bar .linked:not(.vertical).path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:only-child { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked, .linked.vertical > .entry, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox > .the-button-in-the-combobox { + border-radius: 0; + border-bottom-style: none; } + +.linked.vertical > .button:first-child, .linked.vertical > .entry:first-child, .linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +.linked.vertical > .button:last-child, .linked.vertical > .entry:last-child, .linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-style: solid; } +.linked.vertical > .button:only-child, .linked.vertical > .entry:only-child, .linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox, +.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox { + border-radius: 3px; + border-style: solid; } + +.linked.vertical > .button, .linked.vertical > .button:hover, .linked.vertical > .button:active, .linked.vertical > .button:checked { + border-top-style: none; } + .linked.vertical > .button:first-child { + border-top-style: solid; } + +.menuitem.button.flat, .menuitem.sidebar-button.button, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .app-notification .button.flat, .app-notification .sidebar-button.button, +.app-notification.frame .button.flat, +.app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, +.app-notification.frame .button.flat:insensitive, +.app-notification.frame .sidebar-button.button:insensitive, TerminalWindow .notebook .active-page .button, TerminalWindow .notebook .prelight-page .button, TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover, TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + border-color: transparent; + background-color: transparent; + background-image: none; + box-shadow: none; } + +.menuitem.button.flat, .menuitem.sidebar-button.button { + transition: none; + outline-offset: -1px; + border-radius: 2px; } + .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { + background-color: #e8e8e8; } + .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { + color: #4a4a4a; } + +*:link, .button:link, .button:visited { + color: #570b2b; } + *:link:visited, .button:visited { + color: #2a0515; } + *:selected *:link:visited, *:selected .button:visited { + color: #ce9fb3; } + *:link:hover, .button:hover:link, .button:hover:visited { + color: #851042; } + *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { + color: #f3e7ec; } + *:link:active, .button:active:link, .button:active:visited { + color: #570b2b; } + *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { + color: #e7cfd9; } + *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { + color: #e7cfd9; } + +.button:link > .label, .button:visited > .label { + text-decoration-line: underline; } + +.spinbutton { + border-radius: 3px; } + .spinbutton .button { + background-image: none; + border: 1px solid rgba(217, 217, 217, 0.6); + border-style: none none none solid; + color: #535353; + border-radius: 0; + box-shadow: none; } + .spinbutton .button:dir(rtl) { + border-style: none solid none none; } + .spinbutton .button:first-child { + color: red; } + .spinbutton .button:insensitive { + color: rgba(74, 74, 74, 0.55); } + .spinbutton .button:active { + background-color: #851042; + color: #ffffff; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #851042; } + .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #851042; } + .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { + color: inherit; } + .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { + border-radius: 0; + padding-left: 5px; + padding-right: 5px; } + .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { + border-radius: 2px 2px 0 0; + border-style: solid solid none solid; } + .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { + border-radius: 0 0 2px 2px; + border-style: none solid solid solid; } + GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { + padding: 1px; + border-width: 1px 0; + border-color: #851042; + border-radius: 0; + box-shadow: none; } + +GtkComboBox { + -GtkComboBox-arrow-scaling: 0.5; + -GtkComboBox-shadow-type: none; } + GtkComboBox > .the-button-in-the-combobox { + padding-top: 3px; + padding-bottom: 3px; } + GtkComboBox:insensitive { + color: rgba(74, 74, 74, 0.55); } + GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { + -GtkWidget-wide-separators: true; } + GtkComboBox.combobox-entry .entry:dir(ltr) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-style: none; } + GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: 1px 0 #851042; } + GtkComboBox.combobox-entry .entry:dir(rtl) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + border-left-style: none; } + GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: -1px 0 #851042; } + GtkComboBox.combobox-entry .button:dir(ltr) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + GtkComboBox.combobox-entry .button:dir(rtl) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + +.toolbar, .inline-toolbar { + -GtkWidget-window-dragging: true; + padding: 4px; + background-color: #F0F0F0; } + .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { + padding: 7px; + border: 1px solid rgba(0, 0, 0, 0.5); + border-radius: 3px; + background-color: rgba(69, 69, 69, 0.9); } + +.primary-toolbar, +.primary-toolbar .toolbar, +.primary-toolbar .inline-toolbar { + color: rgba(81, 67, 67, 0.9); + background-color: #d9d9d9; + box-shadow: none; + border-width: 0 0 1px 0; + border-style: solid; + border-image: linear-gradient(to bottom, #d9d9d9, #c7c7c7) 1 0 1 0; } + .primary-toolbar .label:insensitive, + .primary-toolbar .toolbar .label:insensitive, + .primary-toolbar .inline-toolbar .label:insensitive { + color: rgba(74, 74, 74, 0.55); } + +.inline-toolbar { + background-color: #e8e8e8; + border-style: solid; + border-color: #d9d9d9; + border-width: 0 1px 1px; + padding: 3px; + border-radius: 0 0 3px 3px; } + +.search-bar { + background-color: #F0F0F0; + border-style: solid; + border-color: #d9d9d9; + border-width: 0 0 1px; + padding: 3px; } + +.action-bar { + background-color: #e8e8e8; } + +.header-bar { + padding: 5px 5px 4px 5px; + border-width: 0 0 1px; + border-style: solid; + border-radius: 0; + border-color: #c7c7c7; + color: rgba(81, 67, 67, 0.9); + background-color: #d9d9d9; } + .csd .header-bar { + background-color: #d9d9d9; + border-color: #c7c7c7; } + .header-bar:backdrop { + color: rgba(81, 67, 67, 0.6); } + .header-bar .title { + padding-left: 12px; + padding-right: 12px; } + .header-bar .subtitle { + font-size: smaller; + padding-left: 12px; + padding-right: 12px; } + .header-bar.selection-mode, .header-bar.titlebar.selection-mode { + color: #ffffff; + background-color: #851042; + border-color: #730e39; + box-shadow: none; } + .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { + background-color: #851042; + color: rgba(255, 255, 255, 0.6); } + .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button.flat, .header-bar.selection-mode .sidebar-button.button, .header-bar.titlebar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.5); } + .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { + color: #851042; + outline-color: rgba(133, 16, 66, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0); } + .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { + color: rgba(133, 16, 66, 0.4); + background-color: rgba(255, 255, 255, 0.15); + border-color: rgba(255, 255, 255, 0.15); } + .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { + box-shadow: none; + padding-left: 10px; + padding-right: 10px; } + .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { + -GtkArrow-arrow-scaling: 1; } + .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { + background-color: #851042; } + .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { + border-radius: 0; } + .maximized .header-bar { + background-color: #d9d9d9; + border-color: #c7c7c7; } + .header-bar.default-decoration, .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, .csd .header-bar.default-decoration:backdrop { + padding-top: 5px; + padding-bottom: 5px; + background-color: #d9d9d9; + border-bottom-width: 0; } + .maximized .header-bar.default-decoration, .maximized .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized .csd .header-bar.default-decoration:backdrop { + background-color: #d9d9d9; } + +.titlebar { + padding-left: 7px; + padding-right: 7px; + border-radius: 4px 4px 0 0; + color: rgba(81, 67, 67, 0.9); + background-color: #d9d9d9; + box-shadow: inset 0 1px #e1e1e1; } + .csd .titlebar { + background-color: #d9d9d9; } + .titlebar:backdrop { + color: rgba(81, 67, 67, 0.6); + background-color: #e1e1e1; } + .csd .titlebar:backdrop { + background-color: #e1e1e1; } + .maximized .titlebar { + background-color: #d9d9d9; } + .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { + background-color: #e1e1e1; } + +.titlebar .titlebar, +.titlebar .titlebar:backdrop { + background-color: transparent; } + +.primary-toolbar .separator, .primary-toolbar .sidebar .view.separator, .sidebar .primary-toolbar .view.separator, +.primary-toolbar .toolbar .separator, +.primary-toolbar .inline-toolbar .separator, .header-bar .header-bar-separator, .header-bar > GtkBox > .separator.vertical { + -GtkWidget-wide-separators: true; + -GtkWidget-separator-width: 1px; + border-width: 0 1px; + border-image: linear-gradient(to bottom, rgba(81, 67, 67, 0) 25%, rgba(81, 67, 67, 0.25) 25%, rgba(81, 67, 67, 0.25) 75%, rgba(81, 67, 67, 0) 75%) 0 1/0 1px stretch; } + .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop { + opacity: 0.6; } + +.primary-toolbar .entry, .header-bar .entry { + color: rgba(81, 67, 67, 0.9); + border-color: rgba(81, 67, 67, 0.2); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-color: transparent; } + .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { + color: inherit; } + .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { + opacity: 0.85; } + .primary-toolbar .entry:focus, .header-bar .entry:focus { + color: rgba(81, 67, 67, 0.9); + border-color: #851042; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-clip: border-box; } + .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { + color: rgba(81, 67, 67, 0.75); } + .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { + color: rgba(81, 67, 67, 0.45); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } + .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { + background-color: #851042; + color: #ffffff; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #851042; + background-image: none; + background-color: transparent; } + .primary-toolbar .entry.warning, .header-bar .entry.warning { + color: #ffffff; + border-color: #F27835; + background-image: linear-gradient(to bottom, #e89f77); } + .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #F27835); } + .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { + background-color: #ffffff; + color: #F27835; } + .primary-toolbar .entry.error, .header-bar .entry.error { + color: #ffffff; + border-color: #FC4138; + background-image: linear-gradient(to bottom, #ee7e78); } + .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { + color: #ffffff; + background-image: linear-gradient(to bottom, #FC4138); } + .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { + background-color: #ffffff; + color: #FC4138; } +.primary-toolbar .button, .header-bar .button { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + outline-offset: -3px; + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + .primary-toolbar .button:backdrop, .header-bar .button:backdrop { + opacity: 0.7; } + .primary-toolbar .button:hover, .header-bar .button:hover { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(81, 67, 67, 0.2); + background-color: #851042; + background-clip: border-box; } + .primary-toolbar .button:insensitive, .header-bar .button:insensitive { + color: rgba(81, 67, 67, 0.45); + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + .primary-toolbar .button:insensitive > GtkLabel, + .primary-toolbar .toolbar .button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { + color: inherit; } + .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { + color: rgba(255, 255, 255, 0.75); + border-color: rgba(133, 16, 66, 0.65); + background-color: rgba(133, 16, 66, 0.65); } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button, .header-bar .linked:not(.vertical):not(.path-bar) > .button, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:active, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:active, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:checked, +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:insensitive, +.header-bar .linked:not(.vertical):not(.path-bar) > .button:insensitive { + border-radius: 3px; + border-style: solid; } +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), .header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child), +.primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active), +.header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) { + box-shadow: none; } +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, +.primary-toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button, +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button, +.header-bar .linked:not(.vertical).path-bar > .button { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, + .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:hover, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:hover, + .header-bar .linked:not(.vertical).path-bar > .button:hover { + background-color: rgba(255, 255, 255, 0.9); } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, + .primary-toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:active, + .header-bar .linked:not(.vertical).path-bar > .button:active, + .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:checked, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:checked, + .header-bar .linked:not(.vertical).path-bar > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(81, 67, 67, 0.2); + background-color: #851042; } + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, + .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:insensitive, + .header-bar .linked:not(.vertical).path-bar > .button:insensitive { + color: rgba(81, 67, 67, 0.5); } +.primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child), +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child), +.header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(81, 67, 67, 0); } + .primary-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, .header-bar .linked:not(.vertical).path-bar > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .primary-toolbar .inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child, + .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(81, 67, 67, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry { + border-left-color: rgba(81, 67, 67, 0); } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error + .entry.warning { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry:focus:last-child { + border-left-color: #851042; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.warning:focus:last-child { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:not(:last-child), +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry + .entry.error:focus:last-child { + border-left-color: #FC4138; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #851042; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.warning:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #F27835; } +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .entry, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + .button, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, +.primary-toolbar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, +.header-bar .linked:not(.vertical):not(.pathbar) > .entry.error:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox { + border-left-color: #FC4138; } +.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat, .primary-toolbar .suggested-action.sidebar-button.button, .header-bar .suggested-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #6db442; + outline-color: rgba(109, 180, 66, 0.3); } + .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { + color: rgba(81, 67, 67, 0.45); + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.suggested-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, +.primary-toolbar .button.suggested-action:backdrop, +.header-bar .button.suggested-action:backdrop { + opacity: 0.8; } +.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat, .primary-toolbar .destructive-action.sidebar-button.button, .header-bar .destructive-action.sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #F04A50; + outline-color: rgba(240, 74, 80, 0.3); } + .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { + color: rgba(81, 67, 67, 0.45); + background-color: rgba(217, 217, 217, 0); + border-color: rgba(217, 217, 217, 0); } + .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action.flat:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .toolbar .button.destructive-action:insensitive > GtkLabel, + .primary-toolbar .inline-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { + color: inherit; } +.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, +.primary-toolbar .button.destructive-action:backdrop, +.header-bar .button.destructive-action:backdrop { + opacity: 0.8; } +.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { + color: #ffffff; } + .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { + background-color: rgba(255, 255, 255, 0.1); + border-color: transparent; } + .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { + color: rgba(255, 255, 255, 0.4); } +.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { + color: rgba(81, 67, 67, 0.9); } + .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { + background-color: rgba(81, 67, 67, 0.15); + border-color: transparent; } + .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { + color: rgba(81, 67, 67, 0.6); } + .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { + background-color: rgba(0, 0, 0, 0.1); } +.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { + color: rgba(81, 67, 67, 0.3); } +.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { + color: rgba(81, 67, 67, 0.9); + border-color: rgba(81, 67, 67, 0.2); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-color: transparent; } + .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { + color: inherit; } + .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { + color: rgba(81, 67, 67, 0.9); + border-color: #851042; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { + color: rgba(81, 67, 67, 0.45); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { + border-right-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { + box-shadow: 1px 0 #851042; } +.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) { + border-left-style: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: none; } + .primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { + box-shadow: -1px 0 #851042; } +.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { + opacity: 0.75; } +.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { + background-color: rgba(81, 67, 67, 0.25); } +.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { + opacity: 0.75; } +.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { + opacity: 0.75; } +.primary-toolbar .scale.trough, .header-bar .scale.trough { + background-image: linear-gradient(to bottom, rgba(81, 67, 67, 0.25)); } + .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(81, 67, 67, 0.2)); } +.primary-toolbar .scale.slider, .header-bar .scale.slider { + background-image: linear-gradient(to bottom, whitesmoke); + border-color: rgba(81, 67, 67, 0.4); } + .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { + background-image: linear-gradient(to bottom, white); + border-color: rgba(81, 67, 67, 0.4); } + .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { + background-image: linear-gradient(to bottom, #851042); + border-color: #851042; } + .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #ededed); + border-color: rgba(81, 67, 67, 0.4); } + +.path-bar .button { + padding: 5px 10px; } + .path-bar .button:first-child { + padding-left: 10px; } + .path-bar .button:last-child { + padding-right: 10px; } + .path-bar .button:only-child { + padding-left: 14px; + padding-right: 14px; } + .path-bar .button GtkLabel:last-child { + padding-left: 4px; } + .path-bar .button GtkLabel:first-child { + padding-right: 4px; } + .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { + padding-right: 0; + padding-left: 0; } + .path-bar .button GtkImage { + padding-top: 2px; + padding-bottom: 1px; } + +GtkTreeView.view { + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + border-left-color: rgba(74, 74, 74, 0.15); + border-top-color: rgba(0, 0, 0, 0.1); } + GtkTreeView.view:selected { + border-radius: 0; + border-left-color: #c288a1; + border-top-color: rgba(74, 74, 74, 0.1); } + GtkTreeView.view:insensitive { + color: rgba(74, 74, 74, 0.55); } + GtkTreeView.view:insensitive:selected { + color: #b6708e; } + GtkTreeView.view.dnd { + border-style: solid none; + border-width: 1px; + border-color: #682d46; } + GtkTreeView.view.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); + color: #a5a5a5; } + GtkTreeView.view.expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + GtkTreeView.view.expander:hover { + color: #4a4a4a; } + GtkTreeView.view.expander:selected { + color: #dab7c6; } + GtkTreeView.view.expander:selected:hover { + color: #ffffff; } + GtkTreeView.view.expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + GtkTreeView.view.progressbar { + color: #ffffff; + border-radius: 3px; + background-image: linear-gradient(to bottom, #851042); } + GtkTreeView.view.progressbar:selected { + color: #851042; + box-shadow: none; + background-image: linear-gradient(to bottom, #ffffff); } + GtkTreeView.view.trough, GtkTreeView.view.trough:selected { + color: #4a4a4a; + background-image: linear-gradient(to bottom, #cfcfcf); + border-radius: 3px; + border-width: 0; } + +column-header .button { + color: #6e6e6e; + background-color: #ededed; } + column-header .button:hover { + color: #851042; + box-shadow: none; + transition: none; } + column-header .button:active { + color: #4a4a4a; + transition: none; } +column-header:last-child .button, column-header:last-child.button { + border-right-style: none; + border-image: none; } + +column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { + transition: none; + color: #851042; + box-shadow: inset 1px 1px 0 1px #851042, inset -1px 0 0 1px #851042, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + +column-header .button, column-header .button:hover, column-header .button:active { + font-weight: bold; + padding: 3px 6px; + background-image: none; + border-style: none solid solid none; + border-radius: 0; + border-color: #d9d9d9; + /*border-image: linear-gradient(to bottom, + transparentize(if($variant == 'light', black, white), 1) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 20%, + transparentize(if($variant == 'light', black, white), 0.89) 80%, + transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch;*/ } + column-header .button:active, column-header .button:hover { + background-color: whitesmoke; } + column-header .button:active:hover { + color: #4a4a4a; } + column-header .button:insensitive { + border-color: #F0F0F0; + background-image: none; } + +.menubar { + -GtkWidget-window-dragging: true; + padding: 0px; + background-color: #d9d9d9; + color: rgba(81, 67, 67, 0.9); } + .menubar:backdrop { + color: rgba(81, 67, 67, 0.6); } + .menubar > .menuitem { + padding: 6px 8px; + border: solid transparent; + border-width: 0; } + .menubar > .menuitem:hover { + background-color: #851042; + color: #ffffff; } + .menubar > .menuitem:insensitive { + color: rgba(81, 67, 67, 0.3); + border-color: transparent; } + +.menu { + margin: 4px; + padding: 0; + border-radius: 0; + background-color: #ffffff; + border: 1px solid #d9d9d9; } + .csd .menu { + padding: 4px 0px; + border-radius: 2px; + border: none; } + .menu .menuitem { + padding: 5px; } + .menu .menuitem:hover { + color: #4a4a4a; + background-color: rgba(0, 0, 0, 0.05); + border: solid rgba(0, 0, 0, 0.12); + border-width: 1px 0 1px 0; } + .menu .menuitem:insensitive { + color: rgba(74, 74, 74, 0.55); } + .menu .menuitem.separator { + color: rgba(255, 255, 255, 0); } + .menu .menuitem.arrow { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .menu .menuitem.arrow:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .menu.button { + border-style: none; + border-radius: 0; } + .menu.button.top { + border-bottom: 1px solid #ededed; } + .menu.button.bottom { + border-top: 1px solid #ededed; } + .menu.button:hover { + background-color: #ededed; } + .menu.button:insensitive { + color: transparent; + background-color: transparent; + border-color: transparent; } + +.csd .popup { + border-radius: 2px; } + +.menuitem .accelerator { + color: alpha(currentColor,0.55); } + +.popover { + padding: 2px; + border: 1px solid #cccccc; + border-radius: 3px; + background-clip: border-box; + background-color: #ffffff; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } + .popover .separator, .popover .sidebar .view.separator, .sidebar .popover .view.separator { + color: rgba(255, 255, 255, 0); } + .popover > .list, + .popover > .view, + .popover > .toolbar, + .popover > .inline-toolbar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar { + border-style: none; + background-color: transparent; } + +.entry.cursor-handle, +.cursor-handle { + background-color: transparent; + background-image: none; + box-shadow: none; + border-style: none; } + .entry.cursor-handle.top, + .cursor-handle.top { + -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } + .entry.cursor-handle.bottom, + .cursor-handle.bottom { + -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } + +.notebook { + padding: 0; + background-color: #ffffff; + -GtkNotebook-initial-gap: 4; + -GtkNotebook-arrow-spacing: 5; + -GtkNotebook-tab-curvature: 0; + -GtkNotebook-tab-overlap: 1; + -GtkNotebook-has-tab-gap: false; + -GtkWidget-focus-padding: 0; + -GtkWidget-focus-line-width: 0; + transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .notebook.frame { + border: 1px solid #d9d9d9; } + .notebook.frame.top { + border-top-width: 0; } + .notebook.frame.bottom { + border-bottom-width: 0; } + .notebook.frame.right { + border-right-width: 0; } + .notebook.frame.left { + border-left-width: 0; } + .notebook.header { + background-color: #F0F0F0; } + .notebook.header.frame { + border: 0px solid #d9d9d9; } + .notebook.header.frame.top { + border-bottom-width: 0; } + .notebook.header.frame.bottom { + border-top-width: 0; } + .notebook.header.frame.right { + border-left-width: 0; } + .notebook.header.frame.left { + border-right-width: 0; } + .notebook.header.top { + box-shadow: inset 0 -1px #d9d9d9; } + .notebook.header.bottom { + box-shadow: inset 0 1px #d9d9d9; } + .notebook.header.right { + box-shadow: inset 1px 0 #d9d9d9; } + .notebook.header.left { + box-shadow: inset -1px 0 #d9d9d9; } + .notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; + outline-color: transparent; + outline-offset: 0; } + .notebook tab.top, .notebook tab.bottom { + padding: 4px 15px; } + .notebook tab.left, .notebook tab.right { + padding: 4px 15px; } + .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { + padding-left: 12px; + padding-right: 12px; } + .notebook tab.reorderable-page.top, .notebook tab.top { + padding-top: 6px; + border-radius: 3.5px 2px 0 0; + border-width: 0; + border-top-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #ffffff, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.bottom, .notebook tab.bottom { + padding-bottom: 6px; + border-radius: 0 0 2px 3.5px; + border-width: 0; + border-bottom-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 -1px #ffffff, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.right, .notebook tab.right { + padding-right: 17px; + border-radius: 0 3.5px 3.5px 0; + border-width: 0; + border-right-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #ffffff, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.left, .notebook tab.left { + padding-left: 17px; + border-radius: 3.5px 0 0 3.5px; + border-width: 0; + border-left-width: 2px; + border-color: transparent; + background-color: rgba(255, 255, 255, 0); } + .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { + background-color: rgba(255, 255, 255, 0.5); + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { + background-color: #ffffff; + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #ffffff; } + .notebook tab GtkLabel { + padding: 0 2px; + color: rgba(74, 74, 74, 0.55); } + .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { + color: rgba(74, 74, 74, 0.775); } + .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { + color: #4a4a4a; } + .notebook tab .button { + padding: 0; + color: #848484; } + .notebook tab .button:hover { + color: #ff4d4d; } + .notebook tab .button:active { + color: #851042; } + .notebook tab .button > GtkImage { + padding: 2px; } + .notebook.arrow { + color: rgba(74, 74, 74, 0.55); } + .notebook.arrow:hover { + color: rgba(74, 74, 74, 0.775); } + .notebook.arrow:active { + color: #4a4a4a; } + .notebook.arrow:insensitive { + color: rgba(74, 74, 74, 0.25); } + +.scrollbar { + -GtkRange-slider-width: 13; + -GtkRange-trough-border: 0; + -GtkScrollbar-has-backward-stepper: false; + -GtkScrollbar-has-forward-stepper: false; + -GtkScrollbar-min-slider-length: 42; + -GtkRange-stepper-spacing: 0; + -GtkRange-trough-under-steppers: 1; } + .scrollbar .button { + border: none; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { + opacity: 0.4; + -GtkRange-slider-width: 6px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { + margin: 0; + background-color: #7c7c7c; + border: 1px solid rgba(255, 255, 255, 0.6); + background-clip: padding-box; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { + border-style: none; + background-color: transparent; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { + margin-top: 2px; + margin-bottom: 2px; } + .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { + margin-left: 2px; + margin-right: 2px; } + .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { + opacity: 0.99; } + .scrollbar .trough { + background-color: #fcfcfc; + border: 1px none #d9d9d9; } + .scrollbar .slider { + background-color: #aeaeae; } + .scrollbar .slider:hover { + background-color: #bebebe; } + .scrollbar .slider:prelight:active { + background-color: #851042; } + .scrollbar .slider:insensitive { + background-color: transparent; } + .scrollbar .slider { + border-radius: 100px; + margin: 3px; } + .scrollbar.fine-tune .slider { + margin: 4px; } + .scrollbar.vertical .slider { + margin-left: 4px; } + .scrollbar.vertical .slider:dir(rtl) { + margin-left: 3px; + margin-right: 4px; } + .scrollbar.vertical.fine-tune .slider { + margin-left: 5px; } + .scrollbar.vertical.fine-tune .slider:dir(rtl) { + margin-left: 4px; + margin-right: 5px; } + .scrollbar.vertical .trough { + border-left-style: solid; } + .scrollbar.vertical .trough:dir(rtl) { + border-left-style: none; + border-right-style: solid; } + .scrollbar.horizontal .slider { + margin-top: 4px; } + .scrollbar.horizontal.fine-tune .slider { + margin-top: 5px; } + .scrollbar.horizontal .trough { + border-top-style: solid; } + +.scrollbars-junction, +.scrollbars-junction.frame { + border-color: transparent; + border-image: linear-gradient(to bottom, #d9d9d9 1px, transparent 1px) 0 0 0 1/0 1px stretch; + background-color: #fcfcfc; } + .scrollbars-junction:dir(rtl), + .scrollbars-junction.frame:dir(rtl) { + border-image-slice: 0 1 0 0; } + +GtkSwitch { + font: 1; + -GtkSwitch-slider-width: 52; + -GtkSwitch-slider-height: 24; + outline-color: transparent; } + GtkSwitch.trough, GtkSwitch.slider { + background-size: 52px 24px; + background-repeat: no-repeat; + background-position: right center; + color: transparent; + border-color: transparent; + border-image: none; + border-style: none; + box-shadow: none; } + GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { + background-position: left center; } + +GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } + +.list-row:selected GtkSwitch.trough, +GtkInfoBar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough, +.primary-toolbar .toolbar GtkSwitch.trough, +.primary-toolbar .inline-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header.png"), url("assets/switch-header@2.png")); } + +GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } + +.list-row:selected GtkSwitch.trough:active, +GtkInfoBar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active, +.primary-toolbar .toolbar GtkSwitch.trough:active, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header.png"), url("assets/switch-active-header@2.png")); } + +GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive, +GtkInfoBar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header.png"), url("assets/switch-insensitive-header@2.png")); } + +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive, +GtkInfoBar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .toolbar GtkSwitch.trough:active:insensitive, +.primary-toolbar .inline-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header.png"), url("assets/switch-active-insensitive-header@2.png")); } + +.check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check, +GtkFileChooserDialog .dialog-vbox > .frame .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } + +GtkTreeView.view.check:selected, +.list-row:selected .check, +GtkInfoBar .check { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } + +.check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:insensitive:selected, +.list-row:selected .check:insensitive, +GtkInfoBar .check:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } + +.check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:selected, +.list-row:selected .check:inconsistent, +GtkInfoBar .check:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } + +.check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.check:inconsistent:insensitive:selected, +.list-row:selected .check:inconsistent:insensitive, +GtkInfoBar .check:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } + +.check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } + +GtkTreeView.view.check:checked:selected, +.list-row:selected .check:checked, +GtkInfoBar .check:checked { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } + +.check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .check:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.check:checked:insensitive:selected, +.list-row:selected .check:checked:insensitive, +GtkInfoBar .check:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } + +.radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio, +GtkFileChooserDialog .dialog-vbox > .frame .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } + +GtkTreeView.view.radio:selected, +.list-row:selected .radio, +GtkInfoBar .radio { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } + +.radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:insensitive:selected, +.list-row:selected .radio:insensitive, +GtkInfoBar .radio:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } + +.radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:selected, +.list-row:selected .radio:inconsistent, +GtkInfoBar .radio:inconsistent { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } + +.radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:inconsistent:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:inconsistent:insensitive:selected, +.list-row:selected .radio:inconsistent:insensitive, +GtkInfoBar .radio:inconsistent:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } + +.radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } + +GtkTreeView.view.radio:checked:selected, +.list-row:selected .radio:checked, +GtkInfoBar .radio:checked { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } + +.radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .radio:checked:insensitive, +GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } + +GtkTreeView.view.radio:checked:insensitive:selected, +.list-row:selected .radio:checked:insensitive, +GtkInfoBar .radio:checked:insensitive { + -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } + +.view.content-view.check:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); + background-color: transparent; } + +.view.content-view.check:checked:not(.list) { + -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); + background-color: transparent; } + +GtkCheckButton.text-button, GtkRadioButton.text-button { + padding: 1px 2px 4px; + outline-offset: 0; } + GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { + color: rgba(74, 74, 74, 0.55); } + +.scale { + -GtkScale-slider-length: 15; + -GtkRange-slider-width: 15; + -GtkRange-trough-border: 0; + outline-offset: -1px; + outline-radius: 2px; + color: alpha(currentColor,0.7); } + .scale.trough { + margin: 5px; } + .scale.fine-tune.trough { + border-radius: 5px; + margin: 3px; } + .scale.slider { + background-clip: border-box; + background-image: linear-gradient(to bottom, whitesmoke); + border: 1px solid rgba(143, 143, 143, 0.5); + border-radius: 50%; + box-shadow: none; } + .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #f8f8f8); + border-color: rgba(143, 143, 143, 0.3); } + .scale.slider:active { + background-image: linear-gradient(to bottom, #851042); + border-color: #851042; } + .osd .scale.slider { + background-image: linear-gradient(to bottom, #454545); + border-color: #851042; } + .osd .scale.slider:hover { + background-image: linear-gradient(to bottom, #851042); } + .osd .scale.slider:active { + background-image: linear-gradient(to bottom, #570b2b); + border-color: #570b2b; } + .list-row:selected .scale.slider, GtkInfoBar .scale.slider { + background-image: linear-gradient(to bottom, #ffffff); + border-color: #ffffff; } + .list-row:selected .scale.slider:hover, GtkInfoBar .scale.slider:hover { + background-image: linear-gradient(to bottom, #eddbe3); + border-color: #eddbe3; } + .list-row:selected .scale.slider:active, GtkInfoBar .scale.slider:active { + background-image: linear-gradient(to bottom, #c288a1); + border-color: #c288a1; } + .list-row:selected .scale.slider:insensitive, GtkInfoBar .scale.slider:insensitive { + background-image: linear-gradient(to bottom, #c893aa); + border-color: #c893aa; } + .scale.trough { + border: none; + border-radius: 2.5px; + background-image: linear-gradient(to bottom, #cfcfcf); } + .scale.trough.highlight { + background-image: linear-gradient(to bottom, #851042); } + .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, rgba(133, 16, 66, 0.55)); } + .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(207, 207, 207, 0.55)); } + .osd .scale.trough { + background-image: linear-gradient(to bottom, #575757); + outline-color: rgba(195, 195, 195, 0.2); } + .osd .scale.trough.highlight { + background-image: none; + background-image: linear-gradient(to bottom, #851042); } + .list-row:selected .scale.trough, GtkInfoBar .scale.trough { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } + .list-row:selected .scale.trough.highlight, GtkInfoBar .scale.trough.highlight { + background-image: linear-gradient(to bottom, #ffffff); } + .list-row:selected .scale.trough.highlight:insensitive, GtkInfoBar .scale.trough.highlight:insensitive { + background-image: linear-gradient(to bottom, #c893aa); } + .list-row:selected .scale.trough:insensitive, GtkInfoBar .scale.trough:insensitive { + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } + +GtkProgressBar { + padding: 0; + font-size: smaller; + color: rgba(74, 74, 74, 0.7); } + GtkProgressBar.osd { + -GtkProgressBar-xspacing: 0; + -GtkProgressBar-yspacing: 0; + -GtkProgressBar-min-horizontal-bar-height: 3; } + +.progressbar { + background-color: #851042; + border: none; + border-radius: 3px; + box-shadow: none; } + .progressbar.osd { + background-color: #851042; } + .list-row:selected .progressbar, GtkInfoBar .progressbar { + background-color: #ffffff; } + +.osd .scale.progressbar { + background-color: #851042; } + +GtkProgressBar.trough, .level-bar.trough { + border: none; + border-radius: 3px; + background-color: #cfcfcf; } + GtkProgressBar.trough.osd, .osd.level-bar.trough { + border-style: none; + background-color: transparent; + box-shadow: none; } + .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, GtkInfoBar GtkProgressBar.trough, GtkInfoBar .level-bar.trough { + background-color: rgba(0, 0, 0, 0.2); } + +GtkLevelBar { + -GtkLevelBar-min-block-width: 34; + -GtkLevelBar-min-block-height: 3; } + GtkLevelBar.vertical { + -GtkLevelBar-min-block-width: 3; + -GtkLevelBar-min-block-height: 34; } + +.level-bar.trough { + padding: 3px; + border-radius: 4px; } +.level-bar.fill-block { + border: 1px solid #851042; + background-color: #851042; + border-radius: 2px; } + .level-bar.fill-block.indicator-discrete.horizontal { + margin: 0 1px; } + .level-bar.fill-block.indicator-discrete.vertical { + margin: 1px 0; } + .level-bar.fill-block.level-high { + border-color: #73d216; + background-color: #73d216; } + .level-bar.fill-block.level-low { + border-color: #F27835; + background-color: #F27835; } + .level-bar.fill-block.empty-fill-block { + background-color: rgba(74, 74, 74, 0.2); + border-color: rgba(74, 74, 74, 0.2); } + +.frame { + border: 1px solid #d9d9d9; + padding: 0; } + .frame.flat { + border-style: none; } + .frame.action-bar { + padding: 6px; + border-width: 1px 0 0; } + +GtkScrolledWindow GtkViewport.frame { + border-style: none; } + +.separator, .sidebar.separator, .sidebar .view.separator { + color: rgba(0, 0, 0, 0.1); } + GtkFileChooserButton .separator, GtkFileChooserButton .sidebar.separator, GtkFileChooserButton .sidebar .view.separator, .sidebar GtkFileChooserButton .view.separator, GtkFontButton .separator, GtkFontButton .sidebar.separator, GtkFontButton .sidebar .view.separator, .sidebar GtkFontButton .view.separator, GtkFileChooserButton .separator.vertical, GtkFileChooserButton .sidebar .vertical.view.separator, .sidebar GtkFileChooserButton .vertical.view.separator, GtkFontButton .separator.vertical, GtkFontButton .sidebar .vertical.view.separator, .sidebar GtkFontButton .vertical.view.separator { + -GtkWidget-wide-separators: true; } + +.list { + background-color: #ffffff; + border-color: #d9d9d9; } + +.list-row, +.grid-child { + padding: 2px; } + +.list-row.activatable:hover, GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(0, 0, 0, 0.03); } +.list-row.activatable:active { + color: #4a4a4a; } +.list-row.activatable:selected:active { + color: #ffffff; } +.list-row.activatable:selected:hover, GtkPlacesSidebar.sidebar .has-open-popup:selected { + background-color: #780e3b; } +.list-row.activatable:selected:insensitive { + color: rgba(255, 255, 255, 0.7); + background-color: rgba(133, 16, 66, 0.7); } + .list-row.activatable:selected:insensitive .label { + color: inherit; } + +.list-row, list-row.activatable { + transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + .list-row:hover, list-row.activatable:hover { + transition: none; } + +.app-notification, +.app-notification.frame { + padding: 10px; + color: #C3C3C3; + background-color: #454545; + background-clip: border-box; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; + border-color: #2c2c2c; } + .app-notification .button, + .app-notification.frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + .app-notification .button.flat, .app-notification .sidebar-button.button, + .app-notification.frame .button.flat, + .app-notification.frame .sidebar-button.button { + border-color: rgba(133, 16, 66, 0); } + .app-notification .button:hover, + .app-notification.frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + .app-notification .button:active, .app-notification .button:checked, + .app-notification.frame .button:active, + .app-notification.frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #851042; + background-clip: padding-box; } + .app-notification .button:insensitive, + .app-notification.frame .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +.expander { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } + .expander:dir(rtl) { + -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } + .expander:hover { + color: #979797; } + .expander:checked { + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } + +GtkCalendar { + color: #4a4a4a; + border: 1px solid #d9d9d9; + border-radius: 3px; + padding: 2px; } + GtkCalendar:selected { + background-color: #851042; + color: #ffffff; + border-radius: 1.5px; } + GtkCalendar.header { + color: #4a4a4a; + border: none; + border-radius: 0; } + GtkCalendar.button, GtkCalendar.button:focus { + color: rgba(74, 74, 74, 0.45); + border-color: transparent; + background-color: transparent; + background-image: none; } + GtkCalendar.button:hover, GtkCalendar.button:focus:hover { + color: #4a4a4a; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(74, 74, 74, 0.55); + background-color: transparent; + background-image: none; } + GtkCalendar:inconsistent { + color: alpha(currentColor,0.55); } + GtkCalendar.highlight { + color: #4a4a4a; } + +.dialog-action-area .button.text-button { + padding: 6px 16px; } + +.message-dialog .dialog-action-area .button { + padding: 8px; } + +.message-dialog { + -GtkDialog-button-spacing: 0; } + .message-dialog .titlebar { + background-color: #d9d9d9; + border-bottom: 1px solid #c7c7c7; } + .message-dialog.csd.background { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: none; } + .message-dialog.csd .dialog-action-area .button { + padding: 8px; + border-radius: 0; } + .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { + border-right-style: none; + border-bottom-style: none; } + .message-dialog.csd .dialog-action-area .button:last-child { + border-bottom-right-radius: 3px; } + .message-dialog.csd .dialog-action-area .button:first-child { + border-left-style: none; + border-bottom-left-radius: 3px; } + +GtkFileChooserDialog .search-bar { + background-color: #F0F0F0; + border-color: #d9d9d9; + box-shadow: none; } +GtkFileChooserDialog .dialog-action-box { + border-top: 1px solid #d9d9d9; } + +.sidebar, .sidebar .view { + border: none; + background-color: #F0F0F0; } + +GtkSidebarRow.list-row { + padding: 0px; } +GtkSidebarRow .sidebar-revealer { + padding: 3px 14px 3px 12px; } +GtkSidebarRow .sidebar-icon:dir(ltr) { + padding-right: 8px; } +GtkSidebarRow .sidebar-icon:dir(rtl) { + padding-left: 8px; } +GtkSidebarRow .sidebar-label:dir(ltr) { + padding-right: 2px; } +GtkSidebarRow .sidebar-label:dir(rtl) { + padding-left: 2px; } + +GtkPlacesSidebar.sidebar .sidebar-placeholder-row { + border: solid 1px #851042; } +GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #d7d7d7; } +GtkPlacesSidebar.sidebar .list-row.activatable { + color: rgba(74, 74, 74, 0.8); + border-width: 0; + border-style: solid; } +.sidebar-button.button { + outline-radius: 50%; + border-radius: 50%; } + .sidebar-button.button.image-button, .header-bar .sidebar-button.button.titlebutton, + .titlebar .sidebar-button.button.titlebutton { + padding: 3px; } + .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +.sidebar-item { + padding: 10px 4px; } + .sidebar-item > GtkLabel { + padding-left: 6px; + padding-right: 6px; } + .sidebar-item.needs-attention > GtkLabel { + background-size: 6px 6px, 0 0; } + +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } +GtkPlacesView .list-row.activatable:hover, GtkPlacesView GtkPlacesSidebar.sidebar .has-open-popup, GtkPlacesSidebar.sidebar GtkPlacesView .has-open-popup { + background-color: transparent; } + +GtkPaned { + -GtkPaned-handle-size: 1; + -gtk-icon-source: none; + margin: 0 8px 8px 0; } + GtkPaned:dir(rtl) { + margin-right: 0; + margin-left: 8px; } + GtkPaned .pane-separator { + background-color: #d9d9d9; } + +GtkPaned.wide { + -GtkPaned-handle-size: 5; + margin: 0; } + GtkPaned.wide .pane-separator { + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator-vertical.png"), url("assets/pane-separator-vertical@2.png")); + background-repeat: no-repeat; + background-position: center; } + GtkPaned.wide.vertical .pane-separator { + color: #4a4a4a; + background-color: transparent; + border-style: none; + background-image: -gtk-scaled(url("assets/pane-separator.png"), url("assets/pane-separator@2.png")); + background-repeat: no-repeat; + background-position: center; } + +GtkInfoBar { + border-style: none; } + +.info, +.question, +.warning, +.error, +GtkInfoBar { + background-color: #851042; + color: #ffffff; } + +.warning, +.error { + background-color: #F04A50; } + +.list-row:selected .button, GtkInfoBar .button { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.5); } + .list-row:selected .flat.button, .list-row:selected .sidebar-button.button, GtkInfoBar .flat.button, GtkInfoBar .sidebar-button.button { + border-color: transparent; + background-color: transparent; + background-image: none; + color: #ffffff; + background-color: rgba(255, 255, 255, 0); } + .list-row:selected .button:hover, GtkInfoBar .button:hover { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.8); } + .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { + color: #851042; + outline-color: rgba(133, 16, 66, 0.3); + background-color: #ffffff; + border-color: #ffffff; } + .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { + color: rgba(255, 255, 255, 0.4); + background-color: rgba(255, 255, 255, 0); + border-color: rgba(255, 255, 255, 0.2); } + .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { + color: rgba(133, 16, 66, 0.4); + background-color: rgba(255, 255, 255, 0.2); + border-color: rgba(255, 255, 255, 0.2); } + +.tooltip { + color: #4a4a4a; + border-radius: 2px; + border: 1px solid #d0d0d0; } + .tooltip.background { + background-color: #fbeaa0; + background-clip: padding-box; } + .tooltip.window-frame.csd { + background-color: transparent; } + +.tooltip * { + padding: 4px; + background-color: transparent; + color: inherit; } + +:selected GtkColorSwatch { + box-shadow: none; } + :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { + border-color: #ffffff; } +GtkColorSwatch.top { + border-top-left-radius: 3px; + border-top-right-radius: 3px; } +GtkColorSwatch.bottom { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } +GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } +GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { + border-radius: 3px; } +GtkColorSwatch:hover, GtkColorSwatch:hover:selected { + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } +GtkColorEditor GtkColorSwatch { + border-radius: 3px; } + GtkColorEditor GtkColorSwatch:hover { + background-image: none; } +GtkColorSwatch.color-dark { + color: white; + outline-color: rgba(0, 0, 0, 0.3); } +GtkColorSwatch.color-light { + color: black; + outline-color: rgba(255, 255, 255, 0.5); } +GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { + border: 1px solid rgba(0, 0, 0, 0.15); } + GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { + border-color: rgba(0, 0, 0, 0.25); } +GtkColorSwatch#add-color-button { + border-style: solid; + border-width: 1px; + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + GtkColorSwatch#add-color-button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + GtkColorSwatch#add-color-button .overlay { + border-color: transparent; + background-color: transparent; + background-image: none; } + +GtkColorButton.button { + padding: 5px; } + GtkColorButton.button GtkColorSwatch { + border-radius: 0; } + +.content-view { + background-color: #ffffff; } + .content-view:hover { + -gtk-image-effect: highlight; } + +.scale-popup .button { + padding: 6px; } + .scale-popup .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + +GtkVolumeButton.button { + padding: 8px; } + +.touch-selection, +.context-menu { + font: initial; } + +.monospace { + font: Monospace; } + +.overshoot.top { + background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(133, 16, 66, 0.2)), to(rgba(133, 16, 66, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center top; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.bottom { + background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(133, 16, 66, 0.2)), to(rgba(133, 16, 66, 0))); + background-size: 100% 60%; + background-repeat: no-repeat; + background-position: center bottom; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.left { + background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(133, 16, 66, 0.2)), to(rgba(133, 16, 66, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: left center; + background-color: transparent; + border: none; + box-shadow: none; } +.overshoot.right { + background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(133, 16, 66, 0.2)), to(rgba(133, 16, 66, 0))); + background-size: 60% 100%; + background-repeat: no-repeat; + background-position: right center; + background-color: transparent; + border: none; + box-shadow: none; } + +.undershoot.top { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-top: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center top; } +.undershoot.bottom { + background-color: transparent; + background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-bottom: 1px; + background-size: 10px 1px; + background-repeat: repeat-x; + background-origin: content-box; + background-position: center bottom; } +.undershoot.left { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-left: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: left center; } +.undershoot.right { + background-color: transparent; + background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); + padding-right: 1px; + background-size: 1px 10px; + background-repeat: repeat-y; + background-origin: content-box; + background-position: right center; } + +.window-frame { + border-radius: 4px 4px 0 0; + border-width: 0px; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 8px 0 rgba(0, 0, 0, 0.2); + margin: 10px; } + .window-frame:backdrop { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } + .window-frame.tiled { + border-radius: 0; } + .window-frame.popup { + box-shadow: none; + border-radius: 0; } + .window-frame.ssd { + border-radius: 4px 4px 0 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); } + .window-frame.ssd.maximized { + border-radius: 0; } + .window-frame.csd.popup { + border-radius: 2px; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.tooltip { + border-radius: 2px; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } + .window-frame.csd.message-dialog { + border-radius: 3px; } + .window-frame.solid-csd { + border-radius: 0; + margin: 1px; + background-color: #d9d9d9; + box-shadow: none; } + +.header-bar.default-decoration .button.titlebutton, +.titlebar.default-decoration .button.titlebutton { + padding-top: 0px; + padding-bottom: 0px; } +.header-bar .button.titlebutton, +.titlebar .button.titlebutton { + padding: 8px 4px; + border-color: transparent; + background-color: transparent; + background-image: none; + background-color: rgba(217, 217, 217, 0); } + .header-bar .button.titlebutton:hover, + .titlebar .button.titlebutton:hover { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, + .titlebar .button.titlebutton:active, + .titlebar .button.titlebutton:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(81, 67, 67, 0.2); + background-color: #851042; } + .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.close, + .titlebar .button.titlebutton.maximize, + .titlebar .button.titlebutton.minimize { + color: transparent; + background-color: transparent; + background-position: center; + background-repeat: no-repeat; + border-width: 0; } + .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + opacity: 1; } + .header-bar .button.titlebutton.close, + .titlebar .button.titlebutton.close { + background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png")); } + .header-bar .button.titlebutton.close:backdrop, + .titlebar .button.titlebutton.close:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png")); } + .header-bar .button.titlebutton.close:hover, + .titlebar .button.titlebutton.close:hover { + background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } + .header-bar .button.titlebutton.close:active, + .titlebar .button.titlebutton.close:active { + background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png")); } + .header-bar .button.titlebutton.maximize, + .titlebar .button.titlebutton.maximize { + background-image: -gtk-scaled(url("assets/titlebutton-max.png"), url("assets/titlebutton-max@2.png")); } + .header-bar .button.titlebutton.maximize:backdrop, + .titlebar .button.titlebutton.maximize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-max-backdrop.png"), url("assets/titlebutton-max-backdrop@2.png")); } + .header-bar .button.titlebutton.maximize:hover, + .titlebar .button.titlebutton.maximize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-max-hover.png"), url("assets/titlebutton-max-hover@2.png")); } + .header-bar .button.titlebutton.maximize:active, + .titlebar .button.titlebutton.maximize:active { + background-image: -gtk-scaled(url("assets/titlebutton-max-active.png"), url("assets/titlebutton-max-active@2.png")); } + .header-bar .button.titlebutton.minimize, + .titlebar .button.titlebutton.minimize { + background-image: -gtk-scaled(url("assets/titlebutton-min.png"), url("assets/titlebutton-min@2.png")); } + .header-bar .button.titlebutton.minimize:backdrop, + .titlebar .button.titlebutton.minimize:backdrop { + background-image: -gtk-scaled(url("assets/titlebutton-min-backdrop.png"), url("assets/titlebutton-min-backdrop@2.png")); } + .header-bar .button.titlebutton.minimize:hover, + .titlebar .button.titlebutton.minimize:hover { + background-image: -gtk-scaled(url("assets/titlebutton-min-hover.png"), url("assets/titlebutton-min-hover@2.png")); } + .header-bar .button.titlebutton.minimize:active, + .titlebar .button.titlebutton.minimize:active { + background-image: -gtk-scaled(url("assets/titlebutton-min-active.png"), url("assets/titlebutton-min-active@2.png")); } + +.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.sidebar-button.button:active, .menuitem.button.flat:selected, .menuitem.sidebar-button.button:selected, .list-row:selected, .sidebar:selected, .sidebar .view:selected, GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected:focus, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected, +NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover, +NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active { + background-image: none; + background-color: #851042; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); } + +GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, +ScratchMainWindow .notebook tab.reorderable-page.top:active, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page, +ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, +ScratchMainWindow .notebook tab.top:active, +ScratchMainWindow .notebook tab.top.active-page, +ScratchMainWindow .notebook tab.top.active-page:hover, +EphyNotebook.notebook tab.reorderable-page.top:active, +EphyNotebook.notebook tab.reorderable-page.top.active-page, +EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, +EphyNotebook.notebook tab.top:active, +EphyNotebook.notebook tab.top.active-page, +EphyNotebook.notebook tab.top.active-page:hover, +MidoriNotebook .notebook tab.reorderable-page.top:active, +MidoriNotebook .notebook tab.reorderable-page.top.active-page, +MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, +MidoriNotebook .notebook tab.top:active, +MidoriNotebook .notebook tab.top.active-page, +MidoriNotebook .notebook tab.top.active-page:hover, +TerminalWindow .notebook tab.reorderable-page.top:active, +TerminalWindow .notebook tab.reorderable-page.top.active-page, +TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +TerminalWindow .notebook tab.top:active, +TerminalWindow .notebook tab.top.active-page, +TerminalWindow .notebook tab.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, +PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, +PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { + box-shadow: inset 0 1px #d9d9d9, inset 0 -1px #d9d9d9, inset 1px 0 #d9d9d9, inset -1px 0 #d9d9d9; } + +TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, +PantheonTerminalPantheonTerminalWindow .notebook tab.top { + padding-top: 7px; + border-top-width: 3px; } +TerminalWindow .notebook.header.top, +PantheonTerminalPantheonTerminalWindow .notebook.header.top { + box-shadow: inset 0 1px #c7c7c7, inset 0 -1px #d9d9d9; } + +GtkHTML { + background-color: #ffffff; + color: #4a4a4a; } + GtkHTML:active { + color: #ffffff; + background-color: #851042; } + +SushiFontWidget { + padding: 6px 12px; } + +TerminalScreen { + -TerminalScreen-background-darkness: 0.9; + background-color: #3f3f3f; + color: #fff; } + +TerminalScreenContainer .scrollbar:not(.slider) { + border-color: transparent; + background-color: transparent; } + +TerminalWindow .notebook tab .button { + color: #848484; } + TerminalWindow .notebook tab .button:hover { + color: #4a4a4a; + border-color: #cfcfcf; + background-color: whitesmoke; } +TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .prelight-page .button:hover { + color: #ff4d4d; } +TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { + color: #851042; } + +.nautilus-canvas-item { + border-radius: 2px; } + +.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } + .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { + color: #4a4a4a; } + .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { + color: #ffffff; } + +.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, +.nautilus-list-dim-label { + color: #9d9d9d; } + .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, + .nautilus-list-dim-label:selected, + .nautilus-list-dim-label:selected:focus { + color: #e7cfd9; } + +NautilusNotebook.notebook { + background-color: #ffffff; } + NautilusNotebook.notebook tab { + border-width: 0; + border-style: solid; + border-color: transparent; + background-color: transparent; } + +NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { + padding: 5px; + box-shadow: none; + background-color: #ffffff; } + +.nautilus-circular-button.image-button.button, .header-bar .nautilus-circular-button.button.titlebutton, +.titlebar .nautilus-circular-button.button.titlebutton { + border-radius: 50%; + outline-radius: 50%; + padding: 8px; } + +.disk-space-display { + border-style: solid; + border-width: 1px; } + .disk-space-display.unknown { + background-color: rgba(74, 74, 74, 0.5); + border-color: rgba(49, 49, 49, 0.5); } + .disk-space-display.used { + background-color: rgba(133, 16, 66, 0.8); + border-color: rgba(87, 11, 43, 0.8); } + .disk-space-display.free { + background-color: #e8e8e8; + border-color: #cfcfcf; } + +NautilusListView .view { + border-bottom: 1px solid #d9d9d9; } + +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: #C3C3C3; + -NemoPlacesTreeView-disk-full-fg-color: #570b2b; } + +NemoWindow EelEditableLabel.entry { + transition: none; } +NemoWindow .sidebar .frame { + border-width: 0; } +NemoWindow .sidebar .cell { + padding: 0 2px; } +NemoWindow .sidebar .scrollbar.vertical .trough { + background-color: transparent; } +NemoWindow .sidebar .scrollbar.vertical .slider { + background-color: #aeaeae; } + NemoWindow .sidebar .scrollbar.vertical .slider:hover { + background-color: #cfcfcf; } +NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.horizontal.view.separator, .sidebar NemoWindow GtkSeparator.horizontal.view.separator { + color: #d9d9d9; } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { + background-color: rgba(255, 255, 255, 0.9); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(81, 67, 67, 0.2); + background-color: #851042; } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { + color: rgba(81, 67, 67, 0.5); } +NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child) { + border-left-color: rgba(81, 67, 67, 0); } + NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:not(:first-child):not(:only-child):last-child { + border-left-color: rgba(81, 67, 67, 0); } + +.gedit-headerbar-paned { + color: #c7c7c7; } + +.open-document-selector-treeview.view { + padding: 3px 6px 3px 6px; + border-color: #ffffff; } + .open-document-selector-treeview.view:prelight { + background-color: rgba(0, 0, 0, 0.05); } + .open-document-selector-treeview.view:prelight:selected { + color: #ffffff; + background-color: #851042; } + +.open-document-selector-name-label { + color: #4a4a4a; } + +.open-document-selector-path-label { + color: #a5a5a5; + font-size: smaller; } + .open-document-selector-path-label:selected { + color: rgba(255, 255, 255, 0.9); } + +.gedit-document-panel .list-row .button { + color: transparent; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; + padding: 4px; } + .gedit-document-panel .list-row .button GtkImage { + color: inherit; } +.gedit-document-panel .prelight-row .button { + color: #848484; } +.gedit-document-panel .list-row .button:hover, +.gedit-document-panel .prelight-row .button:hover { + color: #ff4d4d; } +.gedit-document-panel .prelight-row:selected .button:hover { + color: #ff6666; + background-image: none; + background-color: transparent; + border: none; + box-shadow: none; } + .gedit-document-panel .prelight-row:selected .button:hover:active { + color: #ffffff; } +.gedit-document-panel .prelight-row .button:active { + color: #4a4a4a; } + +.gedit-document-panel-dragged-row { + border: 1px solid #d9d9d9; + background-color: #d7d7d7; + color: #4a4a4a; } + +GeditStatusbar { + border-top: 1px solid #d9d9d9; + background-color: #F0F0F0; } + +GeditStatusMenuButton.button.flat, GeditStatusMenuButton.sidebar-button.button, +GeditStatusMenuButton:prelight.button.flat, +GeditStatusMenuButton.sidebar-button.button:prelight, +GeditStatusMenuButton:checked.button.flat, +GeditStatusMenuButton.sidebar-button.button:checked { + border-bottom-style: none; + border-radius: 0; } + +GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { + border-bottom: 1px solid #d9d9d9; } + +.gedit-search-entry-occurrences-tag { + color: rgba(74, 74, 74, 0.6); + border: none; + margin: 2px; + padding: 2px; } + +GeditViewFrame .gedit-search-slider { + background-color: whitesmoke; + padding: 6px; + border-color: #d9d9d9; + border-radius: 0 0 2px 2px; + border-width: 0 1px 1px 1px; + border-style: solid; } + +GbWorkbench .floating-bar { + color: #4a4a4a; } + +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { + padding: 0 10px; + color: rgba(81, 67, 67, 0.9); + border-color: rgba(81, 67, 67, 0.2); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-color: transparent; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl).image:hover { + color: inherit; } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { + color: rgba(81, 67, 67, 0.9); + border-color: #851042; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked { + color: rgba(81, 67, 67, 0.9); + border-color: #851042; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); } + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, + GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { + color: rgba(81, 67, 67, 0.45); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked { + border-left-style: none; + border-radius: 0 3px 3px 0; + outline-radius: 0 1px 1px 0; } +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl), +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):hover, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):active, +GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(rtl):checked { + border-right-style: none; + border-radius: 3px 0 0 3px; + outline-radius: 1px 0 0 1px; } + +GbPreferencesPageLanguage .entry { + border-radius: 3px 3px 0 0; } +GbPreferencesPageLanguage .frame { + border-top-width: 0; } + +GbEditorTweakWidget .linked.vertical > .entry { + border-bottom-style: solid; } +GbEditorTweakWidget GtkScrolledWindow { + border-top: none; } + +GbViewStack GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbViewStack.focused GtkBox.header.notebook, +#project_sidebar_header.focused { + background-color: #ffffff; } + +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbNewProjectDialog GtkFileChooserButton.linked-on-right .button { + border-radius: 3px 0 0 3px; } + +GbWorkspacePane GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbWorkspacePane:not(.focused) GtkBox.header.notebook { + background-color: #F0F0F0; } + +DhSidebar GtkSearchEntry.entry, +SymbolTree GtkSearchEntry.entry { + border-left: none; + border-right: none; + border-top: none; + border-radius: 0px; } + +GtkEntry.gb-command-bar-entry.entry.flat, +GtkEntry.gb-command-bar-entry.entry.flat:focus { + font-family: Monospace; + color: #C3C3C3; + background-image: none; + background-color: #454545; + padding: 6px 6px 6px 6px; + border: none; } + +GbTerminalView { + background-color: #ffffff; + color: #4a4a4a; } + +GbSourceStyleSchemeWidget GtkSourceView { + font-family: Monospace; } + +GtkScrolledWindow.gb-linked-scroller { + border-top: none; } + +GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { + transition: none; } + +GbViewStack GtkBox.header.notebook, +GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { + border-bottom: 1px solid #d9d9d9; } + +GbViewStack.focused GtkBox.header.notebook { + background-color: #ffffff; } + GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { + opacity: 1; } + +EphyWindow .floating-bar { + color: #4a4a4a; } + +.xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox { + color: rgba(81, 67, 67, 0.9); + outline-color: rgba(81, 67, 67, 0.2); + border-color: rgba(81, 67, 67, 0.2); + background-color: rgba(245, 245, 245, 0.9); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:hover, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:hover { + background-color: rgba(255, 255, 255, 0.9); } + .xreader-window .primary-toolbar .toolbar .button.the-button-in-the-combobox:insensitive, .xreader-window .primary-toolbar .inline-toolbar .button.the-button-in-the-combobox:insensitive { + color: rgba(81, 67, 67, 0.5); } + +.documents-load-more.button { + border-width: 1px 0 0; + border-radius: 0; } + +.documents-icon-bg { + background-color: #851042; + color: #ffffff; + border-radius: 2px; } + +.documents-collection-icon { + background-color: rgba(74, 74, 74, 0.3); + border-radius: 2px; } + +.documents-favorite.button:active, +.documents-favorite.button:active:hover { + color: #e01b6f; } + +.documents-entry-tag { + background-color: #851042; + color: #ffffff; + border-radius: 2px; + border-width: 0; + margin: 2px; + padding: 4px; } + .documents-entry-tag:hover { + color: #ffffff; + background-color: #97124b; } + .documents-entry-tag:active { + color: #ffffff; + background-color: #730e39; } + .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { + background: none; + border: none; + box-shadow: none; + icon-shadow: none; } + .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { + color: rgba(255, 255, 255, 0.7); } + +.content-view.document-page { + border-style: solid; + border-width: 3px 3px 6px 4px; + border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } + +TotemGrilo.vertical GdMainView.frame { + border-width: 0; } + +SynapseGuiSelectionContainer *:selected, +SynapseGuiViewVirgilio *:selected { + background-color: #851042; } + +.tr-workarea .undershoot, +.tr-workarea .overshoot { + border-color: transparent; } + +.gnome-panel-menu-bar, +PanelApplet > GtkMenuBar.menubar, +PanelToplevel, +PanelWidget, +PanelAppletFrame, +PanelApplet { + color: #C3C3C3; + background-image: linear-gradient(to bottom, #393939); } + +.gnome-panel-menu-bar.menubar { + color: #C3C3C3; + font: bold; } + +.gnome-panel-menu-bar.menubar .menu { + font: regular; } + +PanelApplet .button, PanelApplet .button:backdrop { + padding: 4px; + border: 2px solid transparent; + border-radius: 0; + background-image: none; + background-color: transparent; + color: #C3C3C3; } + +PanelApplet .button:hover { + color: #dddddd; + background-color: rgba(0, 0, 0, 0.17); + border-color: rgba(0, 0, 0, 0.17); } + +PanelApplet .button:active, PanelApplet .button:active:backdrop, +PanelApplet .button:checked, PanelApplet .button:checked:backdrop { + background-clip: padding-box; + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-radius: 0; + border-color: rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -2px #851042; } + +PanelApplet:hover { + color: #ffffff; } + +PanelApplet:active, +PanelApplet:hover:active { + color: #851042; } + +WnckPager { + color: #626262; } + WnckPager:selected { + color: #851042; } + +NaTrayApplet { + -NaTrayApplet-icon-padding: 12; + -NaTrayApplet-icon-size: 16; } + +ClockBox { + color: #C3C3C3; + font: bold; } + +.xfce4-panel.panel { + background-color: #393939; } + .xfce4-panel.panel .button.flat, .xfce4-panel.panel .sidebar-button.button { + color: #C3C3C3; + background-color: rgba(57, 57, 57, 0); + border-radius: 0; } + .xfce4-panel.panel .button.flat:hover, .xfce4-panel.panel .sidebar-button.button:hover { + border: none; + background-color: #535353; } + .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked { + color: #851042; + border: none; + background-color: #272727; } + +.floating-bar { + background-color: #851042; + color: #ffffff; } + .floating-bar.top { + border-radius: 0 0 2px 2px; } + .floating-bar.right { + border-radius: 2px 0 0 2px; } + .floating-bar.bottom { + border-radius: 2px 2px 0 0; } + .floating-bar.left { + border-radius: 0 2px 2px 0; } + .floating-bar .button { + -GtkButton-image-spacing: 0; + -GtkButton-inner-border: 0; + background-color: transparent; + box-shadow: none; + border: none; } + +BirdieWidgetsTweetList * { + background-image: none; + background-color: transparent; } + +MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { + color: #ffffff; + background-color: #851042; + outline-color: transparent; } +MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { + background-color: transparent; } +MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { + outline-color: transparent; } + +.marlin-pathbar.pathbar { + border-radius: 3px; + padding-left: 4px; + padding-right: 4px; + color: rgba(81, 67, 67, 0.9); + border-color: rgba(81, 67, 67, 0.2); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); + background-color: transparent; } + .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { + color: inherit; } + .marlin-pathbar.pathbar:focus { + color: rgba(81, 67, 67, 0.9); + border-color: #851042; + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); } + .marlin-pathbar.pathbar:insensitive { + color: rgba(81, 67, 67, 0.45); + background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } + .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { + color: #851042; } + +.gala-notification { + border: 1px solid rgba(0, 0, 0, 0.35); + border-radius: 3px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + background-image: linear-gradient(to bottom, white); + background-color: transparent; } + .gala-notification .title, .gala-notification .label { + color: #5c616c; } + +.panel { + background-color: transparent; + color: white; + font-weight: bold; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .panel-shadow { + background-image: none; + background-color: transparent; } + .panel .menu { + box-shadow: none; } + .panel .menu .menuitem { + font-weight: normal; + text-shadow: none; + icon-shadow: none; } + .panel .menu .window-frame.menu.csd, + .panel .menu .window-frame.popup.csd { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .panel .menubar > .menuitem { + padding: 3px 6px; } + .panel .menubar > .menuitem:hover { + background-color: transparent; } + .panel .window-frame.menu.csd, + .panel .window-frame.popup.csd { + box-shadow: none; } + +.composited-indicator { + background-color: transparent; + color: white; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } + .composited-indicator > GtkWidget > GtkWidget:first-child { + padding: 0 2px; } + .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { + border-style: none; + background-image: none; + box-shadow: none; } + .composited-indicator > .popup > .menu { + padding-top: 8px; + padding-bottom: 8px; } + +.panel-app-button > GtkWidget > GtkWidget:first-child { + padding: 0 2px 0 4px; } + +.panel .menu .spinner, +.menu .spinner { + opacity: 1; } + +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(0, 0, 0, 0.04); + border: solid rgba(0, 0, 0, 0.08); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(74, 74, 74, 0.55); } + +PantheonTerminalPantheonTerminalWindow.background { + background-color: transparent; } + +SwitchboardCategoryView .view:selected, +SwitchboardCategoryView .view:selected:focus { + color: #4a4a4a; } + +.cs-header { + padding: 6px; + background-color: #ededed; } + +#panel_window { + background-color: #393939; + color: #C3C3C3; + font: bold; + box-shadow: inset 0 -1px #272727; } + #panel_window .menubar, + #panel_window .menubar > .menuitem { + background-color: transparent; + color: #C3C3C3; + font: bold; } + #panel_window .menubar .menuitem:insensitive { + color: rgba(195, 195, 195, 0.5); } + #panel_window .menubar .menuitem:insensitive GtkLabel { + color: inherit; } + #panel_window .menubar .menu .menuitem { + font: normal; } + +#login_window, +#shutdown_dialog, +#restart_dialog { + font: normal; + border-style: none; + background-color: transparent; + color: #4a4a4a; } + +#content_frame { + padding-bottom: 14px; + background-color: #F0F0F0; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 1px 1px 0 1px; } + +#content_frame .button { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: whitesmoke; } + #content_frame .button:hover { + color: #4a4a4a; + outline-color: rgba(74, 74, 74, 0.3); + border-color: #cfcfcf; + background-color: white; } + #content_frame .button:active, #content_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: #cfcfcf; + background-color: #851042; } + #content_frame .button:insensitive { + color: rgba(74, 74, 74, 0.55); + border-color: rgba(207, 207, 207, 0.55); + background-color: rgba(245, 245, 245, 0.55); } + #content_frame .button:insensitive > GtkLabel { + color: inherit; } + +#buttonbox_frame { + padding-top: 20px; + padding-bottom: 0px; + border-style: none; + background-color: #454545; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border: solid rgba(0, 0, 0, 0.1); + border-width: 0 1px 1px 1px; + box-shadow: inset 0 1px #454545; } + +#buttonbox_frame .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + #buttonbox_frame .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + #buttonbox_frame .button:active, #buttonbox_frame .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #851042; } + #buttonbox_frame .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +#login_window #user_combobox { + color: #4a4a4a; + font: 13px; } + #login_window #user_combobox .menu { + font: normal; } + +#user_image { + padding: 3px; + border-radius: 2px; } + +#shutdown_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #F04A50; + border-color: #F04A50; } + #shutdown_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #f4797e; + border-color: #f4797e; } + #shutdown_button.button:active, #shutdown_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #ec1b22; + border-color: #ec1b22; } + +#restart_button.button { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #6db442; + border-color: #6db442; } + #restart_button.button:hover { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #88c663; + border-color: #88c663; } + #restart_button.button:active, #restart_button.button:checked { + background-clip: border-box; + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + background-color: #568f34; + border-color: #568f34; } + +#greeter_infobar { + border-bottom-width: 0; + font: bold; } + +.titlebar .separator, .titlebar .sidebar .view.separator, .sidebar .titlebar .view.separator { + color: #c7c7c7; } + +NemoWindow GtkEventBox { + background-color: #F0F0F0; } + +GtkFileChooserDialog *, +NautilusWindow *, +NemoWindow { + -GtkPaned-handle-size: 0; } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + -gtk-icon-style: regular; } + +GtkFileChooserDialog.csd.background, GtkFileChooserDialog .list.sidebar, +NautilusWindow.csd.background, +NautilusWindow .list.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar, +NautilusWindow GtkPlacesSidebar.sidebar { + background-color: #454545; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { + border: 1px solid #851042; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, + NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { + background-color: #5f5f5f; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable { + border: none; + color: #C3C3C3; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable .sidebar-icon { + color: rgba(195, 195, 195, 0.6); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:hover, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:hover, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup { + background-color: rgba(195, 195, 195, 0.15); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, GtkFileChooserDialog GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:selected:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover .sidebar-icon, + NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active .sidebar-icon { + color: inherit; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, + NautilusWindow GtkPlacesSidebar.sidebar .separator, + NautilusWindow GtkPlacesSidebar.sidebar .view.separator { + color: transparent; } +GtkFileChooserDialog.maximized GtkPlacesSidebar.sidebar, +NautilusWindow.maximized GtkPlacesSidebar.sidebar { + background-color: #454545; } +GtkFileChooserDialog .sidebar-button.button, +NautilusWindow .sidebar-button.button { + color: #C3C3C3; } + GtkFileChooserDialog .sidebar-button.button:hover, + NautilusWindow .sidebar-button.button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + GtkFileChooserDialog .sidebar-button.button:active, + NautilusWindow .sidebar-button.button:active { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #851042; } + GtkFileChooserDialog .sidebar-button.button:not(:hover):not(:active) > GtkImage, + NautilusWindow .sidebar-button.button:not(:hover):not(:active) > GtkImage { + opacity: 0.5; } + +NemoWindow.csd.background, +NemoWindow .source-list, NemoWindow .source-list.view, NemoWindow .source-list.view:prelight, +MarlinViewWindow.csd.background, +MarlinViewWindow .source-list, +MarlinViewWindow .source-list.view, +MarlinViewWindow .source-list.view:prelight { + background-color: transparent; } +NemoWindow .sidebar, NemoWindow .source-list.sidebar.view, +MarlinViewWindow .sidebar, +MarlinViewWindow .source-list.sidebar.view { + background-color: #454545; } + NemoWindow .sidebar .view, NemoWindow .sidebar row, NemoWindow .source-list.sidebar.view .view, NemoWindow .source-list.sidebar.view row, + MarlinViewWindow .sidebar .view, + MarlinViewWindow .sidebar row, + MarlinViewWindow .source-list.sidebar.view .view, + MarlinViewWindow .source-list.sidebar.view row { + background-color: transparent; + color: #C3C3C3; } + NemoWindow .sidebar .view.image, NemoWindow .sidebar row.image, NemoWindow .source-list.sidebar.view .view.image, NemoWindow .source-list.sidebar.view row.image, + MarlinViewWindow .sidebar .view.image, + MarlinViewWindow .sidebar row.image, + MarlinViewWindow .source-list.sidebar.view .view.image, + MarlinViewWindow .source-list.sidebar.view row.image { + color: rgba(195, 195, 195, 0.7); } + NemoWindow .sidebar .view.cell:selected, NemoWindow .sidebar row.cell:selected, NemoWindow .source-list.sidebar.view .view.cell:selected, NemoWindow .source-list.sidebar.view row.cell:selected, + MarlinViewWindow .sidebar .view.cell:selected, + MarlinViewWindow .sidebar row.cell:selected, + MarlinViewWindow .source-list.sidebar.view .view.cell:selected, + MarlinViewWindow .source-list.sidebar.view row.cell:selected { + background-color: #851042; + color: #ffffff; } + NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, + MarlinViewWindow .sidebar.frame, + MarlinViewWindow .source-list.sidebar.view.frame { + color: #C3C3C3; } + NemoWindow .sidebar .separator, NemoWindow .sidebar .view.separator, NemoWindow .source-list.sidebar.view .separator, + MarlinViewWindow .sidebar .separator, + MarlinViewWindow .sidebar .view.separator, + MarlinViewWindow .source-list.sidebar.view .separator { + color: transparent; } +NemoWindow.maximized .sidebar, +MarlinViewWindow.maximized .sidebar { + background-color: #454545; } + +NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, +MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { + background-color: #454545; } + +NautilusWindow NautilusWindowSlot { + background-color: #ffffff; } + +NautilusDesktopWindow NautilusWindowSlot { + background-color: transparent; } + +GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { + background-color: #454545; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar { + background-color: transparent; } +GtkFileChooserDialog GtkPaned > .vertical > .horizontal { + background-color: #F0F0F0; } +GtkFileChooserDialog .dialog-action-box { + background-color: #F0F0F0; } +GtkFileChooserDialog .dialog-vbox > .frame { + color: #C3C3C3; + border-color: transparent; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame { + background-color: transparent; + border-color: #333333; } +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkLabel, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame GtkComboBox, +GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, +GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { + color: #C3C3C3; } + +FeedReaderreaderUI.background.csd > .titlebar .pane-separator, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, +FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd > .titlebar .pane-separator, +GeditWindow.background.csd.maximized > .titlebar .pane-separator, +GeditWindow.background.csd > .titlebar .pane-separator:backdrop, +GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { + background-color: #c7c7c7; } +FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #d9d9d9; } + FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #e1e1e1; } +FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, +GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { + background-color: #d9d9d9; } + FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, + GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { + background-color: #e1e1e1; } + +FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, +GeditWindow.background.csd > .titlebar { + background-color: transparent; } + +GeditWindow.background.csd { + background-color: transparent; } +GeditWindow.background .gedit-side-panel-paned .pane-separator { + background-color: #454545; } +GeditWindow.background .gedit-bottom-panel-paned .pane-separator { + background-color: #d9d9d9; } + +.gedit-bottom-panel-paned { + background-color: #ffffff; } + +.gedit-document-panel { + background-color: #454545; } + .maximized .gedit-document-panel { + background-color: #454545; } + .gedit-document-panel .list-row { + color: #C3C3C3; } + .gedit-document-panel .list-row { + background-color: rgba(195, 195, 195, 0); + border: solid rgba(195, 195, 195, 0); + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:hover { + border: solid rgba(195, 195, 195, 0.15); + border-width: 3px 2px 3px 2px; + background-color: rgba(195, 195, 195, 0.15); } + .gedit-document-panel .list-row:active { + color: #ffffff; + background-color: #851042; + border: solid #851042; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .list-row:active .button { + color: #ffffff; } + .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { + color: #ffffff; + background-color: #851042; + border: solid #851042; + border-width: 3px 2px 3px 2px; } + .gedit-document-panel .prelight-row .button:active { + color: #C3C3C3; } + +GeditFileBrowserWidget { + background-color: #454545; } + .maximized GeditFileBrowserWidget { + background-color: #454545; } + GeditFileBrowserWidget .horizontal { + background-color: transparent; + border-color: #333333; } + GeditFileBrowserWidget .horizontal GtkComboBox { + color: #C3C3C3; } + +GeditWindow.background.csd GeditFileBrowserView.view { + background-color: transparent; + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander { + color: #C3C3C3; } + GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { + color: #851042; } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, +GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.4); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:hover, + GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { + color: #C3C3C3; + outline-color: rgba(195, 195, 195, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(143, 143, 143, 0.5); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:active, + GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:checked, + GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { + color: #ffffff; + outline-color: rgba(255, 255, 255, 0.3); + border-color: rgba(38, 38, 38, 0.4); + background-color: #851042; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { + color: #6b6b6b; + border-color: rgba(38, 38, 38, 0.4); + background-color: rgba(125, 125, 125, 0.25); } + +GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry, +GtkFileChooserDialog .dialog-vbox > .frame .entry { + color: #C3C3C3; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.4)); + background-color: transparent; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .image.entry:hover, + GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { + color: inherit; } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:focus, + GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { + color: #ffffff; + border-color: rgba(38, 38, 38, 0.4); + background-image: linear-gradient(to bottom, #851042); } + GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, + GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { + color: rgba(195, 195, 195, 0.55); + background-image: linear-gradient(to bottom, rgba(125, 125, 125, 0.25)); } + +GtkFileChooserDialog GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +NautilusWindow GtkPlacesSidebar.sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, +MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { + background-color: #e9e9e9; + border: 1px solid rgba(0, 0, 0, 0.3); } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .trough, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .trough, NemoWindow .sidebar .scrollbar .trough, NemoWindow .source-list.sidebar.view .scrollbar .trough, +MarlinViewWindow .sidebar .scrollbar .trough, +MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { + background-color: rgba(0, 0, 0, 0.2); + border: none; } +GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider, +NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider, NemoWindow .sidebar .scrollbar .slider, NemoWindow .source-list.sidebar.view .scrollbar .slider, +MarlinViewWindow .sidebar .scrollbar .slider, +MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { + background-color: rgba(233, 233, 233, 0.7); } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:hover, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:hover, NemoWindow .sidebar .scrollbar .slider:hover, + MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { + background-color: #f6f6f6; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active, + MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { + background-color: #851042; } + GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, + NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, + MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { + background-color: transparent; } + +@define-color theme_fg_color #4a4a4a; +@define-color theme_text_color #4a4a4a; +@define-color theme_bg_color #F0F0F0; +@define-color theme_base_color #ffffff; +@define-color theme_selected_bg_color #851042; +@define-color theme_selected_fg_color #ffffff; +@define-color fg_color #4a4a4a; +@define-color text_color #4a4a4a; +@define-color bg_color #F0F0F0; +@define-color base_color #ffffff; +@define-color selected_bg_color #851042; +@define-color selected_fg_color #ffffff; +@define-color insensitive_bg_color #f9f9f9; +@define-color insensitive_fg_color alpha(#4a4a4a, 0.5); +@define-color insensitive_base_color #ffffff; +@define-color theme_unfocused_fg_color #4a4a4a; +@define-color theme_unfocused_text_color #4a4a4a; +@define-color theme_unfocused_bg_color #F0F0F0; +@define-color theme_unfocused_base_color #ffffff; +@define-color borders #d9d9d9; +@define-color unfocused_borders #d9d9d9; +@define-color warning_color #F27835; +@define-color error_color #FC4138; +@define-color success_color #73d216; +@define-color placeholder_text_color #A8A8A8; +@define-color content_view_bg #ffffff; +@define-color wm_title alpha(#514343, 0.8); +@define-color wm_unfocused_title alpha(#514343, 0.5); +@define-color wm_bg #d9d9d9; +@define-color wm_bg_unfocused #e1e1e1; +@define-color wm_highlight #e1e1e1; +@define-color wm_shadow alpha(black, 0.35); +@define-color wm_button_close_bg #f46067; +@define-color wm_button_close_hover_bg #f68086; +@define-color wm_button_close_active_bg #f13039; +@define-color wm_icon_close_bg #F8F8F9; +@define-color wm_button_hover_bg #fdfdfd; +@define-color wm_button_active_bg #851042; +@define-color wm_button_hover_border #D1D3DA; +@define-color wm_icon_bg #90949E; +@define-color wm_icon_unfocused_bg #B6B8C0; +@define-color wm_icon_hover_bg #7A7F8B; +@define-color wm_icon_active_bg #ffffff; diff --git a/themes/Mint-Y-Hibiscus/gtk-3.0/thumbnail.png b/themes/Mint-Y-Hibiscus/gtk-3.0/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..11a2f6ac738610bf27787374bc33d333cbeac000 GIT binary patch literal 1529 zcmZ8fX;4#F6n-K~L8(F=T#8~9nNdKNK`IQjqJTh1Sc5!}B_<#dNR&jjkr5(LAc%q@ z5*}DV6j0oeNWdcdk|>a{#0COX!jkQUyr<&=_Sybw@65gDoIB^c-~G-xd47arh6dXV z001!b@^lNpYznq_f43StW3`7wn9)7uigyKo$CuZAA+5pUon+4dJOHFw06<0-0DQu( zGUfr`oGkz>Mgf5H4FK4D25RdDE;!NI{dZ{7%nLWx8o7K=3+ z4T_@U;gN77>N;eh&3G9)}}7_+jRMT;Rvf?#ykL$MmY*>VwTzEH`_ zoK;SI{rVO8ps8&ytZOgg3aXm~RZDVlQ%(e_h_67=_=nS4)$76t3aWaIDEbOcfES*M zRfu+R=uTpAG&BOI;Jrzu{6z#sRYHhNJm0o}xwl%g<(gUK15BV6x6Lf62J%89ONOyB zpo-pXkW@AT%iB`|PF9Y=D5~tu0;zW;ODL*Am5L?VoJx9=$I_~%2W~TiqlyJe^i^`; zVp~!m^_~<&q)&R#sLTx~_GJ8WHt7{%wXok=22T zP!8mR;e~yeGDJ0YmxlA!!ebTW;ItR-v?zkWV~Fz2H4>QqcwG6d8a0VT3P%LjbzE7H z%ZM=-s`}=zmSUQuP5D&tcsPj?n{>JCd;}e1MVF+FStNqD517uA!91B(HU5+x5BmDx zd_mf!# zIr`qX=|>?R!308tt5G*GAb1to*!p^q`{R(qI@6|J2TV=w#l@bc%IA-~Nc*%l%7@cc zoa52mYqD;aUY0(A?c{_P@U5*H4mKpjD;3*KD-_$I@Dme~UtC&S($6n{S*@c9G2O)P z*=)ScWJhNFS@YiZS{RPqXwCX_=EgWTCAUjI&ucBzcNi+>T(2xDo2{t0T3#CImn)p9 zf@gNswtAXeJnHOXbzj#FH&sY}F>Ft8U=LXCbGla_cUr#a^y9X2&e>2?k@4u;wU0NK zb}6~(k|FVk;d8DY?JPa=*SV~`s}{ax{bJh$XBzus41fK_x9lCFq3J#Kx-1T3RN=&! z6U?1>v@uq*>-R49!Ob>cKiC+bs?0CZwUUK3rU^n3g?T>29i4ujvYd0N+>tJBPWW7y zRl!SAi`R92es6X#Wga%7x0`6Uhi4aEUSn?b{<&Gl4?R7;kjuGGd@*Cr=0pqgV?S}{ z%cSLQL0FS|BiZh`j+=phhNOmGw08~4_#DpJRQAQwkv(y=&Rpc9!g)#}lM5V6boHY| zGt+dtpJ$b+Q9MowlU+7$<`-|Xd+aFIZpz6TuDTQNu_0#D`eXp`ikn2&%ahpHB<*3k zhcGE5X0$UoF&Z;~y{(<2wXK7-okNhFqqF@1XFEqrTRUf4TZ +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Hibiscus/metacity-1/button-border.svg b/themes/Mint-Y-Hibiscus/metacity-1/button-border.svg new file mode 100644 index 0000000..a1ab948 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/metacity-1/button-border.svg @@ -0,0 +1,107 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Hibiscus/metacity-1/close-icon.svg b/themes/Mint-Y-Hibiscus/metacity-1/close-icon.svg new file mode 100644 index 0000000..312fa9e --- /dev/null +++ b/themes/Mint-Y-Hibiscus/metacity-1/close-icon.svg @@ -0,0 +1,104 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Hibiscus/metacity-1/max-icon.svg b/themes/Mint-Y-Hibiscus/metacity-1/max-icon.svg new file mode 100644 index 0000000..6b80028 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/metacity-1/max-icon.svg @@ -0,0 +1,75 @@ + +image/svg+xml \ No newline at end of file diff --git a/themes/Mint-Y-Hibiscus/metacity-1/metacity-theme-2.xml b/themes/Mint-Y-Hibiscus/metacity-1/metacity-theme-2.xml new file mode 100644 index 0000000..750a8eb --- /dev/null +++ b/themes/Mint-Y-Hibiscus/metacity-1/metacity-theme-2.xml @@ -0,0 +1,767 @@ + + + + Arc + horst3180 + horst3180 + 2015 + Arc Metacity theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +</draw_ops> + +<draw_ops name="title_unfocused"> + <title x="(0 `max` ((width - title_width) / 2)) + 2" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused"/> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="borderless"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Hibiscus/metacity-1/metacity-theme-3.xml b/themes/Mint-Y-Hibiscus/metacity-1/metacity-theme-3.xml new file mode 100644 index 0000000..9c3ceef --- /dev/null +++ b/themes/Mint-Y-Hibiscus/metacity-1/metacity-theme-3.xml @@ -0,0 +1,1040 @@ +<?xml version="1.0"?> +<metacity_theme> +<info> + <name>Arc</name> + <author>horst3180</author> + <copyright>horst3180</copyright> + <date>2015</date> + <description>Arc Metacity theme</description> +</info> + +<!-- meaningfull constants --> + +<constant name="C_title_focused" value="#787878" /> +<constant name="C_title_unfocused" value="#9d9d9d" /> + +<constant name="C_wm_bg_focused" value="#d9d9d9" /> +<constant name="C_wm_bg_unfocused" value="#d9d9d9" /> + +<constant name="C_wm_border" value="#d0d0d0" /> + +<constant name="C_wm_highlight" value="#eeeeee" /> + +<!-- window button colors --> + +<!-- close --> +<constant name="C_button_close_bg_focused" value="gtk:custom(selected_bg_color,#851042)" /> +<constant name="C_button_close_bg_hover" value="shade/gtk:custom(selected_bg_color,#851042)/1.14" /> +<constant name="C_button_close_bg_active" value="shade/gtk:custom(selected_bg_color,#851042)/0.8" /> + +<constant name="C_icon_close_bg" value="#F8F8F8" /> + +<!-- minimize, maximize --> +<constant name="C_button_bg_hover" value="#fdfdfd" /> +<constant name="C_button_bg_active" value="#909090" /> + +<constant name="C_button_border_hover" value="#D1D1D1" /> + +<constant name="C_icon_bg_focused" value="#909090" /> +<constant name="C_icon_bg_unfocused" value="#B6B6B6" /> +<constant name="C_icon_bg_hover" value="#7A7A7A" /> +<constant name="C_icon_bg_active" value="#ffffff" /> + +<!-- geometries --> + +<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="title_vertical_pad" value="3"/> + <border name="title_border" left="10" right="10" top="3" bottom="3"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> + <distance name="button_width" value="30"/> + <distance name="button_height" value="16"/> +</frame_geometry> + +<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> +</frame_geometry> + +<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="title_vertical_pad" value="2"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="normal"> + <distance name="left_width" value="1" /> + <distance name="bottom_height" value="1" /> +</frame_geometry> + +<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="1" rounded_top_right="1"> + <distance name="title_vertical_pad" value="7"/> + <distance name="left_titlebar_edge" value="1"/> + <distance name="right_titlebar_edge" value="1"/> + <border name="title_border" left="10" right="10" top="0" bottom="1"/> +</frame_geometry> + +<frame_geometry name="small_unfocused" parent="small"> +</frame_geometry> + +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="title_vertical_pad" value="1" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="title_vertical_pad" value="0" /> + <border name="title_border" left="10" right="10" top="0" bottom="0" /> + <distance name="button_height" value="0"/> +</frame_geometry> + +<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small"> + <distance name="title_vertical_pad" value="5"/> +</frame_geometry> + +<!--chromium save dialog--> +<frame_geometry name="attached" title_scale="small" has_title="false" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" rounded_bottom_left="0" rounded_bottom_right="0" parent="normal"> + <distance name="title_vertical_pad" value="0"/> + <distance name="bottom_height" value="1"/> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> +</frame_geometry> + +<!-- drawing operations --> + + <!-- title --> + +<draw_ops name="title_focused"> + + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_focused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_focused" /> +</draw_ops> + +<draw_ops name="title_unfocused"> + <title version="< 3.1" + x="(0 `max` ((width - title_width) / 2))" + y="(0 `max` ((height - title_height) / 2)) + 1" + color="C_title_unfocused" /> + <title version=">= 3.1" + x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" + y="(0 `max` ((height - title_height) / 2)) + 1" + ellipsize_width="width" + color="C_title_unfocused" /> +</draw_ops> + + <!-- window decorations --> + +<draw_ops name="entire_background_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="entire_background_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="true" /> + <rectangle color="C_wm_highlight" x="0" y="0" width="width" height="1" filled="true" /> +</draw_ops> + +<draw_ops name="titlebar_max"> + +</draw_ops> + +<draw_ops name="titlebar_small_focused"> + +</draw_ops> + +<draw_ops name="titlebar_small_unfocused"> + +</draw_ops> + +<draw_ops name="border_focused"> + <rectangle color="C_wm_bg_focused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_unfocused"> + <rectangle color="C_wm_bg_unfocused" x="0" y="0" width="width" height="height" filled="false" /> +</draw_ops> + +<draw_ops name="border_tiled_right"> + <line x1="0" y1="0" x2="0" y2="height" color="C_wm_border" /> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + +<draw_ops name="border_tiled_left"> + <line x1="width-1" y1="0" x2="width-1" y2="height" color="C_wm_border" /> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + +<draw_ops name="border_max"> + <line x1="1" y1="height-1" x2="width" y2="height-1" color="C_wm_border" /> +</draw_ops> + + +<!--close--> +<draw_ops name="close_focused"> + <image filename="button-bg.svg" colorize="C_button_close_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused"> + <image filename="button-bg.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_close_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="close_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_close_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="close-icon.svg" colorize="C_icon_close_bg" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--maximize--> +<draw_ops name="maximize_focused"> + <image filename="max-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused"> + <image filename="max-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="maximize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="max-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<!--minimize--> +<draw_ops name="minimize_focused"> + <image filename="min-icon.svg" colorize="C_icon_bg_focused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_focused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused"> + <image filename="min-icon.svg" colorize="C_icon_bg_unfocused" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_prelight"> + <image filename="button-bg.svg" colorize="C_button_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="button-border.svg" colorize="C_button_border_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_hover" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + +<draw_ops name="minimize_unfocused_pressed"> + <image filename="button-bg.svg" colorize="C_button_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> + <image filename="min-icon.svg" colorize="C_icon_bg_active" x="(width-object_width)/2" y="(height-object_height)/2" width="object_width" height="object_height"/> +</draw_ops> + + +<!--Todo--> +<draw_ops name="menu_focused"></draw_ops> +<draw_ops name="menu_focused_pressed"></draw_ops> +<draw_ops name="menu_unfocused"></draw_ops> +<draw_ops name="menu_unfocused_prelight"></draw_ops> +<draw_ops name="menu_unfocused_pressed"></draw_ops> +<draw_ops name="shade_focused"></draw_ops> +<draw_ops name="shade_focused_pressed"></draw_ops> +<draw_ops name="shade_unfocused"></draw_ops> +<draw_ops name="shade_unfocused_prelight"></draw_ops> +<draw_ops name="shade_unfocused_pressed"></draw_ops> + +<!-- frame styles --> + +<frame_style name="normal_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_unfocused" geometry="normal_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_max" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_focused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="normal_max_shaded_unfocused" geometry="max"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_max" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_focused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="dialog_unfocused" geometry="normal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_focused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="modal_dialog_unfocused" geometry="modal"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_focused" geometry="small"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_small_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="utility_unfocused" geometry="small_unfocused"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_small_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_focused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="border_unfocused" geometry="border"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="borderless" geometry="borderless"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_focused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="attached_unfocused" geometry="attached"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_focused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_tiled_left" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_left_unfocused" geometry="tiled_left"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_tiled_left" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_focused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_focused" /> + <piece position="overlay" draw_ops="border_tiled_right" /> + <piece position="titlebar" draw_ops="titlebar_focused" /> + <piece position="title" draw_ops="title_focused" /> + <button function="close" state="normal" draw_ops="close_focused" /> + <button function="close" state="pressed" draw_ops="close_focused_pressed" /> + <button function="close" state="prelight" draw_ops="close_focused_prelight" /> + <button function="maximize" state="normal" draw_ops="maximize_focused" /> + <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> + <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> + <button function="minimize" state="normal" draw_ops="minimize_focused" /> + <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> + <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> + <button function="menu" state="normal" draw_ops="menu_focused" /> + <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_focused" /> + <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_focused" /> + <button function="unshade" state="pressed" draw_ops="shade_focused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<frame_style name="tiled_right_unfocused" geometry="tiled_right"> + <piece position="entire_background" draw_ops="entire_background_unfocused" /> + <piece position="overlay" draw_ops="border_tiled_right" /> + <piece position="titlebar" draw_ops="titlebar_unfocused" /> + <piece position="title" draw_ops="title_unfocused" /> + <button function="close" state="normal" draw_ops="close_unfocused"/> + <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> + <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> + <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> + <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> + <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> + <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> + <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> + <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> + <button function="menu" state="normal" draw_ops="menu_unfocused" /> + <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> + <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> + <button function="shade" state="normal" draw_ops="shade_unfocused" /> + <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="unshade" state="normal" draw_ops="shade_unfocused" /> + <button function="unshade" state="prelight" draw_ops="shade_unfocused_prelight" /> + <button function="unshade" state="pressed" draw_ops="shade_unfocused_pressed" /> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- placeholder for unimplementated styles--> +<frame_style name="blank" geometry="normal"> + <button function="close" state="normal"><draw_ops></draw_ops></button> + <button function="close" state="pressed"><draw_ops></draw_ops></button> + <button function="maximize" state="normal"><draw_ops></draw_ops></button> + <button function="maximize" state="pressed"><draw_ops></draw_ops></button> + <button function="minimize" state="normal"><draw_ops></draw_ops></button> + <button function="minimize" state="pressed"><draw_ops></draw_ops></button> + <button function="menu" state="normal"><draw_ops></draw_ops></button> + <button function="menu" state="pressed"><draw_ops></draw_ops></button> + <button function="shade" state="normal"><draw_ops></draw_ops></button> + <button function="shade" state="pressed"><draw_ops></draw_ops></button> + <button function="unshade" state="normal"><draw_ops></draw_ops></button> + <button function="unshade" state="pressed"><draw_ops></draw_ops></button> + <button function="above" state="normal"><draw_ops></draw_ops></button> + <button function="above" state="pressed"><draw_ops></draw_ops></button> + <button function="unabove" state="normal"><draw_ops></draw_ops></button> + <button function="unabove" state="pressed"><draw_ops></draw_ops></button> + <button function="stick" state="normal"><draw_ops></draw_ops></button> + <button function="stick" state="pressed"><draw_ops></draw_ops></button> + <button function="unstick" state="normal"><draw_ops></draw_ops></button> + <button function="unstick" state="pressed"><draw_ops></draw_ops></button> +</frame_style> + +<!-- frame style sets --> + +<frame_style_set name="normal_style_set"> + <frame focus="yes" state="normal" resize="both" style="normal_focused"/> + <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> + <frame focus="yes" state="maximized" style="normal_max_focused"/> + <frame focus="no" state="maximized" style="normal_max_unfocused"/> + <frame focus="yes" state="shaded" style="normal_focused"/> + <frame focus="no" state="shaded" style="normal_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> + <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> + <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> +</frame_style_set> + +<frame_style_set name="dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="dialog_focused"/> + <frame focus="no" state="shaded" style="dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="modal_dialog_style_set"> + <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> + <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="modal_dialog_focused"/> + <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="utility_style_set"> + <frame focus="yes" state="normal" resize="both" style="utility_focused"/> + <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="utility_focused"/> + <frame focus="no" state="shaded" style="utility_unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="border_style_set"> + <frame focus="yes" state="normal" resize="both" style="border_focused"/> + <frame focus="no" state="normal" resize="both" style="border_unfocused"/> + <frame focus="yes" state="maximized" style="borderless"/> + <frame focus="no" state="maximized" style="borderless"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + +<frame_style_set name="attached_style_set"> + <frame focus="yes" state="normal" resize="both" style="attached_focused"/> + <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> + <frame focus="yes" state="maximized" style="blank"/> + <frame focus="no" state="maximized" style="blank"/> + <frame focus="yes" state="shaded" style="blank"/> + <frame focus="no" state="shaded" style="blank"/> + <frame focus="yes" state="maximized_and_shaded" style="blank"/> + <frame focus="no" state="maximized_and_shaded" style="blank"/> +</frame_style_set> + + +<!-- windows --> + +<window type="normal" style_set="normal_style_set"/> +<window type="dialog" style_set="normal_style_set"/> +<window type="modal_dialog" style_set="normal_style_set"/> +<window type="menu" style_set="utility_style_set"/> +<window type="utility" style_set="utility_style_set"/> +<window type="border" style_set="border_style_set"/> +<window version=">= 3.2" type="attached" style_set="attached_style_set"/> + +</metacity_theme> diff --git a/themes/Mint-Y-Hibiscus/metacity-1/min-icon.svg b/themes/Mint-Y-Hibiscus/metacity-1/min-icon.svg new file mode 100644 index 0000000..92920b5 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/metacity-1/min-icon.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + enable-background="new 0 0 32 32" + height="16" + id="Layer_1" + version="1.1" + viewBox="0 0 16 16" + width="16" + xml:space="preserve" + inkscape:version="0.91 r13725" + sodipodi:docname="min-icon.svg"><metadata + id="metadata26"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs24" /><sodipodi:namedview + pagecolor="#e2e2e2" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1366" + inkscape:window-height="718" + id="namedview22" + showgrid="true" + inkscape:zoom="22.627417" + inkscape:cx="6.164106" + inkscape:cy="8.4082271" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:current-layer="Layer_1" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid + type="xygrid" + id="grid3003" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview><g + style="display:inline" + id="titlebutton-min" + inkscape:label="#g6247" + transform="translate(-587,185.63782)"><g + id="g7138" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"><g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-75"><g + id="g4092-0-7-0" + style="display:inline" + transform="translate(58,0)" /></g><path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-3" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /></g><rect + y="-185.63782" + x="587" + height="16" + width="16" + id="rect17883-32" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg> \ No newline at end of file diff --git a/themes/Mint-Y-Hibiscus/metacity-1/thumbnail.png b/themes/Mint-Y-Hibiscus/metacity-1/thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..54ef44a185a741165d514b8703bb57c4acbb2bd3 GIT binary patch literal 695 zcmeAS@N?(olHy`uVBq!ia0vp^DL|~i!3-oXf7O)%QY`6?zK#qG8~eHcB(j1elRbib z85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP-0PlPl)Tgcke!Y_;CC7 z?VC4m-o1PG^0kXQPpn+FuW!!IhGqNvcAi{y^xW>byBcThs5yFm_pBYY3-+`u*wZ|3 zSL2mymu}p+v0}xF2@@vFpFjWG_pg`lpP0R~_R_s$-@kufwy*c(ja@%}{J8qy)YS(k z&)nL#Y}vBw*RQW!xpMB#hSN9qp1plw_RhMi4^Q2AbZ*Yhx-0ijTzPPE?%cT_KEFGD zef!Q6tLE)$TE4&k|Ns9wm0J~ou4PQ}c6Twox9w&&ki%Z$>Fdh=fQ64=ROY$*-0eW2 zx1KJJAs)xyUb)HFWFWvAuqDV*L(BW_O6_;M|NqbB>%HjFHET+iPt|-iA0u_y1#Js$ zmTqdiviuV-OXidEj?UH7Qm^|=?RYFCcRje>qO{1{cCkqNjDkKlFB8s>%$6!W8o8ZP z63@0<-_2Xk&pOS?X<dgE^9<R|4?B7nZn&>7Mg9B?pFj)YvdJZ(#mB_{-1SzRqP-~W zSEg=w&sy_<A4adaG<y@07lnzY<wweFzRUi)YOZa#%gTdq4o{r$n6YcJ$Rzp8s^8}@ zyK;PzvtRuAj^?MRkAH4k8o6y0PifHiEV5+1`TT$R)od4Ksf!#=;klQMx_;#!n*{W@ zYKdz^NlIc#s#S7PDv)9@GB7mLH89aNGzl>@vobQYGBndRFtjo-(En=q2Sr0}eoAIq zCAtO!D`RtrhER)lprDlm*$|wcR#Ki=l**8vm!F%eTMV=;HLo}$zvMmhemkHd22WQ% Jmvv4FO#pW`Hy8i_ literal 0 HcmV?d00001 diff --git a/themes/Mint-Y-Hibiscus/xfce-notify-4.0/gtkrc b/themes/Mint-Y-Hibiscus/xfce-notify-4.0/gtkrc new file mode 100644 index 0000000..aa8a02c --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfce-notify-4.0/gtkrc @@ -0,0 +1,72 @@ +style "notify-window" { + XfceNotifyWindow::summary-bold = 1 + XfceNotifyWindow::border-color = "#17191F" + XfceNotifyWindow::border-color-hover = "#17191F" + XfceNotifyWindow::border-radius = 3.0 + XfceNotifyWindow::border-width = 1.0 + XfceNotifyWindow::border-width-hover = 1.0 + + bg[NORMAL] = "#292C36" +} + +style "notify-button" { + bg[NORMAL] = "#434652" + bg[PRELIGHT] = "#5C6070" + bg[ACTIVE] = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#ffffff" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + roundness = 2 + textstyle = 0 + } +} + +style "notify-text" { + GtkWidget::link-color = "#5294E2" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#BAC3CF" + + engine "murrine" { + textstyle = 0 + } +} + +style "notify-summary" { + font_name = "Bold" +} + +style "notify-progressbar" { + GtkProgressBar::min-horizontal-bar-height = 4 + + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = "#000000" + bg[NORMAL] = "#5294E2" + bg[ACTIVE] = "#1D1F26" + bg[SELECTED] = "#5294E2" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + trough_shades = { 1.0, 1.0 } + trough_border_shades = { 1.0, 1.0 } + progressbarstyle = 0 + roundness = 2 + textstyle = 0 + } +} + +class "XfceNotifyWindow" style "notify-window" +widget "XfceNotifyWindow.*.summary" style "notify-summary" +widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button" +widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text" +widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar" +widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar" diff --git a/themes/Mint-Y-Hibiscus/xfwm4/bottom-active.xpm b/themes/Mint-Y-Hibiscus/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..1191a44 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/bottom-active.xpm @@ -0,0 +1,9 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"1 3 3 1", +" c None", +". c #D9D9D9", +"+ c #BFBFBF", +".", +".", +"+"}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Hibiscus/xfwm4/bottom-inactive.xpm new file mode 120000 index 0000000..9f10639 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Hibiscus/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Hibiscus/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..727a097 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/bottom-left-active.xpm @@ -0,0 +1,9 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"3 3 3 1", +" c None", +". c #BFBFBF", +"+ c #D9D9D9", +".++", +".++", +"..."}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Hibiscus/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 0000000..d70de34 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Hibiscus/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Hibiscus/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..0d6f9b5 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/bottom-right-active.xpm @@ -0,0 +1,9 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"3 3 3 1", +" c None", +". c #D9D9D9", +"+ c #BFBFBF", +"..+", +"..+", +"+++"}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Hibiscus/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 0000000..d234cea --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Hibiscus/xfwm4/close-active.xpm b/themes/Mint-Y-Hibiscus/xfwm4/close-active.xpm new file mode 100644 index 0000000..f534cbf --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/close-active.xpm @@ -0,0 +1,60 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 30 1 ", +" c #9AB87C", +". c #9AB87D", +"X c #9CB97E", +"o c #9CB980", +"O c #9EBA82", +"+ c #A0BC83", +"@ c #A6BF8E", +"# c #A7BF8F", +"$ c #B9C8A9", +"% c #B9C9AA", +"& c #C4CEBA", +"* c #C5CEBB", +"= c #C9D9B9", +"- c #CCDBBD", +"; c #CFDDC1", +": c #D0DEC3", +"> c #D3D6D1", +", c #D4D6D1", +"< c #D4D6D2", +"1 c gray85", +"2 c #D5E1C9", +"3 c #D7E3CC", +"4 c #D8E3CC", +"5 c #D8E4CD", +"6 c #DCE6D2", +"7 c #EEEEEE", +"8 c #F4F7F2", +"9 c #FBFCFA", +"0 c gray99", +"q c #FDFDFD", +/* pixels */ +"777777777777777777777777", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"11111111,%@Xo@%>11111111", +"1111111&X. .o&1111111", +"111111&... ..X*111111", +"11111,X .+ o X,11111", +"11111%. .93XX30 $11111", +"11111@ -q540: . #11111", +"11111X -qq: .Xo11111", +"11111o. X4qq6X X11111", +"11111@.. 4q--q3 #11111", +"11111% 8= =8 . $11111", +"11111,X .+,11111", +"111111&X. .. &111111", +"1111111&+. XX&1111111", +"11111111,%#oX@%,11111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111", +"111111111111111111111111" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/close-inactive.xpm b/themes/Mint-Y-Hibiscus/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..5b4918b --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/close-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *close_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c gray71", +". c gray72", +"X c gray74", +"o c gray78", +"O c #CDCDCD", +"+ c gray82", +"@ c gray84", +"# c gray85", +"$ c #E9E9E9", +"% c #EEEEEE", +/* pixels */ +"%%%%%%%%%%%%%%%%%%%%%%%%", +"########################", +"########################", +"########################", +"########################", +"########@oX Xo@########", +"#######O. O#######", +"######O O######", +"#####@ . . @#####", +"#####o %# #% o#####", +"#####X +%##%+ X#####", +"##### +%%@ #####", +"#####. #%%# .#####", +"#####X #%++%# X#####", +"#####o $+ +$ o#####", +"#####@ .@#####", +"######O O######", +"#######+ O#######", +"########@oX Xo#########", +"########################", +"########################", +"########################", +"########################", +"########################" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/close-prelight.xpm b/themes/Mint-Y-Hibiscus/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..ad68f60 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/close-prelight.xpm @@ -0,0 +1,58 @@ +/* XPM */ +static char *close_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 28 1 ", +" c #9ABC78", +". c #9ABC79", +"X c #9BBD79", +"o c #9CBD7A", +"O c #9CBD7C", +"+ c #9EBE7E", +"@ c #A0C07F", +"# c #A6C28B", +"$ c #A7C28B", +"% c #B9CAA7", +"& c #B9CBA8", +"* c #C5CFBA", +"= c #C9DBB7", +"- c #C4D0B9", +"; c #CCDDBB", +": c #CEDEBE", +"> c #D3D6D0", +", c #D4D6D1", +"< c gray85", +"1 c #D0E0C1", +"2 c #D5E3C7", +"3 c #D6E4C9", +"4 c #D8E5CB", +"5 c #D8E5CC", +"6 c #EEEEEE", +"7 c #F4F7F1", +"8 c #FBFCFA", +"9 c #FDFDFD", +/* pixels */ +"666666666666666666666666", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<,%#oO#&><<<<<<<<", +"<<<<<<<-o. .O*<<<<<<<", +"<<<<<<-... ..o*<<<<<<", +"<<<<<,o @ @ O,<<<<<", +"<<<<<&o .83o.28 &<<<<<", +"<<<<<# ;94491 . $<<<<<", +"<<<<<o :991 ..O<<<<<", +"<<<<<O. .o4894Oo O<<<<<", +"<<<<<#. 49;;94. $<<<<<", +"<<<<<& 7= =7. &<<<<<", +"<<<<<,o oO,<<<<<", +"<<<<<<* . *<<<<<<", +"<<<<<<<*Oo oO*<<<<<<<", +"<<<<<<<<,&$oo$&,<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<", +"<<<<<<<<<<<<<<<<<<<<<<<<" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/close-pressed.xpm b/themes/Mint-Y-Hibiscus/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..99b07f2 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/close-pressed.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char *close_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 32 1 ", +" c #7BA056", +". c #7CA057", +"X c #7FA25B", +"o c #7FA25C", +"O c #80A35D", +"+ c #82A55F", +"@ c #83A660", +"# c #8CAB6E", +"$ c #8DAB6F", +"% c #8EAC70", +"& c #A9BC96", +"* c #A9BC97", +"= c #B9CCA5", +"- c #BAC6AE", +"; c #BBC7AE", +": c #BBC6AF", +"> c #BDCFAA", +", c #BFD1AE", +"< c #C1D2B0", +"1 c #C2D3B2", +"2 c #C8D7B9", +"3 c #CAD9BC", +"4 c #CCDABE", +"5 c #D1DEC5", +"6 c #D1D4CD", +"7 c #D2D5CF", +"8 c gray85", +"9 c #EEEEEE", +"0 c #F2F5EE", +"q c #FAFBFA", +"w c gray99", +"e c #FDFDFD", +/* pixels */ +"999999999999999999999999", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888886&$XX$&688888888", +"8888888-O O-8888888", +"888888-. o-888888", +"888886+ @ + o688888", +"88888& q3..2e &88888", +"88888# >e43e< %88888", +"88888X ,ee< o88888", +"88888X O3we5X X88888", +"88888$ 2e,<w2 %88888", +"88888& 0= =0 *88888", +"888886+ +788888", +"888888- .-888888", +"8888888-+. @:8888888", +"888888886&$XX$&688888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888", +"888888888888888888888888" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/hide-active.xpm b/themes/Mint-Y-Hibiscus/xfwm4/hide-active.xpm new file mode 100644 index 0000000..9a3913c --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/hide-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #808080", +". c gray85", +"X c #EEEEEE", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"......... .........", +"......... .........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/hide-inactive.xpm b/themes/Mint-Y-Hibiscus/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..8f9fee5 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/hide-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char *hide_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 3 1 ", +" c #B6B6B6", +". c gray85", +"X c #EEEEEE", +/* pixels */ +"XXXXXXXXXXXXXXXXXXXXXXXX", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"......... .........", +"......... .........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/hide-prelight.xpm b/themes/Mint-Y-Hibiscus/xfwm4/hide-prelight.xpm new file mode 100644 index 0000000..520c42f --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/hide-prelight.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *hide_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c gray48", +". c LightGray", +"X c gray84", +"o c gray85", +"O c #DFDFDF", +"+ c gray89", +"@ c #E4E4E4", +"# c #EEEEEE", +"$ c #F3F3F3", +"% c gray96", +"& c #FBFBFB", +"* c #FDFDFD", +/* pixels */ +"########################", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooOo..oOooooooooo", +"oooooooOX+$&&$@XOooooooo", +"ooooooOX%******$XOoooooo", +"ooooooX%********%Xoooooo", +"oooooO+**********+Oooooo", +"oooooX$**********$oooooo", +"oooooX&** **&.ooooo", +"ooooo.&** **&.ooooo", +"oooooo$**********$Xooooo", +"oooooO+**********+Oooooo", +"ooooooX%********$Xoooooo", +"ooooooOX$******$XOoooooo", +"oooooooOX@$&&$+XOooooooo", +"oooooooooOX..oOooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo", +"oooooooooooooooooooooooo" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/hide-pressed.xpm b/themes/Mint-Y-Hibiscus/xfwm4/hide-pressed.xpm new file mode 100644 index 0000000..8d7bd13 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/hide-pressed.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char *hide_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 9 1 ", +" c #808080", +". c #848484", +"X c #9A9A9A", +"o c #AEAEAE", +"O c #CDCDCD", +"+ c #CECECE", +"@ c gray85", +"# c #EEEEEE", +"$ c white", +/* pixels */ +"########################", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@OX. .XO@@@@@@@@", +"@@@@@@@o o@@@@@@@", +"@@@@@@o o@@@@@@", +"@@@@@O O@@@@@", +"@@@@@X X@@@@@", +"@@@@@. .@@@@@", +"@@@@@ $$$$$$ @@@@@", +"@@@@@ $$$$$$ @@@@@", +"@@@@@. .@@@@@", +"@@@@@X X@@@@@", +"@@@@@O O@@@@@", +"@@@@@@o o@@@@@@", +"@@@@@@@o o@@@@@@@", +"@@@@@@@@OX. .XO@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/left-active.xpm b/themes/Mint-Y-Hibiscus/xfwm4/left-active.xpm new file mode 100644 index 0000000..f42db54 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/left-active.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * left_active_xpm[] = { +"3 1 3 1", +" c None", +". c #BFBFBF", +"+ c #D9D9D9", +".++"}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/left-inactive.xpm b/themes/Mint-Y-Hibiscus/xfwm4/left-inactive.xpm new file mode 120000 index 0000000..ebcf490 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Hibiscus/xfwm4/maximize-active.xpm b/themes/Mint-Y-Hibiscus/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..de718db --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/maximize-active.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char *maximize_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 7 1 ", +" c #909090", +". c #9F9F9F", +"X c gray65", +"o c #A9A9A9", +"O c #D7D7D7", +"+ c gray85", +"@ c #EEEEEE", +/* pixels */ +"@@@@@@@@@@@@@@@@@@@@@@@@", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"+++++++++++X .+++++++++", +"+++++++++O++o +++++++++", +"+++++++++XO+Oo +++++++++", +"++++++++O X++Oo+++++++++", +"+++++++++ X++++++++++++", +"+++++++++. oO++++++++++", +"+++++++++O++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/maximize-inactive.xpm b/themes/Mint-Y-Hibiscus/xfwm4/maximize-inactive.xpm new file mode 100644 index 0000000..8dcab42 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/maximize-inactive.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char *maximize_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 7 1 ", +" c #B6B6B6", +". c #BCBCBC", +"X c gray74", +"o c gray76", +"O c #D8D8D8", +"+ c gray85", +"@ c #EEEEEE", +/* pixels */ +"@@@@@@@@@@@@@@@@@@@@@@@@", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"+++++++++++o X+++++++++", +"++++++++++++o +++++++++", +"+++++++++X+++o +++++++++", +"+++++++++ XO+Oo+++++++++", +"++++++++O o++++++++++++", +"+++++++++. o+++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/maximize-prelight.xpm b/themes/Mint-Y-Hibiscus/xfwm4/maximize-prelight.xpm new file mode 100644 index 0000000..998685b --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/maximize-prelight.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *maximize_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c gray48", +". c #939393", +"X c gray58", +"o c #A0A0A0", +"O c #A4A4A4", +"+ c #A7A7A7", +"@ c LightGray", +"# c gray84", +"$ c gray85", +"% c gray87", +"& c #E2E2E2", +"* c #E4E4E4", +"= c #EEEEEE", +"- c #F3F3F3", +"; c gray96", +": c #FBFBFB", +"> c #FDFDFD", +/* pixels */ +"========================", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$%&$@@$&%$$$$$$$$", +"$$$$$$$*#&-::-*#*$$$$$$$", +"$$$$$$*#;>>>>>>-#*$$$$$$", +"$$$$$%#;>>>>>>>>;#%$$$$$", +"$$$$$&&>>>:o X>>&&$$$$$", +"$$$$$$->>:>:+ >>-$$$$$$", +"$$$$$@:>>o:::+ >>:@$$$$$", +"$$$$$@:>> o>>:o>>:@$$$$$", +"$$$$$$->> +:>>>>-$$$$$$", +"$$$$$&*>>. X>>>>&&$$$$$", +"$$$$$%#->>>>>>>>;#%$$$$$", +"$$$$$$&#->>>>>>;#&$$$$$$", +"$$$$$$$*#&-::-&#*$$$$$$$", +"$$$$$$$$%&$#@$&%$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/maximize-pressed.xpm b/themes/Mint-Y-Hibiscus/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..b076be7 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/maximize-pressed.xpm @@ -0,0 +1,43 @@ +/* XPM */ +static char *maximize_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 13 1 ", +" c #808080", +". c #848484", +"X c #9A9A9A", +"o c #AEAEAE", +"O c #CDCDCD", +"+ c LightGray", +"@ c gray84", +"# c gray85", +"$ c #DADADA", +"% c #E6E6E6", +"& c gray91", +"* c #EEEEEE", +"= c white", +/* pixels */ +"************************", +"########################", +"########################", +"########################", +"########################", +"########OX. .XO########", +"#######o o#######", +"######o o######", +"#####O O#####", +"#####X @==% X#####", +"#####. . @== .#####", +"##### #. += #####", +"##### =# @ #####", +"#####. ==@ .#####", +"#####X &==@. X#####", +"#####O O#####", +"######o o######", +"#######o o#######", +"########OX. .X+########", +"########################", +"########################", +"########################", +"########################", +"########################" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/menu-active.xpm b/themes/Mint-Y-Hibiscus/xfwm4/menu-active.xpm new file mode 100644 index 0000000..2400a36 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/menu-active.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char *menu_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 11 1 ", +" c #909090", +". c #979797", +"X c #9D9D9D", +"o c gray63", +"O c gray66", +"+ c #B9B9B9", +"@ c #BCBCBC", +"# c #CDCDCD", +"$ c #D7D7D7", +"% c gray85", +"& c #EEEEEE", +/* pixels */ +"&&&&&&&&&&&&&&&&&&&&&&&&", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%@.@%%@.+%%%%%%%%", +"%%%%%%%%+ OO +%%%%%%%%", +"%%%%%%%%%@. .@%%%%%%%%%", +"%%%%%%%%%%#oX#%%%%%%%%%%", +"%%%%%%%%%%%$%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Hibiscus/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..f38b6e2 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/menu-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *menu_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #B6B6B6", +". c gray72", +"X c #BCBCBC", +"o c gray76", +"O c #CBCBCB", +"+ c #CDCDCD", +"@ c LightGray", +"# c #D5D5D5", +"$ c gray85", +"% c #EEEEEE", +/* pixels */ +"%%%%%%%%%%%%%%%%%%%%%%%%", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$O.O$$O.O$$$$$$$$", +"$$$$$$$$O oo O$$$$$$$$", +"$$$$$$$$$+.. +$$$$$$$$$", +"$$$$$$$$$$#XX@$$$$$$$$$$", +"$$$$$$$$$$$#$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Hibiscus/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..1951c18 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/menu-pressed.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char *menu_pressed[] = { +/* columns rows colors chars-per-pixel */ +"24 24 18 1 ", +" c #909090", +". c gray58", +"X c gray62", +"o c gray64", +"O c gray65", +"+ c #B6B6B6", +"@ c #B9B9B9", +"# c gray75", +"$ c #C0C0C0", +"% c gray81", +"& c #D0D0D0", +"* c #D7D7D7", +"= c gray85", +"- c #E6E6E6", +"; c #EEEEEE", +": c #F4F4F4", +"> c #F9F9F9", +", c white", +/* pixels */ +";;;;;;;;;;;;;;;;;;;;;;;;", +"========================", +"========================", +"========================", +"========================", +"========&O. O&========", +"=======+ +=======", +"======+ @======", +"=====& &=====", +"=====O O=====", +"=====. #:# @:# .=====", +"===== $,,=*,,$ =====", +"===== @>,,>@ =====", +"=====. X-;o =====", +"=====O . O=====", +"=====% &=====", +"======+ +======", +"=======+ +=======", +"========&O. .O&========", +"========================", +"========================", +"========================", +"========================", +"========================" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/right-active.xpm b/themes/Mint-Y-Hibiscus/xfwm4/right-active.xpm new file mode 100644 index 0000000..bbfecc2 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/right-active.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * right_active_xpm[] = { +"3 1 3 1", +" c None", +". c #D9D9D9", +"+ c #BFBFBF", +"..+"}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/right-inactive.xpm b/themes/Mint-Y-Hibiscus/xfwm4/right-inactive.xpm new file mode 120000 index 0000000..6734f48 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Hibiscus/xfwm4/shade-active.xpm b/themes/Mint-Y-Hibiscus/xfwm4/shade-active.xpm new file mode 100644 index 0000000..798916e --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/shade-active.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char *shade_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 16 1 ", +" c #909090", +". c gray57", +"X c #989898", +"o c gray63", +"O c #A4A4A4", +"+ c #A9A9A9", +"@ c #B2B2B2", +"# c gray71", +"$ c gray", +"% c #C0C0C0", +"& c gray78", +"* c #C8C8C8", +"= c #D2D2D2", +"- c gray83", +"; c gray85", +": c #EEEEEE", +/* pixels */ +"::::::::::::::::::::::::", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;=+O=;;;;;;;;;;", +";;;;;;;;;*X .X*;;;;;;;;;", +";;;;;;;;%.. ...$;;;;;;;;", +";;;;;;;;#.@. #.@;;;;;;;;", +";;;;;;;;;=;. ;=;;;;;;;;;", +";;;;;;;;;;;. ;;;;;;;;;;;", +";;;;;;;;;;;..;;;;;;;;;;;", +";;;;;;;;;;;oo;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;", +";;;;;;;;;;;;;;;;;;;;;;;;" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Hibiscus/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..7724327 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/shade-inactive.xpm @@ -0,0 +1,42 @@ +/* XPM */ +static char *shade_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 12 1 ", +" c #B6B6B6", +". c #B7B7B7", +"X c gray73", +"o c gray", +"O c #C0C0C0", +"+ c gray78", +"@ c gray80", +"# c #CDCDCD", +"$ c gray82", +"% c #D5D5D5", +"& c gray85", +"* c #EEEEEE", +/* pixels */ +"************************", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&%oO%&&&&&&&&&&", +"&&&&&&&&&$X.XX#&&&&&&&&&", +"&&&&&&&&#.....X@&&&&&&&&", +"&&&&&&&&+.+..+.+&&&&&&&&", +"&&&&&&&&&%&..&%&&&&&&&&&", +"&&&&&&&&&&&..$&&&&&&&&&&", +"&&&&&&&&&&&..&&&&&&&&&&&", +"&&&&&&&&&&&oo&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&", +"&&&&&&&&&&&&&&&&&&&&&&&&" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Hibiscus/xfwm4/shade-prelight.xpm new file mode 100644 index 0000000..96eb5a1 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/shade-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c gray48", +". c #7C7C7C", +"X c #898989", +"o c gray60", +"O c gray62", +"+ c gray65", +"@ c #BBBBBB", +"# c gray74", +"$ c #CDCDCD", +"% c LightGray", +"& c gray84", +"* c gray85", +"= c #DFDFDF", +"- c gray89", +"; c #E4E4E4", +": c #EEEEEE", +"> c #F3F3F3", +", c gray96", +"< c #FBFBFB", +"1 c #FDFDFD", +/* pixels */ +"::::::::::::::::::::::::", +"************************", +"************************", +"************************", +"************************", +"*********=&%%*=*********", +"*******=&;><<>;&=*******", +"******=&,111111>&=******", +"******&,11,+O><1,&******", +"*****=-11=X X*11-=*****", +"*****&>1%. .$1>******", +"*****&<1@ @ #.@1<%*****", +"*****%<1<<1 1,11<%*****", +"******>1111 1111>&*****", +"*****=;1111 1111-=*****", +"******&>111oo111>&******", +"******=&>111111>&=******", +"*******=&;><<>-&=*******", +"*********=&%%*=*********", +"************************", +"************************", +"************************", +"************************", +"************************" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Hibiscus/xfwm4/shade-toggled-active.xpm new file mode 100644 index 0000000..b0c23b5 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char *shade_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 14 1 ", +" c #909090", +". c #989898", +"X c #A0A0A0", +"o c gray65", +"O c #A9A9A9", +"+ c #B2B2B2", +"@ c gray71", +"# c gray", +"$ c #C0C0C0", +"% c #C8C8C8", +"& c gray83", +"* c gray84", +"= c gray85", +"- c #EEEEEE", +/* pixels */ +"------------------------", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================", +"===========XX===========", +"=========== ===========", +"=========== ===========", +"=========*= =*=========", +"========@ + @ @========", +"========# #========", +"=========%. .%=========", +"==========*Oo*==========", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================", +"========================" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Hibiscus/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 0000000..129b31b --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char *shade_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 10 1 ", +" c #B6B6B6", +". c gray73", +"X c gray", +"o c #C0C0C0", +"O c gray78", +"+ c gray80", +"@ c gray82", +"# c #D7D7D7", +"$ c gray85", +"% c #EEEEEE", +/* pixels */ +"%%%%%%%%%%%%%%%%%%%%%%%%", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$XX$$$$$$$$$$$", +"$$$$$$$$$$$ $$$$$$$$$$$", +"$$$$$$$$$$$ $$$$$$$$$$$", +"$$$$$$$$$$$ $#$$$$$$$$$", +"$$$$$$$$O O O O$$$$$$$$", +"$$$$$$$$+ +$$$$$$$$", +"$$$$$$$$$@. .@$$$$$$$$$", +"$$$$$$$$$$$oo#$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"$$$$$$$$$$$$$$$$$$$$$$$$" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Hibiscus/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 0000000..21aa1ef --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char *shade_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 20 1 ", +" c gray48", +". c #7C7C7C", +"X c #898989", +"o c gray60", +"O c #A2A2A2", +"+ c gray65", +"@ c gray73", +"# c gray74", +"$ c #CDCDCD", +"% c LightGray", +"& c gray84", +"* c gray85", +"= c #DFDFDF", +"- c gray89", +"; c #E4E4E4", +": c #EEEEEE", +"> c #F3F3F3", +", c gray96", +"< c #FBFBFB", +"1 c #FDFDFD", +/* pixels */ +"::::::::::::::::::::::::", +"************************", +"************************", +"************************", +"************************", +"*********=*%%*=*********", +"*******=&-><<>;&=*******", +"******=&,111111>&=******", +"******&,111oo111,&******", +"*****=-1111 1111-=*****", +"*****&>1111 1111>&*****", +"*****&<11,1 <<11<%*****", +"*****%<1#.@ @.@1<%*****", +"******>1% .$1>******", +"*****=-1<=X X=<1-=*****", +"******&>11,+O>11,&******", +"******=&>111111,&=******", +"*******=&;><<>;&=*******", +"*********=&%%&=*&*******", +"************************", +"************************", +"************************", +"************************", +"************************" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/stick-active.xpm b/themes/Mint-Y-Hibiscus/xfwm4/stick-active.xpm new file mode 100644 index 0000000..d051f7a --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/stick-active.xpm @@ -0,0 +1,45 @@ +/* XPM */ +static char *stick_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 15 1 ", +" c #939393", +". c gray59", +"X c #989898", +"o c gray62", +"O c #AFAFAF", +"+ c gray70", +"@ c #B4B4B4", +"# c #C1C1C1", +"$ c #C8C8C8", +"% c #CBCBCB", +"& c gray80", +"* c #D2D2D2", +"= c #D5D5D5", +"- c gray85", +"; c #EEEEEE", +/* pixels */ +";;;;;;;;;;;;;;;;;;;;;;;;", +"------------------------", +"------------------------", +"------------------------", +"------------------------", +"--------*+o o@*--------", +"-------#.O%==%O.#-------", +"------#X&------%X#------", +"-----*.&--------%.*-----", +"-----++----------O+-----", +"-----o%----------%o-----", +"----= =----------= -----", +"-----.=----------= -----", +"-----o%=---------%o-----", +"-----@O----------O@-----", +"-----*.%--------&.*-----", +"------#X%------%X#------", +"-------#.O%=*%O.#-------", +"--------*+o. o@=--------", +"------------------------", +"------------------------", +"------------------------", +"------------------------", +"------------------------" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Hibiscus/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..4031c8d --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/stick-inactive.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char *stick_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 9 1 ", +" c #B7B7B7", +". c gray73", +"X c gray74", +"o c gray78", +"O c #CECECE", +"+ c gray82", +"@ c gray84", +"# c gray85", +"$ c #EEEEEE", +/* pixels */ +"$$$$$$$$$$$$$$$$$$$$$$$$", +"########################", +"########################", +"########################", +"########################", +"########@oX Xo@########", +"#######O.o+#@+o.O#######", +"######O.+@#####+.O######", +"#####@.+########+.@#####", +"#####oo##########oo#####", +"#####.+##########+X#####", +"#####.###########@ #####", +"##### ###########@.#####", +"#####X+##########+X#####", +"#####oo##########oo#####", +"#####@.+########+.@#####", +"######O.+#####@+.O######", +"#######O o+@#+o.O#######", +"########@oX Xo@########", +"########################", +"########################", +"########################", +"########################", +"########################" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Hibiscus/xfwm4/stick-prelight.xpm new file mode 100644 index 0000000..52a81d0 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/stick-prelight.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char *stick_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 11 1 ", +" c gray70", +". c #B4B4B4", +"X c #B9B9B9", +"o c #C3C3C3", +"O c LightGray", +"+ c gray85", +"@ c gray87", +"# c gray88", +"$ c #EEEEEE", +"% c gray96", +"& c #FDFDFD", +/* pixels */ +"$$$$$$$$$$$$$$$$$$$$$$$$", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++OX . XO++++++++", +"+++++++o.X@%%+X o+++++++", +"++++++o #&&&&&&@.o++++++", +"+++++O.#&&&&&&&&@.O+++++", +"+++++XX&&&&&&&&&&XX+++++", +"+++++ +&&&&&&&&&&+ +++++", +"+++++.%&&&&&&&&&&%.+++++", +"+++++.%&&&&&&&&&&%.+++++", +"+++++ @&&&&&&&&&&+ +++++", +"+++++XX&&&&&&&&&&XX+++++", +"+++++O.@&&&&&&&&@.O+++++", +"++++++o.@&&&&&&@.o++++++", +"+++++++o X+%%+X.o+++++++", +"++++++++OX ...XO++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Hibiscus/xfwm4/stick-toggled-active.xpm new file mode 100644 index 0000000..6e61192 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char *stick_toggled_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 18 1 ", +" c #909090", +". c #939393", +"X c gray59", +"o c #989898", +"O c gray62", +"+ c #A7A7A7", +"@ c gray66", +"# c #AFAFAF", +"$ c gray70", +"% c #B4B4B4", +"& c #C1C1C1", +"* c #C8C8C8", +"= c #CBCBCB", +"- c gray80", +"; c #D2D2D2", +": c #D5D5D5", +"> c gray85", +", c #EEEEEE", +/* pixels */ +",,,,,,,,,,,,,,,,,,,,,,,,", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>;$O..O%;>>>>>>>>", +">>>>>>>&X#=::=#X&>>>>>>>", +">>>>>>&o->>>>>>=o&>>>>>>", +">>>>>;X->;+X.+=>=X;>>>>>", +">>>>>$$>-X .;>#$>>>>>", +">>>>>O=:@ .+>=O>>>>>", +">>>>>.:>X. .>:.>>>>>", +">>>>>X:>. X>:X>>>>>", +">>>>>O=>+ +:=O>>>>>", +">>>>>%$>=X. .X;>#%>>>>>", +">>>>:;X->-+..+;:=X:>>>>>", +">>>>>>&X=>>>>>:-o&>>>>>>", +">>>>>>>&X#=:;=$X&>>>>>>>", +">>>>>>>>:$O..O%;>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>", +">>>>>>>>>>>>>>>>>>>>>>>>" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Hibiscus/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 0000000..e9fdd0e --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char *stick_toggled_inactive[] = { +/* columns rows colors chars-per-pixel */ +"24 24 11 1 ", +" c #B6B6B6", +". c #B7B7B7", +"X c gray73", +"o c gray74", +"O c #C1C1C1", +"+ c gray78", +"@ c #CECECE", +"# c gray82", +"$ c gray84", +"% c gray85", +"& c #EEEEEE", +/* pixels */ +"&&&&&&&&&&&&&&&&&&&&&&&&", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%$+o..o+$%%%%%%%%", +"%%%%%%%@X+#%$#+X@%%%%%%%", +"%%%%%%@X#$%%%%%#X@%%%%%%", +"%%%%%$X#%$XX.o$%#X$%%%%%", +"%%%%%++%$X.....$%++%%%%%", +"%%%%%X#%O......O%#o%%%%%", +"%%%%%X%%........%$.%%%%%", +"%%%%%.%%. ... .%$X%%%%%", +"%%%%%o#%X......o%#o%%%%%", +"%%%%%++%$......#%++%%%%%", +"%%%%%$.#%$OX.O$%#X$%%%%%", +"%%%%%%@X#%%%%%$#X@%%%%%%", +"%%%%%%%@.+#$%#+X@%%%%%%%", +"%%%%%%%%$+o..o+$%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Hibiscus/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 0000000..417902c --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char *stick_toggled_prelight[] = { +/* columns rows colors chars-per-pixel */ +"24 24 17 1 ", +" c gray48", +". c #838383", +"X c gray64", +"o c #A4A4A4", +"O c gray70", +"+ c #B4B4B4", +"@ c #B9B9B9", +"# c #C3C3C3", +"$ c LightGray", +"% c gray85", +"& c gray87", +"* c gray88", +"= c #E9E9E9", +"- c #EEEEEE", +"; c #F3F3F3", +": c gray96", +"> c #FDFDFD", +/* pixels */ +"------------------------", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%$@OO+O@$%%%%%%%%", +"%%%%%%%#+@&::%@O#%%%%%%%", +"%%%%%%#O*>>>>>>&+#%%%%%%", +"%%%%%$+&>-X. o=>&+$%%%%%", +"%%%%%@@>-. .;>@@%%%%%", +"%%%%%O&>o o>%O%%%%%", +"%%%%%O:>. .>:+%%%%%", +"%%%%%+:>. .>:+%%%%%", +"%%%%%+&>X o>%O%%%%%", +"%%%%%@+>=. .->@@%%%%%", +"%%%%%$+&>-X..o->&+$%%%%%", +"%%%%%%#O&>>>>>>&+#%%%%%%", +"%%%%%%%#O@%::%@+#%%%%%%%", +"%%%%%%%%$@O+++@$%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"%%%%%%%%%%%%%%%%%%%%%%%%" +}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/themerc b/themes/Mint-Y-Hibiscus/xfwm4/themerc new file mode 100644 index 0000000..4e3833f --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/themerc @@ -0,0 +1,25 @@ +button_offset=7 +button_spacing=4 +full_width_title=true +title_horizontal_offset=0 +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 +title_shadow_active=false +title_shadow_inactive=false + +#button_layout=O|HMC + +active_text_color=#787878 +#active_text_shadow_color=#e7e8eb +inactive_text_color=#9d9d9d +#inactive_text_shadow_color=#e7e8eb + +#placement_ratio=20 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-5 +shadow_opacity=50 + +show_frame_shadow=true +show_popup_shadow=true diff --git a/themes/Mint-Y-Hibiscus/xfwm4/title-1-active-shaded.xpm b/themes/Mint-Y-Hibiscus/xfwm4/title-1-active-shaded.xpm new file mode 100644 index 0000000..662295d --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/title-1-active-shaded.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_shaded_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEFF1", +"+ c #E7E8EB", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/title-1-active.xpm b/themes/Mint-Y-Hibiscus/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..209bb16 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/title-1-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Hibiscus/xfwm4/title-1-inactive.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Hibiscus/xfwm4/title-2-active.xpm b/themes/Mint-Y-Hibiscus/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..a3cfe4a --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/title-2-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Hibiscus/xfwm4/title-2-inactive.xpm new file mode 120000 index 0000000..a37458a --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Hibiscus/xfwm4/title-3-active.xpm b/themes/Mint-Y-Hibiscus/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..f9df553 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/title-3-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Hibiscus/xfwm4/title-3-inactive.xpm new file mode 120000 index 0000000..66e6af7 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Hibiscus/xfwm4/title-4-active.xpm b/themes/Mint-Y-Hibiscus/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..87e3fb4 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/title-4-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Hibiscus/xfwm4/title-4-inactive.xpm new file mode 120000 index 0000000..069dba6 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Hibiscus/xfwm4/title-5-active.xpm b/themes/Mint-Y-Hibiscus/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..48bee41 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/title-5-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"24 24 3 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"........................", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Hibiscus/xfwm4/title-5-inactive.xpm new file mode 120000 index 0000000..dcc7946 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Hibiscus/xfwm4/top-left-active-shaded.xpm b/themes/Mint-Y-Hibiscus/xfwm4/top-left-active-shaded.xpm new file mode 100644 index 0000000..47dc7df --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/top-left-active-shaded.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_left_active_shaded_xpm[] = { +"5 24 5 1", +" c None", +". c #ECEDF0", +"+ c #EEEFF1", +"@ c #E8E9EB", +"# c #E7E8EB", +" .+++", +".@###", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####", +"#####"}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/top-left-active.xpm b/themes/Mint-Y-Hibiscus/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..ef737a9 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/top-left-active.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"5 24 7 1", +" c None", +". c #ECEDF0", +"+ c #EEEFF1", +"@ c #DFDFE0", +"# c #DADADA", +"$ c #D9D9D9", +"% c #BFBFBF", +" .+++", +".@#$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$", +"%$$$$"}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Hibiscus/xfwm4/top-left-inactive.xpm new file mode 120000 index 0000000..0517526 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm \ No newline at end of file diff --git a/themes/Mint-Y-Hibiscus/xfwm4/top-right-active-shaded.xpm b/themes/Mint-Y-Hibiscus/xfwm4/top-right-active-shaded.xpm new file mode 100644 index 0000000..4920284 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/top-right-active-shaded.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_right_active_shaded_xpm[] = { +"5 24 5 1", +" c None", +". c #EEEFF1", +"+ c #ECEDF0", +"@ c #E7E8EB", +"# c #E8E9EB", +"...+ ", +"@@@#+", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@"}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/top-right-active.xpm b/themes/Mint-Y-Hibiscus/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..5b57971 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/top-right-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"5 24 5 1", +" c None", +". c #EEEEEE", +"+ c #D9D9D9", +"@ c #DFDFE0", +"# c #BFBFBF", +".... ", +"+++@.", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#", +"++++#"}; diff --git a/themes/Mint-Y-Hibiscus/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Hibiscus/xfwm4/top-right-inactive.xpm new file mode 120000 index 0000000..42cae62 --- /dev/null +++ b/themes/Mint-Y-Hibiscus/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm \ No newline at end of file